:root {
  --bg: #07111f;
  --bg-alt: #0b1728;
  --card: #0e1f35;
  --stroke: rgba(148, 182, 255, 0.16);
  --text: #edf4ff;
  --muted: #9fb3d1;
  --primary: #1e78ff;
  --primary-2: #4aa2ff;
  --success: #2dd4bf;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

html { scroll-behavior: smooth; }
body {
  background: radial-gradient(circle at top, rgba(30,120,255,0.15), transparent 30%), var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

main { padding-top: 86px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.section { padding: 88px 0; }
.section-sm { padding: 64px 0; }
.glass-nav {
  background: rgba(7, 17, 31, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.brand-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 50%;
}
.brand-text {
  font-weight: 700;
  letter-spacing: 0.2px;
}
.navbar-dark .navbar-nav .nav-link { color: rgba(237,244,255,0.82); }
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover { color: #fff; }
.btn {
  border-radius: 14px;
  font-weight: 600;
}
.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  border: 0;
  box-shadow: 0 12px 30px rgba(30,120,255,0.3);
}
.btn-primary:hover { filter: brightness(1.05); }
.btn-outline-light:hover { color: var(--bg); }
.hero {
  position: relative;
  padding: 72px 0 88px;
}
.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #b5c8e8;
  padding: 10px 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  font-size: 0.9rem;
}
.hero h1, .display-title {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.hero p.lead {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 620px;
}
.text-gradient {
  background: linear-gradient(135deg, #ffffff 0%, #8fc0ff 45%, #1e78ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-visual,
.mock-card,
.feature-card,
.story-card,
.contact-card,
.form-shell,
.stats-card,
.faq-card,
.showcase-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
  border: 1px solid var(--stroke);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.hero-visual { padding: 18px; }
.mini-stat {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  padding: 18px;
}
.mini-stat h3 { font-size: 1.6rem; margin: 0; }
.mini-stat p { margin: 6px 0 0; color: var(--muted); }
.section-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}
.section-subtitle {
  color: var(--muted);
  max-width: 740px;
}
.feature-card, .story-card, .stats-card, .faq-card, .showcase-card { padding: 28px; height: 100%; }
.feature-icon {
  width: 56px; height: 56px; display: inline-grid; place-items: center;
  border-radius: 18px; background: rgba(30,120,255,0.14); color: #dbe8ff; margin-bottom: 18px;
  font-size: 1.4rem;
}
.feature-card p, .story-card p, .stats-card p, .faq-card p { color: var(--muted); }
.stat-number { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 800; }
.logo-strip {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px;
}
.logo-chip {
  text-align: center; padding: 16px; border-radius: 18px; border: 1px solid var(--stroke); background: rgba(255,255,255,0.02);
  color: #cddbf2; font-weight: 600;
}
.cta-band {
  padding: 36px; border-radius: 26px; background: linear-gradient(135deg, rgba(30,120,255,0.18), rgba(255,255,255,0.03)); border: 1px solid var(--stroke);
}
.site-footer {
  background: #040b15;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.text-footer-muted, .footer-bottom, .footer-links a, .footer-contact a { color: var(--muted); }
.footer-links { list-style: none; padding-left: 0; margin-bottom: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-contact li { margin-bottom: 12px; }
.social-links a {
  width: 42px; height: 42px; border-radius: 50%; display: inline-grid; place-items: center;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.06);
}
.mobile-cta {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 1030;
  background: rgba(7,17,31,0.92); border: 1px solid rgba(255,255,255,0.08); backdrop-filter: blur(14px);
  padding: 10px; border-radius: 18px; box-shadow: var(--shadow);
}
.form-shell { padding: 28px; }
.form-control, .form-select {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); color: var(--text);
  border-radius: 14px; padding: 14px 16px;
}
.form-control:focus, .form-select:focus {
  background: rgba(255,255,255,0.05); color: var(--text); border-color: rgba(30,120,255,0.6); box-shadow: 0 0 0 .25rem rgba(30,120,255,.15);
}
.form-control::placeholder { color: rgba(237,244,255,0.42); }
.form-select option { color: #0b1424; }
.accordion-item {
  background: transparent; border: 0; color: var(--text);
}
.accordion-button {
  background: rgba(255,255,255,0.03); color: var(--text); border-radius: 18px !important; margin-bottom: 14px;
}
.accordion-button:not(.collapsed) {
  background: rgba(30,120,255,0.12); color: var(--text); box-shadow: none;
}
.accordion-button:focus { box-shadow: none; }
.breadcrumbs { color: #aac2e8; font-size: 0.95rem; }
.badge-soft {
  display: inline-block; padding: 8px 12px; border-radius: 999px; background: rgba(30,120,255,0.15); color: #cfe2ff; font-weight: 600;
}
.check-list { list-style: none; padding-left: 0; }
.check-list li { display: flex; gap: 12px; margin-bottom: 14px; color: var(--muted); }
.check-list i { color: #78b3ff; }
.inline-meta { display: flex; flex-wrap: wrap; gap: 18px; color: #bfd1ee; }
.inline-meta i { color: #78b3ff; }
.bg-grid::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to bottom, rgba(0,0,0,0.35), transparent 85%);
}
.position-relative { position: relative; }
.avatar-bubble {
  width: 48px; height: 48px; border-radius: 50%; display: inline-grid; place-items: center; background: rgba(30,120,255,0.16); border: 1px solid rgba(255,255,255,0.08);
}
@media (max-width: 991.98px) {
  .nav-actions { margin-top: 14px; }
  .logo-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 575.98px) {
  .hero { padding-top: 44px; padding-bottom: 56px; }
  .section { padding: 64px 0; }
  .section-sm { padding: 48px 0; }
  .cta-band, .form-shell, .feature-card, .story-card, .showcase-card, .stats-card, .faq-card { padding: 22px; }
}
