@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&display=swap");

:root {
  /* Brand base */
  --tan: #faf7f0;
  --tan2: #f1e8da;
  --ink: #172033;
  --bg: var(--tan);
  --surface: rgba(23, 32, 51, 0.045);
  --text: rgba(23, 32, 51, 0.94);
  --muted: #5e6675;
  --line: rgba(23, 32, 51, 0.13);
  /* TogetherReady brand */
  --leaf: #1f7a5c;
  --leafDeep: #155f49;
  --navy: #172033;
  --navySoft: rgba(23, 32, 51, 0.10);
  --mist: #ddebe3;
  --leafSoft: rgba(31, 122, 92, 0.22);
  --leafGlow: rgba(31, 122, 92, 0.40);
  --sky: #4f8cff;
  --skyDeep: #2b6cff;
  --sun: #f5b84b;
  --sunSoft: rgba(245, 184, 75, 0.24);
  --sunGlow: rgba(245, 184, 75, 0.42);
  --paper: rgba(23, 32, 51, 0.03);
  --shadow: 0 10px 30px rgba(23, 32, 51, 0.12);
  --radius: 18px;
  --radiusSm: 14px;
  --radiusLg: 26px;
  --fontMain: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --dadLifeBackdrop: url("./assets/backgrounds/dad-life-backdrop-option-1.png");
  --brandAbstractBackdrop: url("./assets/backgrounds/togetherready-abstract-backdrop.svg");
  --readyPathPattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='240' viewBox='0 0 360 240'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='54' cy='50' r='22' stroke='%2317664c' stroke-width='4' opacity='.34'/%3E%3Cpath d='M54 34v17l12 8' stroke='%2317664c' stroke-width='4' opacity='.34'/%3E%3Ccircle cx='54' cy='50' r='32' fill='%23ffc857' opacity='.10'/%3E%3Cpath d='M154 61h58l-9-25h-40zM171 61v16M195 61v16M163 36l7-14h24l8 14' stroke='%2317664c' stroke-width='4' opacity='.30'/%3E%3Ccircle cx='171' cy='80' r='5' fill='%23ffc857' opacity='.42'/%3E%3Ccircle cx='197' cy='80' r='5' fill='%23ffc857' opacity='.42'/%3E%3Crect x='270' y='24' width='42' height='56' rx='10' stroke='%2317664c' stroke-width='4' opacity='.32'/%3E%3Cpath d='M282 40h17M282 53h20M282 66h12M278 40l3 3 6-8M278 66l3 3 6-8' stroke='%23ffc857' stroke-width='4' opacity='.50'/%3E%3Cpath d='M43 148h50l-7 36H50zM54 148c0-20 28-20 28 0' stroke='%2317664c' stroke-width='4' opacity='.31'/%3E%3Cpath d='M57 166h21' stroke='%23ffc857' stroke-width='5' opacity='.46'/%3E%3Cpath d='M158 158c0-18 25-20 31-5 6-15 31-13 31 5 0 23-31 42-31 42s-31-19-31-42z' stroke='%2317664c' stroke-width='4' fill='%23ffc857' opacity='.23'/%3E%3Cpath d='M283 150h42M291 138v48M317 138v48M291 138c0-12 26-12 26 0' stroke='%2317664c' stroke-width='4' opacity='.25'/%3E%3Cpath d='M284 174h40' stroke='%23ffc857' stroke-width='5' opacity='.36'/%3E%3Ccircle cx='114' cy='111' r='4' fill='%23ffc857' opacity='.52'/%3E%3Ccircle cx='244' cy='112' r='4' fill='%23ffc857' opacity='.52'/%3E%3Cpath d='M112 111c36-27 82-27 132 1' stroke='%231f7a5c' stroke-width='2' stroke-dasharray='5 10' opacity='.20'/%3E%3C/g%3E%3C/svg%3E");
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 18% 9%, rgba(255, 200, 87, 0.14) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 18%, rgba(31, 122, 92, 0.10) 0 2px, transparent 3px),
    linear-gradient(145deg, rgba(255, 200, 87, 0.14) 0%, transparent 30%),
    linear-gradient(210deg, rgba(31, 122, 92, 0.14) 0%, transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, transparent 32%, rgba(31, 122, 92, 0.07) 100%),
    radial-gradient(1100px 640px at 18% -10%, rgba(31, 122, 92, 0.12), transparent 48%),
    radial-gradient(900px 600px at 90% 18%, rgba(79, 140, 255, 0.055), transparent 46%),
    radial-gradient(900px 520px at 40% 100%, rgba(31, 122, 92, 0.085), transparent 58%),
    var(--bg);
  background-size:
    118px 118px,
    142px 142px,
    auto,
    auto,
    auto,
    auto,
    auto,
    auto,
    auto;
  color: var(--text);
  font: 16px/1.45 var(--fontMain);
}
body {
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: var(--readyPathPattern);
  background-position: center 112px;
  background-size: 760px 506px;
  mix-blend-mode: multiply;
  mask-image:
    radial-gradient(ellipse at 50% 22%, rgba(0,0,0,0.045) 0 36%, rgba(0,0,0,0.18) 64%, rgba(0,0,0,0.34) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.70), rgba(0,0,0,0.42) 62%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-image:
    radial-gradient(ellipse at 50% 22%, rgba(0,0,0,0.045) 0 36%, rgba(0,0,0,0.18) 64%, rgba(0,0,0,0.34) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.70), rgba(0,0,0,0.42) 62%, transparent 100%);
  -webkit-mask-composite: source-in;
}
body > * {
  position: relative;
  z-index: 1;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(760px 460px at 12% 24%, rgba(255, 200, 87, 0.13), transparent 68%),
    radial-gradient(820px 520px at 90% 34%, rgba(31, 122, 92, 0.13), transparent 70%),
    radial-gradient(720px 420px at 48% 82%, rgba(255, 200, 87, 0.08), transparent 72%),
    radial-gradient(circle at 18px 18px, rgba(255, 200, 87, 0.14) 0 2px, transparent 3px),
    radial-gradient(circle at 58px 52px, rgba(31, 122, 92, 0.11) 0 2px, transparent 3px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(232, 241, 235, 0.14));
  background-size:
    auto,
    auto,
    auto,
    116px 116px,
    142px 142px,
    auto;
  opacity: 0.78;
  mix-blend-mode: multiply;
}

a { color: rgba(11,18,32,0.88); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap {
  max-width: 1060px;
  margin: 0 auto;
  padding: 18px 16px;
}
.site-header .wrap {
  max-width: 1160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

main.wrap {
  position: relative;
}
main.wrap::before {
  content: none;
}

.row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.between { justify-content: space-between; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(247, 242, 232, 0.82);
  border-bottom: 1px solid var(--line);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.social-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.social-link {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #1e9be0;
  border-radius: 999px;
  text-decoration: none;
  transition:
    color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.social-link:hover {
  color: var(--leafDeep);
  background: rgba(31, 122, 92, 0.08);
  transform: translateY(-1px);
  text-decoration: none;
}

.social-link:focus-visible {
  outline: 3px solid rgba(79, 140, 255, 0.28);
  outline-offset: 3px;
}

.social-link svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-link[aria-label*="Facebook"] svg {
  fill: currentColor;
  stroke: none;
}

.social-links-top {
  margin-left: 6px;
  padding-left: 14px;
  border-left: 1px solid rgba(23, 32, 51, 0.12);
}

.site-header .primary,
.site-header .secondary,
.site-header .ghost {
  width: auto;
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 14px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 300px;
}
.mark-img {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: block;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
.brand-text { display: grid; gap: 3px; }
.brand-name {
  font-family: var(--fontMain);
  font-weight: 900;
  letter-spacing: 0;
  font-size: 23px;
  line-height: 1;
}
.brand-sub {
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  border-radius: 34px;
  padding-top: 24px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 24px;
  position: relative;
  isolation: isolate;
  overflow: clip;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.12) 46%, rgba(31, 122, 92, 0.085)),
    radial-gradient(720px 380px at 74% 18%, rgba(31, 122, 92, 0.12), transparent 64%),
    radial-gradient(640px 320px at 20% 8%, rgba(255, 200, 87, 0.14), transparent 62%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 58px -18px auto auto;
  width: min(42%, 470px);
  height: 520px;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(420px 360px at 58% 28%, rgba(255, 200, 87, 0.16), transparent 66%),
    radial-gradient(420px 360px at 50% 68%, rgba(31, 122, 92, 0.16), transparent 68%);
  filter: blur(12px);
  opacity: 0.82;
  mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.88) 0 46%, transparent 76%);
}

.hero-copy {
  position: relative;
}
.hero-copy::before {
  content: "";
  position: absolute;
  inset: -18px -18px auto -18px;
  height: 310px;
  border-radius: var(--radiusLg);
  background:
    radial-gradient(520px 260px at 14% 18%, rgba(31, 122, 92, 0.18), transparent 62%),
    radial-gradient(500px 260px at 82% 10%, rgba(255, 200, 87, 0.13), transparent 66%);
  pointer-events: none;
  z-index: -1;
  mask-image: radial-gradient(ellipse at 36% 28%, rgba(0,0,0,0.75) 0 42%, transparent 78%);
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-right {
    width: min(100%, 720px);
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .wrap { padding: 14px 12px; }
  .site-header .wrap { padding: 12px 12px; }
  .brand { min-width: 0; gap: 10px; }
  .mark-img { width: 46px; height: 46px; border-radius: 15px; }
  .brand-name { font-size: 20px; }
  .brand-sub { display: none; }
  h1 { font-size: 32px; line-height: 1.08; }
  .lead { font-size: 16px; }
  .badge { width: 100%; justify-content: flex-start; }
  .row { gap: 10px; }
  .hero { padding-top: 14px; padding-bottom: 18px; }
  .hero-right { gap: 10px; }
  .pdf-preview { padding: 10px; }
  .pdf-page { padding: 14px 12px 12px; }
  .pdf-grid { grid-template-columns: 1fr; }
  .phone { padding: 10px; }
  .phone-notch { display: none; }
  .phone-top { padding: 14px 12px 10px; }
  .phone-cards { padding: 0 10px 10px; gap: 8px; }
  .mini-card { padding: 10px; }
  .pill-btn { border-radius: 14px; }
  .hero-card { padding: 14px; }
  input, select { font-size: 16px; } /* prevent iOS zoom */
  .primary, .secondary, .ghost { width: 100%; }
  .header-actions {
    justify-content: flex-start;
    width: 100%;
  }
  .social-links-top {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-top: 2px;
    border-left: 0;
    justify-content: center;
  }
  .social-link {
    width: 32px;
    height: 32px;
  }
  .footer .between {
    justify-content: center;
    text-align: center;
  }
  .social-links-footer {
    flex-basis: 100%;
    order: -1;
  }
  .wiz-top { gap: 8px; }
  .wizard { padding: 10px; }
  .link-grid { grid-template-columns: 1fr; }
}

h1 { text-wrap: balance; }
.lead { text-wrap: pretty; }

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(11, 18, 32, 0.72);
  margin-bottom: 10px;
}
.section-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--sun);
  box-shadow: 0 0 0 5px rgba(255, 200, 87, 0.12);
}

.hero-right {
  display: grid;
  gap: 14px;
  align-content: start;
  padding-top: 8px;
}

.hero-cta {
  margin-top: 12px;
  margin-bottom: 10px;
}

.hero-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  position: relative;
  padding: 4px 0 0;
}
.flow-label {
  justify-self: center;
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 0 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(11, 18, 32, 0.70);
  box-shadow: none;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.02em;
}
.flow-label span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--sun);
  box-shadow: 0 0 0 4px rgba(255, 200, 87, 0.24);
}
.flow-card {
  margin: 0;
  position: relative;
  overflow: visible;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.flow-card img {
  display: block;
  width: 100%;
  height: clamp(150px, 14vw, 190px);
  object-fit: cover;
  filter: saturate(0.95) contrast(1.03);
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(11, 18, 32, 0.14);
  background: rgba(255, 255, 255, 0.24);
  box-shadow:
    0 18px 42px rgba(11, 18, 32, 0.13),
    0 0 0 8px rgba(255, 255, 255, 0.16);
}
.flow-card-rush,
.flow-card-work,
.flow-card-grocery,
.flow-card-ready {
  width: 100%;
  justify-self: stretch;
  transform: none;
}
.flow-card::after {
  content: none;
}
.flow-arrow {
  justify-self: center;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin: -4px 0;
  color: rgba(31, 122, 92, 0.92);
  border-radius: 999px;
  background: rgba(255, 200, 87, 0.22);
  border: 1px solid rgba(255, 200, 87, 0.38);
  box-shadow: 0 10px 22px rgba(11, 18, 32, 0.10);
  position: relative;
  z-index: 2;
}
.flow-arrow svg {
  width: 24px;
  height: 28px;
}
.flow-arrow-alt {
  margin-left: 68px;
}
.flow-bridge {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin: -2px 0;
  color: var(--leafDeep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
.flow-bridge span {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(31, 122, 92, 0.48));
}
.flow-bridge span:last-child {
  background: linear-gradient(90deg, rgba(31, 122, 92, 0.48), transparent);
}
.flow-caption {
  grid-column: 1 / -1;
  padding: 12px 14px 14px;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
  border-radius: 18px;
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 14px 34px rgba(11, 18, 32, 0.10);
}
.flow-caption strong {
  display: block;
  color: var(--text);
  font-weight: 900;
  margin-bottom: 3px;
}
.hero-compare {
  grid-template-columns: 1fr;
  gap: 10px;
  min-height: 100%;
}
.hero-compare .flow-label,
.hero-compare .flow-bridge,
.hero-compare .flow-caption {
  grid-column: auto;
}
.compare-wheels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}
.compare-wheel {
  display: grid;
  gap: 10px;
  min-width: 0;
}
.compare-wheel .daily-wheel {
  min-height: 330px;
  width: 100%;
  margin: 8px auto 0;
}
.compare-wheel .daily-wheel::before {
  inset: 44px;
}
.compare-wheel .daily-wheel::after {
  right: 58px;
  bottom: 82px;
  width: 14px;
  height: 14px;
}
.compare-wheel .wheel-photo {
  width: clamp(100px, 10vw, 126px);
}
.compare-wheel .wheel-photo img {
  border-radius: 14px;
  box-shadow:
    0 12px 24px rgba(11, 18, 32, 0.13),
    0 0 0 5px rgba(255, 255, 255, 0.16);
}
.compare-wheel .wheel-photo-work,
.compare-wheel .wheel-photo-pickup {
  top: 104px;
}
.compare-wheel .wheel-center {
  width: 142px;
  min-height: 142px;
  padding: 14px;
}
.compare-wheel .wheel-center strong {
  font-size: 13px;
}
.compare-wheel .wheel-center span {
  font-size: 11px;
}
.center-logo {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  box-shadow: 0 8px 18px rgba(11, 18, 32, 0.18);
}
.compare-wheel-now .wheel-center {
  border-color: rgba(194, 83, 54, 0.24);
}
.compare-wheel-ready .wheel-center {
  border-color: rgba(31, 122, 92, 0.32);
}
.compare-wheel-now .compare-card img {
  border-color: rgba(194, 83, 54, 0.30);
  filter: saturate(0.9) contrast(1.05);
}
.compare-wheel-ready .compare-card img {
  border-color: rgba(31, 122, 92, 0.30);
}
.daily-wheel {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
  margin: 16px auto 2px;
  width: min(100%, 500px);
}
.daily-wheel::before {
  content: "";
  position: absolute;
  inset: 48px;
  z-index: 0;
  border: 3px solid rgba(31, 122, 92, 0.38);
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}
.daily-wheel::after {
  content: none;
}
.wheel-arrows {
  position: absolute;
  inset: 70px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 1;
}
.wheel-arrow {
  position: absolute;
  width: 21px;
  height: 21px;
  border-top: 4px solid rgba(31, 122, 92, 0.86);
  border-right: 4px solid rgba(31, 122, 92, 0.86);
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.65));
}
.wheel-arrow-one {
  top: 12px;
  right: 38px;
  transform: rotate(82deg);
}
.wheel-arrow-two {
  right: 12px;
  bottom: 38px;
  transform: rotate(172deg);
}
.wheel-arrow-three {
  bottom: 12px;
  left: 38px;
  transform: rotate(262deg);
}
.wheel-arrow-four {
  top: 70px;
  left: 4px;
  transform: rotate(352deg);
}
.wheel-arrow-five {
  top: 2px;
  left: 60px;
  transform: rotate(40deg);
}
.wheel-photo {
  position: absolute;
  z-index: 2;
  margin: 0;
  width: 154px;
}
.wheel-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(11, 18, 32, 0.14);
  box-shadow:
    0 16px 34px rgba(11, 18, 32, 0.13),
    0 0 0 7px rgba(255, 255, 255, 0.16);
}
.wheel-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  margin-top: 0;
  color: rgba(11, 18, 32, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
}
.wheel-photo-rush figcaption {
  top: -23px;
  bottom: auto;
}
.wheel-photo-rush { top: 0; left: 50%; transform: translateX(-50%); }
.wheel-photo-work { top: 104px; right: 0; }
.wheel-photo-grocery { bottom: 0; left: 50%; transform: translateX(-50%); }
.wheel-photo-pickup { top: 104px; left: 0; }
.wheel-center {
  position: relative;
  z-index: 2;
  width: 174px;
  min-height: 132px;
  display: grid;
  place-items: center;
  gap: 6px;
  padding: 18px;
  border-radius: 999px;
  border: 1px solid rgba(31, 122, 92, 0.24);
  background: rgba(247, 242, 232, 0.88);
  box-shadow:
    0 16px 38px rgba(11, 18, 32, 0.13),
    inset 0 0 0 8px rgba(255, 255, 255, 0.22);
  text-align: center;
}
.wheel-center strong {
  color: var(--text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
}
.wheel-center span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.22;
}
.shared-daily-wheel .wheel-center {
  width: 156px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.shared-daily-wheel .wheel-center strong {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.68);
}
.shared-daily-wheel .wheel-center span {
  color: rgba(11, 18, 32, 0.68);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.64);
}
.branch-arrows {
  position: relative;
  z-index: 1;
  height: 78px;
  margin: -12px 0 -36px;
  pointer-events: none;
}
.branch-arrow {
  position: absolute;
  top: 8px;
  left: 50%;
  width: min(24%, 122px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(31, 122, 92, 0.18), rgba(31, 122, 92, 0.82));
  transform-origin: 0 50%;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.7));
}
.branch-arrow::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid rgba(31, 122, 92, 0.82);
  border-right: 3px solid rgba(31, 122, 92, 0.82);
  transform: translateY(-50%) rotate(45deg);
}
.branch-arrow-left {
  transform: rotate(138deg);
}
.branch-arrow-right {
  transform: rotate(42deg);
}
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 0;
  align-items: stretch;
}
.result-path {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: 22px 60px 26px 1fr;
  gap: 6px;
}
.path-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  width: 100%;
  min-height: 22px;
  color: rgba(11, 18, 32, 0.72);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-align: center;
}
.path-label span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--sun);
  box-shadow: 0 0 0 4px rgba(255, 200, 87, 0.22);
}
.path-arrow {
  width: 2px;
  height: 28px;
  margin: -2px auto 0;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(31, 122, 92, 0.10), rgba(31, 122, 92, 0.72));
  position: relative;
}
.path-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 12px;
  height: 12px;
  border-right: 3px solid rgba(31, 122, 92, 0.72);
  border-bottom: 3px solid rgba(31, 122, 92, 0.72);
  transform: translateX(-50%) rotate(45deg);
}
.tr-node {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 4px;
  min-height: 60px;
  margin: 0 auto;
  color: var(--leafDeep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}
.tr-node img {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  box-shadow:
    0 10px 24px rgba(11, 18, 32, 0.16),
    0 0 0 5px rgba(255, 255, 255, 0.22);
}
.no-plan-node {
  color: #9f3f2b;
}
.hectic-marker {
  position: relative;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: #9f3f2b;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 200, 87, 0.42) 0 5px, transparent 6px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.44));
  border: 1px solid rgba(159, 63, 43, 0.22);
  box-shadow:
    0 10px 24px rgba(11, 18, 32, 0.10),
    0 0 0 5px rgba(255, 255, 255, 0.18);
}
.hectic-marker::before,
.hectic-marker::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}
.hectic-marker::before {
  inset: 9px;
  border: 2px dashed rgba(159, 63, 43, 0.28);
  transform: rotate(-11deg);
}
.hectic-marker::after {
  width: 28px;
  height: 2px;
  left: -12px;
  top: 13px;
  background: linear-gradient(90deg, transparent, rgba(159, 63, 43, 0.42), transparent);
  box-shadow:
    28px 22px 0 rgba(159, 63, 43, 0.24),
    10px 32px 0 rgba(255, 200, 87, 0.42);
  transform: rotate(-18deg);
}
.path-arrow-ready {
  height: 28px;
}
.compare-card img {
  height: clamp(190px, 17vw, 242px);
}
.compare-card figcaption {
  padding: 10px 2px 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.compare-card figcaption strong {
  display: block;
  color: var(--text);
  font-weight: 900;
  margin-bottom: 3px;
}
.compare-bridge {
  margin: 2px 0 0;
}

@media (max-width: 1100px) {
  .compare-wheels {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }
  .daily-wheel {
    min-height: 340px;
  }
  .compare-wheel .daily-wheel {
    min-height: 354px;
  }
  .wheel-photo {
    width: 136px;
  }
  .compare-wheel .wheel-photo {
    width: 132px;
  }
  .wheel-photo-work,
  .wheel-photo-pickup {
    top: 92px;
  }
  .wheel-center {
    width: 156px;
    min-height: 118px;
    padding: 15px;
  }
}

.hero-moment {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(11, 18, 32, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.12));
  box-shadow:
    0 24px 64px rgba(11, 18, 32, 0.14),
    0 0 0 10px rgba(255, 255, 255, 0.18);
  position: relative;
}
.hero-moment img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.03);
}
.hero-moment::after,
.scene::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(31, 122, 92, 0.08), transparent 34%),
    linear-gradient(0deg, rgba(11, 18, 32, 0.10), transparent 46%);
  mix-blend-mode: multiply;
}
.photo-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(247, 242, 232, 0.84);
  color: rgba(11, 18, 32, 0.82);
  box-shadow: 0 10px 24px rgba(11, 18, 32, 0.12);
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.02em;
}
.photo-tag span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--sun);
  box-shadow: 0 0 0 4px rgba(255, 200, 87, 0.24);
}
.hero-flow .photo-tag {
  position: static;
  justify-content: center;
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(11, 18, 32, 0.70);
}
.hero-moment figcaption {
  padding: 12px 14px 14px;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}
.hero-moment figcaption strong {
  display: block;
  color: var(--text);
  font-weight: 900;
  margin-bottom: 3px;
}

@media (max-width: 920px) {
  .flow-card img {
    height: 180px;
  }
  .flow-arrow-alt {
    margin-left: 0;
  }
}

@media (max-width: 620px) {
  .hero {
    gap: 28px;
    padding-left: 0;
    padding-right: 0;
  }
  .hero-copy {
    padding-left: 12px;
    padding-right: 12px;
  }
  .hero-right {
    width: 100%;
    margin: 0;
  }
  .hero-flow {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .flow-label,
  .flow-bridge,
  .flow-caption {
    grid-column: auto;
  }
  .flow-bridge {
    grid-template-columns: 1fr;
    gap: 5px;
    margin: 0;
  }
  .flow-bridge span {
    display: none;
  }
  .branch-arrows {
    display: none;
  }
  .compare-wheels {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: none;
  }
  .daily-wheel {
    min-height: 420px;
    width: 100%;
    display: grid;
    place-items: center;
  }
  .daily-wheel::before {
    content: "";
    inset: 58px 36px;
  }
  .daily-wheel::after {
    content: none;
  }
  .wheel-arrows {
    inset: 78px 58px;
  }
  .wheel-arrow {
    width: 14px;
    height: 14px;
    border-width: 2px;
  }
  .wheel-photo {
    position: absolute;
    width: min(42vw, 154px);
  }
  .wheel-photo figcaption,
  .wheel-photo-rush figcaption {
    position: absolute;
    margin-top: 0;
  }
  .compare-wheel .daily-wheel {
    min-height: 420px;
    margin-top: 6px;
  }
  .compare-wheel .wheel-photo {
    width: min(42vw, 154px);
  }
  .compare-wheel .wheel-photo-work,
  .compare-wheel .wheel-photo-pickup {
    top: 132px;
  }
  .wheel-photo-work,
  .wheel-photo-pickup {
    top: 132px;
  }
  .compare-wheel .wheel-center {
    width: 138px;
    min-height: 138px;
    padding: 13px;
  }
  .wheel-center {
    border-radius: 999px;
  }
  .shared-daily-wheel .wheel-center {
    display: none;
  }
  .outcome-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 18px;
  }
  .path-arrow {
    height: 24px;
  }
  .tr-node img {
    width: 40px;
    height: 40px;
  }
  .compare-card img {
    height: min(76vw, 300px);
  }
}

.pdf-preview-wrap {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.pdf-preview-cutout {
  width: clamp(160px, 18vw, 230px);
  height: clamp(102px, 11.5vw, 146px);
  justify-self: center;
  margin: -2px auto 2px;
  pointer-events: none;
}

.pdf-preview-cutout img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  filter:
    drop-shadow(0 18px 24px rgba(23, 32, 51, 0.10))
    saturate(1.04)
    contrast(1.08);
}

.pdf-preview {
  border-radius: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
}

.printable-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.64fr);
  gap: 24px;
  align-items: start;
  border-radius: 30px;
  padding-top: 24px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(11, 18, 32, 0.10);
  position: relative;
  isolation: isolate;
  overflow: clip;
  background:
    linear-gradient(95deg, rgba(255, 255, 255, 0.34), rgba(31, 122, 92, 0.045) 50%, rgba(255, 200, 87, 0.075)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 72%);
}
.printable-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.30), rgba(31, 122, 92, 0.055) 48%, rgba(255, 200, 87, 0.09)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), transparent 72%);
}
.printable-section::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 16px;
  right: 16px;
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(31, 122, 92, 0.28), rgba(255, 200, 87, 0.42), rgba(31, 122, 92, 0.28), transparent);
}
.printable-copy {
  max-width: 62ch;
  padding-top: 8px;
}
.printable-copy h2 {
  font-size: 28px;
  margin-bottom: 8px;
}
.printable-copy .muted {
  font-weight: 700;
}
.printable-points {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}
.printable-points div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-top: 1px solid rgba(11, 18, 32, 0.10);
}
.printable-points strong {
  color: var(--leafDeep);
  font-weight: 900;
}
.printable-points span {
  color: var(--muted);
  font-weight: 700;
}
.pdf-preview-small {
  width: 100%;
  max-width: 420px;
  justify-self: end;
}
.pdf-preview-small .pdf-page {
  padding: 14px 12px 12px;
}
.pdf-preview-small .pdf-title {
  font-size: 16px;
}
.pdf-preview-small .pdf-grid {
  gap: 8px;
}
.pdf-preview-small .pdf-card {
  padding: 8px;
}
.pdf-preview-small .pdf-card-title {
  font-size: 12px;
}
.pdf-preview-small .pdf-line {
  font-size: 11px;
}

@media (max-width: 860px) {
  .hero-right { padding-top: 0; }
  .printable-section { grid-template-columns: 1fr; }
  .pdf-preview-small { justify-self: stretch; max-width: none; }
}

/* Coming soon: left-aligned list + right preview */
.coming-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
@media (max-width: 860px) {
  .coming-layout { grid-template-columns: 1fr; }
}
.coming-left { display: grid; gap: 12px; }
.feature-tile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 100px;
  grid-template-rows: auto auto 1fr auto;
  column-gap: 16px;
  align-items: center;
  min-height: 156px;
  text-align: left;
  cursor: pointer;
  width: 100%;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
.feature-tile:hover {
  box-shadow: 0 18px 60px rgba(11, 18, 32, 0.10);
  transform: translateY(-1px);
}
.feature-tile.is-active {
  outline: 2px solid rgba(31, 122, 92, 0.32);
  box-shadow: 0 22px 70px rgba(31, 122, 92, 0.10);
}
.feature-tile .tile-title,
.feature-tile .muted,
.feature-tile .vote-row,
.feature-tile .tile-kicker,
.feature-tile .row {
  position: relative;
  z-index: 1;
}
.feature-figure {
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: center;
  justify-self: center;
  position: relative;
  top: auto;
  right: auto;
  width: 96px;
  height: 72px;
  border-radius: 16px;
  opacity: 0.9;
  pointer-events: none;
  transform: rotate(1deg);
}
.feature-tile .tile-title,
.feature-tile > .muted {
  max-width: none;
}
.feature-tile .tile-title,
.feature-tile > .muted,
.feature-tile .vote-row,
.feature-tile .tile-kicker,
.feature-tile .row {
  grid-column: 1;
}
@media (max-width: 560px) {
  .feature-tile {
    grid-template-columns: minmax(0, 1fr) 82px;
    column-gap: 10px;
    min-height: 142px;
    padding-right: 12px;
  }
  .feature-figure {
    width: 78px;
    height: 58px;
    opacity: 0.86;
  }
  .feature-tile .tile-title,
  .feature-tile > .muted {
    max-width: none;
    padding-right: 0;
  }
}
.feature-tile .vote-row { pointer-events: none; } /* tile is clickable, vote comes later */
.coming-right {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 18px;
}
@media (max-width: 860px) { .coming-right { position: static; } }
.feature-preview .preview-img {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: rgba(255,255,255,0.55);
}
.feature-preview .preview-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.narrative-story {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
}

.warmth-photo {
  position: relative;
  margin: 0;
  overflow: visible;
}

.warmth-photo img {
  display: block;
  width: 100%;
  height: min(68vw, 320px);
  object-fit: cover;
  border-radius: 14px;
  filter: saturate(1.06) contrast(1.04) sepia(0.035);
  box-shadow:
    0 26px 58px rgba(23, 32, 51, 0.15),
    10px 10px 0 rgba(255, 200, 87, 0.10);
}

.moment-visual {
  position: relative;
  min-height: clamp(260px, 64vw, 390px);
}

.moment-photo {
  width: min(100%, 520px);
  margin-left: auto;
}

.moment-photo img {
  height: min(70vw, 360px);
  object-position: center;
}

.moment-visual .moment-cutout {
  position: absolute;
  right: clamp(8px, 5vw, 42px);
  bottom: clamp(-30px, -5vw, -14px);
  display: grid;
  place-items: center;
  width: min(56vw, 260px);
  min-height: 0;
  pointer-events: none;
}

.moment-visual .moment-cutout img {
  width: 100%;
  opacity: 0.72;
}

.moment-system {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 28px;
  align-items: center;
}
.moment-cutout {
  display: grid;
  place-items: center;
  min-height: clamp(190px, 24vw, 300px);
  pointer-events: none;
}
.moment-cutout img {
  display: block;
  width: min(100%, clamp(250px, 30vw, 380px));
  height: auto;
  object-fit: contain;
  opacity: 1;
  filter:
    drop-shadow(0 22px 32px rgba(23, 32, 51, 0.12))
    saturate(1.06)
    contrast(1.08);
}
@media (max-width: 860px) {
  .moment-system {
    grid-template-columns: 1fr;
  }
  .moment-cutout {
    min-height: 190px;
    margin-top: 4px;
  }
  .moment-cutout img {
    width: min(74vw, 300px);
  }
}
.pdf-label {
  display: none;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  letter-spacing: 0;
  color: rgba(11, 18, 32, 0.86);
  background: rgba(247, 242, 232, 0.92);
  border: 1px solid rgba(11, 18, 32, 0.12);
  padding: 8px 10px;
  border-radius: 999px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.pdf-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--sun);
  box-shadow: 0 0 0 5px var(--sunSoft);
}
.pdf-page {
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(640px 280px at 18% 0%, rgba(31, 122, 92, 0.10), transparent 60%),
    radial-gradient(560px 260px at 92% 6%, rgba(79, 140, 255, 0.08), transparent 62%),
    rgba(255,255,255,0.86);
  border: 1px solid rgba(11, 18, 32, 0.14);
  box-shadow: 0 18px 44px rgba(11, 18, 32, 0.14);
  padding: 16px 14px 14px;
}
.pdf-head {
  display: grid;
  gap: 10px;
}
.pdf-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pdf-mark {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(180deg, var(--leaf), var(--leafDeep));
  color: var(--sun) !important;
  border: 1px solid rgba(31, 122, 92, 0.50);
}
.pdf-title {
  font-family: var(--fontMain);
  font-weight: 900;
  letter-spacing: 0;
  font-size: 18px;
  color: rgba(11, 18, 32, 0.94);
}
.pdf-sub {
  font-weight: 800;
  font-size: 12px;
  color: rgba(11, 18, 32, 0.62);
}
.pdf-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pdf-chip {
  border-radius: 999px;
  padding: 6px 10px;
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: rgba(11, 18, 32, 0.03);
  font-weight: 800;
  font-size: 12px;
  color: rgba(11, 18, 32, 0.72);
}
.pdf-snapshot-mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(31, 122, 92, 0.20);
  background:
    linear-gradient(135deg, rgba(31, 122, 92, 0.10), rgba(255, 255, 255, 0.70)),
    rgba(255,255,255,0.70);
}
.pdf-snapshot-mini div {
  display: grid;
  gap: 3px;
}
.pdf-snapshot-mini span {
  color: rgba(11, 18, 32, 0.56);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.pdf-snapshot-mini strong {
  color: rgba(11, 18, 32, 0.90);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.22;
}
.pdf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}
.pdf-card {
  border-radius: 14px;
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: rgba(255,255,255,0.70);
  padding: 9px;
}
.pdf-card-title {
  font-weight: 900;
  letter-spacing: 0;
  color: rgba(11, 18, 32, 0.90);
  margin-bottom: 7px;
  font-size: 12px;
}
.pdf-lines { display: grid; gap: 6px; }
.pdf-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: rgba(11, 18, 32, 0.72);
  font-weight: 700;
  font-size: 11px;
}
.pdf-line.is-checked {
  color: rgba(11, 18, 32, 0.84);
  font-weight: 800;
}
.pdf-box {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  border: 1px solid rgba(11, 18, 32, 0.22);
  background: rgba(255,255,255,0.70);
  flex: 0 0 auto;
  position: relative;
}
.pdf-line.is-checked .pdf-box {
  border-color: rgba(31, 122, 92, 0.36);
  background: rgba(31, 122, 92, 0.10);
}
.pdf-line.is-checked .pdf-box::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--leafDeep);
  border-bottom: 2px solid var(--leafDeep);
  transform: rotate(42deg);
}
.pdf-foot {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(11, 18, 32, 0.10);
}
.pdf-note {
  color: rgba(11, 18, 32, 0.56);
  font-weight: 700;
  font-size: 11px;
}
.pdf-page-num {
  color: rgba(11, 18, 32, 0.52);
  font-weight: 800;
  font-size: 11px;
}

.phone {
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
  padding: 12px;
  position: relative;
}
.phone-notch {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: 120px;
  height: 18px;
  border-radius: 999px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.10);
}
.phone-screen {
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(500px 260px at 20% 0%, rgba(31, 122, 92, 0.35), transparent 60%),
    radial-gradient(480px 280px at 90% 10%, rgba(79, 140, 255, 0.16), transparent 60%),
    rgba(7, 11, 20, 0.92);
  border: 1px solid rgba(255,255,255,0.10);
}
.phone-top {
  padding: 18px 14px 12px;
}
.phone-title {
  font-family: var(--fontMain);
  font-weight: 900;
  letter-spacing: 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.96);
}
.phone-sub {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  font-size: 12px;
}

/* Ensure preview header stays readable on dark screen */
.phone-screen .phone-title { color: rgba(255, 255, 255, 0.96) !important; }
.phone-screen .phone-sub { color: rgba(255, 255, 255, 0.78) !important; }
.phone-cards {
  padding: 0 12px 12px;
  display: grid;
  gap: 10px;
}
.mini-card {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
  padding: 12px;
}
.mini-primary {
  border-color: rgba(31, 122, 92, 0.35);
  background: rgba(31, 122, 92, 0.12);
}
.mini-kicker {
  color: rgba(255,255,255,0.70);
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.mini-line {
  margin-top: 6px;
  font-weight: 700;
  font-size: 13px;
  color: rgba(255,255,255,0.86);
}
.mini-line strong { color: rgba(255,255,255,0.95); }
.phone-bottom {
  padding: 0 12px 14px;
}
.pill-btn {
  width: 100%;
  border-radius: 16px;
  padding: 12px 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  color: white;
  background: linear-gradient(180deg, var(--leaf), var(--leafDeep));
  border: 1px solid rgba(31, 122, 92, 0.55);
  box-shadow: 0 14px 30px rgba(31, 122, 92, 0.18);
}
.tabs-row {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.tab-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
}
.tab-dot.active { background: rgba(255,255,255,0.60); }

h1 {
  font-family: var(--fontMain);
  font-size: 44px;
  line-height: 1.05;
  margin: 0 0 12px;
  letter-spacing: 0;
}

.hero-copy h1 em {
  font-style: normal;
  background: none;
  border-radius: 0;
  padding: 0;
}

.lead {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 18px;
  font-weight: 600;
  max-width: 62ch;
}
.hero-note {
  margin: -2px 0 12px;
  max-width: 72ch;
  color: rgba(11, 18, 32, 0.76);
  font-weight: 500;
}
@media (min-width: 861px) {
  .lead {
    margin-bottom: 18px;
  }
  .hero-note {
    margin: 0 0 18px;
    line-height: 1.5;
  }
}

.badge-row { display:flex; gap:10px; flex-wrap:wrap; margin-top: 10px; }
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(11, 18, 32, 0.03);
  font-weight: 800;
  font-size: 12px;
  color: rgba(11, 18, 32, 0.82);
}
.badge .dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--sun);
  box-shadow: 0 0 0 4px var(--sunSoft);
}

.icon-bullets {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
}
.hero-feature-row {
  grid-column: 1 / -1;
  margin-top: 0;
}
@media (min-width: 861px) {
  .hero-feature-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hero-feature-row .icon-bullet {
    grid-template-columns: 28px 1fr;
    gap: 8px;
    align-content: start;
  }
  .hero-feature-row .icon-bullet .desc {
    font-size: 12px;
    line-height: 1.32;
  }
}
.icon-bullet {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
  border-radius: var(--radiusSm);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.18)),
    rgba(11, 18, 32, 0.02);
  box-shadow: 0 12px 28px rgba(11, 18, 32, 0.06);
}
.icon-bullet svg {
  width: 28px;
  height: 28px;
  opacity: 0.98;
  color: var(--leafDeep);
  padding: 6px;
  border-radius: 11px;
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 200, 87, 0.86) 0 4px, transparent 5px),
    linear-gradient(180deg, rgba(31, 122, 92, 0.16), rgba(31, 122, 92, 0.07));
  border: 1px solid rgba(31, 122, 92, 0.18);
}
.icon-bullet .title { font-weight: 900; letter-spacing: 0; }
.icon-bullet .desc { color: var(--muted); font-weight: 600; margin-top: 2px; }

.bullets {
  margin: 16px 0 0;
  padding-left: 18px;
  color: rgba(11, 18, 32, 0.88);
  font-weight: 600;
}
.bullets li { margin: 10px 0; }

.hero-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.36)),
    rgba(255, 255, 255, 0.26);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(48%, 420px);
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.56)),
    var(--dadLifeBackdrop);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  opacity: 0.34;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.55) 28%, rgba(0, 0, 0, 0.95) 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.55) 28%, rgba(0, 0, 0, 0.95) 100%);
}
.hero-card > * {
  position: relative;
  z-index: 1;
}

.card-title {
  font-family: var(--fontMain);
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.muted { color: var(--muted); }
.tiny { font-size: 12px; }

.divider {
  height: 1px;
  background: var(--line);
  margin: 14px 0;
}

.form { display: grid; gap: 12px; margin-top: 12px; }
.field { display: grid; gap: 6px; font-weight: 800; }
.field span { font-size: 12px; color: var(--muted); font-weight: 800; }
.field .field-prompt {
  font-size: 16px;
  color: var(--text);
  font-weight: 900;
  letter-spacing: 0;
}
input, select {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radiusSm);
  padding: 12px 12px;
  color: var(--text);
  font-size: 16px;
}
select { appearance: none; }
.snack-callout {
  border: 1px solid rgba(31, 122, 92, 0.24);
  border-radius: 18px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(31, 122, 92, 0.10), rgba(255, 200, 87, 0.12)),
    rgba(255, 255, 255, 0.42);
}
.snack-callout span {
  color: var(--leafDeep);
  font-size: 13px;
  letter-spacing: 0.02em;
}

/* Make date-picker icon larger + brand-colored (WebKit/Blink: Safari/Chrome). */
input[type="date"] {
  padding-right: 44px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  width: 22px;
  height: 22px;
  opacity: 0.95;
  cursor: pointer;
  filter: saturate(1.4) hue-rotate(95deg) brightness(0.72);
}
input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}
/* Hide the numeric date display (use the visit window note below as the visible date). */
input[type="date"]::-webkit-datetime-edit,
input[type="date"]::-webkit-datetime-edit-fields-wrapper,
input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
  color: transparent;
}
#visitStart::-webkit-datetime-edit,
#visitStart::-webkit-datetime-edit-fields-wrapper,
#visitStart::-webkit-datetime-edit-text,
#visitStart::-webkit-datetime-edit-month-field,
#visitStart::-webkit-datetime-edit-day-field,
#visitStart::-webkit-datetime-edit-year-field {
  color: var(--text);
}
textarea {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radiusSm);
  padding: 12px 12px;
  color: var(--text);
  font-size: 16px;
  resize: vertical;
}

.locked-preview {
  position: relative;
}
.locked-preview.locked {
  filter: blur(7px);
  opacity: 0.75;
  pointer-events: none;
  user-select: none;
}
.locked-preview.unlocked + .lock-overlay {
  display: none;
}
.lock-overlay {
  position: absolute;
  inset: auto 14px 14px 14px;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.pack-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 12px;
  border-color: rgba(31, 122, 92, 0.24);
  background:
    linear-gradient(135deg, rgba(31, 122, 92, 0.10), rgba(255, 200, 87, 0.12)),
    rgba(255, 255, 255, 0.42);
}
.pack-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.pack-action-buttons button {
  width: auto;
  white-space: nowrap;
}
@media (max-width: 620px) {
  .pack-actions {
    grid-template-columns: 1fr;
  }
  .pack-action-buttons {
    justify-content: stretch;
  }
  .pack-action-buttons button {
    width: 100%;
  }
}

.visit-cal {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}
.visit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.time-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.visit-window {
  border-radius: 16px;
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: rgba(255, 255, 255, 0.56);
  padding: 12px;
  min-height: 96px;
}
.visit-window.next {
  border-color: rgba(31, 122, 92, 0.45);
  background:
    linear-gradient(180deg, rgba(31, 122, 92, 0.14), rgba(255, 255, 255, 0.54));
  box-shadow: 0 0 0 2px rgba(255, 200, 87, 0.24) inset;
}
.visit-window-k {
  font-weight: 900;
  letter-spacing: 0.02em;
  font-size: 11px;
  color: rgba(11, 18, 32, 0.62);
}
.visit-window-d {
  margin-top: 6px;
  font-weight: 900;
  letter-spacing: 0;
  color: rgba(11, 18, 32, 0.92);
}
.visit-window-meta {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 800;
  color: var(--leafDeep);
}
.visit-day {
  border-radius: 14px;
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: rgba(255, 255, 255, 0.50);
  padding: 10px 8px;
  text-align: center;
}
.visit-day .dow {
  font-weight: 900;
  letter-spacing: 0;
  font-size: 12px;
  color: rgba(11, 18, 32, 0.78);
}
.visit-day .dom {
  margin-top: 6px;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 16px;
  color: rgba(11, 18, 32, 0.92);
}
.visit-day.active {
  border-color: rgba(31, 122, 92, 0.45);
  background: rgba(31, 122, 92, 0.12);
}
.visit-day.next {
  box-shadow: 0 0 0 2px rgba(255, 200, 87, 0.26) inset;
}

.forecast-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.forecast-day {
  border-radius: 16px;
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: rgba(255, 255, 255, 0.62);
  padding: 12px;
}
.forecast-day .k {
  font-weight: 900;
  letter-spacing: 0;
  color: rgba(11, 18, 32, 0.88);
}
.forecast-day .d {
  margin-top: 4px;
  font-weight: 800;
  color: rgba(11, 18, 32, 0.62);
  font-size: 12px;
}
.forecast-day .w {
  margin-top: 10px;
  font-weight: 900;
  color: rgba(11, 18, 32, 0.88);
}
.forecast-day .t {
  margin-top: 4px;
  font-weight: 900;
  color: rgba(11, 18, 32, 0.82);
}
.forecast-day .p {
  margin-top: 10px;
  font-weight: 800;
  color: rgba(11, 18, 32, 0.62);
  font-size: 12px;
}
@media (max-width: 520px) {
  .visit-list { grid-template-columns: 1fr; }
  .time-grid { grid-template-columns: 1fr; }
  .forecast-grid { grid-template-columns: 1fr; }
}

.grocery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 10px;
}
.grocery-item {
  display: grid;
  grid-template-columns: 18px minmax(72px, auto) 1fr;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: rgba(255, 255, 255, 0.50);
  border-radius: 14px;
  padding: 10px 10px;
  font-weight: 800;
  color: rgba(11, 18, 32, 0.86);
}
.grocery-item input { width: 18px; height: 18px; }
.grocery-qty {
  justify-self: start;
  min-width: 66px;
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(31, 122, 92, 0.12);
  color: var(--leafDeep);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}
.grocery-item small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.apparel-item {
  grid-template-columns: 18px minmax(82px, auto) 1fr;
}
.prep-section {
  position: relative;
  overflow: hidden;
}
.prep-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(31, 122, 92, 0.06), transparent 44%),
    radial-gradient(circle at 96% 10%, rgba(255, 200, 87, 0.14), transparent 24%);
}
.prep-section > * {
  position: relative;
  z-index: 1;
}
.prep-section-head {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 12px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(11, 18, 32, 0.10);
}
.prep-section-head img {
  width: 62px;
  height: 50px;
  border-radius: 14px;
  border: 1px solid rgba(11, 18, 32, 0.10);
  background: rgba(255, 255, 255, 0.50);
  object-fit: cover;
}
#clothesAuto {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(31, 122, 92, 0.08);
  border: 1px solid rgba(31, 122, 92, 0.14);
  color: rgba(11, 18, 32, 0.78);
}
#clothesAuto strong {
  color: var(--leafDeep);
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.92em;
  background: rgba(11, 18, 32, 0.06);
  border: 1px solid rgba(11, 18, 32, 0.10);
  padding: 2px 6px;
  border-radius: 8px;
}

.primary, .secondary, .ghost {
  border: 1px solid var(--line);
  border-radius: var(--radiusSm);
  padding: 13px 14px;
  font-weight: 900;
  letter-spacing: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  text-align: center;
  user-select: none;
}
.primary {
  background: linear-gradient(180deg, var(--leaf), var(--leafDeep));
  color: white;
  border-color: rgba(31, 122, 92, 0.55);
  box-shadow: 0 14px 35px rgba(31, 122, 92, 0.22);
}
.secondary {
  background: rgba(255, 255, 255, 0.66);
  border-color: rgba(11, 18, 32, 0.14);
  color: var(--text);
  box-shadow: 0 10px 24px rgba(11, 18, 32, 0.10);
}
.ghost {
  background: rgba(255, 255, 255, 0.32);
  color: var(--text);
  border-color: rgba(11, 18, 32, 0.14);
}

.primary, .secondary, .ghost {
  transition: transform 140ms ease, filter 140ms ease, background 140ms ease, border-color 140ms ease;
}
.primary:hover { filter: brightness(1.03); transform: translateY(-1px); }
.secondary:hover { filter: brightness(1.02); transform: translateY(-1px); border-color: rgba(255, 200, 87, 0.55); box-shadow: 0 12px 30px rgba(255, 200, 87, 0.14); }
.ghost:hover { filter: brightness(1.02); transform: translateY(-1px); }
.primary:active, .secondary:active, .ghost:active { transform: translateY(0px) scale(0.99); }
.primary:focus-visible, .secondary:focus-visible, .ghost:focus-visible {
  outline: 3px solid rgba(79, 140, 255, 0.45);
  outline-offset: 2px;
}

.section {
  padding-top: 8px;
  padding-bottom: 18px;
}
.seo-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: start;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(11, 18, 32, 0.10);
}
.seo-copy {
  max-width: 76ch;
}
.seo-copy p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}
.seo-links {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(11, 18, 32, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.46), rgba(255,255,255,0.18)),
    rgba(11, 18, 32, 0.02);
}
.seo-links a {
  font-weight: 900;
  color: var(--leafDeep);
}
@media (max-width: 860px) {
  .seo-section { grid-template-columns: 1fr; }
}
h2 {
  font-family: var(--fontMain);
  margin: 0 0 14px;
  font-size: 22px;
  letter-spacing: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.email-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.email-gate {
  border: 1px solid var(--line);
  background: rgba(11, 18, 32, 0.02);
  border-radius: var(--radius);
  padding: 12px;
  box-shadow: 0 10px 24px rgba(11, 18, 32, 0.06);
  margin-top: 14px;
}
.verify-gate {
  border: 1px solid var(--line);
  background: rgba(11, 18, 32, 0.02);
  border-radius: var(--radius);
  padding: 12px;
  box-shadow: 0 10px 24px rgba(11, 18, 32, 0.06);
}
.email-title {
  font-weight: 900;
  letter-spacing: 0;
}
.cta-disabled {
  filter: grayscale(0.2);
  opacity: 0.55;
  box-shadow: none !important;
  pointer-events: none;
}
@media (max-width: 720px) {
  .grid { grid-template-columns: 1fr; }
  .email-grid { grid-template-columns: 1fr; }
  h1 { font-size: 36px; }
}

.tile {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.30)),
    rgba(255, 255, 255, 0.24);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
}
.tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: min(46%, 320px);
  height: min(78%, 260px);
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.62)),
    var(--dadLifeBackdrop);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  opacity: 0.24;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.58) 34%, rgba(0, 0, 0, 0.95) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.70) 24%, rgba(0, 0, 0, 1) 100%);
  mask-composite: intersect;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.58) 34%, rgba(0, 0, 0, 0.95) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.70) 24%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-composite: source-in;
}
.tile > * {
  position: relative;
  z-index: 1;
}
.tile {
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.tile:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(11, 18, 32, 0.18);
}
.tile-title {
  font-family: var(--fontMain);
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 6px;
}

.faq {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.03);
  padding: 12px;
}
.faq-summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0;
}
.faq-summary::-webkit-details-marker { display: none; }
.faq[open] .faq-summary { margin-bottom: 6px; }

.tile strong {
  color: var(--text);
}

.tile-kicker {
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: rgba(11, 18, 32, 0.72);
  margin-bottom: 10px;
}
.tile-kicker .pill {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--leaf);
  box-shadow: 0 0 0 5px rgba(31, 122, 92, 0.18);
}

.vote-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.vote-row .secondary {
  width: auto;
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 14px;
}
.vote-row .vote-btn {
  background: linear-gradient(180deg, #ffd778, var(--sun));
  border-color: rgba(172, 112, 12, 0.34);
  color: rgba(11, 18, 32, 0.92);
  box-shadow: 0 12px 26px rgba(255, 200, 87, 0.28);
}
.vote-row .vote-btn:hover {
  border-color: rgba(172, 112, 12, 0.46);
  box-shadow: 0 14px 30px rgba(255, 200, 87, 0.36);
}
.vote-count {
  font-weight: 900;
  color: rgba(11, 18, 32, 0.72);
}
.vote-btn.voted {
  background: rgba(255, 255, 255, 0.66);
  border-color: rgba(31, 122, 92, 0.28);
  color: var(--leafDeep);
  opacity: 0.86;
}

.tile.featured {
  border-color: rgba(31, 122, 92, 0.38);
  background:
    radial-gradient(360px 160px at 20% 0%, rgba(31, 122, 92, 0.18), transparent 60%),
    radial-gradient(360px 160px at 90% 0%, rgba(79, 140, 255, 0.10), transparent 65%),
    rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 34px rgba(11, 18, 32, 0.10);
}
.tile.featured:hover {
  border-color: rgba(31, 122, 92, 0.55);
}
.flag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(31, 122, 92, 0.30);
  background: rgba(31, 122, 92, 0.10);
  color: rgba(11, 18, 32, 0.86);
  font-weight: 900;
  border-radius: 999px;
  padding: 7px 10px;
}
.flag .dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--leaf);
  box-shadow: 0 0 0 5px rgba(31, 122, 92, 0.14);
}

.footer {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  padding-bottom: 28px;
}

.footer .between {
  gap: 18px;
}

.footer-links {
  align-items: center;
  flex-wrap: wrap;
}

.footer-terms-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-terms-icon {
  flex: 0 0 auto;
  color: var(--leafDeep);
}

.footer-terms-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-links-footer {
  flex: 1 1 auto;
}

.wizard {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.02);
  border-radius: var(--radius);
  padding: 12px;
}
.wiz-top {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}
.wiz-title {
  font-weight: 900;
  letter-spacing: 0;
}
.wiz-progress {
  height: 10px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.06);
  border: 1px solid var(--line);
  overflow: hidden;
}
.wiz-progress .bar {
  height: 100%;
  width: 33%;
  background: linear-gradient(90deg, rgba(31, 122, 92, 0.9), rgba(31, 122, 92, 0.55));
}
.wiz-panel {
  padding-top: 6px;
}

.checks {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}
.checkrow {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 10px;
  border-radius: var(--radiusSm);
  border: 1px solid var(--line);
  background: rgba(11, 18, 32, 0.02);
  font-weight: 800;
  color: rgba(11, 18, 32, 0.90);
}
.checkrow input {
  margin-top: 2px;
  width: 18px;
  height: 18px;
}

.wiz-next {
  box-shadow: 0 16px 40px rgba(31, 122, 92, 0.26);
}

.local-links {
  margin-top: 10px;
}

.packdoc {
  margin-top: 12px;
  border: 1px solid var(--line);
  background: rgba(11, 18, 32, 0.02);
  border-radius: var(--radius);
  padding: 12px;
}
.packdoc h3 {
  margin: 0 0 10px;
  font-family: var(--fontMain);
  letter-spacing: 0;
}
.packdoc .meta {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}
.packdoc .cards {
  display: grid;
  gap: 10px;
}
.packdoc .doccard {
  position: relative;
  overflow: hidden;
  border-radius: var(--radiusSm);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.22);
  padding: 12px;
}
.packdoc .doccard::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: min(42%, 280px);
  height: min(70%, 220px);
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.70)),
    var(--dadLifeBackdrop);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  opacity: 0.18;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.58) 36%, rgba(0, 0, 0, 0.95) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.70) 26%, rgba(0, 0, 0, 1) 100%);
  mask-composite: intersect;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.58) 36%, rgba(0, 0, 0, 0.95) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.70) 26%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-composite: source-in;
}

@media (max-width: 620px) {
  .hero-card::before {
    width: 56%;
    opacity: 0.20;
  }

  .tile::after,
  .packdoc .doccard::after {
    width: 52%;
    height: 44%;
    opacity: 0.12;
  }
}
.packdoc .doccard > * {
  position: relative;
  z-index: 1;
}
.packdoc .doccard-title {
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 6px;
}
.recipe-grid {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.recipe-card {
  border: 1px solid rgba(11, 18, 32, 0.10);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.38);
  padding: 12px;
}
.recipe-card ol {
  margin: 10px 0 0;
  padding-left: 20px;
}
.recipe-card li + li {
  margin-top: 4px;
}
.packdoc .snapshot-card {
  border-color: rgba(31, 122, 92, 0.22);
  background:
    linear-gradient(135deg, rgba(31, 122, 92, 0.10), rgba(255, 255, 255, 0.68)),
    rgba(11, 18, 32, 0.02);
}
.snapshot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}
.snapshot-item {
  display: grid;
  gap: 4px;
  padding: 10px;
  border-radius: var(--radiusSm);
  border: 1px solid rgba(31, 122, 92, 0.16);
  background: rgba(255, 255, 255, 0.58);
  min-width: 0;
}
.snapshot-item span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.snapshot-item strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.25;
}
.snapshot-callout {
  display: grid;
  gap: 5px;
  margin-top: 10px;
  padding: 10px;
  border-radius: var(--radiusSm);
  background: rgba(255, 255, 255, 0.58);
  color: rgba(11, 18, 32, 0.88);
  font-size: 13px;
  font-weight: 700;
}
.snapshot-callout span {
  color: var(--muted);
}
.snapshot-note,
.parent-guide-card p {
  margin: 10px 0 0;
  color: rgba(11, 18, 32, 0.78);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}
.parent-guide-card {
  background: rgba(255, 255, 255, 0.46);
}
.parent-guide-card p:first-of-type {
  margin-top: 4px;
}
.icebreaker-card {
  border-color: rgba(255, 200, 87, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 200, 87, 0.16), rgba(255, 255, 255, 0.62)),
    rgba(255, 255, 255, 0.48);
}
.icebreaker-card p {
  margin: 6px 0 0;
  color: rgba(11, 18, 32, 0.82);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}
@media (max-width: 820px) {
  .snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .snapshot-grid {
    grid-template-columns: 1fr;
  }
}
.packdoc ul {
  margin: 8px 0 0;
  padding-left: 18px;
  color: rgba(11, 18, 32, 0.88);
  font-weight: 600;
}
.packdoc li { margin: 6px 0; }
.packdoc .docrow {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.place-results {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}
.place-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: var(--radiusSm);
  border: 1px solid rgba(31, 122, 92, 0.18);
  background: rgba(255, 255, 255, 0.55);
  color: rgba(11, 18, 32, 0.92);
  text-decoration: none;
}
.place-result:hover {
  background: rgba(31, 122, 92, 0.08);
  text-decoration: none;
}
.place-result-main,
.place-result-meta {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.place-result-main strong {
  font-weight: 900;
  letter-spacing: 0;
}
.place-result-main span,
.place-result-meta span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.place-result-meta {
  justify-items: end;
  text-align: right;
}
@media (max-width: 640px) {
  .place-result {
    grid-template-columns: 1fr;
  }
  .place-result-meta {
    justify-items: start;
    text-align: left;
  }
}
.packdoc .tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(11, 18, 32, 0.03);
  font-weight: 900;
  font-size: 12px;
  color: rgba(11, 18, 32, 0.88);
}
.packdoc .tag .dot {
  width: 8px; height: 8px; border-radius: 999px;
  background: rgba(31, 122, 92, 0.92);
  box-shadow: 0 0 0 4px rgba(31, 122, 92, 0.18);
}
.link-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 520px) {
  .link-grid { grid-template-columns: 1fr; }
}
.chiplink {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 12px;
  border-radius: var(--radiusSm);
  border: 1px solid var(--line);
  background: rgba(11, 18, 32, 0.02);
  color: rgba(11, 18, 32, 0.90);
  font-weight: 900;
  text-decoration: none;
}
.chiplink:hover {
  background: rgba(31, 122, 92, 0.10);
  border-color: rgba(31, 122, 92, 0.22);
  text-decoration: none;
}

/* Purposeful image placement + declutter pass. */
.capture-photo {
  margin: 22px 0 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(11, 18, 32, 0.10);
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 18px 48px rgba(11, 18, 32, 0.10);
}

.capture-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.02);
}

.capture-photo figcaption {
  padding: 10px 12px 12px;
  color: rgba(11, 18, 32, 0.72);
  font-size: 13px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.56);
}

.checklist-capture-hero {
  align-items: start;
}

.waitlist-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(11, 18, 32, 0.10);
  color: var(--leafDeep);
  font-weight: 900;
}

.waitlist-mark img {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  box-shadow: none;
}

.planning-flow-section {
  max-width: 980px;
  margin-inline: auto;
}

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

.planning-flow-step {
  display: grid;
  gap: 6px;
  align-content: start;
  min-height: 124px;
  padding: 14px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(11, 18, 32, 0.08),
    0 14px 34px rgba(11, 18, 32, 0.06);
}

.planning-flow-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--leaf);
  color: white;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(31, 122, 92, 0.22);
}

.planning-flow-step strong {
  color: rgba(11, 18, 32, 0.92);
  font-weight: 900;
}

.planning-flow-step small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.planning-flow-wide {
  margin-top: 12px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
  max-width: 660px;
}

.trust-item {
  display: grid;
  gap: 3px;
  min-height: 86px;
  align-content: center;
  padding: 13px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow:
    inset 0 0 0 1px rgba(11, 18, 32, 0.08),
    0 14px 30px rgba(11, 18, 32, 0.05);
}

.trust-item strong {
  color: rgba(11, 18, 32, 0.92);
  font-size: 13px;
  font-weight: 900;
}

.trust-item span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.outcome-section,
.narrative-section {
  max-width: 980px;
  margin-inline: auto;
}

.outcome-intro,
.coming-intro {
  max-width: 680px;
  margin-top: 8px;
}

.outcome-grid-home {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.outcome-card {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 210px;
  padding: 18px;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.35)),
    rgba(255, 255, 255, 0.44);
  box-shadow:
    inset 0 0 0 1px rgba(11, 18, 32, 0.08),
    0 18px 40px rgba(11, 18, 32, 0.06);
}

.outcome-card span {
  color: var(--leafDeep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.outcome-card strong {
  color: rgba(11, 18, 32, 0.94);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.08;
}

.outcome-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.narrative-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.22)),
    radial-gradient(620px 280px at 92% 18%, rgba(31, 122, 92, 0.12), transparent 64%);
}

.narrative-section p {
  margin: 0;
  color: rgba(11, 18, 32, 0.76);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
}

@media (max-width: 760px) {
  .home-main .homepage-hero::before {
    left: 10px;
    right: 10px;
    bottom: 12px;
    height: 120px;
    opacity: 0.16;
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.82) 42%, rgba(0, 0, 0, 0.92) 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.82) 42%, rgba(0, 0, 0, 0.92) 100%);
  }

  .home-main .homepage-feature-row .icon-bullet::after,
  .home-main .planning-flow-step::after,
  .home-main .outcome-card::after,
  .home-main .narrative-section::after,
  .home-main .review-placeholder-section::after,
  .home-main .printable-section::after {
    width: 52%;
    height: 42%;
    opacity: 0.10;
  }

  .trust-strip,
  .planning-flow {
    grid-template-columns: 1fr;
  }

  .planning-flow-step {
    min-height: 0;
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 10px;
  }

  .planning-flow-step span {
    grid-row: span 2;
  }

  .trust-item {
    min-height: 0;
  }

  .outcome-grid-home {
    grid-template-columns: 1fr;
  }

  .outcome-card {
    min-height: 0;
  }

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

@media (min-width: 761px) and (max-width: 1040px) {
  .outcome-grid-home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .capture-photo {
    margin-top: 18px;
  }
}

/* Cleaner homepage product flow inspired by simple task-app landing pages. */
.home-main {
  max-width: 1180px;
  padding-top: 30px;
}

.home-main .homepage-hero {
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 0.76fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  justify-items: stretch;
  padding: clamp(30px, 5vw, 74px) clamp(6px, 2vw, 22px) clamp(34px, 5vw, 70px);
  border-radius: 0;
  overflow: visible;
  isolation: isolate;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.26) 52%, rgba(31, 122, 92, 0.10)),
    radial-gradient(620px 360px at 82% 44%, rgba(31, 122, 92, 0.12), transparent 66%),
    radial-gradient(520px 300px at 18% 68%, rgba(255, 200, 87, 0.12), transparent 68%);
}

.home-main .homepage-hero::before {
  content: none;
}

.home-main .homepage-hero > * {
  position: relative;
  z-index: 2;
}

.home-main .homepage-hero::after,
.home-main .homepage-hero .hero-copy::before {
  content: none;
}

.home-main .section-kicker {
  gap: 11px;
  margin-bottom: 18px;
  color: rgba(11, 18, 32, 0.78);
  font-size: clamp(12px, 1.15vw, 14px);
  letter-spacing: 0;
  line-height: 1;
}

.home-main .section-kicker::before {
  width: 11px;
  height: 11px;
  background: linear-gradient(135deg, var(--sun), #ffe2a1);
  box-shadow:
    0 0 0 6px rgba(255, 200, 87, 0.16),
    0 10px 22px rgba(255, 200, 87, 0.28);
}

.home-main .section-kicker-photo {
  align-items: center;
  gap: 12px;
  min-height: clamp(38px, 4.4vw, 50px);
  color: var(--navy);
  font-size: clamp(15px, 1.35vw, 17px);
  font-weight: 900;
  line-height: 1.12;
}

.home-main .section-kicker-photo::before {
  content: none;
}

.home-main .section-kicker-photo img {
  display: block;
  width: clamp(48px, 5.2vw, 62px);
  height: clamp(36px, 4vw, 46px);
  flex: 0 0 auto;
  object-fit: cover;
  object-position: 42% center;
  border-radius: 8px;
  filter: saturate(0.9) contrast(0.96) brightness(1.04);
  opacity: 0.82;
  box-shadow:
    0 8px 18px rgba(23, 32, 51, 0.08),
    0 0 0 1px rgba(23, 32, 51, 0.06);
}

.home-main .section-kicker-photo span {
  display: inline-block;
}

.home-main .section-kicker-icon {
  align-items: center;
  gap: 11px;
  min-height: 42px;
  color: var(--navy);
  font-size: clamp(15px, 1.35vw, 17px);
  font-weight: 900;
  line-height: 1.12;
}

.home-main .section-kicker-icon::before {
  content: none;
}

.home-main .section-kicker-icon img {
  display: block;
  width: clamp(54px, 5.8vw, 68px);
  height: clamp(54px, 5.8vw, 68px);
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 0;
  filter: saturate(1.03) contrast(1.04);
  box-shadow: none;
}

.home-main .section-kicker-icon span {
  display: inline-block;
}

.home-main .hero-copy {
  max-width: 760px;
  text-align: left;
  padding: clamp(18px, 2.4vw, 30px);
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 28px 70px rgba(23, 32, 51, 0.08),
    inset 0 0 0 1px rgba(23, 32, 51, 0.06);
}

.home-main .hero-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: inherit;
  background-image:
    linear-gradient(90deg, rgba(250, 247, 240, 0.95) 0%, rgba(250, 247, 240, 0.88) 48%, rgba(250, 247, 240, 0.74) 100%),
    radial-gradient(520px 260px at 12% 8%, rgba(23, 32, 51, 0.08), transparent 62%),
    radial-gradient(520px 300px at 98% 26%, rgba(31, 122, 92, 0.16), transparent 70%),
    radial-gradient(360px 220px at 84% 96%, rgba(245, 184, 75, 0.16), transparent 66%),
    var(--brandAbstractBackdrop);
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  background-position: center;
  background-blend-mode: normal, multiply, soft-light, soft-light, normal;
  opacity: 1;
  filter: saturate(0.94) contrast(1.01);
}

.home-main .hero-copy > * {
  position: relative;
  z-index: 1;
}

.home-main .hero-copy h1 {
  font-size: clamp(44px, 6.1vw, 76px);
  line-height: 0.98;
  margin-bottom: 18px;
}

.home-main .lead {
  max-width: 52ch;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.35;
  margin-bottom: 22px;
}

.home-main .hero-note {
  max-width: 58ch;
  color: rgba(11, 18, 32, 0.68);
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 16px;
}

.home-main .hero-trust-note {
  max-width: 54ch;
  color: rgba(23, 32, 51, 0.84);
  font-weight: 700;
}

.home-main .hero-cta {
  justify-content: flex-start;
  margin-top: 28px;
  gap: 12px;
}

.home-main .homepage-trust-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 34px 0 0;
  max-width: 720px;
  border-top: 1px solid rgba(11, 18, 32, 0.10);
  border-bottom: 1px solid rgba(11, 18, 32, 0.10);
  background: rgba(11, 18, 32, 0.10);
}

.home-main .trust-item {
  position: relative;
  overflow: hidden;
}

.home-main .trust-item::after {
  content: none;
}

.home-main .trust-item > * {
  position: relative;
  z-index: 1;
}

.home-main .homepage-feature-row .icon-bullet,
.home-main .planning-flow-step,
.home-main .outcome-card,
.home-main .narrative-section,
.home-main .review-placeholder-section,
.home-main .printable-section {
  position: relative;
  overflow: hidden;
}

.home-main .homepage-feature-row .icon-bullet::after,
.home-main .planning-flow-step::after,
.home-main .outcome-card::after,
.home-main .narrative-section::after,
.home-main .review-placeholder-section::after,
.home-main .printable-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: min(46%, 360px);
  height: min(78%, 260px);
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    var(--dadLifeBackdrop);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  opacity: 0.16;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.58) 36%, rgba(0, 0, 0, 0.95) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.70) 26%, rgba(0, 0, 0, 1) 100%);
  mask-composite: intersect;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.58) 36%, rgba(0, 0, 0, 0.95) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.70) 26%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-composite: source-in;
}

.home-main .homepage-feature-row .icon-bullet > *,
.home-main .planning-flow-step > *,
.home-main .outcome-card > *,
.home-main .narrative-section > *,
.home-main .review-placeholder-section > *,
.home-main .printable-section > * {
  position: relative;
  z-index: 1;
}

.home-main .planning-flow-step::after,
.home-main .homepage-feature-row .icon-bullet::after {
  width: min(54%, 260px);
  height: 62%;
  opacity: 0.14;
}

.home-main .narrative-section::after,
.home-main .printable-section::after,
.home-main .review-placeholder-section::after {
  width: min(44%, 430px);
  height: 86%;
  opacity: 0.15;
}

.hero-product-preview {
  position: relative;
  isolation: isolate;
  padding: clamp(18px, 3vw, 28px);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.62)),
    rgba(250, 247, 240, 0.88);
  box-shadow:
    0 36px 90px rgba(11, 18, 32, 0.14),
    inset 0 0 0 1px rgba(11, 18, 32, 0.08);
  overflow: hidden;
}

.hero-product-preview::before {
  content: "";
  position: absolute;
  inset: auto -20% -18% 20%;
  height: 190px;
  z-index: -1;
  background: linear-gradient(90deg, rgba(31, 122, 92, 0.16), rgba(255, 200, 87, 0.20));
  transform: skewY(-8deg);
}

.hero-product-preview::after {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: -1;
  border-radius: 8px;
  opacity: 0.72;
  background:
    radial-gradient(circle at 82% 16%, rgba(31, 122, 92, 0.15) 0 8px, transparent 9px),
    radial-gradient(circle at 14% 82%, rgba(255, 200, 87, 0.20) 0 7px, transparent 8px),
    repeating-linear-gradient(0deg, transparent 0 25px, rgba(11, 18, 32, 0.045) 25px 26px),
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(31, 122, 92, 0.035) 34px 35px);
}

.product-preview-top,
.product-preview-progress,
.product-preview-grid {
  position: relative;
  z-index: 2;
}

.product-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.product-preview-top div {
  display: grid;
  gap: 3px;
}

.product-preview-top span,
.product-preview-card small {
  color: var(--leafDeep);
  font-size: 12px;
  font-weight: 900;
}

.product-preview-top strong {
  color: rgba(11, 18, 32, 0.94);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
}

.product-preview-top img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(31, 122, 92, 0.24);
}

.product-preview-progress {
  height: 8px;
  margin: 22px 0;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.08);
  overflow: hidden;
}

.product-preview-progress span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--leafDeep), var(--leaf), var(--sun));
}

.product-preview-grid {
  display: grid;
  gap: 10px;
}

.product-preview-card {
  display: grid;
  gap: 5px;
  padding: 16px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.48)),
    rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(10px);
  box-shadow:
    inset 0 0 0 1px rgba(11, 18, 32, 0.08),
    0 10px 24px rgba(11, 18, 32, 0.045);
}

.product-preview-card.featured {
  background:
    linear-gradient(135deg, rgba(31, 122, 92, 0.14), rgba(255, 255, 255, 0.74)),
    rgba(255, 255, 255, 0.62);
}

.product-preview-card strong {
  color: rgba(11, 18, 32, 0.92);
  font-size: 18px;
  line-height: 1.15;
}

.product-preview-card span {
  color: rgba(11, 18, 32, 0.62);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.hero-family-photo {
  position: relative;
  align-self: start;
  justify-self: stretch;
  margin: clamp(44px, 6vw, 82px) 0 0;
  min-height: 0;
  overflow: visible;
  isolation: isolate;
  background: transparent;
}

.hero-family-photo::after {
  content: none;
}

.hero-family-photo img {
  display: block;
  width: 100%;
  height: clamp(400px, 36vw, 540px);
  object-fit: cover;
  object-position: 46% center;
  border-radius: 18px;
  filter: saturate(1.08) contrast(1.04) sepia(0.035);
  box-shadow:
    0 38px 92px rgba(23, 32, 51, 0.16),
    0 0 0 1px rgba(23, 32, 51, 0.08);
}

.hero-family-photo figcaption {
  display: grid;
  gap: 4px;
  margin-top: 16px;
  padding-left: 16px;
  color: rgba(23, 32, 51, 0.92);
  border-left: 4px solid rgba(31, 122, 92, 0.28);
}

.hero-family-photo figcaption span {
  color: var(--leafDeep);
  font-size: 12px;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0.04em;
}

.hero-family-photo figcaption strong {
  max-width: 30ch;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.16;
}

.prep-marquee {
  grid-column: 1 / -1;
  position: relative;
  overflow: hidden;
  width: min(100%, 1000px);
  max-width: 100%;
  margin: clamp(22px, 3vw, 34px) auto 0;
  min-height: 88px;
  border: 2px solid rgba(31, 122, 92, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(229, 244, 234, 0.96), rgba(255, 247, 224, 0.98), rgba(229, 244, 234, 0.96)),
    radial-gradient(520px 90px at 30% 50%, rgba(31, 122, 92, 0.22), transparent 68%),
    radial-gradient(420px 82px at 72% 50%, rgba(255, 200, 87, 0.24), transparent 70%);
  box-shadow:
    0 24px 54px rgba(23, 32, 51, 0.10),
    0 0 0 8px rgba(255, 255, 255, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -1px 0 rgba(23, 32, 51, 0.04);
  clip-path: polygon(0 50%, 7% 6%, 28% 6%, 35% 16%, 65% 16%, 72% 6%, 93% 6%, 100% 50%, 93% 94%, 72% 94%, 65% 84%, 35% 84%, 28% 94%, 7% 94%);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  filter: drop-shadow(0 14px 22px rgba(31, 122, 92, 0.08));
  contain: paint;
}

.prep-marquee-wrap {
  grid-column: 1 / -1;
  max-width: 100%;
  overflow: hidden;
}

.prep-marquee::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(255, 255, 255, 0.58) 46%, transparent 58%),
    repeating-linear-gradient(90deg, rgba(23, 32, 51, 0.05) 0 1px, transparent 1px 48px);
  mix-blend-mode: screen;
  animation: prepMarqueeSheen 8s ease-in-out infinite alternate;
}

.prep-marquee::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(31, 122, 92, 0.12) 10%, rgba(31, 122, 92, 0.34) 44%, rgba(255, 200, 87, 0.44) 56%, rgba(31, 122, 92, 0.16) 90%, transparent);
  transform: translateY(-50%);
  box-shadow: 0 0 18px rgba(31, 122, 92, 0.14);
}

.prep-marquee-track {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 100%;
  gap: 10px;
  padding: 18px clamp(58px, 8vw, 96px);
  animation: prepMarquee 44s linear infinite;
  will-change: transform;
}

.prep-marquee span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  position: relative;
  white-space: nowrap;
  min-height: 42px;
  padding: 9px 44px 9px 14px;
  border: 1px solid rgba(23, 32, 51, 0.10);
  border-radius: 999px;
  color: rgba(23, 32, 51, 0.62);
  font-size: clamp(14px, 1.35vw, 17px);
  font-weight: 800;
  letter-spacing: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.46)),
    rgba(250, 247, 240, 0.82);
  box-shadow:
    0 11px 26px rgba(23, 32, 51, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
  transform: translateZ(0);
  transition:
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

.prep-marquee span::after {
  content: "";
  display: inline-grid;
  place-items: center;
  position: absolute;
  right: 12px;
  width: 22px;
  height: 22px;
  margin-left: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 200, 87, 0.98) 0 35%, rgba(255, 200, 87, 0.24) 38% 100%);
  color: transparent;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow:
    0 0 0 5px rgba(255, 200, 87, 0.12),
    0 0 18px rgba(255, 200, 87, 0.20),
    inset 0 0 0 0 rgba(31, 122, 92, 0);
  transform: scale(0.72);
  transition:
    background 220ms ease,
    color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.prep-marquee span::before {
  content: "";
  position: absolute;
  right: 33px;
  width: 52px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(31, 122, 92, 0.68), rgba(255, 200, 87, 0.54), transparent);
  opacity: 0;
  transform: translateX(-12px) scaleX(0.5);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.prep-marquee span.is-done::after {
  background:
    radial-gradient(circle at 36% 30%, rgba(255, 255, 255, 0.48), transparent 36%),
    var(--leaf);
  color: transparent;
  box-shadow:
    0 0 0 6px rgba(31, 122, 92, 0.16),
    0 0 22px rgba(31, 122, 92, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  transform: scale(1);
}

.prep-marquee span.is-done {
  border-color: rgba(31, 122, 92, 0.26);
  color: rgba(23, 32, 51, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(242, 250, 244, 0.62)),
    rgba(31, 122, 92, 0.08);
  box-shadow:
    0 14px 30px rgba(31, 122, 92, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.80);
}

.prep-marquee span.is-done::before {
  opacity: 0.85;
  transform: translateX(0) scaleX(1);
}

.prep-marquee strong {
  color: var(--leafDeep);
  font-weight: 900;
}

@keyframes prepMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes prepMarqueeSheen {
  from { transform: translateX(-8%); opacity: 0.54; }
  to { transform: translateX(8%); opacity: 0.9; }
}

@media (prefers-reduced-motion: reduce) {
  .prep-marquee::before,
  .prep-marquee-track {
    animation: none;
    transform: none;
  }
}

@media (max-width: 640px) {
  .prep-marquee {
    width: calc(100% - 18px);
    min-height: 82px;
    clip-path: polygon(0 50%, 12% 7%, 30% 7%, 38% 16%, 62% 16%, 70% 7%, 88% 7%, 100% 50%, 88% 93%, 70% 93%, 62% 84%, 38% 84%, 30% 93%, 12% 93%);
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  }

  .prep-marquee-track {
    padding: 17px 58px;
  }
}

.home-main .trust-item {
  min-height: 0;
  padding: 16px;
  border-radius: 0;
  background: rgba(247, 242, 232, 0.82);
  box-shadow: none;
  border-bottom: 0;
  text-align: left;
}

.home-main .trust-item strong {
  font-size: 14px;
}

.home-main .trust-item span {
  font-size: 13px;
}

.home-main .hero-right {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.home-main .hero-compare {
  width: min(100%, 680px);
  padding: clamp(14px, 2vw, 20px);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.34)),
    rgba(247, 242, 232, 0.36);
  box-shadow:
    inset 0 0 0 1px rgba(11, 18, 32, 0.08),
    0 28px 80px rgba(11, 18, 32, 0.10);
}

.home-main .homepage-feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: clamp(18px, 3vw, 36px) auto 0;
  width: min(100%, 980px);
  padding-top: 26px;
  border-top: 1px solid rgba(11, 18, 32, 0.10);
}

.home-main .homepage-feature-row .icon-bullet {
  align-items: flex-start;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-main .homepage-feature-row svg {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 8px;
  background: rgba(31, 122, 92, 0.10);
  color: var(--leafDeep);
}

.home-main .homepage-section {
  padding: clamp(54px, 7vw, 96px) 0;
  border-top: 0;
  position: relative;
  isolation: isolate;
}

.home-main .homepage-section {
  --sectionBand: transparent;
  --sectionBandEdge: transparent;
  --sectionGlowA: transparent;
  --sectionGlowB: transparent;
  --sectionTexture: rgba(255, 255, 255, 0.20);
}

.home-main .grind-section {
  --sectionBand: rgba(242, 245, 239, 0.72);
  --sectionBandEdge: rgba(242, 245, 239, 0.34);
  --sectionGlowA: rgba(245, 184, 75, 0.14);
  --sectionGlowB: rgba(31, 122, 92, 0.13);
}

.home-main .pickup-outcome-section,
.home-main .printable-section {
  --sectionBand: rgba(232, 241, 235, 0.78);
  --sectionBandEdge: rgba(232, 241, 235, 0.38);
  --sectionGlowA: rgba(31, 122, 92, 0.14);
  --sectionGlowB: rgba(23, 32, 51, 0.055);
}

.home-main .outcome-section,
.home-main .moment-system {
  --sectionBand: rgba(255, 244, 214, 0.70);
  --sectionBandEdge: rgba(255, 244, 214, 0.32);
  --sectionGlowA: rgba(255, 200, 87, 0.14);
  --sectionGlowB: rgba(79, 140, 255, 0.06);
}

.home-main .grind-section,
.home-main .pickup-outcome-section,
.home-main .outcome-section,
.home-main .printable-section,
.home-main .moment-system {
  background:
    radial-gradient(780px 280px at 18% 12%, var(--sectionGlowA), transparent 68%),
    radial-gradient(720px 280px at 86% 78%, var(--sectionGlowB), transparent 70%),
    repeating-linear-gradient(90deg, transparent 0 52px, rgba(255, 255, 255, 0.20) 52px 53px),
    radial-gradient(circle at 20px 20px, rgba(255, 200, 87, 0.18) 0 2px, transparent 3px),
    linear-gradient(180deg, var(--sectionBandEdge) 0%, var(--sectionBand) 14%, var(--sectionBand) 86%, var(--sectionBandEdge) 100%);
  background-size: auto, auto, 100% 100%, 74px 74px, auto;
  box-shadow: 0 0 0 100vmax var(--sectionBand);
  clip-path: inset(0 -100vmax);
}

.home-main .homepage-section > * {
  position: relative;
  z-index: 1;
}

.home-main .homepage-section h2 {
  max-width: 760px;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.05;
  margin-bottom: 18px;
}

.editorial-emphasis {
  display: block;
  max-width: 34ch;
  margin: clamp(16px, 2.4vw, 24px) 0 0;
  padding: 14px 0 0 18px;
  border-top: 2px solid rgba(31, 122, 92, 0.20);
  border-left: 4px solid rgba(245, 184, 75, 0.78);
  color: rgba(23, 32, 51, 0.88);
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 900;
  line-height: 1.18;
}

.home-main .grind-copy,
.home-main .pickup-outcome-copy,
.home-main .outcome-heading-copy,
.home-main .printable-copy,
.home-main .moment-system > div:first-child,
.home-main .narrative-section > div:first-child,
.home-main .review-placeholder-section > div:first-child {
  position: relative;
}

.home-main .grind-copy::before,
.home-main .pickup-outcome-copy::before,
.home-main .outcome-heading-copy::before,
.home-main .printable-copy::before,
.home-main .moment-system > div:first-child::before,
.home-main .narrative-section > div:first-child::before,
.home-main .review-placeholder-section > div:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: clamp(-24px, -2vw, -14px);
  width: clamp(70px, 9vw, 112px);
  height: 12px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 200, 87, 0.78), rgba(255, 226, 161, 0.32)),
    rgba(255, 200, 87, 0.32);
  box-shadow: 0 10px 24px rgba(245, 184, 75, 0.16);
  transform: rotate(-1.6deg);
  pointer-events: none;
}

.home-main .pickup-outcome-copy::before,
.home-main .printable-copy::before {
  background:
    linear-gradient(90deg, rgba(31, 122, 92, 0.38), rgba(255, 200, 87, 0.38)),
    rgba(31, 122, 92, 0.14);
}

.home-main .outcome-heading-copy::before,
.home-main .moment-system > div:first-child::before {
  background:
    linear-gradient(90deg, rgba(255, 200, 87, 0.72), rgba(31, 122, 92, 0.22)),
    rgba(255, 200, 87, 0.22);
}

.home-main .outcome-section {
  overflow: visible;
}

.outcome-heading-layout {
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(220px, 300px);
  gap: 0;
  align-items: center;
}

.outcome-heading-copy {
  min-width: 0;
}

.home-main .outcome-heading-copy h2,
.home-main .outcome-heading-copy .outcome-intro {
  max-width: 680px;
}

.outcome-cutout {
  display: grid;
  place-items: center;
  justify-self: start;
  min-height: clamp(164px, 21vw, 252px);
  margin-left: clamp(-132px, -11vw, -92px);
  margin-top: clamp(6px, 1vw, 14px);
  pointer-events: none;
}

.outcome-cutout img {
  display: block;
  width: min(100%, clamp(230px, 25vw, 320px));
  height: auto;
  object-fit: contain;
  opacity: 1;
  filter:
    drop-shadow(0 20px 28px rgba(23, 32, 51, 0.12))
    saturate(1.08)
    contrast(1.1);
}

.home-main .planning-flow-section,
.home-main .outcome-section,
.home-main .grind-section,
.home-main .narrative-section,
.home-main .review-placeholder-section {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.home-main .grind-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(460px, 1fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
}

.home-main .grind-copy {
  max-width: 470px;
}

.home-main .grind-copy p {
  max-width: 38ch;
  color: rgba(11, 18, 32, 0.68);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}

.home-main .grind-copy .grind-empathy {
  margin-top: 16px;
}

.daily-grind-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  justify-items: stretch;
}

.grind-photo {
  min-height: 252px;
  margin: 0;
  overflow: visible;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
  position: relative;
}

.grind-photo-main {
  grid-column: 1 / -1;
  min-height: 320px;
}

.daily-grind-grid .grind-photo:not(.grind-photo-main) {
  grid-column: span 2;
}

.grind-photo img {
  display: block;
  width: 100%;
  height: 252px;
  object-fit: cover;
  border-radius: 12px;
  filter: saturate(1.05) contrast(1.05) sepia(0.04);
  box-shadow:
    0 26px 62px rgba(11, 18, 32, 0.17),
    0 0 0 1px rgba(11, 18, 32, 0.11),
    0 0 0 8px rgba(255, 255, 255, 0.18),
    10px 10px 0 rgba(255, 200, 87, 0.12);
}

.grind-photo-main img {
  height: 320px;
  object-position: center 48%;
}

.grind-photo-traffic img {
  object-fit: cover;
  object-position: 22% center;
  background: rgba(23, 32, 51, 0.08);
}

.grind-photo figcaption {
  display: grid;
  gap: 4px;
  padding: 12px 2px 0;
  color: rgba(11, 18, 32, 0.72);
  background: transparent;
  box-shadow: none;
  text-align: center;
  justify-items: center;
}

.grind-photo figcaption strong {
  color: rgba(11, 18, 32, 0.94);
  font-size: 15px;
  font-weight: 900;
}

.grind-photo figcaption span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  max-width: 26ch;
}

.home-main .pickup-outcome-section {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: clamp(24px, 4vw, 44px);
}

.pickup-outcome-copy {
  max-width: 760px;
}

.pickup-outcome-copy p {
  max-width: 58ch;
  color: rgba(11, 18, 32, 0.68);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}

.home-main .split-compare {
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home-main .split-compare .outcome-grid {
  gap: clamp(18px, 3vw, 30px);
  align-items: start;
}

.home-main .split-compare .compare-card img {
  height: clamp(260px, 28vw, 360px);
  border-radius: 14px;
  filter: saturate(1.05) contrast(1.05) sepia(0.035);
  box-shadow:
    0 28px 68px rgba(11, 18, 32, 0.18),
    0 0 0 1px rgba(11, 18, 32, 0.12),
    0 0 0 8px rgba(255, 255, 255, 0.16),
    -10px 10px 0 rgba(31, 122, 92, 0.10);
}

.home-main .compare-wheel-ready {
  margin-top: clamp(4px, 1vw, 10px);
}

.home-main .compare-wheel-now {
  margin-top: clamp(4px, 1vw, 10px);
}

.home-main .split-compare .flow-caption {
  max-width: 760px;
  margin: clamp(18px, 3vw, 28px) 0 0;
  padding: 18px 0 0 18px;
  border: 0;
  border-top: 1px solid rgba(23, 32, 51, 0.12);
  border-left: 4px solid rgba(255, 200, 87, 0.64);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(11, 18, 32, 0.68);
  font-size: 15px;
  line-height: 1.6;
}

.home-main .split-compare .flow-caption strong {
  margin-bottom: 4px;
}

.home-main .planning-flow {
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid rgba(11, 18, 32, 0.10);
}

.home-main .planning-flow-step {
  min-height: 0;
  padding: 26px 26px 18px 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(11, 18, 32, 0.10);
}

.home-main .planning-flow-step span {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  box-shadow: none;
}

.home-main .planning-flow-step strong {
  font-size: 20px;
}

.home-main .planning-flow-step small {
  max-width: 30ch;
  font-size: 14px;
  line-height: 1.5;
}

.home-main .outcome-grid-home {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  overflow: hidden;
  border-top: 1px solid rgba(11, 18, 32, 0.10);
  background: transparent;
}

.home-main .outcome-card {
  min-height: 230px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(11, 18, 32, 0.10);
}

.home-main .outcome-card:nth-child(odd) {
  border-right: 1px solid rgba(11, 18, 32, 0.10);
}

.home-main .outcome-card strong {
  font-size: clamp(20px, 2.4vw, 28px);
}

.home-main .outcome-card p {
  max-width: 36ch;
  font-size: 15px;
  line-height: 1.58;
}

.home-main .printable-section {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: transparent;
}

.home-main .printable-points {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.home-main .printable-points > div {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(11, 18, 32, 0.10);
}

.home-main .pdf-preview {
  border-radius: 8px;
  filter: drop-shadow(0 22px 42px rgba(23, 32, 51, 0.12));
}

.home-main .narrative-section,
.home-main .review-placeholder-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
  background: transparent;
}

.home-main .review-placeholder-section {
  padding-bottom: clamp(70px, 8vw, 110px);
}

.home-main .narrative-section p,
.home-main .review-placeholder-section > div:first-child p {
  margin: 0;
  color: rgba(11, 18, 32, 0.68);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.7;
  font-weight: 600;
  padding-left: 20px;
  border-left: 4px solid rgba(31, 122, 92, 0.24);
}

.review-placeholder-grid {
  display: grid;
  gap: 12px;
}

.review-placeholder-card {
  display: grid;
  gap: 8px;
  padding: 22px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-top: 1px solid rgba(11, 18, 32, 0.10);
}

.review-placeholder-card span {
  color: var(--leafDeep);
  font-size: 12px;
  font-weight: 900;
}

.review-placeholder-card strong {
  color: rgba(11, 18, 32, 0.92);
  font-size: 19px;
  line-height: 1.25;
}

.review-placeholder-card small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.home-main #coming-next {
  padding-top: clamp(54px, 7vw, 96px);
}

@media (max-width: 920px) {
  .home-main .homepage-hero {
    grid-template-columns: 1fr;
    padding-top: 22px;
  }

  .home-main .hero-copy {
    max-width: 760px;
    text-align: left;
  }

  .home-main .lead,
  .home-main .hero-note {
    margin-left: 0;
    margin-right: 0;
  }

  .home-main .hero-cta {
    justify-content: flex-start;
  }

  .home-main .homepage-trust-strip {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-product-preview {
    width: min(100%, 640px);
  }

  .home-main .homepage-feature-row,
  .home-main .planning-flow,
  .home-main .grind-section,
  .home-main .outcome-grid-home,
  .home-main .split-compare .outcome-grid,
  .home-main .printable-section,
  .home-main .narrative-section,
  .home-main .review-placeholder-section {
    grid-template-columns: 1fr;
  }

  .home-main .outcome-card:nth-child(odd) {
    border-right: 0;
  }

  .home-main .grind-copy {
    max-width: 720px;
  }

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

  .grind-photo-main {
    grid-column: 1 / -1;
    min-height: 320px;
  }

  .daily-grind-grid .grind-photo:not(.grind-photo-main) {
    grid-column: span 1;
  }
}

@media (max-width: 620px) {
  .home-main {
    padding-top: 10px;
  }

  .home-main .homepage-hero::before {
    content: none;
  }

  .home-main .homepage-hero {
    gap: 26px;
    padding-bottom: 42px;
  }

  .home-main .hero-family-photo {
    min-height: min(86vw, 330px);
    border-radius: 14px;
    margin-top: 0;
  }

  .home-main .hero-family-photo img {
    height: min(86vw, 330px);
    object-position: 46% center;
    border-radius: 14px;
  }

  .home-main .hero-family-photo figcaption {
    margin-top: 12px;
    padding-left: 12px;
  }

  .home-main .hero-copy h1 {
    font-size: 44px;
  }

  .home-main .hero-cta {
    display: grid;
  }

  .home-main .homepage-feature-row {
    gap: 20px;
  }

  .home-main .homepage-section {
    padding: 52px 0;
  }

  .home-main .outcome-card {
    min-height: 0;
  }

  .daily-grind-grid {
    grid-template-columns: 1fr;
  }

  .grind-photo,
  .grind-photo-main {
    min-height: 260px;
  }

  .grind-photo img,
  .grind-photo-main img {
    height: 260px;
  }

  .home-main .split-compare .compare-card img {
    height: 240px;
  }
}

/* Homepage editorial flattening: copy and feature content should stand on its own. */
.home-main .homepage-hero {
  background:
    radial-gradient(720px 420px at 84% 42%, rgba(31, 122, 92, 0.12), transparent 66%),
    radial-gradient(560px 320px at 13% 24%, rgba(245, 184, 75, 0.10), transparent 68%);
}

.home-main .hero-copy {
  padding: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.home-main .hero-copy::after {
  inset: -34px -30px -40px -38px;
  border-radius: 0;
  opacity: 0.72;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.76) 54%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.76) 54%, transparent 100%);
}

.home-main .homepage-trust-strip {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: clamp(18px, 2.4vw, 34px);
  margin: clamp(8px, 1vw, 16px) 0 0;
  max-width: none;
  border: 0;
  background: transparent;
}

.home-main .trust-item {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  padding: 0;
  background: transparent;
  border: 0;
}

.home-main .trust-item strong {
  display: block;
  margin-bottom: 2px;
}

.home-main .homepage-feature-row {
  border-top: 0;
  gap: clamp(22px, 4vw, 42px);
}

.home-main .homepage-feature-row .icon-bullet {
  gap: 14px;
}

.home-main .planning-flow {
  border-top: 0;
  gap: clamp(18px, 3vw, 32px);
}

.home-main .planning-flow-step {
  padding: 0;
  border-bottom: 0;
}

.home-main .planning-flow-step span {
  background: transparent;
  color: var(--leafDeep);
  border: 1px solid rgba(31, 122, 92, 0.24);
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.58), transparent 36%),
    rgba(255, 255, 255, 0.38);
  box-shadow:
    0 8px 18px rgba(31, 122, 92, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.home-main .outcome-grid-home {
  gap: clamp(26px, 4vw, 48px);
  border-top: 0;
}

.home-main .outcome-card {
  min-height: 0;
  padding: 0 0 0 18px;
  border: 0;
  border-left: 3px solid rgba(31, 122, 92, 0.22);
}

.home-main .outcome-card:nth-child(odd) {
  border-right: 0;
}

.home-main .printable-section,
.home-main .narrative-section,
.home-main .review-placeholder-section {
  background: transparent;
}

.home-main .printable-section::before,
.home-main .printable-section::after,
.home-main .narrative-section::after,
.home-main .review-placeholder-section::after,
.home-main .outcome-card::after,
.home-main .planning-flow-step::after,
.home-main .homepage-feature-row .icon-bullet::after {
  content: none;
}

.home-main .review-placeholder-grid {
  gap: clamp(20px, 3vw, 36px);
  border-top: 1px solid rgba(23, 32, 51, 0.12);
  padding-top: 22px;
}

.home-main .review-placeholder-card {
  padding: 16px 0 16px 18px;
  border: 0;
  border-left: 3px solid rgba(255, 200, 87, 0.44);
  background: transparent;
}

.home-main #coming-next .coming-layout {
  align-items: start;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.92fr);
  gap: clamp(28px, 5vw, 56px);
}

.home-main #coming-next .coming-left {
  gap: 0;
  border-top: 1px solid rgba(23, 32, 51, 0.12);
}

.home-main #coming-next .feature-tile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  min-height: 0;
  padding: 18px 16px;
  border: 0;
  border-bottom: 1px solid rgba(23, 32, 51, 0.10);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.38), transparent 72%),
    transparent;
  box-shadow: none;
}

.home-main #coming-next .feature-tile:hover,
.home-main #coming-next .feature-tile.is-active {
  background:
    radial-gradient(260px 130px at 84% 24%, rgba(255, 200, 87, 0.15), transparent 64%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.14) 76%),
    rgba(31, 122, 92, 0.035);
  box-shadow:
    inset 4px 0 0 rgba(31, 122, 92, 0.40),
    0 16px 34px rgba(23, 32, 51, 0.055);
  outline: 0;
}

.home-main #coming-next .feature-figure {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: start;
  width: 68px;
  height: 68px;
}

.home-main #coming-next .feature-tile > .muted,
.home-main #coming-next .feature-tile .vote-row {
  max-width: 58ch;
}

.home-main #coming-next .feature-preview,
.home-main #coming-next > .tile,
.home-main #coming-next .coming-feedback {
  padding: clamp(18px, 2.6vw, 26px);
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 12px;
  background:
    radial-gradient(300px 180px at 88% 14%, rgba(255, 200, 87, 0.14), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.22)),
    rgba(250, 247, 240, 0.38);
  box-shadow:
    0 20px 50px rgba(23, 32, 51, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.home-main #coming-next > .tile {
  max-width: 760px;
  margin-top: clamp(28px, 5vw, 54px) !important;
  border-top: 1px solid rgba(23, 32, 51, 0.08);
}

.home-main #coming-next > .coming-feedback-wide {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home-main #coming-next .coming-feedback {
  margin-top: 0;
}

@media (max-width: 860px) {
  .home-main #coming-next .coming-layout {
    grid-template-columns: 1fr;
  }

  .home-main #coming-next .coming-right {
    position: static;
  }
}

.home-main #coming-next .preview-img {
  box-shadow:
    0 18px 34px rgba(23, 32, 51, 0.10),
    0 0 0 7px rgba(255, 255, 255, 0.16);
}

.home-main #coming-next .coming-object-balance {
  position: relative;
  min-height: clamp(230px, 22vw, 340px);
  margin-top: clamp(12px, 2vw, 26px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-main #coming-next .coming-object-balance::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 4%;
  bottom: 8%;
  height: 28%;
  border-radius: 999px;
  background:
    radial-gradient(closest-side, rgba(31, 122, 92, 0.14), transparent 72%),
    radial-gradient(closest-side, rgba(245, 184, 75, 0.12), transparent 68%);
  filter: blur(10px);
  pointer-events: none;
}

.home-main #coming-next .coming-object-balance img {
  position: absolute;
  right: clamp(-62px, -4vw, -24px);
  bottom: clamp(-26px, -2vw, 4px);
  width: clamp(360px, 34vw, 520px);
  max-width: none;
  opacity: 0.68;
  filter:
    saturate(0.98)
    contrast(1.02)
    drop-shadow(0 26px 36px rgba(23, 32, 51, 0.14));
  transform: rotate(5deg);
}

@media (max-width: 860px) {
  .home-main #coming-next .coming-object-balance {
    display: none;
  }
}

.home-main #coming-next .form,
.home-main #coming-next .field,
.home-main #coming-next input,
.home-main #coming-next select,
.home-main #coming-next textarea {
  min-width: 0;
  max-width: 100%;
}

.home-main #coming-next > .coming-feedback-wide {
  padding: clamp(18px, 2.6vw, 28px) 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(31, 122, 92, 0.16) !important;
  border-bottom: 1px solid rgba(31, 122, 92, 0.10) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-main #coming-next > .coming-feedback-wide:hover {
  transform: none !important;
  background: transparent !important;
  border-color: rgba(31, 122, 92, 0.16) !important;
}

.home-main #coming-next > .coming-feedback-wide .tile-kicker {
  font-size: clamp(16px, 1.35vw, 20px) !important;
  line-height: 1.15;
  margin-bottom: 8px;
}

.home-main #coming-next > .coming-feedback-wide .tile-kicker .pill {
  width: 12px;
  height: 12px;
}

/* No-box editorial pass: keep CTAs and real product UI framed, but let story sections breathe. */
.home-main .editorial-emphasis {
  padding: 12px 0 0;
  border: 0;
  background: transparent;
}

.home-main .split-compare .flow-caption {
  padding: 18px 0 0;
  border: 0;
  background:
    radial-gradient(220px 80px at 0% 0%, rgba(255, 200, 87, 0.16), transparent 70%);
}

.home-main .planning-flow-step span {
  border: 0;
}

.home-main .outcome-card,
.home-main .review-placeholder-card,
.home-main .narrative-section p,
.home-main .review-placeholder-section > div:first-child p {
  padding-left: 0;
  border: 0;
}

.home-main .outcome-card {
  background:
    radial-gradient(220px 90px at 0% 0%, rgba(31, 122, 92, 0.08), transparent 70%);
}

.home-main .printable-points > div,
.home-main .review-placeholder-grid,
.home-main #coming-next .coming-left,
.home-main #coming-next .feature-tile {
  border: 0;
}

.home-main .printable-points > div {
  padding-bottom: 10px;
  background: transparent;
}

.home-main .review-placeholder-grid {
  padding-top: 6px;
}

.home-main #coming-next .feature-tile {
  padding: 22px 18px;
  background:
    radial-gradient(240px 120px at 86% 26%, rgba(255, 200, 87, 0.10), transparent 70%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.32), transparent 72%);
}

.home-main #coming-next .feature-tile:hover,
.home-main #coming-next .feature-tile.is-active {
  box-shadow: 0 18px 34px rgba(23, 32, 51, 0.055);
}

.home-main #coming-next .feature-preview,
.home-main #coming-next > .tile,
.home-main #coming-next .coming-feedback {
  border: 0;
  box-shadow: 0 20px 50px rgba(23, 32, 51, 0.07);
}

.home-main #coming-next > .tile {
  border-top: 0;
}

.grind-photo img,
.home-main .split-compare .compare-card img {
  box-shadow:
    0 28px 64px rgba(11, 18, 32, 0.17),
    10px 10px 0 rgba(255, 200, 87, 0.10);
}

.home-main .split-compare .compare-card img {
  box-shadow:
    0 28px 64px rgba(11, 18, 32, 0.17),
    -10px 10px 0 rgba(31, 122, 92, 0.10);
}

@media (max-width: 760px) {
  .home-main .hero-copy::after {
    content: none;
  }

  .home-main #coming-next .feature-tile {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-main #coming-next .feature-figure {
    grid-column: auto;
    grid-row: auto;
    width: 64px;
    height: 64px;
  }
}

/* Alignment pass for the lower homepage editorial sections. */
.home-main .printable-section,
.home-main .narrative-section,
.home-main .review-placeholder-section {
  width: min(100%, 1040px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.78fr);
  column-gap: clamp(44px, 7vw, 92px);
  align-items: start;
  padding-inline: 0;
  background: transparent;
}

.home-main .printable-section {
  padding-top: clamp(58px, 7vw, 92px);
  padding-bottom: clamp(58px, 7vw, 92px);
  border-radius: 0;
  overflow: visible;
}

.home-main .printable-copy,
.home-main .narrative-section > div:first-child,
.home-main .review-placeholder-section > div:first-child {
  max-width: 460px;
}

.home-main .printable-copy h2,
.home-main .narrative-section h2,
.home-main .review-placeholder-section h2 {
  margin-top: 0;
}

.home-main .printable-points {
  margin-top: 26px;
}

.home-main .printable-points div {
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
}

.home-main .pdf-preview-small {
  justify-self: stretch;
  align-self: start;
  max-width: 360px;
  margin-left: auto;
}

.home-main .narrative-section p,
.home-main .review-placeholder-grid {
  max-width: 520px;
}

.home-main .review-placeholder-grid {
  gap: 0;
  padding-top: 0;
}

.home-main .review-placeholder-card {
  padding: 18px 0;
  border-top: 1px solid rgba(23, 32, 51, 0.12);
}

.home-main .review-placeholder-card:first-child {
  padding-top: 0;
}

.home-main .review-placeholder-card strong {
  background: transparent;
  box-shadow: none;
}

.home-main .review-placeholder-card,
.home-main .review-placeholder-card:first-child {
  border: 0;
}

.home-main .pdf-preview-wrap {
  align-content: start;
  gap: clamp(10px, 1.8vw, 16px);
  padding-top: clamp(4px, 0.8vw, 10px);
}

.home-main .pdf-preview-cutout {
  justify-self: center;
  margin: 0 auto clamp(2px, 0.8vw, 8px);
}

.home-main .narrative-story {
  max-width: 560px;
}

.home-main .narrative-story p {
  max-width: 48ch;
}

.home-main .narrative-story .warmth-photo img {
  height: clamp(220px, 30vw, 330px);
  object-position: 52% center;
}

.home-main .moment-system {
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 0.95fr);
  gap: clamp(30px, 6vw, 82px);
}

.home-main .moment-visual {
  justify-self: stretch;
  min-height: clamp(280px, 36vw, 420px);
}

.home-main .moment-photo {
  width: min(100%, 540px);
}

.home-main .moment-photo img {
  height: clamp(250px, 34vw, 380px);
}

.home-main .moment-visual .moment-cutout {
  right: clamp(-8px, 2vw, 28px);
  bottom: clamp(8px, 2vw, 24px);
  width: clamp(170px, 24vw, 290px);
  margin: 0;
}

@media (max-width: 860px) {
  .home-main .printable-section,
  .home-main .narrative-section,
  .home-main .review-placeholder-section {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .home-main .printable-copy,
  .home-main .narrative-section > div:first-child,
  .home-main .review-placeholder-section > div:first-child,
  .home-main .narrative-section p,
  .home-main .review-placeholder-grid {
    max-width: none;
  }

  .home-main .pdf-preview-small {
    justify-self: start;
    margin-left: 0;
    max-width: min(100%, 420px);
  }

  .home-main .narrative-story {
    max-width: none;
  }

  .home-main .narrative-story .warmth-photo {
    width: min(100%, 420px);
  }

  .home-main .narrative-story .warmth-photo img {
    height: min(68vw, 300px);
    object-position: 48% center;
  }

  .home-main .moment-system {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-main .moment-visual {
    min-height: min(88vw, 390px);
  }

  .home-main .moment-photo {
    width: min(100%, 430px);
    margin-left: 0;
  }

  .home-main .moment-photo img {
    height: min(70vw, 315px);
  }

  .home-main .moment-visual .moment-cutout {
    right: 0;
    bottom: 8px;
    width: min(58vw, 230px);
  }
}

/* Realistic backdrop elements: subtle dad-life objects in blank space only. */
.home-main .homepage-section::before,
.home-main .homepage-section::after {
  content: none;
}

.home-main .homepage-section.has-section-divider::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 48px;
  pointer-events: none;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at calc(50% - 34px) 50%, rgba(255, 200, 87, 0.56) 0 3px, transparent 4px),
    radial-gradient(circle at calc(50% + 34px) 50%, rgba(255, 200, 87, 0.56) 0 3px, transparent 4px),
    radial-gradient(circle at calc(50% - 54px) 50%, rgba(31, 122, 92, 0.30) 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% + 54px) 50%, rgba(31, 122, 92, 0.30) 0 2px, transparent 3px),
    linear-gradient(90deg, transparent 0%, rgba(23, 32, 51, 0.14) 8%, rgba(31, 122, 92, 0.38) 44%, transparent 49%, transparent 51%, rgba(31, 122, 92, 0.38) 56%, rgba(23, 32, 51, 0.14) 92%, transparent 100%) center / 100% 2px no-repeat;
  opacity: 0.7;
  z-index: 0;
}

.home-main .homepage-section.has-section-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 4px solid transparent;
  border-radius: 999px;
  color: var(--leafDeep);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 50% 50%, rgba(31, 122, 92, 0.34) 0 2px, transparent 3px) padding-box,
    linear-gradient(31deg, transparent 47%, rgba(31, 122, 92, 0.24) 48% 51%, transparent 52%) padding-box,
    linear-gradient(92deg, transparent 48%, rgba(31, 122, 92, 0.18) 49% 51%, transparent 52%) padding-box,
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.72), transparent 30%) padding-box,
    radial-gradient(circle, rgba(250, 247, 240, 0.98) 0 64%, rgba(234, 244, 237, 0.98) 65% 100%) padding-box,
    repeating-conic-gradient(from -1deg, rgba(23, 32, 51, 0.74) 0deg 2deg, rgba(79, 140, 255, 0.18) 2deg 5deg, transparent 5deg 30deg) border-box;
  box-shadow:
    0 0 0 5px rgba(247, 242, 232, 0.92),
    0 0 0 8px rgba(23, 32, 51, 0.14),
    0 12px 24px rgba(23, 32, 51, 0.16),
    inset 0 0 0 1px rgba(23, 32, 51, 0.20),
    inset 0 -8px 16px rgba(11, 18, 32, 0.06);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.72),
    0 0 8px rgba(31, 122, 92, 0.16);
  z-index: 1;
}

.home-main .homepage-section.has-section-divider::before {
  top: clamp(-46px, -3.6vw, -32px);
}

.home-main .homepage-section.has-section-divider::after {
  top: clamp(-22px, -1.8vw, -16px);
}

.home-main .hero-copy::after {
  content: none;
}

.home-main .homepage-hero::after {
  content: none;
}

.home-main .printable-section {
  position: relative;
  isolation: isolate;
  overflow: visible;
}

.home-main .printable-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  filter: saturate(0.94) contrast(1.04);
  opacity: 0.48;
}

.home-main .printable-section > * {
  position: relative;
  z-index: 1;
}

.home-main .printable-section::after {
  content: none;
  width: clamp(260px, 34vw, 420px);
  height: clamp(165px, 21vw, 266px);
  aspect-ratio: 1.58;
  right: clamp(-210px, -13vw, -118px);
  bottom: clamp(12px, 3vw, 42px);
  background-image: url("./assets/backgrounds/real-elements/cutouts/lunchbox-jacket-standalone-transparent.png");
  mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.76) 58%, transparent 88%);
  -webkit-mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.76) 58%, transparent 88%);
}

.home-main .narrative-section::before {
  content: none;
}

.home-main .review-placeholder-section::before {
  content: none;
}

@media (max-width: 860px) {
  .home-main .homepage-section.has-section-divider::before {
    width: 100vw;
    height: 48px;
    opacity: 0.7;
    background-size: 100% 2px;
  }

  .home-main .homepage-section.has-section-divider::after {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .home-main .homepage-hero::after {
    content: none;
  }

  .outcome-heading-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

.outcome-cutout {
  justify-self: center;
  width: min(100%, 300px);
  min-height: 150px;
  margin: 0 auto 8px;
  order: 2;
}

.outcome-cutout img {
  width: min(74vw, 282px);
  opacity: 1;
}

  .home-main .printable-section::after {
    width: 250px;
    height: 158px;
    right: -148px;
    opacity: 0.48;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .home-main .printable-section::after {
    content: none;
  }
}

@media (max-width: 860px) {
.home-main .pdf-preview-cutout {
  width: min(72vw, 250px);
  height: 138px;
  justify-self: center;
  margin: 4px auto 2px;
}

.home-main .pdf-preview-cutout img {
  object-position: center;
  opacity: 1;
  filter:
    drop-shadow(0 18px 24px rgba(23, 32, 51, 0.10))
    saturate(1.04)
    contrast(1.08);
}
}

/* Warm scene depth pass: richer visual areas without widening the reading copy. */
.home-main {
  max-width: min(100%, 1180px);
}

.home-main .homepage-hero,
.home-main .grind-section,
.home-main .pickup-outcome-section,
.home-main .outcome-section,
.home-main .printable-section,
.home-main .narrative-section,
.home-main #coming-next,
.home-main .moment-system,
.home-main .real-life-section,
.home-main .faq-section {
  width: min(100%, 1120px);
  margin-inline: auto;
}

.home-main .grind-section {
  --sectionBand: rgba(239, 244, 234, 0.88);
  --sectionBandEdge: rgba(239, 244, 234, 0.48);
  --sectionGlowA: rgba(255, 200, 87, 0.18);
  --sectionGlowB: rgba(31, 122, 92, 0.16);
}

.home-main .pickup-outcome-section,
.home-main .printable-section {
  --sectionBand: rgba(226, 241, 235, 0.90);
  --sectionBandEdge: rgba(226, 241, 235, 0.50);
  --sectionGlowA: rgba(31, 122, 92, 0.18);
  --sectionGlowB: rgba(255, 200, 87, 0.13);
}

.home-main .outcome-section,
.home-main .moment-system {
  --sectionBand: rgba(255, 239, 196, 0.84);
  --sectionBandEdge: rgba(255, 239, 196, 0.42);
  --sectionGlowA: rgba(255, 200, 87, 0.20);
  --sectionGlowB: rgba(31, 122, 92, 0.12);
}

.home-main #coming-next,
.home-main .real-life-section {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(780px 300px at 12% 12%, rgba(255, 200, 87, 0.14), transparent 70%),
    radial-gradient(760px 300px at 90% 72%, rgba(31, 122, 92, 0.14), transparent 72%),
    linear-gradient(180deg, rgba(247, 242, 232, 0.20), rgba(232, 241, 235, 0.58));
  box-shadow: 0 0 0 100vmax rgba(232, 241, 235, 0.58);
  clip-path: inset(0 -100vmax);
}

.home-main .homepage-hero {
  padding-top: clamp(48px, 6vw, 88px);
  padding-bottom: clamp(72px, 8vw, 118px);
}

.home-main .hero-product-preview {
  filter: drop-shadow(0 34px 70px rgba(23, 32, 51, 0.13));
}

.home-main .hero-family-photo {
  filter: drop-shadow(0 34px 70px rgba(23, 32, 51, 0.13));
}

.home-main .warmth-photo img,
.home-main .grind-photo img,
.home-main .split-compare .compare-card img,
.home-main #coming-next .preview-img img {
  filter: saturate(1.08) contrast(1.04) sepia(0.045);
}

.home-main .grind-photo-main img {
  height: clamp(320px, 32vw, 410px);
}

.home-main .daily-grind-grid .grind-photo:not(.grind-photo-main) img {
  height: clamp(230px, 20vw, 292px);
}

.home-main .split-compare .compare-card img {
  height: clamp(292px, 30vw, 430px);
}

.home-main .narrative-story .warmth-photo img {
  height: clamp(280px, 30vw, 395px);
}

.home-main .moment-photo img {
  height: clamp(300px, 31vw, 430px);
}

.home-main .outcome-cutout {
  margin-left: clamp(-96px, -6vw, -46px);
  margin-top: clamp(-8px, -0.6vw, 4px);
}

.home-main .outcome-cutout img {
  width: min(100%, clamp(270px, 24vw, 370px));
  opacity: 0.88;
}

.home-main .pdf-preview-cutout {
  width: clamp(190px, 18vw, 268px);
  height: clamp(122px, 12vw, 168px);
  transform: translateX(-6px);
}

.home-main .pdf-preview-cutout img {
  opacity: 0.72;
}

.home-main .moment-visual .moment-cutout {
  width: clamp(190px, 22vw, 310px);
  opacity: 0.74;
}

.home-main .moment-visual .comfort-cutout {
  right: clamp(-2px, 1.4vw, 18px);
  bottom: clamp(10px, 2vw, 26px);
  width: clamp(170px, 19vw, 260px);
  opacity: 0.78;
}

.home-main .moment-visual .comfort-cutout img {
  filter:
    drop-shadow(0 18px 26px rgba(23, 32, 51, 0.10))
    saturate(1.03)
    contrast(1.04);
}

.home-main .moment-visual .practical-cutout {
  right: clamp(-16px, -1vw, 8px);
  bottom: clamp(-18px, -1.4vw, 10px);
  width: clamp(240px, 27vw, 390px);
  opacity: 0.9;
}

.home-main .moment-visual .practical-cutout img {
  filter:
    drop-shadow(0 22px 32px rgba(23, 32, 51, 0.12))
    saturate(1.04)
    contrast(1.05);
}

.home-main .review-placeholder-section {
  align-items: center;
}

.home-main .review-placeholder-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.home-main .review-placeholder-card {
  padding: 0 0 0 20px;
  border-left: 4px solid rgba(31, 122, 92, 0.20);
}

.home-main #coming-next .coming-layout {
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.78fr);
  gap: clamp(34px, 6vw, 84px);
}

.home-main #coming-next .feature-tile {
  padding: 20px 18px;
  background:
    radial-gradient(280px 130px at 88% 22%, rgba(255, 200, 87, 0.14), transparent 70%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.08) 78%);
}

.home-main #coming-next .feature-preview,
.home-main #coming-next .coming-feedback {
  background:
    radial-gradient(360px 190px at 92% 8%, rgba(255, 200, 87, 0.18), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.34)),
    rgba(250, 247, 240, 0.44);
  box-shadow:
    0 28px 70px rgba(23, 32, 51, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.home-main .real-life-section,
.home-main .faq-section {
  padding-block: clamp(56px, 7vw, 96px);
}

.home-main .real-life-section h2,
.home-main .faq-section h2 {
  max-width: 720px;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.05;
}

.home-main .real-life-section .grid,
.home-main .faq-section .grid {
  gap: clamp(18px, 3vw, 34px);
}

.home-main .real-life-section .tile,
.home-main .faq-section .tile {
  border: 0;
  border-radius: 0;
  padding: 0 0 0 18px;
  background:
    radial-gradient(240px 120px at 0% 0%, rgba(255, 200, 87, 0.11), transparent 70%);
  box-shadow: none;
  border-left: 3px solid rgba(31, 122, 92, 0.18);
}

.home-main .real-life-section .tile::after,
.home-main .faq-section .tile::after {
  content: none;
}

.home-main .faq {
  border: 0;
  background: transparent;
  box-shadow: none;
}

@media (min-width: 1080px) {
  .home-main {
    max-width: min(100%, 1320px);
  }

  .home-main .homepage-hero,
  .home-main #coming-next,
  .home-main .moment-system {
    width: min(100%, 1220px);
  }

  .home-main .grind-section,
  .home-main .pickup-outcome-section,
  .home-main .outcome-section,
  .home-main .printable-section,
  .home-main .narrative-section,
  .home-main .review-placeholder-section,
  .home-main .real-life-section,
  .home-main .faq-section {
    width: min(100%, 1160px);
  }

  .home-main .homepage-hero {
    grid-template-columns: minmax(400px, 0.74fr) minmax(600px, 1fr);
    gap: clamp(34px, 4vw, 58px);
  }

  .home-main .grind-section {
    grid-template-columns: minmax(320px, 0.54fr) minmax(560px, 1fr);
  }

  .home-main .printable-section,
  .home-main .narrative-section,
  .home-main .review-placeholder-section {
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.88fr);
  }

  .home-main .narrative-story {
    max-width: 660px;
  }

  .home-main .narrative-story p {
    max-width: 50ch;
  }

  .home-main .moment-system {
    grid-template-columns: minmax(380px, 0.70fr) minmax(520px, 0.95fr);
    align-items: center;
  }
}

@media (max-width: 860px) {
  .home-main {
    max-width: 100%;
  }

  .home-main .homepage-hero,
  .home-main .grind-section,
  .home-main .pickup-outcome-section,
  .home-main .outcome-section,
  .home-main .printable-section,
  .home-main .narrative-section,
  .home-main #coming-next,
  .home-main .moment-system,
  .home-main .real-life-section,
  .home-main .faq-section {
    width: 100%;
  }

  .home-main .homepage-hero {
    padding-top: 26px;
    padding-bottom: 58px;
  }

  .home-main .outcome-cutout {
    margin: 0 auto 8px;
  }

  .home-main .outcome-cutout img {
    width: min(72vw, 284px);
    opacity: 0.86;
  }

  .home-main .pdf-preview-cutout {
    transform: none;
  }

  .home-main .narrative-story .warmth-photo img,
  .home-main .moment-photo img {
    height: min(70vw, 320px);
  }

  .home-main #coming-next .coming-layout {
    grid-template-columns: 1fr;
  }

  .home-main #coming-next .coming-left,
  .home-main #coming-next .coming-right,
  .home-main #coming-next .feature-preview,
  .home-main #coming-next .coming-feedback {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .home-main #coming-next .coming-right {
    justify-self: stretch;
  }

  .home-main .real-life-section .tile,
  .home-main .faq-section .tile {
    min-height: 0;
  }
}

/* Soft background transitions: avoid hard full-width color band edges. */
.home-main .grind-section,
.home-main .pickup-outcome-section,
.home-main .outcome-section,
.home-main .printable-section,
.home-main .moment-system {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  margin-right: 0;
  padding-left: max(16px, calc((100vw - 1160px) / 2));
  padding-right: max(16px, calc((100vw - 1160px) / 2));
  transform: translateX(-50%);
  background:
    radial-gradient(920px 340px at 16% 16%, var(--sectionGlowA), transparent 74%),
    radial-gradient(860px 340px at 88% 78%, var(--sectionGlowB), transparent 76%),
    repeating-linear-gradient(90deg, transparent 0 52px, rgba(255, 255, 255, 0.13) 52px 53px),
    radial-gradient(circle at 20px 20px, rgba(255, 200, 87, 0.15) 0 2px, transparent 3px),
    linear-gradient(
      180deg,
      transparent 0%,
      var(--sectionBandEdge) 14%,
      var(--sectionBand) 34%,
      var(--sectionBand) 66%,
      var(--sectionBandEdge) 86%,
      transparent 100%
    );
  background-size: auto, auto, 100% 100%, 74px 74px, auto;
  box-shadow: none;
  clip-path: none;
}

.home-main #coming-next,
.home-main .real-life-section {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  margin-right: 0;
  padding-left: max(16px, calc((100vw - 1160px) / 2));
  padding-right: max(16px, calc((100vw - 1160px) / 2));
  transform: translateX(-50%);
  background:
    radial-gradient(900px 340px at 10% 12%, rgba(255, 200, 87, 0.13), transparent 74%),
    radial-gradient(860px 340px at 90% 74%, rgba(31, 122, 92, 0.13), transparent 76%),
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(232, 241, 235, 0.28) 16%,
      rgba(232, 241, 235, 0.56) 42%,
      rgba(232, 241, 235, 0.50) 72%,
      transparent 100%
    );
  box-shadow: none;
  clip-path: none;
}

@media (max-width: 860px) {
  .home-main .grind-section,
  .home-main .pickup-outcome-section,
  .home-main .outcome-section,
  .home-main .printable-section,
  .home-main .moment-system,
  .home-main #coming-next,
  .home-main .real-life-section {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }
}

/* Tighten hero rhythm: reduce the blank space between proof points and feature rail. */
@media (min-width: 861px) {
  .home-main .homepage-hero {
    padding-bottom: clamp(36px, 4vw, 58px);
  }

  .home-main .prep-marquee {
    margin-top: clamp(-70px, -5vw, -40px);
  }

  .home-main .homepage-feature-row {
    margin-top: clamp(12px, 1.6vw, 22px);
    padding-top: 0;
  }
}

/* Warmth pack v1: quiet texture plus Lucide-style feature icons. */
.home-main .homepage-hero,
.home-main .planning-flow-section,
.home-main .pickup-outcome-section,
.home-main .outcome-section,
.home-main .printable-section,
.home-main #coming-next {
  background: transparent;
}

.home-main .homepage-hero {
  background-blend-mode: normal, soft-light;
}

.home-main .homepage-section {
  background-blend-mode: normal, luminosity;
}

.home-main .hero-copy {
  background: transparent;
}

.home-main .homepage-feature-row {
  gap: clamp(14px, 2vw, 20px);
}

.home-main .homepage-feature-row .icon-bullet {
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 14px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-main .homepage-feature-row .lucide-icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  padding: 12px;
  border-radius: 8px;
  color: var(--leafDeep);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  background:
    radial-gradient(circle at 74% 22%, rgba(245, 184, 75, 0.88) 0 5px, transparent 6px),
    linear-gradient(180deg, rgba(31, 122, 92, 0.14), rgba(31, 122, 92, 0.055));
  border: 0;
  box-shadow:
    0 10px 22px rgba(23, 32, 51, 0.055),
    inset 0 0 0 1px rgba(255, 255, 255, 0.52);
}

.home-main .homepage-feature-row .lucide-icon * {
  vector-effect: non-scaling-stroke;
}

.home-main .homepage-section::before,
.home-main .homepage-section::after,
.home-main .homepage-section.has-section-divider::before,
.home-main .homepage-section.has-section-divider::after,
.home-main .grind-section::after,
.home-main .homepage-hero::after,
.home-main .printable-section::after,
.home-main .narrative-section::after {
  content: none !important;
}

@media (max-width: 920px) {
  .home-main .homepage-feature-row .icon-bullet {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  body::before {
    opacity: 0.12;
    background-size: 560px 373px;
    background-position: center 86px;
  }

  .home-main .homepage-hero,
  .home-main .planning-flow-section,
  .home-main .pickup-outcome-section,
  .home-main .outcome-section,
  .home-main .printable-section,
  .home-main #coming-next {
    background-size: 100% 100%, 320px 214px;
  }
}

/* Printable section alignment: cutout is decorative, preview aligns with copy. */
@media (min-width: 861px) {
  .home-main .printable-section {
    grid-template-columns: minmax(360px, 0.88fr) minmax(360px, 0.82fr);
    column-gap: clamp(42px, 6vw, 78px);
    align-items: start;
  }

  .home-main .pdf-preview-wrap {
    position: relative;
    justify-self: center;
    width: min(100%, 430px);
    padding-top: 44px;
  }

  .home-main .pdf-preview-cutout {
    position: absolute;
    top: 0;
    left: 50%;
    width: clamp(140px, 12vw, 190px);
    height: clamp(88px, 8vw, 120px);
    margin: 0;
    transform: translateX(-38%);
    opacity: 0.66;
    pointer-events: none;
  }

  .home-main .pdf-preview-small {
    justify-self: center;
    width: min(100%, 370px);
    max-width: 370px;
    margin: 0;
  }
}

/* Free checklist UX shell: mobile-first polish without changing product logic. */
.free-checklist-page {
  --mobileShell: min(100%, 780px);
}

.free-checklist-page .site-header {
  background: rgba(247, 242, 232, 0.90);
}

.free-checklist-page .free-checklist-main {
  max-width: 980px;
  padding-top: 10px;
}

.free-checklist-page .free-checklist-hero {
  display: block;
  padding: 18px 0 28px !important;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.free-checklist-page .free-checklist-hero::after,
.free-checklist-page .hero-copy::before {
  content: none;
}

.free-checklist-cutout {
  display: grid;
  place-items: center;
  margin: 12px auto 8px;
  min-height: clamp(106px, 13vw, 148px);
  pointer-events: none;
}

.free-checklist-cutout img {
  display: block;
  width: min(52vw, 220px);
  height: auto;
  object-fit: contain;
  opacity: 1;
  filter: saturate(1.06) contrast(1.08);
}

.free-checklist-page .hero-copy {
  max-width: var(--mobileShell) !important;
  margin: 0 auto 18px;
  padding: 8px 2px 0;
}

.free-checklist-page .hero-copy h1 {
  max-width: 760px;
  margin-bottom: 8px;
}

.free-checklist-page .hero-copy .lead {
  max-width: 660px;
}

.planner-intent {
  margin-top: 18px;
  max-width: 680px;
  border-left: 4px solid rgba(31, 122, 92, 0.66);
  padding: 4px 0 4px 14px;
  color: rgba(11, 18, 32, 0.76);
}

.planner-intent strong {
  display: block;
  color: rgba(11, 18, 32, 0.92);
  font-weight: 900;
  margin-bottom: 2px;
}

.planner-intent span {
  font-weight: 600;
}

.free-checklist-page .planner-panel {
  max-width: var(--mobileShell) !important;
  margin: 0 auto;
  border: 1px solid rgba(31, 122, 92, 0.18);
  border-radius: 28px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.28)),
    rgba(247, 242, 232, 0.54);
  box-shadow: 0 22px 60px rgba(11, 18, 32, 0.10);
}

.planner-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.planner-panel-head .card-title {
  font-size: 20px;
  margin-bottom: 2px;
}

.planner-mini-status {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(255, 200, 87, 0.18);
  border: 1px solid rgba(255, 200, 87, 0.34);
  color: rgba(11, 18, 32, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.free-checklist-page .planner-panel > .divider,
.free-checklist-page #packArea > .divider {
  margin: 16px -18px;
  background: linear-gradient(90deg, transparent, rgba(11, 18, 32, 0.13), transparent);
}

.free-checklist-page .wizard {
  padding: 0;
  border: 0;
  background: transparent;
}

.free-checklist-page .wiz-top {
  position: sticky;
  top: 82px;
  z-index: 11;
  gap: 9px;
  margin: 0 -6px 18px;
  padding: 12px 6px 14px;
  backdrop-filter: blur(18px);
  background:
    linear-gradient(180deg, rgba(247, 242, 232, 0.92), rgba(247, 242, 232, 0.76));
  border-bottom: 1px solid rgba(11, 18, 32, 0.08);
}

.free-checklist-page .wiz-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(11, 18, 32, 0.78);
  font-size: 13px;
  letter-spacing: 0.06em;
}

.free-checklist-page .wiz-title::after {
  content: "Less scramble, better kid time";
  color: var(--leafDeep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.free-checklist-page .wiz-progress {
  height: 7px;
  border: 0;
  background: rgba(11, 18, 32, 0.08);
}

.free-checklist-page .wiz-progress .bar {
  background: linear-gradient(90deg, var(--leafDeep), var(--leaf), var(--sun));
  box-shadow: 0 0 20px rgba(31, 122, 92, 0.24);
}

.free-checklist-page .wiz-panel {
  display: grid;
  gap: 14px;
  padding-top: 0;
}

.free-checklist-page .wiz-panel[hidden] {
  display: none;
}

.free-checklist-page .field {
  gap: 8px;
}

.free-checklist-page .field > span,
.free-checklist-page .field-prompt {
  color: rgba(11, 18, 32, 0.86);
}

.free-checklist-page .field > span:not(.field-prompt) {
  font-size: 13px;
  letter-spacing: 0.01em;
}

.free-checklist-page input,
.free-checklist-page select,
.free-checklist-page textarea {
  min-height: 54px;
  border-radius: 18px;
  border-color: rgba(11, 18, 32, 0.13);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.free-checklist-page .time-select {
  font-weight: 800;
  background:
    linear-gradient(90deg, rgba(31, 122, 92, 0.08), rgba(255, 255, 255, 0.72)),
    rgba(255, 255, 255, 0.78);
}

.free-checklist-page input:focus,
.free-checklist-page select:focus,
.free-checklist-page textarea:focus {
  outline: 3px solid rgba(31, 122, 92, 0.18);
  border-color: rgba(31, 122, 92, 0.48);
}

.free-checklist-page.mobile-select-open {
  overflow: hidden;
}

.mobile-select-layer {
  position: fixed;
  inset: 0;
  z-index: 99990;
  display: grid;
  align-items: end;
  justify-items: center;
  padding: 0;
}

.mobile-select-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 18, 32, 0.34);
  backdrop-filter: blur(5px);
}

.mobile-select-sheet {
  position: relative;
  width: min(100%, 540px);
  max-height: 84vh;
  padding: 10px 14px calc(18px + env(safe-area-inset-bottom));
  border: 1px solid rgba(31, 122, 92, 0.18);
  border-radius: 26px 26px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 252, 242, 0.98), rgba(238, 246, 225, 0.96)),
    #f7f3df;
  box-shadow: 0 -26px 60px rgba(11, 18, 32, 0.22);
}

.mobile-select-grabber {
  width: 46px;
  height: 5px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: rgba(23, 32, 51, 0.22);
}

.mobile-select-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 2px 2px 12px;
}

.mobile-select-title {
  min-width: 0;
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
}

.mobile-select-close {
  min-height: 42px;
  border: 1px solid rgba(31, 122, 92, 0.20);
  border-radius: 999px;
  padding: 9px 16px;
  color: #fff;
  background: linear-gradient(180deg, var(--readyGreen), var(--readyGreenDeep));
  box-shadow: 0 10px 22px rgba(31, 122, 92, 0.20);
  font-size: 14px;
  font-weight: 900;
}

.mobile-select-wheel-frame {
  position: relative;
  border: 1px solid rgba(31, 122, 92, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.42)),
    rgba(255, 255, 255, 0.60);
  overflow: hidden;
}

.mobile-select-wheel-frame::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  height: 58px;
  border: 2px solid rgba(31, 122, 92, 0.28);
  border-radius: 18px;
  transform: translateY(-50%);
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.62),
    0 10px 24px rgba(31, 122, 92, 0.10);
}

.mobile-select-wheel {
  max-height: min(58vh, 430px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 10px;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 16%, #000 84%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 16%, #000 84%, transparent 100%);
}

.mobile-select-wheel::-webkit-scrollbar {
  display: none;
}

.mobile-select-spacer {
  height: 86px;
}

.mobile-select-option {
  width: 100%;
  min-height: 58px;
  margin: 4px 0;
  border: 0;
  border-radius: 16px;
  padding: 12px 14px;
  scroll-snap-align: center;
  color: rgba(11, 18, 32, 0.78);
  background: transparent;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.18;
  text-align: center;
}

.mobile-select-option.is-selected {
  color: var(--readyGreenDeep);
  background:
    linear-gradient(135deg, rgba(31, 122, 92, 0.13), rgba(255, 200, 87, 0.13)),
    rgba(255, 255, 255, 0.74);
}

.mobile-select-option:disabled {
  color: rgba(11, 18, 32, 0.40);
  font-weight: 800;
}

.free-checklist-page .tile {
  border-radius: 22px;
  border-color: rgba(11, 18, 32, 0.10);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.28)),
    rgba(255, 255, 255, 0.24);
}

.free-checklist-page .tile:hover {
  transform: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.28);
}

.free-checklist-page #followups {
  display: grid;
  gap: 12px;
}

.free-checklist-page #followups > .tile,
.free-checklist-page #forecastBlock,
.free-checklist-page #visitDateBlock {
  margin-top: 0 !important;
  border-left: 4px solid rgba(31, 122, 92, 0.42);
}

.free-checklist-page .checks {
  gap: 10px;
}

.free-checklist-page .checkrow,
.free-checklist-page .grocery-item {
  min-height: 54px;
  border-radius: 18px;
  border-color: rgba(11, 18, 32, 0.10);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.70);
}

.free-checklist-page .checkrow {
  align-items: center;
}

.free-checklist-page .checkrow input,
.free-checklist-page .grocery-item input {
  accent-color: var(--leaf);
}

.free-checklist-page .wiz-panel > .row.between,
.free-checklist-page .pack-action-buttons {
  position: sticky;
  bottom: 10px;
  z-index: 10;
  margin-top: 6px !important;
  padding: 10px;
  border-radius: 22px;
  border: 1px solid rgba(11, 18, 32, 0.08);
  background: rgba(247, 242, 232, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 32px rgba(11, 18, 32, 0.10);
}

.free-checklist-page .wiz-panel > .row.between .ghost {
  flex: 0 0 auto;
  min-width: 110px;
  background: rgba(255, 255, 255, 0.50);
}

.free-checklist-page .wiz-panel > .row.between .primary {
  flex: 1 1 180px;
}

.free-checklist-page .primary,
.free-checklist-page .secondary,
.free-checklist-page .ghost {
  border-radius: 18px;
}

.free-checklist-page .primary {
  box-shadow: 0 16px 36px rgba(31, 122, 92, 0.24);
}

.free-checklist-page .prep-section {
  border-left: 4px solid rgba(255, 200, 87, 0.62);
}

.free-checklist-page .prep-section-head {
  border-bottom-color: rgba(11, 18, 32, 0.08);
}

.free-checklist-page .packdoc {
  border: 0;
  border-radius: 24px;
  padding: 0;
  background: transparent;
}

.free-checklist-page .packdoc .cards {
  gap: 12px;
}

.free-checklist-page .packdoc .doccard {
  border-radius: 20px;
  border-color: rgba(11, 18, 32, 0.10);
  background: rgba(255, 255, 255, 0.58);
  padding: 14px;
}

.free-checklist-page .locked-preview.locked {
  filter: blur(6px);
}

.free-checklist-page .pack-actions {
  border-left: 4px solid rgba(31, 122, 92, 0.55);
}

.free-checklist-page #kit-embed {
  border-style: dashed;
  background: rgba(255, 255, 255, 0.32);
}

@media (max-width: 720px) {
  .free-checklist-page .header-actions a.ghost {
    display: none;
  }

  .free-checklist-page .free-checklist-main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .free-checklist-page .hero-copy {
    padding-left: 4px;
    padding-right: 4px;
  }

  .free-checklist-page .planner-panel {
    border-radius: 26px;
    padding: 14px;
  }

  .planner-panel-head {
    display: grid;
  }

  .planner-mini-status {
    justify-self: start;
  }

  .free-checklist-page .wiz-top {
    top: 71px;
    margin-left: -2px;
    margin-right: -2px;
  }

  .free-checklist-page .wiz-title::after {
    content: "Better kid time";
  }

  .free-checklist-page .wiz-panel > .row.between {
    display: grid;
    grid-template-columns: minmax(92px, 0.34fr) minmax(0, 1fr);
    gap: 10px;
  }

  .free-checklist-page .wiz-panel > .row.between .ghost,
  .free-checklist-page .wiz-panel > .row.between .primary {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 520px) {
  .free-checklist-page .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .free-checklist-page .hero-copy h1 {
    font-size: 34px;
  }

  .planner-intent {
    padding-left: 12px;
  }

  .free-checklist-page .planner-panel {
    box-shadow: 0 16px 44px rgba(11, 18, 32, 0.10);
  }

  .free-checklist-page .badge {
    width: auto;
  }

  .free-checklist-page .badge-row {
    gap: 8px;
  }

  .free-checklist-page .tile {
    padding: 13px;
  }

  .free-checklist-page .prep-section-head {
    grid-template-columns: 50px 1fr;
  }

  .free-checklist-page .prep-section-head img {
    width: 50px;
    height: 44px;
  }
}

/* Second pass: make the checklist feel like a guided app flow, not stacked boxes. */
.free-checklist-page .free-checklist-main {
  max-width: 920px;
}

.free-checklist-page .hero-copy {
  margin-bottom: 24px;
}

.free-checklist-page .hero-copy h1 {
  letter-spacing: 0;
}

.free-checklist-page .badge-row {
  margin-top: 16px;
}

.free-checklist-page .badge {
  background: rgba(255, 255, 255, 0.48);
  border-color: rgba(11, 18, 32, 0.10);
  box-shadow: none;
}

.free-checklist-page .planner-panel {
  border-color: rgba(31, 122, 92, 0.10);
  border-radius: 34px;
  padding: clamp(16px, 2.4vw, 26px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.22) 58%, rgba(31, 122, 92, 0.05)),
    rgba(255, 255, 255, 0.34);
  box-shadow:
    0 30px 80px rgba(11, 18, 32, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.free-checklist-page .planner-panel > .divider,
.free-checklist-page #packArea > .divider {
  margin-left: 0;
  margin-right: 0;
  opacity: 0.58;
}

.free-checklist-page .planner-panel-head {
  align-items: center;
  padding-bottom: 4px;
}

.free-checklist-page .planner-mini-status {
  background: rgba(31, 122, 92, 0.10);
  border-color: rgba(31, 122, 92, 0.18);
  color: var(--leafDeep);
}

.free-checklist-page .wizard {
  counter-reset: flowstep;
}

.free-checklist-page .wiz-top {
  border-bottom: 0;
  border-radius: 22px;
  margin-bottom: 20px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 0 0 1px rgba(11, 18, 32, 0.06);
}

.free-checklist-page .wiz-panel {
  gap: 16px;
}

.free-checklist-page .wiz-panel > .field,
.free-checklist-page .wiz-panel > #visitDateBlock,
.free-checklist-page .wiz-panel > #forecastBlock,
.free-checklist-page #followups > .tile,
.free-checklist-page .prep-section {
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 2px 0 16px;
  background: transparent;
  box-shadow: none;
}

.free-checklist-page .wiz-panel > .field:not(:last-child),
.free-checklist-page .wiz-panel > #visitDateBlock,
.free-checklist-page .wiz-panel > #forecastBlock,
.free-checklist-page #followups > .tile,
.free-checklist-page .prep-section:not(:last-of-type) {
  border-bottom: 1px solid rgba(11, 18, 32, 0.08);
}

.free-checklist-page #visitDateBlock,
.free-checklist-page #forecastBlock,
.free-checklist-page #followups > .tile,
.free-checklist-page .prep-section {
  border-left: 0;
}

.free-checklist-page #visitDateBlock::before,
.free-checklist-page #forecastBlock::before,
.free-checklist-page #followups > .tile::before,
.free-checklist-page .prep-section::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 4px;
  width: 4px;
  height: calc(100% - 20px);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(31, 122, 92, 0.62), rgba(255, 200, 87, 0.52));
  pointer-events: none;
}

.free-checklist-page .tile-title {
  font-size: 17px;
}

.free-checklist-page .field .field-prompt {
  font-size: 18px;
}

.free-checklist-page input,
.free-checklist-page select,
.free-checklist-page textarea {
  border-color: transparent;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.62)),
    rgba(255, 255, 255, 0.74);
  box-shadow:
    inset 0 0 0 1px rgba(11, 18, 32, 0.08),
    0 8px 22px rgba(11, 18, 32, 0.04);
}

.free-checklist-page .checkrow,
.free-checklist-page .grocery-item,
.free-checklist-page .visit-window,
.free-checklist-page .forecast-day {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.66);
  box-shadow:
    inset 0 0 0 1px rgba(11, 18, 32, 0.07),
    0 10px 24px rgba(11, 18, 32, 0.045);
}

.free-checklist-page .checkrow {
  padding: 13px 12px;
}

.free-checklist-page .checkrow:has(input:checked),
.free-checklist-page .grocery-item:has(input:checked) {
  box-shadow:
    inset 0 0 0 1px rgba(31, 122, 92, 0.24),
    0 10px 24px rgba(31, 122, 92, 0.06);
}

.free-checklist-page .time-grid {
  align-items: start;
  gap: 12px;
}

.free-checklist-page .time-grid .field {
  position: relative;
  padding-bottom: 22px !important;
}

.free-checklist-page .time-grid .field.field-missing {
  padding-bottom: 22px !important;
}

.free-checklist-page .time-grid .field .field-missing-note {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
}

.free-checklist-page .visit-list,
.free-checklist-page .forecast-grid {
  gap: 12px;
}

.free-checklist-page .prep-section-head {
  padding-bottom: 12px;
  border-bottom: 0;
}

.free-checklist-page .prep-section-head img {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 0 0 1px rgba(11, 18, 32, 0.06);
}

.free-checklist-page .grocery-grid {
  gap: 10px;
}

.free-checklist-page .packdoc .doccard {
  border-color: transparent;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.48)),
    rgba(255, 255, 255, 0.44);
  box-shadow: inset 0 0 0 1px rgba(11, 18, 32, 0.07);
}

.free-checklist-page #packArea > .tile:not(.pack-actions) {
  border: 0;
  background: transparent;
  padding: 0;
}

.free-checklist-page .lock-overlay {
  inset: auto 10px 10px;
}

.free-checklist-page #packActions,
.free-checklist-page #packArea > .tile:last-child {
  border-left: 0;
  background:
    linear-gradient(135deg, rgba(31, 122, 92, 0.08), rgba(255, 200, 87, 0.10)),
    rgba(255, 255, 255, 0.50);
  box-shadow: inset 0 0 0 1px rgba(11, 18, 32, 0.08);
}

.free-checklist-page .primary,
.free-checklist-page .secondary,
.free-checklist-page .ghost {
  min-height: 52px;
}

@media (min-width: 880px) {
  .free-checklist-page .free-checklist-hero {
    padding-top: 28px !important;
  }

  .free-checklist-page .planner-panel {
    max-width: 820px !important;
  }
}

@media (max-width: 620px) {
  .free-checklist-page .planner-panel {
    border-radius: 30px;
    padding: 16px;
  }

  .free-checklist-page .wiz-top {
    top: 68px;
  }

  .free-checklist-page #visitDateBlock::before,
  .free-checklist-page #forecastBlock::before,
  .free-checklist-page #followups > .tile::before,
  .free-checklist-page .prep-section::before {
    left: -6px;
  }
}

/* Transparent dad-life cutouts: decorative only, placed in whitespace. */
.checklist-capture-hero,
.free-checklist-page .free-checklist-hero,
.free-checklist-page .planner-panel,
.free-checklist-page .prep-section,
.free-checklist-page .packdoc .doccard,
.printable-cutout-callout {
  position: relative;
  isolation: isolate;
}

.checklist-capture-hero .hero-card::before,
.free-checklist-page .planner-panel::before {
  content: none;
}

.checklist-capture-hero::after,
.free-checklist-page .free-checklist-hero::after,
.free-checklist-page #groceryBlock::after,
.free-checklist-page #clothesBlock::after,
.free-checklist-page .pack-card-meals::after,
.free-checklist-page .pack-card-grocery::after,
.free-checklist-page .pack-card-car::after,
.free-checklist-page .pack-card-apparel::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.52;
  filter: saturate(0.92) contrast(1.03);
}

.checklist-capture-hero > *,
.free-checklist-page .free-checklist-hero > *,
.free-checklist-page .prep-section > *,
.free-checklist-page .packdoc .doccard > * {
  position: relative;
  z-index: 1;
}

.checklist-capture-hero::after {
  width: clamp(220px, 26vw, 330px);
  aspect-ratio: 1.5;
  right: clamp(18px, 5vw, 72px);
  bottom: clamp(24px, 5vw, 72px);
  background-image: url("./assets/backgrounds/real-elements/cutouts/lunchbox-jacket-standalone-transparent.png");
  opacity: 0.62;
  mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.92), transparent 86%);
  -webkit-mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.92), transparent 86%);
}

.free-checklist-page .free-checklist-hero::after {
  content: none;
}

.free-checklist-page #groceryBlock::after,
.free-checklist-page #clothesBlock::after {
  z-index: 0;
  width: clamp(122px, 18vw, 180px);
  aspect-ratio: 1.4;
  right: 12px;
  bottom: 12px;
  opacity: 0.32;
  mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.92) 18%, rgba(0, 0, 0, 0.86) 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.92) 18%, rgba(0, 0, 0, 0.86) 100%);
}

.free-checklist-page #groceryBlock::after {
  background-image: url("./assets/backgrounds/real-elements/cutouts/lunchbox-jacket-standalone-transparent.png");
}

.free-checklist-page #clothesBlock::after {
  background-image: url("./assets/backgrounds/real-elements/cutouts/kid-shoes-transparent.png");
}

.free-checklist-page .packdoc .doccard {
  overflow: hidden;
}

.free-checklist-page .pack-card-meals::after,
.free-checklist-page .pack-card-grocery::after,
.free-checklist-page .pack-card-car::after,
.free-checklist-page .pack-card-apparel::after {
  z-index: 0;
  width: clamp(116px, 16vw, 170px);
  aspect-ratio: 1.5;
  right: 12px;
  bottom: 10px;
  opacity: 0.34;
  mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.90), transparent 84%);
  -webkit-mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.90), transparent 84%);
}

.free-checklist-page .pack-card-meals::after,
.free-checklist-page .pack-card-grocery::after {
  background-image: url("./assets/backgrounds/real-elements/cutouts/lunchbox-jacket-standalone-transparent.png");
}

.free-checklist-page .pack-card-car::after {
  background-image: url("./assets/backgrounds/real-elements/cutouts/soccer-backpack-standalone-transparent.png");
}

.free-checklist-page .pack-card-apparel::after {
  background-image: url("./assets/backgrounds/real-elements/cutouts/kid-shoes-transparent.png");
}

.printable-cutout-callout {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 10px;
  overflow: hidden;
}

.printable-cutout-callout img {
  flex: 0 0 auto;
  width: 84px;
  height: 58px;
  object-fit: contain;
  object-position: center;
}

/* Narrative section vertical balance pass. */
@media (min-width: 861px) {
  .home-main .review-placeholder-section {
    width: min(100%, 1160px);
    max-width: none;
    grid-template-columns: minmax(360px, 0.8fr) minmax(420px, 0.88fr);
    column-gap: clamp(44px, 6vw, 82px);
  }

  .home-main .narrative-section {
    grid-template-columns: minmax(340px, 0.78fr) minmax(430px, 0.88fr);
    column-gap: clamp(40px, 6vw, 76px);
    align-items: start;
  }

  .home-main .narrative-section > div:first-child {
    padding-top: clamp(10px, 1.3vw, 20px);
  }

  .home-main .narrative-story {
    justify-self: start;
    max-width: 520px;
    gap: clamp(14px, 1.8vw, 20px);
    margin-top: clamp(28px, 3.8vw, 50px);
  }

  .home-main .narrative-story .warmth-photo img {
    height: clamp(250px, 25vw, 330px);
  }

  .home-main .narrative-story p {
    max-width: 43ch;
    line-height: 1.6;
  }
}

/* Narrative copy/photo balance pass. */
.home-main .narrative-copy p {
  max-width: 48ch;
  margin: clamp(18px, 2vw, 24px) 0 0;
  padding-left: 0;
  border-left: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.65;
  font-weight: 600;
}

.home-main .narrative-story {
  align-self: start;
}

@media (min-width: 861px) {
  .home-main .narrative-section {
    width: min(100%, 1160px);
    max-width: none;
    grid-template-columns: minmax(340px, 0.78fr) minmax(460px, 0.98fr);
    column-gap: clamp(40px, 5.8vw, 72px);
    align-items: start;
  }

  .home-main .narrative-section > .narrative-copy {
    padding-top: clamp(8px, 1vw, 16px);
  }

  .home-main .narrative-story {
    justify-self: stretch;
    max-width: 640px;
    margin-top: clamp(20px, 2.7vw, 34px);
  }

  .home-main .narrative-story .warmth-photo img {
    height: clamp(320px, 32vw, 430px);
  }
}

@media (max-width: 860px) {
  .home-main .narrative-copy p {
    max-width: none;
  }
}

@media (max-width: 920px) {
  .checklist-capture-hero::after {
    content: none;
  }

  .free-checklist-page .free-checklist-hero::after {
    content: none;
  }

  .free-checklist-cutout {
    margin-top: 14px;
    min-height: 144px;
  }

  .free-checklist-cutout img {
    width: min(72vw, 268px);
  }
}

@media (max-width: 640px) {
  .free-checklist-page #groceryBlock::after,
  .free-checklist-page #clothesBlock::after {
    content: none;
  }

  .free-checklist-page .pack-card-meals::after,
  .free-checklist-page .pack-card-grocery::after,
  .free-checklist-page .pack-card-car::after,
  .free-checklist-page .pack-card-apparel::after {
    content: none;
  }

  .printable-cutout-callout img {
    width: 84px;
    height: 58px;
  }
}

/* Top banner scale pass. */
.site-header .wrap {
  padding-top: 22px;
  padding-bottom: 22px;
}

.site-header .mark-img {
  width: 76px;
  height: 76px;
  border-radius: 23px;
}

.site-header .brand {
  gap: 16px;
  min-width: 340px;
}

.site-header .brand-name {
  font-size: 29px;
}

.site-header .brand-sub {
  font-size: 15px;
}

.site-header .primary,
.site-header .secondary,
.site-header .ghost {
  min-height: 46px;
  padding: 12px 16px;
}

@media (max-width: 760px) {
  .site-header .wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .site-header .brand {
    min-width: 0;
  }

  .site-header .mark-img {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .site-header .brand-name {
    font-size: 22px;
  }
}

@media (max-width: 520px) {
  .site-header .wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .site-header .mark-img {
    width: 54px;
    height: 54px;
  }

  .site-header .header-actions .ghost {
    flex: 1 1 auto;
    width: auto;
    min-height: 36px;
    padding: 8px 9px;
    border-radius: 12px;
    font-size: 12px;
  }

  .site-header .header-actions {
    gap: 8px;
  }

  .site-header .social-links-top {
    gap: 10px;
    padding-top: 0;
  }

  .site-header .social-link {
    width: 26px;
    height: 26px;
  }

  .site-header .social-link svg {
    width: 18px;
    height: 18px;
  }
}

/* Keep the printable preview clear: no decorative cutout behind the checklist. */
.home-main .printable-section::after,
.home-main .pdf-preview-cutout {
  content: none;
  display: none;
}

/* Align the scattered-thoughts flow with the wider homepage rail. */
@media (min-width: 1080px) {
  .home-main .planning-flow-section {
    width: min(100%, 1160px);
    max-width: none;
    margin-inline: auto;
  }
}

/* Hero photo and progress ribbon balance pass. */
@media (min-width: 861px) {
  .home-main .homepage-hero {
    grid-template-columns: minmax(400px, 0.82fr) minmax(610px, 1.08fr);
    gap: clamp(44px, 5vw, 68px);
    align-items: start;
    padding-bottom: clamp(46px, 4.5vw, 71px);
  }

  .home-main .planning-flow-section {
    padding-top: clamp(27px, 3.5vw, 48px);
  }

  .home-main .hero-family-photo {
    align-self: stretch;
    margin-top: clamp(8px, 1.2vw, 18px);
  }

  .home-main .hero-family-photo img {
    height: clamp(520px, 46vw, 680px);
    object-position: 50% center;
  }

  .home-main .prep-marquee {
    margin-top: clamp(12px, 1.4vw, 22px);
  }
}

.home-main .prep-marquee::before,
.home-main .prep-marquee::after {
  content: none !important;
}

.home-main .prep-marquee span {
  border-color: rgba(159, 63, 43, 0.30);
  color: rgba(143, 53, 37, 0.94);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.90), rgba(255, 243, 238, 0.72)),
    rgba(159, 63, 43, 0.10);
  box-shadow:
    0 11px 26px rgba(159, 63, 43, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.home-main .prep-marquee span::before {
  content: none !important;
}

.home-main .prep-marquee span::after {
  content: "";
  background:
    radial-gradient(circle at 50% 50%, rgba(159, 63, 43, 0.94) 0 35%, rgba(159, 63, 43, 0.18) 38% 100%);
  box-shadow:
    0 0 0 5px rgba(159, 63, 43, 0.10),
    0 0 18px rgba(159, 63, 43, 0.14);
  transform: scale(0.74);
}

.home-main .prep-marquee span strong {
  color: #8f3525;
}

.home-main .prep-marquee span.is-done {
  border-color: rgba(31, 122, 92, 0.30);
  color: rgba(21, 95, 73, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(242, 250, 244, 0.66)),
    rgba(31, 122, 92, 0.10);
  box-shadow:
    0 14px 30px rgba(31, 122, 92, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.80);
}

.home-main .prep-marquee span.is-done::after {
  content: "✓";
  color: #fffaf0;
  font-size: 13px;
  line-height: 1;
  background:
    radial-gradient(circle at 36% 30%, rgba(255, 255, 255, 0.48), transparent 36%),
    var(--leaf);
  box-shadow:
    0 0 0 6px rgba(31, 122, 92, 0.16),
    0 0 22px rgba(31, 122, 92, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  transform: scale(1);
}

.home-main .prep-marquee span.is-done strong {
  color: var(--leafDeep);
}

@media (max-width: 860px) {
  .home-main .hero-family-photo img {
    height: min(88vw, 430px);
  }

  .home-main .prep-marquee {
    margin-top: 34px;
  }

  .home-main .homepage-trust-strip {
    flex-wrap: wrap;
  }

  .home-main .trust-item {
    flex-basis: min(100%, 220px);
  }
}

/* TogetherReady modern brand typography pass.
   Applies the guideline tokens across the marketing, checklist, and utility pages. */
:root {
  --type-hero: clamp(44px, 6vw, 76px);
  --type-page-title: clamp(34px, 5vw, 58px);
  --type-section-title: clamp(30px, 4.2vw, 50px);
  --type-card-title: clamp(18px, 2vw, 24px);
  --type-body-lg: clamp(17px, 1.45vw, 20px);
  --type-body: clamp(15.5px, 1.05vw, 17px);
  --type-small: 13px;
  --type-label: 12px;
  --tracking-label: 0.04em;
  --textStrong: rgba(23, 32, 51, 0.96);
  --textBody: rgba(23, 32, 51, 0.82);
  --textSoft: rgba(23, 32, 51, 0.64);
  --colorPrimary: var(--leafDeep);
  --colorPrimaryText: #fffaf0;
  --colorAccent: var(--sun);
  --colorAttention: #9f3f2b;
}

html,
body {
  font-family: var(--fontMain);
  font-size: 16px;
  line-height: 1.58;
  color: var(--textBody);
  text-rendering: geometricPrecision;
}

body,
button,
input,
select,
textarea {
  font-family: var(--fontMain);
}

h1,
h2,
h3,
.brand-name,
.tile-title,
.feature-tile strong,
.icon-bullet .title,
.planning-flow-step strong,
.path-label,
.pdf-brand strong,
.doccard-title {
  color: var(--textStrong);
  font-family: var(--fontMain);
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  font-size: var(--type-page-title);
  line-height: 1.05;
  font-weight: 800;
}

.home-main .hero-copy h1 {
  font-size: var(--type-hero);
  line-height: 1.02;
  font-weight: 800;
}

h2,
.home-main .homepage-section h2,
.home-main .printable-copy h2,
.home-main .narrative-section h2,
.home-main .review-placeholder-section h2,
.home-main .real-life-section h2,
.home-main .faq-section h2 {
  font-size: var(--type-section-title);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

h3,
.packdoc h3,
.pdf-brand strong {
  font-size: var(--type-card-title);
  line-height: 1.18;
}

p,
li,
.lead,
.hero-trust-note,
.editorial-emphasis,
.narrative-copy p,
.home-main .homepage-section p,
.free-checklist-page .hero-copy .lead {
  color: var(--textBody);
  font-size: var(--type-body);
  line-height: 1.68;
  font-weight: 600;
  letter-spacing: 0;
}

.lead,
.home-main .hero-copy .lead {
  font-size: var(--type-body-lg);
  line-height: 1.55;
  font-weight: 700;
  color: rgba(23, 32, 51, 0.86);
}

.muted,
.tiny,
small,
.desc,
.pdf-sub,
.field-hint,
.tile p,
.feature-tile p,
.snapshot-note,
.free-checklist-page .field > span:not(.field-prompt) {
  color: var(--textSoft);
  font-size: var(--type-small);
  line-height: 1.5;
  font-weight: 600;
}

.section-kicker,
.home-main .section-kicker,
.eyebrow,
.mini-label,
.pdf-label,
.pdf-snapshot-mini span,
.snapshot-item span,
.planner-mini-status,
.wiz-progress,
.badge,
.path-label,
.photo-tag,
.hero-family-photo figcaption span {
  color: var(--colorPrimary);
  font-size: var(--type-label);
  font-weight: 800;
  letter-spacing: var(--tracking-label);
  line-height: 1.2;
  text-transform: none;
}

.home-main .section-kicker-icon {
  color: var(--textStrong);
  font-size: clamp(15px, 1.35vw, 17px);
  font-weight: 800;
  letter-spacing: 0;
}

.brand-name,
.site-header .brand-name {
  color: var(--textStrong);
  font-size: clamp(22px, 2.4vw, 29px);
  font-weight: 900;
  letter-spacing: 0;
}

.brand-sub,
.site-header .brand-sub {
  color: var(--textSoft);
  font-size: clamp(13px, 1.15vw, 15px);
  font-weight: 700;
}

.primary,
.secondary,
.ghost,
.vote-btn {
  min-height: 46px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
}

.primary {
  color: var(--colorPrimaryText);
  background: linear-gradient(180deg, #228766, var(--leafDeep));
  border-color: rgba(21, 95, 73, 0.55);
}

.secondary,
.ghost {
  color: var(--textStrong);
}

input,
select,
textarea {
  color: var(--textStrong);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.free-checklist-page .hero-copy h1 {
  letter-spacing: 0;
}

.prep-marquee span {
  font-size: clamp(14px, 1.25vw, 16px);
  font-weight: 800;
  letter-spacing: 0;
}

.home-main .section-kicker-icon img,
.home-main .section-kicker-photo img {
  margin-right: 1px;
}

@media (max-width: 620px) {
  :root {
    --type-hero: clamp(38px, 11vw, 48px);
    --type-page-title: clamp(32px, 10vw, 42px);
    --type-section-title: clamp(28px, 9vw, 38px);
    --type-body-lg: 17px;
    --type-body: 15.5px;
  }

  .home-main .hero-copy h1,
  .free-checklist-page .hero-copy h1 {
    line-height: 1.05;
  }

  .primary,
  .secondary,
  .ghost {
    min-height: 44px;
    font-size: 13px;
  }
}

/* TogetherReady design system standardization.
   This final layer defines the live sitewide type, button, icon, and section layout rules. */
:root {
  --fontMain: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --type-hero: clamp(56px, 5.7vw, 76px);
  --type-page-title: clamp(42px, 4.7vw, 58px);
  --type-section-title: clamp(36px, 3.8vw, 48px);
  --type-subhead: clamp(20px, 1.65vw, 22px);
  --type-lead: clamp(18px, 1.45vw, 20px);
  --type-body: clamp(16px, 1vw, 17px);
  --type-description: clamp(14px, 0.9vw, 15px);
  --type-label: 12px;
  --type-cta: 15px;
  --weight-body: 500;
  --weight-description: 600;
  --weight-subhead: 700;
  --weight-heading: 800;
  --weight-brand: 900;
  --leading-tight: 1.04;
  --leading-heading: 1.1;
  --leading-subhead: 1.35;
  --leading-body: 1.68;
  --tracking-default: 0;
  --tracking-label: 0.035em;
  --textStrong: rgba(23, 32, 51, 0.96);
  --textBody: rgba(23, 32, 51, 0.82);
  --textSoft: rgba(23, 32, 51, 0.64);
  --textFaint: rgba(23, 32, 51, 0.52);
  --actionPrimary: var(--leafDeep);
  --actionPrimaryHover: #1f7a5c;
  --attentionState: #9f3f2b;
  --surfaceInput: rgba(255, 255, 255, 0.72);
  --surfaceInputActive: rgba(255, 255, 255, 0.90);
  --sectionMax: 1160px;
  --copyMax: 560px;
  --copyWideMax: 680px;
  --columnGap: clamp(36px, 5vw, 72px);
  --sectionSpace: clamp(82px, 8vw, 128px);
  --sectionSpaceTight: clamp(56px, 6vw, 88px);
  --iconSection: clamp(54px, 5vw, 68px);
  --iconCard: 42px;
  --iconInline: 20px;
  --iconInput: 28px;
}

html,
body {
  font-family: var(--fontMain) !important;
  font-size: 16px;
  line-height: var(--leading-body);
  color: var(--textBody);
  letter-spacing: var(--tracking-default);
  text-rendering: geometricPrecision;
}

body,
button,
input,
select,
textarea {
  font-family: var(--fontMain) !important;
}

h1,
h2,
h3,
h4,
.brand-name,
.card-title,
.tile-title,
.feature-tile strong,
.icon-bullet .title,
.planning-flow-step strong,
.outcome-card strong,
.trust-item strong,
.review-placeholder-card strong,
.pdf-card-title,
.doccard-title {
  color: var(--textStrong);
  font-family: var(--fontMain) !important;
  font-weight: var(--weight-heading) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-wrap: balance;
}

h1,
.hero-copy h1,
.free-checklist-page .hero-copy h1 {
  max-width: 11.5ch;
  font-size: var(--type-page-title) !important;
  line-height: var(--leading-tight) !important;
}

.home-main .hero-copy h1 {
  font-size: var(--type-hero) !important;
}

h2,
.home-main .homepage-section h2,
.home-main .printable-copy h2,
.home-main .narrative-section h2,
.home-main .review-placeholder-section h2,
.home-main .real-life-section h2,
.home-main .faq-section h2 {
  max-width: 13ch;
  font-size: var(--type-section-title) !important;
  line-height: var(--leading-heading) !important;
}

.planning-flow-section h2,
.outcome-section h2,
.real-life-section h2,
.faq-section h2 {
  max-width: 18ch;
}

h3,
.card-title,
.tile-title,
.packdoc h3,
.pdf-brand strong,
.feature-tile .tile-title {
  font-size: var(--type-subhead) !important;
  line-height: var(--leading-subhead) !important;
}

p,
li,
.hero-note,
.muted,
.desc,
.tile p,
.feature-tile p,
.review-placeholder-card small,
.home-main .homepage-section p,
.narrative-copy p,
.free-checklist-page .hero-copy .muted {
  color: var(--textBody);
  font-size: var(--type-body) !important;
  font-weight: var(--weight-body) !important;
  line-height: var(--leading-body) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.lead,
.hero-copy .lead,
.free-checklist-page .hero-copy .lead,
.coming-intro,
.outcome-intro {
  max-width: 38ch;
  color: var(--textStrong);
  font-size: var(--type-lead) !important;
  font-weight: var(--weight-subhead) !important;
  line-height: 1.52 !important;
}

.muted,
.tiny,
small,
.desc,
.field-hint,
.tile p,
.feature-tile > .muted,
.snapshot-note,
.review-placeholder-card small,
.planning-flow-step small,
.trust-item span,
.free-checklist-page .field > span:not(.field-prompt) {
  color: var(--textSoft) !important;
  font-size: var(--type-description) !important;
  font-weight: var(--weight-description) !important;
  line-height: 1.55 !important;
}

.tiny,
small,
.field-hint,
.planning-flow-step small {
  font-size: 13px !important;
}

.section-kicker,
.home-main .section-kicker,
.eyebrow,
.mini-label,
.pdf-label,
.pdf-snapshot-mini span,
.snapshot-item span,
.planner-mini-status,
.wiz-progress,
.badge,
.path-label,
.photo-tag,
.tile-kicker,
.flag,
.hero-family-photo figcaption span {
  color: var(--actionPrimary) !important;
  font-size: var(--type-label) !important;
  font-weight: var(--weight-heading) !important;
  letter-spacing: var(--tracking-label) !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.section-kicker::before,
.home-main .section-kicker::before,
.tile-kicker .pill,
.flag .dot,
.badge .dot,
.path-label span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
}

.section-kicker:not(.section-kicker-icon):not(.section-kicker-photo)::before,
.home-main .section-kicker:not(.section-kicker-icon):not(.section-kicker-photo)::before {
  content: none !important;
}

.section-kicker,
.home-main .section-kicker {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-main .section-kicker-icon img,
.home-main .section-kicker-photo img,
.section-kicker-icon img,
.section-kicker-photo img {
  width: var(--iconSection) !important;
  height: var(--iconSection) !important;
  min-width: 44px;
  min-height: 44px;
  object-fit: contain;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.lucide-icon,
.social-link svg {
  width: var(--iconInline);
  height: var(--iconInline);
}

.icon-bullet .lucide-icon,
.feature-figure,
.prep-section-head img,
.outcome-cutout img,
.moment-cutout img {
  width: var(--iconCard);
  height: var(--iconCard);
  object-fit: contain;
}

.prep-section-head img {
  width: var(--iconInput);
  height: var(--iconInput);
}

.primary,
.secondary,
.ghost,
.vote-btn,
button.primary,
button.secondary,
button.ghost,
a.primary,
a.secondary,
a.ghost {
  min-height: 46px !important;
  padding: 13px 18px !important;
  border-radius: 14px !important;
  font-family: var(--fontMain) !important;
  font-size: var(--type-cta) !important;
  font-weight: var(--weight-heading) !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.primary {
  color: #fffaf0 !important;
  background: linear-gradient(180deg, var(--actionPrimaryHover), var(--actionPrimary)) !important;
  border-color: rgba(21, 95, 73, 0.46) !important;
}

.secondary {
  color: var(--textStrong) !important;
  background: rgba(255, 255, 255, 0.68) !important;
  border-color: rgba(23, 32, 51, 0.12) !important;
}

.ghost {
  color: var(--textStrong) !important;
  background: transparent !important;
  border-color: rgba(23, 32, 51, 0.14) !important;
  box-shadow: none !important;
}

.brand-name,
.site-header .brand-name {
  font-size: clamp(22px, 2.2vw, 29px) !important;
  font-weight: var(--weight-brand) !important;
  line-height: 1.05 !important;
}

.brand-sub,
.site-header .brand-sub {
  color: var(--textSoft) !important;
  font-size: 14px !important;
  font-weight: var(--weight-description) !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.wrap {
  width: min(100% - 32px, var(--sectionMax));
}

.home-main .homepage-section,
.home-main .homepage-hero,
.home-main .planning-flow-section,
.home-main .pickup-outcome-section,
.home-main .outcome-section,
.home-main .printable-section,
.home-main .narrative-section,
.home-main .review-placeholder-section,
.home-main .moment-system,
.home-main .real-life-section,
.home-main .faq-section {
  width: min(100%, var(--sectionMax)) !important;
  margin-inline: auto !important;
  padding-top: var(--sectionSpaceTight) !important;
  padding-bottom: var(--sectionSpaceTight) !important;
}

.home-main .homepage-hero,
.home-main .grind-section,
.home-main .pickup-outcome-section,
.home-main .outcome-section,
.home-main .printable-section,
.home-main .narrative-section,
.home-main .review-placeholder-section,
.home-main .moment-system {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: center !important;
  justify-items: center !important;
  column-gap: var(--columnGap) !important;
  row-gap: clamp(28px, 4vw, 48px) !important;
}

.home-main .homepage-hero {
  padding-top: clamp(44px, 6vw, 80px) !important;
}

.home-main .homepage-trust-strip,
.home-main .prep-marquee,
.home-main .homepage-feature-row {
  grid-column: 1 / -1 !important;
}

.home-main .hero-copy,
.home-main .grind-copy,
.home-main .pickup-outcome-copy,
.home-main .outcome-heading-copy,
.home-main .printable-copy,
.home-main .narrative-copy,
.home-main .review-placeholder-section > div:first-child,
.home-main .moment-system > div:first-child,
.hero .hero-copy {
  width: 100%;
  max-width: var(--copyMax) !important;
  align-self: center !important;
  justify-self: center !important;
}

.home-main .planning-flow-section {
  display: grid !important;
  justify-items: center !important;
  text-align: center;
}

.home-main .planning-flow-section h2,
.home-main .planning-flow-section .planning-flow {
  margin-inline: auto;
}

.home-main .planning-flow,
.home-main .planning-flow-wide,
.home-main .outcome-grid-home,
.home-main .review-placeholder-grid,
.home-main .real-life-section .grid,
.home-main .faq-section .grid {
  width: 100%;
  align-items: stretch;
}

.hero-family-photo,
.daily-grind-grid,
.hero-flow,
.outcome-cutout,
.pdf-preview-wrap,
.narrative-story,
.review-placeholder-grid,
.moment-visual {
  width: 100%;
  align-self: center !important;
  justify-self: center !important;
}

.hero-family-photo img,
.warmth-photo img,
.grind-photo img,
.flow-card img {
  width: 100%;
  object-fit: cover;
}

.hero-family-photo img {
  height: clamp(460px, 42vw, 620px) !important;
}

.narrative-story .warmth-photo img,
.moment-photo img {
  height: clamp(300px, 30vw, 430px) !important;
}

.badge,
.flag,
.photo-tag,
.path-label,
.planner-mini-status,
.tile-kicker {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.badge-row,
.homepage-trust-strip {
  gap: clamp(18px, 3vw, 36px) !important;
}

.badge-row {
  margin-top: 20px !important;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-item {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-main .prep-marquee {
  min-height: 64px !important;
  margin-top: clamp(18px, 2.5vw, 30px) !important;
  overflow: hidden !important;
  border-block: 1px solid rgba(31, 122, 92, 0.12) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(247, 242, 232, 0.82), rgba(31, 122, 92, 0.06), rgba(255, 200, 87, 0.07), rgba(247, 242, 232, 0.82)) !important;
  box-shadow: none !important;
  clip-path: none !important;
  filter: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.home-main .prep-marquee::before,
.home-main .prep-marquee::after {
  content: none !important;
}

.home-main .prep-marquee-track {
  position: relative !important;
  inset: auto !important;
  min-height: 64px !important;
  gap: clamp(24px, 4vw, 44px) !important;
  padding: 0 clamp(24px, 5vw, 56px) !important;
}

.home-main .prep-marquee span {
  display: inline-flex !important;
  position: relative !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--attentionState) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-main .prep-marquee span::before {
  content: none !important;
}

.home-main .prep-marquee span strong {
  color: inherit !important;
}

.home-main .prep-marquee span::after {
  content: "" !important;
  position: static !important;
  flex: 0 0 auto !important;
  width: 8px !important;
  height: 8px !important;
  margin-left: 2px !important;
  border-radius: 999px !important;
  background: currentColor !important;
  box-shadow: none !important;
  transform: none !important;
}

.home-main .prep-marquee span.is-done {
  color: var(--actionPrimary) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-main .prep-marquee span.is-done::after {
  width: 18px !important;
  height: 18px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: var(--actionPrimary) !important;
  box-shadow: none !important;
}

.home-main .prep-marquee span.is-done::after {
  content: "✓" !important;
  color: #fffaf0 !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.tile,
.feature-tile,
.review-placeholder-card,
.outcome-card {
  border-color: rgba(23, 32, 51, 0.08) !important;
}

.home-main .real-life-section .tile,
.home-main .faq-section .tile,
.home-main .review-placeholder-card,
.home-main .outcome-card {
  background: transparent !important;
  box-shadow: none !important;
}

.field,
.checkrow,
.grocery-item,
.visit-window,
.forecast-day,
.planner-panel,
.hero-card,
input,
select,
textarea {
  border-radius: 16px;
}

input,
select,
textarea {
  min-height: 48px !important;
  color: var(--textStrong) !important;
  font-size: 16px !important;
  font-weight: var(--weight-body) !important;
  line-height: 1.35 !important;
  background: var(--surfaceInput) !important;
}

input:focus,
select:focus,
textarea:focus {
  background: var(--surfaceInputActive) !important;
}

.field > span,
.field-prompt {
  color: var(--textStrong) !important;
  font-size: 13px !important;
  font-weight: var(--weight-heading) !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.checkrow,
.grocery-item,
.visit-window,
.forecast-day,
.free-checklist-page .tile,
.free-checklist-page .prep-section,
.free-checklist-page .planner-panel {
  background: rgba(255, 255, 255, 0.62) !important;
  border-color: rgba(23, 32, 51, 0.08) !important;
}

.free-checklist-page .wiz-panel > .field,
.free-checklist-page .wiz-panel > #visitDateBlock,
.free-checklist-page .wiz-panel > #forecastBlock,
.free-checklist-page #followups > .tile,
.free-checklist-page .prep-section {
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.free-checklist-page .field.field-missing > span,
.free-checklist-page .field.field-missing .field-prompt {
  color: #8c4d00 !important;
}

.free-checklist-page .field.field-missing {
  border-radius: 18px !important;
  outline: 2px solid rgba(245, 184, 75, 0.72);
  outline-offset: 6px;
  background: rgba(255, 247, 224, 0.22) !important;
}

.free-checklist-page .field.field-missing input,
.free-checklist-page .field.field-missing select,
.free-checklist-page .field.field-missing textarea {
  border-color: rgba(245, 184, 75, 0.92) !important;
  background:
    linear-gradient(180deg, rgba(255, 251, 237, 0.98), rgba(255, 244, 211, 0.84)),
    rgba(255, 247, 224, 0.90) !important;
  box-shadow:
    0 0 0 4px rgba(245, 184, 75, 0.24),
    0 12px 24px rgba(140, 77, 0, 0.08),
    inset 0 0 0 1px rgba(140, 77, 0, 0.18) !important;
}

.free-checklist-page .field-missing-note {
  color: #8c4d00;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.free-checklist-page .checkrow,
.free-checklist-page .grocery-item,
.free-checklist-page .visit-window,
.free-checklist-page .forecast-day {
  border-radius: 16px !important;
}

@media (max-width: 860px) {
  :root {
    --type-hero: clamp(40px, 11vw, 48px);
    --type-page-title: clamp(34px, 9vw, 42px);
    --type-section-title: clamp(30px, 8vw, 36px);
    --type-subhead: 19px;
    --type-lead: 17px;
    --type-body: 16px;
    --type-description: 14px;
    --type-cta: 14px;
    --sectionSpace: 76px;
    --sectionSpaceTight: 56px;
    --iconSection: 50px;
    --columnGap: 28px;
  }

  .wrap {
    width: min(100% - 24px, var(--sectionMax));
  }

  .home-main .homepage-section,
  .home-main .homepage-hero,
  .home-main .planning-flow-section,
  .home-main .pickup-outcome-section,
  .home-main .outcome-section,
  .home-main .printable-section,
  .home-main .narrative-section,
  .home-main .review-placeholder-section,
  .home-main .moment-system,
  .home-main .real-life-section,
  .home-main .faq-section,
  .home-main .grind-section {
    grid-template-columns: 1fr !important;
    align-items: center !important;
    justify-items: center !important;
    text-align: left;
  }

  .home-main .hero-copy,
  .home-main .grind-copy,
  .home-main .pickup-outcome-copy,
  .home-main .outcome-heading-copy,
  .home-main .printable-copy,
  .home-main .narrative-copy,
  .home-main .review-placeholder-section > div:first-child,
  .home-main .moment-system > div:first-child,
  .hero .hero-copy {
    max-width: 100% !important;
  }

  h1,
  .hero-copy h1,
  .free-checklist-page .hero-copy h1,
  h2,
  .home-main .homepage-section h2 {
    max-width: 12.5ch;
  }

  .lead,
  .hero-copy .lead,
  .free-checklist-page .hero-copy .lead {
    max-width: 34ch;
  }

  .primary,
  .secondary,
  .ghost,
  .vote-btn,
  button.primary,
  button.secondary,
  button.ghost,
  a.primary,
  a.secondary,
  a.ghost {
    min-height: 44px !important;
    padding: 12px 15px !important;
    font-size: var(--type-cta) !important;
  }

  .hero-family-photo img,
  .narrative-story .warmth-photo img,
  .moment-photo img {
    height: min(88vw, 430px) !important;
  }
}

@media (max-width: 480px) {
  :root {
    --type-hero: clamp(38px, 10.5vw, 44px);
    --type-page-title: clamp(32px, 9.5vw, 38px);
    --type-section-title: clamp(28px, 8.5vw, 34px);
    --iconSection: 46px;
  }

  .badge-row,
  .homepage-trust-strip {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

/* Landing page layout repair.
   Keep homepage sections readable after the design-system pass. */
.home-main .section-kicker,
.home-main .section-kicker span {
  max-width: none !important;
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
}

.home-main .homepage-section h2,
.home-main .planning-flow-section h2,
.home-main .grind-section h2,
.home-main .pickup-outcome-section h2,
.home-main .outcome-section h2,
.home-main .printable-section h2,
.home-main .narrative-section h2,
.home-main .review-placeholder-section h2,
.home-main .moment-system h2 {
  max-width: min(100%, 18ch) !important;
}

.home-main .planning-flow-section h2 {
  max-width: min(100%, 20ch) !important;
}

.home-main .grind-section {
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1fr) !important;
  justify-items: stretch !important;
}

.home-main .grind-copy,
.home-main .pickup-outcome-copy,
.home-main .outcome-heading-copy,
.home-main .printable-copy,
.home-main .narrative-copy,
.home-main .review-placeholder-section > div:first-child,
.home-main .moment-system > div:first-child {
  max-width: 640px !important;
  justify-self: stretch !important;
}

.home-main .grind-copy p,
.home-main .pickup-outcome-copy p,
.home-main .outcome-heading-copy p,
.home-main .printable-copy p,
.home-main .narrative-copy p,
.home-main .review-placeholder-section > div:first-child p,
.home-main .moment-system > div:first-child p {
  max-width: 58ch !important;
}

@media (max-width: 860px) {
  .home-main .section-kicker,
  .home-main .section-kicker span {
    white-space: normal !important;
  }

  .home-main .homepage-section h2,
  .home-main .grind-section h2,
  .home-main .pickup-outcome-section h2,
  .home-main .outcome-section h2,
  .home-main .printable-section h2,
  .home-main .narrative-section h2,
  .home-main .review-placeholder-section h2,
  .home-main .moment-system h2,
  .home-main .planning-flow-section h2 {
    max-width: 13.5ch !important;
  }

  .home-main .grind-section {
    grid-template-columns: 1fr !important;
  }
}

/* Final homepage rail reset.
   This prevents earlier experimental rules from squeezing sections into tiny columns. */
.wrap.home-main,
main.home-main {
  display: block !important;
  width: min(100% - 32px, 1160px) !important;
  max-width: 1160px !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

.home-main .homepage-section,
.home-main .homepage-hero,
.home-main .planning-flow-section,
.home-main .grind-section,
.home-main .pickup-outcome-section,
.home-main .outcome-section,
.home-main .printable-section,
.home-main .narrative-section,
.home-main .review-placeholder-section,
.home-main .moment-system,
.home-main .real-life-section,
.home-main .faq-section {
  width: 100% !important;
  max-width: 1160px !important;
  min-width: 0 !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
}

@media (min-width: 861px) {
  .home-main .homepage-hero,
  .home-main .grind-section,
  .home-main .pickup-outcome-section,
  .home-main .outcome-section,
  .home-main .printable-section,
  .home-main .narrative-section,
  .home-main .review-placeholder-section,
  .home-main .moment-system {
    display: grid !important;
    align-items: center !important;
    justify-items: stretch !important;
    gap: clamp(40px, 5vw, 72px) !important;
  }

  .home-main .homepage-hero {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr) !important;
  }

  .home-main .grind-section {
    grid-template-columns: minmax(340px, 0.78fr) minmax(520px, 1.12fr) !important;
  }

  .home-main .pickup-outcome-section {
    grid-template-columns: minmax(340px, 0.72fr) minmax(560px, 1.28fr) !important;
  }

  .home-main .outcome-section,
  .home-main .printable-section,
  .home-main .narrative-section,
  .home-main .review-placeholder-section,
  .home-main .moment-system {
    grid-template-columns: minmax(340px, 0.84fr) minmax(520px, 1fr) !important;
  }

  .home-main .hero-copy,
  .home-main .grind-copy,
  .home-main .pickup-outcome-copy,
  .home-main .outcome-heading-copy,
  .home-main .printable-copy,
  .home-main .narrative-copy,
  .home-main .review-placeholder-section > div:first-child,
  .home-main .moment-system > div:first-child {
    width: 100% !important;
    max-width: 620px !important;
    min-width: 0 !important;
    justify-self: stretch !important;
  }

  .home-main .section-kicker,
  .home-main .section-kicker span,
  .home-main .path-label {
    white-space: nowrap !important;
  }

  .home-main .homepage-section h2,
  .home-main .grind-section h2,
  .home-main .pickup-outcome-section h2,
  .home-main .outcome-section h2,
  .home-main .printable-section h2,
  .home-main .narrative-section h2,
  .home-main .review-placeholder-section h2,
  .home-main .moment-system h2 {
    max-width: 18ch !important;
  }

  .home-main .pickup-outcome-section h2,
  .home-main .grind-section h2 {
    max-width: 14ch !important;
  }

  .home-main .pickup-outcome-copy p,
  .home-main .grind-copy p,
  .home-main .outcome-heading-copy p,
  .home-main .printable-copy p,
  .home-main .narrative-copy p,
  .home-main .review-placeholder-section > div:first-child p,
  .home-main .moment-system > div:first-child p {
    max-width: 56ch !important;
  }

  .home-main .split-compare,
  .home-main .split-compare .outcome-grid {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .home-main .split-compare .outcome-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(240px, 1fr)) !important;
    gap: clamp(22px, 3vw, 34px) !important;
    align-items: start !important;
  }

  .home-main .compare-wheel,
  .home-main .result-path,
  .home-main .flow-card,
  .home-main .compare-card {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .home-main .split-compare .compare-card img {
    width: 100% !important;
    height: clamp(300px, 28vw, 420px) !important;
    object-fit: cover !important;
  }
}

@media (max-width: 860px) {
  .wrap.home-main,
  main.home-main {
    width: min(100% - 24px, 1160px) !important;
  }

  .home-main .homepage-hero,
  .home-main .grind-section,
  .home-main .pickup-outcome-section,
  .home-main .outcome-section,
  .home-main .printable-section,
  .home-main .narrative-section,
  .home-main .review-placeholder-section,
  .home-main .moment-system {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .home-main .split-compare .outcome-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

/* Hard homepage layout guard.
   Clears older full-bleed transforms/padding that can squeeze later sections. */
main.wrap.home-main {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: calc(100% - 32px) !important;
  max-width: 1160px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home-main > .homepage-section,
.home-main > .homepage-hero,
.home-main > .planning-flow-section,
.home-main > .grind-section,
.home-main > .pickup-outcome-section,
.home-main > .outcome-section,
.home-main > .printable-section,
.home-main > .narrative-section,
.home-main > .review-placeholder-section,
.home-main > .moment-system,
.home-main > .real-life-section,
.home-main > .faq-section,
.home-main > #coming-next {
  width: 100% !important;
  max-width: 1160px !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  transform: none !important;
  box-sizing: border-box !important;
}

.home-main .grind-copy,
.home-main .pickup-outcome-copy,
.home-main .outcome-heading-copy,
.home-main .printable-copy,
.home-main .narrative-copy,
.home-main .review-placeholder-section > div:first-child,
.home-main .moment-system > div:first-child {
  width: 100% !important;
  max-width: 620px !important;
  min-width: 0 !important;
  justify-self: stretch !important;
}

.home-main .homepage-section h2,
.home-main .grind-section h2,
.home-main .pickup-outcome-section h2,
.home-main .outcome-section h2,
.home-main .printable-section h2,
.home-main .narrative-section h2,
.home-main .review-placeholder-section h2,
.home-main .moment-system h2 {
  max-width: min(100%, 620px) !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.home-main .planning-flow-section h2 {
  max-width: min(100%, 820px) !important;
}

.home-main .planning-flow-section .planning-flow {
  width: 100% !important;
  max-width: none !important;
}

.home-main .planning-flow-wide .planning-flow-step {
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  text-align: center !important;
}

.home-main .planning-flow-wide .planning-flow-step small {
  max-width: 34ch !important;
}

@media (min-width: 861px) {
  .home-main > .homepage-hero,
  .home-main > .grind-section,
  .home-main > .pickup-outcome-section,
  .home-main > .outcome-section,
  .home-main > .printable-section,
  .home-main > .narrative-section,
  .home-main > .review-placeholder-section,
  .home-main > .moment-system {
    display: grid !important;
    grid-template-columns: minmax(0, 430px) minmax(0, 1fr) !important;
    align-items: center !important;
    justify-items: stretch !important;
    column-gap: clamp(44px, 6vw, 84px) !important;
  }

  .home-main > .homepage-hero {
    grid-template-columns: minmax(0, 440px) minmax(0, 1fr) !important;
  }

  .home-main > .planning-flow-section {
    display: grid !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .home-main .hero-family-photo,
  .home-main .daily-grind-grid,
  .home-main .split-compare,
  .home-main .outcome-heading-layout,
  .home-main .pdf-preview-wrap,
  .home-main .narrative-story,
  .home-main .review-placeholder-grid,
  .home-main .moment-visual {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    justify-self: stretch !important;
  }

  .home-main .split-compare .outcome-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(260px, 1fr)) !important;
    width: 100% !important;
    max-width: none !important;
    gap: clamp(22px, 3vw, 34px) !important;
  }

  .home-main .outcome-heading-layout {
    display: block !important;
  }

  .home-main .outcome-heading-copy {
    width: 100% !important;
    max-width: 430px !important;
  }

  .home-main .outcome-heading-copy h2,
  .home-main .outcome-heading-copy .outcome-intro {
    max-width: 100% !important;
  }

  .home-main .outcome-cutout {
    justify-content: center !important;
    min-height: 0 !important;
    margin: 10px 0 0 !important;
  }

  .home-main .outcome-cutout img {
    width: clamp(520px, 42vw, 760px) !important;
    max-width: none !important;
    height: auto !important;
  }
}

@media (max-width: 860px) {
  main.wrap.home-main {
    width: calc(100% - 24px) !important;
  }

  .home-main > .homepage-hero,
  .home-main > .grind-section,
  .home-main > .pickup-outcome-section,
  .home-main > .outcome-section,
  .home-main > .printable-section,
  .home-main > .narrative-section,
  .home-main > .review-placeholder-section,
  .home-main > .moment-system {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: stretch !important;
  }

  .home-main .split-compare .outcome-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .home-main .outcome-cutout {
    display: grid !important;
    justify-content: center !important;
    margin-top: 10px !important;
  }

  .home-main .outcome-cutout img {
    width: min(96vw, 440px) !important;
    max-width: none !important;
    height: auto !important;
  }
}

/* Plan section alignment: balance the large comfort graphic with the copy and cards. */
@media (min-width: 861px) {
  .home-main > .outcome-section {
    grid-template-columns: minmax(0, 440px) minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: clamp(56px, 7vw, 96px) !important;
  }

  .home-main .outcome-heading-layout {
    display: grid !important;
    grid-template-rows: auto auto !important;
    align-content: center !important;
    justify-items: start !important;
    row-gap: clamp(18px, 2.4vw, 28px) !important;
    min-height: clamp(520px, 44vw, 650px) !important;
  }

  .home-main .outcome-heading-copy {
    max-width: 440px !important;
  }

  .home-main .outcome-heading-copy h2 {
    max-width: 11.5ch !important;
  }

  .home-main .outcome-heading-copy .outcome-intro {
    max-width: 38ch !important;
  }

  .home-main .outcome-cutout {
    width: 100% !important;
    justify-content: start !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .home-main .outcome-cutout img {
    width: clamp(500px, 39vw, 700px) !important;
    transform: translateX(clamp(-110px, -7vw, -64px)) !important;
  }

  .home-main .outcome-grid-home {
    align-self: center !important;
    margin-top: 0 !important;
  }
}

/* Sticky-note before-state marker for the daily grind section. */
.home-main .grind-sticky-note {
  display: block !important;
  width: clamp(188px, 18vw, 280px) !important;
  height: auto !important;
  margin: 0 0 clamp(18px, 2.4vw, 30px) !important;
  opacity: 0.7 !important;
  filter: drop-shadow(0 20px 32px rgba(23, 32, 51, 0.085)) saturate(0.98);
}

@media (min-width: 861px) {
  .home-main .grind-copy {
    align-self: center !important;
  }
}

@media (max-width: 860px) {
  .home-main .grind-sticky-note {
    width: min(58vw, 210px) !important;
    margin-bottom: 18px !important;
  }
}

/* Plan section simplified: copy on the left, comfort graphic on the right. */
@media (min-width: 861px) {
  .home-main > .outcome-section {
    display: block !important;
  }

  .home-main .outcome-heading-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 540px) minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: clamp(56px, 7vw, 104px) !important;
    min-height: clamp(420px, 36vw, 560px) !important;
  }

  .home-main .outcome-heading-copy {
    width: 100% !important;
    max-width: 540px !important;
    align-self: center !important;
  }

  .home-main .outcome-heading-copy h2 {
    max-width: 12.8ch !important;
  }

  .home-main .outcome-heading-copy .outcome-intro {
    max-width: 56ch !important;
  }

  .home-main .outcome-cutout {
    width: 100% !important;
    display: grid !important;
    justify-content: center !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .home-main .outcome-cutout img {
    width: clamp(560px, 42vw, 760px) !important;
    max-width: none !important;
    height: auto !important;
    transform: none !important;
  }
}

@media (max-width: 860px) {
  .home-main .outcome-heading-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 22px !important;
  }

  .home-main .outcome-heading-copy h2,
  .home-main .outcome-heading-copy .outcome-intro {
    max-width: 100% !important;
  }
}

/* Continuous page texture: keep depth flowing without boxed section bands. */
body::after {
  background:
    radial-gradient(860px 520px at 12% 18%, rgba(255, 200, 87, 0.12), transparent 70%),
    radial-gradient(900px 560px at 88% 28%, rgba(31, 122, 92, 0.13), transparent 72%),
    radial-gradient(900px 560px at 18% 58%, rgba(31, 122, 92, 0.09), transparent 74%),
    radial-gradient(820px 520px at 84% 78%, rgba(255, 200, 87, 0.09), transparent 72%),
    radial-gradient(circle at 18px 18px, rgba(255, 200, 87, 0.13) 0 2px, transparent 3px),
    radial-gradient(circle at 58px 52px, rgba(31, 122, 92, 0.105) 0 2px, transparent 3px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(232, 241, 235, 0.12));
  background-size:
    auto,
    auto,
    auto,
    auto,
    116px 116px,
    142px 142px,
    auto;
  opacity: 0.84;
}

.home-main > .homepage-section,
.home-main > .planning-flow-section,
.home-main > .grind-section,
.home-main > .pickup-outcome-section,
.home-main > .outcome-section,
.home-main > .printable-section,
.home-main > .narrative-section,
.home-main > .review-placeholder-section,
.home-main > .moment-system,
.home-main > .real-life-section,
.home-main > .faq-section,
.home-main > #coming-next {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  clip-path: none !important;
}

.home-main > .homepage-section::before,
.home-main > .homepage-section::after,
.home-main > .planning-flow-section::before,
.home-main > .planning-flow-section::after,
.home-main > .grind-section::before,
.home-main > .grind-section::after,
.home-main > .pickup-outcome-section::before,
.home-main > .pickup-outcome-section::after,
.home-main > .outcome-section::before,
.home-main > .outcome-section::after,
.home-main > .printable-section::before,
.home-main > .printable-section::after,
.home-main > .narrative-section::before,
.home-main > .narrative-section::after,
.home-main > .review-placeholder-section::before,
.home-main > .review-placeholder-section::after,
.home-main > .moment-system::before,
.home-main > .moment-system::after,
.home-main > .real-life-section::before,
.home-main > .real-life-section::after,
.home-main > .faq-section::before,
.home-main > .faq-section::after,
.home-main > #coming-next::before,
.home-main > #coming-next::after {
  content: none !important;
  display: none !important;
}

/* Free checklist hero: copy left, shoe cutout right, steps underneath. */
.free-checklist-page .free-checklist-main {
  max-width: 1120px !important;
}

.free-checklist-page .free-checklist-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 520px) minmax(320px, 1fr) !important;
  grid-template-areas:
    "copy art"
    "steps steps"
    "panel panel" !important;
  align-items: center !important;
  column-gap: clamp(48px, 7vw, 112px) !important;
  row-gap: clamp(22px, 3vw, 34px) !important;
  padding-top: clamp(20px, 4vw, 46px) !important;
}

.free-checklist-page .free-checklist-hero .hero-copy {
  grid-area: copy !important;
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.free-checklist-page .free-checklist-hero .hero-copy h1 {
  max-width: 10.5ch !important;
}

.free-checklist-page .free-checklist-hero .hero-copy .lead,
.free-checklist-page .free-checklist-hero .hero-copy .muted,
.free-checklist-page .free-checklist-hero .planner-intent {
  max-width: 52ch !important;
}

.free-checklist-page .free-checklist-cutout {
  grid-area: art !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  min-height: clamp(260px, 31vw, 410px) !important;
  margin: 0 !important;
}

.free-checklist-page .free-checklist-cutout img {
  width: clamp(320px, 34vw, 500px) !important;
  max-width: 100% !important;
  filter: drop-shadow(0 26px 40px rgba(23, 32, 51, 0.10)) saturate(1.05) contrast(1.06) !important;
}

.free-checklist-page .free-checklist-hero > .planning-flow {
  grid-area: steps !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(16px, 2.2vw, 24px) !important;
  width: 100% !important;
  max-width: none !important;
  margin: clamp(2px, 1vw, 10px) 0 0 !important;
}

.free-checklist-page .free-checklist-hero > .planning-flow .planning-flow-step {
  min-height: 148px !important;
  padding: 22px !important;
}

.free-checklist-page .free-checklist-hero > .planner-panel {
  grid-area: panel !important;
  width: min(100%, 920px) !important;
  justify-self: center !important;
  margin-top: 0 !important;
}

.free-checklist-page .free-checklist-hero > .planner-panel {
  padding: clamp(18px, 2.4vw, 28px) 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(31, 122, 92, 0.14) !important;
  border-bottom: 1px solid rgba(31, 122, 92, 0.10) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.free-checklist-page .free-checklist-hero > .planner-panel .wiz-top {
  margin-inline: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.free-checklist-page .meal-slot-field small {
  display: block;
  margin-top: 6px;
  color: rgba(23, 32, 51, 0.58);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.free-checklist-page .meal-swap-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin: 8px 0 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(31, 122, 92, 0.09);
  color: #12664d;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  box-shadow: inset 0 0 0 1px rgba(31, 122, 92, 0.16);
}

.free-checklist-page .meal-swap-hint::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #1f7a5c;
  box-shadow: 0 0 0 4px rgba(31, 122, 92, 0.13);
}

.free-checklist-page .meal-slot-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.free-checklist-page .meal-slot-label em {
  flex: 0 0 auto;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(255, 200, 87, 0.18);
  color: #7a4f00;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: inset 0 0 0 1px rgba(245, 184, 75, 0.24);
}

.free-checklist-page .meal-window-note {
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(255, 200, 87, 0.12);
  box-shadow: inset 0 0 0 1px rgba(245, 184, 75, 0.22);
}

.free-checklist-page .meal-window-note strong {
  color: rgba(23, 32, 51, 0.88);
  font-size: 13px;
  font-weight: 900;
}

.free-checklist-page .meal-window-note span {
  color: rgba(23, 32, 51, 0.66);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.free-checklist-page #clothesList {
  gap: 16px !important;
}

.free-checklist-page .child-apparel-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: inset 0 0 0 1px rgba(23, 32, 51, 0.08);
}

.free-checklist-page .child-apparel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.free-checklist-page .child-apparel-head strong {
  color: rgba(23, 32, 51, 0.92);
  font-size: 16px;
  font-weight: 900;
}

.free-checklist-page .child-apparel-head span {
  color: var(--leafDeep);
  font-size: 12px;
  font-weight: 900;
}

.free-checklist-page .child-apparel-list {
  display: grid;
  gap: 8px;
}

.free-checklist-page .shared-apparel-card {
  background: rgba(31, 122, 92, 0.06);
}

/* Homepage prep ribbon: full-width rounded capsule. */
.home-main .prep-marquee {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 68px !important;
  margin-top: clamp(22px, 3vw, 36px) !important;
  border: 1px solid rgba(31, 122, 92, 0.16) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(90deg, rgba(229, 244, 234, 0.72), rgba(255, 247, 224, 0.82), rgba(229, 244, 234, 0.72)),
    radial-gradient(520px 120px at 18% 50%, rgba(31, 122, 92, 0.12), transparent 70%),
    radial-gradient(520px 120px at 82% 50%, rgba(255, 200, 87, 0.13), transparent 72%) !important;
  box-shadow: 0 18px 40px rgba(23, 32, 51, 0.045) !important;
  clip-path: none !important;
  filter: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.home-main .prep-marquee::before,
.home-main .prep-marquee::after {
  content: none !important;
}

.home-main .prep-marquee-track {
  min-height: 68px !important;
  padding: 0 clamp(30px, 5vw, 64px) !important;
}

/* Printable preview balance: make the mock checklist match the left copy scale. */
@media (min-width: 861px) {
  .home-main > .printable-section {
    grid-template-columns: minmax(0, 0.84fr) minmax(430px, 0.98fr) !important;
    align-items: center !important;
    column-gap: clamp(44px, 6vw, 82px) !important;
  }

  .home-main .pdf-preview-small {
    width: 100% !important;
    max-width: 520px !important;
    justify-self: stretch !important;
    align-self: center !important;
    margin-left: 0 !important;
  }

  .home-main .pdf-preview-small .pdf-page {
    padding: clamp(18px, 2vw, 24px) !important;
  }

  .home-main .pdf-preview-small .pdf-title {
    font-size: clamp(20px, 2vw, 24px) !important;
  }

  .home-main .pdf-preview-small .pdf-card-title {
    font-size: 13px !important;
  }

  .home-main .pdf-preview-small .pdf-line {
    font-size: 12px !important;
  }
}

/* Moments section practical cutout: lunchbox + jacket for meals/clothes readiness. */
.home-main .moment-visual .practical-cutout {
  right: clamp(-16px, -1vw, 8px) !important;
  bottom: clamp(-18px, -1.4vw, 10px) !important;
  width: clamp(240px, 27vw, 390px) !important;
  opacity: 0.9 !important;
}

.home-main .moment-visual .practical-cutout img {
  filter:
    drop-shadow(0 22px 32px rgba(23, 32, 51, 0.12))
    saturate(1.04)
    contrast(1.05) !important;
}

@media (max-width: 760px) {
  .free-checklist-page .free-checklist-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "copy"
      "art"
      "steps"
      "panel" !important;
    row-gap: 22px !important;
  }

  .free-checklist-page .free-checklist-hero .hero-copy h1 {
    max-width: 100% !important;
  }

  .free-checklist-page .free-checklist-cutout {
    min-height: 190px !important;
  }

  .free-checklist-page .free-checklist-cutout img {
    width: min(76vw, 320px) !important;
  }

  .free-checklist-page .free-checklist-hero > .planning-flow {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Brand section headers.
   One readable marker system for homepage section labels. */
.home-main .section-kicker {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100% !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 0 clamp(14px, 1.8vw, 22px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--leafDeep) !important;
  font-family: var(--fontFamily, "Manrope", system-ui, sans-serif) !important;
  font-size: clamp(14px, 1.1vw, 16px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.home-main .section-kicker span {
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  white-space: nowrap !important;
}

.home-main .section-kicker:not(.section-kicker-icon):not(.section-kicker-photo)::before {
  content: "" !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  width: clamp(28px, 2.8vw, 34px) !important;
  height: clamp(28px, 2.8vw, 34px) !important;
  border: 1px solid rgba(31, 122, 92, 0.18) !important;
  border-radius: 10px !important;
  background:
    url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 12.5h12M11 17h10M11 21.5h8' stroke='%231f7a5c' stroke-width='1.7' stroke-linecap='round' opacity='.9'/%3E%3Cpath d='M6.8 16.7l2.1 2.1 4.3-5.1' stroke='%23f5b84b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='25.5' cy='8.5' r='4.2' fill='%23ffc857'/%3E%3C/svg%3E") center / 100% 100% no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(229, 244, 234, 0.78)) !important;
  box-shadow:
    0 10px 22px rgba(23, 32, 51, 0.07),
    inset 0 0 0 1px rgba(255, 255, 255, 0.68) !important;
}

.home-main .grind-copy::before,
.home-main .pickup-outcome-copy::before,
.home-main .outcome-heading-copy::before,
.home-main .printable-copy::before,
.home-main .moment-system > div:first-child::before,
.home-main .narrative-section > div:first-child::before,
.home-main .review-placeholder-section > div:first-child::before {
  content: none !important;
  display: none !important;
}

@media (max-width: 640px) {
  .home-main .section-kicker {
    gap: 10px !important;
    font-size: 14px !important;
    white-space: normal !important;
  }

  .home-main .section-kicker span {
    white-space: normal !important;
  }
}

/* Homepage section rhythm.
   Keep every direct homepage section on the same vertical spacing system,
   including the lower generic sections that do not have branded section classes. */
main.wrap.home-main {
  --homeSectionBlock: clamp(42px, 5vw, 64px);
}

.home-main > section,
.home-main > .homepage-section,
.home-main > .homepage-hero,
.home-main > .planning-flow-section,
.home-main > .grind-section,
.home-main > .pickup-outcome-section,
.home-main > .outcome-section,
.home-main > .printable-section,
.home-main > .narrative-section,
.home-main > .review-placeholder-section,
.home-main > .moment-system,
.home-main > .real-life-section,
.home-main > .faq-section,
.home-main > #coming-next {
  margin-block: 0 !important;
  padding-top: var(--homeSectionBlock) !important;
  padding-bottom: var(--homeSectionBlock) !important;
}

.home-main > .homepage-hero {
  padding-top: clamp(34px, 5vw, 58px) !important;
}

.home-main > .pickup-outcome-section {
  padding-bottom: calc(var(--homeSectionBlock) + clamp(28px, 3vw, 42px)) !important;
}

.home-main .pickup-outcome-section .split-compare {
  align-self: start !important;
}

.home-main .split-compare .flow-caption {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(18px, 2vw, 28px) !important;
}

@media (max-width: 860px) {
  main.wrap.home-main {
    --homeSectionBlock: 40px;
  }
}

/* Public header CTA buttons use the TogetherReady brand green. */
.site-header .header-actions .primary,
.site-header .header-actions .secondary,
.site-header .header-actions .ghost {
  color: #fffaf0 !important;
  background: linear-gradient(180deg, var(--leaf), var(--leafDeep)) !important;
  border-color: rgba(21, 95, 73, 0.72) !important;
  box-shadow: 0 10px 24px rgba(31, 122, 92, 0.16) !important;
}

.site-header .header-actions .primary:hover,
.site-header .header-actions .secondary:hover,
.site-header .header-actions .ghost:hover {
  filter: brightness(1.03);
  text-decoration: none;
  transform: translateY(-1px);
}

[hidden] {
  display: none !important;
}

/* Free checklist intro: keep only response/input surfaces boxed. */
.free-checklist-page .free-checklist-hero > .planning-flow {
  gap: clamp(24px, 4vw, 54px) !important;
  margin-top: clamp(18px, 3vw, 34px) !important;
  margin-bottom: clamp(22px, 4vw, 42px) !important;
}

.free-checklist-page .free-checklist-hero > .planning-flow .planning-flow-step {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto auto !important;
  justify-items: center !important;
  text-align: center !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.free-checklist-page .free-checklist-hero > .planning-flow .planning-flow-step::after {
  content: none !important;
  display: none !important;
}

.free-checklist-page .free-checklist-hero > .planning-flow .planning-flow-step span {
  grid-row: auto !important;
  grid-column: 1 !important;
  width: 28px !important;
  height: 28px !important;
  margin-inline: auto !important;
  margin-bottom: 10px !important;
  box-shadow: 0 8px 18px rgba(31, 122, 92, 0.20) !important;
}

.free-checklist-page .free-checklist-hero > .planning-flow .planning-flow-step strong,
.free-checklist-page .free-checklist-hero > .planning-flow .planning-flow-step small {
  grid-column: 1 !important;
  max-width: 28ch;
}

/* Homepage gradient flow.
   The hero already has strong warm/green depth; this carries that contrast
   through the full scroll instead of leaving the lower homepage visually flat. */
main.wrap.home-main {
  position: relative !important;
  isolation: isolate;
}

main.wrap.home-main::before {
  content: "" !important;
  position: absolute;
  inset: -160px calc(50% - 50vw) -120px;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(250, 247, 240, 0) 0%, rgba(255, 247, 224, 0.54) 10%, rgba(229, 244, 234, 0.52) 21%, rgba(255, 247, 224, 0.50) 33%, rgba(225, 239, 248, 0.34) 47%, rgba(229, 244, 234, 0.54) 59%, rgba(255, 247, 224, 0.54) 72%, rgba(226, 239, 232, 0.54) 86%, rgba(250, 247, 240, 0.62) 100%),
    radial-gradient(980px 560px at 10% 7%, rgba(255, 200, 87, 0.22), transparent 70%),
    radial-gradient(900px 560px at 92% 15%, rgba(31, 122, 92, 0.24), transparent 72%),
    radial-gradient(980px 600px at 7% 28%, rgba(31, 122, 92, 0.22), transparent 72%),
    radial-gradient(900px 560px at 94% 38%, rgba(255, 200, 87, 0.24), transparent 72%),
    radial-gradient(980px 600px at 8% 51%, rgba(79, 140, 255, 0.12), transparent 74%),
    radial-gradient(940px 580px at 94% 61%, rgba(31, 122, 92, 0.23), transparent 72%),
    radial-gradient(920px 560px at 8% 74%, rgba(255, 200, 87, 0.23), transparent 72%),
    radial-gradient(960px 580px at 92% 88%, rgba(23, 32, 51, 0.10), transparent 74%);
  background-size:
    auto,
    auto,
    auto,
    auto,
    auto,
    auto,
    auto,
    auto,
    auto;
  opacity: 0.96;
}

.home-main > section,
.home-main > footer {
  position: relative;
  z-index: 1;
}

main.wrap.home-main > section {
  isolation: isolate;
}

main.wrap.home-main > section::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: -34px calc(50% - 50vw);
  z-index: -1;
  pointer-events: none;
  opacity: 0.68;
  background:
    radial-gradient(760px 360px at 15% 34%, rgba(255, 200, 87, 0.24), transparent 72%),
    radial-gradient(760px 360px at 88% 62%, rgba(31, 122, 92, 0.22), transparent 72%),
    linear-gradient(180deg, transparent 0%, rgba(255, 247, 224, 0.30) 44%, transparent 100%);
}

main.wrap.home-main > section:nth-of-type(2n)::before {
  background:
    radial-gradient(780px 380px at 88% 28%, rgba(255, 200, 87, 0.26), transparent 72%),
    radial-gradient(780px 380px at 12% 72%, rgba(31, 122, 92, 0.25), transparent 72%),
    linear-gradient(180deg, transparent 0%, rgba(229, 244, 234, 0.34) 48%, transparent 100%);
}

main.wrap.home-main > section:nth-of-type(3n)::before {
  background:
    radial-gradient(760px 380px at 10% 32%, rgba(79, 140, 255, 0.16), transparent 74%),
    radial-gradient(780px 380px at 90% 64%, rgba(255, 200, 87, 0.27), transparent 72%),
    linear-gradient(180deg, transparent 0%, rgba(225, 239, 248, 0.28) 48%, transparent 100%);
}

main.wrap.home-main > section:nth-of-type(4n)::before {
  background:
    radial-gradient(820px 400px at 86% 30%, rgba(31, 122, 92, 0.29), transparent 72%),
    radial-gradient(760px 380px at 14% 68%, rgba(255, 200, 87, 0.25), transparent 72%),
    linear-gradient(180deg, transparent 0%, rgba(229, 244, 234, 0.38) 48%, transparent 100%);
}

main.wrap.home-main > .homepage-hero::before {
  opacity: 0.24;
}

@media (max-width: 860px) {
  main.wrap.home-main::before {
    inset: -110px calc(50% - 50vw) -80px;
    background:
      linear-gradient(180deg, rgba(255, 247, 224, 0.28), rgba(229, 244, 234, 0.46) 18%, rgba(255, 247, 224, 0.48) 37%, rgba(225, 239, 248, 0.32) 52%, rgba(229, 244, 234, 0.50) 69%, rgba(255, 247, 224, 0.46) 84%, rgba(250, 247, 240, 0.60) 100%),
      radial-gradient(620px 460px at -8% 8%, rgba(255, 200, 87, 0.24), transparent 72%),
      radial-gradient(620px 460px at 108% 21%, rgba(31, 122, 92, 0.24), transparent 72%),
      radial-gradient(620px 460px at -8% 43%, rgba(79, 140, 255, 0.11), transparent 74%),
      radial-gradient(620px 460px at 108% 66%, rgba(255, 200, 87, 0.22), transparent 74%),
      radial-gradient(620px 460px at -8% 88%, rgba(31, 122, 92, 0.22), transparent 72%);
  }

  main.wrap.home-main > section::before {
    inset: -26px calc(50% - 50vw);
    opacity: 0.82;
  }
}

/* Bespoke visual system pass. */
:root {
  --readyInk: #172033;
  --readyGreen: #1f7a5c;
  --readyGreenDeep: #155f49;
  --readyGold: #f5b84b;
  --readySkyWash: rgba(79, 140, 255, 0.10);
}

@keyframes tr-sheen {
  0% { transform: translateX(-120%) skewX(-18deg); }
  100% { transform: translateX(240%) skewX(-18deg); }
}

@keyframes tr-soft-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body::after {
  background-image:
    radial-gradient(860px 520px at 12% 18%, rgba(255, 200, 87, 0.14), transparent 70%),
    radial-gradient(900px 560px at 88% 28%, rgba(31, 122, 92, 0.15), transparent 72%),
    radial-gradient(900px 560px at 18% 58%, rgba(31, 122, 92, 0.10), transparent 74%),
    radial-gradient(820px 520px at 84% 78%, rgba(255, 200, 87, 0.11), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(232, 241, 235, 0.42)),
    linear-gradient(90deg, rgba(21, 95, 73, 0.16) 1px, transparent 1px),
    linear-gradient(180deg, rgba(21, 95, 73, 0.12) 1px, transparent 1px),
    url("./assets/backgrounds/nylon-backpack-texture.png"),
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(232, 241, 235, 0.12));
  background-size:
    auto,
    auto,
    auto,
    auto,
    auto,
    84px 84px,
    84px 84px,
    300px 200px,
    auto;
  background-blend-mode: normal, normal, normal, normal, screen, multiply, multiply, multiply, normal;
  opacity: 0.84;
}

.home-main h1,
.free-checklist-page h1 {
  text-wrap: balance;
}

.home-main h2,
.free-checklist-page .card-title {
  text-wrap: balance;
}

.home-main > section {
  animation: tr-soft-rise 580ms ease both;
}

main.wrap.home-main > section::before {
  background:
    radial-gradient(760px 360px at 15% 34%, rgba(255, 200, 87, 0.24), transparent 72%),
    radial-gradient(760px 360px at 88% 62%, rgba(31, 122, 92, 0.22), transparent 72%),
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(255, 255, 255, 0.16) 34px 36px, transparent 36px 70px),
    linear-gradient(180deg, transparent 0%, rgba(255, 247, 224, 0.30) 44%, transparent 100%) !important;
}

.home-main .brand-object-accent {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: clamp(118px, 13vw, 176px);
  aspect-ratio: 1;
  opacity: 0.18;
  filter:
    saturate(0.9)
    contrast(0.94)
    drop-shadow(0 18px 28px rgba(23, 32, 51, 0.12));
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-8deg);
}

.home-main .brand-object-accent-backpack {
  top: clamp(18px, 4vw, 42px);
  right: clamp(-30px, -2vw, 8px);
  background-image: url("./assets/backgrounds/real-elements/cutouts/soccer-backpack-standalone-transparent.png");
}

.home-main .brand-object-accent-lunchbox {
  right: clamp(-24px, -1.6vw, 14px);
  bottom: clamp(30px, 5vw, 70px);
  width: clamp(128px, 15vw, 208px);
  opacity: 0.15;
  background-image: url("./assets/backgrounds/real-elements/cutouts/lunchbox-jacket-standalone-transparent.png");
  transform: rotate(6deg);
}

.home-main .grind-section > *:not(.brand-object-accent),
.home-main .printable-section > *:not(.brand-object-accent) {
  position: relative;
  z-index: 1;
}

@media (max-width: 860px) {
  .home-main .brand-object-accent {
    display: none;
  }
}

.sticky-build-cta {
  position: fixed;
  right: max(16px, calc((100vw - 1160px) / 2));
  bottom: 18px;
  z-index: 18;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 999px;
  color: #fffaf0;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  background: linear-gradient(180deg, var(--readyGreen), var(--readyGreenDeep));
  box-shadow: 0 18px 44px rgba(31, 122, 92, 0.24);
  overflow: hidden;
}

.sticky-build-cta::after,
.primary::after,
.site-header .header-actions .ghost::after,
.site-header .header-actions .secondary::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% 0;
  width: 42%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.30), transparent);
  transform: translateX(-120%) skewX(-18deg);
}

.sticky-build-cta:hover::after,
.primary:hover::after,
.site-header .header-actions .ghost:hover::after,
.site-header .header-actions .secondary:hover::after {
  animation: tr-sheen 760ms ease;
}

.primary,
.site-header .header-actions .ghost,
.site-header .header-actions .secondary {
  position: relative;
  overflow: hidden;
}

.home-main .section-kicker:not(.section-kicker-icon):not(.section-kicker-photo)::before {
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 38% 36%, rgba(255, 255, 255, 0.72), transparent 34%),
    linear-gradient(135deg, var(--readyGreen), var(--readyGreenDeep)) !important;
  box-shadow:
    0 0 0 6px rgba(31, 122, 92, 0.10),
    0 12px 24px rgba(31, 122, 92, 0.18) !important;
}

.home-main .section-kicker:not(.section-kicker-icon):not(.section-kicker-photo)::after {
  content: "";
  width: 42px;
  height: 1px;
  flex: 0 0 auto;
  background: linear-gradient(90deg, rgba(31, 122, 92, 0.44), transparent);
}

.home-main .hero-family-photo,
.home-main .grind-photo,
.home-main .flow-card,
.home-main .warmth-photo,
.home-main .pdf-preview-small {
  filter: drop-shadow(0 24px 46px rgba(23, 32, 51, 0.12));
}

.home-main .hero-family-photo img,
.home-main .grind-photo img,
.home-main .flow-card img,
.home-main .moment-photo img {
  border-radius: 18px;
  outline: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow:
    0 18px 46px rgba(23, 32, 51, 0.13),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.home-main .outcome-cutout img,
.home-main .pdf-preview-cutout img,
.home-main .moment-cutout img,
.free-checklist-cutout img {
  filter:
    drop-shadow(0 26px 34px rgba(23, 32, 51, 0.14))
    drop-shadow(0 0 32px rgba(245, 184, 75, 0.13))
    saturate(1.05)
    contrast(1.04) !important;
}

.home-main .homepage-feature-row .icon-bullet,
.home-main .trust-item,
.home-main .printable-points > div,
.home-main .real-life-section .tile,
.home-main .faq-section .tile {
  display: grid;
  align-content: start;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-left: 3px solid rgba(31, 122, 92, 0.28) !important;
  padding: 0 0 0 16px !important;
}

.home-main .homepage-feature-row .icon-bullet:hover,
.home-main .printable-points > div:hover,
.home-main .real-life-section .tile:hover,
.home-main .faq-section .tile:hover {
  border-left-color: rgba(245, 184, 75, 0.86) !important;
  transform: translateY(-2px);
}

.home-main .review-placeholder-card,
.home-main .feature-tile,
.home-main #coming-next .feature-preview,
.home-main #coming-next .coming-feedback,
.free-checklist-page .planner-panel,
.free-checklist-page .tile:has(input),
.free-checklist-page .tile:has(select),
.free-checklist-page .tile:has(textarea) {
  border-radius: 8px !important;
}

.home-main .feature-tile {
  border-left: 4px solid rgba(31, 122, 92, 0.28) !important;
}

.home-main .feature-tile.is-active {
  border-left-color: var(--readyGold) !important;
}

.home-main #coming-next .feature-preview {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-main #coming-next .feature-preview .tile-kicker,
.home-main #coming-next .feature-preview .tile-title,
.home-main #coming-next .feature-preview .muted,
.home-main #coming-next .feature-preview .tiny,
.home-main #coming-next .feature-preview .divider {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home-main #coming-next .feature-preview .preview-img {
  margin-top: 14px;
  border-radius: 8px;
  border: 1px solid rgba(23, 32, 51, 0.10);
  box-shadow:
    0 18px 34px rgba(23, 32, 51, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.44) !important;
}

.home-main #coming-next .coming-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(22px, 4vw, 42px) !important;
  align-items: stretch !important;
}

.home-main #coming-next .coming-right {
  position: static !important;
  order: 1 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

.home-main #coming-next .coming-left {
  order: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(14px, 2vw, 20px) !important;
  border-top: 0 !important;
  padding-top: 0 !important;
}

.home-main #coming-next .feature-preview {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.46fr) minmax(420px, 1fr) !important;
  gap: clamp(20px, 4vw, 46px) !important;
  align-items: end !important;
}

.home-main #coming-next .feature-preview .tile-kicker,
.home-main #coming-next .feature-preview .tile-title,
.home-main #coming-next .feature-preview .muted,
.home-main #coming-next .feature-preview .divider {
  grid-column: 1 !important;
}

.home-main #coming-next .feature-preview .tile-title {
  font-size: clamp(28px, 4vw, 48px) !important;
  line-height: 1.03 !important;
  max-width: 10ch !important;
}

.home-main #coming-next .feature-preview .muted {
  max-width: 44ch !important;
}

.home-main #coming-next .feature-preview .divider {
  margin-bottom: 0 !important;
}

.home-main #coming-next .feature-preview .preview-img {
  grid-column: 2 !important;
  grid-row: 1 / span 5 !important;
  margin-top: 0 !important;
  overflow: hidden !important;
}

.home-main #coming-next .feature-preview .preview-img img {
  width: 100% !important;
  height: clamp(300px, 38vw, 460px) !important;
  object-fit: cover !important;
}

.home-main #coming-next .feature-tile {
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: auto auto 1fr auto !important;
  min-height: clamp(250px, 24vw, 310px) !important;
  align-content: start !important;
  align-items: start !important;
  padding: clamp(16px, 1.8vw, 20px) !important;
  border: 1px solid rgba(23, 32, 51, 0.10) !important;
  border-left: 4px solid rgba(31, 122, 92, 0.30) !important;
  border-bottom: 1px solid rgba(23, 32, 51, 0.10) !important;
  border-radius: 8px !important;
  background:
    radial-gradient(180px 100px at 88% 14%, rgba(255, 200, 87, 0.13), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.50), rgba(255, 255, 255, 0.18)) !important;
  box-shadow:
    0 16px 30px rgba(23, 32, 51, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.50) !important;
}

.home-main #coming-next .feature-tile:hover,
.home-main #coming-next .feature-tile.is-active {
  border-left-color: var(--readyGold) !important;
  background:
    radial-gradient(220px 120px at 88% 14%, rgba(255, 200, 87, 0.20), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.24)) !important;
  box-shadow:
    0 20px 40px rgba(23, 32, 51, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
  outline: 0 !important;
}

.home-main #coming-next .feature-figure {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  width: clamp(48px, 5vw, 64px) !important;
  height: clamp(48px, 5vw, 64px) !important;
}

.home-main #coming-next .feature-tile > .muted {
  max-width: none !important;
}

.home-main #coming-next .feature-tile .vote-row {
  align-self: end !important;
  margin-top: clamp(14px, 2vw, 20px) !important;
}

.home-main #coming-next .coming-left .feature-tile {
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center !important;
  text-align: center !important;
}

.home-main #coming-next .feature-tile .row.between {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
}

.home-main #coming-next .feature-tile .tile-kicker,
.home-main #coming-next .feature-tile .flag {
  justify-content: center !important;
  justify-self: center !important;
  text-align: center !important;
}

.home-main #coming-next .feature-figure {
  grid-column: 1 !important;
  grid-row: auto !important;
  justify-self: center !important;
  margin: 6px auto 4px !important;
}

.home-main #coming-next .feature-tile .tile-title,
.home-main #coming-next .feature-tile > .muted {
  justify-self: center !important;
  text-align: center !important;
}

.home-main #coming-next .feature-tile .vote-row {
  justify-self: center !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.home-main #coming-next .coming-object-balance {
  display: none !important;
}

@media (max-width: 1080px) {
  .home-main #coming-next .coming-left {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home-main #coming-next .feature-tile {
    min-height: 230px !important;
  }
}

@media (max-width: 780px) {
  .home-main #coming-next .feature-preview {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .home-main #coming-next .feature-preview .preview-img {
    grid-column: 1 !important;
    grid-row: auto !important;
    margin-top: 14px !important;
  }

  .home-main #coming-next .feature-preview .preview-img img {
    height: min(70vw, 320px) !important;
  }
}

@media (max-width: 640px) {
  .home-main #coming-next .coming-left {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .home-main #coming-next .feature-tile {
    min-height: 0 !important;
  }
}

.free-checklist-page input,
.free-checklist-page select,
.free-checklist-page textarea {
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.free-checklist-page .field:focus-within > span,
.free-checklist-page .field:focus-within .field-prompt {
  color: var(--readyGreenDeep) !important;
}

.free-checklist-page .field:focus-within input,
.free-checklist-page .field:focus-within select,
.free-checklist-page .field:focus-within textarea {
  border-color: rgba(31, 122, 92, 0.56) !important;
  box-shadow:
    inset 0 0 0 1px rgba(31, 122, 92, 0.20),
    0 0 0 4px rgba(31, 122, 92, 0.10),
    0 14px 30px rgba(31, 122, 92, 0.08) !important;
  background: rgba(255, 255, 255, 0.84) !important;
}

.free-checklist-page .field.field-missing:focus-within > span,
.free-checklist-page .field.field-missing:focus-within .field-prompt {
  color: #8c4d00 !important;
}

.free-checklist-page .field.field-missing,
.free-checklist-page .field.field-missing:focus-within {
  border-radius: 18px !important;
  outline: 2px solid rgba(245, 184, 75, 0.72);
  outline-offset: 6px;
  background: rgba(255, 247, 224, 0.22) !important;
}

.free-checklist-page .field.field-missing input[aria-invalid="true"],
.free-checklist-page .field.field-missing select[aria-invalid="true"],
.free-checklist-page .field.field-missing textarea[aria-invalid="true"],
.free-checklist-page .field.field-missing:focus-within input[aria-invalid="true"],
.free-checklist-page .field.field-missing:focus-within select[aria-invalid="true"],
.free-checklist-page .field.field-missing:focus-within textarea[aria-invalid="true"] {
  border-color: rgba(245, 184, 75, 0.95) !important;
  background:
    linear-gradient(180deg, rgba(255, 251, 237, 0.98), rgba(255, 244, 211, 0.86)),
    rgba(255, 247, 224, 0.92) !important;
  box-shadow:
    0 0 0 4px rgba(245, 184, 75, 0.28),
    0 12px 24px rgba(140, 77, 0, 0.10),
    inset 0 0 0 1px rgba(140, 77, 0, 0.22) !important;
}

.free-checklist-page .checkrow:has(input:checked),
.free-checklist-page .grocery-item:has(input:checked) {
  border-color: rgba(31, 122, 92, 0.38) !important;
  background: rgba(229, 244, 234, 0.62) !important;
  box-shadow: inset 4px 0 0 rgba(31, 122, 92, 0.70) !important;
}

.free-checklist-page .wiz-progress .bar {
  position: relative;
  overflow: hidden;
}

.free-checklist-page .wiz-progress .bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.46), transparent);
  animation: tr-sheen 1600ms ease-in-out infinite;
}

@media (max-width: 760px) {
  .sticky-build-cta {
    display: none;
  }

  .home-main {
    padding-bottom: 0 !important;
  }

  .home-main .section-kicker:not(.section-kicker-icon):not(.section-kicker-photo)::after {
    width: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-main > section,
  .free-checklist-page .wiz-progress .bar::after,
  .sticky-build-cta:hover::after,
  .primary:hover::after {
    animation: none !important;
  }

  .home-main .homepage-feature-row .icon-bullet:hover,
  .home-main .printable-points > div:hover,
  .home-main .real-life-section .tile:hover,
  .home-main .faq-section .tile:hover {
    transform: none;
  }
}

.home-main .real-life-section {
  display: block !important;
}

.home-main .real-life-section h2 {
  max-width: none !important;
  text-align: left;
}

.home-main .real-life-section .grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 3vw, 34px) !important;
  align-items: start !important;
}

.home-main .real-life-section .tile {
  display: grid !important;
  justify-items: center !important;
  align-content: start !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

.home-main .real-life-section .tile::after {
  content: none !important;
}

.home-main .real-life-section .tile-kicker {
  justify-content: center !important;
}

.home-main .real-life-section .tile-title {
  margin-top: 8px;
}

.home-main .real-life-section .muted {
  max-width: 34ch;
  margin-inline: auto;
}

.home-main .real-life-section .tile:hover {
  transform: none !important;
}

.tr-zipper-divider {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  height: clamp(52px, 5.4vw, 78px);
  margin: clamp(2px, 0.8vw, 10px) auto clamp(8px, 1.4vw, 18px);
  overflow: visible;
  pointer-events: none;
}

.tr-zipper-divider::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 100%;
  transform: translateY(-50%);
  background-image: url("./assets/backgrounds/section-dividers/kids-zipper-light-green-dino-divider.png");
  background-repeat: no-repeat;
  background-position: center 33%;
  background-size: 100% auto;
  filter:
    drop-shadow(0 12px 18px rgba(23, 32, 51, 0.10))
    saturate(1.03)
    contrast(1.03);
  opacity: 0.84;
}

.tr-zipper-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(22px, 9vw, 150px);
  width: clamp(58px, 7.2vw, 96px);
  aspect-ratio: 500 / 349;
  transform: translateY(-22%) rotate(-4deg);
  background-image: url("./assets/backgrounds/section-dividers/kids-zipper-light-green-dino-charm-accent.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter:
    drop-shadow(0 9px 15px rgba(23, 32, 51, 0.16))
    saturate(1.05)
    contrast(1.02);
}

.tr-zipper-divider.is-compact {
  height: clamp(42px, 4.6vw, 64px);
  margin-block: clamp(0px, 0.4vw, 6px) clamp(4px, 1vw, 12px);
}

.tr-zipper-divider.is-compact::after {
  width: clamp(52px, 6.4vw, 82px);
}

.tr-zipper-divider--bottom {
  height: clamp(58px, 6vw, 86px);
  margin: clamp(0px, 0.5vw, 8px) auto clamp(18px, 2.4vw, 30px);
}

.tr-zipper-divider--bottom::before {
  opacity: 0.72;
}

.tr-zipper-divider--bottom::after {
  right: clamp(34px, 12vw, 190px);
  width: clamp(72px, 8.8vw, 118px);
  transform: translateY(-18%) rotate(-5deg);
}

.home-main #coming-next .feature-tile .vote-row,
.home-main #coming-next .feature-tile .vote-btn {
  pointer-events: auto !important;
}

.home-main #coming-next .vote-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 2px;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.home-main #coming-next .vote-count [data-votes-for] {
  display: inline-block;
  min-width: 1.2ch;
  margin-right: 4px;
  color: var(--leafDeep);
  font-weight: 950;
}

.home-main .pdf-preview-small {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

.home-main .pdf-preview-small .pdf-label {
  display: none !important;
}

.home-main .pdf-preview-small .pdf-page {
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.10)),
    rgba(255, 255, 255, 0.14) !important;
  box-shadow: none !important;
  padding: clamp(8px, 1.5vw, 14px) 0 0 !important;
}

.home-main .pdf-preview-small .pdf-snapshot-mini,
.home-main .pdf-preview-small .pdf-card {
  border-radius: 8px !important;
  border-color: rgba(31, 122, 92, 0.20) !important;
  background: rgba(255, 255, 255, 0.24) !important;
  box-shadow: none !important;
}

.home-main .pdf-preview-small .pdf-card {
  padding: 10px !important;
}

.home-main .pdf-preview-small .pdf-chip {
  background: rgba(255, 255, 255, 0.24) !important;
}

.home-main .pdf-preview-small .pdf-foot {
  border-top-color: rgba(23, 32, 51, 0.12) !important;
}

@media (max-width: 760px) {
  .home-main .real-life-section h2 {
    text-align: left;
  }

  .home-main .real-life-section .grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  .tr-zipper-divider {
    height: 46px;
    width: calc(100% + 16px);
    margin-inline: -8px;
  }

  .tr-zipper-divider::before {
    background-size: auto 150px;
  }

  .tr-zipper-divider::after {
    right: 22px;
    width: 58px;
  }

  .tr-zipper-divider--bottom {
    height: 56px;
    margin-bottom: 18px;
  }

  .tr-zipper-divider--bottom::after {
    right: 18px;
    width: 64px;
  }
}

.legal-page {
  align-items: start !important;
  padding-top: clamp(28px, 5vw, 62px) !important;
  font-family: var(--fontMain) !important;
}

.legal-page .hero-card {
  max-width: 920px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.legal-page .hero-card::before,
.legal-page .hero-card::after {
  content: none !important;
}

.legal-page .card-title {
  color: var(--textStrong, var(--ink)) !important;
  font-family: var(--fontMain) !important;
  font-size: var(--type-page-title, clamp(42px, 4.7vw, 58px)) !important;
  font-weight: var(--weight-heading, 900) !important;
  line-height: var(--leading-heading, 0.98) !important;
  letter-spacing: 0 !important;
  margin-bottom: 10px !important;
}

.legal-page .divider {
  width: 100%;
  margin: clamp(18px, 2.4vw, 28px) 0;
}

.legal-page h2 {
  color: var(--textStrong, var(--ink)) !important;
  font-family: var(--fontMain) !important;
  font-size: var(--type-subhead, clamp(20px, 1.65vw, 22px)) !important;
  font-weight: var(--weight-heading, 900) !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  margin-top: clamp(28px, 3.2vw, 42px) !important;
  margin-bottom: 10px !important;
}

.legal-page .lead {
  color: var(--text, rgba(23, 32, 51, 0.94)) !important;
  font-family: var(--fontMain) !important;
  font-size: var(--type-lead, clamp(18px, 1.45vw, 20px)) !important;
  font-weight: var(--weight-body, 500) !important;
  line-height: var(--leading-body, 1.68) !important;
}

.legal-page .muted,
.legal-page .bullets {
  color: var(--muted) !important;
  font-family: var(--fontMain) !important;
  font-size: var(--type-body, clamp(16px, 1vw, 17px)) !important;
  font-weight: var(--weight-body, 500) !important;
  line-height: var(--leading-body, 1.68) !important;
}

.legal-page .bullets {
  margin-top: 8px !important;
  padding-left: 1.15rem !important;
}

.legal-page p,
.legal-page li {
  max-width: 82ch;
}

.legal-page .bullets li {
  margin: 8px 0 !important;
}

.home-main .prep-marquee span {
  color: var(--attentionState) !important;
  transition:
    color 180ms ease,
    transform 180ms ease,
    opacity 180ms ease !important;
}

.home-main .prep-marquee span strong {
  color: inherit !important;
}

.home-main .prep-marquee span::after {
  content: "" !important;
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  width: 9px !important;
  height: 9px !important;
  margin-left: 3px !important;
  border-radius: 999px !important;
  background: currentColor !important;
  color: transparent !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 12%, transparent) !important;
  transform: scale(0.8) !important;
  transition:
    width 180ms ease,
    height 180ms ease,
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease !important;
}

.home-main .prep-marquee span.is-done {
  color: var(--actionPrimary) !important;
}

.home-main .prep-marquee span.is-done::after {
  content: "✓" !important;
  width: 18px !important;
  height: 18px !important;
  background: var(--actionPrimary) !important;
  color: #fffaf0 !important;
  box-shadow:
    0 0 0 5px rgba(31, 122, 92, 0.14),
    0 0 16px rgba(31, 122, 92, 0.18) !important;
  transform: scale(1) !important;
}

.home-main #coming-next .coming-section-header {
  display: grid;
  justify-items: center;
  gap: clamp(12px, 2vw, 18px);
  max-width: 980px;
  margin: 0 auto clamp(36px, 5vw, 64px);
  text-align: center;
}

.home-main #coming-next .coming-section-title {
  min-width: 0;
  display: grid;
  justify-items: center;
}

.home-main #coming-next .coming-section-title .section-kicker {
  justify-content: center;
  margin-inline: auto;
}

.home-main #coming-next .coming-section-title h2 {
  max-width: min(100%, 980px);
  margin-bottom: 0;
  text-align: center;
}

.home-main #coming-next .coming-intro {
  max-width: 68ch;
  margin: 0;
  text-align: center;
}

@media (max-width: 460px) {
  .home-main #coming-next .coming-section-header {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .home-main #coming-next .coming-section-title h2 {
    max-width: 100%;
  }
}

.home-main #coming-next .feature-preview .preview-img {
  position: relative !important;
  height: clamp(300px, 38vw, 460px) !important;
  perspective: 1500px;
  perspective-origin: 50% 48%;
  border-radius: 18px !important;
  overflow: hidden !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.30), rgba(229, 244, 234, 0.22)),
    rgba(250, 247, 240, 0.30) !important;
}

.home-main #coming-next .feature-preview .feature-preview-cube {
  --cube-depth: 260px;
  position: absolute !important;
  inset: 0 !important;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: translateZ(calc(var(--cube-depth) * -1)) rotateY(0deg);
  transition: transform 920ms cubic-bezier(0.18, 0.84, 0.22, 1);
  will-change: transform;
}

.home-main #coming-next .feature-preview .feature-preview-cube.is-resetting {
  transition: none !important;
}

.home-main #coming-next .feature-preview .feature-preview-cube.is-rotating {
  transform: translateZ(calc(var(--cube-depth) * -1)) rotateY(-90deg);
}

.home-main #coming-next .feature-preview .preview-cube-face {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 18px !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.home-main #coming-next .feature-preview .preview-cube-front {
  transform: rotateY(0deg) translateZ(var(--cube-depth));
}

.home-main #coming-next .feature-preview .preview-cube-next {
  transform: rotateY(90deg) translateZ(var(--cube-depth));
}

.home-main #coming-next .feature-preview .feature-preview-cube::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 42px;
  height: 100%;
  margin-left: auto;
  border-radius: 0 18px 18px 0;
  background:
    linear-gradient(90deg, rgba(21, 95, 73, 0.46), rgba(23, 32, 51, 0.28)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(23, 32, 51, 0.10));
  transform: rotateY(90deg) translateZ(calc(var(--cube-depth) + 21px)) translateX(21px);
  transform-origin: right center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.home-main #coming-next .feature-preview .feature-preview-cube.is-rotating::before {
  opacity: 0.72;
}

.home-main #coming-next .feature-preview .preview-img::after {
  content: "" !important;
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 32px 0 54px rgba(23, 32, 51, 0.10),
    inset -28px 0 54px rgba(21, 95, 73, 0.14),
    0 20px 46px rgba(23, 32, 51, 0.12);
  opacity: 0;
  transition: opacity 260ms ease;
}

.home-main #coming-next .feature-preview .preview-img.is-sliding::after {
  opacity: 1;
}

.home-main #coming-next .feature-preview .feature-preview-cube::before,
.home-main #coming-next .feature-preview .preview-img::after {
  content: none !important;
  display: none !important;
  box-shadow: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .home-main #coming-next .feature-preview .feature-preview-cube {
    transition: none !important;
  }
}

@media (max-width: 780px) {
  .home-main #coming-next .feature-preview .preview-img {
    height: min(70vw, 320px) !important;
  }
}

.home-main .review-placeholder-grid {
  display: grid !important;
  gap: clamp(18px, 2.8vw, 26px) !important;
  padding-top: 0 !important;
}

.home-main .review-placeholder-card {
  position: relative !important;
  overflow: visible !important;
  display: grid !important;
  gap: 9px !important;
  padding: clamp(18px, 2.4vw, 24px) clamp(20px, 3vw, 30px) !important;
  border: 1px solid rgba(31, 122, 92, 0.22) !important;
  border-radius: 30px 34px 32px 28px !important;
  background:
    radial-gradient(86px 56px at 12% 14%, rgba(255, 255, 255, 0.58), transparent 72%),
    radial-gradient(160px 110px at 92% 10%, rgba(255, 200, 87, 0.12), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.23)),
    rgba(229, 244, 234, 0.24) !important;
  box-shadow:
    0 18px 42px rgba(23, 32, 51, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
}

.home-main .review-placeholder-card:nth-child(even) {
  margin-left: clamp(10px, 3vw, 34px);
  border-radius: 34px 28px 30px 36px !important;
  border-color: rgba(245, 184, 75, 0.36) !important;
  background:
    radial-gradient(90px 58px at 86% 16%, rgba(255, 255, 255, 0.56), transparent 72%),
    radial-gradient(160px 110px at 10% 12%, rgba(31, 122, 92, 0.12), transparent 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.22)),
    rgba(255, 247, 224, 0.30) !important;
}

.home-main .review-placeholder-card::before,
.home-main .review-placeholder-card::after {
  content: "" !important;
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(229, 244, 234, 0.26)),
    rgba(250, 247, 240, 0.58);
  border: 1px solid rgba(31, 122, 92, 0.20);
  box-shadow:
    0 10px 20px rgba(23, 32, 51, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.home-main .review-placeholder-card::before {
  left: clamp(-16px, -1.6vw, -10px);
  bottom: 18px;
  width: 22px;
  height: 22px;
}

.home-main .review-placeholder-card::after {
  left: clamp(-28px, -2.8vw, -18px);
  bottom: -4px;
  width: 12px;
  height: 12px;
  opacity: 0.88;
}

.home-main .review-placeholder-card:nth-child(even)::before {
  left: clamp(-16px, -1.6vw, -10px);
  right: auto !important;
  content: none !important;
  border-color: rgba(245, 184, 75, 0.34);
}

.home-main .review-placeholder-card:nth-child(even)::after {
  left: clamp(-28px, -2.8vw, -18px);
  right: auto !important;
  content: none !important;
  border-color: rgba(245, 184, 75, 0.34);
}

.home-main .review-placeholder-card .review-thought-bubble {
  position: absolute;
  display: block;
  border-radius: 999px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 247, 224, 0.32)),
    rgba(250, 247, 240, 0.66);
  border: 1px solid rgba(245, 184, 75, 0.38);
  box-shadow:
    0 10px 20px rgba(23, 32, 51, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.home-main .review-placeholder-card .review-thought-bubble--large {
  left: clamp(-16px, -1.6vw, -10px);
  bottom: 18px;
  width: 22px;
  height: 22px;
}

.home-main .review-placeholder-card .review-thought-bubble--small {
  left: clamp(-28px, -2.8vw, -18px);
  bottom: -4px;
  width: 12px;
  height: 12px;
  opacity: 0.88;
}

.home-main .review-placeholder-card span {
  color: var(--readyGreenDeep) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.home-main .review-placeholder-card strong {
  display: block !important;
  color: var(--textStrong) !important;
  font-size: clamp(20px, 2vw, 24px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.home-main .review-placeholder-card small {
  display: block !important;
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px dashed rgba(31, 122, 92, 0.18);
  color: var(--muted) !important;
  font-size: clamp(14px, 1vw, 15px) !important;
  line-height: 1.55 !important;
  font-weight: 700 !important;
}

.home-main .review-placeholder-card .tr-response-prefix {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 5px;
  color: var(--readyGreenDeep);
  font-weight: 950;
  white-space: nowrap;
  vertical-align: -5px;
}

.home-main .review-placeholder-card .tr-response-mark {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 9px;
  color: var(--sun) !important;
  font-family: var(--fontMain);
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  background: linear-gradient(180deg, var(--leaf), var(--leafDeep));
  border: 1px solid rgba(21, 95, 73, 0.62);
  box-shadow:
    0 7px 15px rgba(31, 122, 92, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

@media (max-width: 760px) {
  .home-main .review-placeholder-card,
  .home-main .review-placeholder-card:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
    border-radius: 24px !important;
  }
}

.home-main #coming-next .feature-tile.is-leading {
  border-color: rgba(245, 184, 75, 0.44) !important;
}

.home-main #coming-next .feature-tile.is-leading::before {
  content: attr(data-leading-label);
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  padding: 8px;
  color: var(--readyGreenDeep) !important;
  font-size: 10px;
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.70), transparent 34%),
    radial-gradient(circle at 50% 50%, rgba(255, 200, 87, 0.88), rgba(245, 184, 75, 0.58) 58%, rgba(245, 184, 75, 0.20) 72%),
    rgba(255, 200, 87, 0.34);
  border: 1px solid rgba(245, 184, 75, 0.66);
  border-radius: 999px;
  box-shadow:
    0 12px 24px rgba(23, 32, 51, 0.10),
    inset 0 0 0 6px rgba(255, 255, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
  transform: rotate(6deg);
  pointer-events: none;
}

.home-main #coming-next .feature-tile.is-leading::after {
  content: "" !important;
  position: absolute;
  top: 58px;
  right: 23px;
  z-index: 3;
  width: 44px;
  height: 46px;
  pointer-events: none;
  background:
    linear-gradient(155deg, rgba(245, 184, 75, 0.56) 0 47%, transparent 48%),
    linear-gradient(205deg, rgba(255, 200, 87, 0.44) 0 47%, transparent 48%);
  filter: drop-shadow(0 8px 12px rgba(23, 32, 51, 0.08));
  transform: rotate(6deg);
}

.free-checklist-page #biggestPainGroup.checks {
  gap: 0 !important;
  margin-top: 12px !important;
  padding-block: 4px !important;
}

.free-checklist-page #biggestPainGroup .checkrow {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  min-height: 56px !important;
  padding: 12px 4px 12px 42px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: rgba(11, 18, 32, 0.90) !important;
  background: transparent !important;
  box-shadow: none !important;
  line-height: 1.24 !important;
  cursor: pointer;
}

.free-checklist-page #biggestPainGroup .checkrow + .checkrow {
  border-top: 1px solid rgba(31, 122, 92, 0.12) !important;
}

.free-checklist-page #biggestPainGroup .checkrow input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.free-checklist-page #biggestPainGroup .checkrow::before {
  content: "" !important;
  position: absolute !important;
  left: 8px !important;
  top: 50% !important;
  width: 18px !important;
  height: 18px !important;
  border: 2px solid rgba(31, 122, 92, 0.36) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.46) !important;
  transform: translateY(-50%) !important;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.60) !important;
}

.free-checklist-page #biggestPainGroup .checkrow::after {
  content: "" !important;
  position: absolute !important;
  left: 15px !important;
  top: 50% !important;
  width: 6px !important;
  height: 11px !important;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  opacity: 0 !important;
  transform: translateY(-62%) rotate(42deg) !important;
}

.free-checklist-page #biggestPainGroup .checkrow:has(input:checked) {
  border-color: rgba(31, 122, 92, 0.12) !important;
  color: var(--readyGreenDeep) !important;
  background: rgba(31, 122, 92, 0.055) !important;
  box-shadow: none !important;
}

.free-checklist-page #biggestPainGroup .checkrow:has(input:checked)::before {
  border-color: var(--readyGreen) !important;
  background: linear-gradient(180deg, var(--readyGreen), var(--readyGreenDeep)) !important;
  box-shadow: 0 8px 16px rgba(31, 122, 92, 0.16) !important;
}

.free-checklist-page #biggestPainGroup .checkrow:has(input:checked)::after {
  opacity: 1 !important;
}

.free-checklist-page #biggestPainGroup .checkrow:has(input:focus-visible) {
  outline: 3px solid rgba(31, 122, 92, 0.18) !important;
  outline-offset: 2px !important;
}
