:root{
  --bg:#f7faff;
  --text:#0f172a;
  --muted:#64748b;
  --blue:#1d4ed8;
  --blue2:#2563eb;
  --card:rgba(255,255,255,.82);
  --line:rgba(15,23,42,.10);
  --shadow:0 24px 70px rgba(15,23,42,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  background:
    radial-gradient(circle at 10% 4%,rgba(37,99,235,.16),transparent 30rem),
    radial-gradient(circle at 90% 15%,rgba(14,165,233,.13),transparent 28rem),
    linear-gradient(135deg,#fff 0%,var(--bg) 48%,#edf5ff 100%);
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
.orb{position:fixed;width:26rem;height:26rem;border-radius:999px;filter:blur(70px);opacity:.32;z-index:-1;pointer-events:none}
.orb-a{background:#60a5fa;top:-9rem;left:-8rem}
.orb-b{background:#93c5fd;bottom:3rem;right:-10rem}
.header{
  width:min(1180px,calc(100% - 32px));
  margin:22px auto 0;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(18px);
  box-shadow:0 12px 35px rgba(15,23,42,.06);
}
.logo img{height:42px;display:block}
nav{display:flex;align-items:center;gap:8px}
nav a{
  padding:10px 13px;
  color:var(--muted);
  font-size:14px;
  font-weight:700;
  border-radius:12px;
  transition:.2s ease;
}
nav a:hover{color:var(--blue);background:#eaf2ff}
main{width:min(1180px,calc(100% - 32px));margin:0 auto}
.hero{
  min-height:560px;
  display:grid;
  grid-template-columns:1.22fr .78fr;
  gap:34px;
  align-items:center;
}
.pill{
  display:inline-flex;
  width:fit-content;
  padding:8px 12px;
  color:var(--blue);
  background:#eaf2ff;
  border:1px solid rgba(37,99,235,.12);
  border-radius:999px;
  font-size:13px;
  font-weight:900;
}
h1,h2,h3,p{margin-top:0}
h1{
  max-width:780px;
  margin:22px 0 18px;
  font-size:clamp(46px,7vw,82px);
  line-height:.94;
  letter-spacing:-4px;
}
.heroText p{
  max-width:690px;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:15px;
  font-weight:900;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-2px)}
.primary{color:#fff;background:linear-gradient(135deg,var(--blue),#3b82f6);box-shadow:0 16px 34px rgba(37,99,235,.24)}
.secondary{color:var(--blue);background:#fff;border:1px solid var(--line)}
.heroCard{
  padding:26px;
  border:1px solid var(--line);
  border-radius:30px;
  background:var(--card);
  backdrop-filter:blur(20px);
  box-shadow:var(--shadow);
}
.live{display:flex;align-items:center;gap:12px;color:var(--muted)}
.live span{width:12px;height:12px;background:#22c55e;border-radius:999px;box-shadow:0 0 0 8px rgba(34,197,94,.14)}
.stats{display:grid;gap:14px;margin-top:24px}
.stats div{
  padding:22px;
  border-radius:21px;
  background:linear-gradient(135deg,#fff,#f4f8ff);
  border:1px solid var(--line);
}
.stats b{display:block;font-size:34px;letter-spacing:-1px}
.stats small{display:block;margin-top:6px;color:var(--muted);font-weight:700}
.features{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-bottom:88px;
}
.features article,.card{
  border:1px solid var(--line);
  background:var(--card);
  backdrop-filter:blur(18px);
  border-radius:24px;
  box-shadow:0 14px 40px rgba(15,23,42,.07);
}
.features article{padding:22px}
.features span{display:inline-flex;color:var(--blue);font-weight:950;margin-bottom:18px}
.features h3{margin-bottom:8px}
.features p{margin:0;color:var(--muted);line-height:1.6;font-size:14px}
.locations{padding-bottom:70px}
.sectionTitle{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px}
.sectionTitle h2{margin:14px 0 0;font-size:clamp(32px,4vw,54px);letter-spacing:-2px}
#search{
  width:min(340px,100%);
  height:50px;
  padding:0 18px;
  border:1px solid var(--line);
  border-radius:16px;
  outline:none;
  background:#fff;
  font-size:15px;
  box-shadow:0 10px 28px rgba(15,23,42,.05);
}
#search:focus{border-color:rgba(37,99,235,.55)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{padding:20px;transition:.2s ease}
.card:hover{transform:translateY(-4px);box-shadow:0 22px 60px rgba(15,23,42,.11)}
.cardTop{display:flex;align-items:center;justify-content:space-between;gap:16px}
.code{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  color:var(--blue);
  background:#eaf2ff;
  border-radius:16px;
  font-weight:950;
}
.badge{
  color:#15803d;
  background:rgba(34,197,94,.12);
  border:1px solid rgba(34,197,94,.18);
  padding:8px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:950;
}
.card h3{margin:16px 0 8px;font-size:21px;letter-spacing:-.5px}
.card p{color:var(--muted);margin-bottom:18px;line-height:1.55}
.cardActions{display:flex;align-items:center;justify-content:space-between;gap:14px}
.toolText{color:var(--blue);font-weight:950}
footer{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto 30px;
  padding:24px 0;
  display:flex;
  justify-content:space-between;
  color:var(--muted);
  border-top:1px solid var(--line);
  font-weight:700;
}
@media(max-width:920px){
  .hero{grid-template-columns:1fr;padding:70px 0;min-height:auto}
  .features{grid-template-columns:repeat(2,1fr)}
  .grid{grid-template-columns:repeat(2,1fr)}
  .sectionTitle{align-items:stretch;flex-direction:column}
  #search{width:100%}
}
@media(max-width:620px){
  .header{align-items:flex-start;flex-direction:column}
  nav{width:100%;justify-content:space-between}
  h1{letter-spacing:-2px}
  .features,.grid{grid-template-columns:1fr}
  footer{flex-direction:column;gap:8px}
}
