
:root{
  --bg:#020617;
  --bg-soft:#020617;
  --card:#020617;
  --accent:#38bdf8;
  --accent-soft:#0ea5e9;
  --text:#e5e7eb;
  --muted:#9ca3af;
  --border:#1f2937;
}
*{box-sizing:border-box;margin:0;padding:0}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,system-ui,sans-serif;
  background:radial-gradient(circle at top,#0f172a 0,#020617 55%,#000 100%);
  color:var(--text);
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{max-width:1120px;margin:0 auto;padding:0 20px}
header{
  position:sticky;top:0;z-index:20;
  backdrop-filter:blur(14px);
  background:rgba(2,6,23,.9);
  border-bottom:1px solid rgba(148,163,184,.35);
}
.nav{
  display:flex;justify-content:space-between;align-items:center;
  padding:14px 0;
}
.brand{
  display:flex;align-items:center;gap:10px;
  font-weight:800;font-size:20px;letter-spacing:.08em;text-transform:uppercase;
}
.brand-mark{
  width:40px;height:40px;border-radius:14px;
  border:1px solid rgba(148,163,184,.6);
  display:flex;align-items:center;justify-content:center;
  background:radial-gradient(circle at 30% 0,#38bdf8 0,rgba(15,23,42,0.9) 55%,rgba(15,23,42,1) 100%);
  box-shadow:0 8px 30px rgba(15,118,190,.8);
  font-size:17px;
}
.nav-links{display:flex;gap:16px;font-size:14px;align-items:center}
.nav-links a{color:var(--muted)}
.nav-links a:hover{color:#e5e7eb}
.nav-cta{
  padding:8px 14px;border-radius:999px;
  background:linear-gradient(120deg,#38bdf8,#a855f7);
  color:#020617;font-weight:600;
  box-shadow:0 10px 30px rgba(56,189,248,.55);
}
.lang-switch{display:flex;gap:6px;margin-left:10px;}
.lang-btn{
  border-radius:999px;
  border:1px solid rgba(148,163,184,.5);
  background:rgba(15,23,42,.7);
  color:var(--muted);
  padding:4px 9px;
  font-size:11px;
  cursor:pointer;
}
.lang-btn.is-active{
  border-color:var(--accent);
  color:#e5e7eb;
}
.hero{
  position:relative;
  padding:88px 0 76px;
  background:
    linear-gradient(to bottom,rgba(15,23,42,0.95),rgba(2,6,23,0.96)),
    url("../assets/hero.jpg") center/cover no-repeat fixed;
}
.hero::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at top,#02061780 0,#020617ee 55%,#020617ff 100%);
}
.hero-inner{
  position:relative;z-index:1;
  display:grid;grid-template-columns:1.2fr 1fr;gap:32px;align-items:center;
}
.hero-kicker{
  text-transform:uppercase;letter-spacing:.25em;font-size:11px;color:var(--muted);
}
.hero-title{
  font-size:clamp(32px,5vw,52px);
  font-weight:800;line-height:1.05;margin:14px 0;
}
.hero-title span{
  background:linear-gradient(120deg,#38bdf8,#a855f7);
  -webkit-background-clip:text;
  color:transparent;
}
.hero-text{color:var(--muted);max-width:480px;font-size:15px}
.hero-actions{margin-top:20px;display:flex;flex-wrap:wrap;gap:12px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:11px 18px;border-radius:999px;font-size:14px;font-weight:500;
  border:1px solid transparent;cursor:pointer;
}
.btn-primary{
  background:linear-gradient(120deg,#38bdf8,#a855f7);
  color:#020617;
  box-shadow:0 12px 40px rgba(56,189,248,.6);
}
.btn-ghost{
  border-color:rgba(148,163,184,.7);
  color:var(--muted);
  background:rgba(15,23,42,.7);
}
.hero-note{margin-top:10px;font-size:12px;color:var(--muted)}
.hero-badges{margin-top:22px;display:flex;flex-wrap:wrap;gap:10px;font-size:11px}
.badge{
  padding:6px 10px;border-radius:999px;
  border:1px solid rgba(148,163,184,.55);
  background:rgba(15,23,42,.8);color:var(--muted);
}
.hero-panel{
  border-radius:24px;
  border:1px solid rgba(148,163,184,.6);
  background:radial-gradient(circle at top,#0b1120,#020617);
  padding:18px 18px 14px;
  box-shadow:0 18px 60px rgba(15,23,42,.9);
  font-size:13px;
}
.hero-panel h3{font-size:15px;margin-bottom:8px}
.hero-panel dl{display:grid;grid-template-columns:auto 1fr;row-gap:4px;column-gap:8px}
.hero-panel dt{color:#e5e7eb}
.hero-panel dd{color:var(--muted)}
section{padding:64px 0}
.section-title{font-size:24px;font-weight:700;margin-bottom:8px}
.section-lead{color:var(--muted);font-size:14px;max-width:580px}
.features{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px;font-size:14px;
}
.feature{
  border-radius:18px;
  border:1px solid rgba(31,41,55,.9);
  background:radial-gradient(circle at top,#020617,#020617);
  padding:14px 16px;
}
.feature h3{font-size:15px;margin-bottom:6px}
.feature p{color:var(--muted);font-size:13px}
.routes{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:22px;font-size:14px;
}
.route-card{
  border-radius:18px;
  border:1px solid rgba(31,41,55,.9);
  background:radial-gradient(circle at top,#020617,#020617);
  padding:14px 16px;
}
.route-card h3{font-size:15px;margin-bottom:6px}
.route-card p{color:var(--muted);font-size:13px}
.pricing-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:24px;
}
.price-card{
  border-radius:20px;
  border:1px solid rgba(55,65,81,.9);
  background:radial-gradient(circle at top,#020617,#020617);
  padding:18px 18px 16px;
  font-size:14px;
}
.price-card.highlight{
  border-color:#38bdf8;
  background:linear-gradient(145deg,#0b1120,#020617 45%,#020617 100%);
  box-shadow:0 20px 60px rgba(56,189,248,.45);
}
.price-tag{font-size:22px;font-weight:800;margin-top:6px}
.price-tag span{font-size:13px;font-weight:400;color:var(--muted)}
.price-card ul{margin-top:10px;padding-left:18px}
.price-card li{margin-bottom:4px;color:var(--muted);font-size:13px}
.price-note{margin-top:10px;font-size:11px;color:var(--muted)}
.gallery-grid{
  margin-top:24px;
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;
}
.gallery-grid img{
  border-radius:12px;
  border:1px solid rgba(30,64,175,.7);
}
.two-col{
  display:grid;grid-template-columns:1.1fr 1fr;gap:24px;align-items:flex-start;
}
.faq-item{
  border-radius:18px;
  border:1px solid rgba(31,41,55,.9);
  background:rgba(15,23,42,.9);
  padding:12px 14px;
  font-size:13px;
  margin-bottom:10px;
}
.faq-item h3{font-size:13px;margin-bottom:4px}
.faq-item p{color:var(--muted)}
.contact-card{
  border-radius:22px;
  border:1px solid rgba(148,163,184,.8);
  background:radial-gradient(circle at top,#0b1120,#020617);
  padding:16px 18px;
  font-size:13px;
}
.contact-card p{margin:5px 0}
.contact-card a{color:#e5e7eb}
.contact-note{margin-top:8px;font-size:11px;color:var(--muted)}
footer{
  border-top:1px solid rgba(31,41,55,.9);
  padding:18px 0 22px;
  font-size:12px;
  color:var(--muted);
  background:#020617;
}
@media (max-width:900px){
  .hero-inner{grid-template-columns:1fr}
  .hero-panel{margin-top:18px}
  .features,.routes,.pricing-grid{grid-template-columns:1fr 1fr}
  .gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .two-col{grid-template-columns:1fr}
}
@media (max-width:640px){
  .nav{flex-direction:column;gap:8px}
  .nav-links{flex-wrap:wrap;justify-content:center}
  .hero{padding-top:72px}
  .features,.routes,.pricing-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
