* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Arial, sans-serif;
    background: #f7f9fc;
    color: #102033;
    line-height: 1.6;
    overflow-x: hidden
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    display: block
}

.container {
    width: min(1180px, 92%);
    margin: auto
}

.top-strip {
    background: #06172e;
    color: #fff;
    font-size: 14px
}

.top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    font-weight: 700
}

.top-inner a {
    color: #ffc83d
}

.site-header {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    position: sticky;
    top: 0;
    z-index: 1000
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 16px 0
}

.brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 28px;
    font-weight: 800;
    color: #1261d8;
    white-space: nowrap
}

.brand span {
    color: #ffc42e;
    font-size: 22px
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex: 1
}

.menu-link {
    color: #122033;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    transition: .25s
}

.menu-link:hover,
.menu-link.active {
    color: #1261d8
}

.menu-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #1261d8;
    transition: .25s
}

.menu-link:hover:after,
.menu-link.active:after {
    width: 100%
}

.header-call {
    background: #1261d8;
    color: #fff;
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    transition: .25s
}

.header-call:hover {
    background: #0d4fc0;
    transform: translateY(-2px)
}

.mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 2px solid #1261d8;
    border-radius: 12px;
    background: #fff;
    color: #1261d8;
    font-size: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.hero,
.about-hero,
.legal-hero,
.terms-hero,
.disclaimer-hero {
    position: relative;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(6, 23, 46, .92), rgba(18, 97, 216, .76)), url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat
}

.hero {
    padding: 90px 0
}

.about-hero,
.legal-hero,
.terms-hero,
.disclaimer-hero {
    padding: 90px 0 105px
}

.disclaimer-hero {
    background: linear-gradient(90deg, rgba(6, 23, 46, .92), rgba(18, 97, 216, .76)), url("https://images.unsplash.com/photo-1529074963764-98f45c47344b?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat
}

.legal-hero {
    background: linear-gradient(90deg, rgba(6, 23, 46, .92), rgba(18, 97, 216, .76)), url("https://images.unsplash.com/photo-1483450388369-9ed95738483c?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat
}

.hero-layout {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 60px;
    align-items: center
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: block;
}

.eyebrow,
.kicker,
.legal-kicker,
.section-title span,
.split-content span,
.mini-title {
    display: inline-block;
    color: #ffc83d;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 900;
    margin-bottom: 14px
}

.hero h1,
.about-hero h1,
.legal-hero h1,
.terms-hero h1,
.disclaimer-hero h1 {
    font-size: clamp(28px, 5vw, 48px);
    line-height: 1.05;
    margin: 0 0 20px;
    font-weight: 900;
    letter-spacing: -.02em
}

.hero p,
.about-hero p,
.legal-hero p,
.terms-hero p,
.disclaimer-hero p {
    max-width: 680px;
    color: #dce7f8;
    font-size: 17px;
    line-height: 1.8;
    margin: 0 0 30px
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.btn,
.yellow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 26px;
    border-radius: 12px;
    font-weight: 900
}

.btn-main,
.yellow-btn {
    background: #ffc83d;
    color: #07182d
}

.btn-dark {
    background: #fff;
    color: #0a58ca
}

.hero-panel {
    background: #fff;
    color: #102033;
    padding: 34px;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .25)
}

.hero-panel h3 {
    font-size: 28px;
    margin-bottom: 22px
}

.panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px
}

.hero-panel input,
.hero-panel select {
    width: 100%;
    border: 1px solid #dbe5f0;
    padding: 15px;
    border-radius: 10px
}

.hero-panel button {
    width: 100%;
    margin-top: 18px;
    border: 0;
    background: #0a58ca;
    color: #fff;
    padding: 16px;
    border-radius: 12px;
    font-weight: 900;
    cursor: pointer
}

.hero-panel a {
    display: block;
    margin-top: 15px;
    text-align: center;
    color: #0a58ca;
    font-weight: 900
}

.stats,
.stats-box {
    position: relative;
    z-index: 5
}

.stats {
    margin-top: -38px
}

.stats-grid,
.stats-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .12);
    overflow: hidden
}

.stats-box {
    margin-top: -38px
}

.stats-grid div,
.stat {
    padding: 28px;
    border-right: 1px solid #edf1f6
}

.stats-grid div:last-child,
.stat:last-child {
    border-right: 0
}

.stats-grid strong,
.stat h3 {
    display: block;
    font-size: 30px;
    color: #0a58ca
}

.stats-grid span,
.stat p {
    font-weight: 800;
    color: #53657a;
    font-size: 14px
}

.section {
    padding: 90px 0
}

.center {
    text-align: center
}

.section-title {
    margin-bottom: 38px
}

.section-title.center {
    margin-left: auto;
    margin-right: auto
}

.section-title h2,
.section h2,
.split-content h2,
.faq-grid h2,
.story-content h2,
.cta-box h2 {
    font-size: clamp(22px, 3vw, 36px);
    line-height: 1.15;
    margin: 12px 0 16px
}

.section-desc,
.section-title p,
.split-content p,
.faq-grid p,
.story-content p,
.cta-box p {
    color: #526477;
    line-height: 1.8
}

.section-desc {
    max-width: 680px;
    margin: 0 auto 42px
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.service-card,
.info-card {
    background: #fff;
    padding: 34px 26px;
    border-radius: 22px;
    box-shadow: 0 14px 35px rgba(18, 45, 80, .08);
    border: 1px solid #e7eef7;
    text-align: left
}

.service-card {
    transition: .25s
}

.service-card:hover {
    transform: translateY(-8px)
}

.icon,
.icon-box {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: #eaf3ff;
    color: #0a58ca;
    display: grid;
    place-items: center;
    font-size: 26px;
    margin-bottom: 20px
}

.service-card h3,
.info-card h3 {
    margin-bottom: 10px;
    font-size: 22px
}

.service-card p,
.info-card p {
    color: #5c6d7d
}

.split-section,
.story {
    background: #fff
}

.split-grid,
.story-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 70px;
    align-items: center
}

.image-stack,
.story-img {
    position: relative
}

.image-stack img,
.story-img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 28px
}

.float-card,
.support-badge {
    position: absolute;
    right: -25px;
    bottom: 35px;
    background: #ffc83d;
    color: #06172e;
    padding: 22px 28px;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .2)
}

.float-card strong,
.support-badge strong {
    display: block;
    font-size: 22px
}

.float-card span,
.support-badge span {
    font-size: 13px;
    font-weight: 700
}

.check-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 28px 0
}

.check-list p,
.check-list div {
    background: #f2f7ff;
    padding: 14px;
    border-radius: 12px;
    font-weight: 800;
    color: #0a58ca
}

.destination-section {
    background: #eef5ff
}

.route-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.route-card {
    min-height: 340px;
    border-radius: 24px;
    color: #fff;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

.route-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .82))
}

.route-card h3,
.route-card p {
    position: relative
}

.route-card h3 {
    font-size: 34px
}

.london {
    background-image: url("https://images.unsplash.com/photo-1513635269975-59663e0ac1ad?auto=format&fit=crop&w=700&q=80")
}

.paris {
    background-image: url("https://images.unsplash.com/photo-1502602898657-3e91760cbb34?auto=format&fit=crop&w=700&q=80")
}

.dubai {
    background-image: url("https://images.unsplash.com/photo-1512453979798-5ea266f8880c?auto=format&fit=crop&w=700&q=80")
}

.process,
.dark-section {
    padding: 90px 0;
    background: #06172e;
    color: #fff
}

.white span,
.dark-section .kicker {
    color: #ffc83d
}

.dark-section .section-desc,
.process-grid p,
.step-card p {
    color: #d7e3f6
}

.process-grid,
.step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px
}

.process-grid div,
.step-card {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    padding: 34px;
    border-radius: 20px
}

.process-grid b,
.step-card span {
    color: #ffc83d;
    font-size: 30px;
    font-weight: 900
}

.process-grid h3,
.step-card h3 {
    margin: 18px 0 8px
}

.faq-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 60px
}

details {
    background: #fff;
    padding: 22px 26px;
    border-radius: 16px;
    margin-bottom: 15px;
    border: 1px solid #e4edf7
}

summary {
    cursor: pointer;
    font-weight: 900
}

details p {
    margin-top: 12px
}

.cta-section {
    background: #eaf2ff;
    padding: 80px 0;
    text-align: center
}

.cta-box {
    background: #fff;
    padding: 55px;
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(8, 31, 62, .1)
}

.legal-page {
    background: #f5f8fc
}

.legal-content,
.terms-section,
.disclaimer-section {
    padding: 80px 0;
    background: #f5f8fc
}

.legal-layout {
    display: grid;
    gap: 32px
}

.legal-card,
.terms-card,
.disclaimer-card {
    background: #fff;
    border-radius: 24px;
    padding: 44px;
    box-shadow: 0 18px 55px rgba(8, 31, 62, .12)
}

.legal-updated,
.terms-updated,
.disclaimer-updated {
    display: inline-flex;
    background: #fff6dc;
    color: #8a6200;
    font-size: 13px;
    font-weight: 900;
    padding: 11px 16px;
    border-radius: 999px;
    margin-bottom: 20px
}

.policy-item {
    position: relative;
    padding: 30px 0 30px 76px;
    border-bottom: 1px solid #e7edf6
}

.policy-item:last-child,
.terms-item:last-child,
.disclaimer-item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.policy-item span,
.terms-number,
.disclaimer-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    background: #edf5ff;
    color: #1261d8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 900
}

.policy-item span {
    position: absolute;
    left: 0;
    top: 30px
}

.policy-item h2,
.terms-item h2,
.disclaimer-item h2 {
    font-size: 28px;
    line-height: 1.25;
    color: #122033;
    margin: 0 0 12px
}

.policy-item p,
.terms-item p,
.disclaimer-item p {
    color: #52627a;
    font-size: 16px;
    line-height: 1.8
}

.policy-item a,
.terms-item a {
    color: #1261d8;
    font-weight: 800
}

.terms-item,
.disclaimer-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 22px;
    padding: 30px 0;
    border-bottom: 1px solid #e7edf6
}

.disclaimer-icon {
    font-size: 22px
}

.footer {
    background: #020b18;
    color: #fff;
    padding: 70px 0 25px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr .7fr 1.2fr;
    gap: 60px
}

.footer h3,
.footer h4 {
    margin-bottom: 14px
}

.footer p,
.footer a {
    color: #b7c5d8
}

.footer a {
    display: block;
    margin: 8px 0
}

.copy {
    margin-top: 38px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #8fa2ba
}

.footer-info {
    max-width: 420px
}

.info-list {
    list-style: none
}

.info-list li a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #b8c3d9;
    font-size: 16px;
    line-height: 1.6
}

.info-icon {
    min-width: 24px;
    color: #fff;
    font-size: 16px
}

.info-text {
    flex: 1;
    word-break: break-word
}

.floating-call {
    position: fixed;
    right: 18px;
    bottom: 18px;
    background: #ffc83d;
    color: #06172e;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .2);
    z-index: 50
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .68);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px
}

.popup-box {
    width: min(430px, 100%);
    background: #fff;
    padding: 38px 30px;
    border-radius: 22px;
    text-align: center;
    position: relative;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .35)
}

.popup-box h2 {
    font-size: 32px;
    color: #0a58ca;
    margin-bottom: 12px
}

.popup-box p {
    color: #526477;
    margin-bottom: 24px
}

.popup-call {
    display: inline-flex;
    background: #ffc83d;
    color: #06172e;
    padding: 15px 24px;
    border-radius: 12px;
    font-weight: 900
}

.close-popup {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #06172e
}

@media (max-width:980px) {
    .nav-wrap {
        gap: 15px;
        padding: 14px 0
    }

    .brand {
        font-size: 22px
    }

    .header-call {
        display: none
    }

    .mobile-toggle {
        display: flex;
        margin-left: auto;
        z-index: 1002
    }

    .menu {
        display: flex;
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 340px;
        height: 100vh;
        background: #fff;
        padding: 90px 24px 30px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0;
        box-shadow: -15px 0 40px rgba(6, 23, 46, .18);
        transition: right .35s ease;
        z-index: 1001;
        overflow-y: auto
    }

    .menu.active {
        right: 0
    }

    .menu-link {
        width: 100%;
        padding: 18px 0;
        font-size: 17px;
        font-weight: 800;
        border-bottom: 1px solid #e7edf6
    }

    .menu-link:after {
        display: none
    }

    body.menu-open {
        overflow: hidden
    }

    .hero-layout,
    .split-grid,
    .story-grid,
    .faq-grid,
    .footer-grid {
        grid-template-columns: 1fr
    }

    .stats-grid,
    .stats-box,
    .service-grid,
    .route-grid,
    .process-grid,
    .step-grid,
    .cards-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .float-card,
    .support-badge {
        right: 15px
    }
}

@media (max-width:600px) {
    .container {
        width: 92%
    }

    .top-inner {
        flex-direction: column;
        text-align: center;
        gap: 4px;
        font-size: 13px
    }

    .hero,
    .about-hero,
    .legal-hero,
    .terms-hero,
    .disclaimer-hero {
        padding: 58px 0 72px;
        background-position: center right
    }

    .hero h1,
    .about-hero h1,
    .legal-hero h1,
    .terms-hero h1,
    .disclaimer-hero h1 {
        font-size: 32px
    }

    .hero p,
    .about-hero p,
    .legal-hero p,
    .terms-hero p,
    .disclaimer-hero p {
        font-size: 15px;
        line-height: 1.7
    }

    .hero-buttons .btn,
    .yellow-btn {
        width: 100%;
        text-align: center
    }

    .panel-grid,
    .stats-grid,
    .stats-box,
    .service-grid,
    .route-grid,
    .process-grid,
    .step-grid,
    .cards-grid,
    .check-list {
        grid-template-columns: 1fr
    }

    .hero-panel,
    .legal-card,
    .terms-card,
    .disclaimer-card,
    .cta-box {
        padding: 24px;
        border-radius: 18px
    }

    .section,
    .process,
    .dark-section,
    .legal-content,
    .terms-section,
    .disclaimer-section {
        padding: 55px 0
    }

    .stats,
    .stats-box {
        margin-top: 0
    }

    .stats-grid div,
    .stat {
        border-right: 0;
        border-bottom: 1px solid #edf1f6;
        padding: 22px
    }

    .stats-grid div:last-child,
    .stat:last-child {
        border-bottom: 0
    }

    .image-stack img,
    .story-img img {
        height: 300px
    }

    .float-card,
    .support-badge {
        right: 12px;
        bottom: 12px;
        padding: 15px
    }

    .route-card {
        min-height: 260px
    }

    .policy-item {
        padding: 26px 0
    }

    .policy-item span {
        position: static;
        margin-bottom: 16px
    }

    .terms-item,
    .disclaimer-item {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 26px 0
    }

    .policy-item h2,
    .terms-item h2,
    .disclaimer-item h2 {
        font-size: 23px
    }

    .policy-item p,
    .terms-item p,
    .disclaimer-item p {
        font-size: 15px
    }

    .footer {
        padding: 55px 0 25px
    }

    .footer-grid {
        gap: 30px
    }

.floating-call {
    position: fixed;
    left: auto;          /* left side spacing */
    right: 16px;         /* remove right alignment */
    bottom: 16px;
    z-index: 999;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: auto;         /* auto width based on content */
    min-width: 130px;
    padding: 13px 22px;

    text-align: center;
    border-radius: 999px;

    background: #ffc83d;
    color: #06172e;
    font-weight: 900;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2);
  }

    .popup-call {
        width: 100%;
        justify-content: center
    }
}