﻿.ti-landing {
    --ti-navy: #0b2c5f;
    --ti-blue: #1a6fd8;
    --ti-orange: #ef5a2c;
    --ti-sky: #e7f1fc;
    --ti-peach: #fff4ec;
    --ti-ink: #16325c;
    --ti-muted: #5b6b86;
    background: #f7f9fc;
}

.ti-landing-hero {
    position: relative;
    padding: 2.5rem 0 3rem;
    background:
        radial-gradient(circle at 10% 12%, rgba(239, 90, 44, .12), transparent 32%),
        radial-gradient(circle at 90% 6%, rgba(26, 111, 216, .16), transparent 34%),
        linear-gradient(165deg, var(--ti-sky) 0%, #ffffff 46%, var(--ti-peach) 100%);
    overflow: visible;
}

.ti-landing-wrap {
    width: min(1480px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 0 .5rem;
}

.ti-landing-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(520px, 1.08fr);
    gap: 2rem;
    align-items: start;
}

.ti-landing-copy {
    padding-top: .35rem;
    min-width: 0;
}

.ti-landing-lead {
    margin: 0 0 1.75rem;
    max-width: none;
    color: var(--ti-muted);
    font-size: 15px;
    line-height: 1.7;
}

.ti-highlight-list--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ti-highlight-list--grid li {
    padding: .85rem .9rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(217, 230, 246, .9);
    box-shadow: 0 8px 20px rgba(11, 44, 95, .05);
}

.ti-highlight-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
}

.ti-partner-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

.ti-partner-card {
    padding: .85rem .75rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid #dbe7f5;
    text-align: center;
    box-shadow: 0 8px 18px rgba(11, 44, 95, .05);
}

.ti-partner-card img {
    display: block;
    height: 30px;
    width: auto;
    max-width: 100%;
    margin: 0 auto .55rem;
    object-fit: contain;
}

.ti-partner-card span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--ti-muted);
    line-height: 1.35;
}

.ti-trust-bar {
    margin-top: 1.75rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
}

.ti-trust-bar > div,
.ti-trust-item {
    padding: .95rem .8rem;
    text-align: left;
    border: 1px solid #d9e6f6 !important;
    border-right: 1px solid #d9e6f6 !important;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(11, 44, 95, .05);
}

.ti-trust-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .45rem;
    font-size: 14px;
}

.ti-trust-orange .ti-trust-icon {
    background: #fff1e8;
    color: var(--ti-orange);
}

.ti-trust-blue .ti-trust-icon {
    background: #e8f1ff;
    color: var(--ti-blue);
}

.ti-trust-teal .ti-trust-icon {
    background: #e7f8f3;
    color: #0f9f78;
}

.ti-trust-navy .ti-trust-icon {
    background: #eef2ff;
    color: var(--ti-navy);
}

.ti-landing-card {
    position: sticky;
    top: 88px;
    width: 100%;
    background: #fff;
    border: 1px solid #d9e6f6;
    border-radius: 24px;
    box-shadow: 0 24px 55px rgba(11, 44, 95, .15);
    overflow: visible;
}

.ti-card-accent {
    height: 5px;
    background: linear-gradient(90deg, var(--ti-orange) 0%, var(--ti-blue) 55%, #14b8a6 100%);
}

.ti-card-head {
    display: flex;
    align-items: flex-start;
    gap: .9rem;
    padding: 1.35rem 1.6rem 1.15rem;
    background: linear-gradient(180deg, #f3f8ff 0%, #fff 100%);
    border-bottom: 1px solid #e8eef7;
    border-radius: 24px 24px 0 0;
}

.ti-card-head-icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #1a6fd8, #0b3d8c);
    color: #fff;
    font-size: 18px;
    box-shadow: 0 10px 18px rgba(26, 111, 216, .28);
}

.ti-card-head h2 {
    margin: 0 0 .25rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ti-navy);
    line-height: 1.35;
}

.ti-card-head p {
    margin: 0;
    font-size: 14px;
    color: var(--ti-muted);
}

.ti-landing .ti-form-shell--card {
    padding: 1.15rem 1.6rem 1.55rem;
}

.ti-field-iconed {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: .75rem;
    justify-content: flex-start !important;
}

.ti-field-badge {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.ti-badge-pin {
    background: #e8f1ff;
    color: var(--ti-blue);
}

.ti-badge-cal {
    background: #fff1e8;
    color: var(--ti-orange);
}

.ti-badge-users {
    background: #e8f8f3;
    color: #0f9f78;
}

.ti-badge-clock {
    background: #f3e8ff;
    color: #7c3aed;
}

.ti-badge-grad {
    background: #eef2ff;
    color: #4338ca;
}

.ti-field-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ti-field-body .searchtag {
    position: static !important;
    top: auto !important;
    left: auto !important;
    padding: 0 !important;
    margin: 0 0 .15rem !important;
    background: transparent !important;
    font-size: 11px !important;
}

.ti-landing .ti-country-field.searchinput {
    align-items: flex-start;
    padding-top: 14px !important;
    position: relative;
}

.ti-landing .ti-country-field .ti-field-badge {
    margin-top: .15rem;
}

.ti-landing .ti-country-list {
    left: 0;
    width: 100%;
}

.ti-landing .ti-tabs {
    margin-bottom: 1.25rem;
    gap: .55rem;
}

.ti-landing .ti-tab {
    min-height: 46px;
    padding: .65rem .85rem;
    font-size: 13px;
}

.ti-form-section {
    margin-bottom: 1.15rem;
}

.ti-form-section--soft {
    padding: 1.1rem 1.15rem;
    border-radius: 16px;
    background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
    border: 1px solid #e3edf8;
}

.ti-form-note {
    margin: .35rem 0 0;
    font-size: 13px;
    color: var(--ti-muted);
    line-height: 1.5;
}

.ti-form-row-2 {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: .85rem;
    align-items: stretch;
}

.ti-form-row-2--student {
    grid-template-columns: 1fr 1fr;
    margin-bottom: .85rem;
}

.ti-form-row-2 .searchinput,
.ti-form-row-2 .ti-travellers-inline {
    margin-bottom: 0;
    height: 100%;
}

.ti-field-label {
    margin: 0 0 .65rem;
    font-size: 14px;
}

.ti-landing .searchinput {
    margin-bottom: 0;
    min-height: 68px;
    padding: 12px 16px !important;
    border: 1.5px solid #d5e2f3;
    border-radius: 14px;
    background: #fff;
}

.ti-landing .ti-country-field.searchinput {
    min-height: auto;
    padding-bottom: 14px !important;
    border-color: #b9d4f8;
    background: linear-gradient(180deg, #f4f9ff 0%, #fff 70%);
}

.ti-landing .ti-field-date.searchinput {
    border-color: #f5c9ad;
    background: linear-gradient(180deg, #fff8f3 0%, #fff 70%);
}

.ti-landing .ti-field-duration.searchinput {
    border-color: #d8c4f8;
    background: linear-gradient(180deg, #faf6ff 0%, #fff 70%);
}

.ti-landing .ti-pax-counter .ti-travellers-head {
    border: 1.5px solid #a8e0cf !important;
    background: linear-gradient(180deg, #f1fbf7 0%, #fff 72%) !important;
    border-radius: 14px;
}

.ti-badge-india {
    background: #fff1e8;
    color: var(--ti-orange);
}

.ti-india-banner {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.ti-india-banner strong {
    display: block;
    font-size: 14px;
    color: var(--ti-ink);
}

.ti-india-banner em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: var(--ti-muted);
}

.ti-landing .ti-pax-panel {
    margin: .35rem 0 1rem;
    padding: 1rem;
    border-radius: 16px;
    border: 1.5px dashed #9ec5f5;
    background:
        linear-gradient(180deg, rgba(26, 111, 216, .06) 0%, rgba(255, 255, 255, .95) 40%),
        #f7fbff;
    overflow: visible;
}

.ti-landing .ti-pax-panel-head {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: .85rem;
}

.ti-landing .ti-pax-panel-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--ti-blue);
    color: #fff;
    font-size: 15px;
    box-shadow: 0 8px 16px rgba(26, 111, 216, .25);
}

.ti-landing .ti-pax-panel-head strong {
    display: block;
    font-size: 14px;
    color: var(--ti-navy);
}

.ti-landing .ti-pax-panel-head em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: var(--ti-muted);
}

.ti-landing .ti-traveller-details {
    margin-top: 0;
    overflow: visible;
}

.ti-landing .ti-traveller-list {
    grid-template-columns: 1fr;
    gap: .7rem;
    overflow: visible;
}

.ti-landing .ti-traveller-card {
    position: relative;
    z-index: 1;
    border: 0;
    border-radius: 14px;
    padding: 0;
    background: #fff;
    box-shadow: 0 8px 20px rgba(11, 44, 95, .08);
    overflow: visible;
}

.ti-landing .ti-traveller-card:has(.ti-age-field.is-open) {
    z-index: 30;
}

.ti-landing .ti-traveller-card-top {
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: .7rem .85rem;
    background: linear-gradient(90deg, #1a6fd8 0%, #3b8aef 100%);
    color: #fff;
    border-radius: 14px 14px 0 0;
}

.ti-landing .ti-traveller-card-badge {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .2);
    font-size: 12px;
}

.ti-landing .ti-traveller-card h4 {
    margin: 0;
    flex: 1;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.ti-landing .ti-traveller-remove {
    position: static;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ti-landing .ti-traveller-remove:hover {
    background: rgba(255, 255, 255, .3);
}

.ti-landing .ti-age-row {
    padding: .85rem;
    background: #fff;
    overflow: visible;
    border-radius: 0 0 14px 14px;
}

.ti-landing .ti-traveller-card .searchinput {
    min-height: 54px;
    border: 1.5px solid #dbe7f5;
    border-radius: 12px;
    background: #f8fbff;
    overflow: visible;
}

.ti-landing .ti-traveller-card .ti-dob-field {
    border-color: #f5c9ad;
    background: #fff8f3;
}

.ti-landing .ti-traveller-card .ti-age-field {
    position: relative;
    border-color: #a8e0cf;
    background: #f1fbf7;
    overflow: visible;
    z-index: 2;
}

.ti-landing .ti-traveller-card .ti-age-field.is-open {
    z-index: 40;
}

.ti-landing .ti-age-list {
    z-index: 50;
}

.ti-landing .ti-or {
    background: #e8f1ff;
    color: var(--ti-blue);
    border: 1px solid #c9ddf8;
    font-weight: 700;
}

.ti-popular-block {
    margin: 1rem 0 0;
    padding-top: 1rem;
    border-top: 1px dashed #d5e2f3;
}

.ti-popular-title {
    margin: 0 0 .75rem;
    font-size: 13px;
}

.ti-popular-dests {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: .65rem .55rem;
    overflow: visible;
    padding: .15rem 0 .35rem;
}

.ti-popular-dest {
    min-width: 0;
    width: 100%;
}

.ti-popular-flag {
    width: 50px;
    height: 50px;
    margin-bottom: .4rem;
}

.ti-popular-check {
    right: calc(50% - 32px);
    width: 20px;
    height: 20px;
    font-size: 10px;
}

.ti-popular-name {
    font-size: 12px;
}

.ti-popular-regions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .7rem;
}

.ti-popular-region {
    min-height: 88px;
    padding: .85rem .8rem;
    font-size: 13px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: .35rem;
}

.ti-region-icon {
    font-size: 18px;
    opacity: .92;
}

.ti-region-name {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.ti-popular-title i {
    color: var(--ti-orange);
    margin-right: .25rem;
}

.ti-popular-title--regions i {
    color: var(--ti-blue);
}

.ti-landing .ti-travellers-title {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
}

.ti-landing .ti-travellers-inline .ti-travellers-head {
    min-height: 68px;
    height: 100%;
    padding: 12px 14px;
    border-radius: 14px;
}

.ti-landing .ti-submit-wrap {
    margin-top: 1.15rem;
    padding-top: .25rem;
}

.ti-landing .ti-submit {
    height: 52px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    background: linear-gradient(90deg, var(--ti-orange) 0%, #ff7a45 100%);
}

.ti-landing .ti-submit i {
    font-size: 13px;
}

.ti-landing .ti-dest-chip {
    padding: .35rem .5rem .35rem .75rem;
    font-size: 12px;
}

.ti-landing .ti-dest-chip em {
    max-width: 140px;
}

.ti-landing .ti-traveller-details {
    margin-top: .85rem;
}

@media (max-width: 1299px) {
    .ti-landing-grid {
        grid-template-columns: minmax(0, 1fr) minmax(460px, .98fr);
        gap: 1.5rem;
    }

    .ti-popular-regions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1099px) {
    .ti-landing-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ti-landing-card {
        position: static;
        max-width: none;
        margin: 0;
    }

    .ti-popular-regions {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .ti-highlight-list--grid {
        grid-template-columns: 1fr;
    }

    .ti-partner-cards {
        grid-template-columns: 1fr;
    }

    .ti-trust-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ti-form-row-2,
    .ti-form-row-2--student {
        grid-template-columns: 1fr;
    }

    .ti-popular-dests {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ti-popular-regions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .ti-landing-hero {
        padding: 1.5rem 0 2rem;
    }

    .ti-landing-wrap {
        width: calc(100% - 1.25rem);
        padding: 0;
    }

    .ti-landing .ti-form-shell--card {
        padding: 1rem;
    }

    .ti-form-section--soft {
        padding: .9rem;
    }

    .ti-popular-regions {
        grid-template-columns: 1fr;
    }

    .ti-card-head {
        padding: 1.1rem 1rem;
    }
}

.ti-landing-copy h1 {
    margin: 0 0 .65rem;
    font-family: "Overlock", "Kumbh Sans", sans-serif;
    font-size: clamp(2rem, 3.4vw, 2.85rem);
    font-weight: 900;
    line-height: 1.12;
    color: var(--ti-navy);
}

.ti-landing-eyebrow {
    display: inline-block;
    margin: 0 0 .55rem;
    padding: .28rem .7rem;
    border-radius: 999px;
    background: rgba(239, 90, 44, .12);
    color: var(--ti-orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ti-landing-lead {
    margin: 0 0 1.75rem;
    max-width: none;
    color: var(--ti-muted);
    font-size: 15px;
    line-height: 1.7;
}

.ti-why-block h2 {
    margin: 0 0 .85rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ti-ink);
}

.ti-highlight-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .75rem;
}

.ti-highlight-list li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: .75rem;
    align-items: flex-start;
}

.ti-highlight-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 16px rgba(11, 44, 95, .08);
    display: grid;
    place-items: center;
}

.ti-highlight-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ti-highlight-list strong {
    display: block;
    margin-bottom: .12rem;
    color: var(--ti-ink);
    font-size: 14px;
    font-weight: 700;
}

.ti-highlight-list em {
    display: block;
    font-style: normal;
    color: var(--ti-muted);
    font-size: 13px;
    line-height: 1.45;
}

.ti-partner-block {
    margin-top: 1.75rem;
}

.ti-partner-block > p {
    margin: 0 0 .75rem;
    font-size: 12px;
    font-weight: 700;
    color: var(--ti-muted);
    text-transform: uppercase;
    letter-spacing: .04em;
}

.ti-trust-bar {
    margin-top: 1.75rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
}

.ti-trust-bar > div,
.ti-trust-item {
    padding: .95rem .8rem;
    text-align: left;
    border: 1px solid #d9e6f6 !important;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(11, 44, 95, .05);
}

.ti-trust-bar > div:last-child {
    border-right: 1px solid #d9e6f6 !important;
}

.ti-trust-bar strong {
    display: block;
    color: var(--ti-navy);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: .15rem;
}

.ti-trust-bar span:not(.ti-trust-icon) {
    color: var(--ti-muted);
    font-size: 12px;
}

.ti-landing .ti-tab i {
    color: var(--ti-blue);
}

.ti-landing .ti-tab.is-active {
    background: linear-gradient(135deg, #0f9f78 0%, #14b8a6 100%);
    border-color: #0f9f78;
    color: #fff;
    box-shadow: 0 8px 18px rgba(15, 159, 120, .28);
}

.ti-landing .ti-tab.is-active i {
    color: #fff;
}

.ti-field-label {
    font-weight: 700;
    color: var(--ti-ink);
    display: flex;
    align-items: center;
    gap: .4rem;
}

.ti-field-label i {
    color: var(--ti-blue);
}

.ti-landing .searchinput:focus-within {
    border-color: var(--ti-blue);
    box-shadow: 0 0 0 3px rgba(26, 111, 216, .12);
}

.ti-landing .searchtag {
    color: var(--ti-blue) !important;
}

.ti-landing .searchtag i {
    margin-right: .2rem;
}

.ti-popular-title {
    font-weight: 700;
    color: var(--ti-muted);
}

.ti-popular-title span {
    font-weight: 500;
    color: #8090a8;
}

.ti-popular-title--regions {
    margin-top: 1rem;
}

.ti-popular-dest {
    border: 0;
    background: transparent;
    padding: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    flex: 0 0 auto;
    min-width: 72px;
}

.ti-popular-flag {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto .3rem;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #dce7f5;
    background: #fff;
    box-shadow: 0 4px 10px rgba(11, 44, 95, .08);
}

.ti-popular-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ti-popular-check {
    position: absolute;
    top: -2px;
    right: calc(50% - 28px);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--ti-blue);
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    box-shadow: 0 2px 6px rgba(26, 111, 216, .35);
}

.ti-popular-dest.is-selected .ti-popular-check,
.ti-popular-region.is-selected .ti-popular-check {
    display: inline-flex;
}

.ti-popular-dest.is-selected .ti-popular-flag {
    border-color: var(--ti-blue);
    box-shadow: 0 0 0 3px rgba(26, 111, 216, .18);
}

.ti-popular-name {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--ti-ink);
    line-height: 1.2;
}

.ti-popular-regions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .7rem;
}

.ti-popular-region {
    position: relative;
    border: 0;
    border-radius: 14px;
    min-height: 88px;
    padding: .85rem .8rem;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(11, 44, 95, .12);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: .35rem;
}

.ti-popular-region .ti-popular-check {
    right: 8px;
    top: 8px;
}

.ti-tone-eur {
    background: linear-gradient(135deg, #1f4e8c 0%, #3f7fd1 100%);
}

.ti-tone-sch {
    background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
}

.ti-tone-usc {
    background: linear-gradient(135deg, #9a3412 0%, #ea580c 100%);
}

.ti-tone-asi {
    background: linear-gradient(135deg, #1d4ed8 0%, #06b6d4 100%);
}

.ti-popular-region.is-selected {
    outline: 2px solid #fff;
    box-shadow: 0 0 0 3px var(--ti-blue), 0 8px 16px rgba(11, 44, 95, .16);
}

.ti-date-row {
    margin-bottom: .75rem;
}

.ti-date-row .searchinput {
    margin-bottom: 0;
}

.ti-date-row--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
}

.ti-landing .ti-travellers-inline {
    margin-bottom: .35rem;
}

.ti-landing .ti-travellers-inline .ti-travellers-head {
    border: 1.5px solid #d5e2f3;
    border-radius: 12px;
    background: #fff;
}

.ti-landing .ti-counter button {
    background: #eef5ff;
    color: var(--ti-blue);
    border-color: #d5e2f3;
}

.ti-landing .ti-submit-wrap {
    margin-top: .85rem;
}

.ti-landing .ti-submit {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    background: var(--ti-orange);
    color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(239, 90, 44, .28);
}

.ti-landing .ti-submit:hover {
    filter: brightness(1.05);
}

.ti-landing .ti-dest-chip {
    background: var(--ti-blue);
    color: #fff;
}

.ti-landing .ti-help--inline {
    margin-top: .45rem;
}

.ti-page {
    background: #f4f6f8;
}

.ti-hero {
    padding-bottom: 1.75rem;
}

.ti-hero-copy {
    max-width: 680px;
    margin-bottom: .85rem;
}

.ti-hero-title {
    font-size: 1.45rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: .2rem;
}

.ti-hero-sub {
    color: #64748b;
    font-size: 13px;
    margin: 0;
}

.ti-form-shell {
    padding: 1rem 1.1rem 1.15rem;
    overflow: visible;
}

.ti-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: .45rem;
    padding: 0;
    margin-bottom: 1.35rem;
    background: transparent;
}

.ti-tab {
    border: 1px solid #dbe3ec;
    background: #fff;
    color: #475569;
    font-weight: 600;
    font-size: 13px;
    padding: .55rem 1rem;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    transition: all .15s ease;
}

.ti-tab i {
    font-size: 12px;
    color: var(--dynamic-text, #090d86);
}

.ti-tab.is-active {
    background: var(--dynamic-text, #090d86);
    border-color: var(--dynamic-text, #090d86);
    color: var(--dynamic-color, #fff);
    box-shadow: 0 6px 14px color-mix(in srgb, var(--dynamic-text, #090d86) 24%, transparent);
}

.ti-tab.is-active i {
    color: var(--dynamic-color, #fff);
}

.ti-panel {
    display: none;
    padding-top: .35rem;
}

.ti-panel.is-active {
    display: block;
}

.ti-panel > form > .row:first-child {
    margin-top: .2rem;
}

.ti-form-shell .searchinput {
    margin-bottom: 0;
    min-height: 58px;
    padding: 10px 14px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ti-form-shell .searchinput .searchtag {
    color: var(--dynamic-text, #090d86);
    font-weight: 600;
    font-size: 11px;
    top: -9px;
}

.ti-form-shell .searchinput input,
.ti-form-shell .searchinput select {
    width: 100% !important;
    border: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    padding: 0 !important;
    margin: 0;
    min-height: 0;
    height: auto;
    line-height: 1.35;
    display: block;
}

.ti-form-shell .searchinput select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1.4 0L6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 2px center;
    padding-right: 18px !important;
}

.ti-trip-range,
.ti-trip-date,
.ti-dob {
    cursor: pointer !important;
}

.ti-range-field .ti-trip-range {
    letter-spacing: .01em;
}

.ti-form-shell .searchinput input:focus,
.ti-form-shell .searchinput select:focus {
    outline: none;
    box-shadow: none;
}

.ti-form-shell .searchinput:focus-within {
    border-color: var(--dynamic-text, #090d86);
}

.ti-country-field {
    position: relative;
    overflow: visible;
}

.ti-dest-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem;
    min-height: 28px;
    width: 100%;
}

.ti-dest-chips {
    display: contents;
}

.ti-country-field.has-destinations {
    min-height: auto;
    height: auto;
    justify-content: flex-start;
    padding-top: 14px !important;
    padding-bottom: 10px !important;
}

.ti-dest-chip {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    max-width: 100%;
    background: var(--dynamic-text, #090d86);
    color: var(--dynamic-color, #fff);
    border: 0;
    border-radius: 999px;
    padding: .28rem .4rem .28rem .7rem;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.ti-dest-chip em {
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 160px;
}

.ti-dest-chip button {
    border: 0;
    background: rgba(255, 255, 255, .22);
    color: inherit;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 1;
    padding: 0;
    font-size: 13px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ti-dest-chip button:hover {
    background: rgba(255, 255, 255, .35);
}

.ti-country-field .ti-country-input {
    flex: 1 1 140px;
    min-width: 120px;
    width: auto !important;
}

.ti-country-list li.is-picked {
    color: var(--dynamic-text, #090d86);
    cursor: pointer;
    background: color-mix(in srgb, var(--dynamic-text, #090d86) 8%, #fff);
    font-weight: 600;
}

.ti-country-list li.is-picked:hover {
    background: color-mix(in srgb, var(--dynamic-text, #090d86) 14%, #fff);
    color: var(--dynamic-text, #090d86);
}

.ti-country-list {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0 6px 16px;
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% + 4px);
    border-radius: 8px;
    border: 1px solid #dbe3ec;
    z-index: 25;
    max-height: 210px;
    overflow-y: auto;
    display: none;
}

.ti-country-list ul {
    padding: 0;
    margin: 0;
}

.ti-country-list li {
    list-style: none;
    padding: 8px 12px;
    border-bottom: 1px solid #eef2f6;
    cursor: pointer;
    font-size: 14px;
    color: #1f2937;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.ti-country-list li small {
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 600;
    color: var(--dynamic-text, #090d86);
    opacity: .85;
}

.ti-country-list li:last-child {
    border-bottom: 0;
}

.ti-country-list li:hover,
.ti-country-list li.is-active {
    background: var(--dynamic-text, #090d86);
    color: var(--dynamic-color, #fff);
}

.ti-country-empty {
    cursor: default;
    color: #64748b !important;
    background: #fff !important;
}

.ti-travellers-box {
    margin-top: .75rem;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    position: relative;
}

.ti-travellers-inline {
    margin-top: 0;
    height: 100%;
}

.ti-travellers-inline .ti-travellers-head {
    min-height: 58px;
    height: 100%;
    border: 2px solid #e1e7ee;
    border-radius: 10px;
    padding: 10px 14px;
    background: #fff;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ti-travellers-inline .ti-travellers-head:hover {
    border-color: rgb(153, 153, 155);
}

.ti-traveller-details {
    margin-top: .75rem;
}

.ti-travellers-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .65rem .85rem;
    background: #fff;
}

.ti-travellers-title {
    display: flex;
    align-items: center;
    gap: .45rem;
    font-weight: 600;
    font-size: 14px;
    color: #1f2937;
}

.ti-travellers-title i {
    font-size: 13px;
    color: var(--dynamic-text, #090d86);
}

.ti-counter {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: #fff;
    border: 1px solid #dbe3ec;
    border-radius: 999px;
    padding: .15rem .35rem;
}

.ti-counter button {
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    background: #f8fafc;
    color: var(--dynamic-text, #090d86);
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
}

.ti-counter span {
    min-width: 16px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #111827;
}

.ti-traveller-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
}

.ti-traveller-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: .55rem .65rem .6rem;
    position: relative;
    background: #fff;
    overflow: visible;
}

.ti-traveller-card h4 {
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 .45rem;
    color: #1f2937;
    padding-right: 1.1rem;
}

.ti-traveller-remove {
    position: absolute;
    top: .4rem;
    right: .4rem;
    border: 0;
    background: transparent;
    color: #94a3b8;
    font-size: 12px;
    line-height: 1;
    padding: 2px;
}

.ti-age-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: .4rem;
    align-items: center;
}

.ti-traveller-card .searchinput {
    min-height: 44px !important;
    padding: 8px 10px 8px 12px !important;
}

.ti-traveller-card .searchinput .searchtag {
    font-size: 10px;
    top: -8px;
}

.ti-traveller-card .searchinput input,
.ti-traveller-card .searchinput select {
    font-size: 13px !important;
    min-height: 18px !important;
}

.ti-age-field {
    position: relative;
    z-index: 1;
}

.ti-age-field.is-open {
    z-index: 50;
}

.ti-age-list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    max-height: 180px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0 6px 16px;
    z-index: 60;
}

.ti-age-list ul {
    margin: 0;
    padding: 0;
}

.ti-age-list li {
    list-style: none;
    padding: 8px 12px;
    border-bottom: 1px solid #eef2f6;
    cursor: pointer;
    font-size: 13px;
    color: #1f2937;
}

.ti-age-list li:last-child {
    border-bottom: 0;
}

.ti-age-list li:hover,
.ti-age-list li.is-active {
    background: #f1f5f9;
}

.ti-age-empty {
    cursor: default !important;
    color: #64748b !important;
    background: #fff !important;
}

.ti-duration-field {
    position: relative;
    z-index: 1;
}

.ti-duration-field.is-open {
    z-index: 50;
}

.ti-duration-list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    max-height: 220px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0 6px 16px;
    z-index: 60;
}

.ti-duration-list ul {
    margin: 0;
    padding: 0;
}

.ti-duration-list li {
    list-style: none;
    padding: 8px 12px;
    border-bottom: 1px solid #eef2f6;
    cursor: pointer;
    font-size: 13px;
    color: #1f2937;
}

.ti-duration-list li:last-child {
    border-bottom: 0;
}

.ti-duration-list li:hover,
.ti-duration-list li.is-active {
    background: #f1f5f9;
}

.ti-duration-empty {
    cursor: default !important;
    color: #64748b !important;
    background: #fff !important;
}

.ti-or {
    font-size: 10px;
    font-weight: 700;
    color: #94a3b8;
    text-align: center;
    line-height: 1;
    padding: .05rem 0;
}

.ti-help {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem 1rem;
    padding: 0 .85rem .75rem;
    font-size: 11px;
    color: #64748b;
}

.ti-help--inline {
    padding: .45rem 0 0;
    margin-top: 0;
}

.ti-help span {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.ti-help i {
    color: var(--dynamic-text, #090d86);
}

.ti-submit-wrap {
    margin-top: .85rem;
}

.ti-submit {
    width: 100%;
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    background: var(--dynamic-text, #090d86) !important;
    color: var(--dynamic-color, #fff) !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.ti-submit:hover {
    color: var(--dynamic-color, #fff) !important;
    opacity: .94;
}

.ti-air-datepicker {
    --adp-font-family: inherit;
    --adp-font-size: 13px;
    --adp-width: 288px;
    --adp-background-color: #fff;
    --adp-background-color-hover: #f1f5f9;
    --adp-background-color-active: color-mix(in srgb, var(--dynamic-text, #090d86) 12%, #fff);
    --adp-background-color-selected: var(--dynamic-text, #090d86);
    --adp-background-color-selected-other-month-focused: var(--dynamic-text, #090d86);
    --adp-color: #1f2937;
    --adp-color-secondary: #64748b;
    --adp-color-selected: var(--dynamic-color, #fff);
    --adp-color-current-date: var(--dynamic-text, #090d86);
    --adp-color-other-month: #94a3b8;
    --adp-color-disabled: #cbd5e1;
    --adp-accent-color: var(--dynamic-text, #090d86);
    --adp-border-color: #e2e8f0;
    --adp-border-color-inner: #eef2f6;
    --adp-border-radius: 12px;
    --adp-border-radius-cell: 8px;
    --adp-day-name-color: #64748b;
    --adp-btn-height: 34px;
    --adp-btn-color: var(--dynamic-text, #090d86);
    --adp-btn-color-hover: var(--dynamic-text, #090d86);
    --adp-btn-background-color-hover: #f1f5f9;
    --adp-nav-height: 38px;
    --adp-nav-arrow-color: var(--dynamic-text, #090d86);
    --adp-nav-action-size: 30px;
    --adp-nav-color: #111827;
    --adp-nav-color-secondary: #64748b;
    --adp-cell-size: 36px;
    --adp-cell-padding: 2px;
    --adp-cell-border-radius: 8px;
    z-index: 80 !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .14) !important;
    border: 1px solid #e2e8f0 !important;
}

.ti-air-datepicker .air-datepicker-nav--title {
    font-weight: 700;
    font-size: 14px;
}

.ti-air-datepicker .air-datepicker-body--day-name {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.ti-air-datepicker .air-datepicker-cell.-selected- {
    font-weight: 700;
}

.ti-air-datepicker .air-datepicker-button {
    font-weight: 600;
    font-size: 12px;
}

.ti-air-datepicker--range {
    --adp-width: 310px;
}

.ti-air-datepicker--range .air-datepicker-cell.-in-range- {
    background: color-mix(in srgb, var(--dynamic-text, #090d86) 10%, #fff);
    border-radius: 0;
}

.ti-air-datepicker--range .air-datepicker-cell.-range-from-,
.ti-air-datepicker--range .air-datepicker-cell.-range-to- {
    background: var(--dynamic-text, #090d86) !important;
    color: var(--dynamic-color, #fff) !important;
    font-weight: 700;
}

@media (min-width: 992px) {
    .ti-form-shell {
        padding: 1.1rem 1.25rem 1.25rem;
    }

    .ti-submit-wrap {
        max-width: 210px;
        margin-left: auto;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .ti-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .ti-tab {
        flex: 0 0 auto;
    }

    .ti-traveller-list {
        grid-template-columns: 1fr;
    }

    .ti-age-row {
        grid-template-columns: 1fr;
    }

    .ti-or {
        text-align: left;
        padding: .15rem 0;
    }
}
.ti-listing {
    --ti-navy: #0b2c5f;
    --ti-blue: #1a6fd8;
    --ti-orange: #ef5a2c;
    --ti-teal: #0d9488;
    --ti-violet: #7c3aed;
    --ti-mint: #10b981;
    --ti-sky: #e7f1fc;
    --ti-peach: #fff4ec;
    --ti-lavender: #f3e8ff;
    --ti-ink: #16325c;
    --ti-muted: #5b6b86;
    min-height: 70vh;
    background:
        radial-gradient(circle at 8% 12%, rgba(124, 58, 237, .07), transparent 26%),
        radial-gradient(circle at 94% 8%, rgba(239, 90, 44, .1), transparent 30%),
        radial-gradient(circle at 50% 100%, rgba(26, 111, 216, .08), transparent 40%),
        linear-gradient(180deg, #eef4fc 0%, #f7f9fc 280px, #fafbfd 100%);
}

.ti-listing-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ti-listing-strip {
    position: sticky;
    top: 0;
    z-index: 45;
    padding: .75rem 0;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(207, 224, 245, .85);
    box-shadow: none;
}

.ti-journey-strip {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .65rem .9rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #dbe7f5;
    box-shadow: 0 6px 18px rgba(11, 44, 95, .05);
}

.ti-journey-back {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--ti-sky);
    color: var(--ti-blue);
    flex: 0 0 auto;
    text-decoration: none;
    border: 1px solid #c9ddf8;
}

.ti-journey-back:hover {
    background: var(--ti-blue);
    color: #fff;
    border-color: var(--ti-blue);
}

.ti-journey-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    flex: 1 1 auto;
    min-width: 0;
}

.ti-jchip {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
    padding: .35rem .72rem;
    line-height: 1.2;
    max-width: 100%;
}

.ti-jchip i { font-size: 11px; }

.ti-jchip-violet { background: #ede9fe; color: #5b21b6; border: 1px solid #ddd6fe; }
.ti-jchip-teal { background: #ccfbf1; color: #0f766e; border: 1px solid #99f6e4; }
.ti-jchip-peach { background: #ffedd5; color: #c2410c; border: 1px solid #fed7aa; }
.ti-jchip-sky { background: var(--ti-sky); color: #1d4ed8; border: 1px solid #bfdbfe; }

.ti-journey-modify {
    border: 1.5px solid var(--ti-orange);
    background: linear-gradient(180deg, #fff7f3 0%, #fff 100%);
    color: var(--ti-orange);
    border-radius: 12px;
    min-height: 42px;
    padding: .45rem .95rem;
    font-size: 13px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    white-space: nowrap;
    flex: 0 0 auto;
}

.ti-journey-modify.is-open,
.ti-journey-modify:hover {
    background: linear-gradient(135deg, var(--ti-orange) 0%, #f97316 100%);
    border-color: var(--ti-orange);
    color: #fff;
}

.ti-modify-panel[hidden] {
    display: none !important;
}

.ti-modify-panel {
    margin-top: .75rem;
}

.ti-modify-shell {
    border: 1px solid #dbe7f5;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(11, 44, 95, .07);
}

.ti-listing-body {
    padding: 1.35rem 0 2.5rem;
}

.ti-results-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin: 0 0 1.15rem;
    padding: .15rem 0 .25rem;
    flex-wrap: wrap;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    position: static !important;
    z-index: auto !important;
}

.ti-results-head > div {
    padding: 0 !important;
}

.ti-results-head h1 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--ti-ink);
    line-height: 1.25;
}

.ti-results-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .4rem;
}

.ti-results-pill {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: 11px;
    font-weight: 700;
    border-radius: 999px;
    padding: .28rem .65rem;
    line-height: 1.2;
}

.ti-results-pill i { font-size: 11px; }

.ti-results-pill--blue {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #93c5fd;
}

.ti-results-pill--teal {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #6ee7b7;
}

.ti-results-pill--muted {
    background: #f8fafc;
    color: var(--ti-muted);
    border: 1px solid #e2e8f0;
}

.ti-cover-stack {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ti-cover-card {
    --tier-color: var(--ti-blue);
    --tier-soft: var(--ti-sky);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1.5px solid #dbe7f5;
    box-shadow: 0 10px 28px rgba(11, 44, 95, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ti-cover-titanium {
    --tier-color: #6366f1;
    --tier-soft: #eef2ff;
}

.ti-cover-platinum {
    --tier-color: #64748b;
    --tier-soft: #f1f5f9;
}

.ti-cover-gold-plus,
.ti-cover-gold {
    --tier-color: #d97706;
    --tier-soft: #fffbeb;
}

.ti-cover-silver-plus,
.ti-cover-silver {
    --tier-color: #0284c7;
    --tier-soft: #e0f2fe;
}

.ti-cover-plan {
    --tier-color: #1a6fd8;
    --tier-soft: #e7f1fc;
}

.ti-cover-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    column-gap: .75rem;
    row-gap: .45rem;
    padding: .5rem .9rem;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    color: var(--ti-ink);
    background: linear-gradient(90deg, #eff6ff 0%, #dbeafe 55%, #bfdbfe 100%);
}

.ti-cover-titanium .ti-cover-hero {
    background: linear-gradient(90deg, #eef2ff 0%, #c7d2fe 45%, #818cf8 100%);
    color: #1e1b4b;
}

.ti-cover-gold .ti-cover-hero,
.ti-cover-gold-plus .ti-cover-hero {
    background: linear-gradient(90deg, #fffbeb 0%, #fde68a 40%, #f59e0b 100%);
    color: #451a03;
}

.ti-cover-platinum .ti-cover-hero {
    background: linear-gradient(90deg, #f8fafc 0%, #e2e8f0 40%, #94a3b8 100%);
    color: #0f172a;
}

.ti-cover-silver .ti-cover-hero,
.ti-cover-silver-plus .ti-cover-hero {
    background: linear-gradient(90deg, #f0f9ff 0%, #bae6fd 45%, #38bdf8 100%);
    color: #0c4a6e;
}

.ti-cover-plan .ti-cover-hero {
    background: linear-gradient(90deg, #eff6ff 0%, #93c5fd 50%, #1a6fd8 100%);
    color: #0b2c5f;
}

.ti-cover-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 48px rgba(11, 44, 95, .1);
}

.ti-cover-card.is-selected {
    border-color: var(--ti-orange);
    box-shadow: 0 20px 52px rgba(239, 90, 44, .18);
}

.ti-cover-hero-start {
    display: flex;
    align-items: center;
    gap: .45rem;
    min-width: 0;
}

.ti-cover-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .72);
    color: var(--tier-color);
    font-size: 12px;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, .85);
}

.ti-cover-tier {
    display: inline-flex;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .55);
    color: inherit;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 999px;
    padding: .12rem .45rem;
    margin: 0 .45rem 0 0;
    vertical-align: middle;
}

.ti-cover-name {
    margin: 0;
    display: inline;
    font-size: .95rem;
    font-weight: 800;
    line-height: 1.2;
    color: inherit;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ti-cover-hero-mid {
    display: inline-flex;
    align-items: baseline;
    gap: .35rem;
    text-align: left;
    padding: .2rem .55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(255, 255, 255, .9);
    min-width: 0;
    white-space: nowrap;
}

.ti-cover-hero-mid strong {
    display: inline;
    font-size: .88rem;
    font-weight: 800;
    line-height: 1.2;
    color: inherit;
}

.ti-cover-hero-mid span {
    display: inline;
    margin: 0;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    opacity: .7;
}

.ti-cover-hero-end {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: .45rem;
    min-width: 0;
    white-space: nowrap;
}

.ti-cover-earn {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #86efac;
    font-size: 10px;
    font-weight: 800;
    border-radius: 999px;
    padding: .22rem .5rem;
    margin: 0;
    white-space: nowrap;
}

.ti-cover-price-wrap {
    display: inline-flex;
    flex-direction: row;
    align-items: baseline;
    gap: .3rem;
    padding: .18rem .55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(255, 255, 255, .95);
    line-height: 1.2;
    color: var(--ti-ink);
}

.ti-cover-price-wrap del {
    display: inline;
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    text-decoration: line-through;
}

.ti-instant-tag {
    display: inline-flex;
    align-items: center;
    gap: .28rem;
    margin: 0;
    padding: .18rem .5rem;
    border-radius: 999px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
    border: 1px solid #ffedd5;
}

.ti-instant-tag i {
    color: #ef5a2c;
    flex: 0 0 auto;
    font-size: 10px;
}

.ti-instant-tag strong {
    font-weight: 800;
    color: #c2410c;
}

.ti-instant-tag--compact {
    margin-bottom: .55rem;
}

.ti-cover-price-wrap em {
    display: none;
}

.ti-cover-price-wrap strong {
    display: inline;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
    color: inherit;
    white-space: nowrap;
}

.ti-cover-price-wrap span {
    display: inline;
    font-size: 9px;
    font-weight: 600;
    opacity: .65;
    text-align: left;
}

.ti-cover-body {
    padding: 1.15rem 1.35rem 1.2rem;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.ti-cover-lanes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.ti-cover-lane {
    border-radius: 16px;
    padding: .95rem 1rem;
    border: 1.5px solid transparent;
}

.ti-cover-lane--assist {
    background: linear-gradient(160deg, #ecfdf5 0%, #f0fdf4 100%);
    border-color: #a7f3d0;
}

.ti-cover-lane--insure {
    background: linear-gradient(160deg, #eff6ff 0%, #f0f7ff 100%);
    border-color: #bfdbfe;
}

.ti-cover-lane-head {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    margin-bottom: .75rem;
}

.ti-cover-lane-icon {
    width: 36px;
    height: 36px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    font-size: 15px;
    flex: 0 0 auto;
}

.ti-cover-lane--assist .ti-cover-lane-icon {
    background: #fff;
    color: var(--ti-teal);
    box-shadow: 0 4px 12px rgba(16, 185, 129, .2);
}

.ti-cover-lane--insure .ti-cover-lane-icon {
    background: #fff;
    color: var(--ti-blue);
    box-shadow: 0 4px 12px rgba(26, 111, 216, .2);
}

.ti-cover-lane h3 {
    margin: 0 0 .15rem;
    font-size: 14px;
    font-weight: 800;
    color: var(--ti-ink);
}

.ti-cover-lane p {
    margin: 0;
    font-size: 12px;
    color: var(--ti-muted);
    line-height: 1.35;
}

.ti-cover-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.ti-cover-tag {
    display: inline-flex;
    align-items: flex-start;
    gap: .4rem;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    border-radius: 10px;
    padding: .42rem .62rem;
    max-width: 100%;
}

.ti-cover-tag i {
    margin-top: .1rem;
    font-size: 10px;
    flex: 0 0 auto;
}

.ti-cover-tag--mint {
    background: #fff;
    color: #065f46;
    border: 1px solid #6ee7b7;
}

.ti-cover-tag--mint i { color: var(--ti-teal); }

.ti-cover-tag--sky {
    background: #fff;
    color: #1e40af;
    border: 1px solid #93c5fd;
}

.ti-cover-tag--sky i { color: var(--ti-blue); }

.ti-cover-actions {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-top: 1.1rem;
    padding-top: 1rem;
    border-top: 1px dashed #cfe0f5;
}

.ti-cover-benefits {
    flex: 1 1 auto;
    min-height: 48px;
    border: 1.5px solid #c4b5fd;
    background: linear-gradient(180deg, #faf5ff 0%, #fff 100%);
    color: #6d28d9;
    border-radius: 14px;
    padding: .55rem 1rem;
    font-size: 14px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
}

.ti-cover-benefits:hover {
    background: var(--ti-lavender);
    border-color: #a78bfa;
}

.ti-cover-benefits-num {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: var(--ti-violet);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    flex: 0 0 auto;
}

.ti-cover-benefits i:last-child {
    margin-left: auto;
    font-size: 12px;
    opacity: .7;
}

.ti-cover-select {
    flex: 0 0 auto;
    min-width: 170px;
    min-height: 48px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--ti-orange) 0%, #f97316 55%, #fb923c 100%) !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    padding: .65rem 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    box-shadow: 0 10px 24px rgba(239, 90, 44, .32);
}

.ti-cover-select:hover {
    color: #fff !important;
    transform: translateY(-1px);
}

.ti-cover-select.is-selected {
    opacity: .85;
    box-shadow: none;
}

.ti-cover-note {
    margin: .75rem 0 0;
    font-size: 11px;
    color: #94a3b8;
    line-height: 1.45;
}

.ti-bnf-drawer[hidden] {
    display: none !important;
}

.ti-bnf-drawer {
    position: fixed;
    inset: 0;
    z-index: 1060;
}

.ti-bnf-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11, 44, 95, .45);
    backdrop-filter: blur(2px);
}

.ti-bnf-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(520px, 100%);
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: -16px 0 48px rgba(11, 44, 95, .18);
    animation: ti-bnf-slide .24s ease;
}

@keyframes ti-bnf-slide {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}

.ti-bnf-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .7rem 1rem;
    margin: 0 !important;
    background: linear-gradient(90deg, #eff6ff 0%, #dbeafe 55%, #bfdbfe 100%);
    color: var(--ti-ink);
    border-bottom: 1px solid #dbe7f5;
    box-shadow: none !important;
    position: relative;
    z-index: 1;
}

.ti-bnf-panel-head > div {
    padding: 0 !important;
}

.ti-bnf-tier-titanium .ti-bnf-panel-head {
    background: linear-gradient(90deg, #eef2ff 0%, #c7d2fe 50%, #818cf8 100%);
    color: #1e1b4b;
}

.ti-bnf-tier-gold .ti-bnf-panel-head,
.ti-bnf-tier-gold-plus .ti-bnf-panel-head {
    background: linear-gradient(90deg, #fffbeb 0%, #fde68a 50%, #f59e0b 100%);
    color: #451a03;
}

.ti-bnf-tier-platinum .ti-bnf-panel-head {
    background: linear-gradient(90deg, #f8fafc 0%, #e2e8f0 50%, #94a3b8 100%);
    color: #0f172a;
}

.ti-bnf-tier-silver .ti-bnf-panel-head,
.ti-bnf-tier-silver-plus .ti-bnf-panel-head {
    background: linear-gradient(90deg, #f0f9ff 0%, #bae6fd 50%, #38bdf8 100%);
    color: #0c4a6e;
}

.ti-bnf-kicker {
    margin: 0 0 .1rem;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    opacity: .75;
    line-height: 1.2;
}

.ti-bnf-tier-titanium .ti-bnf-kicker,
.ti-bnf-tier-gold .ti-bnf-kicker,
.ti-bnf-tier-gold-plus .ti-bnf-kicker,
.ti-bnf-tier-platinum .ti-bnf-kicker,
.ti-bnf-tier-silver .ti-bnf-kicker,
.ti-bnf-tier-silver-plus .ti-bnf-kicker {
    opacity: .7;
}

.ti-bnf-panel-head h2 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: inherit;
    line-height: 1.2;
}

.ti-bnf-close {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, .75);
    color: var(--ti-muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, .8);
    box-shadow: 0 2px 6px rgba(11, 44, 95, .08);
}

.ti-bnf-close:hover {
    background: #fff;
    color: var(--ti-orange);
}

.ti-bnf-panel-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: .85rem 1rem 1rem;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 120px);
}

.ti-bnf-tabs {
    display: flex;
    gap: .4rem;
    margin-bottom: .75rem;
    overflow-x: auto;
    padding-bottom: .1rem;
}

.ti-bnf-tab {
    border: 1px solid #dbe7f5;
    background: #fff;
    color: var(--ti-muted);
    border-radius: 999px;
    padding: .38rem .7rem;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    cursor: pointer;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.ti-bnf-tab i {
    font-size: 11px;
}

.ti-bnf-tab.is-active[data-tone="assist"] {
    background: #ecfdf5;
    border-color: #6ee7b7;
    color: #047857;
}

.ti-bnf-tab.is-active[data-tone="insure"] {
    background: var(--ti-sky);
    border-color: #93c5fd;
    color: var(--ti-blue);
}

.ti-bnf-tab.is-active[data-tone="other"] {
    background: var(--ti-peach);
    border-color: #fdba74;
    color: #c2410c;
}

.ti-bnf-panels {
    display: block;
}

.ti-bnf-panel-section {
    display: none;
}

.ti-bnf-panel-section.is-active {
    display: block;
}

.ti-bnf-acc {
    border: 1px solid #dbe7f5;
    border-radius: 14px;
    background: #fff;
    margin-bottom: .65rem;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(11, 44, 95, .04);
}

.ti-bnf-acc > summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .7rem .85rem;
    font-size: 13px;
    font-weight: 800;
    color: var(--ti-ink);
    background: #fff;
}

.ti-bnf-acc-label {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    min-width: 0;
}

.ti-bnf-cat-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    font-size: 13px;
    flex: 0 0 auto;
}

.ti-bnf-cat-icon--mint { background: #ecfdf5; color: #059669; }
.ti-bnf-cat-icon--sky { background: #eff6ff; color: #2563eb; }
.ti-bnf-cat-icon--violet { background: #f5f3ff; color: #7c3aed; }
.ti-bnf-cat-icon--rose { background: #fff1f2; color: #e11d48; }
.ti-bnf-cat-icon--amber { background: #fffbeb; color: #d97706; }
.ti-bnf-cat-icon--peach { background: #fff7ed; color: #ea580c; }

.ti-bnf-acc--mint > summary { border-left: 3px solid #34d399; }
.ti-bnf-acc--sky > summary { border-left: 3px solid #60a5fa; }
.ti-bnf-acc--violet > summary { border-left: 3px solid #a78bfa; }
.ti-bnf-acc--rose > summary { border-left: 3px solid #fb7185; }
.ti-bnf-acc--amber > summary { border-left: 3px solid #fbbf24; }
.ti-bnf-acc--peach > summary { border-left: 3px solid #fb923c; }

.ti-bnf-acc > summary::-webkit-details-marker {
    display: none;
}

.ti-bnf-acc > summary::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 11px;
    color: var(--ti-blue);
    transition: transform .15s ease;
}

.ti-bnf-acc[open] > summary::after {
    transform: rotate(180deg);
}

.ti-bnf-acc-count {
    font-size: 11px;
    font-weight: 700;
    color: var(--ti-blue);
    background: var(--ti-sky);
    border-radius: 999px;
    padding: .18rem .5rem;
}

.ti-bnf-acc-body {
    border-top: 1px solid #eef2f6;
    padding: .55rem .75rem .75rem;
}

.ti-bnf-row {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    padding: .65rem .7rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e8f0fa;
    margin-bottom: .45rem;
}

.ti-bnf-row-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 14px;
    flex: 0 0 auto;
}

.ti-bnf-row-icon--mint { background: #ecfdf5; color: #059669; }
.ti-bnf-row-icon--sky { background: #eff6ff; color: #2563eb; }
.ti-bnf-row-icon--violet { background: #f5f3ff; color: #7c3aed; }
.ti-bnf-row-icon--rose { background: #fff1f2; color: #e11d48; }
.ti-bnf-row-icon--amber { background: #fffbeb; color: #d97706; }
.ti-bnf-row-icon--peach { background: #fff7ed; color: #ea580c; }

.ti-bnf-row-body {
    flex: 1 1 auto;
    min-width: 0;
}

.ti-bnf-row--mint { background: linear-gradient(90deg, #ecfdf5 0%, #fff 40%); border-color: #bbf7d0; }
.ti-bnf-row--sky { background: linear-gradient(90deg, #eff6ff 0%, #fff 40%); border-color: #bfdbfe; }
.ti-bnf-row--violet { background: linear-gradient(90deg, #f5f3ff 0%, #fff 40%); border-color: #ddd6fe; }
.ti-bnf-row--rose { background: linear-gradient(90deg, #fff1f2 0%, #fff 40%); border-color: #fecdd3; }
.ti-bnf-row--amber { background: linear-gradient(90deg, #fffbeb 0%, #fff 40%); border-color: #fde68a; }
.ti-bnf-row--peach { background: linear-gradient(90deg, #fff7ed 0%, #fff 40%); border-color: #fed7aa; }

.ti-bnf-row:last-child {
    margin-bottom: 0;
}

.ti-bnf-row-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .65rem;
}

.ti-bnf-row-name {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: var(--ti-ink);
    line-height: 1.35;
}

.ti-bnf-row-sum {
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 800;
    color: var(--ti-blue);
    background: #fff;
    border: 1px solid #cfe0f5;
    border-radius: 999px;
    padding: .2rem .5rem;
    white-space: nowrap;
}

.ti-bnf-row-desc {
    margin: .35rem 0 0;
    font-size: 12px;
    color: var(--ti-muted);
    line-height: 1.45;
}

.ti-bnf-empty {
    margin: 0;
    font-size: 13px;
    color: var(--ti-muted);
}

.ti-bnf-panel-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .85rem;
    padding: .85rem 1.1rem;
    margin: 0 !important;
    border-top: 1px solid #dbe7f5;
    background: #fff !important;
    box-shadow: 0 -6px 20px rgba(11, 44, 95, .06);
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
}

.ti-bnf-foot-price {
    min-width: 0;
    flex: 1 1 auto;
    color: var(--ti-ink);
}

.ti-bnf-foot-price strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--ti-ink) !important;
    line-height: 1.15;
}

.ti-bnf-foot-price span {
    display: block;
    margin-top: .2rem;
    font-size: 11px;
    color: var(--ti-muted) !important;
    font-weight: 600;
    line-height: 1.3;
}

.ti-bnf-foot-select {
    min-height: 46px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #ef5a2c 0%, #f97316 100%) !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    padding: .6rem 1.15rem;
    white-space: nowrap;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    box-shadow: 0 8px 18px rgba(239, 90, 44, .28);
}

.ti-bnf-foot-select:hover {
    color: #fff !important;
    opacity: .95;
}

.ti-bnf-foot-select i {
    font-size: 12px;
}

@media (max-width: 991px) {
    .ti-cover-hero {
        grid-template-columns: minmax(0, 1fr) auto;
        padding: .5rem .75rem;
    }

    .ti-cover-hero-start {
        grid-column: 1 / 2;
    }

    .ti-cover-hero-mid {
        grid-column: 1 / 2;
        justify-self: start;
    }

    .ti-cover-hero-end {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
        align-self: center;
        flex-wrap: wrap;
        justify-content: flex-end;
        max-width: 100%;
    }

    .ti-cover-lanes {
        grid-template-columns: 1fr;
    }

    .ti-cover-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ti-cover-select {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .ti-journey-strip {
        flex-wrap: wrap;
    }

    .ti-journey-modify {
        width: 100%;
        justify-content: center;
    }

    .ti-results-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .ti-bnf-panel {
        width: 100%;
    }

    .ti-bnf-panel-foot {
        flex-direction: column;
        align-items: stretch;
    }

    .ti-bnf-foot-select {
        width: 100%;
    }
}

.ti-travellers-page {
    --td-ink: #1a2332;
    --td-muted: #667085;
    --td-line: #e8edf3;
    --td-soft: #f4f6f9;
    --td-panel: #ffffff;
    --td-accent: #ef5a2c;
    --td-accent-deep: #d94a1f;
    --td-peach: #fff5ef;
    min-height: 60vh;
    background: var(--td-soft);
    color: var(--td-ink);
}

.ti-td-shell {
    padding-top: 1.5rem;
    padding-bottom: 2.75rem;
}

.ti-td-top {
    display: flex;
    align-items: center;
    gap: .85rem 1rem;
    margin-bottom: 1.15rem;
    padding: .85rem 1rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8edf3;
    box-shadow: none;
}

.ti-td-crumb {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    margin: 0;
    border-radius: 10px;
    background: #f4f6f9;
    border: 1px solid #e4e7ec;
    color: var(--td-ink);
    font-size: 13px;
    text-decoration: none;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.ti-td-crumb:hover {
    background: #fff4ed;
    border-color: #fdba8c;
    color: var(--td-accent);
}

.ti-td-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem 1.1rem;
    flex-wrap: wrap;
    flex: 1 1 auto;
    min-width: 0;
}

.ti-td-top-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.ti-td-top-copy h1 {
    margin: 0 0 .15rem;
    font-size: clamp(1.2rem, 1.8vw, 1.45rem);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.15;
    color: var(--td-ink);
}

.ti-td-top-copy p {
    margin: 0;
    font-size: 12px;
    line-height: 1.35;
    color: var(--td-muted);
}

.ti-td-top-copy strong { color: var(--td-ink); }

.ti-td-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: .35rem;
    flex: 0 1 auto;
}

.ti-td-meta span {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    padding: .28rem .55rem;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    color: #475467;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.ti-td-meta span i {
    font-size: 9px;
    color: var(--td-accent);
    opacity: .9;
}

.ti-td-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
    gap: 1.25rem;
    align-items: start;
}

.ti-td-card {
    margin-bottom: 1rem;
    padding: 1.1rem 1.15rem 1.2rem;
    border-radius: 16px;
    background: var(--td-panel);
}

.ti-td-card-head {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
    padding-bottom: .85rem;
    border-bottom: 1px solid var(--td-line);
}

.ti-td-card-toggle {
    flex: 1;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: 0;
    text-align: left;
    color: var(--td-ink);
}

.ti-td-num {
    width: 2rem;
    height: 2rem;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: var(--td-accent);
}

.ti-td-card-title {
    flex: 1;
    font-size: 1rem;
    font-weight: 800;
}

.ti-td-card-title em {
    margin-left: .3rem;
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    color: var(--td-muted);
}

.ti-td-card-toggle > i {
    color: #98a2b3;
    font-size: 12px;
    transition: transform .18s ease;
}

.ti-td-card.is-collapsed .ti-td-card-toggle > i { transform: rotate(-90deg); }
.ti-td-card.is-collapsed .ti-td-card-body { display: none; }

.ti-td-remove {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 9px;
    background: var(--td-soft);
    color: #98a2b3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ti-td-remove:hover {
    color: #d92d20;
    background: #fef3f2;
}

.ti-td-section { margin-bottom: 1.05rem; }
.ti-td-section:last-of-type { margin-bottom: 0; }

.ti-td-section h3 {
    margin: 0 0 .65rem;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #98a2b3;
}

.ti-td-dob {
    cursor: pointer;
}

.air-datepicker {
    z-index: 10050 !important;
}

.ti-td-upload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.05rem;
    padding: .85rem 1rem;
    border-radius: 12px;
    background: var(--td-peach);
}

.ti-td-upload.is-reading {
    opacity: .9;
}

.ti-td-upload.is-reading .ti-td-upload-btn {
    pointer-events: none;
    opacity: .75;
}

.ti-td-upload-copy {
    display: flex;
    flex-direction: column;
    gap: .12rem;
    min-width: 0;
}

.ti-td-upload-copy strong {
    font-size: 13px;
    font-weight: 700;
    color: var(--td-ink);
}

.ti-td-upload-copy span {
    font-size: 12px;
    color: var(--td-muted);
}

.ti-td-upload-name {
    font-size: 12px;
    color: var(--td-accent-deep);
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ti-td-upload-name.is-error { color: #d92d20; }

.ti-td-upload-btn {
    flex: 0 0 auto;
    margin: 0;
    padding: .55rem 1rem;
    border: 0;
    border-radius: 9px;
    background: var(--td-ink);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.ti-td-upload-btn [data-ti-upload-label] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.ti-td-upload-btn .spinner-border {
    width: .85rem;
    height: .85rem;
    border-width: .15em;
    color: #fff;
}

.ti-td-upload-btn:hover { background: var(--td-accent); }

.ti-td-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem .95rem;
}

.ti-td-field label {
    display: block;
    margin-bottom: .3rem;
    font-size: 12px;
    font-weight: 700;
    color: #475467;
}

.ti-td-field input[type="text"],
.ti-td-field input[type="email"],
.ti-td-field input[type="tel"],
.ti-td-field select {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 10px;
    padding: 0 .85rem;
    font-size: 13px;
    color: var(--td-ink);
    background: var(--td-soft);
}

.ti-td-field input:focus,
.ti-td-field select:focus {
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(239, 90, 44, .28);
}

.ti-td-field.has-error input,
.ti-td-field.has-error select,
.ti-td-field.has-error .ti-td-mobile,
.ti-td-field.has-error .ti-td-gender {
    box-shadow: 0 0 0 2px rgba(217, 45, 32, .3);
}

.ti-td-error {
    display: block;
    margin-top: .25rem;
    font-size: 11px;
    color: #d92d20;
}

.ti-td-gender {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 44px;
    padding: 0 .85rem;
    border-radius: 10px;
    background: var(--td-soft);
}

.ti-td-gender label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: 13px;
    font-weight: 600;
    color: var(--td-ink);
    cursor: pointer;
}

.ti-td-mobile {
    display: flex;
    align-items: stretch;
    border-radius: 10px;
    overflow: hidden;
    background: var(--td-soft);
}

.ti-td-mobile span {
    display: inline-flex;
    align-items: center;
    padding: 0 .75rem;
    background: #ebeff5;
    font-size: 13px;
    font-weight: 700;
    color: #475467;
}

.ti-td-mobile input {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.ti-td-copy-check,
.ti-td-terms {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    margin-top: 1rem;
    font-size: 13px;
    color: #344054;
    cursor: pointer;
}

.ti-td-copy-check input,
.ti-td-terms input {
    margin-top: .15rem;
    accent-color: var(--td-accent);
}

.ti-td-terms-block {
    margin: 1rem 0 .4rem;
    padding: .95rem 1.05rem;
    border-radius: 14px;
    background: var(--td-panel);
}

.ti-td-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .85rem;
    margin-top: 1.15rem;
}

.ti-td-back {
    display: inline-flex;
    align-items: center;
    height: 46px;
    padding: 0 1rem;
    border-radius: 10px;
    background: #fff;
    color: #475467;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.ti-td-back:hover { color: var(--td-accent); }

.ti-td-pay {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 1.3rem;
    border: 0;
    border-radius: 10px;
    background: var(--td-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.ti-td-pay:hover { background: var(--td-accent-deep); }

.ti-td-pay:disabled,
.ti-td-pay.is-loading {
    opacity: .92;
    cursor: wait;
    pointer-events: none;
}

.ti-td-pay-spinner {
    display: none;
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .35);
    border-top-color: #fff;
    animation: ti-pay-spin .7s linear infinite;
}

.ti-td-pay.is-loading .ti-td-pay-spinner {
    display: inline-block;
}

.ti-td-side { position: sticky; top: 20px; }

.ti-td-summary {
    overflow: hidden;
    border-radius: 16px;
    background: var(--td-panel);
}

.ti-td-summary-head {
    padding: 1.05rem 1.1rem;
    background: linear-gradient(135deg, #fff5ef 0%, #ffe8d9 100%);
}

.ti-td-summary-head > span {
    display: inline-block;
    margin-bottom: .3rem;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--td-accent);
}

.ti-td-summary-head h2 {
    margin: 0 0 .25rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--td-ink);
}

.ti-td-summary-head p {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: var(--td-muted);
}

.ti-td-instant {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: .85rem 1.1rem 0;
    padding: .65rem .8rem;
    border-radius: 12px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(239, 90, 44, .12);
}

.ti-td-instant i {
    color: #ef5a2c;
}

.ti-td-instant strong {
    font-weight: 800;
    color: #c2410c;
}

.ti-td-summary-meta {
    display: grid;
    gap: .7rem;
    margin: 0;
    padding: 1rem 1.1rem;
}

.ti-td-summary-meta > div { margin: 0; }

.ti-td-summary-meta dt {
    margin: 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #98a2b3;
}

.ti-td-summary-meta dd {
    margin: .18rem 0 0;
    font-size: 13px;
    font-weight: 700;
    color: var(--td-ink);
    line-height: 1.35;
}

.ti-td-fare {
    padding: 0 1.1rem 1.15rem;
}

.ti-td-fare-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .45rem;
    font-size: 13px;
    color: var(--td-muted);
}

.ti-td-fare-row span:last-child {
    color: var(--td-ink);
    font-weight: 700;
}

.ti-td-fare-instant {
    color: #b45309;
}

.ti-td-fare-instant span:last-child {
    color: #c2410c;
    font-weight: 800;
}

.ti-td-fare-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-top: .7rem;
    padding-top: .75rem;
    border-top: 1px solid var(--td-line);
}

.ti-td-fare-total span {
    font-size: 13px;
    font-weight: 800;
    color: var(--td-ink);
}

.ti-td-fare-total-vals {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .15rem;
}

.ti-td-fare-total-vals del {
    font-size: 12px;
    font-weight: 600;
    color: #98a2b3;
}

.ti-td-fare-total strong {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--td-accent);
    letter-spacing: -.02em;
}

@media (max-width: 991px) {
    .ti-td-layout { grid-template-columns: 1fr; }
    .ti-td-side { position: static; order: -1; }
    .ti-td-top {
        align-items: flex-start;
        padding: .75rem .85rem;
    }
    .ti-td-top-row {
        align-items: flex-start;
        flex-direction: column;
    }
    .ti-td-meta { justify-content: flex-start; }
}

@media (max-width: 767px) {
    .ti-td-grid { grid-template-columns: 1fr; }
    .ti-td-upload { flex-wrap: wrap; }
    .ti-td-upload-btn { width: 100%; text-align: center; }
    .ti-td-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .ti-td-back,
    .ti-td-pay {
        justify-content: center;
        width: 100%;
    }
}

.ti-checkout-page {
    --co-ink: #1a2332;
    --co-muted: #667085;
    --co-line: #e8edf3;
    --co-soft: #f4f6f9;
    --co-panel: #fff;
    --co-accent: #ef5a2c;
    --co-blue: #1a6fd8;
    min-height: 60vh;
    background: var(--co-soft);
    color: var(--co-ink);
    padding-bottom: 2.5rem;
}

.ti-co-shell {
    padding-top: 1.5rem;
}

.ti-co-steps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .35rem .55rem;
    margin: 0 0 1.15rem;
    font-size: 12px;
    font-weight: 700;
    color: #98a2b3;
}

.ti-co-steps .is-done { color: #12b76a; }
.ti-co-steps .is-active { color: var(--co-accent); }
.ti-co-steps i { font-size: 9px; opacity: .55; }

.ti-co-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    gap: 1.25rem;
    align-items: start;
}

.ti-co-plan {
    margin-bottom: 1rem;
    border-radius: 16px;
    overflow: hidden;
    background: var(--co-panel);
    border: 1px solid var(--co-line);
}

.ti-co-plan-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.05rem 1.15rem;
    background: linear-gradient(105deg, #eff6ff 0%, #dbeafe 55%, #bfdbfe 100%);
}

.ti-co-plan-top em {
    display: block;
    margin-bottom: .2rem;
    font-size: 10px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #64748b;
}

.ti-co-plan-top h2 {
    margin: 0 0 .25rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0b2c5f;
}

.ti-co-plan-top p {
    margin: 0;
    font-size: 13px;
    color: #475467;
}

.ti-co-plan-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    padding: .95rem 1.15rem 1.05rem;
}

.ti-co-plan-meta span {
    display: block;
    margin-bottom: .2rem;
    font-size: 11px;
    font-weight: 600;
    color: var(--co-muted);
}

.ti-co-plan-meta strong {
    font-size: 13px;
    font-weight: 700;
    color: var(--co-ink);
}

.ti-co-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .75rem;
}

.ti-co-section-head h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.ti-co-edit {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .35rem .7rem;
    border-radius: 999px;
    background: #fff4ed;
    border: 1px solid #fed7aa;
    color: var(--co-accent);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.ti-co-edit:hover {
    background: #ffedd5;
    color: #c2410c;
}

.ti-co-edit--ghost {
    background: #f8fafc;
    border-color: var(--co-line);
    color: var(--co-muted);
}

.ti-co-edit--ghost:hover {
    background: #fff4ed;
    border-color: #fed7aa;
    color: var(--co-accent);
}

.ti-co-pax {
    margin-bottom: .85rem;
    padding: 1rem 1.1rem;
    border-radius: 14px;
    background: var(--co-panel);
    border: 1px solid var(--co-line);
}

.ti-co-pax-head {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: .85rem;
    padding-bottom: .75rem;
    border-bottom: 1px dashed var(--co-line);
}

.ti-co-pax-num {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: var(--co-accent);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    flex: 0 0 auto;
}

.ti-co-pax-head h4 {
    margin: 0 0 .1rem;
    font-size: 15px;
    font-weight: 800;
}

.ti-co-pax-head p {
    margin: 0;
    font-size: 12px;
    color: var(--co-muted);
}

.ti-co-pax-head .ti-co-edit {
    margin-left: auto;
}

.ti-co-pax-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem .9rem;
}

.ti-co-pax-grid span {
    display: block;
    margin-bottom: .15rem;
    font-size: 11px;
    font-weight: 600;
    color: var(--co-muted);
}

.ti-co-pax-grid strong {
    font-size: 13px;
    font-weight: 700;
    word-break: break-word;
}

.ti-co-note {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    margin-top: .35rem;
    padding: .75rem .9rem;
    border-radius: 12px;
    background: #eff8ff;
    border: 1px solid #b2ddff;
    color: #175cd3;
    font-size: 13px;
}

.ti-co-note i { margin-top: .15rem; }
.ti-co-note p { margin: 0; }

.ti-co-side { position: sticky; top: 88px; }

.ti-co-fare {
    padding: 1.1rem 1.15rem 1.2rem;
    border-radius: 16px;
    background: var(--co-panel);
    border: 1px solid var(--co-line);
}

.ti-co-fare-head span {
    display: block;
    margin-bottom: .2rem;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--co-accent);
}

.ti-co-fare-head h3 {
    margin: 0 0 .85rem;
    font-size: 1.15rem;
    font-weight: 800;
}

.ti-co-instant {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin-bottom: .85rem;
    padding: .55rem .7rem;
    border-radius: 10px;
    background: #fff7ed;
    border: 1px solid #ffedd5;
    color: #9a3412;
    font-size: 12px;
    font-weight: 600;
}

.ti-co-instant i { color: var(--co-accent); }
.ti-co-instant strong { color: #c2410c; }

.ti-co-fare-rows {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    margin-bottom: .85rem;
    padding-bottom: .85rem;
    border-bottom: 1px dashed var(--co-line);
}

.ti-co-fare-rows > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    font-size: 13px;
}

.ti-co-fare-rows span { color: var(--co-muted); }
.ti-co-fare-rows strong { font-weight: 700; }
.ti-co-fare-disc span,
.ti-co-fare-disc strong { color: #c2410c; }

.ti-co-fare-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: 1rem;
}

.ti-co-fare-total > span {
    font-size: 14px;
    font-weight: 700;
}

.ti-co-fare-total > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .1rem;
}

.ti-co-fare-total del {
    font-size: 12px;
    color: #98a2b3;
}

.ti-co-fare-total strong {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--co-accent);
}

.ti-co-pay {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(90deg, #ef5a2c 0%, #ff7a45 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}

.ti-co-pay:hover {
    filter: brightness(.97);
    color: #fff;
    text-decoration: none;
}

.ti-co-pay.is-loading,
.ti-co-pay[aria-disabled="true"] {
    opacity: .78;
    cursor: wait;
    pointer-events: none;
    filter: none;
}

.ti-co-pay-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .35);
    border-top-color: #fff;
    animation: tiCoPaySpin .7s linear infinite;
    flex-shrink: 0;
}

.ti-co-pay.is-loading .ti-co-pay-spinner {
    display: inline-block;
}

@keyframes tiCoPaySpin {
    to { transform: rotate(360deg); }
}

.ti-co-back {
    display: block;
    margin-top: .7rem;
    text-align: center;
    color: var(--co-muted);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.ti-co-back:hover { color: var(--co-accent); }

@media (max-width: 991px) {
    .ti-co-layout { grid-template-columns: 1fr; }
    .ti-co-side { position: static; order: -1; }
    .ti-co-plan-meta,
    .ti-co-pax-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 575px) {
    .ti-co-plan-meta,
    .ti-co-pax-grid { grid-template-columns: 1fr; }
}

/* ——— Payment method selection ——— */
.ti-pay-page {
    --co-ink: #1a2332;
    --co-muted: #667085;
    --co-line: #e8edf3;
    --co-soft: #f4f6f9;
    --co-panel: #fff;
    --co-accent: #ef5a2c;
    min-height: 60vh;
    background:
        radial-gradient(1200px 420px at 8% -10%, rgba(239, 90, 44, .12), transparent 60%),
        radial-gradient(900px 380px at 95% 0%, rgba(26, 111, 216, .12), transparent 55%),
        var(--co-soft);
    color: var(--co-ink);
    padding-bottom: 2.5rem;
}

.ti-pay-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    gap: 1.25rem;
    align-items: start;
}

.ti-pay-hero {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.1rem;
    padding: 1.1rem 1.2rem;
    border-radius: 18px;
    background: linear-gradient(120deg, #fff 0%, #fff7ed 45%, #eff6ff 100%);
    border: 1px solid var(--co-line);
    box-shadow: 0 10px 30px rgba(26, 35, 50, .04);
}

.ti-pay-hero-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: #fff;
    background: linear-gradient(145deg, #ef5a2c, #f59e0b);
    box-shadow: 0 10px 20px rgba(239, 90, 44, .28);
    font-size: 1.15rem;
}

.ti-pay-hero em {
    display: block;
    margin-bottom: .2rem;
    font-size: 10px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #9a3412;
}

.ti-pay-hero h2 {
    margin: 0 0 .25rem;
    font-size: 1.25rem;
    font-weight: 800;
}

.ti-pay-hero p {
    margin: 0;
    color: var(--co-muted);
    font-size: 13px;
    line-height: 1.45;
}

.ti-pay-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
}

.ti-pay-card {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: .75rem;
    align-items: center;
    margin: 0;
    padding: 1rem 1rem .95rem;
    border-radius: 18px;
    border: 2px solid transparent;
    background: #fff;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    box-shadow: 0 8px 22px rgba(26, 35, 50, .05);
    overflow: hidden;
}

.ti-pay-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ti-pay-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(26, 35, 50, .08);
}

.ti-pay-card.is-selected {
    border-color: currentColor;
    box-shadow: 0 16px 32px rgba(26, 35, 50, .1);
}

.ti-pay-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.15rem;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
}

.ti-pay-card-body {
    display: flex;
    flex-direction: column;
    gap: .12rem;
    min-width: 0;
}

.ti-pay-card-title {
    font-size: 15px;
    font-weight: 800;
    color: var(--co-ink);
}

.ti-pay-card-sub {
    font-size: 11px;
    color: var(--co-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ti-pay-card-rate {
    margin-top: .15rem;
    font-size: 11px;
    font-weight: 700;
    opacity: .85;
}

.ti-pay-card-fee {
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.ti-pay-card-check {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 10px;
    color: #fff;
    background: #12b76a;
    opacity: 0;
    transform: scale(.7);
    transition: .18s ease;
}

.ti-pay-card.is-selected .ti-pay-card-check {
    opacity: 1;
    transform: scale(1);
}

.ti-pay-upi { color: #7c3aed; }
.ti-pay-upi .ti-pay-card-icon { background: linear-gradient(145deg, #8b5cf6, #6366f1); }
.ti-pay-upi .ti-pay-card-rate,
.ti-pay-upi .ti-pay-card-fee { color: #6d28d9; }
.ti-pay-upi.is-selected { background: linear-gradient(180deg, #f5f3ff, #fff); }

.ti-pay-cc { color: #db2777; }
.ti-pay-cc .ti-pay-card-icon { background: linear-gradient(145deg, #ec4899, #f43f5e); }
.ti-pay-cc .ti-pay-card-rate,
.ti-pay-cc .ti-pay-card-fee { color: #be185d; }
.ti-pay-cc.is-selected { background: linear-gradient(180deg, #fdf2f8, #fff); }

.ti-pay-dc { color: #0284c7; }
.ti-pay-dc .ti-pay-card-icon { background: linear-gradient(145deg, #0ea5e9, #2563eb); }
.ti-pay-dc .ti-pay-card-rate,
.ti-pay-dc .ti-pay-card-fee { color: #0369a1; }
.ti-pay-dc.is-selected { background: linear-gradient(180deg, #f0f9ff, #fff); }

.ti-pay-nb { color: #0f766e; }
.ti-pay-nb .ti-pay-card-icon { background: linear-gradient(145deg, #14b8a6, #0d9488); }
.ti-pay-nb .ti-pay-card-rate,
.ti-pay-nb .ti-pay-card-fee { color: #0f766e; }
.ti-pay-nb.is-selected { background: linear-gradient(180deg, #f0fdfa, #fff); }

.ti-pay-mw { color: #c2410c; }
.ti-pay-mw .ti-pay-card-icon { background: linear-gradient(145deg, #f97316, #ef4444); }
.ti-pay-mw .ti-pay-card-rate,
.ti-pay-mw .ti-pay-card-fee { color: #c2410c; }
.ti-pay-mw.is-selected { background: linear-gradient(180deg, #fff7ed, #fff); }

.ti-pay-trust {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem .9rem;
    margin-top: 1rem;
    color: var(--co-muted);
    font-size: 12px;
    font-weight: 600;
}

.ti-pay-trust span {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.ti-pay-trust i { color: #12b76a; }

.ti-pay-empty {
    grid-column: 1 / -1;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: 16px;
    background: #fff;
    border: 1px dashed var(--co-line);
    color: var(--co-muted);
}

.ti-pay-empty i {
    font-size: 1.4rem;
    color: #f59e0b;
    margin-bottom: .4rem;
}

.ti-pay-summary {
    position: sticky;
    top: 1rem;
    padding: 1.15rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--co-line);
    box-shadow: 0 14px 34px rgba(26, 35, 50, .06);
}

.ti-pay-summary-head span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #98a2b3;
}

.ti-pay-summary-head h3 {
    margin: .2rem 0 0;
    font-size: 1.05rem;
    font-weight: 800;
}

.ti-pay-summary-rows {
    margin: 1rem 0 .35rem;
    display: grid;
    gap: .55rem;
}

.ti-pay-summary-rows > div {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    font-size: 13px;
}

.ti-pay-summary-rows span { color: var(--co-muted); }
.ti-pay-summary-rows strong { font-weight: 700; }

.ti-pay-summary-rate {
    justify-content: flex-start !important;
    padding: .45rem .65rem;
    border-radius: 10px;
    background: #f8fafc;
    font-size: 12px !important;
    font-weight: 700;
    color: #475467;
}

.ti-pay-summary-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: .75rem;
    margin: .9rem 0 1rem;
    padding-top: .85rem;
    border-top: 1px dashed var(--co-line);
}

.ti-pay-summary-total > span {
    font-size: 13px;
    font-weight: 700;
    color: var(--co-muted);
}

.ti-pay-summary-total strong {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--co-accent);
}

.ti-pay-cta {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(90deg, #1a6fd8 0%, #0ea5e9 55%, #14b8a6 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(26, 111, 216, .28);
}

.ti-pay-cta em {
    font-style: normal;
    font-weight: 800;
}

.ti-pay-cta:hover { filter: brightness(1.03); }
.ti-pay-cta:disabled {
    opacity: .55;
    cursor: not-allowed;
    box-shadow: none;
}

.ti-pay-toast {
    display: flex;
    gap: .7rem;
    align-items: flex-start;
    margin-top: .95rem;
    padding: .85rem .9rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #ecfdf3, #f0fdf4);
    border: 1px solid #abefc6;
    color: #166534;
}

.ti-pay-toast[hidden] { display: none !important; }

.ti-pay-toast i {
    margin-top: .15rem;
    color: #12b76a;
    font-size: 1.1rem;
}

.ti-pay-toast strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
}

.ti-pay-toast p {
    margin: .15rem 0 0;
    font-size: 12px;
    line-height: 1.4;
    color: #3f6212;
}

.ti-pay-toast.is-pop {
    animation: tiPayPop .35s ease;
}

@keyframes tiPayPop {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.ti-pay-alert {
    display: flex;
    gap: .7rem;
    align-items: flex-start;
    margin: 0 0 1rem;
    padding: .9rem 1rem;
    border-radius: 14px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    color: #9a3412;
}

.ti-pay-alert i { margin-top: .15rem; color: #ea580c; }
.ti-pay-alert p { margin: 0; font-size: 13px; font-weight: 600; line-height: 1.4; }

.ti-pay-cta.is-loading {
    opacity: .8;
    cursor: wait;
}

.ti-pay-cta-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.35);
    border-top-color: #fff;
    animation: tiCoPaySpin .7s linear infinite;
    margin-left: .45rem;
}

.ti-pay-cta.is-loading .ti-pay-cta-spinner { display: inline-block; }
.ti-pay-cta.is-loading .ti-pay-cta-label { opacity: .92; }

.ti-pay-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Confirmation */
.ti-confirm-page {
    --co-ink: #1a2332;
    --co-muted: #667085;
    --co-line: #e8edf3;
    --co-soft: #f4f6f9;
    --co-accent: #ef5a2c;
    min-height: 60vh;
    background:
        radial-gradient(900px 360px at 10% -20%, rgba(18, 183, 106, .16), transparent 55%),
        radial-gradient(800px 320px at 95% 0%, rgba(26, 111, 216, .12), transparent 50%),
        var(--co-soft);
    color: var(--co-ink);
    padding-bottom: 2.5rem;
}

.ti-confirm-hero {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.2rem;
    padding: 1.2rem 1.25rem;
    border-radius: 20px;
    background: linear-gradient(120deg, #ecfdf3 0%, #fff 45%, #eff6ff 100%);
    border: 1px solid #bbf7d0;
    box-shadow: 0 12px 30px rgba(18, 183, 106, .08);
}

.ti-confirm-badge {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, #12b76a, #0ea5e9);
    box-shadow: 0 12px 24px rgba(18, 183, 106, .28);
    font-size: 1.35rem;
    flex-shrink: 0;
}

.ti-confirm-hero em {
    display: block;
    margin-bottom: .2rem;
    font-size: 11px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #067647;
}

.ti-confirm-hero h1 {
    margin: 0 0 .3rem;
    font-size: 1.45rem;
    font-weight: 800;
}

.ti-confirm-hero p {
    margin: 0;
    color: var(--co-muted);
    font-size: 13px;
}

.ti-confirm-hero strong { color: var(--co-ink); }

.ti-confirm-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    gap: 1.25rem;
    align-items: start;
}

.ti-confirm-side .ti-co-fare { position: sticky; top: 1rem; }

.ti-confirm-money-note {
    display: flex;
    gap: .55rem;
    margin: .85rem 0 1rem;
    padding: .7rem .75rem;
    border-radius: 12px;
    background: #f8fafc;
    color: var(--co-muted);
    font-size: 12px;
    line-height: 1.4;
}

.ti-confirm-money-note i { color: #1a6fd8; margin-top: .1rem; }
.ti-confirm-money-note p { margin: 0; }

.ti-td-contact {
    background: #fff;
    border: 1px solid #e5ebf2;
    border-radius: 14px;
    padding: 1rem 1.05rem 1.1rem;
    margin-bottom: 1rem;
}

.ti-td-contact-head h2 {
    margin: 0 0 .75rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.ti-td-contact-notice {
    display: flex;
    gap: .7rem;
    align-items: flex-start;
    padding: .75rem .85rem;
    border-radius: 12px;
    background: #fff8f0;
    border: 1px solid #f0d4a8;
    margin-bottom: .95rem;
}

.ti-td-contact-bell {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e67e22;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 13px;
}

.ti-td-contact-notice strong {
    display: block;
    color: #b84a01;
    font-size: 13px;
    margin-bottom: .2rem;
}

.ti-td-contact-notice p {
    margin: 0;
    color: #7a4a12;
    font-size: 12.5px;
    line-height: 1.45;
}

.ti-td-contact-grid {
    display: grid;
    grid-template-columns: minmax(140px, 180px) minmax(160px, 1fr) minmax(220px, 1.2fr);
    gap: .75rem;
}

.ti-td-contact-grid .ti-td-field-wide { grid-column: auto; }

.ti-td-contact-grid select,
.ti-td-contact-grid input {
    width: 100%;
}

body.ti-pay-locked {
    overflow: hidden;
}

.ti-pay-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(15, 23, 42, .55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.ti-pay-overlay[hidden] {
    display: none !important;
}

.ti-pay-overlay-card {
    width: min(420px, 100%);
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem 1.35rem;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
}

.ti-pay-overlay-spinner {
    width: 42px;
    height: 42px;
    margin: 0 auto .9rem;
    border-radius: 50%;
    border: 3px solid #e2e8f0;
    border-top-color: #1a6fd8;
    animation: ti-pay-spin .8s linear infinite;
}

.ti-pay-overlay-card strong {
    display: block;
    font-size: 1.05rem;
    color: #0f172a;
    margin-bottom: .35rem;
}

.ti-pay-overlay-card p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
}

@keyframes ti-pay-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 991px) {
    .ti-pay-layout { grid-template-columns: 1fr; }
    .ti-pay-side { order: -1; }
    .ti-pay-summary { position: static; }
    .ti-confirm-layout { grid-template-columns: 1fr; }
    .ti-confirm-side .ti-co-fare { position: static; }
    .ti-td-contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .ti-pay-grid { grid-template-columns: 1fr; }
}

.ti-td-same-contact {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin: 0 0 0.85rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
    user-select: none;
}
.ti-td-same-contact input {
    margin-top: 0.15rem;
    accent-color: #0f766e;
}
.ti-td-same-contact span {
    line-height: 1.35;
}
.ti-td-card [data-ti-field="mobile"].is-locked,
.ti-td-card [data-ti-field="email"].is-locked {
    background: #f8fafc;
    color: #475569;
    cursor: default;
}

/* My Bookings – insurance details */
.ti-details-page .ti-details-back {
    margin: 0 0 1rem;
}
.ti-details-page .ti-details-back a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #0f766e;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.92rem;
}
.ti-details-page .ti-details-back a:hover {
    text-decoration: underline;
}
.ti-status-pill {
    display: inline-block;
    margin-left: 0.55rem;
    padding: 0.18rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    vertical-align: middle;
}
.ti-status-success {
    background: #dcfce7;
    color: #166534;
}
.ti-status-danger {
    background: #fee2e2;
    color: #991b1b;
}
.ti-status-warn {
    background: #fef3c7;
    color: #92400e;
}
.ti-status-muted {
    background: #e5e7eb;
    color: #374151;
}
.ti-details-api-note {
    margin-top: 0.35rem !important;
    color: #b45309 !important;
    font-size: 0.88rem !important;
}
.ti-co-pay-secondary {
    background: #fff !important;
    color: #0f766e !important;
    border: 1px solid #0f766e !important;
}
.ti-co-pay-secondary:hover {
    background: #f0fdfa !important;
}
.ti-co-fare .ti-co-pay + .ti-co-pay {
    margin-top: 0.7rem;
}

/* Booking details page enrichment */
.ti-details-hero {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}
.ti-details-hero-copy { flex: 1 1 280px; min-width: 0; }
.ti-details-hero-meta { margin: 0.35rem 0 0; }
.ti-details-policy-line {
    margin: 0.45rem 0 0 !important;
    color: #0f766e !important;
    font-size: 0.95rem !important;
}
.ti-confirm-policy-line {
    margin: 0.4rem 0 0;
    color: #0f766e;
    font-size: 0.95rem;
}
.ti-confirm-policy-line strong {
    font-weight: 700;
}
.ti-details-hero-paid {
    margin-left: auto;
    text-align: right;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    min-width: 140px;
}
.ti-details-hero-paid span {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #0f766e;
    font-weight: 700;
}
.ti-details-hero-paid strong {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.35rem;
    color: #134e4a;
}
.ti-details-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0 0 1.25rem;
    padding: 1rem 1.1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}
.ti-details-strip span {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.ti-details-strip strong {
    display: block;
    font-size: 0.92rem;
    color: #0f172a;
    line-height: 1.35;
}
.ti-co-pax-policy strong {
    color: #0f766e;
}
.ti-details-side-note {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    margin: 0.85rem 0 1rem;
    padding: 0.7rem 0.8rem;
    background: #f8fafc;
    border-radius: 10px;
    font-size: 0.82rem;
    color: #475569;
    line-height: 1.4;
}
.ti-details-side-note i {
    color: #0f766e;
    margin-top: 0.15rem;
}
.ti-details-side-note p { margin: 0; }
@media (max-width: 991px) {
    .ti-details-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ti-details-hero-paid { margin-left: 0; text-align: left; width: 100%; }
}
@media (max-width: 640px) {
    .ti-details-strip { grid-template-columns: 1fr; }
}

/* ========== Mobile shell (UA mobile layout + small screens) ========== */
.ti-m-topbar {
    display: none;
}

.ti-page--mobile {
    min-height: 100vh;
    padding-bottom: 5.5rem;
    background: #f4f6f9;
}

.ti-page--mobile .ti-m-topbar {
    display: flex;
    align-items: center;
    gap: .75rem;
    position: sticky;
    top: 0;
    z-index: 80;
    padding: .7rem .9rem;
    background: #fff;
    border-bottom: 1px solid #e5ebf3;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .04);
}

.ti-page--mobile .ti-m-back {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #f1f5f9;
    color: #0f172a;
    text-decoration: none;
    flex: 0 0 auto;
}

.ti-page--mobile .ti-m-topbar strong {
    flex: 1 1 auto;
    font-size: .98rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.ti-page--mobile .ti-m-topbar-spacer {
    width: 36px;
    flex: 0 0 auto;
}

.ti-page--mobile .ti-landing-hero {
    padding: .75rem 0 1.25rem;
}

.ti-page--mobile .ti-landing-wrap,
.ti-page--mobile .ti-listing-wrap,
.ti-page--mobile .ti-co-shell {
    width: 100%;
    max-width: none;
    padding-left: .85rem !important;
    padding-right: .85rem !important;
    margin: 0;
}

.ti-page--mobile .ti-landing-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ti-page--mobile .ti-landing-copy {
    order: 2;
}

.ti-page--mobile .ti-landing-card {
    order: 1;
    position: static;
    max-width: none;
    margin: 0;
}

.ti-page--mobile .ti-landing-eyebrow {
    font-size: .72rem;
}

.ti-page--mobile .ti-landing-copy h1 {
    font-size: 1.35rem;
    margin-bottom: .35rem;
}

.ti-page--mobile .ti-landing-lead {
    font-size: .86rem;
    line-height: 1.45;
}

.ti-page--mobile .ti-highlight-list--grid {
    grid-template-columns: 1fr;
    gap: .55rem;
}

.ti-page--mobile .ti-form-shell--card,
.ti-page--mobile .ti-form-shell {
    padding: .85rem;
    border-radius: 14px;
}

.ti-page--mobile .ti-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: .35rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.ti-page--mobile .ti-tabs::-webkit-scrollbar {
    display: none;
}

.ti-page--mobile .ti-tab {
    flex: 0 0 auto;
    font-size: .78rem;
    padding: .55rem .7rem;
}

.ti-page--mobile .ti-form-row-2,
.ti-page--mobile .ti-form-row-2--student,
.ti-page--mobile .row.g-2 {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.ti-page--mobile .row.g-2 > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
}

.ti-page--mobile .searchinput,
.ti-page--mobile .ti-travellers-inline,
.ti-page--mobile .ti-country-field,
.ti-page--mobile .ti-dest-box {
    min-height: 0;
}

.ti-page--mobile .ti-popular-dests,
.ti-page--mobile .ti-popular-regions,
.ti-page--mobile .ti-trust-bar,
.ti-page--mobile .ti-partner-cards {
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
}

.ti-page--mobile .ti-submit-wrap {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: none;
    margin: .75rem 0 0;
    padding: .65rem 0 .25rem;
    background: linear-gradient(180deg, rgba(244, 246, 249, 0), #f4f6f9 35%);
    z-index: 40;
}

.ti-page--mobile .ti-submit {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    border-radius: 12px;
    font-size: .95rem;
}

.ti-page--mobile .ti-listing-strip {
    position: sticky;
    top: 52px;
    z-index: 45;
    padding: .55rem 0;
}

.ti-page--mobile .ti-journey-strip {
    flex-wrap: wrap;
    gap: .55rem;
    padding: .55rem .65rem;
}

.ti-page--mobile .ti-journey-back {
    display: none;
}

.ti-page--mobile .ti-journey-chips {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.ti-page--mobile .ti-journey-chips::-webkit-scrollbar {
    display: none;
}

.ti-page--mobile .ti-jchip {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: .72rem;
}

.ti-page--mobile .ti-journey-modify {
    width: 100%;
    justify-content: center;
}

.ti-page--mobile .ti-cover-card,
.ti-page--mobile .ti-cover-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: .65rem;
}

.ti-page--mobile .ti-cover-hero-end {
    grid-column: 1;
    grid-row: auto;
    justify-content: stretch;
    max-width: none;
}

.ti-page--mobile .ti-cover-actions,
.ti-page--mobile .ti-cover-select {
    width: 100%;
}

.ti-page--mobile .ti-cover-select {
    min-height: 46px;
    justify-content: center;
}

.ti-page--mobile .ti-td-layout,
.ti-page--mobile .ti-pay-layout,
.ti-page--mobile .ti-confirm-layout {
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

.ti-page--mobile .ti-td-side,
.ti-page--mobile .ti-confirm-side,
.ti-page--mobile .ti-pay-side {
    position: static;
    order: 2;
}

.ti-page--mobile .ti-td-main,
.ti-page--mobile .ti-confirm-main,
.ti-page--mobile .ti-pay-main {
    order: 1;
}

.ti-page--mobile .ti-td-top {
    gap: .5rem;
}

.ti-page--mobile .ti-td-crumb {
    display: none;
}

.ti-page--mobile .ti-td-top-copy h1,
.ti-page--mobile .ti-confirm-hero h1 {
    font-size: 1.25rem;
}

.ti-page--mobile .ti-co-pax-grid,
.ti-page--mobile .ti-details-strip {
    grid-template-columns: 1fr !important;
}

.ti-page--mobile .ti-details-back {
    display: none;
}

.ti-page--mobile .ti-details-hero,
.ti-page--mobile .ti-confirm-hero {
    flex-direction: column;
    align-items: flex-start;
}

.ti-page--mobile .ti-details-hero-paid {
    margin-left: 0;
    width: 100%;
    text-align: left;
}

.ti-page--mobile .ti-pay-cta,
.ti-page--mobile .ti-co-pay,
.ti-page--mobile .ti-td-continue,
.ti-page--mobile .ti-bnf-foot-select {
    width: 100%;
    min-height: 48px;
    justify-content: center;
}

.ti-page--mobile .ti-pay-methods,
.ti-page--mobile .ti-traveller-card,
.ti-page--mobile .ti-co-plan,
.ti-page--mobile .ti-co-fare {
    border-radius: 14px;
}

.ti-page--mobile .ti-country-list,
.ti-page--mobile .ti-duration-list,
.ti-page--mobile .air-datepicker {
    max-width: calc(100vw - 1.5rem);
}

@media (max-width: 767px) {
    .ti-page:not(.ti-page--mobile) .ti-landing-grid {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .ti-page:not(.ti-page--mobile) .ti-landing-copy {
        order: 2;
    }

    .ti-page:not(.ti-page--mobile) .ti-landing-card {
        order: 1;
    }

    .ti-submit-wrap {
        max-width: none !important;
    }

    .ti-submit {
        width: 100%;
        justify-content: center;
    }

    .ti-journey-back {
        width: 36px;
        height: 36px;
    }

    .ti-cover-hero {
        grid-template-columns: 1fr !important;
    }

    .ti-cover-hero-end {
        grid-column: 1 !important;
        grid-row: auto !important;
        justify-content: stretch !important;
    }

    .ti-td-layout,
    .ti-pay-layout,
    .ti-confirm-layout {
        grid-template-columns: 1fr !important;
    }

    .ti-co-pax-grid {
        grid-template-columns: 1fr !important;
    }
}
