:root {
  --bg: #07111f;
  --bg-soft: #0b1728;
  --panel: rgba(255,255,255,.065);
  --panel-strong: #10213a;
  --line: rgba(255,255,255,.11);
  --text: #f7fbff;
  --muted: #9fb0c4;
  --navy: #08172a;
  --blue: #5bd2ff;
  --blue-2: #70a7ff;
  --accent: #9ce8ff;
  --white: #fff;
  --shadow: 0 24px 70px rgba(0,0,0,.28);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#f5f8fc;color:#102033;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
.text-accent{background:linear-gradient(120deg,var(--blue),var(--blue-2));-webkit-background-clip:text;background-clip:text;color:transparent}

.top-bar{background:#050d18;color:#b7c5d6;border-bottom:1px solid rgba(255,255,255,.07);font-size:.78rem}
.top-bar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.tb-badges{display:flex;gap:22px}.tb-badge{display:flex;align-items:center;gap:7px}.tb-badge i,.tb-phone i{color:var(--blue)}.tb-phone{font-weight:750;color:#fff;letter-spacing:.01em}

.header{position:fixed;top:38px;left:0;right:0;z-index:1000;transition:.25s ease;border-bottom:1px solid transparent}.header.scrolled{background:rgba(7,17,31,.88);backdrop-filter:blur(18px);border-color:rgba(255,255,255,.08);box-shadow:0 8px 25px rgba(0,0,0,.12)}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.logo,.footer-logo{display:flex;align-items:center;gap:12px}.logo-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,var(--blue),var(--blue-2));color:#04111f;box-shadow:0 10px 25px rgba(91,210,255,.24)}.logo-icon-sm{width:36px;height:36px;border-radius:12px}.logo-text{font-size:1.14rem;font-weight:900;letter-spacing:-.03em;color:#fff}.logo-text small{display:block;font-size:.56rem;letter-spacing:.16em;text-transform:uppercase;color:#8fa3ba;margin-top:-3px;font-weight:650}
.nav-links{display:flex;gap:30px;color:#c4d0dd;font-size:.88rem;font-weight:600}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--blue);transition:.2s}.nav-links a:hover:after{width:100%}
.header-phone-btn,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;font-weight:800;transition:.2s ease}.header-phone-btn{padding:11px 18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);color:#fff;font-size:.84rem}.header-phone-btn:hover{background:rgba(255,255,255,.14);transform:translateY(-1px)}

.hero{position:relative;min-height:760px;padding:176px 0 88px;background:radial-gradient(circle at 78% 21%,rgba(91,210,255,.17),transparent 31%),radial-gradient(circle at 13% 20%,rgba(112,167,255,.14),transparent 27%),linear-gradient(155deg,#06101d 0%,#08172a 58%,#0b1b31 100%);color:#fff;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent)}
.hero-glow{position:absolute;width:460px;height:460px;border-radius:50%;background:rgba(91,210,255,.07);filter:blur(15px);right:-120px;top:130px}
.hero-inner{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:72px;align-items:center}
.hero-badge,.section-label,.cta-badge{display:inline-flex;align-items:center;gap:8px;border-radius:999px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.7rem}.hero-badge{padding:8px 13px;border:1px solid rgba(156,232,255,.26);background:rgba(91,210,255,.08);color:#c8f4ff;margin-bottom:22px}.hero h1{font-size:clamp(3rem,6.4vw,5.8rem);line-height:.98;letter-spacing:-.065em;max-width:780px;font-weight:900}.hero-sub{font-size:1.08rem;max-width:630px;color:#aebed0;margin:24px 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{padding:14px 22px}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#07111f;box-shadow:0 14px 35px rgba(91,210,255,.19)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(91,210,255,.28)}.btn-white{background:#fff;color:#08172a}.btn-white:hover{transform:translateY(-2px)}.btn-xl{padding:16px 28px;font-size:1.02rem}.btn-sm{padding:10px 16px;font-size:.82rem}.hero-trust{display:flex;gap:20px;flex-wrap:wrap;color:#9fb0c4;font-size:.78rem;font-weight:600;margin-top:20px}.hero-trust i{color:var(--blue)}
.hero-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;transform:rotate(-2deg)}.hero-card{padding:25px;border:1px solid rgba(255,255,255,.11);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));backdrop-filter:blur(14px);border-radius:22px;box-shadow:0 22px 45px rgba(0,0,0,.18)}.hero-card:first-child{grid-column:1/3;padding:30px}.hero-card:nth-child(2){transform:translateY(12px)}.hc-icon{width:44px;height:44px;border-radius:14px;background:rgba(91,210,255,.12);display:grid;place-items:center;color:var(--blue);margin-bottom:16px}.hero-card h4{font-size:1rem;margin-bottom:5px}.hero-card p{font-size:.82rem;color:#9fb0c4}

.stats-bar{position:relative;margin-top:-34px;z-index:4}.stats-bar-inner{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #e6edf5;border-radius:22px;box-shadow:0 16px 45px rgba(18,45,80,.12);overflow:hidden}.sb-stat{padding:23px 20px;text-align:center;border-right:1px solid #e8eef5}.sb-stat:last-child{border-right:0}.sb-val{display:block;font-size:1.28rem;font-weight:900;color:#0c213a;letter-spacing:-.04em}.sb-val i{color:#f6ae2d;font-size:.85rem}.sb-desc{display:block;color:#7c8ca0;font-size:.72rem;margin-top:2px;font-weight:650;text-transform:uppercase;letter-spacing:.08em}

.services,.process,.why-section,.airlines-section,.cta-section{padding:104px 0}.section-alt{background:#edf3f9}.section-label{color:#3479a0;background:#e8f7fd;padding:7px 11px;margin-bottom:14px}.section-title{font-size:clamp(2.2rem,4vw,3.7rem);line-height:1.02;letter-spacing:-.055em;color:#0a1d34;font-weight:900}.section-subtitle{color:#78889b;margin-top:12px;font-size:.98rem;max-width:620px}.service-grid,.steps-grid,.why-grid{display:grid;gap:18px;margin-top:42px}.service-grid,.steps-grid{grid-template-columns:repeat(3,1fr)}.svc-card,.step-card,.why-card{background:#fff;border:1px solid #e4ebf3;border-radius:var(--radius);padding:30px;box-shadow:0 10px 30px rgba(22,47,75,.055);transition:.25s}.svc-card:hover,.step-card:hover,.why-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(22,47,75,.10)}.svc-icon,.wc-icon,.hf-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#e8f7fd;color:#287da7;margin-bottom:18px}.svc-card h4,.why-card h4{font-size:1.04rem;color:#102033;margin-bottom:7px}.svc-card p,.why-card p,.step-card p,.hf-item p{color:#75869a;font-size:.86rem}
.help-cta-row{display:grid;grid-template-columns:.88fr 1.12fr;gap:18px;margin-top:18px}.help-cta-box{background:linear-gradient(145deg,#07111f,#102b49);color:#fff;border-radius:var(--radius);padding:34px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:260px;position:relative;overflow:hidden}.help-cta-box:after{content:"✈";position:absolute;right:-10px;bottom:-35px;font-size:10rem;color:rgba(255,255,255,.035);transform:rotate(-20deg)}.help-cta-box h4{font-size:1.45rem;letter-spacing:-.03em}.help-cta-box p{color:#9fb0c4;margin:6px 0 18px}.help-cta-phone{font-size:1.75rem;font-weight:900;letter-spacing:-.04em;color:#8ee6ff}.help-cta-note{font-size:.65rem;letter-spacing:.14em;color:#8094aa;margin-top:10px}.help-features{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hf-item{background:#fff;border:1px solid #e4ebf3;border-radius:20px;padding:22px;display:flex;gap:15px;align-items:flex-start}.hf-icon{flex:0 0 42px;width:42px;height:42px;margin:0}.hf-item h4{font-size:.93rem;color:#102033;margin-bottom:2px}
.step-card{position:relative;overflow:hidden}.step-num{font-size:3rem;line-height:1;font-weight:950;color:#dce7f1;letter-spacing:-.07em;margin-bottom:28px}.step-card h3{font-size:1.1rem;color:#102033;margin-bottom:8px}.step-tag,.st-tag,.step-done{display:inline-flex;margin-top:18px;border-radius:999px;padding:7px 11px;font-size:.74rem;font-weight:800}.step-tag,.st-tag{background:#edf7fb;color:#377c9f}.step-tags{display:flex;gap:7px;flex-wrap:wrap}.step-done{background:#eaf8f0;color:#2c7a50;gap:6px}.center-cta{text-align:center;margin-top:34px}
.why-grid{grid-template-columns:repeat(4,1fr)}.why-card{text-align:left}.trust-badges,.airline-badges{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:30px}.tb-item,.ab-item{display:flex;align-items:center;gap:8px;padding:11px 16px;border-radius:999px;background:#fff;border:1px solid #e2eaf2;color:#52657a;font-size:.78rem;font-weight:700}.tb-item i,.ab-icon,.ab-val{color:#3389ad}.ab-val{font-weight:900;font-size:1rem}.accent-badge{background:#eaf8fd;border-color:#cdebf7;color:#347e9e}
.logos-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:42px}.airline-logo-item{height:82px;border-radius:18px;background:#fff;border:1px solid #dfe7ef;display:flex;align-items:center;justify-content:center;padding:16px;transition:.2s}.airline-logo-item:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(24,49,80,.08)}.airline-logo-item img{max-width:100%;max-height:42px;object-fit:contain}
.cta-section{background:radial-gradient(circle at 25% 20%,rgba(91,210,255,.16),transparent 30%),linear-gradient(145deg,#06101d,#0b2039);color:#fff;text-align:center}.cta-content{max-width:800px}.cta-badge{padding:8px 12px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:#caeefe;margin-bottom:18px}.cta-content h2{font-size:clamp(2.3rem,5vw,4rem);line-height:1.02;letter-spacing:-.055em}.cta-content>p:not(.cta-trust){color:#a7b7c9;margin:14px auto 26px;max-width:620px}.cta-trust{margin-top:16px;color:#71869f;font-size:.76rem}
.prefooter-bar{background:#57c9ef;color:#06101d;padding:14px 0}.prefooter-inner{display:flex;justify-content:space-between;align-items:center;gap:18px}.prefooter-bar span{font-weight:800}.prefooter-bar .btn-primary{background:#07111f;color:#fff;box-shadow:none}
.footer{background:#050d18;color:#8395aa;padding:62px 0 20px}.footer-grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:38px}.footer-col p{font-size:.84rem;max-width:310px}.footer-phone{display:inline-flex;gap:8px;color:#8ee6ff;font-weight:800;margin-top:12px}.footer-col h4{color:#fff;font-size:.87rem;margin-bottom:14px}.footer-col ul{list-style:none}.footer-col li{font-size:.82rem;margin:8px 0}.footer-col a:hover{color:#8ee6ff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;border-top:1px solid rgba(255,255,255,.08);margin-top:38px;padding-top:20px;font-size:.76rem}.footer-links{display:flex;gap:18px}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}
.popup-overlay{display:none;position:fixed;inset:0;background:rgba(2,7,13,.86);z-index:9999;padding:18px}.popup-overlay.active{display:flex;align-items:center;justify-content:center}.popup-dialog{width:min(430px,100%);border-radius:28px;background:radial-gradient(circle at 70% 15%,rgba(91,210,255,.18),transparent 26%),linear-gradient(155deg,#07111f,#102a47);position:relative;overflow:hidden;color:#fff;box-shadow:0 35px 90px rgba(0,0,0,.4);cursor:pointer}.popup-close-btn{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;font-size:1.2rem;z-index:3}.popup-body{text-align:center;padding:48px 26px 34px}.popup-logo-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;margin:0 auto 12px;background:linear-gradient(145deg,var(--blue),var(--blue-2));color:#06101d}.popup-brand{font-size:1.18rem;letter-spacing:.12em;margin-bottom:22px}.popup-phone-box{display:inline-flex;align-items:center;gap:9px;padding:13px 20px;border-radius:999px;background:#fff;color:#0a1d34;font-size:1.18rem;font-weight:900}.popup-services{margin-top:16px;color:#9fb0c4;font-size:.82rem}.popup-live{color:#8ee6ff;font-weight:800;font-size:.82rem;margin-top:3px}.popup-circle{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;margin:24px auto 8px;background:rgba(91,210,255,.12);border:1px solid rgba(91,210,255,.25);color:#8ee6ff;font-size:1.6rem;animation:pulse 2s infinite}.popup-click-text{font-weight:800}.popup-sub{font-size:.7rem;color:#70869e;margin-top:3px}.popup-bar{padding:16px;background:#fff;color:#102033;text-align:center}.popup-bar-label{font-size:.62rem;letter-spacing:.12em;font-weight:800;color:#8294a8}.popup-bar-number{font-size:1.16rem;font-weight:900}@keyframes pulse{50%{box-shadow:0 0 0 18px rgba(91,210,255,0)}}

@media(max-width:1024px){.hero-inner{grid-template-columns:1fr}.hero{padding-top:160px}.hero-content{max-width:760px}.hero-cards{max-width:760px;transform:none}.logos-grid{grid-template-columns:repeat(4,1fr)}.why-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-col:last-child{grid-column:2/4}.nav-links{display:none}}
@media(max-width:760px){.top-bar{display:none}.header{top:0}.header-inner{height:70px}.header-phone-text{display:none}.header-phone-btn{width:42px;height:42px;padding:0}.hero{min-height:auto;padding:124px 0 70px}.hero h1{font-size:clamp(2.55rem,14vw,4rem)}.hero-sub{font-size:.98rem}.hero-cards{grid-template-columns:1fr}.hero-card:first-child{grid-column:auto}.hero-card:nth-child(2){transform:none}.stats-bar{margin-top:-20px}.stats-bar-inner{grid-template-columns:repeat(2,1fr)}.sb-stat:nth-child(2){border-right:0}.sb-stat:nth-child(-n+2){border-bottom:1px solid #e8eef5}.services,.process,.why-section,.airlines-section,.cta-section{padding:76px 0}.service-grid,.steps-grid,.help-cta-row,.why-grid{grid-template-columns:1fr}.help-features{grid-template-columns:1fr}.logos-grid{grid-template-columns:repeat(3,1fr)}.airline-logo-item{height:70px}.footer-grid{grid-template-columns:1fr 1fr}.footer-col:last-child{grid-column:auto}.prefooter-inner{flex-direction:column;text-align:center}.popup-overlay{padding:12px}}
@media(max-width:520px){.container{width:min(var(--container),calc(100% - 28px))}.logo-text{font-size:1rem}.logo-text small{font-size:.5rem}.hero-trust{gap:10px 14px}.hero-actions .btn{width:100%}.section-title{font-size:2.15rem}.logos-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.footer-bottom{align-items:flex-start;flex-direction:column}.help-cta-phone{font-size:1.55rem}}

/* Header + airline artwork refinement */
.top-bar{display:none}
.header{top:0;background:rgba(5,13,24,.78);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}
.header.scrolled{background:rgba(5,13,24,.94);box-shadow:0 10px 30px rgba(0,0,0,.18)}
.header-inner{height:76px;gap:22px}
.logo{min-width:max-content}
.logo-icon{width:40px;height:40px;border-radius:12px;box-shadow:none}
.logo-text{font-size:1.08rem;line-height:1.05}
.logo-text small{font-size:.5rem;letter-spacing:.18em;margin-top:4px;color:#7f93aa}
.nav-links{margin-left:auto;gap:26px;font-size:.84rem}
.header-actions{display:flex;align-items:center;gap:12px}
.header-status{display:inline-flex;align-items:center;gap:7px;color:#aebdcb;font-size:.72rem;font-weight:700;white-space:nowrap}
.status-dot{width:7px;height:7px;border-radius:50%;background:#57d696;box-shadow:0 0 0 4px rgba(87,214,150,.12)}
.header-phone-btn{padding:10px 16px;background:#fff;color:#09192c;border-color:#fff;box-shadow:0 8px 22px rgba(0,0,0,.12)}
.header-phone-btn i{color:#1c7fa8}.header-phone-btn:hover{background:#eaf8fd;color:#09192c}
.hero{padding-top:148px}

.airlines-section{overflow:hidden}
.logos-grid{grid-template-columns:repeat(4,1fr);gap:14px;max-width:1060px;margin-left:auto;margin-right:auto}
.airline-logo-item{height:112px;padding:20px 22px;border-radius:20px;background:#fff;border:1px solid #e2eaf2;box-shadow:0 8px 26px rgba(18,45,80,.045)}
.airline-logo-item img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}
.airline-logo-item:hover{transform:translateY(-3px);border-color:#cee5ef;box-shadow:0 14px 30px rgba(24,49,80,.09)}

@media(max-width:1100px){.header-status{display:none}.logos-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:1024px){.hero{padding-top:132px}.logos-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.header-inner{height:68px}.hero{padding-top:112px}.logos-grid{grid-template-columns:repeat(2,1fr);gap:10px}.airline-logo-item{height:94px;padding:16px}.header-actions{gap:8px}}
@media(max-width:520px){.logo-text small{display:none}.logo-icon{width:36px;height:36px}.logo-text{font-size:.94rem}.airline-logo-item{height:86px;padding:14px}.header-phone-btn{width:40px;height:40px;padding:0}}

/* =========================================================
   DESKTOP HERO REFINEMENT — mobile/tablet behavior preserved
   ========================================================= */
@media (min-width:1025px){
  :root{--container:1360px}

  .header{background:rgba(4,12,24,.86)}
  .header-inner{height:88px;gap:34px}
  .logo{gap:14px;flex:0 0 auto;min-width:286px}
  .logo-icon{
    width:50px;height:50px;border-radius:50%;
    background:radial-gradient(circle at 40% 35%,#e7f8ff 0 7%,#66d7ff 10%,#1676ff 48%,#071b3f 100%);
    color:#fff;border:1px solid rgba(115,218,255,.65);
    box-shadow:0 0 0 6px rgba(38,153,255,.08),0 0 30px rgba(65,185,255,.22)
  }
  .logo-icon i{animation:brandCompassSpin 18s linear infinite}
  .logo-text{display:flex;flex-direction:column;align-items:flex-start;line-height:.93;letter-spacing:0}
  .logo-text strong{font-size:1.22rem;letter-spacing:.025em;color:#fff;font-weight:900}
  .logo-text .brand-flight{font-size:.96rem;letter-spacing:.13em;color:#4aa7ff;font-weight:900;margin-top:4px}
  .logo-text small{font-size:.48rem;letter-spacing:.28em;color:#9aabbd;margin-top:8px;line-height:1}
  .nav-links{margin-left:auto;gap:34px;font-size:.88rem}
  .header-actions{gap:17px;flex:0 0 auto}
  .header-status{display:inline-flex;color:#d4deea;font-size:.76rem}
  .header-phone-btn{background:#1268f4;color:#fff;border-color:#2478ff;padding:11px 20px;box-shadow:0 10px 28px rgba(18,104,244,.25)}
  .header-phone-btn i{color:#fff}.header-phone-btn:hover{background:#2580ff;color:#fff}

  .hero{
    min-height:790px;
    padding:168px 0 128px;
    background:
      radial-gradient(circle at 54% 43%,rgba(24,116,255,.23),transparent 26%),
      radial-gradient(circle at 85% 24%,rgba(55,183,255,.13),transparent 30%),
      linear-gradient(153deg,#020913 0%,#06162b 51%,#071a32 100%);
  }
  .hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:240px;background:linear-gradient(to top,rgba(2,8,17,.72),transparent);pointer-events:none}
  .hero-glow{right:26%;top:130px;width:520px;height:520px;background:rgba(37,143,255,.08)}
  .hero-inner{grid-template-columns:minmax(430px,1.02fr) minmax(560px,1.12fr);gap:72px;align-items:center;z-index:2}
  .hero-content{position:relative;z-index:5;max-width:650px}
  .hero h1{font-size:clamp(4rem,5.1vw,5.6rem);max-width:650px;line-height:.96;letter-spacing:-.06em}
  .hero-sub{font-size:1.14rem;max-width:590px;color:#c1ccda;margin-top:25px}
  .hero-badge{background:rgba(16,109,239,.18);border-color:rgba(83,177,255,.3);color:#d8f4ff}
  .btn-primary{background:linear-gradient(135deg,#1268f4,#2589ff);color:#fff;box-shadow:0 14px 38px rgba(18,104,244,.28)}
  .hero-trust{font-size:.83rem;color:#d1d9e3;margin-top:24px;gap:24px}
  .hero-trust i{color:#2f8dff}

  .hero-visual{position:relative;min-height:500px;display:flex;align-items:center;justify-content:flex-end}
  .desktop-compass{position:absolute;left:-60px;top:50%;width:360px;height:360px;transform:translateY(-50%);z-index:1;opacity:.95;filter:drop-shadow(0 0 24px rgba(32,126,255,.24));pointer-events:none}
  .compass-ring{position:absolute;border-radius:50%;inset:0;border:1px solid rgba(53,145,255,.55)}
  .compass-ring-outer{animation:compassRingSpin 34s linear infinite;background:repeating-conic-gradient(from 0deg,rgba(64,162,255,.8) 0 1deg,transparent 1deg 6deg);mask:radial-gradient(circle,transparent 0 45%,#000 46% 48%,transparent 49% 100%)}
  .compass-ring-inner{inset:46px;border:1px solid rgba(80,181,255,.5);box-shadow:inset 0 0 45px rgba(23,116,255,.12)}
  .compass-rose{position:absolute;inset:72px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,rgba(62,157,255,.18),rgba(4,24,50,.08));font-size:9.3rem;color:#effaff;text-shadow:0 0 12px #6ad7ff,0 0 28px #1268f4;animation:compassRoseSpin 22s linear infinite}
  .desktop-compass>span{position:absolute;color:#b8cadc;font-family:Georgia,serif;font-size:1.7rem;text-shadow:0 2px 10px #000}
  .compass-n{top:-10px;left:50%;transform:translateX(-50%)}.compass-s{bottom:-10px;left:50%;transform:translateX(-50%)}
  .compass-e{right:-9px;top:50%;transform:translateY(-50%)}.compass-w{left:-13px;top:50%;transform:translateY(-50%)}

  .hero-cards{
    position:relative;z-index:3;width:430px;display:flex;flex-direction:column;gap:0;transform:none;
    padding:22px 28px;border:1px solid rgba(93,184,255,.55);border-radius:26px;
    background:linear-gradient(145deg,rgba(11,43,82,.87),rgba(6,24,48,.9));
    backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
    box-shadow:0 28px 80px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06)
  }
  .hero-card,.hero-card:first-child{
    display:grid;grid-template-columns:58px 1fr;grid-template-rows:auto auto;column-gap:18px;
    padding:22px 6px;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;transform:none!important
  }
  .hero-card:not(:last-child){border-bottom:1px solid rgba(153,203,255,.18)}
  .hc-icon{grid-row:1/3;width:54px;height:54px;border-radius:50%;margin:0;background:linear-gradient(145deg,rgba(27,104,214,.38),rgba(25,68,126,.35));border:1px solid rgba(77,160,255,.28);color:#fff;font-size:1.08rem}
  .hero-card h4{font-size:1rem;line-height:1.25;margin:1px 0 5px;color:#fff}.hero-card p{font-size:.9rem;line-height:1.45;color:#c0cedd;max-width:270px}

  .stats-bar{margin-top:-82px;z-index:7;padding-bottom:0}
  .stats-bar-inner{background:linear-gradient(145deg,#07172c,#0a2441);border:1px solid rgba(53,134,220,.45);border-radius:22px;box-shadow:0 22px 58px rgba(4,20,42,.23);overflow:hidden}
  .sb-stat{min-height:118px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;border-right:1px solid rgba(123,175,229,.18)}
  .sb-val{font-size:1.55rem;color:#55a4ff}.sb-desc{color:#e1eaf4;font-size:.72rem;letter-spacing:.04em}.sb-val i{color:#ffc84a}

  @keyframes brandCompassSpin{to{transform:rotate(360deg)}}
  @keyframes compassRingSpin{to{transform:rotate(360deg)}}
  @keyframes compassRoseSpin{to{transform:rotate(-360deg)}}
}

@media (min-width:1025px) and (max-width:1230px){
  .logo{min-width:245px}.logo-text strong{font-size:1.08rem}.logo-text .brand-flight{font-size:.84rem}
  .header-status{display:none}.nav-links{gap:24px}.hero-inner{gap:42px}.desktop-compass{left:-30px;width:300px;height:300px}.compass-rose{font-size:7.6rem}.hero-cards{width:390px}
}


/* Airline logo alignment fix */
.logos-grid{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:stretch;
  gap:14px;
  max-width:1180px;
  margin:42px auto 0;
}
.airline-logo-item{
  flex:0 0 calc((100% - 70px)/6);
  min-width:0;
  height:104px;
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.airline-logo-item img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
@media(max-width:1100px){
  .airline-logo-item{flex-basis:calc((100% - 42px)/4);}
}
@media(max-width:760px){
  .logos-grid{gap:10px;}
  .airline-logo-item{flex-basis:calc((100% - 10px)/2);height:92px;padding:14px 16px;}
}
@media(max-width:420px){
  .airline-logo-item{height:84px;padding:12px 14px;}
}


/* ===== Desktop compass + hero service visibility refinement ===== */
@media (min-width:1025px){
  .hero-visual{
    justify-content:flex-end;
    padding-left:190px;
  }
  .desktop-compass{
    left:-28px;
    width:390px;
    height:390px;
    opacity:1;
    filter:drop-shadow(0 0 34px rgba(38,145,255,.34));
  }
  .compass-ring-outer{
    border:1px solid rgba(105,197,255,.72);
    animation:compassRingSpin 12s linear infinite;
  }
  .compass-ring-inner{
    border:1px solid rgba(106,194,255,.56);
    box-shadow:inset 0 0 58px rgba(25,124,255,.2),0 0 24px rgba(52,147,255,.14);
  }
  .compass-rose{
    inset:82px;
    font-size:8.4rem;
    color:#f4fbff;
    animation:compassRoseSpin 8s linear infinite;
    opacity:.9;
  }
  .compass-sweep{
    position:absolute;
    inset:34px;
    border-radius:50%;
    background:conic-gradient(from 0deg,rgba(73,182,255,0) 0 78%,rgba(73,182,255,.28) 88%,rgba(151,226,255,.7) 98%,rgba(73,182,255,0) 100%);
    mask:radial-gradient(circle,transparent 0 63%,#000 64% 66%,transparent 67% 100%);
    animation:compassSweep 4.2s linear infinite;
    filter:drop-shadow(0 0 8px rgba(105,210,255,.7));
  }
  .compass-needle{
    position:absolute;
    left:50%;
    top:50%;
    width:4px;
    height:132px;
    transform-origin:50% 100%;
    transform:translate(-50%,-100%) rotate(18deg);
    border-radius:999px;
    background:linear-gradient(to top,#197eff 0 52%,#7fe4ff 53% 100%);
    box-shadow:0 0 16px rgba(79,194,255,.9);
    z-index:3;
    animation:compassNeedle 2.8s ease-in-out infinite alternate;
  }
  .compass-needle:after{
    content:"";
    position:absolute;
    left:50%;bottom:-9px;
    width:18px;height:18px;
    transform:translateX(-50%);
    border-radius:50%;
    background:#eafaff;
    border:4px solid #1b83ff;
    box-shadow:0 0 16px rgba(74,188,255,.8);
  }
  .desktop-compass>span{
    z-index:4;
    color:#d9efff;
    font-weight:700;
    font-size:1.5rem;
    text-shadow:0 0 12px rgba(55,166,255,.85),0 2px 8px #000;
  }

  .hero-cards{
    width:455px;
    padding:16px;
    gap:12px;
    border:1px solid rgba(111,200,255,.7);
    border-radius:28px;
    background:linear-gradient(145deg,rgba(10,38,75,.96),rgba(4,18,37,.97));
    box-shadow:0 30px 90px rgba(0,0,0,.38),0 0 42px rgba(25,125,255,.14),inset 0 1px 0 rgba(255,255,255,.08);
  }
  .hero-card,.hero-card:first-child{
    grid-template-columns:64px 1fr;
    grid-template-rows:auto auto;
    column-gap:18px;
    padding:18px 20px;
    border:1px solid rgba(132,200,255,.18)!important;
    border-radius:18px;
    background:linear-gradient(135deg,rgba(25,71,122,.56),rgba(10,38,72,.4));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  }
  .hero-card:not(:last-child){border-bottom:1px solid rgba(132,200,255,.18)!important}
  .hero-card:hover{
    background:linear-gradient(135deg,rgba(30,89,153,.68),rgba(13,48,89,.52));
    border-color:rgba(116,199,255,.42)!important;
  }
  .hc-icon{
    width:58px;height:58px;
    border-radius:16px;
    background:linear-gradient(145deg,#1a78f2,#1551a9);
    border:1px solid rgba(126,211,255,.52);
    color:#fff;
    box-shadow:0 10px 28px rgba(14,99,219,.28),inset 0 1px 0 rgba(255,255,255,.18);
    font-size:1.18rem;
  }
  .hero-card h4{
    margin:3px 0 6px;
    font-size:1.08rem;
    line-height:1.18;
    color:#fff;
    font-weight:800;
    letter-spacing:-.01em;
  }
  .hero-card p{
    margin:0;
    max-width:300px;
    color:#d5e3f1;
    font-size:.91rem;
    line-height:1.5;
  }

  @keyframes compassSweep{to{transform:rotate(360deg)}}
  @keyframes compassNeedle{
    0%{transform:translate(-50%,-100%) rotate(-28deg)}
    100%{transform:translate(-50%,-100%) rotate(34deg)}
  }
}

@media (min-width:1025px) and (max-width:1230px){
  .hero-visual{padding-left:150px}
  .desktop-compass{left:-10px;width:330px;height:330px}
  .compass-rose{inset:72px;font-size:7rem}
  .compass-needle{height:112px}
  .hero-cards{width:410px}
}

/* =========================================================
   REFERENCE-MATCH DESKTOP HERO v20260819-1610
   Desktop only. Mobile/tablet rules above remain intact.
   ========================================================= */
@media (min-width:1025px){
  :root{--container:1450px}

  .header{background:#030c1b;border-bottom:1px solid rgba(137,184,235,.20)}
  .header-inner{height:110px;gap:28px}
  .logo{min-width:360px;gap:14px}
  .logo-icon{width:68px;height:68px;background:transparent;border:0;box-shadow:none;font-size:3.55rem;color:#fff}
  .logo-icon i{filter:drop-shadow(0 0 10px rgba(30,120,255,.42))}
  .logo-text{line-height:.92}
  .logo-text strong{font-size:1.78rem;letter-spacing:.015em}
  .logo-text .brand-flight{font-size:1.14rem;letter-spacing:.17em;margin-top:6px;color:#1980ff}
  .logo-text small{font-size:.55rem;letter-spacing:.34em;margin-top:9px;color:#d1d8e2}
  .nav-links{gap:40px;font-size:1rem;color:#fff}
  .nav-links a{font-weight:500}
  .header-actions{gap:18px}
  .header-status{font-size:.92rem;color:#fff}
  .status-dot{width:11px;height:11px;background:#42dc74;box-shadow:0 0 0 3px rgba(66,220,116,.10)}
  .header-phone-btn{font-size:1rem;padding:13px 24px;background:#075be8;border-color:#1975ff;box-shadow:none}

  .hero{
    min-height:640px;
    padding:175px 0 86px;
    background:
      radial-gradient(circle at 52% 45%,rgba(18,97,234,.25),transparent 24%),
      radial-gradient(circle at 84% 45%,rgba(22,112,235,.12),transparent 34%),
      linear-gradient(180deg,#030d1d 0%,#04142b 48%,#07192f 100%);
  }
  .hero:before{opacity:.16;background-size:64px 64px}
  .hero:after{height:210px;background:linear-gradient(to top,rgba(2,9,20,.86),transparent)}
  .hero-glow{right:34%;top:175px;width:420px;height:420px;background:rgba(13,96,237,.13)}
  .hero-inner{
    grid-template-columns:minmax(500px, .92fr) minmax(720px, 1.35fr);
    gap:32px;
    align-items:center;
  }
  .hero-content{max-width:560px;padding-top:6px}
  .hero-badge{margin-bottom:22px;padding:7px 15px;font-size:.70rem;letter-spacing:.08em;background:rgba(13,90,214,.26)}
  .hero h1{font-size:clamp(3.75rem,4.25vw,4.75rem);line-height:.95;max-width:550px;letter-spacing:-.052em}
  .hero-sub{font-size:1.06rem;line-height:1.55;max-width:520px;margin:24px 0 28px;color:#eef4fb}
  .btn-primary{min-width:385px;padding:15px 28px;font-size:1.08rem;background:#075eea;border:1px solid #2383ff;box-shadow:0 14px 30px rgba(0,71,202,.24)}
  .hero-trust{font-size:.88rem;color:#f4f7fb;gap:28px;margin-top:25px}
  .hero-trust i{color:#1977ff}

  .hero-visual{
    min-height:455px;
    display:grid;
    grid-template-columns:minmax(315px,.9fr) minmax(400px,1.05fr);
    align-items:center;
    gap:24px;
    padding-left:0;
    overflow:visible;
  }
  .desktop-compass{
    position:relative;
    left:auto;top:auto;
    width:360px;height:360px;
    margin:0 auto;
    transform:none;
    z-index:2;
    opacity:1;
    filter:drop-shadow(0 0 24px rgba(21,110,255,.38));
  }
  .compass-ring{border-color:rgba(43,139,255,.70)}
  .compass-ring-outer{
    animation:compassRingSpin 10s linear infinite;
    background:repeating-conic-gradient(from 0deg,rgba(50,156,255,.92) 0 1deg,transparent 1deg 4deg);
  }
  .compass-ring-inner{inset:45px;border-color:rgba(68,158,255,.75);box-shadow:inset 0 0 60px rgba(18,87,214,.20)}
  .compass-rose{
    inset:76px;
    font-size:9rem;
    color:#fff;
    text-shadow:0 0 8px #9ce5ff,0 0 22px #0e67ff,0 0 44px rgba(2,86,255,.85);
    background:radial-gradient(circle,rgba(20,113,255,.25),rgba(3,16,36,.02) 64%);
    animation:compassRoseSpin 7s linear infinite;
  }
  .compass-sweep{inset:25px;animation:compassSweep 3.2s linear infinite}
  .compass-needle{height:128px;animation:compassNeedle 2.2s ease-in-out infinite alternate}
  .desktop-compass>span{font-size:2rem;color:#d9dee7;font-weight:500;font-family:Georgia,serif;text-shadow:0 0 12px #07152c}
  .compass-n{top:-22px}.compass-s{bottom:-22px}.compass-e{right:-19px}.compass-w{left:-26px}

  .hero-visual:after{
    content:"✈";
    position:absolute;
    left:31%;bottom:-50px;
    transform:translateX(-50%) rotate(-90deg) scaleX(1.1);
    font-size:11rem;
    line-height:1;
    color:rgba(121,164,216,.13);
    text-shadow:0 0 22px rgba(26,95,190,.12);
    z-index:0;
    pointer-events:none;
  }

  .hero-cards{
    width:100%;max-width:430px;
    padding:8px 24px;
    gap:0;
    border:1px solid rgba(94,184,255,.72);
    border-radius:22px;
    background:linear-gradient(145deg,rgba(9,42,82,.88),rgba(4,25,52,.94));
    box-shadow:0 24px 65px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.04);
    backdrop-filter:blur(14px);
  }
  .hero-card,.hero-card:first-child{
    display:grid;
    grid-template-columns:58px 1fr;
    grid-template-rows:auto auto;
    column-gap:18px;
    padding:25px 10px;
    border:0!important;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
  .hero-card:not(:last-child){border-bottom:1px solid rgba(151,191,235,.26)!important}
  .hero-card:hover{background:transparent;border-color:rgba(151,191,235,.26)!important}
  .hc-icon{
    grid-row:1/3;
    width:58px;height:58px;
    border-radius:50%;
    background:linear-gradient(145deg,rgba(22,91,190,.42),rgba(13,50,105,.60));
    border:1px solid rgba(61,146,255,.50);
    font-size:1.32rem;
  }
  .hero-card h4{font-size:1.04rem;margin:3px 0 6px;color:#fff}
  .hero-card p{font-size:.94rem;color:#f0f3f8;line-height:1.42;max-width:260px}

  .stats-bar{margin-top:-42px;z-index:10}
  .stats-bar .container{width:min(1390px,calc(100% - 80px))}
  .stats-bar-inner{
    min-height:120px;
    background:linear-gradient(145deg,#05182f,#08233f);
    border:1px solid rgba(74,146,225,.56);
    border-radius:20px;
    box-shadow:0 18px 40px rgba(3,17,39,.28);
  }
  .sb-stat{position:relative;min-height:120px;padding:20px 26px;border-right:1px solid rgba(125,174,224,.22)}
  .sb-stat:before{
    content:"";width:52px;height:52px;border-radius:50%;
    border:1px solid rgba(44,134,238,.48);background:rgba(30,92,165,.15);
    margin-bottom:7px;
  }
  .sb-val{font-size:1.55rem;color:#519bff;line-height:1.05}
  .sb-desc{font-size:.78rem;color:#fff;text-transform:none;letter-spacing:0;font-weight:500}

  /* Airline strip directly below hero on desktop, matching the supplied reference. */
  .airlines-section.reference-airlines{
    padding:100px 0 76px;
    background:#f8fbff;
  }
  .airlines-section.reference-airlines .section-label{display:flex;width:max-content;margin:0 auto 10px;background:transparent;padding:0;color:#0c58d5;font-size:.70rem}
  .airlines-section.reference-airlines .section-title{text-align:center;font-size:2.15rem;letter-spacing:-.04em}
  .airlines-section.reference-airlines .section-subtitle{display:none}
  .airlines-section.reference-airlines .logos-grid{max-width:1400px;margin-top:28px;gap:0;flex-wrap:nowrap;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;background:#fff}
  .airlines-section.reference-airlines .airline-logo-item{flex:1 1 0;height:76px;border:0;border-right:1px solid #e3e8ee;border-radius:0;padding:13px 14px;box-shadow:none}
  .airlines-section.reference-airlines .airline-logo-item:last-child{border-right:0}
  .airlines-section.reference-airlines .airline-logo-item:hover{transform:none;background:#f9fbff}
}

@media (min-width:1025px) and (max-width:1260px){
  .header-inner{gap:18px}.logo{min-width:300px}.nav-links{gap:22px}.header-status{display:none}
  .hero-inner{grid-template-columns:minmax(430px,.9fr) minmax(620px,1.15fr)}
  .hero-visual{grid-template-columns:280px 1fr;gap:12px}.desktop-compass{width:300px;height:300px}.compass-rose{inset:65px;font-size:7.5rem}
  .hero-cards{max-width:390px}.hero h1{font-size:3.7rem}
}
