:root {
    --navy-950: #03152b;
    --navy-900: #05203f;
    --navy-850: #08284d;
    --navy-800: #0b315b;
    --gold-500: #e3a51e;
    --gold-400: #f2b72e;
    --gold-100: #fff4d5;
    --ink: #13233b;
    --muted: #68758a;
    --line: #e5e9ef;
    --surface: #f7f9fc;
    --white: #ffffff;
    --success: #157a55;
    --danger: #b42318;
    --shadow-sm: 0 8px 24px rgba(3, 21, 43, .08);
    --shadow-md: 0 18px 45px rgba(3, 21, 43, .12);
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
main { min-height: 65vh; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow-container { width: min(900px, 100%); }
.section-space { padding: 78px 0; }
.section-space-small { padding-top: 44px; }
.page-surface { background: var(--surface); }
.eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--gold-400);
    font-size: .77rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.eyebrow--dark { color: #b87900; }
.large-heading { margin: 0; color: var(--navy-900); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; }

/* Header */
.site-header {
    position: relative;
    z-index: 1000;
    background: var(--navy-950);
    color: var(--white);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.site-header__inner {
    min-height: 114px;
    display: grid;
    grid-template-columns: 275px 1fr auto;
    align-items: center;
    gap: 26px;
}
.brand-link {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fff;
}
.brand-link__mark {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    object-fit: cover;
    border-radius: 14px;
}
.brand-link__text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.brand-link__text strong {
    font-size: 1.36rem;
    font-weight: 850;
    letter-spacing: .015em;
}
.brand-link__text > span {
    margin-top: 5px;
    font-size: .72rem;
    font-weight: 760;
    letter-spacing: .23em;
}
.brand-link__text small {
    margin-top: 7px;
    color: var(--gold-400);
    font-family: Georgia, serif;
    font-size: .65rem;
    font-style: italic;
    letter-spacing: .01em;
}
.main-navigation { display: flex; justify-content: center; align-items: center; gap: 25px; }
.main-navigation a {
    position: relative;
    color: rgba(255,255,255,.92);
    font-size: .83rem;
    font-weight: 600;
    white-space: nowrap;
    transition: color .2s ease;
}
.main-navigation a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -17px;
    height: 3px;
    border-radius: 8px;
    background: var(--gold-500);
    transition: left .2s ease, right .2s ease;
}
.main-navigation a:hover, .main-navigation a.active { color: var(--gold-400); }
.main-navigation a:hover::after, .main-navigation a.active::after { left: 0; right: 0; }
.header-call { display: flex; align-items: center; gap: 11px; color: var(--white); }
.header-call__icon {
    width: 42px; height: 42px; display: grid; place-items: center;
    border: 2px solid var(--gold-500); border-radius: 50%; color: var(--gold-400); font-size: 1.15rem;
}
.header-call small, .header-call strong { display: block; }
.header-call small { color: rgba(255,255,255,.72); font-size: .72rem; }
.header-call strong { font-size: .94rem; letter-spacing: .02em; }
.mobile-menu-button { display: none; background: none; border: 0; padding: 8px; }
.mobile-menu-button span:not(.visually-hidden) { display: block; width: 27px; height: 2px; margin: 5px 0; background: #fff; }

/* Home hero slider */
.home-hero {
    position: relative;
    min-height: 455px;
    overflow: hidden;
    color: var(--white);
    background: var(--navy-950);
}
.home-hero::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: auto 0 0;
    height: 145px;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(3,21,43,.9), transparent);
}
.hero-slide {
    position: absolute;
    z-index: 0;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.015);
    transition: opacity .75s ease, visibility .75s ease, transform 5.8s ease;
}
.hero-slide.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.hero-slide--aircraft {
    background:
        linear-gradient(90deg, rgba(3,24,48,.99) 0%, rgba(4,35,66,.93) 35%, rgba(6,40,75,.31) 62%, rgba(3,21,43,.06) 100%),
        url('/images/home/hero-aircraft.jpg') center right / cover no-repeat;
}
.hero-slide--instalment {
    background:
        linear-gradient(90deg, rgba(3,21,43,1) 0%, rgba(4,31,59,.99) 47%, rgba(4,31,59,.85) 61%, rgba(4,31,59,.17) 88%),
        url('/images/home/pay-small-small.jpg') 97% 34% / 44% auto no-repeat,
        linear-gradient(135deg, #03152b, #0a3763);
}
.hero-slide--holiday {
    background:
        linear-gradient(90deg, rgba(3,21,43,1) 0%, rgba(4,31,59,.98) 44%, rgba(4,31,59,.72) 60%, rgba(4,31,59,.08) 90%),
        url('/images/destinations/dubai.jpg') 89% 46% / 55% auto no-repeat,
        linear-gradient(135deg, #03152b, #0a3763);
}
.home-hero__content {
    position: relative;
    z-index: 3;
    padding-top: 60px;
}
.hero-slide .home-hero__content {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .55s ease, transform .55s ease;
}
.hero-slide.is-active .home-hero__content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .16s;
}
.hero-copy { width: min(560px, 100%); }
.hero-copy h1 { margin: 0 0 14px; font-size: clamp(3rem, 5vw, 4.5rem); line-height: .96; font-weight: 800; letter-spacing: -.045em; white-space: nowrap; }
.hero-copy h1 span { color: var(--gold-400); }
.hero-slide--instalment .home-hero__content,
.hero-slide--holiday .home-hero__content { padding-top: 48px; }
.hero-slide--instalment .hero-copy h1,
.hero-slide--holiday .hero-copy h1 { font-size: clamp(2.8rem, 4.5vw, 4.05rem); }
.hero-copy p { max-width: 430px; margin: 0 0 14px; color: rgba(255,255,255,.89); font-size: 1.08rem; }
.hero-promise { display: flex; align-items: center; gap: 9px; font-size: 1rem; }
.hero-promise > span { width: 25px; height: 25px; display: grid; place-items: center; border: 2px solid var(--gold-500); border-radius: 50%; color: var(--gold-400); }
.hero-promise strong { color: var(--gold-400); }
.hero-slide-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 47px;
    margin-top: 7px;
    padding: 0 19px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--gold-400), #d9950b);
    color: #fff;
    font-size: .83rem;
    font-weight: 850;
    box-shadow: 0 12px 25px rgba(227,165,30,.25);
}
.hero-slide-link:hover { color: #fff; transform: translateY(-1px); }
.hero-slider-arrow {
    position: absolute;
    z-index: 5;
    top: 45%;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    background: rgba(3,21,43,.38);
    color: #fff;
    opacity: .72;
    backdrop-filter: blur(5px);
    transition: opacity .2s ease, background .2s ease, border-color .2s ease;
}
.hero-slider-arrow:hover { opacity: 1; border-color: var(--gold-400); background: rgba(3,21,43,.78); }
.hero-slider-arrow svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-slider-arrow--previous { left: max(18px, calc((100vw - 1360px) / 2)); }
.hero-slider-arrow--next { right: max(18px, calc((100vw - 1360px) / 2)); }
.hero-slider-dots {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 94px;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}
.hero-slider-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 999px;
    background: rgba(255,255,255,.28);
    transition: width .25s ease, background .25s ease, border-color .25s ease;
}
.hero-slider-dots button.is-active { width: 29px; border-color: var(--gold-400); background: var(--gold-400); }

/* Booking box */
.flight-search-form { background: #fff; }
.flight-trip-types {
    min-height: 43px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px 7px;
    border-bottom: 1px solid var(--line);
    background: #fff;
}
.flight-trip-types__label {
    margin-right: 2px;
    color: #7f8998;
    font-size: .69rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.flight-trip-type {
    min-height: 29px;
    padding: 0 13px;
    border: 1px solid #dce3eb;
    border-radius: 999px;
    background: #fff;
    color: var(--navy-900);
    font-size: .72rem;
    font-weight: 780;
    transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.flight-trip-type:hover {
    border-color: var(--gold-400);
    color: #9a6500;
}
.flight-trip-type.active {
    border-color: var(--navy-900);
    background: var(--navy-900);
    color: #fff;
    box-shadow: inset 0 -2px 0 var(--gold-400);
}
.multi-city-segment {
    border-top: 1px solid var(--line);
    background: #fbfcfe;
}
.multi-city-segment[hidden] { display: none !important; }
.multi-city-segment__heading {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 10px 18px 0;
}
.multi-city-segment__heading strong { color: var(--navy-900); font-size: .79rem; }
.multi-city-segment__heading span { color: #8790a0; font-size: .68rem; }

.booking-area { position: relative; z-index: 10; margin-top: -78px; }
.booking-shell {
    position: relative;
    overflow: visible;
    border-radius: 19px;
    background: transparent;
    box-shadow: 0 22px 55px rgba(0,14,30,.23);
}
.booking-tabs {
    position: relative;
    z-index: 3;
    width: 610px;
    max-width: 65%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border-radius: 19px 19px 0 0;
    background: var(--navy-900);
}
.booking-tab {
    position: relative;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px;
    border: 0;
    background: transparent;
    color: var(--white);
    font-size: .9rem;
    font-weight: 760;
    white-space: nowrap;
    transition: background .2s ease, color .2s ease;
}
.booking-tab:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 15px;
    width: 1px;
    background: rgba(255,255,255,.08);
}
.booking-tab__icon {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
    color: rgba(255,255,255,.95);
}
.booking-tab.active {
    z-index: 2;
    border-radius: 19px 19px 0 0;
    background: var(--white);
    color: var(--navy-900);
}
.booking-tab.active::before { display: none; }
.booking-tab.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 32px;
    height: 2px;
    border-radius: 5px;
    background: var(--gold-400);
    transform: translateX(-50%);
}
.booking-tab.active .booking-tab__icon { color: var(--gold-500); }
.booking-panel {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 0 19px 0 0;
    background: var(--white);
}
.booking-panel[hidden] { display: none !important; }
.search-grid { display: grid; min-height: 90px; align-items: stretch; background: #fff; }
.search-grid--flight { grid-template-columns: 1.25fr 1.25fr .9fr .9fr 1.35fr auto; }
.search-grid--flight.is-single-date { grid-template-columns: 1.25fr 1.25fr .9fr 1.35fr auto; }
.search-grid--multi-city { grid-template-columns: 1.25fr 1.25fr .9fr; min-height: 82px; }
.search-grid--multi-city .search-field { min-height: 82px; padding-top: 14px; padding-bottom: 13px; }
.search-grid--multi-city .search-field:last-child { border-right: 0; }
.search-grid--hotel { grid-template-columns: 1.7fr .9fr .9fr .8fr auto; }
.search-grid--visa { grid-template-columns: 1.7fr 1.1fr 1fr auto; }
.search-field {
    min-width: 0;
    min-height: 90px;
    margin: 0;
    padding: 19px 18px 16px;
    border-right: 1px solid var(--line);
    background: #fff;
}
.search-field > span:first-child { display: block; margin-bottom: 6px; color: #8790a0; font-size: .69rem; }
.search-field input,
.search-field select {
    width: 100%;
    height: 31px;
    min-width: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ink);
    font-size: .84rem;
    font-weight: 760;
}
.search-field input[type="date"] { min-width: 126px; }
.search-control-with-icon { display: flex; align-items: center; gap: 8px; }
.search-control-with-icon svg {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    fill: none;
    stroke: var(--navy-900);
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.search-control-with-icon input { flex: 1; }
.primary-search-button {
    align-self: center;
    min-height: 48px;
    margin: 14px 17px;
    padding: 0 22px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--gold-400), #d9960c);
    color: var(--white);
    font-size: .79rem;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(227,165,30,.28);
}
.primary-search-button span { margin-left: 7px; }
.booking-assurances {
    position: relative;
    z-index: 2;
    min-height: 63px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    padding: 10px 25px;
    overflow: hidden;
    border: 1px solid rgba(227,165,30,.35);
    border-top: 1px solid rgba(255,255,255,.06);
    border-radius: 0 0 19px 19px;
    background: linear-gradient(180deg, #052343, var(--navy-950));
    color: rgba(255,255,255,.95);
}
.assurance-item {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 10px;
    font-size: .77rem;
    white-space: nowrap;
}
.assurance-icon {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    color: var(--gold-400);
}
.assurance-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.iata-mark {
    width: 55px;
    flex: 0 0 55px;
    display: grid;
    justify-items: center;
    color: #fff;
    line-height: 1;
}
.iata-mark svg { width: 55px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.iata-mark strong { margin-top: -2px; font-size: .66rem; letter-spacing: .11em; }

@media (prefers-reduced-motion: reduce) {
    .hero-slide,
    .hero-slide .home-hero__content { transition: none; }
}

/* Home content */
.home-content { background: #f8f9fb; }
.service-strip { display: grid; grid-template-columns: repeat(5, 1fr); padding: 12px; background: var(--white); border-radius: 18px; box-shadow: var(--shadow-sm); }
.service-item { position: relative; padding: 8px 23px 18px; text-align: center; border-right: 1px solid var(--line); border-radius: 14px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-item:last-child { border-right: 0; }
.service-item:hover { z-index: 2; transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.service-item--featured { border: 1px solid rgba(227,165,30,.7) !important; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 12px; border-radius: 50%; background: var(--navy-900); color: var(--gold-400); font-size: 1.35rem; }
.service-item h3 { margin: 0 0 5px; color: var(--navy-900); font-size: .94rem; }
.service-item p { margin: 0; color: var(--muted); font-size: .78rem; }
.feature-grid { display: grid; grid-template-columns: .92fr 1.28fr; gap: 20px; margin-top: 24px; }
.instalment-banner {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 10 / 7;
    overflow: hidden;
    border-radius: 18px;
    background: var(--navy-900);
    box-shadow: var(--shadow-sm);
}
.instalment-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .3s ease;
}
.instalment-banner:hover img { transform: scale(1.015); }
.gold-button {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 45px; padding: 0 20px; border: 0; border-radius: 7px;
    background: linear-gradient(135deg, var(--gold-400), #d79409); color: #fff; font-weight: 800; box-shadow: 0 10px 22px rgba(227,165,30,.22);
}
.gold-button:hover { color: #fff; filter: brightness(1.04); transform: translateY(-1px); }
.gold-button--large { min-height: 52px; padding: 0 28px; }
.destinations-card { padding: 27px; background: var(--white); border-radius: 18px; box-shadow: var(--shadow-sm); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 24px; }
.section-heading.compact { margin-bottom: 18px; }
.section-heading h2 { margin: 0; color: var(--navy-900); font-size: 1.75rem; }
.section-heading a, .text-link { color: #bf7d00; font-size: .8rem; font-weight: 800; }
.destination-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.destination-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 6px 16px rgba(3,21,43,.08); }
.destination-card img { width: 100%; height: 155px; object-fit: cover; }
.destination-card div { padding: 11px 12px 13px; }
.destination-card h3 { margin: 0; font-size: .9rem; }
.destination-card p { margin: 2px 0 0; color: var(--muted); font-size: .72rem; }
.airline-strip {
    margin-top: 25px;
    min-height: 105px;
    padding: 14px 18px 14px 28px;
    display: grid;
    grid-template-columns: 165px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    overflow: hidden;
    background: var(--white);
    border-radius: 15px;
    box-shadow: var(--shadow-sm);
}
.airline-strip__label {
    position: relative;
    z-index: 2;
    color: var(--navy-900);
    font-size: .76rem;
    font-weight: 800;
    line-height: 1.45;
}
.airline-marquee {
    min-width: 0;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, #000 3%, #000 97%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 3%, #000 97%, transparent);
}
.airline-track {
    display: flex;
    align-items: center;
    width: max-content;
    will-change: transform;
    animation: airline-scroll 24s linear infinite;
}
.airline-logo-set {
    flex: 0 0 auto;
    width: 779px;
    padding-right: 32px;
}
.airline-logo-set img {
    display: block;
    width: 100%;
    height: 78px;
    object-fit: contain;
}
.airline-strip:hover .airline-track { animation-play-state: paused; }
@keyframes airline-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .airline-marquee { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
    .airline-track { animation: none; }
}

/* Inner pages */
.page-hero {
    min-height: 310px; display: flex; align-items: center; color: #fff;
    background:
       linear-gradient(90deg, rgba(3,21,43,.98), rgba(5,38,72,.82) 50%, rgba(5,38,72,.3)),
       url('/images/home/page-banner.jpg') center / cover no-repeat;
}
.page-hero--short { min-height: 245px; }
.page-hero h1 { margin: 0 0 10px; max-width: 800px; font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: 1.04; }
.page-hero p { max-width: 700px; margin: 0; color: rgba(255,255,255,.86); font-size: 1.03rem; }
.pay-page-hero { min-height: 350px; background: linear-gradient(105deg, rgba(3,21,43,.99), rgba(7,47,88,.9)), url('/images/home/pay-small-small.jpg') right 35% / 46% auto no-repeat; }
.form-card { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-sm); }
.form-card__header { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 27px; }
.form-card__header h2 { margin: 0; color: var(--navy-900); font-size: 1.75rem; }
.demo-pill, .result-badge { display: inline-flex; align-items: center; width: fit-content; padding: 5px 10px; border-radius: 999px; background: var(--gold-100); color: #9a6500; font-size: .7rem; font-weight: 800; white-space: nowrap; }
.standard-form .form-grid { display: grid; gap: 20px; }
.form-grid.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-grid .full-width { grid-column: 1 / -1; }
.standard-form label, .filter-card label { display: block; margin: 0; }
.standard-form label > span:first-child, .filter-card label > span:first-child { display: block; margin-bottom: 7px; color: var(--navy-900); font-size: .8rem; font-weight: 800; }
.standard-form input, .standard-form select, .standard-form textarea, .filter-card select {
    width: 100%; border: 1px solid #d8dee8; border-radius: 9px; background: #fff; color: var(--ink); outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.standard-form input, .standard-form select, .filter-card select { height: 49px; padding: 0 13px; }
.standard-form textarea { padding: 12px 13px; resize: vertical; }
.standard-form input:focus, .standard-form select:focus, .standard-form textarea:focus, .filter-card select:focus { border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(227,165,30,.14); }
.standard-form label small { display: block; margin-top: 5px; color: var(--muted); font-size: .7rem; }
.standard-form label span.field-validation-error { display: block; margin-top: 5px; color: var(--danger); font-size: .73rem; }
.standard-form > .gold-button { margin-top: 25px; }
.validation-summary { margin-bottom: 16px; color: var(--danger); font-size: .82rem; }
.success-alert, .warning-alert { margin-bottom: 20px; padding: 14px 16px; border-radius: 10px; font-size: .85rem; }
.success-alert { background: #eaf8f2; border: 1px solid #bde8d7; color: var(--success); }
.warning-alert { background: #fff5e8; border: 1px solid #f3d7ae; color: #8d5700; }

/* Results */
.results-layout { display: grid; grid-template-columns: 250px 1fr; gap: 26px; align-items: start; }
.filter-card { position: sticky; top: 20px; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); }
.filter-card h3 { margin: 0 0 20px; color: var(--navy-900); }
.filter-card label { margin-bottom: 17px; }
.notice-box { margin-top: 20px; padding: 14px; border-radius: 10px; background: #eff5fb; color: var(--muted); font-size: .75rem; }
.notice-box strong { color: var(--navy-900); }
.notice-box p { margin: 5px 0 0; }
.results-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 20px; }
.results-heading h2 { margin: 0; color: var(--navy-900); }
.result-list { min-width: 0; }
.travel-result { display: grid; grid-template-columns: 70px 1fr auto; gap: 20px; align-items: center; margin-bottom: 16px; padding: 23px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); }
.result-logo { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 14px; background: var(--navy-900); color: var(--gold-400); font-size: 1.1rem; font-weight: 900; }
.result-main h3 { margin: 8px 0 2px; color: var(--navy-900); font-size: 1.1rem; }
.result-main strong { font-size: .83rem; }
.result-main p { margin: 4px 0 0; color: var(--muted); font-size: .77rem; }
.result-price { min-width: 160px; text-align: right; }
.result-price small, .result-price strong, .result-price a { display: block; }
.result-price strong { color: var(--navy-900); font-size: 1.25rem; }
.result-price a { margin: 3px 0 10px; color: #b57500; font-size: .73rem; font-weight: 800; }
.outline-button { min-height: 39px; padding: 0 15px; border: 1px solid var(--gold-500); border-radius: 7px; background: transparent; color: #a96d00; font-weight: 800; }
.outline-button:hover { background: var(--gold-500); color: #fff; }
.hotel-result-grid, .package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hotel-result-card, .package-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow-sm); }
.hotel-result-card > img, .package-card > img { width: 100%; height: 220px; object-fit: cover; }
.hotel-result-card__body, .package-card__body { padding: 21px; }
.hotel-result-card h3, .package-card h3 { margin: 10px 0 3px; color: var(--navy-900); }
.hotel-result-card p, .package-card p { color: var(--muted); font-size: .8rem; }
.hotel-result-card__footer, .package-card__body > div:last-child { display: flex; justify-content: space-between; align-items: flex-end; gap: 13px; margin-top: 18px; }
.hotel-result-card__footer small, .hotel-result-card__footer strong { display: block; }
.hotel-result-card__footer strong, .package-price { color: var(--navy-900); }
.package-card .gold-button { min-height: 39px; padding: 0 13px; font-size: .76rem; }

/* General content */
.content-with-aside { display: grid; grid-template-columns: 1.25fr .75fr; gap: 28px; align-items: start; }
.info-card, .contact-details { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow-sm); }
.navy-card { background: var(--navy-900); color: #fff; border-color: transparent; }
.navy-card h2 { margin: 0 0 20px; }
.navy-card p { color: rgba(255,255,255,.7); font-size: .8rem; }
.check-list { margin: 0 0 20px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 25px; color: rgba(255,255,255,.9); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-400); font-weight: 900; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; align-items: center; }
.about-image { overflow: hidden; border-radius: 22px; box-shadow: var(--shadow-md); }
.about-image img { width: 100%; height: 470px; object-fit: cover; }
.about-copy h2 { margin: 0 0 20px; color: var(--navy-900); font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.08; }
.about-copy p { color: var(--muted); }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.stats-row div { padding: 16px; border-radius: 12px; background: #eef3f8; }
.stats-row strong, .stats-row span { display: block; }
.stats-row strong { color: var(--navy-900); font-size: 1.35rem; }
.stats-row span { color: var(--muted); font-size: .73rem; }
.three-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.info-card h3 { color: var(--navy-900); }
.info-card p { margin-bottom: 0; color: var(--muted); font-size: .87rem; }
.contact-details h2 { margin: 0 0 25px; color: var(--navy-900); }
.contact-line { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.contact-line > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-900); color: var(--gold-400); }
.contact-line small, .contact-line a, .contact-line strong { display: block; }
.contact-line small { color: var(--muted); font-size: .7rem; }
.contact-line a, .contact-line strong { color: var(--navy-900); font-weight: 800; }
.office-hours { margin-top: 26px; padding: 20px; border-radius: 12px; background: #f1f5f9; }
.office-hours h3 { margin-top: 0; }
.office-hours p { margin: 5px 0; color: var(--muted); font-size: .78rem; }

/* Pay Small Small */
.pay-intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: start; margin-bottom: 52px; }
.pay-rules { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.pay-rules > div { display: flex; gap: 13px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.pay-rules > div > strong { flex: 0 0 37px; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-900); color: var(--gold-400); }
.pay-rules b, .pay-rules span { display: block; }
.pay-rules b { color: var(--navy-900); font-size: .84rem; }
.pay-rules span { color: var(--muted); font-size: .75rem; }
.calculator-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 26px; align-items: start; }
.calculator-card { box-shadow: var(--shadow-md); }
.payment-summary { padding: 30px; border-radius: 20px; background: var(--navy-950); color: #fff; box-shadow: var(--shadow-md); }
.summary-total { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.14); }
.summary-total small, .summary-total strong { display: block; }
.summary-total small, .summary-grid small { color: rgba(255,255,255,.65); }
.summary-total strong { font-size: 2rem; }
.summary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; padding: 19px 0; }
.summary-grid div { padding: 14px; border-radius: 11px; background: rgba(255,255,255,.07); }
.summary-grid small, .summary-grid strong { display: block; }
.summary-grid strong { margin-top: 4px; }
.deadline-banner { padding: 16px; border-radius: 12px; background: var(--gold-500); color: var(--navy-950); }
.deadline-banner span, .deadline-banner strong, .deadline-banner small { display: block; }
.deadline-banner strong { font-size: 1.2rem; }
.deadline-banner small { opacity: .75; }
.schedule-list { margin-top: 15px; }
.schedule-list > div { display: flex; justify-content: space-between; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.schedule-list b, .schedule-list small { display: block; }
.schedule-list small { color: rgba(255,255,255,.57); font-size: .7rem; }
.ticket-rule { margin-top: 18px; padding: 14px; border-radius: 10px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.82); font-size: .76rem; }
.eligibility-section { margin-top: 58px; }

/* Generic content pages */
.prose-card { padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); }
.prose-card h2, .prose-card h3 { color: var(--navy-900); }
.prose-card p, .prose-card li { color: var(--muted); }
.prose-card + .prose-card { margin-top: 20px; }
.faq-list details { margin-bottom: 12px; padding: 17px 19px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.faq-list summary { color: var(--navy-900); font-weight: 800; cursor: pointer; }
.faq-list p { margin: 12px 0 0; }

/* Footer */
.site-footer { background: var(--navy-950); color: rgba(255,255,255,.82); }
.site-footer__grid { display: grid; grid-template-columns: 1.35fr repeat(3, .78fr) 1.15fr; gap: 36px; padding: 52px 0 42px; }
.footer-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #fff;
}
.footer-brand-lockup__mark {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    object-fit: cover;
    border-radius: 13px;
}
.footer-brand-lockup__text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.footer-brand-lockup__text strong { font-size: 1.18rem; font-weight: 850; letter-spacing: .015em; }
.footer-brand-lockup__text span { margin-top: 5px; font-size: .65rem; font-weight: 760; letter-spacing: .2em; }
.footer-brand p, .footer-newsletter p { max-width: 260px; font-size: .8rem; }
.site-footer h3 { margin: 6px 0 17px; color: #fff; font-size: .92rem; }
.site-footer__grid > div:not(.footer-brand) > a { display: block; margin: 8px 0; color: rgba(255,255,255,.78); font-size: .78rem; }
.site-footer a:hover { color: var(--gold-400); }
.social-links { display: flex; gap: 9px; }
.social-links a { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--gold-500); border-radius: 50%; color: var(--gold-400); font-size: .72rem; font-weight: 800; }
.newsletter-form { display: flex; overflow: hidden; margin-top: 17px; border-radius: 8px; background: #fff; }
.newsletter-form input { min-width: 0; flex: 1; height: 45px; padding: 0 13px; border: 0; outline: 0; }
.newsletter-form button { width: 50px; border: 0; background: var(--gold-500); color: #fff; }
.demo-form-message { display: block; min-height: 18px; margin-top: 7px; color: var(--gold-400); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom__inner { min-height: 64px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .72rem; }
.payment-brands { display: flex; align-items: center; gap: 12px; }
.payment-brands strong { color: #fff; }

/* Toast */
.smartvoya-toast { position: fixed; right: 22px; bottom: 22px; z-index: 2000; max-width: 360px; padding: 15px 18px; border-radius: 11px; background: var(--navy-900); color: #fff; box-shadow: var(--shadow-md); transform: translateY(20px); opacity: 0; transition: .25s ease; }
.smartvoya-toast.show { transform: translateY(0); opacity: 1; }

@media (max-width: 1200px) {
    .site-header__inner { grid-template-columns: 245px 1fr auto; gap: 15px; }
    .brand-link__mark { width: 62px; height: 62px; flex-basis: 62px; }
    .brand-link__text strong { font-size: 1.18rem; }
    .brand-link__text > span { font-size: .64rem; }
    .brand-link__text small { font-size: .58rem; }
    .main-navigation { gap: 15px; }
    .main-navigation a { font-size: .76rem; }
    .header-call strong { font-size: .84rem; }
    .search-grid--flight, .search-grid--flight.is-single-date { grid-template-columns: repeat(4, 1fr); }
    .search-grid--flight .search-field:nth-child(5) { grid-column: span 2; }
    .search-grid--flight .primary-search-button { grid-column: span 2; }
    .search-grid--hotel, .search-grid--visa { grid-template-columns: repeat(4, 1fr); }
    .search-grid--hotel .primary-search-button, .search-grid--visa .primary-search-button { grid-column: span 1; }
    .site-footer__grid { grid-template-columns: 1.25fr repeat(3, .8fr); }
    .footer-newsletter { grid-column: 1 / -1; }
}

@media (max-width: 992px) {
    .site-header__inner { min-height: 92px; grid-template-columns: 1fr auto; }
    .brand-link__mark { width: 62px; height: 62px; flex-basis: 62px; }
    .brand-link__text strong { font-size: 1.18rem; }
    .mobile-menu-button { display: block; grid-column: 2; }
    .header-call { display: none; }
    .main-navigation {
        display: none; grid-column: 1 / -1; align-items: stretch; gap: 0; padding: 10px 0 22px; flex-direction: column;
    }
    .main-navigation.open { display: flex; }
    .main-navigation a { padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
    .main-navigation a::after { display: none; }
    .home-hero { min-height: 430px; }
    .hero-slide--aircraft { background-position: 61% center; }
    .hero-slide--instalment { background-position: 104% 35%; background-size: 49% auto; }
    .hero-slide--holiday { background-position: 96% 46%; background-size: 61% auto; }
    .hero-copy { width: 52%; }
    .hero-copy h1 { font-size: 3.8rem; }
    .booking-tabs { width: 100%; max-width: 100%; }
    .booking-area { margin-top: -55px; }
    .search-grid--flight, .search-grid--flight.is-single-date,
    .search-grid--hotel, .search-grid--visa, .search-grid--multi-city { grid-template-columns: repeat(2, 1fr); }
    .search-grid--flight .search-field:nth-child(5), .search-grid--flight .primary-search-button,
    .search-grid--hotel .primary-search-button, .search-grid--visa .primary-search-button { grid-column: span 2; }
    .search-field { border-bottom: 1px solid var(--line); }
    .booking-assurances { grid-template-columns: repeat(2, 1fr); gap: 10px; padding-block: 14px; }
    .assurance-item { justify-content: flex-start; }
    .service-strip { grid-template-columns: repeat(2, 1fr); }
    .service-item { border-bottom: 1px solid var(--line); }
    .service-item:last-child { grid-column: 1 / -1; }
    .feature-grid { grid-template-columns: 1fr; }
    .content-with-aside, .about-grid, .pay-intro-grid, .calculator-layout { grid-template-columns: 1fr; }
    .hotel-result-grid, .package-grid { grid-template-columns: repeat(2, 1fr); }
    .site-footer__grid { grid-template-columns: repeat(2, 1fr); }
    .footer-brand, .footer-newsletter { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
    .container { width: min(1180px, calc(100% - 28px)); }
    .section-space { padding: 55px 0; }
    .home-hero { min-height: 510px; }
    .hero-slide--aircraft {
        background:
            linear-gradient(90deg, rgba(3,24,48,.97), rgba(4,35,66,.82) 58%, rgba(3,21,43,.35)),
            url('/images/home/hero-aircraft.jpg') 67% top / cover no-repeat;
    }
    .hero-slide--instalment {
        background:
            linear-gradient(90deg, rgba(3,21,43,.98), rgba(4,31,59,.9) 67%, rgba(4,31,59,.55)),
            url('/images/home/pay-small-small.jpg') 120% 33% / 82% auto no-repeat,
            var(--navy-950);
    }
    .hero-slide--holiday {
        background:
            linear-gradient(90deg, rgba(3,21,43,.98), rgba(4,31,59,.88) 65%, rgba(4,31,59,.46)),
            url('/images/destinations/dubai.jpg') 115% 45% / 84% auto no-repeat,
            var(--navy-950);
    }
    .home-hero__content { padding-top: 48px; }
    .hero-copy { width: 100%; max-width: 430px; }
    .hero-copy h1 { font-size: clamp(2.8rem, 12vw, 4rem); white-space: normal; }
    .booking-area { margin-top: -80px; }
    .booking-tabs { grid-template-columns: repeat(2, 1fr); border-radius: 17px 17px 0 0; }
    .booking-tab { min-height: 52px; }
    .search-grid--flight, .search-grid--flight.is-single-date,
    .search-grid--hotel, .search-grid--visa, .search-grid--multi-city { grid-template-columns: 1fr; }
    .search-grid--flight .search-field:nth-child(5), .search-grid--flight .primary-search-button,
    .search-grid--hotel .primary-search-button, .search-grid--visa .primary-search-button { grid-column: auto; }
    .primary-search-button { min-height: 52px; }
    .booking-assurances { grid-template-columns: 1fr; gap: 10px; padding: 16px 20px; }
    .assurance-item { justify-content: flex-start; padding: 0; }
    .service-strip { grid-template-columns: 1fr; }
    .service-item, .service-item:last-child { grid-column: auto; border-right: 0; }
    .destination-grid { grid-template-columns: repeat(2, 1fr); }
    .airline-strip { grid-template-columns: 145px minmax(0, 1fr); padding-left: 20px; }
    .airline-logo-set { width: 700px; }
    .page-hero { min-height: 260px; }
    .page-hero h1 { font-size: 2.7rem; }
    .form-card { padding: 25px 20px; }
    .form-card__header { align-items: flex-start; }
    .form-grid.two-columns { grid-template-columns: 1fr; }
    .form-grid .full-width { grid-column: auto; }
    .results-layout { grid-template-columns: 1fr; }
    .filter-card { position: static; }
    .travel-result { grid-template-columns: 55px 1fr; }
    .result-price { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto; align-items: center; text-align: left; }
    .result-price a { margin: 0; }
    .result-price button { grid-column: 2; grid-row: 1 / 4; }
    .hotel-result-grid, .package-grid, .three-card-grid { grid-template-columns: 1fr; }
    .pay-rules { grid-template-columns: 1fr; }
    .about-image img { height: 380px; }
    .stats-row { grid-template-columns: 1fr; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 26px; }
    .footer-bottom__inner { padding: 16px 0; flex-direction: column; align-items: flex-start; }
    .payment-brands { flex-wrap: wrap; }
}

@media (max-width: 520px) {
    .site-header__inner { min-height: 80px; }
    .brand-link { gap: 8px; }
    .brand-link__mark { width: 54px; height: 54px; flex-basis: 54px; border-radius: 11px; }
    .brand-link__text strong { font-size: 1.02rem; }
    .brand-link__text > span { margin-top: 4px; font-size: .55rem; letter-spacing: .17em; }
    .brand-link__text small { margin-top: 5px; font-size: .51rem; }
    .home-hero { min-height: 500px; }
    .hero-copy p { font-size: .94rem; }
    .hero-slider-arrow { display: none; }
    .hero-slider-dots { bottom: 91px; }
    .booking-shell { border-radius: 15px; }
    .booking-tabs { grid-template-columns: repeat(2, 1fr); }
    .booking-tab { font-size: .78rem; }
    .flight-trip-types { gap: 6px; padding-inline: 12px; overflow-x: auto; }
    .flight-trip-types__label { display: none; }
    .flight-trip-type { flex: 0 0 auto; padding-inline: 11px; }
    .booking-assurances { padding: 15px 18px; }
    .service-strip { padding: 7px; }
    .destinations-card { padding: 20px 15px; }
    .destination-grid { grid-template-columns: 1fr; }
    .destination-card img { height: 205px; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .airline-strip { grid-template-columns: 1fr; gap: 8px; padding: 16px; }
    .airline-strip__label br { display: none; }
    .airline-logo-set { width: 620px; }
    .airline-logo-set img { height: 70px; }
    .form-card__header { flex-direction: column; }
    .summary-grid { grid-template-columns: 1fr; }
    .site-footer__grid { grid-template-columns: 1fr; }
    .footer-brand, .footer-newsletter { grid-column: auto; }
    .smartvoya-toast { left: 14px; right: 14px; bottom: 14px; }
}
