/* Responsive Layout Breakpoints & Utilities */

/* Laptop / Small Desktop (1280px and below) */
@media (max-width: 1280px) {
  :root {
    --container-max: 1180px;
  }
}

/* Tablet Landscape (1024px and below) */
@media (max-width: 1024px) {
  .section {
    padding-top: clamp(3rem, 5vw, 5rem);
    padding-bottom: clamp(3rem, 5vw, 5rem);
  }

  .grid-2 {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
  }
}

/* Tablet Portrait & Mobile (768px and below) */
@media (max-width: 768px) {
  .grid-3, .grid-4 {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .btn {
    padding: 0.85rem 1.5rem;
    font-size: 0.85rem;
    width: 100%;
  }

  .btn-auto-mobile {
    width: auto !important;
  }

  .hide-mobile {
    display: none !important;
  }

  .mobile-text-center {
    text-align: center !important;
  }

  .mobile-flex-column {
    flex-direction: column !important;
  }

  .top-contact-inner {
    padding-inline: 1.1rem;
  }

  .top-contact-details {
    gap: 0.8rem;
  }

  .top-contact-item span {
    font-size: 0.72rem;
  }
}

/* Mobile Small (480px and below) */
@media (max-width: 480px) {
  .container {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .top-contact-inner {
    justify-content: center;
  }

  .top-contact-details {
    display: none;
  }

  .section {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

/* Desktop Only Utility */
@media (min-width: 769px) {
  .hide-desktop {
    display: none !important;
  }
}

/* Home experience: tablet and touch layouts */
@media (max-width: 1024px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .navbar-header,
  .navbar-header.scrolled {
    height: 104px;
  }

  .navbar-header.scrolled {
    height: 72px !important;
  }

  .desktop-nav,
  .navbar-actions .nav-cta-btn {
    display: none;
  }

  .navbar-actions .nav-whatsapp-btn {
    display: inline-flex;
  }

  .mobile-toggle-btn {
    display: flex;
  }

  .mobile-nav-overlay {
    height: 100dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .hero-section.hero-light-theme {
    min-height: auto;
    padding: 8.8rem 0 2rem;
  }

  .hero-main-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    gap: 1rem;
    min-height: 480px;
  }

  .hero-headline {
    font-size: clamp(3rem, 6.3vw, 4.6rem);
  }

  .hero-right-car-wrap {
    min-width: 0;
  }

  .hero-car-cutout {
    max-width: 115%;
  }

  .hero-booking-panel {
    width: 100%;
  }

  .hero-booking-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-booking-grid .button-field {
    grid-column: 1 / -1;
  }

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

  .hero-stats-scene .stat-item {
    min-height: 170px;
  }

  /* The car remains in view while each service chapter crosses it. */
  .experience-section {
    padding: 5.25rem 0 4rem;
    overflow: visible;
  }

  .service-stage-grid {
    padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  }

  .service-stage-heading {
    max-width: none;
    margin-bottom: 1.5rem;
  }

  .service-car-stage {
    position: sticky;
    z-index: 2;
    top: 104px;
    display: grid;
    height: clamp(300px, 43vh, 430px);
    min-height: 300px;
    margin: 0 -1rem;
    overflow: hidden;
    background: #090b0f;
  }

  .service-car-frame {
    inset: -8% 0;
    visibility: visible;
  }

  .service-car-img {
    width: auto;
    height: 115%;
    max-width: 82vw;
    transform: none;
  }

  .service-car-frame[data-fleet-car] .service-car-img {
    max-width: 90vw;
    transform: none;
  }

  .service-car-frame[data-fleet-car="urbania"] .service-car-img {
    height: 118%;
    max-width: 72vw;
  }

  .service-car-frame[data-fleet-car="altis"] .service-car-img,
  .service-car-frame[data-fleet-car="taisor"] .service-car-img {
    height: 108%;
  }

  .service-car-index {
    left: 4%;
    top: 8%;
    font-size: clamp(7rem, 25vw, 13rem);
  }

  .service-orbit-outer { width: min(76vw, 430px); }
  .service-orbit-inner { width: min(52vw, 300px); }

  .service-copy-stage {
    position: relative;
    z-index: 3;
    margin-top: -1px;
  }

  .service-copy {
    min-height: clamp(390px, 55vh, 520px);
    padding: 4.5rem clamp(.25rem, 3vw, 2rem) 3.5rem;
    background: linear-gradient(180deg, rgba(9,11,15,.84), #090b0f 22%);
  }

  .service-copy h2 {
    font-size: clamp(2.65rem, 6.5vw, 4rem);
  }

  .service-proof {
    margin-bottom: 1.25rem;
  }

  .service-stage-progress {
    display: none;
  }

  .fleet-grid.grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .fleet-grid .car-card:last-child {
    grid-column: 1 / -1;
    width: min(100%, 620px);
    justify-self: center;
  }

  .why-us-section {
    overflow: hidden;
  }

  .why-car-core {
    width: min(72vw, 540px);
    height: clamp(330px, 55vw, 500px);
  }

  .booking-story-heading h2 {
    max-width: 850px;
    font-size: clamp(3rem, 7vw, 5rem);
  }

  .booking-story-layout {
    gap: 2.5rem;
  }

  .booking-story-step {
    min-height: 320px;
  }

  .mobility-selector-inner {
    padding-left: clamp(1.25rem, 4vw, 2.5rem);
    padding-right: clamp(1.25rem, 4vw, 2.5rem);
  }

  .mobility-selector-stage {
    gap: 1.5rem;
  }

  .mobility-copy-stack {
    height: 510px;
  }

  .mobility-image-stage {
    width: 100%;
    height: clamp(360px, 58vw, 520px);
  }

  .testimonial-slider-card,
  .cta-box {
    max-width: 780px;
    margin-inline: auto;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr);
    gap: 2.5rem 2rem;
  }

  .footer-grid > div:first-child,
  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-map-card {
    max-width: none;
  }

  .booking-modal-drawer {
    width: min(92vw, 720px);
  }
}

@media (max-width: 768px) {
  .navbar-container {
    padding-inline: 1.1rem;
  }

  .rar-logo-img {
    width: 220px;
    height: 42px;
  }

  .hero-container {
    padding-inline: 1.15rem;
  }

  .hero-main-grid {
    display: block;
    min-height: max(680px, calc(100svh - 72px));
    margin-bottom: 0;
    padding: 1.25rem 0 clamp(15rem, 67vw, 23rem);
    overflow: hidden;
    isolation: isolate;
  }

  .hero-left-content {
    max-width: none;
    position: relative;
    z-index: 3;
  }

  .hero-headline {
    font-size: clamp(2.65rem, 11.3vw, 4rem);
    line-height: 1.02;
  }

  .hero-subtext {
    max-width: 560px;
    font-size: .95rem;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
  }

  .hero-features-list {
    display: flex;
    flex-wrap: nowrap;
    gap: .75rem;
    overflow-x: auto;
    padding-bottom: .25rem;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .hero-right-car-wrap {
    position: absolute;
    z-index: 1;
    left: auto;
    right: clamp(-8.5rem, -20vw, -3.75rem);
    top: auto;
    bottom: clamp(-2rem, -4vw, -.75rem);
    width: min(145vw, 720px);
    height: clamp(250px, 70vw, 430px);
    opacity: .62;
    pointer-events: none;
    will-change: transform, opacity;
  }

  .hero-car-stage {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    transform: none;
    contain: none;
  }

  .hero-car-cutout {
    width: 100%;
    max-width: none;
    max-height: 100%;
    object-position: right bottom;
    transform: none;
    filter: contrast(1.08) drop-shadow(0 22px 24px rgba(11,19,37,.24));
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 100%);
  }

  .car-glow-bg {
    width: 82vw;
    height: 82vw;
    right: -8%;
    opacity: .78;
  }

  .car-ground-shadow {
    width: 88%;
    margin-top: -18px;
  }

  .hero-booking-panel {
    display: none;
  }

  .hero-scroll-indicator {
    display: none;
  }

  .hero-stats-scene .stats-section {
    padding-inline: 1.15rem;
  }

  .hero-stats-scene .stats-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats-scene .stat-item {
    min-height: 0;
    padding: 1.35rem;
  }

  .experience-section {
    padding-top: 4.5rem;
  }

  .service-car-stage {
    top: 104px;
    height: clamp(270px, 68vw, 360px);
    min-height: 270px;
  }

  .service-car-img {
    height: 118%;
    max-width: 96vw;
  }

  .service-copy {
    min-height: 390px;
    padding-top: 4rem;
  }

  .service-copy h2 {
    font-size: clamp(2.35rem, 10vw, 3.3rem);
  }

  .service-proof {
    gap: .8rem 1rem;
  }

  .fleet-grid.grid-3 {
    grid-template-columns: 1fr !important;
  }

  .fleet-grid .car-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .car-card-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 1rem;
  }

  .why-us-section {
    padding: 4.5rem 1.15rem;
  }

  .why-car-core {
    width: min(92vw, 430px);
    height: clamp(300px, 88vw, 420px);
    margin-block: 1.75rem 2.5rem;
  }

  .why-pillar {
    padding-bottom: 1.35rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .booking-story-stage {
    padding-top: 4.5rem;
  }

  .booking-story-heading h2 {
    font-size: clamp(2.55rem, 11vw, 4rem);
    line-height: 1.02;
  }

  .booking-console {
    min-height: 0;
  }

  .booking-route-map {
    height: clamp(210px, 58vw, 280px);
  }

  .booking-story-step {
    min-height: 340px;
  }

  .booking-step-number {
    font-size: 5rem;
  }

  .mobility-selector-inner {
    padding: 6.5rem 1.15rem 3rem;
  }

  .mobility-selector-head {
    top: 3.5rem;
    left: 1.15rem;
    right: 1.15rem;
  }

  .mobility-copy-stack {
    height: 520px;
  }

  .mobility-copy h2 {
    font-size: clamp(2.5rem, 10.5vw, 3.5rem);
  }

  .mobility-copy p {
    font-size: .94rem;
  }

  .mobility-image-stage {
    height: clamp(270px, 72vw, 410px);
  }

  .mobility-selector-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonials-section,
  .final-cta-section {
    padding-block: 4.5rem;
  }

  .testimonial-slider-card {
    padding: 1.5rem;
  }

  .testimonial-quote {
    font-size: 1.05rem;
  }

  .testimonial-author-row {
    align-items: flex-start;
  }

  .cta-box {
    padding: 2rem 1.25rem;
  }

  .cta-actions {
    flex-direction: column;
    align-items: stretch;
    gap: .8rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .footer-logo-img {
    width: min(82vw, 260px);
  }

  .bottom-links {
    flex-wrap: wrap;
    gap: .75rem 1.25rem;
  }

  .floating-actions {
    right: .85rem;
    bottom: max(.85rem, env(safe-area-inset-bottom));
    gap: .55rem;
  }

  .action-btn {
    width: 44px;
    height: 44px;
  }

  .action-btn .tooltip {
    display: none;
  }

  .booking-modal-overlay {
    align-items: stretch;
  }

  .booking-modal-drawer {
    width: 100%;
    max-width: none;
    height: 100dvh;
    max-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-left: 0;
    border-radius: 0;
    padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
  }

  .booking-modal-drawer .modal-close-btn {
    top: max(0.85rem, env(safe-area-inset-top));
    right: 0.85rem;
    width: 36px;
    height: 36px;
  }

  .booking-modal-drawer .modal-header {
    margin-bottom: 0.5rem;
    padding: 0 3rem 0.5rem 0;
  }

  .booking-modal-drawer .modal-title {
    margin-top: 0;
    font-size: clamp(1.75rem, 7.4vw, 2.18rem);
  }

  .booking-modal-drawer .modal-subtitle {
    margin-top: 0.25rem;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .booking-modal-drawer .modal-form {
    gap: 0.48rem;
  }

  .booking-modal-drawer .form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .booking-modal-drawer .form-group {
    min-width: 0;
    gap: 0.18rem;
  }

  .booking-modal-drawer .form-group label {
    min-height: 1rem;
    font-size: 0.62rem;
    gap: 0.3rem;
    white-space: nowrap;
  }

  .booking-modal-drawer .form-group input,
  .booking-modal-drawer .form-group select {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 0.45rem 0.55rem;
    font-size: 0.8rem;
  }

  .booking-modal-drawer .submit-btn {
    min-height: 48px;
  }
}

@media (max-width: 420px) {
  .booking-modal-drawer {
    padding-inline: 0.8rem;
  }

  .booking-modal-drawer .form-row {
    gap: 0.4rem;
  }

  .booking-modal-drawer .form-group label {
    font-size: 0.58rem;
    letter-spacing: 0.04em;
  }

  .booking-modal-drawer .form-group input,
  .booking-modal-drawer .form-group select {
    padding-inline: 0.45rem;
    font-size: 0.76rem;
  }



  .hero-main-grid {
    min-height: max(650px, calc(100svh - 72px));
    padding-bottom: 14.5rem;
  }

  .hero-right-car-wrap {
    right: -6.5rem;
    width: 155vw;
    height: 270px;
  }

  .service-stage-grid {
    padding-inline: 1rem;
  }

  .service-copy h2,
  .mobility-copy h2 {
    overflow-wrap: anywhere;
  }

  .mobility-copy-stack {
    height: 550px;
  }

  .mobility-nav-item {
    justify-content: flex-start;
    padding-inline: 1rem;
  }
}

/* Final footer responsive alignment */
@media (max-width: 1024px) {
  .footer-section .footer-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    column-gap: 2rem;
    row-gap: 2.25rem;
  }

  .footer-section .footer-grid > div:first-child,
  .footer-section .footer-grid > div:last-child {
    grid-column: auto;
  }

  .footer-section .footer-map-card {
    width: 100%;
  }

  .footer-section .footer-bottom {
    grid-template-columns: minmax(0, 1fr) minmax(220px, max-content) 38px;
  }
}

@media (max-width: 768px) {
  .footer-section {
    text-align: left;
  }

  .footer-section .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-section .footer-brand-col,
  .footer-section .footer-links-col,
  .footer-section .footer-services-col,
  .footer-section .footer-address-col {
    width: 100%;
  }

  .footer-section .footer-logo-img {
    width: min(78vw, 260px);
  }

  .footer-section .footer-brand-desc {
    max-width: none;
  }

  .footer-section .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 1rem;
  }

  .footer-section .footer-credit {
    text-align: left;
    white-space: normal;
  }

  .footer-section .scroll-top-btn {
    justify-self: start;
  }
}

@media (hover: none) and (pointer: coarse) {
  .btn,
  .action-btn,
  .mobility-nav-item,
  .slider-nav-btn {
    -webkit-tap-highlight-color: transparent;
  }

  .btn:active,
  .action-btn:active,
  .mobility-nav-item:active {
    transform: scale(.98);
  }
}

/* Final responsive sync for the rent-a-ride-html navbar and hero intro. */
@media (max-width: 1024px) {
  .navbar-header,
  .navbar-header.scrolled {
    height: 64px !important;
    top: 0.65rem !important;
  }

  .desktop-nav,
  .navbar-actions .nav-cta-btn {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .rar-logo-img {
    width: 175px !important;
    max-height: 40px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .mobile-logo-img {
    display: block;
    width: min(220px, 68vw);
    height: auto;
    object-fit: contain;
  }

  .navbar-header,
  .navbar-header.scrolled {
    width: min(92vw, 100%) !important;
    height: 58px !important;
    padding: 0 0.85rem !important;
  }

  .navbar-container {
    padding-inline: 0 !important;
  }

  .nav-whatsapp-btn {
    display: inline-flex !important;
    width: 40px !important;
    height: 40px !important;
  }

  .mobile-toggle-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: #09090B !important;
    color: #FFFFFF !important;
    border: none !important;
    font-size: 0.95rem !important;
    box-shadow: 0 4px 12px rgba(9, 9, 11, 0.15);
  }

  .hero-main-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 1.25rem !important;
    min-height: auto !important;
    padding: 1rem 0 0 !important;
    overflow: visible !important;
  }

  .hero-left-content {
    display: contents !important;
  }

  .hero-badge {
    order: 1 !important;
    margin: 0 auto 0.75rem auto !important;
  }

  .hero-headline {
    order: 2 !important;
    font-size: clamp(1.85rem, 6vw, 2.5rem) !important;
    line-height: 1.15 !important;
    margin-bottom: 0.75rem !important;
  }

  .hero-right-car-wrap {
    position: relative !important;
    inset: auto !important;
    order: 3 !important;
    width: 100% !important;
    max-width: 420px !important;
    height: auto !important;
    margin: 0.5rem auto 1.25rem auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .hero-car-stage {
    transform: none !important;
    width: 100% !important;
    align-items: center !important;
  }

  .hero-car-cutout {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 240px !important;
    object-fit: contain !important;
    transform: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  .hero-actions {
    order: 4 !important;
    width: 100% !important;
    justify-content: center !important;
    flex-direction: column !important;
    display: flex !important;
    gap: 0.75rem !important;
    margin-bottom: 1.25rem !important;
  }

  .hero-subtext {
    order: 5 !important;
    font-size: 0.925rem !important;
    line-height: 1.55 !important;
    color: #3F3F46 !important;
    margin: 0 auto 1rem auto !important;
    max-width: 95% !important;
  }

  .hero-features-list {
    order: 6 !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    display: flex !important;
    gap: 0.5rem !important;
    margin-top: 0.5rem !important;
    overflow-x: auto !important;
    padding-bottom: 0.5rem !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
  }
}

/* Mobile/tablet final pass: keeps desktop rules untouched while stabilizing touch layouts. */
@media (max-width: 1024px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body.mobile-nav-open {
    overflow: hidden;
    touch-action: none;
  }

  .container,
  .hero-container {
    max-width: 100%;
  }

  .navbar-header,
  .navbar-header.scrolled {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: min(94vw, 760px) !important;
    height: 62px !important;
    top: max(0.6rem, env(safe-area-inset-top)) !important;
    padding: 0 0.95rem !important;
    border-radius: 999px !important;
  }

  .navbar-container {
    gap: 0.75rem;
  }

  .navbar-logo-link {
    min-width: 0;
  }

  .rar-logo-img {
    width: clamp(168px, 30vw, 220px) !important;
    max-height: 42px !important;
    object-fit: contain !important;
  }

  .navbar-actions {
    flex: 0 0 auto;
    gap: 0.45rem !important;
  }

  .nav-whatsapp-btn,
  .mobile-toggle-btn {
    flex: 0 0 42px;
    width: 42px !important;
    height: 42px !important;
  }

  .mobile-toggle-btn {
    display: inline-flex !important;
    border-radius: 50% !important;
    background: #09090B !important;
    color: #FFFFFF !important;
    border: 0 !important;
    box-shadow: 0 10px 22px rgba(9, 9, 11, 0.18);
  }

  .mobile-nav-overlay {
    display: flex !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 10040 !important;
    transform: translate3d(0, -14px, 0) scale(0.985);
    width: 100vw;
    height: 100dvh;
    padding: max(1.1rem, env(safe-area-inset-top)) clamp(1rem, 4vw, 1.75rem) max(1.2rem, env(safe-area-inset-bottom));
    background:
      radial-gradient(circle at 16% 8%, rgba(216, 181, 79, 0.2), transparent 34%),
      linear-gradient(145deg, #050914 0%, #111c2e 48%, #060d18 100%);
    text-align: center;
    transition: opacity 0.32s ease, transform 0.42s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.42s;
  }

  .mobile-nav-overlay.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0s;
  }

  .mobile-overlay-header {
    flex: 0 0 auto;
  }

  .mobile-logo-img {
    width: min(220px, 64vw) !important;
    padding: 0.38rem 0.65rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .mobile-close-btn {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
  }

  .mobile-menu-links {
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    gap: clamp(0.55rem, 1.7vh, 0.95rem);
    width: 100%;
    margin-top: clamp(1.25rem, 3vh, 2rem);
  }

  .mobile-link {
    justify-content: center;
    width: min(100%, 360px);
    min-height: 52px;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    border-bottom: 0;
    color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.035);
    font-size: clamp(1.2rem, 4.5vw, 1.72rem);
    letter-spacing: 0;
    line-height: 1.15;
    text-align: center;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
    transform: translate3d(0, 18px, 0) scale(0.98);
    opacity: 0;
    filter: none;
    -webkit-font-smoothing: antialiased;
    transition:
      color 0.25s ease,
      background-color 0.25s ease,
      border-color 0.25s ease,
      transform 0.46s cubic-bezier(0.16, 1, 0.3, 1),
      opacity 0.38s ease;
  }

  .mobile-link .link-num {
    flex: 0 0 auto;
    min-width: 2ch;
    color: var(--accent-gold) !important;
    font-family: var(--font-body);
    font-size: 0.72rem;
    opacity: 1;
  }

  .mobile-nav-overlay.open .mobile-link {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }

  .mobile-link.active,
  .mobile-link:hover,
  .mobile-link:focus-visible {
    color: #FFFFFF !important;
    background: rgba(216, 181, 79, 0.13);
    outline: 1px solid rgba(216, 181, 79, 0.36);
  }

  .mobile-nav-overlay.open .mobile-link:nth-child(1) { transition-delay: 0.06s; }
  .mobile-nav-overlay.open .mobile-link:nth-child(2) { transition-delay: 0.10s; }
  .mobile-nav-overlay.open .mobile-link:nth-child(3) { transition-delay: 0.14s; }
  .mobile-nav-overlay.open .mobile-link:nth-child(4) { transition-delay: 0.18s; }
  .mobile-nav-overlay.open .mobile-link:nth-child(5) { transition-delay: 0.22s; }
  .mobile-nav-overlay.open .mobile-link:nth-child(6) { transition-delay: 0.26s; }

  .mobile-overlay-footer {
    align-items: center;
    width: 100%;
    padding-top: 1.25rem;
  }

  .mobile-overlay-footer .btn {
    max-width: 360px;
  }

  .mobile-direct-contact {
    align-items: center;
    text-align: center;
  }

  .hero-section.hero-light-theme {
    min-height: auto !important;
    padding-top: calc(5.8rem + env(safe-area-inset-top)) !important;
    padding-bottom: 2.5rem !important;
  }

  .hero-main-grid {
    width: 100%;
  }

  .hero-badge {
    max-width: 100%;
    white-space: normal;
    text-align: left;
  }

  .hero-headline,
  .heading-title,
  .cta-headline,
  .booking-story-heading h2,
  .mobility-copy h2,
  .service-copy h2 {
    overflow-wrap: anywhere;
  }

  .hero-actions .btn,
  .cta-actions .btn,
  .service-copy .btn,
  .infographic-card-btn {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
  }

  .hero-stats-scene .stats-section {
    width: 100% !important;
  }

  .infographic-wrapper,
  .fleet-showcase-section,
  .why-us-section,
  .clients-logo-section,
  .journey-section,
  .mobility-selector-section,
  .testimonials-section,
  .final-cta-section,
  .footer-section {
    overflow-x: hidden;
  }

  .infographic-cards-grid,
  .fleet-grid.grid-3,
  .stats-grid,
  .cities-grid {
    min-width: 0;
  }

  .clients-logo-grid,
  .trusted-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .booking-story-layout {
    grid-template-columns: 1fr !important;
  }

  .booking-console {
    position: sticky;
    top: 84px;
    z-index: 2;
  }

  .service-car-stage {
    display: grid !important;
    position: sticky !important;
    top: 84px !important;
    z-index: 2;
    border-radius: 12px;
    margin: 0 0 1.25rem !important;
    overflow: hidden;
  }

  .mobility-selector-nav {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    justify-content: stretch !important;
  }

  .mobility-nav-item {
    width: 100%;
    min-width: 0;
    padding: 0 0.75rem !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hero-main-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr) !important;
    gap: 1.25rem !important;
  }

  .hero-headline {
    font-size: clamp(2.8rem, 5.4vw, 4rem) !important;
  }

  .hero-right-car-wrap {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    opacity: 1 !important;
  }

  .hero-car-stage {
    transform: none !important;
  }

  .hero-car-cutout {
    width: 118% !important;
    transform: none !important;
    max-height: 430px !important;
  }

  .infographic-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .infographic-card {
    padding: 1.35rem 1rem !important;
  }
}

@media (max-width: 768px) {
  .navbar-header,
  .navbar-header.scrolled {
    width: min(94vw, 430px) !important;
    height: 58px !important;
    padding-inline: 0.75rem !important;
  }

  .rar-logo-img {
    width: min(46vw, 176px) !important;
  }

  .nav-whatsapp-btn,
  .mobile-toggle-btn {
    flex-basis: 39px;
    width: 39px !important;
    height: 39px !important;
  }

  .hero-section.hero-light-theme {
    padding-top: calc(5.25rem + env(safe-area-inset-top)) !important;
  }

  .hero-main-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    text-align: left !important;
    gap: 0.95rem !important;
    min-height: 0 !important;
  }

  .hero-left-content {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-badge,
  .hero-headline,
  .hero-subtext,
  .hero-actions,
  .hero-features-list {
    order: initial !important;
  }

  .hero-badge {
    align-self: flex-start;
    margin: 0 0 0.85rem !important;
    font-size: 0.67rem !important;
    line-height: 1.35;
    padding: 0.45rem 0.75rem !important;
  }

  .hero-headline {
    font-size: clamp(2.15rem, 9.4vw, 3.25rem) !important;
    line-height: 1.08 !important;
    margin-bottom: 0.85rem !important;
  }

  .hero-subtext {
    max-width: none !important;
    margin: 0 0 1.2rem !important;
    font-size: 0.94rem !important;
  }

  .hero-actions {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
    margin-bottom: 1.1rem !important;
  }

  .hero-right-car-wrap {
    position: relative !important;
    inset: auto !important;
    order: initial !important;
    width: 100% !important;
    max-width: 520px !important;
    height: clamp(190px, 54vw, 310px) !important;
    margin: 0.25rem auto 0.75rem !important;
    opacity: 1 !important;
    pointer-events: none !important;
  }

  .hero-car-stage {
    height: 100% !important;
    justify-content: center !important;
  }

  .hero-car-cutout {
    width: 112% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }

  .hero-features-list {
    width: calc(100% + 1.15rem) !important;
    margin-right: -1.15rem;
    padding-right: 1.15rem;
  }

  .feature-item {
    flex: 0 0 auto;
  }

  .hero-stats-scene .stats-section {
    padding: 1.25rem 1.15rem 3rem !important;
  }

  .hero-stats-scene .stat-item {
    border-radius: 10px;
  }

  .infographic-nodes-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .infographic-node-btn {
    width: 58px !important;
    height: 58px !important;
  }

  .infographic-node-btn .node-num {
    font-size: 1rem !important;
  }

  .infographic-node-btn .node-mini-label {
    font-size: 0.52rem !important;
  }

  .infographic-card {
    border-radius: 12px !important;
  }

  .service-stage-heading {
    margin-bottom: 1.5rem !important;
  }

  .service-car-stage {
    display: grid !important;
    position: sticky !important;
    top: 76px !important;
    border-radius: 12px;
    margin: 0 0 1rem !important;
  }

  .service-copy {
    min-height: auto !important;
    padding: 2.25rem 0 !important;
  }

  .service-copy .btn {
    width: 100%;
  }

  .clients-logo-grid,
  .trusted-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.85rem !important;
  }

  .booking-console {
    position: relative;
    top: auto;
  }

  .booking-story-step {
    min-height: auto !important;
    padding: 1.35rem !important;
  }

  .mobility-selector-inner {
    padding-top: 5.75rem !important;
  }

  .mobility-selector-stage {
    grid-template-columns: 1fr !important;
  }

  .mobility-copy-stack {
    height: auto !important;
    min-height: 0;
  }

  .mobility-copy {
    position: relative !important;
    display: none;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .mobility-copy.is-active {
    display: block;
  }

  .mobility-selector-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mobility-nav-item {
    height: 58px !important;
    font-size: 0.68rem !important;
  }

  .testimonials-grid {
    width: 100%;
    max-width: 100% !important;
  }

  .instagram-media {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .cta-box {
    border-radius: 14px !important;
  }

  .floating-whatsapp-btn,
  .floating-call-btn {
    width: 50px !important;
    height: 50px !important;
  }
}

@media (max-width: 420px) {
  .navbar-header,
  .navbar-header.scrolled {
    width: calc(100vw - 1rem) !important;
  }

  .rar-logo-img {
    width: min(43vw, 156px) !important;
  }

  .navbar-actions {
    gap: 0.32rem !important;
  }

  .nav-whatsapp-btn,
  .mobile-toggle-btn {
    flex-basis: 36px;
    width: 36px !important;
    height: 36px !important;
  }

  .hero-headline {
    font-size: clamp(2rem, 10vw, 2.7rem) !important;
  }

  .hero-right-car-wrap {
    height: 205px !important;
  }

  .mobile-link {
    min-height: 48px;
  }
}

/* Inner pages final responsive pass: About, Services and Contact. */
@media (max-width: 1024px) {
  .about-page,
  .services-page,
  .contact-refresh-page,
  .about-page section,
  .services-page section,
  .contact-refresh-page section {
    max-width: 100%;
    overflow-x: hidden;
  }

  .about-video-hero,
  .services-cinematic-hero,
  .contact-refresh-hero {
    height: auto !important;
    min-height: auto !important;
    padding-top: calc(6rem + env(safe-area-inset-top)) !important;
    padding-bottom: clamp(2.75rem, 6vw, 4.5rem) !important;
    align-items: flex-start !important;
  }

  .about-hero-content,
  .services-hero-inner,
  .contact-refresh-hero-inner {
    width: 100% !important;
    min-width: 0 !important;
  }

  .services-hero-inner,
  .contact-refresh-hero-inner,
  .about-split-container,
  .principles-drive-head,
  .journey-evolution-head,
  .contact-refresh-quote .contact-refresh-section-head,
  .contact-refresh-services .contact-refresh-section-head {
    grid-template-columns: 1fr !important;
  }

  .about-hero-title,
  .about-hero-content h1,
  .services-hero-copy h1,
  .contact-hero-content-side h1,
  .contact-refresh-hero-copy h1,
  .about-split-title,
  .principles-drive-head h2,
  .journey-evolution-head h2,
  .contact-refresh-section-head h2,
  .catalogue-main-title,
  .scope-header-title {
    max-width: 100% !important;
    overflow-wrap: anywhere;
    letter-spacing: 0 !important;
  }

  .about-hero-lead,
  .about-hero-content p,
  .services-hero-copy p,
  .contact-hero-content-side p,
  .contact-refresh-hero-copy p,
  .contact-refresh-section-head p,
  .journey-evolution-head > p,
  .principles-drive-head p,
  .scope-header-desc,
  .catalogue-main-subtitle {
    max-width: 100% !important;
  }

  .about-hero-actions,
  .services-hero-actions,
  .contact-refresh-actions {
    width: 100%;
    gap: 0.75rem !important;
  }

  .about-hero-actions .btn,
  .services-hero-actions .btn,
  .contact-refresh-actions .btn {
    min-width: 0;
    white-space: normal;
  }

  /* About page */
  .about-hero-content {
    text-align: left !important;
  }

  .about-hero-bottom {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: 2rem !important;
    justify-content: flex-start !important;
    gap: 0.75rem !important;
  }

  .about-split-layout {
    height: auto !important;
    min-height: 0 !important;
    padding: clamp(4rem, 8vw, 6rem) 0 !important;
    overflow: hidden !important;
  }

  .about-split-bg {
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr !important;
    opacity: 0.6;
  }

  .about-split-left,
  .about-split-right {
    padding: 0 !important;
    text-align: left !important;
    justify-content: flex-start !important;
  }

  .about-split-desc {
    margin: 0 !important;
  }

  .about-stacked-cards {
    width: 100% !important;
    max-width: 760px;
    margin: 0 !important;
    gap: 1rem !important;
  }

  .about-stacked-card {
    min-width: 0;
    border-radius: 12px !important;
  }

  .principles-drive-section {
    min-height: 0 !important;
    padding: clamp(4rem, 7vw, 5.5rem) 0 !important;
  }

  .principles-drive-inner {
    min-height: 0 !important;
  }

  .principles-drive-stage {
    height: auto !important;
    min-height: 0 !important;
    padding: 1rem !important;
    border-radius: 14px !important;
  }

  .principles-tabs {
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.5rem !important;
    max-width: none !important;
  }

  .principle-tab {
    justify-content: center !important;
    min-width: 0 !important;
    padding-inline: 0.6rem !important;
    white-space: normal !important;
  }

  .principles-copy-panel {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin-top: 1rem !important;
  }

  .principles-car-stage,
  .principles-car-model,
  .principles-road-line {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
  }

  .principles-car-stage {
    width: min(100%, 640px) !important;
    height: clamp(190px, 36vw, 280px) !important;
    margin: 1.25rem auto 0 !important;
  }

  .principles-car-model {
    display: block;
    margin-top: 0.5rem;
    text-align: center;
  }

  .principles-stat-strip {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    margin-top: 1rem !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    border-radius: 12px !important;
  }

  .journey-evolution-section {
    padding-block: clamp(4rem, 7vw, 5.5rem) !important;
  }

  .journey-evolution-footer {
    flex-wrap: wrap !important;
  }

  .journey-evolution-footer a {
    margin-left: 0 !important;
  }

  /* Services page */
  .services-hero-inner {
    gap: 1.25rem !important;
  }

  .services-hero-copy {
    max-width: 100% !important;
  }

  .services-hero-stage {
    min-height: clamp(230px, 45vw, 390px) !important;
    overflow: hidden;
  }

  .services-hero-car {
    width: min(118vw, 860px) !important;
    max-width: none !important;
    max-height: 390px !important;
    transform: none !important;
  }

  .scope-pillars-section,
  .catalogue-slider-section,
  .local-packages-section {
    min-height: 0 !important;
    height: auto !important;
    padding-block: clamp(3.5rem, 7vw, 5rem) !important;
  }

  .scope-pillars-container,
  .catalogue-slider-container {
    height: auto !important;
    gap: 1.5rem !important;
  }

  .scope-pillars-header,
  .catalogue-slider-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
  }

  .scope-pillars-stage {
    height: auto !important;
    min-height: 0 !important;
    flex-direction: column !important;
  }

  .scope-pillar,
  .scope-pillar.is-expanded {
    flex: none !important;
    min-height: 320px !important;
    height: auto !important;
  }

  .pillar-expanded-view {
    max-width: 100% !important;
  }

  .catalogue-slider-stage,
  .catalogue-slide-track {
    height: auto !important;
    min-height: 0 !important;
  }

  .catalogue-slide {
    min-width: 0 !important;
  }

  .catalogue-tabs-bar {
    width: 100% !important;
    padding-bottom: 0.35rem;
  }

  .local-packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.2rem !important;
  }

  .local-package-card {
    min-width: 0;
    padding: 1.5rem !important;
  }

  /* Contact page */
  .contact-refresh-hero {
    min-height: 0 !important;
  }

  .contact-refresh-hero-inner {
    gap: 1.5rem !important;
  }

  .contact-hero-content-side {
    order: 1 !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  .contact-hero-cars-side {
    order: 2 !important;
    min-width: 0;
  }

  .contact-3car-stage {
    width: 100% !important;
    max-width: 680px;
    height: clamp(230px, 42vw, 360px) !important;
    margin: 0 auto !important;
    overflow: hidden;
  }

  .contact-refresh-actions,
  .contact-hero-chips {
    justify-content: flex-start !important;
  }

  .contact-refresh-hero-footer {
    position: relative !important;
    inset: auto !important;
    margin-top: 1.5rem;
    gap: 0.75rem;
    flex-wrap: wrap;
  }

  .contact-refresh-quote,
  .contact-refresh-form-section,
  .contact-refresh-services {
    padding-block: clamp(3.75rem, 7vw, 5.5rem) !important;
  }

  .contact-refresh-detail-grid,
  .refresh-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }

  .contact-custom-hub-row,
  .refresh-form-grid,
  .form-grid-3 {
    grid-template-columns: 1fr !important;
  }

  .contact-refresh-form {
    padding: clamp(1.25rem, 4vw, 2rem) !important;
    border-radius: 14px !important;
  }

  .form-mode-selector {
    border-radius: 14px !important;
    flex-wrap: wrap;
  }

  .form-mode-btn {
    min-width: min(100%, 180px);
    white-space: normal;
  }

  .contact-refresh-final {
    min-height: 0 !important;
    padding-block: clamp(4rem, 8vw, 5.5rem) !important;
  }
}

@media (max-width: 768px) {
  .about-video-hero,
  .services-cinematic-hero,
  .contact-refresh-hero {
    padding-top: calc(5.5rem + env(safe-area-inset-top)) !important;
  }

  .about-hero-title,
  .about-hero-content h1 {
    font-size: clamp(2.2rem, 10vw, 3.2rem) !important;
    line-height: 1.08 !important;
  }

  .services-hero-copy h1,
  .contact-hero-content-side h1,
  .contact-refresh-hero-copy h1 {
    font-size: clamp(2.05rem, 9.3vw, 3.05rem) !important;
    line-height: 1.08 !important;
  }

  .about-hero-actions,
  .services-hero-actions,
  .contact-refresh-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .about-hero-actions .btn,
  .services-hero-actions .btn,
  .contact-refresh-actions .btn {
    width: 100% !important;
  }

  .about-hero-link,
  .contact-refresh-phone {
    justify-content: center;
    width: 100%;
  }

  .about-hero-bottom,
  .contact-refresh-hero-footer {
    display: none !important;
  }

  .about-split-layout,
  .principles-drive-section,
  .journey-evolution-section,
  .scope-pillars-section,
  .catalogue-slider-section,
  .local-packages-section,
  .contact-refresh-quote,
  .contact-refresh-form-section,
  .contact-refresh-services {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about-split-label,
  .journey-evolution-kicker,
  .services-kicker,
  .contact-refresh-kicker,
  .contact-refresh-overline,
  .eyebrow {
    max-width: 100%;
    font-size: 0.68rem !important;
    line-height: 1.4;
    letter-spacing: 0.08em !important;
  }

  .about-stacked-card {
    grid-template-columns: 40px 1fr !important;
    gap: 0.9rem !important;
    padding: 1rem !important;
  }

  .stacked-card-title {
    font-size: 1rem !important;
  }

  .stacked-card-desc {
    font-size: 0.78rem !important;
  }

  .principles-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .principle-tab {
    min-height: 42px !important;
    font-size: 0.68rem !important;
  }

  .principles-copy-panel {
    padding: 1.15rem !important;
  }

  .principles-copy-panel h3 {
    font-size: clamp(1.35rem, 6vw, 1.85rem) !important;
  }

  .principles-stat-strip {
    grid-template-columns: 1fr !important;
  }

  .principles-stat-strip > div {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .journey-evolution-footer {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .services-hero-stage {
    min-height: clamp(190px, 55vw, 280px) !important;
  }

  .services-hero-car {
    width: min(150vw, 760px) !important;
    max-height: 300px !important;
  }

  .scope-pillar,
  .scope-pillar.is-expanded {
    min-height: 300px !important;
  }

  .catalogue-header-controls {
    width: 100%;
    justify-content: space-between;
  }

  .catalogue-slide.is-active {
    display: flex !important;
    flex-direction: column !important;
  }

  .catalogue-slide-info {
    padding: 1.15rem !important;
  }

  .catalogue-slide-media {
    min-height: 210px !important;
  }

  .local-packages-grid,
  .contact-refresh-detail-grid,
  .refresh-service-grid {
    grid-template-columns: 1fr !important;
  }

  .local-package-card,
  .refresh-detail-card,
  .refresh-service-card,
  .custom-hub-box {
    padding: 1.25rem !important;
    border-radius: 12px !important;
  }

  .contact-refresh-hero-inner {
    display: flex !important;
    flex-direction: column !important;
  }

  .contact-3car-stage {
    height: clamp(210px, 58vw, 280px) !important;
  }

  .contact-hero-chips {
    gap: 0.45rem !important;
  }

  .contact-hero-chip,
  .hub-channel-info strong,
  .service-card-badge,
  .pillar-category-badge {
    white-space: normal !important;
  }

  .contact-refresh-form-wrap {
    margin-top: 2rem !important;
  }

  .form-mode-selector {
    flex-direction: column !important;
  }

  .form-mode-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .about-hero-title,
  .about-hero-content h1,
  .services-hero-copy h1,
  .contact-hero-content-side h1,
  .contact-refresh-hero-copy h1 {
    font-size: clamp(1.85rem, 10.5vw, 2.45rem) !important;
  }

  .about-video-hero,
  .services-cinematic-hero,
  .contact-refresh-hero {
    padding-top: calc(5rem + env(safe-area-inset-top)) !important;
  }

  .principles-tabs {
    grid-template-columns: 1fr !important;
  }

  .services-hero-car {
    width: 164vw !important;
  }

  .contact-3car-stage {
    height: 220px !important;
  }
}

/* About page mobile polish requested: centered headings, larger principle car and aligned stats. */
@media (max-width: 768px) {
  .about-hero-content,
  .about-split-left,
  .principles-drive-head,
  .journey-evolution-head {
    text-align: center !important;
  }

  .about-hero-lead,
  .about-hero-content p,
  .about-split-desc,
  .principles-drive-head p,
  .journey-evolution-head > p {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .about-hero-actions,
  .about-split-label,
  .journey-evolution-kicker {
    justify-content: center !important;
  }

  .principles-drive-stage {
    padding: 1.15rem !important;
  }

  .principles-tabs {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 420px !important;
  }

  .principles-copy-panel {
    text-align: center !important;
  }

  .principle-meta,
  .principle-features li {
    justify-content: center !important;
  }

  .principle-features li {
    text-align: left;
  }

  .principles-car-stage {
    width: min(100%, 520px) !important;
    height: clamp(250px, 68vw, 340px) !important;
    margin-top: 1.4rem !important;
  }

  .principles-car-viewport {
    background-size: 122% auto !important;
    background-position: center center !important;
    transform: scale(1.06);
  }

  .principles-car-model {
    margin-top: 0.75rem !important;
    font-size: clamp(0.82rem, 3.7vw, 1.15rem) !important;
    letter-spacing: 0.16em !important;
  }

  .principles-stat-strip {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    overflow: hidden !important;
  }

  .principles-stat-strip > div {
    align-items: center !important;
    min-height: 92px;
    padding: 0.75rem 0.45rem !important;
    text-align: center;
    border-right: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-bottom: 0 !important;
  }

  .principles-stat-strip > div:last-child {
    border-right: 0 !important;
  }

  .principles-stat-strip strong {
    font-size: clamp(1.45rem, 7vw, 2.2rem) !important;
    line-height: 1 !important;
  }

  .principles-stat-strip span {
    font-size: clamp(0.53rem, 2.1vw, 0.7rem) !important;
    line-height: 1.25 !important;
    letter-spacing: 0.03em !important;
  }

  .journey-evolution-head h2 {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .journey-growth-strip {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .principles-car-stage {
    height: 255px !important;
  }

  .principles-car-viewport {
    background-size: 132% auto !important;
  }

  .principles-stat-strip > div {
    min-height: 82px;
    padding-inline: 0.28rem !important;
  }
}

/* Complete touch-device stabilization pass: all pages, all long sections. */
@media (max-width: 1024px) {
  *,
  *::before,
  *::after {
    max-width: 100%;
  }

  body,
  .home-page,
  .about-page,
  .services-page,
  .fleet-page,
  .plans-page,
  .contact-refresh-page {
    overflow-x: hidden !important;
  }

  .section,
  .fleet-hero-banner,
  .tour-package-explorer,
  .tour-process-section,
  .scope-pillars-section,
  .catalogue-slider-section,
  .local-packages-section,
  .contact-refresh-form-section,
  .contact-refresh-services {
    scroll-margin-top: 86px;
  }

  .mobile-nav-overlay {
    display: flex !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -10px, 0) scale(0.985);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0.28s;
  }

  .mobile-nav-overlay.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0s;
  }

  .mobile-menu-links {
    gap: clamp(0.75rem, 2.2vw, 1.1rem) !important;
    margin-top: clamp(1.75rem, 6vw, 2.6rem) !important;
  }

  .mobile-link {
    min-width: 0;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .btn,
  button,
  a {
    -webkit-tap-highlight-color: transparent;
  }

  .btn span,
  .nav-item,
  .fleet-pill-btn span,
  .view-btn span,
  .tour-main-tab span,
  .tour-sub-tab,
  .catalogue-tab span,
  .channel-main-val,
  .contact-refresh-phone strong {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .btn,
  .btn-lg,
  .btn-md,
  .car-book-btn,
  .car-detail-btn,
  .btn-tour-book,
  .btn-tour-itinerary,
  .pillar-action-btn,
  .channel-action-badge {
    min-height: 46px;
    white-space: normal !important;
    text-align: center;
  }

  .fleet-hero-banner,
  .tour-video-hero,
  .luxury-hero-slider-section {
    width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    padding-top: calc(6rem + env(safe-area-inset-top)) !important;
    padding-bottom: clamp(3rem, 8vw, 4.5rem) !important;
    margin-top: 0 !important;
  }

  .tour-video-hero {
    min-height: 640px !important;
  }

  .video-hero-inner {
    padding-top: 0 !important;
  }

  .video-hero-content h1,
  .fleet-hero-title,
  .tour-section-head h2,
  .local-main-title,
  .scope-header-title,
  .catalogue-main-title,
  .contact-hero-title,
  .contact-refresh-section-head h2,
  .cta-headline {
    letter-spacing: 0 !important;
    overflow-wrap: anywhere;
  }

  .video-hero-content p,
  .fleet-hero-subtitle,
  .tour-section-head p,
  .local-main-desc,
  .scope-header-desc,
  .catalogue-main-subtitle,
  .contact-hero-desc,
  .contact-refresh-section-head p,
  .cta-sub {
    max-width: 100% !important;
  }

  .fleet-hero-stage-container {
    height: clamp(250px, 42vw, 380px) !important;
    margin-bottom: clamp(1.2rem, 4vw, 2rem) !important;
    overflow: hidden !important;
  }

  .fleet-hero-5car-stage {
    height: 100% !important;
    transform: none !important;
  }

  .fleet-stage-img {
    height: clamp(118px, 20vw, 210px) !important;
    width: auto !important;
    object-fit: contain !important;
  }

  .f-car-far-left {
    transform: translateX(-50%) translateX(-210px) scale(0.78) !important;
  }

  .f-car-mid-left {
    transform: translateX(-50%) translateX(-110px) scale(0.88) !important;
  }

  .f-car-center-hero {
    transform: translateX(-50%) scale(1) !important;
  }

  .f-car-mid-right {
    transform: translateX(-50%) translateX(110px) scale(0.88) !important;
  }

  .f-car-far-right {
    transform: translateX(-50%) translateX(210px) scale(0.78) !important;
  }

  .fleet-stats-floating-strip,
  .tour-category-tabs-v2,
  .tour-subfilter-bar,
  .fleet-pills-bar,
  .catalogue-tabs-bar {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 0.7rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-bottom: 0.5rem !important;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .fleet-stats-floating-strip > *,
  .tour-main-tab,
  .tour-sub-tab,
  .fleet-pill-btn,
  .catalogue-tab {
    flex: 0 0 auto !important;
    scroll-snap-align: start;
  }

  .fleet-stats-floating-strip {
    border-radius: 14px !important;
  }

  .stat-divider {
    display: none !important;
  }

  .fleet-controls-bar,
  .active-filters-bar,
  .tour-card-footer,
  .tour-modal-actions,
  .slide-cta-row,
  .pillar-actions,
  .cta-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
    gap: 0.85rem !important;
  }

  .fleet-search-box,
  .filter-group,
  .view-toggle-group,
  .filter-count,
  .active-label,
  .filter-tags,
  .clear-all-filters-btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  .view-toggle-btns {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .fleet-catalogue-grid,
  .tour-cards-grid-v2,
  .tour-process-grid,
  .tariff-policy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.1rem !important;
  }

  .fleet-card-item,
  .tour-card-v2,
  .tour-process-card,
  .policy-card {
    min-width: 0 !important;
  }

  .car-card-image-wrap,
  .tour-card-media-v2 {
    height: clamp(190px, 28vw, 240px) !important;
  }

  .car-specs-grid,
  .slide-bullets-grid,
  .tour-inclusions-grid,
  .t-features-grid-large,
  .t-modal-quick-specs,
  .contact-direct-grid,
  .refresh-form-grid,
  .form-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .fleet-detail-row,
  .t-modal-showcase-grid,
  .t-modal-standards-row {
    grid-template-columns: 1fr !important;
  }

  .detail-action-col,
  .detail-pricing-card,
  .detail-btns-wrap {
    width: 100% !important;
  }

  .detail-specs-bar,
  .detail-features-list {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .tariff-modal-drawer,
  .tour-modal-shell {
    width: min(100%, 920px) !important;
    max-width: calc(100vw - 1.5rem) !important;
    max-height: calc(100dvh - 1.5rem) !important;
    border-radius: 14px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .tariff-modal-content,
  .tour-modal-body {
    min-width: 0 !important;
  }

  .scope-pillars-stage {
    gap: 1rem !important;
  }

  .scope-pillar,
  .scope-pillar.is-expanded {
    overflow: hidden !important;
  }

  .pillar-expanded-view,
  .pillar-body,
  .catalogue-slide-info {
    min-width: 0 !important;
  }

  .pillar-top-meta,
  .slide-meta-row {
    flex-wrap: wrap !important;
    gap: 0.55rem !important;
  }

  .catalogue-slide,
  .catalogue-slide.is-active {
    width: 100% !important;
    min-width: 100% !important;
  }

  .catalogue-slide-media,
  .media-card-frame {
    min-height: clamp(240px, 40vw, 360px) !important;
  }

  .media-floating-badge {
    left: 1rem !important;
    right: 1rem !important;
    width: auto !important;
    white-space: normal !important;
  }

  .contact-channel-item {
    min-width: 0 !important;
  }

  .channel-action-badge {
    justify-content: center;
  }

  .contact-stage-car-img {
    height: clamp(132px, 23vw, 210px) !important;
  }

  .c-car-left {
    transform: translateX(-50%) translateX(-104px) scale(0.82) !important;
  }

  .c-car-right {
    transform: translateX(-50%) translateX(104px) scale(0.82) !important;
  }

  .c-car-center {
    transform: translateX(-50%) scale(1) !important;
  }

  .footer-section {
    padding-bottom: calc(6rem + env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 768px) {
  .container,
  .hero-container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .navbar-header,
  .navbar-header.scrolled {
    width: calc(100vw - 1rem) !important;
  }

  .mobile-nav-overlay {
    padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom)) !important;
  }

  .mobile-link {
    font-size: clamp(1.1rem, 5vw, 1.45rem) !important;
  }

  .hero-features-list,
  .bottom-links,
  .seo-pills-wrap {
    overflow-x: auto;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    padding-bottom: 0.45rem;
  }

  .home-page .hero-badge {
    display: inline-flex !important;
    align-self: center !important;
    width: auto !important;
    max-width: 100% !important;
    gap: 0.38rem !important;
    padding: 0.42rem 0.62rem !important;
    font-size: clamp(0.5rem, 2.45vw, 0.67rem) !important;
    line-height: 1 !important;
    letter-spacing: 0.02em !important;
    white-space: nowrap !important;
  }

  .home-page .hero-badge span {
    display: block;
    min-width: 0;
    white-space: nowrap !important;
  }

  .home-page .hero-badge i {
    flex: 0 0 auto;
    font-size: 0.82em !important;
  }

  .home-page .hero-left-content {
    align-items: center !important;
    text-align: center !important;
  }

  .home-page .hero-headline,
  .home-page .hero-subtext {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .home-page .hero-actions {
    justify-items: center !important;
  }

  .video-hero-content {
    text-align: left !important;
  }

  .video-hero-kicker,
  .about-hero-title,
  .services-hero-title,
  .fleet-hero-title,
  .tour-section-head,
  .local-section-head,
  .section-head,
  .cta-box {
    text-align: center !important;
  }

  .video-hero-content h1 {
    font-size: clamp(2rem, 9.2vw, 3rem) !important;
    line-height: 1.08 !important;
  }

  .fleet-hero-title,
  .tour-section-head h2,
  .local-main-title,
  .scope-header-title,
  .catalogue-main-title {
    font-size: clamp(1.85rem, 8vw, 2.55rem) !important;
    line-height: 1.12 !important;
  }

  .tour-video-hero {
    min-height: 590px !important;
  }

  .video-hero-actions .btn,
  .about-hero-actions .btn,
  .services-hero-actions .btn,
  .contact-refresh-actions .btn,
  .cta-actions .btn {
    width: 100% !important;
    max-width: none !important;
  }

  .fleet-hero-stage-container {
    height: clamp(220px, 58vw, 310px) !important;
  }

  .fleet-stage-img {
    height: clamp(92px, 28vw, 150px) !important;
  }

  .f-car-far-left {
    transform: translateX(-50%) translateX(-130px) scale(0.68) !important;
  }

  .f-car-mid-left {
    transform: translateX(-50%) translateX(-68px) scale(0.8) !important;
  }

  .f-car-mid-right {
    transform: translateX(-50%) translateX(68px) scale(0.8) !important;
  }

  .f-car-far-right {
    transform: translateX(-50%) translateX(130px) scale(0.68) !important;
  }

  .fleet-catalogue-grid,
  .tour-cards-grid-v2,
  .tour-process-grid,
  .tariff-policy-grid,
  .local-packages-grid,
  .car-specs-grid,
  .slide-bullets-grid,
  .tour-inclusions-grid,
  .t-features-grid-large,
  .t-modal-quick-specs,
  .contact-direct-grid,
  .refresh-form-grid,
  .form-grid-3 {
    grid-template-columns: 1fr !important;
  }

  .fleet-controls-bar,
  .contact-refresh-form,
  .tour-card-body-v2,
  .tour-process-card,
  .policy-card {
    padding: 1rem !important;
    border-radius: 12px !important;
  }

  .fleet-search-box input,
  .filter-group select,
  .rar-input,
  .rar-select,
  .rar-textarea {
    min-height: 46px;
    font-size: 0.88rem;
  }

  .tour-main-tab {
    width: min(82vw, 310px) !important;
  }

  .tour-sub-tab,
  .fleet-pill-btn,
  .catalogue-tab {
    min-height: 44px !important;
  }

  .tour-card-media-v2,
  .car-card-image-wrap {
    height: clamp(180px, 56vw, 230px) !important;
  }

  .tour-card-title,
  .car-title,
  .detail-header h2,
  .t-modal-title,
  .tour-modal-header-title {
    font-size: clamp(1.15rem, 5.8vw, 1.65rem) !important;
    line-height: 1.18 !important;
  }

  .tour-modal-backdrop,
  .tariff-modal-overlay {
    align-items: stretch !important;
    padding: 0 !important;
  }

  .tour-modal-shell,
  .tariff-modal-drawer {
    width: 100% !important;
    max-width: 100% !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    border-radius: 0 !important;
  }

  .tour-modal-header {
    min-height: 230px !important;
  }

  .tour-modal-header-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.45rem !important;
  }

  .tour-modal-body {
    padding: 1rem !important;
  }

  .scope-pillar,
  .scope-pillar.is-expanded {
    min-height: auto !important;
    padding: 0 !important;
  }

  .pillar-collapsed-view {
    display: none !important;
  }

  .pillar-expanded-view {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    padding: 1.2rem !important;
  }

  .pillar-main-title,
  .catalogue-slide-info h3 {
    font-size: clamp(1.35rem, 6.4vw, 2rem) !important;
  }

  .catalogue-header-controls {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 0.75rem !important;
  }

  .catalogue-slide-media,
  .media-card-frame {
    min-height: 220px !important;
  }

  .contact-channel-item {
    grid-template-columns: 42px 1fr !important;
    padding: 0.9rem !important;
    border-radius: 12px !important;
  }

  .channel-icon-box {
    width: 42px !important;
    height: 42px !important;
  }

  .channel-action-badge {
    grid-column: 1 / -1;
    width: 100%;
  }

  .channel-main-val,
  .channel-phone-link {
    white-space: normal !important;
    font-size: 0.96rem !important;
  }

  .contact-3car-stage {
    overflow: hidden !important;
  }

  .contact-stage-car-img {
    height: clamp(105px, 32vw, 145px) !important;
  }

  .c-car-left {
    transform: translateX(-50%) translateX(-76px) scale(0.78) !important;
  }

  .c-car-right {
    transform: translateX(-50%) translateX(76px) scale(0.78) !important;
  }

  .testimonial-author-row,
  .footer-bottom,
  .sum-item {
    align-items: flex-start !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .home-page .why-stage-heading {
    width: 100% !important;
    max-width: 340px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .home-page .why-stage-heading h2 {
    font-size: clamp(1.55rem, 6.5vw, 2rem) !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
  }

  .home-page .why-stage-heading p {
    max-width: 280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.84rem !important;
    line-height: 1.5 !important;
  }

  .home-page .testimonials-section .section-heading {
    max-width: 100% !important;
    margin-bottom: 1.8rem !important;
    text-align: center !important;
  }

  .home-page .testimonials-section .heading-title {
    font-size: clamp(1.45rem, 5.6vw, 2rem) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
  }

  .home-page .booking-story-stage {
    padding-top: 3.5rem !important;
  }

  .home-page .booking-story-heading {
    max-width: 340px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .home-page .booking-story-kicker {
    justify-content: center !important;
    font-size: 0.66rem !important;
    line-height: 1.35 !important;
    letter-spacing: 0.08em !important;
  }

  .home-page .booking-story-heading h2 {
    max-width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(1.45rem, 6.6vw, 2rem) !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
  }

  .home-page .booking-story-heading p {
    max-width: 280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.86rem !important;
    line-height: 1.55 !important;
  }

  .home-page .mobility-selector-head {
    align-items: center !important;
    text-align: center !important;
  }

  .home-page .mobility-selector-kicker {
    justify-content: center !important;
    max-width: none !important;
    width: 100% !important;
    font-size: 0.66rem !important;
    line-height: 1.35 !important;
    letter-spacing: 0.08em !important;
  }

  .home-page .mobility-selector-index {
    display: none !important;
  }

  .home-page .mobility-copy {
    text-align: center !important;
  }

  .home-page .mobility-copy > span {
    display: block !important;
    text-align: center !important;
    font-size: 0.68rem !important;
    line-height: 1.35 !important;
    letter-spacing: 0.08em !important;
  }

  .home-page .mobility-copy h2 {
    max-width: 340px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(1.85rem, 8.2vw, 2.35rem) !important;
    line-height: 1.08 !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .home-page .mobility-copy p {
    max-width: 330px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .home-page .mobility-copy > div {
    justify-content: center !important;
    text-align: center !important;
  }

  .home-page .mobility-copy .btn {
    align-self: center !important;
    width: 100% !important;
    max-width: 300px !important;
    margin: 1.4rem auto 0 !important;
  }

  .floating-whatsapp-btn,
  .floating-call-btn {
    bottom: max(1rem, env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 420px) {
  .container,
  .hero-container {
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
  }

  .rar-logo-img {
    width: min(42vw, 150px) !important;
  }

  .fleet-hero-stage-container {
    height: 205px !important;
  }

  .fleet-stage-img {
    height: 96px !important;
  }

  .tour-video-hero {
    min-height: 560px !important;
  }

  .tour-main-tab {
    width: 84vw !important;
    padding: 0.85rem !important;
  }

  .home-page .hero-badge {
    max-width: calc(100vw - 1.7rem) !important;
    align-self: center !important;
    gap: 0.28rem !important;
    padding-inline: 0.48rem !important;
    font-size: clamp(0.43rem, 2.3vw, 0.56rem) !important;
    letter-spacing: 0 !important;
  }

  .home-page .why-stage-heading {
    max-width: 300px !important;
  }

  .home-page .why-stage-heading h2 {
    font-size: clamp(1.35rem, 6.2vw, 1.72rem) !important;
  }

  .home-page .testimonials-section .heading-title {
    font-size: clamp(1.16rem, 5.45vw, 1.42rem) !important;
  }

  .home-page .booking-story-heading,
  .home-page .mobility-copy h2,
  .home-page .mobility-copy p {
    max-width: 290px !important;
  }

  .home-page .booking-story-heading h2 {
    font-size: clamp(1.28rem, 6vw, 1.62rem) !important;
  }

  .home-page .mobility-copy h2 {
    font-size: clamp(1.62rem, 7.8vw, 2rem) !important;
  }

  .car-card-body,
  .local-package-card,
  .refresh-detail-card,
  .refresh-service-card,
  .custom-hub-box,
  .cta-box {
    padding: 1rem !important;
  }

  .tour-badge-duration,
  .tour-badge-region,
  .car-card-category,
  .car-card-badge,
  .media-floating-badge {
    font-size: 0.62rem !important;
  }

  .catalogue-header-controls {
    grid-template-columns: 1fr !important;
  }
}

/* About page: six core principles mobile alignment. */
@media (max-width: 768px) {
  .principles-drive-section {
    padding: 3.75rem 0.9rem !important;
  }

  .principles-drive-inner {
    gap: 1.15rem !important;
  }

  .principles-drive-head {
    display: block !important;
    max-width: 340px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .principles-drive-head h2 {
    max-width: 320px !important;
    margin: 0 auto !important;
    font-size: clamp(1.55rem, 6.8vw, 2.05rem) !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
  }

  .principles-drive-head p {
    max-width: 300px !important;
    margin: 0.75rem auto 0 !important;
    font-size: 0.86rem !important;
    line-height: 1.55 !important;
  }

  .principles-drive-stage {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 1rem !important;
    overflow: hidden !important;
    border-radius: 14px !important;
  }

  .principles-watermark,
  .principles-scroll-progress-bar,
  .principles-road-line {
    display: none !important;
  }

  .principles-tabs {
    order: 1 !important;
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    gap: 0.55rem !important;
  }

  .principle-tab {
    width: 100% !important;
    min-height: 42px !important;
    justify-content: center !important;
    gap: 0.42rem !important;
    padding: 0.55rem 0.45rem !important;
    border-radius: 999px !important;
    font-size: 0.68rem !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }

  .principle-tab i {
    flex: 0 0 auto;
    font-size: 0.9em !important;
  }

  .principles-copy-panel {
    order: 2 !important;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    padding: 1.05rem !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.78);
    text-align: center !important;
  }

  .principle-meta {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 0.45rem !important;
  }

  .principle-count,
  .principle-tag {
    font-size: 0.62rem !important;
    letter-spacing: 0.06em !important;
  }

  .principles-copy-panel h3 {
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(1.2rem, 5.8vw, 1.55rem) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
  }

  .principles-copy-panel p {
    max-width: 310px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.84rem !important;
    line-height: 1.55 !important;
  }

  .principle-features {
    max-width: 315px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 0.55rem !important;
  }

  .principle-features li {
    justify-content: flex-start !important;
    text-align: left !important;
    font-size: 0.78rem !important;
    line-height: 1.38 !important;
  }

  .principles-car-stage {
    order: 3 !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: min(100%, 360px) !important;
    height: clamp(180px, 50vw, 235px) !important;
    margin: 0.2rem auto 0 !important;
    transform: none !important;
    overflow: visible !important;
  }

  .principles-car-viewport {
    width: 100% !important;
    height: 100% !important;
    background-size: contain !important;
    background-position: center bottom !important;
    transform: none !important;
  }

  .principles-car-model {
    order: 4 !important;
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    display: block !important;
    margin: -0.35rem auto 0 !important;
    transform: none !important;
    text-align: center !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.12em !important;
  }

  .principles-stat-strip {
    order: 5 !important;
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 360px !important;
    height: auto !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    border-radius: 12px !important;
  }

  .principles-stat-strip > div {
    min-height: 78px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.6rem 0.25rem !important;
    text-align: center !important;
    border-right: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-bottom: 0 !important;
  }

  .principles-stat-strip > div:last-child {
    border-right: 0 !important;
  }

  .principles-stat-strip strong {
    font-size: clamp(1.15rem, 6vw, 1.55rem) !important;
    line-height: 1 !important;
  }

  .principles-stat-strip span {
    font-size: clamp(0.48rem, 2.15vw, 0.62rem) !important;
    line-height: 1.2 !important;
    letter-spacing: 0.02em !important;
  }
}

@media (max-width: 420px) {
  .principles-drive-section {
    padding-inline: 0.75rem !important;
  }

  .principles-drive-head,
  .principles-copy-panel,
  .principles-tabs,
  .principles-stat-strip {
    max-width: 100% !important;
  }

  .principle-tab {
    font-size: 0.62rem !important;
    padding-inline: 0.35rem !important;
  }

  .principles-car-stage {
    height: 185px !important;
  }
}

/* About page: journey evolution mobile alignment. */
@media (max-width: 768px) {
  .journey-evolution-section {
    padding: 3.75rem 0.9rem !important;
  }

  .journey-evolution-head {
    display: block !important;
    max-width: 340px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .journey-evolution-kicker {
    justify-content: center !important;
    width: 100% !important;
    font-size: 0.66rem !important;
    line-height: 1.35 !important;
    letter-spacing: 0.08em !important;
  }

  .journey-evolution-head h2 {
    max-width: 320px !important;
    margin: 0.85rem auto 0 !important;
    font-size: clamp(1.55rem, 7vw, 2.05rem) !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .journey-evolution-head h2 span {
    display: inline !important;
  }

  .journey-evolution-head > p {
    max-width: 310px !important;
    margin: 0.85rem auto 0 !important;
    font-size: 0.86rem !important;
    line-height: 1.55 !important;
    text-align: center !important;
  }

  .journey-growth-strip {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 340px !important;
    min-height: 0 !important;
    margin: 1.6rem auto 0 !important;
    padding: 1rem !important;
    gap: 0.75rem !important;
    border-radius: 12px !important;
    text-align: center !important;
  }

  .journey-growth-route {
    display: none !important;
  }

  .journey-growth-point,
  .journey-growth-point.is-end {
    align-items: center !important;
    text-align: center !important;
  }

  .journey-growth-point strong {
    font-size: clamp(1.35rem, 6.4vw, 1.85rem) !important;
    white-space: normal !important;
  }

  .journey-route-timeline {
    max-width: 360px !important;
    margin: 2rem auto 0 !important;
  }

  .journey-track-line {
    display: none !important;
  }

  .journey-milestone-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .journey-milestone {
    padding-left: 0 !important;
  }

  .journey-milestone-node {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 52px !important;
    height: 52px !important;
    margin: 0 auto -0.55rem !important;
    border-width: 5px !important;
  }

  .journey-milestone-copy {
    min-height: 0 !important;
    margin: 0 !important;
    padding: 1rem !important;
    border-radius: 10px !important;
    text-align: center !important;
  }

  .journey-milestone-phase {
    justify-content: center !important;
    font-size: 0.6rem !important;
    line-height: 1.25 !important;
  }

  .journey-milestone-copy h3 {
    font-size: clamp(1rem, 5vw, 1.28rem) !important;
    line-height: 1.18 !important;
  }

  .journey-milestone-copy p {
    font-size: 0.78rem !important;
    line-height: 1.55 !important;
  }

  .journey-milestone-facts {
    justify-content: center !important;
  }

  .journey-evolution-footer {
    max-width: 340px !important;
    margin: 1.5rem auto 0 !important;
    padding-top: 1rem !important;
    align-items: center !important;
    text-align: center !important;
    gap: 0.75rem !important;
  }

  .journey-evolution-footer span,
  .journey-evolution-footer a {
    justify-content: center !important;
    width: 100% !important;
  }
}

@media (max-width: 420px) {
  .journey-evolution-head,
  .journey-growth-strip,
  .journey-route-timeline,
  .journey-evolution-footer {
    max-width: 100% !important;
  }

  .journey-evolution-head h2 {
    max-width: 285px !important;
    font-size: clamp(1.35rem, 6.6vw, 1.72rem) !important;
  }
}

/* All pages: final CTA mobile alignment. */
@media (max-width: 768px) {
  .final-cta-section {
    min-height: 0 !important;
    padding: 3.75rem 0.9rem calc(4.5rem + env(safe-area-inset-bottom)) !important;
    display: flex !important;
    align-items: center !important;
  }

  .final-cta-section .cta-container {
    width: 100% !important;
    max-width: 380px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    justify-content: center !important;
  }

  .final-cta-section .cta-box {
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    padding: 1.45rem 1rem !important;
    border-radius: 14px !important;
    text-align: center !important;
  }

  .final-cta-section .eyebrow {
    display: inline-flex !important;
    justify-content: center !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.62rem !important;
    line-height: 1.35 !important;
    letter-spacing: 0.07em !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .final-cta-section .cta-headline {
    max-width: 310px !important;
    margin: 0.7rem auto 0 !important;
    font-size: clamp(1.42rem, 6.5vw, 1.9rem) !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .final-cta-section .cta-sub {
    max-width: 305px !important;
    margin: 0.9rem auto 1.35rem !important;
    font-size: 0.84rem !important;
    line-height: 1.58 !important;
    text-align: center !important;
  }

  .final-cta-section .cta-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    gap: 0.72rem !important;
    align-items: stretch !important;
    justify-items: stretch !important;
  }

  .final-cta-section .cta-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 46px !important;
    padding: 0.72rem 0.75rem !important;
    border-radius: 10px !important;
    font-size: 0.78rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .final-cta-section .cta-actions .btn span {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }
}

@media (max-width: 420px) {
  .final-cta-section {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .final-cta-section .cta-container,
  .final-cta-section .cta-box {
    max-width: 100% !important;
  }

  .final-cta-section .cta-headline {
    max-width: 280px !important;
    font-size: clamp(1.25rem, 6.15vw, 1.55rem) !important;
  }

  .final-cta-section .cta-sub {
    max-width: 280px !important;
    font-size: 0.8rem !important;
  }

  .final-cta-section .cta-actions {
    max-width: 280px !important;
  }
}

/* Services page: hero mobile alignment and motion polish. */
@media (max-width: 768px) {
  .services-page .luxury-hero-slider-section {
    min-height: 100svh !important;
    padding: calc(5.6rem + env(safe-area-inset-top)) 0.95rem 3.25rem !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  .services-page .luxury-hero-overlay {
    background:
      linear-gradient(180deg, rgba(4, 10, 24, 0.68) 0%, rgba(4, 10, 24, 0.44) 42%, rgba(4, 10, 24, 0.78) 100%),
      radial-gradient(ellipse at 50% 48%, rgba(4, 10, 24, 0.12) 0%, rgba(4, 10, 24, 0.62) 78%, rgba(4, 10, 24, 0.78) 100%) !important;
  }

  .services-page .luxury-slide-bg {
    background-position: center center !important;
    transform: scale(1.06);
    animation: servicesHeroImageDrift 8s ease-in-out infinite alternate;
  }

  .services-page .luxury-hero-slide.is-active .luxury-slide-bg {
    transform: scale(1.02);
  }

  .services-page .luxury-hero-center-content {
    width: 100% !important;
    max-width: 360px !important;
    min-height: calc(100svh - 9rem) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    justify-content: center !important;
    text-align: center !important;
    animation: servicesHeroContentIn 0.7s 0.1s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .services-page .services-hero-title {
    width: 100% !important;
    max-width: 340px !important;
    margin: 0 auto 0.9rem !important;
    text-align: center !important;
    line-height: 1.08 !important;
  }

  .services-page .hero-title-main,
  .services-page .services-title-accent {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(1.65rem, 7.4vw, 2.35rem) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .services-page .services-title-accent {
    margin-top: 0.25rem !important;
    font-size: clamp(1.55rem, 7vw, 2.18rem) !important;
  }

  .services-page .services-hero-lead {
    max-width: 330px !important;
    margin: 0 auto 1.35rem !important;
    font-size: 0.88rem !important;
    line-height: 1.58 !important;
    text-align: center !important;
  }

  .services-page .services-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    gap: 0.72rem !important;
    justify-items: stretch !important;
  }

  .services-page .services-hero-actions .btn {
    width: 100% !important;
    max-width: none !important;
    min-height: 46px !important;
    padding: 0.72rem 0.85rem !important;
    border-radius: 10px !important;
    font-size: 0.8rem !important;
    line-height: 1.2 !important;
  }

  .services-page .hero-slider-dots {
    width: 100% !important;
    max-width: 270px !important;
    margin: 1.35rem auto 0 !important;
    gap: 0.42rem !important;
    flex-wrap: nowrap !important;
  }

  .services-page .hero-dot {
    width: 14px !important;
    height: 4px !important;
    flex: 0 0 auto !important;
  }

  .services-page .hero-dot.is-active {
    width: 34px !important;
  }
}

@media (max-width: 420px) {
  .services-page .luxury-hero-slider-section {
    padding-inline: 0.75rem !important;
  }

  .services-page .luxury-hero-center-content {
    max-width: 100% !important;
  }

  .services-page .hero-title-main,
  .services-page .services-title-accent {
    font-size: clamp(1.35rem, 7vw, 1.72rem) !important;
  }

  .services-page .services-hero-lead,
  .services-page .services-hero-actions {
    max-width: 285px !important;
  }
}

@keyframes servicesHeroContentIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes servicesHeroImageDrift {
  from {
    transform: scale(1.06) translate3d(-1.5%, 0, 0);
  }

  to {
    transform: scale(1.1) translate3d(1.5%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-page .luxury-slide-bg,
  .services-page .luxury-hero-center-content {
    animation: none !important;
  }
}

/* About page: hero mobile alignment and motion polish. */
@media (max-width: 768px) {
  .about-page .luxury-hero-slider-section {
    min-height: 100svh !important;
    padding: calc(5.6rem + env(safe-area-inset-top)) 0.95rem 3.25rem !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  .about-page .luxury-hero-overlay {
    background:
      linear-gradient(180deg, rgba(4, 10, 24, 0.7) 0%, rgba(4, 10, 24, 0.46) 44%, rgba(4, 10, 24, 0.8) 100%),
      radial-gradient(ellipse at 50% 48%, rgba(4, 10, 24, 0.12) 0%, rgba(4, 10, 24, 0.64) 78%, rgba(4, 10, 24, 0.8) 100%) !important;
  }

  .about-page .luxury-slide-bg {
    background-position: center center !important;
    transform: scale(1.06);
    animation: aboutHeroImageDrift 8s ease-in-out infinite alternate;
  }

  .about-page .luxury-hero-slide.is-active .luxury-slide-bg {
    transform: scale(1.02);
  }

  .about-page .luxury-hero-center-content {
    width: 100% !important;
    max-width: 360px !important;
    min-height: calc(100svh - 9rem) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    justify-content: center !important;
    text-align: center !important;
    animation: aboutHeroContentIn 0.7s 0.1s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .about-page .about-hero-title {
    width: 100% !important;
    max-width: 340px !important;
    margin: 0 auto 0.9rem !important;
    text-align: center !important;
    line-height: 1.08 !important;
  }

  .about-page .hero-title-main,
  .about-page .about-title-accent {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(1.62rem, 7.2vw, 2.25rem) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .about-page .about-title-accent {
    margin-top: 0.25rem !important;
    font-size: clamp(1.45rem, 6.6vw, 2.05rem) !important;
  }

  .about-page .about-hero-lead {
    max-width: 330px !important;
    margin: 0 auto 1.35rem !important;
    font-size: 0.86rem !important;
    line-height: 1.58 !important;
    text-align: center !important;
  }

  .about-page .about-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    gap: 0.72rem !important;
    justify-items: stretch !important;
  }

  .about-page .about-hero-actions .btn {
    width: 100% !important;
    max-width: none !important;
    min-height: 46px !important;
    padding: 0.72rem 0.85rem !important;
    border-radius: 10px !important;
    font-size: 0.8rem !important;
    line-height: 1.2 !important;
  }

  .about-page .hero-slider-dots {
    width: 100% !important;
    max-width: 270px !important;
    margin: 1.35rem auto 0 !important;
    gap: 0.42rem !important;
    flex-wrap: nowrap !important;
  }

  .about-page .hero-dot {
    width: 14px !important;
    height: 4px !important;
    flex: 0 0 auto !important;
  }

  .about-page .hero-dot.is-active {
    width: 34px !important;
  }
}

@media (max-width: 420px) {
  .about-page .luxury-hero-slider-section {
    padding-inline: 0.75rem !important;
  }

  .about-page .luxury-hero-center-content {
    max-width: 100% !important;
  }

  .about-page .hero-title-main {
    font-size: clamp(1.32rem, 6.8vw, 1.7rem) !important;
  }

  .about-page .about-title-accent {
    font-size: clamp(1.2rem, 6.25vw, 1.55rem) !important;
  }

  .about-page .about-hero-lead,
  .about-page .about-hero-actions {
    max-width: 285px !important;
  }
}

@keyframes aboutHeroContentIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes aboutHeroImageDrift {
  from {
    transform: scale(1.06) translate3d(-1.5%, 0, 0);
  }

  to {
    transform: scale(1.1) translate3d(1.5%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page .luxury-slide-bg,
  .about-page .luxury-hero-center-content {
    animation: none !important;
  }
}

/* Services page: 3-tier scale section mobile alignment and animation polish. */
@media (max-width: 768px) {
  .services-page .scope-pillars-section {
    min-height: 0 !important;
    padding: 3.75rem 0.9rem !important;
    overflow: hidden !important;
  }

  .services-page .scope-pillars-section::before {
    animation: servicesGridDrift 18s linear infinite;
  }

  .services-page .scope-pillars-container {
    width: 100% !important;
    max-width: 380px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: 1.5rem !important;
  }

  .services-page .scope-pillars-header {
    display: block !important;
    max-width: 340px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .services-page .scope-header-left {
    max-width: 100% !important;
  }

  .services-page .scope-pillars-header .eyebrow {
    justify-content: center !important;
    width: 100% !important;
    font-size: 0.62rem !important;
    line-height: 1.35 !important;
    letter-spacing: 0.07em !important;
    white-space: normal !important;
  }

  .services-page .scope-header-title {
    max-width: 320px !important;
    margin: 0.75rem auto 0 !important;
    font-size: clamp(1.45rem, 6.6vw, 2rem) !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .services-page .scope-header-title .text-gold {
    display: inline !important;
  }

  .services-page .scope-header-desc {
    max-width: 310px !important;
    margin: 0.85rem auto 0 !important;
    font-size: 0.84rem !important;
    line-height: 1.55 !important;
    text-align: center !important;
  }

  .services-page .scope-pillars-stage {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    gap: 1rem !important;
  }

  .services-page .scope-pillar,
  .services-page .scope-pillar.is-expanded {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    flex: none !important;
    border-radius: 14px !important;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease !important;
    animation: servicesPillarRise 0.62s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .services-page .scope-pillar:nth-child(2) {
    animation-delay: 0.08s;
  }

  .services-page .scope-pillar:nth-child(3) {
    animation-delay: 0.16s;
  }

  .services-page .scope-pillar.is-expanded {
    border-color: rgba(229, 169, 34, 0.55) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42), 0 0 22px rgba(229, 169, 34, 0.13) !important;
  }

  .services-page .scope-pillar:active {
    transform: scale(0.985);
  }

  .services-page .pillar-bg-media {
    position: absolute !important;
    inset: 0 !important;
  }

  .services-page .pillar-bg-img {
    object-position: center center !important;
    filter: brightness(0.42) saturate(1.08) !important;
    transform: scale(1.04);
    animation: servicesPillarImageFloat 7s ease-in-out infinite alternate;
  }

  .services-page .pillar-overlay {
    background:
      linear-gradient(180deg, rgba(7, 17, 36, 0.34) 0%, rgba(7, 17, 36, 0.9) 66%, #071124 100%) !important;
  }

  .services-page .pillar-collapsed-view {
    display: none !important;
  }

  .services-page .pillar-expanded-view {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    min-height: 360px !important;
    width: 100% !important;
    padding: 1.1rem !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    justify-content: flex-end !important;
    text-align: center !important;
    overflow: visible !important;
  }

  .services-page .pillar-top-meta {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
  }

  .services-page .pillar-scope-badge,
  .services-page .pillar-live-status {
    justify-content: center !important;
    font-size: 0.58rem !important;
    line-height: 1.25 !important;
    letter-spacing: 0.04em !important;
    white-space: normal !important;
  }

  .services-page .pillar-body {
    width: 100% !important;
    align-items: center !important;
  }

  .services-page .pillar-main-title {
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(1.15rem, 5.5vw, 1.48rem) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
  }

  .services-page .pillar-summary {
    max-width: 305px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.78rem !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

  .services-page .pillar-feature-checklist {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 310px !important;
    margin: 0 auto 1rem !important;
    gap: 0.48rem !important;
  }

  .services-page .pillar-feature-item {
    justify-content: flex-start !important;
    text-align: left !important;
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
  }

  .services-page .pillar-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 285px !important;
    margin: 0 auto !important;
    gap: 0.65rem !important;
  }

  .services-page .pillar-actions .btn {
    width: 100% !important;
    min-height: 44px !important;
    padding: 0.68rem 0.75rem !important;
    border-radius: 10px !important;
    font-size: 0.76rem !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 420px) {
  .services-page .scope-pillars-section {
    padding-inline: 0.75rem !important;
  }

  .services-page .scope-pillars-container,
  .services-page .scope-pillars-header,
  .services-page .scope-header-title,
  .services-page .scope-header-desc {
    max-width: 100% !important;
  }

  .services-page .scope-header-title {
    font-size: clamp(1.25rem, 6.2vw, 1.58rem) !important;
  }

  .services-page .pillar-expanded-view {
    min-height: 380px !important;
    padding: 1rem !important;
  }

  .services-page .pillar-main-title,
  .services-page .pillar-summary,
  .services-page .pillar-feature-checklist {
    max-width: 280px !important;
  }
}

@keyframes servicesPillarRise {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes servicesPillarImageFloat {
  from {
    transform: scale(1.04) translate3d(-1%, 0, 0);
  }

  to {
    transform: scale(1.1) translate3d(1%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-page .scope-pillars-section::before,
  .services-page .scope-pillar,
  .services-page .pillar-bg-img {
    animation: none !important;
  }
}

/* Services page: comprehensive mobility catalogue mobile alignment. */
@media (max-width: 768px) {
  .services-page .catalogue-slider-section {
    min-height: 0 !important;
    padding: 3.75rem 0.9rem !important;
    overflow: hidden !important;
  }

  .services-page .catalogue-slider-container {
    width: 100% !important;
    max-width: 390px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: 1.15rem !important;
  }

  .services-page .catalogue-slider-header {
    display: block !important;
    width: 100% !important;
    max-width: 340px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .services-page .catalogue-header-text {
    width: 100% !important;
    max-width: 100% !important;
  }

  .services-page .catalogue-main-title {
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    font-size: clamp(1.45rem, 6.7vw, 2rem) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: balance;
  }

  .services-page .catalogue-main-title .title-gold-accent {
    display: inline !important;
  }

  .services-page .catalogue-main-subtitle {
    max-width: 312px !important;
    margin: 0.75rem auto 0 !important;
    font-size: 0.82rem !important;
    line-height: 1.55 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .services-page .catalogue-header-controls {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 260px !important;
    margin: 1rem auto 0 !important;
    gap: 0.75rem !important;
  }

  .services-page .catalogue-counter {
    justify-content: center !important;
    gap: 0.25rem !important;
    font-size: 0.72rem !important;
  }

  .services-page .catalogue-arrow-btns {
    justify-content: center !important;
    gap: 0.45rem !important;
  }

  .services-page .catalogue-arrow-btn {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
  }

  .services-page .catalogue-tabs-bar {
    width: calc(100% + 1.8rem) !important;
    margin: 0 -0.9rem !important;
    padding: 0.1rem 0.9rem 0.45rem !important;
    gap: 0.45rem !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    scroll-snap-type: x proximity;
  }

  .services-page .catalogue-tab {
    flex: 0 0 auto !important;
    min-height: 40px !important;
    max-width: 190px !important;
    padding: 0.62rem 0.8rem !important;
    border-radius: 999px !important;
    font-size: 0.66rem !important;
    line-height: 1.18 !important;
    white-space: nowrap !important;
    scroll-snap-align: start;
  }

  .services-page .catalogue-slider-stage {
    width: 100% !important;
    min-height: 0 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    animation: servicesCatalogueStageIn 0.62s 0.06s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .services-page .catalogue-slide-track {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .services-page .catalogue-slide {
    position: relative !important;
    inset: auto !important;
    display: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0.95rem !important;
    gap: 1rem !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .services-page .catalogue-slide.is-active {
    display: flex !important;
    flex-direction: column !important;
    pointer-events: auto !important;
    animation: servicesCatalogueSlideIn 0.48s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .services-page .catalogue-slide-media {
    order: -1 !important;
    width: 100% !important;
    min-height: 190px !important;
    height: 190px !important;
  }

  .services-page .media-card-frame {
    min-height: 190px !important;
    height: 190px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  .services-page .media-card-img {
    object-position: center center !important;
    animation: servicesCatalogueMediaFloat 7s ease-in-out infinite alternate;
  }

  .services-page .media-floating-badge {
    left: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    justify-content: center !important;
    width: auto !important;
    max-width: none !important;
    padding: 0.45rem 0.65rem !important;
    font-size: 0.62rem !important;
    line-height: 1.25 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .services-page .catalogue-slide-info {
    align-items: center !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .services-page .slide-meta-row {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    width: 100% !important;
  }

  .services-page .slide-tag,
  .services-page .slide-num {
    justify-content: center !important;
    font-size: 0.58rem !important;
    line-height: 1.25 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .services-page .catalogue-slide-info h3 {
    max-width: 300px !important;
    margin: 0.75rem auto 0.35rem !important;
    font-size: clamp(1.25rem, 5.8vw, 1.58rem) !important;
    line-height: 1.14 !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .services-page .slide-subtitle,
  .services-page .catalogue-slide-info p {
    max-width: 305px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.78rem !important;
    line-height: 1.52 !important;
    text-align: center !important;
  }

  .services-page .slide-bullets-grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 310px !important;
    margin: 0.85rem auto 0 !important;
    gap: 0.55rem !important;
  }

  .services-page .bullet-cell {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 0.62rem 0.7rem !important;
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  .services-page .slide-cta-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 285px !important;
    margin: 1rem auto 0 !important;
    gap: 0.65rem !important;
  }

  .services-page .slide-cta-row .btn {
    width: 100% !important;
    min-height: 44px !important;
    padding: 0.68rem 0.75rem !important;
    border-radius: 10px !important;
    font-size: 0.76rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }

  .services-page .catalogue-progress-wrap {
    width: 100% !important;
    max-width: 300px !important;
    margin: 0.1rem auto 0 !important;
  }
}

@media (max-width: 420px) {
  .services-page .catalogue-slider-section {
    padding-inline: 0.75rem !important;
  }

  .services-page .catalogue-slider-container,
  .services-page .catalogue-slider-header,
  .services-page .catalogue-main-title,
  .services-page .catalogue-main-subtitle {
    max-width: 100% !important;
  }

  .services-page .catalogue-main-title {
    font-size: clamp(1.25rem, 6.2vw, 1.58rem) !important;
  }

  .services-page .catalogue-header-controls {
    grid-template-columns: 1fr !important;
    max-width: 220px !important;
  }

  .services-page .catalogue-slide {
    padding: 0.8rem !important;
  }

  .services-page .catalogue-slide-media,
  .services-page .media-card-frame {
    min-height: 176px !important;
    height: 176px !important;
  }

  .services-page .catalogue-slide-info h3,
  .services-page .slide-subtitle,
  .services-page .catalogue-slide-info p,
  .services-page .slide-bullets-grid {
    max-width: 280px !important;
  }
}

@keyframes servicesCatalogueStageIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes servicesCatalogueSlideIn {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes servicesCatalogueMediaFloat {
  from {
    transform: scale(1.01) translate3d(-1%, 0, 0);
  }

  to {
    transform: scale(1.06) translate3d(1%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-page .catalogue-slider-stage,
  .services-page .catalogue-slide.is-active,
  .services-page .media-card-img {
    animation: none !important;
  }
}

/* Tour Packages page: video hero mobile alignment and motion polish. */
@media (max-width: 768px) {
  .tourpackages-page .tour-video-hero {
    width: 100% !important;
    min-height: 100svh !important;
    height: auto !important;
    padding: calc(5.7rem + env(safe-area-inset-top)) 0.9rem 3.25rem !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  .tourpackages-page .video-hero-bg {
    inset: 0 !important;
    overflow: hidden !important;
  }

  .tourpackages-page .hero-video {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: translate(-50%, -50%) scale(1.06) !important;
    animation: tourHeroVideoDrift 8s ease-in-out infinite alternate;
  }

  .tourpackages-page .video-overlay-gradient {
    background:
      linear-gradient(180deg, rgba(2, 7, 13, 0.72) 0%, rgba(2, 7, 13, 0.46) 42%, rgba(2, 7, 13, 0.88) 100%),
      radial-gradient(ellipse at 50% 48%, rgba(2, 7, 13, 0.08) 0%, rgba(2, 7, 13, 0.66) 78%, rgba(2, 7, 13, 0.9) 100%) !important;
  }

  .tourpackages-page .video-hero-inner {
    width: 100% !important;
    max-width: 360px !important;
    min-height: calc(100svh - 9rem) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .tourpackages-page .video-hero-content {
    width: 100% !important;
    max-width: 350px !important;
    margin: 0 auto !important;
    text-align: center !important;
    animation: tourHeroContentIn 0.7s 0.08s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .tourpackages-page .video-hero-kicker {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 100% !important;
    margin: 0 auto 0.85rem !important;
    padding: 0.45rem 0.68rem !important;
    border-radius: 999px !important;
    font-size: 0.58rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
    white-space: nowrap !important;
  }

  .tourpackages-page .video-hero-kicker i {
    margin-right: 0.38rem !important;
    font-size: 0.72rem !important;
  }

  .tourpackages-page .video-hero-content h1 {
    width: 100% !important;
    max-width: 345px !important;
    margin: 0 auto 0.9rem !important;
    font-size: clamp(1.55rem, 7.1vw, 2.18rem) !important;
    line-height: 1.12 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: balance;
  }

  .tourpackages-page .video-hero-content p {
    width: 100% !important;
    max-width: 318px !important;
    margin: 0 auto 1.35rem !important;
    padding: 0 0.15rem !important;
    font-size: 0.84rem !important;
    line-height: 1.58 !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .tourpackages-page .video-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 305px !important;
    margin: 0 auto !important;
    gap: 0.72rem !important;
  }

  .tourpackages-page .video-hero-actions .btn {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 46px !important;
    height: auto !important;
    padding: 0.72rem 0.85rem !important;
    border-radius: 10px !important;
    font-size: 0.78rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }
}

@media (max-width: 420px) {
  .tourpackages-page .tour-video-hero {
    padding-inline: 0.75rem !important;
  }

  .tourpackages-page .video-hero-inner,
  .tourpackages-page .video-hero-content {
    max-width: 100% !important;
  }

  .tourpackages-page .video-hero-content h1 {
    max-width: 300px !important;
    font-size: clamp(1.35rem, 6.7vw, 1.72rem) !important;
  }

  .tourpackages-page .video-hero-content p,
  .tourpackages-page .video-hero-actions {
    max-width: 285px !important;
  }
}

@keyframes tourHeroContentIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes tourHeroVideoDrift {
  from {
    transform: translate(-50%, -50%) scale(1.06);
  }

  to {
    transform: translate(-50%, -50%) scale(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tourpackages-page .hero-video,
  .tourpackages-page .video-hero-content {
    animation: none !important;
  }
}

/* Tour Packages page: signature package explorer mobile alignment. */
@media (max-width: 768px) {
  .tourpackages-page .tour-package-explorer {
    padding: 3.75rem 0.9rem 4.5rem !important;
    overflow: hidden !important;
  }

  .tourpackages-page .tour-package-explorer > .container {
    width: 100% !important;
    max-width: 390px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .tourpackages-page .tour-package-explorer .tour-section-head {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 340px !important;
    margin: 0 auto 1.35rem !important;
    text-align: center !important;
  }

  .tourpackages-page .tour-package-explorer .tour-section-head .eyebrow {
    justify-content: center !important;
    width: 100% !important;
    font-size: 0.62rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .tourpackages-page .tour-package-explorer .tour-section-head h2 {
    max-width: 320px !important;
    margin: 0.75rem auto 0 !important;
    font-size: clamp(1.42rem, 6.3vw, 1.95rem) !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: balance;
  }

  .tourpackages-page .tour-package-explorer .tour-section-head p {
    max-width: 315px !important;
    margin: 0.78rem auto 0 !important;
    font-size: 0.82rem !important;
    line-height: 1.58 !important;
    text-align: center !important;
    justify-self: center !important;
    text-wrap: balance;
  }

  .tourpackages-page .tour-category-tabs-v2 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 335px !important;
    margin: 0 auto 1rem !important;
    gap: 0.65rem !important;
  }

  .tourpackages-page .tour-main-tab {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 64px !important;
    padding: 0.72rem 0.85rem !important;
    border-radius: 13px !important;
    justify-content: flex-start !important;
    gap: 0.7rem !important;
    transform: none !important;
  }

  .tourpackages-page .tour-main-tab.is-active {
    transform: none !important;
    box-shadow: 0 12px 28px rgba(11, 32, 70, 0.22) !important;
  }

  .tourpackages-page .tour-main-tab:active {
    transform: scale(0.985) !important;
  }

  .tourpackages-page .tour-main-tab .tab-icon-wrap {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
    border-radius: 10px !important;
  }

  .tourpackages-page .tour-main-tab .tab-text-wrap {
    min-width: 0 !important;
    text-align: left !important;
  }

  .tourpackages-page .tour-main-tab .tab-title {
    display: block !important;
    font-size: 0.88rem !important;
    line-height: 1.18 !important;
    white-space: normal !important;
  }

  .tourpackages-page .tour-main-tab .tab-count {
    display: block !important;
    margin-top: 0.12rem !important;
    font-size: 0.7rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }

  .tourpackages-page .tour-subfilter-bar {
    width: 100% !important;
    max-width: 335px !important;
    margin: 0.85rem auto 1.4rem !important;
    padding: 0.4rem !important;
    gap: 0.4rem !important;
    border-radius: 12px !important;
    flex-wrap: wrap !important;
  }

  .tourpackages-page .tour-sub-tab {
    flex: 1 1 100% !important;
    min-height: 38px !important;
    justify-content: center !important;
    padding: 0.55rem 0.65rem !important;
    border-radius: 9px !important;
    font-size: 0.72rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }

  .tourpackages-page .tour-cards-grid-v2 {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 335px !important;
    margin: 1.15rem auto 0 !important;
    gap: 1rem !important;
  }

  .tourpackages-page .tour-card-v2 {
    width: 100% !important;
    min-width: 0 !important;
    border-radius: 14px !important;
    animation: tourPackageCardRise 0.48s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .tourpackages-page .tour-card-media-v2 {
    min-height: 190px !important;
    height: 190px !important;
  }

  .tourpackages-page .tour-card-body-v2 {
    padding: 1rem !important;
    text-align: left !important;
  }

  .tourpackages-page .tour-card-title {
    font-size: 1.05rem !important;
    line-height: 1.2 !important;
  }

  .tourpackages-page .tour-card-desc,
  .tourpackages-page .tour-card-route,
  .tourpackages-page .tour-card-highlights li {
    font-size: 0.76rem !important;
    line-height: 1.4 !important;
  }

  .tourpackages-page .tour-card-footer {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.6rem !important;
  }

  .tourpackages-page .btn-tour-itinerary,
  .tourpackages-page .btn-tour-book {
    width: 100% !important;
    min-height: 40px !important;
    justify-content: center !important;
    font-size: 0.74rem !important;
  }
}

@media (min-width: 521px) and (max-width: 768px) {
  .tourpackages-page .tour-package-explorer > .container {
    max-width: 720px !important;
  }

  .tourpackages-page .tour-category-tabs-v2 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    max-width: 720px !important;
  }

  .tourpackages-page .tour-main-tab {
    min-height: 118px !important;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .tourpackages-page .tour-main-tab .tab-text-wrap {
    text-align: center !important;
  }

  .tourpackages-page .tour-subfilter-bar,
  .tourpackages-page .tour-cards-grid-v2 {
    max-width: 720px !important;
  }

  .tourpackages-page .tour-sub-tab {
    flex: 1 1 0 !important;
  }

  .tourpackages-page .tour-cards-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 420px) {
  .tourpackages-page .tour-package-explorer {
    padding-inline: 0.75rem !important;
  }

  .tourpackages-page .tour-package-explorer > .container,
  .tourpackages-page .tour-package-explorer .tour-section-head,
  .tourpackages-page .tour-category-tabs-v2,
  .tourpackages-page .tour-subfilter-bar,
  .tourpackages-page .tour-cards-grid-v2 {
    max-width: 100% !important;
  }

  .tourpackages-page .tour-package-explorer .tour-section-head h2 {
    max-width: 285px !important;
    font-size: clamp(1.26rem, 6vw, 1.55rem) !important;
  }

  .tourpackages-page .tour-package-explorer .tour-section-head p {
    max-width: 285px !important;
  }

  .tourpackages-page .tour-main-tab {
    min-height: 60px !important;
    padding-inline: 0.72rem !important;
  }

  .tourpackages-page .tour-main-tab .tab-title {
    font-size: 0.82rem !important;
  }

  .tourpackages-page .tour-card-media-v2 {
    min-height: 176px !important;
    height: 176px !important;
  }
}

@keyframes tourPackageCardRise {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tourpackages-page .tour-card-v2 {
    animation: none !important;
  }
}

/* Fleet page: mobile filter controls and vehicle details modal. */
@media (max-width: 768px) {
  .fleet-page #fleetCatalogueSection {
    padding: 3.5rem 0.9rem 4.25rem !important;
    overflow: hidden !important;
  }

  .fleet-page #fleetCatalogueSection > .container {
    width: 100% !important;
    max-width: 390px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .fleet-page .fleet-pills-bar {
    width: calc(100% + 1.8rem) !important;
    margin: 0 -0.9rem 0.85rem !important;
    padding: 0.15rem 0.9rem 0.65rem !important;
    gap: 0.5rem !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    scroll-snap-type: x proximity;
  }

  .fleet-page .fleet-pill-btn {
    flex: 0 0 auto !important;
    min-width: 142px !important;
    max-width: 210px !important;
    min-height: 42px !important;
    padding: 0.62rem 0.78rem !important;
    border-radius: 999px !important;
    gap: 0.42rem !important;
    font-size: 0.68rem !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    scroll-snap-align: start;
  }

  .fleet-page .fleet-pill-btn i {
    flex: 0 0 auto !important;
    font-size: 0.78rem !important;
  }

  .fleet-page .fleet-pill-btn span {
    min-width: 0 !important;
    overflow-wrap: normal !important;
  }

  .fleet-page .fleet-controls-bar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 0.85rem !important;
    margin: 0 auto 1rem !important;
    padding: 1rem !important;
    border-radius: 14px !important;
  }

  .fleet-page .fleet-search-box {
    width: 100% !important;
  }

  .fleet-page .fleet-search-box input {
    min-height: 44px !important;
    border-radius: 10px !important;
    font-size: 0.78rem !important;
    line-height: 1.25 !important;
    text-overflow: ellipsis;
  }

  .fleet-page .search-clear-btn {
    width: 34px !important;
    height: 34px !important;
    right: 0.35rem !important;
  }

  .fleet-page .filter-group {
    width: 100% !important;
    min-width: 0 !important;
  }

  .fleet-page .filter-group label {
    justify-content: center !important;
    width: 100% !important;
    margin-bottom: 0.35rem !important;
    font-size: 0.68rem !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  .fleet-page .rar-select {
    width: 100% !important;
    min-height: 42px !important;
    border-radius: 10px !important;
    font-size: 0.78rem !important;
  }

  .fleet-page .view-toggle-btns {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    gap: 0.5rem !important;
  }

  .fleet-page .view-btn {
    min-height: 40px !important;
    justify-content: center !important;
    border-radius: 10px !important;
    font-size: 0.72rem !important;
  }

  .fleet-page .filter-count {
    width: 100% !important;
    justify-content: center !important;
    min-height: 38px !important;
    border-radius: 10px !important;
    font-size: 0.74rem !important;
    text-align: center !important;
  }

  .fleet-page .active-filters-bar {
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    gap: 0.65rem !important;
    margin: 0.85rem auto 1rem !important;
    padding: 0.85rem !important;
    border-radius: 12px !important;
    text-align: center !important;
  }

  .fleet-page .filter-tags {
    justify-content: center !important;
    width: 100% !important;
    gap: 0.45rem !important;
  }

  .fleet-page .filter-tag {
    max-width: 100% !important;
    padding: 0.45rem 0.6rem !important;
    font-size: 0.68rem !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }

  .fleet-page .clear-all-filters-btn {
    width: 100% !important;
    min-height: 38px !important;
    border-radius: 9px !important;
    font-size: 0.72rem !important;
  }

  .fleet-page .fleet-catalogue-grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 335px !important;
    margin: 1rem auto 0 !important;
    gap: 1rem !important;
  }

  .fleet-page .fleet-card-item {
    width: 100% !important;
    min-width: 0 !important;
    animation: fleetCardRise 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .fleet-page .car-card {
    width: 100% !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  .fleet-page .car-card-image-wrap {
    min-height: 190px !important;
    height: 190px !important;
  }

  .fleet-page .car-card-img {
    max-width: 92% !important;
    max-height: 145px !important;
    object-fit: contain !important;
  }

  .fleet-page .car-card-category,
  .fleet-page .car-card-badge {
    max-width: calc(100% - 1.2rem) !important;
    font-size: 0.6rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }

  .fleet-page .car-card-body {
    padding: 1rem !important;
    text-align: left !important;
  }

  .fleet-page .car-brand-row {
    align-items: flex-start !important;
    gap: 0.5rem !important;
  }

  .fleet-page .car-title {
    font-size: 1.04rem !important;
    line-height: 1.22 !important;
  }

  .fleet-page .car-tagline {
    font-size: 0.76rem !important;
    line-height: 1.42 !important;
  }

  .fleet-page .car-specs-grid {
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
  }

  .fleet-page .spec-item {
    min-height: 36px !important;
    padding: 0.5rem 0.58rem !important;
    font-size: 0.72rem !important;
    line-height: 1.25 !important;
  }

  .fleet-page .car-card-footer {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.6rem !important;
  }

  .fleet-page .car-detail-btn,
  .fleet-page .car-book-btn {
    width: 100% !important;
    min-height: 42px !important;
    border-radius: 10px !important;
    font-size: 0.74rem !important;
  }

  .fleet-page .fleet-detailed-list {
    width: 100% !important;
    max-width: 335px !important;
    margin: 1rem auto 0 !important;
    gap: 1rem !important;
  }

  .fleet-page .fleet-detail-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    padding: 1rem !important;
    gap: 1rem !important;
    border-radius: 14px !important;
  }

  .fleet-page .detail-media {
    height: 180px !important;
    border-radius: 12px !important;
  }

  .fleet-page .detail-img {
    max-height: 130px !important;
  }

  .fleet-page .detail-header,
  .fleet-page .detail-desc,
  .fleet-page .detail-ideal {
    text-align: center !important;
  }

  .fleet-page .detail-header h2 {
    font-size: 1.1rem !important;
    line-height: 1.18 !important;
  }

  .fleet-page .detail-desc,
  .fleet-page .detail-ideal,
  .fleet-page .detail-specs-bar,
  .fleet-page .detail-feat-tag {
    font-size: 0.74rem !important;
    line-height: 1.4 !important;
  }

  .fleet-page .detail-specs-bar,
  .fleet-page .detail-features-list {
    justify-content: center !important;
  }

  .fleet-page .detail-action-col {
    padding: 1rem 0 0 !important;
    border-left: 0 !important;
    border-top: 1px solid #e2e8f0 !important;
  }

  .fleet-page .detail-btns-wrap .btn {
    min-height: 42px !important;
    border-radius: 10px !important;
    font-size: 0.74rem !important;
  }

  .tariff-modal-overlay {
    align-items: stretch !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  .tariff-modal-drawer {
    width: 100% !important;
    max-width: 100% !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .tariff-modal-close-btn {
    position: sticky !important;
    top: max(0.75rem, env(safe-area-inset-top)) !important;
    right: auto !important;
    left: calc(100% - 3.25rem) !important;
    z-index: 8 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 0 -2.7rem !important;
    background: #ffffff !important;
    box-shadow: 0 10px 24px rgba(3, 12, 28, 0.18) !important;
  }

  .tariff-modal-content {
    width: 100% !important;
    min-width: 0 !important;
    padding: calc(1rem + env(safe-area-inset-top)) 0.9rem calc(1.25rem + env(safe-area-inset-bottom)) !important;
  }

  .t-modal-header {
    padding: 0 3.2rem 1rem 0 !important;
    margin-bottom: 1rem !important;
    text-align: left !important;
  }

  .t-modal-badges-row {
    gap: 0.4rem !important;
  }

  .t-modal-brand-badge,
  .t-modal-cat-badge,
  .t-modal-feature-badge {
    max-width: 100% !important;
    font-size: 0.58rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }

  .t-modal-title {
    margin-top: 0.65rem !important;
    font-size: clamp(1.25rem, 6vw, 1.65rem) !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
  }

  .t-modal-tagline {
    margin-top: 0.35rem !important;
    font-size: 0.78rem !important;
    line-height: 1.42 !important;
  }

  .t-modal-showcase-grid,
  .t-modal-standards-row {
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
  }

  .t-modal-visual-card,
  .t-modal-section-block {
    padding: 0.9rem !important;
    border-radius: 13px !important;
  }

  .t-modal-img-wrap {
    height: 180px !important;
    border-radius: 11px !important;
  }

  .t-modal-img {
    max-width: 94% !important;
    max-height: 135px !important;
  }

  .t-modal-quick-specs {
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
  }

  .t-qspec-item {
    min-height: 48px !important;
    padding: 0.62rem 0.7rem !important;
    border-radius: 10px !important;
  }

  .qspec-label {
    font-size: 0.62rem !important;
    line-height: 1.2 !important;
  }

  .qspec-val {
    font-size: 0.76rem !important;
    line-height: 1.25 !important;
  }

  .t-section-title {
    align-items: flex-start !important;
    font-size: 0.88rem !important;
    line-height: 1.24 !important;
  }

  .t-modal-desc-large,
  .t-ideal-text,
  .t-feat-item-large,
  .t-standard-pill {
    font-size: 0.74rem !important;
    line-height: 1.42 !important;
  }

  .t-features-grid-large {
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
  }

  .t-standard-pill {
    justify-content: flex-start !important;
    min-height: 42px !important;
    padding: 0.62rem 0.72rem !important;
    border-radius: 10px !important;
    text-align: left !important;
  }

  .t-modal-actions-bar {
    position: sticky !important;
    bottom: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.62rem !important;
    margin: 1rem -0.9rem calc(-1.25rem - env(safe-area-inset-bottom)) !important;
    padding: 0.85rem 0.9rem calc(0.85rem + env(safe-area-inset-bottom)) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border-top: 1px solid #e2e8f0 !important;
    box-shadow: 0 -12px 28px rgba(15, 23, 42, 0.08) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .t-modal-actions-bar .btn {
    width: 100% !important;
    min-height: 44px !important;
    border-radius: 10px !important;
    font-size: 0.76rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }
}

@media (min-width: 521px) and (max-width: 768px) {
  .fleet-page #fleetCatalogueSection > .container {
    max-width: 720px !important;
  }

  .fleet-page .fleet-controls-bar {
    grid-template-columns: 1fr 1fr !important;
  }

  .fleet-page .fleet-search-box,
  .fleet-page .view-toggle-group,
  .fleet-page .filter-count {
    grid-column: 1 / -1 !important;
  }

  .fleet-page .fleet-catalogue-grid,
  .fleet-page .fleet-detailed-list {
    max-width: 720px !important;
  }

  .fleet-page .fleet-catalogue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .tariff-modal-content {
    max-width: 720px !important;
    margin: 0 auto !important;
  }

  .t-modal-quick-specs,
  .t-features-grid-large,
  .t-modal-standards-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 420px) {
  .fleet-page #fleetCatalogueSection {
    padding-inline: 0.75rem !important;
  }

  .fleet-page #fleetCatalogueSection > .container,
  .fleet-page .fleet-catalogue-grid,
  .fleet-page .fleet-detailed-list {
    max-width: 100% !important;
  }

  .fleet-page .fleet-pill-btn {
    min-width: 134px !important;
    max-width: 178px !important;
    font-size: 0.64rem !important;
  }

  .fleet-page .car-card-image-wrap,
  .fleet-page .detail-media,
  .t-modal-img-wrap {
    height: 170px !important;
    min-height: 170px !important;
  }

  .fleet-page .car-card-img,
  .fleet-page .detail-img,
  .t-modal-img {
    max-height: 124px !important;
  }

  .tariff-modal-content {
    padding-inline: 0.75rem !important;
  }

  .t-modal-actions-bar {
    margin-inline: -0.75rem !important;
    padding-inline: 0.75rem !important;
  }
}

@keyframes fleetCardRise {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fleet-page .fleet-card-item {
    animation: none !important;
  }
}

/* Contact page: hero, quote form and journey services mobile alignment. */
@media (max-width: 768px) {
  .contact-refresh-page .contact-refresh-hero {
    min-height: 0 !important;
    padding: calc(5.75rem + env(safe-area-inset-top)) 0.9rem 3.4rem !important;
    align-items: center !important;
    overflow: hidden !important;
  }

  .contact-refresh-page .contact-refresh-hero-inner {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 390px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: 1.7rem !important;
  }

  .contact-refresh-page .contact-hero-content-side {
    order: 1 !important;
    width: 100% !important;
    max-width: 350px !important;
    margin: 0 auto !important;
    align-items: center !important;
    text-align: center !important;
    animation: contactMobileRise 0.62s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .contact-refresh-page .contact-hero-title {
    width: 100% !important;
    max-width: 330px !important;
    margin: 0 auto 1rem !important;
    font-size: clamp(1.55rem, 7vw, 2.12rem) !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: balance;
  }

  .contact-refresh-page .contact-hero-title br {
    display: none !important;
  }

  .contact-refresh-page .contact-h1-gold {
    display: inline !important;
  }

  .contact-refresh-page .contact-direct-channels-grid {
    width: 100% !important;
    max-width: 335px !important;
    margin: 0 auto !important;
    gap: 0.7rem !important;
  }

  .contact-refresh-page .contact-channel-item {
    grid-template-columns: auto minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0.78rem 0.82rem !important;
    gap: 0.65rem !important;
    border-radius: 13px !important;
    text-align: left !important;
  }

  .contact-refresh-page .channel-icon-box {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
    border-radius: 10px !important;
  }

  .contact-refresh-page .channel-info-box {
    min-width: 0 !important;
  }

  .contact-refresh-page .channel-subtitle {
    font-size: 0.62rem !important;
    line-height: 1.18 !important;
    letter-spacing: 0.05em !important;
    white-space: normal !important;
  }

  .contact-refresh-page .channel-main-val,
  .contact-refresh-page .channel-phone-link {
    font-size: 0.86rem !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
  }

  .contact-refresh-page .channel-dual-phones {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.2rem 0.35rem !important;
  }

  .contact-refresh-page .channel-action-badge {
    grid-column: 1 / -1 !important;
    justify-self: stretch !important;
    width: 100% !important;
    margin-top: 0.15rem !important;
    padding: 0.38rem 0.55rem !important;
    border-radius: 9px !important;
    text-align: center !important;
  }

  .contact-refresh-page .channel-action-badge span {
    justify-content: center !important;
    font-size: 0.66rem !important;
    line-height: 1.2 !important;
  }

  .contact-refresh-page .contact-hero-media-side {
    order: 2 !important;
    width: 100% !important;
    max-width: 340px !important;
    margin: 0 auto !important;
  }

  .contact-refresh-page .contact-3car-stage-wrapper {
    max-width: 100% !important;
  }

  .contact-refresh-page .contact-3car-stage {
    height: 180px !important;
    min-height: 180px !important;
    overflow: visible !important;
  }

  .contact-refresh-page .contact-stage-car-img {
    height: 116px !important;
    max-height: 116px !important;
  }

  .contact-refresh-page .center-car-img {
    height: 136px !important;
    max-height: 136px !important;
  }

  .contact-refresh-page .c-car-left {
    transform: translateX(-50%) translateX(-70px) scale(0.78) !important;
  }

  .contact-refresh-page .c-car-right {
    transform: translateX(-50%) translateX(70px) scale(0.78) !important;
  }

  .contact-refresh-page .c-car-center {
    transform: translateX(-50%) scale(0.92) !important;
  }

  .contact-refresh-page .contact-stage-badge {
    max-width: 260px !important;
    margin: 0.25rem auto 0 !important;
    justify-content: center !important;
    padding: 0.48rem 0.65rem !important;
    border-radius: 999px !important;
    font-size: 0.64rem !important;
    line-height: 1.25 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .contact-refresh-page .contact-refresh-form-section,
  .contact-refresh-page .contact-refresh-services {
    padding: 3.75rem 0.9rem !important;
    overflow: hidden !important;
  }

  .contact-refresh-page .contact-refresh-form-section > .container,
  .contact-refresh-page .contact-refresh-services > .container {
    width: 100% !important;
    max-width: 390px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .contact-refresh-page .contact-refresh-section-head,
  .contact-refresh-page .refresh-services-head {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 340px !important;
    margin: 0 auto !important;
    gap: 0 !important;
    text-align: center !important;
  }

  .contact-refresh-page .contact-refresh-overline {
    justify-content: center !important;
    width: 100% !important;
    font-size: 0.6rem !important;
    line-height: 1.25 !important;
    letter-spacing: 0.08em !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .contact-refresh-page .contact-refresh-section-head h2 {
    max-width: 315px !important;
    margin: 0.75rem auto 0 !important;
    font-size: clamp(1.42rem, 6.6vw, 1.92rem) !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: balance;
  }

  .contact-refresh-page .contact-refresh-section-head h2 br {
    display: none !important;
  }

  .contact-refresh-page .contact-refresh-section-head p {
    max-width: 315px !important;
    margin: 0.78rem auto 0 !important;
    font-size: 0.82rem !important;
    line-height: 1.58 !important;
    text-align: center !important;
    justify-self: center !important;
    text-wrap: balance;
  }

  .contact-refresh-page .contact-refresh-form-wrap {
    width: 100% !important;
    max-width: 335px !important;
    margin: 1.6rem auto 0 !important;
  }

  .contact-refresh-page .contact-refresh-form,
  .contact-refresh-page .contact-refresh-success {
    width: 100% !important;
    min-width: 0 !important;
    padding: 1rem !important;
    border-radius: 14px !important;
    text-align: left !important;
  }

  .contact-refresh-page .form-mode-selector {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    padding: 0.38rem !important;
    gap: 0.38rem !important;
    border-radius: 13px !important;
  }

  .contact-refresh-page .form-mode-btn {
    width: 100% !important;
    min-height: 42px !important;
    padding: 0.62rem 0.7rem !important;
    border-radius: 10px !important;
    font-size: 0.74rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }

  .contact-refresh-page .form-subheading {
    align-items: flex-start !important;
    gap: 0.65rem !important;
    margin: 1.25rem 0 0.85rem !important;
  }

  .contact-refresh-page .subheading-num {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
    font-size: 0.76rem !important;
  }

  .contact-refresh-page .form-subheading h4 {
    font-size: 0.96rem !important;
    line-height: 1.2 !important;
  }

  .contact-refresh-page .form-subheading p {
    font-size: 0.72rem !important;
    line-height: 1.4 !important;
  }

  .contact-refresh-page .refresh-form-grid,
  .contact-refresh-page .form-grid-3 {
    grid-template-columns: 1fr !important;
    gap: 0.78rem !important;
    width: 100% !important;
  }

  .contact-refresh-page .refresh-field {
    width: 100% !important;
    min-width: 0 !important;
  }

  .contact-refresh-page .refresh-field label {
    font-size: 0.64rem !important;
    line-height: 1.25 !important;
    letter-spacing: 0.04em !important;
  }

  .contact-refresh-page .refresh-field input,
  .contact-refresh-page .refresh-field select,
  .contact-refresh-page .refresh-field textarea {
    width: 100% !important;
    min-height: 44px !important;
    padding: 0.66rem 0.72rem !important;
    border-radius: 9px !important;
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
  }

  .contact-refresh-page .refresh-field textarea {
    min-height: 105px !important;
  }

  .contact-refresh-page .form-submit-row,
  .contact-refresh-page .success-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 0.65rem !important;
    margin-top: 1rem !important;
  }

  .contact-refresh-page .form-submit-row .btn,
  .contact-refresh-page .success-actions .btn {
    width: 100% !important;
    min-height: 44px !important;
    border-radius: 10px !important;
    font-size: 0.76rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }

  .contact-refresh-page .form-trust-chips {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
    margin-top: 1rem !important;
  }

  .contact-refresh-page .form-trust-chips span {
    justify-content: center !important;
    width: 100% !important;
    min-height: 34px !important;
    padding: 0.45rem 0.55rem !important;
    border-radius: 9px !important;
    font-size: 0.66rem !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }

  .contact-refresh-page .refresh-service-grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 335px !important;
    margin: 1.55rem auto 0 !important;
    gap: 1rem !important;
  }

  .contact-refresh-page .refresh-service-card {
    width: 100% !important;
    min-height: 0 !important;
    padding: 1rem !important;
    border-radius: 14px !important;
    text-align: left !important;
    animation: contactMobileRise 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .contact-refresh-page .service-card-top {
    align-items: center !important;
    gap: 0.6rem !important;
    margin-bottom: 1rem !important;
  }

  .contact-refresh-page .service-card-num {
    font-size: 1.25rem !important;
  }

  .contact-refresh-page .service-card-badge {
    max-width: 185px !important;
    padding: 0.28rem 0.55rem !important;
    font-size: 0.56rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .contact-refresh-page .service-card-icon-wrap {
    width: 46px !important;
    height: 46px !important;
    border-radius: 11px !important;
  }

  .contact-refresh-page .refresh-service-card h3 {
    margin-top: 0.85rem !important;
    font-size: 1.1rem !important;
    line-height: 1.2 !important;
  }

  .contact-refresh-page .refresh-service-card p,
  .contact-refresh-page .service-card-perks li {
    font-size: 0.76rem !important;
    line-height: 1.42 !important;
  }

  .contact-refresh-page .service-card-perks {
    gap: 0.55rem !important;
    margin-bottom: 1rem !important;
  }

  .contact-refresh-page .service-card-perks li {
    align-items: flex-start !important;
  }

  .contact-refresh-page .service-card-btn {
    min-height: 42px !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    border-radius: 10px !important;
    font-size: 0.74rem !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }
}

@media (min-width: 521px) and (max-width: 768px) {
  .contact-refresh-page .contact-refresh-hero-inner,
  .contact-refresh-page .contact-refresh-form-section > .container,
  .contact-refresh-page .contact-refresh-services > .container {
    max-width: 720px !important;
  }

  .contact-refresh-page .contact-hero-content-side,
  .contact-refresh-page .contact-direct-channels-grid,
  .contact-refresh-page .contact-refresh-form-wrap,
  .contact-refresh-page .refresh-service-grid {
    max-width: 620px !important;
  }

  .contact-refresh-page .form-mode-selector,
  .contact-refresh-page .form-submit-row,
  .contact-refresh-page .success-actions,
  .contact-refresh-page .form-trust-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .contact-refresh-page .refresh-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 420px) {
  .contact-refresh-page .contact-refresh-hero,
  .contact-refresh-page .contact-refresh-form-section,
  .contact-refresh-page .contact-refresh-services {
    padding-inline: 0.75rem !important;
  }

  .contact-refresh-page .contact-refresh-hero-inner,
  .contact-refresh-page .contact-hero-content-side,
  .contact-refresh-page .contact-direct-channels-grid,
  .contact-refresh-page .contact-refresh-form-section > .container,
  .contact-refresh-page .contact-refresh-services > .container,
  .contact-refresh-page .contact-refresh-section-head,
  .contact-refresh-page .contact-refresh-form-wrap,
  .contact-refresh-page .refresh-service-grid {
    max-width: 100% !important;
  }

  .contact-refresh-page .contact-hero-title,
  .contact-refresh-page .contact-refresh-section-head h2 {
    max-width: 285px !important;
    font-size: clamp(1.32rem, 6.5vw, 1.65rem) !important;
  }

  .contact-refresh-page .contact-refresh-section-head p {
    max-width: 285px !important;
  }

  .contact-refresh-page .contact-3car-stage {
    height: 165px !important;
    min-height: 165px !important;
  }

  .contact-refresh-page .contact-stage-car-img {
    height: 104px !important;
    max-height: 104px !important;
  }

  .contact-refresh-page .center-car-img {
    height: 124px !important;
    max-height: 124px !important;
  }

  .contact-refresh-page .c-car-left {
    transform: translateX(-50%) translateX(-58px) scale(0.76) !important;
  }

  .contact-refresh-page .c-car-right {
    transform: translateX(-50%) translateX(58px) scale(0.76) !important;
  }
}

@keyframes contactMobileRise {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-refresh-page .contact-hero-content-side,
  .contact-refresh-page .refresh-service-card {
    animation: none !important;
  }
}

/* All pages: final footer alignment polish. */
@media (max-width: 1024px) {
  .footer-section {
    overflow: hidden !important;
  }

  .footer-section .footer-container {
    width: 100% !important;
    max-width: 920px !important;
    margin: 0 auto !important;
  }

  .footer-section .footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 2.25rem 2rem !important;
  }

  .footer-section .footer-brand-col,
  .footer-section .footer-address-col {
    grid-column: 1 / -1 !important;
  }

  .footer-section .footer-brand-col,
  .footer-section .footer-links-col,
  .footer-section .footer-services-col,
  .footer-section .footer-address-col {
    min-width: 0 !important;
  }

  .footer-section .footer-brand-desc {
    max-width: 560px !important;
  }

  .footer-section .footer-map-card {
    width: 100% !important;
    max-width: 560px !important;
  }

  .footer-section .footer-bottom {
    grid-template-columns: minmax(0, 1fr) minmax(0, auto) 40px !important;
    align-items: center !important;
    gap: 1rem !important;
  }

  .footer-section .footer-credit {
    white-space: normal !important;
  }
}

@media (max-width: 768px) {
  .footer-section {
    padding: 3.5rem 0.9rem calc(5.8rem + env(safe-area-inset-bottom)) !important;
    text-align: center !important;
  }

  .footer-section .footer-container {
    max-width: 390px !important;
    padding: 0 !important;
    gap: 2rem !important;
  }

  .footer-section .footer-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.65rem !important;
    width: 100% !important;
  }

  .footer-section .footer-brand-col,
  .footer-section .footer-links-col,
  .footer-section .footer-services-col,
  .footer-section .footer-address-col {
    grid-column: auto !important;
    width: 100% !important;
    align-items: center !important;
    text-align: center !important;
  }

  .footer-section .footer-logo-link {
    justify-content: center !important;
    width: 100% !important;
  }

  .footer-section .footer-logo-img {
    width: min(74vw, 240px) !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .footer-section .footer-brand-desc {
    max-width: 315px !important;
    margin: 1rem auto 1.1rem !important;
    font-size: 0.82rem !important;
    line-height: 1.58 !important;
    text-align: center !important;
  }

  .footer-section .footer-direct-contacts {
    width: 100% !important;
    max-width: 315px !important;
    margin: 0 auto !important;
  }

  .footer-section .f-contact-line {
    justify-content: center !important;
    width: 100% !important;
    gap: 0.5rem !important;
    text-align: center !important;
  }

  .footer-section .f-contact-line a,
  .footer-section .footer-address-text,
  .footer-section .footer-links a {
    font-size: 0.82rem !important;
    line-height: 1.55 !important;
    overflow-wrap: anywhere !important;
  }

  .footer-section .footer-social-links {
    justify-content: center !important;
    width: 100% !important;
    margin: 1rem auto 0 !important;
    gap: 0.6rem !important;
  }

  .footer-section .footer-social-link {
    width: 40px !important;
    height: 40px !important;
    flex: 0 0 40px !important;
  }

  .footer-section .footer-col-title {
    width: 100% !important;
    margin: 0 0 0.75rem !important;
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.06em !important;
    text-align: center !important;
  }

  .footer-section .footer-links {
    width: 100% !important;
    align-items: center !important;
    gap: 0.48rem !important;
    text-align: center !important;
  }

  .footer-section .footer-links li {
    width: 100% !important;
    text-align: center !important;
  }

  .footer-section .footer-links a {
    display: inline-flex !important;
    justify-content: center !important;
    min-height: 30px !important;
    max-width: 100% !important;
  }

  .footer-section .footer-address-text {
    max-width: 315px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .footer-section .footer-map-card {
    width: 100% !important;
    max-width: 315px !important;
    margin: 1rem auto 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  .footer-section .footer-map-card iframe {
    width: 100% !important;
    min-height: 180px !important;
    display: block !important;
  }

  .footer-section .footer-map-link {
    justify-content: center !important;
    width: 100% !important;
    min-height: 40px !important;
    padding: 0.6rem 0.7rem !important;
    font-size: 0.72rem !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .footer-section .footer-bottom {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    align-items: center !important;
    width: 100% !important;
    gap: 0.8rem !important;
    padding-top: 1.35rem !important;
    text-align: center !important;
  }

  .footer-section .footer-copyright,
  .footer-section .footer-credit {
    width: 100% !important;
    max-width: 315px !important;
    text-align: center !important;
    font-size: 0.74rem !important;
    line-height: 1.45 !important;
    white-space: normal !important;
  }

  .footer-section .scroll-top-btn {
    justify-self: center !important;
    width: 42px !important;
    height: 42px !important;
    margin-top: 0.2rem !important;
  }
}

@media (min-width: 521px) and (max-width: 768px) {
  .footer-section .footer-container {
    max-width: 720px !important;
  }

  .footer-section .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 2rem 1.5rem !important;
  }

  .footer-section .footer-brand-col,
  .footer-section .footer-address-col {
    grid-column: 1 / -1 !important;
  }

  .footer-section .footer-brand-desc,
  .footer-section .footer-direct-contacts,
  .footer-section .footer-address-text,
  .footer-section .footer-map-card {
    max-width: 520px !important;
  }
}

@media (max-width: 420px) {
  .footer-section {
    padding-inline: 0.75rem !important;
  }

  .footer-section .footer-container,
  .footer-section .footer-brand-desc,
  .footer-section .footer-direct-contacts,
  .footer-section .footer-address-text,
  .footer-section .footer-map-card,
  .footer-section .footer-copyright,
  .footer-section .footer-credit {
    max-width: 100% !important;
  }

  .footer-section .footer-logo-img {
    width: min(76vw, 218px) !important;
  }

  .footer-section .footer-grid {
    gap: 1.45rem !important;
  }
}

/* Contact page: strict center alignment for form and journey headings. */
@media (max-width: 768px) {
  .contact-refresh-page .contact-refresh-form-section .contact-refresh-section-head,
  .contact-refresh-page .contact-refresh-services .contact-refresh-section-head {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 340px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .contact-refresh-page .contact-refresh-form-section .contact-refresh-section-head > div,
  .contact-refresh-page .contact-refresh-services .contact-refresh-section-head > div {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .contact-refresh-page .contact-refresh-form-section .contact-refresh-overline,
  .contact-refresh-page .contact-refresh-services .contact-refresh-overline {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .contact-refresh-page .contact-refresh-form-section .contact-refresh-section-head h2,
  .contact-refresh-page .contact-refresh-services .contact-refresh-section-head h2 {
    display: block !important;
    width: 100% !important;
    max-width: 315px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .contact-refresh-page .contact-refresh-form-section .contact-refresh-section-head p,
  .contact-refresh-page .contact-refresh-services .contact-refresh-section-head p {
    width: 100% !important;
    max-width: 315px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    justify-self: center !important;
    align-self: center !important;
  }
}

@media (max-width: 420px) {
  .contact-refresh-page .contact-refresh-form-section .contact-refresh-section-head,
  .contact-refresh-page .contact-refresh-services .contact-refresh-section-head,
  .contact-refresh-page .contact-refresh-form-section .contact-refresh-section-head h2,
  .contact-refresh-page .contact-refresh-services .contact-refresh-section-head h2,
  .contact-refresh-page .contact-refresh-form-section .contact-refresh-section-head p,
  .contact-refresh-page .contact-refresh-services .contact-refresh-section-head p {
    max-width: 285px !important;
  }
}
