:root{
    --green-dark:#1F553B;
    --green-deep:#123324;
    --green-light:#6DBF57;
    --black:#000000;
    --white:#FFFFFF;
    --soft:#F5F8F3;
    --soft-2:#EEF7EB;
    --text:#26352C;
    --muted:#657367;
}
*{box-sizing:border-box}
body{
    font-family:'Lato',sans-serif;
    color:var(--text);
    line-height:1.7;
    background:#fff;
    font-size:16px;
}
a{color:var(--green-dark);text-decoration:none;transition:.2s ease}
a:hover{color:var(--green-light)}
h1,h2,h3,h4,h5,h6,.display-1,.display-2,.display-3,.section-title{
    font-family:'Cormorant Garamond',serif;
}
.container{max-width:1200px}
.site-header{z-index:1030}
.navbar{padding:12px 0}
.brand-logo{max-height:98px;width:auto}
.nav-link{
    font-family:'Lato',sans-serif;
    font-weight:700;
    color:#1d2b22!important;
    font-size:1.05rem;
    position:relative;
}
.nav-link:hover,.nav-link.active,.nav-link:focus,.dropdown-item:hover,.dropdown-item.active,.dropdown-item:active,.dropdown-item:focus{color:var(--green-light)!important;background:transparent!important}
.navbar-nav .nav-link::before{
    content:"";
    position:absolute;
    left:.5rem;
    right:.5rem;
    bottom:2px;
    height:2px;
    background:var(--green-light);
    transform:scaleX(0);
    transition:.2s ease;
    transform-origin:center;
}
.navbar-nav .nav-link:hover::before,.navbar-nav .nav-link.active::before{transform:scaleX(1)}
.navbar .dropdown-toggle::after{
    display:inline-block!important;
    margin-left:.45em;
    vertical-align:.14em;
    border-top:.36em solid;
    border-right:.36em solid transparent;
    border-bottom:0;
    border-left:.36em solid transparent;
}
.dropdown-menu{
    border:0;
    border-radius:18px;
    box-shadow:0 18px 40px rgba(31,85,59,.12);
    padding:12px;
    margin-top:0;
}
.dropdown-item{border-radius:12px;padding:9px 13px;font-weight:700;color:#1d2b22}
@media(min-width:992px){.dropdown:hover>.dropdown-menu{display:block}.navbar .dropdown>.dropdown-toggle:active{pointer-events:none}}
.whatsapp-header img{height:40px;width:auto}

.hero{
    position:relative;
    overflow:hidden;
    color:var(--green-dark);
    padding:100px 0;
    background:radial-gradient(circle at 84% 22%,rgba(109,191,87,.18),transparent 30%),linear-gradient(100deg,#fff 0%,#f7faf4 52%,#e7f2e4 100%);
}
.hero::after{
    content:"";
    position:absolute;
    right:-90px;
    bottom:-110px;
    width:430px;
    height:430px;
    background:url('../img/favicon.png') center/contain no-repeat;
    opacity:.08;
    pointer-events:none;
}
.hero .container{position:relative;z-index:2}
.hero h1{
    font-family:'Cormorant Garamond',serif;
    font-weight:700;
    letter-spacing:-.02em;
    font-size:clamp(2.55rem,4.35vw,4.45rem);
    line-height:1.02;
    color:var(--green-dark);
    max-width:720px;
}
.hero p{font-size:1.1rem;max-width:650px;color:#3c4d41}
.hero-card{
    background:rgba(255,255,255,.78);
    backdrop-filter:blur(12px);
    border:1px solid rgba(31,85,59,.12);
    border-radius:36px;
    padding:42px;
    box-shadow:0 24px 70px rgba(31,85,59,.12);
    min-height:350px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.hero-card h2{font-family:'Cormorant Garamond',serif;font-size:2.35rem;color:var(--green-dark);line-height:1;font-weight:700}
.hero-symbol{width:118px;height:auto;margin-bottom:22px}
.btn-main{background:var(--green-light);border:2px solid var(--green-light);color:#fff;font-weight:700;border-radius:999px;padding:13px 28px}
.btn-main:hover{background:#5aa848;border-color:#5aa848;color:#fff}
.btn-outline-main{border:2px solid var(--green-dark);color:var(--green-dark);font-weight:700;border-radius:999px;padding:13px 28px;background:#fff}
.btn-outline-main:hover{background:var(--green-dark);color:#fff}

.section{padding:82px 0}
.highlights-section{padding-top:50px}
.section-soft{background:var(--soft)}
.location-section{background:linear-gradient(180deg,#eef7eb 0%,#f7faf4 100%);border-bottom:0!important}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:700;color:var(--green-light)}
.section-title{font-size:clamp(2.35rem,3.7vw,4rem);color:var(--green-dark);line-height:1;font-weight:700;letter-spacing:-.02em}
.card-premium{border:0;border-radius:24px;padding:30px;height:100%;box-shadow:0 18px 40px rgba(31,85,59,.08);background:#fff}
.highlight-card{min-height:252px}
.highlight-card h3{font-size:1.72rem;line-height:1.02;color:var(--green-dark);font-weight:700;margin-bottom:14px;min-height:3.55rem}
.highlight-card p{font-size:1rem;margin-bottom:0;line-height:1.55}
.icon-circle{width:58px;height:58px;border-radius:50%;background:rgba(109,191,87,.14);display:flex;align-items:center;justify-content:center;color:var(--green-dark);font-size:1.45rem;margin-bottom:18px}
.service-card{border:1px solid rgba(31,85,59,.12);border-radius:22px;padding:28px;height:100%;background:#fff;transition:.25s ease;color:var(--text)}
.service-card:hover{transform:translateY(-4px);box-shadow:0 18px 32px rgba(31,85,59,.1);color:var(--text)}
.service-card h3{font-size:1.48rem;line-height:1.1;color:var(--green-dark);font-weight:700;margin-bottom:12px}
.card-premium h3{font-size:1.35rem;line-height:1.15;color:var(--green-dark);font-weight:700}
.service-card p{font-size:1rem;color:#3c4d41}
.image-feature-card{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:stretch;padding:22px}
.feature-image{width:100%;height:100%;min-height:320px;object-fit:cover;border-radius:20px}
.image-feature-content{display:flex;flex-direction:column;justify-content:center;padding:10px}
.image-feature-content h3{font-family:'Cormorant Garamond',serif;font-size:2.1rem;line-height:1;font-weight:700}
.budget-section .card-premium{padding:28px 22px 22px;text-align:center;min-height:250px}
.timeline-step{position:relative;display:block}
.step-number{width:82px;height:82px;border-radius:50%;background:var(--green-dark);color:#fff;font-size:2.35rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:-68px auto 18px;box-shadow:0 12px 28px rgba(31,85,59,.18);border:7px solid var(--soft)}
.budget-section .row{padding-top:42px}
.feature-list{list-style:none;padding:0;margin:0}
.feature-list li{margin-bottom:12px}
.feature-list i{color:var(--green-light);margin-right:10px}
.page-hero{background:linear-gradient(120deg,rgba(31,85,59,.95),rgba(31,85,59,.78));color:#fff;padding:80px 0}
.page-hero h1{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:clamp(2.5rem,5vw,4.6rem);line-height:1}
.contact-box{background:#fff;border-radius:24px;padding:30px;box-shadow:0 18px 40px rgba(31,85,59,.08)}
.form-control,.form-select{border-radius:14px;padding:13px 16px;border:1px solid #d9e2db}
.form-control:focus{border-color:var(--green-light);box-shadow:0 0 0 .2rem rgba(109,191,87,.2)}
.map-frame{border:0;width:100%;height:390px;border-radius:24px}

.cta-final{
    position:relative;
    overflow:hidden;
    background:linear-gradient(360deg,#6dbf67,#f7faf4);
    color:var(--green-dark);
    padding:84px 0;
}

.cta-final.cta-internal{background:linear-gradient(360deg,#6dbf67,#e2ffe0)}

.cta-final .row{
    position:relative;
    background:#fff;
    border:1px solid rgba(31,85,59,.10);
    border-radius:34px;
    padding:42px;
    box-shadow:0 24px 60px rgba(31,85,59,.12);
    overflow:hidden;
}
.cta-final .row::after{
    content:"";
    position:absolute;
    right:-70px;
    top:-80px;
    width:250px;
    height:250px;
    background:url('../img/favicon.png') center/contain no-repeat;
    opacity:.08;
}
.cta-final .row>*{position:relative;z-index:1}
.cta-final .eyebrow{color:var(--green-light)!important}
.cta-final h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2.45rem,4vw,4.1rem);line-height:1;color:var(--green-dark);font-weight:700;letter-spacing:-.02em}
.cta-final p{font-size:1.08rem;color:#3c4d41;max-width:680px;margin-bottom:0}
.btn-cta-light{background:var(--green-light);color:#fff;font-weight:700;border-radius:999px;padding:15px 30px;border:2px solid var(--green-light);box-shadow:0 12px 24px rgba(109,191,87,.25)}
.btn-cta-light:hover{background:#5aa848;border-color:#5aa848;color:#fff;transform:translateY(-1px)}
.btn-cta-outline{color:var(--green-dark);border:2px solid rgba(31,85,59,.45);font-weight:700;border-radius:999px;padding:15px 30px;background:#fff}
.btn-cta-outline:hover{background:var(--green-dark);border-color:var(--green-dark);color:#fff}

.footer{background:#1F553B;color:#eef7eb}
.footer h3{font-size:1.05rem;color:#fff;font-weight:700;margin-bottom:16px;font-family:'Lato',sans-serif}
.footer ul{list-style:none;padding:0;margin:0}.footer li{margin-bottom:8px}.footer a{color:#dce8df}.footer a:hover{color:#fff}
.footer-logo{max-width:230px}.footer-bottom{background:#184530;font-size:.875rem}.alpha-logo{max-height:28px}

.footer-contact p{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;color:#dce8df}
.footer-contact i{width:18px;min-width:18px;margin-top:5px;color:#fff;opacity:.9}
.footer-contact span{display:block}
.social-links{display:flex;gap:12px}.social-links a{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;color:#fff}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;z-index:1000;box-shadow:0 12px 28px rgba(0,0,0,.22)}
.floating-whatsapp:hover{color:#fff;transform:translateY(-2px)}
.legal-content h2{color:var(--green-dark);font-weight:700;margin-top:32px}

@media(max-width:991px){
    .brand-logo{max-height:82px}
    .whatsapp-header img{height:38px}
    .hero{padding:74px 0}
    .section{padding:64px 0}
    .image-feature-card{grid-template-columns:1fr}
    .feature-image{min-height:260px}
    .budget-section .card-premium{min-height:auto;margin-top:28px}
    .step-number{margin:-58px auto 18px}
    
.cta-final.cta-internal{background:linear-gradient(360deg,#6dbf67,#e2ffe0)}

.cta-final .row{padding:34px 24px}
}
@media(max-width:575px){
    .brand-logo{max-height:72px}
    .hero h1{font-size:2.45rem}
    .footer-logo{max-width:190px}
    .cta-final{text-align:center}
    .cta-final .d-flex{justify-content:center}
}

/* Ajuste final dos cards de destaque abaixo do hero */
.card-premium.highlight-card h3{
    font-size:1.88rem;
    line-height:1.02;
    min-height:3.85rem;
    margin-bottom:14px;
    color:var(--green-dark);
    font-weight:700;
}
.card-premium.highlight-card p{
    min-height:4.65rem;
    line-height:1.55;
}
@media(max-width:991px){
    .card-premium.highlight-card h3{min-height:auto;font-size:1.82rem}
    .card-premium.highlight-card p{min-height:auto}
}


/* Página A Naturalis */
.page-hero.about-hero{
    position:relative;
    min-height:440px;
    display:flex;
    align-items:center;
    background:
        linear-gradient(90deg,rgba(18,51,36,.86),rgba(31,85,59,.58),rgba(31,85,59,.28)),
        url('../img/fachada-naturalis-entrada.jpg') center/cover no-repeat;
}
.page-hero.about-hero .lead{
    max-width:720px;
    font-size:1.18rem;
}
.about-photo-card{
    position:relative;
    overflow:hidden;
    border-radius:30px;
    box-shadow:0 24px 60px rgba(31,85,59,.14);
    background:#fff;
}
.about-photo-card img{
    width:100%;
    height:100%;
    min-height:420px;
    object-fit:cover;
    display:block;
}
.about-photo-card.compact img{
    min-height:340px;
}
.about-card-overlay{
    position:absolute;
    left:24px;
    right:24px;
    bottom:24px;
    background:rgba(255,255,255,.92);
    border-radius:22px;
    padding:24px;
    box-shadow:0 16px 40px rgba(31,85,59,.12);
}
.about-card-overlay h3{
    font-size:2rem;
    line-height:1;
    margin-bottom:10px;
}
.value-card h3{
    font-size:1.75rem;
}
.about-stat{
    display:flex;
    align-items:center;
    gap:16px;
    padding:18px;
    border-radius:22px;
    background:#fff;
    box-shadow:0 16px 36px rgba(31,85,59,.08);
}
.about-stat .icon-circle{
    margin-bottom:0;
    width:54px;
    height:54px;
    min-width:54px;
}
.about-stat strong{
    display:block;
    font-family:'Cormorant Garamond',serif;
    color:var(--green-dark);
    font-size:1.65rem;
    line-height:1;
}
.about-stat span{
    display:block;
    color:#4c5b50;
    line-height:1.35;
}
@media(max-width:991px){
    .page-hero.about-hero{min-height:auto;padding:76px 0}
    .about-photo-card img{min-height:300px}
    .about-card-overlay{position:relative;left:auto;right:auto;bottom:auto;margin:0;border-radius:0}
}

/* Página Serviços */
.services-intro-card{
    background:#fff;
    border-radius:30px;
    padding:38px;
    box-shadow:0 20px 50px rgba(31,85,59,.08);
    border:1px solid rgba(31,85,59,.10);
}
.services-grid .service-card{
    padding:32px;
    min-height:315px;
    display:flex!important;
    flex-direction:column;
}
.services-grid .service-card h3{
    font-size:1.72rem;
    margin-bottom:14px;
}
.services-grid .service-card p{
    flex:1;
    margin-bottom:18px;
}
.service-link{
    color:var(--green-dark);
    font-weight:800;
}
.service-link i{
    margin-left:6px;
    transition:.2s ease;
}
.service-card:hover .service-link i{
    transform:translateX(3px);
}
.budget-compact{
    background:linear-gradient(360deg,#6dbf67,#e2ffe0);
}
.budget-compact .budget-panel{
    background:#fff;
    border-radius:30px;
    padding:38px;
    box-shadow:0 20px 50px rgba(31,85,59,.08);
    border:1px solid rgba(31,85,59,.10);
}
.budget-mini-step{
    display:flex;
    gap:16px;
    align-items:flex-start;
}
.budget-mini-number{
    width:44px;
    height:44px;
    min-width:44px;
    border-radius:50%;
    background:var(--green-dark);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
}
.budget-mini-step h3{
    font-size:1.45rem;
    line-height:1.05;
    margin-bottom:5px;
}
@media(max-width:575px){
    .services-intro-card,.budget-compact .budget-panel{padding:28px 22px}
    .services-grid .service-card{min-height:auto}
}


/* Página Manipulação Magistral */
.service-detail-image-card{
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 24px 60px rgba(31,85,59,.14);
    background:#fff;
}
.service-detail-image-card img{
    width:100%;
    min-height:420px;
    max-height:700px;
    height:100%;
    object-fit:cover;
    display:block;
}
.service-benefit-card{
    min-height:310px;
}
.service-benefit-card h3,.quality-card h3{
    font-size:1.78rem;
    line-height:1.05;
}
.quality-card{
    min-height:100%;
}
@media(max-width:991px){
    .service-detail-image-card img{min-height:300px}
    .service-benefit-card{min-height:auto}
}

/* Página Solicitar Orçamento */
.quote-info-card{
    min-height:300px;
}
.quote-info-card h3,
.quote-channel-card h3{
    font-size:1.72rem;
    line-height:1.05;
}
.quote-channel-card{
    min-height:100%;
    display:flex;
    flex-direction:column;
}
.quote-channel-card p{
    flex:1;
}
.quote-responsible-note{
    display:flex;
    gap:22px;
    align-items:flex-start;
    background:#fff;
    border:1px solid rgba(31,85,59,.12);
    border-radius:28px;
    padding:30px;
    box-shadow:0 18px 40px rgba(31,85,59,.08);
}
.quote-responsible-note h2{
    font-family:'Cormorant Garamond',serif;
    color:var(--green-dark);
    font-size:2.15rem;
    line-height:1;
    font-weight:700;
    margin-bottom:10px;
}
@media(max-width:575px){
    .quote-responsible-note{display:block}
    .quote-responsible-note .icon-circle{margin-bottom:18px!important}
}


/* Página Contato */
.contact-cards-section{
    background:linear-gradient(180deg,#f7faf4 0%,#eef7eb 100%);
}
.contact-form-section{
    background:#fff;
    padding-top:92px;
}
.contact-box{
    border:1px solid rgba(31,85,59,.10);
    box-shadow:0 22px 52px rgba(31,85,59,.11);
}
.contact-box h3,
.contact-box h4{
    color:var(--green-dark);
    font-weight:700;
}
.contact-box h3{font-size:2rem;line-height:1}
.contact-box h4{font-size:1.35rem;line-height:1.1}
.contact-box h3 i,
.contact-box h4 i{color:var(--green-light)}
.contact-box-feature{
    min-height:100%;
    background:linear-gradient(180deg,#fff 0%,#f8fbf6 100%);
}
.contact-form-box{padding:34px}
.map-contact-card{
    background:#fff;
    border:1px solid rgba(31,85,59,.10);
    border-radius:24px;
    padding:18px;
    box-shadow:0 22px 52px rgba(31,85,59,.11);
}
.contact-map-frame{
    min-height:520px;
    height:calc(100% - 70px);
    display:block;
}

/* Formulário de contato: consentimento e Turnstile */
.privacy-consent{
    display:flex;
    align-items:flex-start;
    gap:.5rem;
    margin-top:.25rem;
}
.privacy-consent .form-check-input{
    margin-top:.2rem;
    flex:0 0 auto;
}
.privacy-consent .form-check-label{
    color:#26372d;
    line-height:1.45;
}
.privacy-consent .form-check-label a{
    color:var(--green-dark);
    font-weight:700;
    text-decoration:underline;
    text-underline-offset:2px;
}
.turnstile-visible-wrap{
    min-height:65px;
    display:flex;
    align-items:center;
}
