:root{
  --bg0:#050817;
  --bg1:#070b1f;
  --panel:rgba(255,255,255,0.06);
  --panel2:rgba(255,255,255,0.09);
  --border:rgba(255,255,255,0.12);
  --text:rgba(255,255,255,0.92);
  --muted:rgba(255,255,255,0.70);
  --faint:rgba(255,255,255,0.55);

  /* pulled from your business card vibe */
  --c1:#1AC1F5;  /* bright cyan */
  --c2:#0D90E8;  /* electric blue */
  --c3:#66D2F5;  /* light cyan */
  --c4:#3F90C1;  /* steel blue */

  --r:18px;
  --r2:24px;
  --shadow:0 18px 60px rgba(0,0,0,0.55);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  color:var(--text);
  background:linear-gradient(180deg,var(--bg0),var(--bg1));
  font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;
  line-height:1.5;
  overflow-x:hidden;
}

a{color:inherit}
.wrap{width:min(1100px, calc(100% - 40px)); margin:0 auto;}

.bg{
  position:fixed;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(1100px 700px at 18% 12%, rgba(13,144,232,0.20), transparent 55%),
    radial-gradient(900px 650px at 78% 22%, rgba(26,193,245,0.14), transparent 58%),
    radial-gradient(1200px 800px at 55% 92%, rgba(63,144,193,0.12), transparent 60%);
}
.bg::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:url("circuit_bg.svg");
  background-size:cover;
  background-position:center;
  opacity:0.55;
  filter:saturate(1.1) contrast(1.05);
}

.header{
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter: blur(14px);
  background: rgba(5,8,23,0.55);
  border-bottom:1px solid var(--border);
}
.nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 0;
}
.brand{
  display:inline-flex;
  gap:10px;
  align-items:center;
  text-decoration:none;
  font-weight:800;
  letter-spacing:0.2px;
}
.brandDot{
  width:10px;height:10px;border-radius:99px;
  background:linear-gradient(135deg,var(--c1),var(--c2));
  box-shadow:0 0 22px rgba(26,193,245,0.35);
}
.brandText{
  font-size:16px;
}
.navRight{
  display:flex;
  gap:14px;
  align-items:center;
}
.navLink{
  text-decoration:none;
  color:var(--muted);
  font-weight:650;
  font-size:14px;
}
.navLink:hover{color:var(--text)}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:46px;
  padding:0 18px;
  border-radius:999px;
  text-decoration:none;
  font-weight:750;
  border:1px solid rgba(255,255,255,0.18);
  background: linear-gradient(135deg, rgba(26,193,245,0.22), rgba(13,144,232,0.18));
  box-shadow: 0 12px 34px rgba(0,0,0,0.35);
  transition: transform 0.12s ease, border-color 0.12s ease, background 0.12s ease;
}
.btn:hover{
  transform: translateY(-1px);
  border-color: rgba(255,255,255,0.28);
  background: linear-gradient(135deg, rgba(26,193,245,0.28), rgba(13,144,232,0.22));
}
.btnGhost{
  background: transparent;
  box-shadow:none;
}
.btnSmall{height:40px; padding:0 14px; font-size:14px;}

.hero{padding:70px 0 24px;}
.heroGrid{
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap:26px;
  align-items:center;
}
.pill{
  display:inline-flex;
  gap:10px;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.14);
  color:var(--muted);
  font-size:13px;
  margin-bottom:14px;
}
.pillDot{
  width:9px;height:9px;border-radius:99px;
  background:rgba(102,210,245,0.9);
  box-shadow:0 0 20px rgba(102,210,245,0.35);
}
h1{
  margin:0 0 10px;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height:1.03;
  letter-spacing:-0.8px;
}
.accent{
  background: linear-gradient(135deg, var(--c3), var(--c2));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.sub{
  margin:0 0 18px;
  color:var(--muted);
  font-size:17px;
  max-width: 60ch;
}
.ctaRow{display:flex; gap:12px; flex-wrap:wrap; margin-bottom:18px;}

.micro{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  color:var(--faint);
  font-size:13px;
}
.microItem{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}
.microIcon{opacity:0.9}

.logoCard{
  position:relative;
  border-radius: var(--r2);
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.06));
  border:1px solid rgba(255,255,255,0.14);
  box-shadow: var(--shadow);
  overflow:hidden;
  padding:18px;
}
.logoImg{
  width:100%;
  height:auto;
  display:block;
  transform: translateY(2px);
}
.logoGlow{
  position:absolute;
  inset:-40px;
  background:
    radial-gradient(420px 280px at 30% 35%, rgba(13,144,232,0.28), transparent 60%),
    radial-gradient(420px 280px at 70% 65%, rgba(26,193,245,0.18), transparent 60%);
  filter: blur(18px);
  z-index:-1;
  opacity:0.95;
}

.section{padding:26px 0 12px;}
.section h2{
  margin:0 0 10px;
  font-size:24px;
  letter-spacing:-0.3px;
}
.lead{
  margin:0 0 16px;
  color:var(--muted);
  max-width: 75ch;
}

.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.card{
  border-radius: var(--r);
  background: var(--panel);
  border:1px solid var(--border);
  padding:16px;
}
.cardTop{display:flex; justify-content:flex-start; margin-bottom:10px;}
.chip{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:750;
  color: rgba(255,255,255,0.88);
  background: rgba(26,193,245,0.10);
  border: 1px solid rgba(26,193,245,0.22);
}
.card h3{margin:0 0 6px; font-size:16px;}
.card p{margin:0; color:var(--muted);}

.contactGrid{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap:14px;
  align-items:start;
}
.contactCard{
  border-radius: var(--r2);
  background: var(--panel2);
  border:1px solid rgba(255,255,255,0.14);
  box-shadow: var(--shadow);
  padding:16px;
}
.contactLine{
  display:flex;
  gap:10px;
  align-items:center;
  padding:10px 10px;
  border-radius: 14px;
  background: rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.10);
  margin-bottom:10px;
}
.contactLine a{color: rgba(200,230,255,0.95);}
.icon{opacity:0.85}

.fineprint{
  margin-top:10px;
  color:var(--faint);
  font-size:12px;
}

.footer{
  padding:24px 0 44px;
  border-top:1px solid rgba(255,255,255,0.10);
  margin-top:16px;
}
.foot{display:flex; gap:10px; flex-wrap:wrap; color:var(--faint); font-size:13px;}
.sep{opacity:0.55}

@media (max-width: 900px){
  .heroGrid{grid-template-columns: 1fr;}
  .cards{grid-template-columns: 1fr;}
  .contactGrid{grid-template-columns: 1fr;}
}