/* ── kid-warm palette additions (parent sees, kids feel) ──── */
  :root {
    --kid-blush: #FFA9C7;
    --kid-blush-hi: #FFC6DA;
    --kid-cyan: #7DD3FC;
    --kid-cream: #FFE8B0;
  }
  body.kids-space {
    background:
      radial-gradient(ellipse 1400px 900px at 15% -10%, rgba(255,169,199,0.10), transparent 60%),
      radial-gradient(ellipse 1000px 700px at 90% 20%, rgba(245,158,11,0.10), transparent 60%),
      radial-gradient(ellipse 900px 600px at 30% 90%, rgba(155,48,255,0.10), transparent 60%),
      var(--bg-0);
  }

  /* Hero — warmer and rounder */
  .kids-hero { padding: 130px 40px 50px; position: relative; }
  .kids-hero-inner { max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1.15fr 1fr; gap: 60px; align-items: center; }
  .kids-hero .kids-tag {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 10px 18px; border-radius: 999px;
    background: linear-gradient(135deg, rgba(255,169,199,0.20), rgba(245,158,11,0.15));
    border: 1px solid rgba(255,169,199,0.4);
    font-family: 'Azeret Mono', monospace; font-size: 11px;
    letter-spacing: 0.24em; text-transform: uppercase; color: var(--kid-blush-hi);
    margin-bottom: 22px;
  }
  .kids-hero h1 {
    font-family: 'Fraunces', 'Syne', serif; font-weight: 700;
    font-size: clamp(48px, 5.8vw, 82px); line-height: 1.02;
    letter-spacing: -0.02em; margin: 8px 0 22px;
  }
  .kids-hero h1 em {
    font-style: italic;
    background: linear-gradient(90deg, var(--kid-blush-hi), var(--gold-hi));
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .kids-hero p.lead {
    font-size: 17px; line-height: 1.75; color: var(--text-1);
    font-weight: 300; margin: 0 0 30px; max-width: 560px;
  }
  .kids-hero .trust-row {
    display: flex; gap: 24px; flex-wrap: wrap; margin-top: 30px;
    padding-top: 26px; border-top: 1px solid var(--line);
  }
  .kids-hero .trust-row .item {
    display: flex; align-items: center; gap: 10px;
    font-size: 13px; color: var(--text-1); font-weight: 400;
  }
  .kids-hero .trust-row .item .dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--kid-blush-hi); box-shadow: 0 0 12px rgba(255,169,199,0.6);
  }

  /* Kid-warm price panel — blush-accented */
  .kids-panel {
    padding: 34px; border-radius: 28px;
    background: linear-gradient(135deg, rgba(255,169,199,0.10), rgba(155,48,255,0.06)), rgba(5,1,15,0.5);
    border: 1px solid rgba(255,169,199,0.35);
    backdrop-filter: blur(20px);
    box-shadow: 0 40px 80px rgba(255,169,199,0.12);
  }
  .kids-panel h3 {
    font-family: 'Fraunces', serif; font-weight: 700;
    font-size: 22px; margin: 0 0 8px; color: var(--text-0);
  }
  .kids-panel .sub {
    font-family: 'Azeret Mono', monospace; font-size: 11px;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--kid-blush-hi); margin-bottom: 20px;
  }
  .kids-panel .prod-row {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 0; border-bottom: 1px solid var(--line);
    text-decoration: none; color: var(--text-0);
    transition: color .2s;
  }
  .kids-panel .prod-row:last-of-type { border-bottom: 0; }
  .kids-panel .prod-row:hover { color: var(--kid-blush-hi); }
  .kids-panel .prod-row .n {
    font-family: 'Syne', sans-serif; font-weight: 600; font-size: 14.5px;
  }
  .kids-panel .prod-row .p {
    font-family: 'Azeret Mono', monospace; font-size: 12px; color: var(--text-2);
  }

  /* Age band navigator */
  .age-guide { padding: 100px 40px; }
  .age-inner { max-width: 1200px; margin: 0 auto; }
  .age-heads { text-align: center; max-width: 780px; margin: 0 auto 50px; }
  .age-heads h2 {
    font-family: 'Fraunces', 'Syne', serif; font-weight: 700;
    font-size: clamp(36px, 4.4vw, 58px); line-height: 1.05; letter-spacing: -0.02em; margin: 18px 0;
  }
  .age-heads h2 em {
    font-style: italic;
    background: linear-gradient(90deg, var(--kid-blush-hi), var(--gold-hi));
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .age-heads p { color: var(--text-1); font-size: 16px; line-height: 1.75; font-weight: 300; }
  .age-bands { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .age-band {
    padding: 34px; border-radius: 24px;
    background: var(--glass); border: 1px solid var(--line);
    backdrop-filter: blur(14px);
    transition: transform .3s, border-color .3s;
  }
  .age-band:hover { transform: translateY(-4px); border-color: rgba(255,169,199,0.5); }
  .age-band .age-pill {
    display: inline-block;
    padding: 6px 14px; border-radius: 999px;
    background: rgba(255,169,199,0.15); border: 1px solid rgba(255,169,199,0.4);
    font-family: 'Azeret Mono', monospace; font-size: 11px;
    letter-spacing: 0.2em; text-transform: uppercase; color: var(--kid-blush-hi);
    margin-bottom: 20px;
  }
  .age-band .age-icon {
    width: 56px; height: 56px; margin-bottom: 18px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255,169,199,0.2), rgba(245,158,11,0.15));
    font-family: 'Fraunces', serif; font-size: 30px; font-weight: 700; color: var(--kid-blush-hi);
  }
  .age-band h3 {
    font-family: 'Fraunces', 'Syne', serif; font-weight: 700;
    font-size: 24px; margin: 4px 0 14px; letter-spacing: -0.01em;
  }
  .age-band p { font-size: 15px; line-height: 1.7; color: var(--text-1); font-weight: 300; margin: 0 0 18px; }
  .age-band .fits {
    display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px;
    padding-top: 18px; border-top: 1px solid var(--line);
  }
  .age-band .fits span {
    padding: 5px 10px; border-radius: 999px;
    background: rgba(155,48,255,0.15); border: 1px solid rgba(155,48,255,0.3);
    font-family: 'Azeret Mono', monospace; font-size: 10px;
    letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-1);
  }

  /* Category product bands */
  .kids-cat { padding: 90px 40px; }
  .kids-cat.alt {
    background:
      radial-gradient(ellipse 700px 400px at 50% 0%, rgba(255,169,199,0.07), transparent 60%),
      var(--bg-1);
  }
  .cat-head { max-width: 900px; margin: 0 auto 50px; text-align: center; }
  .cat-head .cat-label {
    font-family: 'Azeret Mono', monospace; font-size: 11px;
    letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-hi);
  }
  .cat-head h2 {
    font-family: 'Fraunces', 'Syne', serif; font-weight: 700;
    font-size: clamp(32px, 4vw, 52px); line-height: 1.05;
    letter-spacing: -0.02em; margin: 16px 0 14px;
  }
  .cat-head h2 em {
    font-style: italic;
    background: linear-gradient(90deg, var(--kid-blush-hi), var(--gold-hi));
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .cat-head p { color: var(--text-1); font-size: 15.5px; line-height: 1.7; font-weight: 300; }

  .kid-grid { display: grid; gap: 24px; max-width: 1240px; margin: 0 auto; }
  .kid-grid.g2 { grid-template-columns: repeat(2, 1fr); }
  .kid-grid.g3 { grid-template-columns: repeat(3, 1fr); }

  .kid-card {
    position: relative;
    padding: 34px 30px; border-radius: 22px;
    background: var(--glass); border: 1px solid var(--line);
    backdrop-filter: blur(14px);
    display: flex; flex-direction: column;
    text-decoration: none; color: inherit;
    transition: transform .3s, border-color .3s, box-shadow .3s;
  }
  .kid-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255,169,199,0.5);
    box-shadow: 0 30px 60px rgba(255,169,199,0.10);
  }
  .kid-card.hi {
    background: linear-gradient(135deg, rgba(255,169,199,0.15), rgba(245,158,11,0.08)), rgba(5,1,15,0.55);
    border-color: rgba(255,169,199,0.45);
    box-shadow: 0 30px 60px rgba(255,169,199,0.10);
  }
  .kid-card .age-mini {
    align-self: flex-start;
    padding: 5px 12px; border-radius: 999px;
    background: rgba(255,169,199,0.15); border: 1px solid rgba(255,169,199,0.35);
    font-family: 'Azeret Mono', monospace; font-size: 10px;
    letter-spacing: 0.2em; text-transform: uppercase; color: var(--kid-blush-hi);
    margin-bottom: 18px;
  }
  .kid-card .kc-name {
    font-family: 'Fraunces', 'Syne', serif; font-weight: 700;
    font-size: 24px; margin: 0 0 6px; letter-spacing: -0.01em; color: var(--text-0);
  }
  .kid-card .kc-format {
    font-family: 'Azeret Mono', monospace; font-size: 11px;
    letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-2); margin-bottom: 18px;
  }
  .kid-card .kc-desc {
    font-size: 14.5px; line-height: 1.7; color: var(--text-1); font-weight: 300;
    flex-grow: 1; margin: 0 0 22px;
  }
  .kid-card .kc-price {
    padding-top: 18px; border-top: 1px solid var(--line);
    display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 18px;
  }
  .kid-card .kc-price .amt {
    font-family: 'Fraunces', 'Syne', serif; font-weight: 700;
    font-size: 28px; letter-spacing: -0.02em; color: var(--text-0);
  }
  .kid-card .kc-price .amt small {
    font-family: 'Inter', sans-serif; font-weight: 400; font-size: 12px;
    color: var(--text-2); margin-left: 4px;
  }
  .kid-card .kc-cta {
    display: block; text-align: center; padding: 13px 20px;
    border-radius: 999px;
    background: rgba(255,169,199,0.12); border: 1px solid rgba(255,169,199,0.4);
    color: var(--text-0); font-family: 'Syne', sans-serif; font-weight: 600; font-size: 13.5px;
    letter-spacing: 0.02em;
    transition: background .2s, border-color .2s;
  }
  .kid-card:hover .kc-cta { background: rgba(255,169,199,0.24); border-color: var(--kid-blush-hi); }

  /* Parent trust — softer palette */
  .parent-trust {
    padding: 110px 40px;
    background:
      radial-gradient(ellipse 700px 400px at 50% 0%, rgba(155,48,255,0.10), transparent 60%),
      var(--bg-1);
  }
  .trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1240px; margin: 0 auto; }
  .trust-card {
    padding: 34px 28px; border-radius: 20px;
    background: var(--glass); border: 1px solid var(--line);
    backdrop-filter: blur(14px);
  }
  .trust-card .num {
    font-family: 'Azeret Mono', monospace; font-size: 11px;
    letter-spacing: 0.24em; color: var(--kid-blush-hi);
  }
  .trust-card h4 {
    font-family: 'Fraunces', 'Syne', serif; font-weight: 700;
    font-size: 20px; margin: 14px 0 12px; letter-spacing: -0.01em; color: var(--text-0);
  }
  .trust-card p { font-size: 14px; line-height: 1.75; color: var(--text-1); font-weight: 300; margin: 0; }

  /* What kids get (playful angle) */
  .kid-fun { padding: 110px 40px;
    background:
      radial-gradient(ellipse 800px 500px at 50% 100%, rgba(255,169,199,0.08), transparent 60%),
      radial-gradient(ellipse 500px 300px at 80% 30%, rgba(125,211,252,0.08), transparent 60%);
  }
  .fun-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
  .fun-card {
    padding: 34px; border-radius: 22px;
    background: linear-gradient(135deg, rgba(255,169,199,0.08), rgba(245,158,11,0.05)), var(--glass);
    border: 1px solid var(--line); backdrop-filter: blur(14px);
    display: flex; gap: 22px; align-items: flex-start;
  }
  .fun-card .fun-icon {
    flex-shrink: 0;
    width: 56px; height: 56px; border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,169,199,0.25), rgba(245,158,11,0.20));
    display: flex; align-items: center; justify-content: center;
    font-family: 'Fraunces', serif; font-weight: 700; font-size: 26px; color: var(--kid-blush-hi);
  }
  .fun-card h4 {
    font-family: 'Fraunces', serif; font-weight: 700;
    font-size: 20px; margin: 0 0 10px; letter-spacing: -0.01em; color: var(--text-0);
  }
  .fun-card p { font-size: 14.5px; line-height: 1.7; color: var(--text-1); font-weight: 300; margin: 0; }

  /* Upgrade path — link to certificados/kids.html */
  .upgrade {
    padding: 100px 40px;
    background: radial-gradient(ellipse 700px 400px at 50% 50%, rgba(245,158,11,0.12), transparent 60%);
    text-align: center;
  }
  .upgrade-card {
    max-width: 800px; margin: 0 auto;
    padding: 60px 50px; border-radius: 28px;
    background: linear-gradient(135deg, rgba(155,48,255,0.10), rgba(245,158,11,0.08)), rgba(5,1,15,0.5);
    border: 1px solid rgba(245,158,11,0.35);
    backdrop-filter: blur(20px);
  }
  .upgrade-card .label { color: var(--gold-hi); margin-bottom: 16px; }
  .upgrade-card h2 {
    font-family: 'Fraunces', 'Syne', serif; font-weight: 700;
    font-size: clamp(28px, 3.4vw, 42px); line-height: 1.15;
    letter-spacing: -0.02em; margin: 0 0 20px;
  }
  .upgrade-card h2 em {
    font-style: italic;
    background: linear-gradient(90deg, var(--accent-hi), var(--gold-hi));
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .upgrade-card p {
    font-size: 15px; line-height: 1.75; color: var(--text-1);
    font-weight: 300; margin: 0 auto 30px; max-width: 560px;
  }
  .upgrade-card .btn-primary { background: linear-gradient(135deg, var(--gold-hi), var(--kid-blush-hi)); color: #0a0420; }

  /* Final CTA — warmer for kids */
  .kids-final { background:
    radial-gradient(ellipse 700px 400px at 50% 50%, rgba(255,169,199,0.14), transparent 60%),
    radial-gradient(ellipse 500px 300px at 50% 100%, rgba(245,158,11,0.12), transparent 60%);
  }

  @media (max-width: 900px) {
    .kids-hero-inner { grid-template-columns: 1fr; gap: 40px; }
    .age-bands, .trust-grid, .kid-grid.g2, .kid-grid.g3, .fun-grid { grid-template-columns: 1fr; }
  }

/* ── Mobile hardening (≤640px) — see plan-shared.css rationale ── */
.kids-hero-inner > * { min-width: 0; }
@media (max-width: 640px) {
  .kids-hero { padding: 115px 22px 40px; }
  .kids-hero .kids-tag { max-width: 100%; flex-wrap: wrap; white-space: normal; line-height: 1.7; }
  .kids-hero h1 { font-size: clamp(26px, 8.8vw, 44px); }
}
