/* SOMFO marketing redesign. Loaded after the legacy compatibility layer. */
:root,
[data-theme="light"] {
  --paper: #f7f3ed;
  --paper-2: #f0ebe3;
  --ink: #16120c;
  --body: #4a3e2e;
  --muted: #7a6e5e;
  --rule: rgba(22, 18, 12, 0.10);
  --rule-2: rgba(22, 18, 12, 0.28);
  --amber: #b5700a;
  --amber-text: #7a4800;
  --rust: #a04010;
  --ok: #1f7a55;
  --warn: #8a5a00;
  --err: #b23129;
  --info: #2f5fa8;
  --deep: var(--paper);
  --surface: var(--paper);
  --raised: var(--paper-2);
  --border: var(--rule);
  --border-2: var(--rule-2);
  --white: var(--ink);
  --bone: var(--ink);
  --smoke: var(--muted);
  --bg: var(--paper);
  --body-color: var(--body);
  --amber-dim: rgba(181, 112, 10, 0.12);
  --amber-faint: rgba(181, 112, 10, 0.06);
}

[data-theme="dark"] {
  --paper: #09111d;
  --paper-2: #0f1a2a;
  --ink: #f4f1ec;
  --body: rgba(244, 241, 236, 0.74);
  --muted: #76889d;
  --rule: rgba(232, 160, 32, 0.12);
  --rule-2: rgba(232, 160, 32, 0.28);
  --amber: #e8a020;
  --amber-text: #e8a020;
  --rust: #c8601a;
  --ok: #4eb88b;
  --warn: #e8a020;
  --err: #f06a61;
  --info: #77a7f2;
  --deep: var(--paper);
  --surface: var(--paper);
  --raised: var(--paper-2);
  --border: var(--rule);
  --border-2: var(--rule-2);
  --white: var(--ink);
  --bone: var(--ink);
  --smoke: var(--muted);
  --bg: var(--paper);
  --body-color: var(--body);
  --amber-dim: rgba(232, 160, 32, 0.14);
  --amber-faint: rgba(232, 160, 32, 0.07);
}

*,
*::before,
*::after {
  border-radius: 0 !important;
  box-shadow: none !important;
}

html {
  background: var(--paper);
  color-scheme: light;
  scrollbar-color: var(--muted) var(--paper);
}

html[data-theme="dark"] { color-scheme: dark; }

body {
  background: var(--paper);
  color: var(--body);
  font-family: "Newsreader", Georgia, serif;
  font-size: 18px;
  line-height: 1.62;
  transition: background-color 160ms ease, color 160ms ease;
}

body::before,
.hero::before,
.hero-scroll,
.hero-side-note { display: none !important; }

::selection { background: var(--amber); color: var(--paper); }

a { color: var(--amber-text); }
a:hover { color: var(--rust); }

h1,
h2,
h3,
h4,
.hero-name,
.sect-title,
.waitlist-inner h2,
.big-quote .qt,
.price-num,
.cultural-mean em {
  color: var(--ink);
  font-family: "Archivo", Arial, sans-serif;
  font-style: normal;
  letter-spacing: 0;
}

p { color: var(--body); }

nav {
  background: color-mix(in srgb, var(--paper) 96%, transparent) !important;
  border-bottom: 1px solid var(--rule-2);
  backdrop-filter: blur(12px);
  height: 46px;
  min-height: 46px;
  padding: 0 clamp(18px, 3vw, 36px);
}

.nav-brand {
  color: var(--ink);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: .02em;
  min-height: 46px;
}

.nav-mark { display: inline-flex; height: 24px; width: 20px; }
.nav-mark svg { height: 24px; width: 20px; }
.nav-brand .ai,
.footer-brand .ai { color: var(--amber-text); animation: none; }

.nav-links { gap: clamp(14px, 2vw, 28px); }
.nav-links a,
.btn-nav-secondary,
.btn-cta-nav,
.locale-btn,
.tog {
  color: var(--body);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .10em;
  min-height: 44px;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a:focus-visible { color: var(--ink); }

.nav-right { gap: 10px; }
.locale-switcher { gap: 4px; }
.locale-switcher-form { display: inline-flex; }
.locale-btn {
  background: transparent;
  border: 0;
  color: var(--muted);
  min-height: 32px;
  padding: 4px 2px;
}
.locale-btn.active { border-bottom: 1px solid var(--ink); color: var(--ink); }

.tog {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rule-2);
  height: 32px;
  min-height: 32px;
  padding: 0 2px;
  width: auto;
}
.tog::before { content: "INK"; }
[data-theme="dark"] .tog::before { content: "PAPER"; }
.tog::after { display: none; }

.btn-nav-secondary,
.btn-cta-nav,
.btn-primary,
.btn-ghost,
.btn-submit {
  align-items: center;
  animation: none !important;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: .12em;
  min-height: 44px;
  padding: 11px 16px;
  text-transform: uppercase;
  transform: none !important;
}

.btn-cta-nav,
.btn-primary,
.btn-submit {
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--paper) !important;
}
.btn-cta-nav:hover,
.btn-primary:hover,
.btn-submit:hover { background: var(--rust); border-color: var(--rust); color: var(--paper); }

.btn-nav-secondary,
.btn-ghost {
  background: transparent;
  border: 1px solid var(--rule-2);
  color: var(--ink);
}
.btn-nav-secondary:hover,
.btn-ghost:hover { background: var(--paper-2); border-color: var(--ink); color: var(--ink); }

main { overflow: hidden; }

.hero {
  align-content: center;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .7fr);
  grid-template-rows: repeat(6, auto);
  column-gap: clamp(40px, 7vw, 100px);
  margin: 0 auto;
  max-width: 1240px;
  min-height: min(680px, calc(100vh - 46px));
  padding: clamp(54px, 8vw, 104px) clamp(18px, 3vw, 36px);
  text-align: left;
}

.hero > *:not(.hero-proof) { grid-column: 1; }
.hero-badge {
  background: transparent;
  border: 0;
  color: var(--amber-text);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  justify-self: start;
  letter-spacing: .18em;
  margin: 0 0 26px;
  padding: 0;
  text-transform: uppercase;
}
.hero-badge-dot { background: var(--amber); height: 6px; width: 6px; }

.hero-name {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.06;
  margin: 0 0 24px;
  max-width: 17ch;
  text-wrap: balance;
}
.hero-name > span { color: var(--amber-text); }
.hero-tagline {
  color: var(--ink);
  font-size: 21px;
  font-style: normal;
  line-height: 1.55;
  margin: 0 0 18px;
  max-width: 44ch;
}
.hero-sub {
  color: var(--body);
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 46ch;
}
.hero-proof {
  align-self: stretch;
  border-left: 1px solid var(--rule-2);
  grid-column: 2;
  grid-row: 1 / 7;
  line-height: 1.16;
  margin: 0;
  padding: 34px 0 34px clamp(28px, 4vw, 58px);
}
.hero-proof__label,
.hero-proof__threshold {
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: .18em;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.hero-proof__score { align-items: flex-start; display: flex; gap: 14px; margin-bottom: 12px; }
.hero-proof__score strong { color: var(--ink); font-family: Archivo, sans-serif; font-size: 136px; font-variant-numeric: tabular-nums; font-weight: 800; letter-spacing: 0; line-height: .78; }
.hero-proof__score span { border: 1px solid var(--rule-2); color: var(--amber-text); font-family: "JetBrains Mono", monospace; font-size: 11px; font-weight: 700; letter-spacing: .1em; margin-top: 10px; padding: 3px 7px; text-transform: uppercase; white-space: nowrap; }
.hero-proof__bar { background: var(--rule); height: 3px; margin-bottom: 10px; position: relative; }
.hero-proof__bar span { background: var(--amber); display: block; height: 100%; width: 76%; }
.hero-proof__bar i { background: var(--rule-2); bottom: -4px; left: 80%; position: absolute; top: -4px; width: 1px; }
.hero-proof__threshold { margin-bottom: 10px; }
.hero-proof__explanation { color: var(--body); font-size: 16px; line-height: 1.5; margin: 0 0 22px; max-width: 38ch; }
.hero-proof__runs { border-top: 1px solid var(--rule); list-style: none; margin: 0; padding: 0; }
.hero-proof__runs li { align-items: baseline; border-bottom: 1px solid var(--rule); display: grid; font-size: 16px; gap: 14px; grid-template-columns: 76px minmax(0, 1fr) auto; padding: 9px 0; }
.hero-proof__runs span,
.hero-proof__runs time { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.hero-proof__runs strong { color: var(--ink); font-weight: 400; }
.hero-proof__runs time { color: var(--muted); font-size: 12px; letter-spacing: 0; }
.hero-proof__runs .is-ok { color: var(--ok); }
.hero-proof__runs .is-healed { color: var(--amber-text); }
.hero-proof__runs .is-error { color: var(--err); }
.hero-proof__verdict { color: var(--ink); font-size: 16.5px; font-style: italic; line-height: 1.55; margin: 18px 0 0; }
.hero-proof__verdict code { color: var(--amber-text); font-family: "JetBrains Mono", monospace; font-size: 14px; font-style: normal; }
.hero-actions { gap: 10px; justify-content: flex-start; margin: 0 0 16px; }
.hero-meta {
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: .08em;
  margin: 0;
}

.proof {
  background: var(--paper-2);
  border-bottom: 1px solid var(--rule-2);
  border-top: 1px solid var(--rule-2);
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: center;
  padding: 14px clamp(18px, 3vw, 36px);
}
.proof-item,
.proof-item strong,
.proof-sep {
  color: var(--ink);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
}
.proof-sep { color: var(--muted); }
.rule { background: transparent; border: 0; height: 0; }

section.sect {
  border-bottom: 1px solid var(--rule-2);
  padding: clamp(64px, 8vw, 104px) 0;
}
.wrap { max-width: 1240px; padding: 0 clamp(18px, 3vw, 36px); }
.sect-num,
.feat-badge,
.vc-label,
.xi-num,
.price-lbl,
.contract-step-num,
.contract-question {
  color: var(--amber-text);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.sect-num { gap: 9px; margin: 0 0 18px; }
.sect-num::before { color: var(--amber); content: "◆"; font-size: 7px; }
.sect-title {
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 700;
  line-height: 1.06;
  margin: 0 0 22px;
  max-width: 21ch;
  text-wrap: balance;
}
.sect-title em { color: var(--ink); font-family: "Newsreader", Georgia, serif; font-weight: 300; }
.sect-lead {
  color: var(--body);
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 300;
  line-height: 1.55;
  margin: 0 0 42px;
  max-width: 60ch;
}

.prob-grid,
.feat-grid,
.vc-grid,
.xi-grid,
.price-grid,
.contract-sequence {
  border-bottom: 1px solid var(--rule-2);
  border-top: 1px solid var(--rule-2);
  display: grid;
  gap: 0;
  margin-top: 38px;
}
.prob-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-family-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trust-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.vc-grid,
.xi-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.price-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.contract-sequence { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.prob-card,
.feat-card,
.vc-card,
.xi-card,
.price-card,
.contract-step,
.bridge-step {
  background: transparent !important;
  border: 0;
  border-right: 1px solid var(--rule);
  min-width: 0;
  padding: 26px 24px;
  transform: none !important;
}
.prob-card:last-child,
.feat-card:last-child,
.vc-card:last-child,
.xi-card:last-child,
.price-card:last-child,
.contract-step:last-child { border-right: 0; }
.prob-card::before { display: none; }
.prob-num { color: var(--amber-text); font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .14em; }
.prob-card h3,
.feat-card h2,
.feat-card h3,
.vc-card h3,
.xi-card h3,
.price-plan-name,
.contract-step h3,
.bridge-step h4 {
  color: var(--ink);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin: 10px 0 12px;
}
.feat-card h2 { font-size: 24px; }
.prob-card p,
.feat-card p,
.vc-card p,
.xi-card p,
.contract-step p,
.bridge-step p {
  color: var(--body);
  font-size: 16px;
  line-height: 1.55;
}
.feat-card:hover,
.bridge-step:hover { border-color: var(--rule); transform: none; }
.feat-badge,
.vc-label,
.xi-num,
.contract-step-num {
  background: transparent !important;
  border: 0 !important;
  display: block;
  margin: 0 0 12px;
  padding: 0;
}
.product-tagline { color: var(--ink) !important; font-size: 18px !important; font-style: italic; }
.product-note { border-left: 2px solid var(--amber); padding-left: 14px; }
.vc-card.featured,
.price-card.featured { border-color: var(--rule); }

.feat-note,
.callout,
.price-note {
  background: transparent;
  border: 0;
  border-left: 3px solid var(--amber);
  color: var(--body);
  font-size: 16px;
  margin-top: 28px;
  padding: 8px 0 8px 20px;
}
.feat-note strong,
.callout p,
.price-note strong { color: var(--ink); }
.section-cta-row {
  align-items: center;
  border-top: 1px solid var(--rule);
  display: flex;
  gap: 24px;
  margin-top: 34px;
  padding-top: 24px;
}
.section-cta-copy { color: var(--muted); font-size: 15px; margin: 0; max-width: 48ch; }

.big-quote {
  background: transparent;
  border: 0;
  border-left: 3px solid var(--amber);
  margin: 0;
  max-width: 980px;
  padding: 6px 0 6px clamp(24px, 4vw, 54px);
}
.big-quote::before { display: none; }
.big-quote .qt { font-size: clamp(28px, 4vw, 48px); font-weight: 600; line-height: 1.16; }
.big-quote .attr { color: var(--muted); font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .14em; margin-top: 20px; text-transform: uppercase; }
.accent { color: var(--amber-text); }

.bridge-steps {
  align-items: stretch;
  border-bottom: 1px solid var(--rule-2);
  border-top: 1px solid var(--rule-2);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
}
.bridge-step { border-right: 1px solid var(--rule); }
.bridge-step:nth-of-type(4) { border-right: 0; }
.bridge-arrow { display: none; }
.bridge-num {
  align-items: center;
  background: transparent;
  border: 1px solid var(--rule-2);
  color: var(--amber-text);
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  height: 28px;
  justify-content: center;
  width: 28px;
}
.bridge-chips { justify-content: flex-start; }
.bridge-chip,
.contract-chip {
  background: transparent;
  border: 1px solid var(--rule-2);
  color: var(--ink);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: .08em;
  padding: 6px 8px;
}

.contract-pipeline-wrap {
  background: var(--paper-2);
  border: 0;
  border-bottom: 1px solid var(--rule-2);
  margin-top: 28px;
  overflow-x: auto;
  padding: 22px;
}
.contract-pipeline { justify-content: flex-start; }
.contract-arrow { color: var(--amber); }
.contract-pipeline-note { color: var(--muted); font-size: 14px; margin-top: 15px; }

.standalone-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bundle-grid {
  border-bottom: 1px solid var(--rule-2);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}
.bundle-grid > * { border-right: 1px solid var(--rule); margin: 0; padding: 26px 24px; }
.bundle-grid > *:last-child { border-right: 0; }
.price-card-callout { background: var(--paper-2) !important; }
.price-lbl { margin: 0 0 10px; }
.price-num { font-size: clamp(34px, 3vw, 46px); font-weight: 700; line-height: 1; margin: 20px 0 8px; }
.price-num span { color: var(--muted); display: block; font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .08em; margin-top: 9px; }
.price-sub { color: var(--body); font-size: 15px; }
.price-save { background: transparent; color: var(--amber-text); font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .1em; padding: 0; }
.price-list li { border-bottom: 1px solid var(--rule); color: var(--body); font-size: 14px; gap: 8px; padding: 9px 0; }
.price-list li::before { color: var(--amber); content: "→"; }
.price-list-muted { opacity: .68; }

.price-table-wrap {
  background: transparent;
  border: 1px solid var(--rule-2);
  margin-top: 34px;
  overflow-x: auto;
}
.price-table { border-collapse: collapse; color: var(--body); font-family: "JetBrains Mono", monospace; min-width: 700px; width: 100%; }
.price-table th,
.price-table td { border-bottom: 1px solid var(--rule); padding: 14px 16px; }
.price-table th { background: var(--paper-2); color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.price-table td { color: var(--body); font-size: 12px; }

.cultural {
  border-bottom: 1px solid var(--rule-2);
  padding: clamp(64px, 8vw, 100px) clamp(18px, 3vw, 36px);
}
.cultural-name { color: var(--amber-text); font-family: "JetBrains Mono", monospace; font-size: 18px; letter-spacing: .12em; }
.cultural-ipa,
.cultural-attr { color: var(--muted); font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.cultural-mean { color: var(--body); font-size: 18px; }
.cultural-mean em { font-family: "Newsreader", Georgia, serif; font-size: 30px; font-weight: 300; }

.waitlist-sect { background: var(--paper-2) !important; }
.waitlist-inner { max-width: 660px; }
.waitlist-inner h2 { font-size: clamp(40px, 5vw, 64px); font-weight: 700; line-height: 1.05; }
.waitlist-inner h2 em { font-family: "Newsreader", Georgia, serif; font-weight: 300; }
.waitlist-inner > p { color: var(--body); font-size: 18px; }
.ff { margin-bottom: 22px; }
.ff fieldset { border: 0; padding: 0; }
.ff label,
.ff legend {
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.ff label span { font-family: "Newsreader", Georgia, serif !important; }
.ff input,
.ff select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rule-2);
  color: var(--ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 18px;
  padding: 12px 0;
}
.ff input:focus,
.ff select:focus { border-color: var(--amber); outline: 0; }
.ff input::placeholder { color: var(--muted); opacity: .72; }
.role-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.rp {
  background: transparent;
  border: 1px solid var(--rule-2);
  color: var(--body);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: .08em;
  min-height: 40px;
  padding: 8px 12px;
  text-transform: uppercase;
}
.rp:hover,
.rp.active,
.rp[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.btn-submit { width: 100%; }
.form-note { color: var(--muted); font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .08em; }
.form-success { color: var(--body); }
.form-success h4 { color: var(--ink); }

footer {
  align-items: center;
  background: var(--paper);
  border-top: 0;
  color: var(--muted);
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr auto;
  padding: 28px clamp(18px, 3vw, 36px);
}
.footer-brand { color: var(--ink); font-family: "Archivo", Arial, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.footer-copy,
.footer-links a,
.footer-legal-links a { color: var(--muted); font-family: "JetBrains Mono", monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.footer-links,
.footer-legal-links { display: flex; gap: 16px; }
.footer-legal-links { justify-content: flex-end; }

@media (max-width: 1024px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(260px, .62fr); }
  .trust-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trust-grid > :nth-child(3) { border-right: 0; }
  .trust-grid > :nth-child(n+4) { border-top: 1px solid var(--rule); }
  .vc-grid,
  .xi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vc-grid > :nth-child(2),
  .xi-grid > :nth-child(2) { border-right: 0; }
  .vc-grid > :nth-child(n+3),
  .xi-grid > :nth-child(n+3) { border-top: 1px solid var(--rule); }
  .standalone-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .standalone-grid > :nth-child(2) { border-right: 0; }
  .standalone-grid > :nth-child(n+3) { border-top: 1px solid var(--rule); }
  .bridge-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bridge-step:nth-of-type(2) { border-right: 0; }
  .bridge-step:nth-of-type(n+3) { border-top: 1px solid var(--rule); }
}

@media (max-width: 720px) {
  body { font-size: 17px; }
  nav {
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    height: 46px !important;
    padding: 0 14px;
  }
  .nav-brand { min-width: auto; }
  .nav-right { gap: 8px; margin-left: auto; width: auto !important; }
  .locale-switcher { display: none !important; }
  .btn-nav-secondary { display: none !important; }
  .btn-cta-nav { min-height: 34px; padding: 7px 9px; white-space: nowrap; }
  .tog { min-height: 30px; }
  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 52px 18px 0;
  }
  .hero-badge { order: 1; }
  .hero-name { font-size: 42px; order: 2; }
  .hero-tagline { order: 3; }
  .hero-sub { order: 4; }
  .hero-actions { order: 5; }
  .hero-meta { order: 6; }
  .hero-proof {
    border-left: 0;
    border-top: 1px solid var(--rule-2);
    margin-top: 34px;
    order: 7;
    padding: 28px 0 34px;
  }
  .hero-proof__score strong { font-size: 112px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions a { width: 100%; }
  .proof { align-items: flex-start; flex-direction: column; }
  .proof-sep { display: none; }
  section.sect { padding: 64px 0; }
  .sect-title { font-size: 38px; }
  .prob-grid,
  .feat-grid,
  .product-family-grid,
  .trust-grid,
  .vc-grid,
  .xi-grid,
  .price-grid,
  .standalone-grid,
  .contract-sequence,
  .bridge-steps,
  .bundle-grid { grid-template-columns: 1fr; }
  .prob-grid > *,
  .feat-grid > *,
  .vc-grid > *,
  .xi-grid > *,
  .price-grid > *,
  .contract-sequence > *,
  .bridge-steps > *,
  .bundle-grid > * {
    border-right: 0;
    border-top: 1px solid var(--rule);
  }
  .prob-grid > :first-child,
  .feat-grid > :first-child,
  .vc-grid > :first-child,
  .xi-grid > :first-child,
  .price-grid > :first-child,
  .contract-sequence > :first-child,
  .bridge-steps > :first-child,
  .bundle-grid > :first-child { border-top: 0; }
  .section-cta-row { align-items: stretch; flex-direction: column; }
  .contract-pipeline { justify-content: flex-start; min-width: 840px; }
  .price-table-wrap { border: 0; overflow: visible; }
  .price-table { min-width: 0; }
  .price-table thead { display: none; }
  .price-table,
  .price-table tbody,
  .price-table tr,
  .price-table td { display: block; width: 100%; }
  .price-table tr { border-top: 1px solid var(--rule-2); padding: 12px 0; }
  .price-table td { border: 0; padding: 6px 0; }
  .price-table td::before { color: var(--muted); content: attr(data-label) ": "; display: inline; }
  footer { align-items: flex-start; grid-template-columns: 1fr; }
  .footer-legal-links { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .hero-name { font-size: 36px; }
  .hero-tagline { font-size: 19px; }
  .hero-proof__score strong { font-size: 96px; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
