/* Sections CSS: Hero, Stats, Experience, Showcase, WhyUs, Journey, PanIndia, Testimonials, FAQ, FinalCTA */

/* Hero Section & Scene */
.hero-stats-scene {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  background-color: #F8FAFC;
  isolation: isolate;
  transform: translateZ(0);
}

.home-page {
  background: var(--bg-light);
}

.rar-word-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.rar-word {
  display: inline-block;
  will-change: transform, opacity;
}

.cursor-spotlight {
  position: fixed;
  top: 0;
  left: 0;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 30;
  opacity: 0.18;
  mix-blend-mode: multiply;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.55) 0%, rgba(30, 58, 138, 0.16) 35%, transparent 70%);
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
}

.hero-stats-scene .stats-section {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50%;
  translate: 0 -50%;
  z-index: 5;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
  border: 0;
  pointer-events: auto;
  visibility: hidden;
}

.hero-stats-scene .stats-section .container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.hero-stats-scene .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.35vw, 1.4rem);
}

.hero-stats-scene .stat-item {
  min-height: 190px;
  padding: clamp(1rem, 1.45vw, 1.35rem);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 8px;
  box-shadow: 0 15px 35px rgba(11, 19, 37, 0.08);
  will-change: transform, opacity;
  transform: translateZ(0);
}

.hero-section.hero-light-theme {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background-color: #F8FAFC;
  color: #0F172A;
  isolation: isolate;
}

.hero-stats-scene .hero-section.hero-light-theme {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: 100%;
}

.hero-bg-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.25) brightness(1.08) contrast(1.02);
  opacity: 0.35;
}

.hero-light-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(248, 250, 252, 0.88) 0%,
    rgba(241, 245, 249, 0.92) 55%,
    rgba(255, 255, 255, 0.97) 100%
  );
}

.hero-section::after,
.fleet-showcase-section::after,
.why-us-section::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.42), transparent);
  pointer-events: none;
}

.hero-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 4rem);
}

.hero-main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
  width: min(100%, 1320px);
  margin-left: auto;
  margin-right: auto;
  min-height: 460px;
  position: relative;
}

.hero-left-content {
  max-width: 680px;
  position: relative;
  z-index: 6;
  will-change: transform, opacity;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1.1rem;
  background: rgba(212, 175, 55, 0.12);
  border: 1.5px solid rgba(212, 175, 55, 0.35);
  border-radius: 50px;
  color: #9A7B1C;
  font-weight: 700;
  font-size: 0.825rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.08);
}

.hero-headline {
  font-size: clamp(2.6rem, 4.4vw, 4.2rem);
  font-weight: 800;
  line-height: 1.1;
  color: #0B1325;
  margin-bottom: 1.25rem;
  letter-spacing: -0.025em;
  font-family: var(--font-heading, sans-serif);
}

.text-gradient-gold-navy {
  background: linear-gradient(135deg, #0B1325 0%, #1E3A8A 40%, #D4AF37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtext {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  color: #475569;
  line-height: 1.65;
  margin-bottom: 2rem;
  max-width: 600px;
  font-weight: 450;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.btn-lg {
  padding: 0.95rem 2rem;
  font-size: 1rem;
  border-radius: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.hero-features-list {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.75);
  padding: 0.4rem 0.9rem;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.feature-item span {
  white-space: nowrap;
}

.hero-right-car-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: min(56vw, 980px);
  max-width: 980px;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
  z-index: 15;
  pointer-events: none;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.hero-car-stage {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: visible;
  contain: layout;
  transform: translateY(-50%);
}

.hero-car-cutout {
  width: 135%;
  max-width: none;
  height: auto;
  max-height: 980px;
  object-fit: contain;
  filter: contrast(1.08) drop-shadow(0 20px 35px rgba(11, 19, 37, 0.3));
  pointer-events: none;
  transform-origin: left center;
  backface-visibility: hidden;
  transform: scale(1.3) translate3d(-5%, 0, 0);
}

.car-glow-bg {
  position: absolute;
  width: min(55vw, 750px);
  height: min(55vw, 750px);
  background: radial-gradient(circle, rgba(212, 175, 55, 0.22) 0%, rgba(30, 58, 138, 0.08) 60%, transparent 100%);
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  border-radius: 50%;
  filter: blur(40px);
  z-index: -1;
  pointer-events: none;
}

.car-ground-shadow {
  width: 125%;
  height: 32px;
  background: radial-gradient(ellipse at center, rgba(11, 19, 37, 0.38) 0%, transparent 70%);
  margin-top: -28px;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.hero-booking-panel {
  padding: 1.5rem 1.85rem;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(11, 19, 37, 0.08);
  margin-bottom: 1.5rem;
  width: min(100%, 1320px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 7;
  will-change: transform, opacity;
}

.hero-booking-panel::before,
.cta-box::before,
.excellence-reveal-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, transparent 0%, rgba(212, 175, 55, 0.8) 30%, rgba(15, 44, 89, 0.32) 55%, transparent 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.hero-booking-panel:hover::before,
.cta-box:hover::before,
.excellence-reveal-card:hover::after {
  opacity: 1;
}

.booking-panel-header {
  margin-bottom: 1.15rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 0.65rem;
}

.booking-panel-header h3 {
  font-size: 1.15rem;
  color: #0B1325;
  font-weight: 700;
}

.booking-panel-header p {
  font-size: 0.85rem;
  color: #64748B;
}

.hero-booking-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) repeat(3, 1fr) 1.2fr;
  gap: 0.85rem;
  align-items: flex-end;
}

.booking-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.booking-field label {
  font-size: 0.725rem;
  font-weight: 700;
  color: #9A7B1C;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.booking-field input,
.booking-field select {
  background: #F1F5F9;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
  padding: 0.7rem 0.8rem;
  color: #0F172A;
  font-family: var(--font-body, sans-serif);
  font-size: 0.875rem;
  outline: none;
  width: 100%;
  transition: border-color 0.2s, background-color 0.2s;
}

.booking-field input:focus,
.booking-field select:focus {
  border-color: #D4AF37;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}

.booking-field select option {
  background: #FFFFFF;
  color: #0F172A;
}

.hero-scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #64748B;
  margin-top: 0.5rem;
}

.bounce-icon {
  animation: bounce 1.8s infinite;
  color: #D4AF37;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(6px);
  }
  60% {
    transform: translateY(3px);
  }
}

/* Stats Section */
.stats-section {
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: clamp(3rem, 5vw, 5rem);
  background-color: var(--bg-light);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.stat-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.5rem;
  background: var(--bg-white);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
}

.stat-value-wrap {
  display: flex;
  align-items: baseline;
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  color: var(--bg-deep-blue);
  line-height: 1;
}

.stat-suffix {
  color: var(--accent-gold);
  margin-left: 0.15rem;
  font-weight: 800;
}

.stat-label {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-top: 0.75rem;
  margin-bottom: 0.35rem;
}

.stat-desc {
  font-size: 0.85rem;
  color: var(--text-body-dark);
  line-height: 1.5;
}

/* Experience Section - pinned editorial service sequence */
.experience-section {
  position: relative;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  color: #fff;
  background: #090b0f;
  isolation: isolate;
}

.experience-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 31% 52%, rgba(218, 174, 54, 0.14), transparent 28%),
    linear-gradient(90deg, transparent 49.9%, rgba(255, 255, 255, 0.06) 50%, transparent 50.1%);
}

.experience-section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

.service-pin-stage,
.service-stage-grid {
  width: 100%;
  height: 100%;
}

.service-stage-grid {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  align-items: center;
  padding: clamp(5.75rem, 8vw, 7rem) clamp(2rem, 6vw, 6.5rem) clamp(3rem, 5vw, 4.5rem);
}

.service-stage-heading {
  position: absolute;
  z-index: 4;
  top: clamp(5.5rem, 8vw, 7rem);
  left: clamp(2rem, 6vw, 6.5rem);
  max-width: 420px;
}

.service-stage-heading h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  font-weight: 800;
  color: #FFFFFF;
  margin: 0;
}

.service-stage-heading p {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.95rem, 1.1vw, 1.15rem);
  font-weight: 600;
  line-height: 1.4;
}

.service-car-stage {
  position: relative;
  height: min(75vh, 580px);
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.service-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(216, 181, 79, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.service-orbit-outer {
  width: min(44vw, 560px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(197, 160, 89, 0.08) 0%, transparent 68%);
}

.service-orbit-inner {
  width: min(32vw, 420px);
  aspect-ratio: 1;
  border-style: dashed;
  opacity: 0.45;
}

.service-car-shadow {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 14%;
  height: 38px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 45%, transparent 75%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 1;
}

.service-car-frame {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  will-change: transform, opacity, clip-path;
  padding: 0;
  margin: 0;
}

.service-car-frame.is-active {
  visibility: visible;
  opacity: 1;
}

.service-car-img {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: min(52vw, 720px);
  height: auto;
  max-height: min(48vh, 390px);
  object-fit: contain;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.85)) drop-shadow(0 0 35px rgba(216, 181, 79, 0.1));
  transition: transform 0.4s ease;
  pointer-events: none;
  display: block;
  margin: 0 auto;
}

.service-car-frame[data-fleet-car="urbania"] .service-car-img {
  max-height: min(54vh, 430px);
  transform: translateX(-4%) scale(1.08);
}

.service-car-frame[data-fleet-car="carnival"] .service-car-img {
  max-width: min(56vw, 780px);
  transform: translateX(-3%) scale(1.03);
}

.service-car-frame[data-fleet-car="crysta"] .service-car-img {
  max-width: min(55vw, 760px);
  transform: translateX(-2%) scale(1.03);
}

.service-car-frame[data-fleet-car="carens"] .service-car-img {
  max-width: min(55vw, 750px);
  transform: translateX(-2%) scale(1.02);
}

.service-car-frame[data-fleet-car="altis"] .service-car-img,
.service-car-frame[data-fleet-car="taisor"] .service-car-img {
  max-width: min(54vw, 760px);
  transform: translateX(-2%) scale(1.04);
}

.service-car-index {
  position: absolute;
  left: -4%;
  top: 0%;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--font-heading);
  font-size: clamp(8rem, 16vw, 15rem);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.service-copy-stage {
  position: relative;
  z-index: 3;
  height: min(52vh, 460px);
}

.service-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 580px;
  visibility: hidden;
  opacity: 0;
  will-change: transform, opacity, clip-path;
}

.service-copy.is-active {
  visibility: visible;
  opacity: 1;
}

.service-copy-count {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.service-copy h2 {
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}

.service-copy h2 .text-gold {
  color: var(--accent-gold);
}

.service-copy p {
  max-width: 500px;
  margin: 0 0 1.2rem 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  line-height: 1.7;
}

.service-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.9rem;
  margin-bottom: 1.45rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-proof span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.service-copy .btn {
  align-self: flex-start;
}

.service-proof i {
  color: #d8b54f;
}

.service-stage-progress {
  position: absolute;
  z-index: 5;
  right: clamp(2rem, 4vw, 4rem);
  bottom: clamp(2rem, 4vw, 3.5rem);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
  font-weight: 700;
}

.service-progress-current {
  color: #d8b54f;
}

.service-progress-track {
  width: clamp(110px, 12vw, 170px);
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.service-progress-fill {
  display: block;
  width: 100%;
  height: 100%;
  background: #d8b54f;
  transform: scaleX(0.1667);
  transform-origin: left center;
}

@media (max-width: 1024px) {
  .experience-section {
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 5.5rem 0;
  }

  .service-stage-grid {
    display: block;
    padding: 0 1.25rem;
  }

  .service-stage-heading {
    position: static;
    margin-bottom: 3rem;
  }

  .service-car-stage,
  .service-stage-progress {
    display: none;
  }

  .service-copy-stage {
    height: auto;
  }

  .service-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 390px;
    padding: 3rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    visibility: visible;
    opacity: 1;
  }

  .service-copy h2 {
    min-height: 0;
    padding-top: 0.9rem;
  }

  .service-copy p,
  .service-proof {
    margin-top: 1.35rem;
  }

  .service-copy-count {
    top: 2rem;
  }

  .service-copy h2 {
    font-size: clamp(2.75rem, 11vw, 5rem);
  }
}

/* Home hero/stats layout synced from rent-a-ride-html. */
.home-page {
  background: rgba(248, 250, 252, 0.84);
}

.hero-stats-scene {
  background-color: rgba(248, 250, 252, 0.62);
}

.hero-stats-scene .stats-section {
  right: max(4vw, calc((100vw - 1320px) / 2));
  left: auto;
  width: min(92vw, 660px);
}

.hero-stats-scene .stats-section .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.hero-stats-scene .stats-grid {
  grid-template-columns: repeat(2, 1fr);
}

.hero-stats-scene .stat-item {
  min-height: 175px;
  border-radius: 12px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 15px 35px rgba(11, 19, 37, 0.1);
}

.hero-bg-video-wrap {
  background: transparent;
}

.hero-light-overlay {
  background: linear-gradient(
    135deg,
    rgba(248, 250, 252, 0.35) 0%,
    rgba(241, 245, 249, 0.45) 55%,
    rgba(255, 255, 255, 0.55) 100%
  );
  pointer-events: none;
}

.hero-container {
  z-index: 10;
}

.hero-badge {
  background: #0F172A;
  border: 1px solid #0F172A;
  color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.15);
}

.hero-badge i,
.feature-item i {
  color: #FFFFFF !important;
}

.text-gradient-gold-navy {
  background: linear-gradient(135deg, #0B1325 0%, #1E293B 55%, #334155 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtext {
  color: #1E293B;
  font-weight: 500;
}

.hero-features-list {
  color: #0F172A;
}

.feature-item {
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
  color: #0F172A;
  font-weight: 700;
}

.feature-item i {
  color: #0F172A !important;
}

@media (max-width: 1024px) {
  .hero-stats-scene {
    position: relative !important;
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .hero-section.hero-light-theme {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    min-height: auto !important;
    padding-top: 110px !important;
    padding-bottom: 3rem !important;
  }

  .hero-stats-scene .stats-section {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    translate: none !important;
    transform: none !important;
    width: 100% !important;
    margin-top: 2rem !important;
    visibility: visible !important;
  }
}

@media (max-width: 768px) {
  .hero-main-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 1.25rem !important;
    min-height: auto !important;
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
  }

  .hero-left-content {
    display: contents !important;
  }

  .hero-badge {
    order: 1 !important;
    margin: 0 auto 0.75rem auto !important;
  }

  .hero-headline {
    order: 2 !important;
    font-size: clamp(1.85rem, 6vw, 2.5rem) !important;
    line-height: 1.15 !important;
    margin-bottom: 0.75rem !important;
  }

  .hero-right-car-wrap {
    position: relative !important;
    inset: auto !important;
    order: 3 !important;
    width: 100% !important;
    max-width: 420px !important;
    height: auto !important;
    margin: 0.5rem auto 1.25rem auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .hero-car-stage {
    transform: none !important;
    width: 100% !important;
    align-items: center !important;
  }

  .hero-car-cutout {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 240px !important;
    object-fit: contain !important;
    transform: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  .hero-actions {
    order: 4 !important;
    width: 100% !important;
    justify-content: center !important;
    flex-direction: column !important;
    display: flex !important;
    gap: 0.75rem !important;
    margin-bottom: 1.25rem !important;
  }

  .hero-subtext {
    order: 5 !important;
    font-size: 0.925rem !important;
    line-height: 1.55 !important;
    color: #3F3F46 !important;
    margin: 0 auto 1rem auto !important;
    max-width: 95% !important;
  }

  .hero-features-list {
    order: 6 !important;
    flex-direction: column !important;
    align-items: center !important;
    display: flex !important;
    gap: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
}

.reduce-motion .experience-section {
  height: auto;
  min-height: 0;
  overflow: visible;
  padding: 5.5rem 0;
}

.reduce-motion .service-stage-grid {
  display: block;
  padding: 0 clamp(1.25rem, 6vw, 6.5rem);
}

.reduce-motion .service-stage-heading {
  position: static;
  margin-bottom: 3rem;
}

.reduce-motion .service-car-stage,
.reduce-motion .service-stage-progress {
  display: none;
}

.reduce-motion .service-copy-stage {
  height: auto;
}

.reduce-motion .service-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 390px;
  padding: 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  visibility: visible;
  opacity: 1;
}

.reduce-motion .service-copy h2 {
  padding-top: 0.9rem;
}

.reduce-motion .service-copy p,
.reduce-motion .service-proof {
  margin-top: 1.35rem;
}



.amenity-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.25rem;
}

.amenity-card p {
  font-size: 0.825rem;
  color: var(--text-body-dark);
  line-height: 1.45;
}

/* Fleet Showcase Section */
.fleet-showcase-section {
  background-color: var(--bg-light);
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
  position: relative;
  overflow: hidden;
}

.fleet-category-tabs {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  scrollbar-width: none;
}

.fleet-category-tabs::-webkit-scrollbar {
  display: none;
}

.fleet-tab-btn {
  background: var(--bg-white);
  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.65rem 1.35rem;
  border-radius: var(--radius-full);
  cursor: pointer;
  white-space: nowrap;
  transition: all var(--transition-fast);
}

.fleet-tab-btn:hover {
  color: var(--bg-deep-blue);
  border-color: var(--bg-deep-blue);
}

.fleet-tab-btn.active {
  background: var(--bg-deep-blue);
  color: var(--text-light);
  border-color: var(--bg-deep-blue);
  box-shadow: 0 4px 15px rgba(15, 44, 89, 0.25);
}

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

/* Why Us - cinematic pillar reveal */
.why-us-section {
  position: relative;
  height: 100vh;
  min-height: 760px;
  overflow: hidden;
  color: #eef2f7;
  background: #080b10;
  isolation: isolate;
}

.why-us-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse at 50% 64%, rgba(208, 168, 65, 0.12), transparent 32%),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: auto, 9vw 100%;
}

.why-us-section::after {
  inset: auto 0 0;
  z-index: 8;
}

.why-pin-stage {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.why-stage-heading {
  position: absolute;
  z-index: 6;
  top: clamp(4.2rem, 6.5vh, 5.5rem);
  left: 50%;
  width: min(920px, 92vw);
  text-align: center;
  transform: translateX(-50%);
}

.why-stage-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #d6b04c;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.why-stage-heading h2 {
  margin-top: 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 2.6vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .why-stage-heading h2 {
    white-space: normal;
  }
}

.why-stage-heading p {
  margin-top: 0.75rem;
  color: rgba(255,255,255,0.55);
  font-size: 0.92rem;
  font-weight: 600;
}

.why-car-core {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 58%;
  width: min(34vw, 480px);
  height: min(52vh, 480px);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-car-img {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.85));
  will-change: transform, opacity;
}

.why-car-aura {
  position: absolute;
  inset: -12% -35%;
  border: 1px solid rgba(214,176,76,0.18);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(214,176,76,0.11), transparent 67%);
}

.why-road-line {
  position: absolute;
  z-index: 1;
  left: -42vw;
  right: -42vw;
  top: 89%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214,176,76,0.28), transparent);
}

.why-car-sweep {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.42), transparent);
  filter: blur(8px);
  transform: skewX(-14deg);
  pointer-events: none;
}

.why-core-mark {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 62%;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #fff;
  transform: translate(-50%, -50%);
  text-shadow: 0 2px 12px #000;
}

.why-core-mark strong {
  color: #d6b04c;
  font-size: 1.5rem;
  line-height: 1;
}

.why-core-mark span {
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.why-pillar {
  position: absolute;
  z-index: 5;
  width: min(23vw, 325px);
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  will-change: transform, opacity;
}

.why-pillar[data-side="left"] { left: clamp(2rem, 6vw, 6.5rem); }
.why-pillar[data-side="right"] { right: clamp(2rem, 6vw, 6.5rem); }
.why-pillar-1, .why-pillar-2 { top: 34%; }
.why-pillar-3, .why-pillar-4 { top: 55%; }
.why-pillar-5, .why-pillar-6 { top: 76%; }

.why-pillar[data-side="left"] {
  flex-direction: row-reverse;
  text-align: right;
}

.why-pillar-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214,176,76,0.5);
  border-radius: 50%;
  color: #d6b04c;
  background: rgba(8,11,16,0.78);
  box-shadow: 0 0 0 7px rgba(214,176,76,0.035);
}

.why-pillar-copy span {
  color: #d6b04c;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.why-pillar-copy h3 {
  margin-top: 0.25rem;
  color: #fff;
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  font-weight: 900;
  line-height: 1.2;
}

.why-pillar-copy p {
  margin-top: 0.35rem;
  color: rgba(255,255,255,0.72);
  font-size: 0.8rem;
  font-weight: 650;
  line-height: 1.5;
}

.why-pillar-line {
  position: absolute;
  top: 21px;
  width: clamp(35px, 5vw, 82px);
  height: 1px;
  background: rgba(214,176,76,0.42);
  transform-origin: center;
}

.why-pillar[data-side="left"] .why-pillar-line { left: calc(100% + 15px); transform-origin: left; }
.why-pillar[data-side="right"] .why-pillar-line { right: calc(100% + 15px); transform-origin: right; }

.why-pillar-line i {
  position: absolute;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d6b04c;
  box-shadow: 0 0 13px rgba(214,176,76,0.8);
}

.why-pillar[data-side="left"] .why-pillar-line i { right: 0; }
.why-pillar[data-side="right"] .why-pillar-line i { left: 0; }

.why-stage-progress {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255,255,255,0.38);
  font-size: 0.66rem;
  font-weight: 800;
  transform: translateX(-50%);
}

.why-progress-count { color: #d6b04c; }
.why-stage-progress > i { width: 130px; height: 1px; background: rgba(255,255,255,0.15); }
.why-stage-progress b { display: block; width: 100%; height: 100%; background: #d6b04c; transform: scaleX(0); transform-origin: left; }

@media (max-width: 1100px) {
  .why-us-section { height: auto; min-height: 0; padding: 5.5rem 1.25rem; }
  .why-pin-stage { height: auto; }
  .why-stage-heading { position: relative; top: auto; left: auto; width: 100%; transform: none; }
  .why-car-core { position: relative; left: auto; top: auto; width: min(92vw, 720px); margin: 3rem auto; transform: none; }
  .why-pillars { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 2rem 3rem; max-width: 900px; margin: 0 auto; }
  .why-pillar, .why-pillar[data-side="left"], .why-pillar[data-side="right"] { position: relative; inset: auto; width: auto; flex-direction: row; text-align: left; }
  .why-pillar-line, .why-stage-progress { display: none; }
}

@media (max-width: 640px) {
  .why-pillars { grid-template-columns: 1fr; }
  .why-car-core { margin: 2.25rem auto; }
  .why-stage-heading h2 { font-size: 2.35rem; }
}

/* ==========================================================================
   Clients & Certification Logo Infinite Scrolling Section - Light Theme
   ========================================================================== */
.clients-logo-section {
  position: relative;
  min-height: 620px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(2.25rem, 4vw, 3.4rem);
  overflow: hidden;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(212, 175, 55, 0.09), transparent 75%), linear-gradient(180deg, #f8fafd 0%, #edf3f8 50%, #f4f7fb 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.25);
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  padding: clamp(2.5rem, 5vh, 4rem) 0;
  box-sizing: border-box;
}

.clients-logo-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.03) 1px, transparent 1px);
  background-size: 80px 100%;
  pointer-events: none;
}

.clients-marquee-group {
  position: relative;
  z-index: 2;
}

.clients-logo-section-single {
  min-height: 360px;
  padding-block: clamp(3rem, 6vh, 4.5rem);
}

.clients-section-header {
  text-align: center;
  margin-bottom: clamp(1rem, 2.2vh, 1.6rem);
  position: relative;
  z-index: 2;
}

.clients-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #9a6f14;
  font-size: clamp(0.8rem, 1vw, 0.88rem);
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.28);
  padding: 6px 18px;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}

.clients-eyebrow i {
  font-size: 0.88rem;
  color: #a4781b;
}

.clients-title {
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  font-weight: 800;
  color: #0b1a30;
  margin: 0;
  letter-spacing: -0.015em;
  text-shadow: none;
}

.clients-marquee-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 1rem 0;
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  display: flex;
  align-items: center;
  z-index: 2;
}

.clients-marquee-track {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 2.5vw, 2.8rem);
  width: max-content;
  will-change: transform;
}

.clients-marquee-rtl {
  animation: infiniteClientLogoMarqueeRtl 34s linear infinite;
}

.clients-marquee-ltr {
  animation: infiniteClientLogoMarqueeLtr 28s linear infinite;
}

.clients-marquee-wrapper:hover .clients-marquee-track {
  animation-play-state: paused;
}

.client-logo-card {
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 18px;
  padding: 18px 34px;
  min-width: 190px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(11, 26, 48, 0.07), 0 2px 5px rgba(0, 0, 0, 0.04);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
  flex-shrink: 0;
  user-select: none;
}

.client-logo-card:hover {
  transform: translateY(-5px) scale(1.04);
  border-color: #dfb76c;
  box-shadow: 0 16px 36px rgba(11, 26, 48, 0.15), 0 0 24px rgba(212, 175, 55, 0.28);
}

.client-logo-card img {
  max-height: 58px;
  max-width: 145px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: contrast(102%);
  transition: transform 0.35s ease;
  pointer-events: none;
}

.client-logo-card:hover img {
  transform: scale(1.06);
}

@keyframes infiniteClientLogoMarqueeRtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333333%);
  }
}

@keyframes infiniteClientLogoMarqueeLtr {
  0% {
    transform: translateX(-33.333333%);
  }
  100% {
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .clients-logo-section {
    min-height: 0;
    height: auto;
    padding: 3.5rem 0;
    gap: 2rem;
  }

  .clients-logo-section-single {
    padding: 3rem 0;
  }

  .client-logo-card {
    min-width: 150px;
    height: 76px;
    padding: 12px 22px;
    border-radius: 14px;
  }

  .client-logo-card img {
    max-height: 46px;
    max-width: 115px;
  }

  .clients-marquee-rtl,
  .clients-marquee-ltr {
    animation-duration: 32s;
    gap: 1.4rem;
  }
}

/* Journey Section */
.journey-section {
  background-color: #071326;
  color: var(--text-light);
  padding-top: clamp(3.5rem, 6vh, 5.5rem);
  padding-bottom: clamp(4rem, 6vw, 6.5rem);
  overflow: hidden;
  position: relative;
}

.booking-story-stage {
  position: relative;
  height: auto;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
}

.journey-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(212, 175, 55, 0.2), transparent 32%),
    radial-gradient(circle at 84% 70%, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.05), transparent 45%);
  pointer-events: none;
}

.booking-story-heading {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin-bottom: clamp(1.25rem, 2.5vh, 2rem);
}

.booking-story-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #d6b04c;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.booking-story-heading h2 {
  margin-top: 1rem;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(2.45rem, 3.7vw, 4rem);
  font-weight: 550;
  line-height: 0.98;
  letter-spacing: 0;
}

.booking-story-heading p {
  margin-top: 0.85rem;
  color: rgba(255,255,255,0.6);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 600;
}

.booking-story-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(430px, 0.95fr) minmax(460px, 1.05fr);
  gap: clamp(4rem, 8vw, 8rem);
  align-items: center;
  margin-bottom: 0;
  min-height: 0;
}

.booking-console-wrap {
  position: relative;
  top: auto;
  align-self: center;
  width: 100%;
}

.booking-console {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(214,176,76,0.27);
  border-radius: 8px;
  background: #f7f4ed;
  color: #091326;
  box-shadow: 0 38px 90px rgba(0,0,0,0.36);
}

.booking-console-top {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.4rem;
  border-bottom: 1px solid rgba(9,19,38,0.1);
}

.booking-console-top > div { display: flex; align-items: center; gap: 0.55rem; }
.booking-console-top strong { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.07em; }
.console-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #24a148; box-shadow: 0 0 0 5px rgba(36,161,72,0.12); }
.console-state-label { color: #a47c19; font-size: 0.7rem; font-weight: 850; text-transform: uppercase; }

.booking-route-map {
  position: relative;
  height: 190px;
  overflow: hidden;
  background: #e8e6df;
}

.booking-route-map::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image: linear-gradient(rgba(9,19,38,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(9,19,38,.13) 1px, transparent 1px);
  background-size: 46px 46px;
  transform: rotate(-8deg) scale(1.2);
}

.map-road { position: absolute; height: 18px; width: 130%; left: -15%; background: rgba(255,255,255,.66); transform: rotate(-12deg); }
.map-road-a { top: 34%; }
.map-road-b { top: 68%; transform: rotate(18deg); }
.map-route-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.map-route-svg path { fill: none; stroke: #b78d28; stroke-width: 4; stroke-linecap: round; stroke-dasharray: 9 10; }
.map-pin { position: absolute; z-index: 3; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #091326; box-shadow: 0 8px 18px rgba(9,19,38,.22); }
.map-pin-pickup { left: 12%; bottom: 16%; }
.map-pin-drop { right: 11%; top: 10%; background: #b78d28; }
.map-car { position: absolute; z-index: 4; left: 47%; top: 49%; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #091326; background: #fff; box-shadow: 0 10px 22px rgba(9,19,38,.2); }

.booking-console-body { position: relative; min-height: 184px; padding: 1.2rem 1.45rem; }
.console-step-bar { height: 3px; overflow: hidden; background: rgba(9,19,38,.1); }
.console-step-fill { display: block; width: 100%; height: 100%; background: #b78d28; transform: scaleX(.25); transform-origin: left; }
.console-status-view { position: absolute; left: 1.45rem; right: 1.45rem; top: 2.65rem; opacity: 0; visibility: hidden; transform: translateY(18px); }
.booking-console[data-booking-state="1"] .console-view-1,
.booking-console[data-booking-state="2"] .console-view-2,
.booking-console[data-booking-state="3"] .console-view-3,
.booking-console[data-booking-state="4"] .console-view-4 { opacity: 1; visibility: visible; transform: none; }
.console-view-label { color: #a47c19; font-size: .68rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.console-status-view h3 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: .65rem; font-size: clamp(1.05rem, 1.6vw, 1.35rem); font-weight: 850; }
.console-status-view h3 i { color: #b78d28; font-size: .85em; }
.console-status-view h3 strong { color: #a47c19; white-space: nowrap; }
.console-meta { display: flex; flex-wrap: wrap; gap: .65rem 1rem; margin-top: 1.2rem; color: #596274; font-size: .74rem; font-weight: 700; }
.console-meta span { display: inline-flex; align-items: center; gap: .4rem; }
.console-meta i { color: #a47c19; }
.console-confirm-code { display: grid; grid-template-columns: auto 1fr; gap: .1rem .7rem; align-items: center; margin-top: 1.1rem; }
.console-confirm-code i { grid-row: span 2; color: #25a55f; font-size: 2rem; }
.console-confirm-code span { font-size: 1.05rem; font-weight: 900; }
.console-confirm-code small { color: #687183; font-weight: 650; }

.booking-story-steps { position: relative; height: 350px; }
.booking-story-steps::before { content: ''; position: absolute; left: 24px; top: 4rem; bottom: 4rem; width: 1px; background: linear-gradient(#d6b04c, rgba(214,176,76,.1)); }
.booking-story-step { position: absolute; inset: 0; min-height: 0; display: grid; grid-template-columns: 50px 1fr; gap: 1.4rem; align-content: center; padding-left: 0; opacity: 0; visibility: hidden; filter: saturate(.55); will-change: transform, opacity; }
.booking-story-step.is-active { opacity: 1; visibility: visible; filter: saturate(1); }
.booking-step-number { position: absolute; right: 0; top: 22%; color: rgba(255,255,255,.05); font-family: var(--font-heading); font-size: clamp(5rem, 8vw, 8rem); font-weight: 800; line-height: 1; }
.booking-step-icon { position: relative; z-index: 2; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(214,176,76,.45); border-radius: 50%; color: #d6b04c; background: #071326; box-shadow: 0 0 0 9px #071326; }
.booking-step-tag { color: #d6b04c; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.booking-story-step h3 { position: relative; margin-top: .65rem; color: #fff; font-size: clamp(1.8rem, 2.8vw, 3rem); font-weight: 750; line-height: 1.08; }
.booking-story-step p { position: relative; max-width: 540px; margin-top: 1rem; color: rgba(255,255,255,.65); font-size: .98rem; font-weight: 550; line-height: 1.7; }
.booking-story-step small { position: relative; display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.15rem; color: rgba(255,255,255,.88); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.booking-story-step small i { color: #d6b04c; }

@media (max-width: 980px) {
  .booking-story-stage { height: auto; display: block; padding: 4.5rem 0 2rem; }
  .booking-story-layout { grid-template-columns: 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
  .booking-console-wrap { position: relative; top: auto; max-width: 620px; margin: 0 auto; width: 100%; }
  .booking-story-steps { position: relative; height: 280px; }
  .booking-story-step { position: absolute; inset: 0; min-height: 0; }
}

@media (max-width: 560px) {
  .booking-story-heading h2 { font-size: 2.3rem; }
  .booking-console { min-height: 0; }
  .booking-route-map { height: 200px; }
  .booking-story-steps { height: 310px; }
  .booking-story-step { min-height: 0; grid-template-columns: 44px 1fr; gap: 1rem; }
  .booking-step-icon { width: 44px; height: 44px; }
  .booking-story-steps::before { left: 21px; }
}

/* Tailored mobility - editorial route selector */
.mobility-selector-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background: #f4f2ec;
}

.mobility-selector-section::before {
  content: '';
  position: absolute;
  inset: 0 50% 0 0;
  background: #0a1426;
}

.mobility-selector-inner { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding-top: 6rem; padding-bottom: 3rem; }
.mobility-selector-head { position: absolute; top: 5.5rem; left: 0; right: 0; z-index: 4; display: flex; align-items: center; justify-content: space-between; }
.mobility-selector-kicker { display: inline-flex; align-items: center; gap: .65rem; color: #d6b04c; font-size: .78rem; font-weight: 900; letter-spacing: .14em; }
.mobility-selector-index { color: #777e89; font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.mobility-selector-index b { color: #b78d28; font-size: 1rem; }
.mobility-selector-stage { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; align-items: center; }
.mobility-copy-stack { position: relative; height: 520px; padding-right: clamp(3rem, 7vw, 7rem); }
.mobility-copy { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; visibility: hidden; opacity: 0; will-change: transform, opacity, clip-path; }
.mobility-copy.is-active { visibility: visible; opacity: 1; }
.mobility-copy > span { color: #d6b04c; font-size: .73rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.mobility-copy h2 { margin-top: .95rem; color: #fff; font-family: var(--font-heading); font-size: clamp(3rem, 4.3vw, 4.8rem); font-weight: 550; line-height: .98; letter-spacing: 0; }
.mobility-copy p { max-width: 590px; margin-top: 1.5rem; color: rgba(255,255,255,.62); font-size: 1rem; font-weight: 550; line-height: 1.7; }
.mobility-copy > div { display: flex; align-items: center; flex-wrap: wrap; gap: .7rem 1.2rem; margin-top: 1.35rem; color: rgba(255,255,255,.9); font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.mobility-copy > div i { color: #d6b04c; }

.mobility-image-stage { position: relative; height: 510px; overflow: hidden; background: #d9d8d3; box-shadow: 0 28px 70px rgba(4,10,20,.16); isolation: isolate; }
.mobility-image-stage::before { content: ''; position: absolute; z-index: 6; inset: 0; border: 1px solid rgba(255,255,255,.3); pointer-events: none; }
.mobility-image-panel { position: absolute; inset: 0; margin: 0; visibility: visible; opacity: 0; clip-path: inset(0 0 100% 0); pointer-events: none; will-change: opacity, transform, clip-path; }
.mobility-image-panel.is-active { visibility: visible; opacity: 1; clip-path: inset(0); }
.mobility-image-panel img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); will-change: transform; }
.mobility-image-panel:nth-child(1) img { object-position: 54% center; }
.mobility-image-panel:nth-child(2) img { object-position: 48% center; }
.mobility-image-panel:nth-child(3) img { object-position: 50% center; }
.mobility-image-panel:nth-child(4) img { object-position: 52% center; }
.mobility-image-panel:nth-child(5) img { object-position: center 55%; }
.mobility-image-urbania { background: radial-gradient(circle at center, #eef0f1, #c9ccd0); }
.mobility-image-urbania img { object-fit: contain; object-position: center; padding: 2.5rem; transform: scale(.94); filter: drop-shadow(0 28px 20px rgba(0,0,0,.32)); }
.mobility-image-panel figcaption { position: absolute; z-index: 4; left: 2rem; bottom: 1.75rem; display: flex; align-items: center; gap: .75rem; color: #fff; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.mobility-image-panel figcaption span { color: #d6b04c; }
.mobility-image-shade { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 52%, rgba(5,10,18,.78)); }
.mobility-image-scan { position: absolute; z-index: 3; top: 0; bottom: 0; left: -30%; width: 18%; opacity: 0; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.46), transparent); transform: skewX(-12deg); filter: blur(8px); }
.mobility-image-status { position: absolute; z-index: 5; right: 1.6rem; top: 1.5rem; display: flex; align-items: center; gap: .65rem; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.mobility-image-status > i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(214,176,76,.6); border-radius: 50%; color: #d6b04c; background: rgba(5,10,18,.46); backdrop-filter: blur(8px); }
.mobility-image-status span { font-size: .6rem; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.mobility-image-status b { font-size: .76rem; }

.mobility-selector-nav { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(10,20,38,.14); }
.mobility-nav-item { position: relative; height: 74px; display: flex; align-items: center; justify-content: center; gap: .55rem; border: 0; color: #6d7480; background: transparent; font: inherit; font-size: .76rem; font-weight: 800; cursor: pointer; }
.mobility-nav-item::after { content: ''; position: absolute; left: 12%; right: 12%; top: -1px; height: 2px; background: #b78d28; transform: scaleX(0); transition: transform .35s ease; }
.mobility-nav-item i { color: #9b7a2b; }
.mobility-nav-item.is-active { color: #0a1426; }
.mobility-nav-item.is-active::after { transform: scaleX(1); }

@media (max-width: 900px) {
  .mobility-selector-section::before { inset: 0; }
  .mobility-selector-inner { padding-top: 7rem; }
  .mobility-selector-head { top: 4rem; }
  .mobility-selector-index { color: rgba(255,255,255,.45); }
  .mobility-selector-stage { grid-template-columns: 1fr; }
  .mobility-copy-stack { height: 550px; padding-right: 0; }
  .mobility-image-stage { height: 420px; margin-bottom: 1.5rem; }
  .mobility-selector-nav { grid-template-columns: repeat(3, 1fr); border-color: rgba(255,255,255,.15); }
  .mobility-nav-item { color: rgba(255,255,255,.56); }
  .mobility-nav-item.is-active { color: #fff; }
}

@media (max-width: 520px) {
  .mobility-selector-head { align-items: flex-start; }
  .mobility-selector-kicker { max-width: 230px; line-height: 1.45; }
  .mobility-copy h2 { font-size: 2.65rem; }
  .mobility-copy-stack { height: 580px; }
  .mobility-image-stage { height: min(74vw, 350px); }
  .mobility-image-panel:nth-child(1) img { object-position: 58% center; }
  .mobility-image-panel:nth-child(2) img { object-position: 52% center; }
  .mobility-image-panel figcaption { left: 1.15rem; bottom: 1.1rem; }
  .mobility-image-status { right: 1rem; top: 1rem; }
  .mobility-image-urbania img { padding: 1.5rem; }
  .mobility-nav-item { height: 62px; font-size: .68rem; }
}

/* Pan India Section */
.pan-india-section {
  background-color: var(--bg-light);
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.cities-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  margin-top: 3rem;
}

.city-card {
  padding: 1.35rem 1.15rem;
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
}

.city-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.city-code {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--bg-deep-blue);
  background: rgba(15, 44, 89, 0.08);
  padding: 0.2rem 0.5rem;
  border-radius: var(--radius-sm);
}

.city-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 0.25rem;
}

.city-hub-tag {
  font-size: 0.725rem;
  font-weight: 700;
  color: var(--accent-gold);
  margin-bottom: 0.5rem;
}

.city-desc {
  font-size: 0.8rem;
  color: var(--text-body-dark);
  line-height: 1.45;
}

/* Testimonials Section */
.testimonials-section {
  background-color: var(--bg-white);
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
  overflow: hidden;
}

.testimonial-slider-card {
  padding: 3rem;
  background: var(--bg-light);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  position: relative;
  margin-top: 3rem;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(11, 19, 37, 0.08);
}

.testimonial-slider-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(212, 175, 55, 0.16), transparent);
  transform: translateX(-100%);
  animation: rarShimmer 5.5s ease-in-out infinite;
  pointer-events: none;
}

.quote-mark-icon {
  font-size: 2.5rem;
  opacity: 0.3;
  margin-bottom: 1rem;
}

.ratings-stars {
  display: flex;
  gap: 0.35rem;
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
}

.testimonial-quote {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.6;
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 2rem;
  font-style: italic;
}

.testimonial-author-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-light);
}

.author-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
}

.author-meta {
  font-size: 0.85rem;
  color: var(--text-body-dark);
  margin-top: 0.15rem;
}

.slider-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.slider-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  color: var(--bg-deep-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.slider-nav-btn:hover {
  background: var(--bg-deep-blue);
  color: var(--text-light);
}

.slider-count {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-muted);
}

/* FAQ Section */
.faq-section {
  background-color: var(--bg-light);
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.faq-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.35rem 1.75rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.faq-item:hover, .faq-item.open {
  border-color: var(--bg-deep-blue);
  box-shadow: var(--shadow-sm);
}

.faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq-question {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0;
}

.faq-toggle-icon {
  background: var(--bg-light);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-deep-blue);
  font-size: 0.85rem;
}

.faq-body-wrap {
  display: none;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-light);
}

.faq-item.open .faq-body-wrap {
  display: block;
}

.faq-answer {
  font-size: 0.9rem;
  color: var(--text-body-dark);
  line-height: 1.6;
}

/* Final CTA Section */
.final-cta-section {
  position: relative;
  padding-top: clamp(5rem, 8vw, 8rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
  overflow: hidden;
  background-color: var(--bg-deep-blue, #07193b);
}

.cta-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

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

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(7, 25, 59, 0.84) 0%, rgba(4, 15, 36, 0.95) 100%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.cta-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.cta-box {
  width: 100%;
  max-width: 980px;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3.5rem);
  text-align: center;
  background: linear-gradient(145deg, rgba(12, 38, 84, 0.94) 0%, rgba(7, 24, 56, 0.97) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 35px rgba(212, 175, 55, 0.08);
  overflow: hidden;
  position: relative;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  will-change: transform, opacity;
}

.cta-box .eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent-gold, #d4af37);
  margin-bottom: 0.85rem;
}

.cta-headline {
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 800;
  color: #ffffff;
  font-family: var(--font-heading);
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.cta-sub {
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  color: #cbd5e1;
  max-width: 720px;
  margin: 0 auto 2.5rem auto;
  line-height: 1.7;
  font-family: var(--font-body);
}

.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.cta-actions .btn {
  min-height: 54px;
  padding: 0.85rem 1.85rem;
  font-size: 0.98rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}

.btn-outline-cta {
  background: rgba(7, 24, 56, 0.85);
  color: #ffffff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.75);
}

.btn-outline-cta:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

@keyframes rarShimmer {
  0%, 42% { transform: translateX(-110%); }
  72%, 100% { transform: translateX(110%); }
}

@media (max-width: 1024px) {
  .cursor-spotlight {
    display: none;
  }

  .hero-stats-scene {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .hero-stats-scene .hero-section.hero-light-theme,
  .hero-stats-scene .stats-section {
    position: relative;
    inset: auto;
    translate: none;
    visibility: visible;
  }

  .hero-stats-scene .stats-section {
    left: auto;
    right: auto;
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
}

/* ==========================================================================
   3-Tier Mobility Infographic Section (Curved Connected Architecture)
   ========================================================================== */
.mobility-infographic-section {
  position: relative;
  padding: clamp(4rem, 6vw, 6rem) 0;
  background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 50%, #F8FAFC 100%);
  overflow: hidden;
  z-index: 2;
}

.mobility-infographic-section::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(circle, rgba(197, 160, 89, 0.08) 0%, rgba(11, 32, 70, 0.03) 50%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.mobility-heading-single-line {
  font-size: clamp(1.65rem, 2.7vw, 2.45rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: #0F172A !important;
  text-align: center !important;
  margin: 0 auto 0.65rem !important;
  width: 100%;
}

.mobility-heading-subtitle {
  max-width: 820px !important;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem) !important;
  line-height: 1.65 !important;
  color: #64748B !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.infographic-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

/* Curved Bridge & Connected Nodes Stage */
.infographic-bridge-stage {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 1.5rem auto 0;
}

.infographic-svg-curve {
  width: 100%;
  height: 90px;
  display: block;
  overflow: visible;
}

.infographic-track-bg {
  stroke: #CBD5E1;
  stroke-width: 2.5;
  stroke-linecap: round;
  fill: none;
}

.infographic-track-active {
  stroke: url(#goldNavyGradient);
  stroke-width: 3.5;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 8 6;
  animation: trackFlow 25s linear infinite;
}

@keyframes trackFlow {
  to { stroke-dashoffset: -300; }
}

/* Interactive Nodes Row */
.infographic-nodes-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  margin-top: -55px;
  z-index: 3;
}

.infographic-node-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.infographic-node-btn {
  position: relative;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 3px solid #E2E8F0;
  box-shadow: 0 10px 25px rgba(11, 32, 70, 0.1), 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0;
  color: var(--primary-navy);
}

.infographic-node-btn .node-num {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  color: #0F172A;
  transition: color 0.3s ease;
}

.infographic-node-btn .node-mini-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-dark-muted);
  margin-top: 2px;
}

.infographic-node-btn::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px dashed transparent;
  transition: all 0.35s ease;
}

.infographic-node-btn:hover,
.infographic-node-btn.is-active {
  transform: translateY(-5px) scale(1.08);
  border-color: var(--accent-gold);
  background: #0B2046;
  box-shadow: 0 16px 35px rgba(11, 32, 70, 0.22), 0 0 0 6px rgba(197, 160, 89, 0.2);
}

.infographic-node-btn:hover .node-num,
.infographic-node-btn.is-active .node-num {
  color: var(--accent-gold);
}

.infographic-node-btn:hover .node-mini-label,
.infographic-node-btn.is-active .node-mini-label {
  color: #FFFFFF;
}

.infographic-node-btn.is-active::after {
  border-color: var(--accent-gold);
  animation: nodeOrbit 12s linear infinite;
}

@keyframes nodeOrbit {
  to { transform: rotate(360deg); }
}

/* Vertical Drop Lines from Nodes to Cards */
.infographic-drop-line {
  width: 2px;
  height: 42px;
  background: linear-gradient(180deg, #CBD5E1 0%, rgba(197, 160, 89, 0.8) 100%);
  margin: 8px 0;
  position: relative;
  transition: all 0.3s ease;
}

.infographic-drop-line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-gold);
  box-shadow: 0 0 8px var(--accent-gold);
}

.infographic-node-col.is-active .infographic-drop-line {
  background: linear-gradient(180deg, var(--accent-gold) 0%, var(--primary-navy) 100%);
  width: 3px;
}

/* Cards Grid */
.infographic-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 0.5rem;
}

.infographic-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid rgba(226, 232, 240, 0.85);
  box-shadow: 0 10px 30px rgba(11, 32, 70, 0.05);
  padding: clamp(1.6rem, 2.5vw, 2.2rem) clamp(1.4rem, 2vw, 1.8rem);
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.infographic-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #E2E8F0;
  transition: all 0.35s ease;
}

.infographic-card.card-tn::before {
  background: linear-gradient(90deg, var(--accent-gold) 0%, #E6CA85 100%);
}

.infographic-card.card-india::before {
  background: linear-gradient(90deg, var(--primary-navy) 0%, #1E3A8A 100%);
}

.infographic-card.card-global::before {
  background: linear-gradient(90deg, var(--accent-gold) 0%, var(--primary-navy) 100%);
}

.infographic-card:hover,
.infographic-card.is-active {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(11, 32, 70, 0.12), 0 4px 15px rgba(197, 160, 89, 0.1);
  border-color: rgba(197, 160, 89, 0.4);
}

.infographic-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.infographic-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(11, 32, 70, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: var(--primary-navy);
  transition: all 0.35s ease;
}

.infographic-card:hover .infographic-card-icon,
.infographic-card.is-active .infographic-card-icon {
  background: var(--primary-navy);
  color: var(--accent-gold);
  transform: scale(1.08) rotate(-4deg);
}

.infographic-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  background: rgba(197, 160, 89, 0.12);
  color: #8C6D2D;
}

.infographic-card-title {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

.infographic-card-desc {
  font-size: 0.88rem;
  color: var(--text-dark-muted);
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.infographic-card-points {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(226, 232, 240, 0.7);
}

.infographic-card-points li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #334155;
}

.infographic-card-points li i {
  color: var(--accent-gold);
  font-size: 0.85rem;
}

.infographic-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 11px 18px;
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--primary-navy);
  background: rgba(11, 32, 70, 0.05);
  border: 1px solid rgba(11, 32, 70, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.infographic-card-btn:hover {
  background: var(--accent-gold);
  color: #061838;
  border-color: var(--accent-gold);
  box-shadow: 0 8px 20px rgba(197, 160, 89, 0.28);
}

/* Responsive adjustments */
@media (max-width: 960px) {
  .mobility-heading-single-line {
    white-space: normal !important;
  }

  .infographic-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
