.text-gradient {
  background: linear-gradient(135deg, #38bdf8, #226aea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: normal;
}

:root {
  color-scheme: light;
  --bg-deep: #f4f7fb;
  --bg: #ffffff;
  --bg-soft: #eef2f8;
  --bg-card: #ffffff;
  --border: rgba(15, 23, 42, 0.08);
  --border-strong: rgba(15, 23, 42, 0.12);
  --text: #0f172a;
  --muted: #475569;
  --muted-2: #64748b;
  --accent: #38bdf8;
  --accent-hover: #0ea5e9;
  --accent-2: #38bdf8;
  --accent-glow: rgba(56, 189, 248, 0.28);
  /* Bolt-style single-hue glow tokens (sky) */
  --glow-soft: rgba(56, 189, 248, 0.1);
  --glow-mid: rgba(56, 189, 248, 0.18);
  --glow-strong: rgba(56, 189, 248, 0.32);
  --glow-bloom: rgba(56, 189, 248, 0.45);
  --success: #059669;
  --warning: #d97706;
  --radius: 16px;
  --radius-sm: 12px;
  --radius-md: 14px;
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.06), 0 12px 32px -8px rgba(15, 23, 42, 0.1);
  --shadow-lg: 0 20px 50px -12px rgba(15, 23, 42, 0.12);
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.05);
  --header-bg: rgba(255, 255, 255, 0.82);
  --hero-mesh-1: rgba(56, 189, 248, 0.12);
  --hero-mesh-2: rgba(56, 189, 248, 0.08);
  /* Same as bg-card for light — careers panels use this */
  --card: #ffffff;
}

/* Dark theme (banner-style) — toggled via <html data-theme="dark"> */
html[data-theme="dark"] {
  color-scheme: dark;
  /* One canvas — Bolt / careers: no stacked navy “bands” */
  --bg-deep: #020617;
  --bg: #020617;
  --bg-soft: #020617;
  --bg-card: #020617;
  --border: rgba(148, 163, 184, 0.08);
  --border-strong: rgba(148, 163, 184, 0.14);
  --text: #f1f5f9;
  --muted: #94a3b8;
  --muted-2: #64748b;
  --accent: #38bdf8;
  --accent-hover: #7dd3fc;
  --accent-2: #38bdf8;
  --accent-glow: rgba(56, 189, 248, 0.35);
  --glow-soft: rgba(56, 189, 248, 0.12);
  --glow-mid: rgba(56, 189, 248, 0.22);
  --glow-strong: rgba(56, 189, 248, 0.38);
  --glow-bloom: rgba(56, 189, 248, 0.55);
  --success: #34d399;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  --shadow-lg: 0 24px 48px -12px rgba(0, 0, 0, 0.45);
  --shadow-sm: none;
  --panel-glass: rgba(255, 255, 255, 0.045);
  --panel-glass-hover: rgba(255, 255, 255, 0.07);
  --panel-border: rgba(56, 189, 248, 0.14);
  --panel-border-hover: rgba(56, 189, 248, 0.28);
  --card: rgba(255, 255, 255, 0.045);
  --header-bg: rgba(11, 18, 33, 0.94);
  /* Solid bar behind Bolt bloom (screenshot ref ~#0b1221) */
  --header-bolt-bar: #0b1221;
  --hero-mesh-1: rgba(56, 189, 248, 0.14);
  --hero-mesh-2: rgba(56, 189, 248, 0.1);
}

html[data-theme="dark"] a:hover {
  color: #7dd3fc;
}

/* One canvas + glass panels — https://bolt.new/careers/ */
html[data-theme="dark"] .site-footer {
  border-top: none;
}

html[data-theme="dark"] .footer-bottom {
  border-top: 1px solid rgba(226,232,240,0.08);
}

html[data-theme="dark"] .card,
html[data-theme="dark"] .stream-card,
html[data-theme="dark"] .use-card,
html[data-theme="dark"] .command-visual,
html[data-theme="dark"] .cap-row__media,
html[data-theme="dark"] .office-form-meta,
html[data-theme="dark"] .form-shell,
html[data-theme="dark"] .careers-value,
html[data-theme="dark"] .careers-panel,
html[data-theme="dark"] .careers-role,
html[data-theme="dark"] .careers-perk {
  background: var(--panel-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-color: var(--panel-border);
  box-shadow: none;
}

html[data-theme="dark"] .command-visual {
  box-shadow: 0 0 100px rgba(56, 189, 248, 0.1);
}

html[data-theme="dark"] .cap-row__media {
  box-shadow: none;
}

html[data-theme="dark"] .card:hover {
  background: var(--panel-glass-hover);
  border-color: var(--panel-border-hover);
  box-shadow: 0 0 56px rgba(56, 189, 248, 0.14);
  transform: translateY(-2px);
}

html[data-theme="dark"] .stream-card:hover {
  border-color: var(--panel-border-hover);
  box-shadow: 0 0 40px rgba(56, 189, 248, 0.12);
}

html[data-theme="dark"] .feature-block {
  border-bottom: none;
}

html[data-theme="dark"] .btn-ghost {
  background: var(--panel-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-color: var(--panel-border);
}

html[data-theme="dark"] .native-form input,
html[data-theme="dark"] .native-form textarea {
  background: var(--panel-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-color: var(--panel-border);
}

html[data-theme="dark"] .contact-photo figcaption {
  background: var(--panel-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

body {
  margin: 0;
  font-family: var(--font);
  background-color: var(--bg-deep);
  color: var(--text);
  line-height: 1.65;
  font-size: 1.05rem;
  -webkit-font-smoothing: antialiased;
}
p {
  color: #A7ADBE;
}
img {
  -ms-interpolation-mode: bicubic;
}
img::-ms-clear,
img::-ms-reveal {
  display: none;
}
*::-webkit-media-controls,
*::-webkit-media-controls-overlay-enclosure {
  display: none !important;
}

/* Site-wide ambient glow — https://bolt.new/careers/ (fixed layers read through sections) */
html[data-theme="dark"] body {
  background-image:
    radial-gradient(ellipse 125% 90% at 50% -28%, var(--glow-bloom) 0%, transparent 46%),
    radial-gradient(ellipse 95% 70% at 50% -5%, var(--glow-mid) 0%, transparent 52%),
    radial-gradient(ellipse 88% 72% at 100% 8%, var(--glow-mid) 0%, transparent 50%),
    radial-gradient(ellipse 82% 68% at 0% 35%, var(--glow-soft) 0%, transparent 50%),
    radial-gradient(ellipse 115% 65% at 50% 108%, var(--glow-mid) 0%, transparent 56%),
    radial-gradient(ellipse 70% 55% at 50% 48%, rgba(56, 189, 248, 0.05) 0%, transparent 68%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

html[data-theme="light"] body {
  background-image:
    radial-gradient(ellipse 120% 88% at 50% -22%, var(--glow-strong) 0%, transparent 46%),
    radial-gradient(ellipse 90% 68% at 94% 12%, var(--glow-soft) 0%, transparent 50%),
    radial-gradient(ellipse 78% 60% at 6% 42%, var(--glow-soft) 0%, transparent 48%),
    radial-gradient(ellipse 100% 55% at 50% 102%, var(--glow-soft) 0%, transparent 55%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

@media (prefers-reduced-motion: reduce) {
  html[data-theme="dark"] body,
  html[data-theme="light"] body {
    background-attachment: scroll;
  }
}

a {
  color: var(--accent-2);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--accent-hover);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--accent);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  z-index: 100;
}

.skip-link:focus {
  left: 16px;
}

.wrap {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

.wrap--wide {
  width: min(1280px, 94vw);
  margin-inline: auto;
}

.wrap--hero {
  width: min(1320px, 94vw);
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none;
  box-shadow: none;
  transition: background 0.3s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.site-header.site-header--is-elevated {
  background: rgba(2, 6, 23, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.5);
}

html[data-theme="light"] .site-header {
  background: transparent;
  border-bottom: none;
}

html[data-theme="light"] .site-header.site-header--is-elevated {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 0.8rem 0;
}

.header-inner .brand {
  margin-right: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--text);
  text-decoration: none;
  flex-shrink: 0;
}

/* Size with max bounds only — wrong width/height attrs distort; intrinsic ratio from file */
.brand-logo {
  display: block;
  width: auto;
  height: 5rem;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .brand-logo {
    height: 3.5rem;
  }
}

.brand-logo--footer {
  height: 2.25rem;
  width: auto;
  max-width: 11rem;
  object-fit: contain;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: conic-gradient(from 200deg, #38bdf8, #0ea5e9, #7dd3fc, #38bdf8);
  box-shadow: 0 4px 16px var(--accent-glow);
  position: relative;
  flex-shrink: 0;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.brand-mark.sm {
  width: 30px;
  height: 30px;
}

.brand-name {
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 1.18rem;
  display: block;
}

.brand-tag {
  font-size: 0.72rem;
  color: var(--muted-2);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.brand-tag--bolt {
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  max-width: 18rem;
  line-height: 1.25;
}

@media (max-width: 520px) {
  .brand-tag--bolt {
    font-size: 0.62rem;
    max-width: 11rem;
  }
}

.nav {
  display: none;
  align-items: center;
  gap: 1.35rem;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 500;
}

.nav a:hover,
.nav a.is-active {
  color: var(--text);
}

.nav-cta {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background: linear-gradient(135deg, #109fe7 0%, #226aea 100%);
  color: #fff !important;
  border: none;
  box-shadow: 0 2px 10px rgba(34, 106, 234, 0.2);
}

.nav-cta:hover {
  color: #fff !important;
  filter: brightness(1.05);
}

.nav-cta.is-active {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 2px 10px rgba(34, 106, 234, 0.2);
}

/* Home + careers: Bolt bar — midnight navy + cyan bloom (https://bolt.new/careers/) */
.site-header.site-header--bolt {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  isolation: isolate;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none;
  box-shadow: none;
  transition:
    background 0.3s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.site-header.site-header--bolt.site-header--is-elevated {
  background: rgba(2, 6, 23, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.5);
}

.site-header.site-header--bolt::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 52% 200% at 52% 42%, rgba(56, 189, 248, 0.5) 0%, transparent 56%),
    radial-gradient(ellipse 38% 160% at 78% 0%, rgba(56, 189, 248, 0.2) 0%, transparent 46%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.site-header.site-header--bolt.site-header--is-elevated::before {
  opacity: 0.5;
}

.site-header.site-header--bolt > .wrap {
  position: relative;
  z-index: 1;
}

html[data-theme="dark"] .site-header--bolt .mobile-nav:not([hidden]) {
  background: rgba(11, 18, 33, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 0 0 14px 14px;
  margin-top: 0.25rem;
  padding-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.55);
}

html[data-theme="dark"] .site-header--bolt .brand {
  color: #f8fafc;
}

html[data-theme="dark"] .site-header--bolt .nav a:not(.nav-cta) {
  color: rgba(255, 255, 255, 0.92);
}

html[data-theme="dark"] .site-header--bolt .nav a:not(.nav-cta):hover,
html[data-theme="dark"] .site-header--bolt .nav a.is-active:not(.nav-cta) {
  color: #ffffff;
}

html[data-theme="dark"] .site-header--bolt .nav-cta {
  background: linear-gradient(135deg, #109fe7 0%, #226aea 100%);
  box-shadow: 0 2px 10px rgba(34, 106, 234, 0.2);
}

html[data-theme="dark"] .site-header--bolt .nav-toggle {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .site-header--bolt .nav-toggle::before,
html[data-theme="dark"] .site-header--bolt .nav-toggle::after {
  background: #e2e8f0;
}

html[data-theme="dark"] .site-header--bolt .mobile-nav a {
  color: #e2e8f0;
}

html[data-theme="light"] .site-header.site-header--bolt::before {
  opacity: 0;
  visibility: hidden;
}

html[data-theme="light"] .site-header.site-header--bolt {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

html[data-theme="light"] .site-header.site-header--bolt.site-header--is-elevated {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.12);
}

html[data-theme="light"] .site-header--bolt .brand {
  color: var(--text);
}

html[data-theme="light"] .site-header--bolt .nav a:not(.nav-cta) {
  color: var(--muted);
}

html[data-theme="light"] .site-header--bolt .nav a:not(.nav-cta):hover,
html[data-theme="light"] .site-header--bolt .nav a.is-active:not(.nav-cta) {
  color: var(--text);
}

html[data-theme="light"] .site-header--bolt .nav-toggle {
  background: var(--bg);
  border-color: var(--border-strong);
}

html[data-theme="light"] .site-header--bolt .nav-toggle::before,
html[data-theme="light"] .site-header--bolt .nav-toggle::after {
  background: var(--text);
}

html[data-theme="light"] .site-header--bolt .mobile-nav a {
  color: var(--text);
}

html[data-theme="light"] .site-header--bolt .mobile-nav:not([hidden]) {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--border);
  border-radius: 0 0 14px 14px;
}

/* Theme toggle */
.theme-toggle {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--border-strong);
  background: var(--bg-soft);
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  line-height: 1;
  flex-shrink: 0;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.theme-toggle:hover {
  border-color: rgba(56, 189, 248, 0.45);
}

html[data-theme="dark"] .theme-toggle {
  background: var(--panel-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-color: var(--panel-border);
}

html[data-theme="dark"] .site-header--bolt .theme-toggle {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #f1f5f9;
}

html[data-theme="dark"] .site-header--bolt .theme-toggle:hover {
  border-color: rgba(56, 189, 248, 0.45);
  background: rgba(255, 255, 255, 0.1);
}

.theme-toggle__icon--moon {
  display: none;
}

html[data-theme="light"] .theme-toggle__icon--sun {
  display: none;
}

html[data-theme="light"] .theme-toggle__icon--moon {
  display: inline;
}

html[data-theme="dark"] .nav-toggle {
  background: var(--panel-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-color: var(--panel-border);
}

.nav-toggle {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--bg);
  cursor: pointer;
  position: relative;
}

.nav-toggle::before,
.nav-toggle::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
}

.nav-toggle::before {
  top: 15px;
}

.nav-toggle::after {
  bottom: 15px;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid var(--border);
}

.mobile-nav a {
  padding: 0.65rem 0;
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
}

.mobile-nav:not([hidden]) {
  display: flex;
}

@media (min-width: 920px) {
  .nav {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .mobile-nav {
    display: none !important;
  }
}

/* Badges & typography */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.2);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin: 0 0 1rem;
}

.badge--blue {
  color: var(--accent);
  background: rgba(56, 189, 248, 0.1);
  border-color: rgba(56, 189, 248, 0.2);
}

.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.15rem, 4.8vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 700;
}

.lead {
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 54ch;
}

.section-head h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  letter-spacing: -0.03em;
  font-weight: 700;
}

.section-lead {
  margin: 0;
  color: var(--muted);
  max-width: 62ch;
  font-size: 1.05rem;
}

.section-lead strong {
  color: var(--text);
}

/* ── Marquee image strip ── */
.marquee-strip {
  overflow: hidden;
  padding: 4.5rem 0 7rem;
  position: relative;
  margin-top: 0;
  z-index: 5;
}


.marquee-strip::before,
.marquee-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 22%;
  z-index: 2;
  pointer-events: none;
}

.marquee-strip::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg-deep, #020617) 30%, transparent 100%);
}

.marquee-strip::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg-deep, #020617) 30%, transparent 100%);
}

.marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marquee-scroll 90s linear infinite;
  will-change: transform;
}

.marquee-card {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.marquee-card__img {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0c1425;
}

.marquee-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.marquee-card--desktop .marquee-card__img {
  width: 520px;
  height: 350px;
}

.marquee-card--mobile .marquee-card__img {
  width: 180px;
  height: 350px;
}

.marquee-card__label {
  font-size: 0.85rem;
  color: rgba(148, 163, 184, 0.7);
  letter-spacing: 0.02em;
}

@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 767px) {
  .marquee-card--desktop .marquee-card__img {
    width: 280px;
    height: 210px;
  }
  .marquee-card--mobile .marquee-card__img {
    width: 130px;
    height: 210px;
  }
  .marquee-strip {
    margin-top: -2rem;
  }
}

/* Hero */
.hero {
  position: relative;
  padding: clamp(6rem, 10vw, 8.5rem) 0 clamp(3rem, 7vw, 5rem);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 60% at 80% 0%, var(--hero-mesh-1), transparent 55%),
    radial-gradient(ellipse 70% 50% at 10% 70%, var(--hero-mesh-2), transparent 50%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 100%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 4vw, 3.5rem);
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.hero-actions--card {
  margin-bottom: 0;
  margin-top: 0.25rem;
}

/* Bolt.new–inspired hero — https://bolt.new/ */
.hero.hero--bolt {
  /* Space below fixed header — keep readable but not oversized */
  --bolt-header-clearance: clamp(3.75rem, 8.25vh, 5.5rem);
  /* Taller stage = curved top edge sits higher on screen */
  --bolt-media-h: clamp(315px, 58vh, 660px);
  padding: 10rem 0 4rem;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #f8fafc;
}

@media (max-width: 919px) {
  .hero.hero--bolt {
    --bolt-header-clearance: clamp(4.1rem, 9.5vh, 5.85rem);
    --bolt-media-h: clamp(248px, 52vh, 500px);
  }
}

.hero-bolt__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  /* Full hero canvas — same #020617 as page so edge with next section stays clean */
  background:
    radial-gradient(ellipse 85% 50% at 50% 92%, var(--glow-mid) 0%, transparent 58%),
    radial-gradient(ellipse 70% 45% at 50% 108%, rgba(56, 189, 248, 0.12) 0%, transparent 55%),
    #020617;
}

html[data-theme="light"] .hero-bolt__bg {
  background: linear-gradient(180deg, #e0f2fe 0%, #f1f5f9 50%, #e2e8f0 100%);
}

/* Earth video — lower “stage” / curved bowl (Bolt-style) */
.hero-bolt__media {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.hero-bolt__video-stack {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bolt__video-stack .hero-bolt__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
  z-index: 0;
  /* Slight zoom crops typical stock watermarks on edges; not a substitute for a licensed file */
  transform: scale(1.18);
  transform-origin: 50% 42%;
  transition: opacity 0.65s ease-in-out;
  will-change: opacity;
}

.hero-bolt__video-stack.front-a .hero-bolt__video--a {
  opacity: 0.88;
}

.hero-bolt__video-stack.front-a .hero-bolt__video--b {
  opacity: 0;
}

.hero-bolt__video-stack.front-b .hero-bolt__video--a {
  opacity: 0;
}

.hero-bolt__video-stack.front-b .hero-bolt__video--b {
  opacity: 0.88;
}

@media (prefers-reduced-motion: reduce) {
  .hero-bolt__video-stack .hero-bolt__video {
    display: none;
    transition: none;
  }
}

.hero-bolt__media .hero-bolt__video-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 80% 60% at 50% 30%, rgba(2, 6, 23, 0.45) 0%, transparent 65%),
    radial-gradient(ellipse 72% 48% at 100% 100%, rgba(2, 6, 23, 0.85) 0%, transparent 62%),
    radial-gradient(ellipse 55% 42% at 0% 100%, rgba(2, 6, 23, 0.7) 0%, transparent 58%),
    linear-gradient(
      180deg,
      rgba(2, 6, 23, 0.6) 0%,
      rgba(2, 6, 23, 0.25) 30%,
      rgba(2, 6, 23, 0.15) 50%,
      rgba(2, 6, 23, 0.65) 80%,
      #020617 100%
    );
  pointer-events: none;
}

.hero-bolt__noise {
  position: absolute;
  inset: 0;
  opacity: 0.055;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero-bolt__grid-floor {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(56, 189, 248, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 65% at 50% 100%, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 80% 65% at 50% 100%, black 0%, transparent 70%);
  opacity: 0.5;
  z-index: 2;
}

.hero-bolt__horizon {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 240%;
  height: 50%;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse 45% 40% at 50% 20%,
    rgba(56, 189, 248, 0.45) 0%,
    rgba(56, 189, 248, 0.2) 25%,
    rgba(56, 189, 248, 0.06) 50%,
    transparent 75%
  );
  filter: blur(30px);
  opacity: 0.7;
  z-index: 2;
}

.hero-bolt__bloom {
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: min(92vw, 820px);
  height: min(92vw, 820px);
  transform: translate(-50%, 30%);
  background: radial-gradient(
    circle at 50% 32%,
    rgba(56, 189, 248, 0.35) 0%,
    rgba(56, 189, 248, 0.15) 32%,
    rgba(56, 189, 248, 0.05) 55%,
    transparent 70%
  );
  filter: blur(60px);
  opacity: 0.8;
  z-index: 2;
}

.hero-bolt__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 820px;
  margin-inline: auto;
  /* Modest offset below header; keeps badge/headline from sitting too low */
  margin-top: clamp(0.65rem, 2.5vh, 2rem);
  text-align: center;
  color: #f8fafc;
}

.hero-bolt__badge {
  display: inline-block;
  margin: 0 0 1.25rem;
  max-width: calc(100% - 1.5rem);
  line-height: 1.35;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(56, 189, 248, 0.35);
  background: rgba(56, 189, 248, 0.1);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
}

@media (max-width: 520px) {
  .hero-bolt__badge {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    padding: 0.45rem 0.7rem;
  }
}

.hero-bolt__headline {
  margin: 0 0 1rem;
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #f8fafc;
}

.hero-bolt__accent {
  font-style: italic;
  font-weight: 700;
  background: linear-gradient(120deg, #bae6fd 0%, #38bdf8 42%, #0ea5e9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 40px rgba(56, 189, 248, 0.45);
  filter: drop-shadow(0 0 24px rgba(56, 189, 248, 0.35));
}

.hero-bolt__sub {
  margin: 0 auto 2rem;
  max-width: 46ch;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  line-height: 1.55;
  color: #ffffff;
}

.hero-bolt__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.hero-bolt__cta-main {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.15rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #109fe7 0%, #226aea 100%);
  border: 1px solid rgba(34, 106, 234, 0.3);
  box-shadow: 0 2px 10px rgba(34, 106, 234, 0.18);
  transition: filter 0.15s ease, transform 0.15s ease;
}

.hero-bolt__cta-main:hover {
  filter: brightness(1.08);
  color: #fff;
}

.hero-bolt__cta-ghost {
  padding: 0.65rem 1rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  color: #e2e8f0;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.5);
  transition: border-color 0.15s ease, background 0.15s ease;
}

.hero-bolt__cta-ghost:hover {
  border-color: rgba(56, 189, 248, 0.45);
  background: rgba(30, 41, 59, 0.75);
  color: #fff;
}

.hero-bolt__alt-row {
  margin: 1.35rem 0 0;
  font-size: 0.88rem;
  color: #64748b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.hero-bolt__alt-label {
  margin-right: 0.25rem;
}

.hero-bolt__alt-row a {
  color: #94a3b8;
  font-weight: 600;
  text-decoration: none;
}

.hero-bolt__alt-row a:hover {
  color: var(--accent-hover);
}

.hero-bolt__alt-dot {
  color: #475569;
  user-select: none;
}

/* Light theme: home hero reads on pale sky (optional day mode) */
html[data-theme="light"] .hero.hero--bolt {
  color: var(--text);
}

html[data-theme="light"] .hero-bolt__media {
  display: none;
}

html[data-theme="light"] .hero-bolt__grid-floor {
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px);
}

html[data-theme="light"] .hero-bolt__horizon,
html[data-theme="light"] .hero-bolt__bloom {
  opacity: 0.4;
}

html[data-theme="light"] .hero-bolt__headline {
  color: #0f172a;
}

html[data-theme="light"] .hero-bolt__sub {
  color: #475569;
}

html[data-theme="light"] .hero-bolt__alt-row {
  color: #64748b;
}

html[data-theme="light"] .hero-bolt__alt-row a {
  color: #334155;
}

html[data-theme="light"] .hero-bolt__alt-row a:hover {
  color: var(--accent-hover);
}

html[data-theme="light"] .hero-bolt__cta-ghost {
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.22);
}

html[data-theme="light"] .hero-bolt__cta-ghost:hover {
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.35);
  background: rgba(15, 23, 42, 0.05);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.15s ease;
}

.btn:active {
  transform: translateY(1px);
}

.btn-primary {
  background: linear-gradient(135deg, #109fe7 0%, #226aea 100%);
  color: #fff;
  box-shadow: 0 4px 14px rgba(34, 106, 234, 0.25);
}

.btn-primary:hover {
  filter: brightness(1.08);
  color: #fff;
  box-shadow: 0 6px 20px rgba(34, 106, 234, 0.35);
}

.btn-ghost {
  border-color: var(--border-strong);
  background: var(--bg-card);
  color: var(--text);
}

.btn-ghost:hover {
  border-color: var(--accent);
  color: var(--text);
  box-shadow: var(--shadow);
}

.btn-sm {
  padding: 0.55rem 1rem;
  font-size: 0.88rem;
}

/* Globe / video hero visual */
.hero-visual {
  display: flex;
  justify-content: center;
}

.globe-frame {
  position: relative;
  width: min(100%, 560px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.earth-ring {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.2s ease-out;
  box-shadow:
    0 0 0 1px rgba(56, 189, 248, 0.35),
    0 24px 80px rgba(0, 0, 0, 0.45),
    0 0 72px rgba(56, 189, 248, 0.28),
    0 0 120px rgba(56, 189, 248, 0.12);
  background: #020617;
}

.earth-video,
.earth-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.earth-overlay {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.25) 0%, transparent 40%),
    linear-gradient(215deg, rgba(56, 189, 248, 0.08) 0%, transparent 45%),
    radial-gradient(circle at 50% 50%, transparent 52%, rgba(15, 23, 42, 0.12) 100%);
}

.earth-pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.earth-pin {
  position: absolute;
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3rem 0.5rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow);
}

.earth-pin--move {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  border-color: rgba(56, 189, 248, 0.35);
}

.earth-pin--video {
  top: 48%;
  right: 8%;
  border-color: rgba(56, 189, 248, 0.35);
}

.earth-pin--iot {
  bottom: 14%;
  left: 12%;
  border-color: rgba(56, 189, 248, 0.35);
}

.earth-pin--docker {
  bottom: 16%;
  right: 10%;
  border-color: rgba(56, 189, 248, 0.35);
}

.globe-caption {
  margin: 0;
  max-width: 36rem;
  text-align: center;
  font-size: 0.8rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.globe-attrib {
  margin: 0;
  font-size: 0.75rem;
  color: var(--muted-2);
  text-align: center;
}

.globe-attrib a {
  color: var(--muted);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.65);
  animation: pulse 2.2s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.12);
  }
}

/* Sections */
.section {
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.section-alt {
  position: relative;
  /* Same plane as rest of page — no “striped” alternate fills (Bolt careers) */
  background: transparent;
  border: none;
  box-shadow: none;
}

.section-head {
  margin-bottom: 2rem;
  max-width: 720px;
  position: relative;
}

.section-head::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 120px;
  background: radial-gradient(ellipse at center, rgba(16, 159, 231, 0.15) 0%, rgba(34, 106, 234, 0.08) 40%, transparent 70%);
  pointer-events: none;
  z-index: -1;
  filter: blur(30px);
}

.section-head--center {
  text-align: center;
  margin-inline: auto;
}

.section-head--center .section-lead {
  margin-inline: auto;
}

/* Cards grid */
.cards-4 {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 720px) {
  .cards-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .cards-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 0;
  padding: 1.5rem;
  box-shadow: var(--shadow);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.card:hover {
  border-color: rgba(56, 189, 248, 0.22);
  box-shadow:
    var(--shadow-lg),
    0 0 0 1px rgba(56, 189, 248, 0.08),
    0 0 56px rgba(56, 189, 248, 0.16);
  transform: translateY(-2px);
}

.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.08rem;
  font-weight: 700;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.card--icon {
  padding-top: 2rem;
}
.card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(56,189,248,0.15), rgba(34,106,234,0.10));
  border: 1px solid rgba(56,189,248,0.18);
  color: var(--accent, #38bdf8);
}
.card__icon svg {
  width: 26px;
  height: 26px;
}

.pillars-3 {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .pillars-3 { grid-template-columns: repeat(3, 1fr); }
}
.flip-card {
  perspective: 1000px;
  min-height: 310px;
}
.flip-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 310px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card__inner {
  transform: rotateY(180deg);
}
.flip-card__front,
.flip-card__back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 16px;
  border: 1px solid rgba(56,189,248,0.18);
  padding: 1.8rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.flip-card__front {
  text-align: center;
  background: linear-gradient(170deg, rgba(56,189,248,0.05) 0%, rgba(2,6,23,0.6) 60%);
}
.flip-card__back {
  transform: rotateY(180deg);
  background: linear-gradient(170deg, rgba(34,106,234,0.12) 0%, rgba(2,6,23,0.85) 60%);
  border-color: rgba(56,189,248,0.3);
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.5rem 1.5rem;
}
.flip-card__back h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
  background: linear-gradient(135deg, #38bdf8, #226aea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.flip-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.flip-card__list li {
  font-size: 0.82rem;
  color: rgba(226,232,240,0.9);
  line-height: 1.5;
  padding-left: 1.4rem;
  position: relative;
}
.flip-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: 700;
}

.pillar {
  text-align: center;
  padding: 2.5rem 2rem 2rem;
  border: 1px solid rgba(56,189,248,0.18);
  border-radius: 16px;
  background: linear-gradient(170deg, rgba(56,189,248,0.05) 0%, rgba(2,6,23,0.6) 60%);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.pillar:hover {
  border-color: rgba(56,189,248,0.35);
  box-shadow: 0 0 50px rgba(56,189,248,0.12), 0 8px 32px rgba(0,0,0,0.3);
  transform: translateY(-4px);
}
.pillar__icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent, #38bdf8);
  filter: drop-shadow(0 0 8px rgba(56,189,248,0.2));
}
.pillar__icon svg {
  width: 100px;
  height: 100px;
}
.flip-card__front h3,
.pillar h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.1rem;
}
.flip-card__front .pillar__sub,
.pillar__sub {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent, #38bdf8);
  margin: 0 0 0.4rem;
  letter-spacing: 0.02em;
}
.flip-card__front p:last-child,
.pillar p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

/* Logo Social Proof */
.logo-social-proof {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.logo-review-center {
  text-align: center;
  margin-bottom: 1.5rem;
}
.logo-review-stars {
  font-size: 1.4rem;
  color: #facc15;
  letter-spacing: 0.12em;
  margin-bottom: 0.3rem;
}
.logo-review-text {
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0;
  font-weight: 500;
}

.logo-marquee {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent 0%, #000 15%, #000 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 15%, #000 85%, transparent 100%);
}
.logo-marquee__track {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  animation: logoScroll 30s linear infinite;
  will-change: transform;
}
@keyframes logoScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.logo-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.logo-marquee__item:hover {
  opacity: 1;
}
.logo-marquee__item svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

/* Command center / HUD */
.command-visual {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 16 / 10;
  box-shadow: var(--shadow-lg);
}

.command-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.command-visual__hud {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.45) 0%, transparent 35%, transparent 65%, rgba(15, 23, 42, 0.35) 100%);
}

.hud-tags {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
}

.hud-tag {
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #e2e8f0;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.35);
  padding: 0.4rem 0.65rem;
  border-radius: 4px;
  backdrop-filter: blur(8px);
}

.split {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .split {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.feature-list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding: 0.55rem 0 0.55rem 1.75rem;
  position: relative;
  color: var(--muted);
  font-size: 1rem;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

/* Stream cards */
.stream-cards {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .stream-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.stream-card {
  border-radius: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-card);
  box-shadow: var(--shadow);
  transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.stream-card:hover {
  border-color: rgba(56, 189, 248, 0.2);
  box-shadow:
    var(--shadow),
    0 0 48px rgba(56, 189, 248, 0.14);
}

.stream-card__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.stream-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.stream-card:hover .stream-card__img img {
  transform: scale(1.04);
}

.stream-card__body {
  padding: 1.15rem 1.25rem 1.35rem;
}

.stream-card__body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.stream-card__body p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
}

/* CTA — no gradient, centered glow bloom (Bolt-style) */
.cta-band {
  position: relative;
  overflow: visible;
  text-align: center;
  padding: clamp(4rem, 10vw, 6rem) 0;
  color: #f8fafc;
  background: transparent;
  border: none;
}

.cta-band::after {
  content: "";
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 150px;
  background: radial-gradient(ellipse at center, rgba(16, 159, 231, 0.18) 0%, rgba(34, 106, 234, 0.08) 45%, transparent 70%);
  pointer-events: none;
  z-index: -1;
  filter: blur(35px);
}

.cta-band::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(110vw, 900px);
  height: min(110vw, 900px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(56, 189, 248, 0.25) 0%,
    rgba(56, 189, 248, 0.1) 30%,
    rgba(56, 189, 248, 0.03) 55%,
    transparent 75%
  );
  filter: blur(80px);
  opacity: 0.8;
}

.cta-band::after {
  display: none;
}

.cta-band .wrap {
  position: relative;
  z-index: 1;
}

.cta-band h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  letter-spacing: -0.02em;
}

.cta-band .section-lead {
  color: rgba(226, 232, 240, 0.9);
  margin-inline: auto;
  max-width: 920px;
  line-height: 1.65;
  font-size: 1rem;
}

.cta-box__buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.btn--wide {
  min-width: 220px;
  padding: 0.6rem 1.8rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.btn-ghost {
  background: transparent;
  color: #e2e8f0;
  border: 1px solid rgba(226,232,240,0.25);
}
.btn-ghost:hover {
  background: rgba(226,232,240,0.08);
  border-color: rgba(226,232,240,0.4);
  color: #fff;
}
.cta-band .btn-primary {
  margin-top: 0;
  background: linear-gradient(135deg, #109fe7 0%, #226aea 100%);
  color: #fff;
  border: 1px solid rgba(34, 106, 234, 0.3);
  box-shadow: 0 4px 14px rgba(34, 106, 234, 0.25);
}

.cta-box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 2.5rem;
  border: 1px solid rgba(56,189,248,0.18);
  border-radius: 20px;
  background: linear-gradient(170deg, rgba(56,189,248,0.06) 0%, rgba(2,6,23,0.8) 50%);
  box-shadow: 0 0 60px rgba(56,189,248,0.08), 0 12px 40px rgba(0,0,0,0.4);
}
.cta-box__checks {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
.cta-box__check {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(226,232,240,0.85);
}
.cta-box__check svg {
  flex-shrink: 0;
}

.cta-band .btn-primary:hover {
  color: #fff;
  filter: brightness(1.08);
  box-shadow: 0 6px 20px rgba(34, 106, 234, 0.35);
}

html[data-theme="light"] .cta-band {
  color: #0f172a;
  background: transparent;
  border: none;
}

html[data-theme="light"] .cta-band::before {
  background: radial-gradient(
    ellipse 78% 100% at 50% 0%,
    rgba(56, 189, 248, 0.28) 0%,
    rgba(56, 189, 248, 0.1) 48%,
    transparent 72%
  );
  opacity: 0.85;
}

html[data-theme="light"] .cta-band::after {
  background: radial-gradient(ellipse 95% 55% at 50% 115%, rgba(56, 189, 248, 0.12) 0%, transparent 55%);
  opacity: 0.65;
}

html[data-theme="light"] .cta-band .section-lead {
  color: var(--muted);
}

html[data-theme="light"] .cta-band .btn-primary {
  border-color: rgba(56, 189, 248, 0.2);
  box-shadow:
    0 0 0 1px rgba(56, 189, 248, 0.2),
    0 10px 32px rgba(56, 189, 248, 0.15);
}
html[data-theme="light"] .btn-ghost {
  color: #334155;
  border-color: rgba(51,65,85,0.25);
}
html[data-theme="light"] .btn-ghost:hover {
  background: rgba(51,65,85,0.06);
  border-color: rgba(51,65,85,0.4);
  color: #0f172a;
}

/* Capabilities alternating (features-style) */
#capabilities {
  padding-top: clamp(1rem, 2vw, 1.5rem);
}

.capabilities-section {
  padding-left: 0;
  padding-right: 0;
}

.section-head--capabilities {
  padding-inline: clamp(1rem, 3vw, 2rem);
}

.cap-rows {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 6vw, 3.5rem);
  margin-top: 0.5rem;
}

.cap-row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
  padding: 0 clamp(1rem, 3vw, 2rem);
}

.cap-row--reverse .cap-row__media {
  order: 2;
}

.cap-row--reverse .cap-row__content {
  order: 1;
}

@media (max-width: 900px) {
  .cap-row,
  .cap-row--reverse {
    grid-template-columns: 1fr;
  }

  .cap-row .cap-row__media,
  .cap-row--reverse .cap-row__media {
    order: -1;
  }

  .cap-row .cap-row__content,
  .cap-row--reverse .cap-row__content {
    order: 0;
  }
}

.cap-row__media {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 16 / 10;
  background: var(--bg-soft);
  box-shadow: var(--shadow);
}

.cap-parallax {
  display: block;
  width: 115%;
  height: 115%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  margin: -7.5% 0 0 -7.5%;
  will-change: transform;
  transform: translate3d(0, 0, 0) scale(1.02);
}

@media (prefers-reduced-motion: reduce) {
  .cap-parallax {
    width: 100%;
    height: 100%;
    margin: 0;
    transform: none !important;
    will-change: auto;
  }
}

.cap-row__content h3 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}

.cap-row__content p {
  margin: 0;
  color: var(--muted);
}

.cap-bullets {
  margin: 1rem 0 0;
  padding: 0 0 0 1.15rem;
  color: var(--muted);
  font-size: 0.96rem;
}

.cap-bullets li {
  margin-bottom: 0.4rem;
}

.cap-bullets li::marker {
  color: var(--accent);
}

/* Feature deep-dive blocks */
.feature-block {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  border-bottom: 1px solid var(--border);
}

.feature-block:last-of-type {
  border-bottom: none;
}

.feature-block__grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 880px) {
  .feature-block__grid {
    grid-template-columns: 1fr 1.1fr;
  }

  .feature-block--reverse .feature-block__grid > :first-child {
    order: 2;
  }

  .feature-block--reverse .feature-block__grid > :last-child {
    order: 1;
  }
}

.feature-block__visual {
  border-radius: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 11;
}

.feature-block__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── Feat-showcase (deep-dive cards) ── */
.feat-showcase {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.feat-card {
  display: grid;
  gap: 2rem;
  align-items: center;
  background: var(--panel-glass, rgba(15, 23, 42, 0.55));
  border: 1px solid var(--border);
  border-radius: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(16, 159, 231, 0.12), var(--shadow);
}

@media (min-width: 768px) {
  .feat-card {
    grid-template-columns: 1fr 1fr;
  }
  .feat-card--reverse .feat-card__media {
    order: 2;
  }
  .feat-card--reverse .feat-card__body {
    order: 1;
  }
}

.feat-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 11;
}

.feat-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feat-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(16, 159, 231, 0.15), transparent 60%);
  pointer-events: none;
}

.feat-card__body {
  padding: 2rem;
}

.feat-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  background: linear-gradient(135deg, rgba(16, 159, 231, 0.2), rgba(34, 106, 234, 0.15));
  color: var(--accent, #38bdf8);
  margin-bottom: 1rem;
}

.feat-card__icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.feat-card__tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent, #38bdf8);
  background: rgba(16, 159, 231, 0.1);
  border: 1px solid rgba(16, 159, 231, 0.25);
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}

.feat-card__body h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
  letter-spacing: -0.02em;
}

.feat-card__body > p {
  color: var(--muted, #94a3b8);
  line-height: 1.6;
  margin: 0 0 1.25rem;
}

.feat-card__checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.feat-card__checks li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.92rem;
  color: var(--text, #e2e8f0);
}

.feat-card__checks li svg {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  color: var(--accent, #38bdf8);
}

/* Use cases */
.use-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .use-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.use-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 0;
  padding: 1.75rem;
  box-shadow: var(--shadow);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.use-card:hover {
  transform: scale(1.04);
  border-color: rgba(56,189,248,0.3);
  box-shadow: 0 0 40px rgba(56,189,248,0.12), 0 12px 32px rgba(0,0,0,0.3);
  z-index: 2;
}

.use-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
}

.use-card p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.98rem;
}

.use-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.use-metric {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent);
  background: rgba(56, 189, 248, 0.08);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}

html[data-theme="dark"] .use-metric {
  background: rgba(56, 189, 248, 0.12);
  color: #bae6fd;
}

/* Timeline */
.timeline {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0.65rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  border-radius: 2px;
  opacity: 0.35;
}

@media (min-width: 600px) {
  .timeline::before {
  left: 50%;
    transform: translateX(-50%);
  }
}

.tl-item {
  display: grid;
  gap: 0.5rem;
  padding: 1.25rem 0 1.25rem 2.5rem;
  position: relative;
}

@media (min-width: 600px) {
  .tl-item {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    gap: 2rem;
  }

  .tl-item:nth-child(odd) .tl-year {
    text-align: right;
    padding-right: 2rem;
  }

  .tl-item:nth-child(odd) .tl-body {
    padding-left: 2rem;
    border-left: none;
  }

  .tl-item:nth-child(even) .tl-year {
    order: 2;
    text-align: left;
    padding-left: 2rem;
  }

  .tl-item:nth-child(even) .tl-body {
    order: 1;
    text-align: right;
    padding-right: 2rem;
  }
}

.tl-dot {
  position: absolute;
  left: 0.35rem;
  top: 1.5rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  border: 2px solid var(--bg-card);
  box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.3);
}

@media (min-width: 600px) {
  .tl-dot {
    left: 50%;
    transform: translateX(-50%);
  }
}

.tl-year {
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--accent);
}

.tl-body {
  color: var(--muted);
  font-size: 0.98rem;
}

/* Values */
.values-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .values-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Forms */
.form-shell {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 0;
  padding: 1rem;
  box-shadow: var(--shadow);
  display: flex;
  justify-content: center;
}

.form-shell iframe {
  width: min(640px, 100%);
  min-height: 480px;
  border: none;
  border-radius: 4px;
}

.form-note {
  font-size: 0.88rem;
  color: var(--muted);
  margin-top: 1rem;
  text-align: center;
}

/* Signup page — always dark canvas (arc banner + readable text) */
.page-signup {
  background: #020617;
  color: #f1f5f9;
}
.signup-page {
  position: relative;
  min-height: calc(100vh - 5rem);
  padding-top: calc(env(safe-area-inset-top, 0px) + clamp(6.5rem, 13vh, 8.5rem));
  background:
    url("assets/banner-arc.svg") center top / 100% auto no-repeat,
    #020617;
}
.signup-main {
  position: relative;
  z-index: 1;
  padding: clamp(1.5rem, 4vw, 2.5rem) 1.5rem 4rem;
  max-width: 820px;
  margin: 0 auto;
}
.signup-head {
  text-align: center;
  margin-bottom: 2rem;
}
.signup-head h1 {
  margin: 0.5rem 0 0.75rem;
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  letter-spacing: -0.03em;
  color: #f1f5f9;
}
.signup-head__lead {
  margin: 0 auto 1.25rem;
  max-width: 520px;
  color: #A7ADBE;
  font-size: 1.05rem;
  line-height: 1.65;
}
.signup-perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.85rem;
  color: var(--muted);
}
.signup-perks li::before {
  content: "✓ ";
  color: #22c55e;
  font-weight: 600;
}
.signup-form-fallback {
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 0.88rem;
  text-align: center;
  color: #a7adbe;
  background: rgba(56, 189, 248, 0.06);
  border-bottom: 1px solid rgba(51, 54, 69, 0.8);
}
.signup-form-fallback a {
  color: #38bdf8;
  font-weight: 600;
  text-decoration: none;
}
.signup-form-fallback a:hover {
  text-decoration: underline;
}
.signup-form-card {
  position: relative;
  border-radius: 12px;
  border: 1px solid #333645;
  background: #00020d;
  box-shadow:
    0 0 0 1px rgba(56, 189, 248, 0.08),
    0 24px 48px rgba(0, 0, 0, 0.45),
    -80px -60px 120px rgba(56, 189, 248, 0.06),
    80px 60px 120px rgba(56, 189, 248, 0.05);
}
.signup-form-card__glow {
  position: absolute;
  inset: -40px;
  background:
    radial-gradient(ellipse 55% 45% at 100% 0%, rgba(56, 189, 248, 0.14), transparent 65%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(56, 189, 248, 0.1), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.signup-form-card__inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 11px;
  background: #00020d;
  min-height: 560px;
}
.signup-form-card__inner iframe {
  display: block;
  width: 100%;
  min-height: 600px;
  height: 72vh;
  max-height: 720px;
  border: none;
  background: #fff;
}
.signup-footnote {
  margin: 1.5rem 0 0;
  text-align: center;
  font-size: 0.9rem;
  color: var(--muted);
}
.signup-footnote a {
  color: var(--accent);
  text-decoration: none;
}
.signup-footnote a:hover {
  text-decoration: underline;
}
.site-footer--minimal {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(226, 232, 240, 0.08);
}
.site-footer--minimal .footer-bottom {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
}
@media (max-width: 640px) {
  .signup-form-card__inner iframe {
    min-height: 520px;
    height: 65vh;
  }
}

.form-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1rem;
}

.form-links a {
  font-size: 0.88rem;
  font-weight: 600;
}

.contact-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr 1.1fr;
  align-items: start;
  }
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.info-table th,
.info-table td {
  text-align: left;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--border);
}

.info-table th {
  color: var(--muted);
  font-weight: 600;
  width: 38%;
}

.contact-photo {
  border-radius: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  margin-top: 1.5rem;
}

.contact-photo img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.contact-photo figcaption {
  padding: 0.65rem 1rem;
  font-size: 0.85rem;
  color: var(--muted);
  background: var(--bg-soft);
}

/* Native form */
.native-form {
  display: grid;
  gap: 1rem;
}

.native-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
}

.native-form input,
.native-form textarea {
  font: inherit;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  border: 1px solid var(--border-strong);
  background: var(--bg-card);
}

.native-form input:focus,
.native-form textarea:focus {
  outline: 2px solid rgba(56, 189, 248, 0.35);
  border-color: var(--accent);
}

.native-form textarea {
  min-height: 120px;
  resize: vertical;
}

.form-disclaimer {
  font-size: 0.82rem;
  color: var(--muted);
  margin: 0.5rem 0 0;
}

/* Footer — continuous with page; one hairline only */
.site-footer {
  padding: 2.5rem 0 1.5rem;
  border-top: none;
  background: transparent;
}

.footer-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1.35fr repeat(3, 1fr);
    gap: 1.75rem;
  }
}

.footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-contact li {
  margin-bottom: 0.65rem;
}
.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 400;
  transition: color 0.2s ease;
}
.footer-contact a svg {
  flex-shrink: 0;
  color: var(--accent);
  opacity: 0.9;
}
.footer-contact a:hover {
  color: var(--accent);
}
.footer-contact a:hover svg {
  opacity: 1;
}

.footer-brand-block {
  max-width: 280px;
}

.footer-brand .brand-logo--footer {
  margin-bottom: 0;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.footer-tagline {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.5;
}

.footer-col h4 {
  margin: 0 0 0.7rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}

html[data-theme="light"] .footer-col h4 {
  color: var(--text);
}

.footer-subhead {
  margin: 1.1rem 0 0.7rem;
}

.footer-follow {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.85rem;
  flex-wrap: wrap;
}

.footer-follow__label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

html[data-theme="light"] .footer-follow__label {
  color: rgba(15, 23, 42, 0.45);
}

.footer-socials--col {
  margin-top: 0;
  gap: 0.35rem;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col li {
  margin-bottom: 0.35rem;
}

.footer-col a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 400;
}

.footer-col a:hover {
  color: var(--accent);
}

.footer-socials {
  display: flex;
  gap: 0.35rem;
  margin-top: 1.25rem;
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid rgba(148, 163, 184, 0.22);
  color: rgba(203, 213, 225, 0.85);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.footer-socials a svg {
  width: 13px;
  height: 13px;
}

.footer-socials a:hover {
  background: rgba(56, 189, 248, 0.1);
  border-color: rgba(56, 189, 248, 0.45);
  color: var(--accent);
  transform: translateY(-1px);
}

html[data-theme="light"] .footer-socials a {
  border-color: rgba(15, 23, 42, 0.12);
  color: rgba(71, 85, 105, 0.9);
}

html[data-theme="light"] .footer-socials a:hover {
  background: rgba(56, 189, 248, 0.1);
  border-color: rgba(56, 189, 248, 0.35);
}

.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(226,232,240,0.1);
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
}
html[data-theme="light"] .footer-bottom {
  border-top-color: rgba(15,23,42,0.08);
}
.footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.footer-techmaven {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.5rem;
  font-size: 0.8rem;
  color: var(--muted);
}
.footer-techmaven__label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 500;
}

html[data-theme="light"] .footer-techmaven__label {
  color: var(--muted);
}

.footer-techmaven__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-techmaven__brand img {
  height: 22px;
  width: auto;
  opacity: 0.92;
}

.footer-techmaven__brand:hover img {
  opacity: 1;
  transform: translateY(-1px);
}

.footer-bottom a {
  color: var(--muted);
}

/* Legal pages — privacy / terms (dark card + glow, matches deploy form) */
body.page-legal {
  background: var(--bg-deep, #020617);
  min-height: 100vh;
}

.page-legal .site-header--legal .header-inner {
  padding-top: calc(env(safe-area-inset-top, 0px) + clamp(1.35rem, 3.5vw, 2rem));
  padding-bottom: clamp(0.9rem, 2vw, 1.15rem);
}

.page-legal .nav--legal-pills {
  gap: 0.45rem;
}

.page-legal .nav--legal-pills a {
  padding: 0.42rem 0.95rem;
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.96);
  color: #0f172a !important;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.85) inset;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.page-legal .nav--legal-pills a:hover,
.page-legal .nav--legal-pills a.is-active {
  color: #0369a1 !important;
  transform: translateY(-1px);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(56, 189, 248, 0.35);
}

.legal-shell {
  position: relative;
  padding: calc(env(safe-area-inset-top, 0px) + clamp(7.5rem, 13vw, 10rem)) 1.5rem clamp(3rem, 8vw, 4.5rem);
  isolation: isolate;
}

.legal-shell::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: min(92vw, 900px);
  height: clamp(280px, 45vh, 480px);
  background: radial-gradient(
    ellipse 70% 55% at 50% 40%,
    rgba(56, 189, 248, 0.14) 0%,
    rgba(56, 189, 248, 0.05) 45%,
    transparent 72%
  );
  pointer-events: none;
  z-index: 0;
  filter: blur(28px);
}

.legal-shell > .wrap {
  position: relative;
  z-index: 1;
}

.legal-card {
  position: relative;
  max-width: min(920px, 100%);
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border-radius: 14px;
  background: #00020d;
  color: #e2e8f0;
  border: 1px solid #333645;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  isolation: isolate;
}

.legal-card::before,
.legal-card::after {
  content: "";
  position: absolute;
  width: clamp(300px, 55vw, 520px);
  height: clamp(300px, 55vw, 520px);
  pointer-events: none;
  z-index: 0;
  filter: blur(22px);
}

.legal-card::before {
  top: -140px;
  right: -140px;
  background: radial-gradient(circle at center, rgba(56, 189, 248, 0.28) 0%, rgba(56, 189, 248, 0.08) 48%, transparent 88%);
}

.legal-card::after {
  bottom: -140px;
  left: -140px;
  background: radial-gradient(circle at center, rgba(56, 189, 248, 0.24) 0%, rgba(56, 189, 248, 0.06) 48%, transparent 88%);
}

.legal-card > * {
  position: relative;
  z-index: 1;
}

.legal-card h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f1f5f9;
}

.legal-card .section-lead {
  margin: 0;
  color: #A7ADBE;
  line-height: 1.65;
  font-size: 0.95rem;
}

.legal-card__back {
  margin: 1.5rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid #333645;
}

.legal-card__back a {
  color: #38bdf8;
  font-weight: 600;
  text-decoration: none;
}

.legal-card__back a:hover {
  color: #7dd3fc;
  text-decoration: underline;
}

/* Legacy class */
.legal-page {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(6rem, 10vw, 8.5rem) 0 4rem;
}

.legal-page h1 {
  margin-top: 0;
}

/* Office form helper links */
.office-form-meta {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.office-form-meta strong {
  color: var(--text);
}

/* Careers — Bolt.new careers–style immersive hero (https://bolt.new/careers/) */
.careers-hero {
  position: relative;
  overflow: hidden;
  min-height: min(92dvh, 880px);
  padding: calc(env(safe-area-inset-top, 0px) + clamp(4.35rem, 10vh, 6.25rem)) 0 clamp(3rem, 9vh, 5.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8fafc;
}

@media (max-width: 919px) {
  .careers-hero {
    padding-top: calc(env(safe-area-inset-top, 0px) + clamp(4.85rem, 12vh, 7rem));
    min-height: min(88dvh, 820px);
  }
}

.careers-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  background: #020617;
  z-index: 0;
}

.careers-hero__img {
  position: absolute;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  filter: blur(36px) saturate(1.08);
  opacity: 0.42;
  transform: scale(1.08);
}

.careers-hero__img--1 {
  width: min(92vw, 720px);
  height: min(92vw, 720px);
  left: -18%;
  top: -28%;
  background-image: url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1200&q=80");
}

.careers-hero__img--2 {
  width: min(85vw, 640px);
  height: min(85vw, 640px);
  right: -22%;
  top: 8%;
  background-image: url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=1200&q=80");
}

.careers-hero__img--3 {
  width: min(100vw, 780px);
  height: min(100vw, 780px);
  left: 12%;
  bottom: -42%;
  background-image: url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1200&q=80");
}

.careers-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(2, 6, 23, 0.25) 0%, transparent 55%),
    radial-gradient(ellipse 80% 55% at 100% 80%, rgba(15, 23, 42, 0.55) 0%, transparent 50%),
    radial-gradient(ellipse 70% 50% at 0% 90%, rgba(2, 6, 23, 0.65) 0%, transparent 52%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.15) 0%, rgba(2, 6, 23, 0.82) 55%, #020617 100%);
}

.careers-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.careers-hero__bloom {
  position: absolute;
  left: 50%;
  bottom: -18%;
  width: 220%;
  height: 55%;
  transform: translateX(-50%);
  z-index: 2;
  background: radial-gradient(
    ellipse 42% 35% at 50% 0%,
    rgba(56, 189, 248, 0.55) 0%,
    rgba(56, 189, 248, 0.26) 28%,
    rgba(56, 189, 248, 0.1) 52%,
    transparent 74%
  );
  filter: blur(26px);
  opacity: 0.72;
  pointer-events: none;
}

.careers-hero__inner {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.careers-hero__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.95);
}

.careers-hero__title {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 5.2vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.038em;
  font-weight: 700;
}

.careers-hero__accent {
  font-style: normal;
  background: linear-gradient(120deg, #bae6fd 0%, #38bdf8 40%, #0ea5e9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.careers-hero__lead {
  margin: 0 auto 1.75rem;
  max-width: 52ch;
  font-size: 1.08rem;
  line-height: 1.6;
  color: rgba(203, 213, 225, 0.95);
}

.careers-hero__cta {
  border-radius: 4px;
}

html[data-theme="light"] .careers-hero {
  color: var(--text);
}

html[data-theme="light"] .careers-hero__bg {
  background: var(--bg-deep);
}

html[data-theme="light"] .careers-hero__img {
  opacity: 0.22;
  filter: blur(42px) saturate(1.02);
}

html[data-theme="light"] .careers-hero__veil {
  background:
    radial-gradient(ellipse 100% 80% at 50% 100%, rgba(255, 255, 255, 0.92) 0%, rgba(248, 250, 252, 0.55) 45%, transparent 70%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.35) 0%, rgba(241, 245, 249, 0.88) 100%);
}

html[data-theme="light"] .careers-hero__grain {
  opacity: 0.04;
}

html[data-theme="light"] .careers-hero__bloom {
  opacity: 0.35;
}

html[data-theme="light"] .careers-hero__eyebrow {
  color: var(--muted);
}

html[data-theme="light"] .careers-hero__lead {
  color: var(--muted);
}

.careers-values {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

@media (min-width: 720px) {
  .careers-values {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .careers-values {
    grid-template-columns: repeat(3, 1fr);
  }
}

.careers-value {
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: var(--shadow-sm);
}

.careers-value__icon {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 0.65rem;
  font-size: 0.95rem;
  color: var(--accent);
  background: rgba(56, 189, 248, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.15);
}

.careers-value h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.careers-value p {
  margin: 0;
  font-size: 0.94rem;
  color: var(--muted);
  line-height: 1.55;
}

.careers-strip-wrap {
  position: relative;
  overflow: hidden;
  padding: 2.25rem 0;
  background: transparent;
  border: none;
}


.page-careers .careers-strip-wrap {
  background: transparent;
  border: none;
}

html[data-theme="light"] .page-careers .careers-strip-wrap {
  background: transparent;
  border: none;
}

.careers-strip {
  position: relative;
  max-width: 100%;
}

.careers-strip__inner {
  display: flex;
  gap: 1rem;
  width: max-content;
  padding: 0 1rem;
  animation: careers-strip-marquee 48s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .careers-strip__inner {
    animation: none;
    flex-wrap: wrap;
    width: auto;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: center;
  }

  .careers-strip__shot--dup {
    display: none;
  }
}

@keyframes careers-strip-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.careers-strip__shot {
  margin: 0;
  flex: 0 0 auto;
}

.careers-strip__shot img {
  display: block;
  width: min(42vw, 260px);
  height: min(30vw, 180px);
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

html[data-theme="light"] .careers-strip__shot img {
  border-color: var(--border);
  box-shadow: var(--shadow-md);
}

.careers-strip__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(48px, 8vw, 100px);
  z-index: 2;
  pointer-events: none;
}

.careers-strip__fade--left {
  left: 0;
  background: linear-gradient(90deg, var(--bg-deep) 0%, transparent 100%);
}

.careers-strip__fade--right {
  right: 0;
  background: linear-gradient(270deg, var(--bg-deep) 0%, transparent 100%);
}

.page-careers .careers-strip__fade--left {
  background: linear-gradient(90deg, var(--bg-deep, #020617) 0%, transparent 100%);
}

.page-careers .careers-strip__fade--right {
  background: linear-gradient(270deg, var(--bg-deep, #020617) 0%, transparent 100%);
}

html[data-theme="light"] .page-careers .careers-strip__fade--left {
  background: linear-gradient(90deg, var(--bg) 0%, transparent 100%);
}

html[data-theme="light"] .page-careers .careers-strip__fade--right {
  background: linear-gradient(270deg, var(--bg) 0%, transparent 100%);
}

.careers-split {
  align-items: start;
  gap: 2rem;
}

.careers-panel {
  padding: 1.5rem 1.65rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--card);
}

.careers-panel__text {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.careers-roles {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.careers-role {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--card);
  margin-bottom: 0.75rem;
}

.careers-role h3 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
}

.careers-role__meta {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.careers-perks .section-head {
  margin-bottom: 0.5rem;
}

.careers-perks-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

@media (min-width: 720px) {
  .careers-perks-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.careers-perk {
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--card);
}

.careers-perk h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
}

.careers-perk p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.55;
}
