:root {
  --pink: #FF6B9D;
  --pink-light: #FF8FB3;
  --coral: #FF8C61;
  --yellow: #FFD23F;
  --gold: #FFE066;
  --mint: #4ECDC4;
  --sky: #00BBF9;
  --purple: #9B5DE5;
  --purple-deep: #3D2C7A;
  --purple-mid: #6B4BA8;
  --cream: #FFFBF5;
  --section: #FFF5FC;
  --lavender: #F3EEFF;
  --white: #FFFFFF;
  --text: #2D2A4A;
  --muted: #6B6890;
  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 8px 40px rgba(155, 93, 229, 0.12);
  --shadow-lg: 0 20px 80px rgba(255, 107, 157, 0.18);
  --font-display: 'Unbounded', sans-serif;
  --font-body: 'Golos Text', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
}

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

#confetti-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* NAV */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 40px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--pink), var(--yellow), var(--mint), var(--purple)) 1;
  box-shadow: 0 4px 24px rgba(155, 93, 229, 0.08);
}

.nav-logo {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 900;
  color: var(--purple-deep);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-logo .star { color: var(--pink); font-size: 1.3rem; }

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
}

.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.2s;
}

.nav-links a:hover { color: var(--purple); }

.nav-cta {
  background: linear-gradient(135deg, var(--pink), var(--purple)) !important;
  color: var(--white) !important;
  padding: 8px 20px !important;
  border-radius: 50px;
}

.nav-cta:hover { opacity: 0.9; color: var(--white) !important; }

.nav-burger {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--purple-deep);
}

/* BUTTONS */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--pink) 0%, var(--purple) 100%);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 40px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 6px 28px rgba(255, 107, 157, 0.4);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(155, 93, 229, 0.45);
}

.btn-primary--block { width: 100%; font-size: 1rem; padding: 20px; }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--purple-deep);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 40px;
  border-radius: 50px;
  border: 2px solid var(--purple);
  cursor: pointer;
  transition: transform 0.2s, background 0.2s, color 0.2s;
}

.btn-secondary:hover {
  background: var(--purple);
  color: var(--white);
  transform: translateY(-3px);
}

.btn-secondary--sm { padding: 10px 20px; font-size: 0.82rem; }

/* HERO */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 24px 80px;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 30%, #9B5DE5 0%, #FF6B9D 45%, #FFD23F 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(78, 205, 196, 0.35) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 210, 63, 0.4) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
}

.hero-deco {
  position: absolute;
  font-size: clamp(80px, 12vw, 160px);
  opacity: 0.2;
  pointer-events: none;
  animation: float 6s ease-in-out infinite;
}

.hero-deco--1 { top: 10%; left: 5%; }
.hero-deco--2 { top: 15%; right: 6%; animation-delay: 2s; }
.hero-deco--3 { bottom: 12%; left: 8%; animation-delay: 1s; font-size: clamp(50px, 7vw, 100px); }
.hero-deco--4 { bottom: 10%; right: 5%; animation-delay: 3s; font-size: clamp(50px, 7vw, 100px); }

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-18px) rotate(3deg); }
}

.hero-badge {
  position: relative;
  display: inline-block;
  background: var(--white);
  color: var(--purple-deep);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 50px;
  margin-bottom: 28px;
  animation: pulse-badge 2.5s ease-in-out infinite;
  box-shadow: var(--shadow);
}

@keyframes pulse-badge {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  50% { box-shadow: 0 0 0 14px rgba(255, 255, 255, 0); }
}

.hero-title {
  position: relative;
  font-size: clamp(2.4rem, 8vw, 5.5rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
  text-shadow: 0 4px 24px rgba(61, 44, 122, 0.25);
}

.hero-title__accent { color: var(--gold); }
.hero-title__pop { color: var(--mint); }

.hero-sub {
  position: relative;
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 12px;
  font-weight: 500;
}

.hero-place {
  position: relative;
  font-size: 0.9rem;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 36px;
}

.hero-cta-group {
  position: relative;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero .btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.7);
}

.hero .btn-secondary:hover {
  background: var(--white);
  color: var(--purple-deep);
  border-color: var(--white);
}

.hero-stats {
  position: relative;
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 56px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-stat { text-align: center; }

.hero-stat .num {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900;
  color: var(--gold);
  display: block;
}

.hero-stat .lbl {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.hero-divider { color: rgba(255, 255, 255, 0.45); font-size: 1.8rem; }

.hero-price {
  position: relative;
  margin-top: 20px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

/* SECTIONS */
section { padding: 90px 0; position: relative; }

.section-label {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 14px;
  display: block;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.025em;
  color: var(--text);
}

.section-title--light { color: var(--white); }
.section-title--center { text-align: center; }

.section-desc {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 640px;
}

.section-desc--light { color: rgba(255, 255, 255, 0.78); }
.section-desc--center { margin-left: auto; margin-right: auto; text-align: center; }

.section-dark {
  background: linear-gradient(160deg, var(--purple-deep) 0%, var(--purple-mid) 100%);
  color: var(--white);
}

.section-dark--festive {
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 107, 157, 0.25) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(78, 205, 196, 0.2) 0%, transparent 40%),
    linear-gradient(160deg, var(--purple-deep) 0%, #5A3D8A 100%);
}

.section-light { background: var(--section); }
.section-cream { background: var(--cream); }

/* ABOUT */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-visual {
  background: linear-gradient(135deg, var(--pink) 0%, var(--purple) 50%, var(--mint) 100%);
  border-radius: var(--radius);
  padding: 48px 32px;
  text-align: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-visual__emoji { font-size: 4rem; margin-bottom: 16px; }

.about-visual p {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
}

.about-visual span { margin-top: 8px; opacity: 0.9; font-size: 0.95rem; }

.about-visual__label {
  position: absolute;
  bottom: 18px;
  left: 18px;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 14px;
  border-radius: 50px;
  backdrop-filter: blur(8px);
}

.rounds-list { display: flex; flex-direction: column; gap: 16px; margin-top: 32px; }

.round-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 0.2s, border-color 0.2s;
}

.round-item:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 210, 63, 0.4);
}

.round-num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--pink), var(--coral));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 900;
  color: var(--white);
}

.round-text strong {
  display: block;
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 3px;
}

.round-text span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.challenge-banner {
  margin-top: 24px;
  padding: 20px 24px;
  background: linear-gradient(135deg, var(--mint) 0%, var(--sky) 100%);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--purple-deep);
}

.challenge-banner__icon { font-size: 2rem; }

.challenge-banner strong {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 900;
  display: block;
  margin-bottom: 3px;
}

.challenge-banner span { font-size: 0.8rem; opacity: 0.85; }

/* SCHEDULE */
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.schedule-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
  border-top: 5px solid var(--mint);
  transition: transform 0.25s, box-shadow 0.25s;
}

.schedule-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.schedule-card--featured {
  border-top-color: var(--pink);
  background: linear-gradient(135deg, #fff 0%, #FFF0F8 100%);
}

.schedule-card--full { opacity: 0.88; border-top-color: var(--muted); }

.tag {
  display: inline-block;
  background: var(--mint);
  color: var(--purple-deep);
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.tag--hot { background: linear-gradient(135deg, var(--pink), var(--coral)); color: var(--white); }
.tag--wait { background: var(--lavender); color: var(--purple); }

.schedule-card__date {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 6px;
}

.schedule-card__time {
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 10px;
}

.schedule-card__theme {
  display: inline-block;
  background: var(--lavender);
  color: var(--purple);
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 14px;
}

.seats {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 14px;
}

.seats-bar {
  flex: 1;
  height: 6px;
  background: #EEE;
  border-radius: 3px;
  overflow: hidden;
}

.seats-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--mint), var(--pink));
  border-radius: 3px;
  transition: width 1s ease;
}

.schedule-card__price {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 16px;
}

.schedule-card__btn { width: 100%; padding: 13px 24px; font-size: 0.82rem; }

/* TEAMS */
.teams-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.team-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform 0.25s;
  border: 2px solid transparent;
}

.team-card:hover {
  transform: translateY(-6px);
  border-color: var(--yellow);
}

.team-icon { font-size: 3.5rem; margin-bottom: 16px; display: block; }

.team-card h3 {
  font-size: 1rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 8px;
}

.team-card p { font-size: 0.85rem; color: var(--muted); line-height: 1.6; }

.size-badge {
  display: inline-block;
  margin-top: 14px;
  background: var(--lavender);
  color: var(--purple);
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
  border: 1.5px solid var(--purple);
}

/* PRIZES */
.prizes-highlight {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 210, 63, 0.4);
  border-radius: var(--radius);
  padding: 40px 32px;
  text-align: center;
  max-width: 640px;
  margin: 48px auto 28px;
}

.prizes-highlight__emoji { font-size: 3rem; display: block; margin-bottom: 12px; }

.prizes-highlight h3 {
  font-size: 1.3rem;
  color: var(--gold);
  margin-bottom: 12px;
}

.prizes-highlight p { color: rgba(255, 255, 255, 0.78); font-size: 0.95rem; }

.prizes-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.prize-chip {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 14px 22px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--white);
}

/* QUIZ */
.quiz-card {
  max-width: 640px;
  margin: 48px auto 0;
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--lavender);
}

.quiz-slide { display: none; }
.quiz-slide--active { display: block; }

.quiz-slide__q {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--text);
}

.quiz-slide__options { list-style: none; margin-bottom: 16px; }

.quiz-slide__options li {
  padding: 12px 16px;
  margin-bottom: 8px;
  background: var(--lavender);
  border-radius: var(--radius-sm);
  font-weight: 500;
}

.quiz-slide__answer {
  display: none;
  margin-top: 16px;
  padding: 14px 18px;
  background: linear-gradient(135deg, rgba(78, 205, 196, 0.2), rgba(0, 187, 249, 0.15));
  border-radius: var(--radius-sm);
  color: var(--purple-deep);
  font-weight: 500;
}

.quiz-slide__answer--visible { display: block; }

.quiz-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--lavender);
}

/* REVIEWS */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.review-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  position: relative;
  border-top: 4px solid var(--pink);
}

.review-card::before {
  content: '"';
  font-family: var(--font-display);
  font-size: 5rem;
  color: var(--yellow);
  opacity: 0.35;
  position: absolute;
  top: 10px;
  right: 20px;
  line-height: 1;
}

.review-stars { color: var(--yellow); font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
.review-text { font-size: 0.9rem; line-height: 1.7; margin-bottom: 18px; }

.review-author { display: flex; align-items: center; gap: 12px; }

.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.review-avatar--1 { background: linear-gradient(135deg, var(--gold), var(--yellow)); }
.review-avatar--2 { background: linear-gradient(135deg, var(--pink), var(--purple)); }
.review-avatar--3 { background: linear-gradient(135deg, var(--mint), var(--sky)); }

.review-author strong { display: block; font-size: 0.88rem; }
.review-author span { font-size: 0.78rem; color: var(--muted); }

/* FAQ */
.faq-list {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  background: var(--white);
  border-radius: var(--radius-sm);
  box-shadow: 0 2px 12px rgba(155, 93, 229, 0.08);
  overflow: hidden;
}

.faq-q {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--text);
  transition: color 0.2s;
}

.faq-q:hover { color: var(--pink); }

.faq-chevron {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: var(--lavender);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  transition: transform 0.3s, background 0.2s;
  color: var(--purple);
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
  background: var(--purple);
  color: var(--white);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
  padding: 0 24px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--muted);
}

.faq-item.open .faq-a {
  max-height: 220px;
  padding: 0 24px 20px;
}

/* REGISTER */
.section-register {
  background: linear-gradient(160deg, var(--purple-deep) 0%, #5A3D8A 100%);
  color: var(--white);
}

.register-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: start;
  margin-top: 48px;
}

.register-form .form-group { margin-bottom: 18px; }

.register-form label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.register-form input,
.register-form select,
.register-form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-sm);
  padding: 13px 18px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--white);
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}

.register-form input::placeholder,
.register-form textarea::placeholder { color: rgba(255, 255, 255, 0.35); }

.register-form input:focus,
.register-form select:focus,
.register-form textarea:focus {
  border-color: var(--mint);
  background: rgba(78, 205, 196, 0.12);
}

.register-form select option { background: var(--purple-deep); color: var(--white); }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-check label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  cursor: pointer;
}

.form-check input { width: auto; margin-top: 4px; }

.players-pills { display: flex; flex-wrap: wrap; gap: 8px; }

.player-pill input { display: none; }

.player-pill span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s;
}

.player-pill input:checked + span {
  background: linear-gradient(135deg, var(--pink), var(--purple));
  border-color: transparent;
  color: var(--white);
}

.contact-info { display: flex; flex-direction: column; gap: 24px; }

.contact-block {
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-block--accent {
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.2), rgba(155, 93, 229, 0.15));
  border-color: rgba(255, 107, 157, 0.35);
}

.contact-block__icon { font-size: 1.8rem; margin-bottom: 10px; display: block; }

.contact-block strong {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold);
  font-family: var(--font-display);
  display: block;
  margin-bottom: 5px;
}

.contact-block p { font-size: 0.95rem; color: rgba(255, 255, 255, 0.88); line-height: 1.5; }
.contact-block a { color: var(--mint); text-decoration: none; }

/* DECIDE */
.section-decide {
  background: linear-gradient(135deg, var(--pink) 0%, var(--purple) 50%, var(--mint) 100%);
  color: var(--white);
  text-align: center;
}

.decide-machine {
  margin-top: 48px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius);
  padding: 48px 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  backdrop-filter: blur(8px);
}

.decide-machine__hint { opacity: 0.8; font-size: 0.88rem; margin-bottom: 4px; }

.decide-result {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-sm);
  line-height: 1.5;
}

.decide-btn {
  background: var(--white);
  color: var(--purple-deep);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 900;
  padding: 18px 40px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.15);
}

.decide-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.decide-spin { animation: spin-result 0.5s ease; }

@keyframes spin-result {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* FOOTER */
.site-footer {
  background: var(--purple-deep);
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--pink), var(--yellow), var(--mint)) 1;
  padding: 40px 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer__logo {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--gold);
  margin-bottom: 10px;
}

.site-footer a { color: var(--mint); text-decoration: none; }
.site-footer__copy { margin-top: 12px; font-size: 0.82rem; opacity: 0.6; }

/* STICKY CTA */
.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99;
  animation: pulse-badge 3s ease-in-out infinite;
}

.sticky-cta__btn { padding: 14px 28px; font-size: 0.85rem; }

/* ALERTS */
.alert {
  padding: 14px 20px;
  border-radius: var(--radius-sm);
  margin-bottom: 24px;
  font-weight: 600;
  max-width: 640px;
}

.alert--success {
  background: rgba(78, 205, 196, 0.25);
  color: var(--mint);
  border: 1px solid var(--mint);
}

.alert--error {
  background: rgba(255, 107, 157, 0.2);
  color: var(--pink-light);
  border: 1px solid var(--pink);
}

.empty-state {
  text-align: center;
  color: var(--muted);
  padding: 40px;
  margin-top: 32px;
}

.empty-state a { color: var(--pink); }

/* REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible { opacity: 1; transform: none; }
.reveal--delay { transition-delay: 0.1s; }
.reveal--delay-2 { transition-delay: 0.2s; }
.reveal--delay-3 { transition-delay: 0.3s; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .about-grid,
  .register-grid { grid-template-columns: 1fr; }
  .site-nav { padding: 14px 20px; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--white);
    padding: 20px;
    gap: 16px;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-burger { display: block; }
}

@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; }
  .hero-divider { display: none; }
  .sticky-cta { bottom: 16px; right: 16px; }
}
