@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800;900&display=swap");

a[href*="wa.me"],
a[href*="api.whatsapp.com"],
a[href*="whatsapp.com/send"],
.joinchat,
.joinchat__button,
.whatsapp-float,
.whatsapp-widget,
.floating-whatsapp,
.wa-float,
.wa__btn_popup,
#WAButton,
.ht-ctc,
.ht-ctc-chat,
[id*="whatsapp-chat"],
[class*="whatsapp-float"],
[class*="whatsapp-chat"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

:root { --gold: #d4af37; }

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

html, body {
  margin: 0;
  min-height: 100%;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0a0a0a;
  color: #111827;
}

body.united-menu-open { overflow: hidden; }

.app-stage {
  max-width: 430px;
  min-height: 100dvh;
  margin: 0 auto;
  background: #efece6;
  position: relative;
  box-shadow: 0 0 0 1px #111, 0 24px 80px rgba(0,0,0,.45);
  padding-bottom: 4.6rem;
}

.app-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #000;
  color: #fff;
  padding: calc(0.45rem + env(safe-area-inset-top, 0px)) 0.85rem 0.5rem;
}

.app-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.united-nav-left {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 1;
}

nav a.nav-brand {
  color: inherit;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-size: 1rem;
  line-height: 1.15;
}
.nav-brand .gold-text { color: var(--gold); }
.nav-brand-sub { color: #f8fafc; font-weight: 800; }
.nav-brand-divider {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3rem 0.1rem;
  border-radius: 99px;
  background: var(--gold);
  vertical-align: middle;
  box-shadow: 0 0 10px var(--gold);
}

.nav-call-btn {
  flex-shrink: 0;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 900;
  font-size: 0.82rem;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.united-burger {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  margin-right: 0.5rem;
  padding: 0;
  border: 1px solid rgba(212, 175, 55, 0.5);
  background: transparent;
  border-radius: 11px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.united-burger span {
  display: block;
  width: 16px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.united-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.united-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.united-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.town-chips {
  display: flex;
  gap: 0.4rem;
  overflow-x: auto;
  padding: 0.45rem 0 0.2rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.town-chips::-webkit-scrollbar { display: none; }
.town-chips a,
.town-chips button {
  flex: 0 0 auto;
  border: 1px solid #333;
  background: #171717;
  color: #f8fafc;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.42rem 0.75rem;
  min-height: 34px;
  cursor: pointer;
  font-family: inherit;
}
.town-chips .is-on,
.town-chips a:hover {
  background: var(--gold);
  color: #000;
  border-color: var(--gold);
}

.hero {
  background:
    radial-gradient(90% 70% at 80% 0%, rgba(212,175,55,.22), transparent 50%),
    radial-gradient(80% 60% at 10% 100%, rgba(212,175,55,.08), transparent 46%),
    linear-gradient(165deg, #1a1408 0%, #000 42%, #0b0b0b 100%);
  color: #fff;
  padding: 1.35rem 1.15rem 5.4rem;
  text-align: center;
}
.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(212,175,55,.45);
  background: rgba(212,175,55,.12);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.38rem 0.8rem;
}
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34,197,94,.7);
  animation: pulse 1.6s ease-out infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 8px rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}
.hero-kicker {
  margin: 0.7rem 0 0;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}
.hero h1 {
  margin: 0.55rem 0 0.35rem;
  font-size: 1.92rem;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.035em;
}
.hero p {
  margin: 0 auto;
  max-width: 22rem;
  color: #d1d5db;
  font-size: 0.98rem;
  line-height: 1.45;
}
.hero-gold {
  width: 3.2rem;
  height: 3px;
  background: var(--gold);
  margin: 0.85rem auto 1rem;
  border-radius: 99px;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 1.1rem;
}
.trust-row span {
  background: rgba(255,255,255,.08);
  border: 1px solid #333;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #e5e7eb;
}

.pad { padding: 1.15rem 1rem 0.4rem; }

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  padding: 0.3rem 1rem 0.4rem;
}
.info-card {
  background: #fff;
  border-radius: 16px;
  padding: 0.9rem 0.85rem;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
}
.info-card b { display: block; font-size: 0.92rem; margin: 0.2rem 0 0.15rem; }
.info-card span { color: #6b7280; font-size: 0.78rem; line-height: 1.35; }
.info-card i { font-style: normal; font-size: 1.25rem; }

.book-shell {
  position: relative;
  z-index: 3;
  margin: -4.4rem 0.85rem 1.35rem;
  background: #fff;
  border-radius: 26px 26px 22px 22px;
  border: 1px solid rgba(212,175,55,.38);
  box-shadow: 0 22px 50px rgba(0,0,0,.28);
  scroll-margin-top: 5.8rem;
  overflow: visible;
}
.book-shell-handle {
  width: 42px;
  height: 4px;
  border-radius: 99px;
  background: #e5e7eb;
  margin: 0.7rem auto 0.15rem;
}
.book-shell-head {
  padding: 0.35rem 1.1rem 0.7rem;
  text-align: left;
}
.book-shell-head p {
  margin: 0;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.book-shell-head h2 {
  margin: 0.28rem 0 0;
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.route {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0 0.7rem;
  background: #f7f5f0;
  border: 1px solid #ece7dc;
  border-radius: 18px;
  padding: 0.7rem 0.85rem 0.75rem 0.7rem;
  overflow: visible;
}
.route-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.15rem;
  padding-bottom: 1.05rem;
}
.route-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  flex-shrink: 0;
}
.route-dot.from { background: var(--gold); box-shadow: 0 0 0 3px rgba(212,175,55,.22); }
.route-dot.to { background: #111; }
.route-line {
  flex: 1;
  width: 2px;
  background: linear-gradient(#d4af37, #111);
  margin: 4px 0;
  min-height: 18px;
}
.route-fields { display: grid; gap: 0.45rem; }
.field { position: relative; }
.route .field input { background: #fff; }

#bookingForm { padding: 0 1rem 1.15rem; display: grid; gap: 0.8rem; }
.field label {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.28rem;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1.5px solid #e5e7eb;
  background: #f9fafb;
  border-radius: 14px;
  padding: 0.78rem 0.85rem;
  font-size: 16px;
  font-family: inherit;
  min-height: 48px;
}
.field textarea { min-height: 76px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(212,175,55,.18);
}
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; }

.submit-btn {
  border: 0;
  border-radius: 16px;
  min-height: 56px;
  background: linear-gradient(180deg, #d4af37 0%, #b8962c 100%);
  color: #111;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 8px 18px rgba(184,150,44,.35);
}
.submit-btn:active { background: var(--gold); color: #000; }
.submit-btn[disabled] { opacity: 0.55; cursor: not-allowed; }
.book-fine {
  margin: 0;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #6b7280;
}
#bookingInlineStatus {
  min-height: 1.2rem;
  margin: 0;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
  color: #475569;
}

.stories { padding: 0.2rem 1rem 0.4rem; display: grid; gap: 0.75rem; }
.story {
  background: #fff;
  border-radius: 18px;
  padding: 1rem 1rem 0.95rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
.story .ico { font-size: 1.45rem; }
.story h3 {
  margin: 0.35rem 0 0.3rem;
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.story p { margin: 0; color: #4b5563; font-size: 0.9rem; line-height: 1.45; }
.story .tag {
  margin-top: 0.55rem;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.why {
  margin: 1.2rem 1rem 0.4rem;
  background: #111;
  color: #fff;
  border-radius: 20px;
  padding: 1.15rem 1rem 1.05rem;
}
.why h2 {
  margin: 0 0 0.85rem;
  text-align: center;
  color: var(--gold);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.why-grid div { text-align: center; }
.why-grid b { display: block; font-size: 0.88rem; margin: 0.2rem 0 0.1rem; }
.why-grid span { color: #9ca3af; font-size: 0.72rem; }
.why-note {
  margin: 0.9rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid #262626;
  text-align: center;
  color: #d1d5db;
  font-size: 0.78rem;
}

.dock {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: min(430px, 100%);
  bottom: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
  background: rgba(0,0,0,.94);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(212,175,55,.35);
}
.dock a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
}
.dock-book { background: var(--gold); color: #111; }
.dock-call { background: #fff; color: #111; }

.section-title {
  margin: 1.4rem 1.1rem 0.7rem;
  font-size: 1.15rem;
  font-weight: 900;
}
.town-list { padding: 0 1rem 1.4rem; display: grid; gap: 0.8rem; }
.town-tile {
  position: relative;
  display: block;
  height: 148px;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #111;
}
.town-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.town-tile-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,.82));
}
.town-tile-copy {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.75rem;
}
.town-tile-copy small {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.68rem;
}
.town-tile-copy b { display: block; font-size: 1.15rem; margin-top: 0.15rem; }

.town-page-hero {
  position: relative;
  height: 240px;
  background: #111;
  color: #fff;
}
.town-page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.town-page-hero .veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.78));
}
.town-page-hero .copy {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
}
.town-page-hero small { color: var(--gold); font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.town-page-hero h1 { margin: 0.3rem 0 0; font-size: 1.55rem; }
.article { padding: 1.1rem 1.05rem 2rem; }
.article p { color: #4b5563; line-height: 1.5; }
.article ul { padding-left: 1.1rem; color: #374151; line-height: 1.55; }
.town-book {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--gold);
  color: #000;
  font-weight: 900;
  text-decoration: none;
  border: 0;
  border-radius: 16px;
  min-height: 52px;
  padding: 0.85rem;
  margin-top: 1rem;
  font-family: inherit;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.app-foot {
  background: #000;
  color: #d1d5db;
  text-align: center;
  padding: 1.4rem 1rem calc(1.4rem + env(safe-area-inset-bottom, 0px));
}
.app-foot a { color: var(--gold); text-decoration: none; font-weight: 900; font-size: 1.2rem; }
.app-foot p { margin: 0.35rem 0; font-size: 0.85rem; }

.united-menu[hidden] { display: none !important; }
.united-menu { position: fixed; inset: 0; z-index: 80; }
.united-menu-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.united-menu-panel {
  position: absolute;
  top: 0; left: 0;
  width: min(86%, 300px);
  height: 100%;
  background: #050505;
  border-right: 2px solid var(--gold);
  padding: 1.1rem 0.8rem 1.6rem;
  overflow-y: auto;
}
.united-menu-kicker {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.3rem 0.6rem 0.8rem;
}
.united-menu-panel a {
  display: flex;
  align-items: center;
  color: #f8fafc;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.9rem;
  padding: 0.85rem 0.6rem;
  border-bottom: 1px solid #1f2937;
  text-decoration: none;
  min-height: 48px;
}
.united-menu-panel a.is-current { color: var(--gold); }
.united-install-hint {
  margin-top: 1rem;
  padding: 0.8rem 0.7rem;
  color: #cbd5e1;
  font-size: 0.8rem;
  line-height: 1.4;
  background: #111827;
  border-radius: 12px;
  border: 1px solid #334155;
}
.united-install-hint strong {
  display: block;
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
.united-a2hs { display: none !important; }

.pac-container {
  z-index: 40000 !important;
  font-family: Inter, system-ui, sans-serif;
  border-radius: 12px;
  pointer-events: auto !important;
}

.toast-wrap {
  position: fixed;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
  max-width: 430px;
  margin: 0 auto;
}
.toast {
  pointer-events: auto;
  border-radius: 14px;
  padding: 13px 15px;
  color: #f8fafc;
  font-size: 0.95rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.3);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.toast.show { opacity: 1; transform: translateY(0); }
.toast-success { background: #14532d; }
.toast-error { background: #7f1d1d; }
.toast-info { background: #1e3a8a; }
.booking-card-wrap {
  position: fixed;
  left: 12px; right: 12px; bottom: 12px;
  z-index: 91;
  max-width: 430px;
  margin: 0 auto;
  pointer-events: none;
}
.booking-card {
  pointer-events: auto;
  background: #111827;
  border: 1px solid rgba(212,175,55,.45);
  color: #e5e7eb;
  border-radius: 16px;
  padding: 14px;
  font-size: 0.9rem;
}
.booking-card-title { color: var(--gold); font-weight: 800; text-transform: uppercase; margin-bottom: 6px; }
.booking-card-map {
  width: 100%;
  height: 118px;
  object-fit: cover;
  border-radius: 10px;
  margin: 8px 0 10px;
  background: #1f2937;
}
.booking-card-row { margin: 4px 0; }
.booking-card-note { margin-top: 6px; color: #cbd5e1; font-size: 0.82rem; }
.booking-card-cancel {
  margin-top: 12px;
  width: 100%;
  border: 1px solid rgba(255,255,255,0.25);
  background: transparent;
  color: #fecaca;
  font: inherit;
  font-weight: 600;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
}
.booking-card-cancel:disabled { opacity: 0.6; cursor: default; }
.btn-spinner {
  display: inline-block;
  width: 16px; height: 16px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  border-radius: 99px;
  animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.gold-text { color: var(--gold); }
