@font-face {
  font-family: Geologica;
  src: url("/fonts/Geologica_400Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Geologica;
  src: url("/fonts/Geologica_600SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Geologica;
  src: url("/fonts/Geologica_700Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
:root {
  --ink: #133c43;
  --teal: #117d86;
  --muted: #527078;
  --cream: #f7faf5;
  --navy: #062c36;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Geologica, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #e1ed9b;
  outline-offset: 6px;
}
.wrap {
  width: min(1200px, calc(100% - 64px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  left: 20px;
  top: -100px;
  background: white;
  color: var(--ink);
  padding: 15px;
  z-index: 10;
}
.skip:focus {
  top: 15px;
}
.hero-shell {
  overflow: hidden;
  background:
    radial-gradient(ellipse at 87% 80%, #237b7b 0, transparent 47%),
    radial-gradient(ellipse at 20% 0, #134851 0, transparent 56%), #062c36;
  color: white;
}
.nav {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -1px;
}
.brand img {
  border-radius: 12px;
}
.nav nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
}
.nav nav a {
  text-decoration: none;
}
.nav-cta {
  background: #def0bd;
  color: #173e42;
  border-radius: 100px;
  padding: 15px 23px;
  font-weight: 600;
}
.nav-cta span {
  margin-left: 15px;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: 750px;
  align-items: center;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 80px;
}
.eyebrow {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dfedac;
  margin-right: 8px;
  vertical-align: middle;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(48px, 4.9vw, 70px);
  line-height: 1.1;
  letter-spacing: -3.5px;
  margin: 25px 0;
}
h1 em {
  font-style: normal;
  color: #d9edab;
}
h2 {
  font-size: clamp(34px, 3.6vw, 48px);
  line-height: 1.14;
  letter-spacing: -2px;
  font-weight: 600;
  margin-bottom: 24px;
}
h3 {
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.6px;
  font-weight: 600;
}
.lead {
  font-size: 19px;
  line-height: 1.7;
  max-width: 460px;
  color: #c8e0df;
  margin-bottom: 25px;
}
.store-links {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-wrap: wrap;
}
.store-links a {
  display: block;
  transition: transform 0.2s;
}
.store-links a:hover {
  transform: translateY(-3px);
}
.apple-badge {
  height: 54px;
  width: auto;
}
.google-badge {
  height: 78px;
  width: auto;
  margin: -12px -12px;
}
.availability {
  font-size: 12px;
  color: #b7d3d3;
  margin: 14px 0 0;
  line-height: 1.6;
}
.hero-note {
  font-size: 12px;
  color: #cce0d6;
  margin-top: 42px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.hero-note span {
  color: #dfedac;
  font-size: 24px;
}
.hero-visual {
  height: 650px;
  position: relative;
  isolation: isolate;
}
.phone {
  background: #15272a;
  padding: 7px;
  border-radius: 43px;
  box-shadow:
    0 25px 50px #062c3633,
    0 0 0 2px #78918f;
  overflow: hidden;
}
.phone > img {
  width: 100%;
  border-radius: 36px;
}
.hero-phone {
  width: 292px;
  position: absolute;
  left: 17%;
  top: 5px;
  z-index: 2;
  transform: rotate(-4deg);
}
.hero-mascot {
  position: absolute;
  width: 355px;
  max-width: none;
  right: -115px;
  bottom: -16px;
  z-index: 3;
  filter: drop-shadow(0 25px 18px #031d3c44);
}
.orbit {
  position: absolute;
  border: 1px solid #a1d2c42e;
  border-radius: 50%;
  width: 510px;
  height: 510px;
  left: 5%;
  top: 65px;
  z-index: -1;
}
.orbit-two {
  width: 640px;
  height: 640px;
  left: -9%;
  top: 0;
}
.visual-note {
  position: absolute;
  left: -10px;
  bottom: 40px;
  z-index: 4;
  background: #ecf2cb;
  color: #284947;
  padding: 18px 23px;
  border-radius: 18px;
  transform: rotate(-5deg);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  box-shadow: 0 15px 40px #05263133;
}
.intro {
  padding-block: 110px;
  text-align: center;
}
.teal {
  color: var(--teal);
}
.section-lead {
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 650px;
}
.intro > .section-lead {
  margin-inline: auto;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 65px;
  text-align: left;
}
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e4eee6;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 13px;
  color: var(--teal);
  margin-bottom: 22px;
}
.steps h3 {
  font-size: 21px;
  margin-bottom: 12px;
}
.steps p,
.feature p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}
.explore {
  background: #edf3ed;
  padding: 90px 0;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 34px;
}
.section-heading > p {
  max-width: 365px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 25px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.feature {
  border-radius: 28px;
  overflow: hidden;
  padding: 36px;
  position: relative;
}
.pill {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 100px;
  display: inline-block;
  padding: 8px 12px;
  background: #ffffff80;
  margin-bottom: 20px;
}
.feature h3 {
  font-size: 29px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.feature-tricks {
  background: #d9f0ed;
  min-height: 425px;
}
.feature-tricks > img {
  height: 245px;
  width: 100%;
  object-fit: contain;
  margin-top: 10px;
}
.feature-games {
  background: #dfebbe;
  grid-row: span 2;
  min-height: 740px;
}
.feature-games p {
  max-width: 330px;
}
.shelf-preview {
  width: 300px;
  margin: 35px auto -130px;
  padding: 6px;
  background: #17484b;
  border-radius: 34px;
  box-shadow: 0 20px 50px #36524030;
  transform: rotate(5deg);
}
.shelf-preview img {
  border-radius: 29px;
}
.feature-habits {
  background: #ede8df;
  min-height: 300px;
}
.feature-habits > img {
  width: 70%;
  height: 170px;
  object-fit: contain;
  margin: 0 -50px -35px auto;
}
.feature-habits p {
  max-width: 320px;
}
.lesson-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
  padding-block: 110px;
}
.lesson-art {
  background: radial-gradient(ellipse, #dcecae 0, #c9eddf 60%, transparent 70%);
  position: relative;
  padding: 25px 0;
}
.lesson-phone {
  width: 280px;
  margin: auto;
  transform: rotate(3deg);
}
.little-star {
  position: absolute;
  right: 5px;
  top: 55px;
  font-size: 70px;
  color: #117d86;
}
.benefits {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
.benefits li {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.benefits li > span {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #deeee4;
  color: var(--teal);
  text-align: center;
  line-height: 27px;
}
.benefits h3 {
  font-size: 18px;
  margin-bottom: 6px;
}
.benefits p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}
.faq {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 70px;
  padding-bottom: 100px;
}
.questions details {
  border-bottom: 1px solid #d5e1d9;
  padding: 22px 0;
}
.questions summary {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  padding-right: 28px;
  position: relative;
}
.questions summary::-webkit-details-marker {
  display: none;
}
.questions summary:after {
  content: "+";
  position: absolute;
  right: 0;
  color: var(--teal);
  font-size: 22px;
  top: -5px;
}
.questions details[open] summary:after {
  content: "−";
}
.questions details p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin: 16px 28px 0 0;
}
.download {
  background:
    radial-gradient(ellipse at 80% 100%, #286763, transparent 65%), var(--navy);
  color: white;
  text-align: center;
  padding: 80px 0;
}
.download h2 {
  font-size: clamp(34px, 3.7vw, 49px);
  margin: 22px 0;
}
.download-inner > p:not(.eyebrow) {
  color: #c2dbd7;
  font-size: 16px;
  line-height: 1.7;
}
.download .store-links {
  justify-content: center;
  margin-top: 24px;
}
.download-inner > .availability {
  font-size: 12px !important;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  padding-block: 36px;
}
.footer > p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.footer nav {
  display: flex;
  gap: 25px;
  margin-left: auto;
  font-size: 12px;
}
.footer nav a {
  text-decoration: none;
}
.footer small {
  width: 100%;
  font-size: 10px;
  color: #637a7c;
  line-height: 1.7;
}
a:hover {
  text-decoration: none;
  opacity: 0.9;
}
@media (min-width: 1400px) {
  .hero-mascot {
    right: -75px;
  }
}
@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 1fr 1fr;
    min-height: 680px;
  }
  .hero-phone {
    left: 8%;
    width: 265px;
  }
  .hero-visual {
    height: 590px;
  }
  .hero-mascot {
    width: 290px;
    right: -110px;
  }
  .visual-note {
    left: 0;
    bottom: 20px;
  }
  .hero-note {
    max-width: 290px;
    line-height: 1.7;
  }
  .lesson-section {
    gap: 40px;
  }
  .feature {
    padding: 28px;
  }
  .wrap {
    width: calc(100% - 48px);
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .nav {
    height: 88px;
  }
  .nav nav {
    gap: 10px;
  }
  .nav nav > a:not(.nav-cta) {
    display: none;
  }
  .nav-cta {
    padding: 12px 18px;
  }
  .brand {
    font-size: 23px;
  }
  .brand img {
    width: 36px;
    height: 36px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 22px 0 30px;
    align-items: stretch;
  }
  .hero-copy {
    text-align: center;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.2px;
  }
  h1 {
    font-size: 48px;
    letter-spacing: -2.5px;
    line-height: 1.1;
    margin-top: 20px;
  }
  .lead {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 auto 22px;
    max-width: 340px;
  }
  .store-links {
    justify-content: center;
    gap: 8px;
  }
  .apple-badge {
    height: 48px;
  }
  .google-badge {
    height: 70px;
    margin: -11px;
  }
  .hero-note {
    justify-content: center;
    max-width: none;
    font-size: 10px;
    margin-top: 22px;
  }
  .hero-visual {
    height: 600px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
  .hero-phone {
    width: 257px;
    left: calc(50% - 137px);
    top: 5px;
  }
  .hero-mascot {
    width: 245px;
    right: -69px;
    bottom: 0;
  }
  .visual-note {
    font-size: 12px;
    padding: 12px 16px;
    bottom: 10px;
    left: 0;
  }
  .orbit {
    left: -20%;
    top: 20px;
  }
  .orbit-two {
    left: -37%;
  }
  .intro {
    padding-block: 70px;
  }
  h2 {
    font-size: 33px;
    letter-spacing: -1.4px;
  }
  .section-lead {
    font-size: 15px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 35px;
  }
  .steps article {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 18px;
  }
  .step-number {
    grid-row: span 2;
    margin-bottom: 0;
  }
  .steps h3 {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .steps p {
    font-size: 14px;
  }
  .explore {
    padding: 65px 0;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    font-size: 15px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-games {
    grid-row: auto;
    min-height: 650px;
  }
  .feature h3 {
    font-size: 28px;
  }
  .feature-tricks {
    min-height: 390px;
  }
  .feature-tricks > img {
    height: 220px;
  }
  .feature-habits {
    min-height: 355px;
  }
  .feature-habits > img {
    width: 100%;
    margin-bottom: -10px;
    margin-right: -25px;
  }
  .shelf-preview {
    width: 260px;
    margin-bottom: -310px;
  }
  .lesson-section {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    padding-block: 70px;
  }
  .lesson-art {
    width: 100%;
  }
  .lesson-phone {
    width: 255px;
  }
  .little-star {
    right: 0;
    font-size: 55px;
  }
  .faq {
    display: block;
    padding-bottom: 65px;
  }
  .faq h2 br {
    display: none;
  }
  .faq h2 {
    margin-bottom: 15px;
  }
  .questions summary {
    font-size: 15px;
    line-height: 1.6;
  }
  .download {
    padding: 65px 0;
  }
  .download h2 {
    font-size: 33px;
  }
  .download-inner > p:not(.eyebrow) {
    font-size: 14px;
  }
  .footer {
    gap: 20px;
  }
  .footer > p {
    margin-left: auto;
    font-size: 10px;
  }
  .footer nav {
    margin: 0;
    width: 100%;
    justify-content: center;
    gap: 30px;
  }
  .footer small {
    text-align: center;
  }
  .availability {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .store-links a {
    transition: none;
  }
}
