:root {
  --md-primary-fg-color: #7c3aed;
  --md-primary-fg-color--light: #8b5cf6;
  --md-primary-fg-color--dark: #6d28d9;
  --md-accent-fg-color: #f59e0b;
}

/* Force dark mode as default */
body {
  --md-default-scheme: slate;
}

[data-md-color-scheme="slate"] {
  --md-bg-color: #0f172a;
  --md-code-bg-color: #1e293b;
}

/* Background glow similar to ArqonHPO */
[data-md-color-scheme="slate"] .md-main {
  background:
    radial-gradient(circle at 50% 24%, rgba(124, 58, 237, 0.24), transparent 40%),
    radial-gradient(circle at 50% 58%, rgba(106, 99, 255, 0.16), transparent 36%),
    radial-gradient(circle at 50% 100%, rgba(59, 130, 246, 0.12), transparent 30%),
    #0f172a;
}

/* Glassmorphism for cards */
.tx-card {
  background: rgba(30, 41, 59, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Premium gradient headers */
h1,
h2 {
  letter-spacing: -0.025em;
}

/* Stats block styling */
.tx-stat {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--md-primary-fg-color);
  line-height: 1;
}
.tx-stat-label {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--md-default-fg-color--light);
  margin-top: 0.5rem;
}

/* Navigation headers bold/white */
.md-nav__item--section > .md-nav__link {
  font-weight: 700 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.md-nav--primary > .md-nav__list > .md-nav__item > .md-nav__link {
  font-weight: 700 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

/* Hero landing style to match ArqonHPO visual language */
.pilot-hero {
  max-width: 980px;
  margin: 2.5rem auto 4rem;
  text-align: center;
  padding: 2rem 1rem 2.5rem;
  position: relative;
}

.pilot-hero::before {
  content: "";
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: min(760px, 90%);
  height: 300px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.35), rgba(124, 58, 237, 0.0) 70%);
  filter: blur(34px);
  z-index: -1;
}

.md-typeset .pilot-hero-title {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(3.6rem, 9.6vw, 5.4rem) !important;
  line-height: 0.86 !important;
  margin: 0 0 1.15rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em;
  color: #e5e8ff !important;
  text-shadow:
    0 0 38px rgba(120, 121, 255, 0.48),
    0 0 10px rgba(120, 121, 255, 0.32);
  text-align: center !important;
}

.pilot-hero-subtitle {
  font-size: clamp(1.6rem, 3.3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 0.4rem 0 1rem;
  color: #f2f4ff;
}

.pilot-hero-copy {
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.5;
  margin: 0 auto 1.35rem;
  max-width: 780px;
  color: #c9d0ea;
}

.pilot-pill-row {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.1rem 0 1.3rem;
}

.pilot-pill {
  border: 1px solid rgba(99, 130, 255, 0.28);
  background: rgba(28, 34, 58, 0.7);
  border-radius: 0.7rem;
  padding: 0.5rem 0.85rem;
  font-size: 0.92rem;
  color: #d9e2ff;
}

.pilot-powered {
  margin: 0.85rem 0 1.7rem;
  color: #aeb8d7;
  font-size: 0.96rem;
}

.pilot-powered-chip {
  margin-left: 0.3rem;
  padding: 0.23rem 0.55rem;
  border-radius: 0.45rem;
  background: rgba(122, 95, 255, 0.36);
  border: 1px solid rgba(159, 142, 255, 0.45);
  color: #e5deff;
  font-weight: 700;
}

.pilot-cta-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.pilot-btn {
  display: inline-block;
  border-radius: 999px;
  padding: 0.86rem 2rem;
  font-weight: 700;
  text-decoration: none !important;
  border: 1px solid transparent;
}

.pilot-btn-primary {
  color: #f6f8ff !important;
  background: linear-gradient(135deg, #6a63ff, #6978ff);
  box-shadow: 0 0 28px rgba(106, 99, 255, 0.52);
}

.pilot-btn-secondary {
  color: #d8e1ff !important;
  background: rgba(8, 17, 41, 0.55);
  border-color: rgba(100, 132, 255, 0.38);
}

.pilot-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 0 2rem;
}

.pilot-feature-card {
  background: linear-gradient(180deg, rgba(23, 31, 58, 0.85), rgba(13, 20, 41, 0.9));
  border: 1px solid rgba(111, 138, 255, 0.24);
  border-radius: 0.9rem;
  padding: 1rem 1rem 0.9rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 24px rgba(7, 11, 26, 0.35);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.pilot-feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(130, 156, 255, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 30px rgba(30, 40, 90, 0.38),
    0 0 28px rgba(95, 97, 255, 0.16);
}

.pilot-feature-card h3 {
  margin: 0 0 0.4rem !important;
  font-size: 1.06rem !important;
  color: #e8edff !important;
}

.pilot-feature-card p {
  margin: 0 !important;
  color: #c5cee8 !important;
  font-size: 0.95rem;
  line-height: 1.45;
}

@media (max-width: 1050px) {
  .pilot-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .pilot-feature-grid {
    grid-template-columns: 1fr;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600;700;800&display=swap");
