:root {
  --bg: #0b1220;
  --bg-2: #0e172d;
  --surface: #0f1b33;
  --card: #0f1a2b;
  --ink: #e9f0ff;
  --muted: #a9b6d9;
  --brand-1: #4f7cff;
  --brand-2: #00d1ff;
  --accent: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  --accent-soft: linear-gradient(180deg, rgba(79, 124, 255, .18), rgba(0, 209, 255, .10));
  --ring: rgba(79, 124, 255, .35);
  --radius: 18px;
  --glass: rgba(255, 255, 255, 0.06);
  --glass-border: rgba(136, 170, 255, 0.15);
  --shadow: 0 18px 60px rgba(0, 0, 0, .35);
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Plus Jakarta Sans', 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(1200px 800px at 10% -10%, rgba(79, 124, 255, .20), transparent 60%),
    radial-gradient(900px 600px at 90% 10%, rgba(0, 209, 255, .18), transparent 60%),
    linear-gradient(180deg, #0a1020, #0b1220 45%, #0e1527 100%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.container {
  max-width: 1250px
}

.rounded-2xl {
  border-radius: 22px
}

.text-muted {
  color: var(--muted) !important
}

.badge-soft {
  background: rgba(255, 255, 255, .02);
  color: var(--ink);
  border: 1px solid var(--glass-border)
}

.shadow-soft {
  box-shadow: var(--shadow)
}

/* Navbar */
.navbar {
  background: rgba(10, 15, 30, .55);
  backdrop-filter: blur(10px) saturate(120%);
  border-bottom: 1px solid var(--glass-border);
  transition: all .25s ease;
  z-index: 1100;
}

.navbar.scrolled {
  background: rgba(10, 15, 30, .9)
}

.navbar-brand {
  font-weight: 800;
  letter-spacing: .2px;
  color: #fff
}

.nav-link {
  color: var(--muted);
  font-weight: 600
}

.nav-link:hover,
.nav-link:focus {
  color: #fff
}

.btn-pill {
  border-radius: 999px;
  padding: .6rem 1.1rem;
  font-weight: 700;
  border: 1px solid transparent
}

.btn-cta {
  background: var(--accent);
  color: #031024;
  position: relative;
  overflow: hidden
}

.btn-ghost {
  background: transparent;
  border-color: var(--glass-border);
  color: var(--ink)
}

.btn-ghost:hover {
  border-color: var(--brand-1);
  box-shadow: 0 0 0 4px var(--ring) inset
}

.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important
}


.hero {
  position: relative;
  padding: 120px 0 64px;
  overflow: visible
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  transform: translateZ(0);
  background: radial-gradient(600px 400px at 10% 20%, rgba(79, 124, 255, .09), transparent 20%),
    radial-gradient(500px 320px at 90% 40%, rgba(0, 209, 255, .07), transparent 20%);
  transition: transform .6s ease
}

.h-display {
  font-weight: 800;
  letter-spacing: -.4px;
  line-height: 1.08;
  font-size: clamp(2rem, 3.4vw + .6rem, 3.6rem);
  position: relative;
  z-index: 2
}

.lead {
  font-size: 1.05rem
}

.typing {
  color: transparent;
  background: linear-gradient(90deg, var(--brand-1), var(--brand-2));
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800
}

.glass-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  overflow: hidden
}

.partner-card {
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  flex: 1;
  min-width: 220px;
  color: #fff;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}

.partners {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center
}

.partner-logo {
  height: 48px;
  width: auto;
  margin-bottom: 10px
}


section.alt {
  background: var(--bg-2)
}


.table {
  color: var(--ink)
}

.table thead th {
  background: linear-gradient(90deg, rgba(79, 124, 255, .18), rgba(0, 209, 255, .12));
  color: #fff;
  border: none
}

.table td,
.table th {
  border-color: rgba(255, 255, 255, .06)
}


.cta-strip {
  background: linear-gradient(90deg, rgba(79, 124, 255, .06), rgba(0, 209, 255, .04));
  border: 1px solid var(--glass-border);
  border-radius: 16px
}


footer {
  background: #070c18;
  color: #c6d3ff
}

footer a {
  color: #d7e2ff
}


.scrolltop {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--accent);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  color: #04101f;
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
  z-index: 1000
}

.scrolltop.show {
  opacity: 1;
  visibility: visible
}


.btn-cta .ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  background: rgba(255, 255, 255, .35);
  animation: ripple .6s linear;
  pointer-events: none
}

@keyframes ripple {
  to {
    transform: scale(5);
    opacity: 0
  }
}


@media (max-width:992px) {
  .hero {
    padding-top: 110px
  }

  .hero-side-img {
    height: 300px
  }
}

@media (max-width:768px) {
  .hero-side-img {
    height: 220px
  }

  .icon-pill {
    width: 48px;
    height: 48px
  }
}

input,
textarea,
select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  margin-bottom: 18px;
  outline: none;
  transition: all 0.3s ease;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--brand-1);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 4px var(--ring);
}

label {
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 5px;
}

.btn-submit {
  background: var(--accent);
  color: #031024;
  font-weight: 700;
  padding: .8rem 1.4rem;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: .3s;
}

.btn-submit:hover {
  opacity: .9;
  transform: translateY(-2px);
}