:root {
  --bg: #070b12;
  --bg-2: #0a111d;
  --panel: rgba(255, 255, 255, 0.065);
  --panel-strong: rgba(255, 255, 255, 0.105);
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(169, 232, 255, 0.28);
  --text: #f4f8fb;
  --muted: #9fb1c2;
  --soft: #d7e5ee;
  --teal: #64e4d4;
  --cyan: #8ddcff;
  --rose: #ff8fb8;
  --gold: #f3c777;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 8px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  background:
    radial-gradient(circle at 15% 5%, rgba(100, 228, 212, 0.16), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(255, 143, 184, 0.12), transparent 26rem),
    linear-gradient(180deg, var(--bg), #08111d 42%, #05070d);
  color: var(--text);
  line-height: 1.6;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

button,
input,
select {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
  position: relative;
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 70%);
}

.site-header {
  align-items: center;
  backdrop-filter: blur(20px);
  background: rgba(7, 11, 18, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  left: 50%;
  max-width: 1180px;
  padding: 12px 14px;
  position: fixed;
  top: 16px;
  transform: translateX(-50%);
  transition: border-color 180ms ease, background 180ms ease;
  width: calc(100% - 32px);
  z-index: 50;
}

.site-header.is-scrolled {
  background: rgba(7, 11, 18, 0.9);
  border-color: rgba(141, 220, 255, 0.22);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--teal), var(--cyan) 58%, var(--rose));
  border-radius: 7px;
  color: #061018;
  display: inline-flex;
  font-size: 0.85rem;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: center;
}

.main-nav a,
.site-footer nav a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 160ms ease;
}

.main-nav a:hover,
.site-footer nav a:hover {
  color: var(--text);
}

.nav-cta,
.btn {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  min-height: 44px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nav-cta {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--line);
  color: var(--text);
  padding: 0 16px;
}

.nav-cta:hover,
.btn:hover {
  transform: translateY(-2px);
}

.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 38px;
  justify-self: end;
  padding: 0;
  width: 38px;
}

.nav-toggle span {
  background: var(--text);
  display: block;
  height: 2px;
  margin: 7px auto;
  transition: transform 180ms ease;
  width: 20px;
}

.section-pad {
  margin: 0 auto;
  max-width: 1180px;
  padding: 82px 24px;
  position: relative;
}

.hero {
  background:
    radial-gradient(circle at 28% 36%, rgba(100, 228, 212, 0.12), transparent 22rem),
    radial-gradient(circle at 76% 42%, rgba(141, 220, 255, 0.06), transparent 24rem),
    linear-gradient(180deg, #010215 0%, #020416 58%, #050815 100%);
  border-bottom: 1px solid rgba(64, 164, 220, 0.14);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: min(620px, 66vh);
  overflow: hidden;
  padding-bottom: 62px;
  padding-top: 104px;
  text-align: center;
}

.hero-ai-field {
  inset: 0;
  opacity: 0.09;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.hero-ai-field::before {
  background:
    radial-gradient(circle at 22% 40%, rgba(100, 228, 212, 0.28), transparent 18rem),
    radial-gradient(circle at 78% 38%, rgba(141, 220, 255, 0.16), transparent 20rem),
    linear-gradient(128deg, transparent 0 18%, rgba(67, 198, 220, 0.11) 18.4%, transparent 19% 54%, rgba(141, 220, 255, 0.08) 54.4%, transparent 55%),
    linear-gradient(32deg, transparent 0 30%, rgba(67, 198, 220, 0.07) 30.4%, transparent 31% 72%, rgba(141, 220, 255, 0.06) 72.4%, transparent 73%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-ai-field::after {
  background:
    linear-gradient(rgba(141, 220, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141, 220, 255, 0.03) 1px, transparent 1px),
    linear-gradient(118deg, transparent 0 46%, rgba(100, 228, 212, 0.12) 46.2%, transparent 46.6% 76%, rgba(141, 220, 255, 0.08) 76.2%, transparent 76.6%);
  background-size: 78px 78px, 78px 78px, 100% 100%;
  content: "";
  inset: 0;
  mask-image: radial-gradient(ellipse at 50% 48%, #000 0 32%, transparent 72%);
  position: absolute;
}

.hero-ai-field span {
  animation: network-pulse 7s ease-in-out infinite;
  background: rgba(111, 201, 245, 0.58);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(100, 228, 212, 0.22);
  height: 5px;
  position: absolute;
  width: 5px;
}

.hero-ai-field span:nth-child(1) { left: 18%; top: 36%; }
.hero-ai-field span:nth-child(2) { animation-delay: -1s; left: 34%; top: 55%; }
.hero-ai-field span:nth-child(3) { animation-delay: -2.2s; left: 58%; top: 32%; }
.hero-ai-field span:nth-child(4) { animation-delay: -3.1s; left: 75%; top: 52%; }
.hero-ai-field span:nth-child(5) { animation-delay: -4.2s; left: 46%; top: 72%; }
.hero-ai-field span:nth-child(6) { animation-delay: -5.2s; left: 86%; top: 28%; }

@keyframes network-pulse {
  0%, 100% {
    opacity: 0.34;
    transform: scale(0.85);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.25);
  }
}

.hero::after {
  background: linear-gradient(90deg, transparent, rgba(37, 140, 255, 0.24), rgba(171, 64, 222, 0.18), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  max-width: 1120px;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 48px);
}

.hero-copy {
  max-width: 880px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hero-logo {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: min(920px, 86vw);
  width: 100%;
}

.eyebrow,
.founder-kicker {
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  background: linear-gradient(105deg, #ffffff 0%, #f0f6f8 56%, #9edff1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.35rem, 6.6vw, 6.1rem);
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.12;
  margin: 0 auto 24px;
  max-width: 860px;
  padding-bottom: 0.04em;
  text-shadow: 0 18px 58px rgba(100, 228, 212, 0.08);
}

.hero-positioning {
  color: var(--text);
  font-size: clamp(2rem, 4vw, 4.15rem);
  font-weight: 800;
  line-height: 1.04;
  margin: 0 auto;
  max-width: 720px;
}

.hero-positioning span {
  background: linear-gradient(100deg, #dfe7ee, var(--cyan) 72%, var(--teal));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.05rem);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.03rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.hero-subhead {
  color: var(--soft);
  font-size: clamp(1.04rem, 1.35vw, 1.28rem);
  line-height: 1.65;
  margin: 22px auto 0;
  max-width: 690px;
}

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

.hero .hero-actions {
  justify-content: center;
  margin-top: 28px;
}


.btn {
  border: 1px solid transparent;
  min-width: 150px;
  padding: 0 18px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--teal), var(--cyan));
  color: #061018;
  box-shadow: 0 18px 48px rgba(100, 228, 212, 0.18);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
  color: var(--text);
}

.btn-ghost {
  background: transparent;
  border-color: rgba(141, 220, 255, 0.24);
  color: var(--cyan);
}

.glass-card,
.pillar,
.feature-card,
.stat-card,
.revenue-paths,
.founder-card,
.dashboard-shell,
.journey-card,
.dash-card,
.waitlist-form {
  backdrop-filter: blur(18px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.section-heading {
  margin: 0 auto 30px;
  max-width: 820px;
  text-align: center;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.02rem;
}

.left-heading {
  margin-left: 0;
  text-align: left;
}

.card-grid,
.feature-grid,
.stats-grid {
  display: grid;
  gap: 16px;
}

.six-grid {
  grid-template-columns: repeat(3, 1fr);
}

.glass-card,
.feature-card,
.stat-card {
  min-height: 190px;
  padding: 22px;
}

.glass-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
}

.card-index {
  color: var(--cyan);
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  margin-bottom: 40px;
}

.glass-card p,
.pillar p,
.feature-card p,
.founder-card p,
.waitlist-form,
.stat-card span {
  color: var(--muted);
}

.split-section {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: 0.9fr 1.1fr;
}

.pillar-stack {
  display: grid;
  gap: 14px;
}

.pillar {
  border-color: var(--line-strong);
  padding: 26px;
  position: relative;
}

.pillar span {
  color: var(--gold);
  font-weight: 900;
  position: absolute;
  right: 24px;
  top: 22px;
}

.infrastructure {
  max-width: 1240px;
}

.infra-map {
  background:
    radial-gradient(circle at 50% 50%, rgba(100, 228, 212, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  padding: 26px;
  position: relative;
}

.infra-center,
.infra-item {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  justify-content: center;
  min-height: 86px;
  padding: 14px;
  text-align: center;
}

.infra-center {
  background: linear-gradient(135deg, rgba(100, 228, 212, 0.22), rgba(141, 220, 255, 0.12));
  border-color: rgba(100, 228, 212, 0.35);
  flex-direction: column;
  grid-column: 1 / -1;
  min-height: 112px;
}

.infra-center span {
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.infra-center strong {
  font-size: 1.4rem;
  line-height: 1.15;
}

.infra-item {
  background: rgba(255, 255, 255, 0.055);
  color: var(--soft);
  font-size: 0.9rem;
  font-weight: 750;
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
}

.feature-card {
  min-height: 178px;
  padding: 20px;
}

.feature-card h3::before {
  background: linear-gradient(135deg, var(--teal), var(--rose));
  border-radius: 99px;
  content: "";
  display: block;
  height: 8px;
  margin-bottom: 22px;
  width: 34px;
}

.product-layer {
  max-width: 1240px;
}

.dashboard-shell {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035)),
    rgba(5, 10, 17, 0.82);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 560px;
  overflow: hidden;
}

.dashboard-sidebar {
  background: rgba(5, 10, 17, 0.72);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 16px;
}

.dash-logo {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.dashboard-sidebar a {
  border: 1px solid transparent;
  border-radius: 7px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  padding: 10px 12px;
}

.dashboard-sidebar a.is-active,
.dashboard-sidebar a:hover {
  background: rgba(100, 228, 212, 0.1);
  border-color: rgba(100, 228, 212, 0.2);
  color: var(--text);
}

.dashboard-main {
  padding: 22px;
}

.dashboard-top {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.dashboard-top h3 {
  font-size: clamp(1.35rem, 2.4vw, 2.15rem);
  margin-bottom: 0;
}

.dash-label {
  color: var(--cyan);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.status-pill {
  background: rgba(100, 228, 212, 0.12);
  border: 1px solid rgba(100, 228, 212, 0.3);
  border-radius: 999px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 8px 12px;
  white-space: nowrap;
}

.dashboard-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}

.dash-card {
  min-height: 146px;
  padding: 18px;
}

.dash-card strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.25;
  margin-bottom: 8px;
}

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

.profile-summary {
  grid-column: span 2;
}

.task-card,
.emergency-card {
  grid-column: span 2;
}

.task-card ul,
.journey-card ul {
  color: var(--muted);
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.task-card li,
.journey-card li {
  align-items: center;
  display: flex;
  gap: 8px;
}

.task-card li::before,
.journey-card li::before {
  background: var(--teal);
  border-radius: 99px;
  content: "";
  flex: 0 0 auto;
  height: 6px;
  width: 6px;
}

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

.journey-card {
  min-height: 250px;
  padding: 24px;
}

.journey-card span {
  color: var(--text);
  display: block;
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 22px;
}

.why-now {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: 0.95fr 1.05fr;
}

.signal-list {
  display: grid;
  gap: 1px;
}

.signal-list div {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px;
}

.signal-list div:first-child {
  border-radius: var(--radius) var(--radius) 0 0;
}

.signal-list div:last-child {
  border-radius: 0 0 var(--radius) var(--radius);
}

.signal-list strong,
.signal-list span {
  display: block;
}

.signal-list span {
  color: var(--muted);
  margin-top: 6px;
}

.stats-grid {
  grid-template-columns: repeat(3, 1fr);
}

.stat-card {
  min-height: 210px;
}

.stat-card strong {
  color: var(--teal);
  display: block;
  font-size: clamp(2.35rem, 4.8vw, 4.25rem);
  line-height: 1;
  margin-bottom: 18px;
}

.source-note {
  color: var(--muted);
  font-size: 0.82rem;
  margin: 16px auto 0;
  max-width: 760px;
  text-align: center;
}

.revenue-paths {
  margin-top: 16px;
  padding: 26px;
}

.path-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.path-list span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: var(--soft);
  font-size: 0.88rem;
  font-weight: 750;
  padding: 9px 13px;
}

.founder-card {
  background:
    linear-gradient(130deg, rgba(255, 143, 184, 0.1), rgba(100, 228, 212, 0.075)),
    rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 900px;
  padding: clamp(28px, 5vw, 58px);
}

.founder-card p {
  font-size: 1.08rem;
  max-width: 760px;
}

.final-cta {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto;
}

.final-cta h2 {
  margin-bottom: 12px;
}

.final-cta {
  grid-template-columns: 1fr minmax(320px, 420px);
}

.cta-content p {
  color: var(--muted);
  max-width: 680px;
}

.waitlist-form {
  display: grid;
  gap: 15px;
  padding: 22px;
}

.waitlist-form label {
  color: var(--soft);
  display: grid;
  font-size: 0.86rem;
  font-weight: 800;
  gap: 8px;
}

.waitlist-form input,
.waitlist-form select {
  background: rgba(5, 10, 17, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  color: var(--text);
  min-height: 46px;
  outline: 0;
  padding: 0 12px;
  width: 100%;
}

.waitlist-form input:focus,
.waitlist-form select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(100, 228, 212, 0.12);
}

.form-status {
  color: var(--teal);
  font-size: 0.86rem;
  margin: 0;
  min-height: 24px;
}

.form-note {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
  margin: -2px 0 0;
}

.site-footer {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 34px 24px 44px;
}

.site-footer p {
  color: var(--muted);
  margin: 10px 0 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.pitch-modal {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 220ms ease;
  z-index: 100;
}

.pitch-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.pitch-backdrop {
  backdrop-filter: blur(18px);
  background:
    radial-gradient(circle at 16% 18%, rgba(100, 228, 212, 0.16), transparent 26rem),
    radial-gradient(circle at 82% 12%, rgba(141, 220, 255, 0.1), transparent 24rem),
    rgba(3, 6, 12, 0.88);
  inset: 0;
  position: absolute;
}

.pitch-panel {
  background:
    linear-gradient(180deg, rgba(12, 18, 29, 0.98), rgba(5, 8, 14, 0.98)),
    rgba(7, 11, 18, 0.98);
  border: 1px solid rgba(141, 220, 255, 0.2);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  height: 95vh;
  outline: 0;
  overflow: hidden;
  position: absolute;
  left: 50%;
  opacity: 0;
  top: 50%;
  transform: translate(-50%, -48%) scale(0.975);
  transition: opacity 240ms ease, transform 240ms ease;
  width: 95vw;
}

.pitch-modal.is-open .pitch-panel {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.pitch-header {
  align-items: flex-start;
  background:
    linear-gradient(180deg, rgba(8, 13, 22, 0.98), rgba(8, 13, 22, 0.92)),
    rgba(8, 13, 22, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 20px clamp(18px, 3vw, 34px);
  position: sticky;
  top: 0;
  z-index: 3;
}

.pitch-header h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.45rem);
  margin: 6px 0;
}

.pitch-header p {
  color: var(--muted);
  font-size: 0.98rem;
  margin-bottom: 0;
}

.pitch-close {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  color: var(--text);
  cursor: pointer;
  font-weight: 800;
  min-height: 40px;
  padding: 0 14px;
}

.pitch-slides {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: clamp(34px, 5vw, 64px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: clamp(26px, 4vw, 56px) clamp(16px, 3vw, 40px) clamp(42px, 5vw, 72px);
  scroll-behavior: smooth;
}

.pitch-slide {
  background:
    radial-gradient(circle at 85% 12%, rgba(141, 220, 255, 0.1), transparent 20rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.026)),
    rgba(7, 12, 21, 0.98);
  border: 1px solid rgba(141, 220, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.36);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(560px, 62vw, 650px);
  padding: clamp(34px, 5vw, 66px);
  position: relative;
  width: min(1100px, 100%);
}

.pitch-slide.cover-slide {
  background:
    radial-gradient(circle at 14% 18%, rgba(100, 228, 212, 0.18), transparent 22rem),
    radial-gradient(circle at 82% 72%, rgba(141, 220, 255, 0.12), transparent 22rem),
    linear-gradient(145deg, rgba(100, 228, 212, 0.08), rgba(255, 255, 255, 0.028)),
    rgba(7, 12, 21, 0.98);
  border-color: rgba(100, 228, 212, 0.28);
}

.slide-topline {
  align-items: center;
  color: var(--teal);
  display: flex;
  font-size: 0.78rem;
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.slide-topline span:last-child {
  color: var(--muted);
}

.slide-body {
  display: grid;
  gap: clamp(16px, 2.2vw, 28px);
  max-width: 900px;
  padding-top: clamp(28px, 5vw, 54px);
}

.centered-slide {
  align-content: center;
  margin: auto 0;
}

.slide-kicker {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pitch-slide h3 {
  font-size: clamp(2.15rem, 4.5vw, 4.7rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.pitch-slide p,
.pitch-slide li {
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.65;
  margin-bottom: 0;
}

.slide-list {
  display: grid;
  gap: 12px 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slide-list li {
  align-items: start;
  display: flex;
  gap: 11px;
}

.slide-list li::before {
  background: var(--teal);
  border-radius: 50%;
  content: "";
  flex: 0 0 auto;
  height: 6px;
  margin-top: 12px;
  width: 6px;
}

.slide-lede {
  color: var(--soft) !important;
  font-size: clamp(1.18rem, 2vw, 1.7rem) !important;
  font-weight: 800;
  line-height: 1.35 !important;
}

.slide-note {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  padding-top: 18px;
}

.slide-meta {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.slide-meta em {
  color: var(--cyan);
  font-style: normal;
  font-weight: 800;
}

.slide-stat-row,
.comparison-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.slide-stat-row div,
.comparison-layout div {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
}

.slide-stat-row span,
.comparison-layout span {
  color: var(--teal);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.slide-stat-row strong {
  color: var(--text);
  display: block;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1;
  margin-bottom: 12px;
}

.slide-stat-row p,
.comparison-layout p {
  font-size: 1rem;
}

.comparison-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.comparison-layout div:last-child {
  border-color: rgba(100, 228, 212, 0.28);
}

.comparison-layout div:last-child p {
  color: var(--text);
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  font-weight: 900;
  line-height: 1.2;
}

.slide-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.slide-pill-list span {
  background: rgba(100, 228, 212, 0.09);
  border: 1px solid rgba(100, 228, 212, 0.22);
  border-radius: 999px;
  color: var(--soft);
  font-weight: 800;
  padding: 11px 16px;
}

.comparison-matrix {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  overflow: hidden;
}

.matrix-row {
  display: grid;
  grid-template-columns: 1.35fr repeat(7, minmax(70px, 1fr));
}

.matrix-row span,
.matrix-row strong {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  display: flex;
  font-size: 0.74rem;
  font-weight: 700;
  justify-content: center;
  min-height: 42px;
  padding: 8px;
  text-align: center;
}

.matrix-row span:first-child {
  color: var(--soft);
  justify-content: flex-start;
  text-align: left;
}

.matrix-row strong {
  background: rgba(100, 228, 212, 0.09);
  color: var(--teal);
}

.matrix-head span {
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.matrix-row:last-child span,
.matrix-row:last-child strong {
  border-bottom: 0;
}

.matrix-row span:last-child,
.matrix-row strong:last-child {
  border-right: 0;
}

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

.funding-grid > div {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
}

.funding-grid > div > span {
  color: var(--teal);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.funding-overview strong {
  white-space: nowrap;
}

.two-column-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.pitch-open {
  overflow: hidden;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 680ms ease, transform 680ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1020px) {
  .hero,
  .split-section,
  .why-now,
  .dashboard-shell,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: min(600px, 68vh);
    padding-top: 96px;
  }

  .six-grid,
  .feature-grid,
  .dashboard-grid,
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dashboard-sidebar {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    flex-direction: row;
    overflow-x: auto;
  }

  .dash-logo {
    margin: 0 10px 0 0;
    padding: 10px 0;
  }

  .profile-summary,
  .task-card,
  .emergency-card {
    grid-column: span 2;
  }

  .journey-grid {
    grid-template-columns: 1fr;
  }

  .infra-map {
    grid-template-columns: repeat(2, 1fr);
  }

  .infra-center {
    grid-column: 1 / -1;
  }

}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: auto auto;
    gap: 10px;
    padding: 10px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav,
  .nav-cta {
    display: none;
  }

  body.nav-open .main-nav,
  body.nav-open .nav-cta {
    display: flex;
  }

  body.nav-open .main-nav {
    background: rgba(7, 11, 18, 0.98);
    border-top: 1px solid var(--line);
    flex-direction: column;
    grid-column: 1 / -1;
    padding: 18px 0 8px;
  }

  body.nav-open .nav-cta {
    grid-column: 1 / -1;
    width: 100%;
  }

  body.nav-open .nav-toggle span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  body.nav-open .nav-toggle span:last-child {
    transform: translateY(-5px) rotate(-45deg);
  }

  .section-pad {
    padding: 62px 18px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 54px;
    padding-top: 92px;
  }

  .hero h1 {
    font-size: clamp(3rem, 13vw, 4.2rem);
    margin-bottom: 18px;
  }

  h1 {
    font-size: clamp(3.4rem, 15vw, 4.8rem);
    letter-spacing: 0.08em;
  }

  .hero-positioning {
    font-size: clamp(1.55rem, 8vw, 2.35rem);
  }

  .hero-subhead {
    font-size: 1rem;
    line-height: 1.58;
    margin-top: 18px;
  }

  .hero-actions,
  .six-grid,
  .feature-grid,
  .dashboard-grid,
  .stats-grid,
  .infra-map {
    grid-template-columns: 1fr;
  }

  .dashboard-main {
    padding: 16px;
  }

  .dashboard-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-summary,
  .task-card,
  .emergency-card {
    grid-column: span 1;
  }

  .hero-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .glass-card,
  .feature-card,
  .stat-card {
    min-height: auto;
  }

  .card-index {
    margin-bottom: 24px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .pitch-panel {
    height: 95vh;
    width: 95vw;
  }

  .pitch-header {
    align-items: stretch;
    flex-direction: column;
    padding: 18px;
  }

  .pitch-slides {
    gap: 28px;
    padding: 18px 12px 34px;
  }

  .pitch-slide {
    border-radius: 14px;
    min-height: auto;
    padding: 26px 20px;
  }

  .slide-body {
    gap: 16px;
    padding-top: 28px;
  }

  .slide-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .slide-stat-row,
  .comparison-layout,
  .funding-grid,
  .two-column-list {
    grid-template-columns: 1fr;
  }

  .slide-stat-row div,
  .comparison-layout div,
  .funding-grid > div {
    padding: 16px;
  }

  .matrix-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .matrix-head {
    display: none;
  }

  .matrix-row span:first-child {
    background: rgba(255, 255, 255, 0.055);
    grid-column: 1 / -1;
    justify-content: center;
    text-align: center;
  }

  .two-column-list {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
