/* ============================================================
   Kodana | Landing Page
   Tema Light. Paleta extraída da logo (ciano, azul, violeta,
   magenta) sobre base branca.
   ============================================================ */

:root{
    /* marca */
    --brand-cyan:#13C6FD;
    --brand-blue:#0D5FF9;
    --brand-indigo:#511BF2;
    --brand-purple:#AB1FF8;
    --brand-navy:#030F54;

    --primary:#0D5FF9;
    --primary-dark:#0A4BD4;
    --primary-soft:rgba(13,95,249,0.08);

    --gradient:linear-gradient(135deg,#13C6FD 0%,#0D5FF9 38%,#511BF2 70%,#AB1FF8 100%);
    --gradient-soft:linear-gradient(135deg,rgba(19,198,253,0.12) 0%,rgba(13,95,249,0.12) 40%,rgba(81,27,242,0.12) 70%,rgba(171,31,248,0.12) 100%);
    /* usado apenas em texto: o ciano nao atinge contraste AA sobre branco */
    --gradient-text:linear-gradient(120deg,#0D5FF9 0%,#511BF2 55%,#AB1FF8 100%);

    /* superfícies */
    --bg:#ffffff;
    --bg-soft:#f6f8fe;
    --bg-card:#ffffff;

    /* tipografia */
    --text:#0b1030;
    --text-muted:#5b6484;
    --text-light:#8b93b0;

    --border:#e4e8f6;
    --border-light:#f1f4fc;

    --shadow-sm:0 4px 16px rgba(11,16,48,0.05);
    --shadow-md:0 12px 32px rgba(13,95,249,0.09);
    --shadow-lg:0 24px 60px rgba(13,95,249,0.13);
}

*{ box-sizing:border-box; }

html{
    scroll-behavior:smooth;
    scroll-padding-top:90px;
    overflow-x:hidden;
}

body{
    font-family:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
    background:var(--bg);
    color:var(--text);
    overflow-x:hidden;
    width:100%;
    -webkit-font-smoothing:antialiased;
}

img{ max-width:100%; }

::selection{ background:rgba(81,27,242,0.16); }

a:focus-visible,
button:focus-visible{
    outline:2px solid var(--primary);
    outline-offset:3px;
    border-radius:8px;
}

/* ===================== NAVBAR ===================== */

.navbar{
    position:fixed;
    top:0;
    width:100%;
    z-index:1050;
    background:transparent!important;
    padding:20px 0;
    transition:top .3s,padding .4s,background .4s,box-shadow .4s,backdrop-filter .4s;
}

.navbar.navbar-hidden{ top:-110px; }

.navbar.navbar-scrolled{
    background:rgba(255,255,255,0.82)!important;
    padding:12px 0;
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
    box-shadow:0 1px 0 var(--border),0 8px 24px rgba(11,16,48,0.05);
}

.navbar-toggler{
    border:none;
    position:relative;
    z-index:1070;
    width:44px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
}
.navbar-toggler:focus{ box-shadow:none; }

/* barras desenhadas em CSS: viram X quando o menu abre */
.navbar-toggler-icon{
    background-image:none!important;
    width:24px!important;
    height:2px!important;
    border-radius:2px;
    background-color:var(--text);
    position:relative;
    display:block;
    transition:background-color .2s;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after{
    content:'';
    position:absolute;
    left:0;
    width:24px;
    height:2px;
    border-radius:2px;
    background-color:var(--text);
    transition:transform .3s cubic-bezier(.22,.61,.36,1);
}

.navbar-toggler-icon::before{ top:-7px; }
.navbar-toggler-icon::after{ top:7px; }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{ background-color:transparent; }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before{ transform:translateY(7px) rotate(45deg); }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after{ transform:translateY(-7px) rotate(-45deg); }

.navbar-brand{
    position:relative;
    z-index:1070;
    display:inline-flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
}

.brand-mark{
    width:40px;
    height:40px;
    border-radius:12px;
    box-shadow:0 6px 18px rgba(81,27,242,0.28);
    display:block;
}

.brand-name{
    font-size:1.3rem;
    font-weight:700;
    letter-spacing:-0.02em;
    color:var(--text);
    line-height:1;
}

.nav-link-custom{
    color:var(--text-muted);
    text-decoration:none;
    padding:8px 18px;
    font-size:.9rem;
    font-weight:500;
    transition:color .3s;
}

.nav-link-custom:hover{ color:var(--text); }

.btn-nav-cta{
    background:var(--gradient);
    background-size:180% 180%;
    color:#fff;
    border-radius:10px;
    padding:9px 22px;
    font-size:.9rem;
    font-weight:600;
    text-decoration:none;
    transition:background-position .5s,box-shadow .3s,transform .3s;
    box-shadow:0 6px 18px rgba(13,95,249,0.22);
}

.btn-nav-cta:hover{
    color:#fff;
    background-position:100% 0;
    transform:translateY(-1px);
    box-shadow:0 10px 24px rgba(81,27,242,0.28);
}

.navbar-collapse{ visibility:visible!important; }
@media (min-width:992px){
    .navbar-collapse{ display:flex!important; }
}

/* ===================== SECTION LABELS ===================== */

.section-label{
    font-size:.75rem;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:24px;
    background:var(--gradient-text);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    color:transparent;
    width:fit-content;
}

.section-label.centered{ margin-left:auto; margin-right:auto; }

.section-label::before{
    content:'';
    width:32px;
    height:2px;
    border-radius:2px;
    background:var(--gradient);
    flex-shrink:0;
}

/* ===================== HERO ===================== */

.hero{
    min-height:100vh;
    display:flex;
    align-items:center;
    position:relative;
    overflow:hidden;
    padding:140px 0 90px;
    background:
        radial-gradient(60% 55% at 8% 6%,rgba(19,198,253,0.20) 0%,rgba(19,198,253,0) 65%),
        radial-gradient(55% 50% at 92% 12%,rgba(171,31,248,0.18) 0%,rgba(171,31,248,0) 62%),
        radial-gradient(70% 60% at 70% 92%,rgba(81,27,242,0.16) 0%,rgba(81,27,242,0) 60%),
        linear-gradient(180deg,#fbfcff 0%,#ffffff 100%);
}

.hero::before{
    content:'';
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(to right,rgba(11,16,48,0.045) 1px,transparent 1px),
        linear-gradient(to bottom,rgba(11,16,48,0.045) 1px,transparent 1px);
    background-size:64px 64px;
    mask-image:radial-gradient(75% 65% at 50% 40%,#000 0%,transparent 78%);
    -webkit-mask-image:radial-gradient(75% 65% at 50% 40%,#000 0%,transparent 78%);
    pointer-events:none;
}

.hero .container{ position:relative; z-index:2; }

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:rgba(255,255,255,0.8);
    border:1px solid var(--border);
    border-radius:100px;
    padding:8px 18px 8px 12px;
    font-size:.85rem;
    font-weight:500;
    color:var(--text-muted);
    margin-bottom:28px;
    backdrop-filter:blur(10px);
    box-shadow:var(--shadow-sm);
}

.hero-badge .dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--gradient);
    flex-shrink:0;
    box-shadow:0 0 0 4px rgba(13,95,249,0.12);
}

.hero h1{
    font-size:clamp(2.6rem,5.2vw,4.6rem);
    font-weight:400;
    line-height:1.06;
    letter-spacing:-0.035em;
    margin-bottom:10px;
    color:var(--text);
}

.hero h1 .accent{
    background:var(--gradient-text);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    color:transparent;
    font-weight:500;
}

.hero-sub{
    font-size:1.15rem;
    color:var(--text-muted);
    max-width:520px;
    line-height:1.7;
    margin:24px 0 40px;
}

.btn-hero{
    background:var(--gradient);
    background-size:180% 180%;
    color:#fff;
    border:none;
    border-radius:12px;
    padding:15px 34px;
    font-size:1rem;
    font-weight:600;
    text-decoration:none;
    transition:background-position .5s,transform .3s,box-shadow .3s;
    display:inline-flex;
    align-items:center;
    gap:10px;
    box-shadow:0 10px 26px rgba(13,95,249,0.24);
}

.btn-hero:hover{
    color:#fff;
    background-position:100% 0;
    transform:translateY(-2px);
    box-shadow:0 16px 34px rgba(81,27,242,0.28);
}

.btn-hero svg{ transition:transform .3s; }
.btn-hero:hover svg{ transform:translateX(4px); }

.hero-badges{
    display:flex;
    gap:16px;
    margin-top:48px;
    flex-wrap:wrap;
}

.hero-badges .badge-item{
    display:flex;
    align-items:center;
    gap:12px;
    background:rgba(255,255,255,0.85);
    border:1px solid var(--border);
    border-radius:14px;
    padding:12px 20px 12px 14px;
    font-size:.85rem;
    font-weight:600;
    color:var(--text);
    backdrop-filter:blur(10px);
    box-shadow:var(--shadow-sm);
    transition:transform .3s,box-shadow .3s;
}

.hero-badges .badge-item:hover{
    transform:translateY(-3px);
    box-shadow:var(--shadow-md);
}

.hero-badges .badge-item .badge-icon{
    width:36px;
    height:36px;
    background:var(--gradient);
    border-radius:11px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.hero-badges .badge-icon svg{
    width:18px;
    height:18px;
    color:#fff;
}

.hero-visual{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.hero-art{
    position:relative;
    width:100%;
    max-width:520px;
    aspect-ratio:1/1;
    animation:hero-float 7s ease-in-out infinite;
}

.hero-art-backdrop{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}

.hero-art picture{ display:contents; }

.hero-art-mark{
    position:absolute;
    top:50%;
    left:50%;
    width:44%;
    height:auto;
    transform:translate(-50%,-52%) rotate(-6deg);
    border-radius:24%;
    box-shadow:0 30px 60px rgba(81,27,242,0.32);
}

@keyframes hero-float{
    0%,100%{ transform:translateY(0); }
    50%{ transform:translateY(-14px); }
}

@media (prefers-reduced-motion:reduce){
    .hero-art{ animation:none; }
    html{ scroll-behavior:auto; }
    .reveal{ opacity:1!important; transform:none!important; }
}

/* ===================== INTRO / SOBRE ===================== */

.intro-section{
    padding:110px 0;
    background:var(--bg);
}

.intro-section h2,
.beneficios-section h2,
.servicos-section h2,
.processo-section h2,
.diferenciais-section h2,
.contact-section h2{
    font-size:clamp(1.8rem,3.4vw,2.8rem);
    font-weight:400;
    line-height:1.18;
    letter-spacing:-0.025em;
    margin-bottom:20px;
    color:var(--text);
}

.intro-section .intro-text{
    font-size:1.1rem;
    color:var(--text-muted);
    max-width:600px;
    line-height:1.8;
}

.intro-section .intro-img{
    border-radius:24px;
    overflow:hidden;
    box-shadow:var(--shadow-lg);
    border:1px solid var(--border-light);
}

.intro-section .intro-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.intro-stats{
    display:flex;
    gap:36px;
    margin-top:40px;
    flex-wrap:wrap;
}

.intro-stats .stat strong{
    display:block;
    font-size:2rem;
    font-weight:600;
    letter-spacing:-0.03em;
    line-height:1.1;
    background:var(--gradient-text);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    color:transparent;
}

.intro-stats .stat span{
    font-size:.85rem;
    color:var(--text-muted);
    letter-spacing:.02em;
}

/* ===================== BENEFICIOS ===================== */

.beneficios-section{
    padding:110px 0;
    background:var(--bg-soft);
    position:relative;
}

.beneficios-section h2{ text-align:center; }

.section-subtitle{
    font-size:1.05rem;
    color:var(--text-muted);
    max-width:580px;
    line-height:1.7;
    margin-bottom:60px;
}

.section-subtitle.centered{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.beneficio-card{
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:22px;
    padding:36px 28px;
    text-align:center;
    transition:transform .4s,box-shadow .4s,border-color .4s;
    height:100%;
    position:relative;
    overflow:hidden;
}

.beneficio-card::after{
    content:'';
    position:absolute;
    inset:0 0 auto 0;
    height:3px;
    background:var(--gradient);
    opacity:0;
    transition:opacity .4s;
}

.beneficio-card:hover{
    border-color:rgba(13,95,249,0.28);
    transform:translateY(-6px);
    box-shadow:var(--shadow-md);
}

.beneficio-card:hover::after{ opacity:1; }

.beneficio-card .icon-wrap{
    width:58px;
    height:58px;
    background:var(--gradient);
    border-radius:17px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 22px;
    box-shadow:0 10px 22px rgba(81,27,242,0.22);
}

.beneficio-card .icon-wrap svg{
    width:26px;
    height:26px;
    color:#fff;
}

.beneficio-card h5{
    font-size:1.1rem;
    font-weight:600;
    margin-bottom:10px;
    color:var(--text);
}

.beneficio-card p{
    font-size:.9rem;
    color:var(--text-muted);
    line-height:1.7;
    margin:0;
}

/* ===================== SERVICOS ===================== */

.servicos-section{
    padding:110px 0;
    background:var(--bg);
}

.servico-card{
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:22px;
    padding:0;
    height:100%;
    transition:transform .4s,box-shadow .4s,border-color .4s;
    text-decoration:none;
    color:var(--text);
    display:block;
    position:relative;
    overflow:hidden;
}

.servico-card:hover{
    border-color:rgba(81,27,242,0.28);
    transform:translateY(-8px);
    box-shadow:var(--shadow-lg);
    color:var(--text);
}

.servico-card .card-img{
    width:100%;
    height:200px;
    object-fit:cover;
    display:block;
}

.servico-card .card-content{ padding:28px 26px; }

.servico-card .card-number{
    font-size:.72rem;
    font-weight:700;
    letter-spacing:2.5px;
    margin-bottom:12px;
    display:block;
    background:var(--gradient-text);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    color:transparent;
}

.servico-card h4{
    font-size:1.25rem;
    font-weight:600;
    margin-bottom:10px;
    letter-spacing:-0.015em;
}

.servico-card p{
    font-size:.9rem;
    color:var(--text-muted);
    line-height:1.7;
    margin-bottom:18px;
}

.servico-card .card-tag{
    display:inline-block;
    font-size:.7rem;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:var(--primary);
    border:1px solid rgba(13,95,249,0.2);
    border-radius:100px;
    padding:6px 14px;
    background:var(--primary-soft);
}

/* ===================== PROCESSO ===================== */

.processo-section{
    padding:110px 0;
    background:var(--bg-soft);
}

.processo-section h2{ text-align:center; }

.processo-step{
    text-align:center;
    padding:20px 16px;
}

.processo-step .step-number{
    width:52px;
    height:52px;
    background:var(--gradient);
    color:#fff;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.05rem;
    font-weight:600;
    margin:0 auto 18px;
    box-shadow:0 10px 22px rgba(81,27,242,0.22);
}

.processo-step h5{
    font-size:1rem;
    font-weight:600;
    margin-bottom:8px;
    color:var(--text);
}

.processo-step p{
    font-size:.85rem;
    color:var(--text-muted);
    line-height:1.6;
    margin:0;
}

.processo-connector{
    display:flex;
    align-items:center;
    justify-content:center;
    padding-top:36px;
}

.processo-connector svg{ color:var(--text-light); }

/* ===================== DIFERENCIAIS ===================== */

.diferenciais-section{
    padding:110px 0;
    background:var(--bg);
}

.diferenciais-section h2{ margin-bottom:60px; }

.diferencial-card{
    padding:28px 0;
    border-top:1px solid var(--border);
    transition:border-color .35s;
}

.diferencial-card:hover{ border-top-color:rgba(81,27,242,0.4); }

.diferencial-card .dif-number{
    font-size:.95rem;
    font-weight:700;
    margin-bottom:14px;
    display:block;
    background:var(--gradient-text);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    color:transparent;
}

.diferencial-card h5{
    font-size:1.05rem;
    font-weight:600;
    margin-bottom:8px;
    color:var(--text);
}

.diferencial-card p{
    font-size:.9rem;
    color:var(--text-muted);
    line-height:1.7;
    margin:0;
}

/* ===================== QUOTE ===================== */

.quote-section{
    padding:88px 0;
    text-align:center;
    background:var(--gradient);
    color:#fff;
    position:relative;
    overflow:hidden;
}

.quote-section::before{
    content:'';
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(to right,rgba(255,255,255,0.07) 1px,transparent 1px),
        linear-gradient(to bottom,rgba(255,255,255,0.07) 1px,transparent 1px);
    background-size:56px 56px;
    mask-image:radial-gradient(70% 100% at 50% 50%,#000 0%,transparent 80%);
    -webkit-mask-image:radial-gradient(70% 100% at 50% 50%,#000 0%,transparent 80%);
}

.quote-section .container{ position:relative; z-index:1; }

.quote-section blockquote{
    font-size:clamp(1.3rem,2.4vw,1.85rem);
    font-weight:500;
    color:#fff;
    font-style:italic;
    max-width:760px;
    margin:0 auto;
    line-height:1.6;
    letter-spacing:-0.01em;
}

.quote-section cite{
    display:block;
    margin-top:24px;
    font-size:.8rem;
    font-style:normal;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    color:rgba(255,255,255,0.88);
}

/* ===================== CONTATO ===================== */

.contact-section{
    background:var(--bg-soft);
    padding:110px 0;
}

.contact-section .subtext{
    color:var(--text-muted);
    font-size:1.05rem;
    max-width:470px;
    line-height:1.7;
}

.contact-card{
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:16px;
    padding:24px;
    display:flex;
    align-items:center;
    gap:16px;
    text-decoration:none;
    color:var(--text);
    transition:transform .3s,box-shadow .3s,border-color .3s;
    margin-bottom:14px;
}

.contact-card:last-child{ margin-bottom:0; }

.contact-card:hover{
    border-color:rgba(13,95,249,0.28);
    box-shadow:var(--shadow-md);
    transform:translateY(-3px);
    color:var(--text);
}

.contact-card .contact-icon{
    width:46px;
    height:46px;
    background:var(--gradient);
    border-radius:13px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    box-shadow:0 8px 18px rgba(81,27,242,0.2);
}

.contact-card .contact-info span{
    display:block;
    font-size:.72rem;
    color:var(--text-light);
    margin-bottom:3px;
    text-transform:uppercase;
    letter-spacing:1.5px;
    font-weight:600;
}

.contact-card .contact-info strong{
    font-size:.95rem;
    font-weight:600;
    color:var(--text);
}

/* ===================== FOOTER ===================== */

footer{
    background:var(--brand-navy);
    background-image:linear-gradient(160deg,#050B33 0%,#0A1250 55%,#1B0B4A 100%);
    color:rgba(255,255,255,0.55);
    padding:84px 0 40px;
}

.footer-brand{ margin-bottom:20px; }

.footer-brand .navbar-brand{ margin-bottom:18px; }
.footer-brand .brand-name{ color:#fff; }

.footer-brand p{
    font-size:.9rem;
    line-height:1.7;
    max-width:300px;
    color:rgba(255,255,255,0.62);
    margin:0;
}

.footer-col h6{
    color:#fff;
    font-size:.72rem;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.footer-col ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-col ul li{ margin-bottom:11px; }

.footer-col ul li a,
.footer-col ul li span{
    color:rgba(255,255,255,0.62);
    text-decoration:none;
    font-size:.9rem;
    transition:color .3s;
}

.footer-col ul li a:hover{ color:var(--brand-cyan); }

.footer-bottom{
    margin-top:60px;
    padding-top:26px;
    border-top:1px solid rgba(255,255,255,0.09);
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:16px;
}

.footer-bottom p{
    font-size:.8rem;
    margin:0;
    color:rgba(255,255,255,0.5);
}

.footer-socials{
    display:flex;
    gap:14px;
}

.footer-socials a{
    width:36px;
    height:36px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,0.06);
    color:rgba(255,255,255,0.72);
    transition:background .3s,color .3s,transform .3s;
}

.footer-socials a:hover{
    background:var(--gradient);
    color:#fff;
    transform:translateY(-2px);
}

/* ===================== WHATSAPP FLUTUANTE ===================== */

.fab-whatsapp{
    position:fixed;
    right:22px;
    bottom:22px;
    z-index:1040;
    width:56px;
    height:56px;
    border-radius:18px;
    background:var(--gradient);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    box-shadow:0 12px 28px rgba(81,27,242,0.32);
    transition:transform .35s,box-shadow .3s,opacity .35s,visibility .35s;
}

.fab-whatsapp:hover{
    color:#fff;
    transform:translateY(-3px) scale(1.04);
    box-shadow:0 18px 36px rgba(81,27,242,0.4);
}

.fab-whatsapp.is-hidden{
    opacity:0;
    visibility:hidden;
    transform:translateY(16px) scale(.9);
    pointer-events:none;
}

/* ===================== REVEAL ON SCROLL ===================== */

.reveal{
    opacity:0;
    transform:translateY(24px);
    transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1);
}

.reveal.is-visible{
    opacity:1;
    transform:none;
}

/* ===================== RESPONSIVO ===================== */

@media (max-width:1199px){
    .hero-art{ max-width:440px; }
}

@media (max-width:991px){

    .navbar{
        padding:12px 0;
        background:rgba(255,255,255,0.94)!important;
        backdrop-filter:blur(20px);
        -webkit-backdrop-filter:blur(20px);
        box-shadow:0 1px 0 var(--border);
    }
    .navbar.navbar-scrolled{ padding:10px 0; }
    .brand-mark{ width:36px; height:36px; }
    .brand-name{ font-size:1.15rem; }

    .navbar-collapse:not(.show){ display:none!important; }

    .navbar-collapse.show,
    .navbar-collapse.collapsing{
        display:block!important;
        position:absolute;
        top:100%;
        left:0;
        right:0;
        background:#ffffff;
        padding:14px 20px 20px;
        margin:0;
        border-radius:0 0 18px 18px;
        border-top:1px solid var(--border);
        box-shadow:0 16px 40px rgba(11,16,48,0.1);
        z-index:1060;
    }

    .navbar-collapse .navbar-nav{
        flex-direction:column!important;
        align-items:stretch!important;
        gap:0!important;
    }

    .navbar-collapse .nav-link-custom{
        display:block;
        padding:13px 16px!important;
        font-size:.95rem;
        font-weight:500;
        border-radius:12px;
        transition:background .2s,color .2s;
    }

    .navbar-collapse .nav-link-custom:hover,
    .navbar-collapse .nav-link-custom:active{
        color:var(--text);
        background:var(--primary-soft);
    }

    .navbar-collapse .btn-nav-cta{
        display:block;
        text-align:center;
        margin-top:10px;
        padding:13px 20px;
        font-size:.92rem;
        border-radius:12px;
        width:100%;
    }

    /* hero mobile, limpo e direto */
    .hero{
        min-height:auto;
        text-align:center;
        padding:120px 16px 64px;
    }
    .hero h1{ font-size:2.1rem; line-height:1.18; }
    .hero-sub{
        font-size:.98rem;
        max-width:360px;
        margin:16px auto 28px;
        line-height:1.65;
    }
    .hero-badge{ margin-bottom:22px; }
    .hero-badges{
        justify-content:center;
        gap:10px;
        margin-top:32px;
    }
    .hero-badges .badge-item{
        font-size:.78rem;
        padding:10px 14px 10px 10px;
        gap:9px;
    }
    .hero-badges .badge-item .badge-icon{ width:30px; height:30px; border-radius:9px; }
    .hero-badges .badge-icon svg{ width:15px; height:15px; }
    .btn-hero{
        width:100%;
        max-width:320px;
        padding:15px 24px;
        justify-content:center;
        margin:0 auto;
    }
    .hero-visual{ margin-top:44px; }
    .hero-art{ max-width:300px; animation:none; }

    .intro-section,
    .beneficios-section,
    .servicos-section,
    .processo-section,
    .diferenciais-section,
    .contact-section{ padding:68px 0; }

    .intro-section h2,
    .beneficios-section h2,
    .servicos-section h2,
    .processo-section h2,
    .diferenciais-section h2,
    .contact-section h2{ font-size:1.8rem; }

    .section-subtitle{ margin-bottom:40px; }

    .intro-section{ text-align:center; }
    .intro-section .section-label{ margin-left:auto; margin-right:auto; }
    .intro-section .intro-text{ margin-left:auto; margin-right:auto; }
    .intro-section .intro-img{ margin-top:36px; }
    .intro-stats{ justify-content:center; gap:28px; }

    .diferenciais-section h2{ margin-bottom:36px; }

    .processo-connector{ display:none; }
    .processo-step{ padding:16px 4px; }

    .contact-section{ text-align:center; }
    .contact-section .subtext{ margin:0 auto 36px; max-width:340px; }
    .contact-section .section-label{ margin-left:auto; margin-right:auto; }
    .contact-card{ text-align:left; }

    .quote-section{ padding:64px 0; }
    .quote-section blockquote{ font-size:1.12rem; }

    footer{ padding:56px 0 26px; text-align:center; }
    .footer-brand .navbar-brand{ justify-content:center; }
    .footer-brand p{ margin:0 auto; }
    .footer-col{ margin-top:34px; }
    .footer-bottom{ flex-direction:column; gap:18px; }

    .fab-whatsapp{ right:16px; bottom:16px; width:52px; height:52px; }
}

@media (max-width:575px){
    .hero-badges{ flex-direction:column; align-items:stretch; }
    .hero-badges .badge-item{ justify-content:flex-start; }
    .intro-stats{ gap:20px; }
    .intro-stats .stat strong{ font-size:1.6rem; }
    .footer-col{ text-align:center; }
}

@media (max-width:374px){
    .hero h1{ font-size:1.78rem; }
    .hero-sub{ font-size:.9rem; }
}
