:root{
    --green:#303817;
    --orange:#f57c00;
    --yellow:#ffc400;
    --bg:#f7f8f4;
    --dark:#111827;
    --muted:#6b7280;
    --white:#ffffff;
}

*{
    font-family:'Manrope',sans-serif;
}

body{
    background:var(--bg);
    color:var(--dark);
    overflow-x:hidden;
}

.navbar{
    padding:22px 0;
    background:rgba(247,248,244,.85);
    backdrop-filter:blur(18px);
}

.logo{
    height:90px;
}

.logo-white{
    height:120px;
}

.btn-main{
    background:linear-gradient(135deg,var(--orange),var(--yellow));
    color:#fff;
    border:0;
    border-radius:999px;
    padding:14px 28px;
    font-weight:800;
    box-shadow:0 15px 35px rgba(245,124,0,.28);
	transition: all 0.3s;
}

.btn-main:hover{
    color:#fff;
    transform:translateY(-2px);
	transition: all 0.3s;
}

.btn-outline-main{
    border:1px solid rgba(48,56,23,.25);
    border-radius:999px;
    padding:14px 28px;
    font-weight:700;
    color:var(--green);
    background:#fff;
	transition: all 0.3s;
}

.btn-outline-main:hover{
    background:#fff;
	border:1px solid rgba(48,56,23,.25);
    transform:translateY(-2px);
	transition: all 0.3s;
}

.hero{
    min-height:100vh;
    display:flex;
    align-items:center;
    position:relative;
    padding-top:110px;
}

.hero:before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(255,196,0,.25),transparent 70%);
    top:50px;
    right:-150px;
    z-index:-1;
}

.badge-soft{
    background:#fff;
    color:var(--green);
    border:1px solid rgba(48,56,23,.12);
    padding:10px 18px;
    border-radius:999px;
    font-weight:700;
    display:inline-flex;
    gap:8px;
    align-items:center;
}

.hero h1{
    font-size:clamp(45px,7vw,70px);
    line-height:.95;
    font-weight:800;
    letter-spacing:-3px;
    color:var(--green);
}

.hero h4{
    font-size:18px;
    font-weight:600;
    letter-spacing:1px;
    color:var(--dark);
}

.hero h4 i{
    color:var(--orange);
}

.hero p{
    font-size:20px;
    color:var(--muted);
    max-width:590px;
}

.glass-card{
    background:rgba(255,255,255,.76);
    border:1px solid rgba(255,255,255,.8);
    border-radius:32px;
    box-shadow:0 35px 80px rgba(17,24,39,.08);
    backdrop-filter:blur(22px);
}

.energy-card{
    padding:30px;
}

.bill-box{
    background:var(--green);
    color:#fff;
    border-radius:28px;
    padding:32px;
    position:relative;
    overflow:hidden;
}

.bill-box:after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,196,0,.23);
    right:-50px;
    bottom:-50px;
}

.price-old{
    text-decoration:line-through;
    color:rgba(255,255,255,.75);
    font-size:28px;
}

.price-new{
    font-size:54px;
    font-weight:800;
    color:var(--yellow);
}

.stat-card{
    border-radius:26px;
    background:#fff;
    padding:28px;
    height:100%;
    box-shadow:0 20px 45px rgba(17,24,39,.06);
}

.stat-card i{
    width:52px;
    height:52px;
    background:rgba(245,124,0,.1);
    color:var(--orange);
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    font-size:24px;
    margin-bottom:20px;
}

.section{
    padding:40px 0;
}

.section-title{
    font-size:clamp(34px,5vw,56px);
    font-weight:800;
    letter-spacing:-2px;
    color:var(--green);
}

.step{
    background:#fff;
    border-radius:30px;
    padding:34px;
    height:100%;
    border:1px solid rgba(48,56,23,.08);
    transition:.3s;
}

.step:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(17,24,39,.08);
}

.step-number{
    width:46px;
    height:46px;
    border-radius:50%;
    background:var(--yellow);
    color:var(--green);
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
}

.orange{
    color: #FCB000;
}

.simulator{
	position: relative;
    background:#fff;
	border: 1px solid #eaeaea;
    border-radius:8px;
    padding:30px;
    color:#333;
}

.simulator h5{
	font-size: 18px;
	color: var(--green);
}

.img-responsive {
    width: 100%;
}

.form-control,
.form-select{
    border-radius:8px;
    padding:15px 18px;
    border:2px solid #eee;
}

.option-btn{
    background:#fff;
    border:2px solid transparent;
    border-radius:18px;
    padding:18px;
    font-weight:800;
    color:var(--green);
    cursor:pointer;
    width:100%;
    transition:.2s;
}

.option-btn.active{
    border-color:var(--yellow);
    background:#fff8dc;
}

.faq .accordion-item{
    border:0;
    border-radius:22px;
    overflow:hidden;
    margin-bottom:14px;
    box-shadow:0 15px 40px rgba(17,24,39,.05);
}

.faq .accordion-button{
    font-weight:800;
    padding:22px;
}

.footer{

    position:relative;

    overflow:hidden;

    padding:90px 0;

    color:#fff;

    background:url("../img/footer-bg.jpg") center center/cover no-repeat;

}

.footer::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        135deg,
        rgba(255,206,48,.82) 0%,
        rgba(255,170,0,.82) 35%,
        rgba(245,124,0,.82) 70%,
        rgba(233,120,0,.88) 100%
    );

    z-index:1;

}

.footer::after{

    content:"";

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        to top,
        rgba(0,0,0,.18),
        transparent 60%
    );

    z-index:2;

}

.footer .container{

    position:relative;

    z-index:5;

}

.footer-link{
	display: block;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
	margin-top: 20px;
}

.footer-link:hover{
    color:#FFC400;
    text-decoration:none;
}

@media(max-width:768px){
    .simulator{
        padding:30px 22px;
        border-radius:28px;
    }

    .hero{
        padding-top:130px;
    }

    .hero h1{
        letter-spacing:-2px;
    }

    .logo{
        height:42px;
    }
}

.nav-link {
    font-weight: 600;  
}

.slider-box{

background:#fff;

padding:25px;

border-radius:8px;

}

.slider-value{

    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;

    margin-bottom:25px;

}

.slider-value span{

    font-size:28px;
    font-weight:700;
    color:#243113;

}

.slider-value input{

    width:170px;

    border:none;
    border-bottom:2px solid #ff9800;

    text-align:center;

    font-size:48px;
    font-weight:800;

    color:#243113;

    background:transparent;

    outline:none;

}

.slider-value small{

    font-size:26px;
    color:#666;

}

.form-range{

height:8px;

}

.form-range::-webkit-slider-thumb{

width:22px;

height:22px;

background:linear-gradient(135deg,var(--orange),var(--yellow));

border:none;

box-shadow:0 8px 20px rgba(245,124,0,.4);

}

.slider-labels{

font-size:15px;

color:#555;

margin-top:20px;

}

.titular-box{

display:flex;

gap:15px;

margin-top:10px;

}

.radio-card{

flex:1;

cursor:pointer;

}

.radio-card input{

display:none;

}

.radio-card span{

display:block;

padding:15px;

background:#fff;

border-radius:8px;

text-align:center;

font-weight:700;

color: var(--green);

border:2px solid #eee;

transition:.25s;

}

.radio-card input:checked + span{

border-color:var(--yellow);

background:#fff8dd;

color:var(--green);

box-shadow:0 10px 25px rgba(255,196,0,.25);

}

.bg-green {
    background:var(--green);
	border-radius: 15px;
	padding: 30px;
}

.simulador-result{
    padding:25px;
}

.welcome{

    text-align:center;
    margin-bottom:25px;

}

.welcome h4{

    font-size:34px;
    font-weight:300;
    color:#1d1d1d;
    margin-bottom:5px;

}

.welcome h2{

    font-size:52px;
    font-weight:800;
    color:#1a1a1a;
    line-height:1.1;

}

.simulador-result hr{

    margin:35px 0;
    border:none;
    border-top:1px solid #ececec;

}

.economia-label{

    text-align:center;
    font-size:30px;
    color:#444;
    margin-bottom:30px;

}

.economia-label strong{

    color:#ff9800;

}

.economia-box{

    display:flex;
    justify-content:center;
    align-items:center;
    gap:25px;
    margin-bottom:45px;

}

.icone{

    width:90px;
    height:90px;
    border-radius:50%;
    background:linear-gradient(135deg,#ffd54f,#ffc107);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:45px;
    box-shadow:0 10px 25px rgba(255,193,7,.35);

}

.economia-box small{

    display:block;
    color:#888;
    font-size:18px;
    margin-bottom:6px;

}

#economia{

    font-size:60px;
    font-weight:800;
    color:#059212;
    margin:0;

}

.obs{

    display:block;
    text-align:center;
    margin-top:25px;
    font-size:16px;
    color:#777;
    line-height:1.7;

}

.obs b{

    color:#F67F00;

}

.resultado-box{
    position:relative;
    min-height:550px;
}

.preloader-box{

    position:absolute;
    inset:0;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(255,255,255,1);

    border-radius:0px;

    z-index:999;

    transition:.4s;
}

/********************/
/* LOADER */
/********************/

.loader-spinner{

    position:relative;
    width:80px;
    height:80px;

    animation:girar 1s linear infinite;

}

.loader-spinner span{

    position:absolute;

    width:16px;
    height:16px;

    border-radius:50%;

}

.loader-spinner span:nth-child(1){

    background:#282A05;
    top:0;
    left:32px;

}

.loader-spinner span:nth-child(2){

    background:#ff9800;
    right:0;
    top:32px;

}

.loader-spinner span:nth-child(3){

    background:#282A05;
    bottom:0;
    left:32px;

}

@keyframes girar{

from{
transform:rotate(0deg);
}

to{
transform:rotate(360deg);
}

}

.avatar-bg{
    background-image: url('../img/avatar.png');
    background-repeat: no-repeat;
    background-position: calc(100% + 60px) bottom;
    background-size: contain;
    min-height: 650px;
	border-bottom: 1px solid #eaeaea;
}

.navbar-toggler{
    border:none;
    box-shadow:none !important;
    outline:none !important;
    padding:8px;
}

.navbar-toggler:focus,
.navbar-toggler:active{
    box-shadow:none !important;
    outline:none !important;
}

.navbar-toggler i{
    font-size:34px;
    color:#303817;
    transition:.3s;
}

/********************************************/
/* NAVBAR MOBILE */
/********************************************/
@media (max-width:991.98px){

    .navbar-collapse{

        margin-top:20px;
        padding:30px 25px;

        background:#fff;

        border-radius:18px;

        box-shadow:0 20px 60px rgba(0,0,0,.08);

        overflow:hidden;

        opacity:0;
        transform:translateY(-20px);
        transition:all .35s ease;

    }

    .navbar-collapse.show{

        opacity:1;
        transform:translateY(0);

    }

    .navbar-nav{

        gap:18px !important;

    }

    .navbar-nav .nav-item:first-child{

        margin-top:10px;

    }

    .navbar-nav .nav-item:last-child{

        margin-top:15px;

    }

    .navbar-nav .nav-link{

        padding:12px 0;

        font-size:18px;

        font-weight:600;

        color:#303817;

        transition:.3s;

    }

    .navbar-nav .nav-link:hover{

        color:#F67F00;

        padding-left:10px;

    }

    .navbar-nav .btn{

        width:100%;

        margin:15px 0 0 0 !important;

    }

}
/**************************************************/
/* RESPONSIVO MOBILE */
/**************************************************/
@media (max-width: 768px){

    html,
    body{
        overflow-x:hidden;
    }
	
	.navbar {
	padding:22px 10px;
    background:rgba(255,255,255,.85);
    backdrop-filter:blur(18px);	
	}

    .hero{
        min-height:auto;
        padding-top:110px;
        padding-bottom:40px;
    }

    /* Remove o avatar no mobile */
    .avatar-bg{
        display:none;
        background:none !important;
        min-height:0;
        border:none;
    }

    .hero h1{
        font-size:42px;
        line-height:1.05;
        letter-spacing:-1px;
    }

    .hero p{
        font-size:17px;
    }
	
	.welcome h4{

    font-size:40px;
    margin-top:30px;

    }

    .section{
        padding:30px 0;
    }

    .simulator{
        top:0;
        margin-top:25px;
        padding:20px;
    }
	
	.simulator h5{
        font-size: 15px;
		margin-top: 20px;
    }

    .slider-value input{
        width:120px;
        font-size:34px;
    }

    .slider-value small{
        font-size:20px;
    }

    .welcome h2{
        font-size:34px;
    }

    .welcome h4{
        font-size:22px;
    }

    #economia{
        font-size:42px;
    }

    .economia-box{
        flex-direction:column;
        text-align:center;
        gap:15px;
    }

    .titular-box{
        flex-direction:column;
    }

    .bg-green{
        padding:20px;
    }

    .logo{
        height:55px;
    }

    .logo-white{
        height:80px;
    }

    .btn-main,
    .btn-outline-main{
        width:100%;
    }

    img{
        max-width:100%;
        height:auto;
    }
}

/***********************************/
/* BOTÃO WHATSAPP */
/***********************************/
.whatsapp-float{

    position:fixed;

    right:25px;
    bottom:25px;

    width:68px;
    height:68px;

    border-radius:50%;

    background:#25D366;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:36px;

    text-decoration:none;

    box-shadow:0 12px 35px rgba(37,211,102,.45);

    z-index:9999;

    animation:pulseWhatsapp 2s infinite;

    transition:.3s;

}

.whatsapp-float:hover{

    color:#fff;

    transform:scale(1.1);

    box-shadow:0 18px 45px rgba(37,211,102,.6);

}

.whatsapp-float::before{

    content:"";

    position:absolute;

    width:100%;
    height:100%;

    border-radius:50%;

    background:rgba(37,211,102,.35);

    animation:ringWhatsapp 2s infinite;

    z-index:-1;

}

@keyframes pulseWhatsapp{

    0%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.08);
    }

    100%{
        transform:scale(1);
    }

}

@keyframes ringWhatsapp{

    0%{
        transform:scale(1);
        opacity:.8;
    }

    70%{
        transform:scale(1.8);
        opacity:0;
    }

    100%{
        transform:scale(1.8);
        opacity:0;
    }

}

/***********************************/
/* MOBILE */
/***********************************/
@media(max-width:768px){

    .whatsapp-float{

        width:58px;
        height:58px;

        right:18px;
        bottom:18px;

        font-size:30px;

    }

}

/**********************************/
/* COOKIE */
/**********************************/

.cookie-banner{

    position:fixed;

    left:25px;
    right:25px;
    bottom:25px;

    background:#fff;

    border-radius:18px;

    box-shadow:0 20px 60px rgba(0,0,0,.12);

    padding:25px;

    z-index:99999;

    animation:cookieShow .5s ease;

}

.cookie-content{

    display:flex;

    align-items:center;

    gap:25px;

}

.cookie-icon{

    width:70px;
    height:70px;

    border-radius:50%;

    background:#FFF5D6;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    flex-shrink:0;

}

.cookie-text{

    flex:1;

}

.cookie-text h5{

    margin-bottom:8px;

    color:var(--orange);

    font-weight:800;

}

.cookie-text p{

    margin:0;

    color:#666;

    line-height:1.7;

}

.cookie-text a{
	
	text-decoration: none;
	
	color:var(--orange);
}

.cookie-buttons{

    display:flex;

    gap:15px;

}

.btn-cookie{

    border:none;

    border-radius:999px;

    padding:14px 28px;

    font-weight:700;

    cursor:pointer;

    transition:.3s;

}

.btn-cookie-primary{

    background:linear-gradient(135deg,#f57c00,#ffc400);

    color:#fff;

}

.btn-cookie-primary:hover{

    transform:translateY(-2px);

}

.btn-cookie-outline{

    background:#fff;

    border:1px solid #ddd;

    color:#303817;

}

.btn-cookie-outline:hover{

    background:#f7f7f7;

}

@keyframes cookieShow{

    from{

        opacity:0;
        transform:translateY(40px);

    }

    to{

        opacity:1;
        transform:translateY(0);

    }

}

@media(max-width:768px){

    .cookie-banner{

        left:15px;
        right:15px;
        bottom:15px;

        padding:20px;

    }

    .cookie-content{

        flex-direction:column;

        text-align:center;

    }

    .cookie-buttons{

        width:100%;

        flex-direction:column;

    }

    .btn-cookie{

        width:100%;

    }

}

/****************************************************/
/* HERO */
/****************************************************/
.hero-banner{

    position:relative;

    min-height:550px;

    display:flex;
    align-items:center;

    background:
        linear-gradient(
            90deg,
            rgba(20,35,12,.92) 0%,
            rgba(20,35,12,.82) 35%,
            rgba(20,35,12,.45) 60%,
            rgba(20,35,12,.05) 100%
        ),
        url("../img/bg.jpg") center center/cover no-repeat;

}

/****************************************************/
/* TEXTO */
/****************************************************/
.hero-content{

    color:#fff;

}

.hero-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 18px;

    border-radius:999px;

    border:1px solid rgba(255,255,255,.25);

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(10px);

    margin-bottom:30px;

    font-weight:600;

}

.hero-content h1{

    font-size:clamp(48px,7vw,82px);

    font-weight:900;

    line-height:.95;

    margin-bottom:20px;

}

.hero-content h1 span{

    color:#FDB100;

}

.hero-content p{

    max-width:520px;

    font-size:24px;

    line-height:1.6;

    color:#F2F2F2;

    margin-bottom:30px;

}

/****************************************************/
/* CARDS */
/****************************************************/
.hero-cards{

    display:flex;

    flex-direction:column;

    gap:25px;

    align-items:flex-end;

}

.hero-card{

    width:550px;

    display:flex;

    gap:20px;

    padding:30px;

    border-radius:24px;

    backdrop-filter:blur(20px);

    transition:.35s;

}

.hero-card:hover{

    transform:translateY(-6px);

}

.hero-card.dark{

    background:rgba(15,28,10,.90);

    color:#fff;

}

.hero-card.yellow{

    background:#FDB100;

    color:#1E1E1E;

}

.hero-card .icon{

    width:70px;

    height:70px;

    border-radius:50%;

    border:2px solid currentColor;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

}

.hero-card h5{

    font-size:30px;

    font-weight:700;

    margin-bottom:10px;

}

.hero-card p{

    margin:0;

    font-size:20px;

}

/****************************************************/
/* RESPONSIVO */
/****************************************************/
@media(max-width:991px){

    .hero-banner{

        min-height:auto;

        padding:100px 0 60px;

        background-position:70% center;

    }

    .hero-content{

        text-align:center;

        margin-bottom:40px;

    }

    .hero-content p{

        margin:auto auto 35px;

    }

    .hero-cards{

       display: none;

    }

}