:root {
  --black: #0a0a0a;
  --charcoal: #1a1a1a;
  --slate: #2c2c2c;
  --gold: #CE1141;
  --gold-light: #e8274f;
  --cream: #f5f0e8;
  --white: #ffffff;
  --muted: #888;
  --red-accent: #c0392b;
}

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

body {
  background: var(--black);
  color: var(--cream);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── HEADER ── */
header {
  background: #0a0a0a;
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
}

.header-logo { height: 60px; width: 60px; object-fit: contain; }

.header-brand-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: .08em;
  color: #fff;
  line-height: 1;
}

.header-brand-name span { color: var(--gold); }

.header-brand-sub {
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #888;
  margin-top: 1px;
}

.header-socials { display: flex; align-items: center; gap: 16px; margin-left: auto; }

.header-socials a { color: var(--muted); transition: color .2s; }
.header-socials a:hover.tiktok { color: #fff; }
.header-socials a:hover.instagram { color: #e1306c; }
.header-socials a:hover.facebook { color: #1877f2; }

/* ── NAV TABS ── */
.page-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #111;
  border-bottom: 1px solid rgba(255,255,255,.08);
  display: flex;
}

.page-nav button {
  flex: 1;
  background: none;
  border: none;
  color: var(--muted);
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 16px 12px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
}

.page-nav button.active { color: var(--gold); border-bottom-color: var(--gold); }
.page-nav button:hover:not(.active) { color: var(--cream); }

/* ── PAGES ── */
.page { display: none; }
.page.active { display: block; }

/* ── SALE BANNER ── */
.sale-banner {
  background: linear-gradient(90deg, #8b1a1a, #c0392b, #8b1a1a);
  text-align: center;
  padding: 14px 24px;
}

.sale-banner span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #fff;
}

/* ── HERO ── */
.hero {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 24px 60px;
  position: relative;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(206,17,65,.18) 0%, transparent 70%),
    var(--black);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(255,255,255,.03) 60px);
  pointer-events: none;
}

.badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(206,17,65,.4);
  padding: 6px 18px;
  border-radius: 2px;
  margin-bottom: 32px;
  animation: fadeUp .6s ease both;
}

.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(64px, 12vw, 140px);
  line-height: .92;
  letter-spacing: .02em;
  color: var(--white);
  animation: fadeUp .6s .1s ease both;
}

.hero-title span { color: var(--gold); display: block; }

.hero-sub {
  margin-top: 24px;
  font-size: 16px;
  color: var(--muted);
  max-width: 520px;
  animation: fadeUp .6s .2s ease both;
}

.hero-sub strong { color: var(--cream); font-weight: 500; }

.scroll-hint {
  margin-top: 64px;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(206,17,65,.5);
  animation: fadeUp .6s .4s ease both;
}

/* ── SECTION ── */
section {
  max-width: 1100px;
  margin: auto;
  padding: 80px 24px;
}

.section-eyebrow {
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
  color: var(--white);
  margin-bottom: 48px;
}

/* ── PACKAGE CARDS ── */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.06);
}

.pkg-card {
  background: var(--charcoal);
  padding: 40px 32px;
  position: relative;
  transition: background .25s;
}

.pkg-card:hover { background: var(--slate); }

.pkg-card.featured {
  background: linear-gradient(160deg, #1e0a0e 0%, #150608 100%);
  border: 1px solid rgba(206,17,65,.3);
  z-index: 1;
}

.pkg-card.featured:hover { background: #230d11; }

.pkg-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--black);
  padding: 4px 10px;
  margin-bottom: 16px;
}

.pkg-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  letter-spacing: .05em;
  color: var(--white);
  line-height: 1;
  margin-bottom: 4px;
}

.pkg-tagline {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 28px;
  min-height: 36px;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}

.price-from { font-size: 11px; color: var(--muted); }

.price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 56px;
  color: var(--gold);
  line-height: 1;
}

.price-strike {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  color: var(--muted);
  line-height: 1;
  text-decoration: line-through;
  align-self: flex-end;
  padding-bottom: 6px;
}

.pkg-note {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feature-list li {
  font-size: 13.5px;
  color: rgba(245,240,232,.8);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.feature-list li::before {
  content: '✓';
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.feature-list li.not { color: var(--muted); }
.feature-list li.not::before { content: '–'; color: var(--slate); }

/* ── ADD-ONS ── */
.addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.06);
}

.addon-card {
  background: var(--charcoal);
  padding: 24px;
  transition: background .2s;
}

.addon-card:hover { background: var(--slate); }
.addon-name { font-size: 14px; font-weight: 500; color: var(--cream); margin-bottom: 4px; }

.addon-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}

.addon-desc { font-size: 12px; color: var(--muted); }

/* ── WHY MOBILE ── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 32px;
}

.why-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px;
  color: rgba(206,17,65,.25);
  line-height: 1;
  margin-bottom: 8px;
}

.why-label { font-size: 14px; font-weight: 600; color: var(--cream); margin-bottom: 6px; }
.why-copy { font-size: 13px; color: var(--muted); }

/* ── CTA ── */
.cta-block {
  background: linear-gradient(135deg, rgba(206,17,65,.12) 0%, rgba(206,17,65,.04) 100%);
  border: 1px solid rgba(206,17,65,.25);
  padding: 64px 40px;
  text-align: center;
}

.cta-block h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(40px, 6vw, 72px);
  color: var(--white);
  margin-bottom: 12px;
}

.cta-block p { font-size: 15px; color: var(--muted); margin-bottom: 36px; }

.btn {
  display: inline-block;
  background: var(--gold);
  color: var(--black);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 16px 40px;
  text-decoration: none;
  transition: background .2s, transform .15s;
  cursor: pointer;
  border: none;
}

.btn:hover { background: var(--gold-light); transform: translateY(-2px); }

/* ── SOCIAL FOOTER ── */
.social-footer {
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 40px 24px;
  text-align: center;
}

.social-footer-label {
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 20px;
}

.social-footer-icons { display: flex; justify-content: center; align-items: center; gap: 24px; }

.social-footer-icons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--muted);
  transition: color .2s;
}

.social-footer-icons a span {
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.social-footer-icons a.tiktok:hover { color: #fff; }
.social-footer-icons a.instagram:hover { color: #e1306c; }
.social-footer-icons a.facebook:hover { color: #1877f2; }

/* ── COMPETITOR PAGE ── */
.comp-page { max-width: 1000px; margin: auto; padding: 60px 24px; }

.comp-page h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  color: var(--white);
  margin-bottom: 8px;
}

.comp-page .sub { font-size: 13px; color: var(--muted); margin-bottom: 40px; }

.comp-table { width: 100%; border-collapse: collapse; font-size: 13px; }

.comp-table th {
  text-align: left;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0 12px 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-weight: 400;
}

.comp-table td {
  padding: 12px 12px 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
  color: var(--cream);
  vertical-align: middle;
}

.comp-table td:first-child { font-weight: 500; }
.range { color: var(--gold-light); font-weight: 500; }

/* ── BOOKING PAGE ── */
.booking-page { max-width: 700px; margin: auto; padding: 60px 24px 80px; }

.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }

.form-field label {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 8px;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,.1);
  color: var(--cream);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  padding: 12px 16px;
  outline: none;
  transition: border-color .2s;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color: var(--gold); }

.form-field select { appearance: none; color-scheme: dark; }
.form-field textarea { resize: vertical; }
.form-field input[type="date"] { color-scheme: dark; }

.addons-check {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.addon-check-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #141414;
  border: 1px solid rgba(255,255,255,.08);
  padding: 14px 16px;
  cursor: pointer;
  transition: border-color .2s, background .2s;
  text-transform: none;
  letter-spacing: 0;
}

.addon-check-card:hover {
  border-color: rgba(206,17,65,.4);
  background: #1a1a1a;
}

.addon-check-card input[type="checkbox"] {
  accent-color: var(--gold);
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  cursor: pointer;
}

.addon-check-card input[type="checkbox"]:checked ~ .addon-check-info .addon-check-name {
  color: var(--gold);
}

.addon-check-card:has(input:checked) {
  border-color: var(--gold);
  background: rgba(206,17,65,.07);
}

.addon-check-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 8px;
}

.addon-check-name {
  font-size: 13px;
  color: var(--cream);
  font-weight: 400;
}

.addon-check-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  color: var(--gold);
  line-height: 1;
  flex-shrink: 0;
}

.booking-success { display: none; text-align: center; padding: 60px 0; }
.booking-success .success-icon { font-size: 48px; margin-bottom: 16px; }
.booking-success h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px;
  color: var(--gold);
  margin-bottom: 12px;
}
.booking-success p { color: var(--muted); font-size: 15px; }

/* ── DISCLAIMER ── */
.disclaimer {
  text-align: center;
  font-size: 11px;
  color: var(--muted);
  margin-top: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

/* ── GALLERY PAGE ── */
.gallery-page { max-width: 1200px; margin: auto; padding: 60px 24px 80px; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(260px, 100%), 1fr));
  gap: 4px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: opacity .2s, transform .2s;
}

.gallery-grid img:hover { opacity: .85; transform: scale(1.01); }

.gallery-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 24px;
}

.gallery-empty-icon { font-size: 48px; margin-bottom: 16px; }

.gallery-empty-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  color: var(--muted);
  margin-bottom: 8px;
}

.gallery-empty-sub { font-size: 13px; color: var(--muted); }

/* Lightbox */
.gallery-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.93);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.gallery-lightbox.open { display: flex; }

.gallery-lightbox img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  border: 1px solid rgba(255,255,255,.08);
}

.lightbox-close {
  position: absolute;
  top: 20px; right: 24px;
  background: none; border: none;
  color: var(--muted); font-size: 24px;
  cursor: pointer; transition: color .2s;
  line-height: 1;
}

.lightbox-close:hover { color: var(--cream); }

.lightbox-prev, .lightbox-next {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.07);
  border: none; color: var(--cream);
  font-size: 40px; line-height: 1;
  padding: 12px 18px;
  cursor: pointer; transition: background .2s;
}

.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }
.lightbox-prev:hover, .lightbox-next:hover { background: rgba(255,255,255,.15); }

/* ── TERMS CHECKBOX ── */
.terms-check-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
  cursor: pointer;
}
.terms-check-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  accent-color: var(--gold);
  cursor: pointer;
}
.terms-link {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.terms-link:hover { opacity: 0.8; }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .pkg-card { padding: 28px 20px; }
  .cta-block { padding: 48px 24px; }
  .comp-table { font-size: 11px; }
  .form-row-2, .form-row-3 { grid-template-columns: 1fr; }
  .addons-check { grid-template-columns: 1fr; }
  .addon-check-price { font-size: 16px; }
  .gallery-page { padding: 32px 12px 60px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 3px; }
}
