:root {
    --pva-ink: #061c32;
    --pva-navy: #073c70;
    --pva-blue: #087ed1;
    --pva-cyan: #42c7f3;
}

html { scroll-behavior: smooth; }
body { background: #fff; color: var(--pva-ink); }
.pva-landing { overflow: hidden; }
.pva-landing .section { padding: 108px 0; }
.pva-landing .navbar-landing { background: transparent; padding: 18px 0; transition: background .25s ease, box-shadow .25s ease, padding .25s ease; }
.pva-landing .navbar-landing.is-scrolled { backdrop-filter: blur(12px); background: rgba(5, 25, 45, .96); box-shadow: 0 8px 30px rgba(0, 0, 0, .16); padding: 9px 0; }
.pva-landing .navbar-brand img { display: block; height: 48px; object-fit: contain; width: auto; }
.pva-landing .navbar-nav { gap: 8px; }
.pva-landing .navbar-nav .nav-link { color: rgba(255, 255, 255, .82) !important; font-size: 14px; font-weight: 600; padding: 12px 13px; }
.pva-landing .navbar-nav .nav-link:hover, .pva-landing .navbar-nav .nav-link:focus, .pva-landing .navbar-nav .nav-link.active { color: #fff !important; }
.pva-landing .navbar-landing.is-scrolled .navbar-nav .nav-link { color: rgba(255, 255, 255, .84) !important; }
.pva-landing .navbar-landing.is-scrolled .navbar-nav .nav-link:hover,
.pva-landing .navbar-landing.is-scrolled .navbar-nav .nav-link:focus,
.pva-landing .navbar-landing.is-scrolled .navbar-nav .nav-link.active { color: var(--pva-cyan) !important; }
.pva-landing .btn-info { background: var(--pva-cyan); border-color: var(--pva-cyan); color: #03243d; font-weight: 700; }
.pva-landing .btn-info:hover { background: #76dcfb; border-color: #76dcfb; color: #03243d; }

.pva-landing-hero { background: #061c32 url('/assets/images/landing/hero-window.jpg') center/cover no-repeat; min-height: 760px; overflow: hidden; position: relative; }
.pva-hero-overlay { background: linear-gradient(90deg, rgba(3, 21, 39, .97) 0%, rgba(4, 31, 55, .88) 45%, rgba(5, 30, 50, .24) 82%), linear-gradient(0deg, rgba(4, 25, 44, .54), transparent 50%); inset: 0; position: absolute; }
.pva-route-grid { background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 70px 70px; inset: 0; mask-image: linear-gradient(90deg, #000, transparent 72%); position: absolute; }
.pva-kicker { align-items: center; color: var(--pva-cyan); display: flex; font-size: 12px; font-weight: 700; gap: 12px; letter-spacing: 2.2px; text-transform: uppercase; }
.pva-kicker span { background: var(--pva-cyan); height: 2px; width: 42px; }
.pva-coming-soon { align-items: center; backdrop-filter: blur(10px); background: rgba(5, 32, 55, .72); border: 1px solid rgba(66, 199, 243, .32); border-radius: 999px; color: rgba(255, 255, 255, .72); display: inline-flex; flex-wrap: wrap; font-size: 13px; gap: 9px; padding: 9px 15px; }
.pva-coming-soon i, .pva-coming-soon strong { color: var(--pva-cyan); }
.pva-coming-soon strong { letter-spacing: .7px; text-transform: uppercase; }
.pva-landing-hero h1 { letter-spacing: -3.5px; line-height: .98; text-shadow: 0 8px 32px rgba(0, 0, 0, .26); }
.pva-landing-hero h1 span { color: var(--pva-cyan); }
.pva-hero-copy { max-width: 720px; }
.pva-hero-proof { color: rgba(255, 255, 255, .75); font-size: 13px; font-weight: 600; }
.pva-hero-proof i { color: var(--pva-cyan); margin-right: 7px; }
.pva-scroll-cue { align-items: center; bottom: 32px; color: rgba(255, 255, 255, .7); display: flex; flex-direction: column; font-size: 10px; gap: 7px; letter-spacing: 2px; position: absolute; right: 38px; text-transform: uppercase; }
.pva-scroll-cue:hover { color: #fff; }
.pva-scroll-cue i { font-size: 22px; }

.pva-stat-strip { background: var(--pva-ink); color: #fff; }
.pva-stat { align-items: center; border-right: 1px solid rgba(255,255,255,.1); display: flex; gap: 16px; min-height: 116px; padding: 26px 30px; }
.pva-stat i { color: var(--pva-cyan); font-size: 32px; }
.pva-stat strong, .pva-stat span { display: block; }
.pva-stat strong { font-size: 18px; }
.pva-stat span { color: rgba(255,255,255,.55); font-size: 12px; margin-top: 3px; text-transform: uppercase; }
.pva-stat-strip [class*='col-']:last-child .pva-stat { border-right: 0; }

.pva-section { background: #fff; }
.pva-section-label { color: var(--pva-blue); font-size: 12px; font-weight: 800; letter-spacing: 2px; margin-bottom: 15px; text-transform: uppercase; }
.pva-experience-card { background: #fff; border-radius: 16px; box-shadow: 0 14px 50px rgba(23, 55, 85, .1); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.pva-experience-card:hover { box-shadow: 0 20px 60px rgba(23, 55, 85, .18); transform: translateY(-7px); }
.pva-card-image { height: 235px; overflow: hidden; position: relative; }
.pva-card-image::after { background: linear-gradient(0deg, rgba(2, 23, 41, .44), transparent 58%); content: ''; inset: 0; position: absolute; }
.pva-card-image img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.pva-card-image--scheduled img { object-position: 43% 68%; }
.pva-experience-card:hover img { transform: scale(1.045); }

.pva-operations { background: radial-gradient(circle at 18% 50%, rgba(22, 133, 200, .24), transparent 28%), linear-gradient(125deg, #041728, #062c4d 60%, #073e68); overflow: hidden; }
.pva-ops-visual { min-height: 480px; position: relative; }
.pva-globe { align-items: center; background: radial-gradient(circle at 35% 30%, #2e9bd6, #0a4e7b 48%, #06243d 75%); border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: inset -35px -25px 60px rgba(0,0,0,.28), 0 40px 80px rgba(0,0,0,.35); color: rgba(255,255,255,.15); display: flex; font-size: 270px; height: 390px; justify-content: center; left: 50%; overflow: hidden; position: absolute; top: 42px; transform: translateX(-50%); width: 390px; }
.pva-globe::before, .pva-globe::after { border: 1px solid rgba(255,255,255,.17); border-radius: 50%; content: ''; height: 72%; position: absolute; width: 100%; }
.pva-globe::after { height: 100%; width: 44%; }
.pva-globe .pin { background: var(--pva-cyan); border: 4px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 0 0 7px rgba(66,199,243,.17); height: 13px; position: absolute; width: 13px; }
.pin-one { left: 29%; top: 35%; }.pin-two { right: 24%; top: 52%; }.pin-three { bottom: 25%; left: 43%; }
.pva-flight-card { background: rgba(255,255,255,.96); border-radius: 12px; box-shadow: 0 18px 45px rgba(0,0,0,.28); padding: 17px 20px; position: absolute; z-index: 2; }
.pva-flight-card span, .pva-flight-card small { color: #6f8190; display: block; font-size: 10px; font-weight: 700; letter-spacing: 1px; }
.pva-flight-card strong { color: var(--pva-ink); display: block; font-size: 19px; margin: 5px 0; }
.pva-flight-card strong i { color: var(--pva-blue); margin: 0 9px; }
.pva-flight-card-one { left: 0; top: 46px; }
.pva-flight-card-two { align-items: center; bottom: 25px; display: flex; gap: 12px; right: 0; }
.pva-flight-card-two > i { color: #18a879; font-size: 34px; }
.pva-feature-list > div { align-items: flex-start; display: flex; gap: 17px; margin-top: 27px; }
.pva-feature-list > div > span { align-items: center; background: rgba(66,199,243,.12); border: 1px solid rgba(66,199,243,.24); border-radius: 10px; color: var(--pva-cyan); display: flex; flex: 0 0 48px; font-size: 23px; height: 48px; justify-content: center; }

.pva-heading-narrow { max-width: 680px; }
.pva-process-step { border-top: 2px solid #dce8f1; padding: 26px 12px 10px 0; position: relative; }
.pva-process-step::before { background: var(--pva-blue); border: 5px solid #dff3ff; border-radius: 50%; content: ''; height: 16px; left: 0; position: absolute; top: -9px; width: 16px; }
.pva-process-step > span { color: #c4d1dd; display: block; font-size: 42px; font-weight: 800; line-height: 1; margin-bottom: 23px; }

.pva-community { background: linear-gradient(120deg, rgba(4, 27, 48, .96), rgba(5, 58, 94, .91)), url('/assets/images/landing/global-schedules.jpg') center/cover; }
.pva-community-icon { align-items: center; background: rgba(66,199,243,.12); border: 1px solid rgba(66,199,243,.32); border-radius: 50%; color: var(--pva-cyan); display: inline-flex; font-size: 32px; height: 74px; justify-content: center; width: 74px; }
.pva-relaunch-note { align-items: center; color: rgba(255,255,255,.6); display: inline-flex; font-size: 13px; gap: 7px; max-width: 280px; text-align: left; }
.pva-footer { background: #03131f; }
.pva-footer img { height: 51px; object-fit: contain; width: auto; }
.pva-footer-links a { color: rgba(255,255,255,.68); font-weight: 600; }
.pva-footer-links a:hover { color: #fff; }
.pva-footer hr { border-color: rgba(255,255,255,.13); }
.pva-back-to-top { bottom: 24px; box-shadow: 0 8px 24px rgba(0,0,0,.2); opacity: 0; pointer-events: none; position: fixed; right: 24px; transform: translateY(10px); transition: .2s ease; z-index: 1000; }
.pva-back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

@media (max-width: 991.98px) {
    .pva-landing .navbar-collapse { background: rgba(5,25,45,.98); border-radius: 12px; margin-top: 10px; padding: 18px; }
    .pva-nav-actions { margin-top: 14px; }
    .pva-landing-hero { min-height: 700px; }
    .pva-landing-hero h1 { letter-spacing: -2px; }
    .pva-stat { border-bottom: 1px solid rgba(255,255,255,.1); }
    .pva-ops-visual { margin-bottom: 30px; }
}

@media (max-width: 575.98px) {
    .pva-landing .section { padding: 78px 0; }
    .pva-landing .navbar-brand img { height: 40px; }
    .pva-landing-hero { min-height: 760px; }
    .pva-landing-hero h1 { font-size: 3.2rem; }
    .pva-coming-soon { align-items: flex-start; border-radius: 14px; line-height: 1.45; }
    .pva-coming-soon span { flex-basis: 100%; }
    .pva-stat { min-height: 130px; padding: 20px 14px; }
    .pva-stat i { font-size: 27px; }
    .pva-stat strong { font-size: 15px; }
    .pva-scroll-cue { display: none; }
    .pva-globe { height: 300px; width: 300px; }
    .pva-ops-visual { min-height: 410px; }
    .pva-flight-card-one { left: 5px; top: 20px; }
    .pva-flight-card-two { bottom: 15px; right: 5px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
