﻿@media (max-width: 768px) {


    :root {
        --mob-pad: 18px;
        --mob-radius: 18px;
        --mob-radius-lg: 24px;
        --mob-shadow: 0 2px 16px rgba(13, 21, 96, 0.09);
        --mob-shadow-lift: 0 8px 32px rgba(13, 21, 96, 0.14);
    }

    html {
        scroll-behavior: smooth;
        -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
    }

    body {
        -webkit-font-smoothing: antialiased;
        overscroll-behavior-y: none;
        overflow-x: hidden;
        width: 100%;
    }


    nav {
        height: 60px;
        padding: 0 var(--mob-pad);
        box-shadow: 0 1px 0 rgba(13, 21, 96, 0.07);
        border-bottom: none;
        transition: background 0.3s, box-shadow 0.3s;
    }

    nav.scrolled {
        background: rgba(255, 255, 255, 0.82);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        box-shadow: 0 2px 16px rgba(13, 21, 96, 0.1);
    }


    .checker-form h3,
    .checker-info h3,
    .cta-banner h2,
    .insurance-content h3,
    .ins-title,
    .aff-hero h1,
    .aff-section-title,
    .section-title,
    h1,
    h2,
    h3,
    h4 {
        font-family: 'Poppins', sans-serif !important;
    }


    .mob-fade {
        opacity: 0;
        transform: translateY(40px) scale(0.97);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .mob-fade.mob-visible {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .mob-fade:nth-child(2) {
        transition-delay: 0.08s;
    }

    .mob-fade:nth-child(3) {
        transition-delay: 0.16s;
    }

    .mob-fade:nth-child(4) {
        transition-delay: 0.24s;
    }


    .btn-hero:active,
    .btn-check:active,
    .btn-track:active,
    .btn-aff-primary:active,
    .btn-aff-submit:active,
    .service-card:active,
    .dest-card:active,
    .app-mob-card:active,
    .fan-card:active,
    .ins-plan:active,
    .aff-mob-step-item:active {
        transform: scale(0.97);
        transition: transform 0.1s ease;
    }

    .nav-logo img {
        height: 28px;
    }

    .nav-logo-text {
        font-size: 1.25rem;
    }

    .nav-links,
    .nav-cta {
        display: none !important;
    }

    .nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 10px;
        border: 1.5px solid var(--border);
        background: transparent;
        font-size: 1.1rem;
        cursor: pointer;
    }

    .nav-mobile-drawer {
        top: 60px;
        padding: 0 var(--mob-pad) 24px;
        border-bottom: none;
        border-radius: 0 0 var(--mob-radius-lg) var(--mob-radius-lg);
        box-shadow: 0 24px 48px rgba(13, 21, 96, 0.13);
        background: rgba(255, 255, 255, 0.72) !important;
        backdrop-filter: blur(28px) !important;
        -webkit-backdrop-filter: blur(28px) !important;
        overflow-x: hidden;
    }

    .nav-mobile-drawer>a:not(.nav-mob-row):not(.nav-mob-admin-btn):not(.nav-mob-cta-btn) {
        font-size: 0.92rem;
        font-weight: 600;
        padding: 9px 2px;
        border-bottom: 1px solid var(--off-white);
        color: var(--text);
        letter-spacing: -0.01em;
        display: block;
        text-decoration: none;
    }


    .hero {
        margin-top: 60px;
        padding: 0 var(--mob-pad);
        height: 360px;
        min-height: 360px;
        max-height: 360px;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
    }

    .hero-dots {
        bottom: 20px;
    }

    .hero-content {
        width: 100%;
    }

    .hero-headline-wrap {
        min-height: 100px;
        height: auto;
        overflow: visible;
    }

    .hero-headline {
        display: flex;
        flex-direction: column;
    }

    .hero-line-1 {
        font-size: 1.55rem;
        font-weight: 700;
        line-height: 1.1;
        display: block;
        white-space: nowrap;
    }

    .hero-line-2 {
        font-size: 1.55rem;
        font-weight: 700;
        line-height: 1.1;
        display: block;
    }

    .hero-right {
        display: none;
    }

    .hero-badge {
        display: none;
    }

    .hero h1,
    .hero .hero-headline {
        font-size: 1.55rem;
        font-weight: 700;
        line-height: 1.1;
        letter-spacing: -0.03em;
        margin-bottom: 10px;
    }

    #hero-sub,
    .hero-content>p {
        display: none;
    }

    .hero-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 12px;
        padding: 8px 4px;
        margin-bottom: 14px;
    }

    .hero-stat {
        text-align: center;
        padding: 2px 0;
        border-right: 1px solid rgba(255, 255, 255, 0.13);
    }

    .hero-stat:last-child {
        border-right: none;
    }

    .hero-stat strong {
        font-size: 1.1rem;
        display: block;
        line-height: 1.1;
        letter-spacing: -0.02em;
    }

    .hero-stat span {
        font-size: 0.55rem;
        opacity: 0.65;
        margin-top: 2px;
        display: block;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .btn-hero {
        padding: 12px 10px;
        font-size: 0.82rem;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        letter-spacing: 0.01em;
    }

    .hero-seo-h1 {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .search-section {
        padding: 28px var(--mob-pad);
    }

    .search-label {
        font-size: 1rem;
        margin-bottom: 16px;
        text-align: left;
    }

    .search-box {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px var(--mob-pad);
        border-radius: var(--mob-radius-lg);
        box-shadow: var(--mob-shadow-lift);
    }

    .search-field select,
    .search-field input {
        font-size: 16px !important;
        min-height: 44px;
        border-radius: 10px;
        padding: 9px 13px;
        background: var(--off-white);
    }

    .search-box .btn-primary,
    .btn-search {
        width: 100%;
        min-height: 52px;
        border-radius: 14px;
        font-size: 0.95rem;
        letter-spacing: 0.01em;
        box-shadow: 0 4px 16px rgba(13, 21, 96, 0.22);
    }


    section {
        padding-left: var(--mob-pad);
        padding-right: var(--mob-pad);
    }

    .services,
    .how,
    .visa-checker,
    .destinations,
    .insurance,
    .testimonials {
        padding: 40px var(--mob-pad);
    }

    .tracking {
        padding: 56px var(--mob-pad);
    }

    .section-header {
        margin-bottom: 14px;
    }

    .section-tag {
        display: none;
    }

    .section-title {
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: -0.02em;
        line-height: 1.2;
        margin: 0;
    }

    .section-sub {
        display: none;
    }

    .section-header-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .section-view-more {
        font-size: 0.82rem;
        font-weight: 600;
        color: var(--red);
        text-decoration: none;
        white-space: nowrap;
        flex-shrink: 0;
    }


    .services-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .service-card {
        padding: 20px 14px 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-radius: 18px;
        border: 1.5px solid var(--border);
        background: white;
        cursor: pointer;
        transition: background 0.15s;
        gap: 0;
    }

    .service-card:hover,
    .service-card:active {
        transform: none;
        background: var(--off-white);
    }

    .service-card-inner,
    .service-card-front,
    .service-card-back {
        display: contents;
    }

    .service-icon-bg {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        flex-shrink: 0;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .service-icon {
        font-size: 1.25rem;
    }

    .service-title {
        font-size: 0.76rem;
        font-weight: 600;
        color: var(--text);
        line-height: 1.3;
        margin: 0;
    }

    .service-desc {
        display: none;
    }

    .service-arrow {
        display: none;
    }


    .how {
        border-radius: 0;
    }

    .steps-desktop,
    .steps-mobile {
        display: block;
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 20px;
        position: relative;
        display: block;
    }

    .steps::before {
        content: '';
        position: absolute;
        top: 56px;
        bottom: 36px;
        left: 19px;
        width: 2px;
        background: linear-gradient(to bottom, var(--blue), rgba(13, 21, 96, 0.12));
        border-radius: 2px;
        display: block;
        z-index: 0;
    }

    .step {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        text-align: left;
        padding: 18px 0;
        border-bottom: 1px solid var(--border);
        position: relative;
    }

    .step:last-child {
        border-bottom: none;
    }

    .step-num {
        margin: 0;
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        font-size: 0.88rem;
        border-width: 2px;
        box-shadow: none;
        position: relative;
        z-index: 1;
        background: var(--blue);
        color: white;
    }

    .step h4 {
        font-size: 0.92rem;
        margin-bottom: 0;
    }

    .step p {
        display: none;
    }


    .checker-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .checker-form {
        padding: 24px 20px;
        border-radius: var(--mob-radius-lg);
        box-shadow: var(--mob-shadow-lift);
    }

    .checker-form:hover {
        transform: none;
        box-shadow: var(--mob-shadow-lift);
    }

    .checker-form h3 {
        font-size: 1.05rem;
        margin-bottom: 4px;
    }

    .checker-form>p,
    .checker-form p:not(.form-group p) {
        display: none;
    }

    .form-group label {
        font-size: 0.72rem;
        font-weight: 600;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .form-group select,
    .form-group input,
    .form-group textarea {
        font-size: 16px !important;
        min-height: 44px;
        border-radius: 10px;
        padding: 9px 13px;
    }

    .btn-check {
        min-height: 52px;
        border-radius: 14px;
        font-size: 0.95rem;
        letter-spacing: 0.01em;
        margin-top: 8px;
    }


    .checker-info h3 {
        font-size: 1.05rem;
        margin-bottom: 12px;
    }

    .checker-info {
        padding-left: 0;
    }

    .checker-info>p {
        display: none;
    }

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

    .info-list li {
        border-bottom: 1px solid var(--border);
        padding: 0;
        display: block;
        cursor: pointer;
    }

    .info-list li:last-child {
        border-bottom: none;
    }

    .info-list-header {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 0;
    }

    .info-list .icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        background: var(--off-white);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        flex-shrink: 0;
    }

    .info-list-title {
        font-size: 0.88rem;
        font-weight: 700;
        color: var(--text);
        flex: 1;
        line-height: 1.3;
    }

    .info-list-chevron {
        font-size: 0.65rem;
        color: var(--text-light);
        transition: transform 0.22s;
        flex-shrink: 0;
    }

    .info-list li.open .info-list-chevron {
        transform: rotate(180deg);
        color: var(--blue);
    }

    .info-sub {
        display: none;
        font-size: 0.8rem;
        color: var(--text-light);
        line-height: 1.6;
        padding: 0 0 14px 48px;
    }

    .info-list li.open .info-sub {
        display: block;
    }


    .destinations .section-header {
        display: block;
        margin-bottom: 16px;
    }

    .dest-view-more,
    .destinations .section-view-more {
        display: none;
    }

    .destinations .section-header h2 {
        font-size: 1.1rem;
        letter-spacing: -0.02em;
        margin: 0;
    }

    .destinations .section-header p,
    .destinations .section-tag {
        display: none;
    }

    .dest-view-more {
        font-size: 0.82rem;
        font-weight: 600;
        color: var(--red);
        text-decoration: none;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .destinations {
        overflow: hidden;
    }

    .dest-grid {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        padding-bottom: 8px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin: 0 calc(-1 * var(--mob-pad));
        padding-left: var(--mob-pad);
        padding-right: var(--mob-pad);
    }

    .dest-grid::-webkit-scrollbar {
        display: none;
    }

    .dest-card {
        flex: 0 0 160px;
        height: 200px;
        border-radius: 16px;
        transition: none;
    }

    .dest-card:active {
        opacity: 0.9;
    }

    .dest-name {
        font-size: 0.9rem;
        letter-spacing: -0.01em;
    }

    .dest-tag {
        font-size: 0.65rem;
    }

    .dest-badge {
        font-size: 0.58rem;
        padding: 3px 7px;
        top: 8px;
        right: 8px;
    }


    .insurance-wrap {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .insurance-visual {
        border-radius: var(--mob-radius-lg);
        padding: 22px 18px;
    }

    .ins-features {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .ins-feat {
        padding: 10px;
        border-radius: 10px;
    }

    .ins-feat-icon {
        font-size: 1.1rem;
        margin-bottom: 4px;
    }

    .ins-feat-title {
        font-size: 0.74rem;
        font-weight: 700;
    }

    .ins-feat-desc {
        display: none;
    }

    .ins-plan {
        border-radius: 12px;
        padding: 14px 16px;
    }

    .ins-plan:hover {
        transform: none;
    }

    .ins-plan-desc {
        display: none;
    }

    .modal .ins-plan-desc,
    .ins-modal-plans .ins-plan-desc {
        display: block;
    }

    .ins-title {
        font-size: 1.05rem;
        font-weight: 600;
    }

    .ins-plan {
        cursor: pointer;
        transition: background 0.18s;
    }

    .ins-plan .ins-plan-desc {
        display: none;
        font-size: 0.78rem;
        color: var(--text-light);
        margin-top: 4px;
        padding-top: 6px;
        border-top: 1px solid var(--border);
    }

    .ins-plan.mob-open .ins-plan-desc {
        display: block;
    }

    .ins-plan.mob-open {
        background: rgba(13, 21, 96, 0.04);
        border-color: var(--blue);
    }

    .ins-plan .ins-plan-price {
        white-space: nowrap;
    }

    .insurance-content h3 {
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: -0.01em;
    }

    .insurance-content>p {
        display: none;
    }


    .track-wrap {
        text-align: center;
    }

    .track-wrap .section-sub {
        display: none;
    }

    .track-input-wrap {
        flex-direction: column;
        gap: 10px;
    }

    .track-input {
        min-height: 52px;
        border-radius: 14px;
        font-size: 16px !important;
        padding: 14px 18px;
    }

    .btn-track {
        width: 100%;
        min-height: 52px;
        border-radius: 14px;
        font-size: 0.95rem;
        letter-spacing: 0.01em;
    }

    .track-demo {
        padding: 20px 16px;
        border-radius: var(--mob-radius-lg);
    }


    .testi-grid {
        overflow: hidden;
        margin-top: 20px;
    }

    .testi-grid::-webkit-scrollbar {
        display: none;
    }

    .testi-card {
        padding: 20px 16px;
        border-radius: 18px;
    }

    .testi-card:hover {
        transform: none;
    }

    .testi-card.visible {
        display: block;
    }

    .testi-text {
        font-size: 0.84rem;
        line-height: 1.7;
    }

    .testi-stars {
        font-size: 0.88rem;
        margin-bottom: 10px;
    }

    .testi-meta {
        display: none;
    }

    .testi-show-more {
        display: block;
        width: 100%;
        margin-top: 12px;
        padding: 13px;
        background: var(--off-white);
        border: 1.5px solid var(--border);
        border-radius: 14px;
        font-family: 'Poppins', sans-serif;
        font-size: 0.88rem;
        font-weight: 600;
        color: var(--text);
        cursor: pointer;
        text-align: center;
        transition: background 0.15s;
    }

    .testi-show-more:active {
        background: var(--border);
    }


    .cta-banner {
        margin: 32px var(--mob-pad) 48px;
        padding: 32px 20px;
        border-radius: var(--mob-radius-lg);
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .cta-banner h2 {
        font-size: 1.15rem;
        font-weight: 600;
        letter-spacing: -0.01em;
        font-family: 'Poppins', sans-serif !important;
    }

    .cta-banner p {
        display: none;
    }

    .cta-actions {
        align-items: stretch;
        width: 100%;
        gap: 10px;
    }

    .cta-actions .btn-hero,
    .cta-actions button,
    .cta-actions a {
        width: 100%;
        min-height: 52px;
        padding: 15px;
        border-radius: 14px;
        font-size: 0.95rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 0.01em;
    }


    footer {
        padding: 44px var(--mob-pad) 28px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 36px;
    }

    .footer-tagline {
        max-width: 100%;
        font-size: 0.85rem;
    }

    .footer-col h4 {
        font-size: 0.88rem;
        margin-bottom: 14px;
    }

    .footer-col a {
        font-size: 0.85rem;
        margin-bottom: 11px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }


    .modal-overlay {
        align-items: flex-end !important;
        justify-content: stretch !important;
        padding: 0;
    }

    .modal {
        border-radius: var(--mob-radius-lg) var(--mob-radius-lg) 0 0;
        max-height: 92svh;
        overflow-y: auto;
        width: 100%;
        max-width: 100%;
        padding: 12px 20px env(safe-area-inset-bottom, 40px);
        padding-bottom: max(40px, env(safe-area-inset-bottom));
        animation: slideUpSheet 0.28s cubic-bezier(0.32, 0.72, 0, 1) both;
        position: relative;
    }

    @keyframes slideUpSheet {
        from {
            transform: translateY(100%);
        }

        to {
            transform: translateY(0);
        }
    }

    .modal-drag-handle {
        display: block;
        width: 40px;
        height: 4px;
        background: var(--border);
        border-radius: 2px;
        margin: 8px auto 20px;
    }

    .modal h3 {
        font-size: 1.15rem;
    }

    .modal input,
    .modal select,
    .modal textarea {
        font-size: 16px !important;
        min-height: 50px;
        border-radius: 12px;
    }

    .modal input[type="date"] {
        -webkit-appearance: none;
        appearance: none;
        display: block;
        width: 100%;
        padding-right: 12px;
        color: var(--text);
    }

    .modal input[type="date"]::-webkit-date-and-time-value {
        text-align: left;
    }

    .tab-bar {
        margin-bottom: 20px;
    }


    .wa-float {
        bottom: 88px;
        right: var(--mob-pad);
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
        box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
    }


    .mob-sticky-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 990;
        background: rgba(255, 255, 255, 0.97);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-top: 1px solid var(--border);
        padding: 12px var(--mob-pad) calc(12px + env(safe-area-inset-bottom));
        display: flex;
        gap: 10px;
        align-items: center;
        transform: translateY(100%);
        transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
    }

    .mob-sticky-cta.visible {
        transform: translateY(0);
    }

    .mob-sticky-cta-text {
        flex: 1;
    }

    .mob-sticky-cta-text strong {
        display: block;
        font-size: 0.85rem;
        font-weight: 700;
        color: var(--text);
        line-height: 1.2;
    }

    .mob-sticky-cta-text span {
        font-size: 0.74rem;
        color: var(--text-light);
    }

    .mob-sticky-cta-btn {
        flex-shrink: 0;
        background: var(--blue);
        color: white;
        border: none;
        border-radius: 13px;
        padding: 13px 22px;
        font-family: 'Poppins', sans-serif;
        font-size: 0.9rem;
        font-weight: 700;
        cursor: pointer;
        letter-spacing: 0.01em;
        transition: background 0.18s, transform 0.15s;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
    }

    .mob-sticky-cta-btn:active {
        background: var(--blue-dark);
        transform: scale(0.97);
    }


    .login-page {
        margin-top: 60px;
        padding: 32px var(--mob-pad) 48px;
        min-height: calc(100svh - 60px);
        align-items: flex-start;
    }

    .login-wrap {
        display: block;
        grid-template-columns: unset;
        border-radius: var(--mob-radius-lg);
        box-shadow: var(--mob-shadow-lift);
        max-width: 100%;
        width: 100%;
    }

    .login-aside {
        display: none !important;
        width: 0 !important;
        overflow: hidden !important;
    }

    .login-form-panel {
        padding: 32px var(--mob-pad) 36px;
    }

    .login-heading {
        font-size: 1.3rem;
        margin-bottom: 6px;
        letter-spacing: -0.02em;
    }

    .login-sub {
        font-size: 0.88rem;
        margin-bottom: 28px;
        line-height: 1.6;
    }

    .return-notice {
        border-radius: 12px;
        font-size: 0.85rem;
        padding: 12px 14px;
        margin-bottom: 20px;
    }

    .tab-bar {
        border-radius: 14px;
    }

    .tab {
        border-radius: 10px;
        font-size: 0.9rem;
        padding: 11px;
    }

    .btn-auth {
        min-height: 54px;
        border-radius: 14px;
        font-size: 0.97rem;
        letter-spacing: 0.01em;
        margin-top: 8px;
    }

    .login-form-panel .form-group {
        margin-bottom: 16px;
    }

    .login-form-panel .form-group label {
        font-size: 0.8rem;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .login-form-panel .form-group input {
        font-size: 16px !important;
        min-height: 52px;
        border-radius: 12px;
        padding: 13px 16px;
    }

    .demo-hint {
        border-radius: 10px;
        font-size: 0.8rem;
    }

    .back-link {
        font-size: 0.86rem;
        margin-top: 24px;
    }


    .pay-page {
        padding: 76px var(--mob-pad) 48px;
        background: var(--surface, #f7f8fc);
    }

    .pay-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pay-panel {
        position: static;
        order: -1;
    }

    .page-title {
        font-size: 1.15rem;
        margin-bottom: 20px;
    }

    .dest-card {
        border-radius: var(--mob-radius-lg);
        padding: 18px 20px;
    }

    .dest-card-amount {
        font-size: 1.25rem;
    }

    .pay-box {
        border-radius: var(--mob-radius-lg);
        box-shadow: var(--mob-shadow-lift);
    }

    .pay-total-amount {
        font-size: 1.6rem;
    }

    .btn-pay {
        min-height: 56px;
        border-radius: 16px;
        font-size: 1rem;
        letter-spacing: 0.01em;
    }

    .line-items {
        border-radius: 16px;
    }

    .line-item {
        padding: 13px 16px;
        font-size: 0.85rem;
    }


    .survey-page {
        margin-top: 60px;
    }

    body.survey-body {
        padding: 16px;
        align-items: flex-start;
        padding-top: calc(60px + 16px);
    }

    .card {
        border-radius: var(--mob-radius-lg);
        padding: 28px 20px 36px;
        box-shadow: var(--mob-shadow-lift);
    }

    .star {
        font-size: 2.5rem;
    }

    .btn-submit {
        min-height: 54px;
        border-radius: 16px;
        font-size: 1rem;
        letter-spacing: 0.01em;
    }

    .card input,
    .card textarea {
        font-size: 16px !important;
        border-radius: 12px;
        padding: 13px 14px;
        min-height: 50px;
    }

    .card textarea {
        min-height: 120px;
    }


    .apply-page {
        margin-top: 60px;
        padding: 24px var(--mob-pad) 80px;
        background: var(--off-white);
        min-height: calc(100svh - 60px);
    }

    .apply-header {
        margin-bottom: 18px;
    }

    .apply-header h1 {
        font-size: 1.35rem;
        letter-spacing: -0.025em;
        line-height: 1.15;
    }

    .apply-header p {
        font-size: 0.86rem;
        margin-top: 6px;
    }

    .stepper {
        gap: 0;
        margin-bottom: 24px;
        background: white;
        border: 1.5px solid var(--border);
        border-radius: 16px;
        padding: 12px 10px;
        box-shadow: var(--mob-shadow);
    }

    .step-circle {
        width: 34px;
        height: 34px;
        font-size: 0.78rem;
        border-width: 2px;
    }

    .step-label {
        font-size: 0.6rem;
        margin-top: 5px;
        line-height: 1.2;
    }

    .step-item::after {
        top: 17px;
    }

    .form-card {
        padding: 22px 18px;
        border-radius: 18px;
        margin-bottom: 12px;
        box-shadow: var(--mob-shadow);
    }

    .form-card h2 {
        font-size: 1.2rem;
        letter-spacing: -0.02em;
    }

    .form-card .sub {
        font-size: 0.83rem;
        margin-bottom: 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea,
    .cs-trigger,
    .date-display {
        font-size: 16px !important;
        min-height: 52px;
        border-radius: 12px;
        padding: 13px 16px;
    }

    .form-group label {
        font-size: 0.8rem;
        margin-bottom: 6px;
    }

    .form-nav,
    .step-nav {
        flex-direction: column-reverse;
        gap: 10px;
        margin-top: 24px;
        padding-top: 20px;
        flex-wrap: nowrap;
    }

    .btn-next {
        width: 100%;
        min-height: 52px;
        border-radius: 14px;
        font-size: 0.95rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 0.01em;
        margin-left: 0;
    }

    .btn-back {
        width: 100%;
        min-height: 48px;
        border-radius: 14px;
        font-size: 0.9rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: 1.5px solid var(--border);
    }

    .btn-save {
        text-align: center;
        padding: 10px;
        font-size: 0.85rem;
    }

    .doc-item {
        padding: 13px 14px;
        border-radius: 13px;
        gap: 12px;
    }

    .doc-name {
        font-size: 0.86rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        min-width: 0;
    }

    .doc-slot {
        min-width: 0;
        overflow: hidden;
    }

    .doc-slot .fw-600 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        display: block;
    }

    .vault-doc-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        min-width: 0;
    }

    .vault-doc-info {
        min-width: 0;
        flex: 1;
        overflow: hidden;
    }

    .review-grid {
        grid-template-columns: 1fr;
    }

    .review-item {
        padding: 12px 14px;
        border-right: none !important;
    }

    .fee-box {
        border-radius: 14px;
        padding: 16px 18px;
    }

    .fee-amount {
        font-size: 1.35rem;
    }

    .draft-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 14px;
        border-radius: 14px;
    }

    .draft-actions {
        width: 100%;
        justify-content: flex-start;
    }


    .dash-page {
        margin-top: 60px;
    }

    .dash-wrap {
        display: block;
        grid-template-columns: unset;
        min-height: 0;
        padding-bottom: 72px;
        width: 100%;
        overflow-x: hidden;
    }

    .dash-sidebar {
        display: none;
    }

    .dash-main {
        padding: 20px var(--mob-pad) 24px;
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .dash-title {
        font-size: 1.15rem;
        margin-bottom: 2px;
        letter-spacing: -0.02em;
    }

    .dash-subtitle {
        font-size: 0.82rem;
        margin-bottom: 16px;
        line-height: 1.5;
        color: var(--text-light);
    }

    .dash-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 20px;
    }

    .stat-card {
        padding: 16px 14px;
        border-radius: 16px;
    }

    .stat-icon {
        font-size: 1.3rem;
        margin-bottom: 8px;
    }

    .stat-value {
        font-size: 1.35rem;
        letter-spacing: -0.02em;
    }

    .stat-label {
        font-size: 0.72rem;
    }

    .table-card {
        border-radius: 0;
        margin-bottom: 16px;
        overflow: hidden;
        background: transparent;
        border: none;
        box-shadow: none;
    }

    .table-header {
        padding: 0 0 14px 0;
        flex-wrap: nowrap;
        gap: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: transparent;
        border: none;
    }

    .table-header h3 {
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: -0.02em;
        color: var(--text);
    }

    .table-header .btn-sm {
        padding: 7px 14px;
        font-size: 0.8rem;
        border-radius: 20px;
        font-weight: 600;
        background: var(--blue);
        color: white;
        border: none;
    }


    .dash-pagination {
        padding: 14px var(--mob-pad);
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .dash-page-btns {
        gap: 4px;
    }

    .dash-page-btn {
        padding: 8px 10px;
        font-size: 0.78rem;
        border-radius: 8px;
        min-width: 36px;
        text-align: center;
    }


    .app-mob-card {
        background: white;
        border: 1px solid var(--border);
        border-radius: 16px;
        padding: 14px 16px;
        cursor: pointer;
        transition: box-shadow 0.15s;
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 10px;
        box-shadow: 0 1px 6px rgba(13, 21, 96, 0.05);
    }

    .app-mob-card:last-child {
        margin-bottom: 0;
    }

    .app-mob-card:active {
        box-shadow: none;
        background: var(--off-white);
    }

    .app-mob-date-badge {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 52px;
        min-width: 52px;
        height: 58px;
        background: white;
        border: 1px solid var(--border);
        border-radius: 12px;
        flex-shrink: 0;
        box-shadow: 0 1px 4px rgba(13, 21, 96, 0.07);
    }

    .app-mob-date-month {
        font-size: 0.6rem;
        font-weight: 700;
        color: var(--red);
        text-transform: uppercase;
        letter-spacing: 0.05em;
        line-height: 1;
        margin-bottom: 3px;
    }

    .app-mob-date-day {
        font-size: 1.3rem;
        font-weight: 700;
        color: var(--text);
        line-height: 1;
        letter-spacing: -0.02em;
    }

    .app-mob-card-content {
        flex: 1;
        min-width: 0;
    }

    .app-mob-card-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 3px;
    }

    .app-mob-dest {
        font-size: 0.95rem;
        font-weight: 700;
        color: var(--text);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .app-mob-ref {
        font-size: 0.68rem;
        color: var(--text-light);
        font-family: monospace;
        letter-spacing: 0.02em;
        margin-bottom: 6px;
    }

    .app-mob-card-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .app-mob-date {
        font-size: 0.76rem;
        color: var(--text-light);
    }

    #vault-list,
    #consult-history {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #vault-list table,
    #consult-history table {
        min-width: 380px;
    }

    th {
        font-size: 0.68rem;
        padding: 10px 12px;
        white-space: nowrap;
    }

    td {
        padding: 12px 12px;
        font-size: 0.82rem;
    }

    .dash-section-card {
        padding: 18px var(--mob-pad);
        border-radius: 16px;
        margin-bottom: 14px;
    }

    .dash-tab-btn.active .tab-icon {
        transform: scale(1.08);
    }


    .dash-tab-btn[data-tab="applications"] .tab-icon {
        background: #e8f0fe;
        color: #1a56db;
    }

    .dash-tab-btn[data-tab="track"] .tab-icon {
        background: #ede9fe;
        color: #7c3aed;
    }

    .dash-tab-btn[data-tab="mydocs"] .tab-icon {
        background: #fef3c7;
        color: #d97706;
    }

    .dash-tab-btn[data-tab="profile"] .tab-icon {
        background: #dbeafe;
        color: #2563eb;
    }

    #more-tab-btn .tab-icon {
        background: #f3f4f6;
        color: #6b7280;
    }


    .dash-tab-btn[data-tab="applications"].active .tab-icon {
        background: #c7d9fc;
    }

    .dash-tab-btn[data-tab="track"].active .tab-icon {
        background: #ddd6fe;
    }

    .dash-tab-btn[data-tab="mydocs"].active .tab-icon {
        background: #fde68a;
    }

    .dash-tab-btn[data-tab="profile"].active .tab-icon {
        background: #bfdbfe;
    }


    .dash-more-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2px;
    }

    .dash-more-item:nth-child(1) .dash-more-icon {
        background: #fce7f3;
        color: #db2777;
    }

    .dash-more-item:nth-child(2) .dash-more-icon {
        background: #d1fae5;
        color: #059669;
    }

    .dash-more-item:nth-child(3) .dash-more-icon {
        background: #cffafe;
        color: #0891b2;
    }

    .dash-more-item:nth-child(4) .dash-more-icon {
        background: #fef9c3;
        color: #ca8a04;
    }

    .dash-track-wrap {
        flex-direction: column;
        gap: 10px;
    }

    .dash-track-input {
        font-size: 16px !important;
        min-height: 50px;
        border-radius: 12px;
        padding: 13px 16px;
    }

    .btn-dash-track {
        width: 100%;
        min-height: 50px;
        border-radius: 12px;
        font-size: 0.95rem;
    }

    .app-row-card {
        padding: 14px;
        border-radius: 14px;
    }

    .detail-panel {
        border-radius: 18px;
        padding: 20px var(--mob-pad);
        margin-bottom: 14px;
        overflow-x: hidden;
        width: 100%;
        box-sizing: border-box;
    }

    .detail-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .detail-value {
        word-break: break-word;
        overflow-wrap: anywhere;
        font-size: 0.85rem;
    }

    .detail-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
    }

    .consult-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .consult-card {
        padding: 18px;
        border-radius: 16px;
    }

    .profile-card {
        padding: 20px var(--mob-pad);
        border-radius: 18px;
        margin-bottom: 14px;
    }

    .profile-card .form-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .danger-zone-card {
        border-radius: 18px;
        padding: 20px var(--mob-pad);
    }

    .danger-zone-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .btn-danger-ghost,
    .btn-danger-solid {
        width: 100%;
        text-align: center;
    }

    .ins-policies-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .admin-return-banner {
        border-radius: 12px;
        font-size: 0.84rem;
        padding: 12px var(--mob-pad);
        margin-bottom: 14px;
        flex-wrap: wrap;
        gap: 8px;
    }

    .dash-main input,
    .dash-main select,
    .dash-main textarea {
        font-size: 16px !important;
    }


    .dash-more-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(10, 15, 50, 0.4);
        z-index: 940;
        backdrop-filter: blur(2px);
    }

    .dash-more-overlay.open {
        display: block;
    }

    .dash-more-drawer {
        display: block !important;
        position: fixed;
        bottom: 64px;
        left: 0;
        right: 0;
        z-index: 945;
        background: white;
        border-radius: 20px 20px 0 0;
        padding: 8px 16px 20px;
        box-shadow: 0 -8px 40px rgba(13, 21, 96, 0.15);
        transform: translateY(100%);
        transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
    }

    .dash-more-drawer.open {
        display: block !important;
        transform: translateY(0);
    }

    .dash-more-handle {
        width: 36px;
        height: 4px;
        background: var(--border);
        border-radius: 2px;
        margin: 8px auto 16px;
    }

    .dash-more-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .dash-more-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 20px 12px;
        background: var(--off-white);
        border: none;
        border-radius: 16px;
        cursor: pointer;
        font-family: 'Poppins', sans-serif;
        transition: background 0.15s;
    }

    .dash-more-item:active {
        background: var(--light-gray);
    }

    .dash-more-icon {
        font-size: 1.8rem;
        line-height: 1;
    }

    .dash-more-label {
        font-size: 0.8rem;
        font-weight: 600;
        color: var(--text);
        text-align: center;
        line-height: 1.2;
    }

    .dash-more-item--danger .dash-more-label {
        color: var(--red);
    }



    .aff-desktop-submit {
        display: none !important;
    }

    .aff-mob-nav {
        display: flex;
        gap: 10px;
        margin-top: 24px;
    }

    .aff-mob-steps {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        margin-bottom: 28px;
        padding: 0 8px;
    }

    .aff-mob-step-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        flex-shrink: 0;
    }

    .aff-mob-step-item span {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: var(--border);
        color: var(--text-light);
        font-size: 0.8rem;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s, color 0.2s;
    }

    .aff-mob-step-item small {
        font-size: 0.62rem;
        font-weight: 600;
        color: var(--text-light);
        letter-spacing: 0.02em;
        transition: color 0.2s;
    }

    .aff-mob-step-item.active span {
        background: var(--blue);
        color: white;
    }

    .aff-mob-step-item.active small {
        color: var(--blue);
    }

    .aff-mob-step-item.done span {
        background: #16a34a;
        color: white;
    }

    .aff-mob-step-item.done span::after {
        content: '✓';
    }

    .aff-mob-step-line {
        flex: 1;
        height: 2px;
        background: var(--border);
        margin: 0 4px;
        margin-bottom: 20px;
        transition: background 0.2s;
    }

    .aff-mob-step-line.done {
        background: #16a34a;
    }

    .aff-step-heading {
        font-size: 1.1rem;
        font-weight: 700;
        color: var(--text);
        margin-bottom: 20px;
        letter-spacing: -0.01em;
    }

    .aff-form-step {
        display: none;
    }

    .btn-aff-back {
        flex: 1;
        padding: 14px;
        background: var(--off-white);
        border: 1.5px solid var(--border);
        border-radius: 14px;
        font-family: 'Poppins', sans-serif;
        font-size: 0.95rem;
        font-weight: 600;
        color: var(--text);
        cursor: pointer;
        transition: background 0.15s;
    }

    .btn-aff-back:active {
        background: var(--border);
    }

    .btn-aff-next {
        flex: 2;
        padding: 14px;
        background: var(--blue);
        border: none;
        border-radius: 14px;
        font-family: 'Poppins', sans-serif;
        font-size: 0.95rem;
        font-weight: 700;
        color: white;
        cursor: pointer;
        transition: background 0.15s;
    }

    .btn-aff-next:active {
        background: var(--blue-dark);
    }

    .aff-mob-submit {
        width: 100%;
        border-radius: 14px !important;
        font-size: 0.95rem !important;
        padding: 14px !important;
    }

    .aff-form-grid {
        grid-template-columns: 1fr !important;
    }

    .aff-field,
    .aff-field-full {
        grid-column: 1 !important;
    }

    .aff-field input,
    .aff-field select,
    .aff-field textarea {
        font-size: 16px !important;
    }


    .aff-hero {
        padding: 140px var(--mob-pad) 100px;
        min-height: 70vh !important;
        max-height: 70vh !important;
        overflow: hidden;
        background-attachment: scroll;
    }

    .aff-hero-inner {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .aff-hero-badge {
        display: none;
    }

    .aff-hero p {
        display: none;
    }

    .aff-hero h1 {
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1.15;
        letter-spacing: -0.02em;
    }

    .aff-stats-strip .aff-stats-inner {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .aff-stats-strip .aff-stat strong {
        font-size: 1.2rem;
        font-weight: 700;
    }

    .aff-stats-strip .aff-stat span {
        font-size: 0.72rem;
    }

    .aff-section {
        padding: 40px var(--mob-pad) !important;
    }

    .aff-section-title {
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .aff-section-sub {
        font-size: 0.87rem !important;
        display: none;
    }

    .aff-tiers {
        gap: 12px;
    }

    .aff-tier {
        padding: 24px 20px;
    }

    .aff-tier-rate {
        font-size: 2rem !important;
        font-weight: 700 !important;
    }


    .aff-perks {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .aff-perk {
        padding: 0;
        border-radius: 18px;
        overflow: visible;
        cursor: pointer;
        perspective: 600px;
        border: none;
        background: none;
    }

    .aff-perk-inner {
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        transform-style: preserve-3d;
        transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        border-radius: 18px;
    }

    .aff-perk.flipped .aff-perk-inner {
        transform: rotateY(180deg);
    }

    .aff-perk-front,
    .aff-perk-back {
        position: absolute;
        inset: 0;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        border-radius: 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 16px 12px;
        text-align: center;
    }

    .aff-perk-front {
        background: white;
        border: 1.5px solid var(--aff-border, #E3E5F5);
    }

    .aff-perk-back {
        background: var(--aff-navy, #0D1560);
        transform: rotateY(180deg);
    }

    .aff-perk-front .aff-perk-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        background: var(--aff-off-white, #F5F6FC);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        flex-shrink: 0;
    }

    .aff-perk-front h4 {
        font-size: 0.78rem;
        font-weight: 700;
        color: var(--aff-text, #0F1124);
        line-height: 1.3;
        margin: 0;
    }

    .aff-perk-back p {
        font-size: 0.73rem;
        color: rgba(255, 255, 255, 0.85);
        line-height: 1.5;
        margin: 0;
    }


    .apply-header h1 {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .form-card h2 {
        font-size: 1.05rem;
        font-weight: 600;
    }

    .success-card h2 {
        font-size: 1.3rem;
        font-weight: 600;
    }

    .fee-amount {
        font-size: 1.1rem;
    }


    .page-title {
        font-size: 1.05rem;
        font-weight: 600;
    }

    .dest-card-amount {
        font-size: 1.1rem;
    }

    .pay-total-amount {
        font-size: 1.4rem;
        font-weight: 600;
    }

    .line-item.total-line .li-val {
        font-size: 0.95rem;
        font-weight: 600;
    }

    h1 {
        font-weight: 600;
    }

    .state h2 {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .star {
        font-size: 2rem;
    }


    .aside-heading {
        font-size: 1.3rem;
        font-weight: 600;
    }

    .login-heading {
        font-size: 1.15rem;
        font-weight: 600;
    }


    .dash-title {
        font-weight: 600;
    }

    .stat-value {
        font-weight: 700;
    }


    .admin-title {
        font-size: 1.1rem;
        font-weight: 600;
    }


    h1,
    h2,
    h3,
    h4 {
        font-weight: 600;
    }

    .stat-value,
    .astat-val,
    .app-mob-date-day,
    .fan-center-label h2 {
        font-weight: 700;
    }


    #nav-mobile-drawer {
        background: rgba(248, 249, 255, 0.78) !important;
        backdrop-filter: blur(28px) saturate(180%) !important;
        -webkit-backdrop-filter: blur(28px) saturate(180%) !important;
    }


    .services,
    .how,
    .visa-checker,
    .destinations,
    .insurance,
    .tracking,
    .testimonials,
    .search-section,
    .aff-section {
        margin-bottom: 8px;
    }

    .services+.how,
    .how+.visa-checker,
    .visa-checker+.destinations,
    .destinations+.insurance,
    .insurance+.tracking,
    .tracking+.testimonials {
        border-top: 1px solid var(--border);
    }


    .nav-mobile-drawer {
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: env(safe-area-inset-bottom, 24px);
    }

    .nav-mobile-drawer:not(:has(.nav-mob-menu)) {
        max-height: fit-content;
        padding-bottom: max(24px, env(safe-area-inset-bottom, 24px));
    }


    .nav-mob-menu {
        display: flex;
        flex-direction: column;
        padding: 4px 0 0;
        min-height: 0;
    }

    .nav-mob-scroll {
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        min-height: 0;
    }

    .nav-mob-footer-inner {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }


    .nav-mob-user-row {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 18px 4px 20px;
    }

    .nav-mob-avatar {
        width: 46px;
        height: 46px;
        border-radius: 13px;
        background: linear-gradient(135deg, #0D1560 0%, #1C2FBF 100%);
        color: white;
        font-family: 'Poppins', sans-serif;
        font-size: 0.9rem;
        font-weight: 700;
        letter-spacing: -0.02em;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        box-shadow: 0 3px 12px rgba(13, 21, 96, 0.3);
    }

    .nav-mob-user-text {
        display: flex;
        flex-direction: column;
        gap: 2px;
        overflow: hidden;
    }

    .nav-mob-name {
        font-family: 'Poppins', sans-serif;
        font-size: 0.95rem;
        font-weight: 700;
        color: #0D1560;
        letter-spacing: -0.02em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-mob-email {
        font-size: 0.78rem;
        color: #9BA5C0;
        letter-spacing: -0.01em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .nav-mob-divider {
        height: 1px;
        background: #EEF0F8;
        margin: 0 -4px;
    }


    .nav-mob-list {
        display: flex;
        flex-direction: column;
        padding: 6px 0 4px;
        gap: 0;
    }

    .nav-mob-row {
        display: flex;
        align-items: center;
        gap: 13px;
        width: 100%;
        padding: 11px 8px;
        background: transparent;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        font-family: 'Poppins', sans-serif;
        text-align: left;
        text-decoration: none;
        transition: background .14s;
    }

    .nav-mob-row:active {
        background: rgba(13, 21, 96, 0.05);
    }

    .nav-mobile-drawer .nav-mob-row {
        border-bottom: 1px solid rgba(13, 21, 96, 0.06);
    }

    .nav-mobile-drawer .nav-mob-row:last-child {
        border-bottom: none;
    }

    .nav-mob-row-icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: #0D1560;
        background: #D6DBFF;
    }

    .nav-mob-row-icon svg {
        display: block;
        flex-shrink: 0;
    }

    .nav-mob-row-label {
        flex: 1;
        font-size: 0.86rem;
        font-weight: 600;
        color: #1A2040;
        letter-spacing: -0.01em;
    }

    .nav-mob-row-arrow {
        color: #D0D6E8;
        flex-shrink: 0;
    }


    .nav-mob-cta-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 13px 8px;
        background: linear-gradient(135deg, #0D1560 0%, #1C2FBF 100%);
        color: white;
        border: none;
        border-radius: 13px;
        font-family: 'Poppins', sans-serif;
        font-size: 0.88rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        text-decoration: none;
        box-shadow: 0 4px 16px rgba(13, 21, 96, 0.28);
        transition: opacity .15s, transform .15s;
        cursor: pointer;
        box-sizing: border-box;
        min-height: 46px;
    }

    .nav-mob-cta-btn:active {
        opacity: 0.9;
        transform: scale(0.99);
    }

    .nav-mob-cta-btn--outline {
        background: transparent !important;
        border: 1.5px solid rgba(13, 21, 96, 0.18) !important;
        color: #0D1560 !important;
        box-shadow: none !important;
    }

    .nav-mob-cta-btn--outline:active {
        background: rgba(13, 21, 96, 0.05) !important;
    }


    .nav-mob-footer {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 14px 0 32px;
        width: 100%;
        box-sizing: border-box;
    }

    .nav-mob-admin-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: 100%;
        padding: 11px 16px;
        background: rgba(13, 21, 96, 0.05);
        border: 1.5px solid rgba(13, 21, 96, 0.1);
        border-radius: 12px;
        font-family: 'Poppins', sans-serif;
        font-size: 0.84rem;
        font-weight: 700;
        color: #0D1560;
        text-decoration: none;
        letter-spacing: -0.01em;
        transition: background .14s;
        text-align: center;
        box-sizing: border-box;
    }

    .nav-mob-admin-btn:active {
        background: rgba(13, 21, 96, 0.09);
    }

    .nav-mob-logout-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: 100%;
        padding: 13px 8px;
        background: rgba(227, 30, 36, 0.05);
        border: 1.5px solid rgba(227, 30, 36, 0.15);
        border-radius: 13px;
        font-family: 'Poppins', sans-serif;
        font-size: 0.88rem;
        font-weight: 700;
        color: #E31E24;
        cursor: pointer;
        letter-spacing: -0.01em;
        transition: background .14s;
        box-sizing: border-box;
        min-height: 46px;
    }

    .nav-mob-logout-btn:active {
        background: rgba(227, 30, 36, 0.1);
    }


    .dash-mobile-tabbar,
    .dash-more-drawer,
    .dash-more-overlay,
    #dash-tabbar {
        display: none !important;
    }

    .nav-mob-action-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-top: 0;
        align-items: stretch;
    }


    .nav-mob-cta-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 0 10px;
        min-height: 46px;
        background: linear-gradient(135deg, #0D1560 0%, #1C2FBF 100%);
        color: white;
        border-radius: 13px;
        font-family: 'Poppins', sans-serif;
        font-size: 0.83rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        text-decoration: none;
        box-shadow: 0 3px 12px rgba(13, 21, 96, 0.25);
        text-align: center;
        transition: opacity .15s, transform .15s;
    }

    .nav-mob-cta-btn:active {
        opacity: 0.88;
        transform: scale(0.98);
    }


    .nav-mob-logout-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: 100%;
        padding: 13px 10px;
        background: rgba(227, 30, 36, 0.05);
        border: 1.5px solid rgba(227, 30, 36, 0.18);
        border-radius: 13px;
        font-family: 'Poppins', sans-serif;
        font-size: 0.83rem;
        font-weight: 700;
        color: #E31E24;
        cursor: pointer;
        letter-spacing: -0.01em;
        transition: background .14s;
    }

    .nav-mob-logout-btn:active {
        background: rgba(227, 30, 36, 0.1);
    }


    .nav-mob-footer {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 14px 0 32px;
        width: 100%;
        box-sizing: border-box;
    }


    .dash-search-wrap {
        display: flex;
        align-items: center;
        gap: 8px;
        flex: 1;
    }

    .dash-search-field {
        position: relative;
        flex: 1;
    }

    .dash-search-icon {
        position: absolute;
        left: 11px;
        top: 50%;
        transform: translateY(-50%);
        color: #9BA5C0;
        pointer-events: none;
    }

    .dash-search-input {
        width: 100%;
        padding: 9px 12px 9px 33px;
        border: 1.5px solid #E3E5F5;
        border-radius: 10px;
        font-family: 'Poppins', sans-serif;
        font-size: 0.875rem;
        color: #0F1124;
        background: #F8F9FE;
        outline: none;
        transition: all .18s;
        box-shadow: inset 0 1px 3px rgba(13, 21, 96, 0.04);
    }

    .dash-search-input:focus {
        border-color: #0D1560;
        background: white;
        box-shadow: 0 0 0 3px rgba(13, 21, 96, 0.08);
    }


    .table-header {
        flex-wrap: wrap;
        gap: 10px;
    }

    .table-header h3 {
        flex-shrink: 0;
    }

    .dash-search-wrap {
        width: 100%;
    }


    .dash-pagination {
        padding: 12px 16px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .dash-page-info {
        font-size: 0.78rem;
        color: #9BA5C0;
        text-align: center;
    }

    .dash-page-btns {
        display: flex;
        justify-content: center;
        gap: 5px;
        flex-wrap: wrap;
    }

    .dash-page-btn {
        min-width: 36px;
        height: 36px;
        padding: 0 10px;
        font-size: 0.82rem;
        border-radius: 9px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1.5px solid #E3E5F5;
        background: white;
        color: #3A4060;
        font-weight: 600;
        cursor: pointer;
        font-family: 'Poppins', sans-serif;
        transition: all .15s;
    }

    .dash-page-btn.active {
        background: linear-gradient(135deg, #0D1560, #1520A0);
        border-color: #0D1560;
        color: white;
        box-shadow: 0 2px 8px rgba(13, 21, 96, 0.25);
    }

    .dash-page-btn.disabled {
        opacity: 0.35;
        cursor: default;
    }

    .dash-page-ellipsis {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 36px;
        color: #9BA5C0;
        font-size: 0.85rem;
    }

    .acard-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .fees-price-wrap,
    #consult-table,
    #insurance-table,
    #users-table,
    #apps-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: block;
        width: 100%;
    }

    #fees-table,
    #users-table,
    #apps-table,
    #consult-table,
    #insurance-table,
    .acard-table-wrap,
    #reviews-pending-list,
    #reviews-approved-list {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
    }

    #fees-table table,
    #users-table table,
    #apps-table table,
    #consult-table table,
    #insurance-table table {
        min-width: 520px;
        width: max-content;
    }

    .acard {
        overflow: hidden;
    }

    .ins-trip-fields {
        grid-template-columns: 1fr;
    }

    .form-group input[type="date"] {
        -webkit-appearance: none;
        appearance: none;
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-right: 12px;
    }

    .form-group input[type="date"]::-webkit-date-and-time-value {
        text-align: left;
    }

    .strength-bars {
        display: flex;
        gap: 4px;
        margin-bottom: 4px;
        width: 100%;
        box-sizing: border-box;
    }

    .strength-bar {
        flex: 1;
        min-width: 0;
    }

    .strength-hint {
        font-size: 0.72rem;
        display: block;
        width: 100%;
    }

    #pwd-confirm-msg {
        font-size: 0.72rem;
        margin-top: 4px;
        display: block;
    }

}

@media (max-width: 390px) {

    .hero h1 {
        font-size: 1.3rem;
    }

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

    .dest-grid {
        grid-template-columns: 1fr;
    }

    .ins-features {
        grid-template-columns: 1fr;
    }

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

    .mob-sticky-cta {
        flex-direction: column;
        gap: 8px;
        padding-bottom: calc(16px + env(safe-area-inset-bottom));
    }

    .mob-sticky-cta-btn {
        width: 100%;
        justify-content: center;
        min-height: 50px;
    }



    .service-card:nth-child(1) .service-icon-bg {
        background: #e8f0fe;
    }

    .service-card:nth-child(1) .service-icon {
        color: #1a56db;
    }

    .service-card:nth-child(2) .service-icon-bg {
        background: #fce7f3;
    }

    .service-card:nth-child(2) .service-icon {
        color: #db2777;
    }

    .service-card:nth-child(3) .service-icon-bg {
        background: #d1fae5;
    }

    .service-card:nth-child(3) .service-icon {
        color: #059669;
    }

    .service-card:nth-child(4) .service-icon-bg {
        background: #ede9fe;
    }

    .service-card:nth-child(4) .service-icon {
        color: #7c3aed;
    }

    .service-card:nth-child(5) .service-icon-bg {
        background: #cffafe;
    }

    .service-card:nth-child(5) .service-icon {
        color: #0891b2;
    }

    .service-card:nth-child(6) .service-icon-bg {
        background: #fef9c3;
    }

    .service-card:nth-child(6) .service-icon {
        color: #ca8a04;
    }


    .step-num {
        background: var(--blue) !important;
        color: white !important;
        font-weight: 700;
    }


    .stat-card:nth-child(1) .stat-icon {
        background: #e8f0fe;
        color: #1a56db;
    }

    .stat-card:nth-child(2) .stat-icon {
        background: #fef3c7;
        color: #d97706;
    }

    .stat-card:nth-child(3) .stat-icon {
        background: #d1fae5;
        color: #059669;
    }

    .stat-card:nth-child(4) .stat-icon {
        background: #fee2e2;
        color: #dc2626;
    }

}


.dest-card-name {
    font-size: 0.95rem;
    line-height: 1.2;
}

.dest-card-ref {
    font-size: 0.72rem;
    line-height: 1.4;
    white-space: normal;
}

.dest-card-amount {
    text-align: left;
    margin-top: 8px;
}

@media (max-width: 768px) {
    #ins-date {
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    .fees-price-grid {
        grid-template-columns: 1fr !important;
    }

    .fees-pricing-block {
        overflow: hidden;
    }

    .success-modal {
        padding: 22px 18px 18px !important;
    }
}