:root {
  --bg-main: #f5f8fd;
  --bg-surface: #ffffff;
  --bg-soft: #eef3fa;
  --text-main: #10213f;
  --text-muted: #5d7092;
  --brand: #4f90c8;
  --brand-strong: #3860a0;
  --brand-deep: #284880;
  --brand-soft: #e6f1fb;
  --border: #d2dff1;
  --shadow: 0 14px 32px rgba(16, 33, 63, 0.1);
  --header-offset: 84px;
  --anchor-gap: 10px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-offset) + var(--anchor-gap));
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text-main);
  background:
    radial-gradient(850px 450px at 5% -5%, rgba(80, 144, 200, 0.2), transparent 60%),
    radial-gradient(650px 350px at 95% 10%, rgba(56, 96, 160, 0.16), transparent 55%),
    linear-gradient(180deg, #fcfdff 0%, var(--bg-main) 100%);
  min-height: 100vh;
}

main {
  position: relative;
}

.mono,
code,
pre {
  font-family: "IBM Plex Mono", "Consolas", monospace;
}

.site-header {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(210, 223, 241, 0.75);
}

.navbar-toggler {
  border-color: var(--border);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 96, 160, 0.16);
}

.brand-wrap {
  min-width: 0;
}

.brand-logo {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand-name {
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #284880;
  line-height: 1.15;
  font-size: 1.05rem;
}

.brand-sub {
  display: block;
  color: #9ab2cc;
  font-size: 0.82rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01em;
  text-transform: none;
}

.navbar .nav-link {
  color: #2f4368;
  font-weight: 600;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: var(--brand);
}

.section-space {
  padding: 3.2rem 0;
}

.hero {
  padding-top: 3.25rem;
}

.kicker {
  color: #305898;
  display: inline-flex;
  font-size: 0.83rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--brand-soft);
  border: 1px solid #c1d8ef;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
}

.text-muted-custom {
  color: var(--text-muted);
}

.btn-brand {
  color: #fff;
  border: none;
  background: linear-gradient(180deg, var(--brand) 0%, var(--brand-strong) 100%);
  box-shadow: 0 11px 24px rgba(56, 96, 160, 0.24);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  background: linear-gradient(180deg, #5898d0 0%, #4070b0 100%);
}

.btn-outline-brand {
  color: var(--brand);
  border-color: #adc4ed;
  background: #fff;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  color: var(--brand-strong);
  border-color: #88abe5;
  background: #f0f5ff;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.hero-metrics span {
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: #29406a;
  font-weight: 600;
  font-size: 0.88rem;
}

.hero-logo-wrap {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .hero-logo-wrap {
    justify-content: flex-end;
  }
}

.hero-logo-card {
  background: linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 1.2rem;
  width: min(100%, 340px);
}

.hero-logo {
  width: 100%;
  height: auto;
  display: block;
}

.page-header {
  padding-top: 2.8rem;
  padding-bottom: 2.5rem;
}

.page-header h1 {
  margin-bottom: 0.8rem;
}

.surface-card {
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.soft-bg {
  background: linear-gradient(180deg, rgba(233, 241, 252, 0.56) 0%, rgba(248, 250, 253, 0.46) 100%);
  border-top: 1px solid #e3ebf9;
  border-bottom: 1px solid #e3ebf9;
}

.section-header {
  max-width: 820px;
}

.link-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.link-card:hover,
.link-card:focus {
  transform: translateY(-2px);
  border-color: #b9cdec;
  box-shadow: 0 16px 28px rgba(16, 33, 63, 0.12);
}

.product-card-logo {
  width: 86px;
  height: auto;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.product-card-layout {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.product-card-copy {
  min-width: 0;
}

.industry-pill {
  height: 100%;
  min-height: 94px;
  border-radius: 14px;
  border: 1px solid #cfdef6;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  color: #224170;
  padding: 0.8rem;
}

.table-placeholder {
  --bs-table-bg: transparent;
  --bs-table-color: var(--text-main);
  border-color: #d7e3f4;
}

.table-placeholder th {
  background: #eef4ff;
  color: #23436f;
  font-weight: 700;
}

.table-placeholder td {
  background: #ffffff;
}

.form-label {
  color: #2d466f;
  font-weight: 600;
}

.form-control,
.form-select {
  border-color: #cbd9ee;
  background-color: #fbfcff;
  color: #10213f;
}

.form-control:focus,
.form-select:focus {
  border-color: #84abed;
  box-shadow: 0 0 0 0.2rem rgba(56, 96, 160, 0.16);
}

.text-link {
  color: #3868a8;
  text-decoration: none;
  font-weight: 600;
}

.text-link:hover,
.text-link:focus {
  color: #284880;
  text-decoration: underline;
}

.cta-band {
  background: linear-gradient(130deg, #5090c8 0%, #305898 100%);
  color: #fff;
  border-radius: 18px;
  padding: 1.8rem;
  box-shadow: 0 16px 30px rgba(40, 72, 128, 0.35);
}

.cta-band .btn-outline-light:hover,
.cta-band .btn-outline-light:focus {
  color: #284880;
}

footer {
  border-top: 1px solid #dbe5f6;
  background: rgba(255, 255, 255, 0.84);
}

.footer-title {
  font-weight: 700;
  color: #1f3862;
}

.bg-shape {
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(75px);
  pointer-events: none;
}

.shape-a {
  width: 320px;
  height: 320px;
  top: -80px;
  right: -110px;
  background: rgba(144, 192, 224, 0.3);
}

.shape-b {
  width: 280px;
  height: 280px;
  bottom: -90px;
  left: -90px;
  background: rgba(80, 144, 200, 0.22);
}

@media (max-width: 991.98px) {
  :root {
    --header-offset: 74px;
    --anchor-gap: 8px;
  }

  .section-space {
    padding: 2.6rem 0;
  }

  .hero {
    padding-top: 2.5rem;
  }

  .page-header {
    padding-top: 2.3rem;
    padding-bottom: 2rem;
  }

  .display-4 {
    font-size: 2.2rem;
  }
}

@media (max-width: 575.98px) {
  .brand-name {
    font-size: 0.95rem;
  }

  .brand-sub {
    font-size: 0.73rem;
  }

  .display-4 {
    font-size: 1.9rem;
  }

  .hero-metrics span {
    font-size: 0.79rem;
  }

  .product-card-layout {
    flex-direction: column;
  }
}
