:root {
  --bg: #060b16;
  --bg-elevated: #0b1426;
  --panel: #101b31;
  --panel-2: #15233d;
  --line: rgba(120, 160, 255, 0.16);
  --text: #e8eefc;
  --muted: #93a4c7;
  --blue: #3b82f6;
  --blue-bright: #60a5fa;
  --blue-deep: #1d4ed8;
  --blue-glow: rgba(59, 130, 246, 0.35);
  --amber: #fbbf24;
  --font-display: "Outfit", system-ui, sans-serif;
  --font-body: "IBM Plex Sans", system-ui, sans-serif;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body.site-body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(6, 11, 22, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.brand-logo {
  display: block;
  height: 2.35rem;
  width: auto;
  max-width: min(220px, 58vw);
}

.footer-brand-link {
  text-decoration: none;
}

.footer-logo {
  display: block;
  height: 2.75rem;
  width: auto;
  max-width: 240px;
}

.site-header .nav-link {
  color: var(--muted) !important;
  font-weight: 500;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
  color: #fff !important;
}

@media (min-width: 992px) {
  .site-header .nav-item.dropdown {
    position: relative;
  }

  .site-header .nav-item.dropdown > .dropdown-menu {
    display: none;
    margin-top: 0;
    top: 100%;
    padding-top: 0.35rem;
  }

  .site-header .nav-item.dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0.5rem;
  }

  .site-header .nav-item.dropdown:hover > .dropdown-menu,
  .site-header .nav-item.dropdown:focus-within > .dropdown-menu {
    display: block;
  }
}

.dropdown-menu-dark {
  --bs-dropdown-bg: var(--panel);
  --bs-dropdown-border-color: var(--line);
  --bs-dropdown-link-hover-bg: rgba(59, 130, 246, 0.15);
}

/* Buttons */
.btn-brand {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--blue);
  --bs-btn-border-color: var(--blue);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--blue-deep);
  --bs-btn-hover-border-color: var(--blue-deep);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--blue-deep);
  --bs-btn-active-border-color: var(--blue-deep);
  --bs-btn-focus-shadow-rgb: 59, 130, 246;
  font-weight: 600;
  border-radius: 0.55rem;
  padding-inline: 1.3rem;
  box-shadow: 0 0 0 0 transparent, 0 8px 24px rgba(37, 99, 235, 0.25);
}

.btn-brand:hover {
  box-shadow: 0 0 24px var(--blue-glow);
}

.btn-ghost {
  --bs-btn-color: var(--text);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgba(147, 164, 199, 0.35);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(59, 130, 246, 0.12);
  --bs-btn-hover-border-color: rgba(96, 165, 250, 0.55);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(59, 130, 246, 0.16);
  --bs-btn-active-border-color: rgba(96, 165, 250, 0.55);
  --bs-btn-focus-shadow-rgb: 96, 165, 250;
  font-weight: 600;
  border-radius: 0.55rem;
  padding-inline: 1.3rem;
}

.btn:focus-visible {
  outline: 2px solid var(--blue-bright);
  outline-offset: 2px;
}

/* Shared type */
.eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue-bright);
}

.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
}

.body-lg {
  font-size: 1.12rem;
  color: var(--muted);
  line-height: 1.7;
}

.body-md {
  font-size: 1.02rem;
  color: var(--muted);
  line-height: 1.7;
}

.text-gradient {
  background: linear-gradient(90deg, #93c5fd, #3b82f6 55%, #818cf8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 4rem;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  background: var(--bg);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(96, 165, 250, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 165, 250, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
  pointer-events: none;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.5rem, 6vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #fff;
}

.hero-lead {
  font-size: 1.2rem;
  color: #c7d4ef;
  /*max-width: 36rem;*/
}

.hero-copy {
  font-size: 1.05rem;
  color: var(--muted);
  /*max-width: 36rem;*/
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #dbe7ff;
  background: rgba(15, 27, 49, 0.85);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
}

.status-live {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.18);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

/* Hero visual */
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image {
  width: 100%;
  max-width: 34rem;
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 48px rgba(2, 8, 23, 0.55));
}

/* Sections */
.section {
  padding: 5rem 0;
  position: relative;
}


.section-2 {
    
    position: relative;
}


.section-alt {
  background: linear-gradient(180deg, rgba(16, 27, 49, 0.55), rgba(6, 11, 22, 0.2));
}

.intro-panel,
.status-panel,
.about-panel,
.position-panel {
  background: linear-gradient(180deg, rgba(21, 35, 61, 0.75), rgba(16, 27, 49, 0.55));
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.intro-icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1rem;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(96, 165, 250, 0.3);
  display: grid;
  place-items: center;
  gap: 0.25rem;
}

.intro-icon span {
  display: block;
  width: 1.6rem;
  height: 0.28rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue-bright), var(--blue-deep));
}

.intro-icon span:nth-child(2) { width: 1.15rem; opacity: 0.8; }
.intro-icon span:nth-child(3) { width: 0.8rem; opacity: 0.55; }

/* Product cards */
.product-card {
  background: linear-gradient(180deg, rgba(21, 35, 61, 0.9), rgba(11, 20, 38, 0.95));
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  padding: 1.6rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(96, 165, 250, 0.45);
  box-shadow: 0 18px 40px rgba(2, 8, 23, 0.45), 0 0 0 1px rgba(59, 130, 246, 0.12);
}

.product-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.15rem;
}

.product-icon {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 0.85rem;
  background: rgba(59, 130, 246, 0.14);
  border: 1px solid rgba(96, 165, 250, 0.28);
  display: grid;
  place-items: center;
  color: var(--blue-bright);
  flex-shrink: 0;
}

.product-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.product-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 0.4rem;
}

.product-tagline {
  color: var(--blue-bright);
  font-weight: 600;
  margin-bottom: 1rem;
}

.product-category {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
}

.product-markets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-markets li {
  font-size: 0.85rem;
  font-weight: 600;
  color: #dbeafe;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(96, 165, 250, 0.25);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
}

.feature-panel {
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(96, 165, 250, 0.18);
  border-radius: 0.85rem;
  padding: 1.15rem 1.2rem;
}

.feature-panel-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.65rem;
}

.feature-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.7;
}

.feature-list li {
  margin-bottom: 0.35rem;
}

.sector-header {
  padding-bottom: 0.25rem;
}

.products-hero {
  min-height: auto;
  padding: 3.5rem 0 2.5rem;
}

/* StoxInsights / product detail helpers */
.hero-ask-panel {
  background: linear-gradient(180deg, rgba(21, 35, 61, 0.9), rgba(11, 20, 38, 0.95));
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  padding: 1.35rem;
}

.hero-ask-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue-bright);
  margin-bottom: 0.85rem;
}

.hero-ask-chip,
.question-chip {
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(96, 165, 250, 0.2);
  border-radius: 0.75rem;
  color: #dbeafe;
  font-size: 0.95rem;
  padding: 0.75rem 0.95rem;
  margin-bottom: 0.55rem;
}

.question-chip {
  height: 100%;
}

.boundary-item {
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(120, 160, 255, 0.14);
  border-left: 3px solid rgba(248, 113, 113, 0.65);
  border-radius: 0.65rem;
  color: var(--muted);
  padding: 0.85rem 1rem;
  height: 100%;
}

.process-list {
  color: var(--muted);
  padding-left: 1.25rem;
  line-height: 1.8;
}

.process-list li {
  margin-bottom: 0.45rem;
}

.process-visual {
  display: grid;
  gap: 0.55rem;
  justify-items: center;
}

.process-step-card {
  width: 100%;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: #fff;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  padding: 1rem 1.2rem;
}

.process-step-card-accent {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.35), rgba(59, 130, 246, 0.12));
  border-color: rgba(96, 165, 250, 0.45);
}

.process-arrow {
  color: var(--blue-bright);
  font-size: 1.1rem;
  line-height: 1;
}

.faq-accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  background: var(--panel);
  border: 1px solid var(--line) !important;
  border-radius: 0.9rem !important;
  overflow: hidden;
}

.faq-item .accordion-button {
  background: transparent;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  box-shadow: none;
}

.faq-item .accordion-button:not(.collapsed) {
  background: rgba(59, 130, 246, 0.08);
  color: #fff;
}

.faq-item .accordion-button::after {
  filter: invert(1) brightness(1.6);
}

.faq-item .accordion-body {
  border-top: 1px solid var(--line);
}

.product-disclaimer {
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.35rem 1.5rem;
  color: #8791a1;
  font-size: 0.9rem;
  line-height: 1.7;
  max-width: 56rem;
}

.text-link {
  font-weight: 700;
  color: var(--blue-bright);
  text-decoration: none;
}

.text-link:hover {
  color: #93c5fd;
  text-decoration: underline;
}

.contact-input {
  background: rgba(6, 11, 22, 0.55);
  border: 1px solid var(--line);
  color: var(--text);
  border-radius: 0.65rem;
  padding: 0.75rem 0.95rem;
}

.contact-input:focus {
  background: rgba(6, 11, 22, 0.75);
  border-color: rgba(96, 165, 250, 0.55);
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.2);
}

.contact-input::placeholder {
  color: #7484a3;
}

.contact-input option {
  background: #101b31;
  color: var(--text);
}

.alert-success {
  background: rgba(34, 197, 94, 0.12);
  color: #bbf7d0;
}

.status-chip {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fde68a;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  white-space: nowrap;
}

.mini-split {
  display: grid;
  gap: 0.75rem;
}

.mini-split > div {
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(96, 165, 250, 0.18);
  border-radius: 0.75rem;
  padding: 0.85rem 1rem;
}

.mini-split strong {
  display: block;
  color: #fff;
  margin-bottom: 0.25rem;
}

.mini-split span {
  color: var(--muted);
  font-size: 0.95rem;
}

/* Category / approach */
.category-card,
.approach-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.4rem;
}

.category-bar {
  width: 2.5rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue-bright), var(--blue-deep));
  margin-bottom: 1rem;
}

.approach-step {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: rgba(96, 165, 250, 0.45);
  margin-bottom: 0.75rem;
  letter-spacing: -0.03em;
}

/* Status table */
.status-table {
  --bs-table-bg: transparent;
  --bs-table-color: var(--text);
  background: rgba(6, 11, 22, 0.35);
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  overflow: hidden;
}

.status-table thead th {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--line) !important;
  padding: 1rem 1.1rem;
}

.status-table td {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(120, 160, 255, 0.08);
  font-weight: 500;
}

.status-table tbody tr:last-child td {
  border-bottom: 0;
}

/* About visual */
.about-visual {
  border-radius: 1.25rem;
  padding: 1px;
  background: linear-gradient(160deg, rgba(96, 165, 250, 0.55), rgba(59, 130, 246, 0.05));
}

.about-visual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: inherit;
  background: var(--bg-elevated);
}

.av-tile {
  min-height: 5.5rem;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  border-radius: 0.9rem;
  border: 1px solid rgba(96, 165, 250, 0.22);
  background:
    radial-gradient(circle at 30% 20%, rgba(59, 130, 246, 0.22), transparent 55%),
    var(--panel);
}

.foundation-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.foundation-list li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.55rem;
  color: var(--muted);
}

.foundation-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--blue-bright);
  box-shadow: 0 0 10px var(--blue-glow);
}

/* CTA */
.section-cta {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background: radial-gradient(60% 80% at 50% 0%, rgba(37, 99, 235, 0.28), transparent 60%), var(--bg);
}

.cta-glow {
  position: absolute;
  width: 26rem;
  height: 26rem;
  left: 50%;
  top: -8rem;
  transform: translateX(-50%);
  background: rgba(59, 130, 246, 0.22);
  filter: blur(70px);
  pointer-events: none;
}

/* Inner pages */
.page-shell {
  padding: 4rem 0 5rem;
}

.page-shell h1 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
}

/* Legal / policy pages */
.legal-hero {
  padding-bottom: 2.5rem;
}

.legal-meta {
  color: var(--muted);
  font-size: 0.95rem;
}

.legal-doc {
  max-width: 46rem;
}

.legal-toc {
  background: rgba(16, 27, 49, 0.7);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.25rem 1.4rem;
  margin-bottom: 2.5rem;
}

.legal-toc-title {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
}

.legal-toc ol {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
}

.legal-toc a {
  color: var(--blue-bright);
  text-decoration: none;
}

.legal-toc a:hover {
  text-decoration: underline;
}

.legal-section {
  margin-bottom: 2.35rem;
  scroll-margin-top: 6rem;
}

.legal-section h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 1rem;
}

.legal-section h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: #dbe7ff;
  margin: 1.35rem 0 0.65rem;
}

.legal-section p,
.legal-section li {
  color: var(--muted);
  line-height: 1.75;
}

.legal-section ul,
.legal-section ol {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.legal-section li + li {
  margin-top: 0.4rem;
}

.legal-callout {
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(96, 165, 250, 0.28);
  border-radius: 0.9rem;
  padding: 1.15rem 1.3rem;
  margin: 1.25rem 0 1.5rem;
  color: #c8d7f5;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  margin-top: 1rem;
}

/* Footer */
.site-footer {
  background: #040813;
  border-top: 1px solid var(--line);
  padding: 4rem 0 2.5rem;
  color: var(--muted);
}

.footer-brand {
  font-family: var(--font-display);
  font-weight: 700;
  color: #fff;
  font-size: 1.1rem;
}

.footer-tagline {
  color: var(--blue-bright);
  font-weight: 600;
}

.footer-heading {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
}

.footer-links li { margin-bottom: 0.5rem; }

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.footer-links a:hover { color: var(--blue-bright); }

.footer-text {
  font-size: 0.95rem;
  line-height: 1.65;
}

.footer-rule {
  border-color: rgba(120, 160, 255, 0.12);
  margin: 2.25rem 0 1.4rem;
}

.footer-disclaimer {
  font-size: 0.85rem;
  line-height: 1.65;
  color: #7484a3;
  /*max-width: 56rem;*/
  margin-bottom: 0.85rem;
}

@media (prefers-reduced-motion: reduce) {
  .status-live,
  .product-card {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
    padding-top: 2.5rem;
  }

  .section,
  .section-cta {
    padding: 3.5rem 0;
  }

  .intro-panel,
  .status-panel,
  .about-panel,
  .position-panel {
    padding: 1.35rem;
  }
}
