/* ============================================================
   OPEN WEEK - Dance Prestige - landing 1:1 din Canva
   Fonturi: Gopher Bold/Heavy (locale), Kanit (Google Fonts)
   ============================================================ */

@font-face {
  font-family: 'Gopher';
  src: url('../fonts/Gopher-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gopher';
  src: url('../fonts/Gopher-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Subway Berlin';
  src: url('../fonts/SubwayBerlinOT.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #1A1A1A;
  --ink-2: #2C2C2C;
  --lime: #DEFF2F;
  --lime-bright: #E6FF1E;
  --lime-soft: #E1FE6B;
  --purple: #8C52FF;
  --purple-tile: #302354;
  --card-dark: #1F192E;
  --cream: #FAFAF6;
  --paper: #EAE5DA;
  --gray-card: #DAE1E5;
  --footer-bg: #070E11;
  --purple-bg: #8E60E9;
  --white: #FFFFFF;
  --heading: 'Gopher', 'Archivo Black', sans-serif;
  --body: 'Kanit', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--body);
  background: var(--ink);
  color: var(--white);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body.kids { background: var(--cream); color: var(--ink); }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container {
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 95px;
  padding-right: 95px;
}

/* ---------- utilitare tipografice ---------- */
.h-heavy { font-family: var(--heading); font-weight: 900; text-transform: uppercase; }

.section-title {
  font-family: var(--heading);
  font-weight: 900;
  font-size: 37px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--lime);
}

.cta-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--heading);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 25px;
  color: var(--lime-bright);
  letter-spacing: 0.02em;
  transition: opacity .2s;
}
.cta-link:hover { opacity: .8; }
.cta-link svg { width: 20px; height: 20px; }
.cta-link.purple { color: var(--purple); }
.cta-link.big { font-size: 36px; }
.cta-link.big svg { width: 26px; height: 26px; }
.cta-center { text-align: center; }

.warning {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  font-weight: 400;
}
.warning svg { flex: none; width: 18px; height: 18px; margin-top: 2px; }

/* ---------- pills ---------- */
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 11px 30px;
  border-radius: 999px;
  line-height: 1.1;
  text-transform: uppercase;
}
.pill.lime { background: var(--lime); color: var(--ink); }
.pill.outline-lime { border: 1.5px solid var(--lime); color: var(--lime); background: transparent; }
.pill.outline-dark { border: 1.5px solid var(--purple-tile); color: var(--ink); background: transparent; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header { background: var(--ink); }
.site-header .container {
  display: flex;
  align-items: center;
  height: 115px;
  gap: 40px;
}
.logo svg, .logo img { height: 46px; width: auto; display: block; }
.logo-kids svg, .logo-kids img { height: 62px; width: auto; display: block; }

.main-nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
}
.main-nav a {
  font-family: var(--heading);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--white);
  transition: color .2s;
}
.main-nav a:hover { color: var(--lime); }
.search-btn { background: none; border: 0; cursor: pointer; color: var(--white); display: flex; }
.search-btn svg { width: 24px; height: 24px; }

/* ============================================================
   HERO (pagina principala)
   ============================================================ */
.hero {
  position: relative;
  background: var(--ink);
  padding-bottom: 30px;
}
.hero-inner { position: relative; min-height: 692px; }
.hero-copy { max-width: 640px; padding-top: 95px; position: relative; z-index: 2; }
.hero-kicker { font-size: 39px; font-weight: 300; color: var(--white); margin-bottom: 8px; }
.hero-title {
  font-family: var(--heading);
  font-weight: 900;
  font-size: 96px;
  line-height: 0.95;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 28px;
  white-space: nowrap;
}
.hero-title .accent { color: var(--lime); }
.hero-lead { font-size: 22px; font-weight: 300; max-width: 660px; margin-bottom: 26px; }
.hero-cta { margin-bottom: 26px; }
.hero-pills { display: flex; gap: 16px; margin-bottom: 30px; }
.hero .warning { color: var(--white); }

.hero-visual {
  position: absolute;
  top: 33px;
  right: -19px;
  width: 565px;
  z-index: 1;
  pointer-events: none;
}

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee {
  background: var(--lime-bright);
  overflow: hidden;
  padding: 10px 0;
  white-space: nowrap;
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  animation: marquee 32s linear infinite;
}
.marquee-track span {
  font-family: var(--heading);
  font-weight: 900;
  font-size: 35px;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: 0.01em;
  padding: 0 22px;
}
.marquee-track i {
  font-style: italic;
  font-family: var(--heading);
  font-weight: 900;
  font-size: 35px;
  color: var(--purple);
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   COUNTDOWN
   ============================================================ */
.countdown-section {
  background-color: var(--ink);
  background-image: url('../img/map-tile.png');
  background-size: 320px 330px;
  text-align: center;
  padding: 74px 0 90px;
}
.countdown-section p { font-size: 19px; font-weight: 400; margin-bottom: 42px; }
.countdown { display: flex; justify-content: center; align-items: flex-end; gap: 34px; }
.count-group { display: flex; align-items: flex-end; gap: 6px; }
.count-digits { display: flex; gap: 6px; }
.count-digit {
  width: 68px;
  height: 92px;
  border-radius: 20px;
  background: var(--purple-tile);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading);
  font-weight: 900;
  font-size: 56px;
  color: var(--white);
}
.count-label { font-size: 17px; font-weight: 500; color: var(--white); padding-bottom: 2px; margin-left: 4px; }

/* ============================================================
   CE ESTE OPEN WEEK (split cu poza)
   ============================================================ */
.about-section { position: relative; background: var(--ink); }
.about-grid { display: flex; align-items: stretch; }
.about-copy {
  width: 55%;
  padding: 105px 60px 90px 95px;
}
.about-copy .section-title { margin-bottom: 42px; }
.about-copy p { font-size: 18px; font-weight: 300; margin-bottom: 24px; max-width: 560px; }
.about-copy .cta-link { margin: 18px 0 30px; font-size: 24px; }
.about-photo {
  width: 45%;
  position: relative;
  overflow: hidden;
  min-height: 715px;
}
.about-photo .slide { position: absolute; inset: 0; opacity: 0; transition: opacity .9s ease; }
.about-photo .slide.active { opacity: 1; }
.slider-dots { position: absolute; left: 0; right: 0; bottom: 16px; display: flex; justify-content: center; gap: 8px; z-index: 3; }
.slider-dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; }
.slider-dots i.on { background: var(--lime); }
.about-photo .slide img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   CUM FUNCTIONEAZA (pasii)
   ============================================================ */
.steps-section { background: var(--ink); padding: 95px 0 60px; }
.steps-section .section-title { margin-bottom: 70px; }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 60px;
}
.step-card { position: relative; padding: 40px 0 30px; }
.step-card.filled {
  background: var(--card-dark);
  border: 1.5px solid var(--purple);
  border-radius: 26px;
  padding: 40px 34px 30px;
}
.step-card.lined { border-left: 1px solid #4a4a4a; padding-left: 34px; padding-right: 10px; }
.step-num {
  font-family: var(--heading);
  font-weight: 900;
  font-size: 24px;
  color: var(--lime);
  margin-bottom: 34px;
}
.step-dot {
  position: absolute;
  top: 34px;
  right: 30px;
  width: 44px;
  height: 44px;
  border: 1.5px dotted var(--lime);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lime);
  animation: spin-slow 30s linear infinite;
}
.step-dot svg { width: 20px; height: 20px; animation: spin-slow 30s linear infinite reverse; }
.step-card.lined .step-dot { right: 10px; }
.step-title {
  font-family: var(--heading);
  font-weight: 700;
  font-size: 23px;
  line-height: 1.25;
  color: var(--white);
  margin-bottom: 16px;
  min-height: 58px;
}
.step-card p { font-size: 15px; font-weight: 300; line-height: 1.55; color: #E4E4E4; }
.step-card .warning { margin-top: 22px; font-size: 12.5px; color: var(--white); }

/* ============================================================
   CUM ALEG CLASA POTRIVITA
   ============================================================ */
.choose-section { background: var(--ink); text-align: center; padding: 90px 0 150px; }
.choose-section h2 {
  font-family: var(--heading);
  font-weight: 900;
  font-size: 34px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 44px;
}
.choose-section p { max-width: 810px; margin: 0 auto 24px; font-size: 17.5px; font-weight: 300; }

/* ============================================================
   CINE SUNTEM
   ============================================================ */
.who-section {
  position: relative;
  background: #141414;
  text-align: center;
  padding: 105px 0 120px;
  overflow: hidden;
}
.who-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../img/cine-suntem-bg.jpg') center/cover no-repeat;
  filter: blur(7px) brightness(.38) saturate(.85);
  transform: scale(1.07);
}
.who-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(20,20,20,.25) 0%, rgba(20,20,20,.65) 100%);
}
.who-section > * { position: relative; z-index: 1; }
.who-section .section-title { margin-bottom: 30px; }
.who-section .who-text {
  max-width: 760px;
  margin: 0 auto 74px;
  font-size: 17px;
  font-weight: 400;
  color: #F2F2F2;
  text-shadow: 0 2px 18px rgba(0,0,0,.85);
}
.stats { display: flex; justify-content: center; gap: 120px; }
.stat-num {
  font-family: var(--heading);
  font-weight: 900;
  font-size: 88px;
  line-height: 1;
  color: var(--lime);
  margin-bottom: 16px;
}
.stat-label {
  font-family: var(--heading);
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--white);
}

/* ============================================================
   BILET + AVERTISMENT
   ============================================================ */
.ticket-section { background: var(--ink); text-align: center; padding: 80px 0 60px; }
.ticket-warning { max-width: 520px; margin: 0 auto 60px; }
.ticket-warning svg { width: 30px; height: 30px; margin-bottom: 18px; }
.ticket-warning p { font-size: 15px; font-weight: 400; }

.ticket-wrap { display: flex; justify-content: center; margin-bottom: 70px; }
.ticket {
  position: relative;
  width: 767px;
  height: 405px;
  background: url('../img/ticket-blank.png') center/100% 100% no-repeat;
  color: #26211C;
  text-align: left;
  font-family: var(--body);
  flex: none;
}
.ticket .t-invite {
  position: absolute; left: 40px; top: 36px;
  font-size: 11px; letter-spacing: .28em; font-weight: 500; color: #4a4238;
}
.ticket .t-title {
  position: absolute; left: 38px; top: 56px;
  font-family: var(--heading); font-weight: 900; font-size: 37px; letter-spacing: .01em; color: #26211C; text-transform: uppercase;
}
.ticket .t-price {
  position: absolute; left: 40px; top: 130px;
  font-size: 21px; font-weight: 300; color: #26211C;
}
.ticket .t-price b { font-family: var(--heading); font-weight: 900; font-size: 22px; }
.ticket .t-date {
  position: absolute; left: 342px; top: 64px;
  font-size: 19px; font-weight: 400;
}
.ticket .t-date b { font-family: var(--heading); font-weight: 900; }
.ticket .t-spots {
  position: absolute; left: 342px; top: 140px;
  font-size: 12px; letter-spacing: .22em; font-weight: 500; color: #4a4238;
}
.ticket .t-welcome {
  position: absolute; left: 48px; bottom: 36px; width: 516px; height: 52px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 24px;
}
.ticket .t-welcome .tw-big { font-family: var(--heading); font-weight: 700; font-size: 23px; text-transform: none; }
.ticket .t-welcome .tw-small { font-size: 10.5px; letter-spacing: .18em; font-weight: 500; line-height: 1.5; color: #4a4238; text-align: left; text-transform: uppercase; }
.ticket .t-barcode {
  position: absolute; right: 54px; top: 82px; width: 55px; height: 246px;
  object-fit: fill; opacity: .92;
}

/* ============================================================
   STAMPILE (banda decorativa)
   ============================================================ */
.stamps-band {
  position: relative;
  background: var(--ink);
  height: 265px;
  overflow: hidden;
}
.stamps-band img { position: absolute; }
.st-dancehall { left: -45px; top: 20px; width: 270px; transform: rotate(-6deg); }
.st-heels    { left: 170px; top: -40px; width: 225px; transform: rotate(-22deg); }
.st-hiphop   { left: 335px; top: 25px; width: 300px; transform: rotate(4deg); }
.st-popping  { left: 870px; top: 15px; width: 250px; transform: rotate(-8deg); }
.st-krump    { left: 1005px; top: 15px; width: 195px; transform: rotate(4deg); }
.st-choreo   { left: 1150px; top: 10px; width: 260px; transform: rotate(-10deg); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  position: relative;
  background: var(--footer-bg);
  overflow: hidden;
  color: var(--white);
  padding: 55px 0 70px;
}
/* spoturi de lumina */
.site-footer::before, .site-footer::after {
  content: '';
  position: absolute;
  top: 60px;
  width: 340px;
  height: 640px;
  background: linear-gradient(196deg, rgba(120,200,215,.34), rgba(120,200,215,.05) 55%, transparent 75%);
  filter: blur(26px);
  pointer-events: none;
}
.site-footer::before { left: 40px; transform: rotate(24deg); transform-origin: top left; }
.site-footer::after  { right: 40px; transform: rotate(-24deg) scaleX(-1); transform-origin: top right; }

.footer-lights { position: absolute; inset: 0; pointer-events: none; }
.footer-lights i {
  position: absolute;
  width: 13px; height: 13px;
  border-radius: 50%;
  background: radial-gradient(circle, #EAF9FF 0%, rgba(190,230,240,.65) 45%, transparent 72%);
  box-shadow: 0 0 18px 6px rgba(190,230,240,.45);
}
.footer-lights i:nth-child(1) { left: 142px; top: 178px; }
.footer-lights i:nth-child(2) { left: 145px; top: 222px; }
.footer-lights i:nth-child(3) { right: 168px; top: 168px; }
.footer-lights i:nth-child(4) { right: 172px; top: 210px; }

.site-footer .container { position: relative; }
.footer-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.footer-nav a {
  font-family: var(--heading);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.footer-nav a:hover { color: var(--lime); }
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: 30px;
}
.footer-col.right { text-align: right; }
.footer-kicker { font-size: 15px; font-weight: 300; margin-bottom: 10px; }
.footer-big {
  font-family: var(--heading);
  font-weight: 900;
  font-size: 58px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 66px;
}
.footer-col p { font-size: 15px; font-weight: 300; margin-bottom: 6px; }
.contact-link { transition: color .18s; }
.contact-link:hover { color: var(--lime); }
.footer-social { display: flex; gap: 18px; margin-top: 24px; }
.footer-social svg { width: 27px; height: 27px; }
.footer-logo { align-self: center; margin-top: 130px; }
.footer-logo svg, .footer-logo img { height: 64px; width: auto; display: block; }
.footer-hours { margin-top: 88px; }

/* ============================================================
   KIDS - HERO
   ============================================================ */
.kids-hero { position: relative; background: var(--cream); min-height: 705px; }
.kids-hero-copy { position: relative; z-index: 2; width: 57.3%; max-width: none; margin: 0; padding-top: 72px; padding-right: 30px; }
.kids-hero-copy .logo-kids { margin-bottom: 118px; display: inline-block; }
.kids-kicker { font-size: 39px; font-weight: 400; color: var(--ink); margin-bottom: 2px; }
.kids-title {
  position: relative;
  font-family: var(--heading);
  font-weight: 900;
  font-size: 94px;
  line-height: 1;
  letter-spacing: .005em;
  text-transform: uppercase;
  color: #202020;
  margin-bottom: 20px;
  white-space: nowrap;
}
.kids-title .accent { color: var(--purple); }
.kids-sticker {
  position: absolute;
  top: -90px;
  left: 318px;
  width: 202px;
  height: 98px;
  z-index: 3;
  pointer-events: none;
  background: url('../img/kids-sticker.png') center / contain no-repeat;
}
.kids-lead { font-size: 18px; font-weight: 400; color: #2b2b2b; max-width: 520px; margin-bottom: 26px; }
.kids-hero .hero-pills { margin-bottom: 22px; }
.kids-hero .cta-link { margin-bottom: 24px; font-size: 24px; }
.kids-hero .warning { color: var(--ink); font-size: 12.5px; line-height: 1.35; }
.kids-hero-photos {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 42.7%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.kids-hero-photos video { width: 100%; height: 100%; object-fit: cover; }
.kids-hero-photos img { width: 100%; object-fit: cover; flex: none; }
.kids-hero-photos img:nth-child(1) { height: 23.1%; }
.kids-hero-photos img:nth-child(2) { height: 44.7%; }
.kids-hero-photos img:nth-child(3) { height: 32.2%; }

/* ---------- kids marquee (aceleasi stiluri, text negru) ---------- */

/* ============================================================
   KIDS - CE ESTE OPEN WEEK
   ============================================================ */
.kids-about { position: relative; background: var(--cream); }
.kids-about .about-copy { padding: 195px 60px 120px 115px; color: var(--ink); }
.kids-about .section-title { color: var(--purple); margin-bottom: 46px; font-size: 33px; }
.kids-about .about-copy p { color: #2b2b2b; font-size: 17.5px; font-weight: 400; }
.kids-about .warning { color: var(--ink); font-size: 12.5px; line-height: 1.4; }
.kids-about .about-photo { min-height: 765px; }
.kids-about .about-photo .slide img { object-position: center 30%; }
.kids-badge {
  position: absolute;
  left: -88px;
  top: 265px;
  width: 178px;
  z-index: 3;
}

/* ============================================================
   KIDS - CLASE DISPONIBILE
   ============================================================ */
.classes-section { background: var(--ink-2); text-align: center; padding: 118px 0 60px; color: var(--white); }
.classes-section .section-title { margin-bottom: 22px; }
.classes-sub { max-width: 430px; margin: 0 auto 34px; font-size: 15.5px; font-weight: 400; }
.age-select-wrap { position: relative; display: inline-block; margin-bottom: 66px; }
.age-select {
  appearance: none;
  -webkit-appearance: none;
  background: var(--white);
  border: 0;
  border-radius: 10px;
  padding: 13px 64px 13px 26px;
  font-family: var(--body);
  font-size: 15.5px;
  color: var(--ink);
  min-width: 255px;
  text-align: left;
  cursor: pointer;
}
.age-select-wrap::after { display: none; }

/* ---------- select custom ---------- */
.csel { position: relative; display: block; text-align: left; }
.age-select-wrap .csel { min-width: 255px; }
.csel-native {
  position: absolute !important;
  width: 1px; height: 1px;
  opacity: 0;
  pointer-events: none;
  margin: 0; padding: 0; border: 0;
}
.csel-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--white);
  border: 1.5px solid transparent;
  border-radius: 12px;
  padding: 13px 20px 13px 24px;
  font-family: var(--body);
  font-size: 15.5px;
  color: var(--ink);
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s;
}
.form-field .csel-btn { border-color: #DCD9CF; padding: 13px 16px; font-size: 15px; }
.csel.open .csel-btn, .csel-btn:focus-visible { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(140,82,255,.15); outline: none; }
.csel.error .csel-btn { border-color: #E0484F; box-shadow: 0 0 0 3px rgba(224,72,79,.14); }
.csel-btn svg { width: 14px; height: 14px; flex: none; transition: transform .22s ease; }
.csel.open .csel-btn svg { transform: rotate(180deg); }
.csel-btn .ph { color: #6c6c74; }
.csel-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0; right: 0;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(24,18,46,.22), 0 2px 8px rgba(24,18,46,.10);
  padding: 8px;
  z-index: 60;
  max-height: 296px;
  overflow: auto;
  opacity: 0;
  transform: translateY(-8px) scale(.98);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}
.csel.open .csel-list { opacity: 1; transform: none; pointer-events: auto; }
.csel-opt {
  padding: 10px 15px;
  border-radius: 10px;
  font-family: var(--body);
  font-size: 15px;
  color: var(--ink);
  cursor: pointer;
  transition: background .12s, color .12s;
}
.csel-opt:hover { background: var(--purple); color: var(--white); }
.csel-opt.selected { background: #EFE9FF; color: var(--ink); font-weight: 500; }
.csel-opt.selected:hover { background: var(--purple); color: var(--white); }
.csel-err {
  display: none;
  margin-top: 7px;
  font-size: 12.5px;
  font-weight: 500;
  color: #E0484F;
}
.csel.error + .csel-err, .csel.error .csel-err { display: block; }
.classes-grid {
  display: grid;
  grid-template-columns: repeat(3, 287px);
  justify-content: center;
  column-gap: 49px;
  row-gap: 50px;
  margin-bottom: 66px;
}
.class-card { text-align: left; }
.class-head {
  position: relative;
  z-index: 2;
  background: var(--lime-soft);
  border-radius: 999px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink);
  box-shadow: 0 4px 10px rgba(0,0,0,.18);
}
.class-body {
  position: relative;
  background: var(--gray-card);
  margin: -26px 13px 0;
  padding: 44px 20px 20px;
  border-radius: 0 0 16px 16px;
  color: var(--ink);
  min-height: 186px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.class-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; position: relative; z-index: 2; }
.time-pill {
  border: 1.5px solid var(--purple);
  border-radius: 999px;
  padding: 4px 16px;
  font-size: 13.5px;
  font-weight: 400;
  color: var(--ink);
  background: transparent;
}
.type-badge {
  width: 25px; height: 25px;
  border: 1.7px solid var(--purple);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 13px;
  color: var(--purple);
}
.class-name {
  font-family: var(--heading);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.12;
  text-transform: uppercase;
  margin-bottom: 6px;
  max-width: 58%;
  position: relative;
  z-index: 2;
}
.class-age { font-size: 13px; font-weight: 400; color: #43464a; margin-bottom: 14px; position: relative; z-index: 2; }
.class-teacher {
  margin-top: auto;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.class-teacher::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--purple);
  flex: none;
}
.class-photo {
  position: absolute;
  right: -4px;
  bottom: 0;
  height: 168px;
  width: auto;
  z-index: 1;
  filter: drop-shadow(-6px 4px 14px rgba(20,20,20,.18));
}
.class-card.hidden { display: none; }

/* ============================================================
   KIDS - CUM FUNCTIONEAZA
   ============================================================ */
.kids-steps { position: relative; background: var(--cream); color: var(--ink); text-align: center; padding: 105px 0 78px; }
.kids-steps .section-title { color: var(--purple); margin-bottom: 20px; font-size: 36px; }
.kids-steps-sub { font-size: 16px; font-weight: 500; color: var(--ink); margin-bottom: 12px; }
.kids-steps .warning { justify-content: center; margin-bottom: 60px; color: var(--ink); font-size: 13.5px; }
.kids-steps .steps-grid { grid-template-columns: repeat(4, 1fr); gap: 26px; text-align: left; margin-bottom: 60px; position: relative; z-index: 2; }
.kids-steps .step-card.filled { border-color: var(--purple); min-height: 385px; }
.kids-steps .cta-link { position: relative; z-index: 2; }
.deco-headphones {
  position: absolute;
  left: -12px;
  bottom: 46px;
  width: 235px;
  z-index: 1;
}
.deco-rainbow {
  position: absolute;
  right: -60px;
  bottom: 78px;
  width: 300px;
  z-index: 1;
}

/* ============================================================
   KIDS - CINE II VA GHIDA
   ============================================================ */
.guides-section {
  position: relative;
  background: var(--purple-bg);
  color: var(--white);
  text-align: center;
  padding: 100px 0 120px;
  overflow: hidden;
}
.guides-section .section-title { color: var(--white); max-width: 560px; margin: 0 auto 90px; line-height: 1.35; }
.guides-strokes { position: absolute; inset: 0; pointer-events: none; }
.guides-strokes img { position: absolute; }
.gs-right { right: 0; top: 0; width: 216px; }
.gs-left  { left: 0; bottom: 12px; width: 260px; }
.gs-mid   { right: 216px; top: 0; width: 200px; }
.guides-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 340px);
  justify-content: center;
  column-gap: 150px;
  row-gap: 66px;
}
.guide { display: flex; flex-direction: column; align-items: center; }
.guide-photo {
  position: relative;
  width: 272px;
  height: 270px;
  border-radius: 26px;
  background: #0D0F13;
  overflow: hidden;
}
.guide-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.guide-photo img.cutout { object-fit: contain; object-position: bottom center; padding-top: 14px; }
.guide-name {
  position: absolute;
  left: 0; right: 0; bottom: 12px;
  font-family: var(--heading);
  font-weight: 900;
  font-size: 37px;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: var(--lime);
  text-shadow: 0 2px 12px rgba(0,0,0,.45);
}
.guide-tag {
  position: relative;
  margin-top: -15px;
  z-index: 2;
  background: var(--lime-soft);
  color: var(--ink);
  border-radius: 999px;
  padding: 7px 30px;
  min-width: 246px;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .05em;
  text-transform: uppercase;
  box-shadow: 0 3px 8px rgba(0,0,0,.22);
}
.guide-bio { margin-top: 24px; max-width: 345px; font-size: 13.5px; font-weight: 400; color: #F4EFFF; }
.guide-bio .bio-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.guide.open .bio-text { -webkit-line-clamp: unset; }
.bio-toggle {
  margin-top: 12px;
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--lime);
  transition: opacity .2s;
}
.bio-toggle:hover { opacity: .75; }
.bio-toggle svg { width: 11px; height: 11px; transition: transform .25s ease; }
.guide.open .bio-toggle svg { transform: rotate(45deg); }

/* ============================================================
   KIDS - CE URMEAZA DUPA OPEN WEEK
   ============================================================ */
.after-section { position: relative; background: var(--cream); color: var(--ink); text-align: center; padding: 130px 0 120px; overflow: hidden; }
.sticker-rainbow-crew { position: absolute; left: 34px; top: 110px; width: 180px; transform: rotate(-10deg); }
.after-section .section-title { color: var(--purple); line-height: 1.35; margin-bottom: 30px; }
.after-sub { max-width: 480px; margin: 0 auto 100px; font-size: 16px; font-weight: 400; }
.passes { display: grid; grid-template-columns: repeat(2, minmax(380px, 470px)); justify-content: center; gap: 56px; }

/* logica v9: perioada de tranzitie 21 sept - 1 oct */
.transition-wrap { max-width: 1010px; margin: 110px auto 0; }
.transition-lead {
  background: #EFE9FF;
  border-left: 4px solid var(--purple);
  border-radius: 16px;
  padding: 20px 26px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 36px;
}
.transition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.transition-card {
  background: #FDFDFB;
  border: 1.5px solid rgba(140,82,255,.45);
  border-radius: 22px;
  padding: 26px 24px 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.t-num {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--purple);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--heading); font-weight: 900; font-size: 17px;
  margin-bottom: 16px;
}
.transition-card h4 { font-family: var(--heading); font-weight: 700; font-size: 18px; line-height: 1.25; margin-bottom: 12px; }
.transition-card p { font-size: 13.5px; font-weight: 400; margin-bottom: 10px; }
.t-pill {
  margin-top: auto;
  align-self: flex-start;
  background: var(--lime);
  color: var(--ink);
  border-radius: 999px;
  padding: 7px 14px;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.pass-card {
  position: relative;
  background: #FDFDFB;
  border: 1.5px solid;
  border-image: linear-gradient(180deg, var(--purple), rgba(140,82,255,.25)) 1;
  border-radius: 30px;
  border-image: none;
  border-color: rgba(140,82,255,.75);
  padding: 42px 40px 38px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(48,35,84,.07);
}
.pass-badge {
  position: absolute;
  top: -42px;
  right: -42px;
  width: 106px;
}
.pass-title { font-family: var(--heading); font-weight: 900; font-size: 26px; letter-spacing: .01em; color: #26211C; margin-bottom: 20px; }
.pass-desc { font-size: 15px; font-weight: 500; margin-bottom: 6px; max-width: 360px; }
.pass-note { font-size: 14px; font-weight: 400; margin-bottom: 36px; }
.pass-list li { display: flex; gap: 14px; margin-bottom: 20px; font-size: 14px; font-weight: 500; }
.pass-list li:last-child { margin-bottom: 0; }
.pass-check {
  flex: none;
  width: 23px; height: 23px;
  border-radius: 50%;
  background: var(--purple);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.pass-check svg { width: 12px; height: 12px; }

/* ============================================================
   KIDS - FAQ
   ============================================================ */
.faq-section { background: var(--ink-2); color: var(--white); padding: 120px 0 130px; }
.faq-inner { max-width: 900px; margin: 0 auto; }
.faq-section h2 {
  font-family: var(--heading);
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: 56px;
}
.faq-layout { display: grid; grid-template-columns: 210px 1fr; gap: 60px; align-items: start; }
.faq-cats { display: flex; flex-direction: column; gap: 14px; }
.faq-cat {
  font-family: var(--body);
  font-weight: 600;
  font-size: 12.5px;
  color: var(--ink);
  background: var(--lime-soft);
  border: 1.5px solid var(--lime-soft);
  border-radius: 14px;
  padding: 10px 12px;
  cursor: pointer;
  line-height: 1.3;
  transition: all .15s;
}
.faq-cat.active { background: transparent; color: var(--lime); border-color: var(--lime); }
.faq-list .faq-item { border-bottom: 1px solid rgba(255,255,255,.55); }
.faq-q {
  width: 100%;
  background: none;
  border: 0;
  color: var(--white);
  font-family: var(--body);
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  padding: 15px 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.faq-q svg { flex: none; width: 14px; height: 14px; transition: transform .2s; }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a { display: none; padding: 0 4px 18px; font-size: 13.5px; font-weight: 300; color: #DDDDDD; max-width: 640px; white-space: pre-line; }
.faq-item.open .faq-a { display: block; }

/* ============================================================
   KIDS - FORMULAR
   ============================================================ */
.form-section { position: relative; background: var(--cream); color: var(--ink); padding: 120px 0 140px; overflow: hidden; }
.sticker-kids-crew { position: absolute; right: 60px; top: 80px; width: 150px; transform: rotate(8deg); }
.form-section .section-title { color: var(--purple); text-align: center; margin-bottom: 70px; }
.signup-form { max-width: 620px; margin: 0 auto; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { margin-bottom: 20px; }
.form-field label { display: block; font-size: 13px; font-weight: 500; margin-bottom: 7px; color: #2b2b2b; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  background: var(--white);
  border: 1.5px solid #DCD9CF;
  border-radius: 12px;
  padding: 13px 16px;
  font-family: var(--body);
  font-size: 15px;
  color: var(--ink);
  outline: none;
  transition: border-color .15s;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--purple); }
.form-field textarea { min-height: 110px; resize: vertical; }
.form-classes { background: var(--white); border: 1.5px solid #DCD9CF; border-radius: 16px; padding: 20px; margin-bottom: 24px; }
.form-classes-note { font-size: 13px; font-weight: 500; margin-bottom: 14px; color: var(--purple); }
.form-classes label { display: flex; align-items: center; gap: 10px; font-size: 14px; padding: 7px 0; cursor: pointer; }
.form-classes input { accent-color: var(--purple); width: 17px; height: 17px; }
.form-classes .empty-hint { font-size: 13.5px; color: #777; }
.form-consent label { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; margin-bottom: 12px; cursor: pointer; }
.form-consent input { accent-color: var(--purple); margin-top: 3px; width: 15px; height: 15px; flex: none; }
.form-submit {
  margin-top: 26px;
  background: var(--lime);
  color: var(--ink);
  border: 0;
  border-radius: 999px;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding: 15px 44px;
  cursor: pointer;
  transition: transform .12s;
}
.form-submit:hover { transform: translateY(-1px); }
.form-success { display: none; margin-top: 22px; font-size: 14.5px; font-weight: 500; color: var(--purple); }

/* ============================================================
   RESPONSIVE (minim; designul e desktop-first 1366)
   ============================================================ */
@media (max-width: 1200px) {
  .container { padding-left: 40px; padding-right: 40px; }
  .hero-visual { width: 42vw; right: -10px; }
  .hero-title { font-size: 6.5vw; }
  .kids-title { font-size: 5vw; }
  .classes-grid { grid-template-columns: repeat(3, minmax(240px, 287px)); column-gap: 24px; }
  .guides-grid { column-gap: 60px; }
}
@media (max-width: 980px) {
  .main-nav { display: none; }
  .hero-visual { display: none; }
  .hero-title, .kids-title { white-space: normal; font-size: 52px; }
  .about-grid { flex-direction: column; }
  .about-copy, .about-photo { width: 100%; }
  .about-photo { min-height: 420px; position: relative; }
  .kids-about .about-copy { padding: 80px 40px 60px; }
  .steps-grid, .kids-steps .steps-grid { grid-template-columns: 1fr 1fr; }
  .step-card.lined { border-left: 0; padding-left: 0; }
  .kids-hero-copy { max-width: 100%; padding: 40px; }
  .kids-hero-photos { position: relative; width: 100%; height: 400px; }
  .kids-hero { display: flex; flex-direction: column-reverse; }
  .classes-grid { grid-template-columns: repeat(2, minmax(240px, 287px)); }
  .guides-grid { grid-template-columns: 1fr; }
  .passes { grid-template-columns: minmax(260px, 320px); row-gap: 70px; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-cats { flex-direction: row; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .footer-col.right { text-align: left; }
  .footer-logo { margin: 40px 0; }
  .footer-hours, .footer-big { margin-top: 0; margin-bottom: 20px; }
  .footer-nav { flex-wrap: wrap; gap: 16px; margin-bottom: 50px; }
  .stats { flex-direction: column; gap: 40px; }
  .ticket { transform: scale(.8); transform-origin: center; }
  .stamps-band { display: none; }
  .deco-headphones, .deco-rainbow, .sticker-rainbow-crew, .sticker-kids-crew { display: none; }
  .transition-grid { grid-template-columns: 1fr; }
  .countdown { flex-wrap: wrap; gap: 20px; }
  .form-row { grid-template-columns: 1fr; }
}


/* ============================================================
   ANIMATII
   ============================================================ */
.rv {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.22,.9,.32,1);
  transition-delay: var(--d, 0s);
  will-change: opacity, transform;
}
.rv.rv-left { transform: translateX(-44px); }
.rv.rv-right { transform: translateX(44px); }
.rv.rv-zoom { transform: scale(.88); }
.rv.in { opacity: 1; transform: none; }

/* stickere care plutesc */
@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(var(--rot, 0deg)); }
  50% { transform: translateY(-13px) rotate(var(--rot, 0deg)); }
}
@keyframes wobble {
  0%, 100% { transform: rotate(-4deg); }
  50% { transform: rotate(5deg); }
}
@keyframes spin-slow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.deco-headphones { animation: floaty 5.5s ease-in-out infinite; --rot: -3deg; }
.deco-rainbow { animation: floaty 6.5s ease-in-out .8s infinite; --rot: 2deg; }
.kids-badge { animation: spin-slow 26s linear infinite; }
.pass-badge { animation: floaty 5s ease-in-out infinite; --rot: 8deg; }
.sticker-rainbow-crew { animation: floaty 7s ease-in-out infinite; --rot: -10deg; }
.sticker-kids-crew { animation: floaty 6s ease-in-out 1.2s infinite; --rot: 8deg; }
.kids-sticker { transform-origin: 60% 60%; animation: wobble 4.5s ease-in-out infinite; }
.hero-visual { animation: floaty 8s ease-in-out infinite; --rot: 0deg; }

/* hover-uri */
.class-card { transition: transform .25s ease; }
.class-card:hover { transform: translateY(-7px); }
.class-card .class-photo { transition: transform .3s ease; }
.class-card:hover .class-photo { transform: scale(1.06); }
.class-card:hover .class-head { box-shadow: 0 8px 18px rgba(0,0,0,.28); }
.class-head { transition: box-shadow .25s ease; }
.step-card { transition: transform .25s ease, box-shadow .25s ease; }
.step-card.filled:hover { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(140,82,255,.22); }
.guide-photo img { transition: transform .45s ease; }
.guide:hover .guide-photo img { transform: scale(1.05); }
.pass-card { transition: transform .3s ease, box-shadow .3s ease; }
.pass-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(48,35,84,.16); }
.transition-card { transition: transform .25s ease, box-shadow .25s ease; }
.transition-card:hover { transform: translateY(-5px); box-shadow: 0 14px 30px rgba(140,82,255,.14); }
.cta-link svg { transition: transform .22s ease; }
.cta-link:hover svg { transform: translate(4px, -4px); }
.pill { transition: transform .2s ease; }
.pill:hover { transform: translateY(-2px); }
.faq-cat:hover { transform: translateX(3px); }
.faq-cat { transition: all .2s ease; }
.footer-social a { display: inline-flex; transition: transform .2s ease; }
.footer-social a:hover { transform: translateY(-4px) rotate(-6deg); }
.stat { transition: transform .3s ease; }
.stat:hover { transform: scale(1.06); }
.ticket { transition: transform .4s ease; }
.ticket:hover { transform: rotate(-1.2deg) scale(1.015); }
.stamps-band img { transition: transform .3s ease; }
.stamps-band img:hover { transform: rotate(0deg) scale(1.06); }

/* countdown pop la schimbarea cifrei */
@keyframes digit-pop {
  0% { transform: scale(1); }
  40% { transform: scale(1.18) translateY(-4px); background: var(--purple); }
  100% { transform: scale(1); }
}
.count-digit.pop { animation: digit-pop .5s ease; }

/* marquee: usor mai viu */
.marquee:hover .marquee-track { animation-play-state: paused; }

@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  .deco-headphones, .deco-rainbow, .kids-badge, .pass-badge,
  .sticker-rainbow-crew, .sticker-kids-crew, .kids-sticker, .hero-visual,
  .step-dot, .step-dot svg,
  .marquee-track { animation: none; }
}
