@font-face {
  font-family: "TikTok Expanded";
  src: url("./fonts/TikTok Sans 18pt Expanded Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "NT Somic";
  src: url("./fonts/01_NTSomic-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "NT Somic";
  src: url("./fonts/02_NTSomic-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "NT Somic";
  src: url("./fonts/03_NTSomic-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --bg: #070713;
  --bg-soft: #0d0d22;
  --card: rgba(20, 19, 48, 0.74);
  --card-strong: rgba(29, 27, 68, 0.94);
  --text: #f7f6ff;
  --muted: #aaa9c5;
  --line: rgba(176, 166, 255, 0.18);
  --blue: #4d83ff;
  --violet: #8d5cff;
  --pink: #cf62ff;
  --radius: 26px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: "NT Somic", Arial, sans-serif;
}

button, input, textarea, select { font: inherit; }

.space-bg {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 50% -10%, rgba(87, 71, 202, 0.25), transparent 35%),
    linear-gradient(180deg, #09091a 0%, #070713 48%, #09081a 100%);
}

.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  opacity: .45;
}
.glow-one {
  width: 34vw;
  height: 34vw;
  min-width: 360px;
  min-height: 360px;
  top: 18%;
  left: -12%;
  background: rgba(47, 103, 255, .36);
}
.glow-two {
  width: 38vw;
  height: 38vw;
  min-width: 400px;
  min-height: 400px;
  top: 52%;
  right: -14%;
  background: rgba(155, 67, 255, .3);
}

.stars {
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.9) 1px, transparent 1.4px),
    radial-gradient(circle, rgba(168,180,255,.8) .8px, transparent 1.2px);
  background-size: 90px 90px, 145px 145px;
  background-position: 0 0, 40px 20px;
}
.stars-b {
  opacity: .17;
  transform: scale(1.15) rotate(6deg);
}

.page-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 34px 0 46px;
}

.hero {
  text-align: center;
  padding: 38px 16px 26px;
}

.logo {
  width: min(155px, 36vw);
  height: auto;
  display: block;
  margin: 0 auto 34px;
}

.eyebrow,
.extras-kicker {
  color: #c8c3ff;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 700;
}

.hero h1,
.extras h2 {
  font-family: "TikTok Expanded", "Arial Black", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: .98;
}

.hero h1 {
  max-width: 880px;
  margin: 10px auto 16px;
  font-size: clamp(38px, 7vw, 82px);
}

.hero-copy {
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(16px, 2vw, 20px);
}

.location-tabs {
  position: sticky;
  top: 14px;
  z-index: 10;
  display: flex;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin: 18px auto 34px;
  padding: 7px;
  overflow-x: auto;
  background: rgba(12, 12, 31, .82);
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(16px);
  box-shadow: 0 15px 50px rgba(0,0,0,.24);
  scrollbar-width: none;
}
.location-tabs::-webkit-scrollbar { display: none; }

.location-tab {
  flex: 0 0 auto;
  border: 0;
  padding: 12px 17px;
  border-radius: 999px;
  background: transparent;
  color: #c6c4db;
  cursor: pointer;
  font-weight: 700;
  white-space: nowrap;
  transition: .2s ease;
}

.location-tab:hover { color: #fff; }

.location-tab.active {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(65, 117, 255, .95), rgba(141, 83, 255, .96));
  box-shadow: 0 9px 26px rgba(95, 80, 255, .32);
}

.loading {
  padding: 80px 20px;
  text-align: center;
  color: var(--muted);
}

.error-box {
  max-width: 760px;
  margin: 40px auto;
  padding: 18px 20px;
  border: 1px solid rgba(255, 104, 161, .28);
  border-radius: 18px;
  color: #ffd7e7;
  background: rgba(105, 27, 62, .22);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(31, 29, 70, .86), rgba(16, 16, 41, .86));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.package-card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -85px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(129, 89, 255, .32), transparent 68%);
}

.package-card.featured {
  border-color: rgba(142, 97, 255, .5);
  background:
    radial-gradient(circle at 100% 0%, rgba(110, 76, 255, .18), transparent 35%),
    linear-gradient(180deg, rgba(37, 32, 83, .94), rgba(17, 16, 43, .92));
}

.card-top {
  position: relative;
  z-index: 1;
}

.package-name {
  margin: 0 0 8px;
  font-family: "TikTok Expanded", "Arial Black", Arial, sans-serif;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1;
  text-transform: uppercase;
}

.guests {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.price-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 24px 0 18px;
}

.price-box {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
}

.price-label {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
}

.price {
  font-size: clamp(21px, 2.4vw, 29px);
  font-weight: 700;
  letter-spacing: -.03em;
}

.included-title {
  margin: 8px 0 12px;
  font-size: 14px;
  color: #d7d4ef;
  font-weight: 700;
}

.included-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.included-list li {
  position: relative;
  padding: 8px 0 8px 20px;
  color: #e4e2f3;
  border-bottom: 1px solid rgba(255,255,255,.055);
}

.included-list li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  box-shadow: 0 0 12px rgba(122, 92, 255, .6);
}

.extra-pricing {
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}

.extra-pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin: 7px 0;
  color: var(--muted);
  font-size: 13px;
}

.extra-pricing-row strong {
  color: #fff;
  font-size: 15px;
  text-align: right;
}

.extras {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 24px;
  padding: 30px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(101, 132, 255, .26);
  background:
    linear-gradient(120deg, rgba(31, 75, 154, .22), rgba(105, 48, 157, .26)),
    rgba(15, 14, 39, .78);
  box-shadow: var(--shadow);
}

.extras h2 {
  margin: 8px 0 12px;
  font-size: clamp(25px, 4vw, 42px);
}

.extras p:last-child {
  max-width: 800px;
  margin: 0;
  color: #d0cde0;
  font-size: 17px;
  line-height: 1.55;
}

.extras-orbit {
  position: absolute;
  width: 260px;
  height: 260px;
  right: -80px;
  top: -110px;
  border: 1px solid rgba(181, 166, 255, .18);
  border-radius: 50%;
  box-shadow:
    0 0 0 35px rgba(121, 86, 255, .035),
    0 0 0 70px rgba(77, 131, 255, .025);
}

.footer {
  padding: 28px 8px 0;
  text-align: center;
  color: #7f7d98;
  font-size: 13px;
}

@media (max-width: 920px) {
  .package-grid { grid-template-columns: 1fr; }
  .package-card { padding: 24px; }
  .price { font-size: 26px; }
}

@media (max-width: 620px) {
  .page-shell {
    width: min(100% - 22px, 1180px);
    padding-top: 14px;
  }

  .hero {
    padding: 30px 8px 16px;
  }

  .logo { margin-bottom: 28px; }

  .location-tabs {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 22px;
  }

  .location-tab {
    padding: 11px 14px;
    font-size: 13px;
  }

  .package-card {
    border-radius: 22px;
    padding: 21px;
  }

  .price-panel {
    grid-template-columns: 1fr;
  }

  .extras {
    padding: 24px 21px;
  }
}
