:root {
    --brand: #0f6fb8;
    --brand-dark: #083f75;
    --accent: #f7b731;
    --trust: #00b67a;
    --ink: #172033;
    --soft: #f5f7fb;
}

body {
    background: var(--soft);
    color: var(--ink);
}

a {
    color: var(--brand);
}

.site-logo {
    display: block;
    width: 190px;
    height: 42px;
    object-fit: contain;
}

.navbar-brand {
    min-width: 190px;
    display: inline-flex;
    align-items: center;
    padding-block: .25rem;
}

.admin-login-logo {
    margin-inline: auto;
    height: 56px;
}

.btn-primary {
    --bs-btn-bg: var(--brand);
    --bs-btn-border-color: var(--brand);
    --bs-btn-hover-bg: var(--brand-dark);
    --bs-btn-hover-border-color: var(--brand-dark);
}

.btn-outline-primary {
    --bs-btn-color: var(--brand);
    --bs-btn-border-color: var(--brand);
    --bs-btn-hover-bg: var(--brand);
    --bs-btn-hover-border-color: var(--brand);
}

.hero {
    background: linear-gradient(135deg, rgba(15, 118, 110, .95), rgba(23, 32, 51, .92)), url('../img/hero.svg');
    background-size: cover;
    color: #fff;
}

.top-call-strip {
    background: var(--brand-dark);
    color: #fff;
    padding: .65rem 0;
}

.top-call-strip a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.home-hero {
    min-height: 610px;
    padding: 70px 0 115px;
    background:
        linear-gradient(90deg, rgba(8, 63, 117, .92), rgba(15, 111, 184, .52), rgba(23, 32, 51, .18)),
        url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1800&q=80') center / cover;
    color: #fff;
}

.hero-copy {
    max-width: 670px;
    padding-bottom: 36px;
}

.hero-copy h1 {
    max-width: 720px;
    font-size: clamp(2.35rem, 5vw, 4.4rem);
    line-height: 1.02;
    font-weight: 800;
}

.hero-copy p:last-child {
    max-width: 610px;
    font-size: 1.18rem;
}

.search-panel,
.content-panel,
.flight-card {
    background: #fff;
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(23, 32, 51, .06);
}

.home-search {
    padding: 24px;
    border: 0;
    box-shadow: 0 24px 60px rgba(8, 63, 117, .22);
}

.search-tabs,
.trip-toggle {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: center;
}

.tab-pill {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: .45rem 1rem;
    border: 0;
    border-radius: 999px;
    background: #edf4fb;
    color: #42546c;
    font-weight: 700;
}

.tab-pill.active {
    background: var(--brand);
    color: #fff;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.agent-deal-intro {
    display: grid;
    gap: .2rem;
    padding: .85rem 1rem;
    border-left: 5px solid var(--accent);
    border-radius: 8px;
    background: #f7f9fc;
}

.agent-deal-intro strong {
    color: var(--brand-dark);
}

.agent-deal-intro span {
    color: #536176;
    font-size: .94rem;
}

.trip-toggle label {
    display: inline-flex;
    gap: .4rem;
    align-items: center;
    font-weight: 700;
    color: #344154;
}

.trust-ribbon {
    margin-top: -56px;
    position: relative;
    z-index: 2;
}

.trust-item {
    min-height: 84px;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(23, 32, 51, .08);
    font-weight: 800;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 1.35rem;
}

.section-heading h2,
.why-band h2 {
    font-weight: 800;
}

.route-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(23, 32, 51, .06);
}

.route-skyline {
    min-height: 130px;
    background:
        linear-gradient(180deg, rgba(8, 63, 117, .15), rgba(8, 63, 117, .55)),
        url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=900&q=80') center / cover;
}

.route-price {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--brand-dark);
}

.why-band {
    background: #fff;
    border-top: 1px solid rgba(23, 32, 51, .08);
    border-bottom: 1px solid rgba(23, 32, 51, .08);
}

.benefit-box {
    min-height: 86px;
    display: grid;
    align-items: center;
    padding: 1rem 1.2rem;
    border-left: 5px solid var(--accent);
    background: #f7f9fc;
    border-radius: 8px;
    font-weight: 800;
}

.trustpilot-summary,
.review-grid {
    background: #fff;
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(23, 32, 51, .06);
}

.trustpilot-summary {
    overflow: hidden;
    padding: 0;
}

.trustpilot-word {
    color: var(--trust);
    font-size: 1.55rem;
    font-weight: 900;
}

.trust-badge {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    padding: 1.75rem 2rem 1.45rem;
    background: #fff;
}

.trust-score-block {
    min-width: 110px;
}

.trust-score {
    color: #161616;
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
}

.trust-score-block strong,
.trust-score-block p {
    display: block;
}

.trust-score-block strong {
    margin-top: .35rem;
    font-size: .95rem;
    color: var(--ink);
}

.trust-score-block p {
    margin: .45rem 0 0;
    color: #3d4655;
    font-size: .82rem;
}

.trustpilot-stars {
    display: flex;
    gap: 2px;
    margin-top: .4rem;
}

.trustpilot-stars span {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    background: var(--trust);
    color: #fff;
    font-size: .75rem;
    line-height: 1;
}

.rating-breakdown {
    display: grid;
    flex: 1;
    gap: .65rem;
    padding-top: .15rem;
}

.rating-breakdown > div {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: .8rem;
    align-items: center;
    color: #161616;
    font-size: .9rem;
}

.rating-bar {
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #d8d8d8;
}

.rating-bar i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--trust);
}

.rating-bar.low i {
    background: #c92127;
}

.trust-score-link {
    padding: 1rem;
    text-align: center;
    border-top: 1px solid rgba(23, 32, 51, .16);
    background: #f7f7f7;
}

.trust-score-link a {
    color: #333;
    text-decoration: underline;
}

.trustpilot-summary > p,
.trustpilot-summary > .btn {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.trustpilot-summary > .btn {
    margin-bottom: 1.5rem;
}

.rating-stars {
    color: var(--trust);
    font-size: 1.5rem;
    letter-spacing: 0;
    margin: .5rem 0;
}

.small-stars {
    font-size: 1.05rem;
    margin: 0 0 .65rem;
}

.review-score {
    margin: 1rem 0 1.25rem;
    padding: .9rem;
    background: #f3fbf8;
    border: 1px solid rgba(0, 182, 122, .2);
    border-radius: 8px;
}

.review-score strong,
.review-score span {
    display: block;
}

.review-score strong {
    font-size: 1.5rem;
    color: var(--ink);
}

.review-score span {
    color: #5d6a7c;
    font-size: .92rem;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 1rem;
}

.review-card {
    min-height: 230px;
    padding: 1.1rem;
    background: #f8fafc;
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 8px;
}

.review-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
}

.review-card p {
    color: #536176;
}

.review-card span {
    color: var(--trust);
    font-size: .82rem;
    font-weight: 800;
}

.airline-strip {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    justify-content: center;
    padding: 1.25rem;
    background: #fff;
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 8px;
}

.airline-strip span {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: .55rem 1rem;
    background: #f3f6fa;
    border-radius: 999px;
    color: #344154;
    font-weight: 800;
}

.about-hero {
    padding: 76px 0 112px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(8, 63, 117, .94), rgba(15, 111, 184, .68)),
        url('https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1800&q=80') center / cover;
}

.about-hero h1 {
    font-size: clamp(2.35rem, 5vw, 4.1rem);
    line-height: 1.04;
    font-weight: 900;
}

.about-hero p:last-child {
    max-width: 660px;
    font-size: 1.15rem;
}

.about-call-box {
    padding: 1.4rem;
    background: rgba(255, 255, 255, .95);
    color: var(--ink);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(8, 63, 117, .22);
}

.about-call-box span,
.about-call-box small {
    display: block;
}

.about-call-box a {
    display: block;
    margin: .35rem 0;
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--brand-dark);
    text-decoration: none;
}

.about-trust-row {
    margin-top: -44px;
    position: relative;
    z-index: 2;
}

.about-photo {
    min-height: 430px;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(8, 63, 117, .05), rgba(8, 63, 117, .38)),
        url('https://images.unsplash.com/photo-1522199710521-72d69614c702?auto=format&fit=crop&w=1200&q=80') center / cover;
    box-shadow: 0 10px 24px rgba(23, 32, 51, .06);
}

.service-card {
    height: 100%;
    padding: 1.25rem;
    background: #fff;
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(23, 32, 51, .06);
}

.service-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: 8px;
    background: #e9f4ff;
    color: var(--brand-dark);
    font-weight: 900;
}

.service-card h3 {
    font-size: 1.05rem;
    font-weight: 900;
}

.service-card p {
    margin-bottom: 0;
    color: #5d6a7c;
}

.stats-band {
    color: #fff;
    background: var(--brand-dark);
}

.stats-band strong,
.stats-band span {
    display: block;
}

.stats-band strong {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1;
    font-weight: 900;
}

.stats-band span {
    margin-top: .45rem;
    color: rgba(255, 255, 255, .78);
}

.office-photo {
    min-height: 260px;
    margin-top: 1.25rem;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(8, 63, 117, .08), rgba(8, 63, 117, .42)),
        url('https://images.unsplash.com/photo-1513635269975-59663e0ac1ad?auto=format&fit=crop&w=1200&q=80') center / cover;
    box-shadow: 0 10px 24px rgba(23, 32, 51, .06);
}

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

.office-card {
    min-height: 210px;
    padding: 1.2rem;
    background: #fff;
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(23, 32, 51, .06);
}

.office-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: .9rem;
    border-radius: 8px;
    background: #e9f4ff;
    color: var(--brand-dark);
    font-weight: 900;
}

.office-card h3 {
    font-size: 1.08rem;
    font-weight: 900;
}

.office-card p {
    color: #5d6a7c;
}

.office-card p:last-child {
    margin-bottom: 0;
}

.value-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
}

.value-list div {
    display: grid;
    gap: .15rem;
    padding-left: 1rem;
    border-left: 4px solid var(--accent);
}

.value-list strong {
    color: var(--brand-dark);
}

.value-list span {
    color: #5d6a7c;
}

.contact-lines {
    display: grid;
    gap: .75rem;
    margin-top: 1.25rem;
}

.contact-lines a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: .7rem .9rem;
    border-radius: 8px;
    background: #f3f6fa;
    color: var(--brand-dark);
    font-weight: 800;
    text-decoration: none;
}

.legal-hero {
    padding: 64px 0;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(8, 63, 117, .96), rgba(15, 111, 184, .75)),
        url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=80') center / cover;
}

.legal-hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
}

.legal-hero p:last-child {
    max-width: 760px;
    font-size: 1.1rem;
}

.legal-sidebar {
    position: sticky;
    top: 92px;
    padding: 1.25rem;
    background: #fff;
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(23, 32, 51, .06);
}

.legal-sidebar ul {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
    color: #5d6a7c;
}

.legal-sidebar li + li {
    margin-top: .5rem;
}

.legal-content h2 {
    margin-top: 1.6rem;
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--brand-dark);
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content p {
    color: #536176;
}

.footer-certificates {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-bottom: 1rem;
}

.footer-certificates a,
.footer-socials a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: .45rem .8rem;
    border: 1px solid rgba(15, 111, 184, .24);
    border-radius: 999px;
    background: #f3f8fd;
    color: var(--brand-dark);
    font-size: .85rem;
    font-weight: 800;
    text-decoration: none;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-bottom: 1rem;
}

.footer-socials a {
    background: #fff;
    border-color: rgba(23, 32, 51, .14);
    color: #344154;
}

.flight-code {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #e7f6f4;
    color: var(--brand);
    display: grid;
    place-items: center;
    font-weight: 700;
}

.status-pill {
    border-radius: 999px;
    padding: .25rem .65rem;
    background: #eef2f7;
    color: #46556b;
    font-size: .8rem;
}

.form-label {
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .home-hero {
        min-height: auto;
        padding: 46px 0 88px;
    }

    .home-search {
        padding: 18px;
    }

    .trust-ribbon {
        margin-top: -40px;
    }

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

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

    .trust-badge {
        flex-direction: column;
        gap: 1.25rem;
        padding: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .review-grid {
        grid-template-columns: 1fr;
    }

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