/* ============================================
   DESIGN TOKENS — ubah nilai di sini untuk kustomisasi cepat
   ============================================ */
:root {
  --ink: #1B3A6B;
  /* navy blue — warna utama, teks tegas & bg gelap */
  --ink-soft: #24457E;
  /* navy sedikit lebih terang */
  --amber: #C8960C;
  /* gold — aksen CTA & badge */
  --amber-dark: #A87A08;
  /* gold gelap — teks aksen & hover */
  --paper: #F4F6FA;
  /* putih kebiruan — bg dasar */
  --card: #FFFFFF;
  --steel: #5E6B84;
  --steel-light: #96A1B8;
  --green: #2F9E62;
  --line: rgba(27, 58, 107, .14);
  --line-soft: rgba(27, 58, 107, .09);
  --radius: 14px;
  --font-display: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
}

h1,
h2,
h3,
h4,
.display-font {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.mono {
  font-family: var(--font-mono);
  letter-spacing: .02em;
}

a {
  text-decoration: none;
}

::selection {
  background: var(--amber);
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================
   EYEBROW / TAG LABEL — gaya nomor resi manifest
   ============================================ */
.eyebrow {
  font-family: var(--font-mono);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--amber);
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .9rem;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--amber-dark);
  display: inline-block;
}

.eyebrow.on-dark {
  color: var(--amber);
}

.eyebrow.on-dark::before {
  background: var(--amber);
}

.gold-line {
  width: 48px;
  height: 3px;
  background: var(--amber);
  border-radius: 9px;
  display: inline-block;
  margin-bottom: 12px;
}


/* ============================================
   NAVBAR
   ============================================ */
.navbar-aishwarya {
  background: rgba(244, 246, 250, .92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: box-shadow .25s ease, padding .25s ease;
}

.navbar-brand-text-bot {
  font-size: 10px;
  font-weight: 500;
  color: var(--amber);
  letter-spacing: 1.5px;
}

.navbar-aishwarya.scrolled {
  box-shadow: 0 6px 24px rgba(27, 58, 107, .1);
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.navbar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #C8960C;
}

.brand-mark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: .5rem;
}

.brand-mark .dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--amber);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.brand-mark img {
  height: 52px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}


.brand-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
}

.brand-subtitle {
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--amber);
}


@media (max-width:991.98px) {
  .brand-mark img {
    height: 48px;
    max-width: 200px;
  }
}

@media (max-width:575.98px) {
  .brand-mark img {
    height: 44px;
    max-width: 180px;
  }
}

.navbar-aishwarya .nav-link {
  font-weight: 600;
  font-size: .94rem;
  color: var(--ink) !important;
  padding: .5rem .9rem !important;
  position: relative;
}

.navbar-aishwarya .nav-link::after {
  content: "";
  position: absolute;
  left: .9rem;
  right: .9rem;
  bottom: .15rem;
  height: 2px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.navbar-aishwarya .nav-link:hover::after {
  transform: scaleX(1);
}

.navbar-toggler {
  border: 1.5px solid var(--ink) !important;
  border-radius: 9px;
  padding: .5rem .65rem;
  background: var(--card) !important;
  box-shadow: 0 2px 6px rgba(27, 58, 107, .12);
  line-height: 0;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(200, 150, 12, .3) !important;
}

.navbar-toggler:hover {
  background: var(--ink) !important;
}

.navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler-icon {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231B3A6B' stroke-width='2.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  transition: background-image .15s ease;
}

.dropdown-menu-aishwarya {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: .5rem;
  box-shadow: 0 16px 40px rgba(27, 58, 107, .16);
}

.dropdown-menu-aishwarya .dropdown-item {
  border-radius: 8px;
  padding: .6rem .8rem;
  font-weight: 600;
  font-size: .92rem;
  display: flex;
  align-items: center;
  gap: .65rem;
}

.dropdown-menu-aishwarya .dropdown-item:hover {
  background: var(--paper);
  color: var(--ink);
}

.dropdown-menu-aishwarya .dropdown-item svg {
  flex-shrink: 0;
  color: var(--amber-dark);
}

.dropdown-menu-aishwarya .dropdown-item small {
  display: block;
  font-weight: 400;
  color: var(--steel);
  font-size: .76rem;
}

.btn-amber {
  background: var(--amber);
  border: 1px solid var(--amber);
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  padding: .6rem 1.3rem;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn-amber:hover {
  background: var(--amber-dark);
  border-color: var(--amber-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(168, 122, 8, .35);
}

.btn-outline-ink {
  border: 1.5px solid var(--ink);
  color: var(--ink);
  font-weight: 700;
  border-radius: 10px;
  padding: .58rem 1.3rem;
  transition: all .18s ease;
}

.btn-outline-ink:hover {
  background: var(--ink);
  color: #fff;
}

.arrow {
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 6px;
  transition: .3s;
}

.vehicle-photo {
  width: 100%;
  max-width: 500px;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  padding: 7.5rem 0 5rem;
  /* background:
    radial-gradient(1200px 500px at 85% -10%, rgba(200, 150, 12, .12), transparent 60%),
    var(--paper); */
  background-image: url(../assets/hero.jpeg);
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero-title {
  color: var(--card);
  font-size: clamp(2.3rem, 4.4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 1.2rem;
}

.hero-title .hl {
  color: var(--card);
  position: relative;
  white-space: nowrap;
}

.hero-sub {
  font-size: 1.08rem;
  color: var(--card);
  max-width: 480px;
  margin-bottom: 2rem;
  line-height: 1.65;
}

.btn-outline-white {
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  border-radius: 8px;
  padding: 10px 24px;
  text-decoration: none;
  display: inline-block;
}

.btn-outline-white:hover {
  background: #fff;
  color: var(--ink);
}

.hero-cta {
  display: flex;
  gap: .9rem;
  flex-wrap: wrap;
  margin-bottom: 2.6rem;
}

.hero-stats {
  display: flex;
  gap: 2.2rem;
  flex-wrap: wrap;
  padding-top: 1.8rem;
  border-top: 1px dashed var(--line);
}

.hero-stat .num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.7rem;
  color: var(--card);
  line-height: 1;
}

.hero-stat .lbl {
  font-size: .78rem;
  color: var(--card);
  font-weight: 600;
  margin-top: .3rem;
}

.hero-visual {
  position: relative;
  min-height: 420px;
}

.route-tag {
  position: absolute;
  top: 6%;
  left: 2%;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: .6rem .9rem;
  font-family: var(--font-mono);
  font-size: .74rem;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(27, 58, 107, .12);
  z-index: 3;
  animation: floatY 4.5s ease-in-out infinite;
}

.route-tag.b {
  top: auto;
  bottom: 8%;
  left: auto;
  right: 0;
  animation-delay: 1.2s;
}

.route-tag .status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  display: inline-block;
  margin-right: .35rem;
  box-shadow: 0 0 0 3px rgba(47, 158, 98, .18);
}

@keyframes floatY {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* dashed animated route line signature element */
.route-line-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.route-line-wrap path {
  fill: none;
  stroke: var(--ink);
  stroke-opacity: .14;
  stroke-width: 2;
  stroke-dasharray: 2 10;
  stroke-linecap: round;
  animation: dashMove 22s linear infinite;
}

@keyframes dashMove {
  to {
    stroke-dashoffset: -600;
  }
}

/* ============================================
   SECTION VERTICAL ROUTE DIVIDER (signature element)
   ============================================ */
.route-divider {
  position: relative;
  height: 64px;
  overflow: hidden;
}

.route-divider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  border-left: 2px dashed var(--line);
  transform: translateX(-50%);
}

.route-divider .truck-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  background: var(--amber);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 8px 20px rgba(200, 150, 12, .4);
}

/* ============================================
   GENERIC SECTION
   ============================================ */
section {
  padding: 5.5rem 0;
}

.section-head {
  max-width: 640px;
  margin-bottom: 3rem;
}

.section-head.center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: .8rem;
}

.section-head p {
  color: var(--steel);
  font-size: 1.03rem;
  line-height: 1.6;
}

/* ============================================
   REVEAL ON SCROLL
   ============================================ */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1);
}

.reveal.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: .08s;
}

.reveal-delay-2 {
  transition-delay: .16s;
}

.reveal-delay-3 {
  transition-delay: .24s;
}

.reveal-delay-4 {
  transition-delay: .32s;
}

.reveal-delay-5 {
  transition-delay: .4s;
}

/* ============================================
   TENTANG / ABOUT
   ============================================ */
.about-visual {
  position: relative;
  min-height: 360px;
}

.about-checklist {
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 0;
  display: flex;
  flex-direction: column;
  gap: .9rem;
}

.about-checklist li {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  font-size: .95rem;
  color: var(--ink);
}

.about-checklist .chk {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(200, 150, 12, .14);
  color: var(--amber-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .1rem;
}

.about-stats {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
  margin-top: 2.2rem;
  padding-top: 1.8rem;
  border-top: 1px dashed var(--line);
}

.about-stats .num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--ink);
}

.about-stats .lbl {
  font-size: .76rem;
  color: var(--steel);
  font-weight: 600;
  margin-top: .2rem;
}

.about-map-tag {
  position: absolute;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: .55rem .85rem;
  font-family: var(--font-mono);
  font-size: .72rem;
  font-weight: 600;
  box-shadow: 0 12px 26px rgba(27, 58, 107, .12);
  animation: floatY 5s ease-in-out infinite;
}

.about-map-tag.a {
  top: 4%;
  right: 4%;
}

.about-map-tag.b {
  bottom: 6%;
  left: 2%;
  animation-delay: 1s;
}

/* ============================================
   LAYANAN — SELECT KOTA
   ============================================ */
.city-select-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.8rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--line);
}

.city-select-label {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: .82rem;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.city-select {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: .92rem;
  padding: .65rem 2.6rem .65rem 1.15rem;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background-color: var(--card);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231B3A6B' stroke-width='2.4'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  color: var(--ink);
  min-width: 230px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.city-select:focus {
  outline: none;
  border-color: var(--amber-dark);
  box-shadow: 0 0 0 3px rgba(200, 150, 12, .18);
}

.city-select-badge {
  font-family: var(--font-mono);
  font-size: .76rem;
  font-weight: 600;
  color: var(--steel);
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.city-select-badge .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(47, 158, 98, .18);
}

/* ============================================
   FLEET CAROUSEL — satu per satu
   ============================================ */
.fleet-counter {
  text-align: center;
  font-size: .76rem;
  font-weight: 600;
  color: var(--steel);
  margin-bottom: 1.2rem;
}

.fleet-carousel-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}

.carousel-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1.5px solid var(--line);
  background: var(--card);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
  cursor: pointer;
}

.carousel-btn:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.fleet-single-wrap {
  flex-grow: 1;
  max-width: 780px;
  min-width: 0;
}

/* cargo-tag vehicle card (single, wide) */
.fleet-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 2rem 1.9rem;
  position: relative;
}

.fleet-card.fleet-anim {
  animation: fleetSwap .45s ease;
}

@keyframes fleetSwap {
  from {
    opacity: 0;
    transform: translateX(16px);
  }

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

.fleet-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}

@media (min-width:768px) {
  .fleet-inner {
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
  }
}

.fleet-photo-plate {
  background: var(--paper);
  border-radius: 12px;
  height: 230px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 1.6rem;
}

.fleet-photo-plate img {
  position: relative;
  z-index: 2;
  max-width: 88%;
  max-height: 88%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.fleet-photo-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--steel-light);
  z-index: 1;
}

@media (max-width:575.98px) {
  .fleet-photo-plate {
    height: 180px;
    margin-bottom: 1.3rem;
  }
}

.fleet-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  margin-bottom: 1.1rem;
}

.fleet-card h4 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: .25rem;
}

.fleet-card .desc {
  color: var(--steel);
  font-size: .92rem;
  margin-bottom: 1.1rem;
}

.fleet-badge {
  font-family: var(--font-mono);
  font-size: .75rem;
  font-weight: 600;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.fleet-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.fleet-right {
  border-top: 1px dashed var(--line);
  padding-top: 1.4rem;
}

@media (min-width:768px) {
  .fleet-right {
    border-top: none;
    border-left: 1px dashed var(--line);
    padding-top: 0;
    padding-left: 1.8rem;
  }
}

.fleet-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem;
  font-size: .86rem;
  display: flex;
  flex-direction: column;
  gap: .55rem;
}

.fleet-specs li {
  display: flex;
  justify-content: space-between;
  color: var(--ink);
}

.fleet-specs li span:first-child {
  color: var(--steel);
}

.fleet-price {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  color: var(--ink);
}

.fleet-price small {
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: .74rem;
  color: var(--steel);
}

.btn-fleet {
  width: 100%;
  border: none;
  background: var(--amber);
  color: #fff;
  font-weight: 700;
  border-radius: 9px;
  padding: .7rem;
  font-size: .92rem;
  transition: all .2s ease;
}

.btn-fleet:hover {
  background: var(--amber-dark);
}

.fleet-tabs {
  display: flex;
  gap: .5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.fleet-tab {
  font-family: var(--font-mono);
  font-size: .76rem;
  font-weight: 600;
  padding: .5rem 1rem;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  background: var(--card);
  color: var(--steel);
  cursor: pointer;
  transition: all .2s ease;
}

.fleet-tab:hover {
  border-color: var(--amber-dark);
  color: var(--ink);
}

.fleet-tab.active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--amber);
}

/* ============================================
   CARA KERJA
   ============================================ */
.step-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 1.7rem;
  height: 100%;
}

.step-num {
  font-family: var(--font-mono);
  font-size: .8rem;
  font-weight: 700;
  color: var(--amber-dark);
  border: 1.5px solid var(--amber-dark);
  border-radius: 999px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3rem;
}

.step-card h4 {
  font-weight: 700;
  margin-bottom: .6rem;
  font-size: 1.1rem;
}

.step-card p {
  color: var(--steel);
  font-size: .9rem;
  line-height: 1.6;
  margin: 0;
}

/* ============================================
   CTA BANNER
   ============================================ */
.cta-banner {
  background: var(--ink);
  border-radius: 22px;
  padding: 3.2rem 2.5rem;
  color: var(--paper);
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -8%;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(200, 150, 12, .32), transparent 70%);
}

.cta-banner h3 {
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 700;
  margin-bottom: .7rem;
}

.cta-banner p {
  color: #C3CCDC;
  max-width: 480px;
  margin-bottom: 0;
}

/* ============================================
   FOOTER
   ============================================ */
footer {
  background: var(--ink);
  color: #C3CCDC;
  padding: 4rem 0 1.6rem;
  margin-top: 2rem;
}

footer .brand-mark {
  color: #fff;
}

footer h6 {
  color: #fff;
  font-weight: 700;
  font-size: .86rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 1.1rem;
}

footer a {
  color: #C3CCDC;
  font-size: .9rem;
}

footer a:hover {
  color: var(--amber);
}

footer ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .65rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 2.6rem;
  padding-top: 1.6rem;
  font-size: .8rem;
  color: #8895AC;
}

.social-ic {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #C3CCDC;
  transition: all .2s ease;
}

.social-ic:hover {
  background: var(--amber);
  border-color: var(--amber);
  color: #fff;
}

@media (max-width:991.98px) {
  .hero {
    padding-top: 6.5rem;
  }

  .hero-visual {
    min-height: 320px;
    margin-top: 2.5rem;
  }

  .about-visual {
    min-height: 280px;
    margin-bottom: 1rem;
  }
}

@media (max-width:575.98px) {
  .hero-stats {
    gap: 1.4rem;
  }

  .cta-banner {
    padding: 2.4rem 1.6rem;
    text-align: center;
  }

  .cta-banner .text-lg-end {
    margin-top: 1.3rem;
  }

  .fleet-carousel-row {
    gap: .6rem;
  }

  .carousel-btn {
    width: 38px;
    height: 38px;
  }

  .fleet-card {
    padding: 1.5rem 1.2rem;
  }
}

.jangkauan li{
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .65rem;
}

.jangkauan a {
  color: var(--ink-soft);
  font-size: .9rem;
}

.jangkauan a:hover {
  color: var(--amber);
}


.jangkauan h4{
  font-weight: 700;
  font-size: .86rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 1.1rem;
}

/* halaman family car */
.hero-section {
  background: var(--ink);
}

.hero-section h1 {
  color: var(--card);
}

.gold-bar {
  height: 4px;
  background: am;
}

/* USE CASE CARDS */
.use-case-card {
  background: #fff;
  border: 1px solid #E8EDF5;
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: background 0.2s;
}

.use-case-card:hover {
  background: #EBF0FA;
}

.use-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: #EBF0FA;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.use-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--navy);
  margin-bottom: 4px;
}

.use-desc {
  font-size: 12px;
  color: #718096;
  line-height: 1.5;
  margin: 0;
}

/* SPEC TABLE */
.spec-table td {
  font-size: 13px;
  padding: 12px 18px;
  vertical-align: middle;
}

.spec-table tr:nth-child(even) {
  background: #FAFBFF;
}

.spec-key {
  color: #718096;
  width: 45%;
}

.spec-val {
  color: var(--navy);
  font-weight: 600;
}

.spec-header {
  background: var(--navy) !important;
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 18px;
}

/* FACILITY CARDS */
.facility-card {
  background: #fff;
  border: 1px solid #E8EDF5;
  border-radius: 14px;
  padding: 20px 16px;
  text-align: center;
  transition: all 0.2s;
}

.facility-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(27, 58, 107, 0.09);
}

.facility-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #EBF0FA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.facility-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--navy);
}

.facility-desc {
  font-size: 11px;
  color: #94AACF;
  margin-top: 4px;
}

/* SEAT PLAN */
.seat-box {
  background: #EBF0FA;
  border-radius: 8px;
  padding: 10px 8px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--navy);
}

.seat-driver {
  background: var(--navy);
  color: var(--gold);
}

.seat-bagasi {
  background: #FEF3C7;
  border: 1px dashed var(--gold);
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--gold);
}

.seat-row {
  display: flex;
  gap: 8px;
  background: #F4F6FA;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 8px;
}

.seat-divider {
  width: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seat-divider-line {
  width: 2px;
  height: 100%;
  background: #E8EDF5;
  margin: auto;
}

/* CAPACITY ITEMS */
.cap-card {
  background: #fff;
  border: 1px solid #E8EDF5;
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.cap-card.dark {
  background: var(--ink);
  border-color: var(--ink);
}

.cap-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cap-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--ink);
}

.cap-title.white {
  color: #fff;
}

.cap-desc {
  font-size: 12px;
  color: #718096;
  margin-top: 2px;
}

.cap-desc.muted {
  color: #94AACF;
}

/* STATS BAR */
.stats-bar {
  background: var(--amber);
}

.stat-item {
  text-align: center;
  padding: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.stat-item:last-child {
  border-right: none;
}

.stat-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #fff;
}

.stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 2px;
}

/* CARGO DIMENSION BOX */
.dimension-box {
  background: #fff;
  border: 1px solid #E8EDF5;
  border-radius: 14px;
  padding: 20px;
}

.dimension-label {
  font-size: 11px;
  color: #94AACF;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.dimension-val {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
}

.dimension-unit {
  font-size: 13px;
  color: #718096;
  font-weight: 400;
}