/* Pages CSS: Services, Fleets, Plans & Budgets, About Us, Contact */

/* Common Hero Banners */
.services-hero-banner,
.fleet-hero-banner,
.plans-hero-banner,
.about-hero-banner,
.contact-hero-banner {
  padding-top: 130px;
  padding-bottom: 4.5rem;
  background-color: var(--bg-deep-blue);
  color: var(--text-light);
}

/* Fresh Contact Experience */
.contact-refresh-body {
  background: #f3f0e9;
}

.contact-refresh-nav {
  background: rgba(4, 14, 31, 0.3) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.contact-refresh-nav .nav-item {
  color: rgba(255, 255, 255, 0.82) !important;
}

.contact-refresh-nav .nav-item:hover,
.contact-refresh-nav .nav-item.active {
  color: #ffffff !important;
}

.contact-refresh-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-refresh-brand strong {
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.05;
}

.contact-refresh-brand span {
  margin-top: 2px;
  color: #d6b04c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-refresh-page {
  overflow: hidden;
  background: #f3f0e9;
}

.contact-refresh-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 9rem 0 4.5rem;
  color: #ffffff;
  background: #071326;
}

.contact-refresh-hero-video,
.contact-refresh-hero-shade,
.contact-refresh-grid-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact-refresh-hero-video {
  z-index: -3;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.62) saturate(1.12) contrast(1.08);
  pointer-events: none;
}

.contact-refresh-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 12, 28, 0.92) 0%, rgba(3, 12, 28, 0.68) 44%, rgba(3, 12, 28, 0.34) 100%),
    linear-gradient(180deg, rgba(3, 12, 28, 0.5), rgba(3, 12, 28, 0.74));
  pointer-events: none;
}

.contact-refresh-grid-lines {
  z-index: -1;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 78%);
  animation: refreshGridDrift 18s linear infinite;
  pointer-events: none;
}

.contact-refresh-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
}

.contact-refresh-hero-copy {
  max-width: 750px;
  animation: refreshHeroIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.contact-refresh-kicker,
.contact-refresh-overline {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #d6b04c;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-refresh-kicker i {
  font-size: 0.78rem;
}

.contact-refresh-hero-copy h1 {
  max-width: 730px;
  margin-top: 1.3rem;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(3.6rem, 7.6vw, 7.7rem);
  font-weight: 750;
  line-height: 0.93;
  letter-spacing: 0;
}

.contact-refresh-hero-copy h1 em,
.contact-refresh-section-head h2 em,
.contact-refresh-final h2 em {
  color: #d6b04c;
  font-style: normal;
}

.contact-refresh-hero-copy p {
  max-width: 590px;
  margin-top: 1.8rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.75;
}

.contact-refresh-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.25rem;
}

.contact-refresh-actions .btn {
  min-height: 54px;
}

.contact-refresh-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #ffffff;
  text-decoration: none;
}

.contact-refresh-phone-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 176, 76, 0.55);
  border-radius: 50%;
  color: #d6b04c;
}

.contact-refresh-phone small,
.refresh-direct-item small {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-refresh-phone strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.92rem;
  font-weight: 800;
}

.contact-refresh-hero-card {
  position: relative;
  max-width: 390px;
  justify-self: end;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(7, 19, 38, 0.54);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  animation: refreshCardIn 1s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both, refreshCardFloat 7s 1.4s ease-in-out infinite;
}

.refresh-card-top,
.refresh-card-points,
.refresh-card-whatsapp {
  display: flex;
  align-items: center;
}

.refresh-card-top {
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.refresh-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #69d79a;
  box-shadow: 0 0 0 5px rgba(105, 215, 154, 0.14);
  animation: refreshPulse 2s ease-in-out infinite;
}

.refresh-card-code {
  margin-left: auto;
  color: #d6b04c;
  font-size: 0.6rem;
}

.refresh-card-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3.2rem;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.refresh-card-route i {
  color: #d6b04c;
  font-size: 1.25rem;
}

.refresh-card-divider,
.refresh-rail-line {
  height: 1px;
  margin: 1.25rem 0;
  background: rgba(255, 255, 255, 0.16);
}

.refresh-card-points {
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 650;
}

.refresh-card-points i {
  margin-right: 0.25rem;
  color: #d6b04c;
}

.refresh-card-whatsapp {
  justify-content: space-between;
  gap: 0.7rem;
  margin-top: 2.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.refresh-card-whatsapp i:first-child {
  color: #55d886;
  font-size: 1.1rem;
}

.refresh-card-whatsapp i:last-child {
  margin-left: auto;
  color: #d6b04c;
}

.contact-refresh-hero-footer {
  position: absolute;
  right: 0;
  bottom: 1.6rem;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.refresh-scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #d6b04c;
}

.contact-refresh-quote,
.contact-refresh-services {
  padding: clamp(5.5rem, 9vw, 9rem) 0;
}

/* ============================================================
   01: CUSTOM MOBILITY REQUEST SECTION - LUXURY REDESIGN
   ============================================================ */
/* ============================================================
   01: CUSTOM MOBILITY REQUEST SECTION - LUXURY LIGHT THEME
   ============================================================ */
.contact-refresh-quote {
  position: relative;
  background: #FAF9F6;
  color: #0B1325;
  padding: clamp(5.5rem, 8vw, 8rem) 0;
  overflow: hidden;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
}

.contact-quote-ambient-glow {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1100px;
  height: 450px;
  background: radial-gradient(ellipse at center, rgba(217, 119, 6, 0.06) 0%, rgba(226, 232, 240, 0.5) 50%, transparent 75%);
  filter: blur(65px);
  pointer-events: none;
  z-index: 0;
}

.contact-refresh-quote .contact-refresh-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 3rem;
  position: relative;
  z-index: 1;
}

.contact-refresh-quote .contact-refresh-section-head h2 {
  margin-top: 0.75rem;
  color: #0B1325;
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.contact-refresh-quote .contact-refresh-section-head p {
  color: #475569;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.7;
  margin: 0;
  font-weight: 550;
}

.contact-refresh-quote .contact-h1-gold,
.contact-refresh-form-section .contact-h1-gold {
  background: linear-gradient(135deg, #B45309 0%, #D97706 50%, #92400E 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: inline-block;
}

/* TOP TIER: 3 Spacious Full-Width Luxury Pillar Cards */
.contact-refresh-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin-top: 3.8rem;
  position: relative;
  z-index: 1;
  align-items: stretch;
}

.refresh-detail-card {
  position: relative;
  background: #FFFFFF;
  border: 1.5px solid #E2E8F0;
  border-radius: 20px;
  padding: 2.4rem 2rem 2rem;
  box-shadow: 0 12px 32px rgba(11, 19, 37, 0.06);
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.refresh-detail-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, transparent, #D97706, transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.refresh-detail-card:hover {
  transform: translateY(-8px);
  border-color: #D97706;
  background: #FFFFFF;
  box-shadow: 0 24px 50px rgba(11, 19, 37, 0.12), 0 0 25px rgba(217, 119, 6, 0.15);
}

.refresh-detail-card:hover::before {
  opacity: 1;
}

.pillar-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.4rem;
}

.pillar-number {
  font-family: var(--font-heading);
  color: #D97706;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

.pillar-category-badge {
  padding: 0.3rem 0.75rem;
  background: #F1F5F9;
  border: 1px solid #CBD5E1;
  border-radius: 999px;
  color: #1E293B;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.pillar-icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #FEF3C7;
  border: 1.5px solid #FDE68A;
  color: #B45309;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.3rem;
  transition: all 0.3s ease;
}

.refresh-detail-card:hover .pillar-icon-wrap {
  background: #D97706;
  color: #FFFFFF;
  transform: scale(1.08) rotate(-4deg);
  box-shadow: 0 10px 24px rgba(217, 119, 6, 0.35);
}

.refresh-detail-card h3 {
  color: #0B1325;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 850;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.refresh-detail-card p {
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.62;
  margin: 0 0 1.3rem;
  font-weight: 500;
}

.pillar-perks {
  list-style: none;
  padding: 0;
  margin: 0 0 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex-grow: 1;
}

.pillar-perks li {
  color: #1E293B;
  font-size: 0.86rem;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  line-height: 1.4;
}

.pillar-perks li i {
  color: #059669;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.pillar-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.8rem 1.25rem;
  background: #F8FAFC;
  border: 1.5px solid #CBD5E1;
  border-radius: 999px;
  color: #0F172A;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
  margin-top: auto;
}

.pillar-action-btn i {
  color: #D97706;
  font-size: 0.9rem;
  transition: transform 0.25s ease;
}

.refresh-detail-card:hover .pillar-action-btn {
  background: #D97706;
  color: #FFFFFF;
  border-color: #D97706;
  box-shadow: 0 6px 18px rgba(217, 119, 6, 0.35);
}

.refresh-detail-card:hover .pillar-action-btn i {
  color: #FFFFFF;
  transform: translateX(5px);
}

/* BOTTOM TIER: Concierge & Desks Hub Row */
.contact-custom-hub-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.8rem;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
  align-items: stretch;
}

.custom-hub-box {
  background: #FFFFFF;
  border: 1.5px solid #E2E8F0;
  border-radius: 20px;
  padding: 1.8rem 1.8rem 1.6rem;
  box-shadow: 0 12px 30px rgba(11, 19, 37, 0.05);
  display: flex;
  flex-direction: column;
}

.custom-hub-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #E2E8F0;
}

.custom-hub-title {
  color: #0B1325;
  font-size: 1.05rem;
  font-weight: 850;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.custom-hub-tag {
  padding: 0.2rem 0.6rem;
  background: #F1F5F9;
  border: 1px solid #CBD5E1;
  border-radius: 999px;
  color: #475569;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.custom-hub-channels-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex-grow: 1;
}

.hub-channel-card {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding: 0.85rem 1.1rem;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  color: #0B1325;
  text-decoration: none;
  transition: all 0.25s ease;
}

.hub-channel-card:hover {
  background: #F1F5F9;
  border-color: #D97706;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(11, 19, 37, 0.08);
}

.hub-channel-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #FEF3C7;
  color: #B45309;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.hub-channel-card:hover .hub-channel-icon {
  background: #D97706;
  color: #FFFFFF;
}

.hub-channel-icon.whatsapp-accent {
  background: rgba(37, 211, 102, 0.15);
  color: #16A34A;
}

.hub-channel-card:hover .hub-channel-icon.whatsapp-accent {
  background: #16A34A;
  color: #FFFFFF;
}

.hub-channel-icon.email-accent {
  background: rgba(59, 130, 246, 0.15);
  color: #2563EB;
}

.hub-channel-card:hover .hub-channel-icon.email-accent {
  background: #2563EB;
  color: #FFFFFF;
}

.hub-channel-info {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hub-channel-info small {
  color: #64748B;
  font-size: 0.68rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hub-channel-info strong {
  color: #0B1325;
  font-size: 0.94rem;
  font-weight: 850;
  margin-top: 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-hub-locations-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  flex-grow: 1;
}

.hub-location-card {
  padding: 1rem 1.25rem;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
}

.hub-loc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.hub-loc-head strong {
  color: #0B1325;
  font-size: 0.92rem;
  font-weight: 850;
}

.hub-location-card p {
  margin: 0.45rem 0 0;
  color: #475569;
  font-size: 0.82rem;
  line-height: 1.5;
  font-weight: 500;
}

.badge-tn {
  padding: 0.2rem 0.55rem;
  background: #FEF3C7;
  border: 1px solid #FDE68A;
  border-radius: 6px;
  color: #B45309;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.badge-hub {
  padding: 0.2rem 0.55rem;
  background: #EFF6FF;
  border: 1px solid #BFDBFE;
  border-radius: 6px;
  color: #1D4ED8;
  font-size: 0.65rem;
  font-weight: 850;
}

.rail-live-pulse {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.6rem;
  background: #DCFCE7;
  border: 1px solid #86EFAC;
  border-radius: 999px;
  color: #15803D;
  font-size: 0.68rem;
  font-weight: 800;
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #16A34A;
  box-shadow: 0 0 8px #16A34A;
  animation: liveDotPulse 1.8s infinite;
}

@keyframes liveDotPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.4; }
}

@media (max-width: 1024px) {
  .contact-refresh-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-custom-hub-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contact-refresh-quote .contact-refresh-section-head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .contact-refresh-detail-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
}

/* ============================================================
   02: BESPOKE QUOTATION FORM - LUXURY LIGHT THEME
   ============================================================ */
.contact-refresh-form-section {
  position: relative;
  background: #FFFFFF;
  color: #0B1325;
  padding: clamp(5.5rem, 8vw, 8.5rem) 0;
  overflow: hidden;
  border-top: 1px solid #E2E8F0;
}

.contact-form-ambient-glow {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1000px;
  height: 500px;
  background: radial-gradient(ellipse at center, rgba(217, 119, 6, 0.05) 0%, rgba(241, 245, 249, 0.6) 50%, transparent 75%);
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}

.contact-refresh-form-section .contact-refresh-section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-refresh-form-section .contact-refresh-section-head h2 {
  margin-top: 0.75rem;
  color: #0B1325;
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  font-weight: 850;
  line-height: 1.12;
}

.contact-refresh-form-section .contact-refresh-section-head p {
  color: #475569;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.65;
  margin-top: 0.85rem;
  font-weight: 550;
}

.contact-refresh-form-wrap {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 3.5rem auto 0;
}

.contact-refresh-form {
  background: #FFFFFF;
  border: 1.5px solid #E2E8F0;
  border-radius: 24px;
  padding: clamp(2rem, 4vw, 3.2rem);
  box-shadow: 0 24px 60px rgba(11, 19, 37, 0.08);
}

/* Form Mode Switcher Tabs */
.form-mode-selector {
  display: flex;
  gap: 0.75rem;
  background: #0B1325;
  padding: 0.45rem;
  border-radius: 999px;
  border: 1px solid #1E293B;
  margin-bottom: 2.2rem;
}

.form-mode-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: #94A3B8;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.28s ease;
}

.form-mode-btn i {
  font-size: 1rem;
}

.form-mode-btn:hover {
  color: #FFFFFF;
}

.form-mode-btn.active {
  background: linear-gradient(135deg, #D97706 0%, #F59E0B 100%);
  color: #060C18;
  font-weight: 850;
  box-shadow: 0 4px 18px rgba(217, 119, 6, 0.4);
}

/* Form Subheadings */
.form-subheading {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.8rem 0 1.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #E2E8F0;
}

.subheading-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FEF3C7;
  border: 1.5px solid #D97706;
  color: #B45309;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.88rem;
  flex-shrink: 0;
}

.form-subheading h4 {
  color: #0B1325;
  font-size: 1.15rem;
  font-weight: 850;
  margin: 0;
}

.form-subheading p {
  color: #64748B;
  font-size: 0.82rem;
  margin: 0.2rem 0 0;
}

/* Form Grids & Inputs */
.refresh-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.form-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.refresh-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.refresh-field label {
  color: #0F172A;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.refresh-field label i {
  color: #D97706;
  font-size: 0.82rem;
}

.refresh-field input,
.refresh-field select,
.refresh-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.75rem 1rem;
  border: 1.5px solid #CBD5E1;
  border-radius: 10px;
  outline: 0;
  color: #0F172A !important;
  background: #F8FAFC;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  transition: all 0.25s ease;
}

.refresh-field select option {
  background: #FFFFFF;
  color: #0F172A;
  padding: 8px;
}

.refresh-field textarea {
  min-height: 95px;
  resize: vertical;
}

.refresh-field input::placeholder,
.refresh-field textarea::placeholder {
  color: #94A3B8;
}

.refresh-field input:focus,
.refresh-field select:focus,
.refresh-field textarea:focus {
  border-color: #D97706;
  background: #FFFFFF;
  box-shadow: 0 0 0 3.5px rgba(217, 119, 6, 0.18);
}

.refresh-full-field {
  margin-top: 1.25rem;
}

/* Submit Row */
.form-submit-row {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  align-items: center;
}

.submit-main-btn {
  flex: 1.4;
  padding: 0.9rem 1.8rem;
  font-size: 0.95rem;
  font-weight: 850;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.form-submit-row .btn-whatsapp {
  flex: 1.1;
  padding: 0.9rem 1.8rem;
  font-size: 0.95rem;
  font-weight: 850;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  cursor: pointer;
}

.form-trust-chips {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
  color: #475569;
  font-size: 0.78rem;
  font-weight: 700;
}

.form-trust-chips span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

/* Success Confirmation State */
.contact-refresh-success {
  background: #FFFFFF;
  border: 1.5px solid #E2E8F0;
  border-radius: 24px;
  padding: 3.5rem 2.5rem;
  text-align: center;
  box-shadow: 0 24px 60px rgba(11, 19, 37, 0.08);
}

.success-badge-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #DCFCE7;
  border: 2px solid #16A34A;
  color: #16A34A;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.contact-refresh-success h3 {
  color: #0B1325;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 850;
  margin: 0.6rem 0 0.8rem;
}

.contact-refresh-success p {
  color: #475569;
  font-size: 0.96rem;
  max-width: 540px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.success-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .form-grid-3,
  .refresh-form-grid {
    grid-template-columns: 1fr;
  }

  .form-mode-selector {
    flex-direction: column;
    border-radius: 16px;
    gap: 0.4rem;
  }

  .form-submit-row {
    flex-direction: column;
  }

  .form-trust-chips {
    gap: 0.8rem;
  }
}

/* ============================================================
   03: THE RIGHT FIT / CORE SERVICES ECOSYSTEM - LUXURY LIGHT THEME
   ============================================================ */
.contact-refresh-services {
  position: relative;
  background: #FAF9F6;
  color: #0B1325;
  padding: clamp(5.5rem, 8vw, 8.5rem) 0;
  overflow: hidden;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
}

.contact-services-ambient-glow {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1100px;
  height: 450px;
  background: radial-gradient(ellipse at center, rgba(217, 119, 6, 0.06) 0%, rgba(226, 232, 240, 0.5) 50%, transparent 75%);
  filter: blur(65px);
  pointer-events: none;
  z-index: 0;
}

.contact-refresh-services .contact-refresh-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 3rem;
  position: relative;
  z-index: 1;
}

.contact-refresh-services .contact-refresh-section-head h2 {
  margin-top: 0.75rem;
  color: #0B1325;
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.contact-refresh-services .contact-refresh-section-head p {
  color: #475569;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.7;
  margin: 0;
  font-weight: 550;
}

.refresh-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin-top: 3.8rem;
  position: relative;
  z-index: 1;
  align-items: stretch;
}

.refresh-service-card {
  position: relative;
  background: #FFFFFF;
  border: 1.5px solid #E2E8F0;
  border-radius: 20px;
  padding: 2.4rem 2rem 2rem;
  box-shadow: 0 12px 32px rgba(11, 19, 37, 0.06);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #0B1325;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.refresh-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, transparent, #D97706, transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.refresh-service-card:hover {
  transform: translateY(-8px);
  border-color: #D97706;
  background: #FFFFFF;
  box-shadow: 0 24px 50px rgba(11, 19, 37, 0.12), 0 0 25px rgba(217, 119, 6, 0.15);
}

.refresh-service-card:hover::before {
  opacity: 1;
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.4rem;
}

.service-card-num {
  font-family: var(--font-heading);
  color: #D97706;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

.service-card-badge {
  padding: 0.3rem 0.75rem;
  background: #F1F5F9;
  border: 1px solid #CBD5E1;
  border-radius: 999px;
  color: #1E293B;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.service-card-icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #FEF3C7;
  border: 1.5px solid #FDE68A;
  color: #B45309;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.3rem;
  transition: all 0.3s ease;
}

.refresh-service-card:hover .service-card-icon-wrap {
  background: #D97706;
  color: #FFFFFF;
  transform: scale(1.08) rotate(-4deg);
  box-shadow: 0 10px 24px rgba(217, 119, 6, 0.35);
}

.refresh-service-card h3 {
  color: #0B1325;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 850;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.refresh-service-card p {
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.62;
  margin: 0 0 1.3rem;
  font-weight: 500;
}

.service-card-perks {
  list-style: none;
  padding: 0;
  margin: 0 0 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex-grow: 1;
}

.service-card-perks li {
  color: #1E293B;
  font-size: 0.86rem;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  line-height: 1.4;
}

.service-card-perks li i {
  color: #059669;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.service-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.8rem 1.25rem;
  background: #F8FAFC;
  border: 1.5px solid #CBD5E1;
  border-radius: 999px;
  color: #0F172A;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
  margin-top: auto;
}

.service-card-btn i {
  color: #D97706;
  font-size: 0.9rem;
  transition: transform 0.25s ease;
}

.refresh-service-card:hover .service-card-btn {
  background: #D97706;
  color: #FFFFFF;
  border-color: #D97706;
  box-shadow: 0 6px 18px rgba(217, 119, 6, 0.35);
}

.refresh-service-card:hover .service-card-btn i {
  color: #FFFFFF;
  transform: translateX(5px);
}

@media (max-width: 1024px) {
  .refresh-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .contact-refresh-services .contact-refresh-section-head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .refresh-service-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
}

.contact-refresh-final {
  position: relative;
  min-height: 530px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background: #071326;
}

.contact-refresh-final-image,
.contact-refresh-final-shade {
  position: absolute;
  inset: 0;
}

.contact-refresh-final-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  filter: saturate(0.88);
}

.contact-refresh-final-shade {
  background: linear-gradient(90deg, rgba(3, 12, 28, 0.92), rgba(3, 12, 28, 0.54), rgba(3, 12, 28, 0.3));
}

.contact-refresh-final-inner {
  position: relative;
  z-index: 1;
}

.contact-refresh-final h2 {
  margin-top: 1rem;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.95;
}

.contact-refresh-final p {
  max-width: 430px;
  margin-top: 1.2rem;
  color: rgba(255, 255, 255, 0.66);
}

.contact-refresh-final .contact-refresh-actions {
  margin-top: 1.7rem;
}

@keyframes refreshHeroIn {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes refreshCardIn {
  from { opacity: 0; transform: translateY(36px) rotate(2deg); }
  to { opacity: 1; transform: translateY(0) rotate(0); }
}

@keyframes refreshCardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes refreshPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.8); }
}

@keyframes refreshGridDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-84px, 84px, 0); }
}

@media (max-width: 1000px) {
  .contact-refresh-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    gap: 2.5rem;
  }

  .contact-refresh-hero-copy h1 {
    font-size: clamp(3.35rem, 8vw, 5.7rem);
  }

  .contact-refresh-quote-layout {
    gap: 2.5rem;
  }
}

@media (max-width: 760px) {
  .contact-refresh-hero {
    min-height: 860px;
    align-items: flex-start;
    padding-top: 9rem;
  }

  .contact-refresh-hero-shade {
    background: linear-gradient(180deg, rgba(3, 12, 28, 0.72), rgba(3, 12, 28, 0.86));
  }

  .contact-refresh-hero-inner,
  .contact-refresh-section-head,
  .contact-refresh-quote-layout {
    grid-template-columns: 1fr;
  }

  .contact-refresh-hero-inner {
    align-content: start;
  }

  .contact-refresh-hero-copy h1 {
    font-size: clamp(3rem, 13vw, 5.3rem);
  }

  .contact-refresh-hero-card {
    width: 100%;
    max-width: 440px;
    justify-self: start;
  }

  .contact-refresh-section-head p {
    justify-self: start;
  }

  .contact-refresh-quote-layout {
    margin-top: 3rem;
  }

  .refresh-service-grid {
    grid-template-columns: 1fr;
  }

  .refresh-service-card {
    min-height: 260px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .refresh-service-card:last-child {
    border-bottom: 0;
  }

  .contact-refresh-hero-footer span:first-child,
  .contact-refresh-hero-footer span:last-child {
    display: none;
  }

  .contact-refresh-hero-footer {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .contact-refresh-nav {
    height: 104px;
  }

  .contact-refresh-brand strong {
    font-size: 18px;
  }

  .contact-refresh-brand span {
    font-size: 8px;
  }

  .contact-refresh-hero {
    min-height: 900px;
    padding-top: 8.5rem;
  }

  .contact-refresh-hero-copy h1 {
    font-size: 3.25rem;
  }

  .contact-refresh-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-refresh-actions .btn,
  .contact-refresh-phone {
    width: 100%;
  }

  .contact-refresh-phone {
    justify-content: center;
  }

  .refresh-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-refresh-form,
  .contact-refresh-success {
    padding: 1.25rem;
  }

  .contact-refresh-final {
    min-height: 560px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-refresh-hero-copy,
  .contact-refresh-hero-card,
  .contact-refresh-grid-lines,
  .refresh-live-dot {
    animation: none;
  }
}

/* Contact page follows the light home-page visual system. */
.contact-refresh-nav {
  background: rgba(255, 255, 255, 0.86) !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
  box-shadow: 0 4px 20px rgba(11, 19, 37, 0.05) !important;
}

.contact-refresh-nav .nav-item {
  color: #3F3F46 !important;
}

.contact-refresh-nav .nav-item:hover {
  background: rgba(9, 9, 11, 0.06) !important;
  color: #09090B !important;
}

.contact-refresh-nav .nav-item.active {
  background: #09090B !important;
  color: #FFFFFF !important;
  box-shadow: 0 2px 6px rgba(9, 9, 11, 0.15) !important;
}

.contact-refresh-brand strong {
  color: #0b2046;
}

.contact-refresh-hero {
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(6.5rem, 10vh, 8rem) 0 2rem;
  color: #FFFFFF;
  background: #060c18;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.contact-refresh-hero-video {
  opacity: 0.28;
  filter: saturate(1.2) brightness(0.7) contrast(1.1);
}

.contact-refresh-hero-shade {
  background: radial-gradient(circle at 25% 45%, rgba(30, 58, 138, 0.3) 0%, rgba(6, 12, 24, 0.92) 60%, #060c18 100%);
}

.contact-refresh-grid-lines {
  opacity: 0.06;
  background-image: linear-gradient(rgba(212, 175, 55, 0.3) 1px, transparent 1px), linear-gradient(90deg, rgba(212, 175, 55, 0.3) 1px, transparent 1px);
  mask-image: radial-gradient(circle at center, #000 30%, transparent 80%);
}

.contact-refresh-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 3.5vw, 3.5rem);
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  z-index: 2;
}

/* LEFT SIDE: 3-Car Stage */
.contact-hero-cars-side {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-3car-stage-wrapper {
  width: 100%;
  max-width: 660px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-3car-stage {
  position: relative;
  width: 100%;
  height: clamp(300px, 38vh, 370px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.contact-stage-glow {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  height: 150px;
  background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.25) 0%, rgba(30, 58, 138, 0.32) 45%, transparent 70%);
  filter: blur(32px);
  pointer-events: none;
  z-index: 0;
}

.contact-cars-ground-shadow {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 42px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 55%, transparent 75%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}

.contact-stage-car {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform-origin: bottom center;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  will-change: transform;
}

.contact-stage-car-img {
  display: block;
  width: auto;
  height: clamp(190px, 24vh, 240px);
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.8));
  user-select: none;
  transition: transform 0.3s ease;
}

.c-car-left {
  transform: translateX(-50%) translateX(-155px) scale(0.92);
  z-index: 2;
}

.c-car-right {
  transform: translateX(-50%) translateX(155px) scale(0.92);
  z-index: 2;
}

.c-car-center {
  transform: translateX(-50%) scale(1.1);
  z-index: 5;
  bottom: 8px;
}

.c-car-center .center-car-img {
  height: clamp(230px, 29vh, 285px);
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.95));
}

.contact-stage-car:hover {
  z-index: 10;
}

.c-car-left:hover {
  transform: translateX(-50%) translateX(-155px) translateY(-10px) scale(0.96);
}

.c-car-right:hover {
  transform: translateX(-50%) translateX(155px) translateY(-10px) scale(0.96);
}

.c-car-center:hover {
  transform: translateX(-50%) translateY(-10px) scale(1.15);
}

.contact-stage-badge {
  margin-top: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.42rem 1.05rem;
  background: rgba(11, 22, 44, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 999px;
  color: #F1F5F9;
  font-size: 0.76rem;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
}

/* RIGHT SIDE: Content & Actions */
.contact-hero-content-side {
  max-width: 580px;
}

.contact-hero-content-side h1 {
  margin: 0 0 0.75rem;
  color: #FFFFFF;
  font-size: clamp(2.35rem, 3.7vw, 3.4rem);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.contact-h1-gold {
  background: linear-gradient(135deg, #FFFFFF 0%, #F59E0B 50%, #D4AF37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  white-space: nowrap;
}

.contact-hero-content-side {
  max-width: 640px;
}

.contact-hero-content-side p {
  color: #94A3B8;
  font-size: clamp(0.92rem, 1.05vw, 1.02rem);
  line-height: 1.6;
  margin-top: 0.6rem;
}

.contact-refresh-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: nowrap;
  margin-top: 1.25rem;
  width: 100%;
}

.contact-refresh-actions .btn {
  flex: 1 1 0;
  padding: 0.65rem 0.65rem;
  font-size: 0.82rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-weight: 750;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: center;
}

.btn-whatsapp {
  background: #25D366;
  color: #ffffff !important;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-weight: 750;
  border-radius: 999px;
  padding: 0.65rem 0.65rem;
  font-size: 0.82rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
  flex: 1 1 0;
  box-sizing: border-box;
  white-space: nowrap;
}

.btn-whatsapp:hover {
  background: #20ba5a;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
}

.btn-outline-light {
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  color: #F8FAFC;
  background: rgba(255, 255, 255, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-weight: 750;
  border-radius: 999px;
  padding: 0.65rem 0.65rem;
  font-size: 0.82rem;
  transition: all 0.25s ease;
  text-decoration: none;
  flex: 1 1 0;
  box-sizing: border-box;
  white-space: nowrap;
}

.btn-outline-light:hover {
  background: #FFFFFF;
  color: #060C18;
  border-color: #FFFFFF;
  transform: translateY(-2px);
}

/* Quick Channels Strip */
.contact-quick-channels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  margin: 1.15rem 0 1rem;
}

.quick-channel-card {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition: all 0.25s ease;
  backdrop-filter: blur(8px);
}

.quick-channel-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(212, 175, 55, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.quick-channel-icon {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: rgba(212, 175, 55, 0.15);
  color: #E5A922;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  flex-shrink: 0;
}

.quick-channel-icon.whatsapp-accent {
  background: rgba(37, 211, 102, 0.18);
  color: #25D366;
}

.quick-channel-icon.email-accent {
  background: rgba(59, 130, 246, 0.18);
  color: #60A5FA;
}

.quick-channel-text {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.quick-channel-text small {
  color: #64748B;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.quick-channel-text strong {
  color: #F8FAFC;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.contact-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #CBD5E1;
  font-size: 0.74rem;
  font-weight: 700;
}

.contact-chip i {
  color: #E5A922;
  font-size: 0.78rem;
}

/* Bottom Features Strip */
.contact-refresh-hero-footer {
  margin-top: 1.5rem;
  width: 100%;
  position: relative;
  z-index: 2;
}

.contact-features-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  width: 100%;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-feature-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.contact-feature-item i {
  color: #E5A922;
  font-size: 1.55rem;
  flex-shrink: 0;
}

.contact-feature-item strong {
  display: block;
  color: #FFFFFF;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.25;
}

.contact-feature-item span {
  display: block;
  color: #94A3B8;
  font-size: 0.8rem;
  line-height: 1.35;
}

@media (max-width: 1024px) {
  .contact-refresh-hero-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .contact-hero-cars-side {
    order: 2;
  }

  .contact-hero-content-side {
    order: 1;
    max-width: 100%;
    text-align: center;
  }

  .contact-refresh-actions,
  .contact-hero-chips {
    justify-content: center;
  }

  .contact-quick-channels {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .contact-quick-channels {
    grid-template-columns: 1fr;
  }

  .c-car-left {
    transform: translateX(-50%) translateX(-80px) scale(0.82);
  }

  .c-car-right {
    transform: translateX(-50%) translateX(80px) scale(0.82);
  }

  .contact-3car-stage {
    height: 220px;
  }

  .contact-features-strip {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 992px) {
  .contact-features-strip {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
  }
}

@media (max-width: 640px) {
  .contact-features-strip {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.contact-refresh-services {
  padding: clamp(4.5rem, 6vw, 6.5rem) 0;
}

.contact-refresh-form,
.contact-refresh-success {
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(11, 19, 37, 0.08);
}

.refresh-form-heading h3 {
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
}

.refresh-form-grid {
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.refresh-field label {
  font-size: 0.65rem;
}

.refresh-field input,
.refresh-field select,
.refresh-field textarea {
  min-height: 44px;
  padding: 0.65rem 0.85rem;
  border-radius: 6px;
  font-size: 0.82rem;
}

.refresh-full-field {
  margin-top: 0.9rem;
}

.refresh-submit {
  min-height: 48px;
  margin-top: 1rem;
}

.contact-refresh-services {
  background: #f8fafc;
  color: #0b1325;
}

.contact-refresh-services .contact-refresh-section-head h2 {
  color: #0b1325;
}

.contact-refresh-services .contact-refresh-section-head p {
  color: #64748b;
}

.refresh-service-grid {
  gap: 1.15rem;
  margin-top: 2.8rem;
  border: 0;
}

.refresh-service-card {
  min-height: 240px;
  padding: 1.35rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #0b1325;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(11, 19, 37, 0.05);
}

.refresh-service-card:hover {
  background: #ffffff;
  border-color: rgba(197, 160, 89, 0.55);
  box-shadow: 0 16px 35px rgba(11, 19, 37, 0.1);
}

.refresh-service-card h3 {
  color: #0b1325;
  font-size: 1.25rem;
}

.refresh-service-card p {
  color: #64748b;
  font-size: 0.78rem;
}

.contact-refresh-final {
  min-height: 430px;
}

.contact-refresh-final h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
}

@media (max-width: 760px) {
  .contact-refresh-hero {
    min-height: 780px;
    padding-top: 8rem;
  }

  .contact-refresh-hero-copy h1 {
    font-size: clamp(2.55rem, 11vw, 4rem);
  }
}

@media (max-width: 560px) {
  .contact-refresh-hero {
    min-height: 810px;
    padding-top: 7.7rem;
  }

  .contact-refresh-hero-copy h1 {
    font-size: 2.8rem;
  }
}

.contact-refresh-form-section {
  padding: clamp(4.5rem, 7vw, 7rem) 0;
  background: #f8fafc;
}

.contact-refresh-form-section .contact-refresh-section-head {
  margin-bottom: 2.8rem;
}

.contact-refresh-form-section .contact-refresh-form-wrap {
  max-width: 1040px;
  margin: 0 auto;
}

.contact-refresh-form-section .contact-refresh-form,
.contact-refresh-form-section .contact-refresh-success {
  border: 1px solid rgba(197, 160, 89, 0.28);
  box-shadow: 0 24px 58px rgba(11, 19, 37, 0.09);
}

/* Services Page */
.service-explorer-box {
  margin-top: 2.5rem;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-white);
  box-shadow: var(--shadow-md);
}

.explorer-tabs {
  display: flex;
  overflow-x: auto;
  background: var(--bg-light);
  border-bottom: 1px solid var(--border-light);
  scrollbar-width: none;
}

.explorer-tabs::-webkit-scrollbar {
  display: none;
}

.explorer-tab-btn {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.15rem 1.65rem;
  background: transparent;
  border: none;
  border-right: 1px solid var(--border-light);
  color: var(--text-body-dark);
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.explorer-tab-btn:hover, .explorer-tab-btn.active {
  background: var(--bg-white);
  color: var(--bg-deep-blue);
}

.explorer-tab-btn.active {
  border-bottom: 3px solid var(--bg-deep-blue);
}

.explorer-preview {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
}

.explorer-media {
  position: relative;
  height: 420px;
  overflow: hidden;
}

.explorer-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.explorer-badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background: var(--bg-deep-blue);
  color: var(--text-light);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-full);
}

.explorer-info {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.explorer-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.explorer-bullets li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: var(--text-dark);
}

/* ==========================================================================
   120vh FULL SERVICE CATALOGUE SLIDER
   ========================================================================== */
.catalogue-slider-section {
  position: relative;
  min-height: 120vh;
  min-height: 120svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 7.5vh, 6.5rem) 0 clamp(3.5rem, 5.5vh, 4.5rem);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 65%, #edf2f8 100%);
  overflow: hidden;
  isolation: isolate;
}

.catalogue-slider-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: clamp(0.85rem, 1.8vh, 1.6rem);
}

/* Header & Controls */
.catalogue-slider-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.catalogue-header-text {
  max-width: 900px;
}

.catalogue-main-title {
  color: #0b1325;
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 3.5vw, 3.2rem);
  font-weight: 850;
  line-height: 1.08;
  margin: 0.3rem 0 0.45rem;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

.title-gold-accent {
  color: #b48b25;
}

.catalogue-main-subtitle {
  color: #64748b;
  font-size: clamp(0.9rem, 1.05vw, 1.02rem);
  line-height: 1.4;
  margin: 0;
  white-space: nowrap;
}

.catalogue-header-controls {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
}

.catalogue-counter {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  font-family: var(--font-heading);
  font-weight: 850;
}

.catalogue-counter .active-count {
  font-size: 1.75rem;
  color: #0b1325;
  line-height: 1;
}

.catalogue-counter .count-divider {
  color: #cbd5e1;
  font-size: 1.1rem;
}

.catalogue-counter .total-count {
  font-size: 1.1rem;
  color: #94a3b8;
}

.catalogue-arrow-btns {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.catalogue-arrow-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(11, 19, 37, 0.12);
  background: #ffffff;
  color: #0b1325;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
}

.catalogue-arrow-btn:hover {
  background: #E5A922;
  border-color: #E5A922;
  color: #071326;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(229, 169, 34, 0.35);
}

/* Category Tabs Bar */
.catalogue-tabs-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0.35rem 0.15rem;
}

.catalogue-tabs-bar::-webkit-scrollbar {
  display: none;
}

.catalogue-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  color: #475569;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 750;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.catalogue-tab i {
  font-size: 0.82rem;
  color: #94a3b8;
  transition: color 0.2s ease;
}

.catalogue-tab:hover,
.catalogue-tab.is-active {
  background: #0b1325;
  border-color: #0b1325;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(11, 19, 37, 0.2);
  transform: translateY(-1px);
}

.catalogue-tab:hover i,
.catalogue-tab.is-active i {
  color: #E5A922;
}

/* Main Slide Viewport Stage */
.catalogue-slider-stage {
  position: relative;
  width: 100%;
  min-height: clamp(430px, 54vh, 520px);
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(11, 19, 37, 0.06);
  overflow: hidden;
}

.catalogue-slide-track {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: clamp(430px, 54vh, 520px);
}

.catalogue-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  padding: clamp(1.6rem, 3.2vw, 2.6rem);
  gap: clamp(1.5rem, 3vw, 3rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.catalogue-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

/* Left Column Information */
.catalogue-slide-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide-meta-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
}

.slide-tag {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  background: rgba(229, 169, 34, 0.12);
  border: 1px solid rgba(229, 169, 34, 0.3);
  border-radius: 999px;
  color: #8c6307;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.slide-num {
  font-size: 0.72rem;
  font-weight: 800;
  color: #94a3b8;
  letter-spacing: 0.06em;
}

.catalogue-slide-info h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
  font-weight: 850;
  color: #0b1325;
  margin: 0.15rem 0 0.3rem;
  line-height: 1.15;
}

.slide-subtitle {
  font-family: var(--font-body);
  font-size: clamp(0.85rem, 1.1vw, 0.95rem);
  font-weight: 750;
  color: #9a7118;
  margin: 0 0 0.55rem;
  line-height: 1.35;
}

.catalogue-slide-info p {
  color: #475569;
  font-size: clamp(0.82rem, 0.95vw, 0.88rem);
  line-height: 1.55;
  margin: 0 0 0.85rem;
}

.slide-bullets-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 1rem;
  margin-bottom: 1.25rem;
}

.bullet-cell {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.8rem;
  font-weight: 650;
  color: #1e293b;
  line-height: 1.35;
}

.bullet-cell i {
  color: #E5A922;
  font-size: 0.88rem;
  margin-top: 0.12rem;
  flex-shrink: 0;
}

.slide-cta-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.slide-cta-row .btn {
  padding: 0.55rem 1.25rem;
  font-size: 0.82rem;
  font-weight: 800;
  border-radius: 999px;
}

.slide-cta-row .btn-gold {
  background: linear-gradient(135deg, #E5A922 0%, #d49511 100%);
  color: #071326;
  box-shadow: 0 4px 14px rgba(229, 169, 34, 0.3);
}

.slide-cta-row .btn-outline-dark {
  background: #ffffff;
  border: 1.5px solid rgba(11, 19, 37, 0.15);
  color: #0b1325;
}

/* Right Column Media Card Frame */
.catalogue-slide-media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-card-frame {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 420px;
  border-radius: 18px;
  overflow: hidden;
  background: #f1f5f9;
  box-shadow: 0 12px 32px rgba(11, 19, 37, 0.08);
}

.media-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.catalogue-slide:hover .media-card-img {
  transform: scale(1.04);
}

.media-floating-badge {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  padding: 0.45rem 0.9rem;
  background: rgba(11, 19, 37, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(229, 169, 34, 0.35);
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.media-floating-badge i {
  color: #E5A922;
}

/* Progress Wrap */
.catalogue-progress-wrap {
  width: 100%;
  padding-top: 0.2rem;
}

.catalogue-progress-track {
  width: 100%;
  height: 4px;
  background: rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  overflow: hidden;
}

.catalogue-progress-bar {
  display: block;
  height: 100%;
  width: 12.5%;
  background: linear-gradient(90deg, #b48b25 0%, #E5A922 100%);
  border-radius: 999px;
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 992px) {
  .catalogue-slider-section {
    min-height: auto;
    height: auto;
    padding: 3.5rem 0 2.5rem;
  }

  .catalogue-slider-stage {
    min-height: auto;
  }

  .catalogue-slide-track {
    min-height: auto;
    display: flex;
    flex-direction: column;
  }

  .catalogue-slide {
    position: relative;
    inset: auto;
    display: none;
    grid-template-columns: 1fr;
    padding: 1.5rem;
    gap: 1.5rem;
    transform: none;
  }

  .catalogue-slide.is-active {
    display: flex;
    flex-direction: column;
  }

  .catalogue-slide-media {
    order: -1;
    min-height: 220px;
  }

  .slide-bullets-grid {
    grid-template-columns: 1fr;
  }
}

.bullets-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: var(--text-dark);
  line-height: 1.45;
}

.bullet-icon {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

/* Fleets Page Styles & Interactive Tariff Experience */
.fleet-hero-banner {
  position: relative;
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 3.5rem;
  background: radial-gradient(circle at 50% 30%, #0c275a 0%, #07193b 50%, #05142f 100%);
  color: var(--text-light);
}

.fleet-hero-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.fleet-hero-orb {
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  width: min(80vw, 850px);
  height: min(80vw, 850px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 160, 89, 0.2) 0%, rgba(12, 39, 90, 0.12) 50%, transparent 75%);
  filter: blur(50px);
}

.fleet-hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(197, 160, 89, 0.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(197, 160, 89, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
  mask-image: radial-gradient(circle at 50% 60%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(circle at 50% 60%, black 30%, transparent 75%);
}

.relative-z {
  position: relative;
  z-index: 2;
}

/* 5-Car Interactive Animated Fleet Stage */
.fleet-hero-stage-container {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 2.25rem auto 1.5rem auto;
  perspective: 1600px;
  overflow: visible;
}

.fleet-hero-stage-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 1rem auto 1.5rem auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.fleet-hero-5car-stage {
  position: relative;
  width: 100%;
  height: 290px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  perspective: 1200px;
}

.fleet-ground-shadow {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: min(94vw, 980px);
  height: 48px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 55%, transparent 75%);
  border-radius: 50%;
  filter: blur(14px);
  z-index: 0;
  pointer-events: none;
}

.fleet-stage-car {
  position: absolute;
  bottom: 14px;
  left: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
  will-change: transform, opacity;
  transform-origin: bottom center;
  transition: filter 0.3s ease;
}

.fleet-stage-img {
  display: block;
  width: auto;
  height: 215px;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.6));
  user-select: none;
  transition: transform 0.3s ease;
}

.f-car-center-hero .center-stage-img {
  height: 245px;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.75));
}

.fleet-stage-car:hover .fleet-stage-img {
  transform: translateY(-4px);
}

/* 5-Car Positions: Exact Unified Baseline with horizontal offsets */
.f-car-far-left {
  transform: translateX(-50%) translateX(-280px) scale(0.86);
  z-index: 1;
  bottom: 18px;
}

.f-car-mid-left {
  transform: translateX(-50%) translateX(-145px) scale(0.93);
  z-index: 3;
  bottom: 16px;
}

.f-car-center-hero {
  transform: translateX(-50%) scale(1.06);
  z-index: 6;
  bottom: 12px;
}

.f-car-mid-right {
  transform: translateX(-50%) translateX(145px) scale(0.93);
  z-index: 3;
  bottom: 16px;
}

.f-car-far-right {
  transform: translateX(-50%) translateX(280px) scale(0.86);
  z-index: 1;
  bottom: 18px;
}

/* Hero Title & Subtitle Styling */
.fleet-hero-content {
  position: relative;
  z-index: 10;
  margin-top: 1.5rem;
}

.fleet-hero-title {
  color: #ffffff !important;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 800;
  font-family: var(--font-heading);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 auto;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

.fleet-hero-subtitle {
  color: #cbd5e1 !important;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 500;
  max-width: 820px;
  margin: 0.85rem auto 0 auto;
  line-height: 1.65;
  font-family: var(--font-body);
}

@media (max-width: 1024px) {
  .fleet-hero-5car-stage {
    height: 240px;
  }
  .fleet-stage-img {
    height: 170px;
  }
  .f-car-center-hero .center-stage-img {
    height: 195px;
  }
  .f-car-far-left {
    transform: translateX(-50%) translateX(-210px) scale(0.8);
    bottom: 16px;
  }
  .f-car-mid-left {
    transform: translateX(-50%) translateX(-110px) scale(0.88);
    bottom: 14px;
  }
  .f-car-center-hero {
    transform: translateX(-50%) scale(1.02);
    bottom: 10px;
  }
  .f-car-mid-right {
    transform: translateX(-50%) translateX(110px) scale(0.88);
    bottom: 14px;
  }
  .f-car-far-right {
    transform: translateX(-50%) translateX(210px) scale(0.8);
    bottom: 16px;
  }
}

@media (max-width: 768px) {
  .fleet-hero-5car-stage {
    height: 175px;
  }
  .fleet-stage-img {
    height: 120px;
  }
  .f-car-center-hero .center-stage-img {
    height: 140px;
  }
  .f-car-far-left {
    transform: translateX(-50%) translateX(-130px) scale(0.75);
    bottom: 12px;
  }
  .f-car-mid-left {
    transform: translateX(-50%) translateX(-68px) scale(0.82);
    bottom: 10px;
  }
  .f-car-center-hero {
    transform: translateX(-50%) scale(0.96);
    bottom: 8px;
  }
  .f-car-mid-right {
    transform: translateX(-50%) translateX(68px) scale(0.82);
    bottom: 10px;
  }
  .f-car-far-right {
    transform: translateX(-50%) translateX(130px) scale(0.75);
    bottom: 12px;
  }
}

/* Dedicated Floating Fleet Stats Section */
.fleet-stats-section {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: -38px;
  margin-bottom: 2rem;
  z-index: 25;
  pointer-events: none;
}

.fleet-stats-section .container {
  pointer-events: auto;
}

.fleet-stats-floating-strip {
  display: inline-flex;
  align-items: center;
  gap: 2.5rem;
  padding: 1.15rem 3.5rem;
  background: linear-gradient(135deg, #091e45 0%, #061530 100%);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: var(--radius-full);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 20px 45px rgba(6, 21, 48, 0.4), 0 0 25px rgba(212, 175, 55, 0.12);
  margin: 0 auto;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.fleet-stats-floating-strip:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(6, 21, 48, 0.5), 0 0 35px rgba(212, 175, 55, 0.2);
}

.fleet-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fleet-stat-item .stat-number {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--accent-gold);
  line-height: 1;
  letter-spacing: -0.01em;
}

.fleet-stat-item .stat-label {
  font-size: 0.78rem;
  color: #f1f5f9;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-top: 0.35rem;
}

.stat-divider {
  width: 1px;
  height: 32px;
  background: rgba(212, 175, 55, 0.3);
}

@media (max-width: 768px) {
  .fleet-stats-section {
    margin-top: -24px;
    margin-bottom: 1.5rem;
  }
  .fleet-stats-floating-strip {
    gap: 1.25rem;
    padding: 0.85rem 1.5rem;
    border-radius: var(--radius-lg);
  }
  .fleet-stat-item .stat-number {
    font-size: 1.25rem;
  }
  .fleet-stat-item .stat-label {
    font-size: 0.65rem;
  }
  .stat-divider {
    height: 24px;
  }
}

/* Category Filter Pills */
.fleet-pills-bar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  overflow-x: auto;
  padding: 0.5rem 0.25rem 1.25rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.fleet-pills-bar::-webkit-scrollbar {
  display: none;
}

.fleet-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #1e293b;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.65rem 1.25rem;
  border-radius: var(--radius-full);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.fleet-pill-btn i {
  color: var(--accent-gold);
  font-size: 0.85rem;
  transition: transform 0.2s ease;
}

.fleet-pill-btn:hover {
  border-color: var(--accent-gold);
  color: var(--bg-deep-blue);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(11, 32, 70, 0.1);
}

.fleet-pill-btn:hover i {
  transform: scale(1.15);
}

.fleet-pill-btn.active {
  background: linear-gradient(135deg, #07193b 0%, #0c275a 100%);
  color: #ffffff;
  border-color: var(--accent-gold);
  box-shadow: 0 6px 20px rgba(11, 32, 70, 0.28);
}

.fleet-pill-btn.active i {
  color: var(--accent-gold);
}

/* Controls Bar */
.fleet-controls-bar {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) auto auto auto auto;
  align-items: center;
  gap: 1.25rem;
  padding: 1.15rem 1.5rem;
  margin-bottom: 1.75rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.fleet-search-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.fleet-search-box .search-icon {
  position: absolute;
  left: 1rem;
  color: #94a3b8;
  font-size: 0.9rem;
  pointer-events: none;
}

.fleet-search-box input {
  width: 100%;
  padding: 0.65rem 2.25rem 0.65rem 2.5rem;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-family: inherit;
  color: #0f172a;
  background: #f8fafc;
  outline: none;
  transition: all 0.25s ease;
}

.fleet-search-box input:focus {
  border-color: var(--accent-gold);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.18);
}

.search-clear-btn {
  position: absolute;
  right: 0.75rem;
  background: none;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  font-size: 0.85rem;
  padding: 0.25rem;
}

.search-clear-btn:hover {
  color: #0f172a;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  white-space: nowrap;
}

.filter-group label {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.rar-select {
  padding: 0.55rem 1rem;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-sm);
  background: #ffffff;
  color: #0f172a;
  font-size: 0.825rem;
  font-weight: 600;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.rar-select:focus {
  border-color: var(--accent-gold);
  box-shadow: 0 0 0 2px rgba(197, 160, 89, 0.2);
}

.view-toggle-btns {
  display: flex;
  gap: 0.25rem;
  background: #f1f5f9;
  padding: 0.25rem;
  border-radius: var(--radius-sm);
}

.view-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  border: none;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: calc(var(--radius-sm) - 2px);
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s ease;
}

.view-btn.active {
  background: #ffffff;
  color: var(--bg-deep-blue);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.filter-count {
  font-size: 0.85rem;
  color: #475569;
  white-space: nowrap;
}

.filter-count strong {
  color: var(--bg-deep-blue);
  font-size: 0.95rem;
}

/* Active Filter Tags */
.active-filters-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
  padding: 0.65rem 1rem;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: var(--radius-sm);
}

.active-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  font-size: 0.775rem;
  color: #334155;
}

.filter-tag strong {
  color: var(--bg-deep-blue);
}

.filter-tag .remove-tag {
  cursor: pointer;
  color: #94a3b8;
  font-size: 0.75rem;
  transition: color 0.15s ease;
}

.filter-tag .remove-tag:hover {
  color: #ef4444;
}

.clear-all-filters-btn {
  margin-left: auto;
  background: none;
  border: none;
  color: var(--accent-gold);
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}

/* Enhanced Car Grid Cards */
.car-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 420px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.car-card:hover {
  transform: translateY(-6px);
  border-color: rgba(197, 160, 89, 0.5);
  box-shadow: 0 16px 36px rgba(11, 32, 70, 0.12);
}

.car-card-image-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  flex: none;
  background: radial-gradient(ellipse at 50% 82%, rgba(197, 160, 89, 0.12) 0%, #f8fafc 55%, #edf2f7 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.car-card-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  mix-blend-mode: multiply;
  margin: 0;
  filter: drop-shadow(0 10px 18px rgba(6, 24, 56, 0.16));
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
}

.car-card:hover .car-card-img {
  transform: scale(1.08) translateY(-4px);
  filter: drop-shadow(0 16px 26px rgba(6, 24, 56, 0.24));
}

.car-card-category {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  background: rgba(6, 24, 56, 0.88);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  backdrop-filter: blur(6px);
  letter-spacing: 0.03em;
}

.car-card-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  background: linear-gradient(135deg, #c5a059 0%, #dfba72 100%);
  color: #061838;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  box-shadow: 0 2px 8px rgba(197, 160, 89, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.car-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.35rem 1.35rem 1.25rem;
}

.car-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}

.car-brand {
  font-size: 0.725rem;
  font-weight: 800;
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.car-seats-pill {
  font-size: 0.7rem;
  font-weight: 700;
  color: #475569;
  background: #f1f5f9;
  padding: 0.15rem 0.5rem;
  border-radius: var(--radius-full);
}

.car-title {
  font-size: 1.18rem;
  font-weight: 800;
  color: #0b2046;
  margin-bottom: 0.35rem;
  line-height: 1.25;
}

.car-tagline {
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.45;
  min-height: 38px;
  margin-bottom: 0.85rem;
}

.car-specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.45rem 0.65rem;
  padding: 0.65rem;
  background: #f8fafc;
  border-radius: var(--radius-sm);
  margin-bottom: 1rem;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.75rem;
  color: #334155;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spec-icon {
  color: var(--accent-gold);
  font-size: 0.8rem;
  flex-shrink: 0;
}

/* Dual Tariff Box */
.car-tariff-box {
  padding: 0.75rem 0.85rem;
  background: #faf7f0;
  border: 1px solid rgba(197, 160, 89, 0.25);
  border-radius: var(--radius-sm);
  margin-bottom: 1.15rem;
}

.tariff-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.45rem;
  border-bottom: 1px dashed rgba(197, 160, 89, 0.35);
}

.tariff-meta {
  font-size: 0.725rem;
  color: #64748b;
  font-weight: 600;
}

.tariff-price {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0b2046;
}

.tariff-secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.7rem;
  color: #64748b;
  padding-top: 0.45rem;
}

.tariff-secondary strong {
  color: #0b2046;
}

.car-card-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin-top: auto;
}

.car-detail-btn {
  font-size: 0.75rem;
  padding: 0.55rem 0.65rem;
  justify-content: center;
}

.car-book-btn {
  font-size: 0.75rem;
  padding: 0.55rem 0.75rem;
  justify-content: center;
}

/* Detailed List Layout Mode */
.fleet-detailed-list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.fleet-detail-row {
  display: grid;
  grid-template-columns: 280px 1fr 240px;
  gap: 2rem;
  padding: 1.75rem;
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.fleet-detail-row:hover {
  border-color: rgba(197, 160, 89, 0.5);
  box-shadow: 0 12px 30px rgba(11, 32, 70, 0.08);
}

.detail-media {
  position: relative;
  height: 200px;
  background: radial-gradient(ellipse at 50% 82%, rgba(197, 160, 89, 0.12) 0%, #f8fafc 55%, #edf2f7 100%);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.5rem;
}

.detail-img {
  width: auto;
  max-width: 94%;
  height: auto;
  max-height: 140px;
  object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(0 12px 20px rgba(6, 24, 56, 0.18));
  transition: transform 0.4s ease;
}

.fleet-detail-row:hover .detail-img {
  transform: scale(1.06);
}

.detail-category {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: rgba(6, 24, 56, 0.9);
  color: var(--text-light);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
}

.detail-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: var(--accent-gold);
  color: #061838;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  text-transform: uppercase;
}

.detail-brand {
  font-size: 0.725rem;
  font-weight: 800;
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.detail-header h2 {
  font-size: 1.45rem;
  color: #0b2046;
  margin-top: 0.15rem;
}

.detail-tagline {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 600;
}

.detail-desc {
  font-size: 0.85rem;
  color: #334155;
  margin-top: 0.65rem;
  margin-bottom: 0.85rem;
  line-height: 1.55;
}

.detail-specs-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  font-size: 0.8rem;
  background: #f8fafc;
  padding: 0.6rem 0.9rem;
  border-radius: var(--radius-sm);
  margin-bottom: 0.75rem;
}

.detail-ideal {
  font-size: 0.8rem;
  color: #475569;
  margin-bottom: 0.75rem;
}

.detail-ideal strong {
  color: #0b2046;
}

.detail-features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.detail-feat-tag {
  font-size: 0.725rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #334155;
}

.detail-action-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #e2e8f0;
  padding-left: 1.75rem;
}

.detail-pricing-card {
  padding: 1rem;
  background: #faf7f0;
  border: 1px solid rgba(197, 160, 89, 0.3);
  border-radius: var(--radius-sm);
  text-align: center;
}

.detail-pricing-card .price-label {
  font-size: 0.7rem;
  color: #64748b;
  font-weight: 700;
  text-transform: uppercase;
}

.detail-pricing-card .price-value {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0b2046;
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 0.65rem;
}

.detail-rates-mini {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.72rem;
  color: #64748b;
  border-top: 1px dashed rgba(197, 160, 89, 0.35);
  padding-top: 0.5rem;
  text-align: left;
}

.detail-rates-mini div {
  display: flex;
  justify-content: space-between;
}

.detail-rates-mini strong {
  color: #0b2046;
}

.btn-whatsapp-subtle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0;
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-sm);
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-whatsapp-subtle:hover {
  background: #16a34a;
  color: #ffffff;
  border-color: #16a34a;
}

/* Empty State */
.fleet-empty-state {
  padding: 4rem 2rem;
  border: 1px dashed #cbd5e1;
  background: #ffffff;
}

.fleet-empty-state .empty-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.fleet-empty-state h3 {
  font-size: 1.4rem;
  color: #0b2046;
  margin-bottom: 0.4rem;
}

/* Tariff & Policies Section */
.section-tariff-policy {
  background: #f8fafc;
  padding: 5rem 0;
  border-top: 1px solid #e2e8f0;
}

.tariff-policy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.policy-card {
  padding: 1.75rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.policy-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(11, 32, 70, 0.06);
}

.policy-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  background: #faf7f0;
  border: 1px solid rgba(197, 160, 89, 0.3);
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.policy-card h4 {
  font-size: 1.05rem;
  color: #0b2046;
  margin-bottom: 0.6rem;
}

.policy-card p {
  font-size: 0.825rem;
  color: #64748b;
  line-height: 1.6;
}

/* ========================================================
   Interactive Tariff & Specification Modal Drawer Styles
======================================================== */
.tariff-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(3, 12, 28, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.tariff-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.tariff-modal-drawer {
  position: relative;
  width: min(95vw, 1080px);
  max-height: 90vh;
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(197, 160, 89, 0.45);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  transform: translateY(24px) scale(0.98);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.tariff-modal-drawer::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
  width: 0;
  height: 0;
}

.tariff-modal-overlay.active .tariff-modal-drawer {
  transform: translateY(0) scale(1);
}

.tariff-modal-close-btn {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 1.15rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 20;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.tariff-modal-close-btn:hover {
  background: #0b2046;
  color: #ffffff;
  transform: rotate(90deg);
}

.tariff-modal-content {
  padding: 2.25rem 2.5rem;
}

/* Modal Header & Badges */
.t-modal-header {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 1.5rem;
  padding-right: 3rem;
}

.t-modal-badges-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.t-modal-brand-badge {
  background: #0b2046;
  color: #ffffff;
  font-size: 0.725rem;
  font-weight: 800;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.t-modal-cat-badge {
  background: #f1f5f9;
  color: #334155;
  font-size: 0.725rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  border: 1px solid #e2e8f0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.t-modal-feature-badge {
  background: linear-gradient(135deg, #c5a059 0%, #dfba72 100%);
  color: #061838;
  font-size: 0.725rem;
  font-weight: 800;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.t-modal-title {
  font-size: 2.1rem;
  font-weight: 800;
  color: #0b2046;
  line-height: 1.2;
  margin: 0.25rem 0 0.4rem;
}

.t-modal-tagline {
  font-size: 1.05rem;
  color: #64748b;
  font-weight: 500;
  margin: 0;
}

/* Showcase Grid */
.t-modal-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 1.75rem;
  align-items: start;
}

/* Left Column: Visual & Quick Specs */
.t-modal-visual-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.t-modal-img-wrap {
  width: 100%;
  height: 240px;
  background: radial-gradient(ellipse at 50% 82%, rgba(197, 160, 89, 0.15) 0%, #ffffff 55%, #f1f5f9 100%);
  border-radius: 12px;
  border: 1px solid rgba(197, 160, 89, 0.25);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.t-modal-img {
  width: auto;
  max-width: 95%;
  height: auto;
  max-height: 190px;
  object-fit: contain;
  mix-blend-mode: multiply;
  margin: 0 auto;
  filter: drop-shadow(0 14px 24px rgba(6, 24, 56, 0.18));
}

.t-modal-quick-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-top: 1rem;
}

.t-qspec-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.65rem 0.8rem;
  transition: all 0.2s ease;
}

.t-qspec-item:hover {
  border-color: var(--accent-gold);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.t-qspec-item i {
  font-size: 1.15rem;
  flex-shrink: 0;
}

.qspec-label {
  display: block;
  font-size: 0.68rem;
  color: #94a3b8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.qspec-val {
  display: block;
  font-size: 0.85rem;
  color: #0b2046;
  font-weight: 700;
}

/* Right Column: Overview & Features */
.t-modal-details-card {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.t-modal-section-block {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.t-section-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0b2046;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.t-modal-desc-large {
  font-size: 0.925rem;
  color: #334155;
  line-height: 1.65;
  margin: 0;
}

.t-ideal-card {
  background: #faf7f0;
  border: 1px solid rgba(197, 160, 89, 0.3);
  border-left: 4px solid var(--accent-gold);
}

.t-ideal-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: #0b2046;
  margin-bottom: 0.35rem;
}

.t-ideal-text {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.55;
  margin: 0;
}

.t-features-grid-large {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.t-feat-item-large {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.825rem;
  color: #1e293b;
  font-weight: 600;
  background: #f8fafc;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  border: 1px solid #edf2f7;
}

/* Standards Row */
.t-modal-standards-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e2e8f0;
}

.t-standard-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0b2046;
  background: #faf7f0;
  border: 1px solid rgba(197, 160, 89, 0.25);
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  text-align: center;
}

/* Modal Actions Bar */
.t-modal-actions-bar {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.modal-book-btn {
  flex: 1.2;
  padding: 0.95rem 1.5rem;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  cursor: pointer;
}

.modal-wa-btn {
  flex: 1;
  padding: 0.95rem 1.5rem;
  font-size: 1rem;
  font-weight: 800;
  background: #25d366;
  color: #ffffff;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.32);
  text-decoration: none;
  transition: all 0.25s ease;
}

.modal-wa-btn:hover {
  background: #1eb957;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

@media (max-width: 860px) {
  .t-modal-showcase-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .tariff-modal-content {
    padding: 1.5rem 1.25rem;
  }
  .t-modal-actions-bar {
    flex-direction: column;
  }
}

/* Responsive Overrides for Fleets */
@media (max-width: 1100px) {
  .fleet-controls-bar {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .tariff-policy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .t-modal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .fleet-controls-bar {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .fleet-stats-strip {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-radius: var(--radius-md);
  }

  .stat-divider {
    display: none;
  }

  .fleet-detail-row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .detail-action-col {
    border-left: none;
    border-top: 1px solid #e2e8f0;
    padding-left: 0;
    padding-top: 1.25rem;
  }

  .tariff-policy-grid {
    grid-template-columns: 1fr;
  }

  .t-modal-actions {
    flex-direction: column;
  }
}

/* Plans & Budgets Page */
.plan-card-item {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
}

.plan-card-header {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-light);
}

.plan-badge {
  font-size: 0.725rem;
  font-weight: 800;
  color: var(--accent-gold);
  background: var(--accent-gold-light);
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  display: inline-block;
  margin-bottom: 0.5rem;
}

.plan-category {
  font-size: 0.75rem;
  color: var(--text-muted);
  display: block;
  font-weight: 600;
}

.plan-card-header h3 {
  font-size: 1.4rem;
  color: var(--text-dark);
  margin-top: 0.2rem;
}

.plan-tagline {
  font-size: 0.85rem;
  color: var(--text-body-dark);
  font-weight: 600;
  margin-top: 0.25rem;
}

.plan-highlights-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.plan-highlight-row {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: var(--text-dark);
}

.plan-ideal {
  font-size: 0.825rem;
  color: var(--text-body-dark);
  background: var(--bg-light);
  padding: 0.6rem 0.85rem;
  border-radius: var(--radius-sm);
  margin-bottom: 1.25rem;
}

.plan-card-footer {
  margin-top: auto;
  border-top: 1px solid var(--border-light);
  padding-top: 1rem;
}

.pricing-note {
  font-size: 0.775rem;
  color: var(--text-muted);
  display: block;
  text-align: center;
}

.recommendation-widget-box {
  padding: 2.5rem;
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  margin-top: 2.5rem;
}

.recommend-field label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--bg-deep-blue);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
}

.pills-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.selector-pill {
  background: var(--bg-light);
  border: 1px solid var(--border-light);
  color: var(--text-body-dark);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.6rem 1.15rem;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.selector-pill:hover, .selector-pill.active {
  background: var(--bg-deep-blue);
  color: var(--text-light);
  border-color: var(--bg-deep-blue);
}

.recommendation-result-box {
  background: var(--bg-dark);
  color: var(--text-light);
  padding: 2rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--accent-gold-border);
  text-align: center;
}

.recommendation-result-box h3 {
  font-size: 1.4rem;
  color: var(--accent-gold);
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

.recommendation-result-box p {
  color: var(--text-light-muted);
  font-size: 0.9rem;
}

.factors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.factor-item-card {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.35rem;
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
}

.factor-num {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent-gold);
  line-height: 1;
}

.factor-item-card h4 {
  font-size: 1rem;
  color: var(--text-dark);
  margin-bottom: 0.25rem;
}

.factor-item-card p {
  font-size: 0.825rem;
  color: var(--text-body-dark);
}

.disclaimer-icon {
  font-size: 2rem;
}

/* About Us Page */
.about-story-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.story-lead {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--bg-deep-blue);
  line-height: 1.6;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.story-body {
  font-size: 0.95rem;
  color: var(--text-body-dark);
  line-height: 1.65;
}

.story-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.mv-grid {
  gap: 2rem;
}

.mv-card {
  padding: 2.25rem;
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
}

.mv-card h2 {
  font-size: 1.35rem;
  margin-top: 0.35rem;
  margin-bottom: 0.75rem;
}

.mv-card p {
  font-size: 0.95rem;
  color: var(--text-body-dark);
  line-height: 1.6;
}

.values-grid {
  gap: 1.5rem;
}

.value-card-item {
  padding: 1.65rem;
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
}

.value-icon {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-sm);
  background: rgba(15, 44, 89, 0.08);
  color: var(--bg-deep-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.value-card-item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.value-card-item p {
  font-size: 0.85rem;
  color: var(--text-body-dark);
  line-height: 1.5;
}

.principles-drive-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: clamp(4rem, 6vh, 6rem) 0 clamp(2rem, 4vh, 4rem);
  background: linear-gradient(180deg, #ffffff 0%, #f4f6f9 62%, #e9edf2 100%);
  display: flex;
  align-items: center;
}

.principles-drive-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.principles-drive-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr);
  gap: 1.5rem;
  align-items: end;
}

.principles-drive-head h2 {
  max-width: 690px;
  margin-top: 0.6rem;
  color: #0b1325;
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
  font-weight: 850;
  line-height: 1.05;
}

.principles-drive-head p {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.75;
}

.principles-drive-stage {
  --principles-stat-height: clamp(86px, 11vh, 102px);
  position: relative;
  min-height: 520px;
  height: clamp(500px, 58vh, 620px);
  margin-top: 0.5rem;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(244,247,250,0.98) 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.08);
}

.principles-scroll-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(15, 23, 42, 0.06);
  z-index: 20;
}

.principles-scroll-progress-fill {
  display: block;
  height: 100%;
  width: 16.66%;
  background: linear-gradient(90deg, #E5A922, #F7D070);
  transition: width 0.35s ease-out;
}

.principles-watermark {
  position: absolute;
  top: 8%;
  left: 4%;
  right: 4%;
  color: rgba(11, 19, 37, 0.04);
  font-family: var(--font-heading);
  font-size: clamp(6rem, 15vw, 12rem);
  font-weight: 900;
  line-height: 0.85;
  white-space: nowrap;
  pointer-events: none;
}

.principles-tabs {
  position: absolute;
  top: clamp(1.2rem, 2vw, 1.8rem);
  left: clamp(1.2rem, 2vw, 1.8rem);
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  max-width: 65%;
}

.principle-tab {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  color: #475569;
  background: rgba(255, 255, 255, 0.85);
  border: 1.5px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.principle-tab:hover,
.principle-tab.is-active {
  color: #071326;
  background: #d6b04c;
  border-color: #d6b04c;
  box-shadow: 0 6px 18px rgba(214, 176, 76, 0.35);
  transform: translateY(-2px);
}

.principles-copy-panel {
  position: absolute;
  top: clamp(4.5rem, 8vh, 5.8rem);
  right: clamp(1.8rem, 3.5vw, 3.5rem);
  z-index: 4;
  width: min(440px, 38%);
  text-align: left;
}

.principle-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
}

.principle-count {
  color: #a47c19;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.principle-tag {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  background: rgba(229, 169, 34, 0.12);
  border: 1px solid rgba(229, 169, 34, 0.3);
  border-radius: 999px;
  color: #8c6307;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.principles-copy-panel h3 {
  margin-top: 0.35rem;
  color: #0b1325;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.1vw, 2.15rem);
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.principles-copy-panel p {
  margin-top: 0.65rem;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.65;
}

.principle-features {
  list-style: none;
  padding: 0;
  margin: 0.9rem 0 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.principle-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.85rem;
  font-weight: 650;
  color: #1e293b;
  line-height: 1.4;
}

.principle-features li i {
  color: #d6b04c;
  font-size: 0.95rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.principle-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 1.3rem;
  background: linear-gradient(135deg, #E5A922 0%, #d49511 100%);
  color: #071326;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(229, 169, 34, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.principle-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(229, 169, 34, 0.45);
  color: #071326;
}

.principles-car-stage {
  position: absolute;
  left: 28%;
  bottom: calc(var(--principles-stat-height) + 1rem);
  z-index: 3;
  width: min(52vw, 700px);
  height: clamp(250px, 32vh, 360px);
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  overflow: visible;
}

.principles-road-line {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: calc(var(--principles-stat-height) + 1rem);
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(15,23,42,0.18), transparent);
}

.principles-car-viewport {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  filter: drop-shadow(0 24px 22px rgba(15, 23, 42, 0.2));
  will-change: background-image, transform, opacity;
}

.principles-car-viewport.is-car-1 { background-image: url('../assets/images/principles-toyota/01-camry.png'); }
.principles-car-viewport.is-car-2 { background-image: url('../assets/images/principles-toyota/02-corolla-altis.png'); }
.principles-car-viewport.is-car-3 { background-image: url('../assets/images/principles-toyota/03-vellfire.png'); }
.principles-car-viewport.is-car-4 { background-image: url('../assets/images/principles-toyota/04-land-cruiser-prado.png'); }
.principles-car-viewport.is-car-5 { background-image: url('../assets/images/principles-toyota/05-yaris.png'); }
.principles-car-viewport.is-car-6 { background-image: url('../assets/images/principles-toyota/06-fortuner.png'); }

.principles-car-model {
  position: absolute;
  left: 28%;
  bottom: calc(var(--principles-stat-height) + 0.35rem);
  z-index: 4;
  transform: translateX(-50%);
  color: rgba(11, 19, 37, 0.6);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.principles-stat-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: var(--principles-stat-height);
  min-height: 0;
  background: rgba(226, 232, 240, 0.95);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0 0 20px 20px;
}

.principles-stat-strip > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0.65rem clamp(1rem, 2vw, 1.8rem);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.principles-stat-strip > div:last-child {
  border-right: 0;
}

.principles-stat-strip strong {
  color: #0b1325;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 850;
  line-height: 0.95;
}

.principles-stat-strip span {
  margin-top: 0.25rem;
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .principles-drive-head {
    grid-template-columns: 1fr;
  }

  .principles-drive-stage {
    min-height: 760px;
    height: auto;
  }

  .principles-tabs {
    max-width: 100%;
  }

  .principles-copy-panel {
    top: 7.8rem;
    left: 1.25rem;
    right: 1.25rem;
    width: auto;
  }

  .principles-car-stage {
    left: 50%;
    bottom: calc(var(--principles-stat-height) + 0.75rem);
    width: min(90vw, 650px);
    height: 280px;
  }

  .principles-car-model {
    left: 50%;
  }
}

@media (max-width: 560px) {
  .principles-drive-section {
    padding: 4.5rem 0;
  }

  .principles-drive-inner {
    min-height: 0;
  }

  .principles-drive-stage {
    --principles-stat-height: 96px;
    min-height: 700px;
  }

  .principles-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .principle-tab {
    justify-content: center;
    padding-inline: 0.6rem;
  }

  .principles-copy-panel {
    top: 11.5rem;
  }

  .principles-car-stage {
    bottom: calc(var(--principles-stat-height) + 0.75rem);
    width: 132vw;
    height: 250px;
  }

  .principles-stat-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: var(--principles-stat-height);
  }

  .principles-stat-strip > div {
    padding: 0.65rem 0.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 0;
  }

  .principles-stat-strip strong {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .principles-stat-strip span {
    font-size: 0.58rem;
    line-height: 1.25;
  }
}

.journey-evolution-section {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  color: #0b1325;
  background: #eef2f6;
}

.journey-evolution-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.58fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 6rem);
}

.journey-evolution-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #946d12;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.journey-evolution-head h2 {
  max-width: 860px;
  margin-top: 1rem;
  color: #0b1325;
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5.2vw, 5.6rem);
  line-height: 0.94;
}

.journey-evolution-head h2 span {
  color: #a47c19;
}

.journey-evolution-head > p {
  max-width: 430px;
  color: #526176;
  font-size: 0.95rem;
  line-height: 1.75;
}

.journey-growth-strip {
  min-height: 132px;
  display: grid;
  grid-template-columns: minmax(180px, 0.65fr) minmax(260px, 1fr) minmax(180px, 0.65fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  padding: 1.4rem clamp(1.3rem, 3vw, 2.5rem);
  color: #ffffff;
  background: #0b162b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(11, 22, 43, 0.14);
}

.journey-growth-point {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.journey-growth-point.is-end {
  align-items: flex-end;
  text-align: right;
}

.journey-growth-point span,
.journey-growth-point small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journey-growth-point strong {
  margin: 0.25rem 0;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3.2vw, 3.2rem);
  line-height: 1;
  white-space: nowrap;
}

.journey-growth-route {
  position: relative;
  height: 44px;
}

.journey-growth-route span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.journey-growth-route span::before,
.journey-growth-route span::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d6b04c;
  transform: translateY(-50%);
}

.journey-growth-route span::before { left: 0; }
.journey-growth-route span::after { right: 0; }

.journey-growth-route i {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #0b162b;
  background: #d6b04c;
  box-shadow: 0 8px 24px rgba(214, 176, 76, 0.3);
  transform: translate(-50%, -50%);
}

.journey-route-timeline {
  position: relative;
  margin-top: clamp(3.5rem, 7vw, 6rem);
}

.journey-track-line {
  position: absolute;
  top: 33px;
  left: 12.5%;
  right: 12.5%;
  z-index: 1;
  height: 2px;
  background: #cbd3dd;
}

.journey-track-progress {
  position: absolute;
  inset: 0;
  background: #b78a20;
  transform-origin: left center;
}

.journey-track-car {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 4px solid #eef2f6;
  border-radius: 50%;
  color: #ffffff;
  background: #0f2c59;
  box-shadow: 0 7px 18px rgba(15, 44, 89, 0.25);
  transform: translate(-50%, -50%);
}

.journey-milestone-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.5vw, 1.4rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-milestone {
  min-width: 0;
}

.journey-milestone-node {
  position: relative;
  z-index: 4;
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto;
  place-items: center;
  border: 7px solid #eef2f6;
  border-radius: 50%;
  color: #946d12;
  background: #ffffff;
  box-shadow: 0 0 0 1px #cbd3dd, 0 10px 24px rgba(15, 23, 42, 0.1);
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.journey-milestone-copy {
  min-height: 255px;
  margin-top: 1.75rem;
  padding: 1.45rem;
  background: #ffffff;
  border: 1px solid #d9e0e8;
  border-top: 3px solid #d6b04c;
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.journey-milestone:hover .journey-milestone-node,
.journey-milestone:focus-within .journey-milestone-node {
  color: #ffffff;
  background: #0f2c59;
  transform: translateY(-4px);
}

.journey-milestone:hover .journey-milestone-copy,
.journey-milestone:focus-within .journey-milestone-copy {
  border-color: rgba(164, 124, 25, 0.45);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
  transform: translateY(-6px);
}

.journey-milestone-phase {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #7a8798;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journey-milestone-phase b {
  color: #9a7118;
  font-size: 1rem;
  letter-spacing: 0;
}

.journey-milestone-copy h3 {
  margin-top: 0.8rem;
  color: #0b1325;
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  line-height: 1.1;
}

.journey-milestone-copy p {
  margin-top: 0.75rem;
  color: #58677a;
  font-size: 0.8rem;
  line-height: 1.65;
}

.journey-milestone-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.journey-milestone-facts span {
  padding: 0.35rem 0.5rem;
  color: #31435b;
  background: #edf1f5;
  border-radius: 4px;
  font-size: 0.62rem;
  font-weight: 800;
}

.journey-evolution-footer {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid #d2dae4;
  color: #526176;
  font-size: 0.72rem;
  font-weight: 750;
}

.journey-evolution-footer span,
.journey-evolution-footer a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.journey-evolution-footer i {
  color: #9a7118;
}

.journey-evolution-footer a {
  margin-left: auto;
  color: #0f2c59;
  text-decoration: none;
  font-weight: 850;
}

@media (max-width: 1024px) {
  .journey-evolution-head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .journey-growth-strip {
    grid-template-columns: minmax(155px, 0.7fr) minmax(180px, 1fr) minmax(155px, 0.7fr);
  }

  .journey-milestone-copy {
    min-height: 285px;
    padding: 1.2rem;
  }

  .journey-evolution-footer {
    flex-wrap: wrap;
  }
}

@media (max-width: 700px) {
  .journey-evolution-section {
    padding: 4.25rem 0;
  }

  .journey-evolution-head h2 {
    font-size: clamp(2.35rem, 12vw, 3.7rem);
  }

  .journey-growth-strip {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.25rem;
  }

  .journey-growth-route {
    display: none;
  }

  .journey-growth-point strong {
    font-size: clamp(1.45rem, 7vw, 2rem);
    white-space: normal;
  }

  .journey-route-timeline {
    margin-top: 3.5rem;
  }

  .journey-track-line {
    top: 31px;
    bottom: 31px;
    left: 29px;
    right: auto;
    width: 2px;
    height: auto;
  }

  .journey-track-progress {
    transform-origin: center top;
  }

  .journey-track-car {
    left: 50%;
    top: 50%;
  }

  .journey-milestone-list {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .journey-milestone {
    position: relative;
    min-height: 0;
    padding-left: 76px;
  }

  .journey-milestone-node {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin: 0;
    border-width: 6px;
  }

  .journey-milestone-copy {
    min-height: 0;
    margin-top: 0;
  }

  .journey-evolution-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .journey-evolution-footer a {
    margin-left: 0;
  }
}

.why-sticky-section {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  color: #0b1325;
  background: #f7f8fa;
}

.why-sticky-stage {
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
}

.why-sticky-layout {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  padding-top: clamp(5.5rem, 10vh, 7rem);
  padding-bottom: clamp(2rem, 4vh, 3rem);
}

.why-car-column {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.why-sticky-head {
  position: relative;
  z-index: 4;
}

.why-sticky-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #946d12;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.why-sticky-head h2 {
  margin-top: 0.85rem;
  color: #0b1325;
  font-family: var(--font-heading);
  font-size: clamp(2.35rem, 4.4vw, 4.8rem);
  line-height: 0.94;
}

.why-sticky-head h2 span {
  color: #a47c19;
}

.why-sticky-head p {
  max-width: 520px;
  margin-top: 1rem;
  color: #58677a;
  font-size: 0.88rem;
  line-height: 1.65;
}

.why-car-visual {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: end center;
  overflow: hidden;
}

.why-car-watermark {
  position: absolute;
  left: 0;
  bottom: 13%;
  color: rgba(11, 19, 37, 0.045);
  font-family: var(--font-heading);
  font-size: clamp(5.5rem, 11vw, 11rem);
  font-weight: 850;
  line-height: 0.8;
  pointer-events: none;
}

.why-car-road {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 7%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(15, 44, 89, 0.28), transparent);
}

.why-car-road::after {
  content: '';
  position: absolute;
  left: 17%;
  right: 17%;
  top: -12px;
  height: 24px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.12);
  filter: blur(11px);
}

.why-sticky-car {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: min(82%, 460px);
  max-height: min(48vh, 430px);
  object-fit: contain;
  filter: drop-shadow(0 24px 25px rgba(15, 23, 42, 0.24));
  transform-origin: center bottom;
  will-change: transform, opacity;
}

.why-car-status {
  position: absolute;
  right: 4%;
  bottom: 12%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.65rem;
  color: #0b1325;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d9e0e8;
  border-radius: 4px;
  font-size: 0.64rem;
  font-weight: 850;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1);
}

.why-car-status i {
  color: #21865d;
}

.why-sticky-progress {
  display: grid;
  grid-template-columns: auto minmax(100px, 300px) auto;
  align-items: center;
  gap: 0.8rem;
  color: #7b8797;
}

.why-sticky-progress strong {
  color: #0f2c59;
  font-family: var(--font-heading);
  font-size: 1.15rem;
}

.why-sticky-progress small {
  font-size: 0.68rem;
  font-weight: 850;
}

.why-progress-line {
  height: 3px;
  overflow: hidden;
  background: #d8dee6;
}

.why-progress-line i {
  display: block;
  width: 100%;
  height: 100%;
  background: #b78a20;
  transform: scaleX(0.1667);
  transform-origin: left center;
}

.why-content-column {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
}

.why-reasons-viewport {
  position: relative;
  width: 100%;
  height: min(60vh, 540px);
  min-height: 450px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(11, 22, 43, 0.16);
}

.why-reason-panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 3vw, 3rem);
  color: #ffffff;
  background: #0b162b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  overflow: hidden;
  will-change: transform, opacity;
}

.why-reason-panel.is-active {
  z-index: 2;
}

.why-reason-panel::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #d6b04c;
}

.why-reason-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.why-reason-top i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(214, 176, 76, 0.35);
  border-radius: 50%;
  color: #d6b04c;
  font-size: 1rem;
}

.why-reason-label {
  margin-top: clamp(1.5rem, 3.5vh, 2.5rem);
  color: #d6b04c;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.why-reason-panel h3 {
  max-width: 540px;
  margin-top: 0.8rem;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3vw, 3.35rem);
  line-height: 0.98;
}

.why-reason-panel > p {
  max-width: 520px;
  margin-top: 1.1rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.88rem;
  line-height: 1.7;
}

.why-reason-proof {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.68rem;
}

.why-reason-proof strong {
  color: #ffffff;
}

.why-reason-proof span {
  color: rgba(255, 255, 255, 0.46);
}

@media (max-width: 1100px) {
  .why-sticky-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 2rem;
  }

  .why-sticky-head h2 {
    font-size: clamp(2.3rem, 4vw, 3.7rem);
  }

  .why-sticky-car {
    max-width: min(82%, 360px);
  }
}

@media (max-width: 900px) {
  .why-sticky-section,
  .why-sticky-stage {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .why-sticky-layout {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .why-car-column {
    width: 100%;
    min-width: 0;
    display: block;
  }

  .why-car-visual {
    height: 390px;
    margin-top: 1.5rem;
  }

  .why-sticky-car {
    max-width: min(68%, 350px);
    max-height: 360px;
  }

  .why-sticky-progress {
    display: none;
  }

  .why-content-column,
  .why-reasons-viewport,
  .why-reason-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .why-reasons-viewport {
    height: auto;
    min-height: 0;
    display: grid;
    gap: 1rem;
    overflow: visible;
    border-radius: 0;
    box-shadow: none;
  }

  .why-reason-panel {
    position: relative;
    inset: auto;
    min-height: 430px;
    padding: clamp(1.5rem, 6vw, 2.5rem);
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 560px) {
  .why-sticky-layout {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .why-sticky-head h2 {
    font-size: 2.65rem;
  }

  .why-car-visual {
    height: 330px;
  }

  .why-sticky-car {
    max-width: min(78%, 300px);
    max-height: 310px;
  }

  .why-car-status {
    right: 0;
  }

  .why-reason-panel {
    min-height: 400px;
  }

  .why-reason-panel h3 {
    font-size: 2.25rem;
    overflow-wrap: anywhere;
  }

  .why-sticky-head p,
  .why-reason-panel > p {
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  .why-sticky-section,
  .why-sticky-stage {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .why-sticky-layout {
    height: auto;
    grid-template-columns: 1fr;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .why-car-column {
    display: block;
  }

  .why-car-visual {
    height: 400px;
  }

  .why-sticky-progress {
    display: none;
  }

  .why-reasons-viewport {
    height: auto;
    min-height: 0;
    display: grid;
    gap: 1rem;
    overflow: visible;
    box-shadow: none;
  }

  .why-reason-panel {
    position: relative;
    inset: auto;
    min-height: 430px;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Contact Page */
.premium-contact-page {
  background: #071936;
}

.contact-page-header {
  background: rgba(4, 14, 31, 0.68) !important;
  border-bottom-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: none !important;
}

.contact-page-header .nav-item {
  color: rgba(255, 255, 255, 0.82) !important;
}

.contact-page-header .nav-item:hover,
.contact-page-header .nav-item.active {
  color: #ffffff !important;
}

.contact-page-header .rar-logo-container > div > span:first-child {
  color: #ffffff !important;
}

.contact-premium-hero {
  position: relative;
  height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(7.5rem, 14vh, 10rem) 0 5rem;
}

.contact-hero-video,
.contact-form-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.78) saturate(1.12) contrast(1.05);
  z-index: 0;
  pointer-events: none;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 32%, rgba(197, 160, 89, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(4, 14, 31, 0.62) 0%, rgba(4, 14, 31, 0.46) 42%, rgba(4, 14, 31, 0.9) 100%);
  pointer-events: none;
}

.contact-road-lines {
  position: absolute;
  left: 50%;
  bottom: -10%;
  z-index: 2;
  width: min(480px, 44vw);
  height: 42%;
  transform: translateX(-50%) perspective(420px) rotateX(64deg);
  background: repeating-linear-gradient(
    180deg,
    rgba(197, 160, 89, 0.9) 0 34px,
    transparent 34px 78px
  );
  clip-path: polygon(46% 0, 54% 0, 66% 100%, 34% 100%);
  opacity: 0.42;
  animation: contactRoadMove 1.2s linear infinite;
  pointer-events: none;
}

.contact-hero-content {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  z-index: 3;
}

.contact-hero-content h1 {
  max-width: 860px;
  margin: 0 auto;
  font-size: clamp(2.75rem, 7vw, 6.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.contact-hero-content p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.4rem;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.contact-hero-actions,
.contact-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.contact-hero-actions {
  margin-top: 2rem;
}

.contact-hero-actions .btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-trust-strip {
  width: fit-content;
  max-width: 100%;
  margin: 2rem auto 0;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  color: #fff;
}

.contact-trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-form-video-section {
  position: relative;
  overflow: hidden;
  background: #071936;
}

.contact-form-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 25, 54, 0.94), rgba(7, 25, 54, 0.66)),
    radial-gradient(circle at 80% 20%, rgba(197, 160, 89, 0.18), transparent 34%);
}

.contact-form-video-section > .container {
  position: relative;
  z-index: 2;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 2.5rem;
  margin-top: 1rem;
}

.premium-contact-page .contact-card-anim,
.premium-contact-page .contact-form-col {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.premium-contact-page .contact-card-anim {
  animation: contactCardFloat 6s ease-in-out infinite;
}

.premium-contact-page .contact-card-anim:nth-child(2) {
  animation-delay: 0.8s;
}

.premium-contact-page .contact-card-anim:nth-child(3) {
  animation-delay: 1.6s;
}

.premium-contact-page .contact-card-anim:nth-child(4) {
  animation-delay: 2.4s;
}

.contact-main-form .form-head > .eyebrow:first-child {
  display: none;
}

.contact-clean-eyebrow {
  margin-bottom: 0.45rem;
}

.contact-card-icon-box {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-sm);
  background: rgba(15, 44, 89, 0.08);
  color: var(--bg-deep-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.contact-card-icon-box.whatsapp-box {
  background: rgba(37, 211, 102, 0.1);
  color: #25D366;
}

.contact-card-lbl {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent-gold);
  display: block;
}

.contact-card-val {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--bg-deep-blue);
  text-decoration: none;
  display: block;
  margin-top: 0.15rem;
}

.contact-card-val.text-green {
  color: #25D366;
}

.contact-card-val-text {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text-dark);
  display: block;
  margin-top: 0.15rem;
}

.contact-card-sub {
  font-size: 0.825rem;
  color: var(--text-body-dark);
  margin-top: 0.25rem;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.f-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.f-group label {
  font-size: 0.775rem;
  font-weight: 700;
  color: var(--bg-deep-blue);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-sub-text {
  font-size: 0.85rem;
  color: var(--text-body-dark);
}

.office-map-card {
  background: var(--bg-light);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
}

.premium-contact-page .office-map-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92)),
    url('../assets/images/airport_pickup.jpg') center/cover;
  overflow: hidden;
}

@keyframes contactRoadMove {
  from { background-position-y: 0; }
  to { background-position-y: 78px; }
}

@keyframes contactCardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 1024px) {
  .explorer-preview,
  .service-block-row,
  .fleet-controls-bar,
  .fleet-detail-row,
  .about-story-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .timeline-grid,
  .factors-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-premium-hero {
    height: 100vh;
    min-height: 100svh;
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .contact-hero-content h1 {
    font-size: clamp(2.6rem, 10vw, 4.8rem);
  }

  .premium-contact-page .contact-info-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 640px) {
  .bullets-grid,
  .timeline-grid,
  .factors-grid,
  .reasons-list-grid,
  .form-grid-2 {
    grid-template-columns: 1fr;
  }

  .contact-premium-hero {
    height: 100vh;
    min-height: 100svh;
    padding-top: 7.25rem;
    padding-bottom: 4rem;
  }

  .contact-hero-content h1 {
    font-size: 2.65rem;
    line-height: 1.04;
  }

  .contact-hero-actions .btn {
    width: 100%;
  }

  .contact-trust-strip,
  .premium-contact-page .contact-info-col {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-grid {
    gap: 1rem;
  }

  .premium-contact-page .contact-form-col {
    padding: 1rem !important;
  }
}

/* About hero video */
.about-video-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding-top: 8rem;
  padding-bottom: 4.5rem;
  box-sizing: border-box;
  background: #f8fafc;
}

.about-hero-video,
.about-hero-video-overlay,
.about-hero-road-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero-video {
  z-index: -3;
  object-fit: cover;
  object-position: center;
  opacity: 0.38;
  filter: saturate(1.2) brightness(1.04) contrast(1.04);
  pointer-events: none;
}

.about-hero-video-overlay {
  z-index: -2;
  background: linear-gradient(90deg, rgba(248, 250, 252, 0.95) 0%, rgba(241, 245, 249, 0.86) 48%, rgba(255, 255, 255, 0.35) 100%);
  pointer-events: none;
}

.about-hero-road-lines {
  z-index: -1;
  opacity: 0.11;
  background-image: linear-gradient(rgba(15, 44, 89, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 44, 89, 0.2) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
  animation: aboutRoadDrift 18s linear infinite;
  pointer-events: none;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1360px;
}

.about-hero-title,
.about-hero-content h1 {
  max-width: 1300px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #0b1325;
  font-family: var(--font-heading);
  font-size: clamp(2.75rem, 4.6vw, 4.45rem);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.about-title-accent,
.about-hero-content h1 span {
  background: linear-gradient(135deg, #0b1325 0%, #1e3a8a 40%, #c5a059 85%, #dfb76c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-hero-lead,
.about-hero-content p {
  max-width: 680px;
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: #334155;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.75;
  font-weight: 450;
}

.about-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.2rem;
}

.about-hero-actions .btn {
  min-height: 52px;
}

.about-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #0f2c59;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.about-hero-link i {
  color: #b78d28;
  transition: transform 0.25s ease;
}

.about-hero-link:hover i {
  transform: translateX(4px);
}

.about-hero-proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 2rem;
  color: #64748b;
  font-size: 0.73rem;
  font-weight: 750;
}

.about-hero-proof i {
  margin-right: 0.3rem;
  color: #b78d28;
}

.about-hero-bottom {
  position: absolute;
  right: 0;
  bottom: 1.6rem;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.about-hero-bottom i {
  margin-right: 0.35rem;
  color: #b78d28;
}

@keyframes aboutRoadDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-72px, 72px, 0); }
}

@media (max-width: 640px) {
  .about-video-hero {
    min-height: 700px;
    padding-top: 8rem;
    padding-bottom: 5rem;
  }

  .about-hero-video-overlay {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.88), rgba(241, 245, 249, 0.9));
  }

  .about-hero-content h1 {
    font-size: clamp(2.55rem, 11vw, 3.8rem);
  }

  .about-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.95rem;
  }

  .about-hero-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .about-hero-bottom {
    justify-content: center;
  }

  .about-hero-bottom span:first-child {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero-road-lines {
    animation: none;
  }
}

/* Interactive Story / Mission / Vision module */
/* ==========================================================================
   100vh Split Story / Mission / Vision Section (Exact Reference Layout)
   ========================================================================== */
.about-legacy-story,
.about-legacy-mv {
  display: none !important;
}

.about-split-layout {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  scroll-margin-top: 80px;
  background: #111a28;
}

/* Split Background */
.about-split-bg {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 46% 54%;
  z-index: 1;
  pointer-events: none;
}

.split-bg-left {
  position: relative;
  background: #0f1926;
  overflow: hidden;
}

.split-bg-img {
  position: absolute;
  inset: 0;
  background-image: url('../assets/images/chauffeur_door.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.12;
  filter: grayscale(80%);
}

.split-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11, 20, 34, 0.96) 0%, rgba(15, 25, 42, 0.92) 100%);
}

.split-bg-right {
  background: #F4EFEA;
}

/* Main Content Container */
.about-split-container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: center;
  padding: 0 2rem;
  height: 100%;
}

/* Left Column (Dark Side Content) */
.about-split-left {
  position: relative;
  z-index: 5;
  padding-right: 3.5rem;
}

.about-split-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 1.4rem;
}

.about-split-title {
  font-family: var(--font-heading);
  font-size: clamp(2.8rem, 4.4vw, 4.4rem);
  font-weight: 850;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 1.6rem;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.split-title-accent {
  color: #E5A922;
  display: inline;
  margin-left: 0.35rem;
}

.about-split-desc {
  max-width: 520px;
}

.desc-para-1 {
  font-size: clamp(1.08rem, 1.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1.68;
  color: #f8fafc;
  margin: 0 0 1.2rem;
}

.desc-para-2 {
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  font-weight: 400;
  line-height: 1.75;
  color: #94a3b8;
  margin: 0;
}

/* Center Concentric Target Indicator Badge */
.about-target-wrapper {
  position: absolute;
  left: 44%;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 10;
  pointer-events: none;
}

.about-target-badge {
  position: absolute;
  left: 0;
  top: 50%;
  width: 140px;
  height: 140px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  transition: transform 0.1s ease;
}

/* Target Concentric Rings */
.target-ring-outer {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #E5A922;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.target-ring-white {
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.08);
}

.target-ring-blue {
  position: absolute;
  inset: 26px;
  border-radius: 50%;
  border: 7px solid #7DD3FC;
  background: transparent;
  display: grid;
  place-items: center;
}

.target-ring-inner {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 5px solid #0284C7;
  background: #FFFFFF;
}

.target-center-arrow {
  position: absolute;
  z-index: 4;
  color: #0F172A;
  font-size: 1.85rem;
  transform: rotate(-45deg);
}

/* Right Column (Light Cream Side with 3 Stacked Cards) */
.about-split-right {
  position: relative;
  z-index: 6;
  padding-left: 4.5rem;
  display: flex;
  align-items: center;
}

.about-stacked-cards {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  width: 100%;
  max-width: 600px;
}

.about-stacked-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 1.6rem;
  padding: 1.7rem 2.2rem;
  border-radius: 20px;
  background: #FFFFFF;
  color: #1e293b;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
}

.about-stacked-card:hover {
  transform: translateX(8px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
}

.about-stacked-card.is-active {
  background: #E5A922;
  color: #000000;
  box-shadow: 0 18px 45px rgba(229, 169, 34, 0.38);
  border-color: #E5A922;
  transform: translateX(12px);
}

.stacked-card-icon {
  font-size: 2rem;
  color: #0b1a30;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.about-stacked-card.is-active .stacked-card-icon {
  color: #000000;
}

.stacked-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.stacked-card-title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  color: #0b1a30;
  margin: 0;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}

.about-stacked-card.is-active .stacked-card-title {
  color: #000000;
}

.stacked-card-desc {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #64748b;
  margin: 0;
  transition: color 0.3s ease;
}

.about-stacked-card.is-active .stacked-card-desc {
  color: #1a1a1a;
  font-weight: 500;
}

/* Responsive Media Queries */
@media (max-width: 1080px) {
  .about-split-container {
    grid-template-columns: 45% 55%;
    padding: 0 1.5rem;
  }
  .about-split-left {
    padding-right: 2rem;
  }
  .about-split-right {
    padding-left: 3rem;
  }
  .about-target-badge {
    width: 115px;
    height: 115px;
  }
}

@media (max-width: 900px) {
  .about-split-layout {
    min-height: auto;
    height: auto;
    padding: 6rem 0;
  }
  .about-split-bg {
    grid-template-columns: 1fr;
    grid-template-rows: 50% 50%;
  }
  .about-split-container {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .about-split-left {
    padding-right: 0;
    text-align: center;
  }
  .about-split-desc {
    margin: 0 auto;
  }
  .about-target-wrapper {
    display: none;
  }
  .about-split-right {
    padding-left: 0;
    justify-content: center;
  }
  .about-stacked-cards {
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .about-stacked-card {
    grid-template-columns: 44px 1fr;
    padding: 1.3rem 1.5rem;
    gap: 1.2rem;
  }
  .stacked-card-icon {
    font-size: 1.5rem;
  }
  .stacked-card-title {
    font-size: 1.2rem;
  }
  .stacked-card-desc {
    font-size: 0.84rem;
  }
}

/* Premium Services Refresh */
.services-cinematic-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(6rem, 10vh, 7.5rem) 0 clamp(3rem, 5vh, 4rem);
  color: #0b1325;
  background: transparent;
}

.services-hero-overlay,
.services-road-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.services-hero-overlay {
  z-index: -2;
  background: linear-gradient(110deg, rgba(248, 250, 252, 0.82) 0%, rgba(241, 245, 249, 0.68) 48%, rgba(255, 255, 255, 0.38) 100%);
  pointer-events: none;
}

.services-road-grid {
  z-index: -1;
  opacity: 0.08;
  background-image: linear-gradient(rgba(15, 44, 89, 0.22) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 44, 89, 0.22) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
  pointer-events: none;
}

.services-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3.5rem);
  width: 100%;
}

.services-hero-copy {
  min-width: 0;
  max-width: 620px;
  z-index: 3;
}

.services-hero-copy h1 {
  max-width: 680px;
  margin: 0;
  color: #0b1325;
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 4.4vw, 4.6rem);
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.services-title-accent {
  color: #b48b25;
}

.services-hero-copy p {
  max-width: 570px;
  margin-top: 1.25rem;
  color: #475569;
  font-size: 1rem;
  line-height: 1.72;
}

.services-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}

.services-hero-stage {
  position: relative;
  min-width: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
}

.services-hero-car {
  position: relative;
  z-index: 2;
  width: clamp(680px, 62vw, 1100px);
  max-width: none;
  height: auto;
  max-height: 78vh;
  object-fit: contain;
  margin-left: -6%;
  transform: translateX(4%);
  filter: drop-shadow(0 32px 30px rgba(11, 19, 37, 0.22));
  pointer-events: none;
  user-select: none;
}

/* ==========================================================================
   100vh 3-TIER EXPANDING VIP PILLARS SHOWCASE
   ========================================================================== */
.scope-pillars-section {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 5vh, 4.5rem) 0;
  background: radial-gradient(circle at 75% 15%, rgba(229, 169, 34, 0.08) 0%, transparent 45%),
              radial-gradient(circle at 20% 85%, rgba(11, 25, 55, 0.8) 0%, transparent 55%),
              #071124;
  color: #ffffff;
  overflow: hidden;
  isolation: isolate;
}

.scope-pillars-section::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.scope-pillars-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: clamp(1rem, 2vh, 1.8rem);
}

.scope-pillars-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2.5rem;
}

.scope-header-left {
  max-width: 680px;
}

.scope-header-title {
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-weight: 850;
  line-height: 1.12;
  margin: 0.25rem 0 0;
  letter-spacing: -0.01em;
}

.scope-header-desc {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.85rem, 0.95vw, 0.92rem);
  line-height: 1.55;
  margin: 0;
}

/* 3-Pillar Interactive Expanding Grid (Strict Fixed Height, Pure Width Expansion) */
.scope-pillars-stage {
  display: flex;
  gap: 1.25rem;
  height: clamp(430px, 50vh, 470px);
  min-height: clamp(430px, 50vh, 470px);
  max-height: clamp(430px, 50vh, 470px);
  width: 100%;
  align-items: stretch;
}

.scope-pillar {
  position: relative;
  flex: 1 1 0;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0b162c;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  transition: flex 0.65s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.4s ease,
              box-shadow 0.4s ease;
  will-change: flex;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  contain: layout style paint;
}

.scope-pillar.is-expanded {
  flex: 3.5 1 0;
  cursor: default;
  border-color: rgba(229, 169, 34, 0.55);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55), 0 0 30px rgba(229, 169, 34, 0.15);
}

.pillar-bg-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pillar-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.65) saturate(1.1);
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
}

.scope-pillar:hover .pillar-bg-img {
  transform: scale(1.04) translate3d(0, 0, 0);
}

.scope-pillar.is-expanded .pillar-bg-img {
  filter: brightness(0.38) saturate(1.05);
}

.pillar-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 36, 0.3) 0%, rgba(7, 17, 36, 0.92) 80%, #071124 100%);
  transition: opacity 0.4s ease;
}

/* Collapsed State Elements (Absolute Overlay - Zero Height Impact!) */
.pillar-collapsed-view {
  position: absolute;
  inset: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem 0.75rem;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s;
  pointer-events: auto;
}

.scope-pillar.is-expanded .pillar-collapsed-view {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.92);
  pointer-events: none;
}

.pillar-index {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 850;
  color: #E5A922;
  letter-spacing: -0.02em;
}

.pillar-vertical-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.pillar-vertical-title i {
  color: #E5A922;
  font-size: 1.05rem;
}

.pillar-badge-tiny {
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(11, 22, 44, 0.85);
  border: 1px solid rgba(229, 169, 34, 0.35);
  color: #E5A922;
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

/* Expanded State Elements (Absolute Overlay with Smooth Cross-Fade - Zero Height Impact!) */
.pillar-expanded-view {
  position: absolute;
  inset: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.4rem, 2.2vw, 1.85rem);
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: opacity 0.4s ease 0.12s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.08s, visibility 0.4s;
  pointer-events: none;
  overflow: hidden;
}

.scope-pillar.is-expanded .pillar-expanded-view {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}

.pillar-top-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.pillar-scope-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.3rem 0.8rem;
  background: rgba(229, 169, 34, 0.18);
  border: 1px solid rgba(229, 169, 34, 0.4);
  border-radius: 999px;
  color: #E5A922;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pillar-live-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #a7f3d0;
  font-size: 0.7rem;
  font-weight: 800;
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.25);
  animation: livePulse 2s infinite ease-in-out;
}

.pillar-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.pillar-main-title {
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  font-weight: 850;
  line-height: 1.16;
  margin: 0 0 0.4rem;
  letter-spacing: -0.01em;
}

.pillar-summary {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.78rem, 0.88vw, 0.84rem);
  line-height: 1.45;
  margin: 0 0 0.85rem;
  max-width: 650px;
}

.pillar-feature-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 1rem;
  margin-bottom: 1.1rem;
}

.pillar-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3;
}

.pillar-feature-item i {
  color: #E5A922;
  font-size: 0.78rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.pillar-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn-glass-dark {
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.55rem 1.2rem;
}

.btn-glass-dark:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: #ffffff;
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .scope-pillars-section {
    min-height: auto;
    height: auto;
    padding: 3.5rem 0;
  }

  .scope-pillars-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }

  .scope-pillars-stage {
    flex-direction: column;
    min-height: auto;
  }

  .scope-pillar, .scope-pillar.is-expanded {
    flex: auto;
    min-height: 380px;
  }

  .pillar-collapsed-view {
    display: none !important;
  }

  .pillar-expanded-view {
    display: flex !important;
    opacity: 1 !important;
  }

  .pillar-feature-checklist {
    grid-template-columns: 1fr;
  }
}

@keyframes servicesGridDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-78px, 78px, 0); }
}

@keyframes servicesOrbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes servicesScrollNudge {
  0%, 100% { transform: translateY(-2px); }
  50% { transform: translateY(4px); }
}

/* Contact and global booking form polish */
.contact-refresh-form-section .contact-refresh-form,
.contact-refresh-form-section .contact-refresh-success {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)),
    radial-gradient(circle at 90% 0%, rgba(197, 160, 89, 0.14), transparent 34%);
}

.contact-refresh-form-section .contact-refresh-form::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #0f2c59, #d6b04c, #0f2c59);
}

.refresh-field input,
.refresh-field select,
.refresh-field textarea {
  border-radius: 8px;
  background: #ffffff;
}

.refresh-submit {
  border-radius: 8px;
}

@media (max-width: 960px) {
  .services-command-layout {
    grid-template-columns: 1fr;
  }

  .services-hero-inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(330px, 1.1fr);
    gap: 1rem;
  }

  .services-hero-stage {
    min-height: min(46vh, 400px);
  }

  .services-hero-car {
    width: min(1100px, 98vw);
  }

  .services-hero-status {
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 760px) {
  .services-cinematic-hero {
    padding: 6.3rem 0 2.1rem;
  }

  .services-hero-inner {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 0.45rem;
    min-width: 0;
  }

  .services-hero-copy {
    width: 100%;
    max-width: 620px;
  }

  .services-hero-copy h1 {
    margin-top: 0.8rem;
    font-size: clamp(2.2rem, 9vw, 3.5rem);
  }

  .services-title-accent {
    display: block;
    font-size: 0.88em;
    overflow-wrap: anywhere;
  }

  .services-hero-copy p {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .services-hero-actions {
    margin-top: 1rem;
  }

  .services-hero-stage {
    min-height: clamp(165px, 29vh, 270px);
  }

  .services-stage-ring {
    width: min(290px, 64vw);
  }

  .services-hero-car {
    width: min(920px, 150vw);
    max-height: 44vh;
  }

  .services-car-edition {
    display: none;
  }

  .services-hero-status,
  .services-scroll-cue {
    display: none;
  }
}

@media (max-width: 560px) {
  .services-cinematic-hero {
    height: 100vh;
    height: 100svh;
  }

  .services-hero-copy h1 {
    font-size: clamp(1.95rem, 9.3vw, 2.55rem);
  }

  .services-kicker {
    padding: 0.42rem 0.7rem;
    font-size: 0.62rem;
  }

  .services-hero-actions {
    gap: 0.7rem;
  }

  .services-hero-actions .btn {
    min-height: 48px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .services-hero-actions,
  .services-hero-actions .btn {
    width: 100%;
  }

  .services-command-tab {
    flex: 1 1 100%;
    justify-content: center;
  }

  .command-route {
    font-size: 0.68rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-road-grid,
  .services-stage-ring::after,
  .services-scroll-cue i {
    animation: none;
  }
}

/* Tour packages modern luxury catalogue */
.tourpackages-page {
  overflow: hidden;
  background: #f8fafc;
}

.tour-section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 980px;
  width: 100%;
  margin: 0 auto 2.5rem;
}

.tour-section-head h2 {
  margin-top: 0.5rem;
  color: var(--primary-navy, #091326);
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 3.1vw, 2.75rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  .tour-section-head h2 {
    white-space: nowrap;
  }
}

.tour-section-head p {
  margin-top: 0.75rem;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 780px;
}

/* Primary Category Selector Tabs */
.tour-category-tabs-v2 {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 2.5rem;
  max-width: 880px;
  flex-wrap: wrap;
}

.tour-main-tab {
  flex: 1;
  min-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 24px;
  background: #FFFFFF;
  border: 1.5px solid rgba(9, 19, 38, 0.1);
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 16px rgba(9, 19, 38, 0.04);
}

.tour-main-tab .tab-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(11, 32, 70, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--primary-navy, #0b2046);
  transition: all 0.3s ease;
}

.tour-main-tab .tab-text-wrap {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.tour-main-tab .tab-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-navy, #0b2046);
}

.tour-main-tab .tab-count {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}

.tour-main-tab:hover {
  border-color: var(--accent-gold, #c5a059);
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(9, 19, 38, 0.08);
}

.tour-main-tab.is-active {
  background: var(--primary-navy, #0b2046);
  border-color: var(--primary-navy, #0b2046);
  box-shadow: 0 12px 30px rgba(11, 32, 70, 0.25);
  transform: translateY(-3px);
}

.tour-main-tab.is-active .tab-icon-wrap {
  background: var(--accent-gold, #c5a059);
  color: #0b2046;
}

.tour-main-tab.is-active .tab-title {
  color: #FFFFFF;
}

.tour-main-tab.is-active .tab-count {
  color: rgba(255, 255, 255, 0.7);
}

/* Indian Sub-Filter Pill Switcher */
.tour-subfilter-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 2.5rem;
  background: rgba(11, 32, 70, 0.05);
  padding: 6px;
  border-radius: 999px;
  max-width: fit-content;
}

.tour-sub-tab {
  padding: 10px 24px;
  border-radius: 999px;
  border: none;
  background: transparent;
  font-size: 13.5px;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tour-sub-tab:hover {
  color: var(--primary-navy, #0b2046);
}

.tour-sub-tab.is-active {
  background: var(--accent-gold, #c5a059);
  color: #0b2046;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(197, 160, 89, 0.35);
}

/* Tour Cards Grid */
.tour-package-explorer {
  padding: 5rem 0 6rem;
}

.tour-cards-grid-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 1.5rem;
}

.tour-card-v2 {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(9, 19, 38, 0.08);
  box-shadow: 0 10px 30px rgba(9, 19, 38, 0.05);
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.tour-card-v2:hover {
  transform: translateY(-8px);
  border-color: rgba(197, 160, 89, 0.5);
  box-shadow: 0 20px 45px rgba(9, 19, 38, 0.12);
}

.tour-card-media-v2 {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #0b2046;
}

.tour-card-media-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.tour-card-v2:hover .tour-card-media-v2 img {
  transform: scale(1.08);
}

.tour-card-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 32, 70, 0.1) 0%, rgba(11, 32, 70, 0.75) 100%);
  pointer-events: none;
}

.tour-badge-duration {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(11, 32, 70, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #FFFFFF;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tour-badge-duration i {
  color: var(--accent-gold, #c5a059);
}

.tour-badge-region {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: var(--accent-gold, #c5a059);
  color: #0b2046;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tour-card-body-v2 {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tour-card-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 8px;
}

.tour-card-rating .stars {
  color: #f59e0b;
}

.tour-card-title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-navy, #0b2046);
  line-height: 1.25;
  margin-bottom: 6px;
}

.tour-card-route {
  font-size: 13px;
  color: var(--accent-gold, #c5a059);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
}

.tour-card-desc {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 18px;
  flex-grow: 1;
}

.tour-card-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tour-card-highlights li {
  font-size: 12.5px;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.tour-card-highlights li i {
  color: #10b981;
  font-size: 13px;
}

.tour-card-footer {
  border-top: 1px solid rgba(9, 19, 38, 0.08);
  padding-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-tour-itinerary {
  flex: 1;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1.5px solid var(--primary-navy, #0b2046);
  background: transparent;
  color: var(--primary-navy, #0b2046);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.25s ease;
}

.btn-tour-itinerary:hover {
  background: rgba(11, 32, 70, 0.06);
  border-color: var(--accent-gold, #c5a059);
  color: var(--accent-gold, #c5a059);
}

.btn-tour-book {
  flex: 1;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1.5px solid var(--accent-gold, #c5a059);
  background: var(--accent-gold, #c5a059);
  color: #0b2046;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.25s ease;
}

.btn-tour-book:hover {
  background: #b59047;
  border-color: #b59047;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(197, 160, 89, 0.35);
}

/* Tour Itinerary Details Modal */
.tour-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 12, 28, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.tour-modal-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tour-modal-shell {
  background: #FFFFFF;
  border-radius: 24px;
  max-width: 860px;
  width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  touch-action: pan-y;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  transform: scale(0.94) translateY(20px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: auto;
}

.tour-modal-shell::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
  width: 0;
  height: 0;
}

.tour-modal-backdrop.is-open .tour-modal-shell {
  transform: scale(1) translateY(0);
}

.tour-modal-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(11, 32, 70, 0.82);
  backdrop-filter: blur(8px);
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 10;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}

.tour-modal-close-btn:hover {
  background: #dc2626;
  border-color: #dc2626;
  transform: rotate(90deg) scale(1.05);
}

.tour-modal-header {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  background: #0b2046;
}

.tour-modal-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-modal-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 30, 0.2) 0%, rgba(7, 17, 30, 0.6) 40%, rgba(7, 17, 30, 0.95) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 30px 26px;
  color: #FFFFFF;
}

.tour-modal-header-badge {
  align-self: flex-start;
  background: linear-gradient(135deg, #dfb76c 0%, #c5a059 100%);
  color: #07111e !important;
  font-size: 11.5px;
  font-weight: 850;
  padding: 5px 14px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.tour-modal-header-title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3.8vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #FFFFFF !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85), 0 1px 3px rgba(0, 0, 0, 0.9);
  letter-spacing: -0.01em;
}

.tour-modal-header-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.tour-modal-header-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #FFFFFF !important;
}

.tour-modal-header-meta i {
  color: #dfb76c;
}

.tour-modal-body {
  padding: 32px;
}

.tour-modal-desc {
  font-size: 15.5px;
  color: #334155;
  line-height: 1.75;
  margin-bottom: 28px;
  font-weight: 450;
  border-left: 3.5px solid #c5a059;
  padding: 12px 18px;
  background: #f8fafc;
  border-radius: 0 12px 12px 0;
}

.tour-timeline-head {
  font-size: 18px;
  font-weight: 800;
  color: #0b2046 !important;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.01em;
}

.tour-timeline-head i {
  color: #c5a059;
}

.tour-timeline {
  position: relative;
  padding-left: 28px;
  margin-bottom: 30px;
}

.tour-timeline::before {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 9px;
  width: 2px;
  background: rgba(197, 160, 89, 0.35);
}

.tour-timeline-step {
  position: relative;
  margin-bottom: 18px;
}

.tour-timeline-step:last-child {
  margin-bottom: 0;
}

.tour-timeline-step::before {
  content: '';
  position: absolute;
  top: 6px;
  left: -28px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 3.5px solid var(--accent-gold, #c5a059);
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.2);
}

.tour-timeline-step strong {
  display: block;
  font-size: 15px;
  font-weight: 750;
  color: #0b2046 !important;
  margin-bottom: 4px;
  line-height: 1.4;
}

.tour-timeline-step p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

.tour-inclusions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background: #f8fafc;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid rgba(9, 19, 38, 0.06);
  margin-bottom: 30px;
}

.tour-inclusions-col h4 {
  font-size: 15px;
  font-weight: 750;
  color: #0b2046 !important;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tour-inclusions-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tour-inclusions-col li {
  font-size: 13px;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tour-inclusions-col li i {
  color: #10b981;
}

.tour-modal-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.tour-modal-actions .btn {
  flex: 1;
  min-width: 200px;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-whatsapp-modal,
#modalTourWhatsappBtn {
  background: #ffffff !important;
  color: #0f172a !important;
  border: 1.5px solid #25d366 !important;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.15) !important;
}

.btn-whatsapp-modal i,
#modalTourWhatsappBtn i {
  color: #25d366 !important;
  font-size: 1.25rem !important;
  transition: all 0.25s ease !important;
}

.btn-whatsapp-modal span,
#modalTourWhatsappBtn span {
  color: #0f172a !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: 0.2px;
  transition: color 0.25s ease !important;
}

.btn-whatsapp-modal:hover,
#modalTourWhatsappBtn:hover {
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35) !important;
  transform: translateY(-2px);
}

.btn-whatsapp-modal:hover i,
#modalTourWhatsappBtn:hover i {
  color: #ffffff !important;
  transform: scale(1.15);
}

.btn-whatsapp-modal:hover span,
#modalTourWhatsappBtn:hover span {
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .tour-cards-grid-v2 {
    grid-template-columns: 1fr;
  }
  .tour-main-tab {
    min-width: 100%;
  }
  .tour-inclusions-grid {
    grid-template-columns: 1fr;
  }
}

/* Tour Process / How It Works Section */
.tour-process-section {
  padding: 6rem 0;
  background: #ffffff;
  position: relative;
  border-bottom: 1px solid rgba(9, 19, 38, 0.06);
}

.tour-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 3.5rem;
}

.tour-process-card {
  background: #f8fafc;
  border: 1px solid rgba(9, 19, 38, 0.08);
  border-radius: 20px;
  padding: 2.2rem 1.8rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
  box-shadow: 0 4px 20px rgba(9, 19, 38, 0.03);
}

.tour-process-card:hover {
  transform: translateY(-8px);
  background: #ffffff;
  border-color: rgba(197, 160, 89, 0.45);
  box-shadow: 0 20px 40px rgba(9, 19, 38, 0.08), 0 0 25px rgba(197, 160, 89, 0.12);
}

.process-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.process-num,
.tour-process-card span {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(197, 160, 89, 0.35);
  letter-spacing: -0.02em;
}

.process-icon,
.tour-process-card i {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(197, 160, 89, 0.12);
  border: 1px solid rgba(197, 160, 89, 0.25);
  color: #c5a059;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  margin: 0;
}

.tour-process-card h3 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 750;
  color: #0b2046;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}

.tour-process-card p {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 1024px) {
  .tour-hero-inner,
  .tour-section-head,
  .tour-detail-shell {
    grid-template-columns: 1fr;
  }

  .tour-section-head p {
    justify-self: start;
  }

  .tour-mini-grid,
  .tour-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .tour-process-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 760px) {
  .tour-hero-section {
    min-height: 820px;
    align-items: flex-start;
    padding-top: 8rem;
  }

  .tour-hero-copy h1 {
    font-size: clamp(2.45rem, 11vw, 4rem);
  }

  .tour-hero-card {
    width: 100%;
  }

  .tour-category-tabs {
    top: 78px;
    grid-template-columns: 1fr;
  }

  .tour-card-grid,
  .tour-package-card {
    grid-template-columns: 1fr;
  }

  .tour-card-media {
    height: 220px;
  }

  .tour-mini-grid,
  .tour-process-grid,
  .tour-itinerary {
    grid-template-columns: 1fr;
  }

  .tour-detail-visual {
    min-height: 280px;
  }

  .tour-detail-actions,
  .tour-detail-actions .btn,
  .tour-hero-actions,
  .tour-hero-actions .btn {
    width: 100%;
  }
}

/* Premium India Packages Layout */
.premium-india-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}

.premium-south-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  min-height: 480px;
  border-radius: 16px;
  overflow: hidden;
  background: #08121f;
  border: 1px solid rgba(220, 184, 97, 0.3);
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}

.south-hero-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.south-hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.south-hero-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, #08121f);
}

.south-hero-content {
  padding: 3.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.south-hero-content .eyebrow {
  margin-bottom: 1rem;
  display: inline-block;
}

.south-hero-content h4 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  color: var(--gold-light);
  margin-bottom: 1rem;
}

.south-hero-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 2rem;
  opacity: 0.9;
}

.south-hero-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
}

.south-hero-highlight {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.95rem;
  color: #fff;
}

.south-hero-highlight i {
  color: var(--gold);
  font-size: 1.2rem;
}

.premium-india-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.premium-india-card {
  display: flex;
  background: linear-gradient(145deg, #0d1a2d, #08121f);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.premium-india-card:hover {
  transform: translateY(-5px);
  border-color: rgba(220, 184, 97, 0.4);
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}

.premium-india-card-media {
  width: 40%;
  position: relative;
  min-height: 250px;
}

.premium-india-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.premium-india-card-body {
  width: 60%;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.premium-india-card-body span.eyebrow {
  margin-bottom: 0.8rem;
}

.premium-india-card-body h4 {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 0.8rem;
}

.premium-india-card-body p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.premium-india-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.premium-india-card-body ul li {
  font-size: 0.85rem;
  color: var(--gold-light);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

/* Local & Short Rentals / Small Packages */
.local-packages-section {
  padding: 6rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, #07111e 0%, #040c1a 100%);
  position: relative;
}

.local-section-head,
.local-packages-section .tour-section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.local-section-head .eyebrow,
.local-packages-section .tour-section-head .eyebrow {
  color: #dfb76c !important;
  font-size: 0.85rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.local-main-title,
.local-packages-section .tour-section-head h2 {
  color: #FFFFFF !important;
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 3.6vw, 3rem) !important;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
}

.local-main-desc,
.local-packages-section .tour-section-head p {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 750px;
}

.local-packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3.5rem;
}

.local-package-card {
  background: rgba(14, 28, 49, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 2.5rem;
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

.local-package-card:hover {
  transform: translateY(-6px);
  border-color: rgba(220, 184, 97, 0.45);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5), 0 0 25px rgba(197, 160, 89, 0.15);
}

.local-package-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #dcb861, #f4db95);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.local-package-card:hover::before {
  opacity: 1;
}

.local-pkg-icon {
  width: 60px;
  height: 60px;
  background: rgba(220, 184, 97, 0.12);
  border: 1px solid rgba(220, 184, 97, 0.25);
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  color: #dfb76c;
  margin-bottom: 1.5rem;
}

.local-package-card h3 {
  font-size: 1.55rem;
  font-weight: 750;
  color: #FFFFFF !important;
  margin-bottom: 0.5rem;
}

.local-package-card p.tagline {
  color: #dfb76c;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.local-package-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
  flex-grow: 1;
}

.local-package-card ul li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.5;
}

.local-package-card ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #dfb76c;
  font-weight: 800;
}

/* Local Package CTA Buttons */
.local-package-card .btn {
  margin-top: auto;
  width: 100%;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 750;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.local-package-card .btn-gold {
  background: linear-gradient(135deg, #dfb76c 0%, #c5a059 100%) !important;
  color: #040c1c !important;
  border: none !important;
  box-shadow: 0 4px 18px rgba(197, 160, 89, 0.35);
}

.local-package-card .btn-gold:hover {
  background: linear-gradient(135deg, #f0c978 0%, #d4ad64 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(197, 160, 89, 0.5);
}

.local-package-card .btn-outline,
.local-package-card .btn-outline-light {
  background: rgba(220, 184, 97, 0.08) !important;
  border: 1.5px solid rgba(220, 184, 97, 0.55) !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.local-package-card .btn-outline:hover,
.local-package-card .btn-outline-light:hover {
  background: linear-gradient(135deg, #dfb76c 0%, #c5a059 100%) !important;
  border-color: #c5a059 !important;
  color: #040c1c !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(197, 160, 89, 0.45);
}

@media (max-width: 991px) {
  .premium-south-hero {
    grid-template-columns: 1fr;
  }
  .south-hero-img-wrap::after {
    background: linear-gradient(0deg, #08121f 5%, transparent);
  }
  .south-hero-content {
    padding: 2.5rem;
  }
  .premium-india-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .premium-india-card {
    flex-direction: column;
  }
  .premium-india-card-media, .premium-india-card-body {
    width: 100%;
  }
  .south-hero-highlights {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------- */
/* Tour Video Hero (React Bits Pro Vibe) */
/* ------------------------------------- */
.tour-video-hero {
  position: relative;
  width: 100vw;
  height: calc(100dvh + 85px);
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: -85px; /* Offset navbar height */
}

.video-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #02070d 0%, rgba(2, 7, 13, 0.4) 50%, rgba(2, 7, 13, 0.7) 100%);
  z-index: 2;
}

.video-hero-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 100%;
  padding-top: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-hero-content {
  width: min(100%, 980px);
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.25rem;
  text-align: center;
  color: #fff;
}

.video-hero-kicker {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.video-hero-kicker i {
  margin-right: 0.5rem;
}

.video-hero-content h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.4vw, 4.7rem);
  line-height: 1.06;
  max-width: 920px;
  margin: 0 auto 1.4rem;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 4px 20px rgba(0,0,0,0.5);
  text-wrap: balance;
}

.video-hero-content p {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto 2.5rem;
}

.video-hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 250px));
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  width: fit-content;
  margin: 0 auto;
}

.video-hero-actions .btn {
  width: 100%;
  min-width: 0;
  height: 54px;
  min-height: 54px;
  box-sizing: border-box;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  font-family: var(--font-body, inherit);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  vertical-align: middle;
  margin: 0;
  outline: none;
}

.video-hero-actions .btn span {
  display: inline-block;
  line-height: 1;
}

.video-hero-actions .btn i {
  font-size: 0.92rem;
  line-height: 1;
  transition: transform 0.25s ease;
}

.video-hero-actions .btn:hover i {
  transform: translateX(3px);
}

.video-hero-actions .btn-gold {
  background: linear-gradient(135deg, #d4af37, #b8860b);
  color: #0b1a30;
  border: none;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.35);
}

.video-hero-actions .btn-gold:hover {
  background: linear-gradient(135deg, #dfb76c, #c5a059);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.55);
}

.video-hero-actions .btn-gold:hover i {
  transform: translateY(3px);
}

.video-hero-actions .btn-outline-light {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.video-hero-actions .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: #dfb76c;
  color: #dfb76c !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

/* GSAP Initial States for Blur Reveal */
.blur-reveal-item {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity, filter;
}

@media (max-width: 768px) {
  .video-hero-inner {
    min-height: 100%;
    padding-top: 0;
  }

  .video-hero-content {
    width: 100%;
    max-width: 360px;
    padding: 0;
  }

  .video-hero-content h1 {
    max-width: 345px;
    margin-inline: auto;
  }

  .video-hero-actions {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 320px;
    gap: 0.85rem;
  }

  .video-hero-actions .btn {
    width: 100%;
    max-width: none;
  }
}

/* ==========================================================================
   Corporate Travel Cinematic Background Car Hero Slider (etconline style)
   ========================================================================== */
.luxury-hero-slider-section {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #040a14;
  color: #ffffff;
  padding: 6.5rem 1.5rem 4.5rem;
  box-sizing: border-box;
  isolation: isolate;
}

/* Track & Background Car Slides */
.luxury-hero-slider-track {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.luxury-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1), transform 1.1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1.04);
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.luxury-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
}

.luxury-slide-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.92) contrast(1.1) saturate(1.18);
  transform: scale(1.03);
  transition: transform 3s cubic-bezier(0.16, 1, 0.3, 1);
}

.luxury-hero-slide.is-active .luxury-slide-bg {
  transform: scale(1);
}

/* Clear Cinematic Luxury Gradient Overlay (Vivid Car Visibility & High Text Contrast) */
.luxury-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(4, 10, 24, 0.45) 0%, rgba(4, 10, 24, 0.22) 40%, rgba(4, 10, 24, 0.58) 100%),
    radial-gradient(ellipse at 50% 50%, rgba(4, 10, 24, 0.15) 0%, rgba(4, 10, 24, 0.38) 70%, rgba(4, 10, 24, 0.65) 100%);
}

/* Fixed Centered Foreground Content */
.luxury-hero-center-content {
  position: relative;
  z-index: 5;
  text-align: center;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.about-hero-title,
.services-hero-title {
  font-family: var(--font-heading, 'Syne', sans-serif);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 auto 1.35rem;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-title-main {
  display: block;
  font-size: clamp(2.1rem, 3.85vw, 3.8rem);
  font-weight: 900;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.85), 0 2px 6px rgba(0, 0, 0, 0.95);
}

.about-title-accent,
.services-title-accent {
  display: block;
  font-size: clamp(1.95rem, 3.5vw, 3.4rem);
  font-weight: 900;
  color: #dfb76c;
  background: linear-gradient(135deg, #ffffff 0%, #f6d37d 35%, #dfb76c 75%, #c5a059 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  margin-top: 0.35rem;
  text-align: center;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.8);
}

.about-hero-lead,
.services-hero-lead {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.04rem, 1.25vw, 1.22rem);
  font-weight: 450;
  line-height: 1.72;
  max-width: 860px;
  margin: 0 auto 2.2rem;
  text-align: center;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85);
}

/* Action Buttons */
.about-hero-actions,
.services-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.about-hero-actions .btn,
.services-hero-actions .btn {
  min-height: 52px;
  padding: 14px 36px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-hero-actions .btn-outline-cta,
.services-hero-actions .btn-outline-cta {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.about-hero-actions .btn-outline-cta:hover,
.services-hero-actions .btn-outline-cta:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: #dfb76c;
  color: #dfb76c !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

/* Slider Controls (Hidden as requested) */
.hero-slider-arrow {
  display: none !important;
}

/* Pagination Indicators Placed Under Buttons */
.hero-slider-dots {
  position: relative;
  margin-top: 1.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  z-index: 10;
}

.hero-dot {
  width: 16px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0;
}

.hero-dot.is-active {
  width: 44px;
  background: #dfb76c;
  box-shadow: 0 0 12px rgba(223, 183, 108, 0.7);
}

@media (max-width: 900px) {
  .hero-title-main,
  .about-title-accent,
  .services-title-accent {
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .luxury-hero-slider-section {
    padding: 7.5rem 1.25rem 4rem;
    min-height: auto;
  }

  .hero-title-main,
  .about-title-accent,
  .services-title-accent {
    font-size: clamp(1.85rem, 6.8vw, 2.45rem);
    white-space: normal;
  }

  .about-hero-lead,
  .services-hero-lead {
    font-size: 0.95rem;
    margin-bottom: 1.6rem;
  }

  .about-hero-actions,
  .services-hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 0.85rem;
  }

  .about-hero-actions .btn,
  .services-hero-actions .btn {
    width: 100%;
    max-width: 320px;
  }
}

/* ==========================================================================
   Contact Page Modern 2-Column Luxury Hero Showcase
   ========================================================================== */
.contact-refresh-hero {
  position: relative;
  min-height: 85vh;
  min-height: 85svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8.5rem 0 4.5rem;
  background: #040915;
  color: #ffffff;
  overflow: hidden;
  isolation: isolate;
}

.contact-hero-ambient-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 45%, rgba(212, 175, 55, 0.09) 0%, transparent 55%),
    radial-gradient(circle at 82% 35%, rgba(14, 40, 85, 0.45) 0%, transparent 65%),
    linear-gradient(180deg, #030813 0%, #061124 100%);
  pointer-events: none;
  z-index: 1;
}

.contact-refresh-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  align-items: center;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  position: relative;
  z-index: 2;
  width: 100%;
}

/* LEFT: 3-Car Interactive Animated Fleet Stage */
.contact-hero-media-side {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.contact-3car-stage-wrapper {
  position: relative;
  width: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-3car-stage {
  position: relative;
  width: 100%;
  height: clamp(300px, 38vh, 370px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.contact-stage-glow {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  height: 150px;
  background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.28) 0%, rgba(30, 58, 138, 0.35) 45%, transparent 70%);
  filter: blur(32px);
  pointer-events: none;
  z-index: 0;
}

.contact-cars-ground-shadow {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 42px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 55%, transparent 75%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}

.contact-stage-car {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform-origin: bottom center;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  will-change: transform;
}

.contact-stage-car-img {
  display: block;
  width: auto;
  height: clamp(190px, 24vh, 240px);
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.8));
  user-select: none;
  transition: transform 0.3s ease;
}

.c-car-left {
  transform: translateX(-50%) translateX(-155px) scale(0.92);
  z-index: 2;
}

.c-car-right {
  transform: translateX(-50%) translateX(155px) scale(0.92);
  z-index: 2;
}

.c-car-center {
  transform: translateX(-50%) scale(1.1);
  z-index: 5;
  bottom: 8px;
}

.c-car-center .center-car-img {
  height: clamp(230px, 29vh, 285px);
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.95));
}

.contact-stage-car:hover {
  z-index: 10;
}

.c-car-left:hover {
  transform: translateX(-50%) translateX(-155px) translateY(-10px) scale(0.96);
}

.c-car-right:hover {
  transform: translateX(-50%) translateX(155px) translateY(-10px) scale(0.96);
}

.c-car-center:hover {
  transform: translateX(-50%) translateY(-10px) scale(1.15);
}

.contact-stage-badge {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.15rem;
  background: rgba(11, 22, 44, 0.88);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 999px;
  color: #F1F5F9;
  font-size: 0.8rem;
  font-weight: 750;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
}

/* RIGHT: Content & Direct Channels */
.contact-hero-content-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-hero-title {
  font-family: var(--font-heading, 'Syne', sans-serif);
  font-size: clamp(2.1rem, 3.8vw, 3.4rem);
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 1.65rem;
}

.contact-h1-gold {
  background: linear-gradient(135deg, #ffffff 0%, #f6d37d 35%, #dfb76c 75%, #c5a059 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 3 Direct Channels List */
.contact-direct-channels-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 580px;
}

.contact-channel-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.15rem;
  padding: 1.1rem 1.35rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  text-decoration: none;
  backdrop-filter: blur(14px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-channel-item:hover {
  transform: translateX(6px) translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(212, 175, 55, 0.1);
}

.channel-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(212, 175, 55, 0.14);
  color: #DFB76C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
  transition: transform 0.35s ease;
}

.contact-channel-item:hover .channel-icon-box {
  transform: scale(1.1);
}

.channel-icon-box.whatsapp-box {
  background: rgba(37, 211, 102, 0.16);
  color: #25D366;
}

.channel-icon-box.email-box {
  background: rgba(96, 165, 250, 0.16);
  color: #60A5FA;
}

.channel-info-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.channel-subtitle {
  display: block;
  font-size: 0.72rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #94A3B8;
  margin-bottom: 0.15rem;
}

.channel-main-val {
  display: block;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  font-weight: 850;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.channel-dual-phones {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.55rem;
}

.channel-phone-link {
  color: #FFFFFF;
  font-size: clamp(0.95rem, 1.25vw, 1.18rem);
  font-weight: 850;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
  display: inline-block;
}

.channel-phone-link:hover {
  color: #F6D37D;
  text-decoration: underline;
  transform: translateY(-1px);
}

.channel-phone-divider {
  color: #DFB76C;
  font-weight: 800;
  opacity: 0.7;
}

.channel-action-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.15rem;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 750;
  color: #060e1d;
  background: linear-gradient(135deg, #f6d37d 0%, #dfb76c 100%);
  transition: all 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
}

.contact-channel-item:hover .channel-action-badge {
  transform: scale(1.04);
  box-shadow: 0 4px 15px rgba(223, 183, 108, 0.35);
}

.channel-action-badge.whatsapp-badge {
  background: #25D366;
  color: #FFFFFF;
}

.contact-channel-item:hover .channel-action-badge.whatsapp-badge {
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35);
}

.channel-action-badge.email-badge {
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-channel-item:hover .channel-action-badge.email-badge {
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
}

/* Contact Hero Responsive */
@media (max-width: 991px) {
  .contact-refresh-hero {
    padding: 7.5rem 0 3.5rem;
    min-height: auto;
  }

  .contact-refresh-hero-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .contact-hero-media-side {
    order: 2;
  }

  .contact-hero-content-side {
    order: 1;
    text-align: center;
    align-items: center;
  }

  .contact-hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-channel-item {
    text-align: left;
  }
}

@media (max-width: 580px) {
  .contact-channel-item {
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    padding: 0.9rem 1rem;
  }

  .channel-action-badge {
    grid-column: 1 / -1;
    justify-content: center;
    width: 100%;
    margin-top: 0.25rem;
  }
}




