/* ===== KIDS PLAY MALAYSIA — STYLESHEET ===== */
/* Font: DM Sans + Space Grotesk | Theme: Dark Gold / Crimson */

:root {
  --primary: #C62828;
  --primary-dark: #B71C1C;
  --primary-light: #EF9A9A;
  --gold: #F9A825;
  --gold-light: #FFD54F;
  --dark: #0D0D0D;
  --dark-2: #1A1A1A;
  --dark-3: #2A2A2A;
  --text: #1A1A1A;
  --text-light: #6B6B6B;
  --bg: #F5F5F5;
  --white: #FFFFFF;
  --border: #E8E8E8;
  --radius: 16px;
  --radius-lg: 28px;
  --shadow: 0 8px 32px rgba(0,0,0,0.08);
  --shadow-dark: 0 16px 48px rgba(0,0,0,0.16);
  --transition: 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--bg); line-height: 1.7; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

/* CHIPS */
.chip {
  display: inline-block;
  background: var(--primary);
  color: white;
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}
.chip-light { background: rgba(255,255,255,0.15); }

/* SECTION TITLE */
.section-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
}
.section-title-row h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--dark);
  line-height: 1.2;
}
.text-link { color: var(--primary); font-weight: 700; font-size: 0.95rem; transition: color var(--transition); }
.text-link:hover { color: var(--primary-dark); }

/* BUTTONS */
.btn-hero-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  background: var(--primary);
  color: white;
  border-radius: 50px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  transition: all var(--transition);
  border: 2px solid transparent;
}
.btn-hero-main:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(198,40,40,0.4); }
.btn-hero-outline {
  display: inline-flex;
  align-items: center;
  padding: 16px 36px;
  background: transparent;
  color: white;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  transition: all var(--transition);
}
.btn-hero-outline:hover { background: rgba(255,255,255,0.1); }
.btn-bday {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  background: var(--gold);
  color: var(--dark);
  border-radius: 50px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all var(--transition);
}
.btn-bday:hover { background: var(--gold-light); transform: translateY(-2px); }
.cta-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  background: var(--primary);
  color: white;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.85rem;
  transition: all var(--transition);
}
.cta-pill:hover { background: var(--primary-dark); }

/* HEADER */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(13,13,13,0.97);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
  max-width: 1400px;
  margin: 0 auto;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary), var(--gold));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: white;
}
.logo-text { display: flex; flex-direction: column; gap: 2px; }
.logo-text span { display: block; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.1rem; color: #FFFFFF; line-height: 1.1; text-shadow: 0 1px 4px rgba(0,0,0,0.5); }
.logo-text small { display: block; font-size: 0.65rem; color: var(--gold-light); letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; }

.main-nav ul { display: flex; gap: 36px; }
.main-nav a { color: rgba(255,255,255,0.8); font-weight: 600; font-size: 0.9rem; transition: all var(--transition); padding: 6px 2px; border-bottom: 2px solid transparent; }
.main-nav a:hover { color: var(--gold); border-bottom-color: var(--gold); }
.main-nav a.active { color: var(--gold); border-bottom-color: var(--gold); font-weight: 700; }

.header-right { display: flex; align-items: center; gap: 16px; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.burger span { display: block; width: 26px; height: 2px; background: white; border-radius: 2px; }

/* HERO IMMERSIVE */
.hero-immersive {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,13,13,0.55) 0%, rgba(13,13,13,0.35) 45%, rgba(13,13,13,0.88) 100%);
}
.hero-body {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
  max-width: 860px;
  margin-top: 60px;
}
.hero-kicker {
  display: inline-block;
  background: rgba(249,168,37,0.15);
  border: 1px solid rgba(249,168,37,0.4);
  color: var(--gold-light);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 24px;
}
.hero-body h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.8rem, 8vw, 6rem);
  color: white;
  line-height: 1.05;
  margin-bottom: 24px;
  font-weight: 800;
}
.hero-body h1 mark {
  color: var(--gold-light);
  background: none;
  -webkit-text-fill-color: initial;
  text-shadow: 0 0 40px rgba(249,168,37,0.6);
}
.hero-body > p { color: rgba(255,255,255,0.75); font-size: 1.2rem; max-width: 580px; margin: 0 auto 36px; }
.hero-cta-group { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.hero-stats-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(13,13,13,0.9);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 40px;
  z-index: 3;
  gap: 0;
}
.hstat { display: flex; flex-direction: column; align-items: center; padding: 0 40px; }
.hstat-n { font-family: 'Space Grotesk', sans-serif; font-size: 1.8rem; font-weight: 800; color: var(--gold); }
.hstat-l { font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-top: 2px; }
.hstat-div { width: 1px; height: 40px; background: rgba(255,255,255,0.12); }

/* FEATURE STRIP */
.feature-strip {
  background: var(--dark-2);
  overflow: hidden;
}
.feature-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 32px;
  gap: 0;
}
.fs-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.7); font-size: 0.9rem; font-weight: 500; padding: 8px 20px; }
.fs-item span { font-size: 1.1rem; }
.fs-sep { color: rgba(255,255,255,0.15); font-size: 1.2rem; }

/* ZONES ALTERNATING */
.zones-alt { padding: 100px 0; background: white; }
.zone-alt-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 80px;
}
.zone-alt-row:last-child { margin-bottom: 0; }
.zone-alt-row.reverse .za-content { order: -1; }
.za-img { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-dark); }
.za-img img { width: 100%; height: 400px; object-fit: cover; transition: transform 0.5s; }
.za-img:hover img { transform: scale(1.04); }
.za-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--dark);
  color: white;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
}
.za-content h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  color: var(--dark);
  margin-bottom: 16px;
}
.za-content > p { color: var(--text-light); font-size: 1rem; line-height: 1.8; margin-bottom: 24px; }
.za-tags { display: flex; gap: 10px; flex-wrap: wrap; }
.za-tags span { background: var(--bg); border-radius: 8px; padding: 6px 14px; font-size: 0.82rem; color: var(--text-light); font-weight: 500; }

/* BIRTHDAY FULL WIDTH */
.birthday-fw {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}
.bday-img-side { overflow: hidden; }
.bday-img-side img { width: 100%; height: 100%; object-fit: cover; }
.bday-content-side {
  background: var(--dark);
  padding: 80px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bday-content-side h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.6rem;
  color: white;
  margin-bottom: 20px;
  line-height: 1.2;
}
.bday-content-side > p { color: rgba(255,255,255,0.7); margin-bottom: 36px; }
.bday-price-box { display: flex; align-items: baseline; gap: 8px; margin-bottom: 32px; }
.bday-from { color: rgba(255,255,255,0.5); font-size: 0.9rem; }
.bday-price { font-family: 'Space Grotesk', sans-serif; font-size: 3rem; font-weight: 800; color: var(--gold); }
.bday-pkg { color: rgba(255,255,255,0.5); font-size: 0.9rem; }

/* FAMILY SECTION */
.family-section { padding: 100px 0; background: var(--bg); }
.family-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.family-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-dark); }
.family-img img { width: 100%; height: 480px; object-fit: cover; }
.family-content h2 { font-family: 'Space Grotesk', sans-serif; font-size: 2.2rem; color: var(--dark); margin-bottom: 20px; }
.family-content > p { color: var(--text-light); margin-bottom: 36px; }
.family-features { display: flex; flex-direction: column; gap: 20px; }
.ff-item { display: flex; gap: 16px; }
.ff-icon { font-size: 1.4rem; width: 44px; height: 44px; background: rgba(198,40,40,0.08); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ff-text strong { display: block; font-size: 0.95rem; color: var(--dark); margin-bottom: 2px; }
.ff-text span { font-size: 0.85rem; color: var(--text-light); }

/* OBSERVATION SECTION */
.observation-section {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.observation-section img { width: 100%; height: 100%; object-fit: cover; }
.obs-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13,13,13,0.92) 0%, rgba(13,13,13,0.5) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
  max-width: 700px;
  color: white;
}
.obs-overlay h2 { font-family: 'Space Grotesk', sans-serif; font-size: 2.5rem; margin-bottom: 16px; }
.obs-overlay p { color: rgba(255,255,255,0.75); margin-bottom: 28px; }

/* EXTRA ZONE */
.extra-zone { padding: 100px 0; background: white; }
.ez-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.ez-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-dark); }
.ez-img img { width: 100%; height: 420px; object-fit: cover; }
.ez-content h3 { font-family: 'Space Grotesk', sans-serif; font-size: 2rem; color: var(--dark); margin-bottom: 16px; }
.ez-content > p { color: var(--text-light); margin-bottom: 24px; }
.ez-list { list-style: none; }
.ez-list li { padding: 8px 0; color: var(--text); font-size: 0.95rem; border-bottom: 1px solid var(--border); }

/* TESTIMONIALS MASONRY */
.testimonials-section { padding: 100px 0; background: var(--dark); }
.testimonials-section .section-title-row h2 { color: white; }
.testimonials-section .chip { background: rgba(249,168,37,0.2); color: var(--gold-light); }
.testimonials-section .text-link { color: var(--gold); }
.testi-masonry { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.testi-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 28px 24px; }
.testi-card.tall { background: rgba(198,40,40,0.15); border-color: rgba(198,40,40,0.3); }
.tcard-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.tcard-avatar { font-size: 1.8rem; }
.tcard-header strong { display: block; color: white; font-size: 0.9rem; }
.tcard-header span { color: rgba(255,255,255,0.45); font-size: 0.78rem; }
.tcard-stars { color: var(--gold); margin-bottom: 12px; }
.testi-card p { color: rgba(255,255,255,0.75); font-size: 0.88rem; line-height: 1.7; }

/* CTA FINAL */
.cta-final { padding: 120px 0; background: linear-gradient(135deg, var(--primary-dark), var(--dark)); }
.cta-final-content { text-align: center; }
.cta-final-content h2 { font-family: 'Space Grotesk', sans-serif; font-size: 3.5rem; color: white; margin-bottom: 16px; }
.cta-final-content p { color: rgba(255,255,255,0.7); font-size: 1.1rem; margin-bottom: 36px; }

/* FOOTER */
.site-footer { background: var(--dark-3); padding-top: 64px; }
.footer-top { display: flex; gap: 80px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.footer-brand { display: flex; gap: 16px; align-items: flex-start; min-width: 260px; }
.footer-brand strong { display: block; color: white; font-size: 1.1rem; margin-bottom: 8px; }
.footer-brand p { color: rgba(255,255,255,0.45); font-size: 0.85rem; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; flex: 1; }
.fn-col h5 { color: white; font-size: 0.9rem; margin-bottom: 16px; font-family: 'Space Grotesk', sans-serif; }
.fn-col ul { display: flex; flex-direction: column; gap: 10px; }
.fn-col a { color: rgba(255,255,255,0.5); font-size: 0.85rem; transition: color var(--transition); }
.fn-col a:hover { color: var(--gold); }
.fn-col li { color: rgba(255,255,255,0.5); font-size: 0.85rem; line-height: 1.6; }
.footer-bottom { text-align: center; padding: 20px; color: rgba(255,255,255,0.25); font-size: 0.8rem; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .zone-alt-row { grid-template-columns: 1fr; gap: 32px; }
  .zone-alt-row.reverse .za-content { order: 0; }
  .birthday-fw { grid-template-columns: 1fr; }
  .bday-img-side { height: 360px; }
  .family-grid { grid-template-columns: 1fr; gap: 40px; }
  .ez-grid { grid-template-columns: 1fr; gap: 40px; }
  .testi-masonry { grid-template-columns: repeat(2, 1fr); }
  .footer-top { flex-direction: column; gap: 40px; }
}
@media (max-width: 768px) {
  .header-inner { padding: 14px 20px; }
  .main-nav ul { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(13,13,13,0.98); padding: 24px; gap: 16px; }
  .main-nav ul.active { display: flex; }
  .burger { display: flex; }
  .hero-body { margin-top: 20px; padding: 0 16px; }
  .hero-body h1 { font-size: clamp(2.2rem, 10vw, 3.5rem); }
  .hero-kicker { font-size: 0.75rem; padding: 6px 14px; }
  .hero-stats-bar { flex-wrap: wrap; padding: 20px; }
  .hstat { padding: 10px 20px; }
  .bday-content-side { padding: 48px 28px; }
  .bday-content-side h2 { font-size: 2rem; }
  .obs-overlay { padding: 40px 24px; max-width: 100%; }
  .obs-overlay h2 { font-size: 1.8rem; }
  .testi-masonry { grid-template-columns: 1fr; }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .section-title-row { flex-direction: column; align-items: flex-start; gap: 12px; }
}
@media (max-width: 480px) {
  .hero-body h1 { font-size: 2.4rem; }
  .hero-cta-group { flex-direction: column; align-items: center; }
  .feature-strip-inner { flex-direction: column; }
  .fs-sep { display: none; }
}

/* ===== RIPPLE ANIMATION ===== */
@keyframes ripple {
  to { transform: scale(3); opacity: 0; }
}

/* ===== ЯРКИЕ ЦВЕТА — УСИЛЕНИЕ ===== */
:root {
  --primary: #E53935;
  --primary-dark: #C62828;
  --primary-light: #FF5252;
  --gold: #FFC107;
  --gold-light: #FFD54F;
}

/* Усиление кнопок */
.btn-hero-main {
  background: var(--primary);
  box-shadow: 0 4px 18px rgba(229,57,53,0.45);
}
.btn-hero-main:hover {
  background: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(229,57,53,0.65);
}
.btn-hero-main:active { transform: translateY(0); }

.btn-hero-outline:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-2px);
}

.cta-pill {
  background: var(--primary);
  box-shadow: 0 4px 14px rgba(229,57,53,0.4);
}
.cta-pill:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(229,57,53,0.55);
}

/* Контраст текста */
.text-light { color: #5A5A5A !important; }
