:root {
  color-scheme: light;
  --bg-image: url("/assets/new-website-background.png");
  --paper: #fff6ea;
  --paper-soft: #ffe8cf;
  --paper-card: rgba(255, 250, 241, 0.76);
  --ink: #1c1410;
  --muted: #61554b;
  --soft-muted: #88786a;
  --spark: #ed5b22;
  --spark-dark: #ba3f10;
  --spark-soft: rgba(255, 223, 193, 0.78);
  --spark-border: rgba(236, 124, 58, 0.34);
  --green: #143f32;
  --green-soft: rgba(225, 241, 230, 0.76);
  --border: rgba(151, 91, 43, 0.18);
  --edge-light: rgba(255, 255, 255, 0.86);
  --danger: #96372f;
  --surface-glass:
    linear-gradient(145deg, rgba(255, 255, 255, 0.73), rgba(255, 237, 217, 0.56)),
    var(--bg-image);
  --surface-strong:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 235, 212, 0.72)),
    var(--bg-image);
  --surface-callout:
    linear-gradient(145deg, rgba(255, 252, 244, 0.84), rgba(225, 241, 230, 0.66)),
    var(--bg-image);
  --shadow: 0 30px 90px rgba(166, 79, 28, 0.20), 0 12px 34px rgba(73, 42, 20, 0.10);
  --shadow-soft: 0 16px 42px rgba(166, 79, 28, 0.13), 0 2px 12px rgba(73, 42, 20, 0.07);
  --shadow-tight: 0 8px 24px rgba(194, 83, 31, 0.13);
  --glow: 0 0 0 1px rgba(255, 255, 255, 0.72) inset, 0 0 34px rgba(255, 177, 86, 0.20);
  --glow-strong: 0 0 0 1px rgba(255, 255, 255, 0.82) inset, 0 0 44px rgba(255, 166, 69, 0.30);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-pill: 999px;
  font-family: "Avenir Next", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@supports (background-image: image-set(url("/assets/new-website-background.webp") type("image/webp"))) {
  :root {
    --bg-image: image-set(
      url("/assets/new-website-background.avif") type("image/avif"),
      url("/assets/new-website-background.webp") type("image/webp"),
      url("/assets/new-website-background.png") type("image/png")
    );
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 249, 238, 0.80) 0%, rgba(255, 246, 235, 0.72) 48%, rgba(255, 229, 204, 0.84) 100%),
    var(--bg-image);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.62;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 245, 229, 0.54)),
    var(--bg-image);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(1.08);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000000 45%, #000000 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000000 45%, #000000 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(126, 77, 38, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 77, 38, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(to bottom, #000000, transparent 78%);
  mask-image: linear-gradient(to bottom, #000000, transparent 78%);
}

svg {
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

a {
  color: inherit;
  text-decoration-color: rgba(201, 59, 7, 0.38);
  text-underline-offset: 3px;
}

button,
input {
  font: inherit;
}

button {
  -webkit-tap-highlight-color: transparent;
}

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

.page {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 58px;
}

.site-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 76px;
}

body > .site-header {
  width: min(1180px, calc(100% - 48px));
  margin: 28px auto 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  box-shadow:
    0 14px 28px rgba(220, 74, 10, 0.25),
    0 0 26px rgba(255, 181, 83, 0.32);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-links a {
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.78fr);
  gap: 70px;
  align-items: start;
}

.hero-copy {
  max-width: 680px;
}

.program-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  padding: 12px 20px;
  border: 1px solid rgba(236, 112, 40, 0.16);
  border-radius: var(--radius-pill);
  background: var(--surface-glass);
  background-position: center bottom;
  background-size: cover;
  box-shadow:
    0 14px 34px rgba(198, 83, 25, 0.16),
    0 0 36px rgba(255, 185, 99, 0.26),
    var(--glow);
  color: var(--spark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: translateZ(0);
  transform-style: preserve-3d;
  overflow: hidden;
  isolation: isolate;
}

.program-pill::before,
.program-pill::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}

.program-pill::before {
  inset: 1px;
  z-index: 0;
  background:
    linear-gradient(115deg, transparent 10%, rgba(255, 255, 255, 0.68) 34%, rgba(255, 255, 255, 0.15) 45%, transparent 62%),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.72), transparent 28%);
  opacity: 0.76;
}

.program-pill::after {
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -10px 24px rgba(231, 95, 25, 0.08);
}

.program-pill svg {
  position: relative;
  z-index: 3;
  width: 18px;
  height: 18px;
  transform: translateZ(18px);
}

.program-pill span {
  position: relative;
  z-index: 3;
  transform: translateZ(16px);
}

h1 {
  max-width: 650px;
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 7vw, 96px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-title-main,
.hero-title-accent {
  display: block;
}

.hero-title-accent {
  white-space: nowrap;
}

.spark {
  color: var(--spark);
}

.hero-lede {
  max-width: 600px;
  margin: 26px 0 28px;
  color: #383430;
  font-size: 20px;
  line-height: 1.55;
}

.hero-inline-cta {
  width: auto;
  min-height: 54px;
  padding: 0 22px;
}

.primary-link-button.hero-scroll-cta {
  display: none;
}

.hero-reassurance {
  max-width: 360px;
  margin: 0 0 26px;
  color: #5d554e;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.38;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 26px 0 32px;
}

.reminder-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid var(--spark-border);
  border-radius: var(--radius-pill);
  background: var(--surface-glass);
  background-position: center bottom;
  background-size: 240%;
  box-shadow: var(--shadow-tight), var(--glow);
  color: #28231f;
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.reminder-chip svg {
  width: 17px;
  height: 17px;
  color: var(--spark);
}

.relief-line {
  margin: 0 0 38px;
  color: #5a514a;
  font-size: 18px;
  line-height: 1.45;
}

.thought-path {
  position: relative;
  height: 150px;
  max-width: 650px;
  margin-top: 14px;
  perspective: 920px;
  transform-style: preserve-3d;
}

.thought-path::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 8px;
  top: 42px;
  height: 86px;
  border-radius: 999px;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.34), rgba(255, 199, 134, 0.10)),
    var(--bg-image);
  background-position: center bottom;
  background-size: cover;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 24px 46px rgba(194, 83, 31, 0.08);
  opacity: 0.46;
  filter: blur(0.2px);
  transform: translate3d(0, 0, -24px) rotate(-2deg);
  pointer-events: none;
}

.thought-bubble {
  position: absolute;
  left: 18px;
  top: 14px;
  width: 138px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 235, 214, 0.48)),
    var(--bg-image);
  background-position: center bottom;
  background-size: 340%;
  box-shadow:
    0 24px 42px rgba(138, 76, 38, 0.16),
    0 0 32px rgba(255, 191, 111, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -16px 24px rgba(255, 164, 82, 0.08);
  color: #6a625d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.76);
  transform: translate3d(0, 0, 54px) rotate(-5deg);
  transform-style: preserve-3d;
}

.thought-bubble span {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: inherit;
  overflow: hidden;
  transform: translateZ(16px);
}

.thought-bubble span::before,
.thought-bubble span::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.thought-bubble span::before {
  left: 24px;
  right: 24px;
  top: 10px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0));
  filter: blur(0.2px);
}

.thought-bubble span::after {
  width: 54px;
  height: 110px;
  left: 12px;
  top: -28px;
  background: linear-gradient(95deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0));
  transform: rotate(24deg);
  opacity: 0.42;
}

.thought-bubble::before,
.thought-bubble::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.70);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(255, 234, 213, 0.44)),
    var(--bg-image);
  background-position: center bottom;
  background-size: 420%;
  box-shadow:
    0 10px 18px rgba(138, 76, 38, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.thought-bubble::before {
  width: 16px;
  height: 16px;
  bottom: -22px;
  left: 34px;
}

.thought-bubble::after {
  width: 8px;
  height: 8px;
  bottom: -38px;
  left: 56px;
}

.path-svg {
  position: absolute;
  left: 145px;
  top: 38px;
  width: 430px;
  height: 95px;
  overflow: visible;
  filter: drop-shadow(0 12px 18px rgba(206, 92, 28, 0.18));
  transform: translate3d(0, 0, 18px);
}

.path-svg path:first-child {
  stroke: rgba(239, 107, 36, 0.84);
  stroke-width: 2.2;
  stroke-dasharray: 8 9;
}

.path-svg path:last-child {
  stroke: rgba(239, 107, 36, 0.84);
  stroke-width: 2;
}

.mini-reminder {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 190px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface-strong);
  background-position: center bottom;
  background-size: 260%;
  box-shadow:
    0 24px 46px rgba(138, 76, 38, 0.18),
    0 0 30px rgba(255, 183, 101, 0.18),
    var(--glow);
  transform: translate3d(0, 0, 62px) rotate(-7deg);
  transform-style: preserve-3d;
  overflow: hidden;
}

.mini-reminder::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.58), transparent 36%, rgba(255, 255, 255, 0.16) 58%, transparent 74%),
    radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.72), transparent 32%);
  pointer-events: none;
}

.mini-reminder > * {
  position: relative;
  z-index: 1;
  transform: translateZ(16px);
}

.mini-check {
  width: 28px;
  height: 28px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--spark);
  color: #ffffff;
}

.mini-check svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.4;
}

.mini-reminder strong {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
}

.mini-reminder span span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.signup-panel {
  position: relative;
  padding: 38px 40px 34px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  background-position: center bottom;
  background-size: cover;
  box-shadow: var(--shadow), var(--glow-strong);
  overflow: hidden;
}

.panel-kicker {
  margin: 0 0 18px;
  color: var(--spark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.panel-heading h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.panel-heading p:last-child {
  margin: 0 0 30px;
  color: #4f4942;
  font-size: 16px;
  line-height: 1.45;
}

.signup-form,
.verify-form {
  display: grid;
  gap: 0;
}

.referral-note {
  margin: 0 0 24px;
  padding: 14px 16px;
  border: 1px solid rgba(18, 65, 47, 0.20);
  border-radius: 14px;
  background: var(--surface-callout);
  background-position: center bottom;
  background-size: cover;
  box-shadow: var(--shadow-tight);
  color: #163b2d;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.42;
}

.field {
  display: grid;
}

.field label,
.verify-form label {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
}

.phone-input-shell {
  height: 58px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(174, 111, 58, 0.30);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.72);
  padding: 0 16px;
  color: #8a8178;
  font-size: 20px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 10px 24px rgba(181, 87, 31, 0.06);
}

.phone-input-shell:focus-within {
  outline: 3px solid rgba(233, 79, 19, 0.35);
  outline-offset: 3px;
}

.country-code {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
}

.flag-us {
  width: 25px;
  height: 17px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(23, 22, 21, 0.12);
  background:
    linear-gradient(#2b4b86 0 0) 0 0 / 10px 9px no-repeat,
    repeating-linear-gradient(to bottom, #b54135 0 1.6px, #ffffff 1.6px 3.2px);
}

.country-chevron {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-right: 1.7px solid var(--ink);
  border-bottom: 1.7px solid var(--ink);
  transform: translateY(-2px) rotate(45deg);
}

input[type="tel"],
input[type="text"] {
  width: 100%;
  min-width: 0;
  scroll-margin-top: 24px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 20px;
}

input[type="text"] {
  height: 58px;
  border: 1px solid rgba(174, 111, 58, 0.30);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.72);
  padding: 0 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 10px 24px rgba(181, 87, 31, 0.06);
}

input::placeholder {
  color: #8a8178;
}

.field-note {
  margin: 10px 0 28px;
  color: var(--soft-muted);
  font-size: 14px;
  line-height: 1.4;
}

.consent-check {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 30px;
}

.consent-check input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  border-radius: 4px;
  accent-color: var(--spark);
}

.consent-copy {
  color: #342f2a;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.46;
}

.consent-copy a {
  color: var(--spark-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.turnstile-slot {
  min-height: 0;
  margin: -10px 0 22px;
}

.turnstile-slot:empty {
  display: none;
}

.primary-button,
.primary-link-button {
  width: 100%;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 0;
  border: 0;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 128, 58, 0.98) 0%, rgba(221, 70, 12, 0.98) 100%),
    var(--bg-image);
  background-position: center bottom;
  background-size: 260%;
  box-shadow:
    0 16px 34px rgba(222, 74, 10, 0.30),
    0 0 28px rgba(255, 159, 70, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  color: #ffffff;
  font-size: 18px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.secondary-link-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  padding: 0 16px;
  border: 1px solid rgba(147, 104, 65, 0.28);
  border-radius: 999px;
  background: var(--surface-glass);
  background-position: center bottom;
  background-size: 260%;
  box-shadow: var(--shadow-tight);
  color: var(--spark-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.primary-button svg {
  width: 21px;
  height: 21px;
}

.primary-button:focus-visible,
.primary-link-button:focus-visible,
.secondary-link-button:focus-visible,
.nav-links a:focus-visible,
.brand:focus-visible,
.text-link:focus-visible,
.consent-copy a:focus-visible,
.consent-check input:focus-visible {
  outline: 3px solid rgba(233, 79, 19, 0.35);
  outline-offset: 3px;
}

input[type="text"]:focus-visible {
  outline: 3px solid rgba(233, 79, 19, 0.35);
  outline-offset: 3px;
}

input[type="tel"]:focus-visible {
  outline: 3px solid rgba(233, 79, 19, 0.35);
  outline-offset: 3px;
}

.primary-button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.try-note {
  margin: 14px 0 30px;
  color: #5d554e;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.4;
  text-align: center;
}

.status-line {
  min-height: 19px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.status-line:empty {
  margin: 0;
  min-height: 0;
}

.status-line.is-error {
  color: var(--danger);
}

.trust-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid rgba(18, 65, 47, 0.16);
  border-radius: var(--radius-md);
  background: var(--surface-callout);
  background-position: center bottom;
  background-size: cover;
  box-shadow: var(--shadow-tight);
}

.trust-note svg {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  padding: 7px;
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(232, 247, 236, 0.92), rgba(197, 229, 209, 0.72)),
    var(--bg-image);
  background-position: center bottom;
  background-size: 320%;
  color: var(--green);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 8px 18px rgba(18, 65, 47, 0.10);
}

.trust-note p {
  margin: 0;
}

.trust-note strong {
  display: block;
  margin-bottom: 4px;
  color: #221f1b;
  font-size: 16px;
  line-height: 1.3;
}

.trust-note span {
  display: block;
  color: var(--soft-muted);
  font-size: 14px;
  line-height: 1.35;
}

.verify-form,
.next-step {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.next-step {
  display: grid;
  gap: 14px;
}

.next-step.is-returning-account {
  margin-top: 26px;
  padding-top: 0;
  border-top: 0;
}

.verify-form .field-note {
  margin-bottom: 22px;
}

.next-step h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
}

.next-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.success-label {
  margin: 0 0 8px;
  color: var(--spark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--spark-dark);
  font-size: 14px;
  font-weight: 750;
}

.is-hidden {
  display: none;
}

@media (min-width: 681px) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .hero-copy {
    --pill-x: 0px;
    --pill-y: 0px;
    --pill-tilt-x: 0deg;
    --pill-tilt-y: 0deg;
    --bubble-x: 0px;
    --bubble-y: 0px;
    --bubble-tilt-x: 0deg;
    --bubble-tilt-y: 0deg;
    --path-x: 0px;
    --path-y: 0px;
    --path-bg-x: 0px;
    --path-bg-y: 0px;
    --card-x: 0px;
    --card-y: 0px;
    --card-tilt-x: 0deg;
    --card-tilt-y: 0deg;
    --scroll-lift: 0px;
  }

  .program-pill {
    transform: perspective(900px) translate3d(var(--pill-x), var(--pill-y), 0) rotateX(var(--pill-tilt-x)) rotateY(var(--pill-tilt-y));
    transition: transform 180ms ease-out;
    will-change: transform;
  }

  .thought-path {
    transform: translate3d(0, var(--scroll-lift), 0);
    transition: transform 220ms ease-out;
    will-change: transform;
  }

  .thought-path::before {
    transform: translate3d(var(--path-bg-x), var(--path-bg-y), -24px) rotate(-2deg);
    transition: transform 220ms ease-out;
    will-change: transform;
  }

  .thought-bubble {
    transform: translate3d(var(--bubble-x), var(--bubble-y), 54px) rotateX(var(--bubble-tilt-x)) rotateY(var(--bubble-tilt-y)) rotate(-5deg);
    transition: transform 220ms ease-out;
    will-change: transform;
  }

  .path-svg {
    transform: translate3d(var(--path-x), var(--path-y), 18px);
    transition: transform 220ms ease-out;
    will-change: transform;
  }

  .mini-reminder {
    transform: translate3d(var(--card-x), var(--card-y), 62px) rotateX(var(--card-tilt-x)) rotateY(var(--card-tilt-y)) rotate(-7deg);
    transition: transform 220ms ease-out;
    will-change: transform;
  }
}

.program-pill,
.reminder-chip,
.mini-reminder,
.signup-panel,
.referral-note,
.secondary-link-button,
.trust-note,
.benefit,
.legal-header,
.use-case-hero,
.use-case-panel,
.price-card,
.check-card,
.example-list span,
.example-list a,
.faq-item {
  background-blend-mode: normal, soft-light;
}

@supports ((backdrop-filter: blur(18px)) or (-webkit-backdrop-filter: blur(18px))) {
  .program-pill,
  .reminder-chip,
  .mini-reminder,
  .signup-panel,
  .referral-note,
  .secondary-link-button,
  .trust-note,
  .benefit,
  .legal-header,
  .use-case-hero,
  .use-case-panel,
  .price-card,
  .check-card,
  .example-list span,
  .example-list a,
  .faq-item {
    -webkit-backdrop-filter: blur(18px) saturate(1.05);
    backdrop-filter: blur(18px) saturate(1.05);
  }
}

.benefits {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 38px;
}

.landing-section {
  position: relative;
  z-index: 2;
  margin-top: 58px;
}

.landing-section > .eyebrow,
.pricing-section .eyebrow {
  margin-bottom: 10px;
}

.landing-section > h2,
.pricing-section h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-lede {
  max-width: 590px;
  margin: 14px 0 0;
  color: #4f4942;
  font-size: 18px;
  line-height: 1.55;
}

.steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.benefit {
  min-height: 174px;
  padding: 26px 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 18px;
  background: var(--surface-glass);
  background-position: center bottom;
  background-size: 260%;
  box-shadow: var(--shadow-soft), var(--glow);
}

.benefit-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(236, 112, 40, 0.18);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 235, 213, 0.94), rgba(255, 196, 132, 0.68)),
    var(--bg-image);
  background-position: center bottom;
  background-size: 320%;
  color: var(--spark);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 22px rgba(226, 93, 26, 0.12);
}

.benefit-icon svg {
  width: 28px;
  height: 28px;
}

.benefit-green .benefit-icon {
  background:
    linear-gradient(145deg, rgba(232, 247, 236, 0.94), rgba(201, 232, 211, 0.72)),
    var(--bg-image);
  background-position: center bottom;
  background-size: 320%;
  color: var(--green);
}

.benefit h2,
.benefit h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
}

.benefit p {
  margin: 0;
  color: #514b45;
  font-size: 15px;
  line-height: 1.52;
}

.scribble {
  width: 76px;
  height: 12px;
  margin-top: 12px;
}

.scribble path {
  stroke: #ef6b24;
  stroke-width: 2;
}

.benefit-green .scribble path {
  stroke: var(--green);
}

.closing-note {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 44px auto 0;
  text-align: center;
}

.closing-note h2 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.closing-note p {
  max-width: 540px;
  margin: 14px auto 0;
  color: #5a514a;
  font-size: 18px;
  line-height: 1.5;
}

.closing-cta {
  margin-top: 22px;
}

.bottom-wash {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 170px;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 246, 234, 0), rgba(255, 218, 185, 0.50)),
    var(--bg-image);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(2px) saturate(1.08);
  opacity: 0.72;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000000 52%);
  mask-image: linear-gradient(to bottom, transparent, #000000 52%);
}

.legal-main {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100% - 48px));
  margin: 0 auto 70px;
  padding: 22px 0 0;
}

.legal-header {
  margin-bottom: 34px;
  padding: 34px 38px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 28px;
  background: var(--surface-strong);
  background-position: center bottom;
  background-size: cover;
  box-shadow: var(--shadow-soft), var(--glow);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--spark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.legal-header h1 {
  font-size: clamp(44px, 6vw, 64px);
  line-height: 1;
}

.legal-meta {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.legal-section {
  padding: 28px 0;
  border-top: 1px solid var(--border);
}

.legal-section h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0;
}

.legal-section p,
.legal-section li {
  color: #3c3630;
  font-size: 16px;
  line-height: 1.64;
}

.legal-section p {
  margin-bottom: 12px;
}

.legal-section ul {
  margin: 10px 0 14px;
  padding-left: 22px;
}

.legal-section a {
  color: var(--spark-dark);
  font-weight: 700;
}

.site-footer {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto 46px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  color: var(--muted);
}

.site-footer strong {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
}

.site-footer p {
  margin: 6px 0 0;
  font-size: 14px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.site-footer a {
  color: var(--spark-dark);
  font-size: 14px;
  font-weight: 700;
}

.landing-seo-footer {
  display: grid;
  grid-template-columns: minmax(210px, 0.58fr) minmax(0, 1fr);
  gap: 42px;
  margin-top: 10px;
}

.footer-brand-block p {
  max-width: 260px;
  line-height: 1.45;
}

.footer-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.footer-link-group {
  min-width: 0;
}

.footer-group-title {
  margin: 0 0 13px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-footer .footer-link-grid nav {
  display: grid;
  gap: 9px;
  justify-content: stretch;
}

.site-footer .footer-link-grid a {
  color: #51473f;
  font-weight: 650;
  line-height: 1.35;
  text-decoration-color: rgba(201, 59, 7, 0.26);
}

.site-footer .footer-utility {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-start;
  padding-top: 2px;
}

.site-footer .footer-utility a {
  color: var(--spark-dark);
  font-weight: 750;
}

.use-case-main {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100% - 48px));
  margin: 0 auto 70px;
}

.use-case-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 34px;
  align-items: end;
  padding: 40px 42px 36px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 30px;
  background: var(--surface-strong);
  background-position: center bottom;
  background-size: cover;
  box-shadow: var(--shadow), var(--glow-strong);
}

.use-case-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(44px, 6vw, 74px);
  line-height: 0.98;
}

.use-case-lede {
  max-width: 630px;
  margin: 22px 0 0;
  color: #3e3831;
  font-size: 20px;
  line-height: 1.55;
}

.use-case-cta {
  width: auto;
  min-height: 52px;
  padding: 0 22px;
  align-self: end;
  white-space: nowrap;
}

.use-case-cta:focus-visible,
.example-list span:focus-visible,
.example-list a:focus-visible {
  outline: 3px solid rgba(233, 79, 19, 0.35);
  outline-offset: 3px;
}

.use-case-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.use-case-panel {
  padding: 27px 26px 25px;
  border: 1px solid rgba(255, 255, 255, 0.60);
  border-radius: 20px;
  background: var(--surface-glass);
  background-position: center bottom;
  background-size: 260%;
  box-shadow: var(--shadow-soft), var(--glow);
}

.use-case-panel h2,
.example-section h2,
.faq-section h2,
.use-case-note h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.14;
}

.use-case-panel p,
.faq-item p,
.use-case-note p {
  margin: 0;
  color: #4f4942;
  font-size: 16px;
  line-height: 1.58;
}

.text-guide-main {
  width: min(1080px, calc(100% - 48px));
}

.text-guide-hero {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 38px;
  align-items: center;
}

.text-guide-hero-copy {
  min-width: 0;
}

.text-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}

.text-guide-actions .use-case-cta {
  align-self: center;
  min-width: 172px;
}

.guide-decision-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.guide-decision-strip article {
  min-height: 170px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 245, 231, 0.62)),
    var(--bg-image);
  background-position: center bottom;
  background-size: 260%;
  box-shadow: var(--shadow-soft), var(--glow);
}

.guide-decision-strip span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #143f32;
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
}

.guide-decision-strip h2 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.12;
}

.guide-decision-strip p {
  margin: 0;
  color: #4f4942;
  font-size: 15px;
  line-height: 1.5;
}

.screenshot-guide {
  margin-top: 38px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 6px;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.6vw, 52px);
  font-weight: 500;
  line-height: 1.02;
}

.method-shot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 42px;
  align-items: center;
  padding: 38px 0;
  border-top: 1px solid var(--border);
}

.method-shot-best {
  margin-top: 8px;
  padding: 34px;
  border: 1px solid rgba(18, 65, 47, 0.16);
  border-radius: 24px;
  background: var(--surface-callout);
  background-position: center bottom;
  background-size: cover;
  box-shadow: var(--shadow-soft), var(--glow);
}

.method-copy {
  min-width: 0;
}

.method-label {
  margin: 0 0 10px;
  color: var(--spark-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.method-copy h2 {
  margin: 0 0 13px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 3.3vw, 40px);
  font-weight: 500;
  line-height: 1.08;
}

.method-copy p {
  max-width: 620px;
  margin: 0;
  color: #403932;
  font-size: 17px;
  line-height: 1.62;
}

.method-steps {
  display: grid;
  gap: 9px;
  max-width: 620px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
  counter-reset: method-step;
}

.method-steps li {
  position: relative;
  min-height: 34px;
  padding: 7px 0 7px 46px;
  color: #4f4942;
  font-size: 15px;
  line-height: 1.38;
  counter-increment: method-step;
}

.method-steps li::before {
  content: counter(method-step);
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(20, 63, 50, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
}

.method-copy .method-verdict {
  max-width: 660px;
  padding: 14px 16px;
  border-left: 3px solid var(--spark);
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, 0.58);
  color: #4b433d;
  font-size: 15px;
  line-height: 1.55;
}

.method-verdict strong {
  color: var(--ink);
  font-weight: 850;
}

.real-shot {
  width: min(100%, 374px);
  justify-self: center;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 243, 228, 0.62)),
    var(--bg-image);
  background-position: center bottom;
  background-size: cover;
  box-shadow: var(--shadow-soft), var(--glow);
}

.real-shot-hero {
  width: min(100%, 340px);
}

.real-shot img {
  display: block;
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px;
  background: #ffffff;
}

.real-shot-hero img {
  max-height: 560px;
}

.real-shot figcaption {
  padding: 12px 8px 3px;
  color: #5b5148;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
}

.example-section {
  margin-top: 22px;
  padding: 30px 0 28px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.example-section h2 {
  margin-bottom: 16px;
}

.example-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.example-list span,
.example-list a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 11px 16px;
  border: 1px solid var(--spark-border);
  border-radius: var(--radius-pill);
  background: var(--surface-glass);
  background-position: center bottom;
  background-size: 260%;
  color: #302a25;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  box-shadow: var(--shadow-tight), var(--glow);
}

.use-case-list {
  margin-top: 16px;
}

.use-case-caution {
  max-width: 780px;
  margin: 18px 0 0;
  color: #5a514a;
  font-size: 15px;
  line-height: 1.55;
}

.pricing-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: start;
  padding: 30px 0 28px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.price-card {
  min-height: 190px;
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.60);
  border-radius: 18px;
  background: var(--surface-glass);
  background-position: center bottom;
  background-size: 260%;
  box-shadow: var(--shadow-soft), var(--glow);
}

.price-card strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.price-card span {
  display: block;
  margin: 12px 0 10px;
  color: var(--spark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.05;
}

.price-card p {
  margin: 0;
  color: #4f4942;
  font-size: 15px;
  line-height: 1.52;
}

.price-card-green {
  border-color: rgba(18, 65, 47, 0.16);
  background: var(--surface-callout);
  background-position: center bottom;
  background-size: cover;
}

.price-card-green span {
  color: var(--green);
}

.trust-section {
  margin-top: 52px;
}

.trust-grid {
  margin-top: 20px;
}

.check-card h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.14;
}

.check-card p {
  margin: 0;
  color: #4f4942;
  font-size: 16px;
  line-height: 1.6;
}

.related-section {
  border-bottom: 0;
}

.context-section p {
  max-width: 780px;
  margin: 0;
  color: #4f4942;
  font-size: 16px;
  line-height: 1.62;
}

.faq-section {
  margin-top: 24px;
  padding: 30px 0 4px;
}

.faq-section .eyebrow {
  margin-bottom: 9px;
}

.faq-section h2 {
  font-size: clamp(30px, 4vw, 42px);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.faq-item {
  padding: 22px 24px 21px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 18px;
  background: var(--surface-glass);
  background-position: center bottom;
  background-size: 260%;
  box-shadow: var(--shadow-soft), var(--glow);
}

.faq-item h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.16;
}

.use-case-note {
  max-width: 760px;
  margin: 34px auto 0;
  text-align: center;
}

.use-case-note h2 {
  font-size: clamp(32px, 4vw, 46px);
}

.use-case-note p {
  font-size: 18px;
  line-height: 1.55;
}

.article-section {
  margin-top: 24px;
}

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

.article-card,
.medical-note,
.check-card {
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.60);
  border-radius: 20px;
  background: var(--surface-glass);
  background-position: center bottom;
  background-size: 260%;
  box-shadow: var(--shadow-soft), var(--glow);
}

.article-card-wide {
  max-width: none;
}

.article-card h2,
.medical-note h2,
.source-section h2,
.check-card h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.14;
}

.article-card p,
.medical-note p {
  margin: 0;
  color: #4f4942;
  font-size: 16px;
  line-height: 1.64;
}

.article-card p + p,
.medical-note p + p {
  margin-top: 14px;
}

.article-card strong {
  color: var(--ink);
  font-weight: 800;
}

.medical-note {
  border-color: rgba(18, 65, 47, 0.16);
  background: var(--surface-callout);
  background-position: center bottom;
  background-size: cover;
}

.source-section {
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.source-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: #4f4942;
  font-size: 15px;
  line-height: 1.5;
}

.source-list a {
  color: var(--spark-dark);
  font-weight: 750;
}

.checklist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #4f4942;
  font-size: 15px;
  line-height: 1.5;
}

.check-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
}

.check-list span {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 1.5px solid rgba(186, 63, 16, 0.44);
  border-radius: 5px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

@media (max-width: 1120px) {
  .page {
    width: min(100% - 48px, 760px);
  }

  .site-header {
    margin-bottom: 48px;
  }

  body > .site-header {
    width: min(100% - 48px, 760px);
    margin: 28px auto 48px;
  }

  .nav-links {
    gap: 24px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .primary-link-button.hero-scroll-cta {
    display: inline-flex;
    margin: 0 0 12px;
  }

  .signup-panel {
    max-width: 620px;
  }

  .benefits {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .legal-main,
  .site-footer {
    width: min(100% - 48px, 760px);
  }
}

@media (max-width: 680px) {
  body {
    background-attachment: scroll;
    background-position: center top;
  }

  body::before,
  .bottom-wash {
    background-attachment: scroll;
  }

  .page {
    width: min(100% - 32px, 520px);
    padding-top: 20px;
  }

  .site-header {
    margin-bottom: 42px;
  }

  body > .site-header {
    width: min(100% - 32px, 520px);
    margin: 20px auto 42px;
  }

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

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .brand-mark img {
    width: 100%;
    height: 100%;
  }

  .nav-links {
    display: none;
  }

  h1 {
    font-size: 56px;
    line-height: 0.98;
  }

  .hero-title-accent {
    white-space: normal;
  }

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

  .hero-inline-cta {
    width: 100%;
  }

  .hero-reassurance {
    max-width: none;
  }

  .primary-link-button.hero-scroll-cta {
    display: inline-flex;
    margin: 0 0 12px;
  }

  .reminder-chip {
    min-height: 44px;
  }

  .thought-path {
    height: 132px;
    margin-bottom: -14px;
    transform: scale(0.84);
    transform-origin: left top;
  }

  .signup-panel {
    padding: 28px 22px;
    border-radius: 26px;
  }

  .panel-heading h2 {
    font-size: 34px;
  }

  .phone-input-shell,
  input[type="text"] {
    height: 56px;
  }

  .consent-copy {
    font-size: 12.5px;
  }

  .benefits {
    grid-template-columns: 1fr;
  }

  .landing-section {
    margin-top: 46px;
  }

  .pricing-section {
    padding: 26px 0 24px;
  }

  .legal-main,
  .site-footer {
    width: min(100% - 32px, 520px);
  }

  .legal-header {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .site-footer {
    display: block;
  }

  .site-footer nav {
    justify-content: flex-start;
    margin-top: 18px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 48px;
  }

  .program-pill {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .reminder-chip {
    width: 100%;
  }
}

@media (max-width: 1120px) {
  .landing-seo-footer {
    grid-template-columns: 1fr;
  }

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

  .use-case-main {
    width: min(100% - 48px, 760px);
  }

  .text-guide-main {
    width: min(100% - 48px, 800px);
  }

  .use-case-hero {
    grid-template-columns: 1fr;
  }

  .text-guide-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .use-case-cta {
    justify-self: start;
  }

  .use-case-panels,
  .guide-decision-strip {
    grid-template-columns: 1fr;
  }

  .guide-decision-strip article {
    min-height: 0;
  }

  .method-shot,
  .method-shot-best {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .method-shot {
    padding: 34px 0;
  }

  .method-shot-best {
    padding: 34px 30px;
  }

  .article-grid,
  .checklist-grid {
    grid-template-columns: 1fr;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 700px) and (max-width: 1120px) {
  .text-guide-hero {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
    align-items: center;
    gap: 28px;
    padding: 34px;
  }

  .text-guide-hero h1 {
    font-size: clamp(42px, 5.8vw, 56px);
  }

  .text-guide-hero .use-case-lede {
    font-size: 18px;
    line-height: 1.48;
  }

  .text-guide-hero .real-shot-hero {
    width: min(100%, 280px);
  }

  .text-guide-hero .real-shot-hero img {
    max-height: 420px;
  }

  .guide-decision-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .guide-decision-strip article {
    min-height: 150px;
    padding: 20px 18px;
  }

  .guide-decision-strip h2 {
    font-size: 21px;
  }

  .method-shot,
  .method-shot-best {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }

  .method-shot {
    padding: 38px 0;
  }

  .method-shot-best {
    padding: 38px 36px;
  }

  .method-shot .real-shot {
    width: min(100%, 340px);
  }

  .method-shot .real-shot img {
    max-height: 560px;
  }
}

@media (max-width: 680px) {
  .landing-seo-footer {
    display: grid;
  }

  .footer-link-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }

  .site-footer .footer-link-grid nav {
    margin-top: 0;
  }

  .site-footer .footer-utility {
    margin-top: 0;
  }

  .use-case-main {
    width: min(100% - 32px, 520px);
    margin-bottom: 54px;
  }

  .text-guide-main {
    width: min(100% - 32px, 520px);
  }

  .use-case-hero {
    padding: 30px 22px 28px;
    border-radius: 25px;
  }

  .use-case-hero h1 {
    font-size: 44px;
    line-height: 1;
  }

  .use-case-lede {
    font-size: 18px;
  }

  .use-case-cta {
    width: 100%;
  }

  .text-guide-actions {
    display: grid;
    gap: 10px;
  }

  .text-guide-actions .use-case-cta,
  .text-guide-actions .secondary-link-button {
    width: 100%;
  }

  .guide-decision-strip article {
    padding: 22px 20px;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .method-shot {
    padding: 30px 0;
  }

  .method-shot-best {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .method-copy h2 {
    font-size: 30px;
  }

  .method-copy p {
    font-size: 16px;
  }

  .method-steps li {
    padding-left: 48px;
  }

  .real-shot {
    width: min(100%, 330px);
    padding: 8px;
    border-radius: 24px;
  }

  .real-shot img {
    max-height: 520px;
    border-radius: 17px;
  }

  .text-guide-hero .real-shot-hero {
    width: min(100%, 300px);
  }

  .text-guide-hero .real-shot-hero img {
    height: 300px;
    max-height: 300px;
  }

  .use-case-panel {
    padding: 25px 22px;
  }

  .faq-item {
    padding: 21px 20px 20px;
  }

  .example-list span,
  .example-list a {
    width: 100%;
  }

  .thought-path {
    max-width: 100%;
    overflow: hidden;
    transform: none;
  }

  .path-svg {
    left: 112px;
    width: min(260px, calc(100vw - 156px));
  }
}
