
:root{
  --bg:#f3f6fb;
  --surface:#ffffff;
  --surface-soft:#eef3fb;
  --border:#d8e0ef;
  --text:#102754;
  --muted:#5f7197;
  --primary:#1566d0;
  --primary-dark:#0e3f96;
  --secondary:#ffd54a;
  --shadow:0 18px 40px rgba(16,39,84,.10);
  --radius:24px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.6;
}
body.modal-open{overflow:hidden}
img,video{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(1240px,calc(100% - 32px));margin:0 auto}

.site-header{
  position:sticky;top:0;z-index:30;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(16,39,84,.06);
}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;font-size:1.2rem;white-space:nowrap;flex:0 0 auto}
.brand img{width:92px;height:92px;object-fit:contain}
.site-nav{display:flex;gap:20px;font-weight:600;font-size:.98rem;color:var(--muted);flex:1 1 auto;justify-content:center}
.site-nav a{white-space:nowrap}
.site-nav a:hover{color:var(--primary-dark)}
.nav-actions{display:flex;gap:10px;flex:0 0 auto}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border-radius:999px;padding:11px 20px;font-weight:700;transition:.25s ease;
  border:1px solid transparent;
}
.btn-primary{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;box-shadow:0 10px 24px rgba(21,102,208,.25)}
.btn-primary:hover{transform:translateY(-1px)}
.btn-secondary,.btn-ghost{background:#fff;border-color:var(--border);color:var(--primary-dark)}
.btn-secondary:hover,.btn-ghost:hover{border-color:#b8c6e0;background:#f8fbff}
.menu-toggle{display:none;background:none;border:none;font-size:1.8rem;color:var(--text)}

.hero{
  padding:64px 0 32px;
  background:
    radial-gradient(circle at top left, rgba(21,102,208,.10), transparent 42%),
    radial-gradient(circle at top right, rgba(255,213,74,.16), transparent 34%);
}
.hero-grid{
  display:grid;grid-template-columns:.92fr 1.08fr;gap:46px;align-items:stretch;
}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-size:.92rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  color:var(--primary-dark);margin-bottom:16px;
}
.eyebrow::before{
  content:"";width:34px;height:2px;border-radius:2px;
  background:linear-gradient(90deg,var(--secondary),#6ed2ff)
}
.hero h1{
  margin:0 0 18px;font-size:clamp(2.9rem,4.6vw,4.4rem);line-height:.98;letter-spacing:-.045em;max-width:560px
}
.hero p{font-size:1.08rem;color:var(--muted);max-width:620px;margin:0 0 24px;line-height:1.72}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}
.hero-points{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;
  width:100%;margin-top:22px;align-items:stretch
}
.hero-points div{
  background:rgba(255,255,255,.84);border:1px solid var(--border);border-radius:24px;
  padding:24px 22px;display:grid;gap:10px;min-height:100%;box-shadow:0 10px 22px rgba(16,39,84,.05)
}
.hero-points strong{font-size:1.22rem;line-height:1.25;color:rgba(10,35,94,.96)}
.hero-points span{color:var(--muted);font-size:1.02rem;line-height:1.65}

.hero-visual{position:relative;min-height:430px;align-self:stretch;height:100%}
.hero-scene{display:flex;align-items:stretch;justify-content:center;padding-top:0}

.hero-scene-card{
  position:absolute;inset:0 24px 0;background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(245,249,255,.94));
  border:1px solid rgba(216,224,239,.95);border-radius:34px;box-shadow:var(--shadow);padding:34px 30px 28px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;overflow:hidden
}
.hero-scene-card::before{
  content:"";position:absolute;inset:auto -10% -28% -10%;height:52%;
  background:radial-gradient(circle at center, rgba(21,102,208,.12), transparent 62%);
}
.scene-logo-wrap{position:relative;z-index:1;width:min(74%,360px);display:flex;justify-content:center}
.scene-logo{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 18px 30px rgba(16,39,84,.14))}
.scene-route-pill{position:relative;z-index:1;padding:10px 18px;border-radius:999px;background:#eef5ff;border:1px solid #d4e3fb;color:var(--primary-dark);font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:.88rem}
.scene-route-line{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;max-width:390px;height:46px}
.scene-route-line .line{display:block;height:4px;border-radius:999px;width:100%;background:linear-gradient(90deg,#9bc5ff,var(--primary),#ffd54a)}
.scene-route-line .dot{position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;border:4px solid var(--primary);top:50%;transform:translateY(-50%)}
.scene-route-line .dot-left{left:0}.scene-route-line .dot-right{right:0}
.scene-route-line .plane{position:absolute;left:50%;top:50%;transform:translate(-50%,-56%);font-size:1.6rem;color:var(--primary-dark);animation:planeMove 4s ease-in-out infinite}
.scene-tags{position:relative;z-index:1;display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.scene-tags span{padding:12px 16px;border-radius:999px;background:#fff;border:1px solid var(--border);font-weight:700;color:var(--text)}
.scene-float{position:absolute;display:flex;align-items:center;justify-content:center;width:74px;height:74px;border-radius:22px;background:#fff;border:1px solid var(--border);box-shadow:0 18px 34px rgba(16,39,84,.10);font-size:2rem;animation:floatBob 4.8s ease-in-out infinite}
.float-one{left:4px;bottom:32px;animation-delay:0s}
.float-two{right:10px;top:70px;animation-delay:1.2s}
.float-three{right:34px;bottom:-2px;animation-delay:2.1s}
.scene-ring{position:absolute;border-radius:50%;border:1px dashed rgba(21,102,208,.24)}
.ring-one{width:520px;height:520px;top:-18px;left:10px;animation:spinSlow 24s linear infinite}
.ring-two{width:360px;height:360px;bottom:-4px;right:16px;animation:spinSlowReverse 18s linear infinite}
@keyframes floatBob{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes planeMove{0%,100%{left:20%}50%{left:80%}}
@keyframes spinSlow{from{transform:rotate(0)}to{transform:rotate(360deg)}}
@keyframes spinSlowReverse{from{transform:rotate(360deg)}to{transform:rotate(0)}}

.trust-strip{padding:8px 0 6px}
.trust-grid{
  display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;
  border-radius:28px;background:linear-gradient(90deg,#102b73,#1b47a8);
  color:#fff;box-shadow:var(--shadow)
}
.trust-grid > div{padding:22px 26px;border-right:1px solid rgba(255,255,255,.12)}
.trust-grid > div:last-child{border-right:0}
.trust-grid span{display:block;font-size:.85rem;text-transform:uppercase;letter-spacing:.09em;color:rgba(255,255,255,.74);margin-bottom:4px}
.trust-grid strong{display:block;font-size:1.02rem;font-weight:700;line-height:1.35}
.trust-grid a{color:#fff;text-decoration:underline;text-decoration-color:rgba(255,255,255,.35)}

.section{padding:86px 0}
.section-alt{background:rgba(255,255,255,.35)}
.section-heading{margin-bottom:26px}
.section-heading.center{text-align:center;max-width:850px;margin:0 auto 34px}
.section-heading h2{
  margin:0;font-size:clamp(2rem,4vw,3.3rem);line-height:1.08;letter-spacing:-.03em
}
.section-heading p,.section p{color:var(--muted)}
.two-col{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:start}
.feature-panel{
  background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);
  border-radius:28px;padding:28px
}
.feature-row + .feature-row{margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}
.feature-row strong{display:block;font-size:1.08rem;margin-bottom:6px}

.cards.three{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.info-card{
  padding:28px;border-radius:24px;background:var(--surface);
  border:1px solid var(--border);box-shadow:0 12px 28px rgba(16,39,84,.06)
}
.info-card h3{margin:0 0 10px;font-size:1.55rem}
.info-card p{margin:0 0 18px;color:var(--muted)}
.info-card a{font-weight:800;color:var(--primary-dark)}
.coming{background:linear-gradient(180deg,#fff,#f8fbff)}
.has-ribbon{position:relative;overflow:hidden}
.corner-ribbon{position:absolute;top:20px;right:-42px;background:var(--secondary);color:#102b73;font-weight:800;font-size:.86rem;padding:8px 52px;transform:rotate(30deg);box-shadow:0 8px 18px rgba(0,0,0,.08)}

.flyer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.flyer-panel{
  padding:18px;background:var(--surface);border:1px solid var(--border);
  border-radius:28px;box-shadow:var(--shadow);cursor:pointer;text-align:left
}
.flyer-panel img{
  width:100%;aspect-ratio:1365/2048;object-fit:contain;border-radius:18px;
  background:#f7f9fe;border:1px solid #e5ecf8
}
.flyer-panel span{display:block;margin-top:14px;font-size:1.08rem;font-weight:800}
.flyer-panel:hover{transform:translateY(-3px);transition:.2s ease}
.flyer-grid .flyer-panel:last-child{grid-column:1 / -1;max-width:520px;justify-self:center}

.weekly-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:30px;align-items:center}
.social-links a{display:inline-flex;padding:13px 20px;border-radius:999px;background:#fff;border:1px solid var(--border);font-weight:700;color:var(--primary-dark)}
.video-card{
  background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);
  border-radius:28px;padding:20px
}
.video-shell{border-radius:22px;overflow:hidden;background:#0f1830}
.video-shell video{width:100%;aspect-ratio:9/16;object-fit:cover;background:#111;max-height:720px}
.video-caption{margin:16px 4px 0;color:var(--muted)}

.gallery-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;grid-auto-rows:280px;align-items:stretch
}
.gallery-item{
  margin:0;border-radius:24px;overflow:hidden;background:var(--surface);border:1px solid var(--border)
}
.gallery-item.tall{grid-row:span 2}
.gallery-item img{width:100%;height:100%;object-fit:cover}

.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:start}
.contact-list{display:grid;gap:14px}
.contact-list div{
  padding:16px 18px;border-radius:20px;background:var(--surface);border:1px solid var(--border)
}
.contact-list span{display:block;color:var(--muted);font-size:.92rem}
.contact-card{
  display:grid;gap:14px;padding:24px;background:var(--surface);border:1px solid var(--border);
  border-radius:28px;box-shadow:var(--shadow)
}
.contact-card input,.contact-card textarea{
  width:100%;border:1px solid var(--border);background:#fbfcff;color:var(--text);
  border-radius:16px;padding:16px 18px;font:inherit;resize:vertical
}
.contact-card input:focus,.contact-card textarea:focus{outline:2px solid rgba(21,102,208,.18);border-color:#aac4ef}
.contact-card button{cursor:pointer}

.site-footer{
  padding:28px 0;border-top:1px solid rgba(16,39,84,.08);background:#ffffff
}
.footer-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-brand{display:flex;align-items:center;gap:14px}
.footer-brand img{width:58px;height:58px;object-fit:contain}
.footer-brand strong{display:block}
.footer-brand span{color:var(--muted)}
.footer-links a{font-weight:700;color:var(--primary-dark)}

.flyer-modal{
  position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:100
}
.flyer-modal.open{display:flex}
.flyer-modal-backdrop{position:absolute;inset:0;background:rgba(7,16,40,.72);backdrop-filter:blur(8px)}
.flyer-modal-content{
  position:relative;z-index:1;width:min(1080px,calc(100% - 28px));max-height:calc(100vh - 28px);
  background:#fff;border-radius:24px;box-shadow:0 26px 60px rgba(0,0,0,.35);overflow:hidden;
  display:flex;flex-direction:column
}
.flyer-modal-header{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:16px 22px;border-bottom:1px solid var(--border)
}
.flyer-modal-header strong{font-size:1.05rem}
.flyer-modal-header a{font-weight:700;color:var(--primary-dark)}
.flyer-close{
  position:absolute;right:14px;top:11px;width:40px;height:40px;border-radius:50%;
  border:1px solid var(--border);background:#fff;color:var(--text);font-size:1.5rem;cursor:pointer
}
.flyer-modal-body{
  padding:18px;overflow:auto;background:#edf3fb;display:flex;justify-content:center
}
.flyer-modal-body img{
  width:min(900px,100%);height:auto;border-radius:18px;box-shadow:var(--shadow)
}


@media (max-width:1320px){
  .brand img{width:82px;height:82px}
  .site-nav{gap:16px;font-size:.94rem}
  .btn{padding:10px 17px}
  .trust-grid strong{font-size:.97rem}
}
@media (max-width:1080px){
  .site-nav{display:none;position:absolute;left:16px;right:16px;top:100%;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:14px;flex-direction:column;gap:14px}
  .site-nav.open{display:flex}
  .menu-toggle{display:block}
  .nav-actions{display:none}
  .hero-grid,.two-col,.weekly-grid,.contact-grid{grid-template-columns:1fr}
  .hero-copy{max-width:none}
  .hero-visual{min-height:500px;margin-top:8px}
  .hero-scene-card{inset:0 16px 30px}
  .float-one{left:10px;bottom:30px}.float-two{right:12px;top:58px}.float-three{right:28px;bottom:-4px}
  .ring-one{width:420px;height:420px;left:0}.ring-two{width:280px;height:280px;right:8px;bottom:18px}
  .hero-points,.trust-grid,.cards.three,.gallery-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:760px){
  .container{width:min(100% - 20px,1180px)}
  .nav-wrap{padding:12px 0}
  .brand{font-size:1.18rem}
  .brand img{width:76px;height:76px}
  .hero{padding:36px 0 22px}
  .hero h1{font-size:clamp(2.3rem,12vw,3.8rem)}
  .hero-visual{min-height:410px}
  .hero-scene-card{inset:0 6px 20px;padding:28px 18px}
  .scene-logo-wrap{width:min(78%,290px)}
  .scene-tags span{padding:10px 13px;font-size:.95rem}
  .scene-float{width:58px;height:58px;font-size:1.5rem;border-radius:18px}
  .float-one{left:2px;bottom:20px}.float-two{right:2px;top:42px}.float-three{right:18px;bottom:-2px}
  .ring-one{width:320px;height:320px;top:30px;left:8px}.ring-two{width:220px;height:220px;bottom:24px;right:14px}
  .hero-points,.trust-grid,.cards.three,.flyer-grid,.gallery-grid{grid-template-columns:1fr}
  .trust-grid > div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
  .trust-grid > div:last-child{border-bottom:0}
  .gallery-grid{grid-auto-rows:240px}
  .gallery-item.tall{grid-row:auto}
  .flyer-grid .flyer-panel:last-child{grid-column:auto;max-width:none}
  .site-footer .footer-wrap{flex-direction:column;align-items:flex-start}
  .flyer-modal-content{width:calc(100% - 12px);max-height:calc(100vh - 12px)}
  .flyer-modal-header{padding:14px 58px 14px 16px}
  .flyer-modal-body{padding:10px}
}
