:root {
  --ink: #121821;
  --muted: #66717f;
  --line: #dfe4e9;
  --paper: #f7f8f6;
  --white: #ffffff;
  --navy: #122d50;
  --blue: #2866e8;
  --aqua: #22c7ab;
  --red: #c84f4f;
  --gold: #c89a45;
  --dark: #080b10;
  --panel: #10151d;
  --panel-2: #151c26;
  --dark-line: #28313d;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}
button, input, textarea { font: inherit; }
a { color: inherit; }
img, video, canvas { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
}
.brand-mark {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  font-family: Georgia, serif;
  font-size: 17px;
  transform: rotate(-4deg);
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
.serif {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}
.section-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  line-height: .98;
  font-weight: 500;
  letter-spacing: 0;
}
.section-lead {
  max-width: 660px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
}
.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--blue); }
.btn-primary:hover { background: #164fc9; }
.btn-outline { border-color: #b8c1ca; background: transparent; }
.btn-dark { color: #fff; background: #111821; border-color: #111821; }
.label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
.label::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--aqua);
  content: "";
}

/* Due diligence page */
.due-page { background: #fafbf9; }
.due-page .utility {
  min-height: 31px;
  color: #d9e0e8;
  background: #0f1d2f;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}
.due-page .utility-inner {
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.due-page .utility span::before {
  margin-right: 7px;
  color: #73dfbd;
  content: "OK";
  font-size: 8px;
}
.due-page .topbar {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(250, 251, 249, .96);
  backdrop-filter: blur(12px);
}
.due-page .topbar-inner {
  width: min(var(--max), calc(100% - 40px));
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.due-page .top-links { display: flex; align-items: center; gap: 22px; }
.due-page .top-links a:not(.btn) {
  color: #55606c;
  font-size: 12px;
  text-decoration: none;
}
.due-shell {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
}
.side-nav {
  position: sticky;
  top: 64px;
  height: calc(100vh - 64px);
  padding: 42px 24px;
  border-right: 1px solid var(--line);
  background: #f6f8f5;
}
.side-nav small {
  display: block;
  margin-bottom: 20px;
  color: #8a929a;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
.side-nav a {
  display: flex;
  gap: 10px;
  padding: 7px 0;
  color: #87909a;
  font-size: 11px;
  text-decoration: none;
}
.side-nav a span { color: #b8bec5; font-family: ui-monospace, monospace; }
.side-nav a:hover, .side-nav a.active { color: var(--blue); }
.due-main { min-width: 0; }
.due-section { padding: 94px clamp(28px, 6vw, 88px); border-bottom: 1px solid var(--line); }
.due-hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 72px;
  align-items: center;
}
.due-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 104px;
  font-weight: 500;
  line-height: .89;
  letter-spacing: 0;
}
.due-hero h1 em { color: var(--blue); font-weight: 500; }
.due-hero-copy > p {
  max-width: 620px;
  margin: 28px 0;
  color: #5e6975;
  font-size: 17px;
}
.due-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-brief {
  position: relative;
  padding: 30px;
  border: 1px solid #d6dce2;
  background: #fff;
  box-shadow: 0 26px 70px rgba(33, 51, 69, .08);
}
.hero-brief::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 84px;
  height: 3px;
  background: var(--blue);
  content: "";
}
.hero-brief h2 { margin: 9px 0 6px; font-size: 23px; }
.hero-brief p { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.brief-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid #edf0f2;
  font-size: 12px;
}
.brief-row span { color: var(--muted); }
.brief-row b { text-align: right; }
.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: #fff;
  background: #0e1e31;
}
.stats-band article { min-height: 145px; padding: 32px; border-right: 1px solid #2a3b50; }
.stats-band article:last-child { border: 0; }
.stats-band b { display: block; margin-bottom: 6px; font: 500 34px Georgia, serif; }
.stats-band span { color: #9cabbc; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.split-heading {
  margin-bottom: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr);
  gap: 70px;
  align-items: end;
}
.split-heading p { margin: 0; color: var(--muted); }
.evidence-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, .5fr);
  gap: 20px;
}
.chart-panel, .evidence-notes {
  padding: 26px;
  border: 1px solid var(--line);
  background: #fff;
}
.chart-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.chart-head h3 { margin: 8px 0 0; font-size: 18px; }
.chart-head strong { color: var(--aqua); font: 500 30px Georgia, serif; }
.chart-wrap { position: relative; height: 340px; margin-top: 24px; }
.chart-wrap canvas { width: 100%; height: 100%; }
.chart-axis {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #e5e9ed;
  color: #9aa2aa;
  font-size: 9px;
  text-transform: uppercase;
}
.evidence-notes h3 { margin: 10px 0 8px; font: 500 27px Georgia, serif; }
.evidence-notes p { color: var(--muted); font-size: 13px; }
.check-list { padding: 0; margin: 24px 0; list-style: none; }
.check-list li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-top: 1px solid #edf0f2;
  font-size: 12px;
}
.check-list li::before { position: absolute; left: 0; color: var(--aqua); content: "+"; font-weight: 900; }
.fine-print { color: #87919b; font-size: 10px; line-height: 1.6; }
.mechanism-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.mechanism-grid article { min-height: 260px; padding: 30px; background: #fff; }
.mechanism-grid i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #cbd3db;
  border-radius: 50%;
  color: var(--blue);
  font-family: Georgia, serif;
  font-style: normal;
}
.mechanism-grid h3 { margin: 55px 0 10px; font: 500 24px Georgia, serif; }
.mechanism-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.strategy-tabs { margin-top: 42px; }
.tab-list { display: flex; flex-wrap: wrap; gap: 7px; }
.tab-button {
  padding: 10px 14px;
  border: 1px solid #cbd3da;
  border-radius: 3px;
  color: #606b76;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.tab-button.active { color: #fff; border-color: var(--blue); background: var(--blue); }
.tab-panel {
  min-height: 220px;
  margin-top: 12px;
  padding: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 40px;
  border: 1px solid var(--line);
  background: #fff;
}
.tab-panel h3 { margin: 0 0 10px; font: 500 31px Georgia, serif; }
.tab-panel p { color: var(--muted); }
.tab-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.tab-metrics div { padding: 18px; background: #f7f8f7; }
.tab-metrics b { display: block; font: 500 22px Georgia, serif; }
.tab-metrics span { color: #89919a; font-size: 9px; text-transform: uppercase; }
.custody-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.custody-flow article { position: relative; padding: 30px; border-top: 2px solid var(--aqua); background: #fff; }
.custody-flow article:not(:last-child)::after {
  position: absolute;
  right: -12px;
  top: 48px;
  z-index: 2;
  color: var(--blue);
  content: ">";
  font-weight: 900;
}
.custody-flow h3 { margin: 26px 0 8px; font: 500 24px Georgia, serif; }
.custody-flow p { margin: 0; color: var(--muted); font-size: 13px; }
.platform-strip {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--line);
  background: #fff;
}
.platform-strip span {
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 12px;
  border-right: 1px solid var(--line);
  color: #42505e;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.platform-strip span:last-child { border: 0; }
.compare { width: 100%; border-collapse: collapse; background: #fff; }
.compare th, .compare td { padding: 17px; border-bottom: 1px solid var(--line); font-size: 12px; text-align: left; vertical-align: top; }
.compare th { color: #7e8892; font-size: 9px; text-transform: uppercase; }
.compare th:last-child, .compare td:last-child { color: #0a765f; background: #f3fbf7; }
.founder-grid { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: 54px; align-items: center; }
.certificate-frame { padding: 18px; border: 1px solid var(--line); background: #fff; }
.certificate-frame img { width: 100%; max-height: 500px; object-fit: contain; }
.founder-copy h2 { margin: 0; font: 500 clamp(40px, 5vw, 66px)/.98 Georgia, serif; }
.founder-copy p { color: var(--muted); }
.founder-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 32px; border-top: 1px solid var(--line); }
.founder-facts div { padding: 20px 14px 0 0; }
.founder-facts b { display: block; }
.founder-facts span { color: var(--muted); font-size: 10px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { min-width: 0; padding: 18px; border: 1px solid var(--line); background: #fff; }
.review-card img { width: 100%; min-height: 120px; object-fit: contain; background: #171a1f; }
.review-card p { margin: 15px 0 0; color: var(--muted); font-size: 11px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 0; display: flex; justify-content: space-between; cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::after { color: var(--blue); content: "+"; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list p { max-width: 760px; margin: 0 0 24px; color: var(--muted); }
.due-cta { color: #fff; background: #0e1e31; }
.due-cta .section-lead { color: #aeb8c4; }
.due-footer { padding: 38px clamp(28px, 6vw, 88px); color: #7a8591; background: #09121e; font-size: 10px; }
.due-footer-top { margin-bottom: 28px; display: flex; justify-content: space-between; gap: 24px; }
.due-footer nav { display: flex; flex-wrap: wrap; gap: 16px; }

/* Pre-call page */
.precall-page { color: #f3f6f8; background: var(--dark); }
.confirm-strip {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 18px;
  color: #d7f8ec;
  border-bottom: 1px solid #244338;
  background: #0f2e26;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.confirm-dot { width: 7px; height: 7px; border-radius: 50%; background: #50dfa8; box-shadow: 0 0 0 5px rgba(80,223,168,.1); }
.precall-nav {
  width: min(var(--max), calc(100% - 36px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--dark-line);
}
.precall-nav .brand { color: #fff; }
.precall-nav small { color: #8b97a6; font-size: 10px; text-transform: uppercase; }
.precall-wrap { width: min(1040px, calc(100% - 36px)); margin: 0 auto; }
.precall-hero { padding: 70px 0 86px; text-align: center; }
.precall-hero h1 { max-width: 850px; margin: 0 auto 16px; font-size: 68px; line-height: 1.02; font-weight: 650; }
.precall-hero > p { max-width: 670px; margin: 0 auto 30px; color: #aab4c0; }
.appointment-chip {
  width: fit-content;
  margin: 0 auto 24px;
  padding: 8px 11px;
  border: 1px solid #315a4d;
  border-radius: 4px;
  color: #82e4bd;
  background: #10231e;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.video-shell {
  position: relative;
  overflow: hidden;
  width: min(900px, 100%);
  margin: 38px auto 0;
  border: 1px solid #33404f;
  border-radius: 7px;
  background: #000;
  box-shadow: 0 30px 90px rgba(0,0,0,.46);
}
.video-shell video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.unmute-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  background: rgba(4, 8, 14, .38);
  cursor: pointer;
}
.unmute-overlay span {
  min-width: 220px;
  padding: 18px 22px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 6px;
  background: rgba(14,24,36,.84);
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}
.video-caption { margin: 15px 0 0; color: #778494; font-size: 11px; }
.precall-section { padding: 90px 0; border-top: 1px solid var(--dark-line); }
.precall-section-head { max-width: 720px; margin-bottom: 38px; }
.precall-section .eyebrow { color: #55d4b1; }
.precall-section h2 { margin: 0; font-size: 54px; line-height: 1.04; }
.precall-section-head p { color: #98a5b4; }
.next-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.next-grid article { min-height: 180px; padding: 25px; border: 1px solid var(--dark-line); background: var(--panel); }
.next-grid b { display: block; margin-bottom: 36px; color: #5c6a7b; font: 500 24px Georgia, serif; }
.next-grid h3 { margin: 0 0 8px; font-size: 17px; }
.next-grid p { margin: 0; color: #8e9baa; font-size: 12px; }
.resource-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.resource-feature {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--dark-line);
  border-radius: 7px;
  background: var(--panel);
}
.resource-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #05070a; }
.resource-media img { width: 100%; height: 100%; object-fit: cover; }
.resource-media.contain img { object-fit: contain; background: #0c1118; }
.play-badge {
  position: absolute;
  left: 22px;
  bottom: 20px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 4px;
  color: #fff;
  background: rgba(4,8,12,.76);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.resource-copy { padding: 24px; }
.resource-copy h3 { margin: 0 0 8px; font-size: 20px; }
.resource-copy p { margin: 0 0 20px; color: #96a2b0; font-size: 12px; }
.resource-copy a { color: #72dcc0; font-size: 12px; font-weight: 800; text-decoration: none; }
.proof-summary { display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; }
.proof-image { padding: 12px; border: 1px solid var(--dark-line); background: #0d1219; }
.proof-image img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.proof-facts { display: grid; gap: 1px; background: var(--dark-line); }
.proof-facts article { padding: 24px; background: var(--panel); }
.proof-facts span { color: #738091; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.proof-facts b { display: block; margin-top: 5px; font: 500 28px Georgia, serif; }
.proof-facts p { margin: 7px 0 0; color: #8e9baa; font-size: 11px; }
.dark-platforms { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--dark-line); }
.dark-platforms span { min-height: 74px; display: grid; place-items: center; padding: 12px; border-right: 1px solid var(--dark-line); color: #a9b5c2; font-size: 11px; font-weight: 800; text-align: center; }
.dark-platforms span:last-child { border: 0; }
.precall-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.precall-review { padding: 14px; border: 1px solid var(--dark-line); border-radius: 6px; background: var(--panel); }
.precall-review img { width: 100%; min-height: 150px; object-fit: contain; background: #171a1f; }
.precall-review p { margin: 13px 0 0; color: #8795a4; font-size: 10px; }
.profile-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 35px;
  align-items: center;
  padding: 34px;
  border: 1px solid #295948;
  border-radius: 7px;
  background: #0e211c;
}
.profile-panel h3 { margin: 0 0 8px; font-size: 26px; }
.profile-panel p { margin: 0; color: #94b0a6; }
.precall-faq details { border-bottom-color: var(--dark-line); }
.precall-faq summary { color: #e5e9ed; }
.precall-faq p { color: #96a3b2; }
.precall-footer { padding: 48px 0; color: #697585; border-top: 1px solid var(--dark-line); font-size: 10px; }
.precall-footer-top { margin-bottom: 28px; display: flex; justify-content: space-between; gap: 18px; }
.precall-footer nav { display: flex; flex-wrap: wrap; gap: 15px; }
.modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(2,4,7,.84);
  backdrop-filter: blur(8px);
}
.modal.open { display: grid; }
.modal-dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border: 1px solid #3a4655;
  border-radius: 7px;
  background: #fff;
}
.modal-head { position: sticky; z-index: 2; top: 0; min-height: 58px; padding: 14px 62px 14px 18px; color: #101720; background: #fff; border-bottom: 1px solid #dfe4e9; }
.modal-head b { display: block; }
.modal-head span { color: #6d7782; font-size: 11px; }
.modal-close { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border: 1px solid #cfd5dc; border-radius: 50%; background: #fff; cursor: pointer; }
.profile-frame { width: 100%; height: 720px; border: 0; background: #fff; }

/* Review index */
.review-index { min-height: 100vh; padding: 70px 24px; color: #eff3f7; background: #0b0f15; }
.review-index main { width: min(1000px, 100%); margin: 0 auto; }
.review-index h1 { max-width: 800px; margin: 50px 0 14px; font-size: 78px; line-height: .95; }
.review-index .intro { max-width: 650px; color: #9aa6b3; }
.variation-list { margin-top: 55px; border-top: 1px solid #2a3440; }
.variation-row { padding: 28px 0; display: grid; grid-template-columns: 70px minmax(0, 1fr) auto; gap: 24px; align-items: center; border-bottom: 1px solid #2a3440; }
.variation-row > span { color: #576577; font: 500 30px Georgia, serif; }
.variation-row h2 { margin: 0 0 7px; font-size: 24px; }
.variation-row p { margin: 0; color: #8492a2; font-size: 13px; }

@media (max-width: 980px) {
  .section-title { font-size: 52px; }
  .due-shell { display: block; }
  .side-nav { display: none; }
  .due-hero, .split-heading, .founder-grid { grid-template-columns: 1fr; }
  .due-hero { min-height: auto; }
  .due-hero h1 { font-size: 76px; }
  .hero-brief { max-width: 620px; }
  .evidence-grid, .proof-summary { grid-template-columns: 1fr; }
  .mechanism-grid { grid-template-columns: 1fr; }
  .mechanism-grid article { min-height: 200px; }
  .mechanism-grid h3 { margin-top: 34px; }
  .platform-strip, .dark-platforms { grid-template-columns: repeat(3, 1fr); }
  .platform-strip span:nth-child(3), .dark-platforms span:nth-child(3) { border-right: 0; }
  .platform-strip span:nth-child(-n+3), .dark-platforms span:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .dark-platforms span:nth-child(-n+3) { border-bottom-color: var(--dark-line); }
  .resource-grid { grid-template-columns: 1fr; }
  .precall-hero h1 { font-size: 56px; }
  .precall-section h2 { font-size: 46px; }
  .review-index h1 { font-size: 64px; }
}

@media (max-width: 720px) {
  .due-page .utility-inner { gap: 10px; flex-wrap: wrap; padding: 7px; }
  .due-page .utility span:nth-child(n+3) { display: none; }
  .due-page .top-links a:not(.btn) { display: none; }
  .due-section { padding: 68px 20px; }
  .due-hero { gap: 38px; }
  .section-title { font-size: 40px; }
  .due-hero h1 { font-size: 58px; }
  .stats-band { grid-template-columns: 1fr 1fr; }
  .stats-band article { min-height: 120px; border-bottom: 1px solid #2a3b50; }
  .stats-band b { font-size: 28px; }
  .tab-panel { grid-template-columns: 1fr; padding: 24px; }
  .custody-flow { grid-template-columns: 1fr; }
  .custody-flow article:not(:last-child)::after { top: auto; right: 50%; bottom: -18px; transform: rotate(90deg); }
  .review-grid, .precall-reviews, .next-grid { grid-template-columns: 1fr; }
  .compare { display: block; overflow-x: auto; white-space: nowrap; }
  .founder-facts { grid-template-columns: 1fr; }
  .founder-facts div { padding-top: 14px; }
  .due-footer-top, .precall-footer-top { flex-direction: column; }
  .precall-hero { padding-top: 52px; }
  .precall-hero h1 { font-size: 42px; }
  .video-shell { margin-top: 28px; }
  .precall-section { padding: 68px 0; }
  .precall-section h2 { font-size: 38px; }
  .proof-image img { min-height: 230px; }
  .profile-panel { grid-template-columns: 1fr; }
  .profile-panel .btn { width: 100%; }
  .variation-row { grid-template-columns: 42px minmax(0, 1fr); }
  .variation-row .btn { grid-column: 1 / -1; }
  .review-index h1 { font-size: 50px; }
}

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