/* ============================================================
   SUIVO — site v2 components
   Console feed, frames (UI mocks), chips, rows, pricing,
   scrollytelling, accordion, contact form
   ============================================================ */

/* ---------- live activity feed (hero) ---------- */
.console {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--card);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}
[data-theme="light"] .console { box-shadow: 0 30px 60px rgba(16,18,22,0.10); }
.console-hdr {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line-soft);
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-3);
}
.console-hdr .live {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--st-active);
}
.console-hdr .live::before { content: ''; width: 6px; height: 6px; border-radius: 999px; background: currentColor; animation: pulse 2s ease-in-out infinite; }
.console-body { padding: 10px 8px 14px; min-height: 320px; display: flex; flex-direction: column; gap: 2px; }
.cl {
  display: flex; gap: 13px; align-items: center;
  padding: 9px 13px;
  border-radius: 12px;
  font-size: 13px; line-height: 1.45; letter-spacing: -0.005em;
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.6s ease, transform 0.6s ease, background 0.3s ease;
}
.cl.on { opacity: 1; transform: none; }
.cl:hover { background: var(--line-soft); }
.cl .ci {
  width: 28px; height: 28px; border-radius: 999px; flex: 0 0 auto;
  border: 1px solid var(--line);
  background: var(--card-raised);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-2);
}
.cl.eva .ci {
  background: linear-gradient(var(--card), var(--card)) padding-box, var(--eva-grad) border-box;
  border: 1px solid transparent;
  color: var(--eva);
}
.cl.ok .ci { color: var(--st-active); }
.cl .v { color: var(--ink); font-weight: 400; flex: 1; min-width: 0; }
.cl .t { color: var(--ink-3); font-size: 11px; flex: 0 0 auto; font-variant-numeric: tabular-nums; }
.cl .cursor {
  display: inline-block; width: 1.5px; height: 14px;
  background: var(--ink-2);
  vertical-align: -2px;
  margin-left: 1px;
  animation: blink 1s steps(1) infinite;
}
@keyframes blink { 50% { opacity: 0; } }

/* ---------- UI frames (product mocks) ---------- */
.frame {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.19,1,0.22,1), border-color 0.4s ease, box-shadow 0.6s ease;
}
.frame:hover { transform: translateY(-4px); border-color: var(--line-strong); box-shadow: 0 20px 50px rgba(0,0,0,0.28); }
[data-theme="light"] .frame:hover { box-shadow: 0 20px 44px rgba(16,18,22,0.10); }
.frame-hdr {
  display: flex; align-items: center; gap: 9px;
  padding: 12px 15px;
  border-bottom: 1px solid var(--line-soft);
  font-family: var(--font); font-weight: 600;
  font-size: 10.5px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-3);
}
.frame-hdr .sp { margin-left: auto; }

/* chips */
.chip {
  display: inline-flex; align-items: center; gap: 5px;
  border-radius: 999px;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.01em;
  padding: 2.5px 9px;
  border: 1px solid transparent;
  white-space: nowrap;
}
.chip-new    { color: var(--st-new);    background: color-mix(in srgb, var(--st-new) 12%, transparent);    border-color: color-mix(in srgb, var(--st-new) 30%, transparent); }
.chip-active { color: var(--st-active); background: color-mix(in srgb, var(--st-active) 12%, transparent); border-color: color-mix(in srgb, var(--st-active) 30%, transparent); }
.chip-stale  { color: var(--st-stale);  background: color-mix(in srgb, var(--st-stale) 12%, transparent);  border-color: color-mix(in srgb, var(--st-stale) 30%, transparent); }
.chip-atrisk { color: var(--st-atrisk); background: color-mix(in srgb, var(--st-atrisk) 12%, transparent); border-color: color-mix(in srgb, var(--st-atrisk) 30%, transparent); }
.chip-neutral{ color: var(--ink-2); background: var(--line-soft); border-color: var(--line); }

.eva-pill {
  display: inline-flex; align-items: center; gap: 6px;
  border-radius: 999px;
  font-size: 11.5px; font-weight: 500;
  padding: 4px 11px;
  color: var(--ink);
  background:
    linear-gradient(var(--card), var(--card)) padding-box,
    var(--eva-grad) border-box;
  border: 1px solid transparent;
}
.eva-pill svg, .eva-pill [data-icon] { color: var(--eva); }

.avatar {
  border-radius: 999px;
  background: var(--card-raised);
  border: 1px solid var(--line);
  color: var(--ink-2);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 12px;
  width: 34px; height: 34px;
  flex: 0 0 auto;
}

/* rows inside frames */
.lead-row {
  display: flex; align-items: center; gap: 11px;
  padding: 11px 15px;
  border-bottom: 1px solid var(--line-soft);
  transition: background 0.2s ease;
}
.lead-row:last-child { border-bottom: none; }
.lead-row:hover { background: var(--line-soft); }
.lead-row .lr-name { font-size: 13.5px; font-weight: 500; letter-spacing: -0.01em; }
.lead-row .lr-sum { font-size: 12px; color: var(--ink-3); font-weight: 300; margin-top: 1px; }

.task-mini {
  border: 1px solid var(--line);
  border-left: 2px solid var(--ink-3);
  border-radius: 9px;
  padding: 10px 12px;
  background: var(--card-raised);
}
.task-mini .tm-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; }
.task-mini .tm-label { font-family: var(--font); font-weight: 600; font-size: 9.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-2); display: inline-flex; gap: 5px; align-items: center; }
.task-mini .tm-when { font-size: 11px; color: var(--ink-3); }
.task-mini .tm-body { font-size: 13px; font-weight: 300; color: var(--ink); line-height: 1.45; }

.stat-cell { padding: 16px; }
.stat-cell .n { font-size: 26px; font-weight: 600; letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.stat-cell .n small { font-size: 13px; font-weight: 300; color: var(--ink-2); }
.stat-cell .l { font-family: var(--font); font-weight: 600; font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); margin-top: 5px; }

/* timeline rows */
.tlr { display: flex; gap: 12px; padding: 10px 15px; border-bottom: 1px solid var(--line-soft); align-items: flex-start; }
.tlr:last-child { border-bottom: none; }
.tlr .ico {
  width: 24px; height: 24px; border-radius: 999px; flex: 0 0 auto;
  border: 1px solid var(--line);
  background: var(--card-raised);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-2);
  margin-top: 1px;
}
.tlr .ico-eva {
  background: linear-gradient(var(--card), var(--card)) padding-box, var(--eva-grad) border-box;
  border: 1px solid transparent;
  color: var(--eva);
}
.tlr .tt { font-size: 13px; font-weight: 500; letter-spacing: -0.01em; }
.tlr .tm { font-size: 11.5px; color: var(--ink-3); font-weight: 300; margin-top: 1px; }
.tlr.faded { opacity: 0.5; }

/* voice wave */
.wave { display: flex; gap: 4px; align-items: center; height: 26px; }
.wave span { width: 3px; border-radius: 3px; background: var(--eva); animation: wv 1.1s ease-in-out infinite; }
.wave span:nth-child(1) { height: 8px; }
.wave span:nth-child(2) { height: 18px; animation-delay: 0.12s; }
.wave span:nth-child(3) { height: 24px; animation-delay: 0.24s; }
.wave span:nth-child(4) { height: 14px; animation-delay: 0.36s; }
.wave span:nth-child(5) { height: 22px; animation-delay: 0.48s; }
.wave span:nth-child(6) { height: 10px; animation-delay: 0.6s; }
@keyframes wv { 0%,100% { transform: scaleY(0.55); } 50% { transform: scaleY(1); } }

/* ---------- numbered index rows (features / what suivo does) ---------- */
.idx-rows { border-top: 1px solid var(--line); }
.idx-row {
  display: grid;
  grid-template-columns: 90px 1.1fr 1.6fr auto;
  gap: 28px;
  align-items: center;
  padding: clamp(26px, 3.6vw, 44px) 0;
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: padding-left 0.5s cubic-bezier(0.19,1,0.22,1);
}
.idx-row:hover { padding-left: 14px; }
.idx-row .num {
  font-family: var(--font); font-weight: 600;
  font-size: 12px; color: var(--ink-3); letter-spacing: 0.1em;
}
.idx-row h3 { margin: 0; font-size: clamp(20px, 2.4vw, 30px); font-weight: 600; letter-spacing: -0.03em; }
.idx-row p { margin: 0; color: var(--ink-2); font-weight: 300; font-size: 15px; line-height: 1.6; max-width: 480px; }
.idx-row .go {
  width: 40px; height: 40px; border-radius: 999px;
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-3);
  transition: transform 0.5s cubic-bezier(0.19,1,0.22,1), border-color 0.3s ease, color 0.3s ease;
}
.idx-row:hover .go { transform: rotate(-45deg); border-color: var(--ink); color: var(--ink); }
.idx-row.eva-row h3 .eva-mark { color: var(--eva); margin-right: 8px; }

/* expandable index rows */
.idx-item { border-bottom: 1px solid var(--line); }
.idx-item .idx-row { border: none; width: 100%; background: none; text-align: left; color: inherit; font: inherit; cursor: pointer; }
.idx-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.65s cubic-bezier(0.19,1,0.22,1); }
.idx-panel-in { overflow: hidden; min-height: 0; }
.idx-item.open .idx-panel { grid-template-rows: 1fr; }
.idx-panel-body {
  padding: 2px 0 32px 90px;
  display: flex; flex-direction: column; gap: 13px;
  opacity: 0; transform: translateY(-6px);
  transition: opacity 0.5s ease 0.1s, transform 0.6s cubic-bezier(0.19,1,0.22,1) 0.1s;
}
.idx-item.open .idx-panel-body { opacity: 1; transform: none; }
.idx-item.open .idx-row .go { transform: rotate(90deg); border-color: var(--ink); color: var(--ink); }
.idx-item.open .idx-row:hover .go { transform: rotate(90deg); }
.idx-more {
  align-self: flex-start; margin-top: 8px;
  font-size: 13px; font-weight: 500; color: var(--ink);
  border-bottom: 1px solid var(--line-strong); padding-bottom: 2px;
  transition: border-color 0.3s ease;
}
.idx-more:hover { border-color: var(--ink); }

/* check rows */
.ck { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; font-weight: 300; color: var(--ink-2); line-height: 1.5; }
.ck [data-icon] { color: var(--ink-3); flex: 0 0 auto; margin-top: 3px; }
.ck.eva [data-icon] { color: var(--eva); }

/* ---------- how-it-works scrollytelling ---------- */
.hw-strip {
  display: flex; gap: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  font-family: var(--font); font-weight: 600;
}
.hw-strip button {
  flex: 1;
  background: none; border: none;
  border-right: 1px solid var(--line-soft);
  padding: 13px 4px 11px;
  font-family: inherit;
  font-size: 9.5px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-3);
  display: flex; flex-direction: column; gap: 6px; align-items: center;
  transition: background 0.3s ease, color 0.3s ease;
  min-width: 0;
}
.hw-strip button:last-child { border-right: none; }
.hw-strip button i { font-style: normal; font-size: 10px; color: var(--ink-3); opacity: 0.7; }
.hw-strip button.on { background: var(--line-soft); color: var(--ink); }
.hw-strip button.on i { color: var(--eva); opacity: 1; }
.hw-strip button.done { color: var(--ink-2); }
.hw-strip button span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }

.hw { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(32px, 6vw, 90px); align-items: start; }
.hw-rail { position: sticky; top: calc(var(--nav-h) + 40px); }
.hw-rail .phase { font-family: var(--font); font-weight: 600; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 22px; display: block; }
.hw-num-wrap { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 10px; }
.hw-num {
  font-size: clamp(90px, 10vw, 148px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.85;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}
.hw-by {
  font-family: var(--font); font-weight: 600;
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px;
  border: 1px solid var(--line-strong);
  color: var(--ink-2);
  margin-top: 12px;
}
.hw-by[data-by="eva"] {
  color: var(--eva);
  background: linear-gradient(var(--paper), var(--paper)) padding-box, var(--eva-grad) border-box;
  border: 1px solid transparent;
}
.hw-name { font-size: clamp(28px, 3vw, 40px); font-weight: 600; letter-spacing: -0.035em; margin: 0 0 14px; }
.hw-desc { font-size: 16px; color: var(--ink-2); font-weight: 300; line-height: 1.65; max-width: 400px; margin: 0; }
.hw-rail .swap { transition: opacity 0.25s ease, transform 0.25s ease; }
.hw-rail.swapping .swap { opacity: 0; transform: translateY(8px); }

.hw-progress { margin-top: 34px; display: flex; gap: 5px; }
.hw-progress i {
  height: 3px; flex: 1; border-radius: 3px;
  background: var(--line);
  overflow: hidden; position: relative;
}
.hw-progress i::after {
  content: '';
  position: absolute; inset: 0;
  background: var(--ink);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.19,1,0.22,1);
}
.hw-progress i.done::after { transform: none; }
.hw-progress i.eva::after { background: var(--eva-grad); }

.hw-steps { display: flex; flex-direction: column; gap: clamp(56px, 9vh, 120px); }
.hw-step { min-height: 300px; display: flex; flex-direction: column; justify-content: center; }
.hw-step .frame { max-width: 400px; width: 100%; margin: 0 auto; }
.hw-step-head { display: none; }

@media (max-width: 900px) {
  .hw { grid-template-columns: 1fr; }
  .hw-rail { display: none; }
  .hw-step-head { display: block; margin-bottom: 18px; }
  .hw-step-head .mono { display: block; margin-bottom: 8px; }
  .hw-step-head h3 { font-size: 24px; font-weight: 600; letter-spacing: -0.03em; margin: 0 0 8px; }
  .hw-step-head p { color: var(--ink-2); font-weight: 300; font-size: 14.5px; line-height: 1.6; margin: 0; }
  .hw-strip { display: none; }
}

/* ---------- pricing ---------- */
.plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--card);
}
.plan {
  padding: clamp(24px, 2.6vw, 36px) clamp(20px, 2.2vw, 30px);
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column;
  position: relative;
  transition: background 0.5s ease;
}
.plan:last-child { border-right: none; }
.plan:hover { background: var(--card-raised); }
.plan-top { min-height: 118px; }
.plan .mono { display: block; margin-bottom: 14px; }
.plan-name { font-size: 19px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 3px; }
.plan-users { font-size: 12.5px; color: var(--ink-3); font-weight: 300; margin: 0; }
.plan-price { display: flex; align-items: baseline; gap: 6px; margin: 22px 0 4px; }
.plan-amount {
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 600; letter-spacing: -0.045em; line-height: 1;
  font-variant-numeric: tabular-nums;
  transition: opacity 0.25s ease;
}
.plan-period { font-size: 13px; color: var(--ink-3); font-weight: 300; }
.plan-evaline {
  min-height: 20px;
  font-size: 12px; font-weight: 500;
  color: var(--eva);
  opacity: 0; transform: translateY(-3px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  margin-bottom: 18px;
}
.plans.eva-on .plan-evaline { opacity: 1; transform: none; }
.plan .btn { width: 100%; margin-bottom: 22px; }
.plan-feats { list-style: none; margin: 0; padding: 18px 0 0; border-top: 1px solid var(--line-soft); display: flex; flex-direction: column; gap: 10px; flex: 1; }
.plan-feats li { display: flex; gap: 9px; font-size: 13px; font-weight: 300; color: var(--ink-2); line-height: 1.5; align-items: flex-start; }
.plan-feats li [data-icon] { flex: 0 0 auto; margin-top: 2.5px; color: var(--ink-3); }
.plan-feats li.eva { display: none; color: var(--ink); }
.plan-feats li.eva [data-icon] { color: var(--eva); }
.plans.eva-on .plan-feats li.eva { display: flex; }

.plan.featured::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--eva-grad);
}
.plan.featured .plan-flag {
  font-family: var(--font); font-weight: 600;
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--eva);
}

/* eva toggle */
.eva-toggle {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--ink);
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: 999px;
  padding: 9px 18px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.eva-toggle:hover { border-color: var(--line-strong); }
.eva-toggle.on {
  background: linear-gradient(var(--card), var(--card)) padding-box, var(--eva-grad) border-box;
  border: 1px solid transparent;
  box-shadow: 0 0 26px rgba(139,92,246,0.14);
}
.eva-toggle .lab { font-size: 13.5px; font-weight: 500; display: inline-flex; gap: 7px; align-items: center; }
.eva-toggle .sub { font-family: var(--font); font-weight: 600; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.eva-toggle .sw { position: relative; width: 38px; height: 21px; border-radius: 999px; background: var(--line); transition: background 0.3s ease; flex: 0 0 auto; }
.eva-toggle .sw::after {
  content: ''; position: absolute; top: 2.5px; left: 2.5px;
  width: 16px; height: 16px; border-radius: 999px;
  background: var(--ink);
  transition: transform 0.35s cubic-bezier(0.19,1,0.22,1), background 0.3s ease;
}
.eva-toggle.on .sw { background: var(--eva-grad); }
.eva-toggle.on .sw::after { transform: translateX(17px); background: #fff; }

/* partner note */
.partner-line {
  display: flex; gap: 14px; align-items: baseline;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px 4px;
  font-size: 14.5px; font-weight: 300; color: var(--ink-2); line-height: 1.6;
}
.partner-line b { color: var(--ink); font-weight: 600; }
.partner-line .mono { flex: 0 0 auto; }

/* compare table */
.compare-section { padding-top: clamp(40px, 5vw, 72px); padding-bottom: clamp(40px, 5vw, 72px); }
.cmp-card { border: 1px solid var(--line); border-radius: 14px; background: var(--card); overflow: hidden; }
.cmp-wrap { overflow-x: auto; }
.cmp { width: 100%; border-collapse: collapse; font-size: 13.5px; min-width: 560px; }
.cmp th {
  text-align: left;
  font-size: 12.5px; font-weight: 600; letter-spacing: -0.01em;
  padding: 16px 18px 12px;
  border-bottom: 1px solid var(--line);
  vertical-align: bottom;
}
.cmp th .cmp-users { display: block; font-family: var(--font); font-weight: 600; font-size: 9.5px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); margin-top: 3px; }
.cmp td { padding: 11px 18px; border-bottom: 1px solid var(--line-soft); color: var(--ink-2); font-weight: 300; }
.cmp tr:last-child td { border-bottom: none; }
.cmp td:first-child { color: var(--ink); font-weight: 400; }
.cmp .grp td {
  font-family: var(--font); font-weight: 600;
  font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-3);
  background: var(--paper-deep);
  padding: 9px 18px;
}
.cmp .grp.crm-group td { background: color-mix(in srgb, var(--paper-deep) 92%, #000 8%); color: var(--ink-2); }
.cmp .grp.eva-group td { background: color-mix(in srgb, var(--paper-deep) 90%, var(--eva) 10%); }
.cmp .grp td .eva-g { color: var(--eva); display: inline-flex; gap: 6px; align-items: center; }
.cmp .ok { color: var(--ink); }
.cmp .ok-eva { color: var(--eva); }
.cmp .no { color: var(--ink-3); }
.cmp .fcol { background: color-mix(in srgb, var(--eva) 4%, transparent); }

/* ---------- security accordion ---------- */
.spec-strip {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.spec-strip .sp-item {
  flex: 1 1 200px;
  padding: 16px 20px;
  border-right: 1px solid var(--line-soft);
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font); font-weight: 600;
  font-size: 10.5px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-2);
}
.spec-strip .sp-item:last-child { border-right: none; }
.spec-strip .sp-item [data-icon] { color: var(--ink-3); }

.acc { border-top: 1px solid var(--line); }
.acc-item { border-bottom: 1px solid var(--line); }
.acc-head {
  width: 100%;
  background: none; border: none;
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: clamp(22px, 3vw, 34px) 4px;
  text-align: left;
  color: var(--ink);
  transition: padding-left 0.4s cubic-bezier(0.19,1,0.22,1);
}
.acc-head:hover { padding-left: 16px; }
.acc-head .num { font-family: var(--font); font-weight: 600; font-size: 12px; letter-spacing: 0.1em; color: var(--ink-3); }
.acc-head h3 { margin: 0; font-size: clamp(19px, 2.4vw, 28px); font-weight: 600; letter-spacing: -0.03em; }
.acc-head .x {
  width: 38px; height: 38px; border-radius: 999px;
  border: 1px solid var(--line);
  position: relative; flex: 0 0 auto;
  transition: transform 0.5s cubic-bezier(0.19,1,0.22,1), border-color 0.3s ease;
}
.acc-head .x::before, .acc-head .x::after {
  content: ''; position: absolute; top: 50%; left: 50%;
  background: var(--ink-2);
  transform: translate(-50%, -50%);
}
.acc-head .x::before { width: 13px; height: 1.5px; }
.acc-head .x::after { width: 1.5px; height: 13px; transition: transform 0.4s ease, opacity 0.4s ease; }
.acc-item.open .x { transform: rotate(90deg); border-color: var(--ink); }
.acc-item.open .x::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.acc-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.55s cubic-bezier(0.19,1,0.22,1);
}
.acc-body > div { overflow: hidden; }
.acc-item.open .acc-body { grid-template-rows: 1fr; }
.acc-inner {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 24px;
  padding: 0 4px clamp(26px, 3.4vw, 40px);
}
.acc-inner .acc-txt { max-width: 620px; }
.acc-inner p { margin: 0 0 16px; color: var(--ink-2); font-weight: 300; font-size: 15.5px; line-height: 1.65; }
.acc-inner ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; }
.acc-inner li {
  display: flex; gap: 10px; align-items: baseline;
  font-size: 14px; font-weight: 300; color: var(--ink-2);
}
.acc-inner li::before {
  content: '';
  width: 5px; height: 5px;
  background: var(--line-strong);
  transform: rotate(45deg);
  flex: 0 0 auto;
  position: relative; top: -2px;
}

/* ---------- contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(40px, 7vw, 110px);
  align-items: start;
}
.contact-rail { position: sticky; top: calc(var(--nav-h) + 40px); display: flex; flex-direction: column; gap: 34px; }
.contact-rail .blk { border-top: 1px solid var(--line); padding-top: 20px; }
.contact-rail .blk .mono { display: block; margin-bottom: 14px; }
.step-line { display: flex; gap: 14px; align-items: baseline; padding: 9px 0; font-size: 14.5px; font-weight: 300; color: var(--ink-2); line-height: 1.55; }
.step-line .num { font-family: var(--font); font-weight: 600; font-size: 11px; color: var(--ink-3); flex: 0 0 22px; }

.f-field { position: relative; padding: 22px 0 14px; border-bottom: 1px solid var(--line); transition: border-color 0.3s ease; }
.f-field:focus-within { border-color: var(--ink); }
.f-field label {
  position: absolute; top: 22px; left: 0;
  font-size: 15.5px; color: var(--ink-3); font-weight: 300;
  transition: all 0.3s cubic-bezier(0.19,1,0.22,1);
  pointer-events: none;
}
.f-field.filled label, .f-field:focus-within label {
  top: 2px;
  font-family: var(--font); font-weight: 600;
  font-size: 9.5px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-3);
}
.f-field input, .f-field textarea, .f-field select {
  width: 100%;
  background: none; border: none; outline: none;
  font-family: var(--font);
  font-size: 15.5px; font-weight: 400;
  color: var(--ink);
  padding: 2px 0;
  resize: none;
}
.f-field select { appearance: none; -webkit-appearance: none; cursor: pointer; }
.f-field select option { background: var(--card); color: var(--ink); }
.f-field .sel-arrow { position: absolute; right: 2px; bottom: 18px; color: var(--ink-3); pointer-events: none; }
.f-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }

.f-submit {
  margin-top: 34px;
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  background: var(--ink); color: var(--paper);
  border: none; border-radius: 12px;
  padding: 18px 24px;
  font-size: 15.5px; font-weight: 500; letter-spacing: -0.01em;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.f-submit:hover { opacity: 0.9; }
.f-submit:hover .ar { transform: translateX(5px); }
.f-submit .ar { transition: transform 0.35s cubic-bezier(0.19,1,0.22,1); display: inline-flex; }
.f-submit:disabled { opacity: 0.55; }
.f-success {
  display: none;
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid color-mix(in srgb, var(--st-active) 30%, transparent);
  background: color-mix(in srgb, var(--st-active) 8%, transparent);
  color: var(--st-active);
  border-radius: 10px;
  font-size: 14px;
}

/* stats band */
.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--card); }
.stats-band .sb {
  padding: clamp(22px, 3vw, 36px) clamp(18px, 2.4vw, 30px);
  border-right: 1px solid var(--line);
}
.stats-band .sb:last-child { border-right: none; }
.stats-band .n { font-size: clamp(34px, 4vw, 54px); font-weight: 600; letter-spacing: -0.045em; line-height: 1; font-variant-numeric: tabular-nums; }
.stats-band .n small { font-size: 0.45em; font-weight: 300; color: var(--ink-2); letter-spacing: 0; }
.stats-band .l { font-family: var(--font); font-weight: 600; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); margin-top: 10px; }

/* ---------- leak cards (the opportunity) ---------- */
.leak-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 18px; }
.leak {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--card);
  padding: 26px 24px;
  display: flex; flex-direction: column; gap: 12px;
  transition: transform 0.6s cubic-bezier(0.19,1,0.22,1), border-color 0.4s ease;
}
.leak:hover { transform: translateY(-3px); border-color: var(--line-strong); }
.leak .lk-kick { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.leak h3 { margin: 0; font-size: 19px; font-weight: 600; letter-spacing: -0.02em; }
.leak p { margin: 0; font-size: 14px; font-weight: 300; color: var(--ink-2); line-height: 1.6; }
.leak .lk-cost { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line-soft); font-size: 13px; font-weight: 500; color: var(--ink-2); }

.punch {
  border-radius: 20px;
  background: radial-gradient(90% 140% at 85% 10%, rgba(139,92,246,0.16), transparent 55%), #14151A;
  border: 1px solid rgba(255,255,255,0.08);
  padding: clamp(30px, 4vw, 46px);
}
.punch .mono { color: rgba(255,255,255,0.45); display: block; margin-bottom: 14px; }
.punch h3 { margin: 0 0 12px; font-size: clamp(22px, 2.6vw, 32px); font-weight: 600; letter-spacing: -0.03em; color: #F2F3F1; }
.punch p { margin: 0; font-size: 15.5px; font-weight: 300; color: rgba(255,255,255,0.62); line-height: 1.65; max-width: 640px; }

/* ---------- comparison (where suivo fits) ---------- */
.cmp2 { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--card); }
.cmp2-row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line-soft); }
.cmp2-row:last-child { border-bottom: none; }
.cmp2-row > div { padding: 16px 22px; display: flex; gap: 11px; align-items: baseline; font-size: 14px; line-height: 1.55; }
.cmp2-row .c-old { color: var(--ink-3); font-weight: 300; border-right: 1px solid var(--line-soft); }
.cmp2-row .c-old::before { content: '—'; flex: 0 0 auto; opacity: 0.5; }
.cmp2-row .c-new { color: var(--ink); font-weight: 400; background: color-mix(in srgb, var(--eva) 4%, transparent); }
.cmp2-row .c-new::before { content: '✦'; flex: 0 0 auto; color: var(--eva); font-size: 11px; }
.cmp2-head > div { padding: 14px 22px; font-size: 10.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.cmp2-head .c-old { color: var(--ink-3); }
.cmp2-head .c-new { color: var(--eva); }
.cmp2-head .c-old::before, .cmp2-head .c-new::before { content: none; }

/* ---------- what changes ---------- */
.chg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }
.chg {
  border: 1px solid var(--line); border-radius: 16px; background: var(--card);
  padding: 24px;
  display: flex; gap: 16px; align-items: flex-start;
  transition: transform 0.6s cubic-bezier(0.19,1,0.22,1), border-color 0.4s ease;
}
.chg:hover { transform: translateY(-3px); border-color: var(--line-strong); }
.chg .ci {
  width: 40px; height: 40px; border-radius: 999px; flex: 0 0 auto;
  border: 1px solid var(--line); background: var(--card-raised);
  display: flex; align-items: center; justify-content: center; color: var(--ink-2);
}
.chg h3 { margin: 0 0 6px; font-size: 16.5px; font-weight: 600; letter-spacing: -0.015em; }
.chg p { margin: 0; font-size: 13.5px; font-weight: 300; color: var(--ink-2); line-height: 1.6; }

/* ---------- cooling line (the opportunity) ---------- */
.cool { position: relative; margin-top: clamp(40px, 6vw, 60px); }
.cool-track {
  height: 2px; border-radius: 2px;
  background: linear-gradient(to right, var(--st-active), var(--st-stale) 50%, var(--st-atrisk) 78%);
  -webkit-mask-image: linear-gradient(to right, black 82%, transparent 100%);
  mask-image: linear-gradient(to right, black 82%, transparent 100%);
  transform: scaleX(0); transform-origin: left;
  transition: transform 1.6s cubic-bezier(0.19,1,0.22,1);
}
.rv-in .cool-track { transform: none; }
.cool-pts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: -7px; }
.cool-pt {
  position: relative; padding-top: 32px;
  opacity: 0; transform: translateY(12px);
  transition: opacity 0.8s ease, transform 0.9s cubic-bezier(0.19,1,0.22,1);
}
.rv-in .cool-pt { opacity: 1; transform: none; }
.rv-in .cool-pt:nth-child(1) { transition-delay: 0.55s; }
.rv-in .cool-pt:nth-child(2) { transition-delay: 0.75s; }
.rv-in .cool-pt:nth-child(3) { transition-delay: 0.95s; }
.cool-pt i {
  position: absolute; top: 0; left: 0;
  width: 12px; height: 12px; border-radius: 999px;
  border: 3px solid var(--paper-deep);
  box-sizing: border-box;
}
.cool-pt .mono { display: block; margin-bottom: 10px; font-size: 10px; }
.cool-pt h3 { margin: 0 0 7px; font-size: 18px; font-weight: 600; letter-spacing: -0.02em; }
.cool-pt p { margin: 0; font-size: 13.5px; font-weight: 300; color: var(--ink-2); line-height: 1.6; max-width: 300px; }

/* editorial statement */
.statement {
  margin-top: clamp(44px, 6vw, 72px);
  border-top: 1px solid var(--line);
  padding: clamp(36px, 5vw, 56px) 0 0;
  text-align: center;
}
.statement h3 {
  margin: 0 0 14px;
  font-size: clamp(24px, 3.4vw, 42px);
  font-weight: 600; letter-spacing: -0.035em; line-height: 1.1;
  text-wrap: balance;
}
.statement h3 .dim { color: var(--ink-3); }
.statement p { margin: 0 auto; color: var(--ink-2); font-weight: 300; font-size: 15px; line-height: 1.65; max-width: 480px; }

/* ---------- ledger (where suivo fits) ---------- */
.ledger { border-top: 1px solid var(--line); }
.ledger-row {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
  transition: background 0.4s ease;
}
.ledger-row:hover { background: var(--line-soft); }
.ledger-row > div { padding: 19px 26px; font-size: 14.5px; line-height: 1.55; }
.ledger-row .c-old { color: var(--ink-3); font-weight: 300; }
.ledger-row .c-old span { position: relative; }
.ledger-row .c-old span::after {
  content: '';
  position: absolute; left: -2px; right: -2px; top: 52%;
  height: 1px; background: var(--ink-3);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.19,1,0.22,1);
}
.ledger-row:hover .c-old span::after { transform: none; }
.ledger-row .c-new { color: var(--ink); font-weight: 400; border-left: 1px solid var(--line-soft); display: flex; gap: 11px; align-items: baseline; }
.ledger-row .c-new::before { content: '✦'; flex: 0 0 auto; color: var(--eva); font-size: 11px; }
.ledger-head { border-bottom: 1px solid var(--line); }
.ledger-head:hover { background: none; }
.ledger-head > div { padding: 13px 26px; font-size: 10.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.ledger-head .c-old { color: var(--ink-3); }
.ledger-head .c-new { color: var(--eva); }
.ledger-head .c-new::before { content: none; }

/* ---------- outcomes (what changes) ---------- */
.out-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.out { padding: 30px 26px 8px; border-right: 1px solid var(--line-soft); }
.out:first-child { padding-left: 0; }
.out:last-child { border-right: none; }
.out .num {
  display: block;
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 600; letter-spacing: -0.045em; line-height: 1;
  font-variant-numeric: tabular-nums;
  color: var(--line-strong);
  margin-bottom: 18px;
  transition: color 0.7s ease;
}
.out:hover .num { color: var(--ink); }
.out h3 { margin: 0 0 7px; font-size: 16px; font-weight: 600; letter-spacing: -0.015em; }
.out p { margin: 0; font-size: 13.5px; font-weight: 300; color: var(--ink-2); line-height: 1.6; }

/* ---------- calendly box (contact) ---------- */
:root { --calendly-surface: #141414; }
[data-theme="light"] { --calendly-surface: #fff; }

.cal-box {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--calendly-surface);
  padding: clamp(30px, 4vw, 46px);
}
.cal-box .mono { display: block; margin-bottom: 16px; }
.cal-box h3 { margin: 0 0 12px; font-size: clamp(24px, 2.6vw, 32px); font-weight: 600; letter-spacing: -0.03em; }
.cal-box > p { margin: 0 0 28px; font-size: 15.5px; font-weight: 300; color: var(--ink-2); line-height: 1.65; max-width: 400px; }
.calendly-inline-host {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 700px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--calendly-surface);
}
.calendly-inline-host::before {
  content: attr(data-loading);
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: var(--ink-3);
  font-size: 13px;
  text-align: center;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.calendly-inline-host.is-ready::before { opacity: 0; }
.calendly-inline-host iframe {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
}
[data-theme="dark"] .calendly-inline-host iframe {
  filter: invert(0.92) hue-rotate(180deg);
}
.calendly-inline-host.is-failed {
  height: auto;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.calendly-inline-host.calendly-contact-compact {
  height: auto;
  aspect-ratio: 1 / 1;
}
.calendly-inline-fallback { position: relative; z-index: 1; }
.cal-divider { border-top: 1px solid var(--line-soft); margin: 28px 0 22px; }

/* ---------- persistent demo modal ---------- */
html.demo-open,
body.demo-open {
  overflow: hidden;
  overscroll-behavior: none;
}
.demo-overlay {
  --demo-modal-spacing: clamp(20px, 3vw, 48px);
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--demo-modal-spacing);
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(8, 10, 14, 0.64);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.demo-overlay.open { opacity: 1; visibility: visible; }
.demo-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.demo-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #e2e5ea;
  border-radius: 999px;
  background: #fff;
  color: #121826;
  font: inherit;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 5px 18px rgba(16, 24, 40, 0.16);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.demo-close span { display: block; line-height: 1; transform: translateY(-1px); }
.demo-close:hover { border-color: #cbd1da; background: #f7f8fa; transform: scale(1.04); }
.demo-close:focus-visible { outline: 2px solid #121826; outline-offset: 3px; }
[data-theme="dark"] .demo-close {
  border-color: rgba(255, 255, 255, 0.16);
  background: #1b1c1f;
  color: #f2f3f1;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.34);
}
[data-theme="dark"] .demo-close:hover { border-color: rgba(255, 255, 255, 0.28); background: #24262a; }
[data-theme="dark"] .demo-close:focus-visible { outline-color: #f2f3f1; }
.demo-calendar-surface {
  position: relative;
  width: min(1100px, 100%);
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: var(--calendly-surface);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  transform: translateY(12px) scale(0.985);
  transition: transform 0.22s cubic-bezier(0.19, 1, 0.22, 1);
}
.demo-overlay.open .demo-calendar-surface { transform: none; }
.calendly-inline-host.demo-calendar {
  height: min(800px, calc(100vh - var(--demo-modal-spacing) - var(--demo-modal-spacing)));
  height: min(800px, calc(100dvh - var(--demo-modal-spacing) - var(--demo-modal-spacing)));
  max-height: calc(100vh - var(--demo-modal-spacing) - var(--demo-modal-spacing));
  max-height: calc(100dvh - var(--demo-modal-spacing) - var(--demo-modal-spacing));
  min-height: min(700px, calc(100vh - var(--demo-modal-spacing) - var(--demo-modal-spacing)));
  min-height: min(700px, calc(100dvh - var(--demo-modal-spacing) - var(--demo-modal-spacing)));
  border: 0;
  border-radius: 13px;
  background: var(--calendly-surface);
}
[data-theme="light"] .demo-calendar-surface {
  border-color: #d9e2ef;
}

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .plans { grid-template-columns: 1fr 1fr; }
  .plan:nth-child(2) { border-right: none; }
  .plan:nth-child(1), .plan:nth-child(2) { border-bottom: 1px solid var(--line); }
  .idx-row { grid-template-columns: 56px 1fr auto; }
  .idx-row p { grid-column: 2 / 3; }
  .stats-band { grid-template-columns: 1fr 1fr; }
  .stats-band .sb:nth-child(2) { border-right: none; }
  .stats-band .sb:nth-child(1), .stats-band .sb:nth-child(2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 760px) {
  .demo-overlay { padding: 0; }
  .demo-close { top: 12px; right: 12px; width: 40px; height: 40px; font-size: 26px; }
  .demo-calendar-surface { width: 100%; height: 100%; border: 0; border-radius: 0; }
  .demo-overlay.open .demo-calendar-surface { transform: none; }
  .calendly-inline-host.demo-calendar { height: 100%; min-height: 0; max-height: none; border-radius: 0; }
  .plans { grid-template-columns: 1fr; }
  .leak-grid { grid-template-columns: 1fr; }
  .chg-grid { grid-template-columns: 1fr; }
  .cmp2-row { grid-template-columns: 1fr; }
  .cmp2-row .c-old { border-right: none; border-bottom: 1px dashed var(--line-soft); }
  .cmp2-head { display: none; }
  .cool-track { display: none; }
  .cool-pts { grid-template-columns: 1fr; gap: 22px; margin-top: 0; }
  .cool-pt { padding-top: 0; padding-left: 28px; }
  .cool-pt i { top: 5px; border-color: var(--paper-deep); }
  .ledger-row { grid-template-columns: 1fr; }
  .ledger-row .c-old { padding-bottom: 6px; }
  .ledger-row .c-new { border-left: none; padding-top: 0; }
  .ledger-head { display: none; }
  .out-grid { grid-template-columns: 1fr; }
  .out { padding-left: 0; border-right: none; border-bottom: 1px solid var(--line-soft); padding-bottom: 22px; }
  .out:last-child { border-bottom: none; }
  .out .num { margin-bottom: 10px; font-size: 34px; }
  .plan { border-right: none !important; border-bottom: 1px solid var(--line); }
  .plan:last-child { border-bottom: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-rail { position: static; }
  .calendly-inline-host { height: 720px; }
  .calendly-inline-host.calendly-contact-compact { height: auto; }
  .f-row-2 { grid-template-columns: 1fr; }
  .idx-row { grid-template-columns: 1fr auto; gap: 10px; align-items: center; }
  .idx-row .num { display: none; }
  .idx-row p { grid-column: 1 / -1; }
  .idx-row .go { width: 34px; height: 34px; }
  .idx-panel-body { padding-left: 0; }
  .acc-head { grid-template-columns: 1fr auto; }
  .acc-head .num { display: none; }
  .acc-inner { grid-template-columns: 1fr; }
  .console-body { min-height: 300px; }
}


/* ---------- legal pages ---------- */
.legal-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}
.legal-meta-row .pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--line-soft);
  color: var(--ink-2);
  font-size: 12.5px;
}
.legal-shell {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}
.legal-aside {
  position: sticky;
  top: 92px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.legal-aside-box {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card);
}
.legal-aside-box h2 {
  margin: 0 0 14px;
  color: var(--ink-3);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.legal-aside-box a {
  display: block;
  padding: 7px 0;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45;
  transition: color 0.2s ease;
}
.legal-aside-box a:hover { color: var(--ink); }
.legal-card {
  max-width: 780px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
  box-shadow: 0 24px 70px rgba(0,0,0,0.18);
}
.legal-prose {
  color: var(--ink-2);
  font-size: 15.5px;
  line-height: 1.72;
}
.legal-prose section {
  scroll-margin-top: calc(var(--nav-h) + 24px);
}
.legal-prose section + section { margin-top: 34px; }
.legal-prose h2 {
  margin: 0 0 14px;
  padding-top: 4px;
  color: var(--ink);
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.12;
}
.legal-prose h3 {
  margin: 24px 0 9px;
  color: var(--ink);
  font-size: 16.5px;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.25;
}
.legal-prose p { margin: 0 0 14px; }
.legal-prose ul {
  margin: 8px 0 16px;
  padding-left: 18px;
}
.legal-prose li { margin: 6px 0; }
.legal-prose a {
  color: var(--ink);
  font-weight: 500;
  border-bottom: 1px solid var(--line-strong);
  transition: border-color 0.2s ease;
}
.legal-prose a:hover { border-color: var(--ink); }
.legal-contact {
  margin: 16px 0 22px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line-soft);
  color: var(--ink);
}
.legal-contact p { margin: 0; color: var(--ink-2); }

@media (max-width: 900px) {
  .legal-shell { grid-template-columns: 1fr; }
  .legal-aside { position: static; }
}
@media (max-width: 600px) {
  .legal-card { padding: 24px 20px; border-radius: 18px; }
  .legal-prose { font-size: 15px; line-height: 1.68; }
  .legal-prose section + section { margin-top: 28px; }
}
