:root {
  --cream: #fffcf7; --ink: #292d25; --gray-1: #676b60; --coral: #e7734d;
  --coral-dark: #a84026; --coral-soft: #fae7dc; --border: #e4e4d8;
  --green: #475d3c; --sage: #eaf0e2; --white: #fff; --radius-md: 24px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 100px; }
body { font-family: 'Inter', sans-serif; background: var(--cream); color: var(--ink); line-height: 1.65; -webkit-font-smoothing: antialiased; }
h1, h2, h3, .logo, .footer-brand, .price-amount { font-family: 'Nunito', sans-serif; }
a { color: var(--coral-dark); text-decoration: none; }
a:hover { color: var(--green); }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a, summary { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
::selection { background: #dce7c9; color: var(--ink); }
.container { max-width: 1240px; padding: 0 40px; margin: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; background: white; }
.skip-link:focus { top: 12px; }
header { position: sticky; top: 0; z-index: 50; background: rgba(255,252,247,.96); border-bottom: 1px solid var(--border); backdrop-filter: blur(16px); }
.header-content { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 88px; }
.logo { display: flex; align-items: center; gap: 9px; font-size: 23px; font-weight: 900; color: var(--ink); letter-spacing: -.7px; }
.logo img { width: 38px; height: 38px; border-radius: 12px; }
nav.primary { display: flex; align-items: center; gap: 26px; }
nav.primary a { color: var(--gray-1); font-size: 13px; font-weight: 500; }
nav.primary a:hover { color: var(--coral-dark); }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 8px; padding: 13px 24px; min-height: 48px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 600; transition: background .2s, transform .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--ink); color: white; }
.btn-primary:hover { background: var(--green); color: white; }
.btn-ghost { border-color: var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--sage); }
.nav-toggle { display: none; width: 44px; height: 44px; background: none; border: 0; padding: 10px; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; }
.hero { overflow: hidden; padding-top: 70px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 24px; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; margin-bottom: 24px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.hero h1 { font-size: clamp(66px, 7.7vw, 105px); line-height: .99; letter-spacing: -.06em; font-weight: 800; margin-bottom: 26px; }
.hero h1 .accent { color: var(--coral); }
.hero-sub { font-size: 21px; line-height: 1.5; letter-spacing: -.4px; margin-bottom: 14px; }
.hero-description { max-width: 450px; color: var(--gray-1); font-size: 14px; }
.hero-ctas { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin: 28px 0 18px; }
.app-store-link { display: inline-block; border-radius: 10px; transition: transform .2s; }
.app-store-link:hover { transform: translateY(-3px); }
.app-store-link img { width: 162px; height: 54px; }
.text-link { display: inline-flex; gap: 18px; align-items: center; color: var(--ink); font-size: 13px; font-weight: 600; }
.text-link span { font-size: 21px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 9px 16px; font-size: 10px; color: var(--gray-1); }
.hero-meta span + span::before { content: '·'; margin-right: 16px; }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; isolation: isolate; }
.hero-disc { position: absolute; width: 95%; aspect-ratio: 1; border-radius: 50%; background: #f4e9d6; z-index: -1; }
.hero-panda { width: 100%; max-width: 495px; transform: rotate(-4deg); }
.hero-note { font-family: 'Nunito', sans-serif; font-size: 14px; color: var(--green); position: absolute; }
.note-top { top: 0; right: 16%; transform: rotate(7deg); }
.note-bottom { bottom: 9px; right: 13%; transform: rotate(-4deg); }
.floating-note { position: absolute; display: flex; gap: 12px; align-items: center; border: 1px solid #ffffffa0; border-radius: 18px; background: #fffffff5; padding: 15px 18px; box-shadow: 0 12px 35px #343d2610; }
.floating-note strong { display: block; font-size: 11px; font-weight: 600; }
.floating-note div > span { display: block; font-size: 9px; margin-top: 2px; color: var(--gray-1); }
.note-meal { left: -6%; top: 20%; transform: rotate(-6deg); }
.note-icon { font-size: 25px; }
.note-win { right: -2%; bottom: 13%; transform: rotate(5deg); }
.win-check { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--sage); color: var(--green); }
.hero-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 55px; padding-bottom: 26px; font-size: 11px; color: var(--gray-1); }
.hero-bottom a { color: var(--ink); }
.hero-bottom a span { margin-left: 14px; }
.daily-help { background: var(--sage); padding: 90px 0; }
.help-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 90px; }
.section-eyebrow { display: block; color: var(--green); text-transform: uppercase; font-size: 10px; font-weight: 600; letter-spacing: .14em; margin-bottom: 18px; }
.section-title { font-size: clamp(34px, 4vw, 52px); font-weight: 800; letter-spacing: -.045em; line-height: 1.12; }
.section-lead { color: var(--gray-1); font-size: 14px; margin-top: 20px; max-width: 560px; }
.help-options { display: grid; gap: 8px; }
.help-choice { width: 100%; display: flex; justify-content: space-between; gap: 12px; text-align: left; background: transparent; border: 1px solid #c9d3be; border-radius: 13px; padding: 15px 20px; font-size: 14px; transition: background .2s; }
.help-choice[aria-pressed="true"] { color: white; background: var(--green); border-color: var(--green); }
.help-choice:hover:not([aria-pressed="true"]) { background: #ffffff80; }
.help-result { padding: 24px 5px 0; min-height: 212px; }
.result-label { font-size: 9px; letter-spacing: .1em; color: var(--green); }
.help-result h3 { font-size: 24px; letter-spacing: -.6px; margin: 8px 0; line-height: 1.3; }
.help-result p { font-size: 13px; color: var(--gray-1); margin-bottom: 14px; }
.trust { border-bottom: 1px solid var(--border); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; padding: 36px 0; }
.trust-item { display: flex; gap: 12px; }
.trust-icon { font-size: 20px; }
.trust-title { font-size: 12px; font-weight: 600; margin-bottom: 5px; }
.trust-desc { font-size: 11px; color: var(--gray-1); }
section.block { padding: 100px 0; }
.section-header-center { text-align: center; margin-bottom: 48px; }
.section-header-center .section-lead { margin-left: auto; margin-right: auto; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 36px; }
.feature-card { padding: 30px 5px; border-top: 1px solid var(--border); }
.feature-icon-box { font-size: 24px; margin-bottom: 18px; }
.feature-card h3 { font-size: 21px; letter-spacing: -.5px; margin-bottom: 10px; }
.feature-card p { color: var(--gray-1); font-size: 13px; }
.ages { background: #f6f2e9; }
.ages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.age-card { background: var(--cream); border: 1px solid #ebe5d9; border-radius: 20px; padding: 24px; }
.age-card:nth-child(2) { background: #edf1e7; }
.age-card:nth-child(3) { background: #f8e7dc; }
.age-card:nth-child(4) { background: #f2edfa; }
.age-pill { display: inline-block; font-size: 10px; font-weight: 600; border: 1px solid #292d2533; border-radius: 999px; padding: 4px 11px; margin-bottom: 28px; }
.age-card h3 { font-size: 22px; line-height: 1.2; margin-bottom: 12px; letter-spacing: -.7px; }
.age-card p { font-size: 12px; color: var(--gray-1); }
.tour-grid { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 90px; }
.tour-options { display: grid; margin-top: 35px; }
.tour-options button { display: flex; gap: 20px; width: 100%; text-align: left; padding: 21px 12px; border: 0; border-top: 1px solid var(--border); background: transparent; font-size: 13px; transition: background .2s; }
.tour-options button > span:first-child { font-size: 10px; color: var(--gray-1); align-self: center; }
.tour-options button > span:last-child { margin-left: auto; }
.tour-options button[aria-pressed="true"] { background: var(--sage); border-radius: 10px; color: var(--green); }
.tour-options button:hover { background: #f2f1e9; }
.tour-caption { color: var(--gray-1); font-size: 12px; margin-top: 20px; min-height: 40px; }
.tour-preview { background: #f3e7d7; border-radius: 160px 160px 28px 28px; padding: 35px 35px 20px; }
.tour-preview img { width: 280px; border-radius: 23px; margin: auto; box-shadow: 0 14px 35px #57382117; }
.tour-preview figcaption { text-align: center; font-size: 11px; color: var(--gray-1); margin-top: 20px; }
.together { background: var(--green); color: #fffdf5; text-align: center; padding: 90px 0; }
.together .section-eyebrow { color: #d4dfc6; }
.together h2 { font-size: clamp(32px, 4.5vw, 58px); line-height: 1.15; font-weight: 700; letter-spacing: -.04em; }
.together p { max-width: 560px; margin: 24px auto; font-size: 14px; color: #e1e8d9; }
.together a { color: white; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; max-width: 810px; gap: 24px; margin: auto; }
.price-card { position: relative; padding: 32px; border: 1px solid var(--border); border-radius: 24px; background: white; display: flex; flex-direction: column; }
.price-card.featured { background: var(--sage); border-color: #8c9d7d; }
.price-name { font-size: 14px; font-weight: 600; margin-bottom: 16px; }
.price-amount { font-size: 52px; line-height: 1.1; font-weight: 800; letter-spacing: -.04em; }
.price-amount .per { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 400; letter-spacing: 0; color: var(--gray-1); }
.price-sub { color: var(--gray-1); font-size: 12px; margin: 12px 0 24px; }
.price-features { list-style: none; flex: 1; padding-bottom: 30px; }
.price-features li { font-size: 12px; margin: 12px 0; display: flex; gap: 10px; }
.price-features li::before { content: '✓'; color: var(--green); }
.price-badge { align-self: flex-start; padding: 4px 12px; border-radius: 999px; background: var(--green); color: white; font-size: 10px; position: absolute; top: -13px; }
.entity-answer { border-block: 1px solid var(--border); padding: 45px 0; }
.entity-answer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.entity-answer h2 { font-size: 20px; margin-bottom: 12px; }
.entity-answer p { font-size: 12px; color: var(--gray-1); }
.faq-list { max-width: 780px; margin: auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { cursor: pointer; padding: 23px 30px 23px 0; font-size: 15px; font-weight: 500; position: relative; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 3px; font-size: 23px; top: 17px; font-weight: 400; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { padding: 0 30px 24px 0; font-size: 13px; color: var(--gray-1); }
.faq-item a { text-decoration: underline; }
.cta { background: #f8e4d5; text-align: center; padding: 90px 0; }
.cta h2 { font-size: clamp(45px, 6.5vw, 80px); line-height: 1.04; font-weight: 800; letter-spacing: -.055em; margin-bottom: 23px; }
.cta p { font-size: 14px; color: var(--gray-1); margin-bottom: 25px; }
.download-note { font-size: 10px; color: var(--gray-1); margin-top: 15px; }
footer { background: var(--cream); padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 32px; padding-bottom: 50px; }
.footer-brand { display: flex; gap: 9px; align-items: center; font-size: 22px; font-weight: 900; }
.footer-brand img { border-radius: 10px; }
.footer-tagline { font-size: 11px; color: var(--gray-1); max-width: 240px; margin-top: 14px; }
.footer-col h4 { font-size: 11px; margin-bottom: 12px; }
.footer-col ul { list-style: none; }
.footer-col a { display: inline-block; padding: 6px 0; font-size: 11px; color: var(--gray-1); }
.footer-col a:hover { color: var(--coral-dark); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; font-size: 10px; color: var(--gray-1); }
.small-links { display: flex; flex-wrap: wrap; gap: 12px; }
.small-links a { color: var(--gray-1); }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: arrive .8s ease both; }
  .hero-panda { animation: arrive 1s .1s ease both; }
  .note-meal { animation: bob 5s ease-in-out infinite; }
  .note-win { animation: bob 6s .8s ease-in-out infinite; }
  @keyframes arrive { from { opacity: 0; translate: 0 16px; } to { opacity: 1; translate: 0 0; } }
  @keyframes bob { 0%, 100% { translate: 0 0; } 50% { translate: 0 -7px; } }
}
@media (min-width: 901px) { .mobile-nav.open { display: none; } }
@media (max-width: 1050px) {
  .container { padding-left: 28px; padding-right: 28px; }
  nav.primary { gap: 17px; }
  .hero-visual { min-height: 470px; }
  .note-meal { left: 0; }
  .note-win { right: 0; }
  .help-grid, .tour-grid { gap: 45px; }
  .age-card { padding: 20px; }
}
@media (max-width: 900px) {
  nav.primary { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .header-content { min-height: 76px; gap: 12px; }
  .mobile-nav.open { display: grid; padding: 8px 28px 18px; border-top: 1px solid var(--border); }
  .mobile-nav a { padding: 11px 0; color: var(--ink); font-size: 14px; }
  .hero h1 { font-size: 74px; }
  .hero-visual { min-height: 410px; }
  .hero-note { font-size: 11px; }
  .floating-note { padding: 10px 12px; gap: 8px; }
  .floating-note strong { font-size: 9px; }
  .floating-note div > span { font-size: 8px; }
  .hero-sub { font-size: 18px; }
  .hero-ctas { gap: 18px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .ages-grid { grid-template-columns: repeat(2, 1fr); }
  .tour-preview { padding: 25px 20px 18px; }
  .tour-options button { gap: 12px; font-size: 12px; }
  .footer-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-tagline { max-width: 380px; }
}
@media (max-width: 680px) {
  .container { padding-left: 22px; padding-right: 22px; }
  html { scroll-padding-top: 85px; }
  .logo { font-size: 20px; }
  .logo img { width: 32px; height: 32px; }
  header .btn { padding: 10px 16px; min-height: 44px; font-size: 12px; }
  .hero { padding-top: 40px; }
  .hero-grid { grid-template-columns: 1fr; gap: 26px; }
  .hero-copy { text-align: center; }
  .hero-eyebrow { font-size: 9px; margin-bottom: 20px; }
  .hero h1 { font-size: clamp(64px, 15vw, 90px); margin-bottom: 22px; }
  .hero-sub { font-size: 18px; }
  .hero-description { max-width: 380px; margin: auto; font-size: 13px; }
  .hero-ctas, .hero-meta { justify-content: center; }
  .hero-ctas { margin: 24px 0 16px; }
  .hero-visual { min-height: 365px; max-width: 380px; width: 100%; margin: auto; }
  .hero-panda { width: 92%; }
  .hero-disc { width: 88%; }
  .note-top { top: 6px; right: 17%; }
  .note-bottom { bottom: -3px; right: 19%; }
  .note-meal { left: 0; top: 21%; }
  .note-win { right: 0; bottom: 13%; }
  .hero-bottom { padding-top: 38px; padding-bottom: 22px; justify-content: center; }
  .hero-bottom > span { display: none; }
  .daily-help, section.block { padding-top: 64px; padding-bottom: 64px; }
  .help-grid, .tour-grid { grid-template-columns: 1fr; gap: 30px; }
  .help-grid .section-title br { display: none; }
  .section-title { font-size: 37px; }
  .section-lead { font-size: 13px; }
  .help-result { min-height: 218px; }
  .trust-grid { gap: 24px 16px; padding: 30px 0; }
  .trust-item { gap: 8px; }
  .trust-icon { font-size: 17px; }
  .trust-title { font-size: 11px; }
  .trust-desc { font-size: 10px; }
  .section-header-center { margin-bottom: 32px; }
  .features-grid { gap: 0 24px; }
  .feature-card { padding: 24px 0; }
  .feature-card h3 { font-size: 19px; line-height: 1.25; }
  .feature-card p { font-size: 12px; }
  .age-card { padding: 20px 16px; }
  .age-card h3 { font-size: 21px; }
  .age-pill { margin-bottom: 22px; }
  .tour-preview { max-width: 370px; width: 100%; margin: auto; padding: 30px 28px 20px; }
  .tour-preview img { width: 245px; }
  .tour-options button { min-height: 62px; font-size: 13px; }
  .tour-caption { min-height: 20px; }
  .together { padding: 65px 0; }
  .together h2 { font-size: 38px; }
  .together p { font-size: 13px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 28px; max-width: 420px; }
  .pricing-grid .featured { order: -1; }
  .entity-answer-grid { grid-template-columns: 1fr; gap: 28px; }
  .faq-item summary { font-size: 14px; }
  .cta { padding: 64px 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .footer-col a { padding: 12px 0; min-height: 44px; font-size: 12px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .small-links { align-items: center; }
  .small-links a { padding: 12px 0; }
}
@media (max-width: 360px) {
  .container { padding-left: 16px; padding-right: 16px; }
  .header-content { gap: 6px; }
  .logo { font-size: 18px; gap: 6px; }
  header .btn { padding-left: 12px; padding-right: 12px; }
  .hero-ctas { gap: 16px; }
  .hero-ctas .text-link { font-size: 12px; gap: 8px; }
  .hero-visual { min-height: 325px; }
  .features-grid { grid-template-columns: 1fr; }
  .help-choice { padding: 15px 12px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
