:root {
  --ink: #1a1a1a;
  --ink-soft: #26312d;
  --muted: #66716b;
  --quiet: #8b958f;
  --line: #ded8cd;
  --line-strong: #cfc6b8;
  --paper: #f7f4ef;
  --paper-deep: #ede7dc;
  --white: #ffffff;
  --navy: #1b3a5c;
  --green: #2d4a3e;
  --gold: #a87945;
  --mist: #edf3ec;
  --taupe: #d8cbbb;
  --shadow: 0 34px 90px rgba(44, 36, 27, 0.14);
  --shadow-soft: 0 18px 56px rgba(44, 36, 27, 0.08);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #fbfaf7 0%, var(--paper) 58%, #f2ece3 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.9);
  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(--green);
  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(--green);
  box-shadow: 0 20px 40px rgba(45, 74, 62, 0.2);
  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: 12px;
  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 rgba(44, 36, 27, 0.22);
  list-style: none;
  margin: auto 0 34px;
  padding: 26px 0 0;
}

.primary-doc li {
  border-bottom: 1px solid rgba(44, 36, 27, 0.22);
  color: var(--ink);
  font-size: 17px;
  font-weight: 820;
  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),
.scenario-items {
  color: var(--muted);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.42;
}

.scenario-copy p:not(.section-label) {
  margin-bottom: 0;
}

.scenario-items {
  display: grid;
  gap: 10px 24px;
  grid-template-columns: repeat(2, minmax(0, max-content));
  list-style: none;
  margin: 22px 0;
  padding: 0;
}

.scenario-items li {
  align-items: center;
  display: flex;
  font-weight: 820;
}

.scenario-items li::before {
  background: var(--gold);
  border-radius: 999px;
  content: "";
  height: 8px;
  margin-right: 12px;
  width: 8px;
}

.scenario-panel {
  background: var(--navy);
  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(--navy);
  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,
.conversation-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);
}

.conversation-section {
  align-items: center;
  background: linear-gradient(180deg, #fffdf9, var(--paper));
  display: grid;
  gap: clamp(32px, 5vw, 76px);
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.74fr);
}

.conversation-photo {
  margin: 0;
}

.conversation-photo img {
  aspect-ratio: 1.45;
  border: 1px solid rgba(44, 36, 27, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  object-fit: cover;
  width: 100%;
}

.conversation-copy {
  max-width: 620px;
}

.conversation-copy p:not(.section-label) {
  color: var(--muted);
  font-size: clamp(19px, 1.8vw, 25px);
  line-height: 1.48;
  margin-bottom: 0;
}

.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-icon {
  align-items: center;
  background: var(--mist);
  border: 1px solid rgba(27, 114, 88, 0.18);
  border-radius: 8px;
  color: var(--green);
  display: flex;
  height: 44px;
  justify-content: center;
  margin-bottom: 24px;
  width: 44px;
}

.who-icon::before {
  background: currentColor;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
}

.who-icon.phone::before {
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8c1.6 3.1 3.5 5 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.5 0 .9.4.9.9v3.5c0 .5-.4.9-.9.9C10.7 21.3 2.7 13.3 2.7 3.4c0-.5.4-.9.9-.9h3.5c.5 0 .9.4.9.9 0 1.4.2 2.7.6 4 .1.4 0 .9-.3 1.2l-1.7 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.who-icon.file::before {
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2h8l5 5v15H6V2Zm7 1.8V8h4.2L13 3.8ZM8 12h8v2H8v-2Zm0 4h8v2H8v-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.who-icon.check::before {
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm4.8 7.6-5.6 5.6-2.8-2.8 1.4-1.4 1.4 1.4 4.2-4.2 1.4 1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.who-list article:nth-child(1)::before {
  content: none;
  background:
    linear-gradient(var(--green), var(--green)) center 12px / 16px 2px no-repeat,
    linear-gradient(var(--green), var(--green)) center 21px / 16px 2px no-repeat,
    linear-gradient(var(--green), var(--green)) center 30px / 16px 2px no-repeat,
    var(--mist);
}

.who-list article:nth-child(2)::before {
  content: none;
  background:
    radial-gradient(circle at 50% 23%, var(--green) 0 3px, transparent 4px),
    linear-gradient(var(--green), var(--green)) 50% 18px / 2px 13px no-repeat,
    linear-gradient(var(--green), var(--green)) 50% 31px / 13px 2px no-repeat,
    var(--mist);
}

.who-list article:nth-child(3)::before {
  content: none;
  background:
    radial-gradient(circle, transparent 0 12px, var(--green) 13px 14px, transparent 15px),
    linear-gradient(var(--green), var(--green)) 50% 16px / 2px 10px no-repeat,
    linear-gradient(var(--green), var(--green)) 50% 26px / 9px 2px no-repeat,
    var(--mist);
}

.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:
    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;
}

.mini-fields {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.mini-fields li {
  align-items: center;
  border-top: 1px solid rgba(44, 36, 27, 0.13);
  color: var(--muted);
  display: flex;
  font-size: 12px;
  font-weight: 780;
  min-height: 30px;
}

.mini-fields li::before {
  border: 1px solid rgba(45, 74, 62, 0.42);
  border-radius: 3px;
  content: "";
  height: 10px;
  margin-right: 9px;
  width: 10px;
}

.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(--navy);
  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.2);
  border-radius: 8px;
  color: var(--gold);
  content: "";
  display: flex;
  height: 42px;
  justify-content: center;
  margin-bottom: 24px;
  width: 42px;
}

.comparison-grid article:nth-child(1)::before {
  background:
    linear-gradient(45deg, transparent 44%, var(--gold) 45% 55%, transparent 56%),
    linear-gradient(-45deg, transparent 44%, var(--gold) 45% 55%, transparent 56%);
}

.comparison-grid article:nth-child(2)::before {
  background:
    radial-gradient(circle, transparent 0 12px, var(--gold) 13px 14px, transparent 15px),
    linear-gradient(var(--gold), var(--gold)) 50% 16px / 2px 10px no-repeat,
    linear-gradient(var(--gold), var(--gold)) 50% 26px / 9px 2px no-repeat;
}

.comparison-grid article:nth-child(3)::before {
  background:
    linear-gradient(var(--gold), var(--gold)) 13px 22px / 16px 2px no-repeat,
    linear-gradient(var(--gold), var(--gold)) 13px 28px / 16px 2px no-repeat,
    linear-gradient(var(--gold), var(--gold)) 13px 16px / 16px 2px no-repeat;
}

.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(--green);
  color: var(--white);
}

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

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

.local-first-card {
  align-items: start;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 54px minmax(0, 1fr);
  margin-top: 28px;
  max-width: 680px;
  padding: 22px;
}

.shield-icon {
  background:
    linear-gradient(var(--gold), var(--gold)) 50% 51% / 16px 2px no-repeat,
    linear-gradient(45deg, transparent 46%, var(--gold) 47% 56%, transparent 57%) 47% 54% / 13px 13px no-repeat,
    linear-gradient(-45deg, transparent 46%, var(--gold) 47% 56%, transparent 57%) 55% 54% / 13px 13px no-repeat,
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(215, 178, 123, 0.46);
  border-radius: 10px;
  display: block;
  height: 54px;
  mask:
    radial-gradient(circle at 50% 100%, transparent 0 0),
    linear-gradient(#000, #000);
  width: 54px;
}

.local-first-card strong {
  color: var(--white);
  display: block;
  font-size: clamp(20px, 1.6vw, 26px);
  line-height: 1.12;
  margin-bottom: 8px;
}

.local-first-card p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 0;
}

.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-badges strong {
  font-weight: 900;
}

.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(45, 74, 62, 0.1), rgba(168, 121, 69, 0.08)),
    var(--mist);
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.58fr);
}

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

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

.lead-form {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(44, 36, 27, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: clamp(20px, 3vw, 30px);
}

.lead-form label {
  color: var(--ink);
  display: block;
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 10px;
}

.lead-form input[name="_honey"] {
  display: none;
}

.lead-form-row {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr);
}

.lead-form input[type="email"] {
  background: var(--white);
  border: 1px solid rgba(44, 36, 27, 0.18);
  border-radius: 999px;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  min-height: 52px;
  padding: 0 18px;
  width: 100%;
}

.lead-form button {
  background: var(--green);
  border: 0;
  border-radius: 999px;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 850;
  min-height: 52px;
  padding: 0 20px;
}

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

.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 .primary-button::before {
  content: "";
  background: currentColor;
  display: inline-block;
  height: 14px;
  margin-right: 9px;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10V8a6 6 0 1 1 12 0v2h1a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1h1Zm2 0h8V8a4 4 0 0 0-8 0v2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 14px;
}

.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 {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 13px;
  font-weight: 760;
  justify-content: center;
  line-height: 1.45;
  margin: 16px 0 0;
  text-align: center;
}

.checkout-note span {
  background: currentColor;
  display: inline-block;
  height: 13px;
  margin-right: 7px;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10V8a6 6 0 1 1 12 0v2h1a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1h1Zm2 0h8V8a4 4 0 0 0-8 0v2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 13px;
}

.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,
  .conversation-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,
  .conversation-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;
  }
}
