/* ===================================
   AFTERSKI - BOLD PARTY THEME
   =================================== */

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

:root {
  --neon-pink: #ff1493;
  --neon-purple: #9d00ff;
  --bright-cyan: #00e5ff;
  --black: #0a0e27;
  --white: #ffffff;
  --text-light: #f0f0f0;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Raleway', 'Comic Sans MS', sans-serif;
  color: var(--text-light);
  background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
  line-height: 1.6;
}

.page-wrapper { min-height: 100vh; display: flex; flex-direction: column; }
.main { flex: 1; }

.header {
  background: var(--black);
  border-bottom: 3px solid var(--neon-pink);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 0 20px rgba(255, 20, 147, 0.3);
}

.header__container { max-width: 1200px; margin: 0 auto; padding: 1rem; display: flex; align-items: center; }
.header__logo img { height: 50px; width: auto; filter: brightness(1.1); }

.hero {
  background: linear-gradient(135deg, var(--neon-pink) 0%, var(--neon-purple) 50%, var(--bright-cyan) 100%);
  color: white;
  padding: 4rem 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.hero::before { content: '🎉'; position: absolute; font-size: 200px; opacity: 0.15; top: -80px; left: -50px; animation: float 3s ease-in-out infinite; }
.hero::after { content: '🎊'; position: absolute; font-size: 180px; opacity: 0.15; bottom: -60px; right: -40px; animation: float 4s ease-in-out infinite; }

@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }

.hero__content { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.hero__title { font-size: clamp(2rem, 6vw, 3.5rem); font-weight: 900; margin-bottom: 1rem; line-height: 1.1; text-shadow: 0 0 20px rgba(0, 229, 255, 0.5); }
.hero__subtitle { font-size: 1.2rem; font-weight: 500; margin-bottom: 1rem; max-width: 700px; margin-left: auto; margin-right: auto; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.section { padding: 4rem 1rem; }
.section--features { background: linear-gradient(180deg, var(--black) 0%, #1a1f3a 100%); }
.section--included { background: linear-gradient(180deg, #1a1f3a 0%, var(--black) 100%); border-top: 2px solid var(--neon-pink); border-bottom: 2px solid var(--neon-pink); }
.section--testimonial { background: linear-gradient(135deg, var(--neon-pink) 0%, var(--neon-purple) 100%); }
.section--faq { background: linear-gradient(180deg, var(--black) 0%, #1a1f3a 100%); }
.section--booking { background: linear-gradient(135deg, var(--neon-purple) 0%, var(--bright-cyan) 100%); }

.container { max-width: 1200px; margin: 0 auto; }

.section__title { font-size: clamp(1.8rem, 5vw, 2.8rem); font-weight: 900; margin-bottom: 2.5rem; background: linear-gradient(90deg, var(--neon-pink), var(--bright-cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-align: center; }

.image-placeholder { width: 100%; aspect-ratio: 16/9; background: linear-gradient(135deg, rgba(255, 20, 147, 0.1) 0%, rgba(157, 0, 255, 0.1) 100%); border-radius: 15px; display: flex; align-items: center; justify-content: center; border: 3px solid var(--neon-pink); margin: 2rem 0; }

.image-placeholder__content { text-align: center; }
.image-placeholder__content i { font-size: 4rem; background: linear-gradient(90deg, var(--neon-pink), var(--bright-cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 1rem; }
.image-placeholder__content p { color: var(--neon-pink); font-weight: 700; font-size: 1.1rem; }

.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }

.feature-card { background: rgba(255, 20, 147, 0.05); border-radius: 15px; padding: 2.5rem; border: 2px solid var(--neon-pink); box-shadow: 0 0 30px rgba(255, 20, 147, 0.2); transition: all 0.3s ease; }
.feature-card:hover { transform: scale(1.05); box-shadow: 0 0 50px rgba(157, 0, 255, 0.4), inset 0 0 20px rgba(0, 229, 255, 0.1); }

.feature-card__icon { font-size: 3rem; margin-bottom: 1rem; }
.feature-card__title { font-size: 1.2rem; font-weight: 800; margin-bottom: 0.75rem; color: var(--neon-pink); }
.feature-card__text { font-size: 0.95rem; line-height: 1.7; color: var(--text-light); }

.timeline { background: rgba(157, 0, 255, 0.05); border-radius: 15px; border-left: 4px solid var(--bright-cyan); padding: 2rem; margin: 2rem 0; box-shadow: 0 0 20px rgba(0, 229, 255, 0.1); }
.timeline__title { font-size: 1.1rem; font-weight: 800; margin-bottom: 1.5rem; color: var(--bright-cyan); }
.timeline__items { display: flex; flex-direction: column; gap: 1.25rem; }
.timeline__item { display: flex; gap: 1rem; padding-left: 1rem; border-left: 3px solid var(--bright-cyan); }
.timeline__time { font-weight: 800; color: var(--bright-cyan); white-space: nowrap; font-size: 0.85rem; flex-shrink: 0; }
.timeline__event { color: var(--text-light); font-size: 0.95rem; }

.cost-box { background: rgba(0, 229, 255, 0.08); border: 2px solid var(--bright-cyan); border-radius: 15px; padding: 2rem; margin: 2rem 0; box-shadow: 0 0 20px rgba(0, 229, 255, 0.1); }
.cost-box p { margin-bottom: 1.5rem; font-size: 0.95rem; color: var(--text-light); }

.cost-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; }
.cost-list li { display: flex; gap: 0.75rem; align-items: flex-start; font-size: 0.95rem; color: var(--text-light); }
.cost-list li::before { content: '⚡'; flex-shrink: 0; font-size: 1.3rem; }

.faq-item { background: rgba(255, 20, 147, 0.05); border-radius: 15px; margin-bottom: 1rem; box-shadow: 0 0 15px rgba(255, 20, 147, 0.15); overflow: hidden; }

.faq-item summary {
  padding: 1.5rem;
  background: linear-gradient(90deg, rgba(255, 20, 147, 0.1) 0%, rgba(0, 229, 255, 0.1) 100%);
  font-weight: 700;
  color: var(--bright-cyan);
  cursor: pointer;
  user-select: none;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.faq-item summary:hover { background: linear-gradient(90deg, rgba(255, 20, 147, 0.2) 0%, rgba(0, 229, 255, 0.2) 100%); }
.faq-item summary::after { content: '+'; float: right; font-size: 1.5rem; color: var(--neon-pink); }
.faq-item details[open] summary::after { content: '−'; }

.faq-item p { padding: 1.5rem; color: var(--text-light); font-size: 0.95rem; line-height: 1.8; border-top: 1px solid rgba(0, 229, 255, 0.2); margin: 0; }

.testimonial { background: rgba(255, 20, 147, 0.08); border-left: 4px solid var(--neon-pink); padding: 2.5rem; border-radius: 15px; max-width: 700px; margin: 2rem auto; }

.testimonial__quote { font-size: 1.3rem; font-style: italic; font-weight: 600; margin-bottom: 1.5rem; line-height: 1.8; }
.testimonial__author { font-weight: 800; margin-bottom: 0.5rem; font-size: 1rem; color: var(--bright-cyan); }
.testimonial__context { font-size: 0.85rem; opacity: 0.85; }

.booking-form { background: rgba(255, 255, 255, 0.08); border-radius: 15px; border: 2px solid var(--bright-cyan); padding: 2.5rem; max-width: 650px; margin: 2rem auto; box-shadow: 0 0 30px rgba(0, 229, 255, 0.2); }

.form-group { margin-bottom: 1.5rem; }
.form-label { display: block; font-weight: 700; margin-bottom: 0.5rem; color: white; font-size: 0.95rem; }

.form-input {
  width: 100%;
  padding: 0.8rem;
  border: 2px solid var(--bright-cyan);
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.95);
  color: var(--black);
  transition: all 0.3s ease;
}

.form-input:focus { outline: none; border-color: var(--neon-pink); box-shadow: 0 0 20px rgba(255, 20, 147, 0.4); }

.form-button {
  width: 100%;
  padding: 1.1rem;
  background: linear-gradient(135deg, var(--neon-pink) 0%, var(--neon-purple) 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 0 20px rgba(255, 20, 147, 0.3);
}

.form-button:hover { transform: scale(1.05); box-shadow: 0 0 40px rgba(255, 20, 147, 0.6); }

.footer { background: var(--black); color: white; padding: 2rem 1rem; margin-top: auto; text-align: center; border-top: 2px solid var(--neon-pink); }

.social-links { display: flex; justify-content: center; gap: 1.5rem; margin-top: 1.5rem; }

.social-link { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background: rgba(255, 20, 147, 0.2); color: white; border-radius: 50%; transition: all 0.3s ease; border: 2px solid var(--neon-pink); }

.social-link:hover { background: linear-gradient(135deg, var(--neon-pink), var(--bright-cyan)); transform: scale(1.2) rotate(10deg); }

@media (max-width: 768px) {
  .section { padding: 2.5rem 1rem; }
  .hero { padding: 2.5rem 1rem; }
  .hero__title { font-size: 1.8rem; }
  .features-grid { grid-template-columns: 1fr; }
  .booking-form { padding: 1.5rem; }
}

@media (max-width: 480px) {
  .hero__title { font-size: 1.4rem; }
  .section { padding: 1.75rem 1rem; }
  .booking-form { padding: 1.25rem; }
}
