:root{
    --bg:#f8f8f4;
    --soft:#eef6f0;
    --white:#fff;
    --green:#3f8f84;
    --green-dark:#0b2d35;
    --green-light:#bfe9d8;
    --text:#0b2d35;
    --muted:#526a70;
    --line:#dfe5de;
    --shadow:0 14px 35px rgba(11,45,53,.10);
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

.container{width:min(1120px,90%);margin:auto}

/* HEADER */
.header{
    height:78px;background:var(--bg);border-bottom:1px solid var(--line);
    position:sticky;top:0;z-index:999
}
.nav{
    height:78px;display:grid;grid-template-columns:180px 1fr 180px;
    align-items:center;gap:20px
}
.logo{height:78px;display:flex;align-items:center}
.logo-img{width:120px;height:62px;object-fit:contain}
.logo-icon{
    width:42px;height:42px;border-radius:50%;background:var(--green);color:white;
    display:flex;align-items:center;justify-content:center;font-size:22px
}
.menu{display:flex;justify-content:center;align-items:center;gap:30px}
.menu a{font-size:14px;color:#4e666c;font-weight:700}
.menu a:hover{color:var(--green)}
.btn-agendar{
    background:var(--green);color:white;border-radius:10px;padding:12px 20px;
    font-weight:900;display:inline-flex;align-items:center;gap:8px;
    box-shadow:0 10px 24px rgba(63,143,132,.22)
}
.desktop-btn{justify-self:end}
.mobile-btn{
    display:none;width:42px;height:42px;border:1px solid rgba(63,143,132,.35);
    background:#e9f7f1;color:var(--green);border-radius:10px;font-size:26px;cursor:pointer
}

/* MENU MOBILE */
.mobile-overlay{
    position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1500;
    opacity:0;pointer-events:none;transition:.25s
}
.mobile-overlay.active{opacity:1;pointer-events:auto}
.mobile-menu{
    position:fixed;top:0;right:-100%;width:min(86%,370px);height:100vh;
    background:var(--bg);z-index:1600;padding:22px;transition:.32s;
    box-shadow:-20px 0 60px rgba(0,0,0,.18)
}
.mobile-menu.active{right:0}
.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}
.close-menu{
    width:40px;height:40px;border-radius:10px;border:1px solid var(--line);
    background:white;font-size:24px;color:var(--text);cursor:pointer
}
.mobile-links{display:grid}
.mobile-links a{
    padding:18px 0;border-bottom:1px solid var(--line);
    display:flex;align-items:center;justify-content:space-between;font-weight:800
}
.mobile-links i{color:var(--green)}
.mobile-menu .btn-agendar{width:100%;justify-content:center;margin-top:28px}

/* HERO */
.hero{padding:120px 0 70px}
.hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:64px;align-items:center}
.badge{
    display:inline-flex;align-items:center;gap:8px;background:var(--green-light);
    color:var(--green-dark);padding:7px 14px;border-radius:999px;
    font-size:12px;font-weight:900;margin-bottom:26px
}
.hero h1{
    font-size:clamp(42px,5vw,51px);line-height:1.17;letter-spacing:-2px;
    font-weight:900;max-width:580px;margin-bottom:18px
}
.hero p{font-size:17px;line-height:1.65;color:var(--muted);max-width:610px;margin-bottom:28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}
.btn-outline{
    display:inline-flex;align-items:center;justify-content:center;min-width:180px;height:43px;
    border-radius:8px;background:white;border:1px solid #d9ded9;color:var(--text);
    font-weight:900;font-size:14px;box-shadow:0 5px 12px rgba(0,0,0,.04)
}
.hero-info{display:flex;gap:25px;flex-wrap:wrap;color:#527075;font-size:14px}
.hero-info span{display:flex;align-items:center;gap:7px}
.hero-info i{color:var(--green)}
.hero-image{height:360px;border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
.hero-image img{width:100%;height:100%;object-fit:cover}

/* SOBRE */
.sobre-section{padding:90px 0;background:#eef6f0}
.sobre-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.sobre-image img{width:100%;height:420px;object-fit:cover;border-radius:22px;box-shadow:var(--shadow)}
.sobre-content h2{font-size:46px;line-height:1.05;letter-spacing:-2px;margin-bottom:24px;font-weight:900}
.sobre-content p{font-size:17px;line-height:1.85;color:#4f666c;margin-bottom:18px}
.sobre-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:30px}
.sobre-card{
    background:white;border:1px solid #dde4dd;border-radius:16px;padding:20px;
    display:flex;gap:14px;align-items:flex-start;box-shadow:0 10px 25px rgba(0,0,0,.05)
}
.sobre-card-icon{
    width:44px;height:44px;min-width:44px;border-radius:14px;background:#e7f5ef;color:var(--green);
    display:flex;align-items:center;justify-content:center;font-size:22px
}
.sobre-card h3{font-size:17px;margin-bottom:5px}
.sobre-card span{color:#5c7277;font-size:14px;line-height:1.6}

/* SERVIÇOS */
.servicos-section{padding:100px 0;background:#f8f8f4}
.servicos-header{text-align:center;margin-bottom:55px}
.servicos-header h2{font-size:46px;font-weight:900;letter-spacing:-2px;margin-bottom:14px}
.servicos-header p{font-size:17px;color:#5a7074;line-height:1.7}
.servicos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.servico-card{
    background:#fff;border:1px solid #dfe5de;border-radius:22px;padding:34px;
    box-shadow:0 8px 22px rgba(0,0,0,.05);transition:.25s
}
.servico-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(0,0,0,.08)}
.servico-icon{
    width:46px;height:46px;border-radius:14px;background:var(--green-light);color:var(--green);
    display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:24px
}
.servico-card h3{font-size:18px;line-height:1.4;margin-bottom:14px;font-weight:900}
.servico-card p{font-size:15.5px;line-height:1.8;color:#607478}

/* DIFERENCIAIS */
.diferenciais-section{padding:100px 0;background:#eef6f0}
.diferenciais-header{text-align:center;margin-bottom:48px}
.diferenciais-header h2{font-size:46px;font-weight:900;letter-spacing:-2px;margin-bottom:12px}
.diferenciais-header p{font-size:17px;color:#526a70;line-height:1.7}
.diferenciais-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.diferencial-card{
    background:#fff;border:1px solid #dfe8df;border-radius:18px;padding:34px 26px;
    text-align:center;box-shadow:0 8px 20px rgba(0,0,0,.05);transition:.25s
}
.diferencial-card:hover{transform:translateY(-6px);box-shadow:0 16px 35px rgba(0,0,0,.08)}
.diferencial-icon{
    width:50px;height:50px;border-radius:50%;background:#edf5f2;color:var(--green);
    display:flex;align-items:center;justify-content:center;font-size:25px;margin:0 auto 22px
}
.diferencial-card h3{font-size:16px;font-weight:900;margin-bottom:10px}
.diferencial-card p{font-size:14px;line-height:1.7;color:#526a70}

/* DEPOIMENTOS */
.depoimentos-section{padding:100px 0;background:#f8f8f4}
.depoimentos-header{text-align:center;margin-bottom:55px}
.depoimentos-header h2{font-size:46px;font-weight:900;letter-spacing:-2px;margin-bottom:14px}
.depoimentos-header p{font-size:17px;color:#5a7074}
.depoimentos-slider{position:relative;overflow:hidden}
.depoimentos-track{display:flex;transition:transform .45s ease}
.depoimento-slide{min-width:33.333%;padding:0 11px}
.depoimento-card{
    background:#fff;border:1px solid #dfe5de;border-radius:22px;padding:30px;
    box-shadow:0 8px 22px rgba(0,0,0,.05);height:100%
}
.depoimento-stars{display:flex;gap:4px;margin-bottom:18px;color:var(--green)}
.depoimento-card p{font-size:16px;line-height:1.9;color:#203f46;margin-bottom:22px}
.depoimento-author{display:flex;align-items:center;gap:12px}
.depoimento-author img,.depoimento-author span{
    width:44px;height:44px;border-radius:50%;object-fit:cover;background:#eaf6f1;
    color:var(--green);display:flex;align-items:center;justify-content:center;font-size:22px
}
.depoimentos-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:30px}
.depoimentos-controls button{
    width:44px;height:44px;border-radius:50%;border:1px solid #dfe5de;background:#fff;
    color:var(--green);display:flex;align-items:center;justify-content:center;
    font-size:22px;cursor:pointer;transition:.25s
}
.depoimentos-controls button:hover{background:var(--green);color:white}

/* FAQ */
.faq-section{padding:100px 0;background:#eef6f0}
.faq-header{text-align:center;margin-bottom:50px}
.faq-header h2{font-size:46px;font-weight:900;letter-spacing:-2px;margin-bottom:14px}
.faq-header p{font-size:17px;color:#5c7277}
.faq-box{
    max-width:740px;margin:auto;background:#fff;border-radius:24px;border:1px solid #dfe6df;
    overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.05)
}
.faq-item{border-bottom:1px solid #dce5dd}
.faq-item:last-child{border-bottom:none}
.faq-question{
    width:100%;background:none;border:none;padding:24px 28px;
    display:flex;align-items:center;justify-content:space-between;cursor:pointer;
    font-size:17px;font-weight:900;color:var(--text);text-align:left
}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-answer p{padding:0 28px 24px;color:#5d7478;line-height:1.8;font-size:16px}
.faq-item.active .faq-answer{max-height:220px}
.faq-item.active .faq-question i{transform:rotate(180deg)}

/* ATENDIMENTO */
.atendimento-section{padding:100px 0;background:#f8f8f4}
.atendimento-grid{display:grid;grid-template-columns:1fr .95fr;gap:90px;align-items:center}
.atendimento-info h2{font-size:46px;font-weight:900;letter-spacing:-2px;margin-bottom:14px}
.atendimento-info>p{font-size:17px;line-height:1.8;color:#526a70;max-width:620px;margin-bottom:34px}
.atendimento-lista{display:grid;gap:24px}
.atendimento-item{display:flex;align-items:center;gap:16px;font-size:16px}
.atendimento-item i{color:var(--green);font-size:22px}
.atendimento-card{
    background:#4b9288;color:white;border-radius:22px;padding:38px;box-shadow:var(--shadow)
}
.atendimento-card h3{font-size:28px;font-weight:900;margin-bottom:14px}
.atendimento-card p{font-size:17px;line-height:1.7;margin-bottom:28px;opacity:.95}
.atendimento-btn{
    height:48px;width:100%;border-radius:8px;background:#dcefeb;color:var(--text);
    display:flex;align-items:center;justify-content:center;gap:10px;font-weight:900;margin-bottom:20px
}
.atendimento-card small{display:block;font-size:13px;opacity:.85;line-height:1.6}

/* FOOTER */
.footer{border-top:1px solid #dce4dc;background:#f8f8f4;padding:42px 0}
.footer-content{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px}
.footer-left h3{font-size:18px;margin-bottom:8px;font-weight:900}
.footer-left p,.footer-center p{font-size:14px;color:#526a70}
.footer-center{text-align:center}
.footer-right{display:flex;justify-content:flex-end;gap:16px}
.footer-right a{
    width:42px;height:42px;border-radius:50%;border:1px solid #d9e2d9;
    display:flex;align-items:center;justify-content:center;color:#526a70;font-size:20px;
    transition:.25s;background:white
}
.footer-right a:hover{background:var(--green);color:white}
.whatsapp-float{
    position:fixed;right:24px;bottom:24px;width:58px;height:58px;border-radius:50%;
    background:#4b9288;color:white;display:flex;align-items:center;justify-content:center;
    font-size:28px;box-shadow:0 14px 35px rgba(0,0,0,.18);z-index:999
}

/* RESPONSIVO */
@media(max-width:1000px){
    .diferenciais-grid{grid-template-columns:repeat(2,1fr)}
    .servicos-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:900px){
    .menu,.desktop-btn{display:none}
    .mobile-btn{display:flex;align-items:center;justify-content:center}
    .header,.nav,.logo{height:72px}
    .nav{display:flex;justify-content:space-between}
    .logo-img{width:105px;height:54px}
    .hero{padding:95px 0 45px}
    .hero-grid,.sobre-grid,.atendimento-grid{grid-template-columns:1fr;gap:34px}
    .hero h1{font-size:34px;letter-spacing:-1px}
    .hero p{font-size:15.5px}
    .hero-actions{display:grid;grid-template-columns:1fr}
    .btn-agendar,.btn-outline{width:100%;justify-content:center}
    .hero-image{height:250px}
    .sobre-cards,.servicos-grid,.diferenciais-grid{grid-template-columns:1fr}
    .depoimento-slide{min-width:100%}
    .sobre-content h2,.servicos-header h2,.diferenciais-header h2,
    .depoimentos-header h2,.faq-header h2,.atendimento-info h2{
        font-size:36px;letter-spacing:-1px
    }
    .sobre-image img{height:340px}
    .footer{padding:34px 0 90px}
    .footer-content{grid-template-columns:1fr;text-align:center}
    .footer-right{justify-content:center}
}

@media(max-width:480px){
    .container{width:88%}
    .hero h1{font-size:31px}
    .hero-image,.sobre-image img{height:220px;border-radius:18px}
}

/* =========================================
FORMULÁRIO DE MENSAGEM
========================================= */

.mensagem-section{
    padding:100px 0;
    background:#eef6f0;
}

.mensagem-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:70px;
    align-items:center;
}

.mensagem-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#bfe9d8;
    color:#0b2d35;
    border-radius:999px;
    padding:8px 14px;
    font-size:13px;
    font-weight:900;
    margin-bottom:22px;
}

.mensagem-info h2{
    font-size:46px;
    line-height:1.08;
    letter-spacing:-2px;
    font-weight:900;
    color:#0b2d35;
    margin-bottom:18px;
}

.mensagem-info p{
    font-size:17px;
    color:#526a70;
    line-height:1.8;
    margin-bottom:28px;
}

.mensagem-benefits{
    display:grid;
    gap:14px;
}

.mensagem-benefits div{
    display:flex;
    align-items:center;
    gap:10px;
    color:#0b2d35;
    font-weight:800;
}

.mensagem-benefits i{
    color:#3f8f84;
    font-size:20px;
}

.mensagem-card{
    background:#fff;
    border:1px solid #dfe5de;
    border-radius:24px;
    padding:32px;
    box-shadow:0 16px 40px rgba(11,45,53,.08);
}

.mensagem-form{
    display:grid;
    gap:14px;
}

.mensagem-form label{
    font-weight:900;
    color:#0b2d35;
    margin-top:6px;
}

.mensagem-form input,
.mensagem-form textarea{
    width:100%;
    border:1px solid #d9e2d9;
    background:#fbfcfa;
    border-radius:14px;
    padding:15px;
    font-size:15px;
    color:#0b2d35;
    outline:none;
    transition:.2s;
    font-family:'Inter',sans-serif;
}

.mensagem-form textarea{
    min-height:130px;
    resize:vertical;
    line-height:1.7;
}

.mensagem-form input:focus,
.mensagem-form textarea:focus{
    border-color:#3f8f84;
    background:#fff;
    box-shadow:0 0 0 4px rgba(63,143,132,.12);
}

.mensagem-form button{
    margin-top:12px;
    border:none;
    border-radius:14px;
    padding:16px 22px;
    background:#3f8f84;
    color:white;
    font-weight:900;
    font-size:16px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    box-shadow:0 14px 28px rgba(63,143,132,.25);
    transition:.25s;
}

.mensagem-form button:hover{
    background:#347b72;
    transform:translateY(-2px);
}

.form-alert{
    padding:14px 16px;
    border-radius:14px;
    margin-bottom:18px;
    font-weight:800;
    line-height:1.5;
}

.form-alert.success{
    background:#e1f7ec;
    color:#146c43;
    border:1px solid #b9ebd1;
}

.form-alert.error{
    background:#ffe4e4;
    color:#9b1c1c;
    border:1px solid #ffc6c6;
}

@media(max-width:900px){
    .mensagem-section{
        padding:70px 0;
    }

    .mensagem-grid{
        grid-template-columns:1fr;
        gap:34px;
    }

    .mensagem-info h2{
        font-size:36px;
        letter-spacing:-1px;
    }

    .mensagem-card{
        padding:24px;
    }
}
/* =========================================
MODAL OBRIGADO
========================================= */

.modal-obrigado{
    position:fixed;
    inset:0;
    background:rgba(11,45,53,.58);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
    padding:22px;
    backdrop-filter:blur(6px);
}

.modal-obrigado.active{
    display:flex;
}

.modal-obrigado-box{
    width:100%;
    max-width:460px;
    background:#fff;
    border-radius:28px;
    padding:42px 34px;
    position:relative;
    text-align:center;
    box-shadow:0 24px 70px rgba(0,0,0,.22);
    animation:modalObrigadoShow .35s ease;
}

@keyframes modalObrigadoShow{
    from{
        opacity:0;
        transform:translateY(18px) scale(.96);
    }
    to{
        opacity:1;
        transform:translateY(0) scale(1);
    }
}

.modal-obrigado-close{
    position:absolute;
    top:16px;
    right:16px;
    width:38px;
    height:38px;
    border:none;
    border-radius:50%;
    background:#f1f5f1;
    color:#0b2d35;
    font-size:24px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}

.modal-obrigado-icon{
    width:76px;
    height:76px;
    border-radius:50%;
    background:#e1f7ec;
    color:#3f8f84;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
    margin:0 auto 22px;
}

.modal-obrigado-box h2{
    font-size:32px;
    color:#0b2d35;
    letter-spacing:-1px;
    margin-bottom:12px;
}

.modal-obrigado-box p{
    color:#526a70;
    font-size:17px;
    line-height:1.7;
    margin-bottom:26px;
}

.modal-obrigado-btn{
    border:none;
    border-radius:14px;
    background:#3f8f84;
    color:#fff;
    padding:15px 28px;
    font-size:16px;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 14px 28px rgba(63,143,132,.25);
}

.modal-obrigado-btn:hover{
    background:#347b72;
}