/* Self-hosted so no visitor IP reaches Google's servers. Variable axis 100-900
   because the layout uses in-between weights (650, 750) that static cuts
   would silently round off. */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/noto-sans-latin.woff2") format("woff2");
  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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/noto-sans-latin-ext.woff2") format("woff2");
  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 {
  --navy: #17162f;
  --muted: #6f6c7e;
  --violet: #6540b8;
  --violet-dark: #4f30a6;
  --blue: #168ed1;
  --yellow: #ffc31a;
  --green: #64c61a;
  --orange: #f36a00;
  --turquoise: #10aaa3;
  --pink: #ff4f7f;
  --ivory: #f7f5ef;
  --sky: #ddeff7;
  --mint: #dff3e7;
  --peach: #f7e2d4;
  --white: #fff;
  --line: #e6e3ec;
  --shadow: 0 22px 60px rgba(31, 26, 69, .09);
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--ivory); font-family: "Noto Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 88px 0; }
.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; z-index: 999; left: 16px; top: 14px; transform: translateY(-150%); padding: 12px 18px; border-radius: 12px; background: var(--navy); color: white; transition: transform .2s; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 88px; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(23,22,47,.06); box-shadow: 0 1px 0 rgba(255,255,255,.7); transition: height .25s, box-shadow .25s, background .25s; backdrop-filter: blur(22px) saturate(135%); }
.site-header.scrolled { height: 74px; background:rgba(255,255,255,.97); box-shadow: 0 12px 34px rgba(35,28,74,.09); }
.nav-wrap { width:min(calc(100% - 64px),1420px); height: 100%; display: grid; grid-template-columns: 230px 1fr 156px; align-items: center; }
.brand { width: 150px; height: auto; display: flex; align-items: center; }
.brand img { width: 100%; transform:none; }
.main-nav { justify-self: center; display: flex; gap: clamp(28px,3vw,52px); align-items: center; font-size: 14px; font-weight: 750; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -9px; height: 3px; border-radius: 3px; background: var(--violet); transform: scaleX(0); transition: transform .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.main-nav a[aria-current="page"]{color:var(--violet)}
.menu-toggle { display: none; border: 0; background: transparent; }

/* Language switcher ------------------------------------------------------- */
.lang-switch { position: relative; justify-self: end; }
.lang-toggle { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.92); font-size: 13px; font-weight: 750; cursor: pointer; box-shadow: 0 7px 20px rgba(23,22,47,.06); transition: border-color .2s, box-shadow .2s; }
.lang-toggle:hover { border-color: rgba(101,64,184,.35); }
/* Flags are inline SVG, not emoji: 🇩🇪 renders as the letters "DE" on Windows,
   which is exactly the platform most visitors are on. flex-shrink:0 keeps the
   flag from collapsing if a label ever grows. */
.lang-flag { flex: 0 0 21px; width: 21px; height: 15px; border-radius: 3px; box-shadow: inset 0 0 0 1px rgba(23,22,47,.14); background-size: cover; background-position: center; }
.lang-code { font-size: 13px; font-weight: 800; letter-spacing: .03em; }
.flag-de { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 3'%3E%3Crect width='5' height='3' fill='%23000'/%3E%3Crect y='1' width='5' height='1' fill='%23D00'/%3E%3Crect y='2' width='5' height='1' fill='%23FFCE00'/%3E%3C/svg%3E"); }
.flag-en { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3CclipPath id='t'%3E%3Cpath d='M30,15h30v15zv15h-30zh-30v-15zv-15h30z'/%3E%3C/clipPath%3E%3Cpath d='M0,0v30h60v-30z' fill='%23012169'/%3E%3Cpath d='M0,0 60,30M60,0 0,30' stroke='%23fff' stroke-width='6'/%3E%3Cpath d='M0,0 60,30M60,0 0,30' clip-path='url(%23t)' stroke='%23C8102E' stroke-width='4'/%3E%3Cpath d='M30,0v30M0,15h60' stroke='%23fff' stroke-width='10'/%3E%3Cpath d='M30,0v30M0,15h60' stroke='%23C8102E' stroke-width='6'/%3E%3C/svg%3E"); }
.lang-caret { display: grid; place-items: center; transition: transform .2s; }

/* Arrows, carets and the play triangle are drawn as SVG rather than as text
   characters. U+2192 and friends are absent from the Noto Sans subset, so they
   fell back to a system font whose metrics differ per platform - which is why
   they sat off-centre in their circles and would not have matched on Windows.
   A viewBox centres geometrically and inherits colour from the button. */
.ico { display: block; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.button-primary > span .ico, .button-pink > span .ico, .button-light > span .ico { width: 15px; height: 15px; }
.moment-card a .ico { width: 17px; height: 17px; }
.slider-controls > button .ico { width: 18px; height: 18px; }
.newsletter button .ico { width: 16px; height: 16px; }
.lang-caret .ico { width: 12px; height: 12px; stroke-width: 2.8; }
.play-icon .ico { width: 11px; height: 11px; fill: currentColor; stroke: none; }
.demo-visual span .ico { width: 24px; height: 24px; fill: currentColor; stroke: none; }
.lang-toggle[aria-expanded="true"] .lang-caret { transform: rotate(180deg); }
.lang-menu { position: absolute; z-index: 120; right: 0; top: calc(100% + 9px); min-width: 104px; margin: 0; padding: 6px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: 0 18px 40px rgba(23,22,47,.14); list-style: none; }
.lang-menu[hidden] { display: none; }
.lang-menu a { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 11px; border-radius: 10px; font-size: 13px; font-weight: 700; }
.lang-menu a:hover { background: #f6f2ff; }
.lang-menu a[aria-current="true"] { color: var(--violet); background: #f0e9ff; }

.hero { position: relative; min-height: 930px; padding-top: 88px; overflow: hidden; background: radial-gradient(circle at 90% 58%, rgba(255,244,207,.88), transparent 28%), radial-gradient(circle at 12% 57%, rgba(255,255,255,.95), transparent 34%), linear-gradient(180deg, #dceffd 0%, #eff7f4 69%, #f7f5ef 100%); }
.hero-glow { position: absolute; width: 520px; height: 520px; right: 8%; top: 125px; border-radius: 50%; background: rgba(255,255,255,.43); filter: blur(38px); }
.hero-grid { width:min(calc(100% - 64px),1420px); position: relative; z-index: 2; min-height: 735px; display: grid; grid-template-columns: minmax(0,1.04fr) minmax(600px,.96fr); align-items: center; gap: 36px; }
.hero-copy { position:relative;z-index:4;padding: 54px 0 105px; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 10px; margin: 0 0 27px; padding: 7px 18px 7px 7px; border: 1px solid rgba(101,64,184,.16); border-radius: 999px; color: var(--violet); background: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; box-shadow: 0 5px 14px rgba(77,57,141,.04); }
.eyebrow img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; object-position: top; }
h1,h2,h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 760px; font-size: clamp(58px,4.65vw,74px); font-weight: 900; line-height: 1.04; text-wrap:balance; }
h1 span { color: var(--violet); }
.hero-lead { max-width: 680px; margin: 25px 0 27px; font-size: 16px; line-height: 1.65; }
.hero-benefits { max-width: 720px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 0 0 30px; padding: 0; list-style: none; }
.hero-benefits li { display: flex; align-items: center; gap: 11px; font-size: 10px; line-height: 1.42; }
.benefit-icon { flex: 0 0 39px; height: 39px; display: grid; place-items: center; border-radius: 13px; background: white; box-shadow: 0 7px 18px rgba(24,22,47,.07); font-size: 21px; }
.benefit-icon.green { color: #22b953; }.benefit-icon.purple { color: var(--violet); }.benefit-icon.pink { color: var(--pink); }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border: 0; border-radius: 16px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, #8b52ed, #6540b8); box-shadow: 0 13px 26px rgba(101,64,184,.25), inset 0 -3px rgba(50,21,116,.2); }
.button-primary span, .button-pink span, .button-light span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.95); color: var(--violet); }
.button-secondary { min-height: 50px; color: var(--violet); background: rgba(255,255,255,.9); border: 1px solid rgba(101,64,184,.1); box-shadow: 0 9px 24px rgba(24,22,47,.08); }
.play-icon { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(101,64,184,.18); border-radius: 50%; font-size: 10px; }
.button-small { width: 100%; min-height: 44px; font-size: 12px; border-radius: 13px; }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(22,142,209,.4); outline-offset: 3px; }

.hero-product { position: relative; height: 700px; }
.phone { position: absolute; z-index: 3; top: 24px; left: 13%; width: 302px; height: 625px; padding: 10px; border: 7px solid #18171b; border-radius: 48px; background: #141316; box-shadow: 0 40px 50px rgba(26,22,45,.28); transform: rotate(2.5deg); }
.phone-island { position: absolute; z-index: 3; top: 16px; left: 50%; width: 92px; height: 25px; border-radius: 20px; background: #0d0d0e; transform: translateX(-50%); }
.phone-screen { height: 100%; padding: 44px 14px 14px; overflow: hidden; border-radius: 34px; background: #fbfbf8; }
.app-header { display: flex; justify-content: space-between; align-items: center; margin: 0 5px 18px; font-size: 15px; }
.app-header span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: white; box-shadow: 0 3px 12px rgba(23,22,47,.1); }
.learning-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.learning-tile { height: 145px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; overflow: hidden; border-radius: 18px; box-shadow: inset 0 -4px rgba(0,0,0,.03); font-size: 11px; }
.learning-tile > span { font-size: 50px; filter: drop-shadow(0 8px 6px rgba(23,22,47,.14)); }.learning-tile img { width: 80px; height: 80px; object-fit: cover; object-position: top; border-radius: 50%; }.tile-blue{background:#bfe8fb}.tile-yellow{background:#ffe6a0}.tile-mint{background:#bcefd5}.tile-lilac{background:#ddcaf8}/* Each digit is its own element. The previous version faked three colours with
   text-shadow offsets of 13px and 26px, which only lines up if a digit happens
   to be exactly 13px wide - at the real size the copies overlapped into mush. */
.learning-tile .numbers{display:flex;font-weight:900}
.learning-tile .numbers i{font-style:normal}
.learning-tile .numbers i:nth-child(1){color:#238ed1}
.learning-tile .numbers i:nth-child(2){color:#f05c8b}
.learning-tile .numbers i:nth-child(3){color:#62c61a}.learning-tile .letter-a{color:var(--violet);font-weight:900;font-size:65px}
.routine-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; margin-top: 11px; }.routine-row div{height:82px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:13px;color:white;background:#4166cf}.routine-row div:nth-child(2){color:var(--navy);background:#a7e9f7}.routine-row div:nth-child(3){color:var(--navy);background:#ffc8ba}.routine-row div:nth-child(4){color:var(--violet);background:#e2cef7}.routine-row span{font-size:25px}.routine-row small{font-size:7px;font-weight:700}.phone-dots{display:flex;justify-content:center;gap:6px;margin-top:14px}.phone-dots i{width:7px;height:7px;border-radius:50%;background:#ddd9e5}.phone-dots i:first-child{background:#7b53d3}
.hero-didi { position: absolute; z-index: 5; width: 390px; right: -18px; bottom: 7px; filter: drop-shadow(0 24px 17px rgba(37,60,29,.22)); }
.learning-object { position: absolute; z-index: 6; display: grid; place-items: center; font-weight: 900; filter: drop-shadow(0 12px 9px rgba(41,31,71,.15)); animation: float 5s ease-in-out infinite; }.object-a{left:-3%;top:105px;color:#f06da2;font-size:62px;transform:rotate(-12deg)}.object-book{right:4%;top:30px;font-size:62px;animation-delay:-1s}.object-three{right:2%;top:182px;color:#4ca5e5;font-size:62px;transform:rotate(8deg);animation-delay:-3s}.object-sun{right:-6%;top:78px;color:#ffc93d;font-size:79px}.object-globe{right:-4%;top:330px;font-size:57px;animation-delay:-2s}
.hero-landscape { position: absolute; z-index: 1; inset: auto 0 0; height: 230px; background: linear-gradient(165deg, transparent 18%, rgba(255,250,237,.95) 18.5%); }.hero-landscape::before{content:"";position:absolute;left:-7%;bottom:40px;width:40%;height:170px;border-radius:50% 50% 0 0;background:#dcefcf;filter:blur(.2px);opacity:.8}.hero-landscape::after{content:"";position:absolute;right:-4%;bottom:30px;width:32%;height:190px;border-radius:55% 50% 0 0;background:#e8f3d9;opacity:.75}.hero-landscape i{position:absolute;z-index:2;bottom:35px;width:22px;height:73px;border-radius:55% 55% 20% 20%;background:#8bc66c}.hero-landscape i::after{content:"";position:absolute;left:8px;top:51px;width:5px;height:32px;background:#a6885c}.hero-landscape i:nth-child(1){left:7%}.hero-landscape i:nth-child(2){left:25%;transform:scale(.7)}.hero-landscape i:nth-child(3){right:13%;transform:scale(1.2)}.hero-landscape i:nth-child(4){right:31%;transform:scale(.65)}
.trust-bar { width:min(calc(100% - 64px),1180px); position: absolute; z-index: 8; left: 50%; bottom: 24px; display: grid; grid-template-columns: repeat(4,1fr); padding: 19px 20px; border: 1px solid rgba(255,255,255,.86); border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: 0 20px 48px rgba(31,26,69,.11); transform: translateX(-50%); backdrop-filter: blur(18px); }
.trust-bar>div { display: flex; align-items: center; justify-content:center; gap: 12px; min-width:0; padding: 0 18px; border-right: 1px solid var(--line); }.trust-bar>div:last-child{border:0}.trust-icon{font-size:29px}.trust-icon.book{color:var(--green)}.trust-icon.heart{color:var(--pink)}.trust-icon.shield{color:var(--blue)}.trust-icon.learn{color:#f0a000}.trust-bar p{display:flex;flex-direction:column;margin:0;font-size:11px;white-space:nowrap}.trust-bar small{margin-top:2px;font-size:9px}

.surface-panel { padding: 48px 38px; border: 1px solid rgba(101,64,184,.08); border-radius: 35px; background: rgba(255,255,255,.9); box-shadow: 0 15px 50px rgba(38,31,72,.06); }
.section-heading { margin-bottom: 34px; }.section-heading.centered{text-align:center}.section-kicker{margin:0 0 9px;color:var(--violet);font-size:10px;font-weight:900;letter-spacing:.09em}.section-heading h2,.path-heading h2,.rhythm-panel h2{font-size:clamp(30px,3vw,46px);font-weight:900}.section-heading>p:last-child,.path-heading>p:last-child{margin:10px 0 0;color:var(--muted);font-size:12px}
.moments-section{position:relative;padding:120px 0 80px;overflow:hidden;background:linear-gradient(180deg,#f7f5ef 0%,#f1eff8 20%,#f2f0f8 100%)}.moments-world{position:relative;padding:70px 70px 64px;border:1px solid rgba(101,64,184,.07);border-radius:70px 70px 42px 42px;background:rgba(255,255,255,.96);box-shadow:0 28px 70px rgba(38,31,72,.07)}.moments-world::before{content:"";position:absolute;z-index:0;left:7%;top:-65px;width:155px;height:130px;border-radius:50%;background:white;box-shadow:180px -23px 0 27px white,390px -38px 0 48px white,630px -16px 0 20px white,835px -30px 0 35px white,1020px 8px 0 7px white}.moments-world>*{position:relative;z-index:2}.cloud-orb{position:absolute!important;z-index:1!important;width:95px;height:95px;border-radius:50%;background:linear-gradient(145deg,#f1eaff,#fff);opacity:.8}.cloud-orb-left{left:30px;top:78px}.cloud-orb-right{right:32px;top:105px}.moments-heading{max-width:790px;margin:0 auto 52px}.moments-heading .section-kicker{font-size:11px}.moments-heading h2{font-size:clamp(40px,4vw,60px)}.moments-heading>p:last-child{max-width:720px;margin:15px auto 0;font-size:14px;line-height:1.65}.moments-grid{max-width:1060px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 34px;margin-inline:auto}.moment-card{position:relative;overflow:visible;border:1px solid rgba(23,22,47,.08);border-radius:28px;background:white;box-shadow:0 15px 38px rgba(23,22,47,.08);transition:transform .25s,box-shadow .25s}.moment-card:hover{transform:translateY(-7px);box-shadow:0 25px 52px rgba(40,31,78,.14)}.moment-card>img{width:100%;height:325px;object-fit:cover;border-radius:26px 26px 0 0}.moment-card>div{position:relative;min-height:168px;padding:24px 58px 27px 28px;text-align:left}.moment-card h3{font-size:24px;letter-spacing:-.025em}.moment-card p{margin:9px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.moment-card .moment-meta{margin:0 0 7px;color:var(--violet);font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.moment-card a{position:absolute;right:24px;bottom:28px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:var(--violet);background:#eee5ff;font-weight:900;transition:transform .2s,background .2s}.moment-card a:hover{transform:translateX(3px);background:#e3d5ff}.moment-ribbon{position:absolute;z-index:4;left:50%;top:-18px;min-width:62%;padding:12px 24px;border-radius:9px;color:var(--navy);background:#bcebdc;box-shadow:0 8px 17px rgba(23,22,47,.13);transform:translateX(-50%);text-align:center;font-size:12px;font-weight:900}.moment-ribbon::before,.moment-ribbon::after{content:"";position:absolute;z-index:-1;top:9px;width:32px;height:30px;background:inherit}.moment-ribbon::before{left:-20px;clip-path:polygon(0 15%,100% 0,100% 100%,0 85%,35% 50%)}.moment-ribbon::after{right:-20px;clip-path:polygon(0 0,100% 15%,65% 50%,100% 85%,0 100%)}.moment-peach .moment-ribbon{background:#ffcdb5}.moment-night .moment-ribbon{color:white;background:#7777b7}.moment-sun .moment-ribbon{background:#ffe477}.button-pink{color:white;background:linear-gradient(135deg,#ff6aa0,#ee3f8c);box-shadow:0 12px 25px rgba(238,63,140,.2)}.moments-cta{width:max-content;display:flex;margin:38px auto 0;min-height:50px;font-size:12px}

.path-section { padding-top: 20px; }.path-panel{padding:38px}.path-heading{margin-bottom:27px}.path-content{display:grid;grid-template-columns:1fr 245px;gap:24px}.age-roadmap{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.age-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:white;text-align:center}.age-card:not(:last-child)::after{content:"";position:absolute;z-index:5;right:-18px;top:112px;width:34px;height:34px;border-radius:50%;background:#8659de url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 12h14m0 0-5.4-5.4M18.5 12l-5.4 5.4'/%3E%3C/svg%3E") center/15px no-repeat;box-shadow:0 4px 10px rgba(101,64,184,.2)}.age-visual{position:relative;height:135px;overflow:hidden;background:var(--peach)}.age-sky .age-visual{background:var(--sky)}.age-mint .age-visual{background:var(--mint)}.age-night .age-visual{background:linear-gradient(#333b8e,#7781d6)}.age-visual img{position:absolute;right:5px;bottom:-20px;width:105px;filter:drop-shadow(0 8px 7px rgba(32,30,45,.13))}.age-visual>span{position:absolute;left:17px;top:33px;font-size:42px}.age-card h3{margin:16px 0 2px;font-size:15px}.age-card>strong{color:var(--violet);font-size:12px}.age-card ul{display:grid;gap:8px;margin:15px 18px 20px;padding:0;list-style:none;text-align:left;color:#59566b;font-size:9px}.age-card li::before{content:"✓";display:inline-grid;place-items:center;width:14px;height:14px;margin-right:6px;border-radius:50%;color:var(--violet);background:#f0e9ff;font-weight:900}.why-card{padding:27px 24px;border-radius:24px;background:linear-gradient(145deg,#f3f7ff,#f8f4ff)}.why-card h2{font-size:25px}.why-card ul{display:grid;gap:13px;margin:24px 0;padding:0;list-style:none;font-size:10px}.why-card li{display:flex;align-items:center;gap:8px}.why-card li span{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;color:#35b94e;background:white;box-shadow:0 3px 8px rgba(23,22,47,.06);font-weight:900}

.rhythm-section { padding: 20px 0 70px; }.rhythm-panel{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:50px;padding:48px;border-radius:30px;color:white;background:var(--violet)}.rhythm-panel .section-kicker{color:#cfc0ff}.rhythm-panel p:last-child{margin:12px 0 0;color:rgba(255,255,255,.7)}.rhythm-panel ol{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:0;padding:0;list-style:none}.rhythm-panel li{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px}.rhythm-panel li:not(:last-child)::after{content:"→";position:absolute;right:-17px;top:14px;color:rgba(255,255,255,.45)}.rhythm-panel li span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;font-weight:900}.step-red{background:#f24f51}.step-blue{background:var(--blue)}.step-yellow{background:#f0ad00}.step-green{background:#50b819}.rhythm-panel strong{text-transform:uppercase;font-size:12px;letter-spacing:.06em}

.testimonials-section { padding-top: 10px; }.testimonial-panel{position:relative}.testimonial-window{overflow:hidden}.testimonial-track{display:flex;gap:18px;transition:transform .5s cubic-bezier(.22,.75,.2,1)}.testimonial-card{position:relative;flex:0 0 calc((100% - 36px)/3);min-height:205px;margin:0;padding:29px;border:1px solid var(--line);border-radius:23px;background:#fcfbfa}.quote-mark{position:absolute;right:24px;top:15px;color:#e3d8fb;font-size:48px;font-weight:900}.testimonial-card>p{position:relative;z-index:1;margin:0;font-size:13px;font-weight:600;line-height:1.6}.testimonial-card footer{display:flex;align-items:center;gap:12px;margin-top:25px}.family-avatar{width:50px;height:50px;display:grid;place-items:center;border-radius:18px;font-size:18px;font-weight:900}.avatar-peach{background:var(--peach);color:var(--orange)}.avatar-mint{background:var(--mint);color:#319e49}.avatar-sky{background:var(--sky);color:var(--blue)}.testimonial-card footer div{display:flex;flex-direction:column}.testimonial-card footer strong{font-size:10px}.testimonial-card footer small{color:var(--muted);font-size:8px}.slider-controls{display:none}.slider-dots{display:flex;justify-content:center;gap:7px;margin-top:18px}.slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#d9d4e7}.slider-dots button.active{width:25px;border-radius:5px;background:var(--violet)}

.final-section { padding: 25px 0 45px; }.final-card{position:relative;min-height:300px;display:flex;align-items:center;overflow:hidden;padding:48px 55px;border-radius:28px;color:white;background:radial-gradient(circle at 75% 40%,rgba(255,255,255,.15),transparent 20%),linear-gradient(120deg,#7252d7,#896fe3)}.final-copy{position:relative;z-index:3}.final-copy .section-kicker{color:#e8e0ff}.final-copy h2{font-size:clamp(32px,3.5vw,50px);font-weight:900}.final-copy>p:not(.section-kicker){margin:14px 0 23px;color:rgba(255,255,255,.8);font-size:13px}.button-light{min-height:48px;color:var(--violet);background:white;box-shadow:0 10px 22px rgba(44,27,105,.2)}.final-didi{position:absolute;z-index:2;right:7%;bottom:-85px;width:295px;filter:drop-shadow(0 15px 13px rgba(34,22,83,.2))}.final-star{position:absolute;color:#ffe579}.star-one{left:2.5%;top:25%;font-size:23px}.star-two{right:4%;top:15%;font-size:31px}.star-three{right:38%;bottom:15%;font-size:21px}

.site-footer{padding:50px 0 25px;background:white}.footer-grid{display:grid;grid-template-columns:.8fr 1.35fr 1fr;gap:70px}.footer-brand img{width:210px;height:auto}.footer-brand p{display:none}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.footer-links div{display:flex;flex-direction:column;gap:10px}.site-footer h3{margin:0 0 4px;font-size:11px}.footer-links a{color:#555266;font-size:9px}.newsletter>h3{margin-bottom:13px}.newsletter form>div{display:flex;padding:4px;border:1px solid var(--line);border-radius:14px}.newsletter input{min-width:0;flex:1;padding:9px;border:0;outline:0;font-size:10px}.newsletter button{width:37px;height:37px;border:0;border-radius:11px;color:white;background:var(--violet);cursor:pointer}.newsletter small{display:block;margin-top:9px;color:#43aa4e;font-size:8px}.footer-bottom{display:flex;justify-content:space-between;margin-top:35px;padding-top:18px;border-top:1px solid var(--line);color:#777486;font-size:8px}

.demo-dialog{width:min(92vw,720px);padding:34px;border:0;border-radius:28px;box-shadow:0 35px 100px rgba(23,22,47,.35)}.demo-dialog::backdrop{background:rgba(23,22,47,.65);backdrop-filter:blur(7px)}.dialog-close{position:absolute;z-index:3;right:17px;top:17px;width:38px;height:38px;border:0;border-radius:50%;background:white;font-size:24px;cursor:pointer}.demo-visual{position:relative;height:330px;overflow:hidden;border-radius:20px}.demo-visual img{width:100%;height:100%;object-fit:cover}.demo-visual span{position:absolute;inset:50% auto auto 50%;width:66px;height:66px;display:grid;place-items:center;border-radius:50%;color:var(--violet);background:white;box-shadow:0 10px 30px rgba(23,22,47,.2);transform:translate(-50%,-50%)}.demo-dialog h2{margin-top:22px}.demo-dialog p{color:var(--muted)}

.path-content{grid-template-columns:1fr 270px}
.age-card{overflow:visible}
.age-visual{height:158px;border-radius:19px 19px 0 0}
.age-visual img{position:static;width:100%;height:100%;object-fit:cover;filter:none}
.testimonial-heading{margin-bottom:25px}.testimonial-score{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px}.score-stars,.card-stars{color:#ffb31a;letter-spacing:2px;text-shadow:0 1px 0 #dc8a00}.score-stars{font-size:18px}.testimonial-score strong{font-size:12px}.testimonial-score small{color:var(--muted);font-size:10px}
.testimonial-card{display:grid;grid-template-columns:1fr;grid-template-rows:210px 1fr;align-items:stretch;min-height:440px;padding:0;overflow:hidden;box-shadow:0 15px 35px rgba(35,25,69,.06);transition:transform .25s ease,box-shadow .25s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 22px 45px rgba(35,25,69,.11)}.testimonial-peach{background:linear-gradient(135deg,#fffaf6 0%,#fff4ea 100%);border-color:#f3dfd0}.testimonial-lilac{background:linear-gradient(135deg,#fcfaff 0%,#f3edff 100%);border-color:#e2d6f8}.testimonial-mint{background:linear-gradient(135deg,#fbfffd 0%,#eaf8ef 100%);border-color:#d4ebdc}.testimonial-sky{background:linear-gradient(135deg,#f8fcff 0%,#eaf6ff 100%);border-color:#d4e9f5}.testimonial-yellow{background:linear-gradient(135deg,#fffdf7 0%,#fff5d9 100%);border-color:#f3e2ae}
.testimonial-copy{position:relative;z-index:2;display:flex;flex-direction:column;padding:25px 14px 24px 26px}.card-stars{margin-bottom:14px;font-size:15px;line-height:1}.testimonial-copy p{margin:0;font-size:13px;font-weight:700;line-height:1.6}.testimonial-copy footer{display:flex;align-items:flex-start;flex-direction:column;gap:3px;margin-top:auto;padding-top:17px;color:#5f5c6e}.testimonial-copy footer strong{color:var(--navy);font-size:9px}.testimonial-copy footer small{color:var(--muted);font-size:8px}
.family-photo{grid-row:1;align-self:stretch;width:100%;height:210px;min-height:0;object-fit:cover;object-position:center;border-radius:0}.testimonial-copy{grid-row:2}.family-photo-julia{object-position:72% 50%}.family-photo-sarah{object-position:70% 43%}.family-photo-tobias{object-position:73% 43%}.family-photo-kenji{object-position:center 48%}.family-photo-park{object-position:center 43%}
.final-card{min-height:230px;padding:34px 55px}
.final-copy h2{font-size:clamp(31px,3.2vw,45px)}
.final-copy>p:not(.section-kicker){margin:10px 0 17px}
.final-didi{right:25%;bottom:-8px;width:340px;height:225px;object-fit:cover;object-position:center;border-radius:8px}
.newsletter form>.footer-socials{display:flex;gap:8px;margin-top:13px;padding:0;border:0;border-radius:0}
.footer-socials a{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--pink);font-size:10px;font-weight:900}
.footer-socials a:nth-child(2){background:#f02d2d}.footer-socials a:nth-child(3){background:#14131b}.footer-socials a:nth-child(4){background:#3275db}
[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}[data-reveal].revealed{opacity:1;transform:none}
@keyframes float{0%,100%{translate:0 0}50%{translate:0 -9px}}

/* Final visual QA: consistent rhythm, readable type and balanced wrapping. */
body{font-size:16px;line-height:1.55}
h1,h2,h3{text-wrap:balance}
p,li{text-wrap:pretty}
.section-heading.centered{max-width:820px;margin-inline:auto}
.section-heading>p:last-child,.path-heading>p:last-child{font-size:15px;line-height:1.65}
.section-kicker{font-size:12px}
.hero-benefits li{font-size:12px;line-height:1.5;font-weight:650}
.trust-bar p{font-size:13px;line-height:1.35;font-weight:750}
.trust-bar small{font-size:11px;font-weight:500}
.moment-card p{font-size:14px;line-height:1.65}
.moment-card .moment-meta{font-size:11px}
.moment-ribbon{font-size:13px;line-height:1.25}
.path-section{padding-top:72px}
.path-heading{max-width:780px;margin-bottom:34px}
.age-card h3{font-size:17px}
.age-card>strong{font-size:13px}
.age-card ul{gap:9px;margin:16px 18px 23px;font-size:12px;line-height:1.45}
.why-card h2{font-size:28px}
.why-card ul{font-size:13px;line-height:1.45}
.rhythm-section{padding:72px 0}
.rhythm-panel p:last-child{font-size:15px;line-height:1.65}
.rhythm-panel strong{font-size:13px}
.testimonials-section{padding:72px 0}
.testimonial-score strong{font-size:14px}
.testimonial-score small{font-size:12px}
.testimonial-copy p{font-size:14px;line-height:1.65}
.testimonial-copy footer strong{font-size:12px}
.testimonial-copy footer small{font-size:11px}
.testimonial-window{overflow:hidden;touch-action:pan-y;cursor:grab}.testimonial-window.is-swiping{cursor:grabbing}.testimonial-window:focus-visible{outline:3px solid rgba(22,142,209,.4);outline-offset:8px;border-radius:22px}.testimonial-track{will-change:transform}.family-photo{user-select:none}.slider-controls{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:25px}.slider-controls>button{width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid rgba(101,64,184,.17);border-radius:50%;color:var(--violet);background:white;box-shadow:0 6px 18px rgba(35,25,69,.07);font-size:19px;font-weight:900;cursor:pointer;transition:transform .2s,background .2s}.slider-controls>button:hover{transform:translateY(-2px);background:#f4efff}.slider-dots{align-items:center;margin-top:0}.slider-dots button{cursor:pointer;transition:width .25s,background .25s}
.final-section{padding:58px 0 68px}
.final-copy>p:not(.section-kicker){font-size:15px;line-height:1.6}
.site-footer{padding:58px 0 28px}
.site-footer h3{font-size:13px}
.footer-links a{font-size:12px;line-height:1.45}
.newsletter input{font-size:12px}
.newsletter small{font-size:10px}
.footer-socials a{width:30px;height:30px;font-size:11px}
.footer-bottom{font-size:11px;line-height:1.45}

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

/* Responsive quality pass: one clear hierarchy overrides legacy breakpoint
   experiments and keeps every visual, crop and touch target intentional. */
html,body{max-width:100%;overflow-x:clip}
section[id]{scroll-margin-top:90px}
.hero{padding-bottom:1px}
.trust-bar{position:relative;left:auto;bottom:auto;margin:-40px auto 24px;transform:none}
.menu-toggle,.slider-controls>button,.newsletter button{min-width:44px;min-height:44px}
.moment-card>img,.age-visual img,.family-photo{object-position:center}
.moment-card>img,.family-photo{height:auto;aspect-ratio:4/3;object-fit:cover}
.age-visual{height:auto;aspect-ratio:4/3}
.age-visual img{height:100%;object-fit:cover}
.moment-mint>img{object-position:center 48%}
.moment-peach>img{object-position:center 48%}
.moment-night>img{object-position:center 46%}
.moment-sun>img{object-position:center 50%}
.age-peach .age-visual img{object-position:center 48%}
.age-sky .age-visual img{object-position:center 44%}
.age-mint .age-visual img{object-position:center 43%}
.age-night .age-visual img{object-position:center 48%}
.family-photo-julia,.family-photo-sarah,.family-photo-tobias,.family-photo-kenji,.family-photo-park{object-position:center 50%}
.testimonial-card{grid-template-rows:auto 1fr}

@media (max-width:1080px){
  .nav-wrap{grid-template-columns:180px 1fr 150px}
  .main-nav{gap:24px}
  .hero{min-height:0}
  .hero-grid{grid-template-columns:1fr;min-height:0}
  .hero-copy{padding:72px 0 38px;text-align:center}
  .eyebrow,.hero-actions{margin-inline:auto;align-items:center}
  .hero-lead,.hero-benefits{margin-inline:auto}
  .hero-product{width:min(100%,720px);height:650px;margin-inline:auto}
  .hero-didi{right:0}
  .trust-bar{margin:-18px auto 30px}
  .path-content{grid-template-columns:1fr}
  .why-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:25px}
  .why-card ul{grid-template-columns:1fr 1fr}
  .why-card .button{width:170px}
  .testimonial-card{min-height:0}
  .footer-grid{grid-template-columns:1fr 1fr}
  .newsletter{grid-column:1/3}
}

@media (min-width:781px) and (max-width:1080px){.testimonial-card{flex-basis:calc((100% - 18px)/2)}}

@media (max-width:960px){
  .site-header{height:74px}
  .nav-wrap{width:min(calc(100% - 34px),var(--container));display:flex;align-items:center;justify-content:flex-end}
  .brand{width:132px;margin-right:auto}
  /* The switcher stays reachable on phones; it used to be display:none here,
     which left mobile visitors no way to change language at all. */
  .lang-switch{order:2;margin-right:10px}
  .lang-toggle{gap:6px;padding:0 11px}
  .lang-menu{z-index:104}
  .menu-toggle{order:3;position:relative;z-index:103;display:grid;place-content:center;gap:6px;padding:10px;border-radius:13px;background:rgba(255,255,255,.86)}
  .menu-toggle span:not(.sr-only){display:block;width:25px;height:2px;background:var(--navy);transition:transform .2s}
  .menu-toggle[aria-expanded="true"] span:nth-last-child(2){transform:translateY(4px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-4px) rotate(-45deg)}
  .main-nav{position:fixed;z-index:102;inset:0;display:flex;flex-direction:column;justify-content:center;gap:28px;background:rgba(255,255,255,.98);font-size:20px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s,visibility .2s,transform .2s}
  .main-nav.open{opacity:1;visibility:visible;transform:none}
  .main-nav a::after{bottom:-7px}
}

@media (max-width:780px){
  .container{width:min(calc(100% - 28px),var(--container))}
  .section{padding:58px 0}
  .hero{min-height:0;padding-top:74px;padding-bottom:0}
  .hero-grid{display:flex;flex-direction:column;gap:0;min-height:0}
  .hero-copy{width:100%;padding:42px 0 24px;text-align:left}
  .eyebrow{max-width:100%;margin:0 0 22px;padding-right:14px;font-size:11px;line-height:1.25}
  .eyebrow img{width:28px;height:28px;flex:0 0 28px}
  .hero h1{font-size:clamp(42px,11vw,58px);line-height:1.02}
  .hero-lead{margin:22px 0 25px;font-size:16px;line-height:1.62}
  .hero-benefits{width:100%;grid-template-columns:1fr;gap:10px;margin-bottom:25px}
  .hero-benefits li{min-height:48px;gap:12px;font-size:13px;line-height:1.4}
  .benefit-icon{flex-basis:44px;height:44px}
  .hero-actions{width:100%;gap:11px;align-items:stretch}
  .hero-actions .button{width:100%;min-height:56px;line-height:1.3;text-align:center}
  .button-primary{font-size:12px}
  .hero-product{width:100%;height:505px;margin:0 auto}
  .phone{left:0;top:16px;width:clamp(210px,62vw,238px);height:475px;border-width:6px;border-radius:38px}
  .phone-screen{padding:38px 9px 9px;border-radius:27px}
  .phone-island{top:13px;width:74px;height:21px}
  .app-header{margin-bottom:12px;font-size:12px}
  .learning-grid{gap:7px}
  .learning-tile{height:102px;border-radius:15px}
  .learning-tile>span{font-size:39px}
  .learning-tile img{width:62px;height:62px}
  .learning-tile .letter-a{font-size:52px}
  .routine-row{gap:5px;margin-top:8px}
  .routine-row div{height:62px;border-radius:11px}
  .routine-row span{font-size:20px}
  .hero-didi{right:-14px;bottom:0;width:clamp(220px,62vw,272px)}
  .object-book,.object-sun,.object-globe{display:none}
  .object-a{left:2%;top:88px;font-size:39px}
  .object-three{right:1%;top:110px;font-size:42px}
  .trust-bar{width:min(calc(100% - 28px),560px);grid-template-columns:repeat(2,minmax(0,1fr));margin:-1px auto 25px;padding:8px;border-radius:20px}
  .trust-bar>div{justify-content:flex-start;gap:8px;padding:12px 8px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
  .trust-bar>div:nth-child(2){border-right:0}
  .trust-bar>div:nth-child(3){border-bottom:0}
  .trust-bar>div:last-child{border:0}
  .trust-icon{flex:0 0 25px;font-size:24px;text-align:center}
  .trust-bar p{font-size:12px;white-space:normal}
  .trust-bar small{font-size:10px}
  .moments-section{padding:76px 0 54px}
  .moments-world{padding:48px 14px 30px;border-radius:34px}
  .moments-world::before,.cloud-orb{display:none}
  .moments-heading{margin-bottom:38px}
  .moments-heading h2{font-size:clamp(34px,9vw,44px)}
  .moments-grid{grid-template-columns:1fr;gap:40px}
  .moment-card{display:flex;flex-direction:column;overflow:visible}
  .moment-card>img{order:1;width:100%;border-radius:25px 25px 0 0}
  .moment-card>div{order:2;min-height:0;padding:23px 58px 27px 23px}
  .moment-ribbon{width:calc(100% - 38px);min-width:0;max-width:330px;padding:10px 14px;font-size:11px}
  .path-section{padding:56px 0}
  .path-panel{padding:28px 14px}
  .path-heading{margin-bottom:25px}
  .age-roadmap{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .age-card{display:flex;flex-direction:column;overflow:hidden}
  .age-card:not(:last-child)::after{display:none}
  .age-visual{order:1;width:100%;border-radius:19px 19px 0 0}
  .age-card h3{order:2;margin-top:17px}
  .age-card>strong{order:3}
  .age-card ul{order:4;margin:15px 16px 22px;font-size:12px}
  .why-card{display:block;margin-top:4px;padding:27px 22px}
  .why-card h2 br{display:none}
  .why-card ul{grid-template-columns:1fr}
  .why-card .button{width:100%}
  .testimonial-panel{padding:31px 14px}
  .testimonial-heading{margin-bottom:23px}
  .testimonial-heading h2{font-size:clamp(31px,8.5vw,42px)}
  .testimonial-score{flex-wrap:wrap;gap:6px 9px}
  .testimonial-window{border-radius:22px}
  .testimonial-track{gap:0}
  .testimonial-card{display:flex;flex-direction:column;min-height:0}
  .testimonial-card{flex-basis:100%}
  .family-photo{order:1;width:100%;min-height:0;max-height:none}
  .testimonial-copy{order:2;min-height:235px;padding:25px 23px 24px}
  .testimonial-copy p{font-size:15px;line-height:1.62}
  .slider-controls{gap:12px;margin-top:22px}
  .slider-controls>button{width:46px;height:46px}
  .final-section{padding:28px 0 52px}
  .final-card{display:flex;flex-direction:column;align-items:stretch;min-height:0;padding:0;border-radius:26px}
  .final-didi{position:relative;inset:auto;order:1;width:100%;height:auto;aspect-ratio:1.486/1;object-fit:cover;object-position:center 52%;border-radius:0;transform:none;filter:none}
  .final-copy{order:2;padding:30px 24px 32px}
  .final-copy h2{font-size:clamp(31px,8.7vw,40px)}
  .final-copy h2 br{display:none}
  .final-copy>p:not(.section-kicker){margin:13px 0 21px;font-size:14px}
  .final-copy .button{width:100%;min-height:54px;text-align:center}
  .final-star{display:none}
  .footer-grid{grid-template-columns:1fr;gap:34px}
  .newsletter{grid-column:auto}
  .footer-brand img{width:min(190px,68vw)}
  .footer-links{grid-template-columns:1fr 1fr;gap:30px 34px}
  .footer-links div{gap:12px}
  .newsletter form>div{min-height:54px}
  .newsletter input{font-size:16px}
  .footer-socials a{width:36px;height:36px}
  .demo-dialog{padding:22px}
  .demo-visual{height:auto;aspect-ratio:4/3}
}

@media (max-width:470px){
  .container{width:calc(100% - 24px)}
  .hero-copy{padding-top:35px}
  .hero h1{font-size:clamp(38px,11.5vw,49px)}
  .hero-product{height:470px}
  .phone{left:-4px;top:12px;width:218px;height:450px}
  .hero-didi{right:-17px;width:228px}
  .object-a{display:none}
  .object-three{right:0;top:78px;font-size:34px}
  .age-roadmap{grid-template-columns:1fr;gap:18px}
  .age-card ul{margin-inline:22px}
  .moments-world{padding-inline:11px}
  .moment-card>div{padding:22px 52px 25px 21px}
  .testimonial-copy{min-height:245px}
  .footer-links{grid-template-columns:1fr 1fr}
}

@media (max-width:350px){
  .hero h1{font-size:37px}
  .hero-product{height:430px}
  .phone{width:196px;height:420px}
  .learning-tile{height:88px}
  .hero-didi{right:-24px;width:205px}
  .trust-bar{grid-template-columns:1fr}
  .trust-bar>div{border-right:0;border-bottom:1px solid var(--line)!important}
  .trust-bar>div:last-child{border-bottom:0!important}
  .footer-links{grid-template-columns:1fr}
}
