:root {
  --lbp-bg: #0A0F16;
  --lbp-bg-deep: #070B12;
  --lbp-navy: #0B1220;
  --lbp-surface: #111924;
  --lbp-surface-soft: #151E2B;
  --lbp-surface-raised: #1A2433;
  --lbp-text: #E6E8EC;
  --lbp-text-muted: #A7ADB8;
  --lbp-text-subtle: #7F8896;
  --lbp-blue: #6D8BFF;
  --lbp-blue-soft: #AFC2FF;
  --lbp-amber: #FFB84D;
  --lbp-amber-soft: #FFD28A;
  --lbp-border: #3A414C;
  --lbp-border-soft: rgba(167, 173, 184, 0.18);
  --lbp-font-heading: "Space Grotesk", Inter, system-ui, sans-serif;
  --lbp-font-body: Inter, system-ui, sans-serif;
  --lbp-container: 1180px;
  --lbp-radius-sm: 12px;
  --lbp-radius-md: 20px;
  --lbp-radius-lg: 28px;
  --lbp-radius-xl: 36px;
  --lbp-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--lbp-bg);
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background:
    radial-gradient(circle at 20% 0%, rgba(109, 139, 255, 0.12), transparent 35%),
    linear-gradient(180deg, var(--lbp-navy) 0%, var(--lbp-bg) 100%);
  color: var(--lbp-text);
  font-family: var(--lbp-font-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

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

h1,
h2 {
  font-family: var(--lbp-font-heading);
  font-weight: 700;
  letter-spacing: 0;
  color: var(--lbp-text);
}

h1 {
  margin-bottom: 18px;
  max-width: 900px;
  font-size: clamp(44px, 6.6vw, 88px);
  line-height: 0.98;
}

h2 {
  margin-bottom: 20px;
  max-width: 780px;
  font-size: clamp(32px, 4.4vw, 62px);
  line-height: 1.02;
}

h3 {
  margin-bottom: 8px;
  color: var(--lbp-text);
  font-size: 20px;
  line-height: 1.22;
}

p {
  color: var(--lbp-text-muted);
}

.container {
  width: min(var(--lbp-container), calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  z-index: 20;
  top: -80px;
  left: 18px;
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--lbp-blue-soft);
  color: #06101E;
  font-weight: 800;
}

.skip-link:focus {
  top: 18px;
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid rgba(167, 173, 184, 0.12);
  background: rgba(10, 15, 22, 0.82);
  backdrop-filter: blur(18px);
}

.navbar {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--lbp-text);
  text-decoration: none;
  font-family: var(--lbp-font-heading);
  font-weight: 700;
  white-space: nowrap;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  box-shadow: 0 12px 34px rgba(109, 139, 255, 0.16);
}

.brand span {
  font-size: 18px;
}

.navlinks,
.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.navlinks {
  color: var(--lbp-text-muted);
  font-size: 14px;
  font-weight: 600;
}

.navlinks a,
.footer-links a,
.text-link {
  text-decoration: none;
}

.navlinks a:hover,
.navlinks a[aria-current="page"],
.footer-links a:hover,
.text-link:hover {
  color: var(--lbp-text);
}

.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 10px 14px;
  background: linear-gradient(180deg, var(--lbp-blue-soft) 0%, var(--lbp-blue) 100%);
  color: #06101E !important;
  box-shadow: 0 12px 30px rgba(109, 139, 255, 0.20);
  font-weight: 800;
}

.hero {
  padding: 42px 0 28px;
}

.hero-panel,
.page-hero-card,
.cta-band,
.content-panel,
.email-card,
.trust-card,
.feature-card,
.moment-strip,
.step-card,
.use-card {
  border: 1px solid var(--lbp-border-soft);
  background: linear-gradient(180deg, rgba(26, 36, 51, 0.94), rgba(17, 25, 36, 0.94));
  box-shadow: var(--lbp-shadow);
}

.hero-panel {
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
  position: relative;
  border-radius: var(--lbp-radius-xl);
  background:
    linear-gradient(90deg, rgba(10, 15, 22, 0.98) 0%, rgba(10, 15, 22, 0.91) 36%, rgba(10, 15, 22, 0.40) 66%, rgba(10, 15, 22, 0.08) 100%),
    url("/assets/hero-offramp.webp") center right / cover no-repeat;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 50%, rgba(109, 139, 255, 0.16), transparent 30%),
    linear-gradient(180deg, transparent 0%, rgba(10, 15, 22, 0.28) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 650px;
  padding: clamp(28px, 6vw, 72px);
}

.hero-lede,
.lede {
  color: var(--lbp-text-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.kicker,
.chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(167, 173, 184, 0.22);
  background: rgba(17, 25, 36, 0.72);
  color: #C7D5FF;
  font-weight: 700;
}

.kicker {
  gap: 8px;
  margin-bottom: 22px;
  padding: 7px 12px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--lbp-blue);
  box-shadow: 0 0 22px rgba(109, 139, 255, 0.72);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.chip {
  min-height: 34px;
  padding: 0 12px;
  font-size: 13px;
}

.cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 20px;
}

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 20px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, var(--lbp-blue-soft) 0%, var(--lbp-blue) 100%);
  color: #06101E;
  box-shadow: 0 14px 34px rgba(109, 139, 255, 0.24);
}

.btn-secondary,
.btn-quiet {
  border-color: rgba(167, 173, 184, 0.22);
  background: rgba(17, 25, 36, 0.72);
  color: var(--lbp-text);
}

.btn-quiet {
  color: var(--lbp-blue-soft);
}

.micro-note {
  margin-bottom: 0;
  color: var(--lbp-text-subtle);
  font-size: 14px;
}

.section {
  padding: 88px 0;
  border-top: 1px solid rgba(167, 173, 184, 0.10);
}

.section-tight {
  padding: 60px 0;
}

.section-label {
  margin-bottom: 13px;
  color: var(--lbp-blue-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.split-intro,
.replacement-grid,
.trust-text-grid,
.support-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
}

.moment-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  border-radius: var(--lbp-radius-lg);
  padding: 14px;
}

.moment-strip article,
.step-card,
.feature-card,
.use-card {
  border-radius: var(--lbp-radius-md);
  padding: 22px;
}

.moment-strip article {
  background: rgba(10, 15, 22, 0.30);
}

.marker {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 999px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.marker-blue {
  background: var(--lbp-blue);
  box-shadow: 0 0 24px rgba(109, 139, 255, 0.40);
}

.marker-amber {
  background: var(--lbp-amber);
  box-shadow: 0 0 24px rgba(255, 184, 77, 0.30);
}

.step-grid,
.honesty-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.honesty-grid {
  grid-template-columns: repeat(3, 1fr);
}

.step-number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  margin-bottom: 24px;
  background: linear-gradient(180deg, var(--lbp-blue-soft), var(--lbp-blue));
  color: #06101E;
  font-weight: 900;
}

.feature-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.feature-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  color: var(--lbp-text-muted);
}

.feature-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  align-self: center;
  border-radius: 999px;
  background: var(--lbp-blue);
  box-shadow: 0 0 18px rgba(109, 139, 255, 0.36);
}

.feature-list-muted li::before {
  background: var(--lbp-amber);
  box-shadow: 0 0 18px rgba(255, 184, 77, 0.28);
}

.image-card {
  overflow: hidden;
  border: 1px solid var(--lbp-border-soft);
  border-radius: var(--lbp-radius-xl);
  background: var(--lbp-surface);
  box-shadow: var(--lbp-shadow);
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trust-card {
  border-radius: var(--lbp-radius-xl);
  padding: clamp(20px, 4vw, 34px);
}

.never-read-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.never-read-grid span {
  min-height: 54px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(167, 173, 184, 0.16);
  border-radius: var(--lbp-radius-sm);
  padding: 0 14px;
  background: rgba(10, 15, 22, 0.34);
  color: var(--lbp-text-muted);
}

.never-read-grid span::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 999px;
  margin-right: 10px;
  background: var(--lbp-blue);
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--lbp-blue-soft);
  font-weight: 800;
}

.cta-band {
  border-radius: var(--lbp-radius-xl);
  padding: clamp(24px, 5vw, 48px);
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 184, 77, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(26, 36, 51, 0.94), rgba(17, 25, 36, 0.94));
}

.cta-copy {
  max-width: 760px;
}

.footer {
  border-top: 1px solid rgba(167, 173, 184, 0.12);
  padding: 30px 0 42px;
  color: var(--lbp-text-subtle);
  font-size: 14px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--lbp-text-muted);
}

.page-hero {
  padding: 58px 0 26px;
}

.page-hero-card {
  min-height: 460px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-radius: var(--lbp-radius-xl);
  background:
    radial-gradient(circle at 20% 0%, rgba(109, 139, 255, 0.15), transparent 36%),
    radial-gradient(circle at 74% 10%, rgba(255, 184, 77, 0.10), transparent 30%),
    linear-gradient(180deg, rgba(26, 36, 51, 0.96), rgba(17, 25, 36, 0.96));
}

.page-hero-content {
  max-width: 860px;
  padding: clamp(28px, 6vw, 68px);
}

.page-hero h1 {
  font-size: clamp(42px, 6.2vw, 82px);
}

.narrow-heading {
  max-width: 760px;
}

.content-panel,
.email-card {
  border-radius: var(--lbp-radius-xl);
  padding: clamp(22px, 4vw, 38px);
}

.content-panel h2,
.email-card h2,
.feature-card h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.use-card {
  min-height: 150px;
}

.use-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--lbp-text);
}

.email-card {
  background:
    radial-gradient(circle at 20% 12%, rgba(109, 139, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(26, 36, 51, 0.94), rgba(17, 25, 36, 0.94));
}

.email-link-large {
  display: inline-flex;
  margin: 16px 0 22px;
  color: var(--lbp-blue-soft);
  font-family: var(--lbp-font-heading);
  font-size: clamp(26px, 3.3vw, 42px);
  line-height: 1.08;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.warning-card {
  border-color: rgba(255, 184, 77, 0.26);
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 184, 77, 0.10), transparent 30%),
    linear-gradient(180deg, rgba(26, 36, 51, 0.94), rgba(17, 25, 36, 0.94));
}

@media (max-width: 980px) {
  .navlinks {
    gap: 14px;
  }

  .navlinks a:not(.nav-cta) {
    display: none;
  }

  .hero-panel {
    min-height: auto;
    align-items: end;
    padding-top: 380px;
    background:
      linear-gradient(180deg, rgba(10, 15, 22, 0.38) 0%, rgba(10, 15, 22, 0.95) 50%, rgba(10, 15, 22, 0.98) 100%),
      url("/assets/hero-offramp.webp") top center / cover no-repeat;
  }

  .split-intro,
  .replacement-grid,
  .trust-text-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .moment-strip,
  .step-grid,
  .honesty-grid,
  .use-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--lbp-container));
  }

  .navbar {
    min-height: 68px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .brand span {
    font-size: 16px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    padding-top: 22px;
  }

  .hero-panel {
    border-radius: var(--lbp-radius-lg);
    padding-top: 300px;
  }

  .hero-content,
  .page-hero-content {
    padding: 26px;
  }

  h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  h2 {
    font-size: clamp(32px, 10vw, 48px);
  }

  .moment-strip,
  .step-grid,
  .honesty-grid,
  .use-grid,
  .never-read-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 58px 0;
  }

  .section-tight {
    padding: 48px 0;
  }

  .cta-row {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .page-hero-card {
    min-height: 420px;
    border-radius: var(--lbp-radius-lg);
  }
}

/* v1.2.1 Mobile Layout Fix Pass
   Scope: mobile-only composition cleanup after real browser QA.
   Goals: remove empty hero crop, make markers/numbers inline, tighten mobile cards,
   keep desktop v1.2 visual direction intact. */

@media (max-width: 640px) {
  body {
    background:
      radial-gradient(circle at 24% 0%, rgba(109, 139, 255, 0.10), transparent 34%),
      linear-gradient(180deg, #0B1220 0%, #0A0F16 62%, #070B12 100%);
  }

  .container {
    width: min(100% - 28px, var(--lbp-container));
  }

  .site-header {
    background: rgba(7, 11, 18, 0.91);
  }

  .navbar {
    min-height: 68px;
    gap: 14px;
  }

  .brand {
    gap: 10px;
  }

  .brand img {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .brand span {
    font-size: 16px;
    letter-spacing: -0.01em;
  }

  .navlinks {
    display: flex;
    margin-left: auto;
    gap: 0;
  }

  .navlinks a:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    font-size: 13px;
    white-space: nowrap;
  }

  .hero {
    padding: 18px 0 10px;
  }

  .hero-panel {
    min-height: auto;
    display: block;
    padding-top: 0;
    border-radius: 28px;
    background:
      linear-gradient(90deg, rgba(10, 15, 22, 0.98) 0%, rgba(10, 15, 22, 0.88) 58%, rgba(10, 15, 22, 0.52) 100%),
      linear-gradient(180deg, rgba(10, 15, 22, 0.08) 0%, rgba(10, 15, 22, 0.88) 100%),
      url("/assets/hero-offramp.webp") center center / cover no-repeat;
  }

  .hero-panel::after {
    background:
      radial-gradient(circle at 22% 18%, rgba(109, 139, 255, 0.10), transparent 32%),
      linear-gradient(180deg, transparent 0%, rgba(10, 15, 22, 0.18) 100%);
  }

  .hero-content {
    max-width: none;
    padding: 34px 26px 30px;
  }

  .hero-lede,
  .lede {
    font-size: 20px;
    line-height: 1.45;
  }

  h1 {
    font-size: clamp(42px, 12vw, 56px);
    line-height: 1.02;
    letter-spacing: -0.035em;
  }

  h2 {
    font-size: clamp(34px, 9.4vw, 44px);
    line-height: 1.04;
    letter-spacing: -0.03em;
  }

  h3 {
    font-size: 21px;
    line-height: 1.16;
  }

  .page-hero {
    padding: 28px 0 12px;
  }

  .page-hero-card {
    min-height: auto;
    border-radius: 28px;
  }

  .page-hero-content {
    padding: 34px 26px 32px;
  }

  .page-hero h1 {
    font-size: clamp(42px, 11.4vw, 56px);
    line-height: 1.04;
    letter-spacing: -0.035em;
  }

  .section {
    padding: 52px 0;
  }

  .section-tight {
    padding: 44px 0;
  }

  .section-label {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 0.15em;
  }

  .split-intro,
  .replacement-grid,
  .trust-text-grid,
  .support-grid {
    gap: 26px;
  }

  .moment-strip,
  .step-grid,
  .honesty-grid,
  .use-grid,
  .never-read-grid {
    grid-template-columns: 1fr;
  }

  .moment-strip {
    gap: 12px;
    padding: 14px;
    border-radius: 28px;
  }

  .moment-strip article {
    min-height: 0;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 4px;
    align-items: start;
    padding: 22px 20px;
    border-radius: 22px;
  }

  .moment-strip article .marker {
    grid-column: 1;
    grid-row: 1;
    width: 13px;
    height: 13px;
    margin: 5px 0 0;
  }

  .moment-strip article h3,
  .moment-strip article p {
    grid-column: 2;
  }

  .moment-strip article h3 {
    margin-bottom: 4px;
  }

  .moment-strip article p {
    margin-bottom: 0;
  }

  .step-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 4px;
    align-items: start;
    padding: 24px 22px;
    border-radius: 24px;
  }

  .step-number {
    grid-column: 1;
    grid-row: 1;
    width: 34px;
    height: 34px;
    margin: 0;
    font-size: 16px;
  }

  .step-card h3,
  .step-card p {
    grid-column: 2;
  }

  .step-card h3 {
    margin-top: 2px;
    margin-bottom: 6px;
  }

  .step-card p {
    margin-bottom: 0;
  }

  .feature-card:has(> .marker:first-child) {
    min-height: 0;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 4px;
    align-items: start;
    padding: 24px 22px;
    border-radius: 24px;
  }

  .feature-card:has(> .marker:first-child) > .marker {
    grid-column: 1;
    grid-row: 1;
    width: 13px;
    height: 13px;
    margin: 5px 0 0;
  }

  .feature-card:has(> .marker:first-child) > h3,
  .feature-card:has(> .marker:first-child) > p,
  .feature-card:has(> .marker:first-child) > .text-link {
    grid-column: 2;
  }

  .feature-card:has(> .marker:first-child) > h3 {
    margin-bottom: 6px;
  }

  .feature-card:has(> .marker:first-child) > p {
    margin-bottom: 0;
  }

  .feature-card:has(> .marker:first-child) > .text-link {
    margin-top: 10px;
  }

  .feature-card,
  .use-card,
  .content-panel,
  .email-card,
  .trust-card {
    border-radius: 24px;
    padding: 24px 22px;
  }

  .content-panel h2,
  .email-card h2,
  .feature-card h2 {
    font-size: clamp(30px, 8.6vw, 40px);
    line-height: 1.07;
  }

  .use-card {
    min-height: 0;
    padding: 20px;
  }

  .use-card strong {
    margin-bottom: 6px;
  }

  .use-card p {
    margin-bottom: 0;
  }

  .replacement-grid .image-card {
    min-height: 300px;
    border-radius: 26px;
  }

  .replacement-grid .image-card img {
    min-height: 300px;
    object-fit: cover;
  }

  .feature-list {
    gap: 10px;
  }

  .feature-list li {
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 12px;
  }

  .feature-list li::before {
    width: 8px;
    height: 8px;
    margin-top: 0.65em;
    align-self: start;
  }

  .never-read-grid {
    gap: 9px;
  }

  .never-read-grid span {
    min-height: 46px;
    padding: 12px 14px;
    font-size: 16px;
  }

  .never-read-grid span::before {
    width: 7px;
    height: 7px;
    margin-right: 10px;
  }

  .cta-band {
    border-radius: 28px;
    padding: 28px 24px;
  }

  .cta-row {
    margin: 24px 0 16px;
    gap: 12px;
  }

  .btn {
    min-height: 54px;
    width: 100%;
    padding: 0 18px;
    font-size: 15px;
  }

  .chip-row {
    margin-top: 20px;
    gap: 8px;
  }

  .chip {
    min-height: 32px;
    font-size: 13px;
  }

  .email-link-large {
    font-size: clamp(22px, 7vw, 30px);
  }

  .footer {
    padding: 26px 0 34px;
  }

  .footer-row {
    gap: 18px;
  }

  .footer-links {
    gap: 16px;
  }
}

@media (max-width: 390px) {
  .brand span {
    font-size: 15px;
  }

  .nav-cta {
    padding: 0 12px;
    font-size: 12px;
  }

  .hero-content,
  .page-hero-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  h1 {
    font-size: clamp(40px, 11.2vw, 52px);
  }

  h2 {
    font-size: clamp(32px, 8.9vw, 40px);
  }
}

@media (max-width: 640px) {
  .feature-card.marker-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 4px;
    align-items: start;
    padding: 24px 22px;
    border-radius: 24px;
  }

  .feature-card.marker-card > .marker {
    grid-column: 1;
    grid-row: 1;
    width: 13px;
    height: 13px;
    margin: 5px 0 0;
  }

  .feature-card.marker-card > h3,
  .feature-card.marker-card > p,
  .feature-card.marker-card > .text-link {
    grid-column: 2;
  }

  .feature-card.marker-card > h3 {
    margin-bottom: 6px;
  }

  .feature-card.marker-card > p {
    margin-bottom: 0;
  }

  .feature-card.marker-card > .text-link {
    margin-top: 10px;
  }
}


/* v1.2.2 Product Copy + Small Visual Polish Pass
   Scope: wording fixes, clearer product semantics, less email wrapping, better mobile hero crop.
   Keep deployable static structure and v1.2 brand direction intact. */

.email-link-large {
  font-size: clamp(24px, 2.35vw, 32px);
  letter-spacing: -0.02em;
}

@media (max-width: 640px) {
  .hero-panel {
    background:
      linear-gradient(90deg, rgba(10, 15, 22, 0.98) 0%, rgba(10, 15, 22, 0.88) 62%, rgba(10, 15, 22, 0.54) 100%),
      linear-gradient(180deg, rgba(10, 15, 22, 0.18) 0%, rgba(10, 15, 22, 0.92) 100%),
      url("/assets/hero-offramp.webp") 62% center / cover no-repeat;
  }

  .hero-content {
    padding-top: 30px;
  }

  .email-link-large {
    font-size: clamp(22px, 6vw, 28px);
  }
}


/* v1.2.3 Stable Recovery Pass
   Scope: preserve v1.2.2 visual/copy, remove external runtime dependencies,
   and fix desktop/mobile layout regressions without redesigning the site. */
:root {
  /* Brand fonts remain preferred when installed; production load is local-only to avoid
     Android/Chrome hanging on third-party font requests. */
  --lbp-font-heading: "Space Grotesk", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --lbp-font-body: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html, body {
  overflow-x: hidden;
}

@media (min-width: 981px) {
  .moment-strip,
  .step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .moment-strip article,
  .step-card {
    min-width: 0;
    min-height: 150px;
  }

  .moment-strip article h3,
  .step-card h3 {
    max-width: 18ch;
  }

  .moment-strip article p,
  .step-card p {
    max-width: 32ch;
  }

  .support-grid {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .moment-strip,
  .step-grid,
  .honesty-grid,
  .use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 32px, var(--lbp-container));
  }

  .site-header {
    position: sticky;
  }

  .hero-panel {
    background:
      radial-gradient(circle at 76% 8%, rgba(109, 139, 255, 0.13), transparent 32%),
      linear-gradient(180deg, rgba(26, 36, 51, 0.95), rgba(10, 15, 22, 0.98));
  }

  .hero-panel::after {
    background:
      radial-gradient(circle at 20% 8%, rgba(109, 139, 255, 0.10), transparent 34%),
      linear-gradient(180deg, transparent 0%, rgba(10, 15, 22, 0.14) 100%);
  }

  .hero-content,
  .page-hero-content {
    padding: 34px 26px 30px;
  }

  .cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .moment-strip article,
  .step-card,
  .feature-card.marker-card {
    grid-template-columns: 20px minmax(0, 1fr);
    column-gap: 14px;
  }

  .moment-strip article .marker,
  .feature-card.marker-card > .marker {
    width: 12px;
    height: 12px;
    margin-top: 7px;
  }

  .step-number {
    width: 34px;
    height: 34px;
    transform: translateX(-7px);
  }

  .replacement-grid .image-card {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .replacement-grid .image-card img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
  }

  .email-link-large {
    font-size: clamp(21px, 5.8vw, 27px);
    line-height: 1.14;
  }

  .footer-links {
    row-gap: 12px;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 28px, var(--lbp-container));
  }

  h1 {
    font-size: clamp(39px, 11.8vw, 50px);
  }

  h2 {
    font-size: clamp(31px, 8.8vw, 40px);
  }

  .hero-lede,
  .lede {
    font-size: 18px;
  }

  .kicker {
    font-size: 10px;
    letter-spacing: 0.11em;
  }
}
