:root {
  --ink: #17162d;
  --ink-soft: #2a2848;
  --pink: #ff69b4;
  --pink-deep: #f24f9f;
  --pink-soft: #ff8cc5;
  --cream: #fff8f1;
  --paper: #f6f5fa;
  --white: #ffffff;
  --lavender: #cfcde0;
  --muted: #6b687b;
  --green: #34d399;
  --blue: #60a5fa;
  --amber: #fbbf24;
  --display: "DIN Condensed", "Avenir Next Condensed", "Roboto Condensed", Impact, sans-serif;
  --body: "Avenir Next", Avenir, "Trebuchet MS", sans-serif;
  --page: min(1180px, calc(100vw - 48px));
  --radius: 28px;
  --shadow: 0 28px 80px rgba(23, 22, 45, 0.18);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 16px;
  color: var(--ink);
  background: var(--white);
  border-radius: 12px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: var(--cream);
}

.nav-shell {
  width: var(--page);
  height: 92px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 248, 241, 0.18);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-decoration: none;
}

.wordmark-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 11px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.22);
}

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

.nav-links a {
  color: rgba(255, 248, 241, 0.76);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--white);
}

.nav-links .nav-download {
  padding: 11px 17px;
  color: var(--ink);
  background: var(--pink);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 900px;
  padding: 172px max(24px, calc((100vw - 1180px) / 2)) 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  align-items: center;
  gap: 36px;
  color: var(--cream);
  background: var(--ink);
  isolation: isolate;
  overflow: hidden;
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: 0.24;
  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);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, black, transparent 68%);
}

.hero-orbit {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(255, 248, 241, 0.26);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit-one {
  width: 640px;
  height: 640px;
  top: 125px;
  right: -170px;
}

.hero-orbit-two {
  width: 830px;
  height: 830px;
  top: 30px;
  right: -265px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 620px;
  padding-bottom: 54px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 26px;
  height: 4px;
  background: var(--pink);
}

.hero h1,
.feature-heading h2,
.showcase-copy h2,
.safety h2,
.pro h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.82;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 700px;
  font-size: clamp(5.3rem, 9.1vw, 9.1rem);
}

h1 em,
h2 em {
  color: var(--pink);
  font-style: normal;
}

.hero-lede {
  max-width: 530px;
  margin: 34px 0 30px;
  color: var(--lavender);
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
  line-height: 1.65;
}

.download-row,
.final-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.store-badge {
  display: inline-block;
  border-radius: 9px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.store-badge:hover,
.store-badge:focus-visible {
  opacity: 0.86;
  transform: translateY(-2px);
}

.availability {
  color: rgba(255, 248, 241, 0.66);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.availability i {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 7px 2px;
  background: var(--pink);
  border-radius: 50%;
}

.hero-visual {
  position: relative;
  min-height: 660px;
  display: grid;
  place-items: center;
}

.pink-disc {
  position: absolute;
  width: min(520px, 42vw);
  aspect-ratio: 1;
  background: var(--pink);
  border-radius: 50%;
  transform: translate(40px, 8px);
  box-shadow: 0 0 0 34px rgba(255, 105, 180, 0.08);
}

.phone-shell {
  position: relative;
  z-index: 2;
  width: min(340px, 29vw);
  padding: 10px;
  background: #080812;
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 52px;
  box-shadow: 0 42px 90px rgba(0,0,0,0.48);
  transform: rotate(3deg);
}

.phone-shell img {
  width: 100%;
  border-radius: 41px;
}

.phone-speaker {
  position: absolute;
  top: 19px;
  left: 50%;
  z-index: 3;
  width: 86px;
  height: 23px;
  background: #080812;
  border-radius: 99px;
  transform: translateX(-50%);
}

.hero-label {
  position: absolute;
  z-index: 5;
  padding: 13px 17px;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 16px;
  box-shadow: 7px 7px 0 var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-label strong {
  color: var(--pink-deep);
  font-size: 1.45rem;
}

.hero-label span {
  margin-right: 6px;
  color: var(--pink-deep);
}

.label-streak {
  top: 22%;
  left: -2%;
  transform: rotate(-5deg);
}

.label-plan {
  right: -4%;
  bottom: 24%;
  transform: rotate(4deg);
}

.edition-mark {
  position: absolute;
  right: -20px;
  bottom: 17px;
  margin: 0;
  font-family: var(--display);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  writing-mode: vertical-rl;
}

.hero-index {
  position: absolute;
  inset: auto max(24px, calc((100vw - 1180px) / 2)) 29px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 248, 241, 0.38);
  font-family: var(--display);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.numbers {
  width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-right: 1px solid rgba(23,22,45,0.14);
}

.number-item {
  min-height: 210px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(23,22,45,0.14);
}

.number-item strong {
  font-family: var(--display);
  font-size: clamp(3.7rem, 7vw, 6.2rem);
  line-height: 0.85;
  letter-spacing: -0.04em;
}

.number-item strong span {
  color: var(--pink-deep);
}

.number-item p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.feature-intro,
.safety {
  width: var(--page);
  margin: 0 auto;
  padding: 130px 0;
}

.feature-intro > .section-kicker,
.safety > .section-kicker {
  color: var(--pink-deep);
}

.feature-heading {
  margin-bottom: 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 70px;
}

.feature-heading h2,
.showcase-copy h2,
.safety h2,
.pro h2,
.final-cta h2 {
  font-size: clamp(4.3rem, 8vw, 7.7rem);
}

.feature-heading p,
.showcase-copy > p:not(.section-kicker),
.safety-layout > p,
.pro-copy > p:not(.section-kicker) {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

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

.feature-card {
  position: relative;
  min-height: 560px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(23,22,45,0.12);
  border-radius: var(--radius);
}

.feature-card-pink {
  grid-column: span 5;
  color: var(--ink);
  background: var(--pink);
}

.feature-card-cream {
  grid-column: span 7;
  background: var(--white);
}

.feature-card-ink {
  grid-column: 3 / span 8;
  min-height: 500px;
  color: var(--cream);
  background: var(--ink);
}

.feature-marker {
  width: 100%;
  margin-bottom: 62px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 13px;
  color: var(--ink);
}

.feature-marker span {
  font-family: var(--display);
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.025em;
}

.feature-marker b {
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-marker i {
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

.feature-marker-pink span {
  color: var(--pink-deep);
}

.feature-marker-light {
  color: var(--cream);
}

.feature-marker-light span {
  color: var(--pink);
}

.feature-card h3 {
  max-width: 520px;
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: clamp(2.8rem, 4.7vw, 4.6rem);
  line-height: 0.9;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.feature-card > p {
  max-width: 510px;
  margin: 0;
  color: currentColor;
  font-size: 0.94rem;
  line-height: 1.65;
  opacity: 0.76;
}

.recommendation-demo {
  margin-top: auto;
  padding: 22px 22px 20px 27px;
  display: grid;
  gap: 5px;
  color: var(--ink);
  background: var(--white);
  border-radius: 22px;
  border-left: 7px solid var(--ink);
  box-shadow: 0 18px 36px rgba(23,22,45,0.14);
}

.recommendation-demo small {
  color: var(--pink-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.recommendation-demo strong {
  font-size: 1.15rem;
}

.recommendation-demo span {
  color: var(--muted);
  font-size: 0.8rem;
}

.recommendation-demo b {
  margin-top: 10px;
  padding: 10px;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  font-size: 0.78rem;
  text-align: center;
}

.status-row {
  margin-top: auto;
  padding: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  background: var(--paper);
  border-radius: 22px;
}

.status-row span {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
}

.status-row b {
  font-family: var(--display);
  font-size: 2.6rem;
  line-height: 1;
}

.status-row .learning b { color: var(--amber); }
.status-row .practicing b { color: var(--blue); }
.status-row .mastered b { color: var(--green); }

.routine-list {
  width: min(570px, 100%);
  margin: auto 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.routine-list li {
  padding: 14px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 13px;
  color: var(--ink);
  background: var(--white);
  border-radius: 15px;
}

.routine-list b {
  font-size: 0.84rem;
}

.routine-list small {
  color: var(--muted);
}

.routine-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.routine-icon.warm { color: #a46a00; background: #fff1c5; }
.routine-icon.strong { color: #2d6a8a; background: #dff5ff; }
.routine-icon.calm { color: #18805e; background: #d8faee; }

.showcase {
  width: 100%;
}

.showcase-row {
  min-height: 850px;
  padding: 105px max(24px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 90px;
  overflow: hidden;
}

.showcase-pink {
  background: var(--pink);
}

.showcase-cream {
  background: var(--cream);
}

.showcase-ink {
  color: var(--cream);
  background: var(--ink);
}

.showcase-cream .showcase-copy {
  order: 2;
}

.showcase-cream .screen-stage {
  order: 1;
}

.showcase-copy .section-kicker {
  margin-bottom: 28px;
}

.showcase-copy h2 {
  margin-bottom: 30px;
}

.showcase-pink h2 em,
.showcase-cream h2 em {
  color: var(--ink);
  -webkit-text-stroke: 1px var(--ink);
}

.showcase-pink h2 em {
  color: var(--cream);
  -webkit-text-stroke: 0;
}

.showcase-ink .showcase-copy > p:not(.section-kicker) {
  color: var(--lavender);
}

.tag-row {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-row span {
  padding: 8px 13px;
  border: 1px solid rgba(23,22,45,0.35);
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 800;
}

.screen-stage {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
}

.stage-circle {
  position: absolute;
  width: 510px;
  aspect-ratio: 1;
  border: 2px solid currentColor;
  border-radius: 50%;
  opacity: 0.33;
}

.stage-circle::before,
.stage-circle::after {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.stage-circle::after {
  inset: 74px;
}

.stage-circle-pink {
  width: 470px;
  color: var(--pink-deep);
  background: var(--pink);
  border: 0;
  opacity: 1;
}

.screen-card {
  position: relative;
  z-index: 2;
  width: 330px;
  padding: 9px;
  background: #080812;
  border-radius: 47px;
  box-shadow: var(--shadow);
}

.screen-card img {
  width: 100%;
  border-radius: 39px;
}

.screen-tilt-right {
  transform: rotate(4deg);
}

.screen-tilt-left {
  transform: rotate(-4deg);
}

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

.check-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 0.84rem;
  font-weight: 800;
}

.check-list li::before {
  content: "✓";
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--cream);
  background: var(--ink);
  border-radius: 50%;
  font-size: 0.67rem;
}

.progress-note {
  margin-top: 30px;
  padding-left: 17px;
  display: grid;
  gap: 4px;
  border-left: 4px solid var(--pink);
}

.progress-note strong {
  color: var(--pink);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.progress-note span {
  color: var(--lavender);
  font-size: 0.78rem;
}

.safety-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 80px;
}

.safety h2 em {
  display: inline-block;
  margin-top: 15px;
  font-family: var(--body);
  font-size: 0.22em;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.pro {
  width: var(--page);
  margin: 0 auto 130px;
  padding: 78px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 80px;
  color: var(--cream);
  background: var(--ink);
  border-radius: 36px;
  overflow: hidden;
}

.pro .section-kicker {
  color: var(--pink);
}

.pro h2 {
  font-size: clamp(4.5rem, 7vw, 7rem);
}

.pro-copy > p:not(.section-kicker) {
  margin: 27px 0;
  color: var(--lavender);
}

.text-link {
  display: inline-flex;
  gap: 8px;
  color: var(--pink);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.pro-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255,255,255,0.17);
  border-radius: 24px;
}

.pro-features > div {
  min-height: 190px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255,255,255,0.17);
  border-bottom: 1px solid rgba(255,255,255,0.17);
}

.pro-features > div:nth-child(2n) { border-right: 0; }
.pro-features > div:nth-child(n + 3) { border-bottom: 0; }

.pro-features span {
  color: var(--pink);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 900;
}

.pro-features p {
  margin: 0;
  color: var(--lavender);
  font-size: 0.76rem;
  line-height: 1.45;
}

.pro-features b {
  display: block;
  margin-bottom: 4px;
  color: var(--cream);
  font-size: 0.87rem;
}

.final-cta {
  position: relative;
  min-height: 710px;
  padding: 110px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: var(--pink);
  text-align: center;
  isolation: isolate;
  overflow: hidden;
}

.final-cta .section-kicker {
  margin-bottom: 30px;
}

.final-cta h2 {
  font-size: clamp(5rem, 11vw, 10rem);
}

.final-cta h2 em {
  color: var(--cream);
}

.final-cta > p:not(.section-kicker) {
  margin: 28px 0 24px;
  font-size: 1rem;
  font-weight: 700;
}

.final-actions {
  justify-content: center;
}

.android-note {
  padding: 12px 18px;
  border: 1px solid rgba(23,22,45,0.38);
  border-radius: 12px;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.android-note b {
  display: block;
  font-size: 0.61rem;
  letter-spacing: 0.08em;
  opacity: 0.63;
}

.final-ring {
  position: absolute;
  z-index: -1;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(23,22,45,0.38);
  border-radius: 50%;
}

.final-ring::before,
.final-ring::after {
  content: "";
  position: absolute;
  inset: 52px;
  border: 1px solid rgba(23,22,45,0.22);
  border-radius: inherit;
}

.final-ring::after {
  inset: 110px;
}

footer {
  padding: 64px max(24px, calc((100vw - 1180px) / 2)) 38px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 40px;
  color: var(--cream);
  background: var(--ink);
}

.footer-brand p,
.copyright {
  color: rgba(255,248,241,0.5);
  font-size: 0.72rem;
}

footer nav {
  display: flex;
  gap: 24px;
}

footer nav a {
  color: rgba(255,248,241,0.72);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

footer nav a:hover,
footer nav a:focus-visible {
  color: var(--pink);
}

.copyright {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.14);
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 750ms cubic-bezier(.2,.8,.2,1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js .delay-one { transition-delay: 100ms; }
.js .delay-two { transition-delay: 200ms; }

@media (max-width: 980px) {
  :root {
    --page: min(100% - 36px, 760px);
  }

  .hero {
    min-height: auto;
    padding: 150px 24px 90px;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
    padding-bottom: 0;
  }

  .hero h1 {
    font-size: clamp(5.8rem, 17vw, 9rem);
  }

  .hero-visual {
    min-height: 700px;
  }

  .pink-disc {
    width: 520px;
  }

  .phone-shell {
    width: 330px;
  }

  .label-streak { left: 10%; }
  .label-plan { right: 8%; }

  .feature-heading,
  .safety-layout,
  .pro {
    grid-template-columns: 1fr;
  }

  .feature-heading {
    gap: 32px;
  }

  .feature-heading p {
    max-width: 590px;
  }

  .feature-card-pink,
  .feature-card-cream,
  .feature-card-ink {
    grid-column: span 12;
  }

  .feature-card {
    min-height: 510px;
  }

  .showcase-row {
    min-height: auto;
    padding: 90px max(24px, calc((100vw - 760px) / 2));
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }

  .showcase-copy h2 {
    font-size: clamp(4rem, 9vw, 6rem);
  }

  .screen-card {
    width: 290px;
  }

  .stage-circle,
  .stage-circle-pink {
    width: 390px;
  }

  .pro {
    padding: 56px;
    gap: 50px;
  }
}

@media (max-width: 680px) {
  :root {
    --page: calc(100vw - 32px);
    --radius: 22px;
  }

  .nav-shell {
    height: 76px;
  }

  .nav-links > a:not(.nav-download) {
    display: none;
  }

  .nav-links .nav-download {
    padding: 9px 13px;
    font-size: 0.72rem;
  }

  .hero {
    padding: 124px 16px 70px;
  }

  .hero h1 {
    font-size: clamp(4.8rem, 25vw, 7rem);
  }

  .hero-lede {
    font-size: 1rem;
  }

  .download-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .hero-visual {
    min-height: 590px;
  }

  .pink-disc {
    width: 390px;
  }

  .phone-shell {
    width: 270px;
    border-radius: 44px;
  }

  .phone-shell img {
    border-radius: 34px;
  }

  .phone-speaker {
    top: 17px;
    width: 72px;
    height: 19px;
  }

  .hero-label {
    padding: 10px 12px;
    font-size: 0.66rem;
    box-shadow: 5px 5px 0 var(--ink);
  }

  .label-streak { top: 20%; left: 0; }
  .label-plan { right: 0; bottom: 19%; }
  .edition-mark { display: none; }

  .hero-index {
    inset: auto 16px 20px;
  }

  .hero-index span:nth-child(2) {
    display: none;
  }

  .numbers {
    grid-template-columns: 1fr;
    border-right: 0;
    border-bottom: 1px solid rgba(23,22,45,0.14);
  }

  .number-item {
    min-height: 150px;
    padding: 28px 12px;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    border-right: 1px solid rgba(23,22,45,0.14);
    border-bottom: 1px solid rgba(23,22,45,0.14);
  }

  .number-item:last-child {
    border-bottom: 0;
  }

  .number-item strong {
    font-size: 4.6rem;
  }

  .number-item p {
    margin: 0;
  }

  .feature-intro,
  .safety {
    padding: 90px 0;
  }

  .feature-heading {
    margin-bottom: 48px;
  }

  .feature-heading h2,
  .showcase-copy h2,
  .safety h2,
  .pro h2 {
    font-size: clamp(4rem, 20vw, 5.8rem);
  }

  .feature-card {
    min-height: 500px;
    padding: 28px;
  }

  .feature-card h3 {
    font-size: 3.3rem;
  }

  .feature-marker {
    margin-bottom: 48px;
  }

  .status-row {
    padding: 18px 10px;
  }

  .status-row b {
    font-size: 2rem;
  }

  .showcase-row {
    padding: 78px 16px;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .showcase-cream .showcase-copy,
  .showcase-cream .screen-stage {
    order: initial;
  }

  .screen-stage {
    min-height: 610px;
  }

  .screen-card {
    width: 285px;
  }

  .stage-circle,
  .stage-circle-pink {
    width: 370px;
  }

  .safety-layout {
    gap: 30px;
  }

  .pro {
    width: 100%;
    margin-bottom: 0;
    padding: 76px 20px;
    border-radius: 0;
  }

  .pro-features {
    grid-template-columns: 1fr;
  }

  .pro-features > div,
  .pro-features > div:nth-child(2n),
  .pro-features > div:nth-child(n + 3) {
    min-height: 145px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.17);
  }

  .pro-features > div:last-child {
    border-bottom: 0;
  }

  .final-cta {
    min-height: 620px;
    padding-inline: 16px;
  }

  .final-cta h2 {
    font-size: clamp(4.9rem, 24vw, 7rem);
  }

  .final-ring {
    width: 540px;
    height: 540px;
  }

  footer {
    grid-template-columns: 1fr;
  }

  footer nav {
    flex-wrap: wrap;
  }

  .copyright {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
