:root {
  --bb-bg: #08111f;
  --bb-surface: #0f1c33;
  --bb-surface-2: #132540;
  --bb-card: rgba(19, 37, 64, 0.82);
  --bb-line: rgba(148, 163, 184, 0.16);
  --bb-text: #e5eefc;
  --bb-muted: #9eb2d2;
  --bb-brand: #27a2ff;
  --bb-brand-2: #00d1b2;
  --bb-accent: #ffd166;
  --bb-shadow: 0 20px 60px rgba(3, 10, 22, 0.42);
  --bb-radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--bb-text);
  font-family: "Inter", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(39, 162, 255, 0.18), transparent 26%),
    radial-gradient(circle at right 20%, rgba(0, 209, 178, 0.14), transparent 20%),
    linear-gradient(180deg, #07101d 0%, #091422 100%);
  min-height: 100vh;
}

a {
  color: inherit;
}

.site-shell {
  position: relative;
  overflow-x: hidden;
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.18;
  z-index: -1;
}

.site-shell::before {
  top: -8rem;
  left: -10rem;
  background: #1e90ff;
}

.site-shell::after {
  right: -10rem;
  bottom: -8rem;
  background: #00d1b2;
}

.navbar {
  backdrop-filter: blur(18px);
  background: rgba(8, 17, 31, 0.82) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.navbar-brand {
  letter-spacing: 0.08em;
  font-weight: 800;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-lockup img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.navbar-brand small {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  color: var(--bb-muted);
}

.nav-link {
  color: rgba(229, 238, 252, 0.88) !important;
  font-weight: 600;
}

.nav-link.active,
.nav-link:hover,
.dropdown-item:hover {
  color: #fff !important;
}

.dropdown-menu {
  border: 1px solid var(--bb-line);
  border-radius: 16px;
  background: rgba(12, 21, 37, 0.94);
  box-shadow: var(--bb-shadow);
}

.dropdown-item {
  color: var(--bb-text);
}

.hero {
  padding: 8rem 0 5rem;
}

.hero-panel,
.content-panel,
.glass-card,
.metric-card {
  background: linear-gradient(180deg, rgba(19, 37, 64, 0.88), rgba(11, 24, 43, 0.92));
  border: 1px solid var(--bb-line);
  border-radius: var(--bb-radius);
  box-shadow: var(--bb-shadow);
}

.hero-panel {
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -5% -30% auto;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(39, 162, 255, 0.22), transparent 70%);
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #cbe1ff;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.eyebrow::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bb-brand), var(--bb-brand-2));
  box-shadow: 0 0 0 0.2rem rgba(39, 162, 255, 0.14);
}

.display-title {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.lead-text,
.section-copy,
.text-muted-ui {
  color: var(--bb-muted) !important;
}

.btn-brand {
  background: linear-gradient(135deg, var(--bb-brand), #4cc2ff);
  color: #06111f;
  border: none;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(39, 162, 255, 0.24);
}

.btn-brand:hover {
  color: #06111f;
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #eef6ff;
  background: rgba(255, 255, 255, 0.02);
}

.signal-grid {
  display: grid;
  gap: 1.25rem;
}

.signal-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.signal-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card,
.story-card,
.product-card,
.timeline-card,
.news-card,
.policy-card {
  height: 100%;
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid var(--bb-line);
  background: var(--bb-card);
}

.feature-card h3,
.story-card h3,
.product-card h3,
.timeline-card h3,
.news-card h3,
.policy-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
}

.icon-chip {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(39, 162, 255, 0.2), rgba(0, 209, 178, 0.2));
  color: #a7e3ff;
  margin-bottom: 1rem;
  font-weight: 800;
}

.metric-card {
  padding: 1.5rem;
}

.metric-card strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.page-hero {
  padding: 7rem 0 2.5rem;
}

.page-hero .content-panel {
  padding: 2rem;
}

.section-block {
  padding: 1.5rem 0 4.5rem;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-check li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.8rem;
  color: var(--bb-muted);
}

.list-check li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--bb-brand-2);
}

.footer {
  padding: 3rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 11, 22, 0.55);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 1fr;
  gap: 2rem;
  align-items: start;
}

.footer-brand-mark {
  display: inline-flex;
  margin-bottom: 1rem;
}

.footer-brand-mark img {
  width: 104px;
  height: auto;
  object-fit: contain;
}

.footer-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-links {
  display: grid;
  gap: 0.7rem;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--bb-muted);
}

.footer a {
  color: var(--bb-muted);
  text-decoration: none;
}

.leader-card {
  height: 100%;
  padding: 1.75rem;
  border-radius: 24px;
  border: 1px solid var(--bb-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 242, 255, 0.92));
  color: #08111f;
  box-shadow: var(--bb-shadow);
}

.leader-card img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  border: 4px solid rgba(39, 162, 255, 0.16);
}

.leader-card h3,
.leader-card p {
  color: #08111f;
}

.leader-role {
  font-size: 0.92rem;
  font-weight: 700;
  color: #235b8f;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.quote-panel {
  margin-top: 1.5rem;
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #dbe6f8;
}

.partner-wall {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.partner-tile {
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  border-radius: 20px;
  border: 1px solid var(--bb-line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--bb-shadow);
}

.partner-tile img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

.contact-card {
  padding: 1.5rem;
}

.form-control,
.form-select {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--bb-text);
  padding: 0.9rem 1rem;
}

.form-control::placeholder {
  color: #7f93b4;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(39, 162, 255, 0.4);
  box-shadow: 0 0 0 0.2rem rgba(39, 162, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--bb-text);
}

.timeline-line {
  position: relative;
}

.timeline-line::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  bottom: 1rem;
  width: 2px;
  background: linear-gradient(180deg, rgba(39, 162, 255, 0.5), rgba(0, 209, 178, 0.1));
}

.timeline-item {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  top: 0.4rem;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bb-brand), var(--bb-brand-2));
  box-shadow: 0 0 0 0.35rem rgba(39, 162, 255, 0.1);
}

.table-surface {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--bb-line);
}

.table-surface table {
  margin: 0;
  color: var(--bb-text);
}

.table-surface thead {
  background: rgba(255, 255, 255, 0.04);
}

.table-surface td,
.table-surface th {
  border-color: rgba(255, 255, 255, 0.06);
  padding: 1rem;
}

@media (max-width: 991.98px) {
  .footer-grid,
  .signal-grid.three,
  .signal-grid.two {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 6.5rem;
  }

  .hero-panel,
  .page-hero .content-panel {
    padding: 1.5rem;
  }

  .partner-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .display-title {
    font-size: 2.1rem;
  }

  .brand-lockup img {
    width: 44px;
    height: 44px;
  }

  .leader-card {
    padding: 1.25rem;
  }

  .leader-card .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .partner-wall {
    grid-template-columns: 1fr;
  }
}
