﻿:root{--cg:#012808;--cy:#FFDF00;--cb:#E9EADA;--cgr:#7C7C7C;--cd:#363636;--f:'Plus Jakarta Sans',sans-serif;--mw:1200px;--gap:32px;--gx:16px;--py:80px}
    *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{font-family:var(--f);color:var(--cd);background:#fff;overflow-x:hidden}
    img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
    button{font-family:var(--f);cursor:pointer;border:none;background:none}
    .container{width:100%;max-width:var(--mw);margin:0 auto;padding:0 16px}
    .label{font-size:14px;color:var(--cgr);line-height:1}
    .btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-family:var(--f);font-size:16px;font-weight:600;white-space:nowrap;cursor:pointer;border:none;text-decoration:none;position:relative;overflow:hidden;isolation:isolate;transition:color .35s ease,background .35s ease}
    .btn:active{transform:scale(.98)}

    /* Primary buttons — Magic UI Interactive Hover Button
       Padrão: texto inicial + ponto à esquerda → no hover, texto sai à direita,
       círculo expande pra preencher tudo, novo texto + seta entra pela direita */
    .btn--y,.btn--d{padding:12px 28px 12px 40px}
    .btn--y{background:var(--cy);color:#000}
    .btn--d{background:var(--cg);color:var(--cb)}
    .btn--y .btn__text,.btn--d .btn__text{position:relative;z-index:2;display:inline-block;transition:opacity .35s cubic-bezier(.65,0,.35,1),transform .35s cubic-bezier(.65,0,.35,1)}
    .btn--y::before,.btn--d::before{content:"";position:absolute;left:18px;top:50%;width:8px;height:8px;border-radius:50%;transform:translate(0,-50%);transition:all .55s cubic-bezier(.65,0,.35,1);z-index:1}
    .btn--y::before{background:var(--cg)}
    .btn--d::before{background:var(--cy)}
    .btn--y::after,.btn--d::after{content:attr(data-text) "  →";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:12px;font-family:var(--f);font-size:16px;font-weight:600;letter-spacing:.3px;white-space:nowrap;opacity:0;transform:translateX(36px);transition:opacity .35s cubic-bezier(.65,0,.35,1),transform .35s cubic-bezier(.65,0,.35,1);z-index:2;pointer-events:none}
    .btn--y::after{color:var(--cb)}
    .btn--d::after{color:#000}
    .btn--y:hover .btn__text,.btn--d:hover .btn__text{opacity:0;transform:translateX(36px)}
    .btn--y:hover::before,.btn--d:hover::before{left:0;top:0;width:100%;height:100%;border-radius:0;transform:none}
    .btn--y:hover::after,.btn--d:hover::after{opacity:1;transform:translateX(0)}

    /* Secondary glass (Saiba mais) — blur leve, hover sutil */
    .btn--g{background:rgba(255,255,255,.06);color:var(--cb);border:1px solid rgba(233,234,218,.85);backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);font-weight:500;transition:background .3s ease,border-color .3s ease}
    .btn--g:hover{background:rgba(255,255,255,.14);border-color:#fff}

    /* HEADER */
    .header{position:fixed;top:0;left:0;right:0;z-index:900;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.08);transition:box-shadow .3s}
    .header.scrolled{box-shadow:0 2px 16px rgba(0,0,0,.12)}
    .header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;max-width:var(--mw);margin:0 auto}
    .header__logo img{display:block;width:119px;height:44px}
    .header__nav{display:flex;align-items:center;gap:32px}
    .header__nav a{font-size:16px;color:var(--cd);transition:color .2s}
    .header__nav a:hover{color:var(--cg)}
    .hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px}
    .hamburger span{display:block;width:24px;height:2px;background:var(--cg);border-radius:2px;transition:transform .3s,opacity .3s}
    .hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
    .hamburger.is-open span:nth-child(2){opacity:0}
    .hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
    /* mobile-nav definido na seção HEADER abaixo */

    /* HERO */
    .hero{position:relative;min-height:100vh;min-height:100svh;display:flex;flex-direction:column;overflow:hidden}
    .hero__bg{position:absolute;inset:0;z-index:0}
    .hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}
    .hero__content{position:relative;z-index:1;flex:1;display:flex;align-items:center;padding:120px 32px 60px;max-width:var(--mw);margin:0 auto;width:100%}
    .hero__text{max-width:640px;display:flex;flex-direction:column;gap:16px}
    .hero__eyebrow{font-size:14px;color:#fff}
    .hero__title{font-size:48px;font-weight:600;color:#fff;line-height:.92;max-width:562px}
    .hero__desc{font-size:20px;color:var(--cb);line-height:1.4;max-width:497px}
    .hero__btns{display:flex;flex-wrap:wrap;gap:var(--gx);margin-top:16px}

    /* SOBRE */
    .sobre{background:#fff;padding:var(--py) 0;overflow:hidden}
    .sobre__grid{display:flex;flex-wrap:wrap;gap:var(--gap);align-items:center}
    .sobre__images{flex:1 0 300px;position:relative;height:320px}
    .sobre__img-main{width:100%;height:100%;object-fit:cover}
    .sobre__text{flex:1 0 280px;display:flex;flex-direction:column;gap:var(--gap)}
    .sobre__heading{display:flex;flex-direction:column;gap:12px}
    .sobre__title{font-size:32px;font-weight:600;color:var(--cd);line-height:1.3;max-width:415px}
    .sobre__desc{font-size:20px;color:var(--cgr);line-height:1.5}
    .sobre__desc strong{font-weight:700;color:var(--cg)}

    /* PROBLEMA */
    .problema{position:relative;padding:var(--py) 0;overflow:hidden;background:#fff}
    .problema__bg{position:absolute;inset:0;z-index:0;overflow:hidden}
    .problema__bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
    .problema__body{position:relative;z-index:1;display:flex;flex-direction:column;gap:var(--gap)}
    .problema__header{max-width:580px;display:flex;flex-direction:column;gap:14px}
    .problema__label{color:rgba(255,255,255,.81)}
    .problema__title{font-size:40px;font-weight:600;color:#fff;line-height:.92}
    .problema__desc{font-size:20px;color:#fff;line-height:1.4;max-width:330px}
    .problema__cards{display:grid;grid-template-columns:1fr 1fr;gap:var(--gx);max-width:580px}
    .prob-card{background:var(--cg);border:1px solid rgba(255,255,255,.08);padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 10px rgba(0,0,0,.25);transition:transform .2s}
    .prob-card:hover{transform:translateY(-3px)}
    .prob-card__icon{background:var(--cy);padding:8px;display:inline-flex;width:fit-content}
    .prob-card__icon img{width:20px;height:20px}
    .prob-card__title{font-size:18px;font-weight:500;color:#fff;line-height:1.2}
    .prob-card__text{font-size:15px;color:rgba(255,255,255,.85);line-height:1.5}

    /* COMO FUNCIONA */
    .como{background:#fff;padding:var(--py) 0}
    .como__header{text-align:center;margin-bottom:var(--gap);display:flex;flex-direction:column;gap:6px;align-items:center}
    .como__title{font-size:32px;font-weight:600;color:var(--cg);line-height:1.1}
    .como__grid{display:flex;gap:var(--gx);align-items:stretch}
    .como-card{flex:1 0 0;display:flex;flex-direction:column;box-shadow:0 4px 12px rgba(0,0,0,.10);overflow:hidden;transition:transform .2s,box-shadow .2s}
    .como-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.14)}
    .como-card__img{height:280px;overflow:hidden;flex-shrink:0}
    .como-card__img img{width:100%;height:100%;object-fit:cover;object-position:center 25%;transition:transform .4s}
    .como-card:hover .como-card__img img{transform:scale(1.04)}
    .como-card__body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}
    .como-card__title{font-size:20px;font-weight:500;color:var(--cd);line-height:1}
    .como-card__text{font-size:15px;color:var(--cgr);line-height:1.5}

    /* CTA */
    .cta{position:relative;padding:var(--py) 0;overflow:hidden;background:var(--cg)}
    .cta__bg{position:absolute;inset:0;z-index:0}
    .cta__bg img{width:100%;height:100%;object-fit:cover}
    .cta__bg::after{content:'';position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.55) 0%,rgba(0,0,0,.4) 30%,rgba(0,0,0,.15) 55%,rgba(0,0,0,0) 75%);pointer-events:none}
    .cta__inner{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:var(--gap);align-items:flex-start}
    .cta__text{flex:1 0 280px;display:flex;flex-direction:column;gap:24px;padding:24px 0}
    .cta__title{font-size:60px;font-weight:600;color:#fff;line-height:.92;max-width:480px}
    .cta__desc{font-size:22px;color:rgba(255,255,255,.80);line-height:1.45;max-width:440px}
    .cta__form-wrap{flex:1 0 320px;display:flex;justify-content:flex-end;padding:24px 0}
    .form{background:var(--cg);border:1px solid rgba(255,255,255,.30);padding:16px;width:100%;max-width:440px}
    .form__fields{border:1px solid rgba(255,255,255,.10);padding:16px;display:flex;flex-direction:column;gap:28px;margin-bottom:24px}
    .form__field{display:flex;flex-direction:column;gap:6px}
    .form__label{font-size:13px;color:rgba(255,255,255,.9)}
    .form__field{position:relative}
    .form__error{display:block;visibility:hidden;height:0;overflow:hidden;color:#ff6b6b;font-size:12px;font-weight:500;margin-top:0;transition:height .2s ease,margin-top .2s ease,visibility .2s,opacity .2s ease;opacity:0}
    .form__field.is-invalid .form__error{visibility:visible;height:auto;opacity:1;margin-top:6px}
    .form__field.is-invalid .form__input,
    .form__field.is-invalid .cselect__trigger{border-bottom-color:#ff6b6b!important}
    .form__field.is-invalid .form__label{color:#ff6b6b}
    .form__input,.form__select{background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.25);padding:10px 16px;font-family:var(--f);font-size:14px;color:rgba(255,255,255,.75);outline:none;width:100%;height:44px;-webkit-appearance:none;appearance:none;transition:border-color .2s}
    .form__input::placeholder{color:rgba(255,255,255,.35)}
    .form__input:focus,.form__select:focus{border-bottom-color:var(--cy)}
    .form__select-wrap{position:relative}

    /* ─── Custom select (dropdown com animação) ─── */
    .cselect{position:relative;width:100%}
    .cselect__trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;height:44px;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.25);padding:10px 16px;font-family:var(--f);font-size:14px;color:rgba(255,255,255,.75);cursor:pointer;text-align:left;transition:border-color .2s}
    .cselect__trigger:focus-visible{outline:none;border-bottom-color:var(--cy)}
    .cselect.is-open .cselect__trigger{border-bottom-color:var(--cy)}
    .cselect__value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
    .cselect.has-value .cselect__value{color:#fff}
    .cselect__icon{flex-shrink:0;transition:transform .35s cubic-bezier(.4,.2,.2,1);color:rgba(255,255,255,.7)}
    .cselect.is-open .cselect__icon{transform:rotate(180deg);color:var(--cy)}
    .cselect__menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--cg);border:1px solid rgba(255,255,255,.18);border-radius:6px;list-style:none;margin:0;padding:6px;max-height:148px;overflow-y:auto;z-index:50;opacity:0;visibility:hidden;transform:translateY(-8px) scaleY(.96);transform-origin:top center;transition:opacity .25s ease,transform .25s cubic-bezier(.4,.2,.2,1),visibility .25s;box-shadow:0 12px 24px rgba(0,0,0,.3)}
    .cselect.is-open .cselect__menu{opacity:1;visibility:visible;transform:translateY(0) scaleY(1)}
    .cselect__option{padding:10px 14px;font-size:14px;color:rgba(255,255,255,.85);cursor:pointer;border-radius:4px;transition:background .15s ease,color .15s ease}
    .cselect__option:hover,.cselect__option.is-active{background:rgba(255,223,0,.12);color:var(--cy)}
    .cselect__option.is-selected{background:rgba(255,223,0,.2);color:var(--cy);font-weight:500}
    .cselect__menu::-webkit-scrollbar{width:6px}
    .cselect__menu::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}
    /* Form button — sobrescreve o dot expansion do .btn--y, usa seta com gap fixo */
    .form__btn{width:100%;background:var(--cy)!important;color:#000!important;padding:14px 24px!important;gap:12px;overflow:visible!important}
    .form__btn::before,.form__btn::after{content:none!important;display:none!important}
    .form__btn .btn-arrow{display:inline-block;transition:transform .35s cubic-bezier(.4,.2,.2,1);transform-origin:center}
    .form__btn:hover{background:var(--cy)!important;color:#000!important}
    .form__btn:hover .btn-arrow,
    .form__btn:focus-visible .btn-arrow,
    .form__btn:active .btn-arrow{transform:translate(1.5px,-1.5px) rotate(-45deg)}

    /* BENEFICIOS */
    .beneficios{background:#fff;padding:var(--py) 0}
    .beneficios__header{text-align:center;margin-bottom:var(--gap);display:flex;flex-direction:column;gap:6px;align-items:center}
    .beneficios__title{font-size:32px;font-weight:600;color:var(--cg)}
    .beneficios__grid{display:flex;flex-direction:column;gap:var(--gx)}
    .beneficios__row{display:flex;gap:var(--gx)}
    .benef-card{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 4px 20px rgba(0,0,0,.12);height:475px}
    .benef-card--wide{flex:1 0 0}
    .benef-card--narrow{width:460px;flex-shrink:0}
    .benef-card__bg{position:absolute;inset:0;transition:transform .4s}
    .benef-card__bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%}
    .benef-card:hover .benef-card__bg{transform:scale(1.04)}
    .benef-card__body{position:relative;z-index:1;background:var(--cy);padding:16px;display:flex;flex-direction:column;gap:8px}
    .benef-card__title{font-size:20px;font-weight:500;color:#000;line-height:1.1}
    .benef-card__text{font-size:15px;color:var(--cd);line-height:1.5}

    /* FOOTER */
    .footer{background:#fff;padding:80px 0}
    .footer__inner{display:flex;flex-direction:column;gap:32px}
    .footer__hr{height:1px;background:rgba(0,0,0,.08)}
    .footer__tagline-big{font-size:60px;font-weight:500;color:var(--cg);line-height:1}
    .footer__tagline-small{font-size:34px;color:var(--cd);margin-top:6px}
    .footer__cols{display:flex;flex-wrap:wrap;gap:48px}
    .footer__col{border-left:1px solid rgba(0,0,0,.10);padding:0 12px;display:flex;flex-direction:column;gap:24px;min-width:200px}
    .footer__col-title{font-size:18px;font-weight:500;color:rgba(0,0,0,.9)}
    .footer__col-body{display:flex;flex-direction:column;gap:10px}
    .footer__text{font-size:15px;color:rgba(0,0,0,.70);line-height:1.5}
    .footer__text a{color:inherit;text-decoration:none;transition:color .2s}
    .footer__text a:hover{color:var(--cg)}

    /* ─────── WHATSAPP WIDGET (popup + botão) ─────── */
    .wa-widget{position:fixed;bottom:24px;right:24px;z-index:950;display:flex;flex-direction:column;align-items:flex-end;gap:12px;pointer-events:none}
    .wa-widget > *{pointer-events:auto}

    .wa-bubble{position:relative;background:#fff;border-radius:14px;padding:14px 42px 14px 16px;box-shadow:0 8px 24px rgba(0,0,0,.18);max-width:260px;color:var(--cd);opacity:0;transform:translateY(8px) scale(.96);transform-origin:bottom right;transition:opacity .35s ease,transform .35s ease;visibility:hidden}
    .wa-bubble.is-visible{opacity:1;transform:translateY(0) scale(1);visibility:visible}
    .wa-bubble::after{content:"";position:absolute;bottom:-7px;right:22px;width:14px;height:14px;background:#fff;transform:rotate(45deg);box-shadow:3px 3px 6px rgba(0,0,0,.06)}
    .wa-bubble__title{font-weight:600;font-size:14px;color:var(--cg);margin:0 0 4px}
    .wa-bubble__text{font-size:13px;line-height:1.4;color:rgba(0,0,0,.7);margin:0}
    .wa-bubble__close{position:absolute;top:6px;right:6px;width:24px;height:24px;background:rgba(0,0,0,.05);border:none;border-radius:50%;cursor:pointer;font-size:18px;line-height:1;color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s,color .2s}
    .wa-bubble__close:hover{background:rgba(0,0,0,.12);color:rgba(0,0,0,.8)}

    .wa-float{position:relative;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 16px rgba(0,0,0,.25);transition:transform .25s ease,box-shadow .25s ease;text-decoration:none}
    .wa-float:hover{transform:scale(1.08);box-shadow:0 6px 24px rgba(37,211,102,.45)}
    .wa-float::before{content:"";position:absolute;inset:-6px;border-radius:50%;background:rgba(37,211,102,.35);z-index:-1;animation:wa-pulse 2s ease-out infinite}
    @keyframes wa-pulse{
      0%{transform:scale(.95);opacity:.7}
      70%{transform:scale(1.25);opacity:0}
      100%{transform:scale(1.25);opacity:0}
    }
    @media(max-width:640px){
      .wa-widget{bottom:18px;right:18px}
      .wa-float{width:56px;height:56px}
      .wa-float svg{width:26px;height:26px}
      .wa-bubble{max-width:220px;font-size:12px}
    }
    .footer__hr-mini{height:1px;background:rgba(0,0,0,.08)}
    .footer__note{font-size:12px;color:rgba(0,0,0,.55);line-height:1.5}
    .footer__note strong{font-weight:700}
    .footer__insta{display:inline-flex;align-items:center;gap:8px;transition:opacity .2s}
    .footer__insta:hover{opacity:.7}
    .footer__insta img{width:24px;height:24px}
    .footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}
    .footer__logo img{display:block;width:119px;height:44px}
    .footer__cnpj{font-size:15px;color:rgba(0,0,0,.65)}
    .footer__legal{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}
    .footer__copy{font-size:14px;color:rgba(0,0,0,.55)}
    .footer__terms{display:flex;gap:20px}
    .footer__terms a{font-size:14px;color:rgba(0,0,0,.55);transition:color .2s}
    .footer__terms a:hover{color:var(--cg)}

    @media(max-width:1024px){
      .hero__title{font-size:44px}.cta__title{font-size:48px}
      .footer__tagline-big{font-size:48px}.footer__tagline-small{font-size:28px}
      .benef-card--narrow{width:320px}
    }
    @media(max-width:768px){
      :root{--py:56px;--gap:24px}
      .header__nav,.header__cta{display:none}
      .hamburger{display:flex}

      /* HERO */
      .hero{min-height:100svh}
      .hero__text{align-items:center;text-align:center}
      .hero__eyebrow,.hero__title,.hero__desc{text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.55),0 0 24px rgba(0,0,0,.3)}
      .hero__title{font-size:36px}
      .hero__desc{font-size:17px}
      .hero__btns{flex-direction:column;width:100%}
      .hero__btns .btn{width:100%;justify-content:center}
      /* Hero mobile: foco no homem (lado direito da foto) + leve overlay para legibilidade */
      .hero__bg img{object-position:75% center}
      .hero__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.18) 35%,rgba(0,0,0,.18) 65%,rgba(0,0,0,0) 100%);pointer-events:none}

      /* SOBRE */
      .sobre__images{flex:0 0 100%;height:240px}.sobre__img-overlay{display:none}
      .sobre__text{align-items:center;text-align:center}
      .sobre__title{font-size:26px;text-align:center}
      .sobre__desc{font-size:17px;text-align:center}

      /* PROBLEMA - mobile: imagem natural + leve overlay para legibilidade */
      .problema__bg img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;opacity:1}
      .problema__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.25) 0%,rgba(0,0,0,.25) 55%,rgba(0,0,0,0) 100%);pointer-events:none}
      .problema__header{align-items:center;text-align:center}
      .problema__title{font-size:28px;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.55),0 0 24px rgba(0,0,0,.3)}
      .problema__desc{font-size:17px;max-width:100%;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.55)}
      .problema__label{text-shadow:0 1px 6px rgba(0,0,0,.5)}
      .problema__cards{grid-template-columns:1fr;max-width:100%}

      /* COMO FUNCIONA - parent block, card mantÃ©m flex */
      .como__grid{display:block !important}
      .como-card{display:flex !important;flex-direction:column !important;width:100% !important;margin-bottom:24px;height:auto;flex-basis:auto !important;position:sticky;top:calc(78px + 24px);transition:transform .35s ease;will-change:transform;background:#fff}
      .como-card:last-child{margin-bottom:0}
      .como-card__img{height:220px}

      /* CTA */
      .cta__bg::after{background:linear-gradient(to bottom,rgba(0,0,0,.55) 0%,rgba(0,0,0,.35) 25%,rgba(0,0,0,.1) 50%,rgba(0,0,0,0) 75%)}
      .cta__text{align-items:center;text-align:center}
      .cta__title{font-size:32px;text-align:center}
      .cta__desc{font-size:17px;text-align:center}
      .cta__form-wrap{flex:0 0 100%;padding:0}.form{max-width:100%}

      /* BENEFÃCIOS - parent block, card mantÃ©m flex column com body no bottom */
      .beneficios__grid{display:block}
      .beneficios__row{display:block !important;margin-bottom:24px}
      .beneficios__row:last-child{margin-bottom:0}
      .benef-card,.benef-card--narrow,.benef-card--wide{display:flex !important;flex-direction:column !important;justify-content:flex-end !important;width:100% !important;height:320px !important;margin-bottom:24px;flex-basis:auto !important;position:sticky;top:calc(78px + 24px);transition:transform .35s ease;will-change:transform}
      .beneficios__row .benef-card:last-child{margin-bottom:0}

      /* FOOTER */
      .footer__tagline-big{font-size:32px}.footer__tagline-small{font-size:22px}
      .footer__cols{gap:28px}.footer__col{min-width:100%}.footer__cnpj{text-align:left}
    }
    @media(max-width:480px){
      .hero__title{font-size:28px}.cta__title{font-size:26px}.footer__tagline-big{font-size:26px}
    }
/* ─────── HEADER (transparente no topo, white ao scrollar) ─────── */
.header{position:fixed;top:0;left:0;right:0;z-index:900;background:transparent;box-shadow:none;transition:background .35s ease,box-shadow .35s ease,padding .35s ease}
.header.scrolled{background:#fff;box-shadow:0 2px 16px rgba(0,0,0,.10)}
.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:20px 32px;max-width:var(--mw);margin:0 auto;transition:padding .35s ease}
.header.scrolled .header__inner{padding:14px 32px}
.header__logo{display:flex;align-items:center;justify-self:start}
.header__logo img{display:block;width:119px;height:44px;transition:filter .35s ease}
.header__nav{display:flex;align-items:center;gap:32px;justify-self:center}
.header__nav a{position:relative;font-family:var(--f);font-size:16px;color:#fff;text-decoration:none;padding:6px 0;transition:color .25s ease;text-shadow:0 1px 6px rgba(0,0,0,.25)}
.header__nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .35s cubic-bezier(.4,.2,.2,1)}
.header__nav a:hover{color:var(--cy)}
.header__nav a:hover::after{transform:scaleX(1)}
.header.scrolled .header__nav a{color:var(--cd);text-shadow:none}
.header.scrolled .header__nav a:hover{color:var(--cg)}
.header__cta{display:flex;align-items:center;justify-self:end}

/* Hamburger (mobile only) */
.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;background:transparent;border:none;cursor:pointer;color:#fff;transition:color .25s ease}
.header.scrolled .hamburger{color:var(--cg)}
.hamburger:focus-visible{outline:2px solid var(--cg);outline-offset:4px;border-radius:4px}
.hamburger span{display:block;width:24px;height:2px;background:currentColor;border-radius:2px;transition:transform .3s ease,opacity .2s ease}
.hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.is-open span:nth-child(2){opacity:0}
.hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Mobile nav overlay (simples slide + fade) */
.mobile-nav{position:fixed;top:0;right:0;bottom:0;width:min(85vw,360px);background:#fff;z-index:800;display:flex;flex-direction:column;gap:8px;padding:96px 32px 32px;overflow-y:auto;box-shadow:-4px 0 24px rgba(0,0,0,.12);transform:translateX(100%);transition:transform .35s cubic-bezier(.4,.2,.2,1);visibility:hidden}
.mobile-nav.is-open{transform:translateX(0);visibility:visible}
.mobile-nav a{position:relative;font-family:var(--f);font-size:20px;font-weight:500;color:var(--cg);padding:12px 0;text-decoration:none;transition:color .2s;align-self:flex-start}
.mobile-nav a:not(.btn)::after{content:"";position:absolute;left:0;right:0;bottom:6px;height:2px;background:var(--cg);transform:scaleX(0);transform-origin:left;transition:transform .35s cubic-bezier(.4,.2,.2,1)}
.mobile-nav a:not(.btn):hover::after,
.mobile-nav a:not(.btn):active::after,
.mobile-nav a:not(.btn):focus-visible::after{transform:scaleX(1)}
.mobile-nav__cta{margin-top:24px;width:100%;justify-content:center}
.mobile-nav__cta.btn{padding:14px 24px;border:none}

/* Backdrop (escurece o resto da página quando o menu está aberto) */
.mobile-nav-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:700;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s}
.mobile-nav-backdrop.is-open{opacity:1;visibility:visible}

/* MOBILE: layout flex simples (logo + hamburger), esconde nav e CTA */
@media(max-width:768px){
  .header__inner{display:flex;justify-content:space-between;align-items:center;padding:14px 20px}
  .header.scrolled .header__inner{padding:10px 20px}
  .header__nav,.header__cta{display:none}
  .hamburger{display:flex}
}
