/* =================================================================
   SAFAR INDONESIA — STYLESHEET
   Luxury / Premium / Elegant / Islamic Modern
   -----------------------------------------------------------------
   Table of contents:
   1. Design tokens (custom properties)
   2. Reset & base
   3. Layout helpers
   4. Signature motif — Islamic geometric pattern
   5. Buttons & pills
   6. Header / navigation (DESKTOP & MOBILE)
   7. Hero
   8. Stats strip
   9. Section heads & generic cards
   10. About
   11. Fleet
   12. Driver
   13. Services
   14. Gallery
   15. Testimonials
   16. Contact
   17. Footer
   18. Floating buttons (WhatsApp / back-to-top)
   19. Reveal-on-scroll animation
   20. Preloader
   21. TikTok Section
   22. Responsive breakpoints
================================================================== */

/* ---------------------------------------------------------------
   1. DESIGN TOKENS
---------------------------------------------------------------- */
:root {
  /* Brand palette */
  --emerald:        #0B7A4B;
  --emerald-dark:   #06502F;
  --emerald-deep:   #053b23;
  --emerald-light:  #12A465;
  --gold:           #D4AF37;
  --gold-light:     #ECD27A;
  --gold-dark:      #A9821F;
  --white:          #FFFFFF;
  --ivory:          #FBF8F1;
  --charcoal:       #202224;
  --charcoal-soft:  #5B5F63;
  --line:           rgba(32, 34, 36, 0.08);

  /* Elevation */
  --shadow-luxury: 0 25px 60px -15px rgba(6, 80, 47, 0.28), 0 10px 25px -10px rgba(0,0,0,0.12);
  --shadow-card:   0 10px 30px -8px rgba(32,34,36,0.10);
  --shadow-gold:   0 14px 34px -10px rgba(212,175,55,0.45);

  /* Radius */
  --r-lg: 22px;
  --r-md: 16px;
  --r-sm: 10px;

  /* Motion */
  --ease: cubic-bezier(.4,0,.2,1);
  --t-fast: 0.22s var(--ease);
  --t-med:  0.4s var(--ease);

  /* Type */
  --font: 'Poppins', sans-serif;
}

/* ---------------------------------------------------------------
   2. RESET & BASE
---------------------------------------------------------------- */
* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

ul { list-style: none; }

h1, h2, h3, h4 { font-family: var(--font); line-height: 1.2; color: var(--emerald-dark); }

button { font-family: var(--font); cursor: pointer; border: none; background: none; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

/* ---------------------------------------------------------------
   3. LAYOUT HELPERS
---------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 110px 0; position: relative; scroll-margin-top: 84px; }
#home, #hero { scroll-margin-top: 0; }

.grid { display: grid; gap: 28px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--5 { grid-template-columns: repeat(5, 1fr); }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 18px;
}
.eyebrow--center { justify-content: center; }
.eyebrow__line { width: 28px; height: 2px; background: var(--gold); display: inline-block; }

.section__head { max-width: 680px; margin: 0 0 60px; }
.about .section__head,
.fleet .section__head,
.driver .section__head,
.services .section__head,
.gallery .section__head,
.testimonials .section__head { margin-inline: auto; text-align: center; }

.section__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  margin-bottom: 16px;
}

.section__desc { color: var(--charcoal-soft); font-size: 16.5px; }

/* ---------------------------------------------------------------
   4. SIGNATURE MOTIF — Islamic geometric pattern
---------------------------------------------------------------- */
.pattern-divider{
    height:70px;
    background-color:var(--ivory);
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='70' viewBox='0 0 140 70'%3E%3Cline x1='0' y1='35' x2='45' y2='35' stroke='%230B7A4B' stroke-width='2'/%3E%3Ctext x='70' y='47' text-anchor='middle' font-size='38' font-family='Cinzel,serif' font-weight='700' fill='%230B7A4B'%3ES%3C/text%3E%3Cline x1='95' y1='35' x2='140' y2='35' stroke='%230B7A4B' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat:repeat-x;
    background-position:center;
    background-size:140px 70px;
}

.pattern-divider--alt{
    background-color:#ffffff;
}

.pattern-divider--footer{
    height:70px;
    background-color:transparent;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='70' viewBox='0 0 140 70'%3E%3Cline x1='0' y1='35' x2='45' y2='35' stroke='%230B7A4B' stroke-width='2'/%3E%3Ctext x='70' y='47' text-anchor='middle' font-size='38' font-family='Cinzel,serif' font-weight='700' fill='%230B7A4B'%3ES%3C/text%3E%3Cline x1='95' y1='35' x2='140' y2='35' stroke='%230B7A4B' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat:repeat-x;
    background-position:center;
    background-size:140px 70px;
}

/* ---------------------------------------------------------------
   5. BUTTONS & PILLS
---------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 100px;
  transition: transform var(--t-fast), box-shadow var(--t-fast), background var(--t-fast), color var(--t-fast);
  white-space: nowrap;
}
.btn--lg { padding: 18px 34px; font-size: 16px; }
.btn--sm { padding: 10px 20px; font-size: 13.5px; }
.btn--block { width: 100%; }

.btn--gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 60%, var(--gold-dark));
  color: var(--charcoal);
  box-shadow: var(--shadow-gold);
}
.btn--gold:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -10px rgba(212,175,55,0.55); }

.btn--emerald {
  background: linear-gradient(135deg, var(--emerald-light), var(--emerald) 70%, var(--emerald-dark));
  color: var(--white);
  box-shadow: 0 14px 30px -10px rgba(11,122,75,0.5);
}
.btn--emerald:hover { transform: translateY(-3px); box-shadow: 0 18px 38px -10px rgba(11,122,75,0.6); }

.btn--outline {
  background: rgba(255,255,255,0.08);
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.55);
  backdrop-filter: blur(6px);
}
.btn--outline:hover { background: rgba(255,255,255,0.18); transform: translateY(-3px); }

.pill {
  display: inline-block;
  padding: 5px 14px;
  margin: 2px 4px 2px 0;
  font-size: 12.5px;
  font-weight: 600;
  border-radius: 100px;
  background: rgba(11,122,75,0.08);
  color: var(--emerald-dark);
  border: 1px solid rgba(11,122,75,0.18);
}

/* ---------------------------------------------------------------
   6. HEADER / NAVIGATION - PUTIH SOLID
---------------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 12px 0;
  background: #FFFFFF; /* PUTIH SOLID - TIDAK TRANSPARAN */
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}

/* Saat di-scroll, tetap putih */
.site-header.is-scrolled {
  background: #FFFFFF;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

/* ===== BRAND ===== */
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand__mark {
  width: 34px;
  height: 34px;
  display: block;
  flex-shrink: 0;
}

.brand__mark svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--gold);
  stroke-width: 5;
}

.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  flex-shrink: 0;
}

.brand__name {
  font-weight: 700;
  font-size: 17px;
  color: var(--emerald-dark);
  white-space: nowrap;
}

.brand__tagline {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  white-space: nowrap;
}

/* ===== NAVBAR ===== */
.nav {
  display: flex;
  align-items: center;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__link {
  font-size: 14px;
  font-weight: 500;
  color: var(--charcoal);
  position: relative;
  padding-bottom: 4px;
  transition: color 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
}

.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.2s ease;
}

.nav__link:hover::after,
.nav__link.is-active::after {
  width: 100%;
}

.nav__link:hover,
.nav__link.is-active {
  color: var(--gold-dark);
}

/* ===== HEADER ACTIONS ===== */
.header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* ===== BUTTON BOOK NOW ===== */
.btn--gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 60%, var(--gold-dark));
  color: var(--charcoal);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  border: none;
  padding: 10px 20px;
  font-size: 13.5px;
  font-weight: 600;
  border-radius: 100px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.45);
}

/* ===== HAMBURGER ===== */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  padding: 4px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  border-radius: 6px;
}

.hamburger:hover {
  background: rgba(0, 0, 0, 0.05);
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2.5px;
  background: var(--charcoal);
  border-radius: 4px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform-origin: center;
}

.hamburger.is-open span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.is-open span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* ============================================================
   NAVBAR RESPONSIVE
============================================================ */

/* Tablet */
@media (max-width: 1024px) {
  .nav__list {
    gap: 18px;
  }
  
  .nav__link {
    font-size: 13px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .header__actions .btn--gold {
    display: none;
  }

  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 340px;
    height: 100vh;
    background: #FFFFFF;
    box-shadow: -10px 0 50px rgba(0, 0, 0, 0.15);
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 80px 28px 40px;
    z-index: 1000;
    overflow-y: auto;
    display: block;
  }

  .nav.is-open {
    right: 0;
  }

  .nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    width: 100%;
  }

  .nav__list li {
    width: 100%;
  }

  .nav__link {
    color: var(--charcoal) !important;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 16px;
    border-radius: 10px;
    display: block;
    white-space: normal;
    border-left: 3px solid transparent;
  }

  .nav__link:hover,
  .nav__link.is-active {
    background: rgba(11, 122, 75, 0.06);
    color: var(--emerald) !important;
    border-left-color: var(--gold);
  }

  .nav__link::after {
    display: none;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .site-header {
    padding: 10px 0;
  }

  .brand__mark {
    width: 28px;
    height: 28px;
  }

  .brand__name {
    font-size: 14px;
  }

  .brand__tagline {
    font-size: 9px;
  }

  .hamburger {
    width: 28px;
    height: 28px;
  }

  .hamburger span {
    width: 18px;
    height: 2px;
  }

  .hamburger.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .hamburger.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .nav {
    width: 88%;
    max-width: 300px;
    padding: 70px 20px 30px;
  }

  .nav__link {
    font-size: 15px;
    padding: 10px 14px;
  }
}

/* ---------------------------------------------------------------
   7. HERO - DENGAN PADDING UNTUK NAVBAR
---------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 0;
  margin-top: 0;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,59,35,0.55) 0%, rgba(5,59,35,0.65) 45%, rgba(5,59,35,0.92) 100%),
    linear-gradient(100deg, rgba(5,59,35,0.55) 0%, rgba(5,59,35,0.15) 55%, rgba(5,59,35,0.05) 100%);
  z-index: 1;
}

.hero__inner {
  position: relative;
  z-index: 2;
  padding-top: 180px; /* LEBIH BESAR UNTUK NAVBAR */
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 50px;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  min-height: 100vh;
}

.hero__content {
  color: var(--white);
  position: relative;
  z-index: 2;
}

.hero__content .eyebrow {
  color: var(--gold-light);
  margin-bottom: 18px;
  padding-top: 10px; /* Tambahan padding atas untuk small heading */
}

.hero__title {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.01em;
  margin-bottom: 22px;
  max-width: 14ch;
  line-height: 1.2;
}

.hero__subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.88);
  max-width: 46ch;
  margin-bottom: 36px;
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 38px;
}

.hero__trust {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.hero__trust li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
}

.hero__trust i {
  color: var(--gold);
}

/* Floating fleet preview card */
.hero__fleet-card {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: var(--r-lg);
  padding: 22px;
  box-shadow: var(--shadow-luxury);
  position: relative;
  z-index: 2;
}

.hero__fleet-label {
  color: var(--white);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: 0.9;
}

.hero__fleet-row {
  display: flex;
  gap: 12px;
}

.hero__fleet-row figure {
  flex: 1;
  text-align: center;
}

.hero__fleet-row img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 8px;
  border: 1px solid rgba(255,255,255,0.3);
  transition: transform var(--t-fast);
}

.hero__fleet-row figure:hover img {
  transform: scale(1.06);
}

.hero__fleet-row figcaption {
  font-size: 11px;
  color: var(--white);
  line-height: 1.3;
}

.hero__fleet-row figcaption span {
  display: block;
  color: var(--gold-light);
  font-size: 10px;
}

.hero__scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255,255,255,0.55);
  border-radius: 20px;
  z-index: 3;
}

.hero__scroll span {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 8px;
  margin-left: -2px;
  background: var(--gold);
  border-radius: 4px;
  animation: scrollDot 1.6s infinite;
}

@keyframes scrollDot {
  0% { opacity: 1; top: 8px; }
  70% { opacity: 0; top: 22px; }
  100% { opacity: 0; top: 22px; }
}

/* ============================================================
   HERO RESPONSIVE
============================================================ */

/* Tablet */
@media (max-width: 1024px) {
  .hero__inner {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 160px;
    padding-bottom: 60px;
    min-height: auto;
  }
  
  .hero__fleet-card {
    max-width: 480px;
    margin-top: 20px;
  }
  
  .hero__title {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hero {
    min-height: 100dvh;
  }
  
  .hero__inner {
    padding-top: 150px; /* Lebih besar untuk mobile */
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100dvh;
  }
  
  .hero__content {
    margin-bottom: 30px;
    width: 100%;
  }
  
  .hero__content .eyebrow {
    padding-top: 20px;
  }
  
  .hero__title {
    font-size: 30px;
    max-width: 100%;
  }
  
  .hero__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  
  .hero__actions {
    gap: 12px;
  }
  
  .hero__actions .btn {
    flex: 1 1 auto;
    padding: 14px 20px;
    font-size: 14px;
  }
  
  .hero__trust {
    gap: 14px;
  }
  
  .hero__trust li {
    font-size: 13px;
  }
  
  .hero__fleet-card {
    max-width: 100%;
    padding: 16px;
  }
  
  .hero__fleet-row {
    flex-direction: column;
  }
  
  .hero__fleet-row img {
    height: 100px;
  }
  
  .hero__scroll {
    display: none;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .hero__inner {
    padding-top: 130px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    min-height: 100dvh;
  }
  
  .hero__content .eyebrow {
    padding-top: 30px;
  }
  
  .hero__title {
    font-size: 26px;
  }
  
  .hero__subtitle {
    font-size: 14px;
  }
  
  .hero__trust {
    gap: 10px;
  }
  
  .hero__trust li {
    font-size: 12px;
  }
  
  .hero__actions .btn {
    font-size: 13px;
    padding: 12px 16px;
  }
}

/* ---------------------------------------------------------------
   8. STATS STRIP
---------------------------------------------------------------- */
.stats { background: var(--emerald-dark); padding: 54px 0; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; gap: 30px; }
.stat__num { font-size: 38px; font-weight: 800; color: var(--gold-light); }
.stat__suffix { font-size: 26px; font-weight: 700; color: var(--gold-light); }
.stat p { color: rgba(255,255,255,0.78); font-size: 14.5px; margin-top: 6px; }

/* ---------------------------------------------------------------
   9. SECTION HEADS & GENERIC CARDS
---------------------------------------------------------------- */
.card { transition: transform var(--t-med), box-shadow var(--t-med); }

/* ---------------------------------------------------------------
   10. ABOUT — feature cards
---------------------------------------------------------------- */
.about { background: var(--white); }

.card--feature {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 38px 30px;
  transition: transform var(--t-med), box-shadow var(--t-med), background var(--t-med);
}
.card--feature:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-card);
  background: var(--white);
}
.card--feature__icon {
  width: 58px; height: 58px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--emerald-light), var(--emerald-dark));
  color: var(--white);
  font-size: 22px;
  margin-bottom: 22px;
  box-shadow: 0 10px 22px -8px rgba(11,122,75,0.5);
}
.card--feature h3 { font-size: 19px; margin-bottom: 10px; }
.card--feature p { color: var(--charcoal-soft); font-size: 15px; }

/* ---------------------------------------------------------------
   11. FLEET
---------------------------------------------------------------- */
.fleet { background: var(--ivory); }

.card--vehicle {
  background: var(--white);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--line);
  position: relative;
  transition: transform var(--t-med), box-shadow var(--t-med);
}
.card--vehicle:hover { transform: translateY(-10px); box-shadow: var(--shadow-luxury); }
.card--vehicle.card--vip { border: 1px solid rgba(212,175,55,0.5); }

.card--vehicle__badge {
  position: absolute;
  top: 18px; left: 18px;
  z-index: 2;
  background: var(--emerald);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  letter-spacing: 0.03em;
}
.card--vehicle__badge--gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
  color: var(--charcoal);
}

.card--vehicle__image { height: 220px; overflow: hidden; }
.card--vehicle__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.card--vehicle:hover .card--vehicle__image img { transform: scale(1.08); }

.card--vehicle__body { padding: 28px; }
.card--vehicle__body h3 { font-size: 21px; margin-bottom: 4px; }
.card--vehicle__tag { color: var(--gold-dark); font-size: 13.5px; font-weight: 600; margin-bottom: 18px; }
.card--vehicle__features { margin-bottom: 24px; }
.card--vehicle__features li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14.5px; color: var(--charcoal-soft);
  padding: 6px 0;
  border-bottom: 1px dashed var(--line);
}
.card--vehicle__features li:last-child { border-bottom: none; }
.card--vehicle__features i { color: var(--emerald); width: 18px; text-align: center; }

.card--vehicle__description {
  color: var(--charcoal-soft);
  font-size: 14px;
  margin: 10px 0 15px;
  line-height: 1.6;
}

.card--vehicle__features .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  font-size: 14px;
  color: var(--charcoal-soft);
}

.card--vehicle__features .feature-item i {
  color: var(--emerald);
  width: 18px;
  text-align: center;
  font-size: 13px;
}

/* Fleet Grid */
.fleet .grid--3 .card--vehicle {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fleet .grid--3 .card--vehicle .card--vehicle__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.fleet .grid--3 .card--vehicle .card--vehicle__body .btn {
  margin-top: auto;
}

@media (max-width: 1024px) {
  .fleet .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .fleet .grid--3 {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------------------------
   12. DRIVER
---------------------------------------------------------------- */
.driver { background: var(--white); }

.driver__card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 0;
  background: linear-gradient(135deg, var(--emerald-dark), var(--emerald-deep));
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-luxury);
}

.driver__photo { position: relative; min-height: 100%; }
.driver__photo img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.driver__star-badge {
  position: absolute;
  bottom: 16px; right: 16px;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
  color: var(--charcoal);
  border-radius: 50%;
  font-size: 16px;
  box-shadow: var(--shadow-gold);
}

.driver__info { padding: 44px; color: var(--white); }
.driver__name { font-size: 26px; color: var(--white); margin-bottom: 4px; }
.driver__role { color: var(--gold-light); font-weight: 500; margin-bottom: 26px; font-size: 14.5px; }

.driver__meta { display: flex; gap: 40px; margin-bottom: 26px; flex-wrap: wrap; }
.driver__meta-label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.6); margin-bottom: 6px; }
.driver__meta-value { font-weight: 600; }
.driver__meta .pill { background: rgba(255,255,255,0.1); color: var(--white); border-color: rgba(255,255,255,0.25); }

.driver__quote {
  font-style: italic;
  color: rgba(255,255,255,0.9);
  border-left: 2px solid var(--gold);
  padding-left: 18px;
  margin-bottom: 28px;
  max-width: 48ch;
}
.driver__quote i { color: var(--gold); margin-right: 6px; }

.driver__services-label { font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.6); margin-bottom: 14px; }
.driver__services { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-bottom: 30px; }
.driver__services li { display: flex; align-items: center; gap: 9px; font-size: 14.5px; }
.driver__services i { color: var(--gold); }

.driver__social {
  display: flex;
  gap: 12px;
  margin: 16px 0 20px;
  flex-wrap: wrap;
}

.driver__social .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.driver__social .social-link:hover {
  background: var(--gold);
  color: var(--charcoal);
  transform: translateY(-3px);
  border-color: var(--gold);
}

.driver__biography {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14.5px;
  line-height: 1.8;
  margin-bottom: 18px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border-left: 3px solid var(--gold);
}

/* ---------------------------------------------------------------
   13. SERVICES
---------------------------------------------------------------- */
.services { background: var(--ivory); }

.services__grid { grid-template-columns: repeat(5, 1fr); }

.card--service {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 30px 18px;
  text-align: center;
  transition: transform var(--t-fast), box-shadow var(--t-fast), border-color var(--t-fast);
}
.card--service:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card);
  border-color: rgba(212,175,55,0.5);
}
.card--service i {
  font-size: 26px;
  color: var(--emerald);
  margin-bottom: 14px;
  display: block;
}
.card--service h3 { font-size: 14.5px; font-weight: 600; color: var(--charcoal); }

/* ---------------------------------------------------------------
   14. GALLERY
---------------------------------------------------------------- */
.gallery { background: var(--white); }

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 220px);
  gap: 18px;
}
.gallery__item {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
}
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }

.gallery__item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.gallery__item:hover img { transform: scale(1.1); }

.gallery__item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 20px;
  background: linear-gradient(180deg, transparent, rgba(5, 59, 35, 0.85));
  transform: translateY(8px);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.gallery__item:hover figcaption {
  opacity: 1;
  transform: translateY(0);
}

.gallery__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.gallery__description {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  margin: 0;
  line-height: 1.4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* ---------------------------------------------------------------
   15. TESTIMONIALS
---------------------------------------------------------------- */
.testimonials { background: var(--ivory); }

.card--testimonial {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  border: 1px solid var(--line);
  transition: transform var(--t-med), box-shadow var(--t-med);
}
.card--testimonial:hover { transform: translateY(-8px); box-shadow: var(--shadow-card); }
.card--testimonial__stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 16px; font-size: 15px; }
.card--testimonial p { font-size: 14.5px; color: var(--charcoal-soft); margin-bottom: 24px; min-height: 95px; }

.card--testimonial__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
  flex-shrink: 0;
}

.testimonial-initial {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--emerald-light), var(--emerald-dark));
  color: white;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.card--testimonial__author strong {
  display: block;
  font-size: 14.5px;
  color: var(--charcoal);
}

.card--testimonial__author span {
  font-size: 12.5px;
  color: var(--charcoal-soft);
}

/* ============================================================
   TESTIMONIALS SLIDER
============================================================ */

.testimonials__slider {
    position: relative;
    overflow: hidden;
    padding: 10px 0 20px;
}

.testimonials__track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 20px;
}

.testimonials__slide {
    flex: 0 0 calc(33.333% - 14px);
    min-width: 0;
    padding: 4px;
}

.testimonials__slide .card--testimonial {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonials__slide .card--testimonial p {
    flex: 1;
}

/* ===== NAVIGATION BUTTONS ===== */
.testimonials__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--line);
    color: var(--charcoal);
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-card);
}

.testimonials__btn:hover {
    background: var(--gold);
    color: var(--white);
    border-color: var(--gold);
    transform: translateY(-50%) scale(1.05);
}

.testimonials__btn--prev {
    left: -22px;
}

.testimonials__btn--next {
    right: -22px;
}

/* ===== DOTS INDICATOR ===== */
.testimonials__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.testimonials__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0,0,0,0.15);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.testimonials__dot:hover {
    background: rgba(212,175,55,0.4);
}

.testimonials__dot.active {
    background: var(--gold);
    transform: scale(1.2);
    box-shadow: 0 0 20px rgba(212,175,55,0.3);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .testimonials__slide {
        flex: 0 0 calc(50% - 10px);
    }
    
    .testimonials__btn--prev {
        left: -16px;
    }
    
    .testimonials__btn--next {
        right: -16px;
    }
}

@media (max-width: 768px) {
    .testimonials__slide {
        flex: 0 0 100%;
    }
    
    .testimonials__btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    
    .testimonials__btn--prev {
        left: -12px;
    }
    
    .testimonials__btn--next {
        right: -12px;
    }
    
    .testimonials__dot {
        width: 10px;
        height: 10px;
    }
}

/* ===== EMPTY STATE ===== */
.testimonials__empty {
    text-align: center;
    padding: 40px 20px;
}

.testimonials__empty i {
    font-size: 48px;
    color: var(--gold);
    margin-bottom: 16px;
    display: block;
}

.testimonials__empty h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.testimonials__empty p {
    color: var(--charcoal-soft);
}

.testimonials__footer {
    text-align: center;
    margin-top: 20px;
}


/* ---------------------------------------------------------------
   16. CONTACT
---------------------------------------------------------------- */
.contact { background: var(--white); }
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.contact__info .btn { margin: 26px 0 34px; }
.contact__list { display: flex; flex-direction: column; gap: 20px; }
.contact__list li { display: flex; gap: 16px; align-items: flex-start; }
.contact__list i {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 12px;
  background: rgba(11,122,75,0.08);
  color: var(--emerald);
  font-size: 17px;
  flex-shrink: 0;
}
.contact__list span { display: block; font-size: 12.5px; color: var(--charcoal-soft); text-transform: uppercase; letter-spacing: 0.05em; }
.contact__list a { font-weight: 600; font-size: 15.5px; }
.contact__list a:hover { color: var(--emerald); }

.contact__map {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--line);
  height: 420px;
}
.contact__map iframe { width: 100%; height: 100%; border: 0; }

/* ---------------------------------------------------------------
   17. FOOTER
---------------------------------------------------------------- */
.footer { background: var(--charcoal); color: rgba(255,255,255,0.75); }
.footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1.6fr 1fr;
  gap: 50px;
  padding: 64px 24px 50px;
}

/* ===== KOLOM KIRI: BRAND ===== */
.footer .brand__name { color: var(--white); }
.footer .brand__tagline { display: none; }
.footer__brand p { margin: 14px 0 22px; font-size: 14.5px; }

.footer__social { display: flex; gap: 12px; }
.footer__social a {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  transition: background var(--t-fast), transform var(--t-fast), color var(--t-fast);
}
.footer__social a:hover { background: var(--gold); color: var(--charcoal); transform: translateY(-3px); }

/* ===== KOLOM TENGAH: NAVIGASI 2 KOLOM ===== */
.footer__nav h4 { 
  color: var(--white); 
  font-size: 15px; 
  margin-bottom: 18px; 
}

.footer__nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
}

.footer__nav-col {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__nav-col li {
  display: block;
}

.footer__nav-col a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  transition: color var(--t-fast), transform var(--t-fast);
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}

.footer__nav-col a:hover {
  color: var(--gold-light);
  border-bottom-color: var(--gold);
  transform: translateY(-2px);
}

/* ===== KOLOM KANAN: CONTACT ===== */
.footer__contact h4 { 
  color: var(--white); 
  font-size: 15px; 
  margin-bottom: 18px; 
}

.footer__contact ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__contact li {
  font-size: 14.5px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
}

.footer__contact i {
  color: var(--gold);
  width: 18px;
  text-align: center;
}

.footer__contact a {
  color: rgba(255, 255, 255, 0.7);
  transition: color var(--t-fast);
}

.footer__contact a:hover {
  color: var(--gold-light);
}

/* ===== FOOTER BOTTOM ===== */
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 22px 24px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

/* ============================================================
   FOOTER RESPONSIVE
============================================================ */

@media (max-width: 1024px) {
  .footer__inner {
    grid-template-columns: 1.2fr 1.4fr 1fr;
    gap: 30px;
  }
  
  .footer__nav-grid {
    gap: 8px 20px;
  }
  
  .footer__nav-col a {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .footer__inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 40px 24px 30px;
  }
  
  .footer__nav-grid {
    grid-template-columns: 1fr 1fr;
    gap: 6px 20px;
  }
  
  .footer__nav-col {
    gap: 8px;
  }
  
  .footer__nav-col a {
    font-size: 14px;
  }
  
  .footer__contact ul {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .footer__inner {
    padding: 30px 18px 24px;
    gap: 28px;
  }
  
  .footer__nav-grid {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  
  .footer__nav-col {
    gap: 6px;
  }
  
  .footer__nav-col a {
    font-size: 14px;
  }
  
  .footer__brand p {
    font-size: 13px;
  }
  
  .footer__contact li {
    font-size: 13px;
  }
}

/* ---------------------------------------------------------------
   18. FLOATING BUTTONS
---------------------------------------------------------------- */
.floating-whatsapp {
  position: fixed;
  bottom: 26px; right: 26px;
  width: 58px; height: 58px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #2ED06A, #1FA855);
  color: var(--white);
  font-size: 26px;
  border-radius: 50%;
  box-shadow: 0 14px 30px -8px rgba(31,168,85,0.6);
  z-index: 900;
  transition: transform var(--t-fast);
}
.floating-whatsapp:hover { transform: scale(1.08); }
.floating-whatsapp__ping {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #2ED06A;
  animation: ping 2.2s infinite;
}
@keyframes ping {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.7); opacity: 0; }
}

.back-to-top {
  position: fixed;
  bottom: 26px; right: 94px;
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: var(--emerald-dark);
  color: var(--white);
  border-radius: 50%;
  box-shadow: var(--shadow-card);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity var(--t-fast), transform var(--t-fast), visibility var(--t-fast);
  z-index: 900;
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--gold); color: var(--charcoal); }

/* ---------------------------------------------------------------
   19. REVEAL-ON-SCROLL
---------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------------------------------------------------------------
   20. PRELOADER
---------------------------------------------------------------- */
.preloader {
  position: fixed; inset: 0;
  z-index: 4000;
  background: var(--emerald-dark);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.5s var(--ease), visibility 0.5s var(--ease);
}
.preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader__mark { width: 64px; height: 64px; }
.preloader__star { width: 100%; height: 100%; fill: none; stroke: var(--gold); stroke-width: 4; animation: spinStar 1.4s linear infinite; }
@keyframes spinStar { to { transform: rotate(360deg); } }

/* ============================================================
   VIDEOS SECTION
============================================================ */

.videos {
    background: var(--ivory);
    padding: 110px 0;
}

/* ===== HEADER ===== */
.videos .section__head {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* ===== GRID ===== */
.videos__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
    justify-content: center;
}

.videos__item {
    background: var(--white);
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: transform var(--t-med), box-shadow var(--t-med);
    border: 1px solid var(--line);
    width: 100%;
}

.videos__item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-luxury);
}

/* ===== PLAYER ===== */
.videos__player {
    position: relative;
    background: #000;
    overflow: hidden;
    aspect-ratio: 9 / 16;
    width: 100%;
}

.videos__player video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
    display: block;
}

/* ===== INFO ===== */
.videos__info {
    padding: 16px 20px;
}

.videos__info h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px;
    color: var(--charcoal);
}

.videos__info p {
    font-size: 14px;
    color: var(--charcoal-soft);
    margin: 0;
    line-height: 1.5;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .videos__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .videos__grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .videos__player {
        aspect-ratio: 9 / 16;
    }
}

@media (max-width: 480px) {
    .videos__grid {
        max-width: 100%;
    }
}

/* ===== EMPTY STATE ===== */
.videos__empty {
    text-align: center;
    padding: 60px 20px;
    background: var(--white);
    border-radius: var(--r-lg);
    border: 2px dashed var(--line);
    max-width: 500px;
    margin: 0 auto;
}

.videos__empty i {
    font-size: 64px;
    color: var(--gold);
    margin-bottom: 20px;
    display: block;
}

.videos__empty h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.videos__empty p {
    color: var(--charcoal-soft);
    margin-bottom: 24px;
}

/* =================================================================
   22. RESPONSIVE BREAKPOINTS
================================================================== */

/* Tablet (≤1024px) */
@media (max-width: 1024px) {
  .section { padding: 90px 0; }
  .grid--5 { grid-template-columns: repeat(3, 1fr); }
  .services__grid { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .gallery__grid { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 200px); }
  .gallery__item--wide { grid-column: span 2; }

  .hero__inner { grid-template-columns: 1fr; align-items: start; }
  .hero__fleet-card { max-width: 480px; }

  .driver__card { grid-template-columns: 1fr; }
  .driver__photo img { min-height: 280px; }

  .contact__grid { grid-template-columns: 1fr; }
  .contact__map { height: 340px; }
}

/* Mobile (≤768px) */
@media (max-width: 768px) {
  .grid--3 { grid-template-columns: 1fr; }
  .grid--4 { grid-template-columns: 1fr; }
  .grid--5 { grid-template-columns: repeat(2, 1fr); }
  .services__grid { grid-template-columns: repeat(2, 1fr); }

  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }

  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 180px); }
  .gallery__item--tall { grid-row: span 1; }
  .gallery__item--wide { grid-column: span 2; }

  .driver__info { padding: 30px 24px; }
  .driver__meta { gap: 26px; }

  .footer__inner { grid-template-columns: 1fr; gap: 36px; text-align: left; padding: 50px 24px 36px; }

  .hero { min-height: auto; }
  .hero__inner { padding-top: 110px; padding-bottom: 60px; }
  .hero__title { max-width: 100%; }
  .hero__actions .btn { flex: 1 1 auto; }

  .back-to-top { right: 18px; bottom: 92px; width: 44px; height: 44px; }
  .floating-whatsapp { right: 18px; bottom: 22px; width: 52px; height: 52px; font-size: 22px; }
}

/* Small phones (≤480px) */
@media (max-width: 480px) {
  .container { padding: 0 18px; }
  .hero__title { font-size: 30px; }
  .hero__subtitle { font-size: 16px; }
  .hero__fleet-row { flex-direction: column; }
  .hero__fleet-row img { height: 110px; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .grid--5 { grid-template-columns: 1fr 1fr; }
  .gallery__grid { grid-template-columns: 1fr 1fr; }
  .driver__meta { flex-direction: column; gap: 16px; }
}

/* ============================================================
   LOGO STYLING
============================================================ */

.brand__mark img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

/* Untuk desktop lebih besar */
@media (min-width: 768px) {
    .brand__mark img {
        width: 60px;
        height: 60px;
    }
}

/* Untuk mobile lebih kecil */
@media (max-width: 480px) {
    .brand__mark img {
        width: 40px;
        height: 40px;
    }
}

/* Footer logo */
.footer .brand__mark img {
    width: 50px;
    height: 50px;
}