/* ============================================================
   Integrador PONTO — Site institucional / porta de entrada
   Design system casado com o app (styles.css) e o login.
   Tokens: azul #1565c0 / navy #0d3c75 / accent #6cb0ff.
   ============================================================ */

/* ---------- Fontes self-hosted ---------- */
@font-face { font-family: 'Inter'; src: url('/assets/fonts/Inter-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('/assets/fonts/Inter-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('/assets/fonts/Inter-600.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('/assets/fonts/Inter-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Sora'; src: url('/assets/fonts/Sora-latin.woff2') format('woff2'); font-weight: 200 800; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215; }
@font-face { font-family: 'Sora'; src: url('/assets/fonts/Sora-latin-ext.woff2') format('woff2'); font-weight: 200 800; font-display: swap; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* ---------- Tokens ---------- */
:root {
  --brand:        #1565c0;
  --brand-dark:   #0d3c75;
  --brand-light:  #2f7bd2;
  --accent:       #6cb0ff;
  --green:        #2e7d32;
  --amber:        #ff9a4d;
  --red:          #d91f1f;

  --navy-900:     #071a30;
  --navy-800:     #0b2138;
  --navy-700:     #102a45;

  --bg:           #f4f6f9;
  --bg-alt:       #eef2f7;
  --surface:      #ffffff;
  --ink:          #14202e;
  --ink-2:        #33475b;
  --muted:        #5f6b7a;
  --line:         #e2e8f0;
  --line-strong:  #cdd7e3;

  --brand-grad:   linear-gradient(90deg, var(--brand) 0%, var(--brand-light) 100%);
  --ponto-grad:   linear-gradient(90deg, #6cb0ff 0%, #9a7bff 46%, #ff9a4d 100%);
  --navy-grad:    linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 55%, #0e3358 100%);

  --shadow-sm:    0 2px 8px rgba(16,42,69,.06);
  --shadow-md:    0 14px 40px rgba(16,42,69,.10);
  --shadow-lg:    0 30px 80px rgba(9,25,45,.18);
  --radius:       18px;
  --radius-lg:    26px;
  --maxw:         1200px;
  --ease:         cubic-bezier(.16,.84,.44,1);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg:      #0a1626;
    --bg-alt:  #0d1c30;
    --surface: #10233b;
    --ink:     #eaf1fb;
    --ink-2:   #b9cbe0;
    --muted:   #8ba0b8;
    --line:    #1e3550;
    --line-strong: #274563;
    --shadow-sm: 0 2px 8px rgba(0,0,0,.3);
    --shadow-md: 0 14px 40px rgba(0,0,0,.36);
    --shadow-lg: 0 30px 80px rgba(0,0,0,.5);
  }
}
:root[data-theme="dark"] {
  --bg:      #0a1626;
  --bg-alt:  #0d1c30;
  --surface: #10233b;
  --ink:     #eaf1fb;
  --ink-2:   #b9cbe0;
  --muted:   #8ba0b8;
  --line:    #1e3550;
  --line-strong: #274563;
  --shadow-sm: 0 2px 8px rgba(0,0,0,.3);
  --shadow-md: 0 14px 40px rgba(0,0,0,.36);
  --shadow-lg: 0 30px 80px rgba(0,0,0,.5);
}

/* ---------- Reset ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 78px; }
/* menu mobile é uma caixinha (dropdown) — não trava o scroll da página */
body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: 'Sora', 'Inter', sans-serif; line-height: 1.08; letter-spacing: -.02em; color: var(--ink); }
::selection { background: rgba(21,101,192,.22); }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section--tight { padding: 68px 0; }
.section--alt { background: var(--bg-alt); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--brand); margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--brand); border-radius: 2px; }
/* nos blocos escuros a eyebrow é azul-claro — o tracinho acompanha */
.dark-block .eyebrow::before, .enter .eyebrow::before { background: #8cc3ff; }
.section-head { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.section-head h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; text-wrap: balance; }
.section-head p { margin-top: 16px; font-size: 17px; color: var(--muted); }
.section-head .eyebrow { justify-content: center; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 52px; padding: 0 26px; border-radius: 14px; border: 0; cursor: pointer;
  font-family: inherit; font-size: 16px; font-weight: 700; white-space: nowrap;
  transition: transform .16s var(--ease), box-shadow .16s var(--ease), background .16s;
}
.btn svg { width: 19px; height: 19px; }
.btn--primary { background: var(--brand-grad); color: #fff; box-shadow: 0 14px 32px rgba(21,101,192,.34); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(21,101,192,.42); }
.btn--ghost { background: rgba(255,255,255,.06); color: #fff; border: 1px solid rgba(158,198,255,.36); }
.btn--ghost:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.btn--light { background: var(--surface); color: var(--brand-dark); border: 1px solid var(--line-strong); box-shadow: var(--shadow-sm); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--red { background: linear-gradient(90deg,#e02b2b,var(--red)); color:#fff; box-shadow: 0 14px 30px rgba(217,31,31,.26); }
.btn--red:hover { transform: translateY(-2px); }
.btn--sm { height: 44px; font-size: 15px; padding: 0 20px; }
.btn--lg { height: 58px; font-size: 17px; padding: 0 32px; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(7,20,38,.85); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(158,198,255,.16);
  transition: background .25s;
}
.header__inner { display: flex; align-items: center; gap: 22px; height: 70px; }
.brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand__name { white-space: nowrap; }
.brand__icon { width: 38px; height: 38px; border-radius: 10px; }
.brand__name { font-family:'Sora'; font-weight: 700; font-size: 18px; color:#fff; letter-spacing: -.01em; }
.brand__name .mark { color: #fff; } /* marca toda branca (uniforme) */
.nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.nav a { color: rgba(233,241,251,.82); font-size: 14.5px; font-weight: 500; transition: color .15s; }
.nav a:hover { color: #fff; }
.header__cta { display: flex; align-items: center; gap: 10px; }
.header .btn--primary { height: 44px; font-size: 14.5px; padding: 0 20px; box-shadow: 0 10px 24px rgba(21,101,192,.3); }
.header__login { color:#cfe0f5; font-size: 14.5px; font-weight: 600; display:inline-flex; align-items:center; gap:6px; }
.header__login:hover { color:#fff; }
.burger { display: none; margin-left: auto; background: rgba(255,255,255,.08); border:1px solid rgba(158,198,255,.3); border-radius:10px; width:44px; height:44px; cursor:pointer; flex:0 0 auto; }
.burger span { display:block; width:20px; height:2px; background:#fff; margin:4px auto; border-radius:2px; }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--navy-grad); color: #fff; overflow: hidden; }
.hero__bg { position:absolute; inset:0; background-size: cover; background-position: center; opacity: 1; }
/* Mesmo overlay do login: foto cheia + gradiente suave (a foto aparece). */
.hero__veil { position:absolute; inset:0;
  background: linear-gradient(100deg, rgba(11,32,58,.82) 0%, rgba(12,36,64,.64) 34%, rgba(10,25,44,.42) 58%, rgba(8,15,28,.82) 100%);
}
.hero__glow { position:absolute; width:620px; height:620px; border-radius:50%; filter: blur(80px);
  background: radial-gradient(circle, rgba(86,149,236,.28), transparent 60%); top:-180px; right:-120px; pointer-events:none; }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; padding-top: 84px; padding-bottom: 92px; }
.hero__badge {
  display:inline-flex; align-items:center; gap:8px; padding: 8px 15px; border-radius: 999px;
  border:1px solid rgba(143,180,228,.42); background: rgba(17,38,66,.5);
  font-size: 12.5px; font-weight: 700; letter-spacing:.08em; color:#cfe4ff;
}
.hero__badge .dot { width:7px; height:7px; border-radius:50%; background: #4ade80; box-shadow:0 0 0 4px rgba(74,222,128,.2); }
.hero h1 { margin: 20px 0 18px; font-size: clamp(38px, 5.2vw, 66px); font-weight: 800; letter-spacing: -.035em; text-shadow: 0 2px 24px rgba(0,0,0,.4); color: #fff; }
.hero h1 .hl { color: var(--accent); }
.hero__sub { max-width: 540px; font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.82); }
.hero__actions { display:flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__trust { display:grid; grid-template-columns: repeat(2, max-content); gap: 22px 44px; margin-top: 38px; }
.hero__trust div { display:flex; flex-direction:column; }
.hero__trust b { font-family:'Sora'; font-size: 24px; font-weight: 700; color:#fff; }
.hero__trust span { font-size: 12.5px; color: rgba(207,224,245,.82); letter-spacing:.01em; }

/* hero mock (login real emoldurado) */
.hero__mock { position: relative; justify-self: end; width: 100%; max-width: 560px; }
.browser {
  border-radius: 18px; overflow: hidden; border: 1px solid rgba(158,198,255,.24);
  box-shadow: var(--shadow-lg); background: #0b1f36;
}
.browser__bar { display:flex; align-items:center; gap:7px; padding: 11px 14px; background: rgba(9,24,43,.9); border-bottom:1px solid rgba(158,198,255,.12); }
.browser__bar i { width:11px; height:11px; border-radius:50%; display:inline-block; }
.browser__bar i:nth-child(1){ background:#ff5f57; } .browser__bar i:nth-child(2){ background:#febc2e; } .browser__bar i:nth-child(3){ background:#28c840; }
.browser__url { margin-left: 10px; font-size:12px; color: rgba(207,224,245,.7); background: rgba(255,255,255,.06); border-radius:7px; padding: 4px 12px; display:flex; align-items:center; gap:6px; }
.browser__url svg { width:12px; height:12px; }
.browser img { width: 100%; display:block; }
.hero__mock .float {
  position:absolute; background: var(--surface); color: var(--ink); border-radius: 14px; padding: 12px 15px;
  box-shadow: var(--shadow-lg); border:1px solid var(--line); display:flex; align-items:center; gap:11px; font-size: 13.5px;
}
.hero__mock .float b { font-family:'Sora'; font-weight:700; }
.hero__mock .float small { color: var(--muted); font-size:11.5px; }
.hero__mock .float .ico { width:34px; height:34px; border-radius:10px; display:grid; place-items:center; flex:0 0 auto; }
.float--tl { top: 26px; left: -34px; }
.float--br { bottom: 30px; right: -26px; }

/* ---------- Logos / faixa confiança ---------- */
.trustbar { border-top:1px solid rgba(158,198,255,.12); border-bottom:1px solid rgba(158,198,255,.12); background: rgba(7,26,48,.6); }
.trustbar__inner { display:flex; align-items:center; justify-content:center; gap: 14px 34px; flex-wrap:wrap; padding: 20px 0; color: rgba(223,236,252,.92); font-size: 13.5px; font-weight: 500; }
.trustbar__inner .pill { display:inline-flex; align-items:center; gap:8px; }
.trustbar__inner svg { width:16px; height:16px; color: var(--accent); }

/* ---------- Feature grid ---------- */
.grid { display:grid; gap: 22px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.card__ico { width: 50px; height: 50px; border-radius: 14px; display:grid; place-items:center; margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(21,101,192,.12), rgba(108,176,255,.16)); color: var(--brand); }
.card__ico svg { width: 25px; height: 25px; }
.card h3 { font-size: 18.5px; font-weight: 700; margin-bottom: 9px; }
.card p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }
.card--accent .card__ico { background: linear-gradient(135deg, rgba(46,125,50,.14), rgba(74,222,128,.18)); color: var(--green); }
.card--red .card__ico { background: linear-gradient(135deg, rgba(217,31,31,.12), rgba(255,120,120,.16)); color: var(--red); }
.card--amber .card__ico { background: linear-gradient(135deg, rgba(255,154,77,.16), rgba(255,196,120,.2)); color: #d97a1a; }

/* ---------- Split (imagem + texto) ---------- */
.split { display:grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items:center; }
.split__media, .split__body { min-width: 0; } /* impede que o mock estoure a coluna do grid */
.split--rev .split__media { order: 2; }
.split__body h2 { font-size: clamp(26px, 3vw, 34px); font-weight: 700; text-wrap: balance; }
.split__body > p { margin-top: 16px; font-size: 16.5px; color: var(--muted); }
.checklist { margin-top: 26px; display:flex; flex-direction:column; gap: 15px; }
.checklist li { display:flex; gap: 13px; list-style:none; }
.checklist .ck { flex:0 0 auto; width:26px; height:26px; border-radius:8px; display:grid; place-items:center;
  background: rgba(46,125,50,.12); color: var(--green); margin-top:1px; }
.checklist .ck svg { width:15px; height:15px; }
.checklist b { display:block; font-size: 15.5px; font-weight: 700; color: var(--ink); }
.checklist span { font-size: 14px; color: var(--muted); }

/* device/screenshot frames */
.shot { border-radius: var(--radius); overflow:hidden; max-width:100%; border:1px solid var(--line); box-shadow: var(--shadow-lg); background: var(--surface); }
.shot > .mock { width: 100%; }
.shot img { width:100%; }
.phone {
  position: relative; width: 300px; margin: 0 auto; border-radius: 40px; padding: 12px;
  background: linear-gradient(160deg,#1a2740,#0b1728); box-shadow: var(--shadow-lg); border:1px solid rgba(158,198,255,.16);
}
.phone__screen { border-radius: 30px; overflow: hidden; background:#000; aspect-ratio: 9/19.5; }
.phone__screen img { width:100%; height:100%; object-fit: cover; object-position: top; }
.phone__notch { position:absolute; top: 20px; left:50%; transform:translateX(-50%); width: 110px; height: 22px; background:#0b1728; border-radius: 0 0 14px 14px; z-index:2; }

/* ---------- Fluxo / passos ---------- */
.steps { display:grid; grid-template-columns: repeat(4,1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding-top: 8px; }
.step__n { width: 46px; height:46px; border-radius: 13px; background: var(--brand-grad); color:#fff;
  font-family:'Sora'; font-weight:700; font-size: 20px; display:grid; place-items:center; box-shadow: 0 10px 24px rgba(21,101,192,.28); margin-bottom: 16px; }
.step h3 { font-size: 17px; font-weight:700; margin-bottom: 7px; }
.step p { font-size: 14px; color: var(--muted); }

/* ---------- Compliance / destaque escuro ---------- */
.dark-block { background: var(--navy-grad); color:#fff; border-radius: var(--radius-lg); padding: 56px; position:relative; overflow:hidden; }
.dark-block .hero__glow { top:-140px; left:-100px; }
.dark-block h2 { color:#fff; font-size: clamp(28px,3.4vw,40px); text-wrap: balance; }
.dark-block p { color: rgba(255,255,255,.8); }
.metric-row { display:grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 40px; position:relative; z-index:2; }
.metric b { font-family:'Sora'; display:inline-block; font-size: clamp(30px,4vw,44px); font-weight:700; line-height:1.05;
  background: var(--ponto-grad); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.metric span { display:block; margin-top: 6px; font-size: 14px; color: rgba(255,255,255,.72); }

/* ---------- CTA login (porta de entrada) ---------- */
.enter {
  background: var(--navy-grad); color:#fff; border-radius: var(--radius-lg); padding: 56px 48px;
  display:grid; grid-template-columns: 1fr auto; gap: 48px; align-items:center; position:relative; overflow:hidden;
}
.enter h2 { color:#fff; font-size: clamp(26px,3.2vw,38px); text-wrap: balance; }
.enter p { color: rgba(255,255,255,.82); margin-top:12px; font-size: 16.5px; max-width: 680px; }
.enter .btn--red { box-shadow: 0 8px 20px rgba(217,31,31,.18); }
.enter__actions { display:flex; flex-direction:column; gap: 12px; min-width: 260px; position:relative; z-index:2; }
.enter__actions .btn { width: 100%; }
.enter__note { font-size:12.5px; color: rgba(207,224,245,.7); text-align:center; margin-top:2px; }

/* ---------- Planos ---------- */
.plan { background:var(--surface); border:1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow-sm); }
.plan--feat { border-color: var(--brand); box-shadow: 0 24px 60px rgba(21,101,192,.18); position:relative; }
.plan--feat::before { content:"Mais escolhido"; position:absolute; top:-13px; left:50%; transform:translateX(-50%);
  background: var(--brand-grad); color:#fff; font-size:12px; font-weight:700; padding:5px 14px; border-radius:999px; letter-spacing:.02em; }
.plan h3 { font-size: 20px; }
.plan__price { margin: 14px 0 4px; font-family:'Sora'; font-weight:700; }
.plan__price b { font-size: 40px; } .plan__price span { color: var(--muted); font-size: 15px; font-weight:500; }
.plan ul { list-style:none; margin-top: 20px; display:flex; flex-direction:column; gap:11px; }
.plan li { display:flex; gap:10px; font-size:14.5px; color: var(--ink-2); }
.plan li svg { width:18px; height:18px; color: var(--green); flex:0 0 auto; }

/* ---------- Cross promo ---------- */
.cross-grid { display:grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.cross-card { display:flex; align-items:flex-start; gap:13px; padding: 16px; border-radius: 16px; border:1px solid var(--line);
  background: var(--surface); transition: transform .15s var(--ease), border-color .15s, box-shadow .15s; }
.cross-card:hover { transform: translateY(-3px); border-color: var(--brand); box-shadow: var(--shadow-md); }
/* moldura única p/ os 4 ícones (que vêm em estilos diferentes) */
.cross-card__ico { width:46px; height:46px; flex:0 0 auto; display:grid; place-items:center;
  background: var(--bg-alt); border:1px solid var(--line); border-radius:12px; overflow:hidden; }
.cross-card__ico img { width:34px; height:34px; object-fit:contain; }
.cross-card__tx { display:flex; flex-direction:column; gap:2px; min-width:0; }
.cross-card__tx b { display:block; font-size: 15px; font-weight:700; }
.cross-card__tx > span { font-size: 12.5px; color: var(--muted); line-height:1.35; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq details { background: var(--surface); border:1px solid var(--line); border-radius: 16px; padding: 4px 22px; margin-bottom: 12px; transition: border-color .15s; }
.faq details[open] { border-color: var(--brand); }
.faq summary { list-style:none; cursor:pointer; padding: 18px 0; font-weight:600; font-size: 16px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary .plus { flex:0 0 auto; width:24px; height:24px; border-radius:7px; background: rgba(21,101,192,.1); color:var(--brand); display:grid; place-items:center; font-size:18px; transition: transform .2s; }
.faq details[open] summary .plus { transform: rotate(45deg); }
.faq p { padding: 0 0 20px; color: var(--muted); font-size: 15px; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-900); color: rgba(233,241,251,.7); padding: 64px 0 30px; }
.footer__top { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; padding-bottom: 40px; border-bottom:1px solid rgba(158,198,255,.12); }
.footer__brand .brand__name { margin-bottom: 14px; }
.footer p { font-size: 14px; max-width: 320px; line-height:1.6; }
.footer h4 { color:#fff; font-size: 13px; letter-spacing:.08em; text-transform:uppercase; margin-bottom:16px; font-family:'Inter'; font-weight:700; }
.footer ul { list-style:none; display:flex; flex-direction:column; gap:10px; }
.footer ul a { font-size:14px; color: rgba(233,241,251,.66); }
.footer ul a:hover { color:#fff; }
.footer__bottom { display:flex; flex-wrap:wrap; gap:12px; justify-content:space-between; align-items:center; padding-top: 26px; font-size: 13px; }
.footer__social { display:flex; gap:10px; }
.footer__social a { width:38px; height:38px; border-radius:10px; background: rgba(255,255,255,.06); display:grid; place-items:center; color:#cfe0f5; transition: background .15s; }
.footer__social a:hover { background: rgba(255,255,255,.14); }
.footer__social svg { width:18px; height:18px; }

/* ---------- Reveal (progressive enhancement: só esconde se houver JS) ---------- */
.reveal { transition: opacity .7s var(--ease), transform .7s var(--ease); }
:root.js .reveal { opacity: 0; transform: translateY(22px); }
:root.js .reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"]{ transition-delay:.08s } .reveal[data-d="2"]{ transition-delay:.16s } .reveal[data-d="3"]{ transition-delay:.24s }

/* ---------- Responsivo ---------- */
/* Menu hambúrguer já a partir do tablet — a nav completa não cabe <1024 */
@media (max-width: 1024px) {
  .nav, .header__login, .header__cta { display: none; }
  .burger { display:block; }
  .hero__inner { grid-template-columns: 1fr; gap: 40px; padding-top: 76px; padding-bottom: 84px; }
  .hero__copy { max-width: 660px; }
  .hero__mock { justify-self: center; margin: 0 auto; max-width: 520px; }
  .float--tl { left: 8px; } .float--br { right: 8px; }
  .grid--4 { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: repeat(2,1fr); }
  .metric-row { grid-template-columns: repeat(2,1fr); }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .cross-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px) {
  .grid--3, .grid--2 { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split--rev .split__media { order: 0; }
  .enter { grid-template-columns: 1fr; }
  .dark-block, .enter { padding: 40px 26px; }
  .section { padding: 68px 0; }
  .hero__mock .float { transform: scale(.9); }
}
@media (max-width: 560px) {
  .grid--4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .metric-row { grid-template-columns: 1fr 1fr; margin-top: 28px; gap: 20px 24px; }
  .footer__top { grid-template-columns: 1fr; }
  .cross-grid { grid-template-columns: 1fr; }
  .hero__trust b { font-size: 20px; }
  .hero__inner { padding-top: 64px; padding-bottom: 52px; }
  .hero__actions .btn { flex: 1 1 100%; width: 100%; }
  .hero__mock .float { display: none; } /* flutuantes tampavam o print reduzido */
  .header__inner { height: 62px; }
  .mnav { top: 68px; right: 16px; }
}

/* mobile nav dropdown — cobre a viewport inteira e rola por dentro */
/* Menu mobile = caixinha compacta (dropdown) no canto direito, sob o burger */
.mnav { display:none; position: fixed; top: 76px; right: 20px; z-index:55;
  width: max-content; min-width: 180px; max-width: calc(100vw - 40px);
  background: var(--navy-800); border:1px solid rgba(158,198,255,.24); border-radius: 16px;
  box-shadow: 0 22px 55px rgba(0,0,0,.5); padding: 8px; overflow: hidden; }
.mnav.open { display:block; animation: mnavIn .16s var(--ease); }
@keyframes mnavIn { from { opacity:0; transform: translateY(-6px); } to { opacity:1; transform:none; } }
.mnav a { display:block; padding: 11px 14px; color:#e9f1fb; font-weight:600; font-size:15px; border-radius: 10px; white-space: nowrap; }
.mnav a:hover { background: rgba(255,255,255,.08); }
.mnav .btn { margin-top: 6px; width:100%; height:46px; box-shadow:none; } /* sem brilho vazando */

/* ---------- Novos recursos (feat spotlight cards) ---------- */
.card__ico--green { background: linear-gradient(135deg, rgba(46,125,50,.14), rgba(74,222,128,.18)); color: var(--green); }
.feat { position: relative; }
.feat__tag { position:absolute; top:24px; right:24px; background: var(--brand-grad); color:#fff;
  font-size:11px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; padding:5px 11px;
  border-radius:999px; box-shadow: 0 6px 16px rgba(21,101,192,.28); }
.feat__list { margin-top:18px; display:flex; flex-direction:column; gap:11px; }
.feat__list li { position:relative; padding-left:28px; font-size:14.5px; color:var(--ink-2); line-height:1.5; list-style:none; }
.feat__list li::before { content:""; position:absolute; left:0; top:2px; width:18px; height:18px; border-radius:6px; background: rgba(21,101,192,.12); }
.feat__list li::after { content:""; position:absolute; left:5.5px; top:7px; width:7px; height:3.5px; border-left:2px solid var(--brand); border-bottom:2px solid var(--brand); transform:rotate(-45deg); }
