#header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 1) 100%) !important;

}

.container-wrapper {
    color: #ffffff;
}

.container-wrapper .background-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.s50-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -1px;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(56, 56, 56, 0.2) 20%, rgba(56, 56, 56, 0.4) 40%, rgba(56, 56, 56, 0.6) 60%, rgba(56, 56, 56, 0.8) 80%, rgba(56, 56, 56, 1) 100%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.3);

}


/* Hero Section */
.product-hero-section {
    position: relative;
    height: 120vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-hero-section .background-img,
.slide-container .background-img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#productBgVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.hero-content {
    text-align: left;
    padding: 6rem;
    background-color: rgba(0, 0, 0, 0.199);
    border-radius: 10px;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.hero-content h1 {
    width: 80%;
    height: 100px;
    font-size: 5rem;
    margin: 1rem 0 3rem 0;
    color: #65b200;
}

.typing-text {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #4caf50;
    white-space: nowrap;
    padding: 0;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.typed-text {
    display: block;
}

.cursor {
    opacity: 0 !important;
    z-index: -99;
}

.hero-content p {
    font-size: 1.2rem;
    color: #eee;
    margin-bottom: 1rem;
    letter-spacing: 1.5px;

}



.product-hero-section .contact-btn,
.savings-section .contact-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #65b200;
    color: #121212;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-top: 2rem;
}

.product-hero-section .contact-btn:hover,
.savings-section .contact-btn:hover {
    background-color: #65b200;
    transform: scale(1.2);
}

/*------------------------------------------- Slider Style -----------------------------*/
.intro {
    position: relative;
    height: 90vh;
    background-color: #000;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    padding: 3rem;

    .visual {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        &::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5));
        }
    }

    .bg-img {
        will-change: transform filter;
        filter: brightness(50%);
    }
}

.intro h1 {
    font-size: 4rem;
    font-weight: 900;
}

.slide-content {
    position: relative;
    width: 90%;
    padding: 2rem;
}

.slide-content h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #5a9e00;
    margin-bottom: 20px;
}

.slide-content p {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.intro .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-container {
    height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}


.slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 2rem;
    background-color: #000;
}




.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #ffffff;
    will-change: transform;



    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
    }

    .bg-img {
        width: 120%;
        height: 120%;
    }
}

.slide-title {
    position: relative;
}

.slide-progress {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    height: 4px;
    background-color: #3d7232
}

.progress-thumb {
    display: block;
    height: 100%;
    background-color: #65b200;
    transform: scaleX(0);
    transform-origin: left;
}

.last-slide {
    display: flex;
    height: 100%;
    width: 100%;
    color: #fff;
    position: relative;
}



.specifications-grid {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    width: 100%;
    gap: 2rem 3rem;
    list-style: none;
    padding: 5rem 3rem;
    margin: 0;
    justify-content: space-between;
}

.specifications-grid .spec {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: 0.4s ease-out;
}

.specifications-grid .spec img {
    width: 60px;
    height: 60px;
}

.specifications-grid .spec h2 {
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: bold;
    z-index: 2;
    margin: 10px;
}

.specifications-grid .spec p {
    font-size: 1.1rem;
    color: #ffffff;
}

.specifications-grid .spec:hover {
    transform: scale(1.05);


}


/* === Solar Panels Clean Section === */
.solar_panels_clean {
    
    padding: 4rem 2rem 2rem 2rem;
    backdrop-filter: blur(2px);
background: linear-gradient(180deg,rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 0.49) 64%, rgba(0, 0, 0, 0) 100%);
    text-align: center;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;

}

/* Title */
.solar_panels_clean h1 {
    font-size: 3rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 1rem;
    animation: fadeInDown 0.8s ease-in-out;
}

/* Separator line */
.solar_panels_clean .estufas-separator {
    background: #529100;
    margin: 1rem auto 2rem;
    border-radius: 2px;
}

/* Intro & Conclusion */
.solar_panels_clean h2 {
    font-size: 1.5rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

/* Subtitle */
.solar_panels_clean h3 {
    font-size: 2rem;
    color: #529100;
    margin-bottom: 2rem;
    font-weight: 900;
}

/* Advantages List */
.advantages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem; 
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

/* Advantage Item */
.advantages li {
    background: #4b4b4b7c;
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantages li:hover {
    background: #141414a9;
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* Advantage Title */
.advantages h1 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #9eff00;
    margin-bottom: 0.5rem;
}

/* Advantage Description */
.advantages p {
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
}



/* === Responsive Adjustments === */
@media (max-width: 768px) {
    .solar_panels_clean {
        padding: 1.5rem;
    }

    .solar_panels_clean h1 {
        font-size: 1.8rem;
    }

    .solar_panels_clean h2,
    .solar_panels_clean h3 {
        font-size: 1.2rem;
    }

    .advantages h1{
        font-size: 1.2rem;
    }

    .advantages li{
        pointer-events: none;
    }
}


.estufas-section {
    margin: 0 2rem;
    padding: 4rem 1rem 1rem 1rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 93% 100%, 0 100%, 0% 100%, 0 0);
    border-radius: 16px;

}

.estufas-section .estufas-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.estufas-separator {
    border: none;
    background-color: #529100;
    height: 3px;
    width: 50%;
    margin-bottom: 4rem;

}

.estufas-section h2 {
    font-size: 2.7rem;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
}

.estufas-grid ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    padding: 2rem;
    z-index: 1000;


}

.estufas-grid .spec {
    width: 100%;
    height: 220px;
    object-fit: cover;
    list-style: none;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    backdrop-filter: blur(10px);
    background-color: #00000044;
    justify-content: space-around;
    transform: translateY(-20px);
    opacity: 0;
    transition: opacity 2s ease, transform 0.5s ease;


}

.estufas-grid .spec hr {
    margin: 0;
    padding: 10px;
}

.estufas-grid .spec.visible {
    opacity: 1;
    transform: translateY(0);
}

.estufas-grid .spec .card-header {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    border-radius: 16px;
    padding: 1rem;
    justify-content: space-between;
    align-items: center;

}

.estufas-grid .spec .card-header img {
    width: 40px;
    height: 40px;
}

.estufas-grid .spec .card-header h1 {
    font-size: 1.2rem;
}

.estufas-grid .spec p {
    padding: 1rem;
    text-align: start;
}

@media (max-width: 768px) {
    .specs-grid ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .specs-grid ul {
        grid-template-columns: 1fr;
    }
}


/*_______________________________________________ACCESSORIES___________________________________________________*/

.accessories {
    display: flex;
    position: relative;
    clip-path: polygon(7% 0, 100% 0, 100% 87%, 93% 100%, 0 100%, 0% 60%, 0 13%);
    margin: 1rem;
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem;

}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    border-radius: 16px;
}

.overlay-accessories {
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.377) 62%, rgba(0, 0, 0, 0.637) 120%);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 16px;
}

.accessories-grid {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 20px;
}

.accessories .title {
    font-size: 3rem;
    font-weight: 900;
    color: #ffffff;
}

.accessories-grid .accessorie {
    display: flex;
    padding: 1rem;
    width: 90%;
    margin: auto;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    min-height: 250px;
    height: auto;

}

.accessories-grid .accessorie .top {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    gap: 20px;


}

.accessories-grid .accessorie:hover {
    transform: scale(1.02);
}

.accessories-grid .accessorie img {
    max-height: 200px;

}

.accessories-grid .accessorie .description {
    width: 60%;
}

.accessories-grid .accessorie h1 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #529100;
}

.accessories-grid .accessorie p {
    font-size: 1rem;
    letter-spacing: 1.5px;
}

.extra {}

.extra.visible {}

.extra ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 30px 0;
}

.extra ul li {
    display: flex;
    background-color: #529100;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    height: 50px;
    padding: 5px 15px;
}

.extra ul li P {
    font-size: 0.8rem;
}

.toggle-btn {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0 8px;
    transition: transform 0.3s ease;
    background-color: #529100;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10;
    border-radius: 20px;
    padding: 0 10px;
}

.toggle-btn.rotated {
    transform: rotate(180deg);
}

/*______________________________________________COMMON - Colocar em Main.css___________________________________*/


.calculator {
    border-radius: 10px;
    margin: 2rem 1rem 5rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

.calculator .left-container {
    display: flex;
    flex-direction: column;
    padding: 0 3rem;
    width: 60%;
}

.calculator .left-container .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, auto);
    gap: 10px;
}

.calculator .grid div {
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.calculator .grid input {
    width: 80px;
    padding: 4px;
    font-size: 1rem;
    color: #000;
}

.calculator .grid input[readonly] {
    background-color: #ffffff;
}

.calculator .header {
    font-weight: bold;
    font-size: 1.1rem;
}

.calculator .total-label {
    font-weight: bold;
}

.calculator h2 {

    font-size: 2.7rem;
    font-weight: 900;
    text-align: start;
    color: #ffffff;

}

.calculator .right-container {
    display: flex;
    flex-direction: column;
    padding: 1rem 3rem;
    width: 30%;
}

.calculator .savings-section {
    display: flex;
    flex-direction: column;
    text-align: start;
    justify-content: space-between;

}

.calculator .savings-section h3 {
    font-size: 1.5rem;
    font-weight: 900;
    text-align: start;
    color: #ffffff;
}

.calculator .saving-amount {
    font-size: 48px;
    color: #9eff00;
    font-weight: bold;
    margin: 20px 0;
}

.calculator .area-input {
    font-size: 1.2rem;
    color: #ffffff;
}

.calculator .area-input input {
    width: 80px;
    margin-left: 10px;
    color: #000;
}

@media (max-width: 1080px) {

    .hero-content .typed-text{
        text-wrap: wrap;
        height: 500px;
        
    }

    .hero-content .hero-description{
        margin-top: 300px;
    }

    .calculator {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 3rem;
    }

    .calculator h2 {
        display: flex;
        text-align: center;
        padding: 1rem;
    }

    .calculator .right-container,
    .calculator .left-container {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .calculator .savings-section {
        align-items: center;
    }

    .calculator .savings-section h3 {
        font-size: 2.2rem;
        text-align: center;
    }

    .calculator .savings-section .contact-btn {
        width: max-content;
    }

    .accessories-grid .accessorie .top {
        flex-direction: column;
    }

    .accessories-grid .accessorie .top .description {
        width: 100%;
        text-align: center;
        padding: 1rem;
        text-justify: auto;
    }

    .accessories-grid .accessorie .extra {
        padding: 0 1rem;
        height: auto;

    }

    .extra ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .accessories-grid .accessorie .extra ul li {
        height: 70px;

    }


}

@media (max-width: 700px) {
    .accessories {
        padding: 0;
    }

    .accessories .title {
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .hero-content {
        padding: 6rem 2rem;
    }

    .hero-content h1 {
        font-size: 4.2rem;
        text-wrap: wrap;
    }

    .hero-content .hero-description{
        margin-top: 250px;
    }

    .slide-content {
        width: 100%;
    }

    .specifications-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 3rem;
    }

    .accessories {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0% 1000%, 0 0%);
    
    }

    .overlay-accessories{
        background: none;

    }

    


}

@media (max-width: 560px) {

    .hero-content h1 {
        font-size: 2.8rem;
        text-wrap: wrap;
        
    }

     .hero-content .hero-description{
        margin-top: 150px;
        
    }

    .hero-content .hero-description p{
        font-size: 1rem;
    }

    .intro h1 {
        font-size: 3rem;
    }

    .slide-content h2 {
        font-size: 2rem;
    
    
    }

    .slide-container .slide video{
        display: none;
    }

 



    .specifications-grid {
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem;
    }

    .estufas-section {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0% 1000%, 0 0%);
        padding: 0;
        margin: 1rem;
    }

    .estufas-section h2 {
        font-size: 2rem;
    }

    .estufas-grid ul {
        padding: 0;
    }

    .calculator h2 {
        font-size: 2rem;
    }

    .calculator .savings-section h3 {
        font-size: 1.7rem;
        text-align: center;
    }

    .accessories .title {
        font-size: 2rem;
        margin-top: 2rem;
    }

    .extra ul {
        display: none;
    }

    .extra ul li {
        padding: 5px;
    }
}