/* ============================================================
   CHITHRASUMANA MOTORS (PVT) LTD — MASTER STYLESHEET
   Mobile-First | Corporate Blue | Premium Automotive
   ============================================================

   TABLE OF CONTENTS
   01. Custom Properties
   02. Reset & Base
   03. Typography
   04. Utilities
   05. Container
   06. Buttons
   07. Section Labels & Headers
   08. Navbar
   09. Mobile Menu
   10. Hero
   11. Stats
   12. About
   13. Vehicles & Cards
   14. Filter Bar
   15. Highlights
   16. Why Choose Us
   17. CTA Bar
   18. Team Section
   19. Contact & Form
   20. Footer
   21. Floating WhatsApp
   22. Back To Top
   23. Scroll Reveal Animations
   24. Scrollbar
   25. Media Queries
   ============================================================ */


/* ============================================================
   01. CUSTOM PROPERTIES
   ============================================================ */
:root {
  /* ── Brand Blue Palette ── */
  --blue-900:        #0D1E3D;
  --blue-800:        #122848;
  --blue-700:        #1B3A6B;
  --blue-600:        #1F4585;
  --blue-500:        #2557A7;
  --blue-400:        #3B6FBF;
  --blue-300:        #5E8FD4;
  --blue-200:        #A8C4E8;
  --blue-100:        #E0EAF8;
  --blue-50:         #F0F5FC;

  /* ── Accent ── */
  --accent:          #2557A7;
  --accent-dark:     #1B3A6B;
  --accent-light:    #3B6FBF;
  --accent-muted:    rgba(37, 87, 167, 0.09);
  --accent-glow:     rgba(37, 87, 167, 0.22);
  --accent-border:   rgba(37, 87, 167, 0.18);

  /* ── Neutrals ── */
  --black:           #080E1A;
  --grey-900:        #111827;
  --grey-800:        #1F2937;
  --grey-700:        #374151;
  --grey-600:        #4B5563;
  --grey-500:        #6B7280;
  --grey-400:        #9CA3AF;
  --grey-300:        #D1D5DB;
  --grey-200:        #E5E7EB;
  --grey-100:        #F3F4F6;
  --grey-50:         #F9FAFB;

  /* ── White & Light ── */
  --white:           #FFFFFF;
  --off-white:       #FAFBFD;
  --light-bg:        #F4F7FC;

  /* ── Status ── */
  --green:           #16A34A;
  --green-muted:     rgba(22, 163, 74, 0.1);
  --red:             #DC2626;
  --red-muted:       rgba(220, 38, 38, 0.1);
  --orange:          #D97706;
  --orange-muted:    rgba(217, 119, 6, 0.12);

  /* ── WhatsApp ── */
  --wa:              #25D366;
  --wa-dark:         #1EBE5B;
  --wa-glow:         rgba(37, 211, 102, 0.3);

  /* ── Fonts ── */
  --ff-body:         'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --ff-display:      'DM Serif Display', Georgia, serif;

  /* ── Type Scale ── */
  --fs-2xs:          0.625rem;    /* 10px */
  --fs-xs:           0.75rem;     /* 12px */
  --fs-sm:           0.875rem;    /* 14px */
  --fs-base:         1rem;        /* 16px */
  --fs-md:           1.125rem;    /* 18px */
  --fs-lg:           1.25rem;     /* 20px */
  --fs-xl:           1.5rem;      /* 24px */
  --fs-2xl:          1.875rem;    /* 30px */
  --fs-3xl:          2.25rem;     /* 36px */
  --fs-4xl:          2.75rem;     /* 44px */
  --fs-5xl:          3.25rem;     /* 52px */
  --fs-6xl:          4rem;        /* 64px */
  --fs-7xl:          5rem;        /* 80px */

  /* ── Weights ── */
  --fw-light:        300;
  --fw-regular:      400;
  --fw-medium:       500;
  --fw-semibold:     600;
  --fw-bold:         700;
  --fw-extrabold:    800;
  --fw-black:        900;

  /* ── Line Heights ── */
  --lh-none:         1;
  --lh-tight:        1.15;
  --lh-snug:         1.3;
  --lh-normal:       1.55;
  --lh-relaxed:      1.72;

  /* ── Letter Spacing ── */
  --ls-tighter:     -0.03em;
  --ls-tight:       -0.015em;
  --ls-normal:       0em;
  --ls-wide:         0.04em;
  --ls-wider:        0.08em;
  --ls-widest:       0.14em;
  --ls-ultra:        0.20em;

  /* ── Spacing ── */
  --sp-1:            0.25rem;
  --sp-2:            0.5rem;
  --sp-3:            0.75rem;
  --sp-4:            1rem;
  --sp-5:            1.25rem;
  --sp-6:            1.5rem;
  --sp-7:            1.75rem;
  --sp-8:            2rem;
  --sp-10:           2.5rem;
  --sp-12:           3rem;
  --sp-14:           3.5rem;
  --sp-16:           4rem;
  --sp-20:           5rem;
  --sp-24:           6rem;
  --sp-32:           8rem;

  /* ── Radius ── */
  --r-xs:            2px;
  --r-sm:            4px;
  --r-md:            8px;
  --r-lg:            12px;
  --r-xl:            16px;
  --r-2xl:           24px;
  --r-full:          9999px;

  /* ── Shadows ── */
  --sh-xs:           0 1px 2px rgba(0,0,0,0.04);
  --sh-sm:           0 2px 6px rgba(0,0,0,0.06);
  --sh-md:           0 4px 16px rgba(0,0,0,0.08);
  --sh-lg:           0 8px 32px rgba(0,0,0,0.10);
  --sh-xl:           0 16px 48px rgba(0,0,0,0.12);
  --sh-2xl:          0 24px 64px rgba(0,0,0,0.16);
  --sh-blue:         0 6px 24px rgba(37,87,167,0.18);
  --sh-blue-lg:      0 12px 40px rgba(37,87,167,0.26);
  --sh-card:         0 2px 12px rgba(0,0,0,0.06);
  --sh-card-hover:   0 16px 48px rgba(37,87,167,0.14);

  /* ── Transitions ── */
  --tr-fast:         110ms ease;
  --tr-base:         220ms ease;
  --tr-mid:          350ms ease;
  --tr-slow:         500ms ease;
  --tr-xslow:        700ms ease;

  /* ── Z-Index ── */
  --z-base:          1;
  --z-above:         10;
  --z-sticky:        100;
  --z-overlay:       200;
  --z-float:         500;
  --z-top:           900;

  /* ── Layout ── */
  --nav-h:           64px;
  --container-max:   1280px;
  --container-px:    1.25rem;
  --section-py:      4rem;
}


/* ============================================================
   02. RESET & BASE
   ============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-h);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: var(--ff-body);
  font-size: var(--fs-base);
  font-weight: var(--fw-regular);
  line-height: var(--lh-normal);
  color: var(--grey-800);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, picture, video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--tr-base);
}

ul, ol { list-style: none; }

button {
  cursor: pointer;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

address { font-style: normal; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: var(--r-sm);
}

::selection {
  background-color: var(--accent);
  color: var(--white);
}

/* Honeypot */
.form__hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}


/* ============================================================
   03. TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--ff-body);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-tight);
  color: var(--grey-900);
}

h1 { font-size: var(--fs-3xl); }
h2 { font-size: var(--fs-2xl); }
h3 { font-size: var(--fs-xl);  }
h4 { font-size: var(--fs-lg);  }

p {
  color: var(--grey-600);
  line-height: var(--lh-relaxed);
}

strong, b {
  font-weight: var(--fw-semibold);
  color: var(--grey-800);
}


/* ============================================================
   04. UTILITIES
   ============================================================ */
.text--blue       { color: var(--accent); }
.text--blue-light { color: var(--blue-300); }
.text-center      { text-align: center; }
.bg--light        { background-color: var(--light-bg); }
.sec-pad          { padding-block: var(--section-py); }
.reveal-up,
.reveal-left,
.reveal-right     { opacity: 0; }


/* ============================================================
   05. CONTAINER
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-px);
}


/* ============================================================
   06. BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  font-family: var(--ff-body);
  font-weight: var(--fw-semibold);
  font-size: var(--fs-xs);
  letter-spacing: var(--ls-wider);
  text-transform: uppercase;
  border-radius: var(--r-sm);
  padding: 0.65rem 1.4rem;
  border: 2px solid transparent;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition:
    background-color var(--tr-base),
    color            var(--tr-base),
    border-color     var(--tr-base),
    transform        var(--tr-base),
    box-shadow       var(--tr-base);
}

.btn:active { transform: scale(0.97); }

/* Primary — Blue */
.btn--primary {
  background-color: var(--accent);
  color: var(--white);
  border-color: var(--accent);
}
.btn--primary:hover,
.btn--primary:focus-visible {
  background-color: var(--accent-dark);
  border-color: var(--accent-dark);
  box-shadow: var(--sh-blue);
  transform: translateY(-2px);
}

/* Outline Blue */
.btn--outline-blue {
  background: transparent;
  color: var(--accent);
  border-color: var(--accent);
}
.btn--outline-blue:hover,
.btn--outline-blue:focus-visible {
  background-color: var(--accent);
  color: var(--white);
  box-shadow: var(--sh-blue);
  transform: translateY(-2px);
}

/* Outline White */
.btn--outline-white {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.55);
}
.btn--outline-white:hover,
.btn--outline-white:focus-visible {
  background-color: var(--white);
  color: var(--accent);
  border-color: var(--white);
  transform: translateY(-2px);
}

/* WhatsApp */
.btn--whatsapp {
  background-color: var(--wa);
  color: var(--white);
  border-color: var(--wa);
}
.btn--whatsapp:hover,
.btn--whatsapp:focus-visible {
  background-color: var(--wa-dark);
  border-color: var(--wa-dark);
  box-shadow: 0 8px 24px var(--wa-glow);
  transform: translateY(-2px);
}

/* Sizes */
.btn--sm  {
  font-size: var(--fs-2xs);
  padding: 0.45rem 0.9rem;
  letter-spacing: var(--ls-wide);
}
.btn--lg  {
  font-size: var(--fs-sm);
  padding: 0.85rem 1.75rem;
}
.btn--full { width: 100%; }


/* ============================================================
   07. SECTION LABELS & HEADERS
   ============================================================ */
.sec-label {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin-bottom: var(--sp-4);
}

.sec-label--center { justify-content: center; }

.sec-label__line {
  display: block;
  height: 1.5px;
  width: 26px;
  background-color: var(--accent);
  border-radius: var(--r-full);
  flex-shrink: 0;
}

.sec-label__text {
  font-size: var(--fs-2xs);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-ultra);
  text-transform: uppercase;
  color: var(--accent);
}

.sec-heading {
  font-size: var(--fs-2xl);
  font-weight: var(--fw-extrabold);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-tighter);
  color: var(--grey-900);
  margin-bottom: var(--sp-4);
}

.sec-sub {
  font-size: var(--fs-sm);
  color: var(--grey-500);
  line-height: var(--lh-relaxed);
  max-width: 580px;
  margin-inline: auto;
  margin-bottom: var(--sp-10);
}

.sec-header { margin-bottom: var(--sp-10); }


/* ============================================================
   08. NAVBAR
   ============================================================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-sticky);
  background-color: transparent;
  padding-block: var(--sp-4);
  transition:
    background-color var(--tr-slow),
    box-shadow       var(--tr-slow),
    padding          var(--tr-mid),
    transform        var(--tr-mid);
}

.navbar.scrolled {
  background-color: rgba(255,255,255,0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--grey-200), var(--sh-md);
  padding-block: var(--sp-3);
}

.navbar.nav-hide { transform: translateY(-100%); }

.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
}

/* ── Logo ── */
.navbar__logo {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  flex-shrink: 0;
  text-decoration: none;
}

.logo__mark {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--blue-700) 0%, var(--blue-500) 100%);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(37,87,167,0.2);
  transition: transform var(--tr-base), box-shadow var(--tr-base);
}

.navbar__logo:hover .logo__mark {
  transform: rotate(-5deg) scale(1.06);
  box-shadow: var(--sh-blue);
}

.logo__mark span {
  font-family: var(--ff-body);
  font-size: var(--fs-sm);
  font-weight: var(--fw-black);
  color: var(--white);
  letter-spacing: var(--ls-wide);
  line-height: 1;
}

.logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 2px;
}

.logo__name {
  font-size: 13px;
  font-weight: var(--fw-black);
  letter-spacing: var(--ls-wider);
  color: var(--white);
  transition: color var(--tr-base);
  line-height: 1;
}

.logo__sub {
  font-size: 8px;
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-ultra);
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  transition: color var(--tr-base);
}

.navbar.scrolled .logo__name { color: var(--blue-800); }
.navbar.scrolled .logo__sub  { color: var(--grey-500); }

/* ── Desktop Nav ── */
.navbar__nav { display: none; }

.nav__list {
  display: flex;
  align-items: center;
  gap: 0;
}

.nav__link {
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  padding: var(--sp-2) var(--sp-3);
  position: relative;
  transition: color var(--tr-base);
}

.nav__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 55%;
  height: 2px;
  background-color: var(--accent-light);
  border-radius: var(--r-full);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform var(--tr-base);
}

.nav__link:hover,
.nav__link--active {
  color: var(--white);
}

.nav__link:hover::after,
.nav__link--active::after {
  transform: translateX(-50%) scaleX(1);
}

.navbar.scrolled .nav__link        { color: var(--grey-600); }
.navbar.scrolled .nav__link:hover,
.navbar.scrolled .nav__link--active { color: var(--accent); }

/* ── Navbar Actions ── */
.navbar__actions {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}

.navbar__hotline {
  display: none;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-wide);
  color: rgba(255,255,255,0.8);
  transition: color var(--tr-base);
}

.navbar__hotline i { color: var(--blue-300); font-size: 10px; }
.navbar.scrolled .navbar__hotline { color: var(--grey-700); }
.navbar.scrolled .navbar__hotline i { color: var(--accent); }

.navbar__actions > .btn--primary { display: none; }

/* ── Hamburger ── */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 34px;
  height: 34px;
  padding: 3px;
  border-radius: var(--r-sm);
  transition: background-color var(--tr-base);
}

.hamburger:hover { background-color: rgba(255,255,255,0.1); }
.navbar.scrolled .hamburger:hover { background-color: var(--grey-100); }

.hamburger__bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: var(--r-full);
  transition:
    transform        var(--tr-mid),
    opacity          var(--tr-fast),
    background-color var(--tr-base);
  transform-origin: center;
}

.navbar.scrolled .hamburger__bar { background-color: var(--grey-800); }

.hamburger.open .hamburger__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open .hamburger__bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open .hamburger__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


/* ============================================================
   09. MOBILE MENU
   ============================================================ */
.mob-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--white);
  border-top: 3px solid var(--accent);
  box-shadow: var(--sh-xl);
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--tr-slow);
}

.mob-menu.open { max-height: 560px; }

.mob-menu__inner {
  padding: var(--sp-6) var(--container-px) var(--sp-8);
}

.mob-menu__list {
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
  margin-bottom: var(--sp-6);
}

.mob-menu__link {
  display: block;
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--grey-700);
  padding: var(--sp-3) var(--sp-4);
  border-radius: var(--r-md);
  transition: background-color var(--tr-base), color var(--tr-base);
}

.mob-menu__link:hover,
.mob-menu__link:focus-visible {
  background-color: var(--blue-50);
  color: var(--accent);
}

.mob-menu__bottom {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  padding-top: var(--sp-5);
  border-top: 1px solid var(--grey-200);
}

.mob-menu__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: var(--accent);
  padding: var(--sp-3);
}


/* ============================================================
   10. HERO
   ============================================================ */
.hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--blue-900);
}

/* ── Background ── */
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  display: block;
  background-color: var(--blue-800);
  animation: heroKenBurns 20s ease alternate infinite;
}

@keyframes heroKenBurns {
  0%   { transform: scale(1.05); }
  100% { transform: scale(1);    }
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    155deg,
    rgba(11, 30, 61, 0.88) 0%,
    rgba(18, 40, 72, 0.72) 40%,
    rgba(37, 87, 167, 0.20) 80%,
    rgba(11, 30, 61, 0.65) 100%
  );
}

/* ── Content ── */
.hero__content {
  position: relative;
  z-index: var(--z-base);
  padding-top: calc(var(--nav-h) + var(--sp-10));
  padding-bottom: var(--sp-20);
}

/* ── Badge ── */
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  background: rgba(37, 87, 167, 0.15);
  border: 1px solid rgba(37, 87, 167, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(255,255,255,0.85);
  font-size: var(--fs-2xs);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-widest);
  text-transform: uppercase;
  padding: var(--sp-2) var(--sp-4);
  border-radius: var(--r-full);
  margin-bottom: var(--sp-6);
  width: fit-content;
}

.hero__badge-dot {
  width: 6px;
  height: 6px;
  background-color: var(--blue-300);
  border-radius: var(--r-full);
  flex-shrink: 0;
  animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.7); }
}

.hero__badge-sep { color: rgba(255,255,255,0.25); margin-inline: var(--sp-1); }

/* ── Heading ── */
.hero__heading {
  font-size: var(--fs-3xl);
  font-weight: var(--fw-black);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-tighter);
  color: var(--white);
  margin-bottom: var(--sp-5);
  text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}

.hero__heading-em {
  display: block;
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 400;
  color: var(--blue-200);
  letter-spacing: 0;
}

/* ── Sub ── */
.hero__sub {
  font-size: var(--fs-sm);
  color: rgba(255,255,255,0.72);
  line-height: var(--lh-relaxed);
  max-width: 500px;
  margin-bottom: var(--sp-8);
}

/* ── CTA ── */
.hero__cta {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  margin-bottom: var(--sp-10);
}

/* ── Trust ── */
.hero__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-4);
}

.trust__item {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--fs-2xs);
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

.trust__item i { color: var(--blue-300); font-size: 10px; }

.trust__sep {
  display: none;
  width: 1px;
  height: 14px;
  background-color: rgba(255,255,255,0.15);
}

/* ── Scroll Indicator ── */
.hero__scroll {
  position: absolute;
  bottom: var(--sp-6);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-2);
  z-index: var(--z-base);
  animation: scrollFloat 2.5s ease-in-out infinite;
}

.scroll__mouse {
  width: 20px;
  height: 32px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: var(--r-full);
  display: flex;
  justify-content: center;
  padding-top: 5px;
}

.scroll__wheel {
  width: 2px;
  height: 7px;
  background-color: var(--blue-300);
  border-radius: var(--r-full);
  animation: wheelDrop 2s ease-in-out infinite;
}

.scroll__text {
  font-size: 9px;
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-widest);
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}

@keyframes scrollFloat {
  0%, 100% { transform: translateX(-50%) translateY(0);   }
  50%       { transform: translateX(-50%) translateY(6px); }
}

@keyframes wheelDrop {
  0%   { opacity: 1; transform: translateY(0);    }
  100% { opacity: 0; transform: translateY(10px); }
}


/* ============================================================
   11. STATS
   ============================================================ */
.stats {
  background: linear-gradient(135deg, var(--blue-900) 0%, var(--blue-800) 100%);
  padding-block: var(--sp-10);
  border-top: 3px solid var(--accent);
}

.stats__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-8);
}

.stat {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.stat__num {
  font-size: var(--fs-4xl);
  font-weight: var(--fw-black);
  color: var(--blue-200);
  line-height: var(--lh-none);
  letter-spacing: var(--ls-tight);
  font-feature-settings: "tnum";
}

.stat__plus {
  font-size: var(--fs-xl);
  font-weight: var(--fw-black);
  color: var(--accent-light);
  line-height: 1;
  vertical-align: super;
}

.stat__label {
  font-size: var(--fs-2xs);
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-widest);
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  margin-top: var(--sp-1);
}

.stat__rule {
  display: none;
  width: 1px;
  height: 52px;
  background: rgba(255,255,255,0.08);
  align-self: center;
}


/* ============================================================
   12. ABOUT
   ============================================================ */
.about__grid {
  display: flex;
  flex-direction: column;
  gap: var(--sp-12);
}

/* ── Image ── */
.about__media { position: relative; }

.about__img-frame {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-xl);
}

.about__img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  background-color: var(--grey-100);
  transition: transform var(--tr-xslow);
}

.about__img-frame:hover .about__img { transform: scale(1.03); }

.about__img-corner {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 45%;
  height: 45%;
  border: 3px solid var(--accent);
  border-radius: 0 0 var(--r-xl) 0;
  z-index: -1;
  opacity: 0.3;
}

/* Float card */
.about__float {
  position: absolute;
  bottom: -16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  background: var(--white);
  padding: var(--sp-4) var(--sp-5);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
  border-left: 3px solid var(--accent);
}

.about__float-icon {
  width: 38px;
  height: 38px;
  background-color: var(--accent-muted);
  border-radius: var(--r-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: var(--fs-md);
  flex-shrink: 0;
}

.about__float strong {
  display: block;
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: var(--grey-900);
}

.about__float span {
  font-size: var(--fs-xs);
  color: var(--grey-500);
}

/* ── Content ── */
.about__lead {
  font-size: var(--fs-base);
  color: var(--grey-700);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--sp-4);
}

.about__body {
  font-size: var(--fs-sm);
  color: var(--grey-500);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--sp-8);
}

/* Checklist */
.about__checks {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
  margin-bottom: var(--sp-8);
}

.about__check {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-4);
}

.check__icon {
  width: 30px;
  height: 30px;
  border-radius: var(--r-full);
  background-color: var(--accent-muted);
  border: 1.5px solid var(--accent-border);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-sm);
  flex-shrink: 0;
  margin-top: 2px;
}

.about__check strong {
  display: block;
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: var(--grey-800);
  margin-bottom: 2px;
}

.about__check p {
  font-size: var(--fs-xs);
  color: var(--grey-500);
  margin: 0;
  line-height: var(--lh-relaxed);
}

/* Address */
.about__address {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  background: var(--blue-50);
  border: 1px solid var(--blue-100);
  border-radius: var(--r-lg);
  padding: var(--sp-5);
  margin-bottom: var(--sp-8);
}

.addr__item {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  font-size: var(--fs-sm);
  color: var(--grey-700);
}

.addr__item i {
  color: var(--accent);
  font-size: var(--fs-xs);
  width: 16px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 3px;
}

.addr__item a {
  color: var(--accent);
  font-weight: var(--fw-medium);
  transition: color var(--tr-base);
}

.addr__item a:hover { color: var(--accent-dark); }


/* ============================================================
   13. VEHICLES & CARDS
   ============================================================ */
.v-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-5);
}

/* ── Vehicle Card ── */
.vc {
  background: var(--white);
  border-radius: var(--r-lg);
  border: 1px solid var(--grey-200);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform    var(--tr-mid),
    box-shadow   var(--tr-mid),
    border-color var(--tr-mid);
  will-change: transform;
}

.vc:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-card-hover);
  border-color: var(--accent-border);
}

/* ── Image Wrap ── */
.vc__img-wrap {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.vc__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  background-color: var(--grey-100);
  transition: transform var(--tr-xslow);
}

.vc:hover .vc__img { transform: scale(1.05); }

/* Shine sweep */
.vc__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255,255,255,0.10) 45%,
    rgba(255,255,255,0.18) 50%,
    rgba(255,255,255,0.10) 55%,
    transparent 60%
  );
  transform: translateX(-120%);
  transition: transform 0.55s ease;
  pointer-events: none;
  z-index: 2;
}

.vc:hover .vc__shine { transform: translateX(120%); }

/* ── Tags ── */
.vc__tag {
  position: absolute;
  top: var(--sp-3);
  left: var(--sp-3);
  font-size: var(--fs-2xs);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wider);
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: var(--r-full);
  line-height: 1.6;
  z-index: 3;
}

.vc__tag--new {
  background-color: var(--accent);
  color: var(--white);
}

.vc__tag--preorder {
  background-color: var(--orange);
  color: var(--white);
}

.vc__tag--used {
  background-color: var(--grey-700);
  color: var(--white);
}

.vc__tag-secondary {
  position: absolute;
  top: var(--sp-3);
  right: var(--sp-3);
  font-size: 9px;
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  background: rgba(22,163,74,0.9);
  color: var(--white);
  padding: 3px 10px;
  border-radius: var(--r-full);
  backdrop-filter: blur(4px);
  z-index: 3;
}

/* ── Body ── */
.vc__body {
  padding: var(--sp-5);
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  flex: 1;
}

.vc__brand {
  font-size: var(--fs-2xs);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-ultra);
  text-transform: uppercase;
  color: var(--accent);
}

.vc__name {
  font-size: var(--fs-md);
  font-weight: var(--fw-bold);
  color: var(--grey-900);
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-tight);
}

.vc__year {
  display: block;
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  color: var(--grey-400);
  letter-spacing: var(--ls-wide);
  margin-top: -var(--sp-1);
}

/* ── Specs ── */
.vc__specs {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  background-color: var(--grey-50);
  border-radius: var(--r-md);
  padding: var(--sp-3) var(--sp-4);
  border: 1px solid var(--grey-100);
}

.vc__specs li {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--fs-xs);
  color: var(--grey-600);
  line-height: 1.4;
}

.vc__specs li i {
  color: var(--accent);
  font-size: 10px;
  width: 13px;
  text-align: center;
  flex-shrink: 0;
}

/* ── Features ── */
.vc__features {
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
  flex: 1;
}

.vc__features li {
  font-size: var(--fs-xs);
  color: var(--grey-600);
  padding-left: var(--sp-4);
  position: relative;
  line-height: 1.5;
}

.vc__features li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-size: var(--fs-sm);
  line-height: 1.4;
}

/* ── CTA ── */
.vc__cta { margin-top: auto; }

/* ── Coming Soon ── */
.vc--soon {
  background: linear-gradient(135deg, var(--blue-900) 0%, var(--blue-800) 100%);
  border: 2px dashed rgba(37,87,167,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
}

.vc--soon:hover { border-color: rgba(37,87,167,0.7); }

.vc__soon-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--sp-8) var(--sp-6);
  gap: var(--sp-4);
}

.soon__icon {
  width: 56px;
  height: 56px;
  border-radius: var(--r-full);
  background: rgba(37,87,167,0.15);
  border: 2px solid rgba(37,87,167,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-xl);
  color: var(--blue-300);
  animation: soonPulse 2.5s ease-in-out infinite;
}

@keyframes soonPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37,87,167,0.3); }
  50%       { transform: scale(1.05); box-shadow: 0 0 0 10px transparent; }
}

.soon__title {
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  color: var(--white);
  line-height: var(--lh-snug);
}

.soon__text {
  font-size: var(--fs-xs);
  color: rgba(255,255,255,0.45);
  max-width: 220px;
  margin: 0;
  line-height: var(--lh-relaxed);
}

/* Hidden by filter */
.vc.hidden { display: none; }


/* ============================================================
   14. FILTER BAR
   ============================================================ */
.filter {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  justify-content: center;
  margin-bottom: var(--sp-8);
}

.filter__btn {
  font-size: var(--fs-2xs);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-wider);
  text-transform: uppercase;
  padding: var(--sp-2) var(--sp-4);
  border-radius: var(--r-sm);
  border: 1.5px solid var(--grey-200);
  color: var(--grey-500);
  background-color: var(--white);
  transition:
    background-color var(--tr-base),
    border-color     var(--tr-base),
    color            var(--tr-base),
    transform        var(--tr-base),
    box-shadow       var(--tr-base);
}

.filter__btn:hover,
.filter__btn:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-1px);
}

.filter__btn--active {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  box-shadow: var(--sh-blue);
}

.filter__btn--active:hover {
  background-color: var(--accent-dark);
  border-color: var(--accent-dark);
  color: var(--white);
}


/* ============================================================
   15. HIGHLIGHTS
   ============================================================ */
.hl-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-5);
}

.hl-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl);
  min-height: 320px;
  display: flex;
  align-items: flex-end;
}

.hl-card__bg {
  position: absolute;
  inset: 0;
}

.hl-card__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: var(--blue-800);
  transition: transform var(--tr-xslow);
}

.hl-card:hover .hl-card__bg-img { transform: scale(1.04); }

.hl-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(11,30,61,0.92) 0%,
    rgba(11,30,61,0.55) 50%,
    rgba(11,30,61,0.18) 100%
  );
  transition: background var(--tr-slow);
}

.hl-card:hover .hl-card__overlay {
  background: linear-gradient(
    to top,
    rgba(11,30,61,0.95) 0%,
    rgba(11,30,61,0.65) 50%,
    rgba(11,30,61,0.22) 100%
  );
}

.hl-card__body {
  position: relative;
  z-index: var(--z-base);
  padding: var(--sp-6);
  width: 100%;
}

.hl-card__body--center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hl-card__tag {
  display: inline-block;
  font-size: var(--fs-2xs);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-ultra);
  text-transform: uppercase;
  color: var(--blue-200);
  background: rgba(37,87,167,0.2);
  padding: var(--sp-1) var(--sp-3);
  border-radius: var(--r-sm);
  margin-bottom: var(--sp-3);
}

.hl-card__heading {
  font-family: var(--ff-display);
  font-size: var(--fs-xl);
  font-weight: 400;
  font-style: italic;
  color: var(--white);
  line-height: var(--lh-snug);
  letter-spacing: 0;
  margin-bottom: var(--sp-3);
}

.hl-card__heading--lg { font-size: var(--fs-2xl); }

.hl-card__text {
  font-size: var(--fs-sm);
  color: rgba(255,255,255,0.58);
  line-height: var(--lh-relaxed);
  max-width: 420px;
  margin: 0 0 var(--sp-5);
}


/* ============================================================
   16. WHY CHOOSE US
   ============================================================ */
.why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-5);
}

.why-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--r-lg);
  padding: var(--sp-7) var(--sp-6);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition:
    transform    var(--tr-mid),
    box-shadow   var(--tr-mid),
    border-color var(--tr-mid);
}

.why-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--blue-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--tr-mid);
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-card-hover);
  border-color: var(--accent-border);
}

.why-card:hover::after { transform: scaleX(1); }

.why-card__icon {
  width: 58px;
  height: 58px;
  background-color: var(--accent-muted);
  border: 1.5px solid var(--accent-border);
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-xl);
  color: var(--accent);
  margin: 0 auto var(--sp-5);
  transition:
    background-color var(--tr-mid),
    color            var(--tr-mid),
    transform        var(--tr-mid);
}

.why-card:hover .why-card__icon {
  background-color: var(--accent);
  color: var(--white);
  transform: scale(1.08) rotate(-5deg);
}

.why-card__title {
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: var(--grey-900);
  margin-bottom: var(--sp-3);
  letter-spacing: var(--ls-tight);
}

.why-card__text {
  font-size: var(--fs-xs);
  color: var(--grey-500);
  line-height: var(--lh-relaxed);
  margin: 0;
}


/* ============================================================
   17. CTA BAR
   ============================================================ */
.cta-bar {
  position: relative;
  overflow: hidden;
  padding-block: var(--sp-20);
  background-color: var(--blue-900);
}

.cta-bar__bg {
  position: absolute;
  inset: 0;
}

.cta-bar__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-color: var(--blue-800);
}

.cta-bar__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(11,30,61,0.93) 0%,
    rgba(18,40,72,0.80) 50%,
    rgba(37,87,167,0.22) 100%
  );
}

.cta-bar__content {
  position: relative;
  z-index: var(--z-base);
  text-align: center;
}

.cta-bar__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--fs-2xs);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-ultra);
  text-transform: uppercase;
  color: var(--blue-300);
  margin-bottom: var(--sp-5);
}

.cta-bar__heading {
  font-size: var(--fs-2xl);
  font-weight: var(--fw-black);
  color: var(--white);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-tighter);
  margin-bottom: var(--sp-5);
}

.cta-bar__sub {
  font-size: var(--fs-sm);
  color: rgba(255,255,255,0.58);
  line-height: var(--lh-relaxed);
  max-width: 460px;
  margin: 0 auto var(--sp-8);
}

.cta-bar__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-3);
}


/* ============================================================
   18. TEAM SECTION
   ============================================================ */
.team__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-4);
  margin-bottom: var(--sp-10);
}

/* ── Team Card ── */
.team-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--r-lg);
  padding: var(--sp-5);
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  transition:
    transform    var(--tr-mid),
    box-shadow   var(--tr-mid),
    border-color var(--tr-mid);
}

.team-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-card-hover);
  border-color: var(--accent-border);
}

.team-card--featured {
  border-color: var(--accent-border);
  background: linear-gradient(135deg, var(--blue-50) 0%, var(--white) 100%);
}

.team-card--featured:hover {
  border-color: var(--accent);
  box-shadow: var(--sh-blue-lg);
}

/* Avatar */
.team-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: var(--r-full);
  background: var(--accent-muted);
  border: 2px solid var(--accent-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-md);
  color: var(--accent);
  flex-shrink: 0;
  transition: background-color var(--tr-base), color var(--tr-base);
}

.team-card--featured .team-card__avatar {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent-dark);
}

.team-card:hover .team-card__avatar {
  background: var(--accent);
  color: var(--white);
}

/* Info */
.team-card__info {
  flex: 1;
  min-width: 0;
}

.team-card__name {
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: var(--grey-900);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-card__role {
  display: block;
  font-size: var(--fs-2xs);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-wider);
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 2px;
}

.team-card--featured .team-card__role { color: var(--accent-dark); }

/* Call Button */
.team-card__call {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  color: var(--accent);
  background: var(--accent-muted);
  border: 1.5px solid var(--accent-border);
  padding: var(--sp-2) var(--sp-3);
  border-radius: var(--r-md);
  white-space: nowrap;
  flex-shrink: 0;
  transition: all var(--tr-base);
}

.team-card__call i { font-size: 10px; }

.team-card__call:hover,
.team-card__call:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  box-shadow: var(--sh-blue);
  transform: translateY(-1px);
}

.team-card--featured .team-card__call {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

.team-card--featured .team-card__call:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  box-shadow: var(--sh-blue-lg);
}

/* ── Hotline Banner ── */
.hotline {
  background: linear-gradient(135deg, var(--blue-800) 0%, var(--blue-900) 100%);
  border-radius: var(--r-xl);
  padding: var(--sp-6) var(--sp-5);
  border: 1px solid rgba(37,87,167,0.2);
}

.hotline__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-5);
  text-align: center;
}

.hotline__icon {
  width: 54px;
  height: 54px;
  border-radius: var(--r-full);
  background: rgba(37,87,167,0.2);
  border: 2px solid rgba(37,87,167,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-xl);
  color: var(--blue-200);
  flex-shrink: 0;
}

.hotline__text strong {
  display: block;
  font-size: var(--fs-md);
  font-weight: var(--fw-bold);
  color: var(--white);
  margin-bottom: var(--sp-1);
}

.hotline__text span {
  font-size: var(--fs-sm);
  color: rgba(255,255,255,0.45);
}

.hotline__numbers {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  justify-content: center;
}

.hotline__num {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--white);
  background: rgba(37,87,167,0.2);
  border: 1px solid rgba(37,87,167,0.35);
  padding: var(--sp-3) var(--sp-5);
  border-radius: var(--r-full);
  transition: all var(--tr-base);
}

.hotline__num:hover,
.hotline__num:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: var(--sh-blue);
}

.hotline__num--wa:hover,
.hotline__num--wa:focus-visible {
  background: var(--wa);
  border-color: var(--wa);
  box-shadow: 0 8px 24px var(--wa-glow);
}

.hotline__num i { font-size: var(--fs-xs); }


/* ============================================================
   19. CONTACT & FORM
   ============================================================ */
.contact__grid {
  display: flex;
  flex-direction: column;
  gap: var(--sp-10);
}

/* ── Info Cards ── */
.contact__info {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
}

.c-info-card {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-4);
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--r-lg);
  padding: var(--sp-4) var(--sp-5);
  transition: border-color var(--tr-base), box-shadow var(--tr-base);
}

.c-info-card:hover {
  border-color: var(--accent-border);
  box-shadow: var(--sh-sm);
}

.c-info__icon {
  width: 40px;
  height: 40px;
  background: var(--accent-muted);
  border: 1.5px solid var(--accent-border);
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: var(--fs-md);
  flex-shrink: 0;
  transition: background-color var(--tr-base), color var(--tr-base);
}

.c-info-card:hover .c-info__icon {
  background-color: var(--accent);
  color: var(--white);
}

.c-info-card strong {
  display: block;
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--grey-500);
  margin-bottom: var(--sp-1);
}

.c-info-card span,
.c-info-card a {
  font-size: var(--fs-sm);
  color: var(--grey-700);
  line-height: 1.55;
  transition: color var(--tr-base);
  display: block;
}

.c-info-card a:hover { color: var(--accent); }

/* Map */
.contact__map {
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--grey-200);
}

.map__box {
  background: linear-gradient(135deg, var(--blue-50) 0%, var(--grey-50) 100%);
  padding: var(--sp-10) var(--sp-6);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--sp-3);
}

.map__box i {
  font-size: var(--fs-3xl);
  color: var(--accent);
  opacity: 0.35;
}

.map__box span {
  font-size: var(--fs-sm);
  color: var(--grey-500);
  font-weight: var(--fw-medium);
}

/* ── Form ── */
.contact__form-wrap {
  background: var(--white);
  border-radius: var(--r-xl);
  border: 1px solid var(--grey-200);
  padding: var(--sp-7) var(--sp-5);
  box-shadow: var(--sh-lg);
}

.inq-form {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}

.form__head { margin-bottom: var(--sp-2); }

.form__title {
  font-size: var(--fs-lg);
  font-weight: var(--fw-extrabold);
  color: var(--grey-900);
  letter-spacing: var(--ls-tight);
  margin-bottom: var(--sp-2);
}

.form__desc {
  font-size: var(--fs-sm);
  color: var(--grey-500);
  margin: 0;
}

/* ── Field Groups ── */
.f-group {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}

.f-label {
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--grey-700);
}

.f-req { color: var(--accent); margin-left: 2px; }

.f-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.f-wrap--ta  { align-items: flex-start; }

.f-icon {
  position: absolute;
  left: var(--sp-4);
  color: var(--grey-400);
  font-size: var(--fs-sm);
  pointer-events: none;
  z-index: 1;
  transition: color var(--tr-base);
}

.f-icon--top { top: var(--sp-4); }

.f-input,
.f-select,
.f-textarea {
  width: 100%;
  padding: var(--sp-3) var(--sp-4) var(--sp-3) 2.6rem;
  border: 1.5px solid var(--grey-200);
  border-radius: var(--r-md);
  font-size: var(--fs-sm);
  color: var(--grey-800);
  background-color: var(--off-white);
  transition:
    border-color     var(--tr-base),
    box-shadow       var(--tr-base),
    background-color var(--tr-base);
  appearance: none;
  -webkit-appearance: none;
  line-height: var(--lh-normal);
}

.f-input::placeholder,
.f-textarea::placeholder {
  color: var(--grey-400);
}

.f-input:focus,
.f-select:focus,
.f-textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-glow);
  background-color: var(--white);
}

.f-wrap:has(.f-input:focus) .f-icon,
.f-wrap:has(.f-select:focus) .f-icon,
.f-wrap:has(.f-textarea:focus) .f-icon {
  color: var(--accent);
}

/* Select */
.f-wrap--select { position: relative; }
.f-select { padding-right: 2.5rem; cursor: pointer; }

.f-arrow {
  position: absolute;
  right: var(--sp-4);
  color: var(--grey-400);
  font-size: var(--fs-xs);
  pointer-events: none;
  z-index: 1;
}

/* Textarea */
.f-textarea {
  resize: vertical;
  min-height: 120px;
  padding-top: var(--sp-4);
}

/* Validation */
.f-input.is-invalid,
.f-select.is-invalid,
.f-textarea.is-invalid {
  border-color: var(--red);
  box-shadow: 0 0 0 3px var(--red-muted);
}

.f-input.is-valid,
.f-select.is-valid,
.f-textarea.is-valid {
  border-color: var(--green);
}

.f-error {
  font-size: var(--fs-xs);
  color: var(--red);
  font-weight: var(--fw-medium);
  min-height: 1em;
}

/* Status */
.f-status {
  padding: var(--sp-4);
  border-radius: var(--r-md);
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  display: none;
}

.f-status.success {
  display: block;
  background: var(--green-muted);
  border: 1px solid rgba(22,163,74,0.25);
  color: var(--green);
}

.f-status.error {
  display: block;
  background: var(--red-muted);
  border: 1px solid rgba(220,38,38,0.25);
  color: var(--red);
}

/* Actions */
.f-actions {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}


/* ============================================================
   20. FOOTER
   ============================================================ */
.footer { background-color: var(--blue-900); }

.footer__main {
  padding-block: var(--sp-16) var(--sp-10);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-10);
}

/* Logo */
.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  margin-bottom: var(--sp-5);
  text-decoration: none;
}

.logo__mark--footer { width: 40px; height: 40px; }

.logo__name--footer { color: var(--white); }
.logo__sub--footer  { color: rgba(255,255,255,0.3); }

.footer__logo:hover .logo__mark--footer {
  transform: rotate(-5deg) scale(1.06);
  box-shadow: var(--sh-blue-lg);
}

.footer__desc {
  font-size: var(--fs-sm);
  color: rgba(255,255,255,0.42);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--sp-6);
  max-width: 290px;
}

/* Socials */
.footer__socials {
  display: flex;
  gap: var(--sp-3);
}

.footer__soc {
  width: 36px;
  height: 36px;
  border-radius: var(--r-full);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.42);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-sm);
  transition: all var(--tr-base);
}

.footer__soc:hover,
.footer__soc:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: var(--sh-blue);
}

.footer__soc--wa:hover,
.footer__soc--wa:focus-visible {
  background: var(--wa);
  border-color: var(--wa);
  box-shadow: 0 6px 20px var(--wa-glow);
}

/* Columns */
.footer__heading {
  font-size: var(--fs-2xs);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-ultra);
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: var(--sp-5);
  position: relative;
  padding-bottom: var(--sp-3);
}

.footer__heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background: var(--accent-light);
  border-radius: var(--r-full);
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.footer__links a {
  font-size: var(--fs-sm);
  color: rgba(255,255,255,0.4);
  transition: color var(--tr-base), padding-left var(--tr-base);
}

.footer__links a:hover,
.footer__links a:focus-visible {
  color: var(--blue-200);
  padding-left: var(--sp-1);
}

/* Address */
.footer__addr {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  margin-bottom: var(--sp-6);
}

.footer__addr-row {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
}

.footer__addr-row i {
  color: var(--blue-300);
  font-size: var(--fs-xs);
  width: 14px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer__addr-row span,
.footer__addr-row a {
  font-size: var(--fs-sm);
  color: rgba(255,255,255,0.42);
  line-height: 1.55;
  transition: color var(--tr-base);
}

.footer__addr-row a:hover { color: var(--blue-200); }

/* Hours */
.footer__hours {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--r-lg);
  padding: var(--sp-4) var(--sp-5);
}

.footer__hours-title {
  font-size: var(--fs-2xs);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wider);
  text-transform: uppercase;
  color: var(--blue-300);
  margin-bottom: var(--sp-3);
}

.footer__hours p {
  font-size: var(--fs-xs);
  color: rgba(255,255,255,0.35);
  margin: 0;
  line-height: 1.9;
}

/* Bottom Bar */
.footer__bottom {
  padding-block: var(--sp-5);
  background-color: var(--black);
}

.footer__bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-3);
  text-align: center;
}

.footer__copy p {
  font-size: var(--fs-xs);
  color: rgba(255,255,255,0.28);
  margin: 0;
  line-height: 1.7;
}

.footer__credits { color: rgba(255,255,255,0.18) !important; }
.footer__credits strong { color: var(--blue-300); font-weight: var(--fw-semibold); }

.footer__bottom-links {
  display: flex;
  gap: var(--sp-5);
}

.footer__bottom-links a {
  font-size: var(--fs-xs);
  color: rgba(255,255,255,0.22);
  transition: color var(--tr-base);
}

.footer__bottom-links a:hover { color: var(--blue-200); }


/* ============================================================
   21. FLOATING WHATSAPP
   ============================================================ */
.float-wa {
  position: fixed;
  bottom: var(--sp-6);
  right: var(--sp-6);
  z-index: var(--z-float);
  width: 52px;
  height: 52px;
  border-radius: var(--r-full);
  background-color: var(--wa);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-xl);
  box-shadow: 0 4px 18px var(--wa-glow);
  transition: transform var(--tr-base), box-shadow var(--tr-base);
  animation: waFloat 3s ease-in-out infinite;
}

.float-wa:hover,
.float-wa:focus-visible {
  transform: scale(1.1);
  box-shadow: 0 8px 28px rgba(37,211,102,0.5);
  animation: none;
}

.float-wa__tip {
  position: absolute;
  right: calc(100% + var(--sp-3));
  top: 50%;
  transform: translateY(-50%);
  background: var(--grey-900);
  color: var(--white);
  font-size: var(--fs-2xs);
  font-weight: var(--fw-medium);
  white-space: nowrap;
  padding: var(--sp-2) var(--sp-3);
  border-radius: var(--r-md);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--tr-base);
}

.float-wa__tip::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: var(--grey-900);
}

.float-wa:hover .float-wa__tip { opacity: 1; }

@keyframes waFloat {
  0%, 100% { transform: translateY(0);    }
  50%       { transform: translateY(-5px); }
}


/* ============================================================
   22. BACK TO TOP
   ============================================================ */
.btt {
  position: fixed;
  bottom: calc(var(--sp-6) + 60px);
  right: var(--sp-6);
  z-index: var(--z-float);
  width: 40px;
  height: 40px;
  border-radius: var(--r-full);
  background-color: var(--accent);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-sm);
  box-shadow: var(--sh-blue);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity var(--tr-base), transform var(--tr-base), background-color var(--tr-base);
}

.btt.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.btt:hover,
.btt:focus-visible {
  background-color: var(--accent-dark);
  transform: translateY(-3px);
}


/* ============================================================
   23. SCROLL REVEAL ANIMATIONS
   ============================================================ */
.reveal-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-left {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-right {
  opacity: 0;
  transform: translateX(32px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.revealed {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* Stagger delays */
.why__grid .why-card:nth-child(1) { transition-delay: 0ms; }
.why__grid .why-card:nth-child(2) { transition-delay: 80ms; }
.why__grid .why-card:nth-child(3) { transition-delay: 160ms; }
.why__grid .why-card:nth-child(4) { transition-delay: 240ms; }

.team__grid .team-card:nth-child(1)  { transition-delay: 0ms; }
.team__grid .team-card:nth-child(2)  { transition-delay: 50ms; }
.team__grid .team-card:nth-child(3)  { transition-delay: 100ms; }
.team__grid .team-card:nth-child(4)  { transition-delay: 150ms; }
.team__grid .team-card:nth-child(5)  { transition-delay: 200ms; }
.team__grid .team-card:nth-child(6)  { transition-delay: 250ms; }
.team__grid .team-card:nth-child(7)  { transition-delay: 300ms; }
.team__grid .team-card:nth-child(8)  { transition-delay: 350ms; }
.team__grid .team-card:nth-child(9)  { transition-delay: 400ms; }
.team__grid .team-card:nth-child(10) { transition-delay: 450ms; }

.hero__content .reveal-up:nth-child(1) { transition-delay: 150ms; }
.hero__content .reveal-up:nth-child(2) { transition-delay: 300ms; }
.hero__content .reveal-up:nth-child(3) { transition-delay: 450ms; }
.hero__content .reveal-up:nth-child(4) { transition-delay: 600ms; }
.hero__content .reveal-up:nth-child(5) { transition-delay: 750ms; }


/* ============================================================
   24. SCROLLBAR
   ============================================================ */
::-webkit-scrollbar         { width: 5px; }
::-webkit-scrollbar-track   { background: var(--grey-100); }
::-webkit-scrollbar-thumb   { background: var(--accent); border-radius: var(--r-full); }
::-webkit-scrollbar-thumb:hover { background: var(--accent-dark); }


/* ============================================================
   25. MEDIA QUERIES
   ============================================================ */

/* ── 400px ── */
@media (min-width: 400px) {
  .hero__cta { flex-direction: row; flex-wrap: wrap; }
  .trust__sep { display: block; }
}

/* ── 480px ── */
@media (min-width: 480px) {
  .team__grid { grid-template-columns: 1fr; }
  .vc__img    { height: 220px; }
}

/* ── 600px ── */
@media (min-width: 600px) {
  :root { --container-px: 1.5rem; }

  .v-grid    { grid-template-columns: repeat(2, 1fr); }
  .why__grid { grid-template-columns: repeat(2, 1fr); }
  .hl-grid   { grid-template-columns: repeat(2, 1fr); }
  .hl-card--wide { grid-column: span 2; }

  .stats__inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--sp-8) var(--sp-10);
  }

  .stat__rule { display: block; }

  .team__grid  { grid-template-columns: repeat(2, 1fr); }
  .f-actions   { flex-direction: row; }
  .f-actions .btn { flex: 1; }

  .cta-bar__actions {
    flex-direction: row;
    justify-content: center;
  }
}

/* ── 768px — Tablet ── */
@media (min-width: 768px) {
  :root {
    --nav-h:      72px;
    --section-py: var(--sp-20);
    --container-px: 2rem;
  }

  /* Navbar */
  .navbar__nav  { display: flex; }
  .navbar__hotline { display: flex; }
  .navbar__actions > .btn--primary { display: inline-flex; }
  .hamburger    { display: none; }

  /* Hero */
  .hero__heading { font-size: var(--fs-4xl); }
  .hero__sub     { font-size: var(--fs-base); }

  /* Headings */
  h2, .sec-heading { font-size: var(--fs-3xl); }

  /* About */
  .about__img   { height: 400px; }

  /* Contact */
  .contact__grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: var(--sp-10);
    align-items: start;
  }

  /* Footer */
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sp-10) var(--sp-8);
  }

  /* Footer bottom */
  .footer__bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  /* Hotline */
  .hotline__inner {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
  }

  .hotline__numbers { justify-content: flex-end; }

  /* Team */
  .team__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── 1024px — Desktop ── */
@media (min-width: 1024px) {
  :root {
    --section-py:   var(--sp-24);
    --container-px: var(--sp-8);
  }

  /* Typography */
  h1, .hero__heading { font-size: var(--fs-5xl); }
  h2, .sec-heading   { font-size: var(--fs-4xl); }

  .sec-sub { font-size: var(--fs-base); }

  /* Stats */
  .stats__inner { flex-wrap: nowrap; justify-content: space-around; gap: 0; }

  /* About */
  .about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-16);
    align-items: center;
  }

  .about__img { height: 480px; }

  /* Vehicles */
  .v-grid { grid-template-columns: repeat(3, 1fr); }

  /* Why */
  .why__grid { grid-template-columns: repeat(4, 1fr); }

  /* Highlights */
  .hl-card        { min-height: 380px; }
  .hl-card--wide  { min-height: 340px; }

  /* Footer */
  .footer__grid {
    grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
    gap: var(--sp-8);
  }

  /* Form wrap */
  .contact__form-wrap { padding: var(--sp-10) var(--sp-8); }

  /* CTA */
  .cta-bar__heading { font-size: var(--fs-4xl); }

  /* Team */
  .team__grid { grid-template-columns: repeat(3, 1fr); }
}

/* ── 1280px — Wide ── */
@media (min-width: 1280px) {
  :root { --container-px: var(--sp-6); }

  h1, .hero__heading { font-size: var(--fs-6xl); }

  /* Vehicles — 4 col */
  .v-grid { grid-template-columns: repeat(4, 1fr); }

  /* Team — 4 col for sales */
  .team__grid { grid-template-columns: repeat(4, 1fr); }
}

/* ── Reduced Motion ── */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration:        0.01ms !important;
    animation-iteration-count: 1      !important;
    transition-duration:       0.01ms !important;
    scroll-behavior:           auto   !important;
  }

  .reveal-up,
  .reveal-left,
  .reveal-right {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero__bg-img { animation: none; transform: none; }
}