/* =====================================================================
   VELARE — Design System v3 · "Warm Precision"
   Claro por padrão · âncoras escuras (ink) · acento índigo · Inter
   ===================================================================== */

:root {
  /* Superfícies (claro) */
  --paper:   #FAFAF7;
  --cloud:   #F2F2EE;
  --white:   #FFFFFF;
  --ink:     #0E1016;
  --ink-2:   #14161F;
  --ink-3:   #1B1E2A;

  /* Marca */
  --indigo:        #3B45E0;
  --indigo-bright: #5965FF;
  --indigo-2:      #7A82FF;
  --indigo-deep:   #232A9E;
  --indigo-tint:   #EDEEFE;

  /* Texto (claro) */
  --text:   #14161E;
  --text-2: #565A66;
  --text-3: #8A8C97;

  /* Linhas */
  --line:   #E6E6E1;
  --line-2: #D8D8D2;
  --line-3: #C7C7C0;

  /* Semânticos */
  --danger: #E0654F;
  --ok:     #1FA971;

  /* Aliases p/ compatibilidade com HTML existente */
  --gold:    var(--indigo);
  --azure:   var(--indigo-bright);
  --navy:    var(--ink);
  --bg:      var(--paper);
  --bg-2:    var(--cloud);
  --surface: var(--white);
  --surface-2: var(--white);

  /* Tipografia */
  --sans: 'Inter', system-ui, -apple-system, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;

  --maxw: 1200px;
  --r: 16px; --r-sm: 10px; --r-lg: 22px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-2: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans); background: var(--paper); color: var(--text);
  line-height: 1.6; font-size: 17px; font-weight: 400;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
::selection { background: rgba(59,69,224,0.18); }

/* ---------- Type ---------- */
h1, h2, h3, h4 { font-family: var(--sans); font-weight: 600; line-height: 1.04; letter-spacing: -0.03em; color: var(--text); }
h1 { font-size: clamp(2.6rem, 5.4vw, 4.4rem); font-weight: 700; }
h2 { font-size: clamp(2rem, 3.9vw, 3rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.45rem); }
p { color: var(--text-2); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 0.74rem; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--indigo);
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: currentColor; opacity: 0.55; }
.eyebrow.no-line::before { display: none; }
.lead { font-size: clamp(1.1rem, 1.5vw, 1.28rem); color: var(--text-2); line-height: 1.55; max-width: 62ch; }
.muted { color: var(--text-3); }
.mono { font-family: var(--mono); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.section { padding: clamp(80px, 10vw, 150px) 0; position: relative; }
.section-head { max-width: 760px; }
.section-head.center { margin: 0 auto; text-align: center; }
.section-head h2 { margin: 18px 0 0; }
.section-head .lead { margin-top: 22px; }
.section-head.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- DARK ANCHORS — re-scope vars for light-on-ink ---------- */
.hero, .cta, .footer, .qband, .dash, .flowpanel {
  --text: #F4F5FA; --text-2: #B7BCCC; --text-3: #828799;
  --line: rgba(255,255,255,0.12); --line-2: rgba(255,255,255,0.20); --line-3: rgba(255,255,255,0.28);
  --surface: #1A1D2A; --bg-2: #14161F;
  --gold: var(--indigo-2); --azure: var(--indigo-2);
  color: #F4F5FA;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px; padding: 14px 22px;
  border-radius: var(--r-sm); font-weight: 600; font-size: 0.96rem; letter-spacing: -0.01em;
  transition: transform 0.35s var(--ease), background 0.3s, box-shadow 0.3s, color 0.3s; white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; transition: transform 0.35s var(--ease); }
.btn:hover svg.arr { transform: translateX(3px); }
.btn-primary, .btn-gold { background: var(--indigo); color: #fff; box-shadow: 0 14px 30px -14px rgba(59,69,224,0.6); }
.btn-primary:hover, .btn-gold:hover { background: var(--indigo-deep); transform: translateY(-2px); }
.btn-ghost { color: var(--text); box-shadow: inset 0 0 0 1px var(--line-2); }
.btn-ghost:hover { box-shadow: inset 0 0 0 1px var(--line-3); transform: translateY(-2px); }
.btn-whats { background: #1FAE54; color: #fff; box-shadow: 0 14px 30px -14px rgba(31,174,84,0.55); }
.btn-whats:hover { background: #1aa14c; transform: translateY(-2px); }
.btn-lg { padding: 17px 30px; font-size: 1.02rem; }
.textlink { display: inline-flex; align-items: center; gap: 7px; color: var(--indigo); font-weight: 600; font-size: 0.96rem; transition: gap 0.3s var(--ease); }
.textlink svg { width: 15px; height: 15px; transition: transform 0.3s var(--ease); }
.textlink:hover svg { transform: translateX(3px); }

/* ---------- Scroll progress ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; height: 2px; width: 0; z-index: 200; background: linear-gradient(90deg, var(--indigo), var(--indigo-bright)); transition: width 0.1s linear; }

/* ---------- Header ---------- */
.header { position: fixed; top: 0; left: 0; width: 100%; z-index: 150; padding: 18px 0; transition: padding 0.4s var(--ease), background 0.4s, border-color 0.4s; border-bottom: 1px solid transparent; }
.header.scrolled { padding: 11px 0; background: rgba(250,250,247,0.82); backdrop-filter: blur(16px) saturate(140%); border-bottom-color: var(--line); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; color: #fff; transition: color 0.4s; }
.header.scrolled .brand { color: var(--text); }
.brand__mark { width: 30px; height: 30px; }
.brand__name { font-weight: 700; font-size: 1.25rem; letter-spacing: -0.02em; }
.nav { display: flex; align-items: center; gap: 6px; }
.nav a { font-size: 0.92rem; font-weight: 500; color: rgba(255,255,255,0.82); padding: 8px 14px; border-radius: 8px; transition: color 0.25s, background 0.25s; }
.nav a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.header.scrolled .nav a { color: var(--text-2); }
.header.scrolled .nav a:hover { color: var(--text); background: rgba(20,22,30,0.05); }
.header__cta { display: flex; align-items: center; gap: 12px; }
.header:not(.scrolled) .btn-ghost { color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.28); }
.nav-toggle { display: none; width: 42px; height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border-radius: 8px; }
.nav-toggle span { width: 22px; height: 1.5px; background: #fff; transition: 0.3s; }
.header.scrolled .nav-toggle span { background: var(--text); }

/* ---------- Hero (ink anchor) ---------- */
.hero { background: var(--ink); padding: 188px 0 100px; position: relative; overflow: hidden; }
.hero__orb { position: absolute; border-radius: 50%; filter: blur(120px); z-index: 0; will-change: transform; }
.hero__orb--1 { width: 540px; height: 540px; background: rgba(59,69,224,0.30); top: -120px; right: -100px; }
.hero__orb--2 { width: 460px; height: 460px; background: rgba(89,101,255,0.16); bottom: -180px; left: -120px; }
.hero__inner { position: relative; z-index: 2; }
.hero__grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 60px; align-items: center; }
.hero__badge { display: inline-flex; align-items: center; gap: 10px; padding: 7px 14px 7px 12px; border-radius: 100px; box-shadow: inset 0 0 0 1px var(--line-2); background: rgba(255,255,255,0.03); font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.04em; color: #C9CEDE; margin-bottom: 30px; }
.hero__badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 3px rgba(31,169,113,0.22); }
.hero h1 { color: #fff; margin-bottom: 26px; }
.hero h1 .grad { background: linear-gradient(100deg, #fff 10%, var(--indigo-2) 60%, var(--indigo-bright) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero .lead { margin-bottom: 36px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 48px; padding-top: 30px; border-top: 1px solid var(--line); }
.hero__meta-item .n { font-family: var(--mono); font-size: 1.5rem; font-weight: 600; color: #fff; letter-spacing: -0.02em; }
.hero__meta-item .l { font-size: 0.84rem; color: var(--text-3); margin-top: 2px; }
.hero__visual .flowpanel { border-radius: var(--r-lg); padding: 22px; background: linear-gradient(180deg, #161925, #11131C); box-shadow: inset 0 0 0 1px var(--line-2), 0 40px 80px -40px rgba(0,0,0,0.7); }
.flowpanel__bar { display: flex; align-items: center; gap: 7px; margin-bottom: 16px; }
.flowpanel__bar i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.18); }
.flowpanel__bar span { margin-left: 8px; font-family: var(--mono); font-size: 0.7rem; color: var(--text-3); letter-spacing: 0.06em; }
.flowpanel svg { width: 100%; height: auto; }
.flow-pulse { stroke-dasharray: 6 10; animation: dash 1.6s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -32; } }

/* ---------- Trust ---------- */
.trust { padding: 28px 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.trust__inner { display: flex; align-items: center; gap: 16px 40px; flex-wrap: wrap; justify-content: center; }
.trust__label { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-3); }
.trust__item { display: inline-flex; align-items: center; gap: 9px; font-size: 0.96rem; color: var(--text); font-weight: 500; }
.trust__item svg { width: 17px; height: 17px; color: var(--indigo); }

/* ---------- Antes/Depois ---------- */
.shift { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.shift__toggle { display: inline-flex; padding: 4px; border-radius: 100px; box-shadow: inset 0 0 0 1px var(--line-2); margin-bottom: 26px; gap: 4px; }
.shift__toggle button { padding: 9px 20px; border-radius: 100px; font-family: var(--mono); font-size: 0.78rem; color: var(--text-3); transition: color 0.3s, background 0.4s var(--ease); }
.shift__toggle button.active { color: #fff; background: var(--indigo); }
.shift__toggle button:first-child.active { background: var(--danger); }
.shift__stage { position: relative; min-height: 392px; }
.shift__panel { position: absolute; inset: 0; opacity: 0; transform: translateY(14px) scale(0.99); transition: opacity 0.5s var(--ease), transform 0.6s var(--ease); pointer-events: none; }
.shift__panel.show { opacity: 1; transform: none; pointer-events: auto; }
.flowcard { border-radius: var(--r-lg); padding: 26px; background: var(--white); box-shadow: inset 0 0 0 1px var(--line), 0 18px 40px -26px rgba(14,16,22,0.22); }
.flowcard__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.flowcard__tag { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; }
.flow-step { display: flex; align-items: center; gap: 14px; padding: 13px 16px; border-radius: 12px; box-shadow: inset 0 0 0 1px var(--line); margin-bottom: 10px; background: var(--cloud); }
.flow-step__ic { width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.flow-step__ic svg { width: 16px; height: 16px; }
.flow-step__t { font-size: 0.95rem; font-weight: 500; color: var(--text); }
.flow-step__s { font-size: 0.8rem; color: var(--text-3); }
.flow-step__badge { margin-left: auto; font-family: var(--mono); font-size: 0.68rem; padding: 4px 9px; border-radius: 6px; }
.is-bad .flow-step__ic { background: rgba(224,101,79,0.12); color: var(--danger); }
.is-bad .flow-step__badge { background: rgba(224,101,79,0.12); color: var(--danger); }
.is-good .flow-step__ic { background: rgba(59,69,224,0.10); color: var(--indigo); }
.is-good .flow-step__badge { background: rgba(31,169,113,0.12); color: var(--ok); }
.shift__result { margin-top: 16px; display: flex; gap: 26px; padding-top: 16px; border-top: 1px solid var(--line); }
.shift__result .n { font-family: var(--mono); font-size: 1.3rem; font-weight: 600; }
.shift__result .l { font-size: 0.78rem; color: var(--text-3); }

/* ---------- Statement / Pillars ---------- */
.statement h2 { max-width: 18ch; }
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-radius: var(--r); overflow: hidden; box-shadow: inset 0 0 0 1px var(--line); }
.pillar { background: var(--white); padding: 30px 26px 34px; transition: background 0.4s; }
.pillar:hover { background: var(--cloud); }
.pillar .ix { font-family: var(--mono); font-size: 0.72rem; color: var(--indigo); letter-spacing: 0.06em; }
.pillar h3 { margin: 16px 0 9px; font-size: 1.18rem; }
.pillar p { font-size: 0.92rem; color: var(--text-2); }

/* ---------- Methodology ---------- */
.method { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; }
.method__rail { position: sticky; top: 120px; align-self: start; }
.method__steps { position: relative; }
.method__line { position: absolute; left: 19px; top: 14px; bottom: 14px; width: 2px; background: var(--line-2); }
.method__line span { position: absolute; left: 0; top: 0; width: 100%; height: 0; background: linear-gradient(var(--indigo), var(--indigo-bright)); transition: height 0.2s linear; }
.mstep { position: relative; padding: 0 0 38px 60px; }
.mstep:last-child { padding-bottom: 0; }
.mstep__dot { position: absolute; left: 9px; top: 2px; width: 22px; height: 22px; border-radius: 50%; background: var(--paper); box-shadow: inset 0 0 0 1.5px var(--line-3); display: flex; align-items: center; justify-content: center; font-family: var(--mono); font-size: 0.66rem; color: var(--text-3); transition: 0.4s; z-index: 2; }
.mstep.on .mstep__dot { background: var(--indigo); color: #fff; box-shadow: 0 0 0 5px rgba(59,69,224,0.12); }
.mstep h3 { margin-bottom: 8px; }
.mstep p { font-size: 0.96rem; }
.mstep__meta { margin-top: 12px; display: inline-flex; gap: 8px; font-family: var(--mono); font-size: 0.72rem; color: var(--text-3); }

/* ---------- Bento ---------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.cell { position: relative; border-radius: var(--r); padding: 28px; background: var(--white); box-shadow: inset 0 0 0 1px var(--line), 0 14px 36px -28px rgba(14,16,22,0.2); overflow: hidden; transition: box-shadow 0.4s, transform 0.4s var(--ease); }
.cell::before { content: ""; position: absolute; inset: 0; border-radius: inherit; opacity: 0; transition: opacity 0.4s; background: radial-gradient(420px circle at var(--mx,50%) var(--my,50%), rgba(59,69,224,0.08), transparent 42%); pointer-events: none; }
.cell:hover { box-shadow: inset 0 0 0 1px var(--indigo), 0 24px 50px -28px rgba(14,16,22,0.28); transform: translateY(-3px); }
.cell:hover::before { opacity: 1; }
.cell--lg, .cell--md { grid-column: span 3; }
.cell--sm { grid-column: span 2; }
.cell__ic { width: 42px; height: 42px; border-radius: 11px; display: flex; align-items: center; justify-content: center; background: var(--indigo-tint); color: var(--indigo); margin-bottom: 20px; }
.cell__ic svg { width: 21px; height: 21px; stroke-width: 1.6; }
.cell h3 { font-size: 1.16rem; margin-bottom: 9px; }
.cell p { font-size: 0.92rem; color: var(--text-2); }
.cell .tagrow { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 7px; }
.tag { font-family: var(--mono); font-size: 0.68rem; color: var(--indigo); background: var(--indigo-tint); padding: 4px 10px; border-radius: 6px; }

/* ---------- Proof / dashboard ---------- */
.proof { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; }
.metric { padding: 22px; border-radius: var(--r); background: var(--white); box-shadow: inset 0 0 0 1px var(--line); }
.metric .n { font-family: var(--mono); font-size: 2rem; font-weight: 600; color: var(--text); letter-spacing: -0.02em; }
.metric .n b { color: var(--indigo); font-weight: 600; }
.metric .l { font-size: 0.86rem; color: var(--text-3); margin-top: 4px; }
.dash { background: var(--ink-2); border-radius: var(--r-lg); padding: 24px; box-shadow: 0 40px 80px -44px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.06); }
.dash__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.dash__top .t { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.1em; color: var(--text-3); text-transform: uppercase; }
.dash__live { display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 0.7rem; color: var(--ok); }
.dash__live .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ok); }
.dash__kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 22px; }
.kpi { padding: 14px; border-radius: 12px; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08); }
.kpi .v { font-family: var(--mono); font-size: 1.25rem; font-weight: 600; }
.kpi .k { font-size: 0.72rem; color: var(--text-3); margin-top: 2px; }
.dash__chart { display: flex; align-items: flex-end; gap: 9px; height: 120px; padding-top: 8px; }
.bar { flex: 1; border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg, var(--indigo-bright), rgba(89,101,255,0.22)); transform-origin: bottom; animation: grow 1s var(--ease) both; }
.bar.gold { background: linear-gradient(180deg, var(--indigo-2), rgba(122,130,255,0.25)); }
@keyframes grow { from { transform: scaleY(0); } }

/* ---------- Quote band (ink anchor) ---------- */
.qband { background: var(--ink); border-radius: var(--r-lg); padding: clamp(36px, 5vw, 64px); position: relative; }
.qband p { font-size: clamp(1.4rem, 2.6vw, 2.1rem); line-height: 1.32; color: #fff; letter-spacing: -0.02em; font-weight: 500; }
.qband .who { margin-top: 24px; display: flex; align-items: center; gap: 13px; }
.qband .av { width: 44px; height: 44px; border-radius: 50%; background: var(--indigo); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--mono); font-weight: 600; }
.qband .who b { font-weight: 600; font-size: 0.95rem; color: #fff; }
.qband .who span { font-size: 0.84rem; color: var(--text-3); }

/* ---------- CTA (ink anchor) ---------- */
.cta { background: var(--ink); border-radius: var(--r-lg); padding: clamp(48px, 7vw, 96px); text-align: center; overflow: hidden; position: relative; }
.cta__orb { position: absolute; width: 600px; height: 360px; border-radius: 50%; filter: blur(120px); background: rgba(59,69,224,0.32); top: -160px; left: 50%; transform: translateX(-50%); }
.cta > * { position: relative; z-index: 2; }
.cta h2 { color: #fff; margin-bottom: 18px; }
.cta .lead { margin: 0 auto 36px; }
.cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer (ink anchor) ---------- */
.footer { background: var(--ink); padding: 70px 0 34px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 50px; }
.footer .brand { color: #fff; }
.footer__brand p { font-size: 0.94rem; color: var(--text-3); margin-top: 16px; max-width: 34ch; }
.footer h4 { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-3); margin-bottom: 16px; font-weight: 500; }
.footer ul { display: flex; flex-direction: column; gap: 11px; }
.footer ul a { font-size: 0.94rem; color: var(--text-2); transition: color 0.25s; }
.footer ul a:hover { color: var(--indigo-2); }
.footer__bottom { border-top: 1px solid var(--line); padding-top: 26px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-family: var(--mono); font-size: 0.78rem; color: var(--text-3); letter-spacing: 0.04em; }

/* ---------- WhatsApp float ---------- */
.whats-float { position: fixed; bottom: 24px; right: 24px; z-index: 120; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 34px -8px rgba(37,211,102,0.5); transition: transform 0.3s var(--ease); }
.whats-float:hover { transform: scale(1.07); }
.whats-float svg { width: 29px; height: 29px; fill: #fff; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.8s var(--ease-2), transform 0.8s var(--ease-2); }
.reveal.in { opacity: 1; transform: none; }
[data-stagger] > * { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease-2), transform 0.7s var(--ease-2); }
[data-stagger].in > * { opacity: 1; transform: none; }
[data-stagger].in > *:nth-child(2) { transition-delay: 0.07s; }
[data-stagger].in > *:nth-child(3) { transition-delay: 0.14s; }
[data-stagger].in > *:nth-child(4) { transition-delay: 0.21s; }
[data-stagger].in > *:nth-child(5) { transition-delay: 0.28s; }
[data-stagger].in > *:nth-child(6) { transition-delay: 0.35s; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  html { scroll-behavior: auto; } .reveal, [data-stagger] > * { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .hero__grid, .shift, .method, .proof { grid-template-columns: 1fr; gap: 44px; }
  .hero__visual { order: -1; }
  .method__rail { position: static; }
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .cell--lg, .cell--md, .cell--sm { grid-column: span 2; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .nav, .header__cta .btn-ghost { display: none; }
  .nav-toggle { display: flex; }
  .nav.open { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; background: rgba(250,250,247,0.97); backdrop-filter: blur(16px); padding: 16px; gap: 4px; border-bottom: 1px solid var(--line); }
  .nav.open a { color: var(--text-2); padding: 13px 16px; }
  .hero { padding: 150px 0 80px; }
  .pillars, .bento, .metrics, .dash__kpis { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer__bottom { flex-direction: column; }
  .shift__result { flex-wrap: wrap; gap: 16px; }
}
