html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  background: linear-gradient(130deg, #111827 80%, rgba(192,38,211,0.03) 100%);
  color: #f3f4f6;
  font-size: 14px;
  min-height: 100%;
  box-sizing: border-box;
}

body.kids-preschool-puzzles-body {
  min-height: 100vh;
  background: linear-gradient(120deg, #111827 80%, rgba(192,38,211,0.025) 100%);
  letter-spacing: 0.01em;
}

a {
  color: #C026D3;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #a21caf;
  text-decoration: underline;
}

img.kids-preschool-puzzles-img {
  display: block;
  max-width: 100%;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(17,24,39,0.12);
  background: linear-gradient(120deg, #111827 90%, rgba(192,38,211,0.05) 100%);
  object-fit: cover;
}

/* Container */
.kids-preschool-puzzles-header__inner,
.kids-preschool-puzzles-main,
.kids-preschool-puzzles-footer__inner,
.kids-preschool-puzzles-screens__inner,
.kids-preschool-puzzles-world__wrap,
.kids-preschool-puzzles-play__inner,
.kids-preschool-puzzles-rhythm__container,
.kids-preschool-puzzles-unique__wrap,
.kids-preschool-puzzles-target__inner,
.kids-preschool-puzzles-content__inner,
.kids-preschool-puzzles-faq__inner,
.kids-preschool-puzzles-cta__wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* Header */
.kids-preschool-puzzles-header {
  background: linear-gradient(90deg, #111827 95%, rgba(192,38,211,0.03) 100%);
  box-shadow: 0 2px 18px 0 rgba(17,24,39,0.09);
  position: sticky;
  top: 0;
  z-index: 100;
}
.kids-preschool-puzzles-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.kids-preschool-puzzles-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.02em;
}
.kids-preschool-puzzles-brand__logo {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  box-shadow: 0 2px 8px 0 rgba(192,38,211,0.08);
  background: #22223b;
}
.kids-preschool-puzzles-brand__title {
  font-size: 1.15rem;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
}

/* Navigation */
.kids-preschool-puzzles-nav__list {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.kids-preschool-puzzles-nav__link {
  color: #f3f4f6;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 8px;
  transition: background 0.18s, color 0.18s;
  position: relative;
  font-size: 14px;
}
.kids-preschool-puzzles-nav__link:hover, .kids-preschool-puzzles-nav__link:focus {
  background: rgba(192,38,211,0.09);
  color: #C026D3;
  text-decoration: none;
}

/* HERO */
.kids-preschool-puzzles-hero {
  background: linear-gradient(120deg, #111827 90%, rgba(192,38,211,0.06) 100%);
  padding: 44px 0 32px 0;
  box-shadow: 0 6px 32px 0 rgba(17,24,39,0.11);
  border-radius: 0 0 32px 32px;
  margin-bottom: 32px;
}
.kids-preschool-puzzles-hero__container {
  display: flex;
  gap: 44px;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kids-preschool-puzzles-hero__left {
  flex: 1 1 360px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: center;
}
.kids-preschool-puzzles-hero__title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px 0;
  letter-spacing: 0.01em;
}
.kids-preschool-puzzles-hero__tagline {
  font-size: 1.1rem;
  color: #C026D3;
  font-weight: 600;
  margin: 0 0 12px 0;
}
.kids-preschool-puzzles-hero__intro {
  color: #e5e7eb;
  font-size: 1rem;
  margin-bottom: 10px;
}
.kids-preschool-puzzles-hero__actions {
  display: flex;
  gap: 14px;
  margin: 8px 0 0 0;
  flex-wrap: wrap;
}
.kids-preschool-puzzles-hero__meta {
  list-style: none;
  margin: 18px 0 0 0;
  padding: 0;
  color: #b1b5c8;
  font-size: 13px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.kids-preschool-puzzles-hero__meta li {
  position: relative;
  padding-left: 14px;
}
.kids-preschool-puzzles-hero__meta li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #C026D3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  opacity: 0.7;
}

.kids-preschool-puzzles-hero__right {
  flex: 0 1 340px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  justify-content: flex-start;
}
.kids-preschool-puzzles-hero__art {
  width: 100%;
  max-width: 340px;
  max-height: 340px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 6px 32px 0 rgba(192,38,211,0.11), 0 2px 12px 0 rgba(17,24,39,0.09);
  margin-bottom: 8px;
  background: linear-gradient(120deg, #111827 90%, rgba(192,38,211,0.06) 100%);
}
.kids-preschool-puzzles-hero__badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.kids-preschool-puzzles-badge {
  background: rgba(192,38,211,0.13);
  color: #C026D3;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 12px;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 4px 0 rgba(192,38,211,0.06);
}

/* BUTTONS */
.kids-preschool-puzzles-button {
  background: #C026D3;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  padding: 10px 22px;
  font-size: 15px;
  box-shadow: 0 2px 12px 0 rgba(192,38,211,0.10);
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  outline: none;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 1;
}
.kids-preschool-puzzles-button:hover, .kids-preschool-puzzles-button:focus {
  background: #fff;
  color: #C026D3;
  box-shadow: 0 4px 20px 0 rgba(192,38,211,0.13);
}
.kids-preschool-puzzles-button--secondary {
  background: transparent;
  color: #C026D3;
  border: 1px solid #C026D3;
  box-shadow: none;
}
.kids-preschool-puzzles-button--secondary:hover, .kids-preschool-puzzles-button--secondary:focus {
  background: #C026D3;
  color: #fff;
  border-color: #C026D3;
}
.kids-preschool-puzzles-button--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: none;
}
.kids-preschool-puzzles-button--ghost:hover, .kids-preschool-puzzles-button--ghost:focus {
  background: #fff;
  color: #C026D3;
  border-color: #C026D3;
}
.kids-preschool-puzzles-button--store {
  background: linear-gradient(90deg, #C026D3 80%, #a21caf 100%);
  color: #fff;
}
.kids-preschool-puzzles-button--store:hover, .kids-preschool-puzzles-button--store:focus {
  background: #fff;
  color: #C026D3;
}

/* SCREENS GALLERY */
.kids-preschool-puzzles-screens {
  margin: 44px 0 36px 0;
}
.kids-preschool-puzzles-screens__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.kids-preschool-puzzles-screens__lead {
  color: #b1b5c8;
  margin-bottom: 24px;
}
.kids-preschool-puzzles-screens__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 12px;
}
.kids-preschool-puzzles-screens__item {
  background: linear-gradient(120deg, #111827 90%, rgba(192,38,211,0.04) 100%);
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(17,24,39,0.09);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transition: box-shadow 0.18s;
}
.kids-preschool-puzzles-screens__item:hover {
  box-shadow: 0 6px 32px 0 rgba(192,38,211,0.18), 0 2px 18px 0 rgba(17,24,39,0.13);
}
.kids-preschool-puzzles-screens__caption {
  padding: 10px 12px 12px 12px;
  color: #C026D3;
  font-size: 13px;
  font-weight: 500;
  background: transparent;
  border-radius: 0 0 16px 16px;
}

/* WORLD SECTION */
.kids-preschool-puzzles-world {
  margin: 48px 0 36px 0;
}
.kids-preschool-puzzles-world__content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  align-items: start;
  background: linear-gradient(120deg, #111827 90%, rgba(192,38,211,0.03) 100%);
  border-radius: 22px;
  box-shadow: 0 2px 20px 0 rgba(17,24,39,0.08);
  padding: 36px 32px;
}
.kids-preschool-puzzles-world__media img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(192,38,211,0.09);
}
.kids-preschool-puzzles-world__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
}
.kids-preschool-puzzles-world__lead {
  font-size: 1rem;
  color: #e5e7eb;
  margin-bottom: 14px;
}
.kids-preschool-puzzles-world__subtitle {
  color: #C026D3;
  font-size: 1.08rem;
  font-weight: 600;
  margin: 18px 0 6px 0;
}
.kids-preschool-puzzles-world__list {
  list-style: none;
  margin: 14px 0 0 0;
  padding: 0;
}
.kids-preschool-puzzles-world__list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 7px;
  color: #b1b5c8;
}
.kids-preschool-puzzles-world__list li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #C026D3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  opacity: 0.7;
}

/* PLAY SECTION */
.kids-preschool-puzzles-play {
  margin: 48px 0 36px 0;
}
.kids-preschool-puzzles-play__grid {
  display: flex;
  gap: 42px;
  align-items: stretch;
  margin-top: 18px;
}
.kids-preschool-puzzles-play__actions, .kids-preschool-puzzles-play__systems {
  background: linear-gradient(120deg, #111827 90%, rgba(192,38,211,0.03) 100%);
  border-radius: 18px;
  box-shadow: 0 2px 14px 0 rgba(17,24,39,0.07);
  padding: 28px 22px 22px 22px;
  flex: 1 1 0;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.kids-preschool-puzzles-play__actions h3,
.kids-preschool-puzzles-play__systems h3,
.kids-preschool-puzzles-play__systems h4 {
  color: #C026D3;
  margin-bottom: 8px;
  font-weight: 700;
}
.kids-preschool-puzzles-play__actions ul,
.kids-preschool-puzzles-play__systems ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kids-preschool-puzzles-play__actions li,
.kids-preschool-puzzles-play__systems li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 7px;
  color: #e5e7eb;
}
.kids-preschool-puzzles-play__actions li::before,
.kids-preschool-puzzles-play__systems li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #C026D3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  opacity: 0.7;
}
.kids-preschool-puzzles-play__systems h4 {
  font-size: 1rem;
  margin-top: 12px;
  color: #C026D3;
}

/* RHYTHM SECTION */
.kids-preschool-puzzles-rhythm {
  margin: 48px 0 36px 0;
}
.kids-preschool-puzzles-rhythm__content {
  display: flex;
  gap: 38px;
  align-items: flex-start;
  margin-top: 18px;
}
.kids-preschool-puzzles-rhythm__steps,
.kids-preschool-puzzles-rhythm__why {
  background: linear-gradient(120deg, #111827 90%, rgba(192,38,211,0.03) 100%);
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(17,24,39,0.07);
  padding: 24px 20px 18px 20px;
  flex: 1 1 0;
  min-width: 240px;
}
.kids-preschool-puzzles-rhythm__steps h3,
.kids-preschool-puzzles-rhythm__why h3 {
  color: #C026D3;
  margin-bottom: 10px;
  font-weight: 700;
}
.kids-preschool-puzzles-rhythm__steps ol {
  margin: 0;
  padding-left: 20px;
  color: #e5e7eb;
}
.kids-preschool-puzzles-rhythm__why ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kids-preschool-puzzles-rhythm__why li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 7px;
  color: #b1b5c8;
}
.kids-preschool-puzzles-rhythm__why li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #C026D3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  opacity: 0.7;
}

/* UNIQUE SECTION */
.kids-preschool-puzzles-unique {
  margin: 48px 0 36px 0;
}
.kids-preschool-puzzles-unique__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.2fr;
  gap: 28px;
  margin-top: 18px;
  align-items: stretch;
}
.kids-preschool-puzzles-unique__item {
  background: linear-gradient(120deg, #111827 90%, rgba(192,38,211,0.03) 100%);
  border-radius: 18px;
  box-shadow: 0 2px 14px 0 rgba(17,24,39,0.07);
  padding: 24px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kids-preschool-puzzles-unique__item h3 {
  color: #C026D3;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.kids-preschool-puzzles-unique__item p {
  color: #e5e7eb;
}
.kids-preschool-puzzles-unique__media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.kids-preschool-puzzles-unique__media img {
  max-height: 280px;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(192,38,211,0.09);
}

/* TARGET SECTION */
.kids-preschool-puzzles-target {
  margin: 48px 0 36px 0;
}
.kids-preschool-puzzles-target__content {
  display: flex;
  gap: 38px;
  align-items: stretch;
  margin-top: 18px;
}
.kids-preschool-puzzles-target__feelings,
.kids-preschool-puzzles-target__audience {
  background: linear-gradient(120deg, #111827 90%, rgba(192,38,211,0.03) 100%);
  border-radius: 16px;
  box-shadow: 0 2px 14px 0 rgba(17,24,39,0.07);
  padding: 24px 20px 18px 20px;
  flex: 1 1 0;
  min-width: 240px;
}
.kids-preschool-puzzles-target__feelings h3,
.kids-preschool-puzzles-target__audience h3 {
  color: #C026D3;
  margin-bottom: 10px;
  font-weight: 700;
}
.kids-preschool-puzzles-target__audience ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kids-preschool-puzzles-target__audience li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 7px;
  color: #b1b5c8;
}
.kids-preschool-puzzles-target__audience li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #C026D3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  opacity: 0.7;
}

/* CONTENT SECTION */
.kids-preschool-puzzles-content {
  margin: 48px 0 36px 0;
}
.kids-preschool-puzzles-content__cols {
  display: flex;
  gap: 38px;
  align-items: flex-start;
  margin-top: 18px;
}
.kids-preschool-puzzles-content__cols > div,
.kids-preschool-puzzles-content__cols > aside {
  background: linear-gradient(120deg, #111827 90%, rgba(192,38,211,0.03) 100%);
  border-radius: 16px;
  box-shadow: 0 2px 14px 0 rgba(17,24,39,0.07);
  padding: 24px 20px 18px 20px;
  flex: 1 1 0;
  min-width: 240px;
}
.kids-preschool-puzzles-content__cols h3 {
  color: #C026D3;
  margin-bottom: 10px;
  font-weight: 700;
}
.kids-preschool-puzzles-content__cols ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kids-preschool-puzzles-content__cols li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 7px;
  color: #b1b5c8;
}
.kids-preschool-puzzles-content__cols li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #C026D3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  opacity: 0.7;
}
.kids-preschool-puzzles-content__cols li ul {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 14px;
}
.kids-preschool-puzzles-content__cols li ul li {
  color: #e5e7eb;
  margin-bottom: 4px;
  font-size: 13px;
  padding-left: 13px;
}
.kids-preschool-puzzles-content__cols li ul li::before {
  width: 4px;
  height: 4px;
  top: 7px;
  background: #C026D3;
}

/* FAQ SECTION */
.kids-preschool-puzzles-faq {
  margin: 48px 0 36px 0;
}
.kids-preschool-puzzles-faq__qa {
  background: linear-gradient(120deg, #111827 90%, rgba(192,38,211,0.03) 100%);
  border-radius: 18px;
  box-shadow: 0 2px 14px 0 rgba(17,24,39,0.07);
  padding: 26px 22px 20px 22px;
  margin-bottom: 24px;
}
.kids-preschool-puzzles-faq__qa h3 {
  color: #C026D3;
  margin-bottom: 12px;
  font-weight: 700;
}
.kids-preschool-puzzles-faq__qa dt {
  color: #fff;
  font-weight: 600;
  margin-top: 14px;
}
.kids-preschool-puzzles-faq__qa dd {
  color: #b1b5c8;
  margin-left: 0;
  margin-bottom: 8px;
}
.kids-preschool-puzzles-faq__reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.kids-preschool-puzzles-review {
  background: linear-gradient(120deg, #111827 90%, rgba(192,38,211,0.03) 100%);
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(17,24,39,0.07);
  padding: 18px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kids-preschool-puzzles-review__quote {
  color: #fff;
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 6px;
}
.kids-preschool-puzzles-review__meta {
  color: #C026D3;
  font-size: 13px;
  font-weight: 500;
}

/* CTA SECTION */
.kids-preschool-puzzles-cta {
  margin: 56px 0 36px 0;
}
.kids-preschool-puzzles-cta__wrap {
  display: flex;
  gap: 44px;
  align-items: stretch;
  background: linear-gradient(120deg, #111827 90%, rgba(192,38,211,0.05) 100%);
  border-radius: 22px;
  box-shadow: 0 2px 24px 0 rgba(17,24,39,0.11);
  padding: 36px 32px;
}
.kids-preschool-puzzles-cta__media {
  flex: 0 1 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kids-preschool-puzzles-cta__media img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(192,38,211,0.09);
}
.kids-preschool-puzzles-cta__text {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}
.kids-preschool-puzzles-cta__actions {
  display: flex;
  gap: 14px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.kids-preschool-puzzles-cta__text h2 {
  color: #C026D3;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 6px;
}

/* FOOTER */
.kids-preschool-puzzles-footer {
  background: linear-gradient(90deg, #111827 95%, rgba(192,38,211,0.03) 100%);
  box-shadow: 0 -2px 18px 0 rgba(17,24,39,0.09);
  padding: 36px 0 18px 0;
  margin-top: 48px;
}
.kids-preschool-puzzles-footer__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 44px;
  align-items: flex-start;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.kids-preschool-puzzles-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.kids-preschool-puzzles-footer__home {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #fff;
  font-size: 1.1rem;
}
.kids-preschool-puzzles-footer__logo {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  box-shadow: 0 2px 8px 0 rgba(192,38,211,0.08);
  background: #22223b;
}
.kids-preschool-puzzles-footer__desc {
  color: #b1b5c8;
  font-size: 13px;
  margin-top: 3px;
}
.kids-preschool-puzzles-footer__nav, .kids-preschool-puzzles-footer__legal {
  margin-top: 0;
}
.kids-preschool-puzzles-footer__nav h4,
.kids-preschool-puzzles-footer__legal h4 {
  color: #C026D3;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.kids-preschool-puzzles-footer__nav ul,
.kids-preschool-puzzles-footer__legal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kids-preschool-puzzles-footer__nav li,
.kids-preschool-puzzles-footer__legal li {
  margin-bottom: 7px;
}
.kids-preschool-puzzles-footer__nav a,
.kids-preschool-puzzles-footer__legal a {
  color: #b1b5c8;
  transition: color 0.18s;
  font-size: 13px;
}
.kids-preschool-puzzles-footer__nav a:hover,
.kids-preschool-puzzles-footer__legal a:hover {
  color: #C026D3;
}
.kids-preschool-puzzles-footer__meta {
  grid-column: 1 / span 3;
  margin-top: 24px;
  color: #b1b5c8;
  font-size: 12px;
  text-align: center;
}

/* COOKIE BANNER */
.kids-preschool-puzzles-cookie {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(90deg, #111827 90%, rgba(192,38,211,0.06) 100%);
  box-shadow: 0 -2px 18px 0 rgba(17,24,39,0.11);
  z-index: 9999;
  padding: 0;
  display: none;
}
.kids-preschool-puzzles-cookie__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 24px 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.kids-preschool-puzzles-cookie__inner p {
  color: #fff;
  margin: 0;
  font-size: 13px;
}
.kids-preschool-puzzles-cookie__actions {
  display: flex;
  gap: 10px;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .kids-preschool-puzzles-screens__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .kids-preschool-puzzles-unique__list {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .kids-preschool-puzzles-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
}
@media (max-width: 900px) {
  .kids-preschool-puzzles-hero__container,
  .kids-preschool-puzzles-cta__wrap {
    flex-direction: column;
    gap: 24px;
  }
  .kids-preschool-puzzles-world__content {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 14px;
  }
  .kids-preschool-puzzles-unique__list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .kids-preschool-puzzles-target__content,
  .kids-preschool-puzzles-content__cols,
  .kids-preschool-puzzles-play__grid,
  .kids-preschool-puzzles-rhythm__content {
    flex-direction: column;
    gap: 18px;
  }
  .kids-preschool-puzzles-footer__inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .kids-preschool-puzzles-screens__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .kids-preschool-puzzles-faq__reviews {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@media (max-width: 600px) {
  .kids-preschool-puzzles-header__inner,
  .kids-preschool-puzzles-main,
  .kids-preschool-puzzles-footer__inner,
  .kids-preschool-puzzles-screens__inner,
  .kids-preschool-puzzles-world__wrap,
  .kids-preschool-puzzles-play__inner,
  .kids-preschool-puzzles-rhythm__container,
  .kids-preschool-puzzles-unique__wrap,
  .kids-preschool-puzzles-target__inner,
  .kids-preschool-puzzles-content__inner,
  .kids-preschool-puzzles-faq__inner,
  .kids-preschool-puzzles-cta__wrap {
    padding: 0 8px;
  }
  .kids-preschool-puzzles-header__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .kids-preschool-puzzles-nav__list {
    flex-wrap: wrap;
    gap: 8px;
  }
  .kids-preschool-puzzles-hero {
    padding: 24px 0 18px 0;
    border-radius: 0 0 18px 18px;
    margin-bottom: 20px;
  }
  .kids-preschool-puzzles-cta__wrap {
    padding: 18px 6px;
    border-radius: 14px;
  }
  .kids-preschool-puzzles-world__content,
  .kids-preschool-puzzles-unique__list {
    padding: 14px 6px;
    border-radius: 12px;
  }
  .kids-preschool-puzzles-footer {
    padding: 18px 0 10px 0;
  }
  .kids-preschool-puzzles-cookie__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 8px 8px 8px;
  }
}

/* Hide scrollbars for modern look */
body, html {
  scrollbar-width: thin;
  scrollbar-color: #C026D3 #111827;
}
body::-webkit-scrollbar {
  width: 9px;
  background: #111827;
}
body::-webkit-scrollbar-thumb {
  background: #C026D3;
  border-radius: 7px;
}