:root {
  --ink: #183e35;
  --muted: #4f5a51;
  --paper: #fbf9f2;
  --orange: #bd4729;
  --yellow: #f6d66a;
  --line: #dcded3;
  --mint: #e0eade;
  --display: "Mitr", "Tahoma", sans-serif;
  --body: "IBM Plex Sans Thai", "Tahoma", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 400;
}
h2 {
  font-size: clamp(30px, 3.2vw, 43px);
  line-height: 1.45;
  letter-spacing: -0.8px;
}
h3 {
  font-size: 23px;
  line-height: 1.5;
}
p {
  color: var(--muted);
}
.wrap {
  width: calc(100% - 112px);
  max-width: 1280px;
  margin-inline: auto;
}
.section {
  padding-block: 85px;
}
.header {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: var(--display);
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
}
.brand-sub {
  display: block;
  font: 12px/1.7 var(--body);
  letter-spacing: 0.5px;
}
.header nav {
  display: flex;
  gap: 32px;
}
.header nav a {
  padding-block: 14px;
  font-size: 17px;
}
.header nav a:hover {
  color: var(--orange);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 56px;
  padding: 13px 26px;
  border-radius: 10px;
  border: 1px solid var(--ink);
  font-weight: 600;
  transition:
    transform 0.2s,
    background 0.2s;
  line-height: 1.5;
}
.button:hover {
  transform: translateY(-3px);
}
.header-cta {
  font-size: 16px;
  min-height: 50px;
  padding: 11px 20px;
  background: var(--yellow);
}
.primary {
  background: var(--ink);
  color: #fff;
}
.primary:hover {
  background: #285447;
}
.outline {
  background: transparent;
}
.outline:hover {
  background: #eee7d5;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 35px;
  min-height: 650px;
  padding-block: 55px 68px;
}
.eyebrow {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  display: flex;
  gap: 9px;
  align-items: center;
}
.status-dot {
  width: 8px;
  height: 8px;
  background: var(--orange);
  border-radius: 50%;
}
h1 {
  font-size: clamp(56px, 5.2vw, 76px);
  line-height: 1.3;
  letter-spacing: -2px;
  margin: 21px 0 20px;
}
.bloom {
  color: var(--orange);
  position: relative;
}
.asterisk {
  display: inline-block;
  font-size: 50px;
  position: absolute;
  top: -4px;
  right: -57px;
  transform: rotate(10deg);
}
.hero-copy > p {
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.hero .primary {
  min-width: 228px;
}
.hero-note {
  font-size: 14px;
  color: var(--muted);
  margin-top: 17px;
}
.hero-note > span:first-child {
  color: var(--ink);
  font-weight: 700;
}
.note-dot {
  margin: 0 8px;
}
.play-collage {
  position: relative;
  height: 500px;
  isolation: isolate;
}
.collage-grid {
  position: absolute;
  inset: 25px 5px 8px;
  border-radius: 50% 50% 40% 45%;
  background-color: #f0eddc;
  background-image:
    linear-gradient(#d9dbc16b 1px, transparent 1px),
    linear-gradient(90deg, #d9dbc16b 1px, transparent 1px);
  background-size: 30px 30px;
  transform: rotate(-6deg);
  z-index: -1;
}
.little-label {
  position: absolute;
  top: 6px;
  left: 40px;
  font-size: 10px;
  letter-spacing: 2.4px;
  transform: rotate(-6deg);
}
.word-card {
  background: #fffdf8;
  border: 1px solid #dedfce;
  border-radius: 17px;
  box-shadow: 5px 12px 0 #193e3510;
  padding: 20px;
}
.elephant-card {
  position: absolute;
  width: 63%;
  top: 75px;
  left: 7%;
  transform: rotate(-10deg);
  z-index: 2;
}
.card-index {
  font-size: 10px;
  letter-spacing: 2px;
}
.elephant-card > img {
  width: 100%;
  mix-blend-mode: multiply;
  margin-top: -8px;
}
.word-label {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid #dddccf;
}
.word-label strong {
  font-family: var(--display);
  font-size: 27px;
  font-weight: 400;
}
.word-label > span {
  font-size: 14px;
  color: var(--muted);
}
.word-label .sound {
  margin-left: auto;
  background: var(--yellow);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  color: var(--ink);
  font-size: 22px;
}
.banana-card {
  position: absolute;
  width: 38%;
  right: -1%;
  top: 215px;
  transform: rotate(12deg);
  z-index: 3;
  background: #f9e18d;
  padding: 15px;
}
.banana-card img {
  mix-blend-mode: multiply;
}
.banana-card .word-label {
  border-color: #b09a5460;
  flex-wrap: wrap;
  gap: 0 10px;
}
.sun-sticker {
  position: absolute;
  width: 145px;
  right: 22px;
  top: 0;
  animation: float 6s ease-in-out infinite;
}
.sun-sticker img {
  mix-blend-mode: multiply;
}
.hello-bubble {
  position: absolute;
  right: 11px;
  top: 160px;
  background: var(--ink);
  color: white;
  font-size: 15px;
  padding: 8px 18px;
  border-radius: 22px 22px 22px 0;
  transform: rotate(5deg);
  z-index: 4;
}
.scribble {
  position: absolute;
  left: -8px;
  top: 245px;
  font-size: 85px;
  color: var(--orange);
}
.play-stamp {
  position: absolute;
  bottom: -5px;
  left: 46%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff7e8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 15px;
  line-height: 1.6;
  transform: rotate(-13deg);
  z-index: 5;
  outline: 1px dashed #fff8;
  outline-offset: -9px;
}
.play-stamp strong {
  font-family: var(--display);
  font-weight: 400;
  font-size: 24px;
}
.play-stamp > span:not(.nw) {
  font-size: 10px;
  letter-spacing: 0.5px;
}
.values-strip {
  background: var(--ink);
  color: #f9f6e9;
  padding: 22px 0;
}
.values-strip > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 16px;
}
.values-strip i {
  font-style: normal;
  font-size: 22px;
  color: var(--yellow);
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.section-heading h2 {
  margin-top: 9px;
}
.section-heading > p {
  font-size: 16px;
  padding-bottom: 8px;
}
.section-heading > p span[aria-hidden] {
  font-size: 29px;
  margin-left: 8px;
  color: var(--orange);
}
.age-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.age-card {
  position: relative;
  min-width: 0;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 16px 18px 19px;
  transition:
    transform 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.peach {
  background: #f7e5d8;
}
.butter {
  background: #f8edbd;
}
.mint {
  background: #dfebd9;
}
.blue {
  background: #e0ebf0;
}
.lilac {
  background: #e9e4ef;
}
.age-card > img {
  height: 100px;
  width: 100px;
  object-fit: contain;
  mix-blend-mode: multiply;
  align-self: center;
  margin-bottom: 12px;
}
.age-card strong {
  font-family: var(--display);
  font-size: 29px;
  font-weight: 400;
}
.age-card strong span {
  font: 18px var(--body);
}
.age-card > span:not(.age-arrow) {
  font-size: 14px;
  line-height: 1.6;
}
.age-card .age-arrow {
  position: absolute;
  top: 10px;
  right: 11px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 18px;
}
.age-card.selected {
  border: 2px solid var(--ink);
  padding: 15px 17px 18px;
  box-shadow: 0 5px 0 var(--ink);
}
.age-card.selected .age-arrow {
  background: var(--ink);
  color: white;
}
.age-card:hover {
  transform: translateY(-5px);
}
.results-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin: 38px 0 20px;
}
.results-heading h3 {
  font-size: 22px;
}
.results-heading > span {
  font-size: 14px;
  color: var(--muted);
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}
.media-card {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.media-art {
  height: 210px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edeedd;
  padding: 20px;
}
.media-art > img {
  height: 165px;
  width: 165px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.media-art.wordbox-art {
  background: #e6eddf;
  gap: 5px;
  align-items: end;
}
.wordbox-art > img {
  width: 39%;
  height: 150px;
  transform: rotate(-8deg);
}
.wordbox-art > img + img {
  transform: rotate(9deg);
  margin-left: -8px;
}
.badge {
  display: inline-block;
  background: #eeeee4;
  color: #586052;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}
.media-art .badge {
  position: absolute;
  top: 15px;
  left: 16px;
  z-index: 1;
}
.badge.available {
  background: var(--ink);
  color: #fff;
}
.media-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.media-body > p {
  font-size: 16px;
  margin: 9px 0 18px;
}
.media-body .button {
  width: 100%;
  margin-top: auto;
  min-height: 49px;
  font-size: 16px;
}
.coming-label {
  margin-top: auto;
  padding-top: 10px;
  font-size: 15px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  width: 100%;
}
.age-note {
  font-size: 17px;
  margin-bottom: 18px;
  padding: 15px 20px;
  background: #f2ecd8;
  border-radius: 10px;
}
.feature-section {
  padding: 80px 0;
  background: #eeeede;
  border-top: 1px solid #dcddcb;
  border-bottom: 1px solid #dcddcb;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 80px;
  align-items: center;
}
.feature-visual {
  position: relative;
  padding-block: 45px 70px;
}
.app-frame {
  padding: 11px;
  background: var(--ink);
  border-radius: 19px;
  transform: rotate(-4deg);
  box-shadow: 14px 20px 0 #153e3514;
}
.window-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 8px 11px;
  color: #e5eadf;
  font-size: 10px;
}
.window-bar i {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #97a69a;
}
.window-bar span {
  margin-left: auto;
}
.app-frame > img {
  border-radius: 7px;
  width: 100%;
}
.paper-label {
  position: absolute;
  left: 30px;
  top: 2px;
  z-index: 2;
  padding: 8px 20px;
  background: var(--yellow);
  transform: rotate(-7deg);
  font-size: 17px;
}
.vocab-note {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: #fffdf5;
  border: 1px solid #dcdbcc;
  padding: 16px 27px;
  transform: rotate(5deg);
  font-size: 14px;
  line-height: 1.5;
}
.vocab-note strong {
  font-size: 44px;
  font-weight: 500;
}
.vocab-note > span[aria-hidden] {
  position: absolute;
  right: -29px;
  top: -25px;
  font-size: 60px;
  color: var(--orange);
}
.feature-copy h2 {
  margin: 12px 0;
}
.feature-copy > p {
  font-size: 19px;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 30px;
  display: grid;
  gap: 17px;
}
.feature-list li {
  display: flex;
  gap: 15px;
}
.feature-list li > span {
  border: 1px solid #b7bdac;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  font-size: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 3px;
}
.feature-list strong {
  font-size: 17px;
  font-weight: 600;
}
.feature-list p {
  font-size: 15px;
}
.center-heading {
  text-align: center;
  margin-bottom: 42px;
}
.center-heading .eyebrow {
  justify-content: center;
}
.center-heading h2 {
  margin: 10px 0;
}
.steps {
  display: grid;
  grid-template-columns: 1fr 70px 1fr 70px 1fr;
  max-width: 990px;
  margin: auto;
  align-items: center;
  text-align: center;
}
.step-number {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  background: var(--yellow);
  font-size: 29px;
  border-radius: 18px;
  margin: 0 auto 18px;
  transform: rotate(-6deg);
  font-family: var(--display);
}
.steps article:nth-of-type(2) .step-number {
  background: #dfead9;
  transform: rotate(6deg);
}
.steps article:nth-of-type(3) .step-number {
  background: #f5ddd0;
}
.steps p {
  font-size: 17px;
  margin-top: 10px;
}
.step-line {
  font-size: 55px;
  color: #99a28c;
}
.trust-section {
  background: var(--ink);
  color: var(--paper);
  border-radius: 22px;
  padding: 55px;
  display: grid;
  grid-template-columns: 0.8fr 1.65fr;
  gap: 60px;
}
.trust-intro h2 {
  margin-top: 15px;
}
.trust-intro > img {
  width: 190px;
  margin-top: 25px;
  border-radius: 50%;
  background: #fff;
}
.trust-content p {
  color: #d4dfd4;
}
.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.trust-grid article > span {
  color: var(--yellow);
  font-size: 30px;
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
}
.trust-grid h3 {
  font: 600 18px var(--body);
  margin-bottom: 7px;
}
.trust-grid p {
  font-size: 16px;
}
.screen-note {
  margin-top: 30px;
  padding-top: 23px;
  border-top: 1px solid #ffffff35;
}
.screen-note > p {
  font-size: 14px;
  line-height: 1.8;
  margin: 6px 0;
}
.screen-note > a {
  font-size: 14px;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  gap: 9px;
}
.plans-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  max-width: 970px;
  margin: auto;
}
.plan {
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fffefa;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.free-plan {
  border: 1.5px solid var(--ink);
}
.family-plan {
  background: #f1eddf;
}
.plan h3 {
  font-size: 29px;
  margin-top: 20px;
}
.family-plan h3 > span {
  color: var(--orange);
  margin-left: 10px;
}
.price {
  font-size: 59px;
  line-height: 1.5;
  font-family: var(--display);
}
.price span {
  font: 18px var(--body);
}
.future-price {
  font-size: 40px;
  min-height: 88px;
  display: flex;
  align-items: center;
}
.plan > p {
  font-size: 16px;
}
.plan ul {
  padding-left: 23px;
  line-height: 2.1;
  font-size: 16px;
  margin: 20px 0 27px;
}
.plan li::marker {
  color: var(--orange);
}
.plan > .button {
  width: 100%;
  margin-top: auto;
  font-size: 17px;
}
.plan #notify-message {
  margin-top: 18px;
  font-size: 16px;
  color: var(--ink);
  padding: 12px;
  background: #fffaf0;
  border-radius: 8px;
}
.faq-section {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 60px;
}
.faq-section h2 {
  margin: 12px 0 17px;
}
.faq-section > div > p {
  font-size: 17px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  padding: 23px 40px 23px 0;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 19px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 3px;
  top: 17px;
  font-size: 30px;
  font-weight: 400;
}
.faq-list details[open] summary::after {
  content: "−";
}
.faq-list details > p {
  font-size: 17px;
  padding: 0 35px 24px 0;
}
.closing {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--yellow);
  border-radius: 22px;
  padding: 48px 65px;
  overflow: hidden;
}
.closing h2 {
  margin-bottom: 24px;
}
.closing > img {
  width: 310px;
  mix-blend-mode: multiply;
  margin-right: 50px;
  transform: rotate(5deg);
}
.closing-star {
  position: absolute;
  right: 38px;
  top: 35px;
  font-size: 74px;
  color: var(--orange);
  line-height: 1;
}
.footer {
  padding-block: 40px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.footer .brand {
  font-size: 27px;
  min-height: 48px;
}
.footer p {
  font-size: 14px;
}
.footer > span {
  font-size: 14px;
  margin-left: auto;
  color: var(--muted);
}
.footer small {
  font-size: 12px;
  color: var(--muted);
}
.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;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 15px;
}
.skip-link:focus {
  top: 15px;
}
[hidden] {
  display: none !important;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(8deg);
  }
  50% {
    transform: translateY(-10px) rotate(-2deg);
  }
}
@media (min-width: 1550px) {
  .hero {
    min-height: 715px;
  }
  .play-collage {
    height: 535px;
  }
  .elephant-card {
    width: 60%;
  }
  .banana-card {
    top: 240px;
  }
  .play-stamp {
    bottom: 0;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .header nav {
    gap: 20px;
  }
  .hero {
    gap: 20px;
    min-height: 610px;
  }
  .play-collage {
    height: 445px;
  }
  .elephant-card {
    top: 95px;
    width: 68%;
    left: 1%;
  }
  .banana-card {
    width: 43%;
    top: 230px;
    right: -3%;
  }
  .word-label {
    gap: 6px;
  }
  .word-label strong {
    font-size: 23px;
  }
  .sun-sticker {
    width: 125px;
  }
  .hello-bubble {
    top: 150px;
    right: -5px;
  }
  .play-stamp {
    width: 117px;
    height: 117px;
    bottom: -15px;
    left: 35%;
  }
  .play-stamp strong {
    font-size: 20px;
  }
  .scribble {
    left: -20px;
    top: 275px;
    font-size: 65px;
  }
  .age-card {
    padding: 13px 12px 17px;
  }
  .age-card.selected {
    padding: 12px 11px 16px;
  }
  .age-card > span:not(.age-arrow) {
    font-size: 13px;
  }
  .feature-grid {
    gap: 45px;
  }
  .trust-section {
    padding: 40px;
    gap: 40px;
  }
  .closing > img {
    width: 250px;
    margin-right: 0;
  }
  .footer {
    gap: 15px;
    flex-wrap: wrap;
  }
  .footer small {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    min-height: 95px;
    flex-wrap: wrap;
    padding-top: 19px;
    gap: 15px;
  }
  .brand {
    font-size: 30px;
  }
  .header nav {
    order: 3;
    width: 100%;
    justify-content: center;
    border-top: 1px solid var(--line);
    gap: 40px;
  }
  .header nav a {
    font-size: 17px;
    padding: 12px 0;
  }
  .header-cta {
    margin-left: auto;
  }
  .hero {
    padding-block: 40px 55px;
    gap: 0;
  }
  .hero-copy .eyebrow {
    font-size: 12px;
  }
  h1 {
    font-size: 53px;
  }
  .hero-copy > p {
    font-size: 17px;
  }
  .play-collage {
    height: 390px;
  }
  .elephant-card {
    padding: 12px;
  }
  .card-index {
    font-size: 8px;
  }
  .banana-card {
    padding: 10px;
    top: 210px;
  }
  .word-label {
    flex-wrap: wrap;
  }
  .word-label .sound {
    display: none;
  }
  .word-label > span {
    font-size: 12px;
  }
  .sun-sticker {
    width: 105px;
    right: 0;
    top: 25px;
  }
  .hello-bubble {
    font-size: 12px;
    padding: 7px 11px;
    top: 133px;
  }
  .little-label {
    font-size: 7px;
    left: 5px;
    top: 24px;
  }
  .play-stamp {
    width: 105px;
    height: 105px;
    bottom: -15px;
    left: 25%;
    font-size: 12px;
  }
  .play-stamp > span:not(.nw) {
    font-size: 8px;
  }
  .scribble {
    font-size: 45px;
    left: -10px;
    top: 290px;
  }
  .values-strip > .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    text-align: center;
    font-size: 14px;
  }
  .values-strip i {
    display: none;
  }
  .section {
    padding-block: 60px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 10px;
  }
  .age-grid {
    gap: 9px;
  }
  .age-card > img {
    width: 80px;
    height: 80px;
  }
  .age-card strong {
    font-size: 25px;
  }
  .age-card > span:not(.age-arrow) {
    font-size: 12px;
  }
  .age-card {
    padding-inline: 8px;
  }
  .age-card.selected {
    padding-inline: 7px;
  }
  .media-grid {
    gap: 14px;
  }
  .media-body {
    padding: 16px;
  }
  .media-body h3 {
    font-size: 20px;
  }
  .media-art {
    height: 165px;
    padding: 15px;
  }
  .media-art > img {
    height: 125px;
  }
  .wordbox-art > img {
    height: 120px;
  }
  .media-body > p {
    font-size: 15px;
  }
  .media-body .button {
    padding-inline: 10px;
    font-size: 15px;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .feature-copy .eyebrow {
    font-size: 12px;
  }
  .feature-copy h2 {
    font-size: 29px;
  }
  .feature-copy > p {
    font-size: 17px;
  }
  .feature-list strong {
    font-size: 16px;
  }
  .feature-list p {
    font-size: 14px;
  }
  .feature-list li {
    gap: 10px;
  }
  .feature-list li > span {
    width: 27px;
    height: 27px;
  }
  .paper-label {
    font-size: 13px;
    left: 0;
  }
  .vocab-note {
    padding: 12px 18px;
  }
  .trust-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .trust-intro {
    position: relative;
  }
  .trust-intro h2 br {
    display: none;
  }
  .trust-intro > img {
    position: absolute;
    right: 0;
    top: -28px;
    width: 100px;
  }
  .trust-intro h2 {
    font-size: 30px;
  }
  .steps {
    grid-template-columns: 1fr 30px 1fr 30px 1fr;
  }
  .step-line {
    font-size: 32px;
  }
  .plans-grid {
    gap: 16px;
  }
  .plan {
    padding: 25px;
  }
  .plan > p,
  .plan ul {
    font-size: 15px;
  }
  .plan > .button {
    font-size: 16px;
    padding-inline: 10px;
  }
  .faq-section {
    gap: 30px;
    grid-template-columns: 0.9fr 1.3fr;
  }
  .closing {
    padding: 35px;
  }
  .closing > img {
    width: 210px;
  }
  .closing-star {
    font-size: 55px;
    right: 15px;
    top: 15px;
  }
  .footer > span {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 17px;
  }
  .wrap {
    width: calc(100% - 36px);
  }
  .header {
    padding-top: 16px;
    gap: 12px;
  }
  .brand {
    font-size: 29px;
    gap: 6px;
  }
  .brand-sub {
    font-size: 9px;
  }
  .header-cta {
    font-size: 14px;
    padding: 11px 13px;
    min-height: 48px;
    gap: 8px;
  }
  .header nav {
    gap: 0;
    justify-content: space-around;
  }
  .header nav a {
    font-size: 16px;
    min-height: 48px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 30px 0 35px;
  }
  .hero-copy .eyebrow {
    font-size: 12px;
  }
  .hero h1 {
    font-size: 58px;
    line-height: 1.25;
    margin: 20px 0;
  }
  .hero h1 br:first-of-type {
    display: none;
  }
  .hero h1 .bloom {
    display: inline-block;
    margin-left: 5px;
  }
  .hero h1 .asterisk {
    font-size: 37px;
    right: -38px;
    top: 1px;
  }
  .hero h1 {
    max-width: 365px;
  }
  .hero-copy > p {
    font-size: 17px;
    margin-bottom: 22px;
  }
  .desktop-break {
    display: none;
  }
  .hero .primary {
    min-width: 225px;
  }
  .hero-note {
    font-size: 14px;
  }
  .play-collage {
    height: 385px;
    width: 100%;
    max-width: 395px;
    align-self: center;
    margin-top: 28px;
  }
  .collage-grid {
    inset: 20px 10px;
  }
  .elephant-card {
    width: 59%;
    left: 6%;
    top: 63px;
    padding: 15px;
  }
  .banana-card {
    width: 37%;
    top: 184px;
    right: 3%;
    padding: 10px;
  }
  .sun-sticker {
    width: 104px;
    right: 20px;
    top: 0;
  }
  .hello-bubble {
    top: 120px;
    right: 2%;
    font-size: 13px;
  }
  .word-label strong {
    font-size: 23px;
  }
  .word-label > span {
    font-size: 13px;
  }
  .little-label {
    top: 8px;
    left: 15px;
    font-size: 8px;
  }
  .play-stamp {
    left: 37%;
    bottom: 0;
    width: 113px;
    height: 113px;
    font-size: 13px;
  }
  .play-stamp strong {
    font-size: 22px;
  }
  .scribble {
    top: 245px;
    left: -4px;
    font-size: 55px;
  }
  .values-strip {
    padding-block: 17px;
  }
  .values-strip > .wrap {
    font-size: 12px;
    gap: 10px 5px;
  }
  .section {
    padding-block: 47px;
  }
  .eyebrow {
    font-size: 12px;
  }
  h2 {
    font-size: 29px;
    letter-spacing: -0.6px;
  }
  .section-heading {
    margin-bottom: 24px;
  }
  .section-heading > p {
    font-size: 17px;
    line-height: 1.6;
  }
  .section-heading > p span[aria-hidden] {
    display: none;
  }
  .age-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 11px;
  }
  .age-card {
    grid-column: span 2;
    align-items: center;
    padding: 11px 6px 14px;
    border-radius: 12px;
  }
  .age-card:nth-child(4),
  .age-card:nth-child(5) {
    grid-column: span 3;
  }
  .age-card.selected {
    padding: 10px 5px 13px;
  }
  .age-card > img {
    height: 76px;
    width: 76px;
    margin-bottom: 6px;
  }
  .age-card strong {
    font-size: 26px;
  }
  .age-card strong span {
    font-size: 17px;
  }
  .age-card > span:not(.age-arrow) {
    font-size: 12px;
    text-align: center;
  }
  .age-card .age-arrow {
    width: 22px;
    height: 22px;
    right: 6px;
    top: 6px;
    font-size: 15px;
  }
  .results-heading {
    display: block;
    margin-top: 29px;
  }
  .results-heading h3 {
    font-size: 22px;
  }
  .results-heading > span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
  }
  .media-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .media-art {
    height: 210px;
  }
  .media-art > img {
    width: 170px;
    height: 170px;
  }
  .wordbox-art > img {
    width: 42%;
    height: 175px;
  }
  .media-body {
    padding: 21px;
  }
  .media-body h3 {
    font-size: 24px;
  }
  .media-body > p {
    font-size: 17px;
  }
  .media-body .button {
    font-size: 17px;
    min-height: 52px;
  }
  .badge {
    font-size: 14px;
  }
  .coming-label {
    font-size: 17px;
  }
  .feature-section {
    padding-block: 45px;
  }
  .feature-grid {
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: stretch;
  }
  .feature-visual {
    padding-block: 35px 60px;
    margin-inline: 10px;
  }
  .paper-label {
    left: 15px;
    font-size: 15px;
  }
  .vocab-note {
    bottom: -3px;
    right: 15px;
  }
  .feature-copy .eyebrow {
    font-size: 13px;
  }
  .feature-copy h2 {
    font-size: 34px;
  }
  .feature-copy > p {
    font-size: 18px;
  }
  .feature-list strong {
    font-size: 18px;
  }
  .feature-list p {
    font-size: 17px;
  }
  .feature-list li > span {
    height: 32px;
    width: 32px;
    font-size: 12px;
  }
  .feature-list li {
    gap: 13px;
  }
  .feature-copy > .button {
    width: 100%;
    font-size: 18px;
  }
  .center-heading {
    margin-bottom: 30px;
  }
  .center-heading > p {
    font-size: 17px;
    margin-top: 12px;
  }
  .steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
    text-align: left;
  }
  .steps article {
    display: grid;
    grid-template-columns: 60px 1fr;
    column-gap: 20px;
    align-items: start;
  }
  .step-number {
    grid-row: span 2;
    width: 56px;
    height: 56px;
    margin: 5px 0 0;
    font-size: 27px;
  }
  .steps h3 {
    font-size: 23px;
  }
  .steps p {
    font-size: 17px;
    margin-top: 5px;
  }
  .steps p br {
    display: none;
  }
  .step-line {
    display: none;
  }
  .trust-section {
    padding: 28px 23px;
    border-radius: 17px;
    gap: 26px;
  }
  .trust-intro > img {
    width: 90px;
    right: -5px;
    top: 0;
  }
  .trust-intro h2 {
    max-width: 185px;
    font-size: 30px;
  }
  .trust-intro h2 br {
    display: block;
  }
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .trust-grid article {
    position: relative;
    padding-left: 45px;
  }
  .trust-grid article > span {
    position: absolute;
    left: 0;
    top: 0;
  }
  .trust-grid h3 {
    font-size: 18px;
  }
  .trust-grid p {
    font-size: 17px;
  }
  .trust-grid p br {
    display: none;
  }
  .screen-note > p {
    font-size: 17px;
  }
  .screen-note > a {
    font-size: 17px;
  }
  .plans-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .plan {
    padding: 27px;
  }
  .plan > p,
  .plan ul {
    font-size: 17px;
  }
  .plan > .button {
    font-size: 17px;
  }
  .price {
    font-size: 58px;
  }
  .future-price {
    font-size: 40px;
  }
  .faq-section {
    display: block;
  }
  .faq-section > div > p {
    font-size: 17px;
  }
  .faq-section h2 br {
    display: none;
  }
  .faq-list {
    margin-top: 26px;
  }
  .faq-list summary {
    font-size: 18px;
    padding-block: 20px;
  }
  .faq-list details > p {
    font-size: 17px;
    padding-right: 10px;
  }
  .closing {
    padding: 30px 25px 155px;
    display: block;
    min-height: 370px;
  }
  .closing h2 {
    font-size: 30px;
    position: relative;
    z-index: 2;
  }
  .closing .button {
    font-size: 16px;
    padding-inline: 19px;
    position: relative;
    z-index: 2;
  }
  .closing > img {
    position: absolute;
    width: 200px;
    right: 15px;
    bottom: -13px;
    transform: rotate(-9deg);
  }
  .closing-star {
    top: auto;
    bottom: 55px;
    left: 34px;
    font-size: 61px;
  }
  .footer {
    gap: 12px;
    padding-block: 28px;
  }
  .footer .brand {
    font-size: 27px;
  }
  .footer p {
    font-size: 14px;
    margin-left: auto;
  }
  .footer > span {
    width: 100%;
    font-size: 14px;
  }
  .footer small {
    font-size: 13px;
  }
}
.sun-sticker {
  mix-blend-mode: multiply;
}
@media (max-width: 600px) {
  .hero h1 {
    font-size: 52px;
  }
  .hero h1 br:first-of-type {
    display: initial;
  }
  .hero h1 .bloom {
    margin-left: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* ===== Claude · การ์ดฮีโร่ให้เนียนตาแบบ A: รูปพื้นใส + เงาฟุ้ง + เอียงน้อย + ลอยเบาๆ ===== */
.play-collage img {
  mix-blend-mode: normal;
} /* รูปเป็นพื้นใสแล้ว ไม่ต้อง multiply */
.play-collage .little-label,
.play-collage .card-index {
  display: none;
}
.play-collage .collage-grid {
  background-color: #f3f0e2;
  background-image: none;
}
.play-collage .word-card {
  border: none;
  border-radius: 28px;
  box-shadow:
    0 24px 48px rgba(25, 62, 53, 0.13),
    0 6px 14px rgba(25, 62, 53, 0.06);
}
.play-collage .elephant-card {
  --tilt: -5deg;
  transform: rotate(var(--tilt));
  animation: card-float 7s ease-in-out infinite;
}
.play-collage .banana-card {
  --tilt: 6deg;
  transform: rotate(var(--tilt));
  animation: card-float 7s ease-in-out -3.5s infinite;
}
.play-collage .elephant-card > img {
  margin-top: 0;
}
.play-collage .word-label {
  border-top-color: #ece9dc;
}
.play-collage .banana-card .word-label {
  border-top-color: #e6cf7a;
}
.play-collage .sun-sticker {
  filter: drop-shadow(0 10px 16px rgba(240, 170, 40, 0.25));
}
/* ตราประทับย้ายไปมุมซ้ายบนที่ว่าง ไม่ทับคำว่า ช้าง/กล้วย */
.play-collage .play-stamp {
  left: -3%;
  right: auto;
  top: 6%;
  bottom: auto;
  box-shadow: 0 12px 24px rgba(193, 72, 43, 0.25);
}
@keyframes card-float {
  0%,
  100% {
    transform: translateY(0) rotate(var(--tilt));
  }
  50% {
    transform: translateY(-8px) rotate(calc(var(--tilt) * 0.7));
  }
}
@media (prefers-reduced-motion: reduce) {
  .play-collage .elephant-card,
  .play-collage .banana-card {
    animation: none;
  }
}

/* Thai copy: preserve complete phrases without changing the visual theme. */
.nw {
  white-space: nowrap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}
p,
.eyebrow,
.media-body,
.coming-label,
#results-count {
  text-wrap: pretty;
}
.hero-note {
  white-space: nowrap;
}
@media (max-width: 600px) {
  .hero h1 {
    font-size: clamp(42px, calc(13.333vw - 6px), 52px);
  }
}

/* Claude · ข้อความใน eyebrow เป็นก้อนเดียว (เดิม gap ของ flex แทรกกลางคำไทย) */
.eyebrow-text {
  display: inline;
}

/* Interactive pages from the same cream-paper activity book. */
.hero-demo,
.hero-copy,
.feature-visual,
.feature-copy {
  min-width: 0;
}
.hero-copy > p.game-note {
  font-size: 14px;
  margin: 8px 0 16px;
}
.demo-toolbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
#tapHint {
  font-size: 15px;
  color: var(--ink);
}
#tapHint > span {
  display: inline-block;
  animation: tap-invite 1.8s ease-in-out infinite;
}
#tapHint.has-tapped > span {
  animation: none;
}
.pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 5px;
  background: #eeeede;
  border: 1px solid #d5d9c8;
  border-radius: 16px;
  width: fit-content;
  max-width: 100%;
}
.pill-group button {
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: transparent;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.5;
}
.pill-group button[aria-pressed="true"],
.pill-group button[aria-selected="true"] {
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 4px 10px #183e3519;
}
.word-card {
  text-align: left;
  appearance: none;
}
.hello-bubble {
  border: 0;
  min-height: 48px;
}
.play-collage .word-card.is-bouncing {
  animation: card-bounce 0.45s ease-out;
}
.audio-caption {
  min-height: 76px;
  padding: 13px 18px;
  margin-top: 12px;
  border-radius: 15px;
  background: var(--ink);
  color: var(--paper);
  text-align: center;
  font-size: 17px;
  opacity: 0;
  transition: opacity 0.2s;
}
.audio-caption.is-visible {
  opacity: 1;
}
.peek-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding-block: 44px;
  border-bottom: 1px solid var(--line);
}
.peek-copy {
  padding-left: 8%;
  min-width: 0;
}
.peek-copy h2 {
  margin: 10px 0;
}
.peek-copy .eyebrow > span {
  color: var(--orange);
  font-size: 28px;
}
.peek-demo {
  text-align: center;
  min-width: 0;
}
.peek-card {
  display: block;
  position: relative;
  width: 300px;
  max-width: 100%;
  height: 230px;
  margin: 0 auto;
  background: #fffdf8;
  border: 1px solid #e3dfcd;
  border-radius: 28px;
  box-shadow: 0 18px 35px #183e3512;
  overflow: hidden;
  isolation: isolate;
}
.peek-duck {
  position: absolute;
  width: 170px;
  height: 170px;
  object-fit: contain;
  left: 50%;
  top: 28px;
  transform: translateX(-50%) scale(0.8);
  opacity: 0;
  transition:
    opacity 0.25s,
    transform 0.5s cubic-bezier(0.2, 0.9, 0.3, 1.4);
}
.peek-hand {
  position: absolute;
  top: 12px;
  width: 152px;
  height: 210px;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.3, 1);
}
.peek-hand svg {
  width: 100%;
  height: 100%;
}
.hand-left {
  left: 8px;
  transform: rotate(8deg);
}
.hand-right {
  right: 8px;
  transform: scaleX(-1) rotate(8deg);
}
.peek-card.is-open .hand-left {
  transform: translateX(-110px) rotate(-25deg);
}
.peek-card.is-open .hand-right {
  transform: translateX(110px) scaleX(-1) rotate(-25deg);
}
.peek-card.is-open .peek-duck {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.peek-caption {
  min-height: 60px;
  max-width: 430px;
  margin: 16px auto 0;
  color: var(--ink);
  font-size: 17px;
}
.media-card.ready {
  border: 2px solid var(--ink);
  box-shadow: 0 10px 22px #183e3512;
}
.media-card.coming {
  background: #f5f3eb;
}
.screen-stack {
  display: grid;
  overflow: hidden;
  border-radius: 7px;
  background: #fbf9f2;
  aspect-ratio: 1180/820;
}
.screen-stack .screen {
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.35s;
  pointer-events: none;
}
.screen-stack .screen.is-active {
  opacity: 1;
  z-index: 1;
}
.shot-tabs {
  margin: 30px auto 0;
  justify-content: center;
}
.shot-tabs button {
  padding-inline: 12px;
}
.shot-caption {
  text-align: center;
  font-size: 16px;
  min-height: 54px;
  margin-top: 14px;
}
.feature-visual {
  padding-bottom: 100px;
}
.vocab-note {
  bottom: 0;
}
.install-action {
  text-align: center;
  margin-top: 32px;
}
.faq-list .install-button {
  margin: 0 0 24px;
  max-width: 100%;
}
.footer {
  flex-wrap: wrap;
}
.footer .share-button {
  font-size: 15px;
  padding-inline: 18px;
}
dialog {
  width: min(700px, calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  padding: 28px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 25px 90px #183e3555;
  overflow: auto;
  overscroll-behavior: contain;
}
dialog::backdrop {
  background: #183e3599;
}
body:has(dialog[open]) {
  overflow: hidden;
}
.dialog-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}
.dialog-heading h2 {
  font-size: 28px;
}
.dialog-heading button {
  flex-shrink: 0;
}
dialog .pill-group {
  width: 100%;
  margin-bottom: 22px;
}
dialog .pill-group button {
  flex: 1;
  font-size: 18px;
}
.install-steps {
  padding-left: 28px;
  margin: 0 0 24px;
  font-size: 18px;
}
.install-steps li {
  padding-left: 8px;
  margin: 22px 0;
}
.install-steps li::marker {
  color: var(--orange);
  font-weight: 700;
}
.step-picture {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  min-height: 54px;
  background: var(--mint);
  border-radius: 12px;
  margin-bottom: 8px;
  font-size: 30px;
}
.menu-example {
  display: block;
  padding: 12px 16px;
  margin-bottom: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fffdf8;
}
.install-steps p {
  font-size: 18px;
  margin: 6px 0 12px;
}
.install-steps .button {
  margin-top: 8px;
}
#shareDialog h2 {
  font-size: 28px;
  margin-bottom: 16px;
}
#shareDialog label {
  display: block;
  font-size: 18px;
}
#shareUrl {
  width: 100%;
  min-height: 52px;
  margin: 18px 0;
  padding: 12px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  font: 18px var(--body);
  color: var(--ink);
  background: #fff;
}
input:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}
.share-toast {
  position: fixed;
  z-index: 20;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 32px);
  padding: 16px 24px;
  border-radius: 14px;
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 8px 30px #183e3533;
  text-align: center;
}
@keyframes tap-invite {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes card-bounce {
  0%,
  100% {
    transform: rotate(var(--tilt)) scale(1);
  }
  45% {
    transform: translateY(-8px) rotate(var(--tilt)) scale(1.035);
  }
}
@media (min-width: 601px) and (max-width: 1180px) {
  .hero h1 {
    font-size: clamp(34px, 4.1vw, 49px);
    letter-spacing: -1.2px;
  }
  .hero-copy .eyebrow {
    flex-wrap: wrap;
    gap: 4px 7px;
  }
  .hero-demo .play-collage {
    height: 440px;
  }
  .feature-copy h2 {
    font-size: clamp(27px, 3.2vw, 36px);
  }
}
@media (max-width: 600px) {
  .hero-demo {
    margin-top: 30px;
  }
  .demo-toolbar {
    gap: 10px;
  }
  .hero-demo .play-collage {
    margin: 14px auto 0;
  }
  .audio-caption {
    margin-top: 12px;
  }
  .peek-section {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 36px;
  }
  .peek-copy {
    padding: 0;
    text-align: center;
  }
  .peek-copy .eyebrow {
    justify-content: center;
  }
  .peek-caption {
    min-height: 56px;
  }
  .shot-tabs {
    gap: 4px;
    padding: 4px;
  }
  .shot-tabs button {
    padding: 9px 8px;
    font-size: 14px;
  }
  .feature-visual {
    padding-bottom: 95px;
  }
  .feature-copy h2 {
    font-size: 32px;
  }
  .dialog-heading {
    gap: 10px;
  }
  .dialog-heading h2 {
    font-size: 23px;
  }
  dialog {
    padding: 20px;
  }
  dialog .pill-group {
    flex-direction: column;
  }
  dialog .pill-group button {
    width: 100%;
    flex: auto;
  }
  .menu-example {
    padding-inline: 10px;
  }
  .menu-example .nw {
    white-space: normal;
  }
  .install-steps {
    padding-left: 23px;
  }
  .install-action .button {
    padding-inline: 16px;
  }
  .footer .share-button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  #tapHint > span,
  .play-collage .word-card.is-bouncing {
    animation: none;
  }
  .screen-stack .screen,
  .peek-duck,
  .peek-hand,
  .audio-caption {
    transition: none;
  }
}

/* Polish: paper stickers, persistent navigation and comfortable touch controls. */
.sticker {
  display: inline-block;
  object-fit: contain;
  flex-shrink: 0;
  vertical-align: middle;
  transform: rotate(-8deg);
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.12));
}
.sticker-sm {
  width: 32px;
  height: 32px;
}
.sticker.scribble {
  width: 64px;
  height: 64px;
  transform: rotate(10deg);
}
.values-strip .strip-sticker {
  width: 26px;
  height: 26px;
  filter: drop-shadow(0 2px 4px #fff8);
}
.values-strip .strip-sticker:nth-of-type(2) {
  transform: rotate(7deg);
}
.family-plan h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.family-plan .sticker {
  transform: rotate(8deg);
}
.vocab-sticker {
  position: absolute;
  width: 36px;
  height: 36px;
  right: -18px;
  top: -16px;
  transform: rotate(10deg);
}
.closing > .closing-star {
  width: 88px;
  height: 88px;
  right: 30px;
  top: 25px;
  bottom: auto;
  margin: 0;
  mix-blend-mode: normal;
  transform: rotate(-8deg);
}
.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(251, 249, 242, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: transparent;
  min-height: 88px;
}
.header::before {
  content: "";
  position: absolute;
  inset: 0 calc((100vw - 100%) / -2);
  background: inherit;
  z-index: -1;
  pointer-events: none;
  border-bottom: 1px solid transparent;
}
.header.is-scrolled::before {
  border-bottom-color: var(--line);
}
html {
  scroll-padding-top: 0;
}
main[id],
section[id] {
  scroll-margin-top: 108px;
}
.header nav a,
.brand {
  min-height: 48px;
  display: flex;
  align-items: center;
}
.primary {
  box-shadow: 0 8px 24px rgba(24, 62, 53, 0.25);
}
.primary:hover {
  transform: translateY(-2px);
}
button,
a,
summary {
  transition:
    transform 100ms,
    background 100ms,
    box-shadow 100ms;
}
button:active,
a:active,
summary:active,
.play-collage .word-card:active {
  transform: scale(0.96);
  animation: none;
}
.media-card,
.media-card.ready,
.plan,
.peek-card,
.feature-section {
  border: 1px solid rgba(24, 62, 53, 0.08);
  box-shadow:
    0 3px 8px rgba(24, 62, 53, 0.04),
    0 14px 30px rgba(24, 62, 53, 0.08);
}
.hero-note {
  white-space: normal;
}
.who-note {
  display: table;
  margin-top: 9px;
  padding: 4px 10px;
  border: 1px solid #d5d9c8;
  border-radius: 8px;
  background: #eeeede;
  font-size: 14px;
}
.faq-list summary {
  min-height: 48px;
}
.footer small {
  font-size: 14px;
}
@media (max-width: 800px) {
  .header {
    height: 64px;
    min-height: 64px;
    padding-block: 0;
    flex-wrap: nowrap;
  }
  .header nav {
    display: none;
  }
  .header .brand-sub {
    display: none;
  }
  main[id],
  section[id] {
    scroll-margin-top: 80px;
  }
}
@media (max-width: 600px) {
  .section,
  .feature-section,
  .peek-section {
    padding-block: 44px;
  }
  .section-heading,
  .center-heading {
    margin-bottom: 20px;
  }
  .hero {
    padding-block: 24px;
  }
  .hero h1 {
    margin-block: 14px;
  }
  .hero-copy > p {
    margin-bottom: 18px;
  }
  .hero-demo {
    margin-top: 20px;
  }
  .hero-demo .play-collage {
    height: 350px;
  }
  .audio-caption {
    min-height: 60px;
    padding: 10px 14px;
  }
  .hero-copy .eyebrow,
  .feature-copy .eyebrow,
  .eyebrow {
    font-size: 14px;
  }
  .hero-copy > p.game-note {
    font-size: 14px;
  }
  .word-label > span {
    font-size: 14px;
  }
  .values-strip > .wrap {
    font-size: 16px;
    grid-template-columns: 1fr 26px 1fr;
    gap: 6px;
  }
  .values-strip .strip-sticker:nth-of-type(2) {
    display: none;
  }
  .values-strip .strip-sticker:last-of-type {
    grid-column: 2;
    grid-row: 2;
  }
  .values-strip .wrap > span:last-child {
    grid-column: 3;
    grid-row: 2;
  }
  .age-card > img {
    height: 52px;
    width: 52px;
  }
  .age-card > span:not(.age-arrow) {
    font-size: 14px;
  }
  .age-card strong {
    font-size: 24px;
  }
  .results-heading {
    margin-block: 22px 14px;
  }
  .media-grid {
    gap: 12px;
  }
  .media-art {
    height: 160px;
  }
  .wordbox-art > img {
    height: 140px;
  }
  .media-card.coming {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
  }
  .coming .media-art {
    height: 100%;
    min-height: 140px;
    padding: 36px 5px 8px;
  }
  .coming .media-art > img {
    width: 76px;
    height: 76px;
  }
  .coming .badge {
    left: 5px;
    top: 10px;
    padding: 3px 6px;
    font-size: 14px;
  }
  .coming .media-body {
    padding: 14px;
  }
  .coming .media-body h3 {
    font-size: 20px;
  }
  .coming .media-body > p {
    font-size: 16px;
    margin: 5px 0 8px;
  }
  .coming-label {
    font-size: 16px;
    padding-top: 5px;
  }
  .peek-section {
    gap: 16px;
  }
  .peek-card {
    height: 205px;
  }
  .peek-caption {
    min-height: 32px;
    margin-top: 10px;
  }
  .feature-grid {
    gap: 22px;
  }
  .feature-visual {
    padding-top: 30px;
    padding-bottom: 76px;
  }
  .feature-list {
    gap: 12px;
    margin-block: 18px 22px;
  }
  .shot-tabs {
    margin-top: 22px;
  }
  .shot-tabs button {
    font-size: 16px;
    min-height: 48px;
  }
  .shot-caption {
    min-height: 0;
    margin-top: 10px;
  }
  .steps {
    gap: 18px;
  }
  .install-action {
    margin-top: 22px;
  }
  .trust-section {
    padding: 24px 20px;
    gap: 20px;
  }
  .trust-grid {
    gap: 16px;
  }
  .screen-note {
    margin-top: 20px;
    padding-top: 16px;
  }
  .plan {
    padding: 22px;
  }
  .plan h3 {
    margin-top: 12px;
  }
  .plan ul {
    margin-block: 14px 20px;
    line-height: 1.85;
  }
  .price {
    font-size: 48px;
  }
  .future-price {
    min-height: 64px;
  }
  .faq-list {
    margin-top: 18px;
  }
  .faq-list summary {
    padding-block: 16px;
  }
  .closing {
    min-height: 330px;
    padding-top: 25px;
    padding-bottom: 135px;
  }
  .closing > .closing-star {
    top: auto;
    bottom: 35px;
    left: 25px;
    width: 80px;
    height: 80px;
  }
  .footer {
    padding-block: 22px;
  }
  .footer p,
  .footer > span {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  button,
  a,
  summary {
    transition: none;
  }
}

@media (max-width: 600px) {
  body {
    line-height: 1.55;
  }
  .hero-copy > p {
    line-height: 1.65;
  }
  .hero-demo .play-collage {
    height: 320px;
  }
  .play-collage .elephant-card {
    top: 60px;
  }
  .play-collage .banana-card {
    top: 165px;
  }
  .values-strip > .wrap > span {
    min-width: 0;
  }
  .values-strip > .wrap {
    grid-template-columns: minmax(0, 1fr) 26px minmax(0, 1fr);
  }
  .media-body {
    padding: 17px;
  }
  .media-art {
    height: 140px;
  }
  .wordbox-art > img {
    height: 120px;
  }
  .age-card > img {
    height: 44px;
    width: 44px;
  }
  .feature-list {
    gap: 10px;
  }
  .feature-list p {
    font-size: 16px;
  }
  .trust-grid p,
  .screen-note > p {
    font-size: 16px;
  }
  .screen-note > p {
    line-height: 1.65;
  }
  .plan ul {
    line-height: 1.65;
  }
  .plan {
    padding: 20px;
  }
  .plans-grid {
    gap: 16px;
  }
}

@media (max-width: 600px) {
  .peek-card {
    width: 260px;
    height: 175px;
  }
  .peek-hand {
    height: 170px;
    width: 128px;
    top: 3px;
  }
  .peek-duck {
    width: 140px;
    height: 140px;
    top: 18px;
  }
  .hero-demo .play-collage {
    height: 300px;
  }
  .hero-demo {
    margin-top: 14px;
  }
  .audio-caption {
    min-height: 48px;
    margin-top: 6px;
  }
  .demo-toolbar {
    margin-bottom: 6px;
  }
  .section-heading,
  .center-heading {
    margin-bottom: 16px;
  }
  .feature-grid {
    gap: 14px;
  }
  .feature-list {
    margin-block: 12px 16px;
  }
  .steps {
    gap: 12px;
  }
  .plan h3 {
    margin-top: 8px;
  }
  .plan ul {
    margin-block: 10px 14px;
  }
  .faq-list {
    margin-top: 12px;
  }
  .faq-list summary {
    padding-block: 13px;
  }
  .closing {
    min-height: 310px;
    padding-bottom: 115px;
  }
}

@media (max-width: 600px) {
  /* Reserve room below the tilted cards for the live audio caption. */
  .hero-demo .play-collage {
    height: 360px;
  }
  .media-card.ready .media-art {
    height: 110px;
  }
  .wordbox-art > img {
    height: 100px;
  }
  .feature-visual {
    padding-bottom: 60px;
  }
}

/* PunKam identity, retaining the existing paper palette and layout. */
.brand {
  font-weight: 600;
}
.brand > img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.brand-copy {
  min-width: 0;
}
.brand-name {
  display: flex;
  align-items: baseline;
  gap: 9px;
}
.brand-en {
  font: 600 13px/1.4 var(--body);
  color: var(--orange);
  letter-spacing: 0.3px;
}
.brand-sub {
  font-size: 12px;
  letter-spacing: 0;
  color: var(--muted);
}
.footer .brand > img {
  width: 38px;
  height: 38px;
}
.footer .brand {
  font-size: 27px;
}
.footer .brand-en {
  font-size: 12px;
}
.not-found {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding-block: 40px;
}
.not-found h1 {
  font-size: clamp(32px, 6vw, 64px);
  margin: 0;
}
.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
input:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}
@media (max-width: 800px) {
  .header .brand > img {
    width: 40px;
    height: 40px;
  }
  .header .brand-en {
    font-size: 11px;
  }
  .header .brand-name {
    gap: 6px;
  }
}
.art-eyes {
  background-color: #ecece4;
}
.art-hands {
  background-color: #f5e2d6;
}
.art-spoon {
  background-color: #e2edf0;
}
.art-drum {
  background-color: #f6e9c2;
}
.art-rainbow {
  background-color: #f1e7da;
}
.art-duck {
  background-color: #eee9f3;
}
.art-elephant {
  background-color: #e4ebe0;
}
.art-ball {
  background-color: #f5e9c5;
}
.art-teddy {
  background-color: #f2e3d9;
}
.art-cat {
  background-color: #f5e9c5;
}
.art-airplane {
  background-color: #e1ebf0;
}
.art-watermelon {
  background-color: #e5ecdc;
}
/* Parent account uses the site's existing typography and button styles. */
.account-main { max-width: 720px; padding-block: 32px 64px; }
.account-page header, .account-page footer { padding-block: 24px; }
.account-main section { margin-block: 28px; }
.account-main form { display: grid; gap: 12px; margin-block: 20px; }
.account-main input:not([type="checkbox"]) { width: 100%; padding: 12px; border: 1px solid #8a8274; border-radius: 8px; font: inherit; }
.account-main .button { white-space: normal; }
.account-main [hidden] { display: none !important; }
.account-main h2 { overflow-wrap: anywhere; }
.account-main .consent-label { line-height: 1.8; }
.account-main input[type="checkbox"] { width: 22px; height: 22px; vertical-align: middle; }
.account-danger { border: 1px solid #b74732; border-radius: 12px; padding: 20px; }
#account-error { color: #9b281c; }
.account-main button:disabled { opacity: .5; cursor: default; }
