@font-face {
  font-family: Inter;
  src: url("./inter-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Inter;
  src: url("./inter-latin-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter Tight";
  src: url("./inter-tight-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter Tight";
  src: url("./inter-tight-latin-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
:root {
  color-scheme: light;
  --paper: #f8f9fb;
  --ink: #0f172a;
  --muted: #536174;
  --blue: #1c61de;
  --learner: #e4f0fe;
  --family: #e3e5fa;
  --green: #2a7d51;
  --line: #dfe4eb;
  --radius: 24px;
  --scroll-progress: 0;
  --hero-scroll: 0;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body,
html {
  max-width: 100%;
}
::selection {
  background: #d9e9a0;
  color: var(--ink);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
summary,
select {
  cursor: pointer;
}
button,
a,
input,
textarea,
summary,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
}
button:disabled {
  cursor: default;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible,
textarea:focus-visible {
  outline: 3px solid #e69424;
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  flex-shrink: 0;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
.brand,
.price {
  font-family: "Inter Tight", Inter, system-ui, sans-serif;
}
h1,
h2 {
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 1.06;
}
h2 {
  font-size: clamp(38px, 4.7vw, 66px);
}
h3 {
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.22;
}
em {
  font-style: normal;
  color: var(--blue);
}
p {
  color: var(--muted);
}
[hidden] {
  display: none !important;
}
.section-shell {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  inset-block-start: 10px;
  inset-inline-start: 15px;
  padding: 12px 22px;
  background: white;
  z-index: 100;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
  margin-block-end: 22px;
}
.eyebrow .icon {
  width: 18px;
  height: 18px;
}
.micro {
  font-size: 9px;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1.5;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  background: var(--blue);
  border: 1px solid transparent;
  color: white;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  transition:
    background 0.2s,
    transform 0.25s,
    box-shadow 0.25s;
}
.button:hover {
  background: #174faf;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px #1c61de20;
}
.button .icon {
  width: 19px;
  height: 19px;
  transition: transform 0.25s;
}
.button:hover .icon {
  transform: translateX(3px);
}
.button-small {
  min-height: 44px;
  padding: 10px 20px;
  font-size: 12px;
  gap: 12px;
}
.button-white {
  background: white;
  color: var(--ink);
}
.button-white:hover {
  background: #eaf1fc;
}
.button-dark {
  background: var(--ink);
}
.button-dark:hover {
  background: #283c58;
}
.button-outline {
  background: transparent;
  color: var(--ink);
  border-color: #b7c2d1;
}
.button-outline:hover {
  background: white;
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.text-button:hover {
  color: var(--blue);
}
.text-button .icon {
  width: 19px;
  height: 19px;
}
.text-button:hover .icon {
  transform: translateX(3px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  font-size: 27px;
  letter-spacing: -0.055em;
  font-weight: 650;
}
.brand img {
  width: 38px;
  height: 38px;
}
.brand small {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.015em;
  padding-top: 5px;
}
.brand-small {
  font-size: 16px;
  gap: 5px;
}
.brand-small img {
  width: 24px;
  height: 24px;
}
.brand-small small {
  font-size: 5.5px;
  padding-top: 3px;
}
.brand-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #f8f9fbec;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #0f172a0a;
}
.header-inner {
  height: 86px;
  width: min(1360px, calc(100% - 80px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.desktop-nav {
  display: flex;
  gap: 30px;
}
.desktop-nav a,
.sign-in,
.language-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 15px;
  font-weight: 500;
}
.desktop-nav a:hover,
.sign-in:hover {
  color: var(--blue);
}
.header-actions {
  display: flex;
  gap: 23px;
  align-items: center;
}
.header-actions .button {
  font-size: 14px;
}
.language-link {
  font-size: 13px;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.mobile-menu {
  display: none;
}
.scroll-progress {
  position: absolute;
  bottom: -1px;
  inset-inline-start: 0;
  height: 2px;
  width: 100%;
  background: var(--blue);
  transform: scaleX(var(--scroll-progress));
  transform-origin: left;
}
.hero {
  position: relative;
  padding-top: 65px;
  isolation: isolate;
}
.hero-copy {
  text-align: center;
  position: relative;
  z-index: 2;
}
.hero-eyebrow {
  font-size: 10px;
  letter-spacing: 0.08em;
  background: #eaf0e4;
  color: #375344;
  padding: 7px 13px;
  border-radius: 30px;
  margin-bottom: 23px;
}
.hero h1 {
  font-size: clamp(48px, 5.9vw, 83px);
  line-height: 1.04;
}
.hero-lead {
  font-size: 17px;
  line-height: 1.75;
  margin: 25px auto 26px;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
}
.hero-footnote {
  font-size: 11px;
  margin-top: 17px;
}
.hero-devices {
  position: relative;
  margin-top: 62px;
  height: 620px;
  perspective: 1600px;
}
.device-field {
  position: absolute;
  inset: 25px -15px 25px;
  background: var(--learner);
  border-radius: 50% 48% 44% 44%;
  z-index: -1;
  transform: rotate(-4deg);
}
.hero-tablet {
  position: absolute;
  width: 82%;
  top: 12px;
  left: 0;
  transform: translateY(calc(var(--hero-scroll) * 30px))
    rotateX(calc(7deg - var(--hero-scroll) * 7deg)) rotate(-2deg);
  transform-origin: center;
  will-change: transform;
}
.device {
  filter: drop-shadow(0 24px 20px #21354e24);
}
.tablet {
  border-radius: 35px;
  background: linear-gradient(
    155deg,
    #6d7176,
    #15191f 9%,
    #171c23 90%,
    #989ca2
  );
  padding: 15px 17px 18px;
  box-shadow:
    inset 0 0 0 1px #9ba1a7,
    inset 0 0 0 4px #33383d;
  aspect-ratio: 1.5;
}
.tablet-screen {
  position: relative;
  border-radius: 21px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  container-type: inline-size;
  background: #fff2cd;
}
.kitchen-scene {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
}
.tablet-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f7fcfba8, transparent 60%);
  pointer-events: none;
}
.tablet-top {
  position: absolute;
  inset: 0 0 auto;
  padding: 3% 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  background: linear-gradient(#ffffffe6, #ffffff00);
  gap: 8px;
}
.tablet-top .brand {
  font-size: 2.3cqw;
}
.tablet-top .brand img {
  width: 3.4cqw;
  height: 3.4cqw;
}
.tablet-top .brand small {
  font-size: 0.76cqw;
}
.lesson-stages {
  display: flex;
  gap: 2.2cqw;
  font-size: 1.25cqw;
  font-weight: 600;
  align-items: center;
  background: #ffffffc7;
  padding: 1cqw 1.7cqw;
  border-radius: 30px;
}
.lesson-stages .active {
  color: var(--green);
}
.lesson-stages .active:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--green);
  border-radius: 50%;
  margin-inline-end: 5px;
  vertical-align: middle;
}
.tablet-exit .icon {
  width: 2cqw;
  height: 2cqw;
}
.tablet-copy {
  position: absolute;
  z-index: 1;
  top: 21%;
  left: 4.5%;
  width: 45%;
}
.tablet-copy .micro {
  font-size: 1.05cqw;
  color: #234d78;
}
.tablet-copy h3 {
  font-size: 4.7cqw;
  line-height: 1.05;
  margin-top: 1.4cqw;
  letter-spacing: -0.045em;
}
.tablet-copy p {
  font-size: 1.5cqw;
  line-height: 1.55;
  color: #284059;
  max-width: 88%;
  margin-top: 1.5cqw;
}
.ratio-pill {
  display: inline-flex;
  align-items: center;
  gap: 1cqw;
  background: #ffffffe0;
  border: 1px solid #ffffffc9;
  padding: 1cqw 1.5cqw;
  margin-top: 2.6cqw;
  border-radius: 10px;
  font-size: 3.1cqw;
  line-height: 1;
  font-weight: 650;
}
.ratio-pill > span {
  font-weight: 400;
  color: #849baa;
}
.ratio-pill small {
  font-size: 1cqw;
  line-height: 1.5;
  font-weight: 500;
  max-width: 7cqw;
  margin-inline-start: 0.5cqw;
}
.recipe-card {
  position: absolute;
  right: 3%;
  bottom: 10%;
  z-index: 1;
  width: 32%;
  padding: 1.4cqw 1.7cqw;
  border-radius: 16px;
  background: #fffdf5f2;
  box-shadow: 0 4px 20px #815a1726;
}
.recipe-card > span:first-child {
  font-size: 1.2cqw;
  font-weight: 600;
}
.recipe-card > div {
  display: flex;
  align-items: center;
  gap: 1.3cqw;
  margin: 0.8cqw 0;
}
.recipe-card > div > span:not(.recipe-line) {
  font-size: 3cqw;
}
.recipe-card b {
  font-size: 2cqw;
}
.recipe-line {
  height: 1px;
  background: #d0d6d0;
  flex: 1;
}
.recipe-result {
  display: flex;
  align-items: center;
  gap: 0.5cqw;
  padding: 0.7cqw;
  background: #e2f2e7;
  border-radius: 7px;
  font-size: 0.96cqw;
  color: #255f41;
  line-height: 1.4;
}
.recipe-result .icon {
  width: 1.3cqw;
  height: 1.3cqw;
}
.tablet-bottom {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0f172adf;
  backdrop-filter: blur(10px);
  color: white;
  font-size: 0.96cqw;
  padding: 1.5cqw 3cqw;
  z-index: 1;
  gap: 12px;
}
.tablet-bottom > span {
  display: flex;
  align-items: center;
  gap: 1cqw;
}
.tablet-bottom .icon {
  width: 1.6cqw;
  height: 1.6cqw;
}
.tablet-bottom i {
  height: 2px;
  width: 9cqw;
  background: linear-gradient(90deg, #9bc99a 33%, #ffffff60 33%);
}
.phone {
  width: 250px;
  aspect-ratio: 1/2.04;
  border-radius: 36px;
  background: linear-gradient(130deg, #999, #101720 12%, #24292f 85%, #aaa);
  padding: 8px;
  box-shadow:
    inset 0 0 0 1px #6f767d,
    inset 0 0 0 3px #313842;
  container-type: inline-size;
}
.phone-screen {
  border-radius: 28px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  padding: 0 6%;
  font-size: 4cqw;
  line-height: 1.4;
}
.phone-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 4cqw;
  height: 11%;
  padding-inline: 3%;
  font-weight: 600;
}
.phone-island {
  height: 6cqw;
  width: 29cqw;
  border-radius: 50px;
  background: #15171d;
  margin-inline-start: -8cqw;
}
.phone .brand {
  font-size: 6.8cqw;
  margin-bottom: 7cqw;
  gap: 2cqw;
}
.phone .brand img {
  width: 9cqw;
  height: 9cqw;
}
.phone .brand small {
  font-size: 2cqw;
  padding-top: 1.2cqw;
}
.phone-greeting small {
  font-size: 3cqw;
  color: #617286;
}
.phone-greeting h3 {
  font-size: 7.7cqw;
  margin-top: 1cqw;
}
.phone-greeting p {
  font-size: 3.7cqw;
  margin-top: 2cqw;
}
.child-switch {
  display: flex;
  gap: 3cqw;
  margin: 6cqw 0 5cqw;
}
.child-switch > span {
  display: grid;
  grid-template-columns: 10cqw 1fr;
  background: #f4f5fa;
  padding: 3cqw;
  gap: 0 2cqw;
  border-radius: 8px;
  font-size: 4cqw;
  flex: 1;
  align-items: center;
}
.child-switch > span.selected {
  background: #e9f4ee;
  border: 1px solid #bcdac9;
}
.child-switch i {
  grid-row: span 2;
  background: #c7e6cf;
  border-radius: 50%;
  width: 10cqw;
  height: 10cqw;
  display: grid;
  place-items: center;
  font-size: 4.2cqw;
  font-style: normal;
}
.child-switch small {
  font-size: 2.8cqw;
  color: #637183;
}
.child-switch > span + span i {
  background: #fedfab;
}
.phone-focus {
  position: relative;
  background: #e9eafa;
  padding: 5cqw;
  border-radius: 12px;
  overflow: hidden;
}
.phone-focus .micro {
  font-size: 2.5cqw;
  position: relative;
  z-index: 1;
}
.phone-focus h4 {
  font-size: 6.4cqw;
  line-height: 1.07;
  letter-spacing: -0.035em;
  margin-block: 2.5cqw;
  max-width: 85%;
  position: relative;
  z-index: 1;
}
.phone-focus p {
  font-size: 3.5cqw;
  color: #4c546a;
  max-width: 83%;
  position: relative;
  z-index: 1;
}
.phone-tag {
  display: block;
  font-size: 2.6cqw;
  margin-top: 3cqw;
  color: #616981;
  position: relative;
  z-index: 1;
}
.focus-ratio {
  position: absolute;
  bottom: -4cqw;
  right: -1cqw;
  font-size: 19cqw;
  opacity: 0.13;
  font-weight: 600;
  transform: rotate(-13deg);
}
.phone-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3cqw;
  margin: 4cqw 0;
}
.phone-tiles > span {
  display: flex;
  gap: 2cqw;
  align-items: center;
  border: 1px solid #edf0f5;
  border-radius: 10px;
  padding: 4cqw 3cqw;
  font-size: 3.2cqw;
}
.phone-tiles .icon {
  width: 8cqw;
  height: 8cqw;
  color: var(--blue);
  background: #edf3fd;
  padding: 1.3cqw;
  border-radius: 6px;
}
.phone-tiles > span:first-child .icon {
  color: var(--green);
  background: #e8f2ed;
}
.phone-home {
  background: #e9f4ed;
  padding: 4cqw;
  border-radius: 10px;
  display: flex;
  gap: 3cqw;
  margin-top: 4cqw;
}
.phone-home > .icon {
  width: 8cqw;
  height: 8cqw;
  color: var(--green);
}
.phone-home b {
  font-size: 3.9cqw;
}
.phone-home p {
  font-size: 3.1cqw;
  line-height: 1.5;
  margin-top: 1.6cqw;
}
.phone-message {
  display: flex;
  align-items: center;
  gap: 3cqw;
  font-size: 3.3cqw;
  padding: 4cqw 2cqw;
}
.phone-message .icon {
  width: 6cqw;
  height: 6cqw;
}
.phone-nav {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  background: #ffffffef;
  border-top: 1px solid #e5eaf3;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 11cqw;
  padding-bottom: 1cqw;
}
.phone-nav .icon {
  width: 6cqw;
  height: 6cqw;
  color: #667890;
}
.phone-nav .icon:first-child {
  color: var(--blue);
}
.hero-phone {
  position: absolute;
  right: 2%;
  bottom: 12px;
  width: 23.5%;
  transform: translateY(calc(var(--hero-scroll) * -24px)) rotate(5deg);
  z-index: 3;
}
.floating-note {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 19px;
  background: white;
  box-shadow: 0 9px 26px #24385913;
  border: 1px solid #e8edf4;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 500;
  z-index: 4;
}
.floating-note .icon {
  color: var(--green);
  width: 20px;
  height: 20px;
}
.note-learning {
  left: -22px;
  bottom: 68px;
  transform: rotate(-5deg);
}
.note-family {
  right: -5px;
  top: 63px;
  transform: rotate(4deg);
}
.device-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-top: 20px;
  margin-bottom: 47px;
  font-size: 11px;
  color: var(--muted);
}
.device-caption > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.device-caption .icon {
  width: 16px;
  height: 16px;
}
.device-caption small {
  font-size: 9px;
  color: #69758a;
}
.hero-orbit {
  position: absolute;
  border: 1px solid #dae3dd;
  border-radius: 50%;
  z-index: -2;
  pointer-events: none;
}
.orbit-one {
  width: 115px;
  height: 115px;
  top: 150px;
  left: -60px;
}
.orbit-one:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 3px;
  background: #f3c55b;
}
.orbit-two {
  width: 70px;
  height: 70px;
  right: -12px;
  top: 99px;
  border-color: #dde4ee;
}
.orbit-two:after {
  content: "✦";
  position: absolute;
  color: #b9cf8b;
  font-size: 45px;
  left: 18px;
  top: 20px;
}
.promise-strip {
  display: flex;
  justify-content: space-between;
  padding: 25px 10px 55px;
  gap: 20px;
  font-size: 12px;
  font-weight: 500;
}
.promise-strip > span {
  display: flex;
  align-items: center;
  gap: 11px;
}
.promise-strip .icon {
  color: #557965;
  width: 20px;
  height: 20px;
}
.story-section {
  background: #112623;
  color: #fbfbef;
  padding: 112px 0 65px;
  border-radius: 40px 40px 0 0;
  overflow: clip;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 125px;
  align-items: start;
}
.story-heading {
  position: sticky;
  top: 140px;
}
.story-section .eyebrow {
  color: #bfd1ae;
}
.story-section em {
  color: #c9dc94;
}
.story-heading h2 {
  font-size: clamp(38px, 4.3vw, 60px);
}
.story-heading > p {
  color: #bfcac3;
  font-size: 15px;
  margin-top: 28px;
  max-width: 430px;
}
.light-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #e1ecc4;
  font-size: 13px;
  padding-block: 18px;
}
.light-link:hover {
  color: white;
}
.story-visual {
  position: relative;
  height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.big-ratio {
  font-family: "Inter Tight", sans-serif;
  font-size: 150px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.075em;
  color: #d5e6a5;
}
.big-ratio > span {
  color: #759684;
  font-weight: 300;
  padding-inline: 12px;
}
.ratio-subtitle {
  font-size: 11px;
  color: #b7c8b6;
  margin-top: 12px;
  margin-inline-start: 9px;
}
.ratio-orbit {
  position: absolute;
  width: 280px;
  height: 170px;
  border: 1px solid #8ca77850;
  transform: rotate(-24deg);
  border-radius: 50%;
  left: -6px;
  top: 43px;
  pointer-events: none;
}
.ratio-orbit:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: 29px;
  top: 17px;
  border-radius: 50%;
  background: #e4b657;
}
.story-step {
  display: flex;
  gap: 25px;
  min-height: 340px;
  padding: 25px 0 65px;
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 30px;
}
.step-number {
  font-size: 11px;
  color: #aac595;
  font-weight: 500;
  flex-shrink: 0;
  border: 1px solid #63805d;
  height: 36px;
  width: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.story-step .micro {
  font-size: 10px;
  color: #a9bcaa;
}
.story-step h3 {
  font-size: 30px;
  margin: 16px 0;
  color: #f6f7ed;
  max-width: 345px;
}
.story-step p {
  color: #b9c7c0;
  font-size: 14px;
}
.ingredient-equation {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 33px;
  margin-top: 30px;
  padding: 16px 24px;
  background: #ffffff08;
  border-radius: 14px;
}
.ingredient-equation > span:nth-child(2) {
  font-size: 22px;
  color: #b9c7c0;
}
.step-pills {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}
.step-pills > span {
  background: #2b4539;
  padding: 9px 17px;
  border-radius: 8px;
  font-size: 18px;
  white-space: nowrap;
}
.step-pills .icon {
  width: 18px;
  color: #94af8e;
}
.evidence-note {
  display: flex;
  gap: 15px;
  background: #ffffff08;
  padding: 20px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 25px;
  color: #d7e6c5;
}
.evidence-note .icon {
  color: #b3cc94;
  width: 21px;
  height: 21px;
}
.ratio-play {
  border: 1px solid #496044;
  background: #1b342b;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 50px;
  padding: 35px 40px;
  margin-top: 50px;
  scroll-margin-top: 120px;
}
.ratio-play .eyebrow {
  margin-bottom: 11px;
  font-size: 9px;
}
.ratio-play h3 {
  font-size: 24px;
}
.ratio-play p {
  font-size: 13px;
  color: #c2d1c5;
  margin-top: 10px;
}
.ratio-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}
.ratio-controls label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 10px;
  text-align: center;
  color: #e6eddf;
}
.ratio-controls input {
  width: 80px;
  border: 1px solid #9eb49b;
  border-radius: 10px;
  padding: 8px 7px;
  background: #f9f8ec;
  color: var(--ink);
  font-size: 23px;
  text-align: center;
  min-height: 48px;
}
.control-colon {
  margin-top: 23px;
  font-size: 25px;
  color: #95b08b;
}
.ratio-controls .button {
  font-size: 11px;
  gap: 8px;
  padding: 10px 17px;
  min-height: 46px;
  margin-top: 22px;
  white-space: nowrap;
}
.ratio-play .ratio-feedback {
  grid-column: 1/-1;
  min-height: 24px;
  color: #e9f2d9;
  font-size: 13px;
}
.ratio-play > small {
  grid-column: 1/-1;
  font-size: 10px;
  color: #adbfad;
  line-height: 1.7;
}
.experiences {
  padding-block: 110px 95px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 65px;
  margin-bottom: 45px;
}
.section-heading > p {
  max-width: 345px;
  font-size: 14px;
  margin-bottom: 7px;
}
.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.experience-card {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  transition:
    transform 0.4s,
    box-shadow 0.4s;
}
.experience-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 40px #122d3610;
}
.experience-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.48;
}
.experience-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.experience-card:hover .experience-image img {
  transform: scale(1.06);
}
.content-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #ffffffed;
  padding: 5px 10px;
  border-radius: 100px;
  color: #30443b;
  font-size: 10px;
  font-weight: 500;
}
.experience-copy {
  padding: 24px 24px 65px;
}
.peach {
  background: #f8eadd;
}
.mint {
  background: #e3eee4;
}
.lavender {
  background: #e5e7f2;
}
.experience-copy .micro {
  color: #566567;
  font-size: 9px;
}
.experience-copy h3 {
  font-size: 26px;
  margin: 10px 0;
}
.experience-copy p {
  font-size: 12px;
  line-height: 1.7;
  max-width: 250px;
  color: #4f5d64;
}
.round-arrow {
  position: absolute;
  bottom: 20px;
  right: 23px;
  width: 33px;
  height: 33px;
  border: 1px solid #15283735;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.round-arrow .icon {
  width: 17px;
  height: 17px;
}
.collection-note {
  font-size: 11px;
  margin: 28px auto 0;
  text-align: center;
  max-width: 720px;
  line-height: 1.8;
}
.family-section {
  background: #eef0f8;
  padding-block: 112px 120px;
  overflow: clip;
}
.family-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.family-visual {
  position: relative;
  height: 645px;
  perspective: 1000px;
}
.family-disc {
  position: absolute;
  inset: 60px -35px 20px -35px;
  border-radius: 50%;
  background: #dce1f3;
  transform: rotate(-16deg);
}
.family-visual .phone {
  position: absolute;
  width: 52%;
  top: 20px;
  left: 0;
  z-index: 2;
  transform: rotate(-7deg);
}
.family-visual .learner-phone {
  left: auto;
  right: 0;
  top: 93px;
  z-index: 1;
  transform: rotate(7deg);
}
.learner-phone .phone-screen {
  background: #f8fcff;
}
.phone-continue {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 57cqw;
  margin-top: 6cqw;
  background: #fbe6ad;
}
.phone-continue img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
.phone-continue:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff1cce8, transparent);
}
.phone-continue > div {
  position: absolute;
  top: 6cqw;
  left: 5cqw;
  z-index: 1;
}
.phone-continue small {
  font-size: 2.8cqw;
  color: #8a490e;
}
.phone-continue h4 {
  font-size: 7.5cqw;
  margin-top: 3cqw;
  line-height: 1.07;
  letter-spacing: -0.03em;
}
.phone-continue > div > span {
  display: grid;
  place-items: center;
  background: var(--green);
  color: white;
  width: 12cqw;
  height: 12cqw;
  border-radius: 50%;
  margin-top: 4cqw;
}
.phone-continue .icon {
  width: 7cqw;
  height: 7cqw;
}
.learner-tiles {
  gap: 3cqw;
}
.learner-tiles > span {
  min-height: 22cqw;
  flex-direction: column;
  align-items: flex-start;
  background: #eff5fc;
  padding: 3cqw 4cqw;
  gap: 2cqw;
  border: 0;
  font-size: 4cqw;
}
.learner-tiles > span:nth-child(2),
.learner-tiles > span:nth-child(3) {
  background: #eaf3ec;
}
.learner-tiles > span:nth-child(4) {
  background: #fcf0df;
}
.learner-tiles .icon {
  background: transparent !important;
  width: 9cqw;
  height: 9cqw;
  padding: 0;
}
.phone-world {
  height: 43cqw;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.phone-world img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}
.phone-world b {
  position: absolute;
  left: 5cqw;
  bottom: 5cqw;
  color: white;
  font-size: 4.6cqw;
  max-width: 70%;
}
.family-visual-label {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 10%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  padding: 13px 20px;
  border-radius: 100px;
  font-size: 11px;
  box-shadow: 0 7px 25px #36384f10;
}
.family-visual-label .icon {
  color: var(--green);
  width: 18px;
  height: 18px;
}
.family-copy h2 {
  font-size: clamp(36px, 4vw, 56px);
}
.section-lead {
  margin-top: 25px;
  font-size: 14px;
}
.benefit {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.benefit > .icon {
  background: #e0e5f7;
  color: #405899;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  padding: 11px;
}
.benefit h3 {
  font-size: 18px;
}
.benefit p {
  font-size: 12px;
  margin-top: 7px;
  max-width: 380px;
  line-height: 1.85;
}
.family-copy > .text-button {
  margin-top: 27px;
  color: var(--blue);
}
.together {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding-block: 108px;
  align-items: stretch;
}
.together-photo {
  overflow: hidden;
  border-radius: 24px 0 0 24px;
  min-height: 420px;
}
.together-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.together-copy {
  background: #f3eadd;
  border-radius: 0 24px 24px 0;
  padding: 52px;
}
.together-copy .eyebrow {
  font-size: 9px;
}
.together-copy h2 {
  font-size: clamp(34px, 3.6vw, 51px);
}
.together-copy em {
  color: #92672c;
}
.together-copy p {
  font-size: 13px;
  margin-top: 25px;
  line-height: 1.9;
  color: #655e52;
}
.together-note {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  color: #685d48;
  margin-top: 29px;
}
.together-note .icon {
  width: 18px;
  height: 18px;
  color: #7b7b4c;
}
.school-section {
  background: #edf3e5;
  padding-block: 85px 95px;
  overflow: clip;
}
.school-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  align-items: center;
}
.school-art {
  position: relative;
  min-height: 385px;
}
.school-ring {
  width: 310px;
  height: 310px;
  border: 1px dashed #a9b89a;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 15%;
  transform: rotate(-20deg);
}
.school-ring:after {
  content: "";
  position: absolute;
  width: 370px;
  height: 370px;
  border: 1px solid #d6e0cc;
  border-radius: 50%;
  left: -31px;
  top: -31px;
}
.school-building {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 73px;
  left: 31%;
  border-radius: 35px;
  display: grid;
  place-items: center;
  background: #fefef1;
  box-shadow:
    0 14px 0 #e2e8ce,
    0 23px 50px #4a653e14;
  transform: rotate(-8deg);
}
.school-building .icon {
  width: 93px;
  height: 93px;
  color: #567c40;
  stroke-width: 1.1;
}
.school-bubble {
  display: grid;
  place-items: center;
  position: absolute;
  border-radius: 18px;
  width: 65px;
  height: 65px;
  background: #e1eacf;
  box-shadow: 0 8px 0 #d5dfc0;
}
.school-bubble .icon {
  width: 28px;
  height: 28px;
  color: #536e37;
}
.bubble-home {
  top: 6px;
  left: 7%;
  transform: rotate(-14deg);
  background: #e8d6bb;
  box-shadow: 0 8px 0 #dbccaf;
}
.bubble-home .icon {
  color: #8a693e;
}
.bubble-book {
  top: 0;
  right: 2%;
  transform: rotate(14deg);
  background: #d8e5ef;
  box-shadow: 0 8px 0 #c2d4df;
}
.bubble-book .icon {
  color: #46738e;
}
.bubble-heart {
  bottom: 84px;
  right: 4%;
  transform: rotate(13deg);
}
.school-art-caption {
  position: absolute;
  bottom: 0;
  left: 24%;
  font-family: "Inter Tight", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  transform: rotate(-5deg);
  text-align: center;
  color: #526e39;
}
.school-copy h2 {
  font-size: clamp(38px, 4.5vw, 63px);
}
.school-copy em {
  color: #5a783d;
}
.school-copy > p {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 23px;
  max-width: 510px;
  color: #56624d;
}
.school-request {
  margin-top: 26px;
}
.school-request > summary {
  display: inline-flex;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.5;
  text-align: start;
  padding: 14px 19px;
  gap: 12px;
  list-style: none;
  border-radius: 15px;
}
.school-request > summary::-webkit-details-marker {
  display: none;
}
.school-copy > .school-fine {
  font-size: 10px;
  line-height: 1.8;
  margin-top: 20px;
  color: #657357;
}
.school-copy > .text-button {
  font-size: 11px;
  margin-top: 12px;
}
.request-panel {
  background: #ffffffba;
  border-radius: 15px;
  padding: 20px;
  margin-top: 16px;
}
.request-panel label {
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
}
.request-panel textarea {
  display: block;
  resize: vertical;
  width: 100%;
  min-height: 180px;
  padding: 13px;
  font-size: 12px;
  line-height: 1.7;
  border: 1px solid #aab798;
  background: white;
  border-radius: 8px;
  color: #263422;
}
.request-panel button {
  margin-top: 15px;
}
.copy-status {
  font-size: 11px;
  margin-top: 12px;
}
.pricing-section {
  padding-block: 110px 100px;
}
.center-heading {
  text-align: center;
}
.center-heading p {
  font-size: 14px;
  margin: 25px auto 0;
  max-width: 590px;
}
.pricing-controls {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
  margin: 38px auto 30px;
  flex-wrap: wrap;
}
.billing-toggle {
  padding: 4px;
  display: flex;
  gap: 0;
  border: 1px solid #dde3eb;
  border-radius: 100px;
  background: #e9edf3;
  margin: 0;
}
.billing-toggle label {
  position: relative;
  display: block;
}
.billing-toggle input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.billing-toggle span {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  padding: 10px 20px;
  font-size: 12px;
  border-radius: 100px;
  line-height: 1.3;
  pointer-events: none;
}
.billing-toggle input:checked + span {
  background: white;
  box-shadow: 0 2px 8px #12213e10;
}
.billing-toggle input:focus-visible + span {
  outline: 3px solid #e69424;
  outline-offset: 3px;
}
.billing-toggle small {
  font-size: 9px;
  color: #52652f;
  background: #e5edce;
  padding: 3px 6px;
  border-radius: 10px;
}
.currency-control {
  display: flex;
  align-items: center;
  gap: 9px;
}
.currency-control > .icon {
  width: 18px;
  height: 18px;
  color: #667789;
}
.currency-control select {
  font-size: 11px;
  background: transparent;
  border: 0;
  padding: 12px 22px 12px 0;
  min-height: 44px;
  color: #46556a;
  max-width: 220px;
}
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 35px;
  align-items: stretch;
}
.plan-card {
  border: 1px solid #dbe2ed;
  border-radius: 22px;
  padding: 31px 27px 23px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.plan-label {
  min-height: 61px;
}
.plan-label h3 {
  font-size: 26px;
  line-height: 1.2;
}
.plan-label > span {
  display: inline-block;
  margin-top: 9px;
  font-size: 10px;
  color: #67798e;
}
.plan-for {
  font-size: 11px;
  margin-top: 13px;
  min-height: 44px;
  line-height: 1.65;
}
.price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 14px;
  line-height: 1.05;
  flex-wrap: wrap;
}
.price strong {
  font-weight: 550;
  font-size: clamp(36px, 3.6vw, 53px);
  letter-spacing: -0.06em;
}
.price > span {
  font-family: Inter, sans-serif;
  font-size: 11px;
  color: #5a677b;
  white-space: nowrap;
}
.billing-note {
  font-size: 10px;
  line-height: 1.65;
  min-height: 39px;
  margin-top: 14px;
}
.plan-card > .button {
  margin-top: 12px;
  width: 100%;
  font-size: 12px;
  min-height: 47px;
  justify-content: space-between;
}
.plan-includes {
  font-size: 10px;
  margin-top: 28px;
  color: #4d5d72;
  font-weight: 500;
}
.plan-features {
  margin: 17px 0 22px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.plan-features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 11px;
  line-height: 1.6;
}
.plan-features .icon {
  width: 15px;
  height: 15px;
  color: #427553;
  margin-top: 2px;
}
.annual-alternative {
  font-size: 10px;
  border-top: 1px solid #dee4ec;
  padding-top: 18px;
  color: #607186;
  line-height: 1.7;
}
.plan-pro {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
  box-shadow: 0 18px 30px #1c61de15;
}
.plan-pro .plan-label > span {
  color: #1f498a;
  background: #e2edff;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 9px;
}
.plan-pro .plan-for,
.plan-pro .price > span,
.plan-pro .billing-note,
.plan-pro .plan-includes,
.plan-pro .annual-alternative {
  color: #e4edff;
}
.plan-pro .plan-features .icon {
  color: #d0e7ac;
}
.plan-pro .annual-alternative {
  border-color: #ffffff30;
}
.plan-family {
  background: #f1f0e7;
  border-color: #e3e1d6;
}
.plan-family .plan-label > span {
  color: #5d6847;
}
.regional-prices {
  margin-top: 22px;
  font-size: 11px;
}
.regional-prices > summary {
  display: flex;
  align-items: center;
  min-height: 44px;
  gap: 10px;
  text-decoration: underline;
  text-underline-offset: 4px;
  width: fit-content;
}
.regional-prices > summary:before {
  content: "+";
  font-size: 18px;
}
.regional-prices[open] > summary:before {
  content: "−";
}
.table-scroll {
  overflow: auto;
}
.regional-prices table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
  font-size: 12px;
  background: white;
  text-align: start;
}
.regional-prices caption {
  text-align: start;
  font-weight: 600;
  padding: 12px 14px;
}
.regional-prices th,
.regional-prices td {
  border-bottom: 1px solid var(--line);
  padding: 14px;
  text-align: start;
}
.pricing-notes {
  font-size: 10px;
  line-height: 1.8;
  max-width: 940px;
  margin: 9px auto 24px;
  text-align: center;
}
.pricing-notes p + p {
  margin-top: 6px;
}
.school-price-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 22px;
  border-radius: 14px;
  background: #eaf0e3;
  font-size: 11px;
  color: #4b5f36;
  line-height: 1.6;
}
.school-price-note b {
  font-weight: 600;
  border-bottom: 1px solid #a1b58b;
  margin-inline-start: 6px;
}
.school-price-note .icon {
  width: 21px;
  height: 21px;
}
.trust-section {
  padding-block: 75px 90px;
  border-block: 1px solid #e2e7eb;
  background: #f0f3f7;
}
.trust-section h2 {
  font-size: clamp(35px, 4vw, 56px);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 65px;
  margin-top: 48px;
  text-align: center;
}
.trust-grid article > .icon {
  width: 30px;
  height: 30px;
  color: #4e6e88;
  stroke-width: 1.4;
  margin-bottom: 19px;
}
.trust-grid h3 {
  font-size: 20px;
}
.trust-grid p {
  font-size: 12px;
  margin: 12px auto 0;
  max-width: 275px;
  line-height: 1.9;
}
.download-section {
  padding-top: 100px;
}
.download-panel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: var(--blue);
  color: white;
  padding: 65px 60px;
  min-height: 540px;
}
.download-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}
.download-panel .eyebrow {
  color: #cfddfa;
  font-size: 9px;
}
.download-panel h2 {
  font-size: clamp(37px, 4.2vw, 59px);
}
.download-copy > p {
  font-size: 13px;
  color: #e1ebff;
  margin-top: 22px;
  line-height: 1.8;
}
.store-options {
  display: flex;
  gap: 12px;
  margin: 26px 0 24px;
}

.store-option small {
  font-size: 8px;
  color: #d4e2fb;
}
.store-option b {
  font-size: 17px;
  font-weight: 500;
}
.download-copy > .button {
  font-size: 12px;
  min-height: 48px;
}
.download-copy > .download-fine {
  font-size: 10px;
  margin-top: 15px;
}
.download-fine a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.download-art {
  position: absolute;
  right: -65px;
  top: 15%;
  width: 410px;
  height: 410px;
  display: grid;
  place-items: center;
  transform: rotate(-15deg);
}
.download-art > img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 10px 20px #072f862b);
  width: 230px;
  height: 230px;
}
.download-orbit {
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  border: 1px solid #ffffff25;
  background: #ffffff06;
}
.download-orbit:before {
  content: "";
  position: absolute;
  inset: -55px;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
}
.download-orbit:after {
  content: "";
  position: absolute;
  inset: 38px;
  border: 1px solid #ffffff25;
  border-radius: 50%;
  background: #ffffff04;
}
.download-spark {
  position: absolute;
  font-size: 40px;
  color: #f4cf71;
}
.spark-one {
  right: 95px;
  top: 0;
}
.spark-two {
  left: 5px;
  bottom: 45px;
  color: #d6e7b6;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  padding-block: 105px;
}
.faq-section h2 {
  font-size: clamp(35px, 4vw, 54px);
}
.faq-section .text-button {
  font-size: 12px;
  margin-top: 24px;
}
.faq-list details {
  border-bottom: 1px solid #dfe4e9;
  padding-block: 2px;
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  padding-block: 21px;
  line-height: 1.7;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 22px;
  font-weight: 400;
  color: #627386;
  flex-shrink: 0;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 22px;
  padding-inline-end: 33px;
}
.closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 27px 0 60px;
  border-bottom: 1px solid #dce3eb;
}
.closing > span {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Inter Tight", sans-serif;
  font-size: 27px;
  letter-spacing: -0.035em;
  line-height: 1.3;
}
.closing > span > .icon {
  color: #d0a044;
  width: 30px;
  height: 30px;
}
.closing .button {
  font-size: 12px;
  flex-shrink: 0;
}
.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-top: 53px;
}
.footer-top > p {
  font-size: 13px;
  line-height: 1.8;
  flex: 1;
  max-width: 300px;
  padding-top: 3px;
}
.footer-top nav {
  display: flex;
  gap: 26px;
  font-size: 13px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-top nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 6px;
}
.footer-top nav .icon {
  width: 13px;
  height: 13px;
}
.footer-top nav a:hover {
  color: var(--blue);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #63758c;
  gap: 20px;
  padding-block: 47px 25px;
}
.footer-bottom > a {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 44px;
}
.footer-bottom .icon {
  width: 14px;
  height: 14px;
}
/* Content is visible by default. Motion is opt-in after observer setup. */
.motion-enabled [data-reveal] {
  transition:
    opacity 0.75s,
    transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.motion-enabled [data-reveal].reveal-pending {
  opacity: 0;
  transform: translateY(28px);
}
.motion-enabled .experience-card.reveal-pending {
  transform: translateY(45px) rotate(1.8deg);
}
.motion-enabled .hero-copy {
  animation: hero-enter 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.motion-enabled .hero-devices {
  animation: hero-enter 1s 0.15s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.motion-enabled .school-building {
  transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.motion-enabled .school-art.reveal-pending .school-building {
  transform: translateY(30px) rotate(-15deg);
}
.motion-enabled .download-art {
  transition: transform 1.1s;
}
.motion-enabled .download-panel.reveal-pending .download-art {
  transform: translateX(50px) rotate(10deg);
}
.motion-enabled .big-ratio {
  transition:
    color 0.5s,
    transform 0.7s;
}
.story-heading[data-active-step="1"] .big-ratio {
  color: #f0d494;
  transform: translateX(12px);
}
.story-heading[data-active-step="2"] .big-ratio {
  color: #bbdccc;
  transform: translateX(0);
}
@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1450px) {
  .hero-devices {
    height: 675px;
  }
  .hero h1 {
    font-size: 88px;
  }
}
@media (max-width: 1150px) {
  .section-shell {
    width: calc(100% - 64px);
  }
  .header-inner {
    width: calc(100% - 48px);
    gap: 18px;
  }
  .desktop-nav {
    gap: 17px;
  }
  .desktop-nav a {
    font-size: 14px;
  }
  .header-actions {
    gap: 15px;
  }
  .hero {
    padding-top: 51px;
  }
  .hero-devices {
    height: 54vw;
    margin-top: 55px;
  }
  .hero h1 {
    font-size: 6.2vw;
  }
  .hero-phone {
    width: 24.5%;
    right: 0;
    bottom: 0;
  }
  .hero-tablet {
    width: 83%;
  }
  .note-family {
    top: 24px;
    right: -7px;
  }
  .note-learning {
    bottom: 15px;
    left: -7px;
  }
  .device-caption {
    margin-top: 28px;
    gap: 24px;
  }
  .story-grid {
    gap: 60px;
  }
  .story-section {
    padding-top: 85px;
  }
  .story-heading {
    top: 120px;
  }
  .story-step h3 {
    font-size: 27px;
  }
  .story-step {
    gap: 18px;
  }
  .ratio-play {
    gap: 15px 25px;
    padding: 28px;
  }
  .ratio-controls {
    gap: 9px;
  }
  .ratio-controls input {
    width: 64px;
  }
  .ratio-controls .button {
    white-space: normal;
  }
  .family-grid {
    gap: 55px;
  }
  .family-visual {
    height: 55vw;
  }
  .family-visual-label {
    left: 1%;
    font-size: 10px;
    bottom: -15px;
  }
  .family-copy .eyebrow {
    font-size: 9px;
  }
  .family-copy h2 {
    font-size: 4vw;
  }
  .benefit {
    gap: 13px;
    margin-top: 22px;
  }
  .benefit h3 {
    font-size: 16px;
  }
  .benefit p {
    font-size: 11px;
  }
  .school-grid {
    gap: 70px;
  }
  .school-ring {
    left: 1%;
    width: 270px;
    height: 270px;
  }
  .school-building {
    left: 21%;
    top: 55px;
  }
  .school-bubble {
    width: 57px;
    height: 57px;
  }
  .bubble-home {
    left: -7%;
    top: 0;
  }
  .bubble-book {
    right: -2%;
  }
  .bubble-heart {
    right: -4%;
    bottom: 110px;
  }
  .school-art-caption {
    left: 16%;
    bottom: 35px;
  }
  .plan-card {
    padding: 25px 22px 21px;
  }
  .plan-label h3 {
    font-size: 23px;
  }
  .plan-features li {
    font-size: 10px;
  }
  .plan-for {
    font-size: 10px;
  }
  .together-copy {
    padding: 40px;
  }
  .download-art {
    right: -115px;
    opacity: 0.7;
  }
  .download-copy {
    max-width: 610px;
  }
  .footer-top {
    gap: 27px;
  }
  .footer-top nav {
    gap: 17px;
    max-width: 370px;
  }
  .trust-grid {
    gap: 35px;
  }
}
@media (max-width: 1000px) {
  .desktop-nav {
    display: none;
  }
  .header-actions {
    margin-inline-start: auto;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu > summary {
    list-style: none;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid #dce4ee;
    border-radius: 50%;
  }
  .mobile-menu > summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu nav {
    position: absolute;
    top: calc(100% - 1px);
    inset-inline: 0;
    background: #f8f9fbf8;
    border-bottom: 1px solid var(--line);
    padding: 18px 32px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    box-shadow: 0 12px 16px #0f172a0a;
  }
  .mobile-menu nav a {
    padding: 12px;
    font-size: 15px;
    min-height: 44px;
  }
}
@media (max-width: 850px) {
  .header-inner {
    height: 75px;
  }
  .hero {
    padding-top: 43px;
  }
  .hero h1 {
    font-size: 6.4vw;
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero-devices {
    margin-top: 42px;
    height: 55vw;
  }
  .tablet {
    border-radius: 25px;
    padding: 10px 11px 12px;
  }
  .tablet-screen {
    border-radius: 16px;
  }
  .phone {
    border-radius: 28px;
    padding: 6px;
  }
  .phone-screen {
    border-radius: 22px;
  }
  .recipe-card {
    border-radius: 11px;
  }
  .floating-note {
    font-size: 9px;
    gap: 7px;
    padding: 10px 13px;
    border-radius: 10px;
  }
  .floating-note .icon {
    width: 15px;
    height: 15px;
  }
  .note-family {
    top: 15px;
  }
  .device-caption {
    gap: 15px;
    font-size: 9px;
    flex-wrap: wrap;
  }
  .device-caption small {
    font-size: 8px;
  }
  .promise-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 30px;
    padding-bottom: 35px;
    font-size: 11px;
  }
  .promise-strip > span {
    justify-content: center;
  }
  .story-grid {
    gap: 35px;
  }
  .story-heading {
    top: 115px;
  }
  .story-heading h2 {
    font-size: 34px;
  }
  .story-heading > p {
    font-size: 12px;
  }
  .story-step h3 {
    font-size: 24px;
  }
  .story-step p {
    font-size: 12px;
  }
  .story-step {
    gap: 13px;
    min-height: 360px;
  }
  .step-number {
    width: 29px;
    height: 29px;
    font-size: 9px;
  }
  .story-step .micro {
    font-size: 8px;
  }
  .step-pills {
    gap: 8px;
  }
  .step-pills > span {
    font-size: 15px;
    padding: 7px 9px;
  }
  .step-pills > .icon {
    width: 15px;
  }
  .ingredient-equation {
    font-size: 26px;
    padding: 15px;
    gap: 15px;
  }
  .evidence-note {
    font-size: 11px;
    padding: 14px;
    gap: 10px;
  }
  .big-ratio {
    font-size: 125px;
  }
  .ratio-orbit {
    width: 240px;
    height: 145px;
    top: 53px;
  }
  .ratio-play {
    grid-template-columns: 1fr;
    padding: 28px;
  }
  .ratio-controls {
    justify-content: flex-start;
    gap: 20px;
  }
  .ratio-controls input {
    width: 90px;
  }
  .ratio-controls .button {
    margin-inline-start: 15px;
  }
  .ratio-play > small {
    max-width: 500px;
  }
  .section-heading {
    gap: 35px;
  }
  .section-heading h2 {
    font-size: 39px;
  }
  .section-heading > p {
    font-size: 12px;
    max-width: 240px;
  }
  .experience-grid {
    gap: 15px;
  }
  .experience-copy {
    padding: 20px 18px 64px;
  }
  .experience-copy h3 {
    font-size: 22px;
  }
  .experience-copy p {
    font-size: 11px;
  }
  .experience-copy .micro {
    font-size: 7px;
  }
  .content-tag {
    font-size: 8px;
    left: 10px;
    top: 10px;
    padding: 4px 8px;
  }
  .family-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .family-copy {
    max-width: 600px;
    margin: auto;
  }
  .family-copy h2 {
    font-size: 50px;
  }
  .family-copy .eyebrow {
    font-size: 10px;
  }
  .section-lead {
    font-size: 14px;
  }
  .benefit h3 {
    font-size: 18px;
  }
  .benefit p {
    font-size: 12px;
    max-width: 490px;
  }
  .family-visual {
    height: 620px;
    width: 520px;
    max-width: 100%;
    margin: auto;
  }
  .family-visual .phone {
    width: 49%;
    top: 0;
  }
  .family-visual .learner-phone {
    top: 70px;
  }
  .family-visual-label {
    bottom: 0;
    left: 13%;
    font-size: 11px;
  }
  .family-disc {
    inset: 40px -15px 30px;
  }
  .family-section {
    padding-block: 80px;
  }
  .together {
    padding-block: 75px;
  }
  .together-copy {
    padding: 30px;
  }
  .together-copy .eyebrow {
    font-size: 8px;
  }
  .together-copy h2 {
    font-size: 33px;
  }
  .together-copy p {
    font-size: 12px;
  }
  .together-photo {
    min-height: 400px;
  }
  .together-note {
    font-size: 9px;
  }
  .school-grid {
    grid-template-columns: 0.6fr 1fr;
    gap: 40px;
  }
  .school-art {
    transform: scale(0.8);
    transform-origin: center;
    min-height: 340px;
  }
  .school-ring {
    left: -35px;
    width: 250px;
    height: 250px;
  }
  .school-building {
    left: 12%;
    width: 140px;
    height: 140px;
  }
  .school-building .icon {
    width: 78px;
    height: 78px;
  }
  .bubble-home {
    left: -23%;
  }
  .bubble-book {
    right: -15%;
  }
  .bubble-heart {
    right: -16%;
    bottom: 60px;
  }
  .school-art-caption {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .school-copy .eyebrow {
    font-size: 9px;
  }
  .school-copy h2 {
    font-size: 40px;
  }
  .school-copy > p {
    font-size: 12px;
  }
  .school-request > summary {
    font-size: 11px;
  }
  .school-copy > .text-button {
    font-size: 10px;
  }
  .plans-grid {
    gap: 12px;
  }
  .plan-card {
    padding: 23px 16px;
  }
  .plan-label h3 {
    font-size: 22px;
    min-height: 51px;
  }
  .plan-label > span {
    font-size: 9px;
  }
  .plan-for {
    min-height: 51px;
  }
  .price strong {
    font-size: 35px;
  }
  .price > span {
    font-size: 9px;
  }
  .billing-note {
    font-size: 9px;
    min-height: 49px;
  }
  .plan-card > .button {
    font-size: 10px;
    padding: 12px;
    gap: 8px;
  }
  .plan-card > .button .icon {
    width: 16px;
    height: 16px;
  }
  .plan-features li {
    gap: 7px;
    font-size: 10px;
  }
  .plan-includes {
    min-height: 33px;
  }
  .annual-alternative {
    font-size: 9px;
  }
  .trust-grid h3 {
    font-size: 18px;
  }
  .trust-grid p {
    font-size: 11px;
  }
  .download-panel {
    padding: 45px 40px;
  }
  .download-art {
    right: -220px;
    opacity: 0.4;
  }
  .download-copy h2 {
    font-size: 44px;
  }
  .faq-section {
    grid-template-columns: 1fr 1.35fr;
    gap: 45px;
  }
  .faq-section h2 {
    font-size: 38px;
  }
  .faq-list summary {
    font-size: 12px;
  }
  .closing > span {
    font-size: 24px;
  }
  .footer-top {
    flex-wrap: wrap;
  }
  .footer-top > p {
    margin-inline-start: auto;
    flex: 0 1 auto;
  }
  .footer-top nav {
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    gap: 30px;
  }
  .footer-bottom {
    padding-top: 25px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 90px;
  }
  .section-shell {
    width: calc(100% - 40px);
  }
  .header-inner {
    width: calc(100% - 32px);
    height: 70px;
    gap: 12px;
  }
  .brand {
    font-size: 23px;
    gap: 8px;
  }
  .brand img {
    width: 31px;
    height: 31px;
  }
  .brand small {
    font-size: 6.5px;
  }
  .header-actions {
    gap: 13px;
  }
  .header-actions .sign-in {
    display: none;
  }
  .header-actions .button {
    font-size: 13px;
    padding: 10px 14px;
    min-height: 44px;
  }
  .header-actions .button .icon {
    display: none;
  }
  .language-link {
    font-size: 12px;
  }
  .mobile-menu > summary {
    width: 44px;
    height: 44px;
  }
  .mobile-menu > summary .icon {
    width: 19px;
    height: 19px;
  }
  .hero {
    padding-top: 36px;
  }
  .hero-eyebrow {
    font-size: 7.5px;
    letter-spacing: 0.05em;
    padding: 6px 10px;
    gap: 6px;
    margin-bottom: 21px;
  }
  .hero-eyebrow .icon {
    width: 14px;
    height: 14px;
  }
  .hero h1 {
    font-size: clamp(35px, 8.1vw, 48px);
    line-height: 1.09;
    letter-spacing: -0.05em;
  }
  .hero-lead {
    font-size: 13px;
    line-height: 1.8;
    margin: 20px auto 24px;
    max-width: 350px;
  }
  .hero-lead br {
    display: none;
  }
  .hero-actions {
    gap: 13px;
    flex-direction: column;
  }
  .hero-actions > .button {
    font-size: 12px;
    min-height: 49px;
    padding: 13px 24px;
  }
  .hero-actions > .text-button {
    font-size: 11px;
    min-height: 44px;
  }
  .hero-footnote {
    font-size: 9px;
    margin-top: 12px;
  }
  .hero-devices {
    height: auto;
    padding-block: 0 40px;
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    perspective: none;
  }
  .device-field {
    inset: 10px -16px 28px;
    border-radius: 42% 38% 35% 35%;
    transform: rotate(-3deg);
  }
  .hero-tablet {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: rotate(-2deg);
    z-index: 1;
  }
  .tablet {
    padding: 6px 7px 8px;
    border-radius: 18px;
    box-shadow:
      inset 0 0 0 1px #858e94,
      inset 0 0 0 2px #2d343c;
  }
  .tablet-screen {
    border-radius: 12px;
  }
  .tablet-top {
    padding-top: 3%;
  }
  .tablet-copy {
    top: 24%;
  }
  .tablet-copy h3 {
    font-size: 5cqw;
  }
  .tablet-copy p {
    font-size: 1.8cqw;
  }
  .tablet-top .brand {
    font-size: 2.8cqw;
    gap: 0.7cqw;
  }
  .tablet-top .brand img {
    width: 4cqw;
    height: 4cqw;
  }
  .tablet-top .brand small {
    font-size: 0.85cqw;
  }
  .tablet-copy .micro {
    font-size: 1.3cqw;
  }
  .recipe-card {
    padding: 1.2cqw 1.5cqw;
    border-radius: 6px;
    bottom: 11%;
  }
  .recipe-card > span:first-child {
    font-size: 1.35cqw;
  }
  .recipe-result {
    border-radius: 4px;
    font-size: 1.1cqw;
  }
  .tablet-bottom {
    font-size: 1.15cqw;
    padding: 1.8cqw 3cqw;
  }
  .tablet-bottom > span:last-child {
    display: none;
  }
  .lesson-stages {
    font-size: 1.5cqw;
    gap: 2.5cqw;
  }
  .hero-phone {
    position: relative;
    right: auto;
    bottom: auto;
    width: 200px;
    transform: rotate(3deg);
    margin-top: 14px;
    align-self: flex-end;
    margin-inline-end: 30px;
  }
  .phone {
    border-radius: 29px;
    padding: 6px;
  }
  .phone-screen {
    border-radius: 23px;
  }
  .hero-phone .phone-screen {
    padding-inline: 6%;
  }
  .note-learning {
    top: 270px;
    left: 0;
    bottom: auto;
    max-width: 135px;
    line-height: 1.5;
    font-size: 10px;
    padding: 13px;
    transform: rotate(-5deg);
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
  .note-family {
    right: 3px;
    top: auto;
    bottom: 30px;
    font-size: 9px;
    transform: rotate(2deg);
  }
  .floating-note .icon {
    width: 17px;
    height: 17px;
  }
  .device-caption {
    margin-top: 0;
    margin-bottom: 22px;
    gap: 10px;
    font-size: 9px;
    justify-content: center;
  }
  .device-caption > span {
    gap: 5px;
  }
  .device-caption .icon {
    width: 14px;
    height: 14px;
  }
  .device-caption small {
    flex-basis: 100%;
    text-align: center;
    font-size: 8px;
  }
  .orbit-one {
    width: 60px;
    height: 60px;
    left: -16px;
    top: 160px;
    opacity: 0.6;
  }
  .orbit-two {
    display: none;
  }
  .promise-strip {
    padding-top: 18px;
    padding-bottom: 31px;
    gap: 17px 10px;
    font-size: 9px;
  }
  .promise-strip .icon {
    width: 16px;
    height: 16px;
  }
  .promise-strip > span {
    gap: 8px;
    justify-content: flex-start;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 0.08em;
    margin-bottom: 17px;
  }
  h2 {
    font-size: 39px;
    letter-spacing: -0.045em;
  }
  .story-section {
    padding-block: 63px 35px;
    border-radius: 26px 26px 0 0;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .story-heading {
    position: relative;
    top: auto;
  }
  .story-heading h2 {
    font-size: 39px;
  }
  .story-heading > p {
    font-size: 13px;
    margin-top: 22px;
  }
  .light-link {
    font-size: 12px;
  }
  .story-visual {
    height: 200px;
    align-items: center;
    margin-top: 3px;
  }
  .big-ratio {
    font-size: 120px;
  }
  .ratio-orbit {
    width: 240px;
    left: calc(50% - 120px);
    top: 25px;
    height: 140px;
  }
  .ratio-subtitle {
    font-size: 10px;
    margin-top: 7px;
  }
  .story-step {
    min-height: 0;
    padding: 27px 0 32px;
    margin-bottom: 0;
    gap: 19px;
  }
  .story-step h3 {
    font-size: 27px;
    max-width: 280px;
    margin: 12px 0;
  }
  .story-step p {
    font-size: 12px;
    line-height: 1.85;
  }
  .story-step .micro {
    font-size: 9px;
  }
  .step-number {
    width: 30px;
    height: 30px;
    margin-top: 4px;
  }
  .ingredient-equation {
    font-size: 29px;
    gap: 22px;
    margin-top: 20px;
    justify-content: center;
  }
  .step-pills {
    justify-content: center;
    gap: 12px;
  }
  .step-pills > span {
    font-size: 17px;
    padding: 8px 13px;
  }
  .evidence-note {
    font-size: 12px;
    padding: 18px;
  }
  .ratio-play {
    padding: 24px 22px;
    gap: 12px;
    margin-top: 34px;
    width: calc(100% - 30px);
    border-radius: 19px;
  }
  .ratio-play .eyebrow {
    font-size: 8px;
  }
  .ratio-play h3 {
    font-size: 25px;
  }
  .ratio-play p {
    font-size: 12px;
  }
  .ratio-controls {
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 6px;
    justify-content: center;
  }
  .ratio-controls label {
    font-size: 10px;
    flex: 1;
  }
  .ratio-controls input {
    width: 100%;
    font-size: 23px;
  }
  .ratio-controls .button {
    flex-basis: 100%;
    margin: 10px 0 0;
    font-size: 12px;
    min-height: 46px;
  }
  .ratio-play > .ratio-feedback {
    font-size: 11px;
    line-height: 1.8;
    margin-top: 3px;
  }
  .ratio-play > small {
    font-size: 9px;
  }
  .experiences {
    padding-block: 65px 60px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 39px;
  }
  .section-heading > p {
    max-width: 100%;
    margin-top: 22px;
    font-size: 13px;
  }
  .experience-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .experience-card {
    border-radius: 20px;
  }
  .experience-image {
    aspect-ratio: 1.65;
  }
  .experience-copy {
    padding: 23px 23px 45px;
  }
  .experience-copy .micro {
    font-size: 9px;
  }
  .experience-copy h3 {
    font-size: 28px;
    margin: 10px 0 9px;
  }
  .experience-copy p {
    font-size: 12px;
    max-width: 80%;
  }
  .content-tag {
    font-size: 10px;
    left: 16px;
    top: 16px;
    padding: 5px 10px;
  }
  .round-arrow {
    right: 23px;
    bottom: 24px;
    width: 36px;
    height: 36px;
  }
  .collection-note {
    font-size: 10px;
    text-align: start;
    margin-top: 25px;
  }
  .family-section {
    padding-block: 60px 65px;
  }
  .family-grid {
    gap: 45px;
  }
  .family-visual {
    height: 126vw;
    max-height: 560px;
    width: 100%;
    min-height: 400px;
  }
  .family-visual .phone {
    width: 57%;
    left: -2%;
    top: 5px;
    transform: rotate(-5deg);
  }
  .family-visual .learner-phone {
    left: auto;
    right: -2%;
    top: 55px;
    transform: rotate(6deg);
    width: 52%;
  }
  .family-disc {
    inset: 45px -10px 10px;
  }
  .family-visual-label {
    font-size: 8.5px;
    padding: 11px 13px;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    white-space: nowrap;
    gap: 7px;
  }
  .family-visual-label .icon {
    width: 15px;
    height: 15px;
  }
  .family-copy h2 {
    font-size: 39px;
  }
  .family-copy .eyebrow {
    font-size: 8px;
  }
  .section-lead {
    font-size: 13px;
    line-height: 1.85;
    margin-top: 23px;
  }
  .benefit {
    gap: 16px;
    margin-top: 26px;
  }
  .benefit h3 {
    font-size: 18px;
  }
  .benefit p {
    font-size: 12px;
  }
  .benefit > .icon {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .family-copy > .text-button {
    font-size: 12px;
  }
  .together {
    grid-template-columns: 1fr;
    padding-block: 60px;
  }
  .together-photo {
    border-radius: 22px 22px 0 0;
    min-height: 0;
    aspect-ratio: 1.5;
  }
  .together-copy {
    border-radius: 0 0 22px 22px;
    padding: 33px 28px;
  }
  .together-copy h2 {
    font-size: 39px;
  }
  .together-copy .eyebrow {
    font-size: 7.5px;
  }
  .together-copy p {
    font-size: 12px;
    line-height: 1.9;
  }
  .together-note {
    font-size: 9px;
    margin-top: 25px;
    align-items: flex-start;
  }
  .school-section {
    padding-block: 34px 60px;
  }
  .school-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .school-art {
    width: 300px;
    height: 315px;
    min-height: 315px;
    margin: 0 auto;
    transform: scale(0.8);
    transform-origin: center;
  }
  .school-ring {
    left: 20px;
    top: 0;
    width: 260px;
    height: 260px;
  }
  .school-building {
    left: 80px;
    top: 54px;
    width: 140px;
    height: 140px;
  }
  .school-building .icon {
    width: 80px;
    height: 80px;
  }
  .bubble-home {
    left: -5px;
    top: 6px;
  }
  .bubble-book {
    right: -5px;
    top: 0;
  }
  .bubble-heart {
    right: 0;
    bottom: 75px;
  }
  .school-art-caption {
    font-size: 24px;
    bottom: -10px;
    left: 20%;
    width: 60%;
  }
  .school-copy h2 {
    font-size: 41px;
  }
  .school-copy > p {
    font-size: 13px;
    margin-top: 20px;
  }
  .school-copy .eyebrow {
    font-size: 8px;
  }
  .school-request > summary {
    font-size: 11px;
    padding: 14px 18px;
    border-radius: 13px;
    width: 100%;
    min-height: 60px;
    justify-content: space-between;
  }
  .school-copy > .school-fine {
    font-size: 10px;
  }
  .school-copy > .text-button {
    font-size: 10px;
  }
  .request-panel {
    padding: 17px;
  }
  .pricing-section {
    padding-block: 65px 55px;
  }
  .center-heading h2 {
    font-size: 39px;
  }
  .center-heading > p {
    font-size: 13px;
    margin-top: 22px;
  }
  .pricing-controls {
    margin-top: 27px;
    gap: 13px;
  }
  .billing-toggle span {
    font-size: 11px;
    padding: 10px 16px;
  }
  .billing-toggle small {
    font-size: 8px;
  }
  .currency-control select {
    font-size: 11px;
  }
  .plans-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 26px;
  }
  .plan-card {
    padding: 30px;
  }
  .plan-label {
    min-height: 0;
  }
  .plan-label h3 {
    font-size: 28px;
    min-height: 0;
  }
  .plan-label > span {
    font-size: 10px;
  }
  .plan-for {
    font-size: 12px;
    min-height: 0;
    margin-top: 16px;
  }
  .price {
    margin-top: 23px;
  }
  .price strong {
    font-size: 56px;
  }
  .price > span {
    font-size: 12px;
  }
  .billing-note {
    font-size: 11px;
    min-height: 0;
    margin-top: 14px;
  }
  .plan-card > .button {
    font-size: 12px;
    min-height: 48px;
    padding: 12px 20px;
    margin-top: 23px;
  }
  .plan-includes {
    font-size: 11px;
    min-height: 0;
  }
  .plan-features {
    gap: 16px;
  }
  .plan-features li {
    font-size: 12px;
    gap: 11px;
  }
  .plan-features .icon {
    width: 16px;
    height: 16px;
  }
  .annual-alternative {
    font-size: 11px;
    padding-top: 20px;
  }
  .pricing-notes {
    text-align: start;
    font-size: 9px;
    margin-bottom: 22px;
  }
  .pricing-notes p + p {
    margin-top: 10px;
  }
  .school-price-note {
    font-size: 11px;
    padding: 21px 18px;
    align-items: flex-start;
    gap: 12px;
  }
  .school-price-note b {
    display: block;
    margin-inline: 0;
    margin-top: 5px;
    border: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .school-price-note > .icon:last-child {
    display: none;
  }
  .trust-section {
    padding-block: 55px;
  }
  .trust-section h2 {
    font-size: 37px;
  }
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 35px;
  }
  .trust-grid article > .icon {
    margin-bottom: 12px;
  }
  .trust-grid h3 {
    font-size: 22px;
  }
  .trust-grid p {
    font-size: 12px;
    max-width: 270px;
  }
  .download-section {
    padding-top: 55px;
  }
  .download-panel {
    border-radius: 23px;
    padding: 35px 25px;
    min-height: 0;
  }
  .download-copy h2 {
    font-size: 35px;
    line-height: 1.1;
  }
  .download-copy > p {
    font-size: 12px;
    max-width: 300px;
  }
  .download-copy > p br {
    display: none;
  }
  .download-panel .eyebrow {
    font-size: 7px;
    letter-spacing: 0.08em;
  }
  .store-options {
    gap: 10px;
    margin: 24px 0;
  }

  .store-option b {
    font-size: 15px;
  }
  .store-option small {
    font-size: 6.5px;
  }
  .download-copy > .button {
    font-size: 11px;
    min-height: 46px;
  }
  .download-copy > .download-fine {
    font-size: 9px;
  }
  .download-art {
    width: 290px;
    height: 290px;
    right: -165px;
    top: 50px;
    opacity: 0.15;
  }
  .download-art > img {
    width: 180px;
    height: 180px;
  }
  .download-orbit {
    width: 290px;
    height: 290px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 60px;
  }
  .faq-section h2 {
    font-size: 39px;
  }
  .faq-section .text-button {
    font-size: 12px;
    margin-top: 18px;
  }
  .faq-list summary {
    font-size: 13px;
    padding-block: 20px;
    gap: 20px;
  }
  .faq-list details p {
    font-size: 12px;
    padding-inline-end: 20px;
  }
  .closing {
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 0 45px;
    gap: 23px;
  }
  .closing > span {
    font-size: 26px;
    max-width: 330px;
    gap: 14px;
  }
  .closing .button {
    font-size: 11px;
    min-height: 46px;
    margin-inline-start: 44px;
  }
  .footer-top {
    gap: 25px;
    padding-top: 36px;
  }
  .footer-top .brand {
    font-size: 26px;
  }
  .footer-top .brand img {
    width: 36px;
    height: 36px;
  }
  .footer-top .brand small {
    font-size: 7px;
  }
  .footer-top > p {
    font-size: 12px;
    margin-inline-start: 0;
    flex: 1;
    max-width: 170px;
  }
  .footer-top nav {
    gap: 6px 22px;
    font-size: 13px;
  }
  .footer-bottom {
    gap: 8px;
    flex-wrap: wrap;
    padding-block: 22px 19px;
    font-size: 11px;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  .footer-bottom > a {
    font-size: 11px;
  }
  .motion-enabled .hero-tablet,
  .motion-enabled .hero-phone {
    will-change: auto;
  }
  .motion-enabled [data-reveal].reveal-pending {
    transform: translateY(18px);
  }
}
@media (max-width: 370px) {
  .header-inner {
    gap: 8px;
  }
  .header-actions {
    gap: 9px;
  }
  .header-actions .button {
    padding: 10px 12px;
  }
  .brand {
    font-size: 21px;
    gap: 6px;
  }
  .brand img {
    width: 28px;
    height: 28px;
  }
  .hero h1 {
    font-size: 33px;
  }
  .hero-phone {
    margin-inline-end: 8px;
    width: 190px;
  }
  .note-learning {
    max-width: 100px;
    font-size: 9px;
  }
  .device-caption {
    font-size: 8px;
  }
  .family-visual {
    min-height: 370px;
  }
  .family-copy h2 {
    font-size: 35px;
  }

  .store-option b {
    font-size: 13px;
  }
  .download-copy h2 {
    font-size: 31px;
  }
  .footer-top {
    gap: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .hero-tablet,
  .hero-phone {
    transform: none !important;
    will-change: auto;
  }
  .motion-enabled [data-reveal].reveal-pending {
    opacity: 1;
    transform: none;
  }
  .story-heading {
    position: relative;
    top: auto;
  }
  .big-ratio {
    transform: none !important;
  }
  .experience-card:hover,
  .experience-card:hover img,
  .button:hover {
    transform: none;
  }
  .scroll-progress {
    display: none;
  }
}
@media print {
  .site-header {
    position: static;
  }
  .hero-orbit,
  .scroll-progress,
  .download-art {
    display: none;
  }
  .story-heading {
    position: relative;
    top: auto;
  }
  .motion-enabled [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
  .section-shell {
    width: 100%;
  }
  section {
    break-inside: avoid;
  }
  .plans-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .plan-card {
    box-shadow: none;
  }
  .school-request[open],
  .regional-prices {
    display: block;
  }
}

@media (max-width: 600px) {
  .family-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-bottom: 52px;
  }
  .family-visual .phone {
    position: relative;
    inset: auto;
    width: min(285px, 88%);
    transform: rotate(-3deg);
  }
  .family-visual .family-phone {
    order: 0;
  }
  .family-visual .learner-phone {
    order: 1;
    inset: auto;
    transform: rotate(3deg);
  }
  .family-visual-label {
    bottom: 0;
  }
}

@media (max-width: 600px) {
  .hero-devices .device-field {
    inset: 10px 0 28px;
    transform: none;
  }
}

/* The same eleven learning formats as the TutorCentrix experience directory. */
.formats-section {
  padding-block: 20px 105px;
}
.formats-section .section-heading > p {
  max-width: 380px;
}
.formats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.format-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: white;
}
.format-image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--learner);
}
.format-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.format-number {
  position: absolute;
  inset-block-start: 14px;
  inset-inline-start: 14px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: #fffffff0;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  color: var(--ink);
}
.format-copy {
  padding: 24px 25px 28px;
}
.format-copy h3 {
  font-size: 24px;
  line-height: 1.2;
}
.format-copy p {
  font-size: 13px;
  line-height: 1.85;
  margin-top: 14px;
}
.format-invitation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 20px;
  background: var(--learner);
  padding: 32px;
}
.format-invitation > .icon {
  width: 30px;
  height: 30px;
  color: var(--blue);
  margin-bottom: 22px;
}
.format-invitation h3 {
  font-size: 29px;
  line-height: 1.12;
}
.format-invitation p {
  font-size: 13px;
  line-height: 1.85;
  margin-top: 20px;
}
.format-invitation .text-button {
  font-size: 12px;
  margin-top: 20px;
  color: var(--blue);
}
@media (min-width: 851px) {
  .formats-grid > [data-reveal]:nth-child(3n + 2) {
    --reveal-delay: 85ms;
  }
  .formats-grid > [data-reveal]:nth-child(3n) {
    --reveal-delay: 170ms;
  }
}
@media (max-width: 1000px) {
  .format-copy {
    padding: 21px;
  }
  .format-copy h3 {
    font-size: 22px;
  }
  .format-copy p {
    font-size: 12px;
  }
  .format-invitation {
    padding: 25px;
  }
}
@media (max-width: 850px) {
  .formats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .formats-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .formats-section {
    padding-block: 0 65px;
  }
  .formats-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .formats-section .section-heading > p {
    max-width: none;
  }
  .format-copy {
    padding: 24px;
  }
  .format-copy h3 {
    font-size: 27px;
  }
  .format-copy p {
    font-size: 13px;
  }
  .format-invitation {
    padding: 30px;
  }
  .format-invitation h3 {
    font-size: 31px;
  }
  .format-invitation p {
    font-size: 13px;
  }
}

/* Original store artwork: retain aspect ratios, colors and built-in clear space. */
.download-copy > .store-availability {
  font-size: 11px;
  margin-top: 25px;
  color: #e1ebff;
}
.store-options {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  margin: 12px 0 27px;
}
.store-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
}
.store-badge img {
  width: auto;
  height: 44px;
  max-width: none;
  object-fit: contain;
}
.store-badge img.google-play-padded {
  height: 66px;
  margin: -11px -11px;
}
.store-badge small {
  font-size: 9px;
  line-height: 1.5;
  color: #d4e2fb;
  text-align: center;
}
@media (max-width: 600px) {
  .store-options {
    gap: 16px 24px;
  }
  .store-badge {
    align-items: flex-start;
  }
  .store-badge small {
    text-align: start;
  }
}
