:root {
  --ink: #111720;
  --ink-soft: #202b37;
  --muted: #657283;
  --quiet: #8d98a7;
  --line: #dce3ea;
  --line-strong: #c7d0da;
  --paper: #f7f5f0;
  --paper-deep: #eee9df;
  --white: #ffffff;
  --navy: #10283d;
  --green: #1b7258;
  --gold: #b88a4b;
  --mist: #eef5f3;
  --shadow: 0 34px 90px rgba(17, 23, 32, 0.14);
  --shadow-soft: 0 18px 56px rgba(17, 23, 32, 0.08);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #fbfaf7 0%, var(--paper) 58%, #f3f0ea 100%);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin-top: 0;
}

.site-header {
  align-items: center;
  background: rgba(251, 250, 247, 0.84);
  border-bottom: 1px solid rgba(17, 23, 32, 0.08);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  left: 0;
  padding: 16px clamp(18px, 4vw, 64px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(22px);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  justify-self: start;
  min-width: 0;
}

.brand-mark {
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(17, 23, 32, 0.14);
  flex: 0 0 auto;
  height: 36px;
  width: 36px;
}

.brand-lockup {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}

.brand-name {
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.brand-tagline {
  color: var(--quiet);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 13px;
  font-weight: 780;
  gap: 28px;
  justify-content: center;
}

.nav a {
  transition: color 160ms ease;
}

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

.header-button {
  background: var(--ink);
  border-radius: 999px;
  color: var(--white);
  font-size: 13px;
  font-weight: 850;
  justify-self: end;
  padding: 11px 18px;
  box-shadow: 0 14px 34px rgba(17, 23, 32, 0.17);
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(40px, 6vw, 92px);
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.82fr);
  min-height: auto;
  overflow: hidden;
  padding: clamp(46px, 5vw, 72px) clamp(20px, 5vw, 76px) clamp(52px, 6vw, 78px);
}

.hero-copy {
  max-width: 820px;
  min-width: 0;
}

.preline,
.section-label {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

h1 {
  color: var(--ink);
  font-size: clamp(50px, 5.9vw, 82px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.94;
  margin-bottom: 30px;
  max-width: 940px;
}

h2 {
  color: var(--ink);
  font-size: clamp(38px, 5.2vw, 78px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  margin-bottom: 22px;
}

h3 {
  color: var(--ink);
  font-size: 22px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.18;
  margin-bottom: 12px;
}

.hero-lede {
  color: var(--ink-soft);
  font-size: clamp(24px, 2.4vw, 35px);
  font-weight: 760;
  line-height: 1.18;
  margin-bottom: 20px;
  max-width: 760px;
}

.hero-support,
.section-heading p,
.large-copy p,
.section-copy p,
.free-section p,
.offer-copy p,
.privacy-grid p,
.feature-list p,
.faq-grid p {
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.62;
}

.hero-support {
  max-width: 700px;
}

.hero-microline {
  color: var(--green);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 18px 0 0;
}

.trust-note {
  color: var(--quiet);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.5;
  margin: 18px 0 0;
  max-width: 640px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 36px 0 30px;
}

.primary-button,
.secondary-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 850;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  transition:
    transform 170ms ease,
    box-shadow 170ms ease,
    border-color 170ms ease,
    background 170ms ease;
}

.primary-button {
  background: var(--ink);
  box-shadow: 0 20px 40px rgba(17, 23, 32, 0.18);
  color: var(--white);
}

.primary-button:hover,
.secondary-button:hover,
.header-button:hover {
  transform: translateY(-1px);
}

.secondary-button {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(17, 23, 32, 0.13);
  color: var(--ink);
}

.secondary-button.light {
  background: var(--white);
}

.primary-button.full {
  width: 100%;
}

.proof-row {
  border-top: 1px solid rgba(17, 23, 32, 0.12);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 640px;
  padding-top: 22px;
}

.proof-row div {
  min-width: 0;
}

.proof-row dt {
  color: var(--quiet);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.proof-row dd {
  color: var(--ink);
  font-size: 17px;
  font-weight: 820;
}

.hero-visual {
  margin: 0;
  min-width: 0;
  position: relative;
}

.product-stage,
.product-collage {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(238, 245, 243, 0.92)),
    var(--white);
  border: 1px solid rgba(17, 23, 32, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: clamp(14px, 2vw, 22px);
  position: relative;
}

.product-stage::before,
.product-collage::before {
  background: linear-gradient(90deg, var(--gold), rgba(184, 138, 75, 0));
  content: "";
  height: 3px;
  left: 22px;
  position: absolute;
  right: 22px;
  top: 18px;
}

.product-stage img {
  border: 1px solid rgba(17, 23, 32, 0.09);
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(17, 23, 32, 0.1);
  margin-top: 12px;
  min-width: 0;
  width: 100%;
}

.product-collage {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 0.82fr;
  isolation: isolate;
  min-height: 640px;
  overflow: hidden;
  padding: clamp(20px, 3vw, 32px);
}

.doc-preview,
.dashboard-preview {
  background: var(--white);
  border: 1px solid rgba(17, 23, 32, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(17, 23, 32, 0.09);
  position: relative;
  z-index: 2;
}

.primary-doc {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  grid-row: span 2;
  min-height: 545px;
  padding: clamp(28px, 4vw, 44px);
}

.doc-label,
.dashboard-preview span {
  color: var(--gold);
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.doc-preview strong {
  color: var(--ink);
  display: block;
  font-size: clamp(25px, 2.7vw, 42px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
}

.primary-doc ul {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: auto 0 34px;
  padding: 26px 0 0;
}

.primary-doc li {
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 760;
  padding: 14px 0;
}

.primary-doc small {
  background: var(--mist);
  border: 1px solid rgba(27, 114, 88, 0.18);
  border-radius: 999px;
  color: var(--navy);
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  justify-content: center;
  padding: 10px 14px;
  width: fit-content;
}

.dashboard-preview {
  align-self: start;
  padding: 24px;
}

.meter {
  align-items: center;
  background:
    radial-gradient(circle at center, #dceee7 0 56%, transparent 57%),
    conic-gradient(var(--green) 0 72%, #d8dedf 72% 100%);
  border-radius: 50%;
  color: var(--green);
  display: flex;
  font-size: 42px;
  font-weight: 900;
  height: 154px;
  justify-content: center;
  margin: 0 auto 14px;
  width: 154px;
}

.dashboard-preview p {
  color: var(--ink);
  font-size: 17px;
  font-weight: 850;
  margin: 0 0 18px;
  text-align: center;
}

.status-row {
  align-items: center;
  background: #f7faf9;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink-soft);
  display: flex;
  font-size: 13px;
  font-weight: 820;
  justify-content: space-between;
  margin-top: 9px;
  min-height: 39px;
  padding: 0 11px;
}

.status-row strong {
  color: var(--green);
}

.status-row.progress strong {
  color: #b7791f;
}

.script-card {
  align-self: end;
  margin-left: -42px;
  padding: 24px;
}

.script-card strong {
  font-size: 22px;
  line-height: 1.12;
}

.script-card p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin: 16px 0 0;
}

.page-stack {
  background:
    linear-gradient(90deg, rgba(17, 23, 32, 0.07), transparent 24px),
    var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
  bottom: 34px;
  box-shadow:
    16px 14px 0 rgba(255, 255, 255, 0.72),
    17px 15px 0 rgba(17, 23, 32, 0.1);
  height: 178px;
  left: 42%;
  position: absolute;
  transform: rotate(-4deg);
  width: 148px;
  z-index: 1;
}

.scenario-section {
  align-items: center;
  background: var(--white);
  display: grid;
  gap: clamp(30px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  padding: clamp(66px, 8vw, 116px) clamp(20px, 5vw, 76px);
}

.scenario-copy {
  max-width: 840px;
}

.scenario-copy p:not(.section-label) {
  color: var(--muted);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.42;
  margin-bottom: 0;
}

.scenario-panel {
  background: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--white);
  padding: clamp(28px, 4vw, 46px);
}

.scenario-panel p {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.scenario-panel ul {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.scenario-panel li {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 720;
  line-height: 1.45;
  padding: 16px 0;
}

.scenario-panel strong {
  color: var(--white);
  display: block;
  font-size: clamp(23px, 2.1vw, 34px);
  line-height: 1.12;
}

.quiet-strip {
  background: var(--ink);
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 1px;
}

.quiet-strip div {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  min-height: 194px;
  padding: clamp(28px, 4vw, 48px);
}

.quiet-strip span {
  color: var(--gold);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}

.quiet-strip strong {
  display: block;
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.05;
  margin-bottom: 14px;
}

.quiet-strip p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 340px;
}

.editorial-section,
.inside-section,
.who-section,
.comparison-section,
.visual-section,
.privacy-section,
.free-section,
.offer-section,
.faq-section {
  padding: clamp(74px, 9vw, 136px) clamp(20px, 5vw, 76px);
}

.editorial-section,
.visual-section,
.privacy-section,
.offer-section {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 92px);
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.88fr);
}

.editorial-section {
  background: var(--white);
}

.who-section {
  background: var(--paper);
}

.who-list {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
}

.who-list article {
  background: rgba(255, 255, 255, 0.58);
  border-top: 1px solid var(--line);
  padding: clamp(28px, 4vw, 44px);
}

.who-list article::before {
  align-items: center;
  background: var(--mist);
  border: 1px solid rgba(27, 114, 88, 0.18);
  border-radius: 8px;
  color: var(--green);
  content: "";
  display: flex;
  font-size: 18px;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  margin-bottom: 24px;
  width: 44px;
}

.who-list article:nth-child(1)::before {
  content: "!";
}

.who-list article:nth-child(2)::before {
  content: "?";
}

.who-list article:nth-child(3)::before {
  content: "1h";
  font-size: 15px;
}

.who-list article:first-child {
  border-left: 1px solid var(--line);
}

.who-list article {
  border-right: 1px solid var(--line);
}

.who-list p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 0;
}

.large-copy p {
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.42;
  margin-bottom: 22px;
}

.large-copy p:last-child {
  margin-bottom: 0;
}

.inside-section {
  margin: 0 auto;
  max-width: calc(var(--max) + 152px);
}

.section-heading {
  margin-bottom: clamp(34px, 5vw, 62px);
  max-width: 860px;
}

.section-heading.compact {
  margin-bottom: 32px;
}

.section-heading h2 {
  max-width: 940px;
}

.section-heading p {
  max-width: 760px;
}

.preview-strip {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 clamp(34px, 5vw, 60px);
}

.preview-strip article {
  aspect-ratio: 1.02;
  background:
    repeating-linear-gradient(
      180deg,
      transparent 0,
      transparent 42px,
      rgba(17, 23, 32, 0.055) 43px,
      transparent 44px
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 245, 243, 0.6)),
    var(--white);
  border: 1px solid rgba(17, 23, 32, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(17, 23, 32, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  padding: 24px;
  position: relative;
}

.preview-strip article::before {
  background: var(--green);
  content: "";
  height: 5px;
  left: 24px;
  position: absolute;
  right: 44%;
  top: 24px;
}

.preview-strip span {
  color: var(--gold);
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 32px;
  text-transform: uppercase;
}

.preview-strip strong {
  color: var(--ink);
  display: block;
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1.18;
}

.preview-strip article:nth-child(4),
.preview-strip article:nth-child(5) {
  aspect-ratio: auto;
  min-height: 220px;
}

.feature-list {
  border-top: 1px solid var(--line);
}

.feature-list article {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 30px;
  grid-template-columns: 110px minmax(220px, 0.72fr) minmax(0, 1fr);
  padding: clamp(24px, 3.6vw, 42px) 0;
}

.feature-list span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding-top: 5px;
  text-transform: uppercase;
}

.feature-list p {
  margin-bottom: 0;
  max-width: 560px;
}

.inside-closeup {
  align-items: stretch;
  display: grid;
  gap: clamp(26px, 4vw, 54px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  margin-top: clamp(42px, 6vw, 74px);
}

.closeup-page {
  background: var(--white);
  border: 1px solid rgba(17, 23, 32, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: clamp(28px, 4vw, 50px);
}

.closeup-page > span {
  color: var(--gold);
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.closeup-page h3 {
  font-size: clamp(28px, 3vw, 48px);
  max-width: 760px;
}

.field-row {
  align-items: baseline;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
  padding: 22px 0;
}

.field-row:last-child {
  border-bottom: 1px solid var(--line);
}

.field-row strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 850;
}

.field-row p,
.closeup-notes p:not(.section-label) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

.closeup-notes {
  align-self: center;
  border-left: 1px solid var(--line);
  padding-left: clamp(24px, 4vw, 42px);
}

.closeup-notes h3 {
  font-size: clamp(25px, 2.4vw, 38px);
}

.comparison-section {
  background: var(--ink);
  color: var(--white);
}

.comparison-section h2 {
  color: var(--white);
}

.comparison-section .section-label {
  color: #d7b27b;
}

.comparison-grid {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
}

.comparison-grid article {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: clamp(28px, 4vw, 44px) 0;
}

.comparison-grid article::before {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: var(--gold);
  content: "";
  display: flex;
  font-size: 18px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin-bottom: 24px;
  width: 42px;
}

.comparison-grid article:nth-child(1)::before {
  content: "X";
}

.comparison-grid article:nth-child(2)::before {
  content: "60";
}

.comparison-grid article:nth-child(3)::before {
  content: "%";
}

.comparison-grid article + article {
  padding-left: clamp(20px, 4vw, 44px);
}

.comparison-grid span {
  color: var(--gold);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.comparison-grid p {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.45;
  margin-bottom: 0;
  max-width: 340px;
}

.visual-section {
  background: var(--paper-deep);
}

.visual-section.reverse {
  background: var(--white);
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 0.96fr);
}

.image-frame {
  background: var(--white);
  border: 1px solid rgba(17, 23, 32, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: clamp(14px, 2vw, 22px);
}

#dashboard .image-frame {
  justify-self: stretch;
}

.dashboard-frame {
  transform: scale(1.08);
  transform-origin: center;
}

.dashboard-callouts {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.dashboard-callouts span {
  background: var(--mist);
  border: 1px solid rgba(27, 114, 88, 0.16);
  border-radius: 6px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  min-height: 36px;
  padding: 9px 10px;
  text-align: center;
}

.image-frame img {
  border: 1px solid rgba(17, 23, 32, 0.08);
  border-radius: 6px;
  width: 100%;
}

.image-frame.tall {
  max-width: 560px;
  justify-self: end;
}

.section-copy {
  max-width: 690px;
}

.refined-list {
  border-top: 1px solid rgba(17, 23, 32, 0.12);
  list-style: none;
  margin: 34px 0 0;
  max-width: 520px;
  padding: 0;
}

.score-example {
  background: rgba(255, 255, 255, 0.62);
  border-left: 3px solid var(--gold);
  color: var(--ink-soft) !important;
  font-size: 16px !important;
  font-weight: 720;
  line-height: 1.55 !important;
  margin: 26px 0 0;
  padding: 18px 20px;
}

.refined-list li {
  align-items: center;
  border-bottom: 1px solid rgba(17, 23, 32, 0.12);
  color: var(--ink);
  display: flex;
  font-size: 16px;
  font-weight: 760;
  gap: 13px;
  min-height: 54px;
}

.refined-list li::before {
  background: var(--green);
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
}

.text-link {
  border-bottom: 1px solid currentColor;
  color: var(--green);
  display: inline-flex;
  font-size: 16px;
  font-weight: 850;
  margin-top: 14px;
  padding-bottom: 3px;
}

.privacy-section {
  background: var(--ink);
  color: var(--white);
}

.privacy-section h2,
.privacy-section h3 {
  color: var(--white);
}

.privacy-section .section-label {
  color: #d7b27b;
}

.privacy-grid {
  display: grid;
  gap: 1px;
}

.privacy-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.privacy-badges span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--white);
  font-size: 13px;
  font-weight: 850;
  padding: 10px 14px;
}

.privacy-grid article {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 28px 0;
}

.privacy-grid article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.privacy-grid p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.free-section {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(27, 114, 88, 0.1), rgba(184, 138, 75, 0.08)),
    var(--mist);
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.free-section h2 {
  max-width: 760px;
}

.free-section p {
  max-width: 720px;
}

.offer-section {
  background: var(--white);
}

.price {
  color: var(--ink);
  font-size: clamp(52px, 6vw, 86px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 34px;
}

.price span {
  color: var(--muted);
  display: block;
  font-size: 16px;
  font-weight: 850;
  margin-top: 10px;
}

.offer-box {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 245, 240, 0.96)),
    var(--white);
  border: 1px solid rgba(17, 23, 32, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: clamp(28px, 4vw, 46px);
}

.offer-box ul {
  list-style: none;
  margin: 24px 0 30px;
  padding: 0;
}

.offer-box li {
  align-items: center;
  border-top: 1px solid rgba(17, 23, 32, 0.1);
  color: var(--ink-soft);
  display: flex;
  font-size: 16px;
  font-weight: 720;
  gap: 12px;
  min-height: 48px;
}

.offer-box li::before {
  background: var(--gold);
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
}

.checkout-note {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
  margin: 16px 0 0;
  text-align: center;
}

.faq-section {
  background: var(--paper);
}

.faq-grid {
  border-top: 1px solid var(--line-strong);
}

details {
  border-bottom: 1px solid var(--line-strong);
  padding: 0;
}

summary {
  color: var(--ink);
  cursor: pointer;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 850;
  list-style: none;
  padding: 28px 0;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  color: var(--gold);
  content: "+";
  float: right;
  font-weight: 800;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: -12px 0 28px;
  max-width: 780px;
}

.site-footer {
  align-items: center;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  gap: 16px;
  justify-content: space-between;
  padding: 28px clamp(20px, 5vw, 76px);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero,
  .scenario-section,
  .editorial-section,
  .visual-section,
  .visual-section.reverse,
  .privacy-section,
  .offer-section {
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .hero-copy,
  .hero-lede,
  .hero-support,
  .product-stage,
  .product-collage {
    max-width: 100%;
    min-width: 0;
  }

  .hero-visual,
  .image-frame.tall {
    justify-self: stretch;
    max-width: none;
  }

  .quiet-strip {
    grid-template-columns: 1fr;
  }

  .scenario-section {
    grid-template-columns: 1fr;
  }

  .quiet-strip div {
    min-height: 0;
  }

  .feature-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .preview-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inside-closeup {
    grid-template-columns: 1fr;
  }

  .closeup-notes {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 28px;
  }

  .who-list,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .who-list article:first-child {
    border-left: none;
  }

  .who-list article {
    border-right: none;
  }

  .comparison-grid article + article {
    padding-left: 0;
  }

  .free-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand-name {
    font-size: 13px;
  }

  .brand-tagline {
    display: none;
  }

  .brand-mark {
    border-radius: 7px;
    height: 32px;
    width: 32px;
  }

  .header-button {
    display: none;
  }

  .hero,
  .scenario-section,
  .editorial-section,
  .inside-section,
  .who-section,
  .comparison-section,
  .visual-section,
  .privacy-section,
  .free-section,
  .offer-section,
  .faq-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    display: block;
    max-width: 390px;
    width: 100%;
  }

  .hero-copy,
  .hero-actions,
  .proof-row,
  .hero-visual,
  .product-stage,
  .product-collage,
  .hero-lede,
  .hero-support {
    max-width: 354px;
    width: 100%;
  }

  .hero-visual {
    margin-top: 46px;
  }

  h1 {
    font-size: clamp(42px, 11.2vw, 54px);
    line-height: 0.96;
    max-width: calc(100vw - 36px);
  }

  h2 {
    font-size: clamp(34px, 11vw, 54px);
  }

  .hero-lede {
    font-size: 20px;
    line-height: 1.28;
    overflow-wrap: break-word;
  }

  .hero-support {
    overflow-wrap: break-word;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .proof-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-stage,
  .product-collage,
  .image-frame,
  .offer-box {
    padding: 12px;
  }

  .product-collage {
    display: block;
    min-height: 0;
  }

  .primary-doc {
    min-height: 420px;
    padding: 24px;
  }

  .dashboard-preview {
    margin-top: 14px;
  }

  .script-card {
    margin: 14px 0 0;
  }

  .page-stack {
    display: none;
  }

  .scenario-panel {
    padding: 24px;
  }

  .preview-strip {
    grid-template-columns: 1fr;
  }

  .preview-strip article {
    aspect-ratio: auto;
    min-height: 180px;
  }

  .field-row,
  .dashboard-callouts {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
