@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:300;font-display:swap;src:url('fonts/pjs-300.woff2') format('woff2');}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/pjs-400.woff2') format('woff2');}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/pjs-500.woff2') format('woff2');}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/pjs-600.woff2') format('woff2');}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/pjs-700.woff2') format('woff2');}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:800;font-display:swap;src:url('fonts/pjs-700.woff2') format('woff2');}
*, *::before, *::after { box-sizing: border-box; }

:root {
  --ground:      #FBFBFE;
  --surface:     #FFFFFF;
  --surface-2:   #F2F2F9;
  --hairline:    #E4E4F0;
  --hairline-2:  #CECEE4;
  --ink:         #1A1830;
  --ink-muted:   #575972;
  --ink-faint:   #8688A3;
  --accent:      #4F46E5;
  --accent-ink:  #4038C7;
  --accent-soft: #EDECFE;
  --logo-flow:   #9290C8;
  --ok:          #16A34A;
  --ok-ink:      #12813B;
  --ok-soft:     #E8F7ED;
  --slot:        #B45309;
  --slot-soft:   #FBF1E3;
  --shadow-sm:   0 1px 2px rgba(26,24,48,.05);
  --shadow:      0 2px 4px rgba(26,24,48,.04), 0 14px 40px -20px rgba(26,24,48,.35);
  --shadow-lg:   0 4px 8px rgba(26,24,48,.05), 0 30px 70px -30px rgba(26,24,48,.45);
  --band:        #16143A;
  --band-2:      #201D50;
  --band-ink:    #F2F1FF;
  --band-muted:  #A9A5DC;
  --band-line:   #322E6B;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --ground:      #0C0D18;
    --surface:     #14162A;
    --surface-2:   #1B1E36;
    --hairline:    #282B47;
    --hairline-2:  #383C60;
    --ink:         #EBEBF7;
    --ink-muted:   #A4A6C2;
    --ink-faint:   #7C7E9C;
    --accent:      #8E88FF;
    --accent-ink:  #ADA8FF;
    --accent-soft: #211E52;
    --logo-flow:   #8F8BD0;
    --ok:          #4ADE80;
    --ok-ink:      #6EE79B;
    --ok-soft:     #12301E;
    --slot:        #F0B429;
    --slot-soft:   #2E2209;
    --shadow-sm:   0 1px 2px rgba(0,0,0,.4);
    --shadow:      0 2px 4px rgba(0,0,0,.4), 0 14px 40px -20px rgba(0,0,0,.9);
    --shadow-lg:   0 4px 8px rgba(0,0,0,.5), 0 30px 70px -30px rgba(0,0,0,1);
  }
}

:root[data-theme="dark"] {
  --ground:      #0C0D18;
  --surface:     #14162A;
  --surface-2:   #1B1E36;
  --hairline:    #282B47;
  --hairline-2:  #383C60;
  --ink:         #EBEBF7;
  --ink-muted:   #A4A6C2;
  --ink-faint:   #7C7E9C;
  --accent:      #8E88FF;
  --accent-ink:  #ADA8FF;
  --accent-soft: #211E52;
  --logo-flow:   #8F8BD0;
  --ok:          #4ADE80;
  --ok-ink:      #6EE79B;
  --ok-soft:     #12301E;
  --slot:        #F0B429;
  --slot-soft:   #2E2209;
  --shadow-sm:   0 1px 2px rgba(0,0,0,.4);
  --shadow:      0 2px 4px rgba(0,0,0,.4), 0 14px 40px -20px rgba(0,0,0,.9);
  --shadow-lg:   0 4px 8px rgba(0,0,0,.5), 0 30px 70px -30px rgba(0,0,0,1);
}

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

body {
  margin: 0; background: var(--ground); color: var(--ink);
  font-family: 'Plus Jakarta Sans', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; position: relative; }
.narrow { max-width: 810px; }

/* ============ marca ============ */
.logo-svg { height: 34px; width: auto; display: block; }
.logo-lockup { display: inline-flex; align-items: center; gap: 2px; }
.logo-mark { height: 38px; width: 38px; flex: none; display: block; }
.logo-word { font-size: 1.34rem; font-weight: 700; letter-spacing: -.03em; line-height: 1; }
.logo-word .lw-a { color: var(--ink); }
.logo-word .lw-b { color: var(--logo-flow); font-weight: 300; }
.logo-svg .wing-1, .logo-mark .wing-1 { stroke: var(--accent); }
.logo-svg .wing-2, .logo-mark .wing-2 { stroke: var(--accent); opacity: .65; }
.logo-svg .wing-3, .logo-mark .wing-3 { stroke: var(--accent); opacity: .35; }
.logo-svg .w-asa { fill: var(--ink); }
.logo-svg .w-flow { fill: var(--logo-flow); }
.wing-motif { position: absolute; pointer-events: none; z-index: 0; opacity: .07; }
.wing-motif path { stroke: var(--accent); fill: none; stroke-linecap: round; }

/* ============ nav ============ */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--ground) 88%, transparent);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--hairline);
}
.nav-in { display: flex; align-items: center; gap: 30px; height: 68px; }
.nav-links { display: flex; gap: 24px; margin-left: auto; font-size: .9rem; font-weight: 600; color: var(--ink-muted); }
.nav-links a:hover { color: var(--ink); }
@media (max-width: 940px) { .nav-links { display: none; } .nav-in { gap: 16px; } .nav .btn { margin-left: auto; } }

.btn {
  display: inline-block; font-size: .9rem; font-weight: 700; letter-spacing: -.005em;
  padding: 11px 20px; border-radius: 9px; background: var(--accent); color: #FFFFFF;
  box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn.lg { font-size: 1rem; padding: 14px 26px; }
.btn.ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--hairline-2); box-shadow: none; }
.btn.ghost:hover { border-color: var(--accent); color: var(--accent-ink); }

/* ============ seções ============ */
section { padding: 80px 0; position: relative; }
.eyebrow { font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--accent-ink); margin: 0 0 14px; }
h1 { font-size: clamp(2.5rem, 6vw, 4.05rem); line-height: 1.02; letter-spacing: -.038em; font-weight: 800; margin: 0 0 20px; text-wrap: balance; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.45rem); line-height: 1.1; letter-spacing: -.03em; font-weight: 800; margin: 0 0 16px; text-wrap: balance; }
h3 { font-size: 1.08rem; font-weight: 700; letter-spacing: -.014em; margin: 0 0 6px; }
.lead { font-size: 1.13rem; color: var(--ink-muted); margin: 0 0 24px; max-width: 62ch; }
p { margin: 0 0 14px; }
p:last-child { margin-bottom: 0; }

/* ============ hero ============ */
.hero { padding: 78px 0 74px; overflow: hidden; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 58px; align-items: center; position: relative; z-index: 1; }
@media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } }
.hero h1 { max-width: 15ch; }
.hero .lead { font-size: 1.19rem; max-width: 55ch; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 14px; }
.fineprint { font-size: .86rem; color: var(--ink-faint); margin: 0; }
.pillars-inline { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 24px; }
.pillars-inline span {
  font-size: .79rem; font-weight: 600; padding: 5px 12px; border-radius: 20px;
  background: var(--surface); border: 1px solid var(--hairline); color: var(--ink-muted);
}

/* ============ mocks ============ */
.mock { background: var(--surface); border: 1px solid var(--hairline); border-radius: 16px; box-shadow: var(--shadow-lg); overflow: hidden; }
.mock-bar { display: flex; align-items: center; gap: 7px; padding: 12px 15px; border-bottom: 1px solid var(--hairline); background: var(--surface-2); }
.mock-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--hairline-2); }
.mock-title { margin-left: 8px; font-size: .74rem; font-weight: 700; color: var(--ink-faint); letter-spacing: .05em; text-transform: uppercase; }
.mock-body { padding: 18px; display: flex; flex-direction: column; gap: 11px; }
.bubble { max-width: 84%; padding: 10px 14px; border-radius: 14px; font-size: .89rem; line-height: 1.45; }
.bubble.in { background: var(--surface-2); border-bottom-left-radius: 4px; }
.bubble.out { background: var(--accent); color: #FFFFFF; align-self: flex-end; border-bottom-right-radius: 4px; }
.mock-foot { border-top: 1px solid var(--hairline); padding: 13px 18px; display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.pill { font-size: .71rem; font-weight: 800; letter-spacing: .04em; padding: 4px 10px; border-radius: 20px; background: var(--ok-soft); color: var(--ok-ink); }
.pill.origem { background: var(--accent-soft); color: var(--accent-ink); }
.mock-foot span.muted { font-size: .78rem; color: var(--ink-faint); }

/* canais na lateral do inbox */
.canais { display: flex; gap: 6px; padding: 12px 18px; border-bottom: 1px solid var(--hairline); flex-wrap: wrap; }
.canal { font-size: .73rem; font-weight: 700; padding: 4px 10px; border-radius: 7px; background: var(--surface-2); color: var(--ink-faint); }
.canal.on { background: var(--accent-soft); color: var(--accent-ink); }

/* kanban do CRM */
.kanban { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 16px; }
.kcol { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.kcol-h { font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); padding-bottom: 7px; border-bottom: 1px solid var(--hairline); }
.kcard { background: var(--surface-2); border: 1px solid var(--hairline); border-radius: 8px; padding: 10px; }
.kcard .kn { font-size: .8rem; font-weight: 700; letter-spacing: -.01em; margin-bottom: 3px; }
.kcard .kv { font-size: .73rem; color: var(--ink-faint); font-variant-numeric: tabular-nums; }
.kcard.hot { border-color: var(--accent); background: var(--accent-soft); }
.kcard.hot .kv { color: var(--accent-ink); }

/* fluxo de automação */
.flow { padding: 18px; display: flex; flex-direction: column; gap: 0; }
.fnode { display: flex; align-items: center; gap: 12px; background: var(--surface-2); border: 1px solid var(--hairline); border-radius: 9px; padding: 11px 14px; }
.fnode .fk { font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); flex: none; width: 60px; }
.fnode .ft { font-size: .85rem; font-weight: 600; }
.fnode.trigger { border-color: var(--accent); background: var(--accent-soft); }
.fnode.trigger .fk, .fnode.trigger .ft { color: var(--accent-ink); }
.fconn { width: 2px; height: 14px; background: var(--hairline-2); margin-left: 28px; }

/* tickets */
.tlist { padding: 16px; display: flex; flex-direction: column; gap: 9px; }
.trow { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; background: var(--surface-2); border: 1px solid var(--hairline); border-radius: 9px; padding: 11px 14px; }
.trow .tt { font-size: .86rem; font-weight: 600; }
.trow .tm { font-size: .73rem; color: var(--ink-faint); margin-top: 2px; }
.sla { font-size: .68rem; font-weight: 800; letter-spacing: .05em; padding: 4px 9px; border-radius: 6px; white-space: nowrap; }
.sla.ok { background: var(--ok-soft); color: var(--ok-ink); }
.sla.warn { background: var(--slot-soft); color: var(--slot); }

/* ficha do agente */
.ficha-h { padding: 15px 18px; border-bottom: 1px solid var(--hairline); background: var(--surface-2); display: flex; align-items: center; gap: 11px; }
.ficha-av { width: 32px; height: 32px; border-radius: 9px; background: var(--accent); flex: none; display: grid; place-items: center; color: #FFFFFF; font-weight: 800; font-size: .84rem; }
.ficha-h strong { font-size: .93rem; font-weight: 700; }
.ficha-h span { font-size: .77rem; color: var(--ink-faint); display: block; }
.ficha-b { padding: 16px 18px; display: flex; flex-direction: column; gap: 13px; }
.ficha-row .k { font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 5px; }
.ficha-row .v { font-size: .87rem; color: var(--ink-muted); line-height: 1.5; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { font-size: .75rem; font-weight: 600; padding: 4px 10px; border-radius: 7px; background: var(--surface-2); border: 1px solid var(--hairline); color: var(--ink-muted); }
.chip.on { background: var(--accent-soft); border-color: transparent; color: var(--accent-ink); font-weight: 700; }

/* prompt -> entregáveis */
.prompt-in { padding: 18px 20px; border-bottom: 1px solid var(--hairline); }
.prompt-lbl { font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 8px; }
.prompt-txt { font-size: .97rem; line-height: 1.5; color: var(--ink); letter-spacing: -.01em; }
.prompt-out { padding: 16px 20px; background: var(--surface-2); }
.built { display: flex; flex-direction: column; gap: 8px; }
.built-item { display: flex; align-items: center; gap: 10px; background: var(--surface); border: 1px solid var(--hairline); border-radius: 9px; padding: 10px 13px; }
.built-item .bi-t { font-size: .86rem; font-weight: 600; flex: 1; }
.built-item .bi-s { font-size: .67rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 3px 8px; border-radius: 6px; background: var(--accent-soft); color: var(--accent-ink); flex: none; }
.gate { margin-top: 14px; padding: 14px 17px; border-radius: 10px; background: var(--ok-soft); border-left: 3px solid var(--ok); }
.gate strong { display: block; font-size: .92rem; color: var(--ok-ink); margin-bottom: 3px; }
.gate span { font-size: .87rem; color: var(--ink-muted); line-height: 1.5; }

/* ============ pilares ============ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
@media (max-width: 940px) { .split { grid-template-columns: 1fr; gap: 34px; } }
.split.rev .split-txt { order: 2; }
.split.rev .split-vis { order: 1; }
@media (max-width: 940px) { .split.rev .split-txt { order: 1; } .split.rev .split-vis { order: 2; } }
.featlist { display: flex; flex-direction: column; gap: 18px; margin-top: 26px; }
.feat { display: grid; grid-template-columns: 26px 1fr; gap: 13px; }
.feat-mark { width: 20px; height: 20px; border-radius: 6px; background: var(--accent-soft); display: grid; place-items: center; margin-top: 3px; }
.feat-mark::after { content: ""; width: 7px; height: 7px; border-radius: 2px 5px 2px 5px; background: var(--accent); }
.feat strong { display: block; font-size: .98rem; font-weight: 700; letter-spacing: -.014em; margin-bottom: 3px; }
.feat span { font-size: .92rem; color: var(--ink-muted); line-height: 1.5; }
.ia-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
@media (max-width: 940px) { .ia-duo { grid-template-columns: 1fr; } }
.ia-sub { font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-ink); margin-bottom: 12px; }

/* ============ banda ============ */
.band { background: var(--band); color: var(--band-ink); padding: 86px 0; overflow: hidden; }
.band h2 { color: var(--band-ink); }
.band .lead { color: var(--band-muted); }
.band .eyebrow { color: var(--band-muted); }
.band .wing-motif path { stroke: #FFFFFF; }
.ba { display: grid; grid-template-columns: 1fr 1fr; margin-top: 38px; border: 1px solid var(--band-line); border-radius: 14px; overflow: hidden; position: relative; z-index: 1; }
@media (max-width: 800px) { .ba { grid-template-columns: 1fr; } }
.ba-col.depois { background: var(--band-2); }
.ba-h { padding: 16px 22px; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; border-bottom: 1px solid var(--band-line); }
.ba-col.hoje .ba-h { color: var(--band-muted); }
.ba-col.depois .ba-h { color: #FFFFFF; }
.ba-item { padding: 16px 22px; border-bottom: 1px solid var(--band-line); font-size: .94rem; line-height: 1.5; }
.ba-item:last-child { border-bottom: 0; }
.ba-col.hoje .ba-item { color: var(--band-muted); }
.ba-col.depois .ba-item { color: var(--band-ink); font-weight: 500; }
.ba-item b { color: #FFFFFF; font-weight: 700; }

/* ============ números ============ */
.statgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 18px; margin-top: 32px; }
.stat { border-left: 2px solid var(--accent); padding-left: 18px; }
.stat .n { display: block; font-size: 2.5rem; font-weight: 800; letter-spacing: -.04em; line-height: 1; color: var(--ink); font-variant-numeric: tabular-nums; margin-bottom: 8px; }
.stat .t { font-size: .92rem; color: var(--ink-muted); line-height: 1.45; }
.stat .s { display: block; font-size: .73rem; color: var(--ink-faint); margin-top: 7px; }

/* ============ trilho ============ */
.rail { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 42px; }
@media (max-width: 900px) { .rail { grid-template-columns: 1fr; } }
.step { padding: 0 18px 0 0; }
.step-mark { display: flex; align-items: center; margin-bottom: 15px; }
.step-dot { width: 13px; height: 13px; border-radius: 50%; background: var(--accent); flex: none; box-shadow: 0 0 0 4px var(--accent-soft); }
.step-line { height: 2px; background: var(--hairline-2); flex: 1; }
.step:last-child .step-line { background: transparent; }
@media (max-width: 900px) { .step { padding: 0 0 24px 0; } .step-line { display: none; } }
.step-k { font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 5px; }
.step-t { font-size: .95rem; font-weight: 700; letter-spacing: -.012em; margin-bottom: 4px; }
.step-d { font-size: .86rem; color: var(--ink-muted); line-height: 1.45; }
.origem-token { display: inline-flex; margin-top: 10px; font-size: .67rem; font-weight: 800; letter-spacing: .05em; background: var(--accent-soft); color: var(--accent-ink); padding: 3px 9px; border-radius: 20px; }

/* ============ consolidação ============ */
.replaced { display: flex; flex-direction: column; gap: 8px; }
.replaced-item { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: var(--surface); border: 1px solid var(--hairline); border-radius: 9px; font-size: .91rem; color: var(--ink-muted); }
.replaced-item::before { content: "→"; font-weight: 800; color: var(--accent); }
.replaced-item b { color: var(--ink); font-weight: 600; }

/* ============ confiança ============ */
.trust { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 22px; margin-top: 28px; }
.trust div strong { display: block; font-size: .94rem; font-weight: 700; margin-bottom: 4px; }
.trust div span { font-size: .86rem; color: var(--ink-muted); line-height: 1.45; }

/* ============ slots ============ */
.slot { border: 1.5px dashed var(--slot); background: var(--slot-soft); color: var(--slot); border-radius: 10px; padding: 15px 17px; font-size: .84rem; font-weight: 600; }
.slot b { display: block; font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 4px; }

/* ============ faq ============ */
.faq { margin-top: 32px; border-top: 1px solid var(--hairline); }
details { border-bottom: 1px solid var(--hairline); padding: 18px 0; }
summary { cursor: pointer; font-size: 1.01rem; font-weight: 700; letter-spacing: -.014em; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-weight: 800; color: var(--accent); font-size: 1.3rem; line-height: 1; flex: none; }
details[open] summary::after { content: "–"; }
details p { margin: 12px 0 0; color: var(--ink-muted); font-size: .94rem; max-width: 68ch; }

/* ============ cta final ============ */
.final { background: var(--band); color: var(--band-ink); padding: 86px 0; overflow: hidden; }
.final h2 { color: var(--band-ink); }
.final .lead { color: var(--band-muted); }
.final .eyebrow { color: var(--band-muted); }
.final .wing-motif path { stroke: #FFFFFF; }
.final-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; position: relative; z-index: 1; }
@media (max-width: 900px) { .final-grid { grid-template-columns: 1fr; gap: 32px; } }
.form-card { background: #FFFFFF; border-radius: 16px; padding: 28px; box-shadow: var(--shadow-lg); }
.form-card h3 { color: #1A1830; margin-bottom: 16px; }
.field { margin-bottom: 13px; }
.field label { display: block; font-size: .8rem; font-weight: 700; color: #575972; margin-bottom: 5px; }
.field input { width: 100%; padding: 11px 13px; border: 1.5px solid #E4E4F0; border-radius: 9px; font-family: inherit; font-size: .95rem; color: #1A1830; background: #FFFFFF; }
.field input:focus { border-color: #4F46E5; outline: none; }
.form-card .btn { width: 100%; text-align: center; margin-top: 6px; border: 0; font-family: inherit; cursor: pointer; }
.form-note { font-size: .78rem; color: #8688A3; margin: 12px 0 0; text-align: center; }

/* ============ rodapé ============ */
footer.site { background: var(--surface-2); border-top: 1px solid var(--hairline); padding: 50px 0 38px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 34px; margin-bottom: 34px; }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 26px; } }
.foot-grid h4 { font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-faint); margin: 0 0 12px; }
.foot-grid ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; font-size: .88rem; color: var(--ink-muted); }
.foot-grid a:hover { color: var(--accent-ink); }
.foot-bottom { border-top: 1px solid var(--hairline); padding-top: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 26px; font-size: .81rem; color: var(--ink-faint); }
.foot-bottom a { font-weight: 700; color: var(--ink-muted); }
.foot-bottom a:hover { color: var(--accent-ink); }


/* ============ páginas de texto (privacidade / termos) ============ */
.legal { padding: 62px 0 80px; }
.legal-head { max-width: 760px; margin-bottom: 40px; padding-bottom: 28px; border-bottom: 2px solid var(--ink); }
.legal-head h1 { font-size: clamp(2rem, 4.4vw, 2.9rem); margin-bottom: 12px; }
.legal-date { font-size: .84rem; color: var(--ink-faint); font-weight: 600; }
.legal-body { max-width: 760px; }
.legal-body h2 { font-size: 1.32rem; letter-spacing: -.022em; margin: 44px 0 12px; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body h3 { font-size: 1.02rem; margin: 26px 0 8px; }
.legal-body p, .legal-body li { font-size: .97rem; color: var(--ink-muted); line-height: 1.7; }
.legal-body strong { color: var(--ink); font-weight: 700; }
.legal-body ul, .legal-body ol { padding-left: 1.25em; margin: 0 0 16px; }
.legal-body li { margin-bottom: 8px; }
.legal-body a { color: var(--accent-ink); font-weight: 600; border-bottom: 1px solid color-mix(in srgb, var(--accent) 35%, transparent); }
.legal-body a:hover { border-bottom-color: var(--accent); }
.legal-toc { background: var(--surface-2); border: 1px solid var(--hairline); border-radius: 12px; padding: 20px 24px; margin-bottom: 40px; }
.legal-toc p { font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-faint); margin: 0 0 12px; }
.legal-toc ol { margin: 0; padding-left: 1.2em; columns: 2; column-gap: 30px; }
@media (max-width: 660px) { .legal-toc ol { columns: 1; } }
.legal-toc li { font-size: .9rem; margin-bottom: 7px; }
.legal-toc a { color: var(--ink-muted); border: 0; font-weight: 600; }
.legal-toc a:hover { color: var(--accent-ink); }
.destaque { background: var(--accent-soft); border-left: 3px solid var(--accent); border-radius: 0 10px 10px 0; padding: 18px 22px; margin: 0 0 20px; }
.destaque p { margin: 0; color: var(--ink); }
.destaque p + p { margin-top: 10px; }
