/* ===== RESET & BASE ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=Inter:wght@400;500;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: #1a1a2e;
  background: #f7f8fc;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.hidden { display: none !important; }

/* ===== VARIABLES ===== */
:root {
  --gold:        #c9a84c;
  --gold-light:  #f0d17a;
  --gold-dim:    rgba(201,168,76,0.15);
  --dark:        #0b1827;
  --navy:        #112240;
  --white:       #ffffff;
  --gray:        #64748b;
  --light:       #f1f5f9;
  --border:      #e2e8f0;
  --success:     #10b981;
  --danger:      #ef4444;
  --radius:      14px;
  --shadow-sm:   0 2px 8px rgba(0,0,0,0.06);
  --shadow-md:   0 6px 24px rgba(0,0,0,0.1);
  --shadow-lg:   0 16px 48px rgba(0,0,0,0.14);
}

/* ===== SCROLL REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ===== NAV ===== */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  transition: background 0.3s, box-shadow 0.3s;
}
nav.scrolled {
  background: rgba(11,24,39,0.97);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(201,168,76,0.25), 0 4px 20px rgba(0,0,0,0.3);
}
nav:not(.scrolled) { background: transparent; }
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 2rem;
  height: 72px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo {
  display: flex; align-items: center; gap: 0.6rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem; font-weight: 700;
  color: var(--white); letter-spacing: 0.2px;
}
.logo-mark {
  width: 38px; height: 38px; border-radius: 10px;
  background: linear-gradient(135deg, var(--gold), #a8802e);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(201,168,76,0.4);
}
.nav-links { list-style: none; display: flex; gap: 0.1rem; }
.nav-links li a {
  color: rgba(255,255,255,0.8);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.88rem; font-weight: 500;
  transition: all 0.2s; letter-spacing: 0.2px;
}
.nav-links li a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.nav-links li a.nav-book {
  color: var(--dark); background: linear-gradient(135deg, var(--gold), #b8932e);
  font-weight: 700; padding: 0.5rem 1.2rem;
  box-shadow: 0 2px 10px rgba(201,168,76,0.35);
}
.nav-links li a.nav-book:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(201,168,76,0.5); }
.nav-links li a.admin-link {
  color: rgba(201,168,76,0.85); border: 1px solid rgba(201,168,76,0.3);
}
.nav-links li a.admin-link:hover { color: var(--gold); background: rgba(201,168,76,0.08); }
.nav-back { color: rgba(255,255,255,0.7); font-size: 0.88rem; }
.nav-back:hover { color: var(--gold); }
.hamburger {
  display: none; background: none; border: none;
  color: var(--white); font-size: 1.5rem; cursor: pointer;
}
.mobile-menu {
  display: none; list-style: none;
  background: rgba(11,24,39,0.98); backdrop-filter: blur(16px);
  padding: 0.75rem 1.5rem 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.mobile-menu.open { display: block; }
.mobile-menu li a {
  display: block; padding: 0.75rem 1rem;
  color: rgba(255,255,255,0.8); border-radius: 8px;
  font-weight: 500; font-size: 0.95rem;
  transition: all 0.2s;
}
.mobile-menu li a:hover { color: var(--gold); background: rgba(201,168,76,0.08); }

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  background:
    linear-gradient(160deg, rgba(7,17,30,0.88) 0%, rgba(15,37,64,0.82) 40%, rgba(9,25,41,0.90) 100%),
    url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  padding: 7rem 2rem 5rem;
}
/* animated orbs */
.hero::before, .hero::after {
  content: ''; position: absolute; border-radius: 50%;
  filter: blur(80px); pointer-events: none;
}
.hero::before {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 70%);
  top: -100px; right: -150px;
  animation: orb1 8s ease-in-out infinite alternate;
}
.hero::after {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(30,90,160,0.15) 0%, transparent 70%);
  bottom: -80px; left: -80px;
  animation: orb2 10s ease-in-out infinite alternate;
}
@keyframes orb1 { to { transform: translate(40px, 30px) scale(1.1); } }
@keyframes orb2 { to { transform: translate(-30px, -40px) scale(0.9); } }

.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center;
  max-width: 1100px; width: 100%;
}
.hero-left { text-align: left; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold); font-size: 0.78rem; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 0.35rem 1rem; border-radius: 20px;
  margin-bottom: 1.25rem;
}
.hero-eyebrow span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.hero-left h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  font-weight: 800; color: var(--white);
  line-height: 1.1; margin-bottom: 1.25rem;
  letter-spacing: -0.5px;
}
.hero-left h1 .gold { color: var(--gold); }
.hero-left h1 .line-block { display: block; }
.hero-left p {
  font-size: 1.05rem; color: rgba(255,255,255,0.65);
  margin-bottom: 2rem; max-width: 440px; line-height: 1.75;
}
.hero-cta-group { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--dark); font-weight: 700;
  padding: 0.9rem 2rem; border-radius: 10px;
  border: none; cursor: pointer; font-size: 0.95rem;
  transition: all 0.25s; letter-spacing: 0.2px;
  box-shadow: 0 4px 20px rgba(201,168,76,0.35);
  font-family: inherit;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201,168,76,0.5);
}
.btn-ghost {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: transparent; color: rgba(255,255,255,0.75);
  padding: 0.9rem 1.5rem; border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.2); cursor: pointer;
  font-size: 0.95rem; font-weight: 500;
  transition: all 0.25s; font-family: inherit;
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.5); color: var(--white); }

.hero-stats {
  display: flex; gap: 1.5rem; margin-top: 2.5rem; flex-wrap: wrap;
}
.hero-stat { }
.hero-stat .num {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem; font-weight: 700; color: var(--white);
  line-height: 1;
}
.hero-stat .num span { color: var(--gold); }
.hero-stat .lbl { font-size: 0.75rem; color: rgba(255,255,255,0.75); margin-top: 0.2rem; letter-spacing: 0.3px; }
.stat-divider { width: 1px; background: rgba(255,255,255,0.12); align-self: stretch; }

/* hero right card */
.hero-card {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.hero-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; color: var(--white); font-weight: 700;
  margin-bottom: 1.25rem; padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.quick-form .form-group { margin-bottom: 0.9rem; }
.quick-form label { font-size: 0.78rem; font-weight: 600; color: rgba(255,255,255,0.5); letter-spacing: 0.5px; text-transform: uppercase; display: block; margin-bottom: 0.35rem; }
.quick-form input,
.quick-form select {
  width: 100%; padding: 0.75rem 1rem;
  background: rgba(255,255,255,0.07) !important;
  -webkit-appearance: none; appearance: none;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 9px; color: var(--white) !important;
  font-size: 0.92rem; font-family: inherit;
  transition: border-color 0.2s, background 0.2s;
  -webkit-text-fill-color: var(--white);
}
.quick-form input::placeholder { color: rgba(255,255,255,0.35); -webkit-text-fill-color: rgba(255,255,255,0.35); }
.quick-form input:focus,
.quick-form select:focus {
  outline: none; border-color: var(--gold);
  background: rgba(255,255,255,0.11) !important;
  box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}
.quick-form select option { background: #0d1f35; color: var(--white); }
/* kill Safari autofill yellow */
.quick-form input:-webkit-autofill,
.quick-form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #1a3050 inset !important;
  -webkit-text-fill-color: var(--white) !important;
  border-color: rgba(255,255,255,0.15) !important;
}
/* date/time picker color fix */
.quick-form input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(1) opacity(0.5); cursor: pointer; }
.quick-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.quick-form .btn-primary { width: 100%; justify-content: center; margin-top: 0.25rem; }
.trust-row {
  display: flex; align-items: center; gap: 0.5rem;
  margin-top: 0.9rem; font-size: 0.75rem; color: rgba(255,255,255,0.4);
  justify-content: center;
}
.trust-row span { color: var(--gold); }

/* wave divider */
.wave-divider { line-height: 0; }
.wave-divider svg { display: block; width: 100%; }

/* ===== SECTIONS ===== */
.section { padding: 6rem 2rem; max-width: 1200px; margin: 0 auto; }
.section-dark {
  background: var(--dark); max-width: none;
  padding: 6rem 2rem;
}
.section-light {
  background: var(--light); max-width: none;
  padding: 6rem 2rem;
}
.section-inner { max-width: 1200px; margin: 0 auto; }

.section-label {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--gold-dim);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 0.3rem 0.9rem; border-radius: 20px;
  margin-bottom: 0.85rem;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 800; text-align: center;
  margin-bottom: 0.6rem; color: var(--dark);
  letter-spacing: -0.3px;
}
.section-title.light { color: var(--white); }
.section-sub {
  text-align: center; color: var(--gray);
  font-size: 1rem; margin-bottom: 3.5rem;
  max-width: 500px; margin-left: auto; margin-right: auto;
}
.section-sub.light { color: rgba(255,255,255,0.55); }
.title-group { text-align: center; margin-bottom: 3.5rem; }

/* ===== SERVICES CARDS ===== */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.card {
  background: var(--white); border-radius: var(--radius);
  padding: 0;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  position: relative; overflow: hidden;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(201,168,76,0.3); }

.card-img {
  height: 180px; width: 100%;
  background-size: cover; background-position: center;
  transition: transform 0.4s;
}
.card:hover .card-img { transform: scale(1.04); }

.card-body { padding: 1.5rem 1.75rem 1.75rem; }

.card-icon-wrap {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(201,168,76,0.15), rgba(201,168,76,0.05));
  border: 1px solid rgba(201,168,76,0.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 1rem;
}
.card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.45rem; color: var(--navy); }
.card p { color: var(--gray); font-size: 0.88rem; line-height: 1.65; }

/* ===== WHY US ===== */
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem; max-width: 960px; margin: 0 auto;
}
.feature {
  display: flex; align-items: center; gap: 1rem;
  font-size: 0.95rem; color: var(--navy);
  padding: 1rem 1.25rem;
  background: var(--white);
  border-radius: 10px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: background 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.feature:hover {
  background: #fffdf5;
  border-color: rgba(201,168,76,0.35);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(201,168,76,0.12);
}
.feature-check {
  width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), #a8802e);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem; color: var(--dark); font-weight: 800;
}

/* ===== BOOKING SECTION ===== */
.booking-layout {
  display: grid; grid-template-columns: 1fr 380px;
  gap: 2.5rem; align-items: start;
}
.booking-form {
  background: var(--white); border-radius: 20px;
  padding: 2.5rem; border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
}
.form-section-title {
  font-size: 0.72rem; font-weight: 700; color: var(--gold);
  text-transform: uppercase; letter-spacing: 1.5px;
  margin: 1.5rem 0 1rem; padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}
.form-section-title:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group.full-width { margin-bottom: 1rem; }
.form-group label {
  font-weight: 600; font-size: 0.82rem; color: var(--navy);
  letter-spacing: 0.2px;
}
.field-wrap { position: relative; }
.field-icon {
  position: absolute; left: 0.85rem; top: 50%; transform: translateY(-50%);
  font-size: 0.95rem; pointer-events: none; z-index: 1;
}
.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.75rem 0.9rem;
  border: 1.5px solid var(--border); border-radius: 9px;
  font-size: 0.92rem; color: var(--dark);
  background: #fafbfd; transition: border-color 0.2s, box-shadow 0.2s;
  font-family: inherit; width: 100%;
}
.form-group input.has-icon,
.form-group select.has-icon { padding-left: 2.4rem; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none; border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(201,168,76,0.1);
}
.form-group textarea { resize: vertical; }
.form-group input[type="date"]::-webkit-calendar-picker-indicator { cursor: pointer; opacity: 0.6; }
.form-group input:-webkit-autofill,
.form-group input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fafbfd inset !important;
  -webkit-text-fill-color: var(--dark) !important;
}
.btn-submit {
  width: 100%; font-size: 1rem; padding: 1rem 2rem;
  margin-top: 0.5rem; justify-content: center;
  border-radius: 10px;
}
.btn-danger {
  display: inline-flex; align-items: center;
  background: var(--danger); color: #fff; font-weight: 600;
  padding: 0.6rem 1.2rem; border-radius: 7px;
  border: none; cursor: pointer; font-size: 0.85rem;
  transition: all 0.2s; font-family: inherit;
}
.btn-danger:hover { background: #dc2626; transform: translateY(-1px); }

/* booking sidebar */
.booking-sidebar { display: flex; flex-direction: column; gap: 1.25rem; position: sticky; top: 90px; }
.sidebar-card {
  background: var(--white); border-radius: var(--radius);
  padding: 1.5rem; border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.sidebar-card.gold-card {
  background: linear-gradient(135deg, #1a2e4a, #0f1f33);
  border: 1px solid rgba(201,168,76,0.25);
}
.sidebar-card h4 { font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 1rem; }
.sidebar-card.gold-card h4 { color: var(--gold); }
.sidebar-list { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.sidebar-list li {
  display: flex; align-items: flex-start; gap: 0.6rem;
  font-size: 0.88rem; color: var(--gray);
}
.sidebar-list li .s-icon { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.gold-card .sidebar-list li { color: rgba(255,255,255,0.7); }
.gold-card .sidebar-list li .s-icon { color: var(--gold-light); }
.phone-big {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem; font-weight: 700; color: var(--gold);
  display: flex; align-items: center; gap: 0.5rem;
  margin-bottom: 0.3rem;
}
.phone-note { font-size: 0.78rem; color: rgba(255,255,255,0.4); }

/* ===== SUCCESS ===== */
.booking-success {
  max-width: 540px; margin: 0 auto; text-align: center;
  background: var(--white); border-radius: 20px;
  padding: 3.5rem 2.5rem; border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
}
.success-icon {
  width: 80px; height: 80px; border-radius: 50%;
  background: linear-gradient(135deg, var(--success), #059669);
  color: #fff; font-size: 2.2rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 6px 20px rgba(16,185,129,0.35);
}
.booking-success h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem; margin-bottom: 0.75rem; color: var(--navy);
}
.booking-success p { color: var(--gray); margin-bottom: 2rem; line-height: 1.7; }
.booking-ref-box {
  background: var(--light); border: 1px dashed var(--border);
  border-radius: 10px; padding: 0.75rem 1rem;
  font-family: monospace; font-size: 1.1rem;
  color: var(--navy); font-weight: 700; margin-bottom: 2rem;
  letter-spacing: 1px;
}

/* ===== HOW IT WORKS ===== */
.how-bg {
  background:
    linear-gradient(rgba(7,17,30,0.84), rgba(7,17,30,0.84)),
    url('https://images.unsplash.com/photo-1540339832862-474599807836?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  background-color: #07111e;
}
.how-section { padding: 6rem 2rem; }
.how-label { background: rgba(201,168,76,0.12); border-color: rgba(201,168,76,0.3); }

.how-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0; align-items: start; max-width: 1100px; margin: 0 auto;
}
.how-step {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 16px; padding: 2rem 1.5rem;
  text-align: center;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
  position: relative;
}
.how-step:hover {
  background: rgba(201,168,76,0.07);
  border-color: rgba(201,168,76,0.25);
  transform: translateY(-6px);
}
.how-step-icon { display: flex; flex-direction: column; align-items: center; margin-bottom: 1.25rem; gap: 0.6rem; }
.how-step-num {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), #a8802e);
  color: var(--dark); font-size: 0.7rem; font-weight: 800;
  padding: 0.2rem 0.75rem; border-radius: 20px;
  letter-spacing: 0.5px; text-transform: uppercase;
}
.how-icon-circle {
  width: 88px; height: 88px; border-radius: 50%;
  border: 2px solid rgba(201,168,76,0.35);
  background: rgba(201,168,76,0.07);
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.3s, background 0.3s;
  margin: 0 auto;
}
.how-step:hover .how-icon-circle {
  border-color: rgba(201,168,76,0.65);
  background: rgba(201,168,76,0.12);
}
.how-step h3 { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 0.5rem; }
.how-step p { font-size: 0.87rem; color: rgba(255,255,255,0.55); line-height: 1.65; }

.how-arrow {
  color: var(--gold); font-size: 1.6rem; opacity: 0.45;
  display: flex; align-items: center; justify-content: center;
  padding: 0 0.75rem; margin-top: 3.5rem; /* align with circle center */
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .how-steps {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .how-arrow { display: none; }
}
@media (max-width: 500px) {
  .how-steps { grid-template-columns: 1fr; }
}

/* ===== REVIEWS ===== */
.review-platforms {
  display: flex; gap: 1.25rem; justify-content: center; flex-wrap: wrap;
  margin-bottom: 3rem;
}
.platform-badge {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.1rem 1.75rem; border-radius: var(--radius);
  border: 1.5px solid var(--border); background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: all 0.25s; min-width: 260px; flex: 1; max-width: 340px;
  color: var(--dark);
}
.platform-badge:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(201,168,76,0.4); }
.platform-logo { width: 44px; height: 44px; flex-shrink: 0; }
.platform-info { display: flex; flex-direction: column; gap: 0.2rem; flex: 1; }
.platform-name { font-weight: 700; font-size: 0.95rem; color: var(--navy); }
.platform-stars { color: #fbbc04; font-size: 1rem; letter-spacing: 1px; }
.ta-stars { color: #00aa6c; font-size: 0.7rem; letter-spacing: 3px; }
.platform-count { font-size: 0.8rem; color: var(--gray); }
.platform-cta {
  font-size: 0.78rem; color: var(--gray);
  white-space: nowrap; font-weight: 500;
  background: var(--light); padding: 0.3rem 0.7rem;
  border-radius: 6px; border: 1px solid var(--border);
}

.review-tabs {
  display: flex; gap: 0.5rem; justify-content: center;
  margin-bottom: 2rem; flex-wrap: wrap;
}
.review-tab {
  display: flex; align-items: center; gap: 0.4rem;
  padding: 0.5rem 1.3rem; border-radius: 22px;
  border: 1.5px solid var(--border); background: var(--white);
  font-size: 0.85rem; font-weight: 600; cursor: pointer; color: var(--gray);
  transition: all 0.2s; font-family: inherit;
}
.review-tab:hover { border-color: #94a3b8; color: var(--dark); }
.review-tab.active { background: var(--dark); color: var(--white); border-color: var(--dark); }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem; margin-bottom: 2.5rem;
}
.review-card {
  background: var(--white); border-radius: var(--radius);
  padding: 1.75rem; border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative;
}
.review-card::before {
  content: '\201C';
  position: absolute; top: 1rem; right: 1.25rem;
  font-family: 'Playfair Display', serif;
  font-size: 4rem; line-height: 1;
  color: rgba(201,168,76,0.12); pointer-events: none;
}
.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.review-card.hide { display: none; }
.review-header {
  display: flex; align-items: center; gap: 0.85rem; margin-bottom: 0.85rem;
}
.reviewer-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  color: #fff; font-weight: 700; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.reviewer-info { flex: 1; }
.reviewer-info strong { display: block; font-size: 0.9rem; color: var(--navy); }
.review-date { font-size: 0.76rem; color: var(--gray); }
.review-source {
  display: flex; align-items: center; gap: 0.3rem;
  font-size: 0.72rem; color: var(--gray);
}
.review-stars { color: #fbbc04; font-size: 0.95rem; letter-spacing: 1px; margin-bottom: 0.65rem; }
.ta-review-stars { color: #00aa6c; font-size: 0.65rem; letter-spacing: 3px; margin-bottom: 0.65rem; }
.review-text { font-size: 0.9rem; color: var(--gray); line-height: 1.7; font-style: italic; }

.review-cta-row {
  display: flex; gap: 1rem; justify-content: center;
  flex-wrap: wrap; margin-top: 0.5rem;
}
.btn-review-google, .btn-review-ta {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.75rem 1.75rem; border-radius: 10px;
  font-weight: 600; font-size: 0.9rem;
  border: 1.5px solid var(--border); background: var(--white);
  transition: all 0.25s; color: var(--dark);
  box-shadow: var(--shadow-sm);
}
.btn-review-google:hover { border-color: #4285F4; box-shadow: 0 4px 14px rgba(66,133,244,0.2); transform: translateY(-2px); }
.btn-review-ta:hover { border-color: #34E0A1; box-shadow: 0 4px 14px rgba(52,224,161,0.2); transform: translateY(-2px); }

/* ===== PHOTO STRIP ===== */
.photo-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 220px;
  overflow: hidden;
}
.photo-strip-item {
  background-size: cover;
  background-position: center;
  transition: transform 0.5s;
  overflow: hidden;
}
.photo-strip-item:hover { transform: scale(1.05); }

/* ===== CONTACT ===== */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.5rem; max-width: 860px; margin: 0 auto;
}
.contact-item {
  text-align: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius); padding: 2.25rem 1.5rem;
  transition: background 0.2s, border-color 0.2s;
}
.contact-item:hover { background: rgba(201,168,76,0.07); border-color: rgba(201,168,76,0.2); }
.contact-icon-wrap {
  width: 56px; height: 56px; border-radius: 14px; margin: 0 auto 1rem;
  background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.2);
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
}
.contact-item h3 { font-size: 0.9rem; font-weight: 700; color: var(--gold); margin-bottom: 0.5rem; letter-spacing: 0.5px; text-transform: uppercase; }
.contact-item p { color: rgba(255,255,255,0.75); font-size: 0.95rem; }
.contact-item a { color: rgba(255,255,255,0.85); }
.contact-item a:hover { color: var(--gold); }
.contact-item .sub { font-size: 0.78rem; color: rgba(255,255,255,0.4); margin-top: 0.3rem; }

/* ===== FOOTER ===== */
footer {
  background: #060d17;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 3.5rem 2rem 2rem;
  display: grid; grid-template-columns: 1fr auto;
  gap: 2rem; align-items: start;
}
.footer-brand .logo { margin-bottom: 0.75rem; font-size: 1rem; }
.footer-brand p { font-size: 0.82rem; color: rgba(255,255,255,0.35); max-width: 280px; line-height: 1.6; }
.footer-links { display: flex; gap: 2.5rem; }
.footer-link-col h5 { font-size: 0.72rem; font-weight: 700; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.75rem; }
.footer-link-col a { display: block; font-size: 0.85rem; color: rgba(255,255,255,0.55); margin-bottom: 0.5rem; transition: color 0.2s; }
.footer-link-col a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 1.25rem 2rem; max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 0.78rem; color: rgba(255,255,255,0.3);
}

/* ===== ADMIN LOGIN ===== */
.admin-body { background: #07111e; min-height: 100vh; }
.login-screen {
  min-height: 100vh; display: flex;
  align-items: center; justify-content: center; padding: 2rem;
}
.login-box {
  background: rgba(17,28,44,0.95); border-radius: 20px;
  padding: 2.75rem; width: 100%; max-width: 400px;
  border: 1px solid rgba(201,168,76,0.2);
  box-shadow: 0 24px 64px rgba(0,0,0,0.5);
  backdrop-filter: blur(20px);
}
.login-box h2 { color: var(--white); margin-bottom: 0.25rem; font-family: 'Playfair Display', serif; font-size: 1.5rem; }
.login-box .sub { color: rgba(255,255,255,0.4); font-size: 0.85rem; margin-bottom: 1.75rem; }
.login-box .form-group label { color: rgba(255,255,255,0.6); font-size: 0.82rem; }
.login-box .form-group input {
  background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.12); color: var(--white);
}
.login-box .form-group input:focus { border-color: var(--gold); background: rgba(255,255,255,0.08); }
.login-error {
  background: rgba(239,68,68,0.12); border: 1px solid rgba(239,68,68,0.25);
  color: #fca5a5; border-radius: 8px; padding: 0.65rem 1rem;
  font-size: 0.85rem; margin-bottom: 1rem;
}

/* ===== ADMIN PANEL ===== */
.admin-content { max-width: 1340px; margin: 0 auto; padding: 6rem 1.5rem 3rem; }
.admin-header { display: flex; flex-wrap: wrap; gap: 1rem; align-items: flex-end; justify-content: space-between; margin-bottom: 1.5rem; }
.admin-stats { display: flex; gap: 1rem; flex-wrap: wrap; }
.stat-card {
  background: rgba(17,28,44,0.9); border: 1px solid rgba(201,168,76,0.18);
  border-radius: 12px; padding: 1rem 1.5rem; min-width: 115px; text-align: center;
}
.stat-card .stat-num { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--gold); }
.stat-card .stat-label { font-size: 0.72rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.8px; margin-top: 0.1rem; }
.admin-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; align-items: center; }
.admin-actions input,
.admin-actions select {
  padding: 0.6rem 1rem; border-radius: 8px;
  border: 1.5px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05); color: var(--white);
  font-size: 0.88rem; font-family: inherit;
}
.admin-actions input::placeholder { color: rgba(255,255,255,0.3); }
.admin-actions input:focus,
.admin-actions select:focus { outline: none; border-color: var(--gold); }

/* ===== TABLE ===== */
.table-wrap { overflow-x: auto; border-radius: 14px; border: 1px solid rgba(255,255,255,0.07); }
table { width: 100%; border-collapse: collapse; background: rgba(17,28,44,0.8); }
thead th {
  background: rgba(11,24,39,0.9); color: rgba(255,255,255,0.5);
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.8px;
  padding: 1rem 1rem; text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.07); white-space: nowrap;
}
tbody tr { border-bottom: 1px solid rgba(255,255,255,0.04); transition: background 0.15s; }
tbody tr:hover { background: rgba(201,168,76,0.04); }
tbody tr:last-child { border-bottom: none; }
tbody td { padding: 0.9rem 1rem; font-size: 0.88rem; color: rgba(255,255,255,0.75); vertical-align: top; }
.ref-code { font-family: monospace; color: var(--gold); font-size: 0.82rem; }
.no-bookings { text-align: center; color: rgba(255,255,255,0.35); padding: 5rem 2rem; font-size: 1rem; }

/* ===== STATUS BADGES ===== */
.badge {
  display: inline-block; padding: 0.25rem 0.65rem;
  border-radius: 20px; font-size: 0.73rem; font-weight: 600; white-space: nowrap;
}
.badge-pending   { background: rgba(245,158,11,0.15); color: #fbbf24; border: 1px solid rgba(245,158,11,0.2); }
.badge-confirmed { background: rgba(16,185,129,0.15); color: #34d399; border: 1px solid rgba(16,185,129,0.2); }
.badge-completed { background: rgba(99,102,241,0.15); color: #a5b4fc; border: 1px solid rgba(99,102,241,0.2); }
.badge-cancelled { background: rgba(239,68,68,0.15);  color: #fca5a5; border: 1px solid rgba(239,68,68,0.2); }

/* ===== TABLE ACTION ===== */
.action-btn {
  background: rgba(201,168,76,0.1); color: var(--gold);
  border: 1px solid rgba(201,168,76,0.25); border-radius: 6px;
  padding: 0.3rem 0.75rem; font-size: 0.78rem; cursor: pointer;
  transition: all 0.2s; font-family: inherit;
}
.action-btn:hover { background: rgba(201,168,76,0.22); }

/* ===== MODAL ===== */
.modal {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(0,0,0,0.75); display: flex;
  align-items: center; justify-content: center; padding: 1.5rem;
  backdrop-filter: blur(4px);
}
.modal-box {
  background: #0f1e31; border-radius: 18px;
  padding: 2.25rem; max-width: 580px; width: 100%;
  border: 1px solid rgba(201,168,76,0.2);
  box-shadow: 0 24px 70px rgba(0,0,0,0.6);
  position: relative; max-height: 90vh; overflow-y: auto;
}
.modal-box h2 { color: var(--white); margin-bottom: 1.5rem; font-family: 'Playfair Display', serif; font-size: 1.35rem; }
.modal-close {
  position: absolute; top: 1.1rem; right: 1.1rem;
  background: rgba(255,255,255,0.07); border: none; color: rgba(255,255,255,0.5);
  width: 32px; height: 32px; border-radius: 50%; font-size: 1rem;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
}
.modal-close:hover { background: rgba(239,68,68,0.25); color: #fff; }
.modal-field { margin-bottom: 0.9rem; }
.modal-field .field-label { font-size: 0.72rem; color: rgba(255,255,255,0.38); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 0.2rem; }
.modal-field .field-val { color: rgba(255,255,255,0.82); font-size: 0.93rem; }
.modal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 2rem; }
.modal-input { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 6px; color: rgba(255,255,255,0.9); font-size: 0.93rem; padding: 0.35rem 0.6rem; width: 100%; box-sizing: border-box; }
.modal-input:focus { outline: none; border-color: var(--gold); }
.modal-actions {
  display: flex; gap: 0.75rem; align-items: center; margin-top: 1.5rem;
  padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.07); flex-wrap: wrap;
}
.modal-actions select {
  padding: 0.6rem 1rem; border-radius: 8px;
  border: 1.5px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06); color: var(--white);
  font-size: 0.9rem; font-family: inherit; flex: 1; min-width: 130px;
}
.modal-actions select:focus { outline: none; border-color: var(--gold); }

/* ===== BOOKING WIZARD ===== */
.wz-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 2.5rem;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.wz-card {
  background: var(--white);
  border-radius: 20px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

/* progress */
.wz-progress {
  display: flex;
  background: var(--light);
  border-bottom: 1px solid var(--border);
}

.wz-step {
  flex: 1;
  padding: 16px 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: background 0.2s;
}

.wz-step::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: transparent;
  transition: background 0.3s;
}

.wz-step.wz-active::after { background: var(--gold); }
.wz-step.wz-done::after   { background: var(--success); }

.wz-num {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(0,0,0,0.1);
  color: var(--gray);
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  transition: background 0.2s, color 0.2s;
}

.wz-step.wz-active .wz-num { background: var(--gold); color: var(--dark); }
.wz-step.wz-done .wz-num   { background: var(--success); color: #fff; }

.wz-lbl {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray);
  font-weight: 600;
}

.wz-step.wz-active .wz-lbl { color: #a07830; }
.wz-step.wz-done .wz-lbl   { color: var(--success); }

/* body */
.wz-body { padding: 32px 36px 28px; }

.wz-panel { display: none; }
.wz-panel-active { display: block; }

.wz-panel-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
}

.wz-panel-sub {
  font-size: 0.88rem;
  color: var(--gray);
  margin-bottom: 24px;
  line-height: 1.6;
}

.wz-optional {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.78rem;
  color: var(--gray);
}

/* toggle */
.wz-toggle-row { margin-bottom: 22px; }

.wz-toggle {
  display: inline-flex;
  background: var(--light);
  border-radius: 10px;
  padding: 4px;
  border: 1px solid var(--border);
}

.wz-tog {
  padding: 8px 22px;
  border: none;
  background: transparent;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gray);
  cursor: pointer;
  transition: all 0.2s;
}

.wz-tog.wz-tog-active {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--dark);
  box-shadow: 0 2px 8px rgba(201,168,76,0.35);
}

/* fields */
.wz-grid { display: grid; gap: 14px; margin-bottom: 14px; }
.wz-g2 { grid-template-columns: 1fr 1fr; }
.wz-g3 { grid-template-columns: 1fr 1fr 1fr; }

.wz-field { display: flex; flex-direction: column; gap: 5px; }

.wz-field label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wz-field input,
.wz-field select,
.wz-field textarea {
  padding: 11px 13px;
  border-radius: 9px;
  border: 1.5px solid var(--border);
  font-size: 0.92rem;
  font-family: inherit;
  color: var(--dark);
  background: #fafbfd;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
  resize: vertical;
}

.wz-field input:focus,
.wz-field select:focus,
.wz-field textarea:focus {
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.12);
}

.wz-icon-wrap { position: relative; }
.wz-icon {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.95rem;
  pointer-events: none;
}
.wz-icon-wrap input { padding-left: 34px; }

/* vehicle cards */
.wz-vehicles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 8px;
}

.wz-vc {
  border: 2px solid var(--border);
  border-radius: 14px;
  padding: 20px 14px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  background: #fafbfd;
}

.wz-vc:hover { border-color: var(--gold); transform: translateY(-2px); }

.wz-vc.wz-vc-sel {
  border-color: var(--gold);
  background: #fffdf5;
  box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}

.wz-vc-check {
  position: absolute;
  top: 10px; right: 10px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--dark);
  font-size: 0.7rem;
  font-weight: 800;
  display: none;
  align-items: center;
  justify-content: center;
}

.wz-vc.wz-vc-sel .wz-vc-check { display: flex; }

.wz-vc-icon { font-size: 2.4rem; margin-bottom: 8px; }

.wz-vc-name {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--navy);
  margin-bottom: 4px;
}

.wz-vc-cap {
  font-size: 0.72rem;
  color: var(--gray);
  margin-bottom: 10px;
  line-height: 1.4;
}

.wz-vc-price {
  font-weight: 800;
  font-size: 1.05rem;
  color: #a07830;
  font-family: 'Playfair Display', serif;
}

.wz-vc-note { font-size: 0.68rem; color: var(--gray); }

.wz-vc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  margin-top: 10px;
}

.wz-tag {
  font-size: 0.67rem;
  background: var(--light);
  color: var(--navy);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid var(--border);
}

/* section rule */
.wz-section-rule {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 20px 0 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

/* extras */
.wz-extras {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 18px;
}

.wz-extra {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  background: #fafbfd;
}

.wz-extra:hover { border-color: var(--gold); background: #fffdf5; }

.wz-extra input[type="checkbox"] {
  width: 17px; height: 17px;
  accent-color: var(--gold);
  cursor: pointer;
  flex-shrink: 0;
}

.wz-extra-info { flex: 1; }

.wz-extra-info strong {
  display: block;
  font-size: 0.85rem;
  color: var(--navy);
  margin-bottom: 2px;
}

.wz-extra-info span {
  font-size: 0.75rem;
  color: var(--gray);
}

.wz-extra-cost {
  font-weight: 700;
  font-size: 0.85rem;
  color: #a07830;
  flex-shrink: 0;
}

/* summary */
.wz-summary {
  background: var(--light);
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid var(--border);
}

.wz-srow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.88rem;
}

.wz-srow:last-child { border-bottom: none; }

.wz-slabel { color: var(--gray); }
.wz-sval { font-weight: 600; color: var(--navy); }

.wz-stotal {
  margin-top: 4px;
  padding-top: 14px !important;
  border-top: 2px solid rgba(0,0,0,0.08) !important;
}

.wz-stotal .wz-slabel { font-weight: 700; color: var(--navy); font-size: 0.95rem; }
.wz-stotal .wz-sval   { font-size: 1.25rem; color: #a07830; font-family: 'Playfair Display', serif; }

/* nav buttons */
.wz-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  margin-top: 20px;
}

.wz-back {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.88rem;
  color: var(--gray);
  cursor: pointer;
  padding: 8px 0;
  transition: color 0.2s;
}

.wz-back:hover { color: var(--navy); }

/* confirmation */
.wz-confirmed {
  text-align: center;
  padding: 16px 0;
}

.wz-confirm-icon {
  width: 76px; height: 76px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--success), #059669);
  color: #fff;
  font-size: 2.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(16,185,129,0.35);
  animation: wzPop 0.4s cubic-bezier(0.34,1.56,0.64,1);
}

@keyframes wzPop {
  from { transform: scale(0); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

.wz-confirmed h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 10px;
}

.wz-confirmed p {
  color: var(--gray);
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 400px;
  margin: 0 auto 20px;
}

.wz-ref-box {
  display: inline-block;
  background: var(--light);
  border: 1px dashed var(--border);
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 0.88rem;
  color: var(--gray);
  margin-bottom: 24px;
}

.wz-ref-box strong { color: #a07830; font-size: 1.05rem; font-family: monospace; letter-spacing: 1px; }

.wz-confirm-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* error flash */
.wz-field input.wz-error,
.wz-field select.wz-error {
  border-color: var(--danger);
  box-shadow: 0 0 0 3px rgba(239,68,68,0.12);
}

@media (max-width: 1000px) {
  .wz-layout { grid-template-columns: 1fr; }
  .booking-sidebar { position: static; }
}

@media (max-width: 700px) {
  .wz-body { padding: 20px 18px 18px; }
  .wz-g2, .wz-g3 { grid-template-columns: 1fr; }
  .wz-vehicles { grid-template-columns: 1fr; }
  .wz-extras { grid-template-columns: 1fr; }
  .wz-lbl { display: none; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-left { text-align: center; }
  .hero-left p { max-width: 100%; }
  .hero-cta-group { justify-content: center; }
  .hero-stats { justify-content: center; }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-sidebar { position: static; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { gap: 2rem; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: block; }
  .form-row { grid-template-columns: 1fr; }
  .booking-form { padding: 1.5rem; }
  .modal-grid { grid-template-columns: 1fr; }
  .admin-header { flex-direction: column; align-items: stretch; }
  .admin-actions { flex-direction: column; }
  .footer-links { flex-direction: column; gap: 1.5rem; }
}
@media (max-width: 480px) {
  .hero-left h1 { font-size: 2.2rem; }
  .section { padding: 4rem 1.25rem; }
  .section-dark, .section-light { padding: 4rem 1.25rem; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }
  .photo-strip { grid-template-columns: 1fr 1fr; height: 260px; }
}
