@font-face {
  font-family: "Bricolage Grotesque";
  src: url("assets/fonts/bricolage-grotesque-latin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("assets/fonts/onest-latin.woff2") format("woff2");
  font-display: swap;
}

:root {
  --paper: #f6f7f5;
  --white: #ffffff;
  --ink: #0b1418;
  --ink-soft: #42535b;
  --blue: #3f82a3;
  --blue-dark: #245b76;
  --blue-pale: #dcecf3;
  --line: #ccd6d9;
  --google-yellow: #fbbc04;
  --display: "Bricolage Grotesque", sans-serif;
  --body: "Onest", sans-serif;
  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 30px;
  --shadow: 0 26px 70px rgba(16, 47, 61, 0.13);
  --section: min(1180px, calc(100% - 48px));
}

*, *::before, *::after { box-sizing: border-box; }

html {
  color-scheme: light;
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: clip;
}

body:has(.mobile-buy-bar) { padding-bottom: 0; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 {
  margin-bottom: 0;
  font-family: var(--display);
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

h1 { font-size: clamp(50px, 6.4vw, 88px); }
h2 { font-size: clamp(42px, 5vw, 72px); }
h3 { font-size: 28px; }
p { color: var(--ink-soft); }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus { transform: none; }

.section-shell { width: var(--section); margin-inline: auto; }

.site-header {
  width: min(1280px, calc(100% - 36px));
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 12px auto 0;
  padding: 0 20px 0 26px;
  border: 1px solid rgba(11, 20, 24, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 35px rgba(20, 50, 63, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 168px; height: auto; }

.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a {
  color: #31434b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.site-header nav a:hover { color: var(--blue-dark); }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 13px 22px;
  border: 0;
  border-radius: var(--r-sm);
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms cubic-bezier(.2,.8,.2,1), box-shadow 180ms ease, background-color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.96); }
.button:focus-visible, .text-link:focus-visible, summary:focus-visible, input:focus-visible {
  outline: 3px solid rgba(63, 130, 163, 0.45);
  outline-offset: 3px;
}
.button-dark { color: var(--white); background: var(--ink); box-shadow: 0 12px 24px rgba(11,20,24,.18); }
.button-dark:hover { background: #16262d; }
.button-blue { color: var(--white); background: var(--blue-dark); box-shadow: 0 12px 24px rgba(36,91,118,.2); }
.button-blue:hover { background: #1a4a61; }
.button:disabled { opacity: .68; cursor: wait; transform: none; }

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-weight: 700;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.hero {
  width: min(1280px, calc(100% - 36px));
  min-height: 690px;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  align-items: stretch;
  gap: 58px;
  margin: 18px auto 0;
  padding: 70px 64px 64px;
  border-radius: var(--r-lg);
  background: linear-gradient(137deg, #4a91b2 0%, #367898 72%, #2d6b87 100%);
  overflow: hidden;
}

.hero-copy { align-self: center; max-width: 600px; }
.hero h1 { max-width: 600px; color: var(--white); }
.hero-copy > p {
  max-width: 540px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.8);
  font-size: 19px;
}

.google-line {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 26px;
  padding: 8px 13px 8px 9px;
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 999px;
  background: rgba(16,60,80,.22);
  font-size: 13px;
  font-weight: 650;
}
.google-line img {
  width: 28px;
  height: 28px;
  padding: 5px;
  border-radius: 50%;
  background: var(--white);
}

.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.hero .text-link { color: var(--white); }
.hero .button { min-height: 56px; padding-inline: 26px; }

.mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 22px;
  margin: 28px 0 0;
  padding: 0;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  list-style: none;
}
.mini-proof li { position: relative; padding-left: 15px; }
.mini-proof li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--white);
}
.hero-bonus {
  max-width: 520px;
  margin: 24px 0 0;
  padding-left: 14px;
  color: rgba(255,255,255,.92);
  border-left: 2px solid rgba(255,255,255,.65);
  font-size: 13px;
}

.hero-product {
  position: relative;
  align-self: center;
  margin: 0 -108px 0 0;
  padding: 14px 14px 50px;
  border-radius: 25px 0 0 25px;
  background: rgba(255,255,255,.16);
  transform: rotate(-1.2deg);
}
.hero-product > img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 15px 0 0 15px;
  box-shadow: var(--shadow);
}
.hero-product figcaption {
  position: absolute;
  bottom: 15px;
  left: 22px;
  color: rgba(255,255,255,.84);
  font-size: 12px;
}
.proof-rail {
  width: min(1180px, calc(100% - 48px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  color: #6d7c82;
  font-size: 13px;
}
.proof-rail span { color: var(--ink); font-weight: 700; }
.proof-rail strong { font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }

.eyebrow {
  margin-bottom: 20px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pain-section {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 92px;
  align-items: center;
  padding-block: 140px;
}
.pain-copy h2 { max-width: 670px; }
.pain-copy > p:not(.eyebrow) { max-width: 610px; margin: 28px 0 0; font-size: 18px; }
.pain-copy .source-note { font-size: 13px !important; }

.missed-moment {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--white);
  box-shadow: 0 22px 60px rgba(27,61,75,.08);
}
.moment-row { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 18px; }
.moment-row strong { display: block; font-family: var(--display); font-size: 22px; letter-spacing: -.03em; }
.moment-row small { display: block; margin-top: 3px; color: var(--ink-soft); }
.moment-row.muted { opacity: .58; }
.moment-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: var(--blue-dark);
  font-variant-numeric: tabular-nums;
  font-size: 12px;
  font-weight: 800;
}
.moment-line { width: 1px; height: 34px; margin: 8px 0 8px 25px; background: var(--blue); }
.moment-line.faded { opacity: .38; }

.how-section {
  padding-block: 120px;
  color: var(--white);
  background: var(--ink);
}
.how-section .eyebrow { color: #8bc3dd; }
.section-heading h2 { max-width: 820px; }
.how-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 76px;
  align-items: center;
  margin-top: 68px;
}
.in-use-photo {
  position: relative;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: var(--r-lg);
  background: #17262d;
}
.in-use-photo > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
}
.photo-callout {
  position: absolute;
  right: -28px;
  bottom: 34px;
  width: min(270px, 70%);
  padding: 18px 20px;
  color: var(--ink);
  border-radius: var(--r-md);
  background: var(--white);
  box-shadow: var(--shadow);
}
.photo-callout strong, .photo-callout span { display: block; }
.photo-callout strong { font-family: var(--display); font-size: 18px; }
.photo-callout span { margin-top: 2px; color: var(--ink-soft); font-size: 12px; }

.steps { margin: 0; padding: 0; list-style: none; }
.steps li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,.15);
}
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.steps > li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--ink);
  border-radius: 50%;
  background: #8bc3dd;
  font-size: 13px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.steps h3 { color: var(--white); }
.steps p { margin: 10px 0 0; color: rgba(255,255,255,.65); }

.dream-section { padding-block: 140px; background: var(--white); }
.dream-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 84px;
  align-items: center;
}
.dream-copy h2 { max-width: 600px; }
.dream-copy > p:not(.eyebrow) { margin: 28px 0 0; font-size: 17px; }
.dream-copy ul { display: grid; gap: 22px; margin: 38px 0 0; padding: 0; list-style: none; }
.dream-copy li { position: relative; padding-left: 24px; }
.dream-copy li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}
.dream-copy li strong, .dream-copy li span { display: block; }
.dream-copy li strong { font-family: var(--display); font-size: 20px; letter-spacing: -.025em; }
.dream-copy li span { margin-top: 3px; color: var(--ink-soft); font-size: 13px; }
.dream-photo {
  position: relative;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--paper);
  box-shadow: var(--shadow);
}
.dream-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 20px; }
.dream-photo figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 280px;
  padding: 10px 12px;
  color: rgba(255,255,255,.8);
  border-radius: 9px;
  background: rgba(11,20,24,.8);
  backdrop-filter: blur(10px);
  font-size: 10px;
}

.bundle-section {
  padding-block: 140px;
  background: #dcecf3;
}
.bundle-shell {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 88px;
}
.bundle-intro { position: sticky; top: 28px; align-self: start; }
.bundle-intro h2 { font-size: clamp(42px,4.5vw,64px); }
.bundle-intro > p:last-child { margin: 28px 0 0; font-size: 17px; }
.bundle-ledger { border-top: 1px solid rgba(11,20,24,.22); }
.bundle-ledger article {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 22px;
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid rgba(11,20,24,.22);
}
.bundle-ledger article > strong {
  padding: 8px 10px;
  color: var(--white);
  border-radius: 7px;
  background: var(--blue-dark);
  font-size: 12px;
  text-transform: uppercase;
}
.bundle-ledger .ledger-main > strong { color: var(--ink); background: var(--white); }
.ledger-number { color: var(--blue-dark); font-size: 13px; font-weight: 800; font-variant-numeric: tabular-nums; }
.bundle-ledger h3 { font-size: 27px; }
.bundle-ledger p { margin: 10px 0 0; }
.bundle-fineprint { grid-column: 2; margin: -58px 0 0 74px; font-size: 12px; }

.real-proof {
  display: grid;
  grid-template-columns: 70px 1fr .5fr;
  gap: 42px;
  align-items: center;
  padding-block: 135px;
}
.quote-mark { align-self: start; color: var(--blue); font-family: Georgia, serif; font-size: 110px; line-height: .75; }
.real-proof blockquote { margin: 0; }
.real-proof blockquote > p {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(28px,3.4vw,46px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.real-proof blockquote footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}
.real-proof blockquote footer img { width: 32px; height: 32px; }
.real-proof footer div strong, .real-proof footer div span { display: block; }
.real-proof footer div span { color: var(--ink-soft); font-size: 12px; }
.stars { margin-left: auto; color: var(--google-yellow); letter-spacing: .08em; }
.proof-side { padding-left: 30px; border-left: 1px solid var(--line); }
.proof-side strong { font-family: var(--display); font-size: 22px; }
.proof-side p { margin: 10px 0 0; font-size: 13px; }

.pricing-section {
  padding-block: 125px 110px;
  color: var(--white);
  background: linear-gradient(145deg, #3f82a3, #2d6d8c);
}
.pricing-section .eyebrow { color: #cbe9f6; }
.pricing-heading { text-align: center; }
.pricing-heading h2 { max-width: 900px; margin-inline: auto; }
.pricing-heading > p:last-child { margin: 25px auto 0; color: rgba(255,255,255,.72); }

.pdp-shell {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 0;
  margin-top: 62px;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: var(--r-lg);
  background: var(--white);
  box-shadow: 0 34px 90px rgba(15,46,61,.3);
}
.pdp-trust {
  grid-column: 1 / -1;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  color: var(--white);
  background: #0d1c22;
  font-size: 12px;
}
.pdp-trust .shield-mark {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  color: #bce8fa;
}
.pdp-trust a { margin-left: auto; color: rgba(255,255,255,.76); text-underline-offset: 4px; }

.pdp-gallery {
  min-width: 0;
  padding: 26px;
  border-right: 1px solid var(--line);
  background: #eef3f4;
}
.gallery-main {
  position: relative;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
}
.gallery-main img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 14px;
}
.gallery-main figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 360px;
  padding: 10px 12px;
  color: rgba(255,255,255,.84);
  border-radius: 9px;
  background: rgba(11,20,24,.82);
  backdrop-filter: blur(10px);
  font-size: 10px;
}
.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}
.gallery-thumb {
  min-width: 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 9px;
  padding: 7px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.gallery-thumb img { width: 54px; height: 42px; object-fit: cover; border-radius: 7px; }
.gallery-thumb span { overflow: hidden; font-size: 10px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.gallery-thumb.is-active { border-color: var(--blue-dark); box-shadow: inset 0 0 0 1px var(--blue-dark); }

.pdp-buybox {
  min-width: 0;
  padding: 34px;
}
.product-label {
  margin: 0;
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pdp-buybox > h3 { margin-top: 7px; font-size: clamp(38px,4vw,54px); }
.product-summary { margin: 18px 0 0; font-size: 14px; }
.benefit-pill {
  width: fit-content;
  margin-top: 21px;
  padding: 8px 11px;
  color: var(--blue-dark);
  border: 1px solid #b8d7e5;
  border-radius: 999px;
  background: #eff8fb;
  font-size: 11px;
  font-weight: 750;
}
.buybox-checks { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.buybox-checks li { position: relative; padding-left: 25px; color: #34474f; font-size: 13px; }
.buybox-checks li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-dark); font-weight: 850; }
.tier-form { margin-top: 28px; }
.tier-selector { display: grid; gap: 10px; margin: 0; padding: 0; border: 0; }
.tier-selector legend { margin-bottom: 11px; font-size: 13px; font-weight: 800; }
.tier-option {
  position: relative;
  min-height: 92px;
  display: grid;
  grid-template-columns: 20px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  cursor: pointer;
}
.tier-option:has(input:checked) { border-color: var(--blue); background: #eff8fb; box-shadow: inset 0 0 0 1px var(--blue); }
.tier-option input { width: 18px; height: 18px; accent-color: var(--blue-dark); }
.tier-copy, .tier-price { min-width: 0; }
.tier-copy > strong, .tier-copy > small, .tier-copy > em, .tier-price > b, .tier-price > small { display: block; }
.tier-copy > strong { font-family: var(--display); font-size: 19px; letter-spacing: -.025em; }
.tier-copy > small { margin-top: 1px; color: var(--ink-soft); font-size: 11px; }
.tier-copy > em { margin-top: 4px; color: var(--blue-dark); font-size: 10px; font-style: normal; font-weight: 700; }
.tier-price { text-align: right; }
.tier-price > b { font-family: var(--display); font-size: 26px; line-height: 1; font-variant-numeric: tabular-nums; }
.tier-price > small { margin-top: 4px; color: var(--ink-soft); font-size: 9px; white-space: nowrap; }
.tier-tag {
  width: fit-content;
  margin-bottom: 5px;
  padding: 4px 7px;
  color: var(--white);
  border-radius: 5px;
  background: var(--blue-dark);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.tier-tag.personal { color: var(--ink); background: #dcecf3; }
.featured-tier { border-color: #87bdd5; }
.shipping-line { display: flex; align-items: center; gap: 10px; margin: 17px 0; color: var(--blue-dark); font-size: 11px; }
.shipping-line span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #dcecf3; }
.pdp-cta { width: 100%; min-height: 58px; }
.micro-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.micro-benefits > div { min-width: 0; }
.micro-benefits span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  margin-bottom: 9px;
  color: var(--blue-dark);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 800;
}
.micro-benefits strong, .micro-benefits small { display: block; }
.micro-benefits strong { font-family: var(--display); font-size: 14px; }
.micro-benefits small { margin-top: 2px; color: var(--ink-soft); font-size: 9px; }

.guarantee-card {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 62px;
  padding: 28px;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: var(--r-lg);
  background: #dcecf3;
}
.guarantee-mark {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border: 1px solid #8fb8ca;
  border-radius: 50%;
  font-family: var(--display);
  font-size: 37px;
}
.guarantee-mark::after { content: "days"; margin-left: -13px; font-family: var(--body); font-size: 8px; font-weight: 800; text-transform: uppercase; transform: translateY(17px); }
.guarantee-card .eyebrow { margin-bottom: 9px; color: var(--blue-dark); }
.guarantee-card h3 { max-width: 720px; font-size: clamp(28px,3.2vw,43px); }
.guarantee-card p:last-child { max-width: 760px; margin: 11px 0 0; font-size: 12px; }
.guarantee-card > .text-link { white-space: nowrap; }
.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 12px;
}

.faq-section {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 95px;
  padding-block: 135px;
}
.faq-heading { align-self: start; position: sticky; top: 30px; }
.faq-heading h2 { font-size: clamp(42px,4.4vw,62px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -.025em;
  list-style: none;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 24px; width: 24px; height: 24px; }
.faq-list summary span::before, .faq-list summary span::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 2px;
  width: 20px;
  height: 1px;
  background: var(--ink);
  transition: transform 180ms ease;
}
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 720px; margin: -3px 46px 28px 0; }

.closing-section {
  width: min(1280px, calc(100% - 36px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
  margin: 0 auto 18px;
  padding: 68px;
  border-radius: var(--r-lg);
  background: #dcecf3;
}
.closing-section h2 { max-width: 850px; font-size: clamp(42px,5vw,67px); }
.closing-section p { margin: 20px 0 0; }
.closing-section .button { flex: 0 0 auto; }

.site-footer {
  width: min(1180px, calc(100% - 48px));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  margin: 0 auto;
  padding: 65px 0 115px;
  border-top: 1px solid var(--line);
}
.footer-brand img { width: 160px; }
.site-footer > div:first-child p { max-width: 540px; margin: 18px 0 0; font-size: 13px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: var(--ink-soft); font-size: 13px; }
.trademark-note { grid-column: 1 / -1; margin: 0; color: #78858b; font-size: 11px; }

.mobile-buy-bar { display: none; }

.reveal-ready, .reveal-ready.revealed { opacity: 1; transform: none; }

/* Checkout */
.checkout-page { min-height: 100vh; background: #eef3f4; }
.checkout-header {
  width: min(1180px, calc(100% - 48px));
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}
.checkout-header > span { color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.checkout-shell {
  width: min(1100px, calc(100% - 48px));
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 90px;
  align-items: center;
  margin: 0 auto;
  padding: 74px 0 95px;
}
.checkout-copy h1 { max-width: 560px; font-size: clamp(48px,5.6vw,72px); }
.checkout-copy > p:not(.eyebrow) { margin: 25px 0 0; }
.back-link { display: inline-block; margin-bottom: 42px; color: var(--ink-soft); font-size: 13px; }
.checkout-includes { display: grid; gap: 19px; margin-top: 40px; }
.checkout-includes > div { display: grid; grid-template-columns: 30px 1fr; gap: 13px; }
.checkout-includes > div > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: var(--blue-dark);
  font-size: 12px;
}
.checkout-includes p { margin: 0; }
.checkout-includes strong, .checkout-includes small { display: block; }
.checkout-includes strong { color: var(--ink); }
.checkout-includes small { margin-top: 2px; color: var(--ink-soft); }
.order-panel {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}
.order-product { display: grid; grid-template-columns: 140px 1fr; gap: 22px; align-items: center; }
.order-product figure { position: relative; margin: 0; }
.order-product figure > img { width: 140px; height: 105px; object-fit: cover; border-radius: 14px; }
.order-product > div > span { color: var(--blue-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.order-product h2 { margin-top: 5px; font-size: 29px; }
.order-product p { margin: 5px 0 0; font-size: 13px; }
.pack-selector { display: grid; gap: 10px; margin: 32px 0 0; padding: 0; border: 0; }
.pack-selector legend { margin-bottom: 12px; font-size: 13px; font-weight: 800; }
.pack-selector label {
  min-height: 76px;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  cursor: pointer;
}
.pack-selector label:has(input:checked) { border-color: var(--blue); background: #eff8fb; box-shadow: inset 0 0 0 1px var(--blue); }
.pack-selector input { width: 18px; height: 18px; accent-color: var(--blue-dark); }
.pack-selector label span strong, .pack-selector label span small { display: block; }
.pack-selector label span small { color: var(--ink-soft); }
.pack-selector label > b { font-family: var(--display); font-size: 22px; font-variant-numeric: tabular-nums; }
.color-selector { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0 0; padding: 0; border: 0; }
.color-selector legend { grid-column: 1 / -1; margin-bottom: 10px; font-size: 13px; font-weight: 800; }
.color-selector label {
  min-height: 55px;
  display: grid;
  grid-template-columns: 18px 22px 1fr;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  cursor: pointer;
}
.color-selector label:has(input:checked) { border-color: var(--blue); background: #eff8fb; box-shadow: inset 0 0 0 1px var(--blue); }
.color-selector input { width: 16px; height: 16px; accent-color: var(--blue-dark); }
.color-dot { width: 20px; height: 20px; border-radius: 50%; }
.color-dot.black { background: #101518; }
.color-dot.white { border: 1px solid #b9c4c8; background: var(--white); }
.color-selector strong { font-size: 13px; }
.bump-selector { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; border: 0; }
.bump-selector legend { margin-bottom: 10px; font-size: 13px; font-weight: 800; }
.bump-selector label {
  min-height: 70px;
  display: grid;
  grid-template-columns: 20px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  cursor: pointer;
}
.bump-selector label[hidden] { display: none; }
.bump-selector label:has(input:checked) { border-color: var(--blue); background: #eff8fb; box-shadow: inset 0 0 0 1px var(--blue); }
.bump-selector label:has(input:disabled) { opacity: .46; cursor: not-allowed; }
.bump-selector input { width: 17px; height: 17px; accent-color: var(--blue-dark); }
.bump-selector strong, .bump-selector small { display: block; }
.bump-selector strong { font-size: 13px; }
.bump-selector small { margin-top: 2px; color: var(--ink-soft); font-size: 10px; }
.bump-selector b { font-family: var(--display); font-size: 18px; font-variant-numeric: tabular-nums; }
.order-total { display: flex; justify-content: space-between; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.order-total span { color: var(--ink-soft); }
.order-total strong { font-family: var(--display); font-size: 31px; font-variant-numeric: tabular-nums; }
.stripe-checkout { width: 100%; margin-top: 24px; }
.stripe-checkout.is-loading span:first-child::after { content: " ···"; }
.checkout-status { min-height: 20px; margin: 10px 0 0; color: #a33333; text-align: center; font-size: 12px; }
.checkout-trust { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 18px; margin-top: 16px; color: #68787f; font-size: 10px; }
.checkout-trust span { position: relative; }
.checkout-trust span:not(:first-child)::before { content: "•"; position: absolute; left: -11px; }
.checkout-footer {
  width: min(1180px, calc(100% - 48px));
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto;
  padding: 25px 0 40px;
  border-top: 1px solid var(--line);
}
.checkout-footer p { max-width: 720px; margin: 0; font-size: 10px; }
.checkout-footer div { display: flex; gap: 18px; }
.checkout-footer a { color: var(--ink-soft); font-size: 11px; }

/* Success and legal */
.success-page { min-height: 100vh; display: grid; place-items: center; padding: 50px 24px; background: #dcecf3; }
.success-shell {
  width: min(720px, 100%);
  padding: 52px;
  border-radius: var(--r-lg);
  background: var(--white);
  box-shadow: var(--shadow);
  text-align: center;
}
.success-shell .brand { margin-bottom: 42px; }
.success-mark {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  color: var(--white);
  border-radius: 50%;
  background: var(--blue-dark);
  font-size: 27px;
}
.success-shell h1 { font-size: clamp(45px,7vw,67px); }
.success-shell > p:not(.eyebrow) { max-width: 590px; margin: 24px auto 0; }
.success-next { display: grid; gap: 12px; margin: 38px 0; text-align: left; }
.success-next > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; }
.success-next > div > span { width: 36px; height: 36px; display: grid; place-items: center; color: var(--white); border-radius: 50%; background: var(--ink); font-size: 12px; font-weight: 800; }
.success-next p { margin: 0; }
.success-next strong, .success-next small { display: block; }
.success-next strong { color: var(--ink); }
.success-next small { color: var(--ink-soft); }
.success-shell > .text-link { display: flex; width: fit-content; margin: 14px auto 0; }

.legal-page { padding: 50px 24px 90px; background: var(--white); }
.legal-page main { width: min(760px, 100%); margin: 0 auto; }
.legal-page .brand { margin-bottom: 80px; }
.legal-page h1 { margin-bottom: 30px; font-size: clamp(47px,7vw,72px); }
.legal-page h2 { margin: 42px 0 14px; font-size: 29px; line-height: 1.05; }
.legal-page p { max-width: 720px; }
.legal-page .text-link { margin-top: 45px; }

@media (max-width: 980px) {
  :root { --section: min(100% - 38px, 760px); }
  .site-header nav { display: none; }
  .hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 66px 54px 42px;
  }
  .hero-copy { max-width: 690px; }
  .hero-product { margin: 0 -54px 0 28px; }
  .proof-rail { flex-wrap: wrap; justify-content: flex-start; }
  .proof-rail span { flex: 1 0 100%; }
  .pain-section, .how-grid, .dream-grid, .bundle-shell, .faq-section, .checkout-shell { grid-template-columns: 1fr; }
  .pain-section { gap: 55px; }
  .how-grid { gap: 70px; }
  .dream-grid { gap: 55px; }
  .photo-callout { right: 22px; }
  .bundle-shell { gap: 55px; }
  .bundle-intro, .faq-heading { position: static; }
  .bundle-fineprint { grid-column: 1; margin: -35px 0 0 74px; }
  .real-proof { grid-template-columns: 58px 1fr; }
  .proof-side { grid-column: 2; padding: 0; border: 0; }
  .pdp-shell { grid-template-columns: 1fr; }
  .pdp-gallery { border-right: 0; border-bottom: 1px solid var(--line); }
  .guarantee-card { grid-template-columns: 86px 1fr; }
  .guarantee-card > .text-link { grid-column: 2; width: fit-content; }
  .checkout-shell { max-width: 720px; gap: 55px; padding-top: 55px; }
  .checkout-copy h1 { max-width: 700px; }
}

@media (max-width: 720px) {
  :root {
    --r-lg: 23px;
    --section: calc(100% - 36px);
  }
  body:has(.mobile-buy-bar) { padding-bottom: 83px; }
  .site-header {
    width: calc(100% - 24px);
    height: 70px;
    margin-top: 8px;
    padding: 0 15px 0 18px;
    border-radius: 17px;
  }
  .brand img { width: 142px; }
  .header-cta { display: none; }
  .hero {
    width: calc(100% - 24px);
    min-height: 0;
    gap: 38px;
    margin-top: 10px;
    padding: 47px 22px 22px;
    border-radius: 23px;
  }
  .google-line { max-width: 100%; margin-bottom: 22px; font-size: 11px; }
  .hero h1 { font-size: clamp(48px, 14.5vw, 67px); }
  .hero-copy > p { margin-top: 22px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; margin-top: 28px; }
  .hero-actions .text-link { justify-content: center; }
  .mini-proof { gap: 8px 15px; margin-top: 21px; font-size: 10px; }
  .hero-bonus { margin-top: 19px; font-size: 11px; }
  .hero-product { margin: 0 -22px 0 0; padding: 8px 8px 42px; border-radius: 18px 0 0 18px; transform: none; }
  .hero-product > img { border-radius: 12px 0 0 12px; }
  .hero-product figcaption { bottom: 12px; left: 14px; }
  .proof-rail { width: calc(100% - 36px); gap: 10px 19px; padding: 22px 0; }
  .proof-rail strong { font-size: 10px; }
  .pain-section { gap: 36px; padding-block: 95px; }
  .pain-copy h2, .section-heading h2, .bundle-intro h2, .pricing-heading h2, .faq-heading h2, .closing-section h2 { font-size: clamp(42px,12vw,56px); }
  .pain-copy > p:not(.eyebrow) { margin-top: 22px; font-size: 16px; }
  .missed-moment { padding: 26px 20px; }
  .moment-row { grid-template-columns: 44px 1fr; gap: 13px; }
  .moment-icon { width: 44px; height: 44px; }
  .moment-row strong { font-size: 18px; }
  .moment-row small { font-size: 11px; }
  .moment-line { height: 25px; margin-left: 21px; }
  .how-section { padding-block: 92px; }
  .how-grid { gap: 48px; margin-top: 40px; }
  .in-use-photo { padding: 7px; }
  .in-use-photo > img { border-radius: 16px; }
  .photo-callout { right: 14px; bottom: 15px; padding: 14px 16px; }
  .steps li { grid-template-columns: 39px 1fr; gap: 15px; padding: 24px 0; }
  .steps > li > span { width: 38px; height: 38px; }
  .steps h3 { font-size: 26px; }
  .steps p { font-size: 14px; }
  .dream-section { padding-block: 95px; }
  .dream-grid { gap: 42px; }
  .dream-copy h2 { font-size: clamp(42px,12vw,56px); }
  .dream-copy > p:not(.eyebrow) { font-size: 15px; }
  .dream-photo { padding: 7px; }
  .dream-photo img { border-radius: 16px; }
  .dream-photo figcaption { right: 13px; bottom: 13px; max-width: 230px; }
  .bundle-section { padding-block: 95px; }
  .bundle-shell { gap: 42px; }
  .bundle-intro > p:last-child { font-size: 15px; }
  .bundle-ledger article { grid-template-columns: 38px 1fr; gap: 13px; padding: 28px 0; }
  .bundle-ledger article > strong { grid-column: 2; width: fit-content; margin-top: -6px; }
  .bundle-ledger h3 { font-size: 24px; }
  .bundle-ledger p { font-size: 13px; }
  .bundle-fineprint { margin: -24px 0 0 51px; }
  .real-proof { grid-template-columns: 1fr; gap: 12px; padding-block: 92px; }
  .quote-mark { font-size: 82px; }
  .real-proof blockquote > p { font-size: clamp(27px,8.6vw,37px); }
  .real-proof blockquote footer { flex-wrap: wrap; }
  .stars { flex-basis: 100%; margin: 6px 0 0 44px; }
  .proof-side { grid-column: 1; margin-top: 25px; }
  .pricing-section { padding-block: 92px 100px; }
  .pdp-shell { margin-top: 40px; border-radius: 20px; }
  .pdp-trust { align-items: flex-start; flex-wrap: wrap; padding: 14px 16px; }
  .pdp-trust a { flex-basis: 100%; margin-left: 40px; }
  .pdp-gallery { padding: 14px; }
  .gallery-main { padding: 7px; border-radius: 16px; }
  .gallery-main img { border-radius: 10px; }
  .gallery-main figcaption { right: 13px; bottom: 13px; max-width: 250px; }
  .gallery-thumbs { gap: 7px; }
  .gallery-thumb { grid-template-columns: 1fr; gap: 5px; padding: 5px; text-align: center; }
  .gallery-thumb img { width: 100%; height: 55px; }
  .gallery-thumb span { font-size: 9px; }
  .pdp-buybox { padding: 26px 18px; }
  .pdp-buybox > h3 { font-size: 40px; }
  .tier-option { grid-template-columns: 18px 1fr auto; gap: 9px; padding: 12px 10px; }
  .tier-copy > strong { font-size: 17px; }
  .tier-copy > small { font-size: 9px; }
  .tier-copy > em { max-width: 180px; font-size: 8px; }
  .tier-price > b { font-size: 22px; }
  .tier-price > small { font-size: 8px; }
  .micro-benefits { gap: 7px; }
  .micro-benefits strong { font-size: 12px; }
  .guarantee-card { grid-template-columns: 70px 1fr; gap: 16px; margin-top: 28px; padding: 20px 17px; }
  .guarantee-mark { width: 66px; height: 66px; font-size: 29px; }
  .guarantee-card h3 { font-size: 27px; }
  .guarantee-card > .text-link { grid-column: 1 / -1; }
  .faq-section { gap: 40px; padding-block: 95px; }
  .faq-list summary { min-height: 76px; font-size: 19px; }
  .faq-list details p { margin-right: 28px; font-size: 14px; }
  .closing-section { width: calc(100% - 24px); align-items: stretch; flex-direction: column; gap: 30px; padding: 43px 22px; }
  .site-footer { width: calc(100% - 36px); grid-template-columns: 1fr; gap: 30px; padding-bottom: 50px; }
  .footer-links { flex-wrap: wrap; gap: 14px 22px; }
  .trademark-note { grid-column: 1; }
  .mobile-buy-bar {
    position: fixed;
    z-index: 50;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    left: 8px;
    min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 8px 8px 15px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    color: var(--white);
    background: rgba(11,20,24,.93);
    box-shadow: 0 16px 38px rgba(0,0,0,.3);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }
  .mobile-buy-bar > div { min-width: 0; }
  .mobile-buy-bar strong, .mobile-buy-bar span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .mobile-buy-bar strong { font-size: 12px; }
  .mobile-buy-bar span { color: rgba(255,255,255,.6); font-size: 9px; }
  .mobile-buy-bar .button { min-height: 49px; flex: 0 0 auto; padding: 12px 15px; color: var(--ink); background: var(--white); font-size: 12px; box-shadow: none; }

  .checkout-header { width: calc(100% - 36px); height: 72px; }
  .checkout-shell { width: calc(100% - 36px); gap: 42px; padding: 42px 0 65px; }
  .back-link { margin-bottom: 32px; }
  .checkout-copy h1 { font-size: clamp(45px,13vw,59px); }
  .order-panel { padding: 22px 18px; }
  .order-product { grid-template-columns: 105px 1fr; gap: 14px; }
  .order-product figure > img { width: 105px; height: 84px; }
  .order-product h2 { font-size: 23px; }
  .pack-selector label { grid-template-columns: 20px 1fr auto; gap: 10px; padding-inline: 12px; }
  .pack-selector label span small { font-size: 10px; }
  .bump-selector label { grid-template-columns: 18px 1fr auto; gap: 9px; padding-inline: 11px; }
  .checkout-trust { gap: 6px 12px; }
  .checkout-trust span:not(:first-child)::before { left: -8px; }
  .checkout-footer { width: calc(100% - 36px); align-items: flex-start; flex-direction: column; }

  .success-page { align-items: start; padding: 14px 12px calc(32px + env(safe-area-inset-bottom)); }
  .success-shell { padding: 38px 19px; }
  .success-shell .brand { margin-bottom: 35px; }
  .success-shell h1 { font-size: clamp(42px,12vw,56px); }
  .success-next > div { padding: 13px; }
  .success-next small { font-size: 11px; }
  .legal-page { padding-inline: 18px; }
  .legal-page .brand { margin-bottom: 60px; }
}

@media (max-width: 360px) {
  .hero { padding-inline: 18px; }
  .hero-product { margin-right: -18px; }
  .google-line span { max-width: 210px; }
  .mobile-buy-bar > div { max-width: 145px; }
  .order-product { grid-template-columns: 90px 1fr; }
  .order-product figure > img { width: 90px; height: 76px; }
  .order-product h2 { font-size: 20px; }
  .pack-selector label span small { display: none; }
  .tier-option { grid-template-columns: 16px 1fr auto; }
  .tier-copy > em { display: none; }
  .tier-price > small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-ready { opacity: 1; transform: none; }
}
