:root {
  --color-bg: #070b14;
  --color-bg-soft: #120a2c;
  --color-surface: #170f35;
  --color-surface-2: #1f1450;
  --color-border: #3f2a79;
  --color-primary: #3b188d;
  --color-primary-soft: #5c49b6;
  --color-accent: #8d74e8;
  --color-text: #ecf2ff;
  --color-text-soft: #9daac4;
  --color-success: #34d399;
  --max-width: 1360px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow-card: 0 16px 30px rgba(0, 0, 0, 0.25);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Roboto", sans-serif;
  background:
    radial-gradient(1000px 500px at 10% -20%, rgba(59, 24, 141, 0.35), transparent),
    radial-gradient(800px 450px at 90% -10%, rgba(92, 73, 182, 0.24), transparent),
    var(--color-bg);
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  background: rgba(59, 24, 141, 0.24);
  border-bottom: 1px solid rgba(92, 73, 182, 0.4);
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  font-size: 0.76rem;
  color: #c9e8ff;
}

.badge {
  border: 1px solid rgba(141, 116, 232, 0.5);
  background: rgba(141, 116, 232, 0.16);
  color: #e5dcff;
  border-radius: 999px;
  padding: 5px 12px;
  font-weight: 600;
  font-size: 0.78rem;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(11, 8, 28, 0.96), rgba(11, 8, 28, 0.88));
  border-bottom: 1px solid rgba(157, 170, 196, 0.14);
  width: 100%;
  left: 0;
  right: 0;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 70px;
  padding: 10px 0;
}

.header-logo {
  display: inline-flex;
  align-items: center;
}

.header-logo img {
  height: 34px;
  width: auto;
  display: block;
  object-fit: contain;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Sora", "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.94rem;
  color: #f6f8ff;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(130deg, var(--color-primary), var(--color-accent));
  box-shadow: 0 10px 20px rgba(111, 123, 247, 0.4);
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

nav a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  color: #b4c2df;
  font-size: 0.8rem;
  transition: all 0.2s ease;
}

nav a:hover,
nav a.active {
  color: #eff4ff;
  background: rgba(92, 73, 182, 0.32);
}

.menu-toggle {
  display: none;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid var(--color-border);
  color: #d7e2fb;
  background: #111b2d;
}

main section {
  padding: 56px 0;
}

.home-main > section:not(.hero-section) {
  position: relative;
  padding-top: 46px;
  padding-bottom: 46px;
  overflow: hidden;
}

.home-main > section:not(.hero-section)::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: min(1800px, 120vw);
  height: 100%;
  pointer-events: none;
  background: radial-gradient(900px 280px at 50% 0%, rgba(92, 73, 182, 0.13), transparent 70%);
  opacity: 0.9;
}

.home-main > section:not(.hero-section) .container {
  position: relative;
  z-index: 1;
}

.home-main > section:not(.hero-section)::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    radial-gradient(circle at 18% 28%, rgba(189, 172, 255, 0.35) 0 1.5px, transparent 1.5px),
    radial-gradient(circle at 74% 40%, rgba(163, 221, 255, 0.3) 0 1.2px, transparent 1.2px),
    radial-gradient(circle at 62% 72%, rgba(189, 172, 255, 0.28) 0 1.4px, transparent 1.4px),
    radial-gradient(circle at 28% 78%, rgba(163, 221, 255, 0.24) 0 1.1px, transparent 1.1px);
}

h1,
h2,
h3,
h4 {
  margin: 0 0 14px;
  font-family: "Sora", "Poppins", sans-serif;
  color: #f5f8ff;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(1.5rem, 1.8vw + 0.85rem, 2.05rem);
  line-height: 1.2;
}

h2 {
  font-size: clamp(1.16rem, 1.2vw + 0.7rem, 1.55rem);
}

h3 {
  font-size: clamp(1rem, 0.9vw + 0.62rem, 1.18rem);
}

h4 {
  font-size: 0.9rem;
}

p {
  margin: 0 0 14px;
  color: var(--color-text-soft);
  font-size: 0.86rem;
}

ul {
  margin: 0;
  padding-left: 18px;
}

li {
  color: var(--color-text-soft);
  margin-bottom: 7px;
  font-size: 0.84rem;
}

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

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 54px;
}

.hero-section::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  width: min(2200px, 135vw);
  height: 620px;
  background:
    radial-gradient(1100px 360px at 50% 38%, rgba(141, 116, 232, 0.3), transparent 72%),
    radial-gradient(1250px 340px at 50% 66%, rgba(39, 213, 255, 0.18), transparent 74%);
  pointer-events: none;
  z-index: 0;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.hero-jupiter {
  border: none;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  padding: 44px 0 0;
  text-align: center;
}

.hero-card,
.panel,
.card,
.contract {
  background: linear-gradient(180deg, rgba(49, 35, 104, 0.34), rgba(25, 18, 61, 0.22));
  border: 1px solid rgba(184, 162, 255, 0.24);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero-card {
  padding: 30px;
  background:
    radial-gradient(380px 260px at 0% 100%, rgba(141, 116, 232, 0.2), transparent),
    linear-gradient(180deg, rgba(25, 16, 63, 0.98), rgba(16, 10, 40, 0.98));
}

.hero-kicker {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #b8a8ec;
  margin: 0 0 8px;
  font-weight: 600;
}

.hero-jupiter h1 {
  max-width: 20ch;
  margin: 0 auto 10px;
}

.hero-subtext {
  max-width: 54ch;
  margin: 0 auto 14px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.hero-actions-center {
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.78rem;
  transition: all 0.2s ease;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(111, 123, 247, 0.35);
}

.btn-secondary {
  background: rgba(157, 170, 196, 0.08);
  border-color: rgba(157, 170, 196, 0.25);
  color: #d7e3fb;
}

.btn-secondary:hover {
  background: rgba(157, 170, 196, 0.16);
}

.trusted-band {
  margin: 28px auto 12px;
  color: #9db0d6;
  font-size: 0.66rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  padding: 12px 0 24px;
  border-bottom: 1px solid rgba(157, 170, 196, 0.1);
}

.logo-row span {
  color: #dce6fb;
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0.9;
}

.hero-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  background: linear-gradient(90deg, rgba(9, 12, 28, 0), rgba(9, 12, 28, 0.28), rgba(9, 12, 28, 0));
}

.hero-stat-item {
  padding: 18px 12px;
  border-right: none;
}

.hero-stat-item strong {
  display: block;
  color: #f4f7ff;
  font-size: 1.9rem;
  line-height: 1;
  margin-bottom: 6px;
}

.hero-stat-item small {
  color: #8fa0c2;
  font-size: 0.72rem;
}

.dashboard-card {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background:
    radial-gradient(260px 180px at 100% 0%, rgba(141, 116, 232, 0.18), transparent),
    linear-gradient(170deg, rgba(22, 14, 53, 0.98), rgba(15, 10, 38, 0.98));
}

.panel-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.66rem;
  color: #ab9ae4;
}

.metric-stack {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.metric-card {
  border: 1px solid rgba(141, 116, 232, 0.35);
  border-radius: 10px;
  background: rgba(92, 73, 182, 0.12);
  padding: 11px;
}

.metric-card span {
  display: block;
  color: #b8c4df;
  font-size: 0.68rem;
  margin-bottom: 2px;
}

.metric-card strong {
  display: block;
  color: #f3f6ff;
  font-size: 1rem;
}

.hero-strip {
  margin-top: 8px;
  border-top: 1px solid rgba(141, 116, 232, 0.26);
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.hero-strip small {
  display: block;
  color: #96a6c8;
  font-size: 0.66rem;
  margin-bottom: 2px;
}

.hero-strip strong {
  color: #f4f7ff;
  font-size: 0.84rem;
}

.status-chip {
  width: fit-content;
  border-radius: 999px;
  font-size: 0.68rem;
  padding: 4px 10px;
  border: 1px solid transparent;
}

.status-chip.ok {
  color: #a4f2d1;
  border-color: rgba(52, 211, 153, 0.4);
  background: rgba(52, 211, 153, 0.15);
}

.status-chip.alert {
  color: #ffdca2;
  border-color: rgba(245, 166, 35, 0.4);
  background: rgba(245, 166, 35, 0.12);
}

.section-title {
  margin-bottom: 18px;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  border: 1px solid rgba(184, 162, 255, 0.35);
  background: rgba(184, 162, 255, 0.12);
  color: #d9cfff;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.section-symbol {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.54rem;
  color: #f6f1ff;
  background: linear-gradient(135deg, rgba(109, 81, 206, 0.95), rgba(141, 116, 232, 0.9));
  box-shadow: 0 0 0 2px rgba(141, 116, 232, 0.2);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.card {
  padding: 17px;
  background:
    linear-gradient(180deg, rgba(133, 108, 224, 0.1), rgba(31, 22, 71, 0.2));
  border-color: rgba(184, 162, 255, 0.26);
  box-shadow:
    0 10px 24px rgba(10, 7, 26, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.home-main .card:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 185, 255, 0.42);
  box-shadow:
    0 14px 30px rgba(8, 6, 20, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-main .card h2,
.home-main .card h3 {
  position: relative;
  padding-left: 16px;
}

.home-main .card h2::before,
.home-main .card h3::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.55rem;
  color: #f5eeff;
  background: linear-gradient(140deg, #6f56d9, #8d74e8);
  box-shadow: 0 0 0 3px rgba(141, 116, 232, 0.18);
  animation: cardIconPulse 2.6s ease-in-out infinite;
}

.home-main .grid-3 .card:nth-child(2) h3::before,
.home-main .grid-2 .card:nth-child(2) h2::before {
  animation-delay: 0.4s;
}

.home-main .grid-3 .card:nth-child(3) h3::before,
.home-main .grid-2 .card:nth-child(3) h2::before {
  animation-delay: 0.8s;
}

@keyframes cardIconPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 0 0 3px rgba(141, 116, 232, 0.18);
  }
  50% {
    transform: translateY(-2px) scale(1.08);
    box-shadow: 0 0 0 5px rgba(141, 116, 232, 0.12);
  }
}

/* Demo dashboard page */
.demo-main {
  padding: 34px 0 50px;
}

.demo-shell {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 16px;
}

.demo-sidebar,
.demo-content-panel {
  border: 1px solid rgba(184, 162, 255, 0.24);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(40, 27, 86, 0.38), rgba(20, 14, 49, 0.28));
  backdrop-filter: blur(12px);
}

.demo-sidebar {
  padding: 16px;
}

.demo-sidebar h3 {
  margin-bottom: 12px;
}

.demo-sidebar button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 9px 10px;
  border-radius: 10px;
  color: #c8d2ed;
  font-size: 0.82rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.demo-sidebar button:hover,
.demo-sidebar button.active {
  background: rgba(141, 116, 232, 0.2);
  color: #f3f7ff;
}

.demo-view[hidden] {
  display: none;
}

.demo-content {
  display: grid;
  gap: 14px;
}

.demo-content-panel {
  padding: 16px;
}

.demo-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.demo-kpi {
  border: 1px solid rgba(184, 162, 255, 0.25);
  background: rgba(141, 116, 232, 0.1);
  border-radius: 12px;
  padding: 12px;
}

.demo-kpi strong {
  display: block;
  font-size: 1rem;
  color: #f4f7ff;
}

.demo-table {
  width: 100%;
  border-collapse: collapse;
}

.demo-table th,
.demo-table td {
  font-size: 0.78rem;
  padding: 10px;
  border-bottom: 1px solid rgba(157, 170, 196, 0.16);
  color: #d3ddf5;
}

.waitlist-main {
  padding: 44px 0 60px;
}

.waitlist-card {
  max-width: 760px;
  margin: 0 auto;
  border: 1px solid rgba(184, 162, 255, 0.24);
  border-radius: 16px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(40, 27, 86, 0.34), rgba(20, 14, 49, 0.25));
  backdrop-filter: blur(12px);
}

.waitlist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.waitlist-field {
  display: grid;
  gap: 6px;
}

.waitlist-field label {
  font-size: 0.76rem;
  color: #c8d2ed;
}

.waitlist-field input,
.waitlist-field select,
.waitlist-field textarea {
  width: 100%;
  background: rgba(11, 8, 28, 0.7);
  border: 1px solid rgba(184, 162, 255, 0.28);
  border-radius: 10px;
  color: #eef3ff;
  font-size: 0.82rem;
  padding: 9px 10px;
}

.waitlist-field.full {
  grid-column: 1 / -1;
}

.icon-dot {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #ebf2ff;
  font-weight: 700;
  background: linear-gradient(145deg, rgba(59, 24, 141, 0.9), rgba(92, 73, 182, 0.8));
}

.timeline {
  position: relative;
  margin-left: 4px;
  display: grid;
  gap: 14px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: rgba(157, 170, 196, 0.38);
}

.timeline-item {
  position: relative;
  padding-left: 24px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color-primary-soft);
  box-shadow: 0 0 0 4px rgba(92, 73, 182, 0.3);
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: linear-gradient(180deg, rgba(25, 18, 60, 0.9), rgba(16, 11, 40, 0.92));
  border: 1px solid rgba(92, 73, 182, 0.38);
  border-radius: 14px;
  overflow: hidden;
}

th,
td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(157, 170, 196, 0.18);
  color: #d7e1f6;
  font-size: 0.78rem;
}

th {
  color: #f4f7ff;
  background: rgba(92, 73, 182, 0.26);
}

.contract {
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(140, 112, 228, 0.12), rgba(28, 19, 67, 0.26));
  border-color: rgba(185, 164, 255, 0.3);
  box-shadow:
    0 12px 26px rgba(10, 7, 26, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.contract code {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.8rem;
  border-radius: 8px;
  padding: 7px 11px;
  color: #efe9ff;
  background: rgba(92, 73, 182, 0.28);
  border: 1px solid rgba(141, 116, 232, 0.5);
}

.cta-band {
  border-radius: 18px;
  padding: 22px;
  border: 1px solid rgba(141, 116, 232, 0.45);
  background:
    radial-gradient(600px 180px at 20% 0%, rgba(141, 116, 232, 0.24), transparent),
    linear-gradient(120deg, rgba(59, 24, 141, 0.52), rgba(92, 73, 182, 0.32));
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.cta-band p {
  color: #d7e6ff;
}

footer {
  margin-top: 56px;
  border-top: 1px solid rgba(92, 73, 182, 0.35);
  background: #100a26;
  padding: 44px 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 24px;
}

.footer-col h4 {
  margin-bottom: 10px;
  color: #f5f8ff;
  font-size: 0.84rem;
}

.footer-col a {
  display: block;
  margin-bottom: 8px;
  color: #9ca9c3;
  font-size: 0.78rem;
}

.footer-logo {
  display: inline-flex;
  margin-bottom: 10px;
}

.footer-logo img {
  height: 30px;
  width: auto;
  object-fit: contain;
}

.footer-col a:hover {
  color: #f2f6ff;
}

.copyright {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid rgba(157, 170, 196, 0.16);
  color: #72809c;
  font-size: 0.78rem;
}

.page-hero {
  padding: 52px 0 24px;
  position: relative;
}

.page-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: min(1600px, 120vw);
  height: 100%;
  pointer-events: none;
  background: radial-gradient(800px 240px at 50% 20%, rgba(92, 73, 182, 0.2), transparent 72%);
  z-index: 0;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero .panel {
  padding: 28px;
}

.panel,
.content-area .card {
  padding: 22px;
}

.content-area {
  display: grid;
  gap: 16px;
}

.docs-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 16px;
  align-items: start;
}

.docs-sidebar {
  position: sticky;
  top: 96px;
  border: 1px solid rgba(184, 162, 255, 0.24);
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(40, 27, 86, 0.34), rgba(20, 14, 49, 0.25));
  backdrop-filter: blur(10px);
}

.docs-sidebar h3 {
  margin-bottom: 10px;
}

.docs-sidebar a {
  display: block;
  color: #cad5ef;
  font-size: 0.78rem;
  padding: 8px 9px;
  border-radius: 9px;
}

.docs-sidebar a:hover {
  background: rgba(141, 116, 232, 0.2);
  color: #f3f7ff;
}

.docs-content {
  display: grid;
  gap: 14px;
}

.docs-content h2 {
  font-size: 1.02rem;
}

.docs-content h4 {
  font-size: 0.82rem;
}

.docs-content p,
.docs-content li {
  font-size: 0.78rem;
  line-height: 1.48;
}

.docs-content ol,
.docs-content ul {
  padding-left: 16px;
}

.docs-content .card {
  padding: 14px;
}

.docs-sidebar h3 {
  font-size: 0.88rem;
}

.docs-sidebar a {
  font-size: 0.74rem;
}

.note {
  border-left: 3px solid var(--color-accent);
  background: rgba(39, 213, 255, 0.08);
  border-radius: 10px;
  padding: 12px 14px;
}

@media (max-width: 1024px) {
  .hero-grid,
  .grid-3,
  .grid-2,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  nav {
    display: none;
  }

  nav.show {
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 74px;
    background: #0f192a;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    box-shadow: var(--shadow-card);
    padding: 10px;
  }

  nav.show ul {
    flex-direction: column;
    align-items: stretch;
  }

  nav.show a {
    border-radius: 10px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .docs-layout {
    grid-template-columns: 1fr;
  }

  .docs-sidebar {
    position: static;
  }

  .header-logo img {
    height: 28px;
  }

  .hero-section {
    padding-top: 42px;
    padding-bottom: 30px;
  }

  .hero-section::before {
    width: 150vw;
    height: 470px;
    top: -12px;
  }

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

  .hero-stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .demo-shell {
    grid-template-columns: 1fr;
  }

  .demo-kpi-grid,
  .waitlist-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .demo-kpi-grid,
  .waitlist-grid {
    grid-template-columns: 1fr;
  }
}
