/* ============================================================
   PRIME MAXI CABS — Complete Design System
   Royal Black & Gold | All Pages
   ============================================================ */
:root {
  --gold: #C9A84C;
  --gold-light: #E8C97E;
  --gold-dark: #A07830;
  --gold-muted: rgba(201, 168, 76, .14);
  --gold-border: rgba(201, 168, 76, .25);
  --black: #080808;
  --dark: #0E0D0A;
  --dark2: #141208;
  --dark3: #1A1810;
  --dark4: #222016;
  --glass-bg: rgba(18, 16, 10, .85);
  --text: #EDE4CF;
  --text-muted: #96876A;
  --text-light: #F7F0E0;
  --border: rgba(201, 168, 76, .2);
  --radius: 12px;
  --radius-lg: 18px;
  --transition: .3s ease;
  --shadow-gold: 0 0 40px rgba(201, 168, 76, .15);
  --shadow-deep: 0 20px 60px rgba(0, 0, 0, .55);
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden
}

body {
  background: var(--dark);
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  font-size: 14.5px;
  line-height: 1.75;
  overflow-x: hidden;
  max-width: 100vw
}

::-webkit-scrollbar {
  width: 5px
}

::-webkit-scrollbar-track {
  background: var(--dark)
}

::-webkit-scrollbar-thumb {
  background: var(--gold-dark);
  border-radius: 4px
}

.gold-text {
  color: var(--gold) !important
}

.gold-accent {
  color: var(--gold);
  font-style: italic
}

.gold-link {
  color: var(--gold);
  text-decoration: none;
  transition: var(--transition)
}

.gold-link:hover {
  color: var(--gold-light)
}

/* TOP BAR */
.top-bar {
  background: var(--black);
  border-bottom: 1px solid var(--border);
  padding: 7px 0;
  font-size: 12px;
  color: var(--text-muted)
}

.top-bar i {
  color: var(--gold)
}

.top-bar a {
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition)
}

.top-bar a:hover {
  color: var(--gold)
}

.badge-available {
  background: rgba(201, 168, 76, .1);
  border: 1px solid var(--border);
  color: var(--gold);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 10.5px;
  letter-spacing: .05em;
  text-transform: uppercase
}

.pulse-dot {
  font-size: 7px;
  color: #4ade80;
  animation: pulseA 1.4s infinite
}

@keyframes pulseA {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .25
  }
}

.top-bar-cta {
  background: var(--gold);
  color: var(--black) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: var(--transition)
}

.top-bar-cta:hover {
  background: var(--gold-light)
}

/* NAVBAR */
.navbar {
  background: rgba(8, 8, 5, .97) !important;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 13px 0;
  transition: all .4s ease;
  z-index: 1000
}

.navbar.scrolled {
  padding: 8px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, .7)
}

.brand-emblem {
  /* width: 42px;
  height: 42px; */
  background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(201, 168, 76, .3);
  flex-shrink: 0
}

.brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .12em;
  line-height: 1
}

.brand-sub {
  font-size: 9px;
  letter-spacing: .25em;
  color: var(--text-muted);
  text-transform: uppercase
}

.navbar-brand {
  text-decoration: none
}

.nav-link {
  color: var(--text) !important;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 6px 11px !important;
  position: relative;
  transition: var(--transition)
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 1.5px;
  background: var(--gold);
  transition: var(--transition)
}

.nav-link:hover::after,
.nav-link.active-page::after {
  left: 11px;
  right: 11px
}

.nav-link:hover,
.nav-link.active-page {
  color: var(--gold) !important
}

.nav-cta-btn {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--black) !important;
  padding: 9px 22px !important;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(201, 168, 76, .25);
  display: inline-block
}

.nav-cta-btn:hover {
  box-shadow: 0 6px 20px rgba(201, 168, 76, .4);
  transform: translateY(-1px)
}

.glass-dropdown {
  background: rgba(10, 9, 5, .98) !important;
  backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-deep);
  padding: 8px;
  min-width: 250px
}

.dropdown-item {
  color: var(--text) !important;
  font-size: 12.5px;
  padding: 8px 14px !important;
  border-radius: 6px;
  transition: var(--transition)
}

.dropdown-item:hover {
  background: var(--gold-muted) !important;
  color: var(--gold) !important
}

.navbar-toggler {
  border: 1px solid var(--border);
  color: var(--gold);
  padding: 6px 10px;
  background: transparent
}

.navbar-toggler:focus {
  box-shadow: none
}

/* BUTTONS */
.btn-gold-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));
  color: var(--black) !important;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  transition: all .3s ease;
  box-shadow: 0 4px 20px rgba(201, 168, 76, .3);
  white-space: nowrap
}

.btn-gold-primary:hover {
  box-shadow: 0 8px 30px rgba(201, 168, 76, .5);
  transform: translateY(-2px);
  filter: brightness(1.1)
}

.btn-outline-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--gold) !important;
  border: 1.5px solid var(--gold);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 11px 26px;
  border-radius: 7px;
  cursor: pointer;
  text-decoration: none !important;
  transition: all .3s ease;
  white-space: nowrap
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: var(--black) !important;
  box-shadow: 0 4px 20px rgba(201, 168, 76, .3);
  transform: translateY(-2px)
}

/* GLASS */
.glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-deep), var(--shadow-gold)
}

.glass-input,
.form-control.glass-input,
.form-select.glass-input {
  background: rgba(255, 255, 255, .04) !important;
  border: 1px solid rgba(201, 168, 76, .2) !important;
  color: var(--text) !important;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  transition: var(--transition)
}

.glass-input:focus {
  background: rgba(201, 168, 76, .06) !important;
  border-color: var(--gold) !important;
  box-shadow: 0 0 0 3px rgba(201, 168, 76, .12) !important;
  outline: none
}

.glass-input::placeholder {
  color: var(--text-muted)
}

.glass-input option {
  background: var(--dark3);
  color: var(--text)
}

.form-label {
  font-size: 11.5px;
  color: var(--text-muted);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 500
}

/* SECTIONS */
.section-dark {
  background: var(--dark);
  padding: 90px 0
}

.section-accent {
  background: var(--dark2);
  padding: 40px 0
}

.section-light {
  background: var(--dark3);
  padding: 90px 0
}

.section-tag {
  display: inline-block;
  font-size: 10.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1.5px solid var(--gold);
  padding-bottom: 4px;
  margin-bottom: 16px
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-light);
  line-height: 1.15;
  margin-bottom: 14px
}

.section-subtitle {
  font-size: 14px;
  color: var(--text-muted);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.8
}

/* PAGE HERO */
.page-hero {
  position: relative;
  padding: 130px 0 70px;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: center
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(.5) saturate(.7)
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5, 4, 2, .75) 0%, rgba(15, 10, 3, .55) 55%, rgba(30, 20, 5, .25) 100%)
}

.page-hero-content {
  position: relative;
  z-index: 2
}

.page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  color: var(--text-muted);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 16px;
  flex-wrap: wrap
}

.page-breadcrumb a {
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition)
}

.page-breadcrumb a:hover {
  color: var(--gold)
}

.page-breadcrumb span {
  color: var(--gold)
}

.page-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--text-light);
  line-height: 1.1;
  margin-bottom: 16px
}

.page-hero-sub {
  font-size: 15px;
  /* color: var(--text-muted); */
  color: var(--text-light);
  max-width: 580px;
  line-height: 1.8;
  margin-bottom: 28px
}

.page-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px
}

.page-hero-tag {
  background: rgba(201, 168, 76, .1);
  border: 1px solid var(--border);
  color: var(--gold);
  font-size: 11px;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: .04em
}

/* SERVICES HERO (match HOME hero theme) */
.service-hero {
  position: relative;
  padding: 25px 0 44px;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(900px 520px at 12% 25%, rgba(201, 168, 76, .12) 0%, rgba(201, 168, 76, 0) 60%),
    radial-gradient(760px 420px at 82% 30%, rgba(201, 168, 76, .10) 0%, rgba(201, 168, 76, 0) 62%),
    linear-gradient(135deg, var(--black) 0%, var(--dark2) 55%, var(--dark3) 100%);
}

.service-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(5, 4, 2, .75) 0%, rgba(10, 8, 3, .55) 50%, rgba(15, 12, 6, .35) 100%);
  pointer-events: none;
}

.service-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, transparent 55%, rgba(5, 5, 2, .75) 100%),
    radial-gradient(520px 240px at 18% 55%, rgba(201, 168, 76, .10), rgba(201, 168, 76, 0) 62%),
    radial-gradient(560px 260px at 84% 62%, rgba(201, 168, 76, .08), rgba(201, 168, 76, 0) 64%);
  pointer-events: none;
  opacity: 1;
}

.service-hero-content {
  position: relative;
  z-index: 2;
}

.service-hero-grid {
  align-items: center;
}

.service-hero-copy {
  max-width: 640px;
}

.service-hero-media {
  position: relative;
}

.service-hero-media-card {
  background: rgba(10, 9, 5, .72);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
  backdrop-filter: blur(10px);
}

.service-hero-media-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}

.service-hero-media-badge {
  position: absolute;
  right: 22px;
  top: 18px;
  z-index: 2;
  background: rgba(201, 168, 76, .10);
  border: 1px solid var(--border);
  color: var(--gold);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.service-hero-media-badge i {
  color: #4ade80;
}

.service-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(201, 168, 76, .12);
  border: 1px solid var(--border);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 18px;
  backdrop-filter: blur(10px);
}

.service-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--text-light);
  margin-bottom: 14px;
}

.service-hero-title em {
  color: rgba(255, 255, 255, .92);
  font-style: italic;
}

.service-hero-sub {
  max-width: 640px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--text-muted);
  margin-bottom: 26px;
}

.service-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.service-hero-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  color: var(--text-muted);
  font-size: 12.5px;
}

.service-hero-avatars {
  display: flex;
  align-items: center;
}

.service-hero-avatars span {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 168, 76, .10);
  border: 1px solid var(--border);
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  margin-left: -10px;
  backdrop-filter: blur(10px);
}

.service-hero-avatars span:first-child {
  margin-left: 0;
}

.service-hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(201, 168, 76, .08);
  border: 1px solid var(--border);
  backdrop-filter: blur(10px);
}

.service-hero-rating i {
  color: #FBBF24;
}

.service-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  color: var(--text-muted);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.service-hero-breadcrumb a {
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}

.service-hero-breadcrumb a:hover {
  color: var(--gold);
}

.service-hero-breadcrumb span {
  color: var(--gold);
  font-weight: 600;
}

/* HOME HERO */
.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center
}

.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.3s ease
}

.hero-slide.active {
  opacity: 1
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(120deg, rgba(5, 4, 2, .75) 0%, rgba(10, 8, 3, .55) 50%, rgba(15, 12, 6, .35) 100%)
}

.hero-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 55%, rgba(5, 5, 2, .75) 100%)
}

.hero-container {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 100px;
}

.hero-badge {
  display: inline-block;
  background: rgba(201, 168, 76, .12);
  border: 1px solid var(--border);
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 20px
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 6vw, 5.2rem);
  font-weight: 700;
  line-height: 1.06;
  color: var(--text-light);
  margin-bottom: 20px
}

.hero-subtitle {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 500px;
  margin-bottom: 28px;
  line-height: 1.8
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px
}

.hero-tags span {
  font-size: 12px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 7px
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}

.hero-slider-controls {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px
}

.slide-btn {
  background: rgba(201, 168, 76, .14);
  border: 1px solid var(--border);
  color: var(--gold);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px
}

.slide-btn:hover {
  background: var(--gold);
  color: var(--black)
}

.slide-dots {
  display: flex;
  gap: 8px
}

.slide-dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: rgba(201, 168, 76, .3);
  cursor: pointer;
  transition: all .3s
}

.slide-dot.active {
  width: 24px;
  background: var(--gold)
}

.quick-book-card {
  padding: 28px
}

.quick-book-header {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--gold-light);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border)
}

.animate-in {
  opacity: 0;
  transform: translateY(28px);
  animation: fadeUp .7s ease forwards
}

.delay-1 {
  animation-delay: .1s
}

.delay-2 {
  animation-delay: .25s
}

.delay-3 {
  animation-delay: .4s
}

.delay-4 {
  animation-delay: .55s
}

.delay-5 {
  animation-delay: .7s
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

/* STATS */
.stats-strip {
  background: linear-gradient(135deg, var(--dark2), var(--dark3));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 32px 0
}

.stat-item {
  padding: 12px 20px
}

.border-end-stat {
  border-right: 1px solid var(--border)
}

.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px
}

.stat-number::after {
  content: '+';
  font-size: 1.6rem
}

.stat-label {
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-muted)
}

/* SERVICE CARDS */
.service-card {
  background: var(--dark3);
  border: 1px solid rgba(201, 168, 76, .12);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .35s ease;
  height: 100%
}

.service-card:hover {
  border-color: var(--gold);
  transform: translateY(-7px);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .45), var(--shadow-gold)
}

.service-img-wrap {
  height: 200px;
  overflow: hidden;
  position: relative
}

.service-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.72) saturate(.85);
  transition: transform .5s ease, filter .5s ease
}

.service-card:hover .service-img-wrap img {
  transform: scale(1.07);
  filter: brightness(.85) saturate(1)
}

.service-icon-overlay {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  font-size: 18px;
  box-shadow: 0 4px 14px rgba(201, 168, 76, .4)
}

.service-body {
  padding: 20px
}

.service-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 8px
}

.service-body p {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 12px;
  line-height: 1.7
}

.service-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px
}

.stag {
  background: rgba(201, 168, 76, .1);
  color: var(--gold);
  border: 1px solid rgba(201, 168, 76, .2);
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 12px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.service-link {
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition)
}

.service-link:hover {
  color: var(--gold-light);
  gap: 10px
}

.parcel-banner {
  background: linear-gradient(135deg, rgba(201, 168, 76, .08), rgba(201, 168, 76, .04));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px
}

.parcel-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  font-size: 22px
}

.parcel-banner h5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--gold-light)
}

.parcel-banner p {
  font-size: 13px;
  color: var(--text-muted)
}

/* WHY */
.why-img-stack {
  position: relative;
  overflow: hidden
}

.why-img-main {
  width: 100%;
  border-radius: var(--radius-lg);
  /* height: 420px; */
  object-fit: cover;
  filter: brightness(.85) saturate(.9);
  box-shadow: var(--shadow-deep)
}

.why-badge-card {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--black);
  padding: 16px 22px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: 0 10px 30px rgba(201, 168, 76, .4)
}

.why-badge-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1
}

.why-badge-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase
}

.why-img-secondary {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 160px;
  height: 120px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 3px solid var(--dark2);
  box-shadow: var(--shadow-deep);
  filter: brightness(.8)
}

.why-item {
  display: flex;
  gap: 14px;
  align-items: flex-start
}

.why-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: var(--gold-muted);
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 16px;
  transition: var(--transition)
}

.why-item:hover .why-icon {
  background: var(--gold);
  color: var(--black)
}

.why-item h5 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 4px
}

.why-item p {
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0
}

/* FLEET */
.fleet-card {
  background: var(--dark3);
  border: 1px solid rgba(201, 168, 76, .12);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .35s ease;
  height: 100%
}

.fleet-card:hover {
  border-color: var(--gold);
  transform: translateY(-5px);
  box-shadow: var(--shadow-deep), var(--shadow-gold)
}

.fleet-featured {
  border-color: var(--gold) !important;
  box-shadow: var(--shadow-gold)
}

.fleet-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden
}

.fleet-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.78);
  transition: transform .4s ease
}

.fleet-card:hover .fleet-img-wrap img {
  transform: scale(1.05);
  filter: brightness(.88)
}

.fleet-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(10, 10, 4, .88);
  border: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 12px;
  letter-spacing: .1em;
  text-transform: uppercase
}

.gold-badge {
  background: var(--gold) !important;
  color: var(--black) !important;
  border-color: var(--gold) !important;
  font-weight: 700
}

.popular-badge {
  background: rgba(74, 222, 128, .15) !important;
  color: #4ade80 !important;
  border-color: rgba(74, 222, 128, .3) !important
}

.group-badge {
  background: rgba(167, 139, 250, .15) !important;
  color: #a78bfa !important;
  border-color: rgba(167, 139, 250, .3) !important
}

.fleet-body {
  padding: 18px
}

.fleet-body h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 8px
}

.fleet-specs {
  display: flex;
  gap: 14px;
  margin-bottom: 10px;
  font-size: 12px;
  color: var(--gold)
}

.fleet-body p {
  font-size: 12.5px;
  color: var(--text-muted);
  margin-bottom: 14px;
  line-height: 1.65
}

.fleet-slider-wrap .reviews-track {
  align-items: stretch
}

.fleet-slider-wrap .fleet-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: auto;
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .fleet-slider-wrap .fleet-card {
    flex: 0 0 calc(50% - 11px);
  }
}

@media (min-width: 992px) {
  .fleet-slider-wrap .fleet-card {
    flex: 0 0 calc(33.333% - 15px);
  }
}

.fleet-slider-wrap .fleet-body {
  flex: 1;
  display: flex;
  flex-direction: column
}

.fleet-slider-wrap .fleet-book-btn {
  margin-top: auto;
  align-self: center;
  width: fit-content;
  max-width: 100%
}

.fleet-note {
  font-size: 13px;
  color: var(--text-muted);
  padding: 14px;
  background: rgba(201, 168, 76, .04);
  border: 1px dashed var(--border);
  border-radius: 8px
}

.fleet-book-btn {
  display: inline-block;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 5px;
  text-decoration: none;
  transition: var(--transition)
}

.fleet-book-btn:hover {
  background: var(--gold);
  color: var(--black)
}

/* BOOKING */
.booking-section {
  background: var(--dark2);
  padding: 40px 0;
  position: relative;
  overflow: hidden
}

.booking-card {
  padding: 40px
}

.booking-progress {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border)
}

.bp-step {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto
}

.bp-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-muted);
  transition: var(--transition)
}

.bp-step.active .bp-num {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--black)
}

.bp-step.done .bp-num {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  color: var(--black)
}

.bp-step span {
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-muted)
}

.bp-step.active span {
  color: var(--gold)
}

.bp-line {
  flex: 1;
  height: 1px;
  background: var(--border);
  margin: 0 10px
}

.v-card {
  background: var(--dark3);
  border: 2px solid rgba(201, 168, 76, .12);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  transition: all .3s ease
}

.v-card:hover,
.v-card.selected {
  border-color: var(--gold);
  box-shadow: 0 0 20px rgba(201, 168, 76, .2)
}

.v-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  filter: brightness(.7)
}

.v-card-body {
  padding: 12px
}

.v-card-body h6 {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 4px
}

.v-card-body small {
  font-size: 11px;
  color: var(--text-muted)
}

.v-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--gold);
  font-weight: 700;
  margin-top: 6px
}

.extras-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.extra-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
  cursor: pointer
}

.extra-check input {
  accent-color: var(--gold)
}

.success-anim {
  font-size: 56px;
  color: var(--gold);
  animation: successPop .5s cubic-bezier(.17, .89, .32, 1.49)
}

@keyframes successPop {
  0% {
    transform: scale(0);
    opacity: 0
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

/* AREAS */
.areas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center
}

.area-pill {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(201, 168, 76, .15);
  color: var(--text-muted);
  font-size: 12px;
  padding: 7px 16px;
  border-radius: 20px;
  transition: var(--transition);
  cursor: default
}

.area-pill:hover {
  background: var(--gold-muted);
  color: var(--gold);
  border-color: var(--gold)
}

.area-pill.highlight {
  background: var(--gold-muted);
  color: var(--gold);
  border-color: var(--border);
  font-weight: 600
}

/* REVIEWS — card width set in script.js from .reviews-container */
.reviews-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  --reviews-gap: 22px;
}

.reviews-overflow {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  gap: var(--reviews-gap);
  transition: transform 0.55s ease;
  will-change: transform;
}

.review-card {
  box-sizing: border-box;
  flex-shrink: 0;
  min-width: 0;
  background: var(--dark3);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 26px;
  transition: var(--transition);
}

.review-card:hover {
  border-color: var(--gold);
}

.review-stars {
  color: var(--gold);
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 12px
}

.review-card p {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 18px;
  font-style: italic;
  overflow-wrap: break-word;
  word-wrap: break-word
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--black);
  flex-shrink: 0
}

.review-author strong {
  font-size: 13px;
  color: var(--text-light);
  display: block
}

.review-author small {
  font-size: 11px;
  color: var(--text-muted)
}

.reviews-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px
}

.rev-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(201, 168, 76, .1);
  border: 1px solid var(--border);
  color: var(--gold);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition)
}

.rev-btn:hover {
  background: var(--gold);
  color: var(--black)
}

.rev-dots {
  display: flex;
  gap: 8px
}

.rev-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  transition: var(--transition)
}

.rev-dot.active {
  background: var(--gold);
  transform: scale(1.3)
}

/* FAQ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 3px
}

.faq-item {
  background: var(--dark3);
  border: 1px solid rgba(201, 168, 76, .1);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  transition: var(--transition)
}

.faq-item:hover {
  border-color: var(--border)
}

.faq-item.open {
  border-color: var(--gold)
}

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  gap: 12px
}

.faq-q span {
  font-size: 14px;
  color: var(--text-light);
  font-weight: 500;
  line-height: 1.4
}

.faq-item.open .faq-q span {
  color: var(--gold)
}

.faq-icon {
  color: var(--gold);
  font-size: 13px;
  flex-shrink: 0;
  transition: transform .3s
}

.faq-item.open .faq-icon {
  transform: rotate(45deg)
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.8;
  transition: all .35s ease
}

.faq-item.open .faq-a {
  max-height: 300px;
  padding: 0 22px 18px
}

.faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  justify-content: center
}

.faq-tab {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(201, 168, 76, .18);
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 9px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: all .3s;
  font-family: 'Montserrat', sans-serif
}

.faq-tab:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201, 168, 76, .06)
}

.faq-tab.active {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  border-color: var(--gold);
  color: var(--black) !important;
  box-shadow: 0 4px 16px rgba(201, 168, 76, .3)
}

.faq-panel {
  display: none
}

.faq-panel.active {
  display: block;
  animation: fadeInUp .35s ease
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

/* CONTACT */
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px
}

.contact-item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px 18px;
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(201, 168, 76, .1);
  border-radius: 10px;
  text-decoration: none;
  color: var(--text);
  transition: var(--transition)
}

.contact-item:hover {
  border-color: var(--gold);
  background: var(--gold-muted);
  color: var(--text)
}

.contact-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: var(--gold-muted);
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 16px
}

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

.contact-value {
  font-size: 13.5px;
  color: var(--text-light);
  font-weight: 500
}

.contact-form-card {
  padding: 36px;
  background: var(--dark4);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-deep)
}

/* FOOTER */
.site-footer {
  background: var(--black);
  border-top: 1px solid var(--border)
}

.footer-top {
  padding: 65px 0 50px
}

.footer-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--gold);
  margin-bottom: 12px
}

.footer-desc {
  font-size: 13px;
  color: var(--text-muted);
  max-width: 320px;
  line-height: 1.75;
  margin-bottom: 16px
}

.footer-socials {
  display: flex;
  gap: 10px
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(201, 168, 76, .08);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition)
}

.social-icon:hover {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold)
}

.footer-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  color: var(--gold-light);
  margin-bottom: 16px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--border)
}

.footer-links {
  list-style: none;
  padding: 0
}

.footer-links li {
  margin-bottom: 7px
}

.footer-links a {
  color: var(--text-muted);
  font-size: 13px;
  text-decoration: none;
  transition: var(--transition)
}

.footer-links a:hover {
  color: var(--gold);
  padding-left: 5px
}

.footer-contact-list p {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 8px
}

.footer-contact-list a {
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition)
}

.footer-contact-list a:hover {
  color: var(--gold)
}

.footer-bottom-bar {
  background: var(--dark2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 16px 0
}

.fcb-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted)
}

.fcb-item i {
  color: var(--gold)
}

.footer-copy {
  padding: 14px 0;
  font-size: 12px;
  color: var(--text-muted)
}

.footer-copy a {
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition)
}

.footer-copy a:hover {
  color: var(--gold)
}

.footer-legal {
  display: flex;
  gap: 18px;
  flex-wrap: wrap
}

/* FLOATERS */
.floating-btns {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center
}

.fab-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .35)
}

.fab-call {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--black)
}

.fab-call:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 24px rgba(201, 168, 76, .5)
}

.fab-wa {
  background: #25D366;
  color: #fff
}

.fab-wa:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 24px rgba(37, 211, 102, .4)
}

.fab-up {
  background: rgba(201, 168, 76, .15);
  color: var(--gold);
  border: 1px solid var(--border) !important
}

.fab-up:hover {
  background: var(--gold);
  color: var(--black)
}

/* TOAST */
.toast-wrap {
  position: fixed;
  bottom: 90px;
  right: 24px;
  z-index: 9999;
  pointer-events: none
}

.toast-msg {
  background: var(--dark3);
  border: 1px solid var(--gold);
  color: var(--text-light);
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 13px;
  transform: translateY(18px);
  opacity: 0;
  transition: all .35s ease;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .35);
  max-width: 280px
}

.toast-msg.show {
  transform: translateY(0);
  opacity: 1
}

/* SERVICE DETAIL */
.service-detail-visual {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 0 auto;
  min-height: 0;
  width: 100%;
  position: relative;
}

/* New Service Slider Styles */
.service-slider {
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-deep);
  position: relative;
}

.service-slider .swiper-slide img {
  width: 100%;
  /* height: 480px; */
  object-fit: cover;
  filter: brightness(.85);
  display: block;
}

.service-slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}

.service-slider-btn {
  width: 44px;
  height: 44px;
  background: rgba(8, 8, 8, 0.6);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: var(--transition);
}

.service-slider-btn:hover {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}

.service-slider-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.service-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: var(--transition);
}

.service-slider-dot.swiper-pagination-bullet-active {
  background: var(--gold);
  transform: scale(1.3);
  opacity: 1;
}

/* One slide only (e.g. other image is in hero): hide redundant controls */
.service-slider .swiper-wrapper:has(> .swiper-slide:only-child) ~ .service-slider-nav,
.service-slider .swiper-wrapper:has(> .swiper-slide:only-child) ~ .service-slider-dots {
  display: none;
}

.service-detail-img {
  width: 100%;
  border-radius: var(--radius-lg);
  height: 420px;
  object-fit: cover;
  filter: brightness(.82);
  box-shadow: var(--shadow-deep);
  flex-shrink: 0
}

.service-detail-thumb-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 16px;
  flex: 1 1 auto;
  min-height: 0
}

.service-detail-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: var(--dark3);
  border: 1px solid rgba(201, 168, 76, .12);
  min-height: 0
}

.service-detail-thumb img {
  width: 100%;
  height: 100%;
  min-height: 140px;
  object-fit: cover;
  filter: brightness(.85);
  display: block;
  transition: transform .35s ease
}

.service-detail-thumb:hover img {
  transform: scale(1.04)
}

.service-highlights {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(201, 168, 76, .04);
  border: 1px solid rgba(201, 168, 76, .1);
  border-radius: 10px;
  transition: var(--transition)
}

.highlight-item:hover {
  border-color: var(--gold);
  background: rgba(201, 168, 76, .07)
}

.hi-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  font-size: 16px;
  flex-shrink: 0
}

.hi-text h6 {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 3px
}

.hi-text p {
  font-size: 12.5px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6
}

.related-services {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.related-badge {
  background: var(--dark3);
  border: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 12px;
  padding: 7px 16px;
  border-radius: 20px;
  text-decoration: none;
  transition: var(--transition)
}

.related-badge:hover {
  border-color: var(--gold);
  color: var(--gold)
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.process-step {
  display: flex;
  gap: 16px;
  align-items: flex-start
}

.step-num {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0
}

.step-content h6 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 4px
}

.step-content p {
  font-size: 12.5px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6
}

/* BLOG */
.blog-card {
  background: var(--dark3);
  border: 1px solid rgba(201, 168, 76, .12);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .35s ease;
  height: 100%
}

.blog-card:hover {
  border-color: var(--gold);
  transform: translateY(-5px);
  box-shadow: var(--shadow-deep), var(--shadow-gold)
}

.blog-img-wrap {
  height: 200px;
  overflow: hidden
}

.blog-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.75);
  transition: transform .4s ease
}

.blog-card:hover .blog-img-wrap img {
  transform: scale(1.06)
}

.blog-body {
  padding: 20px
}

.blog-meta {
  display: flex;
  gap: 14px;
  margin-bottom: 10px
}

.blog-cat {
  font-size: 10.5px;
  color: var(--gold);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600
}

.blog-date {
  font-size: 10.5px;
  color: var(--text-muted)
}

.blog-body h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  color: var(--text-light);
  margin-bottom: 8px;
  line-height: 1.35
}

.blog-body p {
  font-size: 12.5px;
  color: var(--text-muted);
  margin-bottom: 14px;
  line-height: 1.7
}

.blog-link {
  color: var(--gold);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition)
}

.blog-link:hover {
  color: var(--gold-light);
  gap: 10px
}

/* SAFETY */
.safety-card {
  background: var(--dark3);
  border: 1px solid rgba(201, 168, 76, .12);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: var(--transition);
  height: 100%
}

.safety-card:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-gold)
}

.safety-icon {
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  font-size: 24px;
  margin-bottom: 16px
}

.safety-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 10px
}

.safety-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.75
}

/* POLICY */
.policy-content {
  max-width: 820px;
  margin: 0 auto
}

.policy-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  color: var(--gold-light);
  margin: 32px 0 14px
}

.policy-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--text-light);
  margin: 22px 0 10px
}

.policy-content p {
  font-size: 13.5px;
  color: var(--text-muted);
  margin-bottom: 14px;
  line-height: 1.8
}

.policy-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 16px
}

.policy-content ul li {
  font-size: 13.5px;
  color: var(--text-muted);
  padding: 5px 0 5px 22px;
  position: relative;
  line-height: 1.7
}

.policy-content ul li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 16px
}

/* Long-form service / docs pages (content from docs/*.md) */
.doc-content {
  max-width: 920px;
  margin: 0 auto
}

.doc-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: var(--gold-light);
  margin: 0 0 14px;
  padding-top: 8px
}

.doc-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  color: var(--text-light);
  margin: 24px 0 10px
}

.doc-content h4 {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 20px 0 8px;
  font-weight: 700
}

.doc-content p {
  font-size: 13.5px;
  color: var(--text-muted);
  margin-bottom: 14px;
  line-height: 1.85
}

.doc-content ul,
.doc-content ol {
  font-size: 13.5px;
  color: var(--text-muted);
  margin-bottom: 16px;
  padding-left: 1.2rem;
  line-height: 1.75
}

.doc-content li {
  margin-bottom: 8px
}

.doc-content .doc-cta-box {
  background: rgba(201, 168, 76, .08);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 22px;
  margin: 24px 0;
  text-align: center
}

.doc-content .doc-cta-box p {
  margin-bottom: 0
}

.doc-content hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 28px 0;
  opacity: .6
}

.doc-section {
  margin-bottom: 36px
}

.doc-fleet-table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  margin: 16px 0
}

.doc-fleet-table td,
.doc-fleet-table th {
  padding: 10px 14px;
  border: 1px solid var(--border);
  color: var(--text-muted)
}

.doc-fleet-table th {
  color: var(--gold);
  font-weight: 600;
  text-align: left;
  background: rgba(201, 168, 76, .06)
}

.policy-updated {
  font-size: 12px;
  color: var(--text-muted);
  background: var(--gold-muted);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 8px 14px;
  display: inline-block;
  margin-bottom: 28px
}

/* SUPPORT */
.support-card {
  background: var(--dark3);
  border: 1px solid rgba(201, 168, 76, .12);
  border-radius: var(--radius-lg);
  padding: 28px;
  text-align: center;
  transition: var(--transition);
  height: 100%
}

.support-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold)
}

.support-icon {
  width: 66px;
  height: 66px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  font-size: 26px;
  margin: 0 auto 16px
}

.support-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 10px
}

.support-card p {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 18px;
  line-height: 1.7
}

/* RESPONSIVE */
@media(max-width:991px) {
  .hero-container {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .why-img-secondary {
    display: none
  }

  .why-badge-card {
    bottom: 10px;
    right: 10px
  }

  .service-detail-visual {
    flex: none
  }

  .service-detail-thumb-grid {
    flex: none;
    grid-auto-rows: minmax(88px, 88px);
    min-height: 0
  }

  .parcel-banner .row {
    flex-direction: column;
    text-align: center
  }

  .parcel-banner .col-auto {
    width: 100%
  }

  .parcel-icon {
    margin: 0 auto
  }

  .section-contact {
    padding: 60px 0
  }
}

@media(max-width:767px) {
  .hero-title {
    font-size: 2.6rem
  }

  .hero-subtitle {
    font-size: 14px;
    max-width: 100%
  }

  .hero-tags {
    gap: 10px
  }

  .hero-tags span {
    font-size: 11px
  }

  .section-dark,
  .section-accent,
  .section-light {
    padding: 20px 0
  }

  .booking-progress .bp-step span {
    display: none
  }

  .stats-strip .stat-number {
    font-size: 2rem
  }

  .border-end-stat {
    border-right: none
  }

  .footer-desc {
    max-width: 100%
  }

  .footer-brand-wrap {
    justify-content: center;
  }

  .footer-socials {
    justify-content: center;
    margin: 0 auto;
  }

  .booking-card,
  .contact-form-card {
    padding: 22px
  }

  .page-hero {
    padding: 90px 0 50px;
    min-height: 260px
  }

  .service-hero {
    padding: 16px 0 16px;
    min-height: 320px;
  }

  .page-hero-content {
    text-align: center
  }

  .service-hero-content {
    text-align: center;
  }

  .service-hero-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .service-hero-actions {
    justify-content: center;
  }

  .service-hero-meta {
    justify-content: center;
  }

  .service-hero-media {
    margin-top: 22px;
  }

  .service-hero-media-card img {
    height: auto;
  }

  .page-hero-content .d-flex {
    justify-content: center
  }

  .page-hero-sub {
    margin-left: auto;
    margin-right: auto
  }

  .hero-container {
    text-align: center;
  }

  .hero-title, .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-tags {
    justify-content: center;
  }

  .page-breadcrumb {
    justify-content: center
  }

  .service-hero-breadcrumb {
    justify-content: center;
  }

  .page-hero-tags {
    justify-content: center
  }

  .contact-quickline {
    font-size: 12px;
    word-break: break-word
  }

  .payment-icons-row {
    justify-content: center
  }

  .footer-legal {
    justify-content: center
  }

  .footer-bottom .d-flex {
    flex-direction: column;
    text-align: center;
    gap: 10px
  }

  .section-title {
    font-size: clamp(1.5rem, 4vw, 2.5rem)
  }

  .booking-section {
    padding: 30px 0
  }

  .fleet-note {
    font-size: 12px
  }
}

@media(max-width:480px) {
  .hero-title {
    font-size: 2.1rem
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }

  .hero-actions a {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .top-bar {
    display: none
  }

  .hero-container {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .hero-tags {
    flex-direction: column;
    align-items: center;
    gap: 8px
  }

  .hero-badge {
    font-size: 10px;
    padding: 4px 12px
  }

  .section-tag {
    font-size: 9.5px
  }

  .stat-item {
    padding: 8px 10px
  }

  .stats-strip .stat-number {
    font-size: 1.6rem
  }

  .stats-strip .stat-label {
    font-size: 9px
  }

  .faq-q {
    padding: 14px 16px
  }

  .faq-q span {
    font-size: 13px
  }

  .faq-a {
    padding: 0 16px
  }

  .faq-item.open .faq-a {
    padding: 0 16px 14px
  }

  .review-card {
    padding: 18px
  }

  .review-card p {
    font-size: 12.5px
  }

  .btn-gold-primary {
    font-size: 11.5px;
    padding: 11px 20px
  }

  .btn-outline-gold {
    font-size: 11.5px;
    padding: 10px 18px
  }

  .floating-btns {
    right: 14px;
    bottom: 14px
  }

  .fab-btn {
    width: 44px;
    height: 44px;
    font-size: 17px
  }

  .area-pill {
    font-size: 11px;
    padding: 5px 12px
  }

  .why-item h5 {
    font-size: 13px
  }

  .why-item p {
    font-size: 12px
  }

  .contact-form-card {
    padding: 18px
  }

  .contact-form-card h4 {
    font-size: 1.1rem
  }

  .footer-top {
    padding: 40px 0 30px
  }

  .brand-emblem img {
    width: 120px !important;
    height: auto !important
  }
}

/* ═══════════════════════ EXTENDED STYLES ═══════════════════════ */

/* Mega menu must not be clipped by navbar (inner pages used dropdown-menu-end + overflow-x on body) */
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    overflow: visible !important;
  }
}

/* Dropdown mega menu — Passenger (left) | Specialist (right) */
.dropdown-menu.dropdown-mega.show {
  display: flex !important;
  /* override Bootstrap .dropdown-menu.show { display:block } */
}

.dropdown-mega {
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  min-width: min(540px, calc(100vw - 32px));
  max-width: calc(100vw - 24px);
  padding: 14px 10px;
}

.dropdown-mega-col {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 12px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dropdown-mega-col:first-child {
  border-right: 1px solid var(--border);
}

.dropdown-mega-col .dropdown-item {
  border-radius: 6px;
}

.dropdown-header-label {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  padding: 6px 4px 10px;
  pointer-events: none;
}

.dropdown-divider-gold {
  height: 1px;
  background: var(--border);
  margin: 6px 10px;
}

@media (max-width: 1199.98px) {
  .dropdown-mega {
    flex-direction: column;
    min-width: min(320px, calc(100vw - 32px));
  }

  .dropdown-menu.dropdown-mega {
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .dropdown-mega-col {
    padding: 8px 10px;
  }

  .dropdown-mega-col:first-child {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding-bottom: 14px;
    margin-bottom: 4px;
  }
}

/* Active page indicator */
.nav-link.active-page {
  color: var(--gold) !important;
}

.nav-link.active-page::after {
  left: 11px;
  right: 11px;
}

/* About page — long-form copy + site guide */
.about-prose {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.85;
}

.about-prose p {
  margin-bottom: 1rem;
}

.about-prose p:last-child {
  margin-bottom: 0;
}

.about-prose ul {
  margin-bottom: 1rem;
  padding-left: 1.15rem;
}

.about-prose li {
  margin-bottom: 0.45rem;
}

.about-prose strong {
  color: var(--text-light);
  font-weight: 600;
}

.about-checkline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
}

.about-checkline i {
  color: var(--gold);
  margin-top: 3px;
  flex-shrink: 0;
}

.site-guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 12px;
}

.site-guide-grid a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--dark3);
  border: 1px solid rgba(201, 168, 76, .12);
  border-radius: var(--radius);
  color: var(--text) !important;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .03em;
  transition: var(--transition);
}

.site-guide-grid a i {
  color: var(--gold);
  width: 18px;
  text-align: center;
}

.site-guide-grid a:hover {
  border-color: var(--gold);
  color: var(--gold) !important;
}

/* Mobile-only: same copy as top-bar .badge-available, beside hamburger (xl breakpoint) */
.navbar-mobile-tray {
  gap: 0.35rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}

.navbar-mobile-available {
  display: inline-flex;
  align-items: center;
  align-self: center;
  font-family: var(--font-body, "Montserrat", sans-serif);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1;
  white-space: nowrap;
  min-width: 0;
  flex: 0 1 auto;
  text-align: right;
}

.navbar-mobile-available .pulse-dot {
  font-size: 0.5rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 0;
  vertical-align: middle;
}

.navbar-mobile-tray .navbar-toggler {
  flex: 0 0 auto;
  align-self: center;
}

@media (min-width: 1200px) {
  .navbar-mobile-tray {
    display: none !important;
  }
}

/* Navbar XL breakpoint support */
@media (max-width: 1199px) {
  /* inline-flex keeps label + icon on one row and vertically centered */
  .navbar-expand-xl .navbar-toggler {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .navbar.navbar-expand-xl .navbar-brand {
    margin-right: 0.35rem;
    min-width: 0;
  }

  .navbar.navbar-expand-xl .navbar-brand .brand-img {
    display: block;
    width: auto;
    height: auto;
    max-height: 50px;
    max-width: min(48vw, 168px);
    object-fit: contain;
  }

  .navbar-expand-xl .navbar-collapse {
    display: none !important;
  }

  .navbar-expand-xl .navbar-collapse.show {
    display: block !important;
  }
}

@media (max-width: 400px) {
  .navbar.navbar-expand-xl .navbar-brand .brand-img {
    max-height: 44px;
    max-width: min(44vw, 150px);
  }

  .navbar-mobile-available {
    font-size: 0.55rem;
    letter-spacing: 0.02em;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
}

/* Toast */
.toast-wrap {
  position: fixed;
  bottom: 90px;
  right: 24px;
  z-index: 9999;
  pointer-events: none;
}

.toast-msg {
  background: var(--dark3);
  border: 1px solid var(--gold);
  color: var(--text-light);
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 13px;
  transform: translateY(18px);
  opacity: 0;
  transition: all .35s ease;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .35);
  max-width: 280px;
  white-space: pre-wrap;
}

.toast-msg.show {
  transform: translateY(0);
  opacity: 1;
}

/* Anchor: contact form clears fixed nav */
#contact-form {
  scroll-margin-top: 96px;
}

/* Book Now — same circular stack as Call/WhatsApp; script injects .fab-book; hidden xl+ */
.fab-book {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--black) !important;
}

.fab-book:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 24px rgba(201, 168, 76, 0.5);
  color: var(--black) !important;
}

@media (min-width: 1200px) {
  .fab-book {
    display: none !important;
  }
}

/* Section contact */
.section-contact {
  background: var(--dark3);
  padding: 90px 0;
}

/* Footer extras */
.footer-brand-wrap {
  margin-bottom: 14px;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 16px 0;
  font-size: 12px;
  color: var(--text-muted);
}

.footer-bottom a {
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}

.footer-bottom a:hover {
  color: var(--gold);
}

.footer-legal {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Service card clickable */
.service-card a[style*="color:inherit"] {
  transition: none;
}

.service-card:hover h3 a {
  color: var(--gold) !important;
}

/* Parcel banner fix */
.parcel-banner h5 {
  margin-bottom: 4px;
  color: var(--text-light);
  font-size: 1rem;
  font-weight: 600;
}

/* Review nav buttons fix */
.rev-btn {
  background: rgba(201, 168, 76, .1);
  border: 1px solid var(--border);
  color: var(--gold);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.rev-btn:hover {
  background: var(--gold);
  color: var(--black);
}

.reviews-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.rev-dots {
  display: flex;
  gap: 8px;
}

.rev-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  transition: var(--transition);
}

.rev-dot.active {
  background: var(--gold);
  transform: scale(1.3);
}

/* FAQ fix */
.faq-icon {
  color: var(--gold);
  font-size: 13px;
  flex-shrink: 0;
  transition: transform .3s;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

/* Booking progress */
.bp-step {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.bp-line {
  flex: 1;
  height: 1px;
  background: var(--border);
  margin: 0 10px;
}

.bp-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-muted);
  transition: var(--transition);
}

.bp-step.active .bp-num {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--black);
}

.bp-step.done .bp-num {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  color: var(--black);
}

.bp-step span {
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.bp-step.active span {
  color: var(--gold);
}

/* Glass inputs focus */
.glass-input:focus,
.form-control.glass-input:focus,
.form-select.glass-input:focus {
  background: rgba(201, 168, 76, .06) !important;
  border-color: var(--gold) !important;
  box-shadow: 0 0 0 3px rgba(201, 168, 76, .12) !important;
  outline: none;
  color: var(--text) !important;
}

/* Success animation */
.success-anim {
  font-size: 56px;
  color: var(--gold);
  animation: successPop .5s cubic-bezier(.17, .89, .32, 1.49);
}

@keyframes successPop {
  0% {
    transform: scale(0);
    opacity: 0
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

/* Vehicle select cards */
.v-card {
  background: var(--dark3);
  border: 2px solid rgba(201, 168, 76, .12);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  transition: all .3s ease;
}

.v-card:hover,
.v-card.selected {
  border-color: var(--gold);
  box-shadow: 0 0 20px rgba(201, 168, 76, .2);
}

.v-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  filter: brightness(.7);
}

.v-card-body {
  padding: 12px;
}

.v-card-body h6 {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 4px;
}

.v-card-body small {
  font-size: 11px;
  color: var(--text-muted);
}

.v-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--gold);
  font-weight: 700;
  margin-top: 6px;
}

.extras-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.extra-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
  cursor: pointer;
}

.extra-check input {
  accent-color: var(--gold);
}

/* Areas */
.areas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.area-pill {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(201, 168, 76, .15);
  color: var(--text-muted);
  font-size: 12px;
  padding: 7px 16px;
  border-radius: 20px;
  transition: var(--transition);
  cursor: default;
}

.area-pill:hover {
  background: var(--gold-muted);
  color: var(--gold);
  border-color: var(--gold);
}

.area-pill.highlight {
  background: var(--gold-muted);
  color: var(--gold);
  border-color: var(--border);
  font-weight: 600;
}

/* Contact items */
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.contact-item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px 18px;
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(201, 168, 76, .1);
  border-radius: 10px;
  text-decoration: none;
  color: var(--text);
  transition: var(--transition);
}

.contact-item:hover {
  border-color: var(--gold);
  background: rgba(201, 168, 76, .07);
  color: var(--text);
}

.contact-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: rgba(201, 168, 76, .1);
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 16px;
}

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

.contact-value {
  font-size: 13.5px;
  color: var(--text-light);
  font-weight: 500;
}

.contact-quickline {
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.75;
  opacity: .95;
}

.contact-form-card {
  padding: 36px;
  background: var(--dark3);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-deep);
}

.pay-lbl {
  font-size: 10.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.pay-icons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.pay-icons span {
  font-size: 28px;
  color: var(--text-muted);
  transition: var(--transition);
}

.pay-icons span:hover {
  color: var(--gold);
}

/* Dark 4 */
.dark4 {
  background: var(--dark4);
}

/* Pulse dot */
.pulse-dot {
  font-size: 7px;
  color: #4ade80;
  animation: pulseA 1.4s infinite;
}

@keyframes pulseA {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .25
  }
}

.badge-available {
  background: rgba(201, 168, 76, .1);
  border: 1px solid var(--border);
  color: var(--gold);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 10.5px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.top-bar-cta {
  background: var(--gold);
  color: var(--black) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: var(--transition);
}

.top-bar-cta:hover {
  background: var(--gold-light);
}

/* HOME.md — index intro & service matrix */
.home-offer-list {
  padding-left: 1.25rem;
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.85;
}

.home-offer-list li {
  margin-bottom: 0.35rem;
}

.home-service-matrix {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.home-matrix-cell {
  display: block;
  padding: 14px 12px;
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text) !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: var(--transition);
}

.home-matrix-cell:hover {
  background: var(--gold-muted);
  color: var(--gold) !important;
  border-color: var(--gold-border);
}

.home-md-intro .section-title {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
}

img { max-width: 100%; height: auto; }
