.ovr-page {
    --ovr-maroon: #8B1A1A;
    --ovr-maroon-dark: #5C0E0E;
    --ovr-navy: #14213D;
    --ovr-navy-2: #3E316E;
    --ovr-coffee: #68493D;
    --ovr-cream: #FBF7F1;
    --ovr-cream-2: #F3EBDE;
    --ovr-ink: #221C1C;
    --ovr-line: rgba(20, 33, 61, .14);
    --ovr-radius: 16px;
    background: var(--ovr-cream);
    color: var(--ovr-ink);
}

.ovr-page h1,
.ovr-page h2,
.ovr-page h3,
.ovr-page .ovr-display {

    letter-spacing: -.01em;
}

.ovr-page .ovr-eyebrow {

    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ovr-maroon);
}

.ovr-page .ovr-mono {}

.ovr-section {
    padding: 30px 0;
}

@media(max-width:767px) {
    .ovr-section {
        padding: 20px 0;
    }
}

.ovr-section-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--ovr-navy);
}

.ovr-lede {
    color: #4b4646;
    font-size: 1.05rem;
    max-width: 100%;
}

/* ---------- HERO : Boarding pass ---------- */
.ovr-hero {
    color: #fff;
    padding: 30px 0;
    position: relative;
}

.ovr-hero-grid {
    display: block;
}

@media(max-width:991px) {
    .ovr-hero-grid {
        grid-template-columns: 1fr;
    }
}

.ovr-hero .ovr-eyebrow {
    color: #E7B9A8;
}

.ovr-hero h1 {
    font-size: 24px;
    line-height: 1.06;
    font-weight: 600;
    margin: 14px 0 18px;
}

.ovr-hero p {
    color: #36383c;
    font-size: 15px;
    max-width: 100%;
}

.ovr-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.ovr-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 26px;
    border-radius: 999px;
    font-weight: 600;
    font-size: .95rem;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform .15s ease, background .2s ease;
}

.ovr-btn:hover {
    transform: translateY(-2px);
}

.ovr-btn-primary {
    background: var(--ovr-maroon);
    color: #fff;
}

.ovr-btn-primary:hover {
    background: var(--ovr-maroon-dark);
    color: #fff;
}

.ovr-btn-outline {
    border-color: rgba(255, 255, 255, .4);
    color: #fff;
}

.ovr-btn-outline:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.ovr-btn-ghost {
    border-color: var(--ovr-navy);
    color: var(--ovr-navy);
}

.ovr-btn-ghost:hover {
    background: var(--ovr-navy);
    color: #fff;
}

/* boarding pass card */
.ovr-pass {
    background: #fff;
    color: var(--ovr-ink);
    border-radius: 18px;
    display: grid;
    grid-template-columns: 1fr 108px;
    overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .45);
    transform: translateY(18px) rotate(-1.2deg);
}

.ovr-pass-main {
    padding: 26px 24px;
    position: relative;
}

.ovr-pass-stub {
    background: var(--ovr-maroon);
    color: #fff;
    padding: 26px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.ovr-pass-route {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 6px 0 18px;
}

.ovr-pass-route .code {

    font-size: 1.6rem;
    font-weight: 600;
    color: var(--ovr-navy);
}

.ovr-pass-route i {
    color: var(--ovr-maroon);
    font-size: 1.2rem;
}

.ovr-pass-row {
    display: flex;
    justify-content: space-between;
    font-size: .72rem;
    color: #7a7575;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: 2px;
}

.ovr-pass-row strong {
    display: block;
    color: var(--ovr-ink);
    font-size: .95rem;
    text-transform: none;
    letter-spacing: 0;

    font-weight: 600;
    margin-top: 2px;
}

.ovr-pass-perf {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 108px;
    border-left: 2px dashed rgba(20, 33, 61, .25);
}

.ovr-pass-perf::before,
.ovr-pass-perf::after {
    content: "";
    position: absolute;
    left: -11px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--ovr-cream);
}

.ovr-pass-perf::before {
    top: -11px;
}

.ovr-pass-perf::after {
    bottom: -11px;
}

.ovr-pass-stub .ti {
    font-size: 1.6rem;
}

.ovr-pass-stub .stub-license {
    writing-mode: vertical-rl;

    font-size: .68rem;
    letter-spacing: .08em;
    opacity: .85;
}

.ovr-hero-strip {
    margin-top: 56px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    padding: 18px 0;
    display: flex;
    gap: 34px;
    flex-wrap: wrap;

    font-size: .78rem;
    color: #9aa3bd;
    letter-spacing: .04em;
}

.ovr-hero-strip b {
    color: #fff;
}

/* ---------- SECTOR TICKETS ---------- */
.ovr-sector-card {
    background: #fff;
    border-radius: var(--ovr-radius);
    border: 1px solid var(--ovr-line);
    padding: 20px 12px;
    height: 100%;
    position: relative;
    transition: box-shadow .2s ease, transform .2s ease;
}

.ovr-sector-card:hover {
    box-shadow: 0 20px 40px -18px rgba(20, 33, 61, .25);
    transform: translateY(-4px);
}

.ovr-sector-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--ovr-cream-2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ovr-maroon);
    font-size: 1.4rem;
    margin-bottom: 18px;
}

.ovr-sector-card h3 {
    font-size: 1rem;
    color: var(--ovr-navy);
    margin-bottom: 8px;
}

.ovr-sector-card p {
    color: #615c5c;
    font-size: .92rem;
}

.ovr-role-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 16px 0 20px;
}

.ovr-role-tags span {
    font-size: .76rem;

    padding: 5px 10px;
    border-radius: 999px;
    background: var(--ovr-cream-2);
    color: var(--ovr-navy);
    border: 1px solid var(--ovr-line);
}

.ovr-sector-card a {
    color: var(--ovr-maroon);
    font-weight: 600;
    font-size: .9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ovr-sector-card a:hover {
    gap: 9px;
}

/* ---------- JOBS TABLE ---------- */
.ovr-table-wrap {
    background: #fff;
    border-radius: var(--ovr-radius);
    border: 1px solid var(--ovr-line);
    overflow: hidden;
}

.ovr-table {
    width: 100%;
    border-collapse: collapse;
}

.ovr-table thead th {
    background: var(--ovr-navy);
    color: #fff;
    text-align: left;
    padding: 15px 20px;

    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600;
}

.ovr-table tbody td {
    padding: 14px 20px;
    border-top: 1px solid var(--ovr-line);
    font-size: .93rem;
}

.ovr-table tbody tr:hover {
    background: var(--ovr-cream);
}

.ovr-badge {
    display: inline-block;

    font-size: .72rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    letter-spacing: .03em;
}

.ovr-badge-full {
    background: #E7EEE6;
    color: #2F6B3A;
}

.ovr-badge-seasonal {
    background: #FBEFE0;
    color: #9A5B12;
}

/* ---------- PROCESS : flight legs ---------- */
.ovr-process {
    position: relative;
}

.ovr-leg {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px dashed var(--ovr-line);
}

.ovr-leg:first-child {
    border-top: none;
}

.ovr-leg-num {

    font-weight: 600;
    font-size: 1.05rem;
    color: var(--ovr-maroon);
    display: flex;
    align-items: flex-start;
}

.ovr-leg h4 {
    font-size: 1.02rem;
    color: var(--ovr-navy);
    margin-bottom: 4px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.ovr-leg p {
    color: #5c5757;
    font-size: .92rem;
    margin: 0;
}

/* ---------- WHY CHOOSE ---------- */
.ovr-why-item {
    display: flex;
    gap: 16px;
    padding: 22px 0;
    border-top: 1px solid var(--ovr-line);
}

.ovr-why-item:first-child {
    border-top: none;
}

.ovr-why-item i {
    color: var(--ovr-maroon);
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-top: 3px;
}

.ovr-why-item h4 {
    font-size: 1.02rem;
    color: var(--ovr-navy);
    margin-bottom: 4px;
}

.ovr-why-item p {
    color: #5c5757;
    font-size: .92rem;
    margin: 0;
}

/* ---------- DESTINATIONS ---------- */
.ovr-dest-card {
    border-radius: var(--ovr-radius);
    padding: 32px 28px;
    height: 100%;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.ovr-dest-card.ca {
    background: linear-gradient(160deg, var(--ovr-maroon) 0%, var(--ovr-maroon-dark) 100%);
}

.ovr-dest-card.au {
    background: linear-gradient(160deg, var(--ovr-navy) 0%, #0B1226 100%);
}

.ovr-dest-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #fff;
}

.ovr-dest-card p {
    color: rgba(255, 255, 255, .82);
    font-size: .95rem;
}

.ovr-province-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 24px;
}

.ovr-province-list span {

    font-size: .75rem;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
}

/* ---------- APPLY / DOCS ---------- */
.ovr-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ovr-check-list li {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid var(--ovr-line);
    font-size: .94rem;
}

.ovr-check-list li:first-child {
    border-top: none;
}

.ovr-check-list i {
    color: var(--ovr-maroon);
    margin-top: 3px;
    flex-shrink: 0;
}

/* ---------- FAQ ---------- */
.ovr-faq-item {
    border-bottom: 1px solid var(--ovr-line);
}

.ovr-faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: 0;
    padding: 20px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    font-weight: 600;
    color: var(--ovr-navy);
    font-size: 1rem;
}

.ovr-faq-q i {
    transition: transform .25s ease;
    color: var(--ovr-maroon);
    flex-shrink: 0;
}

.ovr-faq-item.open .ovr-faq-q i {
    transform: rotate(45deg);
}

.ovr-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.ovr-faq-item.open .ovr-faq-a {
    max-height: 260px;
}

.ovr-faq-a p {
    color: #5c5757;
    font-size: .93rem;
    padding: 0 4px 20px;
    margin: 0;
}

/* ---------- CTA ---------- */
.ovr-cta {
    background: var(--ovr-navy);
    border-radius: 24px;
    padding: 56px 40px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ovr-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(700px 300px at 15% 0%, rgba(139, 26, 26, .35), transparent 60%);
}

.ovr-cta h2 {
    position: relative;
    font-size: clamp(1.6rem, 3vw, 2rem);
    color: #fff;
}

.ovr-cta p {
    position: relative;
    color: #C9CFE0;
    max-width: 520px;
    margin: 12px auto 26px;
}

.ovr-cta-actions {
    position: relative;
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ---------- PARTNER STRIP ---------- */
.ovr-partner {
    background: #fff;
    border: 1px solid var(--ovr-line);
    border-radius: var(--ovr-radius);
    padding: 28px 30px;
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.ovr-partner .mark {
    width: 70px;
    height: 50px;
    border-radius: 12px;
    background: var(--ovr-navy);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1rem;
    flex-shrink: 0;
}

.ovr-partner .lic {

    font-size: .78rem;
    color: var(--ovr-maroon);
}

/* ---------- DISCLAIMER ---------- */
.ovr-disclaimer {
    background: var(--ovr-cream-2);
    border-radius: var(--ovr-radius);
    padding: 26px 28px;
    font-size: .85rem;
    color: #5c5757;
    line-height: 1.6;
}

.ovr-disclaimer strong {
    color: var(--ovr-ink);
}

.mywhy .ovr-why-item {
    display: inline-flex;
    width: 33%;
    height: 130px;
    background: #fff;
    padding: 15px;
    margin-bottom: 6px;
    border-radius: 12px;
}

@media(max-width:767px) {
    .mywhy .ovr-why-item {
        width: 100%;
        height: auto;
    }

    .ovr-leg {
        gap: 0px;
    }

    .ovr-cta {
        border-radius: 20px;
        padding: 20px 15px;
    }
}