/**
 * Homepage mobile UI only (max-width: 1023px). Desktop layout unchanged.
 * Matches reference: side-by-side hero, 2-col form, 3+2 trust badges, bottom nav.
 */
@media (min-width: 1024px) {
    .mob-only {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    body.page-home {
        background: #f5f7fa;
        padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
        font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    }

    body.page-home .mob-only {
        display: block;
    }

    body.page-home button.mob-only,
    body.page-home a.mob-only,
    body.page-home nav.mob-only {
        display: flex;
    }

    body.page-home .desk-only {
        display: none !important;
    }

    /* ── Blue header: menu | logo text | bell ── */
    body.page-home .hero-bg {
        padding: 0;
    }

    body.page-home .hero-bg::before {
        height: clamp(168px, 24vh, 220px);
        background: linear-gradient(180deg, #0a2a66 0%, #13408f 50%, #1a56b8 100%);
    }

    body.page-home .hero-bg::after {
        height: clamp(168px, 24vh, 220px);
    }

    body.page-home .hero-top-bar {
        display: grid;
        grid-template-columns: 40px 1fr 40px;
        align-items: center;
        padding: calc(env(safe-area-inset-top, 0px) + 0.55rem) 1rem 0.75rem;
        max-width: 100%;
    }

    body.page-home .hero-logo-icon {
        display: none;
    }

    body.page-home .hero-logo-center {
        justify-self: center;
        flex-direction: column;
        text-align: center;
        gap: 0.1rem;
    }

    body.page-home .hero-logo-name {
        font-size: 0.9rem;
        font-weight: 700;
        line-height: 1.2;
    }

    body.page-home .hero-logo-sub {
        font-size: 0.52rem;
        letter-spacing: 0.14em;
        color: rgba(255, 255, 255, 0.75);
    }

    body.page-home .mob-top-hamburger {
        display: flex !important;
        justify-self: end;
        background: transparent;
        border: none;
        padding: 0;
        width: 40px;
        height: 40px;
    }

    body.page-home .mob-top-hamburger span {
        background: #fff;
        height: 2px;
        width: 22px;
        border-radius: 1px;
        transition: 0.3s;
    }

    body.page-home .mob-top-hamburger.open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    body.page-home .mob-top-hamburger.open span:nth-child(2) {
        opacity: 0;
    }

    body.page-home .mob-top-hamburger.open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    body.page-home .mob-header-bell {
        justify-self: start;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: transparent;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    body.page-home .mob-header-bell .ico {
        width: 1.15rem;
        height: 1.15rem;
    }

    body.page-home .hero-mobile-toolbar {
        display: none !important;
    }

    /* ── Hero wrapper: full-bleed banner + white card below ── */
    body.page-home .hero-card {
        margin: 0 1rem;
        border-radius: 16px;
        box-shadow: none;
        overflow: visible;
        background: transparent;
    }

    /* Side-by-side hero card — reference clone */
    body.page-home .mob-hero-banner {
        display: grid !important;
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
        align-items: stretch;
        overflow: hidden;
        border-radius: 18px;
        margin: 0;
        min-height: 186px;
        background: #fff;
        box-shadow: 0 12px 32px rgba(10, 42, 102, 0.12);
    }

    body.page-home .mob-hero-banner-left {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0.35rem;
        padding: 0.95rem 0.5rem 0.95rem 0.95rem;
        background: #fff;
        max-width: none;
    }

    body.page-home .mob-hero-title {
        display: flex;
        flex-direction: column;
        gap: 0;
        font-size: 1.28rem;
        font-weight: 800;
        color: #0a2a66;
        line-height: 1.12;
        margin: 0;
        letter-spacing: -0.025em;
    }

    body.page-home .mob-hero-line {
        display: block;
    }

    body.page-home .mob-hero-sub {
        font-size: 0.66rem;
        color: #64748b;
        margin: 0.15rem 0 0;
        line-height: 1.38;
        max-width: 11.5rem;
    }

    body.page-home .mob-hero-cta {
        display: inline-flex !important;
        align-items: center;
        gap: 0.5rem;
        margin-top: 0.55rem;
        padding: 0.52rem 0.42rem 0.52rem 1rem;
        background: #1a56db;
        color: #fff;
        border-radius: 50px;
        font-size: 0.8rem;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0 4px 14px rgba(26, 86, 219, 0.32);
        width: auto;
        white-space: nowrap;
    }

    body.page-home .mob-cta-arrow {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: #fff;
        color: #1a56db;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    body.page-home .mob-cta-arrow .ico {
        width: 0.72rem;
        height: 0.72rem;
    }

    body.page-home .mob-hero-banner-img {
        position: relative;
        min-height: 186px;
        overflow: hidden;
        background: #d4e4f7;
    }

    /* Light edge fade only — car must stay fully visible */
    body.page-home .mob-hero-banner-img::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 22%;
        z-index: 1;
        background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
    }

    body.page-home .mob-hero-pic {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 186px;
    }

    body.page-home .mob-hero-pic,
    body.page-home .mob-hero-photo {
        width: 100%;
        height: 100%;
        display: block;
        min-height: 186px;
        object-position: 62% 58%;
    }

    body.page-home .hero-main {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    body.page-home .form-label .ico:first-child {
        color: #2563eb;
    }

    body.page-home .form-row .form-group:nth-child(2) .form-label .ico:first-child {
        color: #ec4899;
    }

    /* White card that holds booking form + trust + stats */
    body.page-home .hero-main,
    body.page-home .hero-footer {
        background: #fff;
    }

    body.page-home .hero-main {
        border-radius: 16px 16px 0 0;
        margin-top: 0.85rem;
        overflow: visible;
        box-shadow: 0 12px 32px rgba(10, 42, 102, 0.1);
    }

    body.page-home .hero-footer {
        border-radius: 0 0 16px 16px;
        box-shadow: 0 12px 32px rgba(10, 42, 102, 0.1);
        overflow: hidden;
    }

    body.page-home .hero-left {
        order: 1 !important;
        padding: 0.85rem 1rem 0.75rem;
        background: #fff;
    }

    /* Booking card */
    body.page-home .booking-card {
        border-radius: 14px;
        border: 1px solid #e8ecf2;
        box-shadow: none;
        background: #fff;
    }

    body.page-home .booking-tabs {
        border-bottom: 1.5px solid #eef2f7;
    }

    body.page-home .booking-tab {
        font-size: 0.78rem;
        padding: 0.8rem 0.4rem;
        gap: 0.35rem;
        color: #9ca3af;
        background: transparent;
        border-bottom: 3px solid transparent;
        margin-bottom: -1.5px;
    }

    body.page-home .booking-tab.active {
        background: transparent !important;
        color: #1d4ed8 !important;
        border-bottom-color: #1d4ed8;
        font-weight: 700;
    }

    body.page-home .booking-tab:not(.active) .ico {
        opacity: 0.55;
    }

    body.page-home .tab-body {
        padding: 0.85rem 0.75rem 0.75rem;
    }

    /* 2-column form grid like reference */
    body.page-home .tab-body .form-row {
        flex-direction: row !important;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin-bottom: 0.55rem;
    }

    body.page-home .tab-body .form-row .form-group {
        flex: 1 1 calc(50% - 0.3rem);
        min-width: calc(50% - 0.3rem);
    }

    body.page-home .tab-body .form-row:last-child .form-group {
        flex: 1 1 100%;
        min-width: 100%;
    }

    body.page-home .form-label {
        font-size: 0.62rem;
        margin-bottom: 0.22rem;
        color: #9ca3af;
    }

    body.page-home .form-input {
        padding: 0.55rem 0.65rem;
        font-size: 0.78rem;
        border-radius: 8px;
        border-color: #e5e7eb;
        background: #fff;
    }

    body.page-home .btn-search {
        border-radius: 10px;
        padding: 0.82rem 1rem;
        background: #0f2d6b;
        font-size: 0.88rem;
        margin-top: 0.35rem;
    }

    /* Luggage dropdown — mobile (reference) */
    body.page-home .booking-card,
    body.page-home .tab-body,
    body.page-home .form-group.luggage-field {
        overflow: visible;
    }

    body.page-home .form-group.luggage-field {
        z-index: 20;
    }

    body.page-home .lug-picker.lug-picker-open {
        z-index: 10100;
    }

    body.page-home .lug-picker-btn {
        border: 1.5px solid #dbeafe;
        border-radius: 10px;
        padding: 0.72rem 0.85rem;
        background: #fff;
        font-size: 0.86rem;
        color: #1e293b;
    }

    body.page-home .lug-picker-panel {
        border: 1.5px solid #e2e8f0;
        border-radius: 12px;
        box-shadow: 0 10px 28px rgba(15, 45, 106, 0.14);
        z-index: 10100;
    }

    body.page-home .lug-cat-head {
        background: #fff;
        padding: 0.85rem 0.9rem;
        font-size: 0.88rem;
        font-weight: 600;
        color: #1e293b;
        border-bottom: 1px solid #f1f5f9;
    }

    body.page-home .lug-cat-head:hover,
    body.page-home .lug-cat-head[aria-expanded="true"] {
        background: #f8fafc;
    }

    body.page-home .lug-cat-icon {
        color: #64748b;
        font-size: 1rem;
    }

    /* Trust badges: 3 + 2 */
    body.page-home .hero-footer {
        background: #fff;
    }

    body.page-home .hero-trust-row {
        padding: 0.65rem 0.75rem 0.75rem;
        border-bottom: none;
    }

    body.page-home .hero-trust-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 0.45rem;
    }

    body.page-home .hero-trust-card {
        grid-column: span 2;
        border-radius: 10px;
        padding: 0.55rem 0.45rem;
        font-size: 0.62rem;
        min-height: 46px;
        font-weight: 600;
        color: #1e3a6b;
        gap: 0.4rem;
    }

    body.page-home .hero-trust-card:nth-child(4) {
        grid-column: 2 / span 2;
    }

    body.page-home .hero-trust-card:nth-child(5) {
        grid-column: 4 / span 2;
    }

    body.page-home .hero-trust-card .pill-icon {
        width: 28px;
        height: 28px;
        border-radius: 8px;
        font-size: 0.72rem;
        flex-shrink: 0;
    }

    body.page-home .hero-trust-card span {
        line-height: 1.2;
    }

    /* Stats: 4 in one row */
    body.page-home .hero-stats-zone {
        padding: 0.5rem 0.5rem 0.85rem;
        border-top: 1px solid #f0f2f6;
    }

    body.page-home .stats-inner {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0.25rem;
    }

    body.page-home .stat-item {
        flex: 1;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.25rem;
        background: transparent;
        padding: 0.25rem 0.15rem;
        min-width: 0;
    }

    body.page-home .stat-icon {
        width: 32px;
        height: 32px;
        border-radius: 8px;
        font-size: 0.85rem;
        background: #f3f4f6 !important;
    }

    body.page-home .stat-number {
        font-size: 0.95rem;
        font-weight: 800;
        color: #1a5fb4;
    }

    body.page-home .stat-label {
        font-size: 0.55rem;
        line-height: 1.2;
        color: #6b7280;
    }

    body.page-home .hero-bg + .section {
        padding-top: 1.25rem;
    }

    body.page-home .mob-sec-center {
        display: none;
    }

    /* Sections */
    body.page-home .section {
        padding: 1.5rem 0 1.75rem;
        background: #f5f7fa;
    }

    body.page-home .section-alt {
        background: #fff;
    }

    body.page-home .section-inner {
        padding: 0 1rem;
    }

    body.page-home .mob-sec-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.85rem;
    }

    body.page-home .mob-sec-head h2 {
        font-size: 1.05rem;
        font-weight: 800;
        color: #111827;
        margin: 0;
    }

    body.page-home .mob-sec-head a {
        font-size: 0.8rem;
        font-weight: 600;
        color: #2563eb;
        text-decoration: none;
    }

    body.page-home .dest-scroll,
    body.page-home .fleet-scroll {
        display: flex;
        gap: 0.75rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0.25rem;
        scrollbar-width: none;
    }

    body.page-home .dest-scroll::-webkit-scrollbar,
    body.page-home .fleet-scroll::-webkit-scrollbar {
        display: none;
    }

    body.page-home .dest-grid,
    body.page-home .fleet-grid {
        display: contents;
    }

    body.page-home .dest-scroll .dest-card {
        flex: 0 0 148px;
        min-width: 148px;
        scroll-snap-align: start;
        border-radius: 12px;
        border: 1px solid #eef2f7;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    body.page-home .dest-img-wrap {
        height: 96px;
    }

    body.page-home .dest-body {
        padding: 0.55rem 0.6rem 0.65rem;
    }

    body.page-home .dest-name {
        font-size: 0.68rem;
        line-height: 1.25;
    }

    body.page-home .fleet-scroll .fleet-card {
        flex: 0 0 130px;
        min-width: 130px;
        scroll-snap-align: start;
        border-radius: 12px;
        border: 1px solid #eef2f7;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }

    body.page-home .fleet-img-wrap {
        height: 88px;
        padding: 0.35rem;
        background: #f8fafc;
    }

    body.page-home .fleet-img-wrap img {
        object-fit: contain !important;
    }

    body.page-home .fleet-body {
        padding: 0.5rem 0.55rem 0.6rem;
    }

    body.page-home .fleet-name {
        font-size: 0.72rem;
        margin-bottom: 0.25rem;
    }

    body.page-home .fleet-specs {
        display: none;
    }

    /* ── Our Promise / Why Choose Us ── */
    body.page-home .section:has(.why-grid) {
        background: #fff;
        padding: 2.25rem 0 1.5rem;
    }

    body.page-home .section:has(.why-grid) .section-label,
    body.page-home .section:has(.why-grid) .section-title,
    body.page-home .section:has(.why-grid) .section-sub,
    body.page-home .section:has(.review-card) .section-label,
    body.page-home .section:has(.review-card) .section-title,
    body.page-home .section:has(.review-card) .section-sub {
        text-align: center;
    }

    body.page-home .section:has(.why-grid) .section-label,
    body.page-home .section:has(.review-card) .section-label {
        font-size: 0.72rem;
        letter-spacing: 0.14em;
        color: #2563eb;
        margin-bottom: 0.4rem;
    }

    body.page-home .section:has(.why-grid) .section-title,
    body.page-home .section:has(.review-card) .section-title {
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 1.55rem;
        margin-bottom: 0.45rem;
    }

    body.page-home .section:has(.why-grid) .section-sub,
    body.page-home .section:has(.review-card) .section-sub {
        font-size: 0.88rem;
        margin: 0 auto 1.75rem;
        max-width: 320px;
        line-height: 1.5;
    }

    body.page-home .why-scroll {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 0.85rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0.25rem 0 0.5rem;
        margin: 0 -0.25rem;
        scrollbar-width: none;
    }

    body.page-home .why-scroll::-webkit-scrollbar {
        display: none;
    }

    body.page-home .why-scroll .why-item {
        flex: 0 0 118px;
        min-width: 118px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.55rem;
        padding: 0;
        background: transparent;
        border: none;
        box-shadow: none;
        max-width: none;
    }

    body.page-home .why-scroll .why-icon {
        width: 46px;
        height: 46px;
        border-radius: 12px;
        background: #eff6ff;
        color: #1d4ed8;
        font-size: 1.05rem;
        box-shadow: none;
    }

    body.page-home .why-scroll .why-title {
        font-size: 0.78rem;
        font-weight: 700;
        color: #111827;
        margin-bottom: 0.15rem;
        line-height: 1.25;
    }

    body.page-home .why-scroll .why-sub {
        font-size: 0.68rem;
        color: #6b7280;
        line-height: 1.35;
    }

    /* CTA banner */
    body.page-home .cta-section {
        background: linear-gradient(135deg, #0a2a66 0%, #0f3478 45%, #13408f 100%);
        padding: 1.35rem 1rem 1.75rem;
        margin: 0;
        position: relative;
        overflow: hidden;
    }

    body.page-home .cta-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url('/assets/images/hero/hero-section.webp') 88% center / cover no-repeat;
        opacity: 0.14;
        pointer-events: none;
    }

    body.page-home .cta-section::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, #0a2a66 0%, rgba(10, 42, 102, 0.92) 55%, rgba(10, 42, 102, 0.55) 100%);
        pointer-events: none;
    }

    body.page-home .cta-inner {
        position: relative;
        z-index: 1;
        border-radius: 16px;
        padding: 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0.85rem;
        background: transparent;
        box-shadow: none;
    }

    body.page-home .cta-text {
        flex: 1;
        min-width: 0;
    }

    body.page-home .cta-text h3 {
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 1.05rem;
        line-height: 1.3;
        margin-bottom: 0.3rem;
        color: #fff;
    }

    body.page-home .cta-text p {
        font-size: 0.72rem;
        color: rgba(255, 255, 255, 0.82);
        line-height: 1.4;
        margin: 0;
    }

    body.page-home .btn-cta {
        flex-shrink: 0;
        font-size: 0.82rem;
        padding: 0.55rem 0.55rem 0.55rem 1rem;
        border-radius: 50px;
        background: #fff;
        color: #0f2d6b;
        border: none;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    }

    body.page-home .btn-cta .cta-arrow {
        width: 28px;
        height: 28px;
        background: #1250c4;
        color: #fff;
    }

    /* Customer Reviews */
    body.page-home .section:has(.review-card) {
        background: #f5f7fa;
        padding: 2.25rem 0 2rem;
    }

    body.page-home .review-slider-wrap {
        overflow: hidden;
        margin: 0;
    }

    body.page-home #reviewSlider {
        padding: 0.25rem 0 !important;
    }

    body.page-home .review-card {
        flex: 0 0 calc(100vw - 2rem) !important;
        min-width: calc(100vw - 2rem) !important;
        border-radius: 16px;
        padding: 1.35rem 1.25rem 1.15rem;
        text-align: center;
        box-shadow: 0 8px 28px rgba(15, 45, 107, 0.1);
        border: 1px solid #eef2f7;
    }

    body.page-home .review-stars {
        justify-content: center;
        display: flex;
        margin-bottom: 0.85rem !important;
        font-size: 0.95rem !important;
        letter-spacing: 0.12em;
    }

    body.page-home .review-text {
        font-size: 0.88rem;
        line-height: 1.65;
        margin-bottom: 0.85rem;
        color: #374151;
        font-style: italic;
    }

    body.page-home .review-author {
        justify-content: center;
        gap: 0;
    }

    body.page-home .review-avatar,
    body.page-home .review-loc {
        display: none !important;
    }

    body.page-home .review-name {
        font-size: 0.82rem;
        color: #6b7280;
        font-weight: 500;
    }

    body.page-home .review-name::before {
        content: '— ';
    }

    body.page-home .review-slider-nav {
        margin-top: 1rem;
        gap: 0;
        justify-content: center;
    }

    body.page-home .review-nav-btn {
        display: none !important;
    }

    body.page-home .review-slider-dots {
        gap: 0.45rem;
    }

    body.page-home .review-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d1d5db;
        transition: all 0.25s ease;
        cursor: pointer;
    }

    body.page-home .review-dot.active {
        width: 22px;
        border-radius: 999px;
        background: #2563eb;
    }

    body.page-home .btn-google-wrap {
        margin-top: 1.25rem;
        padding: 0 0.25rem;
    }

    body.page-home .btn-google {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
        border-radius: 50px;
        padding: 0.85rem 1.1rem;
        margin-top: 0;
        background: #fff;
        border: 1.5px solid #e5e7eb;
        font-size: 0.84rem;
        color: #374151;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    }

    body.page-home .btn-google .ico.sm {
        margin-left: auto;
        opacity: 0.4;
    }

    /* Footer — reference clone */
    body.page-home .site-footer {
        background: #0b1528;
        padding: 1.5rem 1rem calc(5.5rem + env(safe-area-inset-bottom, 0px));
        font-size: 0.8rem;
        margin-bottom: 0;
    }

    body.page-home .site-footer .footer-inner {
        padding: 0;
    }

    body.page-home .site-footer .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem 1.5rem;
        padding-bottom: 1.25rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    body.page-home .site-footer .footer-brand {
        grid-column: 1 / -1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0.75rem;
        margin-bottom: 0.35rem;
        padding-bottom: 0.5rem;
    }

    body.page-home .site-footer .footer-desc,
    body.page-home .site-footer .f-contact {
        display: none !important;
    }

    body.page-home .site-footer .f-logo {
        margin-bottom: 0;
        align-items: center;
        gap: 0.55rem;
        width: 100%;
        flex: none;
    }

    body.page-home .site-footer .f-logo-icon {
        width: 36px;
        height: 36px;
        border-radius: 9px;
        background: #1d4ed8;
        flex-shrink: 0;
    }

    body.page-home .site-footer .f-logo-name {
        font-size: 0.82rem;
        font-weight: 700;
        line-height: 1.2;
    }

    body.page-home .site-footer .f-logo-sub {
        font-size: 0.5rem;
        letter-spacing: 0.14em;
        color: rgba(255, 255, 255, 0.45);
        margin-top: 0.1rem;
    }

    body.page-home .site-footer .f-social {
        margin-left: 0;
        margin-top: 0.15rem;
        flex-shrink: 0;
        gap: 0.4rem;
        width: 100%;
    }

    body.page-home .site-footer .f-social a {
        width: 30px;
        height: 30px;
        border-radius: 7px;
        background: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.72rem;
    }

    body.page-home .site-footer .f-social a .ico {
        width: 0.85rem;
        height: 0.85rem;
    }

    body.page-home .site-footer .footer-col h5 {
        font-size: 0.65rem;
        letter-spacing: 0.12em;
        margin-bottom: 0.55rem;
        color: #fff;
        font-weight: 700;
    }

    body.page-home .site-footer .footer-col ul {
        gap: 0.32rem;
    }

    body.page-home .site-footer .footer-col a {
        font-size: 0.72rem;
        color: rgba(255, 255, 255, 0.55);
        line-height: 1.35;
    }

    body.page-home .site-footer .footer-bottom {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        text-align: left !important;
        gap: 0.65rem;
        padding: 0.9rem 0 0.25rem;
        font-size: 0.62rem;
        color: rgba(255, 255, 255, 0.38);
    }

    body.page-home .site-footer .footer-bottom p {
        margin: 0;
        line-height: 1.35;
        flex: 1;
        min-width: 0;
        max-width: 58%;
    }

    body.page-home .site-footer .footer-bottom-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 0.65rem 0.85rem;
        flex-shrink: 0;
    }

    body.page-home .site-footer .footer-bottom-links a {
        font-size: 0.62rem;
        color: rgba(255, 255, 255, 0.45);
        white-space: nowrap;
    }

    /* WhatsApp + Phone FAB — right side with message badge */
    body.page-home .float-btn {
        position: fixed;
        width: 50px;
        height: 50px;
        right: 1rem;
        left: auto;
        z-index: 9995;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
    }

    body.page-home .float-btn .ico {
        width: 1.4rem;
        height: 1.4rem;
        color: #fff;
        fill: currentColor;
    }

    body.page-home .wa-float {
        position: fixed;
        bottom: calc(9.2rem + env(safe-area-inset-bottom, 0px));
        background: #25d366;
        color: #fff;
    }

    body.page-home .wa-float-badge {
        position: absolute;
        top: -10px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        min-width: 18px;
        height: 18px;
        padding: 0 4px;
        border-radius: 999px;
        background: #ef4444;
        color: #fff;
        font-size: 0.65rem;
        font-weight: 700;
        line-height: 18px;
        text-align: center;
        border: 2px solid #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        pointer-events: none;
    }

    body.page-home .ph-float {
        bottom: calc(5.65rem + env(safe-area-inset-bottom, 0px));
        background: #1d4ed8;
        color: #fff;
    }

    /* Bottom navigation — shared styles in site-mobile.css */
    body.page-home.menu-open {
        overflow: hidden;
    }

    body.page-home.menu-open .hero-card {
        z-index: 10055 !important;
    }

    body.page-home.menu-open .hero-top-bar {
        z-index: 10060 !important;
        position: relative;
    }

    body.page-home.menu-open .wa-float,
    body.page-home.menu-open .ph-float,
    body.page-home.menu-open .site-mob-fab {
        z-index: 10070 !important;
    }

    body.page-home.menu-open .mob-bottom-nav,
    body.page-home.menu-open .mob-site-bottom-nav {
        z-index: 10065 !important;
    }

    body.page-home .mobile-nav {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        background: rgba(15, 45, 106, 0.45) !important;
    }

    body.page-home .mobile-nav.open {
        display: flex !important;
        justify-content: flex-end;
        align-items: stretch;
    }

    body.page-home .mobile-nav-sheet {
        position: relative;
        width: min(86vw, 320px);
        max-width: 320px;
        height: 100%;
        min-height: 100%;
        max-height: none;
        align-self: stretch;
        margin: 0 0 0 auto;
        border-radius: 0;
        padding: calc(env(safe-area-inset-top, 0px) + 4.6rem) 1.15rem calc(64px + 0.85rem + env(safe-area-inset-bottom, 0px));
        display: flex;
        flex-direction: column;
        gap: 0;
        background: #fff !important;
        box-shadow: -12px 0 44px rgba(15, 45, 106, 0.22);
        transform: translateX(100%);
        transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);
        animation: none !important;
        overflow: hidden;
        flex-shrink: 0;
        isolation: isolate;
    }

    body.page-home .mobile-nav.open .mobile-nav-sheet {
        transform: translateX(0);
    }

    body.page-home .mob-menu-close {
        position: absolute;
        top: calc(env(safe-area-inset-top, 0px) + 0.75rem);
        right: 0.85rem;
        width: 38px;
        height: 38px;
        border: none;
        background: transparent;
        color: #64748b;
        font-size: 2rem;
        font-weight: 300;
        line-height: 1;
        cursor: pointer;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-family: inherit;
    }

    body.page-home .mob-menu-close span {
        display: block;
        margin-top: -2px;
    }

    body.page-home .mob-menu-scroll {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-right: 2rem;
    }

    body.page-home .mob-menu-support {
        display: flex;
        align-items: flex-start;
        gap: 0.7rem;
        padding: 0.95rem 0.85rem;
        background: #f0f6ff !important;
        border: 1px solid #dbeafe;
        border-radius: 14px;
        margin-bottom: 1.15rem;
        position: relative;
        z-index: 2;
    }

    body.page-home .mob-menu-support-icon {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #2563eb;
    }

    body.page-home .mob-menu-support-icon .ico {
        width: 1.6rem;
        height: 1.6rem;
    }

    body.page-home .mob-menu-support-body strong {
        display: block;
        font-size: 0.88rem;
        font-weight: 700;
        color: #1e3a6b;
        line-height: 1.3;
        margin-bottom: 0.2rem;
    }

    body.page-home .mob-menu-support-body p {
        margin: 0 0 0.4rem;
        font-size: 0.7rem;
        color: #64748b;
        line-height: 1.45;
    }

    body.page-home .mob-menu-phone {
        font-size: 0.88rem;
        font-weight: 700;
        color: #2563eb;
        text-decoration: none;
    }

    body.page-home .mob-menu-links {
        display: flex;
        flex-direction: column;
        gap: 0.1rem;
        flex: none;
    }

    body.page-home .mob-menu-link {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.65rem 0;
        text-decoration: none;
        color: #1e293b !important;
        border-bottom: none !important;
        min-height: auto !important;
    }

    body.page-home .mob-menu-link-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        background: #eef4ff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: #1d4ed8;
    }

    body.page-home .mob-menu-link-icon .ico {
        width: 1rem;
        height: 1rem;
    }

    body.page-home .mob-menu-link-label {
        flex: 1;
        font-size: 0.88rem;
        font-weight: 600;
        color: #1e293b;
    }

    body.page-home .mob-menu-link-chevron {
        display: flex;
        color: #94a3b8;
    }

    body.page-home .mob-menu-link-chevron .ico {
        width: 0.8rem;
        height: 0.8rem;
    }

    body.page-home .mob-menu-auth {
        flex: 0 0 auto;
        margin-top: 1.75rem;
        padding-top: 1rem !important;
        border-top: 1px solid #e8ecf2 !important;
        gap: 0.6rem !important;
        display: flex;
        flex-direction: row;
        background: transparent;
    }

    body.page-home .mob-menu-auth .btn-login,
    body.page-home .mob-menu-auth .btn-register {
        flex: 1;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 10px !important;
        font-size: 0.82rem !important;
        padding: 0.55rem 0.75rem !important;
        gap: 0.35rem !important;
        text-decoration: none;
        font-weight: 600;
        min-height: 44px;
    }

    body.page-home .mob-menu-auth .btn-login .ico,
    body.page-home .mob-menu-auth .btn-register .ico {
        width: 0.9rem;
        height: 0.9rem;
    }

    body.page-home .mob-menu-auth .btn-login {
        border: 1.5px solid #d1d5db !important;
        color: #374151 !important;
        background: #fff !important;
    }

    body.page-home .mob-menu-auth .btn-register {
        background: #2563eb !important;
        color: #fff !important;
        border: none !important;
    }

    body.page-home .mob-menu-auth .btn-register .ico {
        color: #fff;
    }
}

@media (max-width: 380px) {
    body.page-home .mob-hero-title {
        font-size: 1.1rem;
    }

    body.page-home .mob-hero-banner {
        min-height: 168px;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    }

    body.page-home .mob-hero-banner-img,
    body.page-home .mob-hero-photo {
        min-height: 168px;
    }

    body.page-home .mob-hero-sub {
        font-size: 0.6rem;
        max-width: 10rem;
    }

    body.page-home .mob-hero-cta {
        font-size: 0.74rem;
        padding: 0.48rem 0.38rem 0.48rem 0.85rem;
    }

    body.page-home .tab-body .form-row .form-group {
        flex: 1 1 100%;
        min-width: 100%;
    }

    body.page-home .hero-trust-card {
        font-size: 0.58rem;
    }

    body.page-home .stat-label {
        font-size: 0.5rem;
    }
}
