:root{
  --bg:#0b1220;
  --card:#111a2e;
  --muted:#9fb0d0;
  --text:#e8eefc;
  --accent:#8dc63f;   /* Tech Ally green */
  --accent2:#0e76bc;  /* Tech Ally blue */
  --border:rgba(255,255,255,.12);
  --shadow: 0 12px 34px rgba(0,0,0,.35);
  --radius: 18px;
  --max: 1120px;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
  background:
    radial-gradient(1200px 700px at 20% 0%, rgba(14,118,188,.25), transparent 60%),
    radial-gradient(1200px 700px at 80% 10%, rgba(141,198,63,.18), transparent 60%),
    var(--bg);
  color:var(--text);
  line-height:1.55;
}
a, p, li{
  color: var(--text);
  font-family: inherit;
}
h1, h2, h3, h4, h5, h6{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
  color: var(--text);
}
a{color:inherit}
.wrap{max-width:var(--max); margin:0 auto; padding:26px 18px 70px}
header{
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  padding:10px 0 22px;
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(11,18,32,.65);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
header .inner{max-width:var(--max); margin:0 auto; width:100%; display:flex; align-items:center; justify-content:space-between; gap:14px; padding:0 18px;}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none}
.logo{
  width:42px; height:42px; border-radius:12px;
  box-shadow: var(--shadow);
  flex: 0 0 auto;
  object-fit: contain;
  background: #0b1220;
  padding:4px;
}
.brand b{letter-spacing:.2px}
.brand .sub{font-size:13px; color:var(--muted); margin-top:2px}
.nav{
  display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:flex-end;
}
.chip{
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  padding:8px 12px; border-radius:999px;
  text-decoration:none; font-size:14px; color:var(--muted);
  white-space:nowrap;
}
.chip:hover{border-color:rgba(255,255,255,.22); color:var(--text)}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:10px 14px; border-radius:12px;
  border:1px solid var(--border);
  text-decoration:none; font-weight:700;
  transition: transform .06s ease;
  cursor:pointer;
  white-space:nowrap;
}
.btn:hover{transform: translateY(-1px)}
.btnPrimary{
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  border-color: transparent;
  color: #06101f;
}
.btnGhost{background: rgba(255,255,255,.03); color:var(--text)}
.hero{
  display:grid;
  grid-template-columns: 1.25fr .9fr;
  gap:18px;
  align-items:stretch;
  margin-top:18px;
}
.card{
  background: rgba(17,26,46,.82);
  border:1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.heroMain{padding:30px}
.kicker{
  display:inline-flex; gap:10px; align-items:center;
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  padding:7px 12px; border-radius:999px;
  color:var(--muted); font-size:13px;
  margin-bottom:14px;
}
.kdot{width:8px;height:8px;border-radius:99px;background:var(--accent)}
h1{margin:0 0 12px; font-size: clamp(28px, 3vw, 44px); line-height:1.08}
h2{margin:0 0 10px; font-size: 22px}
p{margin:0 0 12px}
.muted{color:var(--muted)}
.btnRow{display:flex; gap:12px; flex-wrap:wrap; margin-top:16px}
.trust{display:flex; flex-wrap:wrap; gap:10px; margin:16px 0 0;}
.trust .pill{
  font-size:13px; color:var(--muted);
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  padding:7px 10px; border-radius:999px;
}
.heroSide{padding:22px}
.statGrid{display:grid; gap:12px; margin-top:10px}
.stat{
  padding:14px;
  border-radius:14px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
}
.stat b{display:block; font-size:15px; margin-bottom:4px}
.stat span{color:var(--muted); font-size:13px}
section{margin-top:22px}
.pad{padding:22px}
.grid2{display:grid; grid-template-columns: 1fr 1fr; gap:18px}
.grid3{display:grid; grid-template-columns: 1fr 1fr 1fr; gap:18px}
ul{margin:0; padding-left:18px}
li{margin:6px 0; color:var(--muted)}
.feature{
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  border-radius: 16px;
  padding:16px;
}
.feature b{display:block; margin-bottom:6px}
.feature p{margin:0; color:var(--muted); font-size:14px}
.quote{
  border-left: 4px solid var(--accent);
  padding:14px 14px 14px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,.03);
  border:1px solid var(--border);
  margin-top:12px;
}
.faq details{
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  border-radius: 14px;
  padding:14px 16px;
  margin:10px 0;
}
.faq summary{cursor:pointer; font-weight:800}
.faq p{margin:10px 0 0; color:var(--muted)}
.cta{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:22px;
}
.form{display:grid; gap:10px; margin-top:12px}
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius: 12px;
  border:1px solid var(--border);
  background: rgba(5,10,20,.35);
  color: var(--text);
  outline:none;
}
textarea{min-height:110px; resize:vertical}
.fineprint{font-size:12px; color:var(--muted)}
footer{margin-top:26px; color:var(--muted); font-size:13px}
.tiny{font-size:13px}
.divider{height:1px; background:rgba(255,255,255,.10); margin:18px 0}
@media (max-width: 900px){
  header{position:static}
  header .inner{padding:0 18px}
  .hero{grid-template-columns:1fr}
  .grid2,.grid3{grid-template-columns:1fr}
  .nav{justify-content:flex-start}
  .cta{flex-direction:column; align-items:flex-start}
}

