@font-face {
  font-family: "Outfit";
  src: url("/assets/site/fonts/outfit-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("/assets/site/fonts/outfit-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("/assets/site/fonts/outfit-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --paper: #f4f1e8;
  --paper-deep: #e9e5da;
  --white: #fffef9;
  --ink: #0d1424;
  --ink-2: #182236;
  --muted: #647084;
  --line: #cbd2d9;
  --green: #0eb981;
  --green-dark: #047857;
  --green-soft: #d5f6e8;
  --orange: #f56c2f;
  --orange-text: #b83a10;
  --orange-soft: #fee6d8;
  --purple: #6c3bf0;
  --purple-2: #4c36d8;
  --purple-soft: #e8e1ff;
  --blue: #2864ed;
  --pink: #d64086;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shadow: 0 28px 70px rgba(13, 20, 36, 0.14);
  --page-pad: clamp(18px, 5vw, 72px);
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body.marketing-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.marketing-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.marketing-page a {
  color: inherit;
}

.marketing-page button,
.marketing-page a {
  -webkit-tap-highlight-color: transparent;
}

.marketing-page button,
.marketing-page input {
  font: inherit;
}

.marketing-page :focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  transform: translateY(-150%);
  border-radius: 10px;
  background: var(--ink);
  color: white !important;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: max(10px, env(safe-area-inset-top));
  right: 12px;
  left: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  max-width: var(--max);
  min-height: 58px;
  margin: auto;
  padding: 8px 8px 8px 10px;
  border: 1px solid rgba(13, 20, 36, 0.12);
  border-radius: 18px;
  background: rgba(255, 254, 249, 0.86);
  box-shadow: 0 12px 35px rgba(13, 20, 36, 0.08);
  backdrop-filter: blur(18px) saturate(140%);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 14px 40px rgba(13, 20, 36, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--ink);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.brand img,
.final-cta .button img,
.site-footer__brand img,
.install-dock img {
  border-radius: 10px;
}

.header-links {
  display: none;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  background: var(--ink);
  color: white !important;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
}

.header-cta__wide {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  gap: 34px;
  min-height: 100svh;
  overflow: hidden;
  padding: calc(104px + env(safe-area-inset-top)) var(--page-pad) 72px;
  background: var(--paper);
}

.hero::before {
  position: absolute;
  top: 9%;
  right: -34%;
  width: 92vw;
  height: 92vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(108, 59, 240, 0.13), rgba(245, 108, 47, 0.06) 45%, transparent 70%);
  content: "";
  pointer-events: none;
}

.hero-grid,
.final-cta__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(13, 20, 36, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 20, 36, 0.055) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 84%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.eyebrow,
.kicker {
  margin: 0 0 14px;
  font-family: "Outfit", sans-serif;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--green-dark);
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(14, 185, 129, 0.12);
}

.hero h1,
.section-heading h2,
.proof h2,
.ai-copy h2,
.plans-heading h2,
.faq h2,
.final-cta h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: -0.052em;
  line-height: 0.94;
}

.hero h1 {
  font-size: clamp(3.25rem, 16vw, 7.35rem);
  line-height: 0.82;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  width: fit-content;
  animation: panic-word-in 560ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero h1 span:nth-child(1) {
  color: #8a8f98;
  animation-delay: 80ms;
}

.hero h1 span:nth-child(2) {
  margin-left: 0.12em;
  color: #525c6d;
  animation-delay: 150ms;
}

.hero h1 span:nth-child(3) {
  margin-left: 0.24em;
  animation-delay: 220ms;
}

.hero h1 span:nth-child(4) {
  margin-top: 0.08em;
  color: var(--orange);
  animation-delay: 320ms;
}

.hero-second-line {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 4.3vw, 1.3rem);
  line-height: 1.48;
}

.panic-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 520px;
  margin: 4px auto 0;
  padding: 14px;
  border: 1px solid rgba(13, 20, 36, 0.22);
  border-radius: 28px;
  background: var(--ink);
  box-shadow: 0 30px 70px rgba(13, 20, 36, 0.2);
}

.panic-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 5px 5px 16px;
  color: white;
}

.panic-card__header span,
.panic-rescue__topline span {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.panic-card__header span {
  color: #9ca6b8;
}

.panic-card__header strong {
  color: var(--orange);
  font-family: "Outfit", sans-serif;
  font-size: 0.8rem;
}

.panic-timeline {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 7px;
  border-radius: 18px;
  background: var(--white);
  list-style: none;
}

.panic-timeline li {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 9px;
  align-items: center;
  gap: 12px;
  min-height: 63px;
  padding: 9px 11px;
  border-radius: 12px;
}

.panic-timeline time {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.panic-timeline p,
.panic-rescue__today p {
  margin: 0;
}

.panic-timeline p strong,
.panic-timeline p small,
.panic-rescue__today small,
.panic-rescue__today strong,
.panic-rescue__today em {
  display: block;
}

.panic-timeline p strong {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  line-height: 1.15;
}

.panic-timeline p small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.71rem;
}

.panic-timeline__dot {
  width: 8px;
  height: 8px;
  border: 2px solid #aab2bf;
  border-radius: 50%;
}

.panic-timeline__alarm {
  background: var(--orange);
  color: white;
}

.panic-timeline__alarm time,
.panic-timeline__alarm p small {
  color: rgba(255, 255, 255, 0.76);
}

.panic-timeline__alarm .panic-timeline__dot {
  border-color: white;
  background: white;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.18);
}

.panic-rescue {
  margin-top: 8px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--green);
  color: var(--ink);
}

.panic-rescue__topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 13px;
  border-bottom: 1px solid rgba(13, 20, 36, 0.16);
}

.panic-rescue__topline span {
  max-width: 170px;
}

.panic-rescue__topline strong {
  flex: 0 0 auto;
  font-size: 0.68rem;
}

.panic-rescue__today {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 12px;
  padding: 15px 14px 16px;
}

.panic-rescue__check {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: var(--ink);
  color: white;
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.panic-rescue__today small {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.panic-rescue__today strong {
  margin-top: 2px;
  font-family: "Outfit", sans-serif;
  font-size: 1.28rem;
  line-height: 1.05;
}

.panic-rescue__today em {
  margin-top: 4px;
  font-size: 0.72rem;
  font-style: normal;
  opacity: 0.78;
}

.quit-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 540px;
  min-height: 560px;
  margin: 2px auto 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(13, 20, 36, 0.22);
  border-radius: 30px;
  background:
    radial-gradient(circle at 87% 12%, rgba(245, 108, 47, 0.35), transparent 30%),
    linear-gradient(148deg, #171f32 0%, #0d1424 70%);
  color: white;
  box-shadow: 0 30px 70px rgba(13, 20, 36, 0.24);
}

.quit-visual::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  pointer-events: none;
}

.quit-visual__topline,
.quit-visual__day-label {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.quit-visual__topline span {
  color: var(--green);
}

.quit-visual__topline strong {
  color: #aab3c5;
  font-size: inherit;
}

.cigarette-scene {
  position: relative;
  z-index: 1;
  height: 190px;
  margin: 10px -48px 0;
  transform: rotate(-8deg);
}

.cigarette {
  position: absolute;
  top: 82px;
  display: flex;
  height: 56px;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.32));
}

.cigarette--left {
  right: 49.5%;
  width: 64%;
  transform: translateX(-18px) rotate(-2deg);
}

.cigarette--right {
  left: 50.5%;
  width: 49%;
  transform: translateX(18px) rotate(4deg);
}

.cigarette__filter {
  flex: 0 0 35%;
  border-radius: 13px 0 0 13px;
  background:
    repeating-linear-gradient(90deg, transparent 0 7px, rgba(13, 20, 36, 0.12) 7px 8px),
    linear-gradient(180deg, #ff9c4d, #e75a27);
}

.cigarette__paper {
  flex: 1;
  border: 1px solid rgba(13, 20, 36, 0.12);
  background: linear-gradient(180deg, #fffef9 0 62%, #dededb 100%);
}

.cigarette--right .cigarette__paper {
  border-radius: 0;
}

.cigarette__ember {
  flex: 0 0 20px;
  border-radius: 0 12px 12px 0;
  background:
    radial-gradient(circle at 35% 50%, #ffe67a 0 14%, transparent 16%),
    radial-gradient(circle at 50% 50%, #ff5c35 0 45%, #5a2b29 49% 68%, #a6a6a1 71%);
  box-shadow: 10px 0 24px rgba(245, 108, 47, 0.48);
}

.cigarette-break {
  position: absolute;
  z-index: 3;
  top: 65px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  transform: translateX(-50%) rotate(8deg);
  border-radius: 50%;
  background: var(--green);
  color: var(--ink);
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0 0 10px rgba(14, 185, 129, 0.14);
}

.smoke {
  position: absolute;
  z-index: 0;
  border: 5px solid rgba(255, 255, 255, 0.17);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.smoke--one {
  top: 8px;
  right: 13%;
  width: 86px;
  height: 54px;
  transform: rotate(20deg);
}

.smoke--two {
  top: 32px;
  right: 1%;
  width: 118px;
  height: 74px;
  transform: rotate(-8deg);
}

.quit-visual__statement {
  position: relative;
  z-index: 2;
  margin-top: -4px;
}

.quit-visual__statement span {
  display: block;
  color: #abb5c7;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quit-visual__statement strong {
  display: block;
  margin-top: 7px;
  color: white;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.85rem, 13vw, 4.8rem);
  letter-spacing: -0.06em;
  line-height: 0.84;
  text-transform: uppercase;
}

.quit-visual__statement strong::first-line {
  color: var(--orange);
}

.quit-visual__day {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  padding: 14px;
  border-radius: 18px;
  background: var(--green);
  color: var(--ink);
}

.quit-visual__day-label {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(13, 20, 36, 0.18);
}

.quit-visual__move {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding-top: 13px;
}

.quit-visual__move > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: var(--ink);
  color: white;
  font-size: 0.76rem;
  font-weight: 700;
}

.quit-visual__move p {
  margin: 0;
}

.quit-visual__move strong,
.quit-visual__move small {
  display: block;
}

.quit-visual__move strong {
  font-size: 1.12rem;
  line-height: 1.05;
}

.quit-visual__move small {
  margin-top: 4px;
  font-size: 0.7rem;
  opacity: 0.74;
}

.hero-actions {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.hero-pro-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.hero-route-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 20px;
}

.hero-route-strip a {
  position: relative;
  min-width: 0;
  min-height: 92px;
  padding: 13px 34px 13px 13px;
  overflow: hidden;
  border: 1px solid rgba(13, 20, 36, 0.18);
  border-radius: 16px;
  background: rgba(255, 254, 249, 0.78);
  text-decoration: none;
}

.hero-route-strip a:last-child {
  border-color: rgba(108, 59, 240, 0.26);
  background: rgba(232, 225, 255, 0.75);
}

.hero-route-strip span,
.hero-route-strip strong {
  display: block;
}

.hero-route-strip span {
  color: var(--muted);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-route-strip strong {
  margin-top: 7px;
  font-family: "Outfit", sans-serif;
  font-size: 0.93rem;
  line-height: 1.05;
}

.hero-route-strip i {
  position: absolute;
  top: 11px;
  right: 12px;
  font-style: normal;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 18px;
  border: 0;
  border-radius: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--large {
  min-height: 58px;
}

.button--block {
  width: 100%;
}

.button--ink {
  background: var(--ink);
  color: white !important;
  box-shadow: 0 12px 28px rgba(13, 20, 36, 0.2);
}

.button--green {
  background: var(--green);
  color: var(--ink) !important;
  box-shadow: 0 13px 30px rgba(14, 185, 129, 0.24);
}

.button--purple {
  background: var(--purple);
  color: white !important;
  box-shadow: 0 13px 30px rgba(108, 59, 240, 0.28);
}

.text-link {
  justify-self: center;
  color: var(--muted) !important;
  font-size: 0.86rem;
  text-underline-offset: 4px;
}

.section-pad {
  padding: 86px var(--page-pad);
}

.program-gateway {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(13, 20, 36, 0.12);
  background: #fffcf4;
}

.program-gateway::before {
  position: absolute;
  top: 12%;
  right: -190px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 185, 129, 0.15), transparent 68%);
  content: "";
  pointer-events: none;
}

.program-gateway__heading {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin-bottom: 42px;
}

.program-gateway__heading h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(3rem, 12vw, 7rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.91;
}

.program-gateway__heading h2 em {
  color: var(--green-dark);
  font-style: normal;
}

.program-gateway__heading > p:last-child {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 3.7vw, 1.25rem);
}

.program-path-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  max-width: var(--max);
  margin: auto;
}

.program-path {
  display: flex;
  flex-direction: column;
  min-height: 590px;
  padding: 22px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(13, 20, 36, 0.14);
}

.program-path--ready {
  background: var(--ink);
  color: white;
}

.program-path--ai {
  background: linear-gradient(150deg, #7448f2 0%, #4931cc 100%);
  color: white;
}

.program-path__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.program-path__top b {
  flex: 0 0 auto;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  letter-spacing: 0;
  text-transform: none;
}

.program-path h3 {
  margin: 30px 0 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.45rem, 10vw, 4.9rem);
  letter-spacing: -0.05em;
  line-height: 0.92;
}

.program-path > p {
  max-width: 610px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.93rem;
}

.program-path__rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 28px;
}

.program-path__tile {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 84px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.11);
  font-size: 1.65rem;
}

.program-path__tile b {
  position: absolute;
  right: 7px;
  bottom: 5px;
  font-family: "Outfit", sans-serif;
  font-size: 0.64rem;
}

.program-path__tile--sun { background: #ea580c; }
.program-path__tile--book { background: #2563eb; }
.program-path__tile--pen { background: #be185d; }
.program-path__tile--calm { background: #7c3aed; }

.program-path__brief {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  background: rgba(13, 20, 36, 0.23);
}

.program-path__brief > span {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.program-path__brief p {
  margin: 10px 0 15px;
  font-family: "Outfit", sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.25;
}

.program-path__brief div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.program-path__brief b {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  font-size: 0.62rem;
}

.program-path__flow {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 26px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.program-path__flow i {
  height: 1px;
  background: rgba(255, 255, 255, 0.27);
}

.program-path__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 57px;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 15px;
  background: white;
  color: var(--ink) !important;
  font-weight: 700;
  text-decoration: none;
}

.program-path > small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.65rem;
}

.program-gateway__foot {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.section-marker {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 46px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-marker span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  letter-spacing: 0;
}

.section-marker--dark {
  color: #95a1b5;
}

.section-marker--dark span {
  background: var(--green);
  color: var(--ink);
}

.section-marker--purple {
  color: #b8b1d4;
}

.section-marker--purple span {
  background: #a88bff;
  color: #171126;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.section-heading h2,
.proof h2,
.ai-copy h2,
.plans-heading h2,
.faq h2,
.final-cta h2 {
  font-size: clamp(3rem, 12vw, 6.5rem);
}

.section-heading > p:last-child,
.plans-heading > p,
.proof-lede,
.ai-copy > p,
.final-cta__copy > p {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 3.7vw, 1.28rem);
}

.kicker {
  color: var(--orange-text);
}

.kicker--green {
  color: var(--green);
}

.kicker--purple {
  color: #a88bff;
}

.plan-machine {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
}

.machine-layout {
  display: grid;
  gap: 40px;
}

.goal-selector {
  align-self: start;
}

.field-label {
  margin: 0 0 16px;
  font-family: "Outfit", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
}

.goal-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.goal-chip {
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 600;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.goal-chip:hover {
  transform: translateY(-2px);
  border-color: var(--ink);
}

.goal-chip.is-selected {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.machine-spec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
}

.machine-spec div {
  min-width: 0;
  padding: 15px;
  background: rgba(255, 254, 249, 0.82);
}

.machine-spec span,
.machine-spec strong {
  display: block;
}

.machine-spec span {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.machine-spec strong {
  overflow: hidden;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.machine-processing {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.machine-processing i {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: var(--line);
}

.machine-processing i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--green);
  transform-origin: left;
  animation: line-pulse 2.4s ease-in-out infinite;
}

.plan-output {
  position: relative;
}

.receipt-shadow {
  position: absolute;
  top: 32px;
  right: 12px;
  bottom: 92px;
  left: 12px;
  border-radius: 28px;
  background: var(--purple);
  transform: rotate(3deg);
}

.plan-receipt {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 26px 20px 22px;
  border: 1px solid var(--line);
  border-radius: 26px 26px 12px 12px;
  background:
    linear-gradient(rgba(13, 20, 36, 0.035) 1px, transparent 1px),
    var(--white);
  background-size: 100% 28px;
  box-shadow: var(--shadow);
  transition: transform 260ms cubic-bezier(.2, .8, .2, 1);
}

.plan-receipt.is-updating {
  transform: translateY(8px) rotate(-1deg);
}

.receipt-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--ink);
}

.receipt-overline {
  display: block;
  margin-bottom: 7px;
  color: var(--purple);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.receipt-header h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.6rem, 7.5vw, 2.4rem);
  line-height: 1;
}

.receipt-code {
  display: grid;
  place-items: center;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--purple-soft);
  color: var(--purple);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

.receipt-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px dashed var(--line);
}

.receipt-meta div {
  min-width: 0;
  padding: 16px 8px 16px 0;
}

.receipt-meta div + div {
  padding-left: 14px;
  border-left: 1px dashed var(--line);
}

.receipt-meta span,
.receipt-meta strong {
  display: block;
}

.receipt-meta span {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.receipt-meta strong {
  margin-top: 4px;
  overflow: hidden;
  font-family: "Outfit", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.receipt-day {
  padding: 18px 0;
}

.receipt-day__heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.receipt-tasks {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.receipt-tasks li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
}

.receipt-tasks li > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 0.74rem;
  font-weight: 600;
}

.receipt-tasks p {
  margin: 0;
  font-size: 0.9rem;
}

.receipt-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px 12px;
  padding-top: 15px;
  border-top: 2px solid var(--ink);
  font-family: "Outfit", sans-serif;
}

.receipt-footer strong {
  color: var(--purple);
}

.receipt-note {
  position: relative;
  z-index: 2;
  margin: 24px 4px 18px;
  color: var(--muted);
  font-size: 0.72rem;
}

.proof {
  position: relative;
  display: grid;
  gap: 60px;
  overflow: hidden;
  background: var(--ink);
  color: white;
}

.proof::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -180px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: var(--purple);
  filter: blur(120px);
  opacity: 0.35;
}

.proof-copy,
.proof-board {
  position: relative;
  z-index: 1;
}

.proof-lede {
  color: #aab5c7;
}

.instruction-list {
  display: grid;
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid #344056;
  list-style: none;
}

.instruction-list li {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 5px 12px;
  padding: 16px 0;
  border-bottom: 1px solid #344056;
}

.instruction-list li > span {
  grid-row: 1 / 3;
  color: var(--green);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

.instruction-list strong {
  font-family: "Outfit", sans-serif;
}

.instruction-list small {
  color: #8f9bae;
}

.proof-board {
  width: min(100%, 500px);
  margin: 0 auto;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: #f5f3ec;
  color: var(--ink);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.proof-board__top,
.proof-board__headline,
.proof-board__legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.proof-board__top {
  padding: 4px 4px 14px;
  color: #6d7788;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-board__top strong {
  color: var(--green-dark);
}

.proof-board__headline {
  padding: 18px;
  border-radius: 19px;
  background: var(--ink);
  color: white;
}

.proof-board__headline small,
.proof-board__headline h3 {
  display: block;
}

.proof-board__headline small {
  color: #9ba7ba;
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-board__headline h3 {
  margin: 5px 0 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.45rem;
  line-height: 1;
}

.proof-board__headline > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--green);
  color: var(--ink);
  font-family: "Outfit", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.proof-board__actions {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.proof-action {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 11px;
  min-height: 72px;
  padding: 13px 15px;
  border: 1px solid #d5dae1;
  border-radius: 17px;
  background: white;
}

.proof-action i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid #b8c0cc;
  border-radius: 9px;
  color: white;
  font-style: normal;
  font-weight: 700;
}

.proof-action.is-done i {
  border-color: var(--green);
  background: var(--green);
  color: var(--ink);
}

.proof-action strong,
.proof-action small,
.proof-action--program > span {
  display: block;
}

.proof-action strong {
  font-family: "Outfit", sans-serif;
}

.proof-action small {
  margin-top: 2px;
  color: #778295;
}

.proof-action--program {
  grid-template-columns: 1fr auto;
  padding: 17px;
  border: 0;
  background: linear-gradient(135deg, #6c42f3, #4c33c8);
  color: white;
}

.proof-action--program > span {
  grid-column: 1 / -1;
  color: #d9d1ff;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-action--program small {
  grid-column: 1;
  color: #d9d1ff;
}

.proof-action--program b {
  grid-column: 2;
  grid-row: 2 / 4;
  align-self: center;
  padding: 8px 10px;
  border-radius: 10px;
  background: white;
  color: #4931c2;
  font-size: 0.7rem;
}

.proof-board__legend {
  justify-content: flex-start;
  padding: 13px 4px 3px;
}

.proof-board__legend span {
  color: #697487;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ways {
  max-width: var(--max);
  margin: 0 auto;
}

.ways-grid {
  display: grid;
  gap: 18px;
}

.way-card {
  position: relative;
  display: grid;
  min-height: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  isolation: isolate;
}

.way-card__copy {
  position: relative;
  z-index: 2;
  padding: 26px 24px 0;
}

.way-number {
  display: block;
  margin-bottom: 18px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.way-card h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 9vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.way-card p {
  margin: 17px 0 0;
  font-size: 0.93rem;
}

.way-card__copy > a {
  display: inline-block;
  margin-top: 16px;
  font-weight: 600;
  text-underline-offset: 5px;
}

.way-card--guided {
  background: #e8e1ff;
  color: #211647;
}

.way-card--ai {
  background: linear-gradient(145deg, #5e3cf1, #3a28af);
  color: white;
}

.way-card--ai p,
.way-card--ai .way-number {
  color: #d8d3ff;
}

.way-card--build {
  background: var(--green-soft);
  color: #063c2c;
}

.pro-label,
.free-label {
  display: inline-flex;
  margin-top: 17px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pro-label--dark {
  background: rgba(13, 20, 36, 0.28);
}

.way-card__visual {
  position: relative;
  z-index: 1;
  align-self: end;
  display: grid;
  gap: 9px;
  min-height: 310px;
  margin: 24px 18px 18px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 24px 54px rgba(13, 20, 36, 0.16);
}

.way-visual__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 3px 10px;
  color: #665a91;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-program {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 13px;
  border: 1px solid rgba(51, 37, 97, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.78);
}

.mini-program > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #e2e9ff;
  color: #3158bd;
  font-family: "Outfit", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
}

.mini-program small,
.mini-program strong {
  display: block;
}

.mini-program small {
  color: #776b9d;
  font-size: 0.62rem;
  text-transform: uppercase;
}

.mini-program strong {
  margin-top: 2px;
  font-family: "Outfit", sans-serif;
  font-size: 0.87rem;
  line-height: 1.05;
}

.mini-program > b {
  color: var(--purple);
  font-size: 0.66rem;
}

.ai-brief,
.ai-ready {
  border-radius: 18px;
}

.ai-brief {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(13, 20, 36, 0.48);
}

.ai-brief > span,
.ai-ready > span {
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-brief > span {
  color: #c7bcff;
}

.ai-brief p {
  margin: 12px 0;
  color: white;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  line-height: 1.25;
}

.ai-brief div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ai-brief b {
  padding: 5px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #d9d2ff;
  font-size: 0.56rem;
  text-transform: uppercase;
}

.ai-ready {
  padding: 16px;
  background: white;
  color: var(--ink);
}

.ai-ready > span,
.ai-ready strong,
.ai-ready small {
  display: block;
}

.ai-ready > span {
  color: var(--green-dark);
}

.ai-ready strong {
  margin-top: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
  line-height: 1.05;
}

.ai-ready small {
  margin-top: 6px;
  color: #687487;
}

.ai-ready i {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 10px;
  border-radius: 11px;
  background: var(--green);
  color: var(--ink);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}

.way-card__visual--build {
  align-content: center;
  background: #f7fff9;
}

.system-row {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 2px 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid #cbe5d9;
  border-radius: 15px;
  background: white;
}

.system-row > span {
  grid-row: 1 / 3;
  color: #16805f;
  font-size: 0.59rem;
  font-weight: 600;
  text-transform: uppercase;
}

.system-row > strong {
  font-family: "Outfit", sans-serif;
  font-size: 0.84rem;
}

.system-row > i {
  color: #6c7d75;
  font-size: 0.64rem;
  font-style: normal;
}

.system-row > b {
  grid-column: 3;
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--green-soft);
  color: var(--green-dark);
}

.system-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 4px 2px;
  color: #42665a;
  font-size: 0.63rem;
}

.system-summary span {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.program-strip {
  padding: 70px 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.program-strip__intro,
.program-strip__note {
  margin-right: var(--page-pad);
  margin-left: var(--page-pad);
}

.program-strip__intro span,
.program-strip__intro strong {
  display: block;
}

.program-strip__intro span {
  color: var(--purple);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.program-strip__intro strong {
  margin-top: 7px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.4rem, 10vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.program-scroll {
  display: flex;
  gap: 12px;
  margin-top: 30px;
  padding: 0 var(--page-pad) 12px;
  overflow-x: auto;
  scroll-padding-left: var(--page-pad);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.program-scroll::-webkit-scrollbar {
  display: none;
}

.program-ticket {
  flex: 0 0 min(76vw, 290px);
  min-height: 220px;
  padding: 22px;
  border-radius: 24px;
  scroll-snap-align: start;
}

.program-ticket span,
.program-ticket strong,
.program-ticket small {
  display: block;
}

.program-ticket span {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.program-ticket strong {
  margin-top: 36px;
  font-family: "Outfit", sans-serif;
  font-size: 1.65rem;
  line-height: 1;
}

.program-ticket small {
  margin-top: 12px;
}

.program-ticket--morning {
  background: var(--orange-soft);
  color: #7a2c0f;
}

.program-ticket--reading {
  background: #dfe9ff;
  color: #153a92;
}

.program-ticket--journal {
  background: #f7dfeb;
  color: #7c1947;
}

.program-ticket--meditation {
  background: var(--purple-soft);
  color: #432398;
}

.program-strip__note {
  margin-top: 12px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.ai-programs {
  position: relative;
  overflow: hidden;
  background: #11101d;
  color: white;
}

.ai-programs::before {
  content: "AI / PROGRAM / DAY 1";
  position: absolute;
  top: 34%;
  left: -4%;
  color: rgba(255, 255, 255, 0.035);
  font-family: "Outfit", sans-serif;
  font-size: 19vw;
  font-weight: 700;
  line-height: 0.8;
  white-space: nowrap;
  transform: rotate(-6deg);
}

.ai-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 54px;
  max-width: var(--max);
  margin: 0 auto;
}

.ai-copy > p {
  color: #aca8bd;
}

.prompt-card {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #39354b;
  border-radius: 22px;
  background: #191726;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.prompt-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #a88bff;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.prompt-card__header button {
  min-height: 38px;
  padding: 7px 11px;
  border: 1px solid #524d69;
  border-radius: 10px;
  background: transparent;
  color: white;
  cursor: pointer;
  font-size: 0.7rem;
}

.prompt-card > p {
  margin: 20px 0;
  color: #e9e7f2;
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
}

.prompt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.prompt-tags span {
  padding: 6px 8px;
  border-radius: 999px;
  background: #29263a;
  color: #aaa4c1;
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ai-flow {
  display: grid;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.ai-flow li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #302d40;
}

.ai-flow li > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--purple);
  font-weight: 600;
}

.ai-flow strong,
.ai-flow small {
  display: block;
}

.ai-flow small {
  margin-top: 3px;
  color: #8f899f;
}

.disclosure {
  font-size: 0.69rem !important;
  line-height: 1.5;
}

.ai-handoff {
  display: grid;
  gap: 16px;
  width: min(100%, 560px);
  margin: 0 auto;
}

.ai-moment {
  margin: 0;
  padding: 12px;
  border: 1px solid #373349;
  border-radius: 26px;
  background: #191725;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.ai-moment figcaption {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 11px;
  padding: 3px 3px 13px;
}

.ai-moment figcaption > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--purple);
  font-family: "Outfit", sans-serif;
  font-size: 0.73rem;
  font-weight: 700;
}

.ai-moment figcaption strong,
.ai-moment figcaption small {
  display: block;
}

.ai-moment figcaption strong {
  font-family: "Outfit", sans-serif;
  font-size: 0.88rem;
}

.ai-moment figcaption small {
  margin-top: 1px;
  color: #8f899f;
  font-size: 0.67rem;
}

.ai-moment__media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  background: #edf3f8;
}

.ai-moment__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.ai-moment__media--program {
  aspect-ratio: 1.395 / 1;
}

.ai-moment__media--action {
  aspect-ratio: 720 / 662;
}

.ai-handoff__connector {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 9px;
  color: #756e8a;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ai-handoff__connector span {
  height: 1px;
  background: #373349;
}

.ai-handoff__connector b {
  font-weight: 600;
}

.inside {
  max-width: var(--max);
  margin: 0 auto;
}

.product-stage {
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.product-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 7px;
  border-bottom: 1px solid var(--line);
  background: var(--paper-deep);
}

.product-tabs button {
  min-height: 46px;
  padding: 8px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 600;
}

.product-tabs button[aria-selected="true"] {
  background: var(--ink);
  color: white;
}

.product-panel {
  display: grid;
  gap: 30px;
  padding: 28px 22px 0;
}

.product-panel__copy > span {
  color: var(--green-dark);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-panel__copy h3 {
  margin: 10px 0 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.2rem, 10vw, 4.3rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.product-panel__copy p {
  color: var(--muted);
}

.product-panel__copy ul {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.product-panel__copy li::before {
  content: "↗";
  display: inline-block;
  margin-right: 10px;
  color: var(--green-dark);
  font-weight: 700;
}

.product-panel__visual {
  width: min(100%, 480px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px 24px 0 0;
  background: #edf3f8;
  box-shadow: 0 24px 50px rgba(13, 20, 36, 0.16);
}

.product-window__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid #d4dae3;
  background: #f9fafb;
  color: #788396;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-window__bar strong {
  color: var(--green-dark);
}

.product-window__crop {
  aspect-ratio: 720 / 740;
  overflow: hidden;
}

.product-window__crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: opacity 160ms ease, transform 260ms ease;
}

.product-window__crop img.is-changing {
  opacity: 0.2;
  transform: translateY(12px);
}

.habit-types {
  display: flex;
  gap: 8px;
  margin-top: 22px;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.habit-types::-webkit-scrollbar {
  display: none;
}

.habit-types span {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  font-size: 0.72rem;
  font-weight: 600;
}

.plans {
  background: var(--orange);
}

.plans > * {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.plans .section-marker {
  color: #65240c;
}

.plans-heading > p {
  color: #60230e;
}

.plan-tiers {
  display: grid;
  gap: 14px;
  margin-top: 38px;
}

.tier {
  padding: 26px 22px;
  border-radius: 26px;
}

.tier--free {
  background: var(--white);
}

.tier--pro {
  background: var(--ink);
  color: white;
}

.tier-label {
  display: inline-flex;
  padding: 7px 9px;
  border-radius: 999px;
  background: var(--paper-deep);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tier--pro .tier-label {
  background: var(--purple);
}

.tier h3 {
  margin: 28px 0 0;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.tier ul {
  display: grid;
  gap: 10px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.tier li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  font-size: 0.89rem;
}

.tier li span {
  color: var(--green-dark);
  font-weight: 700;
}

.tier--pro li span {
  color: var(--green);
}

.tier--pro > p {
  margin-bottom: 0;
  color: #939fb2;
  font-size: 0.7rem;
}

.faq {
  max-width: var(--max);
  margin: 0 auto;
}

.faq-layout {
  display: grid;
  gap: 38px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 72px;
  padding: 12px 0;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: -2px 44px 20px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.final-cta {
  position: relative;
  display: grid;
  gap: 54px;
  overflow: hidden;
  padding: 92px var(--page-pad);
  background: var(--ink);
  color: white;
}

.final-cta::after {
  content: "DAY 1";
  position: absolute;
  right: -0.05em;
  bottom: -0.18em;
  color: rgba(255, 255, 255, 0.035);
  font-family: "Outfit", sans-serif;
  font-size: 41vw;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.final-cta__grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  mask-image: linear-gradient(to bottom, black, transparent);
}

.final-cta__copy,
.final-checklist {
  position: relative;
  z-index: 2;
  max-width: var(--max);
}

.final-cta__label {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 7px 10px;
  border: 1px solid #3f4b60;
  border-radius: 999px;
  color: var(--green);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.final-cta__copy > p {
  color: #98a4b7;
}

.final-cta .button {
  width: 100%;
  margin-top: 28px;
}

.final-cta__copy > small {
  display: block;
  margin-top: 12px;
  color: #758197;
  font-size: 0.68rem;
}

.final-checklist {
  display: grid;
  gap: 1px;
  align-self: end;
  overflow: hidden;
  border: 1px solid #38445a;
  border-radius: 22px;
  background: #38445a;
}

.final-checklist div {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  padding: 15px;
  background: var(--ink-2);
  color: #8e9aae;
}

.final-checklist div span {
  color: var(--green);
}

.final-checklist__active {
  background: var(--green) !important;
  color: var(--ink) !important;
  font-weight: 600;
}

.final-checklist__active span {
  color: var(--ink) !important;
}

.site-footer {
  display: grid;
  gap: 28px;
  padding: 48px var(--page-pad) calc(112px + env(safe-area-inset-bottom));
  background: #080d17;
  color: white;
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-footer__brand strong,
.site-footer__brand span {
  display: block;
}

.site-footer__brand strong {
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
}

.site-footer__brand span {
  color: #728095;
  font-size: 0.76rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.site-footer nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #a7b1c2;
  font-size: 0.78rem;
  text-underline-offset: 4px;
}

.site-footer > p {
  margin: 0;
  color: #59677d;
  font-size: 0.67rem;
}

.install-dock {
  position: fixed;
  z-index: 90;
  right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  left: 10px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  max-width: 430px;
  margin: auto;
  padding: 8px 8px 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(13, 20, 36, 0.94);
  color: white;
  box-shadow: 0 18px 45px rgba(13, 20, 36, 0.32);
  backdrop-filter: blur(16px);
  transform: translateY(calc(130% + env(safe-area-inset-bottom)));
  transition: transform 260ms cubic-bezier(.2, .8, .2, 1);
}

.install-dock.is-visible {
  transform: translateY(0);
}

.install-dock span,
.install-dock strong,
.install-dock small {
  display: block;
  min-width: 0;
}

.install-dock strong {
  font-family: "Outfit", sans-serif;
  font-size: 0.86rem;
}

.install-dock small {
  overflow: hidden;
  color: #8995a8;
  font-size: 0.64rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.install-dock > a {
  min-height: 42px;
  padding: 10px 13px;
  border-radius: 12px;
  background: var(--green);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
}

.install-dock__close {
  display: grid;
  place-items: center;
  width: 30px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #98a4b7;
  cursor: pointer;
  font-size: 1.2rem;
}

.program-strip__actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding: 0 var(--page-pad);
}

.program-strip__actions .button {
  width: 100%;
}

.program-strip__actions .program-strip__note {
  margin: 0;
  padding: 0;
}

.ai-teaser-card,
.ai-teaser-day {
  position: relative;
  min-height: 285px;
  padding: 26px;
  color: white;
}

.ai-teaser-card {
  background:
    radial-gradient(circle at 90% 5%, rgba(255, 255, 255, 0.25), transparent 32%),
    linear-gradient(145deg, #6c3bf0, #4730c5);
}

.ai-teaser-day {
  background: #fff;
  color: var(--ink);
}

.ai-teaser-card > span,
.ai-teaser-day > span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-teaser-day > span {
  background: var(--purple-soft);
  color: var(--purple-2);
}

.ai-teaser-card > strong,
.ai-teaser-day > strong {
  display: block;
  margin-top: 30px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.25rem, 9vw, 4rem);
  letter-spacing: -0.05em;
  line-height: 0.93;
}

.ai-teaser-card > small {
  display: block;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.ai-teaser-card > div,
.ai-teaser-day > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 30px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ai-teaser-card > div i {
  width: 42%;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(to right, white 14%, rgba(255, 255, 255, 0.24) 14%);
}

.ai-teaser-card > div b,
.ai-teaser-day > div b,
.ai-teaser-day > div i {
  font-size: 0.7rem;
  font-style: normal;
}

.ai-teaser-day > p {
  max-width: 380px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.ai-teaser-day > div {
  border-top-color: rgba(13, 20, 36, 0.12);
}

.ai-teaser-day > div i {
  padding: 9px 12px;
  border-radius: 10px;
  background: var(--purple);
  color: white;
}

.final-cta__actions {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.final-cta__play {
  align-self: center;
  color: white !important;
  font-size: 0.82rem;
  text-underline-offset: 4px;
}

.noscript-message {
  position: fixed;
  z-index: 200;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 12px;
  border-radius: 12px;
  background: var(--orange);
  color: var(--ink);
  font-size: 0.78rem;
}

@keyframes panic-word-in {
  from {
    opacity: 0;
    transform: translateY(0.22em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes line-pulse {
  0%, 10% { transform: scaleX(0); }
  65%, 100% { transform: scaleX(1); }
}

@media (min-width: 700px) {
  .site-header {
    top: 16px;
    right: 24px;
    left: 24px;
    grid-template-columns: auto 1fr auto;
    min-height: 64px;
    padding: 8px 9px 8px 12px;
    border-radius: 20px;
  }

  .header-links {
    display: flex;
    justify-content: center;
    gap: 24px;
  }

  .header-links a {
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 600;
    text-decoration: none;
  }

  .header-links a:hover {
    color: var(--ink);
  }

  .header-cta__wide {
    display: inline;
  }

  .header-cta__short {
    display: none;
  }

  .hero-actions {
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: start;
  }

  .hero-route-strip {
    max-width: 610px;
  }

  .hero-route-strip a {
    min-height: 98px;
    padding: 17px 38px 17px 17px;
  }

  .program-path-grid {
    grid-template-columns: 1fr 1fr;
  }

  .program-path {
    min-height: 650px;
    padding: 30px;
  }

  .program-strip__actions {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .program-strip__actions .button {
    width: fit-content;
  }

  .final-cta__actions {
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: start;
  }

  .text-link {
    justify-self: start;
  }

  .machine-layout,
  .proof,
  .ai-grid,
  .product-panel,
  .faq-layout,
  .final-cta {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .machine-layout {
    align-items: start;
  }

  .way-card {
    grid-template-columns: 1fr 0.85fr;
    min-height: 540px;
  }

  .way-card__copy {
    padding: 40px 0 36px 40px;
  }

  .way-card__visual {
    align-self: center;
    min-height: 410px;
    margin: 22px;
  }

  .program-ticket {
    flex-basis: 300px;
  }

  .product-panel {
    align-items: center;
    padding: 46px 46px 0;
  }

  .product-panel__copy {
    padding-bottom: 46px;
  }

  .plan-tiers {
    grid-template-columns: 1fr 1fr;
  }

  .final-cta {
    align-items: end;
  }

  .final-cta .button {
    width: fit-content;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding-bottom: 50px;
  }

  .site-footer > p {
    grid-column: 1 / -1;
  }

  .install-dock {
    display: none;
  }
}

@media (min-width: 1020px) {
  .hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
    align-items: center;
    gap: clamp(44px, 6vw, 90px);
    min-height: 900px;
    padding-top: 126px;
    padding-bottom: 92px;
  }

  .hero-copy {
    margin: 0;
  }

  .program-gateway__heading,
  .program-path-grid,
  .program-gateway__foot {
    margin-right: auto;
    margin-left: auto;
  }

  .program-strip__actions {
    max-width: var(--max);
    margin-right: auto;
    margin-left: auto;
  }

  .panic-card {
    margin: 0;
    transform: rotate(1.5deg);
  }

  .section-pad {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .machine-layout {
    gap: 7vw;
  }

  .ways-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .way-card {
    grid-template-columns: 1fr;
    min-height: 720px;
  }

  .way-card__copy {
    padding: 32px 30px 0;
  }

  .way-card h3 {
    font-size: clamp(2.35rem, 3.1vw, 3.5rem);
  }

  .way-card__visual {
    min-height: 300px;
    margin: 22px;
  }

  .program-scroll {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: var(--max);
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
  }

  .program-strip__intro,
  .program-strip__note {
    max-width: var(--max);
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--page-pad);
    padding-left: var(--page-pad);
  }

  .program-ticket {
    min-width: 0;
  }

  .ai-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    align-items: center;
  }

  .ai-handoff {
    width: min(100%, 580px);
  }

  .faq-layout {
    grid-template-columns: 0.75fr 1.25fr;
    gap: 9vw;
  }

  .final-cta {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .final-cta::after {
    font-size: 26vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
