:root {
  --ink: #243047;
  --muted: #647089;
  --line: rgba(63, 82, 117, 0.14);
  --white: #ffffff;
  --cream: #fffdf8;
  --sky: #84d7f7;
  --mint: #a7efd3;
  --sun: #ffe58a;
  --peach: #ffbea8;
  --coral: #ff7f78;
  --lavender: #c9b8ff;
  --blue: #2876db;
  --green: #178b6a;
  --shadow: 0 22px 60px rgba(48, 64, 96, 0.14);
  --soft-shadow: 0 14px 34px rgba(48, 64, 96, 0.1);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(132, 215, 247, 0.28), transparent 28rem),
    radial-gradient(circle at 90% 4%, rgba(255, 229, 138, 0.36), transparent 24rem),
    linear-gradient(180deg, #fffdfa 0%, #f6fbff 46%, #fffaf4 100%);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 20;
  padding: 0.8rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--ink);
  color: var(--white);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.section-pad {
  padding: 92px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 14px 0;
  background: rgba(255, 253, 248, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(1180px, calc(100% - 32px));
  min-height: 66px;
  margin: 0 auto;
  padding: 10px 12px 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 34px rgba(57, 74, 106, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

@font-face {
    font-family: ToylandNF;
    src: url('ToylandNF.otf');
}
.brand-mark {
    width: 322px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--coral), var(--sun) 48%, var(--mint));
    color: #073a52;
    font-family: ToylandNF, sans-serif;
    font-size: 1.25rem;
    box-shadow: 0 12px 24px rgba(255, 127, 120, 0.24);
}

.brand-text {
    font-family: "Fredoka", "Inter", sans-serif;
    font-size: 1.55rem;
    letter-spacing: 0;
    color: #08587e;
}
.brand-footertext {
    font-family: "Fredoka", "Inter", sans-serif;
    font-size: 2.55rem;
    letter-spacing: 0.32rem;
    color: #ffffff;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #40506e;
  font-weight: 700;
  font-size: 0.94rem;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: #f0f8ff;
  color: var(--blue);
}

.nav-links .nav-cta {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 10px 22px rgba(36, 48, 71, 0.18);
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible {
  background: var(--blue);
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 16px;
  background: #f2f8ff;
  cursor: pointer;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  display: block;
  margin: 5px auto;
  border-radius: 99px;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100vh - 96px);
  display: flex;
  align-items: center;
  padding: 68px 0;
  overflow: hidden;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: 52px;
}

.hero-copy h1,
.section-heading h2,
.learning-copy h2,
.cta-shell h2 {
  margin: 0;
  font-family: "Fredoka", "Inter", sans-serif;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 670px;
  font-size: clamp(2.85rem, 5.8vw, 4.15rem);
}

.hero-copy p {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--green);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sun), var(--coral));
  box-shadow: 16px 0 0 rgba(132, 215, 247, 0.9);
}

.hero-actions,
.trust-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 26px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, #245fdd, #30a7d7);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(40, 118, 219, 0.24);
}

.btn-secondary,
.btn-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
}

.btn-card {
  min-height: 42px;
  width: 100%;
}

.trust-strip {
  margin-top: 26px;
}

.trust-strip span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #4a5871;
  font-size: 0.9rem;
  font-weight: 800;
}

.toy-world-card {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 44px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.9), rgba(236, 251, 255, 0.72)),
    radial-gradient(circle at 20% 18%, rgba(255, 229, 138, 0.5), transparent 11rem);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.toy-world-card::before,
.toy-world-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  opacity: 0.85;
}

.toy-world-card::before {
  width: 170px;
  height: 170px;
  right: -44px;
  top: 26px;
  background: rgba(201, 184, 255, 0.44);
}

.toy-world-card::after {
  width: 210px;
  height: 72px;
  left: 48px;
  bottom: 44px;
  background: rgba(167, 239, 211, 0.52);
}

.hero-toy {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  filter: drop-shadow(0 24px 28px rgba(44, 67, 97, 0.13));
  animation: floaty 5.5s ease-in-out infinite;
}

.moon-dot {
  position: absolute;
  width: 74px;
  height: 74px;
  right: 18%;
  top: 15%;
  border-radius: 50%;
  background: var(--sun);
  box-shadow: inset -18px -8px 0 rgba(255, 190, 168, 0.45);
}

.floating-card {
  position: absolute;
  z-index: 2;
  min-width: 158px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(14px);
  animation: bob 4.8s ease-in-out infinite;
}

.floating-card strong,
.floating-card small {
  display: block;
}

.floating-card small {
  color: var(--muted);
  font-weight: 700;
}

.mini-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  border-radius: 12px;
  background: #eef9ff;
}

.card-bike {
    left: 8px;
    top: 17%;
    background-color: #e2e4e5;
}

.card-blocks {
    right: 8px;
    bottom: 20%;
    animation-delay: 0.5s;
    background-color: #e9f7ed;
}

.card-safe {
  left: 16%;
  bottom: 8%;
  animation-delay: 0.9s;
}

.cloud,
.bubble,
.sparkle {
  position: absolute;
  pointer-events: none;
}

.cloud {
  width: 120px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 24px -14px 0 rgba(255, 255, 255, 0.78), 56px 0 0 rgba(255, 255, 255, 0.68);
}

.cloud-one {
  left: 7%;
  top: 15%;
}

.cloud-two {
  right: 14%;
  bottom: 15%;
  transform: scale(0.76);
}

.sparkle {
  color: #ef9b38;
  font-size: 2rem;
}

.sparkle-one {
  right: 36%;
  top: 14%;
}

.sparkle-two {
  left: 42%;
  bottom: 18%;
}

.bubble {
  border-radius: 50%;
  opacity: 0.52;
}

.bubble-one {
  width: 52px;
  height: 52px;
  left: 4%;
  bottom: 28%;
  background: var(--mint);
}

.bubble-two {
  width: 34px;
  height: 34px;
  right: 4%;
  top: 38%;
  background: var(--peach);
}

.section-heading {
  max-width: 700px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading.align-left {
  margin: 0;
  text-align: left;
}

.section-heading h2,
.learning-copy h2,
.cta-shell h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.section-heading p,
.learning-copy p,
.cta-shell p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.category-grid,
.product-grid,
.benefit-grid,
.trend-grid {
  display: grid;
  gap: 18px;
}

.category-grid {
  grid-template-columns: repeat(3, 1fr);
}

.category-card,
.product-card,
.benefit-box,
.trend-card,
.note-shell,
.cta-shell {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(16px);
}

.category-card {
  position: relative;
  padding: 24px;
  border-radius: var(--radius-lg);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.category-card h3,
.product-card h3,
.benefit-box h3,
.trend-card h3 {
  margin: 18px 0 8px;
  font-size: 1.2rem;
  line-height: 1.25;
}

.category-card p,
.product-card p,
.benefit-box p,
.trend-card p {
  margin: 0;
  color: var(--muted);
}

.icon-tile {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 28px;
}

.icon-tile img {
  width: 58px;
  height: 58px;
}

.mint {
  background: #e1fbf0;
}

.lavender {
  background: #eee9ff;
}

.sky {
  background: #e4f7ff;
}

.peach {
  background: #fff0e8;
}

.butter {
  background: #fff7d8;
}

.coral {
  background: #ffe8e5;
}

.age-badge,
.product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f5fbff;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
}

.age-badge {
  position: absolute;
  right: 18px;
  top: 18px;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-weight: 900;
}

.featured-band,
.learning-band {
  position: relative;
  background:
    linear-gradient(180deg, rgba(234, 250, 255, 0.7), rgba(255, 248, 237, 0.7));
}

.product-grid {
  grid-template-columns: repeat(3, 1fr);
}

.product-card {
  position: relative;
  padding: 18px;
  border-radius: var(--radius-lg);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: contain;
  padding: 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 229, 138, 0.45), transparent 7rem),
    linear-gradient(135deg, #f4fbff, #fff6ee);
}

.product-badge {
  position: absolute;
  left: 28px;
  top: 28px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.86);
}

.product-card .btn {
  margin-top: 18px;
}

.split-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 42px;
}

.benefit-grid {
  grid-template-columns: repeat(2, 1fr);
}

.benefit-box {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.benefit-box span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #e9fbff, #fff0dd);
  color: var(--blue);
  font-weight: 900;
  font-size: 1.1rem;
}

.learning-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 46px;
}

.learning-visual {
  padding: 30px;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.learning-visual img {
  width: 100%;
}

.skill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.skill-list span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #40506e;
  font-weight: 800;
}

.trend-grid {
  grid-template-columns: repeat(3, 1fr);
}

.trend-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(244, 250, 255, 0.72)),
    radial-gradient(circle at top right, rgba(255, 229, 138, 0.34), transparent 9rem);
}

.trend-rank {
  color: var(--coral);
  font-family: "Fredoka", "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.trend-card a {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 900;
}

.safety-note {
  padding: 0 0 28px;
}

.note-shell {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 22px;
}

.note-shell strong {
  flex: 0 0 auto;
  color: var(--green);
}

.note-shell p {
  margin: 0;
  color: var(--muted);
}

.cta-section {
  padding-top: 54px;
}

.cta-shell {
  position: relative;
  padding: 56px 28px;
  border-radius: 38px;
  text-align: center;
  overflow: hidden;
}

.cta-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(132, 215, 247, 0.35), transparent 12rem),
    radial-gradient(circle at 88% 20%, rgba(255, 190, 168, 0.42), transparent 12rem),
    radial-gradient(circle at 50% 100%, rgba(167, 239, 211, 0.36), transparent 14rem);
  z-index: -1;
}

.cta-shell .btn {
  margin-top: 28px;
}

.cta-star {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 18px;
  background: var(--sun);
  color: #7a5424;
  font-size: 1.45rem;
}

.site-footer {
  padding: 17px 0 3px;
  background: #233047;
  color: rgba(255, 255, 255, 0.82);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: 40px;
}

.footer-brand {
  color: var(--white);
}

.site-footer p {
  max-width: 360px;
  margin: 18px 0;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 1rem;
}

.site-footer a:not(.brand) {
  display: table;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--white);
}

.footer-email {
  font-weight: 800;
}

.copyright {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.copyright p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-14px) rotate(1deg);
  }
}

@keyframes bob {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 960px) {
  .section-pad {
    padding: 41px 0;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 88px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
    padding: 31px 0;
  }

  .hero-grid,
  .split-layout,
  .learning-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy p,
  .trust-strip,
  .hero-actions {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .toy-world-card {
    min-height: 470px;
  }

  .category-grid,
  .product-grid,
  .trend-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-heading.align-left {
    text-align: center;
    margin: 0 auto;
  }

  .section-heading.align-left .btn {
    margin-top: 24px;
  }

  .learning-copy {
    text-align: center;
  }

  .skill-list {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .nav-shell {
    width: min(100% - 20px, 1180px);
    border-radius: 24px;
  }

  .brand-text {
    font-size: 1.32rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.45rem, 12vw, 3.65rem);
  }

  .hero-copy p,
  .section-heading p,
  .learning-copy p,
  .cta-shell p {
    font-size: 1rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .toy-world-card {
    min-height: 380px;
    padding: 24px;
    border-radius: 32px;
  }

  .floating-card {
    min-width: 132px;
    padding: 11px;
  }

  .card-bike {
    left: 8px;
    top: 8%;
  }

  .card-blocks {
    right: 8px;
    bottom: 12%;
  }

  .card-safe {
    left: 9%;
    bottom: 2%;
  }

  .category-grid,
  .product-grid,
  .benefit-grid,
  .trend-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .category-card,
  .product-card,
  .benefit-box,
  .trend-card {
    border-radius: 22px;
  }

  .note-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-shell {
    padding: 42px 18px;
    border-radius: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
