/* Curious Forest online game and download page v17.10.85 */
body[data-kids-game="curious-forest"] {
  background:
    radial-gradient(circle at 9% 12%, rgba(134, 239, 172, .18), transparent 24%),
    radial-gradient(circle at 90% 11%, rgba(125, 211, 252, .24), transparent 25%),
    linear-gradient(180deg, #f4fbf7, #f7fbff 34%, #f5f7fb);
}

body[data-kids-game="curious-forest"] .kids-shell { width: min(1320px, calc(100% - 32px)); }

.cf-page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 24px;
  align-items: center;
  margin-bottom: 16px;
  padding: clamp(20px, 3vw, 32px);
  overflow: hidden;
  border: 1px solid #cce5d7;
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 14%, rgba(253, 224, 71, .25), transparent 20%),
    linear-gradient(135deg, rgba(255, 255, 255, .97), #eefcf4 55%, #eefaff);
  box-shadow: 0 20px 50px rgba(20, 92, 59, .10);
}
.cf-page-hero::before { content: ""; position: absolute; right: -25px; bottom: -70px; width: 300px; height: 190px; border-radius: 50%; background: rgba(74, 180, 104, .14); transform: rotate(-8deg); }
.cf-page-kicker { display: inline-flex; gap: 7px; align-items: center; margin-bottom: 8px; padding: 7px 11px; border: 1px solid #bee4cd; border-radius: 999px; background: #fff; color: #137a4b; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.cf-page-hero h1 { max-width: 820px; margin: 0; color: #123e2b; font: 900 clamp(34px, 5vw, 57px)/1.04 Poppins, Inter, sans-serif; letter-spacing: -.04em; }
.cf-page-hero p { max-width: 820px; margin: 13px 0 0; color: #4e6c5d; font-size: clamp(15px, 1.8vw, 18px); line-height: 1.6; }
.cf-page-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 19px; }
.cf-page-actions .kids-button { min-height: 48px; }
.cf-download-button { background: #138a53; box-shadow: 0 12px 25px rgba(19, 138, 83, .22); }
.cf-download-button:hover { background: #0d7345; }
.cf-page-note { margin-top: 10px; color: #60786d; font-size: 11px; font-weight: 700; }
.cf-page-art { position: relative; z-index: 1; min-height: 160px; overflow: hidden; border: 3px solid rgba(255,255,255,.88); border-radius: 24px; box-shadow: 0 16px 30px rgba(21,87,55,.16); }
.cf-page-art img { display: block; width: 100%; height: 160px; object-fit: cover; }
.cf-page-art-friends { position: absolute; right: 8px; bottom: 5px; padding: 8px 12px; border: 1px solid #cce6d5; border-radius: 18px 18px 4px 18px; background: rgba(255, 255, 255, .92); font-size: 27px; box-shadow: 0 12px 24px rgba(21, 87, 55, .12); }

.cf-trust-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 14px 0; }
.cf-trust-item { display: flex; gap: 8px; align-items: center; min-height: 58px; padding: 10px 12px; border: 1px solid #d7e7df; border-radius: 15px; background: rgba(255, 255, 255, .88); color: #476356; font-size: 12px; font-weight: 800; box-shadow: 0 8px 20px rgba(15, 70, 45, .05); }
.cf-trust-item span { font-size: 24px; }

.cf-play-heading { display: flex; justify-content: space-between; gap: 15px; align-items: end; margin: 18px 3px 10px; }
.cf-play-heading h2 { margin: 0; color: #123e2b; font-size: clamp(24px, 3vw, 34px); }
.cf-play-heading p { margin: 3px 0 0; color: #5f746a; }
.cf-play-heading a { flex: 0 0 auto; color: #137a4b; font-size: 12px; font-weight: 900; }

.cf-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.cf-info-card { padding: 21px; border: 1px solid #d7e5de; border-radius: 22px; background: rgba(255, 255, 255, .92); box-shadow: 0 12px 30px rgba(16, 75, 48, .06); }
.cf-info-card > span { font-size: 36px; }
.cf-info-card h2,
.cf-info-card h3 { margin: 9px 0 6px; color: #163e2d; font-size: 20px; }
.cf-info-card p,
.cf-info-card li { color: #536d60; font-size: 14px; line-height: 1.65; }
.cf-info-card ul,
.cf-info-card ol { margin: 10px 0 0; padding-left: 20px; }
.cf-info-card li + li { margin-top: 5px; }

.cf-copy-card { margin-top: 18px; padding: clamp(22px, 4vw, 38px); border: 1px solid #d6e5de; border-radius: 26px; background: rgba(255, 255, 255, .94); box-shadow: 0 14px 35px rgba(15, 71, 46, .06); }
.cf-copy-card h2 { margin: 0 0 10px; color: #143e2c; font-size: clamp(25px, 3vw, 34px); }
.cf-copy-card h3 { margin: 24px 0 7px; color: #174a34; font-size: 20px; }
.cf-copy-card p,
.cf-copy-card li { color: #526d60; line-height: 1.75; }
.cf-copy-card ul { padding-left: 21px; }
.cf-copy-card a { color: #1769ff; font-weight: 800; }

.cf-faq { display: grid; gap: 9px; margin-top: 15px; }
.cf-faq details { border: 1px solid #d6e5de; border-radius: 15px; background: #f7fcf9; }
.cf-faq summary { padding: 14px 16px; color: #194b36; font-weight: 900; cursor: pointer; }
.cf-faq details p { margin: 0; padding: 0 16px 15px; }

html[data-theme="dark"] body[data-kids-game="curious-forest"] { background: #0b1412; }
html[data-theme="dark"] .cf-page-hero,
html[data-theme="dark"] .cf-trust-item,
html[data-theme="dark"] .cf-info-card,
html[data-theme="dark"] .cf-copy-card { border-color: #30483d; background: rgba(16, 31, 25, .95); }
html[data-theme="dark"] .cf-page-hero h1,
html[data-theme="dark"] .cf-play-heading h2,
html[data-theme="dark"] .cf-info-card h2,
html[data-theme="dark"] .cf-info-card h3,
html[data-theme="dark"] .cf-copy-card h2,
html[data-theme="dark"] .cf-copy-card h3 { color: #effff5; }
html[data-theme="dark"] .cf-page-hero p,
html[data-theme="dark"] .cf-page-note,
html[data-theme="dark"] .cf-trust-item,
html[data-theme="dark"] .cf-play-heading p,
html[data-theme="dark"] .cf-info-card p,
html[data-theme="dark"] .cf-info-card li,
html[data-theme="dark"] .cf-copy-card p,
html[data-theme="dark"] .cf-copy-card li { color: #bfd2c7; }
html[data-theme="dark"] .cf-faq details { border-color: #30483d; background: #12231c; }
html[data-theme="dark"] .cf-faq summary { color: #dcfce7; }

@media (prefers-color-scheme: dark) {
  html[data-theme="system"] body[data-kids-game="curious-forest"] { background: #0b1412; }
  html[data-theme="system"] .cf-page-hero,
  html[data-theme="system"] .cf-trust-item,
  html[data-theme="system"] .cf-info-card,
  html[data-theme="system"] .cf-copy-card { border-color: #30483d; background: rgba(16, 31, 25, .95); }
  html[data-theme="system"] .cf-page-hero h1,
  html[data-theme="system"] .cf-play-heading h2,
  html[data-theme="system"] .cf-info-card h2,
  html[data-theme="system"] .cf-info-card h3,
  html[data-theme="system"] .cf-copy-card h2,
  html[data-theme="system"] .cf-copy-card h3 { color: #effff5; }
  html[data-theme="system"] .cf-page-hero p,
  html[data-theme="system"] .cf-page-note,
  html[data-theme="system"] .cf-trust-item,
  html[data-theme="system"] .cf-play-heading p,
  html[data-theme="system"] .cf-info-card p,
  html[data-theme="system"] .cf-info-card li,
  html[data-theme="system"] .cf-copy-card p,
  html[data-theme="system"] .cf-copy-card li { color: #bfd2c7; }
  html[data-theme="system"] .cf-faq details { border-color: #30483d; background: #12231c; }
  html[data-theme="system"] .cf-faq summary { color: #dcfce7; }
}

@media (max-width: 860px) {
  .cf-page-hero { grid-template-columns: 1fr; }
  .cf-page-art { display: none; }
  .cf-trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cf-info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  body[data-kids-game="curious-forest"] .kids-shell { width: min(100% - 16px, 1320px); }
  .cf-page-hero { padding: 20px 16px; border-radius: 22px; }
  .cf-page-actions { display: grid; grid-template-columns: 1fr; }
  .cf-page-actions .kids-button { width: 100%; }
  .cf-trust-strip { grid-template-columns: 1fr 1fr; }
  .cf-trust-item { display: grid; justify-items: center; min-height: 76px; padding: 8px; text-align: center; }
  .cf-play-heading { display: block; }
  .cf-play-heading a { display: inline-block; margin-top: 6px; }
}
