/*
Theme Name: TopLine-Theme
Version: 1.0.1
Text Domain: topline
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;500;600;700;800&display=swap');

/* ==========================================================================
   LENIS SMOOTH SCROLL (assets/js/lenis-init.js)
   ========================================================================== */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* ==========================================================================
   THEME TOKENS (:root)
   ========================================================================== */
:root {
  /* Brand */
  --primary-red: #ce212b;
  --primary-red-hover: #a71a22;
  --primary-red-soft: rgba(206, 33, 43, 0.08);
  --primary-red-border: rgba(206, 33, 43, 0.15);

  /* Neutrals */
  --color-white: #ffffff;
  --color-black: #000000;
  --color-text: #111111;
  --color-text-body: #333333;
  --color-text-label: #444444;
  --color-text-secondary: #555555;
  --color-text-muted: #666666;
  --color-text-subtle: #888888;
  --color-text-faint: #9a9a9a;
  --color-text-hint: #6b6b6b;
  --color-text-medium: #777777;
  --color-surface-subtle: #f7f7f7;
  --color-surface-near: #fdfdfd;
  --color-input-muted-bg: #fcfcfc;
  --color-border: rgba(0, 0, 0, 0.08);
  --color-border-strong: rgba(0, 0, 0, 0.1);
  --color-border-input: rgba(0, 0, 0, 0.14);
  --color-surface: #ffffff;
  --color-surface-alt: #f9f9f9;
  --color-surface-muted: #f5f5f5;
  --color-surface-panel: #f7f7f8;
  --color-surface-booking: #f4f4f5;
  --color-bg-dark: #0c0c0e;
  --color-bg-promo: #111111;
  --color-bg-promo-end: #1a1a1a;

  /* On dark backgrounds */
  --color-on-dark: #ffffff;
  --color-on-dark-muted: rgba(255, 255, 255, 0.55);
  --color-on-dark-faint: rgba(255, 255, 255, 0.45);
  --color-on-dark-icon: rgba(255, 255, 255, 0.3);
  --color-on-dark-overlay: rgba(255, 255, 255, 0.75);

  /* Semantic */
  --color-whatsapp: #25d366;
  --color-link-muted: #aaaeb1;

  /* Fixed neutrals — do not swap in dark mode (footer, hero CTAs, on-dark buttons) */
  --color-fixed-white: #ffffff;
  --color-fixed-black: #000000;

  /* Legacy aliases (keep for existing rules) */
  --pure-white: var(--color-fixed-white);
  --pure-black: var(--color-fixed-black);
  --dark-bg: var(--color-bg-dark);
  --light-text: #c5c6c7;

  /* Typography */
  --font-headings: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;

  /* Layout */
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --btn-radius: 30px;
  --input-radius: 8px;
  --input-border: 1px solid var(--color-border-input);
  --input-bg: var(--color-surface);
  --input-text: var(--color-text);
  --input-placeholder: var(--color-text-faint);
  --input-font-size: 15px;
  --octane-header-height: 80px;
  --header-height-full: var(--octane-header-height);
  --header-height-sticky: 56px;
  --topbar-height: 42px;
  --shadow-card: 0 8px 28px rgba(0, 0, 0, 0.05);
  --shadow-card-hover: 0 16px 40px rgba(0, 0, 0, 0.1);

  /* Octane header & hero (uses TopLine brand red, not orange) */
  --octane-accent: var(--primary-red);
  --octane-accent-hover: var(--primary-red-hover);
  --octane-accent-soft: var(--primary-red-soft);
  --octane-header-bg: var(--color-white);
  --octane-header-top-bg: var(--color-surface-near);
  --octane-header-border: var(--color-border);
  --octane-header-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  --octane-header-search-bg: #f3f4f6;
  --topline-container-max: 1200px;
  --topline-container-padding-x: 24px;
  --octane-header-max: var(--topline-container-max);
  --octane-header-top-height: 52px;
  --octane-header-nav-height: 56px;
  --octane-pill-radius: 999px;
  --octane-nav-text: var(--color-text-body);
  --octane-nav-hover: var(--primary-red);
  --octane-hero-max-height: 780px;
  --octane-hero-min-height: 520px;
  --octane-hero-title-size: clamp(2.25rem, 5vw, 3.75rem);
  --octane-hero-search-max: 720px;
  --octane-hero-search-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  --octane-brand-tile-bg: rgba(18, 18, 18, 0.58);
  --octane-brand-tile-border: rgba(255, 255, 255, 0.1);
  --octane-brand-tile-hover: rgba(18, 18, 18, 0.78);
  --octane-hero-overlay: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.1) 45%,
    rgba(0, 0, 0, 0.45) 100%
  );
  --octane-category-bar-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  --topline-hero-category-overlap: 36px;
  --topline-hero-category-overlap-mobile: 28px;
  --topline-hero-content-max: 900px;
  --topline-hero-search-brands-gap: 48px;

  /* Homepage grids (Special offers, category sections) */
  --octane-section-bg: var(--color-white);
  --octane-section-padding: 56px;
  --octane-card-radius: 12px;
  --octane-card-img-height: 148px;
  --octane-offer-img-height: 200px;
  --octane-offer-badge-bg: #e02020;
  --octane-review-banner-bg: linear-gradient(135deg, #332d2b 0%, #1f1b19 100%);
  --octane-card-overlay: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 55%);
  --octane-carousel-btn-bg: var(--color-white);
  --octane-carousel-btn-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   SITE CONTAINER — one content width (header, pages, homepage, footer)
   ========================================================================== */

.container {
  width: 100%;
  max-width: var(--topline-container-max);
  padding-left: var(--topline-container-padding-x);
  padding-right: var(--topline-container-padding-x);
  margin-left: auto;
  margin-right: auto;
}

.topline-page-wrap,
.about-page-container,
.faq-container {
  width: 100%;
  max-width: var(--topline-container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--topline-container-padding-x);
  padding-right: var(--topline-container-padding-x);
}

.wrap:not(.blog-listing-page) {
  max-width: var(--topline-container-max);
  margin-left: auto;
  margin-right: auto;
  padding: 48px var(--topline-container-padding-x) 88px;
}

.container.page-content-area {
  padding-top: 48px;
  padding-bottom: 88px;
}

@media (max-width: 767px) {
  .container,
  .topline-page-wrap,
  .about-page-container,
  .faq-container,
  .blog-listing-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
 * Page style blocks (search in this file):
 *   THEME TOKENS (:root)          — all brand colors (edit here only)
 *   PAGE BREADCRUMB HERO          — .page-breadcrumb-hero (page-breadcrumb.php)
 *   ABOUT PAGE (about.php)
 *   CONTACT PAGE (contact.php)
 *   FAQ PAGE (faq.php)
 *   Standard Buttons & Forms
 *   HEADER (header.php)
 *   HOME PAGE (front-page.php)
 *   FOOTER (footer.php)
 *   FLEET LISTING / FLEET HUB
 *   SEARCH FORM / BLOG LISTING / SEARCH RESULTS / SINGLE VEHICLE / SIDEBAR
 */

/* ==========================================================================
   GLOBAL UTILITIES
   ========================================================================== */
.tab-content > .active {
  display: flex;
}

.section_70 {
  padding: 70px 0;
}

.mobonly {
  display: none;
}

.deskonly {
  display: block;
}

/* Footer YouTube modal (footer.php) */
.modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
}

.modal-content .close,
.close {
  color: var(--color-on-dark);
  opacity: 1;
  font-size: 36px;
}

.modal-content .close:hover,
.close:hover {
  color: var(--primary-red);
}

@media (max-width: 767px) {
  .mobonly {
    display: block;
  }

  .deskonly {
    display: none;
  }

  .tab-content > .active {
    display: block;
  }

  .section_70 {
    padding: 48px 0;
  }
}

/* ==========================================================================
   PAGE BREADCRUMB HERO (shared)
   Markup: template-parts/header/page-breadcrumb.php
   Classes: .page-breadcrumb-hero > .breadcrumb-box
   ========================================================================== */
.page-breadcrumb-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: calc(250px + var(--header-height-full));
  margin-top: 0;
  padding: var(--header-height-full) 0 0;
  overflow: hidden;
  box-sizing: border-box;
  background: url('assets/img/breadcrumb.avif') no-repeat center center / cover;
}

.page-breadcrumb-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.page-breadcrumb-hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 52px;
}

.page-breadcrumb-hero .row,
.page-breadcrumb-hero .col-md-12 {
  position: relative;
  z-index: 2;
}

.page-breadcrumb-hero .breadcrumb-box {
  padding: 0;
  background: none;
  border: none;
  text-align: left;
}

.page-breadcrumb-hero .breadcrumb-box__title {
  font-family: var(--font-headings);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 800;
  color: var(--color-on-dark);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 14px;
  text-transform: capitalize;
}

.page-breadcrumb-hero .breadcrumb-box__trail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-breadcrumb-hero .breadcrumb-box__trail li {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--color-on-dark-muted);
}

.page-breadcrumb-hero .breadcrumb-box__trail a {
  color: var(--color-on-dark-muted);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-breadcrumb-hero .breadcrumb-box__trail a:hover {
  color: var(--primary-red);
}

.page-breadcrumb-hero .breadcrumb-box__current {
  color: var(--color-on-dark);
}

.page-breadcrumb-hero .breadcrumb-separator svg {
  width: 10px;
  height: 10px;
  color: var(--color-on-dark-icon);
  fill: var(--color-on-dark-icon);
}

@media (max-width: 767px) {
  .page-breadcrumb-hero {
    min-height: calc(280px + 88px);
    padding-top: 88px;
  }

  .page-breadcrumb-hero .breadcrumb-box__title {
    font-size: 2rem;
  }

  .page-breadcrumb-hero .container {
    padding-bottom: 36px;
  }
}

/* Light page header (contact, about — Octane-style) */
.page-breadcrumb-hero--light {
  display: block;
  min-height: 0;
  margin-top: var(--octane-header-height);
  padding: 40px 0 36px;
  background: var(--color-white);
  border-bottom: 1px solid var(--color-border);
}

.page-breadcrumb-hero--light::after {
  display: none;
}

.page-breadcrumb-hero--light .container {
  padding-bottom: 0;
}

.page-breadcrumb-hero--light .breadcrumb-box__trail {
  margin-bottom: 16px;
}

.page-breadcrumb-hero--light .breadcrumb-box__trail li,
.page-breadcrumb-hero--light .breadcrumb-box__trail a {
  color: var(--color-text-muted);
  font-size: 13px;
}

.page-breadcrumb-hero--light .breadcrumb-box__trail a:hover {
  color: var(--primary-red);
}

.page-breadcrumb-hero--light .breadcrumb-box__current {
  color: var(--color-text);
}

.page-breadcrumb-hero--light .breadcrumb-separator svg {
  color: var(--color-text-faint);
  fill: var(--color-text-faint);
}

.page-breadcrumb-hero--light .breadcrumb-box__title {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--color-text);
  text-transform: none;
}

.page-breadcrumb-hero--light .breadcrumb-box__subtitle {
  max-width: 640px;
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text-secondary);
}

@media (max-width: 767px) {
  .page-breadcrumb-hero--light {
    margin-top: 56px;
    padding: 28px 0 24px;
  }

  .page-breadcrumb-hero--light .breadcrumb-box__title {
    font-size: 1.75rem;
  }

  .page-breadcrumb-hero--light .breadcrumb-box__subtitle {
    font-size: 15px;
  }
}

/* Shared inner page width — see SITE CONTAINER block above */

/* ==========================================================================
   CONTACT PAGE (contact.php) — Octane-style layout
   ========================================================================== */

.topline-contact-page {
  padding: 48px 0 80px;
  background: var(--color-white);
}

.topline-contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.topline-contact-card {
  padding: 28px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.topline-contact-card:first-child {
  padding-top: 0;
}

.topline-contact-card:last-child {
  border-bottom: none;
}

.topline-contact-card__title {
  margin: 0 0 20px;
  font-family: var(--font-headings);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text);
}

.topline-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topline-contact-list__item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px 20px;
  padding: 12px 0;
}

.topline-contact-list__item:first-child {
  padding-top: 0;
}

.topline-contact-list__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-muted);
}

.topline-contact-list__value {
  font-size: 15px;
  line-height: 1.55;
  color: var(--color-text);
}

.topline-contact-list__value a {
  color: var(--color-text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.topline-contact-list__value a:hover {
  color: var(--primary-red);
}

.topline-contact-address {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--color-text-secondary);
}

.topline-contact-map-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-red);
  text-decoration: none;
}

.topline-contact-map-link:hover {
  color: var(--primary-red-hover);
}

.topline-contact-socials {
  display: flex;
  gap: 12px;
}

.topline-contact-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--color-white);
  font-size: 20px;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.topline-contact-social:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.topline-contact-social--whatsapp {
  background: #25d366;
}

.topline-contact-social--instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.topline-contact-social--facebook {
  background: #1877f2;
}

.topline-contact-form-panel {
  padding: 32px 36px 36px;
  background: var(--color-surface-near);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
}

.topline-contact-form-panel__title {
  margin: 0 0 24px;
  font-family: var(--font-headings);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-text);
}

.topline-contact-form-panel__body.contact-form-body {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

.topline-contact-form-panel .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 20px;
}

.topline-contact-form-panel .wpcf7-form p:has(textarea),
.topline-contact-form-panel .wpcf7-form p:has(select),
.topline-contact-form-panel .wpcf7-form p:has(input[type="submit"]),
.topline-contact-form-panel .wpcf7-form p:has(.wpcf7-submit),
.topline-contact-form-panel .wpcf7-form p:has(.wpcf7-acceptance),
.topline-contact-form-panel .wpcf7-form .wpcf7-response-output {
  grid-column: 1 / -1;
}

/* ==========================================================================
   ABOUT PAGE (about.php) — Octane-style layout
   ========================================================================== */

.topline-about-page {
  padding: 48px 0 64px;
  background: var(--color-white);
}

.topline-about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
  gap: 48px 40px;
  align-items: start;
  margin-bottom: 56px;
}

.topline-about-lead {
  margin: 0 0 16px;
  font-family: var(--font-headings);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-text);
}

.topline-about-text {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--color-text-secondary);
}

.topline-about-why__title {
  margin: 0 0 14px;
  font-family: var(--font-headings);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-text);
}

.topline-about-why__list {
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--color-text-secondary);
}

.topline-about-why__list li {
  margin-bottom: 8px;
}

.topline-about-intro__media {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.topline-about-intro__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.topline-about-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.topline-about-pillar {
  padding: 28px 24px;
  background: var(--color-surface-near);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 14px;
}

.topline-about-pillar__title {
  margin: 0 0 12px;
  font-family: var(--font-headings);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text);
}

.topline-about-pillar__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text-secondary);
}

.topline-about-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 36px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.topline-about-stat {
  text-align: center;
}

.topline-about-stat__value {
  display: block;
  font-family: var(--font-headings);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--color-text);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.topline-about-stat__label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.4;
}

.topline-about-cta {
  padding: 56px 0 72px;
  background: var(--color-surface-alt);
}

.topline-about-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topline-about-cta__title {
  margin: 0 0 8px;
  font-family: var(--font-headings);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--color-text);
}

.topline-about-cta__text {
  margin: 0;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text-secondary);
}

.topline-about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 991px) {
  .topline-contact-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .topline-about-intro {
    grid-template-columns: 1fr;
  }

  .topline-about-intro__media {
    order: -1;
  }

  .topline-about-pillars {
    grid-template-columns: 1fr;
  }

  .topline-about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .topline-contact-list__item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .topline-contact-form-panel {
    padding: 24px 20px;
  }

  .topline-contact-form-panel .wpcf7-form {
    grid-template-columns: 1fr;
  }

  .topline-about-stats {
    grid-template-columns: 1fr;
  }

  .topline-about-cta__actions {
    width: 100%;
  }

  .topline-about-cta__actions .topline-btn {
    flex: 1;
    justify-content: center;
  }
}

/* ==========================================================================
   ABOUT PAGE (about.php)
   Search in this file: ABOUT PAGE (about.php)
   Shared .about-page-* classes also used on homepage — see HOME PAGE block.
   ========================================================================== */

/* --- Mission + image grid (.about-main-section) --- */
.about-main-section {
  padding: 90px 0 80px;
  background: var(--color-white);
}

.about-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-page-badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-red);
  background: var(--primary-red-soft);
  padding: 6px 16px;
  border-radius: 30px;
  border: 1px solid var(--primary-red-border);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.about-page-title {
  font-family: var(--font-headings);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--color-text);
  letter-spacing: -1px;
  line-height: 1.15;
  margin: 0 0 22px 0;
}

.about-page-text {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--color-text-secondary);
  line-height: 1.8;
  margin: 0 0 16px 0;
}

.about-page-heading {
  font-family: var(--font-headings);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: -0.5px;
  line-height: 1.25;
  margin: 0 0 14px 0;
}

.about-page-content .about-page-heading:not(:first-child) {
  margin-top: 28px;
}

.about-promo-section {
  padding: 0 0 80px;
  background: var(--color-white);
}

.about-promo-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}

.about-promo-header .about-page-title {
  margin-bottom: 14px;
}

.about-promo-header .about-page-text {
  margin-bottom: 0;
}

.about-values-grid--three {
  grid-template-columns: repeat(3, 1fr);
}

.about-page-content .topline-btn {
  margin-top: 8px;
}

.about-stats-row {
  display: flex;
  gap: 40px;
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.about-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-stat-number {
  font-family: var(--font-headings);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--color-text);
  letter-spacing: -1px;
  line-height: 1;
}

.about-stat-label {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--color-text-subtle);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about-page-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.about-page-img--fleet {
  object-fit: contain;
  object-position: center;
}

/* --- Value cards (.about-values-section) --- */
.about-values-section {
  padding: 80px 0 90px;
  background: var(--color-surface-alt);
}

.about-values-header {
  text-align: center;
  margin-bottom: 55px;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.about-value-card {
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 36px 28px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.about-value-card:hover {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
  transform: translateY(-4px);
}

.about-value-icon {
  width: 48px;
  height: 48px;
  background: rgba(206, 33, 43, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.about-value-icon i {
  color: var(--primary-red);
  font-size: 20px;
}

.about-value-title {
  font-family: var(--font-headings);
  font-size: 17px;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 10px 0;
}

.about-value-text {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.7;
  margin: 0;
}

/* --- Fleet image banner --- */
.about-fleet-banner {
  overflow: hidden;
  line-height: 0;
}

.about-fleet-img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* --- Legacy promo band (unused; kept for reference if old pages remain) --- */
.gauto-promo-area {
  background: linear-gradient(135deg, var(--color-bg-promo) 0%, var(--color-bg-promo-end) 100%);
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.gauto-promo-area::after {
  display: none;
}

.promo-box-left {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.promo-box-left::before,
.promo-box-left::after {
  display: none;
}

.promo-box-left img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 15px 30px rgba(206, 33, 43, 0.25));
  animation: floatCar 6s ease-in-out infinite;
}

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

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

.promo-box-right {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.promo-badge {
  background: rgba(206, 33, 43, 0.15);
  color: var(--primary-red);
  padding: 8px 18px;
  border-radius: 30px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  border: 1px solid rgba(206, 33, 43, 0.2);
}

.promo-box-right h3 {
  font-family: var(--font-headings);
  font-size: clamp(1.75rem, 4vw, 2.625rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--color-white);
  margin-bottom: 25px;
  letter-spacing: -0.02em;
  text-transform: none;
}

.promo-box-right h3 span {
  color: var(--primary-red);
  font-style: normal;
}

.promo-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}

.promo-features li {
  font-family: var(--font-body);
  color: var(--light-text);
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.promo-features li i {
  color: var(--primary-red);
  font-size: 16px;
}

.promo-btn {
  font-family: var(--font-body);
  background: var(--primary-red);
  color: var(--color-white);
  padding: 14px 36px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 30px;
  border: 2px solid var(--primary-red);
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.promo-btn:hover {
  background: transparent;
  color: var(--color-white);
  box-shadow: 0 8px 24px rgba(206, 33, 43, 0.3);
}

@media (max-width: 767px) {
  .gauto-promo-area {
    padding: 50px 0;
  }

  .promo-box-right {
    align-items: center;
    text-align: center;
  }

  .promo-features {
    align-items: center;
  }
}

/* --- About page responsive --- */
@media (max-width: 991px) {
  .about-page-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-values-grid,
  .about-values-grid--three {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {

  .about-values-grid,
  .about-values-grid--three {
    grid-template-columns: 1fr;
  }

  .about-stats-row {
    gap: 24px;
  }
}

/* ==========================================================================
   CONTACT PAGE (contact.php)
   Search in this file: CONTACT PAGE (contact.php)
   ========================================================================== */

/* --- Talk to our team form (.contact-form-section) --- */
.contact-form-section {
  padding: 72px 0 56px;
  background: var(--color-white);
}

.contact-form-container {
  max-width: var(--topline-container-max);
  margin: 0 auto;
  padding: 0 var(--topline-container-padding-x);
}

.contact-form-label {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-hint);
  text-align: center;
  margin: 0 0 12px;
  letter-spacing: 0;
}

.contact-form-label::before {
  content: '• ';
  color: var(--color-text);
}

.contact-form-heading {
  font-family: var(--font-headings);
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 800;
  color: var(--color-text);
  text-align: center;
  margin: 0 0 48px;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.contact-form-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
  border: none;
  box-shadow: none;
  overflow: visible;
}

.contact-form-image {
  min-height: 520px;
  border-radius: 14px;
  overflow: hidden;
}

.contact-form-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.contact-form-body {
  padding: 36px 36px 32px;
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* CF7 layout (field styles: Standard Buttons & Forms) */
.contact-form-body .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 20px;
}

.contact-form-body .wpcf7-form p {
  margin: 0;
  width: 100%;
}

.contact-form-body .wpcf7-form p:has(textarea),
.contact-form-body .wpcf7-form p:has(select),
.contact-form-body .wpcf7-form p:has(input[type="submit"]),
.contact-form-body .wpcf7-form p:has(.wpcf7-submit),
.contact-form-body .wpcf7-form p:has(.wpcf7-acceptance),
.contact-form-body .wpcf7-form .wpcf7-response-output {
  grid-column: 1 / -1;
}

.contact-form-body .wpcf7-form label {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text);
}

.contact-form-body .wpcf7-form .wpcf7-acceptance,
.contact-form-body .wpcf7-form .wpcf7-acceptance label {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-text-hint);
  line-height: 1.5;
}

.contact-form-body .wpcf7-form .wpcf7-acceptance a {
  color: var(--color-text);
  text-decoration: underline;
}

/* --- Contact information rows (.contact-info-section) --- */
.contact-info-section {
  padding: 56px 0 96px;
  background: var(--color-white);
  border-bottom: none;
}

.contact-info-container {
  max-width: var(--topline-container-max);
  margin: 0 auto;
  padding: 0 32px;
}

.contact-info-label {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-hint);
  margin: 0 0 12px;
  letter-spacing: 0;
}

.contact-info-label::before {
  content: '• ';
  color: var(--color-text);
}

.contact-info-heading {
  font-family: var(--font-headings);
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 800;
  color: var(--color-text);
  margin: 0 0 40px;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.contact-info-rows {
  display: flex;
  flex-direction: column;
}

.contact-info-row {
  display: grid;
  grid-template-columns: minmax(180px, 240px) 1fr;
  gap: 32px;
  align-items: start;
  padding: 22px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-info-row:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-info-row-label {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text);
  min-width: unset;
  padding-top: 2px;
}

.contact-info-row-values {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-info-link {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--color-text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-info-link--phone {
  color: var(--color-text);
  font-weight: 400;
}

.contact-info-link:hover {
  color: var(--primary-red);
}

.contact-info-text {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--color-text);
  line-height: 1.55;
}

/* --- Contact page responsive --- */
@media (max-width: 991px) {
  .contact-form-inner {
    grid-template-columns: 1fr;
  }

  .contact-form-image,
  .contact-form-image img {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .contact-info-container,
  .contact-form-container {
    padding: 0 20px;
  }

  .contact-info-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact-form-body {
    padding: 28px 22px;
  }

  .contact-form-body .wpcf7-form {
    grid-template-columns: 1fr;
  }

  .contact-form-image,
  .contact-form-image img {
    min-height: 240px;
  }
}

/* ==========================================================================
   FAQ PAGE (faq.php)
   Search in this file: FAQ PAGE (faq.php)
   ========================================================================== */

/* --- FAQ intro (.faq-header) --- */
.premium-faq-section {
  padding: 90px 0 100px;
  background: var(--color-white);
}

.faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.faq-badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-red);
  background: var(--primary-red-soft);
  padding: 6px 16px;
  border-radius: 30px;
  border: 1px solid var(--primary-red-border);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}

.faq-heading {
  font-family: var(--font-headings);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--color-text);
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}

.faq-subtext {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--color-text-muted);
  line-height: 1.7;
  margin: 0;
}

/* --- Accordion (.faq-list) --- */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.faq-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  font-family: var(--font-headings);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text);
  text-align: left;
  transition: color 0.3s ease;
}

.faq-question__text {
  flex: 1;
  min-width: 0;
  line-height: 1.5;
  padding-right: 8px;
}

.faq-question:hover {
  color: var(--primary-red);
}

.faq-question:focus,
.faq-question:focus-visible {
  outline: none;
  box-shadow: none;
}

.faq-item:focus-within {
  outline: none;
}

.faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--color-text-muted);
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.faq-item.is-open .faq-question {
  color: var(--primary-red);
}

.faq-item.is-open .faq-icon {
  background: var(--primary-red);
  border-color: var(--primary-red);
  color: var(--color-white);
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer p {
  overflow: hidden;
  min-height: 0;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--color-text-secondary);
  line-height: 1.75;
  margin: 0;
  padding-bottom: 0;
  transition: padding 0.35s ease;
}

.faq-item.is-open .faq-answer p {
  padding-bottom: 24px;
}

/* --- FAQ page responsive --- */
@media (max-width: 767px) {
  .premium-faq-section {
    padding: 64px 0 80px;
  }

  .faq-header {
    margin-bottom: 40px;
  }

  .faq-question {
    font-size: 15px;
  }
}






















/* ==========================================
   Standard Buttons & Forms (theme-wide)
   ========================================== */

/*
 * Buttons — use: class="topline-btn topline-btn--{variant}"
 *
 * Variants:
 *   topline-btn--primary      Dark fill (default CTAs on light backgrounds)
 *   topline-btn--light        White fill (CTAs on dark backgrounds: hero, header, footer)
 *   topline-btn--outline      Transparent + white border (secondary on dark backgrounds)
 *   topline-btn--outline-dark Transparent + dark border (secondary on light backgrounds)
 *
 * Modifiers:
 *   topline-btn--sm           Compact (header)
 *   topline-btn--lg           Large (hero)
 *   topline-btn--block        Full width
 */

/* —— Base (always pair with a variant) —— */
.topline-btn,
.gauto-btn,
button.gauto-theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  padding: 14px 32px;
  border: 2px solid transparent;
  border-radius: var(--btn-radius);
  background: transparent;
  font-family: var(--font-headings);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease,
    box-shadow 0.25s ease, transform 0.25s ease;
}

.topline-btn--sm {
  padding: 9px 22px;
  font-size: 13.5px;
  font-weight: 600;
}

/* Compact card actions (fleet grid) */
.topline-btn--card {
  padding: 10px 12px;
  border-radius: 8px;
  border-width: 1px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  line-height: 1.2;
}

.topline-btn--lg {
  padding: 16px 36px;
  font-size: 15px;
  letter-spacing: 1px;
}

.topline-btn--block {
  width: 100%;
}

.topline-btn .arrow-icon {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.topline-btn:hover .arrow-icon,
.topline-btn:focus .arrow-icon {
  transform: translateX(5px);
}

/* —— Variant: primary (dark → red) —— */
.topline-btn--primary,
.gauto-btn {
  border-color: var(--color-text);
  background: var(--color-text);
  color: var(--color-white);
}

.topline-btn--primary:hover,
.topline-btn--primary:focus,
.gauto-btn:hover,
.gauto-btn:focus {
  border-color: var(--primary-red);
  background: var(--primary-red);
  color: var(--color-white);
  box-shadow: 0 8px 22px rgba(206, 33, 43, 0.28);
  transform: translateY(-2px);
}

/* —— Variant: light (white → red, for dark sections) —— */
.topline-btn--light {
  border-color: var(--pure-white);
  background: var(--pure-white);
  color: var(--pure-black);
}

.topline-btn--light:hover,
.topline-btn--light:focus {
  border-color: var(--primary-red);
  background: var(--primary-red);
  color: var(--pure-white);
  box-shadow: 0 6px 20px rgba(206, 33, 43, 0.35);
  transform: translateY(-2px);
}

/* —— Variant: outline (on dark backgrounds) —— */
.topline-btn--outline {
  border-color: rgba(255, 255, 255, 0.4);
  background: transparent;
  color: var(--pure-white);
}

.topline-btn--outline:hover,
.topline-btn--outline:focus {
  border-color: var(--pure-white);
  background: rgba(255, 255, 255, 0.08);
  color: var(--pure-white);
  box-shadow: none;
  transform: translateY(-2px);
}

/* —— Variant: outline-dark (on light backgrounds) —— */
.topline-btn--outline-dark {
  border-color: rgba(0, 0, 0, 0.2);
  background: transparent;
  color: var(--color-text);
}

.topline-btn--outline-dark:hover,
.topline-btn--outline-dark:focus {
  border-color: var(--color-text);
  background: var(--color-text);
  color: var(--color-white);
  transform: translateY(-2px);
}

.topline-btn--whatsapp {
  border-color: var(--color-whatsapp);
  background: var(--color-whatsapp);
  color: var(--color-white);
}

.topline-btn--whatsapp:hover,
.topline-btn--whatsapp:focus {
  border-color: #1ebe57;
  background: #1ebe57;
  color: var(--color-white);
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.28);
}

/* CF7 submit matches primary button */
.wpcf7-form input[type="submit"],
.wpcf7-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 14px 32px;
  border: 2px solid var(--color-text);
  border-radius: var(--btn-radius);
  background: var(--color-text);
  font-family: var(--font-headings);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-white);
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease,
    box-shadow 0.25s ease;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus,
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus {
  border-color: var(--primary-red) !important;
  background: var(--primary-red) !important;
  color: var(--color-white);
  box-shadow: 0 8px 22px rgba(206, 33, 43, 0.28);
}

/* Form submit: always full width */
.wpcf7-form p:has(input[type="submit"]),
.wpcf7-form p:has(.wpcf7-submit) {
  display: block;
  width: 100%;
}

.wpcf7-form input[type="submit"],
.wpcf7-form .wpcf7-submit {
  width: 100%;
  max-width: 100%;
  margin-top: 4px;
}

/* —— Form fields: shared —— */
.contact-form-body .wpcf7-form input[type="text"],
.contact-form-body .wpcf7-form input[type="tel"],
.contact-form-body .wpcf7-form input[type="email"],
.contact-form-body .wpcf7-form input[type="date"],
.contact-form-body .wpcf7-form select,
.contact-form-body .wpcf7-form textarea,
.topline-booking-form .wpcf7-form input[type="text"],
.topline-booking-form .wpcf7-form input[type="email"],
.topline-booking-form .wpcf7-form input[type="tel"],
.topline-booking-form .wpcf7-form input[type="date"],
.topline-booking-form .wpcf7-form select,
.topline-booking-form .wpcf7-form textarea,
.booking-modal-body .wpcf7-form input[type="text"],
.booking-modal-body .wpcf7-form input[type="email"],
.booking-modal-body .wpcf7-form input[type="tel"],
.booking-modal-body .wpcf7-form input[type="date"],
.booking-modal-body .wpcf7-form select,
.booking-modal-body .wpcf7-form textarea,
.vehicle-detail-page .vehicle-detail-panel .wpcf7-form input[type="text"],
.vehicle-detail-page .vehicle-detail-panel .wpcf7-form input[type="tel"],
.vehicle-detail-page .vehicle-detail-panel .wpcf7-form input[type="email"],
.vehicle-detail-page .vehicle-detail-panel .wpcf7-form input[type="date"],
.vehicle-detail-page .vehicle-detail-panel .wpcf7-form input.wpcf7-date,
.vehicle-detail-page .vehicle-detail-panel .wpcf7-form input.walcf7-datepicker,
.vehicle-detail-page .vehicle-detail-panel .wpcf7-form select,
.vehicle-detail-page .vehicle-detail-panel .wpcf7-form textarea,
.wpcf7-form input[type="date"],
.wpcf7-form input.wpcf7-date,
.wpcf7-form input.walcf7-datepicker {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 14px;
  border: var(--input-border);
  border-radius: var(--input-radius);
  background: var(--input-bg);
  font-family: var(--font-body);
  font-size: var(--input-font-size, 15px);
  color: var(--input-text);
  outline: none;
  box-shadow: none;
  transition: border-color 0.2s ease;
}

.contact-form-body .wpcf7-form input::placeholder,
.contact-form-body .wpcf7-form textarea::placeholder,
.topline-booking-form .wpcf7-form input::placeholder,
.topline-booking-form .wpcf7-form textarea::placeholder,
.booking-modal-body .wpcf7-form input::placeholder,
.booking-modal-body .wpcf7-form textarea::placeholder,
.vehicle-detail-page .vehicle-detail-panel .wpcf7-form input::placeholder,
.vehicle-detail-page .vehicle-detail-panel .wpcf7-form textarea::placeholder {
  color: var(--input-placeholder);
}

.contact-form-body .wpcf7-form input:focus,
.contact-form-body .wpcf7-form input[type="date"]:focus,
.contact-form-body .wpcf7-form input.wpcf7-date:focus,
.contact-form-body .wpcf7-form input.walcf7-datepicker:focus,
.contact-form-body .wpcf7-form select:focus,
.contact-form-body .wpcf7-form textarea:focus,
.topline-booking-form .wpcf7-form input:focus,
.topline-booking-form .wpcf7-form input[type="date"]:focus,
.topline-booking-form .wpcf7-form input.wpcf7-date:focus,
.topline-booking-form .wpcf7-form input.walcf7-datepicker:focus,
.topline-booking-form .wpcf7-form select:focus,
.topline-booking-form .wpcf7-form textarea:focus,
.booking-modal-body .wpcf7-form input:focus,
.booking-modal-body .wpcf7-form input[type="date"]:focus,
.booking-modal-body .wpcf7-form input.wpcf7-date:focus,
.booking-modal-body .wpcf7-form input.walcf7-datepicker:focus,
.booking-modal-body .wpcf7-form select:focus,
.booking-modal-body .wpcf7-form textarea:focus,
.vehicle-detail-page .vehicle-detail-panel .wpcf7-form input:focus,
.vehicle-detail-page .vehicle-detail-panel .wpcf7-form input[type="date"]:focus,
.vehicle-detail-page .vehicle-detail-panel .wpcf7-form input.wpcf7-date:focus,
.vehicle-detail-page .vehicle-detail-panel .wpcf7-form input.walcf7-datepicker:focus,
.vehicle-detail-page .vehicle-detail-panel .wpcf7-form select:focus,
.vehicle-detail-page .vehicle-detail-panel .wpcf7-form textarea:focus,
.wpcf7-form input[type="date"]:focus,
.wpcf7-form input.wpcf7-date:focus,
.wpcf7-form input.walcf7-datepicker:focus {
  border-color: var(--color-text);
  background: var(--input-bg);
  box-shadow: none;
}

/* CF7 date fields — native picker + walcf7 */
.wpcf7-form input[type="date"],
.wpcf7-form input.wpcf7-date,
.wpcf7-form input.walcf7-datepicker {
  min-height: 46px;
  cursor: pointer;
  color-scheme: light;
  padding-right: 40px;
}

.wpcf7-form input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.55;
  margin-right: 2px;
  padding: 4px;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}

.wpcf7-form input[type="date"]:hover::-webkit-calendar-picker-indicator,
.wpcf7-form input[type="date"]:focus::-webkit-calendar-picker-indicator {
  opacity: 1;
}

.wpcf7-form input[type="date"]::-webkit-datetime-edit,
.wpcf7-form input[type="date"]::-webkit-datetime-edit-fields-wrapper {
  font-family: var(--font-body);
  color: var(--input-text);
}

.wpcf7-form input[type="date"]::-webkit-datetime-edit-text,
.wpcf7-form input[type="date"]::-webkit-datetime-edit-month-field,
.wpcf7-form input[type="date"]::-webkit-datetime-edit-day-field,
.wpcf7-form input[type="date"]::-webkit-datetime-edit-year-field {
  color: var(--input-text);
  padding: 0 2px;
}

/* jQuery datepicker popup (walcf7-datepicker plugin) */
.datepicker {
  z-index: 10050;
  margin-top: 6px;
  padding: 12px 10px 10px;
  border: var(--input-border);
  border-radius: var(--input-radius);
  background: var(--color-white);
  box-shadow: var(--shadow-card-hover);
  font-family: var(--font-body);
}

.datepicker .row.header {
  margin-bottom: 8px;
  font-family: var(--font-headings);
  font-weight: 600;
  color: var(--color-text);
}

.datepicker .row.header a {
  color: var(--color-text);
  text-decoration: none;
}

.datepicker .row.header a:hover {
  color: var(--primary-red);
}

.datepicker .cell {
  font-size: 14px;
  color: var(--color-text-body);
}

.datepicker .cell.day.today {
  border: 1px solid var(--primary-red-border);
  border-radius: 4px;
}

.datepicker .cell.day.selected,
.datepicker .cell.month.selected,
.datepicker .cell.year.selected,
.datepicker .cell.decade.selected,
.datepicker .cell.day:hover,
.datepicker .cell.month:hover,
.datepicker .cell.year:hover,
.datepicker .cell.decade:hover {
  background: var(--primary-red);
  color: var(--color-white);
  border-radius: 4px;
}

.datepicker .cell.blank,
.datepicker .cell.blank:hover {
  background: transparent;
  color: transparent;
}

.datepicker .cell.grayed {
  color: var(--color-text-faint);
}

/* Textarea: full width + comfortable height */
.contact-form-body .wpcf7-form textarea,
.topline-booking-form .wpcf7-form textarea,
.booking-modal-body .wpcf7-form textarea,
.vehicle-detail-page .vehicle-detail-panel .wpcf7-form textarea,
.wpcf7-form textarea {
  min-height: 90px;
  height: 90px;
  resize: vertical;
}

/* ==========================================================================
   HEADER (header.php)
   Search in file: "HEADER (header.php)"
   ========================================================================== */

/* Fixed header (header.php — custom-fixed-header) */
.custom-fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 15px 0;
  font-family: var(--font-body);
  background: var(--octane-header-bg);
  border-bottom: 3px solid var(--primary-red);
  box-shadow: var(--octane-header-shadow);
}

.custom-fixed-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-fixed-header .header-logo {
  flex: 0 0 auto;
}

.custom-fixed-header .header-logo img {
  height: 45px;
  width: auto;
}

.custom-fixed-header .header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.custom-fixed-header__nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-fixed-header .octane-nav-link {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--octane-nav-text);
}

.custom-fixed-header .octane-nav-link:hover,
.custom-fixed-header .octane-nav-link:focus,
.custom-fixed-header .octane-nav-link.is-active {
  color: var(--octane-nav-hover);
}

.custom-fixed-header .octane-nav-link.is-active {
  position: relative;
}

.custom-fixed-header .octane-nav-link.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: var(--primary-red);
  border-radius: 2px;
}

.custom-fixed-header .header-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.custom-fixed-header .mobile-nav-toggle {
  display: none;
  margin-left: 15px;
  padding: 0;
  border: none;
  background: none;
  font-size: 24px;
  color: var(--octane-nav-text);
  cursor: pointer;
}

.custom-fixed-header .mobile-nav-toggle:hover,
.custom-fixed-header .mobile-nav-toggle:focus {
  color: var(--octane-nav-hover);
}

.custom-fixed-header .header-nav .has-mega-menu:hover .octane-mega-menu,
.custom-fixed-header .header-nav .octane-nav-item--mega.is-mega-open .octane-mega-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-top: 15px;
}

body:has(.custom-fixed-header) {
  padding-top: 80px;
}

@media (max-width: 991px) {
  .custom-fixed-header .header-nav {
    display: none !important;
  }

  .custom-fixed-header .mobile-nav-toggle {
    display: block;
  }
}

/* --------------------------------------------------------------------------
   1. Site header shell
   -------------------------------------------------------------------------- */
.custom-site-header,
.custom-site-header * {
  box-sizing: border-box;
}

.custom-site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  font-family: var(--font-body);
  background: transparent;
  transition: background 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    backdrop-filter 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --------------------------------------------------------------------------
   2. Top bar
   -------------------------------------------------------------------------- */
.custom-top-bar {
  height: var(--topbar-height);
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 12, 14, 0.6);
  backdrop-filter: blur(5px);
  font-size: 13px;
  color: var(--light-text);
  opacity: 1;
  transform: translateY(0);
  transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    padding 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.custom-top-bar .top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--topline-container-max);
  margin: 0 auto;
  padding: 0 30px;
}

.custom-top-bar a {
  color: var(--light-text);
  text-decoration: none;
  transition: var(--transition-smooth);
}

.custom-top-bar a:hover {
  color: var(--primary-red);
}

.custom-top-bar .info-list,
.custom-top-bar .social-list {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-top-bar .social-list {
  gap: 20px;
}

.custom-top-bar .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-top-bar .info-item i {
  font-size: 14px;
  color: var(--primary-red);
}

.custom-top-bar .social-item a {
  font-size: 16px;
}

/* --------------------------------------------------------------------------
   3. Navbar
   -------------------------------------------------------------------------- */
.custom-navbar {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: padding 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.custom-navbar .navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--topline-container-max);
  margin: 0 auto;
  padding: 0 30px;
}

.custom-navbar .site-logo img {
  display: block;
  width: auto;
  height: 56px;
  transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --------------------------------------------------------------------------
   4. Desktop navigation
   -------------------------------------------------------------------------- */
.custom-nav-menu {
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-headings);
  font-size: 15px;
  font-weight: 500;
}

.custom-nav-menu a {
  position: relative;
  padding: 8px 0;
  color: var(--pure-white);
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.custom-nav-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-red);
  transition: var(--transition-smooth);
}

.custom-nav-menu a:hover,
.custom-nav-menu li.active a {
  color: var(--primary-red);
}

.custom-nav-menu a:hover::after,
.custom-nav-menu li.active a::after {
  width: 100%;
}

/* --------------------------------------------------------------------------
   5. Navbar actions (search + CTA)
   -------------------------------------------------------------------------- */
.navbar-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}

.search-trigger {
  padding: 5px;
  border: none;
  background: none;
  color: var(--pure-white);
  font-size: 16px;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.search-trigger:hover {
  color: var(--primary-red);
  transform: scale(1.15);
}

/* --------------------------------------------------------------------------
   6. Sticky state
   -------------------------------------------------------------------------- */
.custom-site-header.is-sticky {
  background: rgba(12, 12, 14, 0.96);
  backdrop-filter: blur(15px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.custom-site-header.is-sticky .custom-top-bar {
  height: 0;
  padding: 0;
  border-bottom: none;
  opacity: 0;
  transform: translateY(calc(-1 * var(--topbar-height)));
}

.custom-site-header.is-sticky .custom-navbar {
  padding: 16px 0;
  border-bottom-color: rgba(255, 255, 255, 0.02);
}

/* --------------------------------------------------------------------------
   7. Search overlay
   -------------------------------------------------------------------------- */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 12, 14, 0.98);
  backdrop-filter: blur(15px);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-smooth);
}

.search-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
  background: none;
  color: var(--pure-white);
  font-size: 50px;
  line-height: 1;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.search-close:hover {
  color: var(--primary-red);
  transform: rotate(90deg);
}

.search-overlay-content {
  position: relative;
  width: 90%;
  max-width: 600px;
  transform: translateY(50px);
  transition: var(--transition-smooth);
}

.search-overlay.is-open .search-overlay-content {
  transform: translateY(0);
}

.search-overlay-form {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  transition: var(--transition-smooth);
}

.search-overlay-form:focus-within {
  border-color: var(--primary-red);
}

.search-overlay-input {
  width: 100%;
  padding: 10px 0;
  border: none;
  background: none;
  outline: none;
  font-family: var(--font-headings);
  font-size: 24px;
  color: var(--pure-white);
}

.search-overlay-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.search-overlay-submit {
  padding: 0 10px;
  border: none;
  background: none;
  color: var(--pure-white);
  font-size: 24px;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.search-overlay-submit:hover {
  color: var(--primary-red);
}

/* --------------------------------------------------------------------------
   8. Fixed-header page offset
   Octane header (header.php) is fixed; offset handled per template (hero / breadcrumb).
   -------------------------------------------------------------------------- */
body {
  padding-top: 0;
  transition: padding-top 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

body:has(.octane-header) {
  padding-top: 0;
}

.home,
.page-template-contact-php,
.page-template-about-php,
.page-template-faq-php,
.page-template-fleet-php,
.category,
.single-post {
  padding-top: 0;
}

/* --------------------------------------------------------------------------
   Header — Responsive (tablet + mobile)
   Overrides legacy assets/css/responsive.css (.site-logo centering)
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
  /* Fixed bar: solid on mobile so it reads as sticky while scrolling */
  .custom-site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(12, 12, 14, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  }

  .custom-site-header.is-sticky {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  }

  .custom-top-bar {
    display: none;
  }

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

  /* Logo left | hamburger right — overrides assets/css/style.css absolute menu */
  .custom-navbar .navbar-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 12px;
    min-height: 56px;
    padding: 0 15px;
  }

  .custom-site-header .custom-navbar .site-logo {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    width: auto;
    max-width: 100%;
    margin: 0;
    text-align: left;
  }

  .custom-site-header .custom-navbar .site-logo a {
    display: inline-block;
  }

  /* !important beats assets/css/responsive.css (width:50%; left:0) and style.css (position:absolute) */
  .custom-site-header .custom-navbar .gauto-responsive-menu {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 0 0 auto;
    z-index: 3;
  }

  .custom-nav-menu,
  .navbar-actions,
  .custom-desktop-nav {
    display: none;
  }

  .custom-navbar .site-logo img {
    width: auto;
    height: 40px;
  }

  .custom-site-header.is-sticky .custom-navbar {
    padding: 10px 0;
  }

  /* SlickNav mobile menu (plugin overrides) */
  .custom-navbar .slicknav_menu {
    position: relative;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    line-height: 1;
    text-align: right;
  }

  .custom-site-header .custom-navbar .slicknav_btn {
    float: none !important;
    margin: 0;
    margin-top: 0 !important;
    margin-right: 0;
    padding: 8px 10px;
    border-radius: 4px;
    background: var(--primary-red);
    transition: var(--transition-smooth);
  }

  .custom-navbar .slicknav_btn:hover {
    background: var(--primary-red-hover);
  }

  .custom-navbar .slicknav_btn .slicknav_icon-bar {
    background-color: var(--pure-white);
    box-shadow: none;
  }

  .custom-navbar .slicknav_nav {
    position: fixed;
    top: var(--header-height-sticky);
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-top: 3px solid var(--primary-red);
    background: rgba(12, 12, 14, 0.98);
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8);
  }

  .custom-navbar .slicknav_nav li {
    margin: 0;
  }

  .custom-navbar .slicknav_nav a {
    display: block;
    padding: 14px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-family: var(--font-headings);
    font-size: 15px;
    font-weight: 500;
    color: var(--pure-white);
    text-decoration: none;
    transition: var(--transition-smooth);
  }

  .custom-navbar .slicknav_nav a:hover {
    padding-left: 30px;
    background: rgba(206, 33, 43, 0.1);
    color: var(--primary-red);
  }

  .custom-navbar .slicknav_nav .active a {
    background: rgba(206, 33, 43, 0.05);
    color: var(--primary-red);
  }
}

@media (max-width: 767px) {
  /* Beat assets/css/responsive.css .site-logo { text-align: center } */
  .custom-site-header .custom-navbar .site-logo {
    width: auto;
    max-width: 100%;
    margin: 0;
    text-align: left;
  }

  .custom-site-header .custom-navbar .gauto-responsive-menu {
    position: static !important;
    left: auto !important;
    width: auto !important;
  }

  .custom-site-header .custom-navbar .site-logo img {
    width: auto;
    height: 36px;
  }

  .custom-navbar .slicknav_btn {
    float: none;
  }
}

/* ==========================================================================
   END HEADER
   ========================================================================== */


/* ==========================================================================
   HOME PAGE (front-page.php)
   All styles for the homepage live in this block — including media queries.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Shared: entrance animations
   -------------------------------------------------------------------------- */
body.home .animate-up {
  opacity: 0;
  transform: translateY(30px);
  animation: homeFadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

body.home .delay-1 {
  animation-delay: 0.15s;
}

body.home .delay-2 {
  animation-delay: 0.3s;
}

@keyframes homeFadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeMarqueeScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-240px * 7));
  }
}

@keyframes homeCategoryMarqueeScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes homeScrollWheel {
  0% {
    top: 6px;
    opacity: 1;
  }

  50% {
    top: 18px;
    opacity: 0;
  }

  100% {
    top: 6px;
    opacity: 1;
  }
}

/* --------------------------------------------------------------------------
   1. Premium Hero
   -------------------------------------------------------------------------- */
body.home .premium-hero,
body.home .premium-hero * {
  box-sizing: border-box;
}

body.home .premium-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 140px 0 100px;
  overflow: hidden;
  background: url('assets/img/hero.png') no-repeat center center / cover;
}

body.home .hero-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(12, 12, 14, 0.9) 0%, rgba(12, 12, 14, 0.7) 45%, rgba(12, 12, 14, 0.2) 100%);
}

body.home .hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--topline-container-max);
  margin: 0 auto;
  padding: 0 30px;
}

body.home .hero-content-col {
  padding-left: 15px;
}

body.home .hero-content-wrapper {
  max-width: 750px;
  text-align: left;
}

body.home .hero-title {
  margin: 0 0 25px;
  font-family: var(--font-headings);
  font-size: clamp(2.6rem, 5.5vw, 4.8rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: var(--pure-white);
}

body.home .hero-title span {
  color: var(--primary-red);
}

body.home .hero-subtitle {
  max-width: 600px;
  margin: 0 0 40px;
  font-family: var(--font-body);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 300;
  line-height: 1.65;
  color: var(--light-text);
}

body.home .hero-actions {
  display: flex;
  gap: 20px;
}

body.home .scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-headings);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: translateX(-50%);
  pointer-events: none;
  transition: var(--transition-smooth);
}

body.home .scroll-indicator .mouse {
  position: relative;
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
}

body.home .scroll-indicator .wheel {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 4px;
  height: 8px;
  border-radius: 2px;
  background: var(--primary-red);
  transform: translateX(-50%);
  animation: homeScrollWheel 1.5s ease-in-out infinite;
}

/* --------------------------------------------------------------------------
   2. Brand Marquee
   -------------------------------------------------------------------------- */
body.home .brand-marquee-section {
  position: relative;
  margin-top: 0;
  padding: 16px 0;
  overflow: hidden;
  background: transparent;
}

body.home .brand-marquee-container {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px 0;
  overflow: hidden;
  background: transparent;
}

body.home .brand-marquee-container::before,
body.home .brand-marquee-container::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: 150px;
  height: 100%;
  pointer-events: none;
}

body.home .brand-marquee-container::before {
  left: 0;
  background: linear-gradient(to right, var(--color-white) 0%, rgba(255, 255, 255, 0) 100%);
}

body.home .brand-marquee-container::after {
  right: 0;
  background: linear-gradient(to left, var(--color-white) 0%, rgba(255, 255, 255, 0) 100%);
}

body.home .brand-marquee-track {
  display: flex;
  width: calc(240px * 14);
  animation: homeMarqueeScroll 25s linear infinite;
}

body.home .brand-marquee-track:hover {
  animation-play-state: paused;
}

body.home .brand-marquee-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  padding: 0 25px;
}

body.home .brand-marquee-slide img {
  max-width: 100%;
  max-height: 75px;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.5);
  transition: filter 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

body.home .brand-marquee-slide img:hover {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.12);
}

/* --------------------------------------------------------------------------
   3. Vehicle Categories
   -------------------------------------------------------------------------- */
body.home .vehicle-categories-section {
  padding: 60px 0 40px;
  background: var(--color-white);
}

body.home .vehicle-categories-section .container-fluid {
  max-width: var(--topline-container-max);
  margin: 0 auto;
  padding: 0 30px;
}

body.home .category-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 35px;
}

body.home .category-title-area {
  display: flex;
  flex-direction: column;
}

body.home .category-subtitle {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

body.home .category-subtitle .dot {
  font-size: 16px;
  color: var(--primary-red);
}

body.home .category-title {
  margin: 0;
  font-family: var(--font-headings);
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--color-text);
}

body.home .category-nav-arrows {
  display: flex;
  gap: 12px;
}

body.home .cat-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background: var(--color-white);
  color: var(--color-text-body);
  font-size: 14px;
  cursor: pointer;
  outline: none;
  transition: var(--transition-smooth);
}

body.home .cat-nav-btn:hover {
  border-color: var(--primary-red);
  color: var(--primary-red);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

body.home .category-marquee-container {
  position: relative;
  overflow: visible;
}

body.home .category-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

body.home .category-marquee-track .category-card:nth-child(n + 5) {
  display: none;
}

body.home .category-card {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 12px;
  background: var(--color-surface-subtle);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  text-decoration: none;
}

body.home .category-card-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

body.home .category-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.15) 45%, transparent 100%);
  transition: opacity 0.4s ease;
}

body.home .category-card-name {
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  margin: 0;
  font-family: var(--font-headings);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-white);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s ease;
}

body.home .category-card:hover .category-card-image {
  transform: scale(1.06);
}

body.home .category-card:hover .category-card-name {
  color: var(--primary-red);
  transform: translateY(-4px);
}

/* --------------------------------------------------------------------------
   4. Premium Offers
   -------------------------------------------------------------------------- */
body.home .premium-offers-section {
  padding: 80px 0 90px;
  background: var(--color-surface-alt);
}

body.home .premium-offers-section .container-fluid {
  max-width: var(--topline-container-max);
  margin: 0 auto;
  padding: 0 40px;
}

body.home .offers-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}

body.home .offers-title-area {
  display: flex;
  flex-direction: column;
}

body.home .offers-subtitle {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

body.home .offers-subtitle .dot {
  font-size: 16px;
  color: var(--primary-red);
}

body.home .offers-title {
  margin: 0;
  font-family: var(--font-headings);
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--color-text);
}

body.home .premium-offers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
}

body.home .premium-offers-grid__item {
  min-width: 0;
  padding: 0;
}

body.home .premium-offers-section .single-offers {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  padding: 14px 14px 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

body.home .premium-offers-section .single-offers:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07);
}

body.home .premium-offers-section .offer-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0 0 4px;
  overflow: hidden;
  border-radius: 10px;
}

body.home .premium-offers-section .offer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

body.home .premium-offers-section .single-offers:hover .offer-image img {
  transform: scale(1.05);
}

body.home .premium-offers-section .offer-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px 4px 0;
  border: none;
  background: var(--color-white);
}

body.home .premium-offers-section .offer-text > a {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

body.home .premium-offers-section .offer-text h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-height: 0;
  margin: 0 0 18px;
  font-family: var(--font-headings);
  font-size: clamp(1.05rem, 1.1vw, 1.35rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-transform: none;
  color: var(--color-text);
}

body.home .premium-offers-section .offer-text h3 span {
  max-width: 92%;
  font-family: var(--font-body);
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
  color: var(--color-text-medium);
}

body.home .premium-offers-section .bottom-text2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  margin-top: 0;
  padding: 14px 0 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

body.home .premium-offers-section .first-sec {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  padding: 0;
}

body.home .premium-offers-section .starting-from {
  font-family: var(--font-headings);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  word-break: break-word;
  color: var(--color-text);
}

body.home .premium-offers-section .card-price-1,
body.home .premium-offers-section .card-price-1 .currency {
  display: none;
}

body.home .premium-offers-section .book-car {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  padding: 0;
  font-family: var(--font-headings);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-transform: uppercase;
  color: var(--color-text);
  transition: color 0.3s ease;
}

body.home .premium-offers-section .single-offers:hover .book-car {
  color: var(--primary-red);
}

body.home .premium-offers-section .book-car i {
  font-size: 14px;
  color: var(--primary-red);
  transition: transform 0.3s ease;
}

body.home .premium-offers-section .single-offers:hover .book-car i {
  transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   5. Cinematic Video
   -------------------------------------------------------------------------- */
body.home .cinematic-video-section {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: var(--color-black);
  max-height: 420px;
}

body.home .cinematic-video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  max-height: 420px;
  object-fit: cover;
}

/* --------------------------------------------------------------------------
   6. Homepage About (uses shared .about-page-* from About Page section)
   -------------------------------------------------------------------------- */
body.home .premium-about-section {
  padding: 100px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

body.home .premium-about-section:not(.tl-home-about) {
  background: var(--color-white);
}

body.home .premium-about-section .about-page-img--fleet {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  box-shadow: none;
  border-radius: 5px;
}

/* --------------------------------------------------------------------------
   Home Page — Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1199px) {
  body.home .premium-offers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.home .premium-hero {
    min-height: 100vh;
    padding-top: 100px;
    background-position: 65% center;
  }

  body.home .hero-container {
    padding: 0 20px;
  }

  body.home .hero-title {
    font-size: 2.5rem;
  }

  body.home .hero-subtitle {
    margin-bottom: 30px;
    font-size: 1rem;
  }

  body.home .hero-actions {
    flex-direction: column;
    gap: 12px;
  }

  body.home .hero-actions .topline-btn {
    width: 100%;
  }

  body.home .hero-actions .topline-btn--lg {
    padding: 14px 20px;
    font-size: 14px;
  }

  body.home .scroll-indicator {
    bottom: 15px;
  }

  body.home .vehicle-categories-section .container-fluid {
    overflow: hidden;
  }

  body.home .category-marquee-container {
    margin-right: -30px;
    margin-left: -30px;
    padding: 0 30px;
    overflow: hidden;
  }

  body.home .category-marquee-container::before,
  body.home .category-marquee-container::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 3;
    width: 40px;
    height: 100%;
    pointer-events: none;
  }

  body.home .category-marquee-container::before {
    left: 0;
    background: linear-gradient(to right, var(--color-white) 0%, rgba(255, 255, 255, 0) 100%);
  }

  body.home .category-marquee-container::after {
    right: 0;
    background: linear-gradient(to left, var(--color-white) 0%, rgba(255, 255, 255, 0) 100%);
  }

  body.home .category-marquee-track .category-card:nth-child(n + 5) {
    display: block;
  }

  body.home .category-cards-wrapper.category-marquee-track {
    display: flex;
    width: max-content;
    gap: 20px;
    padding-bottom: 10px;
    animation: homeCategoryMarqueeScroll 32s linear infinite;
    will-change: transform;
  }

  body.home .category-cards-wrapper.category-marquee-track:hover {
    animation-play-state: paused;
  }

  body.home .category-card {
    flex: 0 0 260px;
    width: 260px;
  }

  body.home .category-title {
    font-size: 32px;
  }

  body.home .offers-title {
    font-size: 32px;
  }

  body.home .premium-offers-section {
    padding: 64px 0 72px;
  }

  body.home .premium-offers-section .container-fluid {
    padding: 0 24px;
  }

  body.home .offers-header {
    margin-bottom: 36px;
  }

  body.home .premium-offers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  body.home .premium-about-section {
    padding: 70px 0;
  }
}

@media (max-width: 575px) {
  body.home .category-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  body.home .category-nav-arrows {
    align-self: flex-end;
  }

  body.home .premium-offers-section .container-fluid {
    padding: 0 20px;
  }

  body.home .premium-offers-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.home .premium-offers-section .single-offers {
    padding: 12px 12px 14px;
  }

  body.home .premium-offers-section .offer-text {
    padding: 12px 2px 0;
  }

  body.home .premium-offers-section .book-car {
    white-space: normal;
    text-align: right;
  }
}

@media (max-width: 480px) {
  body.home .premium-hero {
    background-position: 70% center;
  }

  body.home .hero-title {
    font-size: 2.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .brand-marquee-track,
  body.home .category-cards-wrapper.category-marquee-track {
    animation: none;
  }

  @media (max-width: 991px) {
    body.home .category-cards-wrapper.category-marquee-track {
      overflow-x: auto;
      width: 100%;
      scroll-behavior: smooth;
      scrollbar-width: none;
    }

    body.home .category-cards-wrapper.category-marquee-track::-webkit-scrollbar {
      display: none;
    }
  }
}

/* ==========================================================================
   END HOME PAGE
   ========================================================================== */


/* ==========================================
   Booking Modal Overlay Styling
   ========================================== */
.booking-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 12, 14, 0.82);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  z-index: 2200;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    visibility 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 20px;
}

.booking-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.booking-modal-container {
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  width: 100%;
  max-width: 580px;
  position: relative;
  transform: scale(0.92) translateY(30px);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.booking-modal-overlay.is-open .booking-modal-container {
  transform: scale(1) translateY(0);
}

.booking-modal-close {
  position: absolute;
  top: 25px;
  right: 25px;
  background: none;
  border: none;
  color: var(--color-text-body);
  font-size: 34px;
  cursor: pointer;
  line-height: 1;
  transition: var(--transition-smooth);
  z-index: 10;
}

.booking-modal-close:hover {
  color: var(--primary-red);
  transform: rotate(90deg);
}

.booking-modal-header {
  padding: 35px 40px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: var(--color-surface-near);
}

.booking-modal-header h2 {
  font-family: var(--font-headings);
  color: var(--color-text);
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 6px;
  letter-spacing: -0.5px;
}

.booking-modal-header h2 span {
  color: var(--primary-red);
}

.booking-modal-header p {
  font-family: var(--font-body);
  color: var(--color-text-muted);
  font-size: 13.5px;
  margin: 0;
  font-weight: 400;
}

.booking-modal-body {
  padding: 30px 40px 40px;
  overflow-y: auto;
  flex: 1;
}

/* Custom layout form overrides inside Contact Form 7 container */
.booking-modal-body form {
  margin: 0;
}

.booking-modal-body form p {
  margin-bottom: 18px;
}

.booking-modal-body form br {
  display: none;
  /* Hide basic linebreaks to allow proper CSS styling */
}

.booking-modal-body form label {
  font-family: var(--font-headings);
  color: var(--color-text-label);
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 8px;
}

.booking-modal-body form input[type="text"],
.booking-modal-body form input[type="email"],
.booking-modal-body form input[type="tel"],
.booking-modal-body form select,
.booking-modal-body form textarea {
  width: 100%;
  background: var(--color-input-muted-bg);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 11px 15px;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 14px;
  outline: none;
  transition: var(--transition-smooth);
}

.booking-modal-body form input[type="text"]:focus,
.booking-modal-body form input[type="email"]:focus,
.booking-modal-body form input[type="tel"]:focus,
.booking-modal-body form select:focus,
.booking-modal-body form textarea:focus {
  border-color: var(--primary-red);
  background: var(--color-white);
  box-shadow: 0 0 0 3px rgba(206, 33, 43, 0.15);
}

.booking-modal-body form input[type="submit"] {
  background: var(--primary-red);
  color: var(--pure-white);
  border: none;
  border-radius: 4px;
  padding: 14px 30px;
  font-family: var(--font-headings);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  transition: var(--transition-smooth);
  margin-top: 15px;
  border: 2px solid var(--primary-red);
}

.booking-modal-body form input[type="submit"]:hover {
  background: var(--primary-red-hover);
  border-color: var(--primary-red-hover);
  box-shadow: 0 6px 20px rgba(206, 33, 43, 0.35);
  transform: translateY(-2px);
}

/* Handle scrollbars inside the modal body nicely */
.booking-modal-body::-webkit-scrollbar {
  width: 6px;
}

.booking-modal-body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
}

.booking-modal-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}

.booking-modal-body::-webkit-scrollbar-thumb:hover {
  background: var(--primary-red);
}

@media (max-width: 580px) {
  .booking-modal-container {
    max-height: 95vh;
  }

  .booking-modal-header {
    padding: 25px 25px 15px;
  }

  .booking-modal-header h2 {
    font-size: 22px;
  }

  .booking-modal-body {
    padding: 20px 25px 25px;
  }

  .booking-modal-close {
    top: 20px;
    right: 20px;
    font-size: 28px;
  }
}


/* ==========================================
   FOOTER (footer.php)
   Search in this file: FOOTER (footer.php)
   ========================================== */

/* --- Sunset CTA banner --- */
.premium-footer-cta {
  position: relative;
  padding: 110px 0 250px;
  background-color: var(--color-black);
  background-image: url('assets/img/footer.png');
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.footer-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.35) 50%, var(--color-black) 100%);
  z-index: 1;
}

.footer-cta-container {
  max-width: var(--topline-container-max);
  margin: 0 auto;
  padding: 0 var(--topline-container-padding-x);
  position: relative;
  z-index: 2;
}

.footer-cta-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.footer-cta-title {
  font-family: var(--font-headings);
  font-size: clamp(1.875rem, 4vw, 2.875rem);
  font-weight: 700;
  color: var(--color-on-dark);
  margin: 0;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.premium-footer-cta .topline-btn--light {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* --- Main footer columns --- */
.premium-footer {
  background: var(--color-black);
  padding: 80px 0 20px;
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--primary-red);
}

.premium-footer .container,
.premium-footer .container-fluid {
  position: relative;
}

.footer-grid-row {
  position: relative;
  z-index: 3;
}

.footer-col {
  margin-bottom: 40px;
}

.footer-brand-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-brand-logo {
  max-width: 180px;
  height: auto;
  object-fit: contain;
}

.footer-copyright-text {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  font-weight: 400;
}

.footer-social-icons {
  display: flex;
  gap: 15px;
  margin-top: 5px;
}

.footer-social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  transition: var(--transition-smooth);
  text-decoration: none;
}

.footer-social-icons a:hover {
  background: var(--primary-red);
  color: var(--color-on-dark);
  transform: translateY(-2px);
}

.footer-col-title {
  font-family: var(--font-headings);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-on-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 24px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links-list li a {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color var(--transition-smooth), padding-left var(--transition-smooth);
}

.footer-links-list li a:hover {
  color: var(--primary-red);
  padding-left: 4px;
}

.footer-contact-wrap {
  display: flex;
  flex-direction: column;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact-list li {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.footer-contact-list li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color var(--transition-smooth);
}

.footer-contact-list li a:hover {
  color: var(--primary-red);
}

.footer-contact-list .contact-email a {
  font-weight: 600;
  color: var(--color-on-dark);
}

.footer-contact-list .contact-phone a {
  font-weight: 600;
  font-size: 15px;
  color: var(--color-on-dark);
}

.footer-contact-list .contact-address {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 10px;
  line-height: 1.6;
}

/* --- Copyright bar --- */
.footer-copyright-bar {
  background: var(--color-black);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 0;
}

.footer-copyright-bar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-copyright-bar-inner p {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
  line-height: 1.5;
}

.footer-copyright-bar-inner p a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-copyright-bar-inner p a:hover {
  color: var(--primary-red);
}

.footer-copyright-bar-inner p .fa-heart {
  color: var(--primary-red);
  font-size: 12px;
  margin: 0 2px;
}

/* --- Footer responsive --- */
@media (max-width: 991px) {
  .premium-footer {
    padding: 60px 0 20px;
  }

  .footer-col-title {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .premium-footer-cta {
    padding: 80px 0 120px;
  }

  .premium-footer .container,
  .premium-footer .container-fluid,
  .footer-cta-container,
  .footer-copyright-bar .container,
  .footer-copyright-bar .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-copyright-bar-inner {
    flex-direction: column;
    text-align: center;
    gap: 4px;
  }
}

/* ==========================================
   FLEET LISTING (category.php — all post categories)
   Uses .topline-vehicle-card + .topline-fleet-grid--archive
   ========================================== */

.topline-fleet-listing {
  --octane-card-img-height: 200px;
  padding: 40px 0 72px;
  background: var(--octane-section-bg);
}

.topline-fleet-listing__meta {
  margin: 0 0 28px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-muted);
}

.topline-fleet-listing .topline-fleet-grid--archive {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 20px;
}

.topline-fleet-listing__empty {
  padding: 48px 24px;
  text-align: center;
  background: var(--color-surface-near);
  border: 1px solid var(--color-border);
  border-radius: 16px;
}

.topline-fleet-listing__empty-title {
  margin: 0 0 10px;
  font-family: var(--font-headings);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-text);
}

.topline-fleet-listing__empty-text {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text-secondary);
}

.topline-fleet-listing__empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 1199px) {
  .topline-fleet-listing .topline-fleet-grid--archive {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .topline-fleet-listing .topline-fleet-grid--archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .topline-fleet-listing {
    --octane-card-img-height: 180px;
  }
}

@media (max-width: 575px) {
  .topline-fleet-listing .topline-fleet-grid--archive {
    grid-template-columns: 1fr;
  }

  .topline-fleet-listing {
    --octane-card-img-height: 220px;
    padding: 28px 0 56px;
  }
}

/* ==========================================
   FLEET ARCHIVE PAGE (fleet.php)
   ========================================== */

.topline-fleet-archive {
  padding: 40px 0 72px;
  background: var(--color-white);
}

.topline-fleet-archive__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 20px;
}

.topline-fleet-archive__search-wrap {
  position: relative;
  flex: 1 1 280px;
  max-width: 480px;
}

.topline-fleet-archive__search-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: var(--color-text-subtle);
  font-size: 15px;
  pointer-events: none;
}

.topline-fleet-archive__search {
  width: 100%;
  padding: 12px 14px 12px 40px;
  border: var(--input-border);
  border-radius: var(--input-radius);
  background: var(--input-bg);
  font-family: var(--font-body);
  font-size: var(--input-font-size, 15px);
  color: var(--input-text);
  outline: none;
  transition: border-color 0.2s ease;
}

.topline-fleet-archive__search:focus {
  border-color: var(--color-text);
}

.topline-fleet-archive__sort-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.topline-fleet-archive__sort-label {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-secondary);
}

.topline-fleet-archive__sort {
  min-width: 130px;
  padding: 11px 36px 11px 14px;
  border: var(--input-border);
  border-radius: var(--input-radius);
  background-color: var(--input-bg);
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--input-text);
  cursor: pointer;
  outline: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.topline-fleet-archive__sort:focus {
  border-color: var(--color-text);
}

.topline-fleet-archive__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.topline-fleet-archive__filter {
  padding: 9px 18px;
  border: 1px solid var(--color-border);
  border-radius: var(--octane-pill-radius);
  background: var(--color-white);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-body);
  cursor: pointer;
  transition: var(--transition-smooth);
}

.topline-fleet-archive__filter:hover,
.topline-fleet-archive__filter:focus {
  border-color: var(--primary-red-border);
  color: var(--primary-red);
}

.topline-fleet-archive__filter.is-active {
  border-color: var(--primary-red);
  background: var(--primary-red);
  color: var(--color-white);
}

.topline-fleet-archive__meta {
  margin: 0 0 24px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-muted);
}

.topline-fleet-archive__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 20px;
}

.topline-fleet-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--octane-card-radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: var(--transition-smooth);
}

.topline-fleet-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-3px);
}

.topline-fleet-card.is-filtered-out {
  display: none !important;
}

.topline-fleet-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.topline-fleet-card__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.topline-fleet-card:hover .topline-fleet-card__img {
  transform: scale(1.04);
}

.topline-fleet-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 18px;
}

.topline-fleet-card__title {
  margin: 0;
  font-family: var(--font-headings);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.topline-fleet-card__title a {
  color: var(--color-text);
  text-decoration: none;
}

.topline-fleet-card__title a:hover {
  color: var(--primary-red);
}

.topline-fleet-card__model {
  margin: 0;
  font-size: 13px;
  color: var(--color-text-muted);
}

.topline-fleet-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
}

.topline-fleet-card__btn {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  justify-content: center;
}

.topline-fleet-card__btn:hover,
.topline-fleet-card__btn:focus {
  transform: none;
}

.topline-fleet-card__btn.topline-btn--outline-dark {
  border-color: var(--color-border-strong);
  background: var(--color-white);
  color: var(--color-text);
}

.topline-fleet-card__btn.topline-btn--outline-dark:hover,
.topline-fleet-card__btn.topline-btn--outline-dark:focus {
  border-color: var(--color-text);
  background: var(--color-text);
  color: var(--color-white);
}

.topline-fleet-card__btn .fa-whatsapp {
  flex-shrink: 0;
  font-size: 15px;
}

.topline-fleet-card__btn span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.topline-fleet-archive__empty {
  margin: 24px 0 0;
  padding: 32px 20px;
  text-align: center;
  font-size: 15px;
  color: var(--color-text-secondary);
  background: var(--color-surface-muted);
  border-radius: var(--octane-card-radius);
}

@media (max-width: 1199px) {
  .topline-fleet-archive__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .topline-fleet-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topline-fleet-archive__toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .topline-fleet-archive__search-wrap {
    max-width: none;
  }

  .topline-fleet-archive__sort-wrap {
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .topline-fleet-archive {
    padding: 28px 0 56px;
  }

  .topline-fleet-archive__grid {
    grid-template-columns: 1fr;
  }

  .topline-fleet-card__actions {
    grid-template-columns: 1fr;
  }
}

/* ==========================================
   FLEET HUB PAGE (fleet.php — /our-fleet)
   ========================================== */

.topline-fleet-hub {
  padding: 48px 0 64px;
  background: var(--color-surface-subtle);
}

.topline-fleet-hub--brands {
  padding-top: 0;
  background: var(--color-surface-alt);
}

.topline-fleet-hub__section-head {
  max-width: 640px;
  margin: 0 auto 36px;
  text-align: center;
}

.topline-fleet-hub__heading {
  margin: 0 0 10px;
  font-family: var(--font-headings);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: -0.02em;
}

.topline-fleet-hub__lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--color-text-secondary);
}

/* Category cards */
.topline-fleet-hub__categories-wrap {
  width: 100%;
}

.topline-fleet-hub__categories--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.topline-fleet-hub__categories-carousel {
  display: none;
}

.topline-fleet-hub-cat {
  margin: 0;
  height: 100%;
}

.topline-fleet-hub-cat__link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.topline-fleet-hub-cat__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: var(--color-white);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.topline-fleet-hub-cat__link:hover .topline-fleet-hub-cat__card,
.topline-fleet-hub-cat__link:focus-visible .topline-fleet-hub-cat__card {
  border-color: rgba(206, 33, 43, 0.25);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.topline-fleet-hub-cat__media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 168px;
  padding: 20px 16px 12px;
  background: linear-gradient(180deg, #eceef1 0%, #f8f8f9 55%, var(--color-white) 100%);
}

.topline-fleet-hub-cat__img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 112px;
  object-fit: contain;
  object-position: center bottom;
  transition: transform 0.35s ease;
}

.topline-fleet-hub-cat__link:hover .topline-fleet-hub-cat__img,
.topline-fleet-hub-cat__link:focus-visible .topline-fleet-hub-cat__img {
  transform: translateY(-4px) scale(1.03);
}

.topline-fleet-hub-cat__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding: 16px 18px 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}

.topline-fleet-hub-cat__title {
  margin: 0;
  font-family: var(--font-headings);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-text);
}

.topline-fleet-hub-cat__cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-red);
  transition: gap 0.2s ease;
}

.topline-fleet-hub-cat__link:hover .topline-fleet-hub-cat__cta,
.topline-fleet-hub-cat__link:focus-visible .topline-fleet-hub-cat__cta {
  gap: 8px;
}

/* Fleet hub category carousel (mobile / tablet) */
.topline-fleet-hub-carousel-wrap {
  position: relative;
  padding: 0 44px;
}

.topline-fleet-hub-cats-swiper {
  overflow: hidden;
}

.topline-fleet-hub-cats-swiper .swiper-slide {
  height: auto;
}

.topline-fleet-hub-carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-text-body);
  font-size: 18px;
  cursor: pointer;
  box-shadow: var(--octane-carousel-btn-shadow);
  transform: translateY(-50%);
  transition: var(--transition-smooth);
}

.topline-fleet-hub-carousel-btn:hover {
  color: var(--primary-red);
}

.topline-fleet-hub-carousel-btn.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.topline-fleet-hub-carousel-btn--prev {
  left: 0;
}

.topline-fleet-hub-carousel-btn--next {
  right: 0;
}

/* Brand cards */
.topline-fleet-hub__brands {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.topline-fleet-hub-brand {
  margin: 0;
}

.topline-fleet-hub-brand__link {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: var(--color-text);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.topline-fleet-hub-brand__link:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.topline-fleet-hub-brand__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.topline-fleet-hub-brand__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.topline-fleet-hub-brand__link:hover .topline-fleet-hub-brand__img {
  transform: scale(1.04);
}

.topline-fleet-hub-brand__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.15) 55%, transparent 100%);
  pointer-events: none;
}

.topline-fleet-hub-brand__copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 20px;
  pointer-events: none;
}

.topline-fleet-hub-brand__name {
  display: block;
  font-family: var(--font-headings);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.2;
}

.topline-fleet-hub-brand__tagline {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
}

.topline-fleet-hub-brand__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-red);
}

.topline-fleet-hub-brand__cta .fa {
  font-size: 16px;
}

/* Fleet hub CTA */
.topline-fleet-hub-cta {
  padding: 56px 0 72px;
  background: var(--color-white);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.topline-fleet-hub-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topline-fleet-hub-cta__title {
  margin: 0 0 8px;
  font-family: var(--font-headings);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  color: var(--color-text);
}

.topline-fleet-hub-cta__text {
  margin: 0;
  max-width: 480px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text-secondary);
}

.topline-fleet-hub-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 1199px) {
  .topline-fleet-hub__categories--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topline-fleet-hub__brands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .topline-fleet-hub__categories--grid {
    display: none;
  }

  .topline-fleet-hub__categories-carousel {
    display: block;
  }
}

@media (max-width: 767px) {
  .topline-fleet-hub__brands {
    grid-template-columns: 1fr;
  }

  .topline-fleet-hub-cat__media {
    min-height: 150px;
    padding: 16px 12px 10px;
  }

  .topline-fleet-hub-cat__img {
    max-height: 100px;
  }

  .topline-fleet-hub-cta__actions {
    width: 100%;
  }

  .topline-fleet-hub-cta__actions .topline-btn {
    flex: 1;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .topline-fleet-hub-carousel-wrap {
    padding: 0 40px;
  }
}

/* Legacy fleet hub classes (deprecated) */
.fleet-hub-page {
  padding: 56px 0 72px;
  background: var(--color-white);
}

.fleet-hub-page .container-fluid {
  max-width: var(--topline-container-max);
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

.fleet-hub-page__header,
.fleet-hub-page .site-heading {
  text-align: center;
  margin-bottom: 40px;
}

.fleet-hub-page__header h2,
.fleet-hub-page .site-heading h2 {
  margin: 0;
  font-family: var(--font-headings);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--color-text);
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-transform: none;
}

.fleet-hub-page--brands {
  padding-top: 0;
}

/* Category grid */
.fleet-hub-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.fleet-hub-category-card {
  margin: 0;
}

.fleet-hub-category-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: var(--color-white);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  color: inherit;
  text-decoration: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.fleet-hub-category-card__link:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  color: inherit;
}

.fleet-hub-category-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.fleet-hub-category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.fleet-hub-category-card__link:hover .fleet-hub-category-card__media img {
  transform: scale(1.05);
}

.fleet-hub-category-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 22px 18px;
}

.fleet-hub-category-card__title {
  margin: 0 0 14px;
  font-family: var(--font-headings);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-text);
}

.fleet-hub-category-card__title span {
  color: var(--primary-red);
}

.fleet-hub-category-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.fleet-hub-category-card__label {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-text-subtle);
}

.fleet-hub-category-card__price {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--color-text);
}

.fleet-hub-category-card__price small {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-text-muted);
}

.fleet-hub-category-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--primary-red);
  white-space: nowrap;
}

/* Brand showcase grid */
.fleet-hub-brands {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.fleet-hub-brand-card {
  margin: 0;
}

.fleet-hub-brand-card__link {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  color: var(--color-white);
  text-decoration: none;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.fleet-hub-brand-card__link:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
  color: var(--color-white);
}

.fleet-hub-brand-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.fleet-hub-brand-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.fleet-hub-brand-card__link:hover .fleet-hub-brand-card__media img {
  transform: scale(1.04);
}

.fleet-hub-brand-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.35) 45%,
    rgba(0, 0, 0, 0.82) 100%
  );
  pointer-events: none;
}

.fleet-hub-brand-card__headline {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  pointer-events: none;
}

.fleet-hub-brand-card__brand {
  margin: 0;
  font-family: var(--font-headings);
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 800;
  line-height: 1.1;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.fleet-hub-brand-card__tagline {
  margin: 8px 0 0;
  max-width: 28ch;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
}

.fleet-hub-brand-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 22px;
  background: rgba(0, 0, 0, 0.92);
}

.fleet-hub-brand-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.fleet-hub-brand-card__model {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
}

.fleet-hub-brand-card__price {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.15;
}

.fleet-hub-brand-card__price small {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}

.fleet-hub-brand-card__cta {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-white);
}

.fleet-hub-brand-card__cta i {
  color: var(--primary-red);
}

/* ==========================================
   Book Your Car form (fleet hub + modal)
   ========================================== */

.fleet-booking-section {
  padding: 56px 0 64px;
  background: var(--color-surface-booking);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.fleet-booking-panel {
  max-width: 960px;
  margin: 0 auto;
}

.fleet-booking-panel > h2 {
  font-family: var(--font-headings);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--color-text);
  text-align: left;
  margin: 0 0 28px;
  letter-spacing: -0.02em;
}

.topline-booking-form .wpcf7-form,
.booking-modal-body .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 16px;
  margin: 0;
}

.topline-booking-form .wpcf7-form p,
.booking-modal-body .wpcf7-form p {
  margin: 0;
}

.topline-booking-form .wpcf7-form br,
.booking-modal-body .wpcf7-form br {
  display: none;
}

.topline-booking-form .wpcf7-form label,
.booking-modal-body .wpcf7-form label {
  display: none;
}

.topline-booking-form .wpcf7-form p:has(textarea),
.topline-booking-form .wpcf7-form p:has(input[type="submit"]),
.topline-booking-form .wpcf7-form p:has(.wpcf7-submit),
.booking-modal-body .wpcf7-form p:has(textarea),
.booking-modal-body .wpcf7-form p:has(input[type="submit"]),
.booking-modal-body .wpcf7-form p:has(.wpcf7-submit),
.fleet-booking-section .topline-booking-form .wpcf7-form p:has(textarea),
.fleet-booking-section .topline-booking-form .wpcf7-form p:has(input[type="submit"]) {
  grid-column: 1 / -1;
  display: block;
  width: 100%;
}

.topline-booking-form .wpcf7-form input[type="submit"],
.booking-modal-body .wpcf7-form input[type="submit"] {
  min-height: 52px;
}

.topline-booking-form .wpcf7-response-output,
.booking-modal-body .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 8px 0 0;
}

@media (max-width: 767px) {
  .topline-booking-form .wpcf7-form,
  .booking-modal-body .wpcf7-form {
    grid-template-columns: 1fr;
  }
}

/* ==========================================
   SEARCH FORM (searchform.php)
   Also used in search.php, 404.php, content-none.php
   ========================================== */

.topline-search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}

.topline-search-form__label {
  flex: 0 0 100%;
  margin: 0;
}

.topline-search-form__label-text {
  display: block;
  margin: 0 0 8px;
  font-family: var(--font-headings);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.topline-search-form__field-wrap {
  position: relative;
  display: flex;
  flex: 1;
  min-width: min(100%, 220px);
  align-items: center;
}

.topline-search-form__icon {
  position: absolute;
  left: 16px;
  z-index: 1;
  color: var(--color-text-subtle);
  font-size: 15px;
  pointer-events: none;
}

.topline-search-form .search-field,
.topline-search-form__input {
  flex: 1;
  min-width: 0;
  width: 100%;
  padding: 12px 16px 12px 44px;
  border: var(--input-border);
  border-radius: var(--input-radius);
  background: var(--input-bg);
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--input-text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.topline-search-form .search-field:focus,
.topline-search-form__input:focus {
  border-color: var(--color-text);
  box-shadow: 0 0 0 3px rgba(206, 33, 43, 0.08);
}

.topline-search-form .search-submit,
.topline-search-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 52px;
  border-radius: var(--input-radius);
  flex-shrink: 0;
}

.topline-search-form__submit .fa-search {
  font-size: 15px;
}

.topline-search-form:not(.topline-search-form--lg) .topline-search-form__submit-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.topline-search-form--lg {
  max-width: 640px;
  gap: 16px;
}

.topline-search-form--lg .topline-search-form__field-wrap {
  flex: 1 1 100%;
}

.topline-search-form--lg .search-field,
.topline-search-form--lg .topline-search-form__input {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.topline-search-form--lg .topline-search-form__submit {
  flex: 0 0 auto;
  margin-left: auto;
}

.search-results-empty .topline-search-form {
  margin: 24px auto 0;
}

/* ==========================================
   404 PAGE (404.php)
   ========================================== */

.topline-404-page {
  padding: 32px 0 80px;
  background: var(--color-white);
}

.topline-404-page__card {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 32px;
  text-align: center;
  background: var(--color-surface-near);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.topline-404-page__code {
  margin: 0 0 12px;
  font-family: var(--font-headings);
  font-size: clamp(4rem, 12vw, 6.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--primary-red);
  opacity: 0.92;
}

.topline-404-page__title {
  margin: 0 0 12px;
  font-family: var(--font-headings);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--color-text);
}

.topline-404-page__text {
  margin: 0 0 28px;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--color-text-secondary);
}

.topline-404-page__search {
  margin-bottom: 28px;
}

.topline-404-page__search .topline-search-form {
  margin: 0 auto;
}

.topline-404-page__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 575px) {
  .topline-404-page__card {
    padding: 36px 20px;
  }

  .topline-404-page__links {
    flex-direction: column;
    align-items: stretch;
  }

  .topline-404-page__links .topline-btn {
    width: 100%;
  }

  .topline-search-form--lg .topline-search-form__submit {
    width: 100%;
  }
}

/* ==========================================
   BLOG LISTING (index.php, archive.php)
   ========================================== */

.blog-listing-page {
  max-width: var(--topline-container-max);
  margin: 0 auto;
  padding: 48px var(--topline-container-padding-x) 88px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 48px;
  align-items: start;
}

.blog-listing-page:not(:has(.topline-sidebar)),
.blog-listing-page--error {
  grid-template-columns: 1fr;
}

.blog-listing-page .page-header {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-listing-page .page-title {
  font-family: var(--font-headings);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--color-text);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0;
}

.blog-listing-page .taxonomy-description {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-top: 12px;
}

.blog-listing-page .content-area {
  min-width: 0;
}

.blog-listing-page .site-main article {
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 28px 28px 24px;
  margin-bottom: 24px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.blog-listing-page .site-main article:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.blog-listing-page .entry-header {
  margin-bottom: 12px;
}

.blog-listing-page .entry-meta {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--color-text-subtle);
  margin-bottom: 8px;
}

.blog-listing-page .entry-meta a {
  color: var(--color-text-subtle);
  text-decoration: none;
}

.blog-listing-page .entry-meta a:hover {
  color: var(--primary-red);
}

.blog-listing-page .entry-title {
  font-family: var(--font-headings);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 12px;
}

.blog-listing-page .entry-title a {
  color: var(--color-text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-listing-page .entry-title a:hover {
  color: var(--primary-red);
}

.blog-listing-page .post-thumbnail {
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
}

.blog-listing-page .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-listing-page .entry-content,
.blog-listing-page .entry-summary {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-text-secondary);
}

.blog-listing-page .entry-content p,
.blog-listing-page .entry-summary p {
  margin: 0 0 12px;
}

.blog-listing-page .navigation,
.blog-listing-page .posts-pagination {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-listing-page .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.blog-listing-page .nav-links a,
.blog-listing-page .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-text);
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: var(--color-white);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.blog-listing-page .nav-links a:hover {
  background: var(--color-text);
  color: var(--color-white);
  border-color: var(--color-text);
}

.blog-listing-page .nav-links .current {
  background: var(--primary-red);
  color: var(--color-white);
  border-color: var(--primary-red);
}

/* ==========================================
   SEARCH RESULTS (search.php)
   ========================================== */

.search-results-page {
  padding: 56px 0 96px;
  background: var(--color-white);
}

.search-results-page .site-main article,
.search-results-page article {
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 20px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

.search-results-page .entry-title {
  font-family: var(--font-headings);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 10px;
}

.search-results-page .entry-title a {
  color: var(--color-text);
  text-decoration: none;
}

.search-results-page .entry-title a:hover {
  color: var(--primary-red);
}

.search-results-page .entry-meta {
  font-size: 13px;
  color: var(--color-text-subtle);
  margin-bottom: 8px;
}

.search-results-page .entry-summary {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--color-text-secondary);
}

.search-results-empty {
  text-align: center;
  padding: 24px 0 8px;
}

.search-results-empty p {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--color-text-secondary);
  margin: 0 0 8px;
}

.search-results-page .navigation,
.search-results-page .posts-pagination {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.search-results-page .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.search-results-page .nav-links a,
.search-results-page .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-text);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.search-results-page .nav-links a:hover {
  background: var(--color-text);
  color: var(--color-white);
}

.search-results-page .nav-links .current {
  background: var(--primary-red);
  color: var(--color-white);
  border-color: var(--primary-red);
}

/* ==========================================
   SINGLE VEHICLE (single.php)
   ========================================== */

.vehicle-detail-page {
  padding: 48px 0 80px;
  background: var(--color-bg-page, var(--color-white));
}

.vehicle-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  margin: 0;
}

.vehicle-detail-grid > * {
  min-width: 0;
}

.vehicle-detail-panel {
  position: sticky;
  top: calc(var(--octane-header-height) + 24px);
  padding: 28px 24px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.vehicle-detail-title {
  font-family: var(--font-headings);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  color: var(--color-text);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 14px;
}

.vehicle-detail-model {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-text-label);
  margin: 0 0 22px;
  padding: 12px 14px;
  background: var(--color-surface-panel);
  border-radius: 10px;
  border-left: 3px solid var(--primary-red);
}

.vehicle-detail-model i.fa-car {
  color: var(--primary-red);
}

.vehicle-detail-booking {
  margin-top: 4px;
}

.vehicle-detail-panel .wpcf7-form,
.vehicle-detail-booking .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vehicle-detail-panel .wpcf7-form p,
.vehicle-detail-booking .wpcf7-form p {
  margin: 0;
}

.vehicle-detail-panel .wpcf7-form label,
.vehicle-detail-booking .wpcf7-form label {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 6px;
  display: block;
}

.vehicle-detail-panel .wpcf7-submit,
.vehicle-detail-booking .wpcf7-submit {
  width: 100%;
  margin-top: 4px;
  padding: 14px 24px;
  border: none;
  border-radius: 10px;
  background: var(--primary-red);
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.vehicle-detail-panel .wpcf7-submit:hover,
.vehicle-detail-booking .wpcf7-submit:hover {
  background: var(--primary-red-hover);
}

.vehicle-detail-panel .wpcf7-not-valid-tip,
.vehicle-detail-booking .wpcf7-not-valid-tip {
  font-size: 12px;
  color: var(--primary-red);
  margin-top: 4px;
}

.vehicle-detail-panel .wpcf7-response-output,
.vehicle-detail-booking .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
}

.vehicle-detail-content-col {
  max-width: 100%;
  overflow: hidden;
  background: var(--color-surface-muted);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 28px 32px 32px;
}

.vehicle-detail-body {
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

/* URIS / Slider Pro (vehicle gallery in post content) */
.vehicle-detail-body #uris-slider-title,
.vehicle-detail-body .uris-slider-post-title {
  margin: 0 0 16px;
  font-family: var(--font-headings);
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.25;
}

.vehicle-detail-body .slider-pro,
.vehicle-detail-body [id^="slider-pro-"] {
  box-sizing: border-box;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto 20px;
}

.vehicle-detail-body .slider-pro .sp-slides-container,
.vehicle-detail-body .slider-pro .sp-mask,
.vehicle-detail-body .slider-pro .sp-slides,
.vehicle-detail-body .slider-pro .sp-slide,
.vehicle-detail-body .slider-pro .sp-image-container,
.vehicle-detail-body .slider-pro .sp-thumbnails-container {
  box-sizing: border-box;
  max-width: 100% !important;
}

.vehicle-detail-body .slider-pro .sp-image,
.vehicle-detail-body .slider-pro .sp-thumbnail {
  max-width: 100% !important;
  object-fit: cover;
}

.vehicle-detail-body .slider-pro .sp-image[style*="margin-top"],
.vehicle-detail-body .slider-pro .sp-thumbnail[style*="margin-top"] {
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.vehicle-detail-body img,
.vehicle-detail-body .wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 0 0 20px;
}

.vehicle-detail-body p,
.vehicle-detail-body li {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-body);
}

.vehicle-detail-body p {
  margin: 0 0 1em;
}

.vehicle-detail-body ul,
.vehicle-detail-body ol {
  margin: 0 0 1.25em;
  padding-left: 1.25em;
}

.vehicle-detail-body h2,
.vehicle-detail-body h3,
.vehicle-detail-body h4 {
  font-family: var(--font-headings);
  color: var(--color-text);
  font-weight: 700;
  margin: 1.5em 0 0.65em;
  letter-spacing: -0.02em;
}

.vehicle-detail-body h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}

.vehicle-detail-body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.25em;
  font-size: 15px;
}

.vehicle-detail-body th,
.vehicle-detail-body td {
  padding: 10px 12px;
  border: 1px solid var(--color-border);
  text-align: left;
}

/* Similar vehicles (single.php) */
.vehicle-detail-similar {
  padding: 72px 0;
  background: var(--color-surface-muted);
  border-top: 1px solid var(--color-border);
}

.vehicle-detail-similar__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 20px;
}

.vehicle-detail-similar__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}

@media (max-width: 1199px) {
  .vehicle-detail-similar__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .vehicle-detail-similar {
    padding: 56px 0;
  }

  .vehicle-detail-similar__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 575px) {
  .vehicle-detail-similar__grid {
    grid-template-columns: 1fr;
  }
}

[data-theme="dark"] .vehicle-detail-page {
  background: var(--color-bg-page);
}

[data-theme="dark"] .vehicle-detail-panel {
  background: var(--color-surface-elevated, #1e1e22);
  border-color: var(--color-border);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

[data-theme="dark"] .vehicle-detail-content-col {
  background: var(--color-surface-muted);
}

/* ==========================================
   SIDEBAR (sidebar.php)
   ========================================== */

.topline-sidebar {
  position: sticky;
  top: 150px;
}

.topline-sidebar .widget {
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 24px 22px;
  margin-bottom: 24px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

.topline-sidebar .widget-title {
  font-family: var(--font-headings);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.topline-sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topline-sidebar .widget li {
  margin-bottom: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
}

.topline-sidebar .widget a {
  color: var(--color-text-label);
  text-decoration: none;
  transition: color 0.2s ease;
}

.topline-sidebar .widget a:hover {
  color: var(--primary-red);
}

.topline-sidebar .widget p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text-secondary);
  margin: 0 0 12px;
}

/* --- Blog, search, vehicle, sidebar responsive --- */
@media (max-width: 991px) {
  .blog-listing-page {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .topline-sidebar {
    position: static;
  }

  .vehicle-detail-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .vehicle-detail-panel {
    position: static;
  }

  .fleet-hub-categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .fleet-hub-brands {
    gap: 20px;
  }
}

@media (max-width: 767px) {

  .blog-listing-page {
    padding: 32px 16px 64px;
  }

  .search-results-page {
    padding: 40px 0 72px;
  }

  .vehicle-detail-page {
    padding: 32px 0 64px;
  }

  .vehicle-detail-page__container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .vehicle-detail-panel {
    padding: 22px 18px;
  }

  .vehicle-detail-content-col {
    padding: 16px 12px 20px;
  }

  .vehicle-detail-body .slider-pro .sp-thumbnail-container {
    width: 72px !important;
    height: 72px !important;
  }

  .vehicle-detail-body .slider-pro .sp-thumbnails-container {
    height: auto !important;
    min-height: 0 !important;
  }

  .vehicle-detail-body .slider-pro .sp-buttons {
    margin-top: 8px;
  }

  .fleet-hub-page .container-fluid,
  .topline-fleet-listing .topline-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fleet-hub-categories {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .fleet-hub-brands {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .fleet-hub-brand-card__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .fleet-hub-page .gauto-about-area .wpcf7-form input[type="text"],
  .fleet-hub-page .gauto-about-area .wpcf7-form input[type="tel"],
  .fleet-hub-page .gauto-about-area .wpcf7-form input[type="email"] {
    flex: 1 1 100%;
  }
}

/* ==========================================================================
   OCTANE-STYLE REDESIGN: HEADER & HERO
   Tokens: :root (--octane-*)
   Markup: header.php, front-page.php
   ========================================================================== */

/* --- Header shell --- */
.octane-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  font-family: var(--font-body);
  background: var(--octane-header-bg);
  box-shadow: var(--octane-header-shadow);
}

.octane-header-top {
  border-bottom: 1px solid var(--octane-header-border);
  background: var(--octane-header-top-bg);
}

.octane-header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--octane-header-max);
  min-height: var(--octane-header-top-height);
  margin: 0 auto;
  padding: 0 30px;
}

.octane-header-top-right {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  min-width: 0;
}

.octane-logo-link {
  display: block;
  line-height: 0;
  text-decoration: none;
}

.octane-logo {
  display: block;
  width: auto;
  max-height: 36px;
}

.octane-logo-link--mobile {
  display: none;
}

/* Header search (small pill) */
.octane-header-search {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  width: min(280px, 28vw);
  min-width: 180px;
  margin: 0;
  padding: 8px 16px;
  background: var(--octane-header-search-bg);
  border: none;
  border-radius: var(--octane-pill-radius);
}

.octane-header-search .fa-search {
  flex-shrink: 0;
  color: var(--color-text-subtle);
  font-size: 14px;
}

.octane-header-search input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  outline: none;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--color-text-body);
}

.octane-header-search input::placeholder {
  color: var(--color-text-subtle);
}

/* Header contact row (phone, socials, language) */
.octane-header-contact {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 20px;
}

.octane-header-phone {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text);
  text-decoration: none;
  white-space: nowrap;
  transition: var(--transition-smooth);
}

.octane-header-phone:hover {
  color: var(--octane-accent);
}

.octane-social-icons {
  display: flex;
  gap: 6px;
}

.octane-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: var(--color-white);
  font-size: 12px;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.octane-social-icon--whatsapp { background: var(--color-whatsapp); }
.octane-social-icon--instagram { background: #e1306c; }
.octane-social-icon--facebook { background: #1877f2; }

.octane-social-icon:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.octane-lang-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--color-text-muted);
  font-size: 17px;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.octane-lang-toggle:hover,
.octane-lang-toggle:focus {
  color: var(--octane-accent);
}

.octane-lang-toggle--mobile {
  display: none;
  position: relative;
  z-index: 2;
  touch-action: manipulation;
}

.octane-header-mobile-actions {
  display: none;
  align-items: center;
  gap: 8px;
}

.octane-header-mobile-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--octane-header-search-bg);
  color: var(--color-text);
  font-size: 15px;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.octane-header-mobile-phone:hover {
  color: var(--octane-accent);
}

.octane-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: var(--octane-header-search-bg);
  cursor: pointer;
  position: relative;
  z-index: 2;
  touch-action: manipulation;
}

.octane-nav-toggle__bar {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  border-radius: 2px;
  background: var(--color-text);
  transition: var(--transition-smooth);
}

.octane-mobile-drawer {
  display: none;
  position: fixed;
  top: var(--octane-header-height);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.octane-mobile-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.octane-mobile-drawer__inner {
  max-height: calc(100vh - var(--octane-header-height));
  overflow-y: auto;
  padding: 20px 20px 28px;
  background: var(--octane-header-bg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.octane-header-search--drawer {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin-bottom: 16px;
}

.octane-mobile-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.octane-mobile-nav__list a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--octane-header-border);
  font-size: 16px;
  font-weight: 600;
  color: var(--octane-nav-text);
  text-decoration: none;
}

.octane-mobile-nav__list a:hover {
  color: var(--octane-nav-hover);
}

.octane-mobile-drawer__footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--octane-header-border);
}

.octane-mobile-drawer__footer .octane-header-phone {
  display: block;
  margin-bottom: 12px;
}

body.octane-mobile-nav-open,
body.topline-prefs-open {
  overflow: hidden;
}

/* Preferences modal (language + theme) */
.topline-prefs-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  pointer-events: none;
}

.topline-prefs-modal:not([hidden]) {
  pointer-events: auto;
}

.topline-prefs-modal[hidden] {
  display: none !important;
}

.topline-prefs-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.topline-prefs-modal__panel {
  position: relative;
  z-index: 2;
  width: min(480px, 100%);
  max-height: min(90vh, 640px);
  overflow-y: auto;
  padding: 28px 24px 24px;
  border-radius: 16px;
  background: var(--color-white);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
  outline: none;
}

.topline-prefs-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--color-text-muted);
  font-size: 18px;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.topline-prefs-modal__close:hover {
  color: var(--color-text);
  background: var(--color-surface-muted);
}

.topline-prefs-modal__title {
  margin: 0 0 20px;
  padding-right: 36px;
  font-family: var(--font-headings);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-text);
}

.topline-prefs-section {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--color-border);
}

.topline-prefs-section:last-of-type {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.topline-prefs-section__heading {
  margin: 0 0 14px;
  font-family: var(--font-headings);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
}

.topline-prefs-lang-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.topline-prefs-theme-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.topline-prefs-option {
  margin: 0;
  cursor: pointer;
}

.topline-prefs-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.topline-prefs-option__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 52px;
  padding: 10px 8px;
  border: 2px solid var(--color-border-strong);
  border-radius: 12px;
  background: var(--color-white);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.topline-prefs-option__flag {
  font-size: 1.25rem;
  line-height: 1;
}

.topline-prefs-option--wide .topline-prefs-option__box {
  flex-direction: row;
  gap: 10px;
  min-height: 56px;
  font-size: 14px;
}

.topline-prefs-option input:checked + .topline-prefs-option__box {
  border-color: var(--octane-accent);
  background: var(--octane-accent-soft);
  color: var(--octane-accent);
}

.topline-prefs-option input:focus-visible + .topline-prefs-option__box {
  outline: 2px solid var(--octane-accent);
  outline-offset: 2px;
}

.topline-prefs-modal__apply.is-loading {
  opacity: 0.75;
  pointer-events: none;
}

.topline-prefs-modal__apply {
  margin-top: 4px;
}

/* Google Translate — hidden widget; language via preferences modal */
.topline-gtranslate-root {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-te-menu-value,
.goog-te-gadget-icon,
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

body {
  top: 0 !important;
}

.skiptranslate,
.goog-te-spinner-pos,
iframe.goog-te-banner-frame,
iframe.goog-te-menu-frame {
  display: none !important;
  visibility: hidden !important;
}

body.translated-ltr,
body.translated-rtl {
  top: 0 !important;
}

/* Dark theme */
[data-theme="dark"] {
  --color-white: #1c1c1f;
  --color-surface: #242428;
  --color-surface-near: #1a1a1d;
  --color-surface-alt: #2a2a2e;
  --color-surface-muted: #2e2e32;
  --color-surface-subtle: #252528;
  --color-surface-panel: #222226;
  --color-text: #f2f2f3;
  --color-text-body: #d8d8da;
  --color-text-secondary: #b8b8bc;
  --color-text-muted: #9a9aa0;
  --color-text-subtle: #7a7a82;
  --color-text-faint: #6a6a72;
  --color-border: rgba(255, 255, 255, 0.08);
  --color-border-strong: rgba(255, 255, 255, 0.12);
  --color-border-input: rgba(255, 255, 255, 0.14);
  --octane-header-bg: #1c1c1f;
  --octane-header-top-bg: #161618;
  --octane-header-border: rgba(255, 255, 255, 0.08);
  --octane-header-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  --octane-header-search-bg: #2a2a2e;
  --octane-section-bg: #1c1c1f;
  --input-bg: #2a2a2e;
}

[data-theme="dark"] .octane-logo {
  filter: brightness(0) invert(1);
}

[data-theme="dark"] .page-breadcrumb-hero--light {
  background: var(--color-surface);
  border-bottom-color: var(--color-border);
}

[data-theme="dark"] .topline-prefs-modal__panel {
  background: var(--color-surface);
}

[data-theme="dark"] .topline-prefs-option__box {
  background: var(--color-surface-alt);
  border-color: var(--color-border-strong);
}

[data-theme="dark"] .topline-fleet-sections {
  background: var(--color-surface-near);
}

[data-theme="dark"] .topline-fleet-section.octane-section {
  border-top-color: var(--color-border);
}

[data-theme="dark"] .topline-fleet-section--tone-soft {
  background: var(--color-surface-muted);
}

[data-theme="dark"] .topline-fleet-section--tone-light {
  background: var(--color-surface);
}

[data-theme="dark"] .topline-fleet-section .topline-vehicle-card__media {
  border-color: var(--color-border);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

[data-theme="dark"] .topline-fleet-hub {
  background: var(--color-surface-near);
}

[data-theme="dark"] .topline-fleet-hub--brands {
  background: var(--color-surface-muted);
}

[data-theme="dark"] .topline-fleet-hub-cat__card {
  background: var(--color-surface);
  border-color: var(--color-border);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35);
}

[data-theme="dark"] .topline-fleet-hub-cat__media {
  background: linear-gradient(180deg, #2a2a2e 0%, #1f1f22 55%, var(--color-surface) 100%);
}

[data-theme="dark"] .topline-fleet-hub-cat__body {
  border-top-color: var(--color-border);
}

/* Always-dark sections: keep light text and white CTAs when site theme is dark */
[data-theme="dark"] .premium-footer-cta .footer-cta-title,
[data-theme="dark"] .premium-footer .footer-col-title,
[data-theme="dark"] .premium-footer .footer-contact-list .contact-email a,
[data-theme="dark"] .premium-footer .footer-contact-list .contact-phone a {
  color: var(--color-on-dark);
}

[data-theme="dark"] .topline-steps .topline-section-intro--light .topline-section-intro__title,
[data-theme="dark"] .topline-steps .topline-section-intro--light .topline-section-intro__text {
  color: var(--color-on-dark);
}

[data-theme="dark"] .topline-steps .topline-section-intro--light .topline-section-intro__text {
  color: var(--color-on-dark-muted);
}

[data-theme="dark"] .topline-steps .topline-btn--light,
[data-theme="dark"] .topline-steps .topline-btn--outline,
[data-theme="dark"] .premium-footer-cta .topline-btn--light {
  border-color: var(--color-fixed-white);
  color: var(--color-fixed-white);
}

[data-theme="dark"] .topline-steps .topline-btn--light,
[data-theme="dark"] .premium-footer-cta .topline-btn--light {
  background: var(--color-fixed-white);
  color: var(--color-fixed-black);
}

[data-theme="dark"] .topline-steps .topline-btn--light:hover,
[data-theme="dark"] .topline-steps .topline-btn--light:focus,
[data-theme="dark"] .premium-footer-cta .topline-btn--light:hover,
[data-theme="dark"] .premium-footer-cta .topline-btn--light:focus {
  border-color: var(--primary-red);
  background: var(--primary-red);
  color: var(--color-fixed-white);
}

[data-theme="dark"] .topline-steps .topline-btn--outline:hover,
[data-theme="dark"] .topline-steps .topline-btn--outline:focus {
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-fixed-white);
}

/* Centered navigation */
.octane-header-nav {
  position: relative;
  background: var(--octane-header-bg);
}

.octane-header-nav-inner {
  display: flex;
  justify-content: center;
  max-width: var(--octane-header-max);
  min-height: var(--octane-header-nav-height);
  margin: 0 auto;
  padding: 0 30px;
}

.octane-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.octane-nav-item {
  position: relative;
}

.octane-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--octane-nav-text);
  text-decoration: none;
  transition: var(--transition-smooth);
}

.octane-nav-link:hover,
.octane-nav-link:focus,
.octane-nav-link.is-active {
  color: var(--octane-nav-hover);
}

.octane-nav-link .fa-angle-down {
  font-size: 12px;
  opacity: 0.7;
}

/* FA icon in markup — hide Bootstrap .dropdown-toggle caret */
.octane-nav-link.dropdown-toggle::before,
.octane-nav-link.dropdown-toggle::after {
  display: none;
  content: none;
  border: none;
  margin: 0;
  vertical-align: unset;
}

/* Mega-menu dropdowns (Cars / Brands) */
.octane-nav-item--mega {
  position: static;
}

.octane-mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 120;
  width: min(var(--topline-container-max), calc(100vw - 40px));
  padding: 0;
  background: var(--color-white);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  transform: translateX(-50%);
}

/* Small overlap so the cursor can move from the link into the panel (JS toggles visibility) */
.octane-nav-item--mega.is-mega-open .octane-mega-menu {
  margin-top: -10px;
  padding-top: 10px;
}

.octane-nav-item--mega.is-mega-open .octane-mega-menu,
.octane-nav-item--mega:focus-within .octane-mega-menu,
.octane-mega-menu.is-open {
  display: block;
}

.octane-mega-menu__inner {
  padding: 28px 32px 32px;
}

/* Cars grid — 6 columns, wraps to 5 on row 2 */
.octane-mega-cars-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px 16px;
}

.octane-mega-car {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  text-decoration: none;
  color: var(--color-text);
  transition: var(--transition-smooth);
}

.octane-mega-car:hover,
.octane-mega-car:focus {
  color: var(--octane-accent);
}

.octane-mega-car__media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: 72px;
}

.octane-mega-car__img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 64px;
  object-fit: contain;
  object-position: center bottom;
  transition: transform 0.25s ease;
}

.octane-mega-car:hover .octane-mega-car__img,
.octane-mega-car:focus .octane-mega-car__img {
  transform: translateY(-3px);
}

.octane-mega-car__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

/* Brands grid */
.octane-mega-brands-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 24px 20px;
}

.octane-mega-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  text-decoration: none;
  color: var(--color-text);
  transition: var(--transition-smooth);
}

.octane-mega-brand:hover,
.octane-mega-brand:focus {
  color: var(--octane-accent);
}

.octane-mega-brand__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
}

.octane-mega-brand__logo,
.octane-mega-brand__logo-img {
  display: block;
  width: auto;
  max-width: 96px;
  height: 40px;
  object-fit: contain;
}

.octane-mega-brand__name {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

@media (max-width: 1199px) {
  .octane-mega-cars-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .octane-mega-brands-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .octane-mega-menu {
    display: none !important;
  }
}

/* Legacy aliases */
.text-orange {
  color: var(--octane-accent);
}

@media (max-width: 991px) {
  :root {
    --octane-header-height: 56px;
    --octane-hero-min-height: 440px;
  }

  .octane-header-top {
    display: none;
  }

  .octane-logo-link--mobile {
    display: block;
    flex-shrink: 0;
    align-self: center;
    height: auto;
    line-height: 0;
  }

  .octane-header-nav-inner {
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 16px;
  }

  .octane-header-mobile-actions {
    display: flex;
    flex-shrink: 0;
  }

  .octane-lang-toggle--mobile,
  .octane-nav-toggle {
    display: flex;
  }

  .octane-primary-nav {
    display: none;
  }

  .octane-mobile-drawer {
    display: block;
  }

  .octane-logo-link--mobile .octane-logo {
    display: block;
    width: auto;
    height: auto;
    max-height: 36px;
  }

  .topline-hero {
    margin-top: var(--octane-header-height);
  }

  .topline-hero__copy {
    padding-top: 8px;
  }

  .topline-hero__title {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
  }

  .topline-hero__subtitle {
    font-size: 0.95rem;
  }

  .topline-hero-search__tags {
    gap: 6px;
  }

  .topline-hero-search__tag {
    font-size: 11px;
    padding: 5px 10px;
  }
}

/* ==========================================================================
   TOPLINE HOMEPAGE — Hero, fleet grids, why & steps
   ========================================================================== */

.topline-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  height: min(calc(100vh - var(--octane-header-height)), var(--octane-hero-max-height));
  min-height: var(--octane-hero-min-height);
  max-height: var(--octane-hero-max-height);
  margin-top: var(--octane-header-height);
  margin-bottom: var(--topline-hero-category-overlap);
  overflow: visible;
  background-color: var(--color-bg-dark);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.topline-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: var(--octane-hero-overlay);
  pointer-events: none;
}

.topline-hero__inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: min(var(--topline-hero-content-max), 100%);
  height: 100%;
  margin: 0 auto;
  padding: 36px 20px 20px;
}

.topline-hero__copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 760px;
  gap: 20px;
  text-align: center;
}

.topline-hero__title {
  margin: 0;
  font-family: var(--font-headings);
  font-size: var(--octane-hero-title-size);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--color-on-dark);
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.4);
}

.topline-hero__subtitle {
  margin: 0;
  max-width: 520px;
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 400;
  line-height: 1.55;
  color: var(--color-on-dark-muted);
}

/* Simple search — no location */
.topline-hero-search {
  width: 100%;
  max-width: var(--octane-hero-search-max);
  margin-bottom: 8px;
}

.topline-hero-search__form {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 5px;
  border-radius: var(--octane-pill-radius);
  background: var(--color-white);
  box-shadow: var(--octane-hero-search-shadow);
}

.topline-hero-search__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding-left: 18px;
  color: var(--primary-red);
  font-size: 16px;
}

.topline-hero-search__input {
  flex: 1;
  min-width: 0;
  padding: 14px 12px;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--font-body);
  font-size: var(--input-font-size);
  color: var(--color-text);
}

.topline-hero-search__input::placeholder {
  color: var(--color-text-faint);
}

.topline-hero-search__btn {
  flex-shrink: 0;
  margin: 3px;
  padding: 13px 30px;
  border: none;
  border-radius: calc(var(--octane-pill-radius) - 4px);
  background: var(--primary-red);
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.topline-hero-search__btn:hover,
.topline-hero-search__btn:focus {
  background: var(--primary-red-hover);
  color: var(--color-white);
}

.topline-hero-search__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.topline-hero-search__tags-label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  color: var(--color-on-dark-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.topline-hero-search__tag {
  padding: 6px 14px;
  border-radius: var(--octane-pill-radius);
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-on-dark);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: var(--transition-smooth);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.topline-hero-search__tag:hover {
  background: var(--primary-red);
  color: var(--color-white);
}

.topline-hero__bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
  width: 100%;
  margin-top: auto;
  padding-top: var(--topline-hero-search-brands-gap);
}

.topline-hero-brands {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 0;
  overflow: visible;
}

.topline-hero-brand {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  max-width: none;
  min-height: 78px;
  padding: 10px 6px;
  box-sizing: border-box;
  border: 1px solid var(--octane-brand-tile-border);
  border-radius: 10px;
  background: var(--octane-brand-tile-bg);
  color: var(--color-on-dark);
  text-decoration: none !important;
  transition:
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.topline-hero-brand:hover,
.topline-hero-brand:focus-visible {
  border-color: rgba(206, 33, 43, 0.55);
  background: rgba(22, 22, 22, 0.9);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(206, 33, 43, 0.2);
  transform: translateY(-4px);
  outline: none;
}

.topline-hero-brand:hover .topline-hero-brand__logo-img,
.topline-hero-brand:focus-visible .topline-hero-brand__logo-img {
  filter: brightness(1.12);
  transition: filter 0.25s ease;
}

.topline-hero-brand__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
}

.topline-hero-brand__logo img,
.topline-hero-brand__logo-img {
  display: block;
  width: auto;
  max-width: 72px;
  max-height: 32px;
  object-fit: contain;
}

.topline-hero-brand__name {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.topline-hero-brand:hover,
.topline-hero-brand:focus,
.topline-hero-brand:visited {
  text-decoration: none !important;
}

.topline-hero-categories {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: var(--octane-pill-radius);
  background: var(--color-white);
  box-shadow: var(--octane-category-bar-shadow);
}

@media (min-width: 992px) {
  .topline-hero {
    margin-bottom: var(--topline-hero-category-overlap);
  }

  .topline-hero__inner {
    padding-bottom: 8px;
  }

  .topline-hero__bottom {
    margin-bottom: calc(var(--topline-hero-category-overlap) + 32px);
  }

  .topline-hero-categories {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    transform: translate(-50%, 50%);
  }
}

.topline-hero-category {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  padding: 10px 10px;
  border-right: 1px solid var(--color-border);
  color: var(--color-text);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.topline-hero-category:last-child {
  border-right: none;
}

.topline-hero-category__thumb {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 30px;
}

.topline-hero-category__thumb img,
.topline-hero-category__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.topline-hero-category__label {
  white-space: nowrap;
  text-decoration: none;
}

.topline-hero-category:hover,
.topline-hero-category:focus,
.topline-hero-category:visited,
.topline-hero-category.is-active,
.topline-hero-category.is-active .topline-hero-category__label {
  text-decoration: none !important;
}

.topline-hero-category:hover:not(.is-active),
.topline-hero-category:focus-visible:not(.is-active) {
  background: #fff5f5;
  color: var(--primary-red);
  box-shadow: inset 0 -3px 0 var(--primary-red);
  outline: none;
}

.topline-hero-category:hover:not(.is-active) .topline-hero-category__img,
.topline-hero-category:focus-visible:not(.is-active) .topline-hero-category__img {
  transform: scale(1.06);
}

.topline-hero-category.is-active {
  background: var(--primary-red);
  color: var(--color-white);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.12);
}

/* Section headers (fleet grids) */
.topline-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.topline-section-header__title {
  margin: 0;
  font-family: var(--font-headings);
  font-size: clamp(1.5rem, 3vw, 1.75rem);
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: -0.02em;
}

.topline-section-header__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--primary-red);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: var(--transition-smooth);
}

.topline-section-header__link:hover {
  color: var(--primary-red-hover);
}

/* Homepage fleet category blocks */
.topline-fleet-sections {
  background: var(--color-surface-subtle);
}

.topline-fleet-section {
  overflow: hidden;
}

.topline-fleet-section.octane-section {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.topline-fleet-section .topline-vehicle-card__media {
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
}

.topline-fleet-section .topline-vehicle-card__title {
  padding: 0 2px;
}

.topline-fleet-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.topline-vehicle-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.topline-vehicle-card:hover {
  transform: translateY(-4px);
}

.topline-vehicle-card__media {
  position: relative;
  margin-bottom: 10px;
  border-radius: var(--octane-card-radius);
  overflow: hidden;
}

.topline-vehicle-card__img {
  display: block;
  width: 100%;
  height: var(--octane-card-img-height);
  object-fit: cover;
  transition: transform 0.45s ease;
}

.topline-vehicle-card:hover .topline-vehicle-card__img {
  transform: scale(1.05);
}

.topline-vehicle-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 4px;
  padding: 10px 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 55%);
  color: var(--color-on-dark);
  font-size: 11px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.topline-vehicle-card:hover .topline-vehicle-card__overlay {
  opacity: 1;
}

.topline-vehicle-card__title {
  margin: 0;
  font-family: var(--font-headings);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-text);
}

.topline-fleet-section--carousel .topline-section-header {
  margin-bottom: 24px;
}

.topline-fleet-carousel-wrap {
  position: relative;
  padding: 0 48px;
  overflow: hidden;
}

.topline-fleet-carousel.swiper {
  overflow: visible;
}

.topline-fleet-carousel .swiper-wrapper {
  align-items: stretch;
}

.topline-fleet-carousel .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.topline-fleet-carousel .topline-vehicle-card {
  height: 100%;
}

.topline-fleet-carousel .topline-vehicle-card__media {
  margin-bottom: 12px;
}

.topline-fleet-carousel .topline-vehicle-card__img {
  height: clamp(160px, 22vw, 220px);
}

.topline-fleet-carousel-btn {
  position: absolute;
  top: calc(clamp(160px, 22vw, 220px) / 2);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-text-body);
  font-size: 18px;
  cursor: pointer;
  box-shadow: var(--octane-carousel-btn-shadow);
  transform: translateY(-50%);
  transition: var(--transition-smooth);
}

.topline-fleet-carousel-btn:hover {
  color: var(--primary-red);
}

.topline-fleet-carousel-btn.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.topline-fleet-carousel-btn--prev {
  left: 4px;
}

.topline-fleet-carousel-btn--next {
  right: 4px;
}

/* Why TopLine */
.topline-section-intro {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}

.topline-section-intro__title {
  margin: 0 0 10px;
  font-family: var(--font-headings);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.topline-section-intro--light .topline-section-intro__title {
  color: var(--color-on-dark);
}

.topline-section-intro__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.topline-section-intro--light .topline-section-intro__text {
  color: var(--color-on-dark-muted);
}

.topline-why {
  background: var(--color-surface-subtle);
}

.topline-why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.topline-why__card {
  padding: 28px 22px;
  border-radius: var(--octane-card-radius);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  transition: var(--transition-smooth);
}

.topline-why__card:hover {
  border-color: var(--primary-red-border);
  box-shadow: var(--shadow-card);
}

.topline-why__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--primary-red-soft);
  color: var(--primary-red);
  font-size: 18px;
}

.topline-why__card h3 {
  margin: 0 0 8px;
  font-family: var(--font-headings);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-text);
}

.topline-why__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--color-text-muted);
}

/* How it works */
.topline-steps {
  position: relative;
  padding: var(--octane-section-padding) 0;
  background: var(--color-bg-dark);
  overflow: hidden;
}

.topline-steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(900px, 80vw);
  height: 320px;
  background: radial-gradient(ellipse at center top, rgba(206, 33, 43, 0.14) 0%, transparent 70%);
  transform: translateX(-50%);
  pointer-events: none;
}

.topline-steps .container {
  position: relative;
  z-index: 1;
}

.topline-steps__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0 0 48px;
  padding: 0;
  list-style: none;
  counter-reset: topline-step;
}

.topline-steps__item {
  position: relative;
  margin: 0;
  padding: 0;
  counter-increment: topline-step;
}

@media (min-width: 992px) {
  .topline-steps__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 52px;
    right: -14px;
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, rgba(206, 33, 43, 0.5), rgba(255, 255, 255, 0.12));
    pointer-events: none;
  }
}

.topline-steps__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 26px 30px;
  border-radius: 16px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.topline-steps__card:hover {
  transform: translateY(-8px);
  border-color: rgba(206, 33, 43, 0.45);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(206, 33, 43, 0.15);
}

.topline-steps__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.topline-steps__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary-red) 0%, var(--primary-red-hover) 100%);
  color: var(--color-fixed-white);
  font-size: 22px;
  box-shadow: 0 8px 24px rgba(206, 33, 43, 0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.topline-steps__card:hover .topline-steps__icon {
  transform: scale(1.06);
  box-shadow: 0 12px 28px rgba(206, 33, 43, 0.45);
}

.topline-steps__num {
  font-family: var(--font-headings);
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.12);
  transition: color 0.35s ease;
}

.topline-steps__card:hover .topline-steps__num {
  color: rgba(206, 33, 43, 0.35);
}

.topline-steps__title {
  margin: 0 0 10px;
  font-family: var(--font-headings);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-on-dark);
}

.topline-steps__text {
  margin: 0;
  flex: 1;
  font-size: 15px;
  line-height: 1.65;
  color: var(--color-on-dark-muted);
}

.topline-steps__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.topline-steps__whatsapp-btn {
  min-width: min(100%, 220px);
}

@media (max-width: 1200px) {
  .topline-fleet-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .topline-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .topline-hero {
    height: auto;
    min-height: min(72vh, 520px);
    max-height: none;
    margin-bottom: var(--topline-hero-category-overlap-mobile);
  }

  .topline-hero__inner {
    position: relative;
    height: auto;
    min-height: inherit;
    max-width: 100%;
    padding: 24px 16px calc(24px + var(--topline-hero-category-overlap-mobile));
    gap: 16px;
  }

  .topline-hero__inner.container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .topline-hero__bottom {
    display: none;
  }

  .topline-hero__copy {
    flex: 1;
    justify-content: flex-end;
    padding-bottom: 8px;
  }

  .topline-hero-search__form {
    flex-direction: column;
    padding: 10px;
    border-radius: 16px;
  }

  .topline-hero-search__icon {
    display: none;
  }

  .topline-hero-search__input {
    padding: 12px 14px;
    border-bottom: 1px solid var(--color-border);
  }

  .topline-hero-search__btn {
    width: 100%;
    margin: 6px 0 0;
    border-radius: 10px;
  }

  .topline-hero-categories {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 14px;
    transform: translateY(50%);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .topline-hero-category {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 0;
    padding: 10px 4px;
    border-right: 1px solid var(--color-border);
    border-bottom: none;
  }

  .topline-hero-category:last-child {
    border-right: none;
  }

  .topline-hero-category__thumb {
    width: 44px;
    height: 26px;
    overflow: hidden;
    border-radius: 4px;
    background: transparent;
  }

  .topline-hero-category__thumb img,
  .topline-hero-category__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .topline-hero-category__label {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .topline-hero-category.is-active {
    border-radius: 0;
  }

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

  .topline-steps__list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 36px;
  }

  .topline-steps__item:not(:last-child)::after {
    display: none;
  }

  .topline-steps__card {
    padding: 24px 22px 26px;
  }
}

@media (max-width: 767px) {
  .topline-fleet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topline-why__grid {
    grid-template-columns: 1fr;
  }

  .topline-fleet-carousel-wrap {
    padding: 0 40px;
  }

  .topline-fleet-carousel .topline-vehicle-card__img {
    height: 180px;
  }

  .topline-fleet-carousel-btn {
    top: 90px;
    width: 36px;
    height: 36px;
  }

  .topline-hero__inner {
    padding: 20px 14px calc(20px + var(--topline-hero-category-overlap-mobile));
    gap: 14px;
  }

  .topline-hero__inner.container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .topline-hero__copy {
    gap: 12px;
  }

  .topline-hero-category {
    padding: 9px 3px;
  }

  .topline-hero-category__label {
    font-size: 9px;
  }

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

  .topline-prefs-modal {
    align-items: flex-end;
    padding: 0;
  }

  .topline-prefs-modal__panel {
    width: 100%;
    max-height: 92vh;
    border-radius: 16px 16px 0 0;
  }
}

@media (max-width: 480px) {
  .topline-fleet-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   HOMEPAGE — shared section + review banner
   Tokens: :root (--octane-section-*, --octane-accent)
   Markup: template-parts/home/*
   ========================================================================== */

.octane-section {
  padding: var(--octane-section-padding) 0;
  background: var(--octane-section-bg);
}

.topline-fleet-section.octane-section.topline-fleet-section--tone-soft {
  background: var(--color-surface-alt);
}

.topline-fleet-section.octane-section.topline-fleet-section--tone-light {
  background: var(--color-white);
}

.octane-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.octane-section-header h2 {
  margin: 0;
  font-family: var(--font-headings);
  font-size: clamp(1.5rem, 3vw, 1.75rem);
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: -0.02em;
}

.see-all-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--octane-accent);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: var(--transition-smooth);
}

.see-all-link:hover {
  color: var(--octane-accent-hover);
}

.octane-section-empty {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 15px;
}

/* Special offers */
.octane-offers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.octane-offer-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.octane-offer-card:hover {
  transform: translateY(-4px);
}

.offer-img-wrap {
  position: relative;
  margin-bottom: 14px;
  border-radius: var(--octane-card-radius);
  overflow: hidden;
}

.offer-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--octane-card-overlay);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.octane-offer-card:hover .offer-img-wrap::after {
  opacity: 1;
}

.offer-img-wrap .offer-img,
.offer-img-wrap img.offer-img {
  display: block;
  width: 100%;
  height: var(--octane-offer-img-height);
  object-fit: cover;
  transition: transform 0.5s ease;
}

.octane-offer-card:hover .offer-img-wrap img {
  transform: scale(1.05);
}

.offer-badge {
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 2;
  padding: 6px 14px 6px 10px;
  background: var(--octane-offer-badge-bg);
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

.offer-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--octane-accent);
  font-size: 12px;
  box-shadow: var(--shadow-card);
}

.offer-title {
  margin: 0 0 6px;
  font-family: var(--font-headings);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-text);
}

.offer-price {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--octane-accent);
}

/* Category grids */
.octane-cars-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.octane-car-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.octane-car-card:hover {
  transform: translateY(-3px);
}

.car-img-wrap {
  position: relative;
  margin-bottom: 12px;
  border-radius: var(--octane-card-radius);
  overflow: hidden;
}

.car-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--octane-card-overlay);
  pointer-events: none;
}

.car-img-wrap .car-img,
.car-img-wrap img {
  display: block;
  width: 100%;
  height: var(--octane-card-img-height);
  object-fit: cover;
  transition: transform 0.45s ease;
}

.octane-car-card:hover .car-img-wrap img {
  transform: scale(1.06);
}

.see-cars-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.45);
  color: var(--color-on-dark);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

.car-title {
  margin: 0 0 4px;
  font-family: var(--font-headings);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-text);
}

.car-price {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  color: var(--octane-accent);
}

/* SUV carousel */
.octane-suv-carousel-wrap {
  position: relative;
  padding: 0 44px;
}

.octane-suv-carousel .swiper-slide {
  height: auto;
}

.octane-carousel-btn {
  position: absolute;
  top: 42%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--octane-carousel-btn-bg);
  color: var(--color-text-body);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--octane-carousel-btn-shadow);
  transform: translateY(-50%);
  transition: var(--transition-smooth);
}

.octane-carousel-btn:hover {
  color: var(--octane-accent);
  box-shadow: var(--shadow-card-hover);
}

.octane-carousel-btn--prev {
  left: 0;
}

.octane-carousel-btn--next {
  right: 0;
}

/* Google review banner */
.octane-review-banner-wrap {
  padding-top: 0;
  padding-bottom: var(--octane-section-padding);
}

.octane-review-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 40px;
  border-radius: 16px;
  background: var(--octane-review-banner-bg);
}

.octane-review-banner__text h3 {
  margin: 0 0 6px;
  font-family: var(--font-headings);
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 700;
  color: var(--color-on-dark);
}

.octane-review-banner__text p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-on-dark-muted);
}

.google-review-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 24px;
  border-radius: 12px;
  background: var(--color-white);
}

.google-review-box .g-logo img {
  display: block;
  height: 28px;
  width: auto;
}

.g-rating {
  display: flex;
  flex-direction: column;
}

.g-stars {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.score-text {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  color: var(--color-text-muted);
}

.score {
  font-family: var(--font-headings);
  font-size: 16px;
  font-weight: 800;
  color: var(--color-text);
}

.stars {
  color: #fbbc04;
  font-size: 12px;
}

.g-reviews-link {
  margin-top: 4px;
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--color-text-muted);
}

/* Homepage grids — responsive */
@media (max-width: 1200px) {
  .octane-cars-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  :root {
    --octane-section-padding: 48px;
    --octane-card-img-height: 130px;
  }

  .octane-offers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .octane-review-banner {
    flex-direction: column;
    text-align: center;
  }

  .google-review-box {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .octane-offers-grid {
    grid-template-columns: 1fr;
  }

  .octane-cars-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .octane-suv-carousel-wrap {
    padding: 0 36px;
  }

  .octane-review-banner {
    padding: 24px 20px;
  }
}

@media (max-width: 480px) {
  .octane-cars-grid {
    grid-template-columns: 1fr;
  }

  :root {
    --octane-hero-min-height: 360px;
  }

  .topline-hero__inner {
    padding: 16px 12px calc(16px + var(--topline-hero-category-overlap-mobile));
  }

  .topline-hero__inner.container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .topline-hero-category__thumb {
    width: 40px;
    height: 24px;
  }

  .topline-hero__title {
    font-size: 1.65rem;
    line-height: 1.12;
  }

  .topline-hero-search {
    max-width: 100%;
  }

  .topline-hero-categories {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .topline-hero-categories::-webkit-scrollbar {
    display: none;
  }

  .topline-hero-category {
    flex: 0 0 20%;
    min-width: 58px;
    padding: 8px 2px;
    gap: 4px;
  }

  .topline-prefs-lang-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topline-prefs-modal__panel {
    padding: 24px 18px 20px;
  }
}


/* ==========================================================================
   HOMEPAGE — shared section layout (front-page template parts)
   ========================================================================== */

body.home .section_100 {
  padding: 88px 0;
}

body.home .tl-home-section__head.site-heading {
  max-width: 820px;
  width: 100%;
  margin: 0 auto 48px;
  text-align: center;
}

body.home .tl-home-section__eyebrow {
  display: inline-block;
  margin: 0 0 20px;
  padding: 6px 16px;
  border: 1px solid var(--primary-red-border);
  border-radius: 30px;
  background: var(--primary-red-soft);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-red);
}

body.home .tl-home-section__title {
  margin: 0 0 16px;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-text);
  font-family: var(--font-headings);
  letter-spacing: -0.02em;
}

body.home .tl-home-section__lead {
  margin: 0 auto;
  max-width: 680px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-text-secondary);
}

body.home .tl-home-section--alt {
  background: var(--color-surface-muted);
}

body.home .tl-home-band {
  border-top: 1px solid var(--color-border);
}

body.home .tl-home-cards-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

body.home .tl-home-cards-row > [class*='col-'] {
  display: flex;
  margin-bottom: 24px;
}

body.home .tl-home-cards-row--2 > [class*='col-'] {
  margin-bottom: 0;
}

/* Hero — headline, search, bottom car strip */
.topline-hero--cars-search {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-bottom: 0;
  overflow: visible;
  background: linear-gradient(
    to bottom,
    var(--primary-red-soft) 0%,
    var(--color-white) 36%,
    var(--color-white) 100%
  );
}

.topline-hero--cars-search::after {
  display: none;
}

.topline-hero__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 36%;
  overflow: hidden;
  pointer-events: none;
}

.topline-hero--cars-search .topline-hero__shape {
  position: absolute;
  top: -18%;
  left: -12%;
  width: min(680px, 72vw);
  height: min(680px, 72vw);
  border-radius: 50%;
  background: radial-gradient(
    circle at center,
    var(--primary-red-soft) 0%,
    transparent 72%
  );
  opacity: 0.55;
}

.topline-hero--cars-search .topline-hero__inner {
  position: relative;
  z-index: 2;
  align-items: flex-start;
  justify-content: center;
  max-width: var(--topline-container-max);
  height: auto;
  min-height: 0;
  padding: 48px var(--topline-container-padding-x) 28px;
}

.topline-hero--cars-search .topline-hero__copy {
  align-items: flex-start;
  flex: 0 0 auto;
  max-width: 760px;
  text-align: left;
}

.topline-hero__floor {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  margin-top: -90px;
  padding: 0 0 36px;
}

.topline-hero__cars-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.topline-hero__cars-img {
  display: block;
  width: 1080px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: bottom center;
}

.topline-hero--cars-search .topline-hero__title {
  max-width: 100%;
  font-size: clamp(1.85rem, 3.6vw, 2.65rem);
  line-height: 1.14;
  color: var(--color-text);
  text-shadow: none;
}

.topline-hero--cars-search .topline-hero__subtitle {
  max-width: 560px;
  color: var(--color-text-body);
}

.topline-hero--cars-search .topline-hero__subtitle strong {
  font-weight: 700;
  color: var(--color-text);
}

.topline-hero--cars-search .topline-hero-search {
  margin-top: 8px;
}

.topline-hero--cars-search .topline-hero-search__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-white);
}

.topline-hero--cars-search .topline-hero-search__btn-text {
  display: inline;
}

.topline-hero--cars-search .topline-hero-search__btn .fa-search {
  font-size: 14px;
}

/* Homepage fleet tabs (front-page.php) */
.topline-fleet-tabs-section {
  padding: 56px 0 64px;
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
}

body.home .topline-fleet-tabs-section .tl-home-section__head {
  margin-bottom: 32px;
}

body.home .topline-logos-carousel-section {
  padding: 56px 0 64px;
  background: var(--color-surface-alt);
  border-top: 1px solid var(--color-border);
}

body.home .topline-logos-carousel-section .tl-home-section__head {
  margin-bottom: 36px;
}

.topline-logos-carousel-wrapper {
  position: relative;
  padding: 0 40px;
}

.topline-logos-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.topline-logos-track::-webkit-scrollbar {
  display: none;
}

.topline-logo-card {
  flex: 0 0 auto;
  width: 150px;
  padding: 20px 10px;
  border-radius: var(--octane-card-radius);
  background: var(--color-white);
  box-shadow: var(--shadow-card);
  text-decoration: none;
  transition: var(--transition-smooth);
}

.topline-logo-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}

.topline-logo-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
}

.topline-logo-card__name {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text);
}

.topline-logo-card__subtitle {
  display: block;
  font-size: 13px;
  color: var(--color-text-muted);
}

.topline-logo-card__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.logos-carousel-prev,
.logos-carousel-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  background: none;
  font-size: 28px;
  color: var(--primary-red);
  cursor: pointer;
  transform: translateY(-50%);
}

.logos-carousel-prev {
  left: 0;
}

.logos-carousel-next {
  right: 0;
}

.topline-fleet-tabs {
  width: 100%;
}

.topline-fleet-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.topline-fleet-tabs__tab {
  padding: 10px 18px;
  border: 1px solid var(--color-border);
  border-radius: var(--octane-pill-radius);
  background: var(--color-white);
  color: var(--color-text-body);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.topline-fleet-tabs__tab:hover,
.topline-fleet-tabs__tab:focus-visible {
  border-color: var(--primary-red-border);
  color: var(--primary-red);
}

.topline-fleet-tabs__tab.is-active {
  border-color: var(--primary-red);
  background: var(--primary-red);
  color: var(--color-white);
}

.topline-fleet-tabs__panel[hidden] {
  display: none;
}

.topline-fleet-tabs__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 18px;
}

.topline-fleet-tabs__grid .topline-vehicle-card__media {
  min-height: 210px;
}

.topline-fleet-tabs__grid .topline-vehicle-card__img {
  height: 210px;
}

.topline-fleet-tabs__grid .topline-vehicle-card__title {
  font-size: 15px;
  padding: 4px 2px 0;
}

.topline-fleet-tabs__empty {
  margin: 0 0 16px;
  color: var(--color-text-secondary);
  font-size: 15px;
}

.topline-fleet-tabs__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.topline-fleet-tabs__see-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--primary-red);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.topline-fleet-tabs__see-all:hover,
.topline-fleet-tabs__see-all:focus-visible {
  color: var(--primary-red-hover);
}

@media (max-width: 991px) {
  .topline-hero--cars-search {
    background: linear-gradient(
      to bottom,
      var(--primary-red-soft) 0%,
      var(--color-white) 32%,
      var(--color-white) 100%
    );
  }

  .topline-hero__backdrop {
    height: 32%;
  }

  .topline-hero--cars-search .topline-hero__inner {
    padding: 40px 15px 16px;
  }

  .topline-hero--cars-search .topline-hero__copy {
    max-width: 100%;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .topline-hero--cars-search .topline-hero-search__form {
    flex-direction: row;
    align-items: stretch;
    padding: 5px;
    border-radius: var(--octane-pill-radius);
  }

  .topline-hero--cars-search .topline-hero-search__input {
    padding: 12px 14px;
    border-bottom: none;
  }

  .topline-hero--cars-search .topline-hero-search__btn {
    width: auto;
    margin: 3px;
    padding: 13px 18px;
    border-radius: calc(var(--octane-pill-radius) - 4px);
    flex-shrink: 0;
  }

  .topline-hero--cars-search .topline-hero-search__btn-text {
    display: none;
  }

  .topline-hero--cars-search .topline-hero-search__btn .fa-search {
    margin: 0;
  }

  .topline-hero--cars-search .topline-hero__title {
    max-width: none;
    font-size: clamp(1.65rem, 6.5vw, 2.15rem);
  }

  .topline-hero--cars-search .topline-hero-search {
    max-width: 100%;
  }

  .topline-hero__floor {
    margin-top: 0;
    padding: 8px 0 32px;
  }

  .topline-hero__cars-img {
    width: min(640px, 100%);
  }

  .topline-fleet-tabs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 14px;
  }

  .topline-fleet-tabs__grid .topline-vehicle-card__media {
    min-height: 180px;
  }

  .topline-fleet-tabs__grid .topline-vehicle-card__img {
    height: 180px;
  }

  .topline-fleet-tabs-section {
    padding: 40px 0 48px;
  }
}

@media (max-width: 575px) {
  .topline-hero--cars-search {
    background: linear-gradient(
      to bottom,
      var(--primary-red-soft) 0%,
      var(--color-white) 28%,
      var(--color-white) 100%
    );
  }

  .topline-hero__backdrop {
    height: 28%;
  }

  .topline-hero--cars-search .topline-hero__inner {
    padding: 36px 15px 12px;
  }

  .topline-hero--cars-search .topline-hero__title {
    max-width: none;
    font-size: clamp(1.45rem, 7.5vw, 1.85rem);
    line-height: 1.16;
  }

  .topline-hero--cars-search .topline-hero__subtitle {
    font-size: 0.95rem;
  }

  .topline-hero__floor {
    margin-top: 0;
    padding: 4px 0 28px;
  }

  .topline-hero__cars-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .topline-hero__cars-img {
    width: 100%;
  }

  .topline-fleet-tabs__nav {
    gap: 6px;
  }

  .topline-fleet-tabs__tab {
    padding: 9px 14px;
    font-size: 13px;
  }

  .topline-fleet-tabs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .topline-fleet-tabs__grid .topline-vehicle-card__media {
    min-height: 160px;
  }

  .topline-fleet-tabs__grid .topline-vehicle-card__img {
    height: 160px;
  }
}

/* Header language dropdown */
.topline-lang-dropdown {
  position: relative;
  margin-left: 8px;
}

.topline-lang-dropdown__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-white);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.topline-lang-dropdown__toggle:hover,
.topline-lang-dropdown.is-open .topline-lang-dropdown__toggle {
  border-color: var(--primary-red-border);
  box-shadow: var(--octane-header-shadow);
}

.topline-lang-dropdown__flag {
  font-size: 22px;
  line-height: 1;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

.topline-lang-dropdown__toggle .fa {
  font-size: 11px;
  color: var(--color-text-muted);
  transition: transform 0.2s ease;
}

.topline-lang-dropdown.is-open .topline-lang-dropdown__toggle .fa {
  transform: rotate(180deg);
}

.topline-lang-dropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1100;
  min-width: 220px;
  max-height: 320px;
  overflow-y: auto;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  box-shadow: var(--shadow-card-hover);
}

.topline-lang-dropdown__menu[hidden] {
  display: none !important;
}

.topline-lang-dropdown__option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  background: transparent;
  font-size: 14px;
  color: var(--color-text);
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease;
}

.topline-lang-dropdown__option:hover,
.topline-lang-dropdown__option.is-active {
  background: var(--primary-red-soft);
}

.topline-lang-dropdown__option-label {
  flex: 1;
  font-weight: 500;
}

.topline-lang-dropdown__option-code {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
}

body.home .tl-home-about {
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
}

body.home .tl-home-about .about-page-badge {
  color: var(--primary-red);
  background: var(--primary-red-soft);
  border: 1px solid var(--primary-red-border);
}

body.home .tl-home-about .about-page-title {
  color: var(--color-text);
}

body.home .tl-home-about .about-page-text {
  color: var(--color-text-secondary);
}

/* ==========================================================================
   WHY CHOOSE / FEATURES SECTION (why-choose.php)
   ========================================================================== */

.tl-why-choose {
  background: var(--color-white);
}

.tl-feature-card {
  background: linear-gradient(
    145deg,
    var(--primary-red-soft) 0%,
    var(--color-white) 52%,
    var(--color-white) 100%
  );
  border: 1px solid var(--primary-red-border);
  border-radius: var(--octane-card-radius);
  padding: 45px 30px 40px;
  text-align: center;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  margin-bottom: 0;
  width: 100%;
  min-height: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tl-feature-card:hover {
  background: linear-gradient(
    145deg,
    var(--color-white) 0%,
    var(--primary-red-soft) 100%
  );
  border-color: var(--primary-red-border);
  box-shadow: var(--shadow-card);
}

.tl-feature-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: var(--color-white);
  color: var(--primary-red);
  font-size: 32px;
  border-radius: 50%;
  margin: 0 auto 25px;
}

.tl-feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 15px;
  font-family: var(--font-headings);
  transition: color 0.2s ease;
}

.tl-feature-card:hover h3 {
  color: var(--primary-red);
}

.tl-feature-card p {
  font-size: 14px;
  color: var(--color-text-secondary);
  line-height: 1.8;
  flex: 1;
  margin-bottom: 0;
}


/* ==========================================================================
   REQUIREMENTS SECTION (requirements.php) — progress + image
   ========================================================================== */

.tl-requirements {
  background: var(--color-surface-muted);
}

body.home .tl-requirements .tl-home-section__head.site-heading,
.tl-req-layout__head.site-heading {
  max-width: none;
  width: 100%;
  margin: 0 auto 40px;
  text-align: left;
}

.tl-req-body {
  margin-top: 0;
}

.tl-req-body__visual {
  display: flex;
  min-height: 100%;
}

.tl-req-visual {
  flex: 1;
  width: 100%;
  min-height: 480px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-radius: var(--octane-card-radius);
}

body.home .tl-requirements .tl-home-section__lead {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.tl-req-progress {
  position: relative;
  padding-left: 56px;
  list-style: none;
}

.tl-req-progress__line {
  position: absolute;
  left: 19px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(
    180deg,
    var(--primary-red) 0%,
    var(--primary-red-border) 45%,
    var(--color-border-strong) 100%
  );
  border-radius: 2px;
}

.tl-req-step {
  position: relative;
  padding-bottom: 40px;
}

.tl-req-step:last-child {
  padding-bottom: 0;
}

.tl-req-step__marker {
  position: absolute;
  left: -56px;
  top: 0;
  z-index: 1;
}

.tl-req-step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-red);
  color: var(--color-on-dark);
  font-family: var(--font-headings);
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 0 0 4px var(--color-white), 0 0 0 6px var(--primary-red-soft);
}

.tl-req-step__content {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--octane-card-radius);
  padding: 28px 30px 30px;
  box-shadow: none;
  transition: var(--transition-smooth);
}

.tl-req-step:hover .tl-req-step__content {
  border-color: var(--primary-red-border);
}

.tl-req-step__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text);
  font-family: var(--font-headings);
}

.tl-req-step__desc {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--color-text-secondary);
}

.tl-req-step__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tl-req-step__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text);
}

.tl-req-step__list li:last-child {
  margin-bottom: 0;
}

.tl-req-step__list li i {
  flex-shrink: 0;
  margin-top: 3px;
  font-size: 16px;
  color: var(--primary-red);
}

/* ==========================================================================
   EXPLORE DUBAI SECTION (explore-dubai.php)
   ========================================================================== */

.tl-explore {
  background: var(--color-white);
}

.tl-explore-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--octane-card-radius);
  padding: 45px 30px 40px;
  text-align: center;
  transition: var(--transition-smooth);
  margin-bottom: 0;
  position: relative;
  width: 100%;
  min-height: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tl-explore-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-8px);
  border-color: var(--primary-red);
}

.tl-explore-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: var(--primary-red);
  color: var(--color-white);
  font-size: 30px;
  border-radius: 50%;
  margin: 0 auto 25px;
  transition: var(--transition-smooth);
  box-shadow: 0 8px 25px rgba(206, 33, 43, 0.3);
}

.tl-explore-card:hover .tl-explore-icon {
  transform: rotateY(180deg);
}

.tl-explore-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 15px;
  font-family: var(--font-headings);
}

.tl-explore-card p {
  font-size: 14px;
  color: var(--color-text-secondary);
  line-height: 1.8;
  flex: 1;
  margin-bottom: 0;
}


/* ==========================================================================
   REVIEWS / TESTIMONIALS SECTION (reviews.php)
   ========================================================================== */

.tl-reviews {
  background: transparent;
}

.tl-reviews .testimonial-slider {
  margin-top: 8px;
}

.tl-review-card {
  background: var(--color-white);
  border-radius: var(--octane-card-radius);
  padding: 35px 30px;
  box-shadow: var(--shadow-card);
  margin: 15px 5px;
  border-bottom: 3px solid transparent;
  transition: var(--transition-smooth);
  min-height: 280px;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
}

.tl-review-card:hover {
  border-bottom-color: var(--primary-red);
}

.tl-review-stars {
  margin-bottom: 18px;
}

.tl-review-stars i {
  color: var(--primary-red);
  font-size: 16px;
  margin-right: 2px;
}

.tl-review-text {
  font-size: 15px;
  color: var(--color-text-secondary);
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
  border-left: 3px solid var(--primary-red-border);
  flex: 1;
}

.tl-review-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tl-review-avatar {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: var(--primary-red-soft);
  color: var(--primary-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--font-headings);
}

.tl-review-author h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text);
  margin: 0 0 3px;
  font-family: var(--font-headings);
}

.tl-review-author span {
  font-size: 13px;
  color: var(--color-text-muted);
}

.tl-reviews .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.tl-reviews .owl-dot {
  display: inline-block;
  margin: 0 5px;
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
}

.tl-reviews .owl-dot span {
  width: 12px;
  height: 12px;
  background: var(--color-border, #ddd);
  display: block;
  border-radius: 50%;
  transition: var(--transition-smooth);
}

.tl-reviews .owl-dot.active span,
.tl-reviews .owl-dot:hover span {
  background: var(--primary-red);
  width: 28px;
  border-radius: 14px;
}


/* ==========================================================================
   FAQ SECTION (faq.php)
   ========================================================================== */

.tl-faq {
  position: relative;
  overflow: hidden;
  background: var(--color-bg-dark);
  padding: 88px 0;
}

.tl-faq__media {
  position: absolute;
  inset: 0;
  background: url('assets/img/footer.png') center center / cover no-repeat;
  pointer-events: none;
}

.tl-faq__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(12, 12, 14, 0.78) 0%,
    rgba(12, 12, 14, 0.88) 100%
  );
  pointer-events: none;
}

.tl-faq > .container {
  position: relative;
  z-index: 2;
}

.tl-faq .tl-home-section__head.site-heading {
  max-width: 820px;
  width: 100%;
  margin: 0 auto 48px;
  text-align: center;
}

.tl-faq .tl-home-section__eyebrow {
  display: inline-block;
  margin: 0 0 20px;
  padding: 6px 16px;
  border: 1px solid var(--primary-red-border);
  border-radius: 30px;
  background: var(--primary-red-soft);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-red);
}

body.home .tl-faq .tl-home-section__title,
.tl-faq .tl-home-section__title {
  margin: 0 0 16px;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 700;
  line-height: 1.25;
  font-family: var(--font-headings);
  letter-spacing: -0.02em;
  color: var(--color-on-dark);
}

body.home .tl-faq .tl-home-section__lead,
.tl-faq .tl-home-section__lead {
  margin: 0 auto;
  max-width: 680px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-on-dark-muted);
}

.tl-faq-wrap {
  max-width: 840px;
  margin: 0 auto;
  padding: 12px 28px;
  border-radius: 16px;
  background: var(--color-white);
  box-shadow: var(--shadow-card-hover);
}

.tl-faq-wrap .faq-list {
  gap: 0;
}

.tl-faq-wrap .faq-item {
  border-bottom: 1px solid var(--color-border);
}

.tl-faq-wrap .faq-item:focus,
.tl-faq-wrap .faq-item:focus-visible,
.tl-faq-wrap .faq-item:focus-within {
  outline: none;
}

.tl-faq-wrap .faq-question:focus,
.tl-faq-wrap .faq-question:focus-visible {
  outline: none;
  box-shadow: none;
}

.tl-faq-wrap .faq-item:first-child {
  border-top: 1px solid var(--color-border);
}

.tl-faq-wrap .faq-question {
  padding: 20px 0;
}

.tl-faq-wrap .faq-question__text {
  font-size: 15px;
}

@media (max-width: 767px) {
  .tl-faq {
    padding: 56px 0 72px;
  }

  .tl-faq .tl-home-section__head.site-heading {
    margin-bottom: 36px;
  }

  .tl-faq-wrap {
    padding: 8px 18px;
  }

  .tl-faq-wrap .faq-question {
    padding: 18px 0;
    gap: 14px;
  }

  .tl-faq-wrap .faq-question__text {
    font-size: 14px;
  }
}


/* ==========================================================================
   SECTION HEADINGS — Shared pattern for new homepage sections
   ========================================================================== */

.tl-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.tl-section-header h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-red);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-family: var(--font-body);
}

.tl-section-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--color-text);
  font-family: var(--font-headings);
  margin-bottom: 20px;
  line-height: 1.3;
}

.tl-section-header p {
  font-size: 15px;
  color: var(--color-text-secondary);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}


/* ==========================================================================
   RESPONSIVE — NEW HOMEPAGE SECTIONS
   ========================================================================== */

@media (max-width: 991px) {
  .tl-req-body__visual {
    order: -1;
    margin-bottom: 32px;
  }

  .tl-req-visual {
    min-height: 600px;
  }

  body.home .tl-requirements .tl-home-section__head.site-heading,
  .tl-req-layout__head.site-heading {
    text-align: left;
  }

  .tl-req-step__title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .tl-feature-card,
  .tl-explore-card {
    margin-bottom: 20px;
  }

  .tl-req-step__content {
    padding: 24px 22px;
  }

  .tl-req-progress {
    padding-left: 48px;
  }

  .tl-req-step__marker {
    left: -48px;
  }

  .tl-req-progress__line {
    left: 15px;
  }

  .tl-req-step__number {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .tl-faq-question span {
    font-size: 14px;
  }
}