:root{
  --bg: #070b14;
  --bg2:#0b1220;
  --card:#0e1730;
  --text:#eaf0ff;
  --muted: rgba(234,240,255,.72);
  --muted2: rgba(234,240,255,.55);
  --accent:#4f8cff;
  --accent2:#66d2ff;
}

html, body { height: 100%; }
body{
  background: radial-gradient(1200px 800px at 15% 10%, rgba(79,140,255,.20), transparent 55%),
              radial-gradient(900px 600px at 85% 20%, rgba(102,210,255,.14), transparent 50%),
              linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
  color: var(--text);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.text-soft{ color: var(--muted); }
.text-accent{ color: var(--accent) !important; }

.nav-glass{
  background: rgba(10, 14, 26, .55);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.brand-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px; height:34px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(79,140,255,.9), rgba(102,210,255,.75));
  color:#061022;
  font-weight: 800;
  letter-spacing:.5px;
}

.btn-accent{
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  border: 0;
  color: #061022;
  font-weight: 700;
}
.btn-accent:hover{ filter: brightness(1.03); transform: translateY(-1px); }
.btn{ transition: .2s ease; }

.hero-section{
  position: relative;
  padding: 120px 0 70px;
  overflow: hidden;
}
.hero-bg{
  position:absolute; inset:0;
  pointer-events:none;
  opacity: .85;
}
.glow{
  position:absolute;
  border-radius: 999px;
  filter: blur(60px);
}
.glow-1{ width:420px; height:420px; left:-120px; top:120px; background: rgba(79,140,255,.30); }
.glow-2{ width:380px; height:380px; right:-120px; top:40px; background: rgba(102,210,255,.20); }
.grid{
  position:absolute; inset:-2px;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(closest-side at 50% 30%, rgba(0,0,0,.9), transparent 72%);
  opacity: .55;
}

.badge-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
  font-size: .95rem;
}
.badge-pill .dot{
  width:10px; height:10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
}

.section-pad{ padding: 74px 0; }
.section-alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.section-head{ max-width: 760px; }
.section-head h2{ margin-bottom: 10px; }

.card-dark{
  background: rgba(14, 23, 48, .62);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
}
.card-dark-body{ padding: 22px; }

.hero-card{
  background: rgba(14, 23, 48, .62);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  box-shadow: 0 22px 70px rgba(0,0,0,.40);
}
.hero-card-inner{ padding: 24px; }
.hero-card-title{ font-weight: 800; letter-spacing: .2px; }

.divider{
  height:1px;
  background: rgba(255,255,255,.10);
}

.list-check{ list-style: none; padding-left: 0; margin-bottom: 0; }
.list-check li{
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: var(--muted);
}
.list-check li:last-child{ margin-bottom: 0; }
.list-check li:before{
  content:"";
  position:absolute; left:0; top:6px;
  width:18px; height:18px;
  border-radius: 6px;
  background: rgba(79,140,255,.18);
  border: 1px solid rgba(79,140,255,.35);
  box-shadow: inset 0 0 0 2px rgba(102,210,255,.12);
}
.list-check li:after{
  content:"✓";
  position:absolute; left:5px; top:2px;
  font-size: 14px;
  color: rgba(102,210,255,.95);
}

.stat-card{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 14px 16px;
}
.stat-title{ color: var(--muted2); font-size: .85rem; }
.stat-value{ font-weight: 800; font-size: 1.15rem; margin-top: 2px; }
.stat-desc{ color: var(--muted2); font-size: .85rem; margin-top: 2px; }

.service-card{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 14px 16px;
}
.service-title{ font-weight: 800; margin-bottom: 4px; }
.service-desc{ color: var(--muted); }

.step-card{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 18px;
}
.step-num{
  width:38px; height:38px;
  display:flex; align-items:center; justify-content:center;
  border-radius: 14px;
  background: rgba(79,140,255,.18);
  border: 1px solid rgba(79,140,255,.35);
  font-weight: 900;
  margin-bottom: 12px;
}
.step-title{ font-weight: 800; margin-bottom: 6px; }

.use-card{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 18px;
}
.use-title{ font-weight: 800; margin-bottom: 6px; }

.tech-wrap{ display:flex; flex-wrap:wrap; gap:10px; }
.tech-pill{
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
  font-size: .95rem;
}

.cta-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
  padding: 18px 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(79,140,255,.14), rgba(102,210,255,.08));
  border: 1px solid rgba(255,255,255,.10);
}
.cta-title{ font-weight: 900; }

.form-control-dark{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  color: var(--text);
  border-radius: 14px;
  padding: 12px 12px;
}
.form-control-dark:focus{
  background: rgba(255,255,255,.06);
  border-color: rgba(79,140,255,.55);
  box-shadow: 0 0 0 .20rem rgba(79,140,255,.12);
  color: var(--text);
}
.form-label{ color: var(--muted2); }

.contact-item{ padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.contact-item:last-child{ border-bottom: 0; }
.contact-label{ color: var(--muted2); font-size: .9rem; }
.contact-link{
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
}
.contact-link:hover{ color: var(--accent2); }

.footer{
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.06);
  background: rgba(10,14,26,.45);
}

.link-soft{
  color: rgba(234,240,255,.70);
  text-decoration: none;
}
.link-soft:hover{ color: var(--accent2); }

.page-hero{
  padding: 120px 0 40px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));
}

.accordion-dark .accordion-item{
  background: rgba(14, 23, 48, .62);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 12px;
}
.accordion-dark .accordion-button{
  background: rgba(255,255,255,.04);
  color: rgba(234,240,255,.95);
  font-weight: 800;
  border: 0;
}
.accordion-dark .accordion-button:focus{
  box-shadow: 0 0 0 .20rem rgba(79,140,255,.12);
}
.accordion-dark .accordion-button:not(.collapsed){
  background: rgba(79,140,255,.10);
  color: rgba(234,240,255,.98);
}
.accordion-dark .accordion-body{
  background: rgba(255,255,255,.02);
}

@media (max-width: 991px){
  .hero-section{ padding-top: 100px; }
}
