:root {
  --ink: #12335a;
  --muted: #58718b;
  --mint: #58d2ad;
  --mint-dark: #0f8b73;
  --sun: #ffc83d;
  --cream: #fffaf0;
  --paper: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 200, 61, .28), transparent 24rem),
    linear-gradient(180deg, #f8fff9 0, var(--cream) 45rem, #fff 100%);
  font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.25rem; font-weight: 900; }
.brand img { width: 44px; height: 44px; border-radius: 13px; box-shadow: 0 7px 20px rgba(18, 51, 90, .12); }
.nav-links, .footer-links { display: flex; gap: 24px; font-weight: 800; }
.nav a:hover, .footer a:hover { color: var(--mint-dark); }

.hero { min-height: 660px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding-block: 64px 90px; }
.hero-copy { max-width: 650px; }
.eyebrow { margin: 0 0 16px; color: var(--mint-dark); font-weight: 900; letter-spacing: .11em; text-transform: uppercase; font-size: .78rem; }
h1, h2, h3 { margin: 0; letter-spacing: -.035em; }
h1 { max-width: 760px; font-size: clamp(3.4rem, 7vw, 6.5rem); line-height: .95; }
h2 { font-size: clamp(2.2rem, 4.5vw, 4.2rem); line-height: 1; }
h3 { font-size: 1.45rem; }
.lede { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.65; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.trust-row span { border: 1px solid rgba(18, 51, 90, .12); background: rgba(255,255,255,.72); border-radius: 999px; padding: 9px 14px; font-weight: 800; font-size: .88rem; }

.roo-stage { position: relative; min-height: 530px; display: grid; place-items: center; }
.sun { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: var(--sun); box-shadow: 0 45px 90px rgba(255, 176, 35, .28); }
.roo { position: relative; z-index: 1; width: min(100%, 390px); height: auto; filter: drop-shadow(0 30px 25px rgba(18,51,90,.15)); }
.pouch-note { position: absolute; z-index: 2; right: -18px; bottom: 55px; display: grid; gap: 2px; width: 220px; padding: 16px 18px; border: 1px solid rgba(18,51,90,.1); border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: 0 16px 45px rgba(18,51,90,.12); }
.pouch-note span { color: var(--muted); font-size: .86rem; }

.features { padding-block: 100px 120px; }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 250px; padding: 28px; border: 1px solid rgba(18,51,90,.09); border-radius: 28px; background: rgba(255,255,255,.84); box-shadow: 0 16px 50px rgba(18,51,90,.06); }
.feature-number { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 55px; border-radius: 14px; background: var(--sun); font-weight: 900; }
.feature-card p { color: var(--muted); line-height: 1.65; }

.parent-band { padding-block: 90px; color: white; background: var(--ink); }
.parent-band .eyebrow { color: #83e6ca; }
.parent-inner { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 80px; }
.parent-inner > p { margin: 0; color: #c8d8e8; font-size: 1.08rem; line-height: 1.7; }

.footer { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: .9rem; }
.legal { max-width: 860px; padding-block: 80px 120px; }
.legal > h1 { max-width: 820px; font-size: clamp(3rem, 7vw, 5.7rem); }
.effective { margin: 24px 0 70px; color: var(--muted); font-weight: 800; }
.legal-intro { max-width: 760px; margin: 28px 0; color: var(--muted); font-size: 1.18rem; line-height: 1.75; }
.legal section { padding-block: 34px; border-top: 1px solid rgba(18,51,90,.12); }
.legal section:first-of-type { margin-top: 45px; }
.legal section h2 { margin-bottom: 18px; font-size: clamp(1.55rem, 3vw, 2.15rem); }
.legal section h3 { margin-top: 25px; font-size: 1.15rem; }
.legal section p, .legal section li, .legal address { color: var(--muted); font-size: 1.03rem; line-height: 1.78; font-style: normal; }
.legal section li + li { margin-top: 8px; }
.legal section a, .small-link a { color: var(--mint-dark); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; margin: 6px 0 40px; padding: 0 22px; border-radius: 16px; color: #fff; background: var(--ink); font-weight: 900; box-shadow: 0 12px 30px rgba(18,51,90,.18); }
.button:hover { background: var(--mint-dark); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.faq { padding: 24px; border: 1px solid rgba(18,51,90,.1); border-radius: 22px; background: rgba(255,255,255,.78); }
.faq h3 { font-size: 1.16rem; }
.faq p { margin-bottom: 0; font-size: .96rem !important; }
.notice { padding: 20px 22px; border-left: 5px solid var(--sun); border-radius: 0 16px 16px 0; background: rgba(255,255,255,.8); color: var(--muted); line-height: 1.7; }

@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; gap: 28px; padding-top: 45px; }
  .roo-stage { min-height: 470px; }
  .sun { width: 340px; height: 340px; }
  .pouch-note { right: 0; }
  .feature-grid, .faq-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .feature-number { margin-bottom: 28px; }
  .parent-inner { grid-template-columns: 1fr; gap: 30px; }
  .footer { align-items: flex-start; flex-direction: column; padding-block: 32px; }
  .footer-links { flex-wrap: wrap; gap: 14px 22px; }
  .legal { padding-block: 56px 90px; }
}

@media (max-width: 520px) {
  .nav-links { gap: 14px; font-size: .9rem; }
  h1 { font-size: 3.35rem; }
  .roo-stage { min-height: 420px; }
  .roo { width: 310px; }
  .sun { width: 285px; height: 285px; }
}
