@charset "UTF-8";
/* Lean route landing CSS. Keep this file limited to template-parts/route-landing.php. */

.passenger-service {
    overflow: hidden;
    background: #f7f8fb;
    color: #111;
}

.passenger-service__hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 158px 0 72px;
    background:
        radial-gradient(ellipse at 13% 18%, rgba(252, 168, 55, 0.32), transparent 34%),
        radial-gradient(ellipse at 82% 12%, rgba(9, 160, 255, 0.22), transparent 32%),
        radial-gradient(ellipse at 78% 88%, rgba(252, 168, 55, 0.16), transparent 36%),
        linear-gradient(132deg, #08111d 0%, #111d2d 46%, #223752 100%);
    color: #fff;
}

.passenger-service__hero::before,
.passenger-service__hero::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.passenger-service__hero::before {
    z-index: 0;
    background:
        linear-gradient(116deg, transparent 0 45%, rgba(255, 255, 255, 0.08) 45.2% 45.6%, transparent 45.8% 100%),
        repeating-linear-gradient(116deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 76px);
    opacity: 0.58;
}

.passenger-service__hero::after {
    z-index: 1;
    background:
        radial-gradient(circle at 22% 40%, transparent 0%, rgba(8, 17, 29, 0.28) 55%, rgba(8, 17, 29, 0.62) 100%),
        linear-gradient(180deg, rgba(8, 17, 29, 0.02), rgba(8, 17, 29, 0.46));
}

.passenger-service__decor {
    position: absolute;
    z-index: 1;
    border-radius: 999px;
    pointer-events: none;
}

.passenger-service__decor--one {
    right: 9%;
    top: 135px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(252, 168, 55, 0.42);
}

.passenger-service__decor--two {
    left: 41%;
    bottom: 42px;
    width: 64px;
    height: 64px;
    background: rgba(252, 168, 55, 0.2);
    filter: blur(2px);
}

.passenger-service__hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 42px;
    align-items: center;
}

.passenger-service__hero-copy {
    max-width: 760px;
}

.passenger-service__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #f7b94f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.passenger-service__eyebrow::before {
    content: '';
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
}

.passenger-service__title {
    max-width: 820px;
    margin: 0;
    font-size: clamp(40px, 5.2vw, 72px);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -0.045em;
}

.passenger-service__lead {
    max-width: 680px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 22px;
    line-height: 1.58;
}

.passenger-service__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 32px;
}

.passenger-service__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 16px;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.passenger-service__button:hover {
    transform: translateY(-2px);
}

.passenger-service__button--primary {
    background: linear-gradient(180deg, #ffc65c 0%, #fca837 100%);
    color: #111;
    box-shadow: 0 18px 40px rgba(252, 168, 55, 0.28);
}

.passenger-service__button--secondary {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.passenger-service__button--dark {
    background: #11161f;
    color: #fff;
}

.passenger-service__hero-card {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08)),
        rgba(255, 255, 255, 0.06);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(18px);
}

.passenger-service__hero-card-top {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 18px;
}

.passenger-service__hero-card-top strong {
    color: #fff;
    font-size: 36px;
    line-height: 1.05;
}

.passenger-service__hero-routes {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
}

.passenger-service__hero-routes span {
    position: relative;
    min-height: 52px;
    padding: 15px 18px 15px 48px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.28;
}

.passenger-service__hero-routes span::before {
    content: '';
    position: absolute;
    top: 21px;
    left: 20px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fca837;
    box-shadow: 0 0 0 7px rgba(252, 168, 55, 0.16);
}

.passenger-service__hero-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    line-height: 1.6;
}

.passenger-service__section {
    padding: 64px 0;
}

.passenger-service__section--soft {
    background:
        radial-gradient(circle at 10% 10%, rgba(252, 168, 55, 0.12), transparent 20%),
        #fff;
}

.passenger-service__section--facts {
    padding: 44px 0;
    background: #fff;
}

.passenger-service__facts {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    gap: 24px;
    align-items: stretch;
    padding: 28px;
    border: 1px solid rgba(17, 17, 17, 0.07);
    border-radius: 32px;
    background:
        radial-gradient(circle at 8% 20%, rgba(252, 168, 55, 0.16), transparent 26%),
        linear-gradient(135deg, #fff 0%, #f7f8fb 100%);
    box-shadow: 0 20px 52px rgba(18, 28, 45, 0.08);
}

.passenger-service__facts-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.route-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.route-fact {
    min-height: 132px;
    padding: 20px;
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
}

.route-fact dt {
    margin: 0 0 10px;
    color: #de8b12;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.route-fact dd {
    margin: 0;
    color: #222a35;
    font-size: 17px;
    line-height: 1.55;
}

.passenger-service__section-head {
    max-width: 760px;
    margin-bottom: 30px;
}

.passenger-service__section-head--wide {
    max-width: 980px;
}

.passenger-service__section-title {
    max-width: 920px;
    margin: 0 0 16px;
    color: #111;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.passenger-service__section-head p {
    margin: 0;
    color: #4e5664;
    font-size: 21px;
    line-height: 1.55;
}

.passenger-service__cards,
.passenger-service__scenarios {
    display: grid;
    gap: 18px;
}

.passenger-service__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.passenger-service__scenarios {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.passenger-service-card,
.passenger-scenario {
    border: 1px solid rgba(17, 17, 17, 0.07);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 46px rgba(18, 28, 45, 0.08);
}

.passenger-service-card {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: 26px;
}

.passenger-service-card h2,
.passenger-scenario h2,
.passenger-service__trust h2,
.passenger-service__cta h2 {
    margin: 0;
    color: #111;
    line-height: 1.12;
}

.passenger-service-card h2 {
    font-size: 26px;
}

.passenger-service-card p,
.passenger-scenario p,
.passenger-service__trust p {
    margin: 16px 0 0;
    color: #4e5664;
    font-size: 17px;
    line-height: 1.62;
}

.passenger-service-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: auto;
    padding: 0 18px;
    border-radius: 14px;
    background: #11161f;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.passenger-scenario {
    padding: 26px;
}

.passenger-scenario span {
    display: inline-flex;
    margin-bottom: 18px;
    color: #de8b12;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.passenger-scenario h2 {
    font-size: 28px;
}

.passenger-service__trust {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
    align-items: stretch;
}

.passenger-service__trust-main,
.passenger-service__trust-list {
    border-radius: 32px;
}

.passenger-service__trust-main {
    padding: 34px;
    background: #11161f;
    color: #fff;
}

.passenger-service__trust-main h2 {
    color: #fff;
    font-size: 36px;
}

.passenger-service__trust-main p {
    color: rgba(255, 255, 255, 0.78);
}

.passenger-service__trust-list {
    display: grid;
    gap: 14px;
}

.passenger-service__trust-list div {
    position: relative;
    padding: 24px 24px 24px 58px;
    border: 1px solid rgba(17, 17, 17, 0.07);
    border-radius: 24px;
    background: #fff;
    color: #222a35;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.45;
    box-shadow: 0 14px 34px rgba(18, 28, 45, 0.06);
}

.passenger-service__trust-list div::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 26px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fca837;
    box-shadow: 0 0 0 7px rgba(252, 168, 55, 0.14);
}

.passenger-service__cta {
    padding: 8px 0 58px;
}

.passenger-service__cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px;
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(252, 168, 55, 0.18), transparent 38%),
        #fff;
    box-shadow: 0 24px 60px rgba(18, 28, 45, 0.1);
}

.passenger-service__cta h2 {
    max-width: 760px;
    font-size: 32px;
}

.passenger-service__cta .passenger-service__actions {
    flex-shrink: 0;
    margin-top: 0;
}

.angel-faq--passenger-service {
    padding-top: 24px;
    background: #f7f8fb;
}

@media screen and (max-width: 1140px) {
    .passenger-service__hero {
        padding: 126px 0 54px;
        background:
            radial-gradient(ellipse at 16% 10%, rgba(252, 168, 55, 0.3), transparent 34%),
            radial-gradient(ellipse at 82% 16%, rgba(9, 160, 255, 0.2), transparent 34%),
            linear-gradient(145deg, #08111d 0%, #1e2d42 100%);
    }

    .passenger-service__hero-grid,
    .passenger-service__facts,
    .passenger-service__trust {
        grid-template-columns: 1fr;
    }

    .passenger-service__cards,
    .passenger-service__scenarios {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .passenger-service__cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .passenger-service__facts-head {
        max-width: 780px;
    }
}

@media screen and (max-width: 768px) {
    .passenger-service__hero {
        padding: 96px 0 42px;
    }

    .passenger-service__title {
        font-size: 40px;
    }

    .passenger-service__lead,
    .passenger-service__section-head p {
        font-size: 18px;
    }

    .passenger-service__section-title {
        font-size: 31px;
    }

    .passenger-service__cards,
    .passenger-service__scenarios,
    .route-facts {
        grid-template-columns: 1fr;
    }

    .passenger-service-card,
    .passenger-scenario,
    .passenger-service__trust-main,
    .passenger-service__cta-inner,
    .passenger-service__hero-card,
    .passenger-service__facts {
        padding: 22px;
        border-radius: 24px;
    }

    .passenger-service__section--facts {
        padding: 34px 0;
    }

    .route-fact {
        min-height: 0;
        padding: 18px;
    }

    .passenger-service__button,
    .passenger-service__actions {
        width: 100%;
    }

    .passenger-service__button {
        padding: 0 18px;
    }

    .passenger-service__trust-main h2,
    .passenger-service__cta h2 {
        font-size: 28px;
    }
}
