:root {
      --ink: #1e2d44;
      --ink-soft: #4a5f7f;
      --brand: #00d6d7;
      --brand-deep: #00a7a8;
      --bg: #f8fafb;
      --shadow-soft: 0 12px 32px rgba(30, 45, 68, 0.08);
      --shadow-card: 0 18px 40px rgba(30, 45, 68, 0.1);
      --max: 1240px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: "Source Sans 3", sans-serif;
      color: var(--ink);
      background:
        radial-gradient(circle at top left, rgba(0, 214, 215, 0.08), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
      line-height: 1.6;
    }
     body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at top, rgba(0, 214, 215, 0.06), transparent 38%);
      z-index: 0;
    }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    .container { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; }
    .site-header { position: sticky; top: 0; z-index: 40; padding: 18px 0 0; }
    .header-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 14px 20px;
      border: 1px solid rgba(30, 45, 68, 0.08);
      background: rgba(255, 255, 255, 0.96);
      border-radius: 16px;
      box-shadow: var(--shadow-soft);
    }
        .brand {
      display: flex;
      align-items: center;
      min-width: 0;
    }
    .brand-logo {
      font-family: "Montserrat", sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1;
      display: flex;
      align-items: center;
      flex: 0 0 auto;
    }
    .brand-logo .charter-text {
      color: var(--ink);
    }
    .brand-logo .mybus-text {
      color: var(--brand);
      margin-left: 0.3em;
    }
    .brand-logo img {
      display: none;
    }
    .nav {
      display: flex;
      align-items: center;
      gap: 26px;
      color: var(--ink-soft);
      font-size: 0.95rem;
      font-weight: 700;
    }
    .nav a:hover, .nav a.active { color: var(--ink); }
        .header-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .header-actions .button,
    .header-actions button.button {
      padding: 12px 14px;
      font-family: "Source Sans 3", sans-serif;
      font-size: 0.88rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      white-space: nowrap;
    }
        .call-pill {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 16px;
      border-radius: 10px;
      background: rgba(0, 214, 215, 0.1);
      color: var(--ink);
      font-family: "Source Sans 3", sans-serif;
      font-size: 0.88rem;
      font-weight: 700;
      white-space: nowrap;
    }
    .button, .cta-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 14px 22px;
      border-radius: 10px;
      border: 1px solid transparent;
      font-family: "Source Sans 3", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-size: 0.88rem;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }
    .button:hover, .cta-button:hover { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(30, 45, 68, 0.12); }
    .button-primary { background: var(--brand); color: var(--ink); border-color: rgba(0, 214, 215, 0.22); }
    .button-primary:hover { background: var(--brand-deep); color: #ffffff; }
    .hero-section {
      background: linear-gradient(135deg, var(--ink) 0%, #2a4060 100%);
      color: white;
      padding: 80px 32px;
      text-align: center;
      margin-top: 18px;
    }
    .hero-content { max-width: 900px; margin: 0 auto; }
    .hero-content h1 {
      margin: 0 0 20px;
      font-family: "Montserrat", sans-serif;
      font-size: clamp(2rem, 5vw, 3.2rem);
      font-weight: 800;
      line-height: 1.2;
      color: white;
    }
    .hero-content p {
      margin: 0;
      font-size: clamp(1rem, 2.2vw, 1.3rem);
      color: rgba(255, 255, 255, 0.94);
    }
    .main-container { padding: 80px 0 96px; }
    .section-title {
      margin: 0 0 50px;
      font-family: "Montserrat", sans-serif;
      font-size: clamp(1.9rem, 4vw, 2.5rem);
      font-weight: 800;
      text-align: center;
      color: var(--ink);
    }
    .vehicle-card {
      background: white;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: var(--shadow-soft);
      margin-bottom: 50px;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      border: 1px solid rgba(30, 45, 68, 0.05);
    }
    .vehicle-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
    .vehicle-header {
      background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
      color: white;
      padding: 30px 40px;
    }
    .vehicle-header h3 {
      margin: 0 0 8px;
      font-family: "Montserrat", sans-serif;
      font-size: 2rem;
      font-weight: 700;
      color: white;
    }
    .vehicle-header .capacity { margin: 0; font-size: 1.2rem; color: rgba(255,255,255,0.95); }
    .vehicle-body { padding: 40px; }
    .vehicle-description {
      font-size: 1.1rem;
      line-height: 1.8;
      color: var(--ink);
      margin-bottom: 30px;
    }
    .subsection { margin: 30px 0; }
    .subsection-title {
      margin: 0 0 15px;
      font-family: "Montserrat", sans-serif;
      font-size: 1.3rem;
      font-weight: 700;
      color: var(--ink);
    }
    .best-for { font-size: 1.05rem; color: var(--ink-soft); line-height: 1.7; }
    .amenities-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin: 20px 0;
    }
    .amenity-item, .inclusion-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 1rem;
      color: var(--ink);
    }
    .amenity-item::before, .inclusion-item::before {
      content: "✔";
      color: var(--brand);
      font-weight: 700;
      font-size: 1.15rem;
      flex-shrink: 0;
    }
    .vehicle-gallery {
      position: relative;
      overflow: hidden;
      border-radius: 14px;
      margin-bottom: 30px;
      background: #eef1f4;
      aspect-ratio: 16 / 9;
    }
    .vehicle-gallery-track {
      display: flex;
      height: 100%;
      transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .vehicle-gallery-slide { min-width: 100%; height: 100%; }
    .vehicle-gallery-slide img { width: 100%; height: 100%; object-fit: cover; }
    .vehicle-gallery-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(255,255,255,0.92);
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      color: var(--ink);
      box-shadow: 0 2px 10px rgba(0,0,0,0.12);
      z-index: 2;
    }
    .vehicle-gallery-nav:hover { background: white; transform: translateY(-50%) scale(1.08); }
    .vehicle-gallery-nav--prev { left: 12px; }
    .vehicle-gallery-nav--next { right: 12px; }
    .vehicle-gallery-dots {
      position: absolute;
      bottom: 12px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
      z-index: 2;
    }
    .vehicle-gallery-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(255,255,255,0.5);
      border: none;
      padding: 0;
      cursor: pointer;
    }
    .vehicle-gallery-dot.active { background: white; transform: scale(1.3); }
    .rate-row {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-top: 20px;
    }
    .rate-badge {
      display: inline-block;
      padding: 12px 20px;
      background: rgba(0, 214, 215, 0.1);
      border-radius: 10px;
      color: var(--brand-deep);
      font-weight: 600;
      font-size: 1.05rem;
    }
    .rate-row .button { padding: 14px 32px; }
    .guide-section {
      background: white;
      border-radius: 20px;
      padding: 50px;
      box-shadow: var(--shadow-soft);
      margin: 60px 0;
    }
    .guide-title {
      margin: 0 0 15px;
      font-family: "Montserrat", sans-serif;
      font-size: 2.2rem;
      font-weight: 700;
      color: var(--ink);
      text-align: center;
    }
    .guide-tagline {
      font-size: 1.15rem;
      color: var(--ink-soft);
      text-align: center;
      margin-bottom: 40px;
    }
    .guide-table {
      width: 100%;
      border-collapse: collapse;
      margin: 30px 0;
    }
    .guide-table th {
      background: var(--ink);
      color: white;
      padding: 15px 20px;
      text-align: left;
      font-weight: 600;
      font-size: 1.05rem;
    }
    .guide-table td {
      padding: 15px 20px;
      border-bottom: 1px solid #e0e0e0;
      font-size: 1.05rem;
    }
    .guide-table tr:hover { background: rgba(0, 214, 215, 0.05); }
    .guide-note {
      font-size: 1.05rem;
      color: var(--ink-soft);
      line-height: 1.7;
      margin-top: 30px;
      padding: 20px;
      background: rgba(0, 214, 215, 0.05);
      border-radius: 10px;
      border-left: 4px solid var(--brand);
    }
    .inclusions-section {
      background: linear-gradient(135deg, var(--ink) 0%, #2a4060 100%);
      color: white;
      padding: 60px 40px;
      border-radius: 20px;
      margin: 60px 0;
    }
    .inclusions-section h2 {
      margin: 0 0 15px;
      font-family: "Montserrat", sans-serif;
      font-size: 2.2rem;
      text-align: center;
      color: white;
    }
    .inclusions-tagline {
      font-size: 1.15rem;
      text-align: center;
      margin-bottom: 40px;
      color: rgba(255, 255, 255, 0.95);
    }
    .inclusions-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      max-width: 900px;
      margin: 0 auto;
    }
    .inclusion-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 1.05rem;
      color: white;
    }
    .faq-section { margin: 60px 0; }
    .faq-title {
      margin: 0 0 50px;
      font-family: "Montserrat", sans-serif;
      font-size: 2.5rem;
      font-weight: 800;
      text-align: center;
      color: var(--ink);
    }
    .faq-item {
      background: white;
      border-radius: 12px;
      padding: 30px;
      margin-bottom: 20px;
      box-shadow: var(--shadow-soft);
    }
    .faq-question {
      margin: 0 0 15px;
      font-family: "Montserrat", sans-serif;
      font-size: 1.3rem;
      font-weight: 700;
      color: var(--ink);
    }
    .faq-answer {
      font-size: 1.05rem;
      line-height: 1.8;
      color: var(--ink-soft);
    }
    .cta-section {
      background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
      color: white;
      padding: 60px 40px;
      border-radius: 20px;
      text-align: center;
      margin-top: 60px;
    }
    .cta-section h2 {
      margin: 0 0 20px;
      font-family: "Montserrat", sans-serif;
      font-size: 2.5rem;
      color: white;
    }
    .cta-section p {
      font-size: 1.2rem;
      margin: 0 auto 35px;
      color: rgba(255, 255, 255, 0.95);
      max-width: 800px;
    }
    .cta-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }
    .cta-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 16px 40px;
      background: white;
      color: var(--brand-deep);
      text-decoration: none;
      border-radius: 10px;
      font-family: "Source Sans 3", sans-serif;
      font-weight: 700;
      font-size: 0.88rem;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      transition: all 0.2s ease;
      border: none;
      cursor: pointer;
    }
    .cta-button.secondary {
      background: var(--ink);
      color: white;
    }
    .footer {
      border-top: 1px solid rgba(30, 45, 68, 0.08);
      background: #ffffff;
      margin-top: 80px;
    }
    .footer-main {
      display: grid;
      grid-template-columns: 1.3fr 1fr 1fr 1fr;
      gap: 28px;
      padding: 46px 0 26px;
    }
    .footer-heading {
      margin: 0 0 14px;
      font-family: "Montserrat", sans-serif;
      font-size: 1rem;
      color: var(--ink);
    }
    .footer-brand p, .footer-section a, .footer-section li, .footer-bar { color: var(--ink-soft); font-size: 0.92rem; }
    .footer-brand strong { font-family: "Montserrat", sans-serif; font-size: 1.3rem; color: var(--ink); }
    .footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
    .footer-list a:hover, .footer-links a:hover { color: var(--ink); }
    .footer-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 18px;
      padding: 18px 0 28px;
      border-top: 1px solid rgba(30, 45, 68, 0.08);
    }
    .footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
    .quote-modal[hidden] { display: none; }
    .quote-modal {
      position: fixed;
      inset: 0;
      z-index: 120;
      display: grid;
      place-items: center;
      padding: 20px;
    }
    .quote-modal__backdrop {
      position: absolute;
      inset: 0;
      background: rgba(16, 26, 38, 0.58);
      backdrop-filter: blur(8px);
    }
    .quote-modal__panel {
      position: relative;
      width: min(100%, 420px);
      max-height: calc(100vh - 40px);
      background:
        radial-gradient(circle at top right, rgba(0, 214, 215, 0.12), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f3f9fb 100%);
      border: 1px solid rgba(30, 45, 68, 0.1);
      border-radius: 24px;
      box-shadow: 0 28px 70px rgba(30, 45, 68, 0.18);
      padding: 24px 20px 20px;
      overflow-y: auto;
      z-index: 1;
    }
    .quote-modal__close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 38px;
      height: 38px;
      border: 1px solid rgba(30, 45, 68, 0.1);
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.8);
      color: transparent;
      font-size: 0;
      line-height: 1;
      cursor: pointer;
      transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
    }

    .quote-modal__close::before {
      content: "\00d7";
      color: var(--ink-soft);
      font-size: 1.3rem;
      line-height: 1;
    }

    .quote-modal__close:hover {
      transform: translateY(-1px);
      background: #ffffff;
      border-color: rgba(0, 214, 215, 0.24);
    }

    .quote-modal__close:hover::before {
      color: var(--ink);
    }

    .quote-modal__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 10px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(0, 214, 215, 0.12);
      color: var(--brand-deep);
      font-size: 0.7rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .quote-modal__eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--brand);
    }

    .quote-modal__title {
      margin-bottom: 8px;
      color: var(--ink);
      font-size: 1.35rem;
      line-height: 1.15;
    }

    .quote-modal__intro {
      margin: 0 0 16px;
      color: var(--ink-soft);
      font-size: 0.88rem;
      line-height: 1.55;
    }

    .quote-toggle-group {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 16px;
    }

    .quote-toggle {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      border: 1px solid rgba(30, 45, 68, 0.12);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.88);
      color: var(--ink);
      font: inherit;
      font-size: 0.76rem;
      font-weight: 700;
      cursor: pointer;
      transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
    }

    .quote-toggle:hover {
      transform: translateY(-1px);
      border-color: rgba(0, 214, 215, 0.3);
      box-shadow: 0 10px 24px rgba(30, 45, 68, 0.08);
    }

    .quote-toggle.is-active {
      background: var(--brand);
      border-color: rgba(0, 214, 215, 0.28);
      color: var(--ink);
      box-shadow: 0 14px 28px rgba(0, 214, 215, 0.18);
    }

    .quote-form {
      display: grid;
      gap: 12px;
    }

    .quote-row {
      display: flex;
      gap: 12px;
    }

    .quote-field {
      width: 100%;
      min-height: 48px;
      padding: 12px 14px;
      border-radius: 14px;
      border: 1px solid rgba(30, 45, 68, 0.12);
      background: rgba(255, 255, 255, 0.94);
      color: var(--ink);
      font: inherit;
      font-size: 0.82rem;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
      transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
    }

    .quote-field::placeholder {
      color: #74859a;
    }

    .quote-field:focus {
      outline: none;
      border-color: rgba(0, 214, 215, 0.45);
      box-shadow: 0 0 0 4px rgba(0, 214, 215, 0.14);
      background: #ffffff;
    }

    .quote-stop-wrap {
      padding: 2px 0 0;
    }

    .quote-meta {
      margin-top: 2px;
      color: #6c7d92;
      font-size: 0.72rem;
      line-height: 1.5;
    }

    .quote-submit {
      width: 100%;
      margin-top: 6px;
      min-height: 50px;
      padding: 12px 16px;
      border: 0;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--brand) 0%, #42e7e7 100%);
      color: var(--ink);
      font: inherit;
      font-size: 0.82rem;
      font-weight: 800;
      cursor: pointer;
      box-shadow: 0 18px 30px rgba(0, 214, 215, 0.22);
      transition: transform 180ms ease, box-shadow 180ms ease;
    }

    .quote-submit:hover {
      transform: translateY(-1px);
      box-shadow: 0 22px 34px rgba(0, 214, 215, 0.26);
    }

    .quote-hidden {
      display: none;
    }
    .quote-submit {
      margin-top: 6px;
      padding: 14px 18px;
      border: 0;
      border-radius: 10px;
      background: var(--brand);
      color: var(--ink);
      font-family: "Source Sans 3", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      cursor: pointer;
    }
    .quote-meta { font-size: 0.84rem; color: var(--ink-soft); text-align: center; }
    .toast {
      position: fixed;
      right: 24px;
      bottom: 24px;
      z-index: 200;
      padding: 14px 18px;
      border-radius: 12px;
      background: #22c55e;
      color: #ffffff;
      font-weight: 700;
      box-shadow: 0 16px 28px rgba(34, 197, 94, 0.2);
    }
    @media (max-width: 860px) {
      .nav,     .call-pill {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 16px;
      border-radius: 10px;
      background: rgba(0, 214, 215, 0.1);
      color: var(--ink);
      font-family: "Source Sans 3", sans-serif;
      font-size: 0.88rem;
      font-weight: 700;
      white-space: nowrap;
    }
      .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 768px) {
      .hero-content h1 { font-size: 2.2rem; }
      .main-container { padding: 60px 0; }
      .vehicle-header { padding: 25px 25px; }
      .vehicle-header h3 { font-size: 1.6rem; }
      .vehicle-body { padding: 25px; }
      .amenities-list, .inclusions-grid { grid-template-columns: 1fr; }
      .vehicle-gallery { aspect-ratio: 4 / 3; }
      .rate-row { flex-direction: column; align-items: flex-start; }
      .guide-section { padding: 30px 20px; }
      .guide-table th, .guide-table td { padding: 12px 15px; }
      .cta-section h2 { font-size: 2rem; }
      .cta-buttons { flex-direction: column; }
      .cta-button { width: 100%; }
      .rate-row .button { width: 100%; justify-content: center; }
      .rate-badge { font-size: 0.92rem; padding: 10px 16px; }
      .vehicle-gallery-nav { width: 34px; height: 34px; font-size: 0.9rem; }
      .vehicle-gallery-nav--prev { left: 8px; }
      .vehicle-gallery-nav--next { right: 8px; }
      .section-title, .faq-title { font-size: 1.5rem; }
      .footer-main { grid-template-columns: 1fr; }
      .footer-bar, .quote-row { flex-direction: column; align-items: stretch; }
    }
    @media (max-width: 640px) {
      .container { width: min(calc(100% - 24px), var(--max)); }
      .site-header { padding-top: 12px; }
      .header-bar, .quote-modal__panel { padding-left: 16px; padding-right: 16px; }
      .hero-section { padding: 60px 20px; }
      .hero-content h1 { font-size: 1.6rem; }
      .hero-content p { font-size: 0.92rem; }
    }

      @media (max-width: 1100px) {
      .hero-grid,
      .service-layout,
      .review-layout,
      .cta-panel,
      .section-head,
      .route-window,
      .panel-grid {
        grid-template-columns: 1fr;
      }

      .section-head > * + * {
        justify-self: start;
      }

      .fleet-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
      }
    }

    @media (max-width: 900px) {
      .nav,
      .call-pill {
        display: none;
      }

      .hero-notes,
      .hero-process-grid,
      .process-grid,
      .review-grid,
      .brand-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .service-grid {
        grid-template-columns: 1fr;
      }

      .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px;
      }

      .footer-brand {
        grid-column: 1 / -1;
      }

      .fleet-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 640px) {
      .section {
        padding: 34px 0;
      }

      .header-bar {
        padding: 12px 14px;
      }

      .button {
        width: 100%;
        min-height: 48px;
        font-size: 1rem;
      }

      .fleet-gallery-nav {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
      }

      .brand-logo {
        white-space: nowrap;
        font-size: 1.15rem;
      }

      .brand {
        min-width: auto;
        overflow: visible;
      }

      .header-actions .button,
      .header-actions button.button {
        width: auto;
        padding: 10px 12px;
        font-size: 0.75rem;
      }

      .hero-panel {
        min-height: auto;
        padding: 18px;
      }

      .hero h1 {
        font-size: 1.75rem !important;
        line-height: 1.3 !important;
      }

      .hero p {
        font-size: 1rem !important;
      }

      .eyebrow {
        font-size: 0.75rem !important;
      }

      .hero-notes,
      .hero-process-grid,
      .brand-row,
      .process-grid,
      .review-grid {
        grid-template-columns: 1fr;
      }

      .fleet-grid {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 16px;
        grid-template-columns: none;
        padding: 0 16px 16px 16px;
        margin: 0 -16px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
      }

      .fleet-grid::-webkit-scrollbar {
        height: 6px;
      }

      .fleet-grid::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 3px;
      }

      .fleet-grid::-webkit-scrollbar-thumb {
        background: rgba(0, 214, 215, 0.5);
        border-radius: 3px;
      }

      .fleet-card {
        min-width: 280px;
        max-width: 280px;
        flex-shrink: 0;
        scroll-snap-align: start;
      }

      .blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .section-head h2 {
        font-size: 1.5rem !important;
        white-space: normal !important;
        line-height: 1.4 !important;
      }

      .process-headline {
        font-size: 1.25rem !important;
        white-space: normal !important;
        line-height: 1.35 !important;
      }

      .section {
        padding: 48px 0;
      }

      .container {
        padding: 0 16px;
      }

      .service-card,
      .fleet-card,
      .process-card {
        padding: 20px;
      }

      .service-feature {
        padding: 20px;
      }

      .service-wheel {
        margin-left: -20px;
        margin-right: -20px;
        padding: 10px 20px 6px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
      }

      .service-wheel::-webkit-scrollbar {
        display: none;
      }

      .service-feature-content h3 {
        font-size: 1.35rem !important;
        line-height: 1.3 !important;
      }

      .service-feature-content p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
      }

      .service-feature-content {
        gap: 14px;
      }

      .fleet-visual {
        height: 180px;
      }

      .review-intro {
        padding: 24px 20px;
      }

      .cta-panel {
        padding: 32px 20px;
        gap: 24px;
      }

      .route-map {
        min-height: 260px;
      }

      .map-point {
        font-size: 0.74rem;
      }

      .hero-media img {
        height: 220px;
      }

      .hero-actions {
        flex-wrap: wrap;
      }

      .hero-actions .button,
      .hero-actions button.button {
        flex: 1 1 calc(50% - 6px);
      }

      .service-card-actions {
        flex-direction: column;
        gap: 8px;
      }

      .service-readmore {
        justify-content: center;
      }

      .fleet-actions {
        flex-direction: column;
        gap: 8px;
        width: 100%;
      }

      .fleet-actions .fleet-cta {
        width: 100%;
        text-align: center;
        justify-content: center;
      }

      .fleet-readmore {
        justify-content: center;
      }

      .quote-modal {
        padding: 12px;
      }

      .quote-modal__panel {
        padding: 20px 14px 16px;
        max-height: calc(100vh - 24px);
      }

      .quote-row {
        flex-direction: column;
      }

      .footer-bar {
        flex-direction: column;
        align-items: flex-start;
      }

      .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
      }
    }
