  :root{
    --safe-blue:#011D33;
    --mid-blue:#042D49;
    --safe-blue-2:#2A3D52;
    --fast-yellow:#F4CC04;
    --soft-yellow:#E6EAC2;
    --soft-yellow-bg:#F2F5DC;
    --tech-cyan:#2DD4BF;
    --light-neutral:#F3F4F6;
    --graphite:#4B5563;
    --white:#ffffff;
    --radius:20px;
    --radius-sm:14px;
    --maxw:1160px;
    --ease:cubic-bezier(.2,.7,.2,1);
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{
    font-family:'Rubik',system-ui,sans-serif;
    color:var(--safe-blue);
    background:var(--white);
    line-height:1.55;
    -webkit-font-smoothing:antialiased;
  }
  img{max-width:100%;height:auto;display:block}
  a{color:inherit;text-decoration:none}
  h1,h2,h3{font-family:'Sora',sans-serif;font-weight:800;line-height:1.1;letter-spacing:-.02em}
  .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
  .eyebrow{
    font-family:'Roboto Mono',monospace;font-weight:500;
    font-size:13px;letter-spacing:.08em;text-transform:uppercase;
    color:var(--graphite);
  }
  .btn{
    display:inline-flex;align-items:center;gap:8px;
    font-family:'Sora',sans-serif;font-weight:600;font-size:15px;
    padding:14px 26px;border-radius:999px;cursor:pointer;border:none;
    transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease);
  }
  .btn-primary{background:var(--safe-blue);color:var(--white)}
  .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(1,29,51,.25)}
  .btn-yellow{background:var(--fast-yellow);color:var(--safe-blue)}
  .btn-yellow:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(244,204,4,.4)}
  .btn-ghost{background:transparent;color:var(--safe-blue);border:1.5px solid rgba(1,29,51,.18)}
  .btn-ghost:hover{border-color:var(--safe-blue)}
  .arrow{width:16px;height:16px;flex:none}

  /* ---------- HEADER ---------- */
  header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.82);backdrop-filter:blur(12px);border-bottom:1px solid rgba(1,29,51,.06)}
  .nav{display:flex;align-items:center;justify-content:space-between;height:74px}
  .logo{display:flex;align-items:center}
  .logo-img{height:36px;width:auto;display:block}
  .foot-logo{height:40px}
  .nav-links{display:flex;gap:34px;font-size:15px;font-weight:500;color:var(--graphite)}
  .nav-links a:hover{color:var(--safe-blue)}
  .nav .btn{padding:11px 22px}
  .menu-btn{display:none}

  /* ---------- HERO ---------- */
  .hero{background:#fff;padding:72px 0 0;text-align:center;position:relative;overflow:hidden}
  .hero .badge{display:inline-flex;align-items:center;gap:8px;background:var(--white);border:1px solid rgba(1,29,51,.1);padding:8px 16px;border-radius:999px;font-family:'Roboto Mono',monospace;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--graphite);margin-bottom:26px}
  .hero .badge::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--fast-yellow)}
  .hero h1{font-size:clamp(33px,5.4vw,60px);max-width:14ch;margin:0 auto 22px}
  .hero h1 .hl{position:relative;background:linear-gradient(transparent 58%,rgba(244,204,4,.55) 58%);padding:0 .04em}
  .hero p.sub{font-size:clamp(16px,2vw,19px);color:var(--graphite);max-width:60ch;margin:0 auto 32px;font-weight:300}
  .hero .cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
  .hero .microline{margin-top:18px;font-family:'Roboto Mono',monospace;font-size:12.5px;color:var(--graphite);letter-spacing:.03em}

  /* ---------- STATS ---------- */
  .stats{margin-top:54px;padding-bottom:80px}
  .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
  .stat{border-radius:var(--radius);padding:30px 26px;min-height:180px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(1,29,51,.08);background:var(--white);box-shadow:0 10px 30px rgba(1,29,51,.05)}
  .stat .num{font-family:'Sora',sans-serif;font-weight:800;font-size:40px;letter-spacing:-.03em;line-height:1}
  .stat .lbl{margin-top:10px;font-size:14.5px;color:var(--graphite)}
  .stat.dark{background:var(--safe-blue);border-color:transparent;color:var(--white)}
  .stat.dark .lbl{color:var(--soft-yellow)}
  .stat.yellow{background:var(--fast-yellow);border-color:transparent}
  .stat.yellow .lbl{color:var(--mid-blue)}
  .stat .tag{font-family:'Roboto Mono',monospace;font-size:11px;text-transform:uppercase;letter-spacing:.08em;opacity:.7;margin-bottom:auto}

  /* ---------- SECTION TITLES ---------- */
  .sec-head{text-align:center;max-width:62ch;margin:0 auto 50px}
  .sec-head h2{font-size:clamp(27px,4vw,42px)}
  .sec-head p{margin-top:16px;color:var(--graphite);font-size:17px;font-weight:300}

  /* ---------- IDENTIFY (hoje -> chegar) ---------- */
  .identify{padding:96px 0;background:var(--soft-yellow-bg)}
  .id-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:stretch;margin-top:8px}
  .id-card{border-radius:var(--radius);padding:38px 34px;display:flex;flex-direction:column}
  .id-card.now{background:var(--white);border:1px solid rgba(1,29,51,.1)}
  .id-card.goal{background:var(--fast-yellow);color:var(--safe-blue);box-shadow:0 24px 50px rgba(244,204,4,.3)}
  .id-tag{font-family:'Roboto Mono',monospace;font-size:12px;letter-spacing:.08em;text-transform:uppercase;display:inline-flex;align-items:center;gap:8px;margin-bottom:18px}
  .id-card.now .id-tag{color:var(--graphite)}
  .id-card.goal .id-tag{color:var(--mid-blue)}
  .id-card h3{font-size:21px;font-weight:700;margin-bottom:20px}
  .id-card.goal h3{color:var(--safe-blue)}
  .id-list{list-style:none;display:flex;flex-direction:column;gap:15px}
  .id-list li{display:flex;gap:12px;font-size:15.5px;font-weight:300;line-height:1.5}
  .id-card.now .id-list li{color:var(--graphite)}
  .id-card.goal .id-list li{color:rgba(1,29,51,.82)}
  .id-ico{width:21px;height:21px;flex:none;margin-top:2px}
  .id-card.now .id-ico{stroke:#9aa3ad}
  .id-card.goal .id-ico{stroke:var(--safe-blue)}
  .id-mid{display:flex;align-items:center;justify-content:center}
  .id-mid .arrow-circle{width:54px;height:54px;border-radius:50%;background:var(--safe-blue);display:grid;place-items:center;box-shadow:0 10px 24px rgba(1,29,51,.28)}
  .id-mid .arrow-circle svg{width:24px;height:24px;stroke:#fff}

  /* ---------- BENEFITS (dark) ---------- */
  .benefits{background:var(--white);color:var(--safe-blue);padding:96px 0}
  .benefits .sec-head h2{color:var(--safe-blue)}
  .benefits .sec-head p{color:var(--graphite)}
  .ben-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
  .ben-card{background:var(--soft-yellow-bg);border:1px solid rgba(1,29,51,.07);border-radius:var(--radius);padding:34px 30px;transition:transform .3s var(--ease),box-shadow .3s var(--ease)}
  .ben-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(1,29,51,.1)}
  .ben-ico{width:54px;height:54px;border-radius:14px;background:var(--safe-blue);display:grid;place-items:center;margin-bottom:24px}
  .ben-ico svg{width:26px;height:26px;stroke:var(--fast-yellow)}
  .ben-card h3{font-size:20px;font-weight:700;color:var(--safe-blue);margin-bottom:12px}
  .ben-card p{color:var(--graphite);font-size:15.5px;font-weight:300}

  /* ---------- HOW (light) ---------- */
  .how{padding:96px 0;background:var(--light-neutral)}
  .how-inner{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
  .how-visual{border-radius:24px;min-height:440px;position:relative;overflow:hidden;box-shadow:0 24px 50px rgba(1,29,51,.16)}
  .how-visual img.photo{width:100%;height:100%;min-height:440px;object-fit:cover;display:block}
  .how-badge{position:absolute;left:22px;bottom:22px;width:62px;height:62px;border-radius:16px;background:var(--fast-yellow);display:grid;place-items:center;overflow:hidden;box-shadow:0 10px 26px rgba(1,29,51,.3)}
  .how-badge img{width:66%;height:auto;display:block}
  .orbit{position:relative;width:230px;height:230px;z-index:1}
  .orbit .ring{position:absolute;inset:0;border:1px solid rgba(255,255,255,.14);border-radius:50%}
  .orbit .ring.r2{inset:40px}
  .orbit .core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:78px;height:78px;border-radius:20px;overflow:hidden;background:var(--fast-yellow);display:grid;place-items:center;box-shadow:0 0 40px rgba(244,204,4,.4)}
  .orbit .core img{width:66%;height:auto;display:block}
  .orbit .chip{position:absolute;width:46px;height:46px;border-radius:12px;background:#fff;display:grid;place-items:center;box-shadow:0 8px 20px rgba(0,0,0,.25)}
  .orbit .chip svg{width:22px;height:22px;stroke:var(--mid-blue)}
  .orbit .c1{top:-6px;left:50%;transform:translateX(-50%)}
  .orbit .c2{bottom:6px;left:-6px}
  .orbit .c3{bottom:6px;right:-6px}
  .steps .eyebrow{margin-bottom:14px}
  .steps h2{font-size:clamp(26px,3.6vw,38px);margin-bottom:34px}
  .step{display:flex;gap:20px;padding:22px 0;border-top:1px solid rgba(1,29,51,.1)}
  .step:last-child{border-bottom:1px solid rgba(1,29,51,.1)}
  .step .n{font-family:'Sora';font-weight:800;font-size:15px;color:var(--safe-blue);background:var(--fast-yellow);width:38px;height:38px;border-radius:11px;display:grid;place-items:center;flex:none}
  .step h3{font-size:18px;font-weight:700;margin-bottom:5px}
  .step p{color:var(--graphite);font-size:15px;font-weight:300}

  /* ---------- FAQ ---------- */
  .faq{padding:96px 0;background:var(--soft-yellow-bg)}
  .faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
  details.faq-item{background:var(--white);border:1px solid rgba(1,29,51,.08);border-radius:14px;overflow:hidden}
  details.faq-item summary{list-style:none;cursor:pointer;padding:22px 26px;font-family:'Sora',sans-serif;font-weight:600;font-size:17px;color:var(--safe-blue);display:flex;justify-content:space-between;align-items:center;gap:16px}
  details.faq-item summary::-webkit-details-marker{display:none}
  .faq-item .chev{width:22px;height:22px;flex:none;stroke:var(--mid-blue);transition:transform .25s var(--ease)}
  details.faq-item[open] .chev{transform:rotate(45deg)}
  .faq-item .faq-a{padding:0 26px 24px;color:var(--graphite);font-size:15.5px;font-weight:300;line-height:1.6}

  /* ---------- FINAL CTA + FORM ---------- */
  .final{padding:96px 0;background:var(--safe-blue);color:var(--white)}
  .final-inner{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
  .final h2{font-size:clamp(28px,4vw,44px);color:var(--white);margin-bottom:18px}
  .final p.lead{color:var(--soft-yellow);font-size:18px;font-weight:300;margin-bottom:30px;max-width:42ch}
  .final ul{list-style:none;display:flex;flex-direction:column;gap:14px}
  .final li{display:flex;align-items:center;gap:12px;font-size:15.5px;color:#cfe0ec}
  .final li svg{width:20px;height:20px;stroke:var(--fast-yellow);flex:none}
  .form-card{background:var(--white);border-radius:24px;padding:14px;box-shadow:0 30px 60px rgba(0,0,0,.3)}
  .form-embed{width:100%;min-height:680px;border:0;border-radius:14px;display:block;background:#fff}
  /* placeholder enquanto o embed real nao e colado */
  .form-placeholder{width:100%;min-height:520px;border:2px dashed rgba(1,29,51,.2);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--graphite);gap:10px;padding:30px}
  .form-placeholder .ph-ico{width:54px;height:54px;border-radius:14px;background:var(--soft-yellow-bg);display:grid;place-items:center}
  .form-placeholder .ph-ico svg{width:26px;height:26px;stroke:var(--mid-blue)}
  .form-placeholder strong{font-family:'Sora';font-weight:700;color:var(--safe-blue);font-size:17px}
  .form-placeholder code{font-family:'Roboto Mono';font-size:12px;background:var(--light-neutral);padding:3px 8px;border-radius:6px}
  .form-micro{text-align:center;font-family:'Roboto Mono';font-size:11.5px;color:var(--graphite);margin-top:12px}

  /* ---------- FOOTER ---------- */
  footer{background:var(--safe-blue);color:var(--soft-yellow);padding:60px 0 34px;border-top:1px solid rgba(255,255,255,.08)}
  .foot-top{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08)}
  .foot-brand{max-width:300px}
  .foot-brand .logo{color:#fff;margin-bottom:14px}
  .foot-brand p{color:#8fa6b8;font-size:14px;font-weight:300}
  .foot-social{display:flex;gap:12px;margin-top:20px}
  .foot-social a{width:40px;height:40px;border-radius:11px;background:rgba(255,255,255,.08);display:grid;place-items:center;transition:background .2s var(--ease),transform .2s var(--ease)}
  .foot-social a:hover{background:var(--fast-yellow);transform:translateY(-2px)}
  .foot-social svg{width:19px;height:19px;fill:var(--soft-yellow);transition:fill .2s var(--ease)}
  .foot-social a:hover svg{fill:var(--safe-blue)}
  .foot-cols{display:flex;gap:64px;flex-wrap:wrap}
  .foot-col h4{font-family:'Roboto Mono';font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#7c93a5;margin-bottom:16px;font-weight:500}
  .foot-col a{display:block;color:var(--soft-yellow);font-size:14.5px;margin-bottom:10px;font-weight:300}
  .foot-col a:hover{color:var(--fast-yellow)}
  .foot-bot{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:26px;font-family:'Roboto Mono';font-size:12px;color:#7c93a5}

  /* ---------- RESPONSIVE ---------- */
  @media(max-width:900px){
    .stats-grid{grid-template-columns:repeat(2,1fr)}
    .ben-grid{grid-template-columns:1fr}
    .how-inner,.final-inner{grid-template-columns:1fr;gap:40px}
    .how-visual{order:-1;min-height:300px}
    .how-visual img.photo{min-height:300px}
    .id-grid{grid-template-columns:1fr;gap:18px}
    .id-mid .arrow-circle{transform:rotate(90deg)}
    .nav-links{display:none}
    .foot-top{gap:32px}
    .foot-cols{gap:40px}
  }
  @media(max-width:560px){
    .wrap{padding:0 20px}
    .hero{padding-top:44px}
    .hero h1{font-size:30px}
    .hero p.sub{font-size:16px}
    .stats-grid{grid-template-columns:1fr;gap:14px}
    .stat{min-height:0;padding:24px 22px}
    .stat .num{font-size:34px}
    .benefits,.how,.final,.identify{padding:62px 0}
    .sec-head{margin-bottom:36px}
    .sec-head h2{font-size:25px}
    .id-card,.ben-card{padding:30px 24px}
    .how-visual,.how-visual img.photo{min-height:260px}
    .final h2{font-size:28px}
    .form-placeholder,.form-embed{min-height:440px}
    .foot-cols{gap:30px}
    .foot-bot{flex-direction:column;gap:8px}
  }
