:root{
  --bg:#020617;
  --panel:#0b1220;
  --line:rgba(148,163,184,.18);
  --text:#e5e7eb;
  --muted:rgba(203,213,245,.82);
  --brand:#4da3ff;
  --brand2:#3b82f6;
  --shadow: 0 18px 70px rgba(0,0,0,.55);
}

*{box-sizing:border-box}
html,body{height:100%}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  background:
    radial-gradient(900px 450px at 15% 15%, rgba(77,163,255,.18), transparent 60%),
    radial-gradient(800px 420px at 85% 20%, rgba(59,130,246,.14), transparent 60%),
    var(--bg);
  color:var(--text);
}

a{text-decoration:none;color:inherit}
.container{max-width:1200px;margin:0 auto;padding:0 24px}

/* anchor offset for sticky header */
#services, #why, #contact, #top { scroll-margin-top: 92px; }

/* ===== HEADER ===== */
.site-header{
  background:rgba(2,6,23,.72);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:999;
}
.header-inner{
  max-width:1200px;
  margin:0 auto;
  padding:14px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:260px;
}
.brand-title{
  font-size:18px;
  font-weight:800;
  letter-spacing:.2px;
}
.brand-sub{
  font-size:12px;
  color:rgba(203,213,245,.70);
  margin-top:4px;
}
.brand-text{line-height:1.1}

.main-menu{
  display:flex;
  align-items:center;
  gap:22px;
  justify-content:flex-end;
  flex:1;
}
.main-menu a{
  color:rgba(203,213,245,.85);
  font-size:14px;
  font-weight:600;
  padding:10px 10px;
  border-radius:12px;
}
.main-menu a:hover{color:#fff;background:rgba(255,255,255,.06)}

/* ===== BUTTONS ===== */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-weight:800;
  font-size:14px;
  transition:.15s ease;
  cursor:pointer;
  user-select:none;
}
.btn:hover{transform:translateY(-1px);background:rgba(255,255,255,.09)}
.btn.primary{
  background:linear-gradient(135deg, rgba(77,163,255,1), rgba(59,130,246,1));
  border-color:rgba(255,255,255,.18);
  color:#041028;
}
.btn.primary:hover{filter:brightness(1.05)}
.btn.nav-cta{
  padding:10px 16px;
  border-radius:14px;
}

/* ===== HERO ===== */
.hero{
  padding:78px 0 58px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:44px;
  align-items:center;
}
.hero h1{
  margin:0 0 16px;
  font-size:54px;
  line-height:1.05;
  letter-spacing:-.7px;
  font-weight:900;
}
.hero h1 .accent{color:var(--brand)}
.hero p{
  margin:0 0 26px;
  font-size:16px;
  line-height:1.75;
  color:var(--muted);
  max-width:60ch;
}
.actions{display:flex;gap:14px;flex-wrap:wrap}

/* stats */
.stats{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.stat{
  border:1px solid rgba(148,163,184,.18);
  background:rgba(2,6,23,.35);
  border-radius:16px;
  padding:12px 12px;
}
.stat strong{display:block;font-size:15px}
.stat span{display:block;margin-top:6px;font-size:12px;color:rgba(203,213,245,.72)}

/* hero card */
.hero-card{
  border:1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border-radius:22px;
  padding:18px;
  overflow:hidden;
  position:relative;
  min-height:320px;
  box-shadow: var(--shadow);
}
.hero-card:before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(420px 260px at 20% 20%, rgba(77,163,255,.28), transparent 60%),
    radial-gradient(520px 320px at 80% 30%, rgba(59,130,246,.22), transparent 60%);
  pointer-events:none;
  filter: blur(10px);
}
.hero-card-inner{position:relative}
.hero-card-title{
  font-weight:900;
  letter-spacing:.2px;
  margin-bottom:12px;
}
.quick-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
.quick-item{
  border:1px solid rgba(148,163,184,.18);
  background:rgba(2,6,23,.30);
  border-radius:16px;
  padding:14px;
}
.quick-head{
  font-weight:900;
  font-size:14px;
}
.quick-sub{
  margin-top:6px;
  font-size:12px;
  color:rgba(203,213,245,.72);
}
.hero-note{
  margin-top:14px;
  font-size:12px;
  color:rgba(203,213,245,.68);
}

/* ===== SECTIONS ===== */
.section{padding:58px 0}
.section-dark{
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)),
    rgba(2,6,23,.15);
  border-top:1px solid rgba(148,163,184,.10);
  border-bottom:1px solid rgba(148,163,184,.10);
}
.section h2{
  margin:0 0 10px;
  font-size:26px;
  letter-spacing:-.2px;
}
.section-lead{
  margin:0 0 22px;
  color:rgba(203,213,245,.78);
  line-height:1.7;
  max-width:75ch;
}
.grid3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.card{
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  border-radius:18px;
  padding:16px;
}
.card.glass{
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
}
.card h3{margin:0 0 8px;font-size:16px}
.card p{margin:0;color:rgba(203,213,245,.75);line-height:1.7;font-size:13px}

/* ===== CONTACT ===== */
.contact-grid{
  display:grid;
  grid-template-columns: 1fr 1.05fr;
  gap:14px;
  align-items:stretch;
}
.contact-card{
  border:1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border-radius:18px;
  padding:18px;
  box-shadow: var(--shadow);
}
.contact-row{
  display:grid;
  grid-template-columns: 140px 1fr;
  gap:12px;
  align-items:start;
}
.label{
  font-weight:900;
  color:rgba(203,213,245,.85);
  font-size:13px;
}
.value{
  color:rgba(229,231,235,.95);
  line-height:1.65;
  font-size:14px;
}
.divider{
  height:1px;
  background:rgba(148,163,184,.14);
  margin:14px 0;
}
.link{
  color:rgba(110,203,255,.95);
  font-weight:800;
}
.link:hover{color:#fff;text-decoration:underline}

.contact-badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.badge{
  border:1px solid rgba(148,163,184,.18);
  background:rgba(2,6,23,.35);
  border-radius:999px;
  padding:8px 10px;
  font-size:12px;
  color:rgba(203,213,245,.80);
  font-weight:700;
}

.map-card{
  border:1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border-radius:18px;
  overflow:hidden;
  box-shadow: var(--shadow);
  display:flex;
  flex-direction:column;
}
.map-head{
  padding:16px 16px 10px;
  border-bottom:1px solid rgba(148,163,184,.12);
}
.map-title{
  font-weight:900;
  letter-spacing:.2px;
}
.map-sub{
  margin-top:6px;
  font-size:12px;
  color:rgba(203,213,245,.72);
}
.map-wrap{
  position:relative;
  width:100%;
  flex:1;
  min-height:320px;
  background: rgba(2,6,23,.35);
}
.map-wrap iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  filter: saturate(1.05) contrast(1.02);
}
.map-foot{
  padding:10px 16px 14px;
  font-size:12px;
  color:rgba(203,213,245,.68);
  border-top:1px solid rgba(148,163,184,.12);
}

/* ===== FOOTER ===== */
.footer{
  border-top:1px solid rgba(148,163,184,.12);
  padding:18px 0;
  color:rgba(203,213,245,.72);
  font-size:12px;
  background:rgba(2,6,23,.35);
}
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.footer-link{color:rgba(203,213,245,.85);font-weight:700}
.footer-link:hover{color:#fff;text-decoration:underline}
.dot{opacity:.6;padding:0 6px}

/* ===== MOBILE ===== */
@media(max-width:980px){
  .header-inner{flex-direction:column;align-items:flex-start}
  .brand{min-width:unset}
  .main-menu{width:100%;justify-content:flex-start;flex-wrap:wrap}
  .hero-grid{grid-template-columns:1fr}
  .hero{padding:62px 0 48px}
  .hero h1{font-size:38px}
  .stats{grid-template-columns:1fr;max-width:420px}
  .grid3{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .contact-row{grid-template-columns:1fr}
}
