/* =========================================================
   Ouroboro V2 — marketing site (home + /paginas)
   Re-skins the real ouroboro.net pages in the V2 design language.
   Imports tokens.css for all variables.
   ========================================================= */
@import url('tokens.css');

body { background: var(--canvas); overflow-x: hidden; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.section { padding: var(--s-9) 0; }
section { position: relative; }

/* faint hairline grid, product feel */
.bg-grid::before {
  content: "";
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(120% 90% at 70% 0%, #000 0%, transparent 72%);
          mask-image: radial-gradient(120% 90% at 70% 0%, #000 0%, transparent 72%);
  opacity: 0.55; pointer-events: none;
}

.red { color: var(--red); }
.sec-rule { height: 1px; background: var(--border); }

/* =========================================================
   Nav
   ========================================================= */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--canvas) 80%, transparent);
  backdrop-filter: saturate(150%) blur(12px);
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav .inner { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { width: 28px; height: 28px; }
.brand .wm { font-weight: 600; font-size: 16px; letter-spacing: 0.14em; }
.brand:hover .wm { color: var(--red); transition: color var(--dur-base); }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a {
  font-size: 14px; color: var(--ink-2); font-weight: 450;
  padding: 8px 13px; border-radius: var(--r-sm);
  transition: background var(--dur-base), color var(--dur-base);
}
.nav-links a:hover { background: var(--surface-3); color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-back {
  font-family: var(--font-mono); font-size: 12px; color: var(--ink-3);
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  transition: color var(--dur-base);
}
.nav-back:hover { color: var(--red); }

/* =========================================================
   Hero (asymmetric split — text left, framed mark right)
   ========================================================= */
.hero { padding: 96px 0 104px; overflow: hidden; }
.hero .grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 72px; align-items: center; }
.hero .eyebrow { display: inline-flex; margin-bottom: 26px; }
.hero h1 {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(46px, 5.6vw, 78px); line-height: 1.0; letter-spacing: -0.045em;
  margin: 0 0 26px; max-width: 12ch;
}
.hero h1 .red { color: var(--red); }
.hero .lede { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; color: var(--ink-2); max-width: 46ch; margin: 0 0 36px; }
.hero .cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.link-arrow { display: inline-flex; align-items: center; gap: 7px; font-size: 15px; color: var(--ink); font-weight: 500;
  border-bottom: 1px solid var(--ink); padding-bottom: 3px; transition: color var(--dur-base), border-color var(--dur-base); }
.link-arrow:hover { color: var(--red); border-color: var(--red); }

/* framed mark panel */
.mark-frame {
  position: relative; background: var(--surface);
  border: 1px solid var(--border-strong); border-radius: var(--r-xl);
  box-shadow: var(--shadow-xl); padding: 18px; overflow: hidden;
}
.mark-frame .topbar { display: flex; align-items: center; gap: 14px; height: 40px; padding: 0 8px 0 4px;
  border-bottom: 1px solid var(--border); margin: -18px -18px 0; padding-left: 16px; }
.mark-frame .dots { display: flex; gap: 7px; }
.mark-frame .dots i { width: 10px; height: 10px; border-radius: 999px; background: var(--border-strong); display: block; }
.mark-frame .topbar .url { margin: 0 auto; font-family: var(--font-mono); font-size: 11px; color: var(--ink-3);
  display: inline-flex; align-items: center; gap: 7px; }
.mark-frame .topbar .url .lock { color: var(--success); }
.mark-frame .stage { position: relative; aspect-ratio: 1 / 0.86; display: flex; align-items: center; justify-content: center;
  background: var(--canvas); border-radius: var(--r-md); margin-top: 16px; overflow: hidden; }
.mark-frame .stage img { width: 58%; max-width: 320px; position: relative; z-index: 1; }
.mark-frame .stage .red-sq { position: absolute; top: 16px; right: 16px; width: 6px; height: 6px; background: var(--red); z-index: 2; }
.mark-frame .caption { display: flex; align-items: flex-start; gap: 10px; margin-top: 14px; padding: 2px 4px 2px;
  font-family: var(--font-mono); font-size: 11.5px; line-height: 1.5; color: var(--ink-3); }
.mark-frame .caption .sq { width: 6px; height: 6px; background: var(--red); flex: none; margin-top: 4px; }

/* hero dashboard (right column) — macOS Finder window chrome */
.dash { position: relative; background: var(--surface); border: 1px solid var(--border-strong);
  border-radius: 11px; box-shadow: var(--shadow-xl); overflow: hidden; }
.dash .bar { position: relative; display: flex; align-items: center; gap: 8px; height: 44px; padding: 0 16px;
  background: var(--surface-2); border-bottom: 1px solid var(--border); }
.dash .bar .dots { display: flex; gap: 8px; }
.dash .bar .dots i { width: 12px; height: 12px; border-radius: 999px; display: block; box-shadow: inset 0 0 0 0.5px rgba(0,0,0,0.12); }
.dash .bar .dots i:nth-child(1) { background: #FF5F57; }
.dash .bar .dots i:nth-child(2) { background: #FEBC2E; }
.dash .bar .dots i:nth-child(3) { background: #28C840; }
.dash .bar .title { position: absolute; left: 0; right: 0; text-align: center; pointer-events: none;
  font-family: var(--font-sans); font-size: 13px; font-weight: 550; color: var(--ink-2); letter-spacing: -0.005em;
  display: flex; align-items: center; justify-content: center; gap: 7px; }
.dash .bar .title svg { width: 13px; height: 13px; color: var(--ink-4); }
.dash-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--border); }
.dash-head .crumb { display: flex; align-items: baseline; gap: 8px; font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); }
.dash-head .crumb b { font-family: var(--font-sans); font-size: 15px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.dash-head .av { width: 28px; height: 28px; border-radius: 999px; background: var(--ink); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; }
.dash-body { padding: 18px; display: flex; flex-direction: column; gap: 14px; }
.dash-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dmetric { border: 1px solid var(--border); border-radius: var(--r-md); padding: 14px 15px; background: var(--surface); }
.dmetric .lbl { font-size: 11.5px; color: var(--ink-3); }
.dmetric .n { font-family: var(--font-display); font-weight: 600; font-size: 28px; letter-spacing: -0.03em; line-height: 1; margin-top: 7px; }
.dmetric .delta { font-family: var(--font-mono); font-size: 10.5px; margin-top: 9px; display: inline-flex; align-items: center; gap: 5px; color: var(--success); }
.dmetric .spark { margin-top: 11px; display: flex; align-items: flex-end; gap: 3px; height: 26px; }
.dmetric .spark i { flex: 1; background: var(--surface-3); border-radius: 2px 2px 0 0; display: block; }
.dmetric .spark i.on { background: var(--red); }
.dash-panel { border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; background: var(--surface); }
.dash-panel .ph { display: flex; align-items: center; justify-content: space-between; padding: 11px 14px; border-bottom: 1px solid var(--border); background: var(--surface-2); }
.dash-panel .ph .t { font-size: 12.5px; font-weight: 600; }
.dash-panel .ph .chip { font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-3); white-space: nowrap; }
.drow { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 11px; padding: 11px 14px; border-bottom: 1px solid var(--border); }
.drow:last-child { border-bottom: 0; }
.drow .ic { width: 26px; height: 26px; border-radius: var(--r-sm); background: var(--surface-3); display: flex; align-items: center; justify-content: center; }
.drow .ic svg { width: 14px; height: 14px; color: var(--ink-2); }
.drow .nm { font-size: 13px; font-weight: 550; color: var(--ink); }
.drow .nm small { display: block; font-weight: 400; font-size: 11px; color: var(--ink-3); font-family: var(--font-mono); }

/* browser frame with rotating real screenshots (/paginas hero) */
.shot-frame { position: relative; background: var(--surface); border: 1px solid var(--border-strong);
  border-radius: var(--r-xl); box-shadow: var(--shadow-xl); padding: 16px; overflow: hidden; }
.shot-frame .topbar { display: flex; align-items: center; gap: 14px; height: 40px; margin: -16px -16px 0;
  padding: 0 16px; border-bottom: 1px solid var(--border); }
.shot-frame .dots { display: flex; gap: 7px; }
.shot-frame .dots i { width: 10px; height: 10px; border-radius: 999px; background: var(--border-strong); display: block; }
.shot-frame .topbar .url { margin: 0 auto; font-family: var(--font-mono); font-size: 11px; color: var(--ink-3);
  display: inline-flex; align-items: center; gap: 7px; }
.shot-frame .topbar .url .lock { color: var(--success); }
.shot-frame .screen { position: relative; aspect-ratio: 16 / 10; margin-top: 16px; border-radius: var(--r-md);
  overflow: hidden; background: var(--canvas); border: 1px solid var(--border); }
.shot-frame .shot { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center;
  opacity: 0; transition: opacity 600ms var(--ease-std); }
.shot-frame .shot.contain { object-fit: contain; background: #0c0c0c; }
.shot-frame .shot.active { opacity: 1; }
.shot-frame .label { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; min-height: 16px;
  font-family: var(--font-mono); font-size: 11.5px; color: var(--ink-3); }
.shot-frame .caption-stack { position: relative; flex: 1; height: 16px; }
.shot-frame .cap { position: absolute; inset: 0; opacity: 0; transition: opacity 500ms var(--ease-std); display: flex; align-items: center; gap: 8px; }
.shot-frame .cap.active { opacity: 1; }
.shot-frame .cap .sq { width: 6px; height: 6px; background: var(--red); }

/* =========================================================
   Section header (left-anchored, eyebrow + heading)
   ========================================================= */
.sec-head { display: grid; grid-template-columns: 220px 1fr; gap: 48px; align-items: start; margin-bottom: 56px; }
.sec-head .eyebrow { padding-top: 8px; }
.sec-head h2 { max-width: 24ch; }
.sec-head.lead-statement h2 {
  font-size: clamp(28px, 3.4vw, 44px); font-weight: 600; letter-spacing: -0.03em; line-height: 1.12; max-width: 22ch;
}
.sec-head.lead-statement h2 .red { color: var(--red); }
.sec-head .head-sub { font-size: 16px; color: var(--ink-2); margin: 18px 0 0; max-width: 52ch; line-height: 1.6; }

/* =========================================================
   Manifesto cards (bento-ish)
   ========================================================= */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fcard {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm); padding: 28px 26px 30px;
  display: flex; flex-direction: column; gap: 12px;
  transition: box-shadow var(--dur-base), transform var(--dur-base);
}
.fcard:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.fcard .num { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em; color: var(--red); }
.fcard .num-rule { height: 1px; background: var(--border); margin: 2px 0 6px; }
.fcard h3 { font-size: 19px; }
.fcard p { font-size: 14.5px; color: var(--ink-2); margin: 0; line-height: 1.6; }

/* =========================================================
   How it works — steps
   ========================================================= */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { position: relative; }
.step .bar { height: 2px; background: var(--border); margin-bottom: 20px; position: relative; }
.step .bar::before { content: ""; position: absolute; left: 0; top: 0; height: 2px; width: 36px; background: var(--red); }
.step .k { font-family: var(--font-mono); font-size: 12px; color: var(--red); letter-spacing: 0.1em; display: block; margin-bottom: 12px; }
.step h3 { font-size: 20px; margin-bottom: 8px; }
.step p { font-size: 14.5px; color: var(--ink-2); margin: 0; line-height: 1.6; }

/* =========================================================
   Case study — split panel
   ========================================================= */
.case { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.case .lead-q { font-family: var(--font-display); font-weight: 600; font-size: clamp(26px, 3.2vw, 40px);
  letter-spacing: -0.03em; line-height: 1.14; margin: 0 0 28px; max-width: 18ch; }
.case blockquote { margin: 0 0 22px; font-size: 17px; line-height: 1.6; color: var(--ink-2);
  padding-left: 20px; border-left: 2px solid var(--red); max-width: 50ch; }
.case .who { font-family: var(--font-mono); font-size: 12.5px; color: var(--ink-3); letter-spacing: 0.02em; }

/* product panel mock (reuses V2 app surfaces) */
.panel { border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; background: var(--surface); box-shadow: var(--shadow-lg); }
.panel-head { display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; border-bottom: 1px solid var(--border); background: var(--surface-2); }
.panel-head .t { font-size: 13.5px; font-weight: 600; }
.prow { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 12px; padding: 13px 16px; border-bottom: 1px solid var(--border); font-size: 13px; }
.prow:last-child { border-bottom: 0; }
.prow .ic { width: 28px; height: 28px; border-radius: var(--r-sm); background: var(--surface-3); display: flex; align-items: center; justify-content: center; }
.prow .ic svg { width: 15px; height: 15px; color: var(--ink-2); }
.prow .nm { font-weight: 550; color: var(--ink); }
.prow .nm small { display: block; font-weight: 400; font-size: 11.5px; color: var(--ink-3); font-family: var(--font-mono); }
.panel-stat { display: flex; align-items: baseline; gap: 14px; padding: 18px 16px; background: var(--surface-2); border-top: 1px solid var(--border); }
.panel-stat .big { font-family: var(--font-display); font-weight: 600; font-size: 52px; line-height: 1; letter-spacing: -0.04em; color: var(--red); }
.panel-stat .lbl { font-size: 13px; color: var(--ink-2); max-width: 22ch; line-height: 1.4; }

/* =========================================================
   Investment band (dark)
   ========================================================= */
.band { background: var(--ink-panel); color: var(--fg-invert); border-radius: var(--r-2xl); padding: 72px 64px; position: relative; overflow: hidden; }
.band .eyebrow { color: rgba(244,240,231,0.5); display: inline-flex; margin-bottom: 22px; }
.band h2 { color: var(--fg-invert); font-size: clamp(28px, 3.6vw, 46px); letter-spacing: -0.03em; line-height: 1.12; max-width: 18ch; margin: 0 0 22px; }
.band h2 .red { color: #FF6B7E; }
.band p { color: rgba(244,240,231,0.62); font-size: 17px; line-height: 1.6; max-width: 54ch; margin: 0 0 34px; }
.band .mark-bg { position: absolute; right: -70px; bottom: -110px; width: 360px; opacity: 0.07; pointer-events: none; }
.btn.on-ink { background: var(--surface); color: var(--ink); }
.btn.on-ink:hover { background: var(--surface-2); }

/* =========================================================
   Contact
   ========================================================= */
.contact-card { background: var(--surface); border: 1px solid var(--border-strong); border-radius: var(--r-2xl);
  box-shadow: var(--shadow-md); padding: 56px; display: grid; grid-template-columns: 0.85fr 1fr; gap: 64px; }
.contact-card .lhs h2 { font-size: clamp(26px, 3vw, 40px); letter-spacing: -0.03em; line-height: 1.12; margin: 0 0 20px; max-width: 14ch; }
.contact-card .lhs h2 .red { color: var(--red); }
.contact-card .lhs p { font-size: 15px; color: var(--ink-2); line-height: 1.6; margin: 0 0 28px; max-width: 40ch; }
.contact-card .meta { font-family: var(--font-mono); font-size: 12.5px; color: var(--ink-3); display: flex; align-items: center; gap: 8px; }
.contact-card .meta .sq { width: 6px; height: 6px; background: var(--red); }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.field label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); }
.field input, .field textarea {
  font-family: var(--font-sans); font-size: 15px; color: var(--ink);
  background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--r-sm);
  padding: 12px 14px; transition: border-color var(--dur-base), box-shadow var(--dur-base);
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--red); box-shadow: var(--shadow-focus); }
.field textarea { resize: vertical; min-height: 92px; }
.contact-form .btn { width: 100%; }
.wsp-note { font-size: 13px; color: var(--ink-3); margin: 16px 0 0; line-height: 1.5; }
.wsp-note b { color: var(--ink); font-weight: 600; }

/* =========================================================
   /paginas — includes, pricing tiers, FAQ, quote
   ========================================================= */
.includes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.includes .fcard p { max-width: 32ch; }

.price-tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.tier { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); box-shadow: var(--shadow-sm);
  padding: 40px 36px; display: flex; flex-direction: column; position: relative; }
.tier.featured { border-color: var(--ink); box-shadow: var(--shadow-lg); }
.tier .tier-badge { position: absolute; top: 18px; right: 18px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase; white-space: nowrap; background: var(--red); color: #fff; padding: 4px 10px; border-radius: var(--r-pill); }
.tier .tier-eyebrow { font-family: var(--font-mono); font-size: 11px; color: var(--ink-4); letter-spacing: 0.06em; margin-bottom: 10px; }
.tier .tier-name { font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); margin-bottom: 22px; }
.tier .tier-amount { font-family: var(--font-display); font-weight: 600; font-size: 48px; letter-spacing: -0.03em; line-height: 1; margin-bottom: 6px; }
.tier .tier-amount span { font-size: 22px; font-weight: 400; color: var(--ink-3); letter-spacing: 0; }
.tier .tier-sub { font-size: 13px; color: var(--ink-3); margin-bottom: 8px; line-height: 1.5; }
.tier .tier-note { font-size: 12px; color: var(--ink-4); margin-bottom: 26px; }
.tier ul { list-style: none; padding: 0; margin: 0 0 32px; display: flex; flex-direction: column; gap: 12px; }
.tier ul li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--ink-2); line-height: 1.45; }
.tier ul li .ck { color: var(--success); flex: none; margin-top: 1px; }
.tier .btn { width: 100%; margin-top: auto; }

.faq-prep { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); box-shadow: var(--shadow-sm);
  padding: 36px 40px; margin-bottom: 40px; display: grid; grid-template-columns: 240px 1fr; gap: 48px; align-items: start; }
.faq-prep .lhs .eyebrow { display: block; margin-bottom: 12px; }
.faq-prep .lhs h3 { font-size: 22px; letter-spacing: -0.01em; line-height: 1.2; margin: 0; max-width: 14ch; }
.faq-prep ul { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 11px; }
.faq-prep ul li { font-size: 15px; line-height: 1.55; color: var(--ink); padding-left: 18px; position: relative; }
.faq-prep ul li::before { content: "—"; position: absolute; left: 0; color: var(--red); }
.faq-prep .foot { font-size: 13px; color: var(--ink-3); padding-top: 14px; border-top: 1px solid var(--border); }

.faq { border-top: 1px solid var(--border); }
.faq-item { display: grid; grid-template-columns: 56px 1fr 1.4fr; gap: 32px; padding: 30px 0; border-bottom: 1px solid var(--border); }
.faq-item .num { font-family: var(--font-mono); font-size: 12px; color: var(--ink-4); letter-spacing: 0.06em; padding-top: 4px; }
.faq-item .q { font-weight: 600; font-size: 18px; letter-spacing: -0.01em; color: var(--ink); line-height: 1.3; max-width: 28ch; }
.faq-item .a { font-size: 15px; line-height: 1.6; color: var(--ink-2); max-width: 56ch; }
.faq-item .a strong { color: var(--ink); font-weight: 600; }

.quote-block { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); box-shadow: var(--shadow-sm);
  padding: 52px 56px; display: grid; grid-template-columns: 1fr 220px; gap: 48px; align-items: center; }
.quote-block blockquote { font-size: clamp(22px, 2.6vw, 30px); font-weight: 500; line-height: 1.3; letter-spacing: -0.02em; color: var(--ink); margin: 0 0 20px; }
.quote-block .who { font-family: var(--font-mono); font-size: 12.5px; color: var(--ink-3); display: flex; align-items: center; gap: 10px; }
.quote-block .who::before { content: ""; width: 6px; height: 6px; background: var(--red); flex: none; }
.quote-stat { text-align: right; }
.quote-stat .n { font-family: var(--font-display); font-weight: 600; font-size: 72px; letter-spacing: -0.04em; line-height: 0.9; color: var(--red); }
.quote-stat .lbl { font-size: 13px; color: var(--ink-3); margin-top: 8px; }

/* =========================================================
   CTA final
   ========================================================= */
.cta-final { text-align: center; }
.cta-final .box { background: var(--paper); border: 1px solid var(--border-strong); border-radius: var(--r-2xl); padding: 84px 40px; position: relative; overflow: hidden; }
.cta-final h2 { font-size: clamp(32px, 4.4vw, 56px); letter-spacing: -0.035em; line-height: 1.0; margin: 0 auto 22px; max-width: 16ch; }
.cta-final h2 .red { color: var(--red); }
.cta-final p { font-size: 17px; color: var(--ink-2); max-width: 46ch; margin: 0 auto 34px; line-height: 1.55; }
.cta-final .mark-bg { position: absolute; right: -60px; bottom: -90px; width: 300px; opacity: 0.06; pointer-events: none; }

/* =========================================================
   Footer
   ========================================================= */
.footer { border-top: 1px solid var(--border); padding: 64px 0 36px; }
.footer .top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer .blurb { max-width: 30ch; font-size: 14px; color: var(--ink-3); margin: 16px 0 0; line-height: 1.6; }
.footer h4 { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-4); margin: 0 0 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.footer a { font-size: 14px; color: var(--ink-2); }
.footer a:hover { color: var(--red); }
.footer .colophon { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid var(--border); font-size: 12.5px; color: var(--ink-3); }
.footer .colophon .mono { font-family: var(--font-mono); }

/* =========================================================
   Reveal on load
   ========================================================= */
.reveal { opacity: 0; transform: translateY(10px); animation: rise var(--dur-slow) var(--ease-out) forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; animation: none; } }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 940px) {
  .nav-links { display: none; }
  .hero .grid { grid-template-columns: 1fr; gap: 48px; }
  .hero { padding: 64px 0 72px; }
  .sec-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 40px; }
  .cards-3, .includes, .steps { grid-template-columns: 1fr; }
  .case { grid-template-columns: 1fr; gap: 36px; }
  .band { padding: 48px 32px; }
  .contact-card { grid-template-columns: 1fr; gap: 40px; padding: 36px 28px; }
  .price-tiers { grid-template-columns: 1fr; }
  .quote-block { grid-template-columns: 1fr; gap: 28px; text-align: left; }
  .quote-stat { text-align: left; }
  .faq-item { grid-template-columns: 1fr; gap: 8px; }
  .faq-item .num { padding-top: 0; }
  .faq-prep { grid-template-columns: 1fr; gap: 20px; padding: 28px 24px; }
  .footer .top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 20px; }
  .footer .top { grid-template-columns: 1fr; }
}
