@media (max-width: 768px) {
  .visible-xs { display: block !important; }
  .hidden-xs { display: none !important; }
  .section { padding: 40px 0; }

  .areas-grid {
    display: grid;
    gap: 0px!important;
    background: var(--border);
    margin-top: 20px;
}

.area-col {
    padding: 15px 25px;
}


.trust-quote-block::before {
    top: -10px;
}

.col-md-8 .fleet-card {
    min-height: 220px;
}

.col-md-4 .fleet-card {
    min-height: 220px;
}

.btn-custom-group {
    width: auto!important;
    max-width: none!important;
}




.mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(10px);
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3), 0 0 20px rgba(212, 175, 55, 0.2);
    justify-content: space-around;
    align-items: center;
    padding: 8px 0 calc(8px + env(safe-area-inset-bottom)) 0; 
    transition: transform 0.3s ease;
}

.mobile-menu a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 23%;
    border-radius: 15px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    margin-bottom: 4px;
    border-radius: 12px;
    text-transform: uppercase;
}

.mobile-menu i {
    font-size: 20px;
    margin-bottom: 2px;
    display: block;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2));
}





}
@media (min-width: 1024px) {
    ::-webkit-scrollbar { width: 8px; }
    ::-webkit-scrollbar-track { background: var(--black); }
    ::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 4px; }
    ::-webkit-scrollbar-thumb:hover { background: var(--gold); }
}

@media (min-width: 992px) {
    .navbar { padding: 20px 0; }
    .navbar-brand .brand { font-size: 22px; }
    .nav-cta { margin-top: 0; padding: 10px 24px; letter-spacing: 2px !important; }
    .navbar-collapse {
        background: transparent !important;
        position: static;
        padding: 0;
        border-bottom: none;
        box-shadow: none;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(10,10,10,0.98);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 30px 20px;
        text-align: center;
        border-bottom: 1px solid var(--border);
        box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    }
    .nav-link { font-size: 16px; display: inline-block; } 
}

@media (min-width: 992px) {
    .hero-phone { display: flex; }
    .hero-h1 { font-size: 80px; }
    .hero-sub { font-size: 19px; }
}

@media (min-width: 768px) {
    .btn-custom-group { flex-direction: row; max-width: none; }
    .btn-primary { width: auto; font-size: 11px; letter-spacing: 3px; padding: 18px 42px; }
    .btn-outline { width: auto; font-size: 11px; letter-spacing: 3px; padding: 17px 36px; }
}

@media (min-width: 992px) {
    .stat-num { font-size: 52px; }
}


@media (min-width: 768px) { 
    .section-head { margin-bottom: 40px; }
    .section-head .eyebrow { letter-spacing: 5px; }
}

@media (min-width: 992px) {
    .section-head h2 { font-size: 54px; }
    .section-head p { font-size: 18px; }
}


@media (min-width: 992px) { 
    .col-md-8 .fleet-card { min-height: 500px; }
    .col-md-4 .fleet-card { min-height: 311px; }
}


@media (min-width: 768px) { 
    .events-grid { grid-template-columns: repeat(2, 1fr); }
    .event-card { padding: 48px 40px; }
    .event-num { font-size: 64px; right: 30px; }
}

@media (min-width: 992px) { 
    .events-grid { grid-template-columns: repeat(3, 1fr); }
}


@media (min-width: 992px) { .trust { padding: 120px 0; } }

@media (min-width: 768px) { 
    .trust-point { padding: 20px 0; gap: 18px; }
    .trust-point-title { font-size: 13px; }
    .trust-quote-block { padding: 56px; }
    .trust-quote-block::before { top: -15px; left: 40px; font-size: 120px; }
    .quote-text { font-size: 22px; margin-bottom: 32px; }
}


@media (min-width: 768px) { .areas-grid { margin-top: 60px; } }
@media (min-width: 576px) { .areas-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .areas-grid { grid-template-columns: repeat(4, 1fr); } }




@media (min-width: 768px) { 
    .booking-form { padding: 56px; }
    .form-control, .form-select { font-size: 14px; padding: 14px 18px; } 
    .form-label { letter-spacing: 3px; }
    .perk { font-size: 12px; letter-spacing: 2px; gap: 14px; }
    .booking-phone { font-size: 32px; }
}


@media (min-width: 992px) { footer { padding: 70px 0 40px; } }

@media (min-width: 768px) { 
    .footer-brand .brand-name { font-size: 28px; }
    .footer-phone { font-size: 22px; }
}


@media (max-width: 767px) { .float-cta { display: none; } }