:root {
  /* Deep charcoal base (zinc-950 family) */
  --bg-page: #09090b;
  /* Subtle band for section separation — no border needed */
  --bg-band: #0c0c0e;
  --bg-elevated: #101116;
  --text: #fafafa;
  --muted: #a1a1aa;
  --border-subtle: rgba(255, 255, 255, 0.1);
  --border-focus: rgba(167, 139, 250, 0.55);
  --brand: #7c3aed;
  --brand-hover: #8b5cf6;
  --glow-purple: rgba(124, 58, 237, 0.22);
  --glow-indigo: rgba(99, 102, 241, 0.18);
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background:
    radial-gradient(1200px 700px at 12% -8%, rgba(124, 58, 237, 0.18), transparent 58%),
    radial-gradient(900px 600px at 88% -15%, rgba(99, 102, 241, 0.14), transparent 62%),
    linear-gradient(180deg, #0b0c12 0%, #09090b 42%, #08090d 100%);
  color: var(--text);
  line-height: 1.5;
  position: relative;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.interactive-background {
  position: fixed;
  inset: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
}

/* Scoped particle field inside opaque sections and cards */
.section-bg-host {
  isolation: isolate;
}

.section-bg-host > .section-interactive-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  border-radius: inherit;
}

.section-bg-host > :not(.section-interactive-background) {
  position: relative;
  z-index: 1;
}

.hero.section-bg-host,
.section-features.section-bg-host {
  overflow: hidden;
}

.card.section-bg-host {
  overflow: hidden;
}

/* Featured high-energy section backgrounds (How it works + Role coverage) */
.featured-bg-host {
  isolation: isolate;
  overflow: hidden;
}

.featured-bg-host > .featured-section-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
}

.featured-bg-host > .container {
  position: relative;
  z-index: 1;
}

.section-how.featured-bg-host {
  background: #08080e;
}

.section-how.featured-bg-host::before {
  display: none;
}

.section--alt.featured-bg-host {
  background: #08080e;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.015)),
    radial-gradient(ellipse at 20% 20%, rgba(255, 255, 255, 0.03), transparent 45%);
  mix-blend-mode: soft-light;
  z-index: -1;
}

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

/* max-w-7xl mx-auto px-6 */
.container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(9, 9, 11, 0.88);
  border-bottom: 1px solid var(--border-subtle);
  padding-top: env(safe-area-inset-top);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}

.logo {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.logo-mark {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.45rem;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.logo-accent {
  color: #a78bfa;
}

.nav-links {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.nav-links a {
  padding: 0.5rem 0.85rem;
  font-size: 0.875rem;
  color: var(--muted);
  border-radius: 999px;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid var(--border-subtle);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
  flex-shrink: 0;
}

.nav-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle-bar {
  display: block;
  width: 1.125rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle-bar + .nav-toggle-bar {
  margin-top: 0.3rem;
}

.nav-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(0.5rem) rotate(45deg);
}

.nav-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.nav-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-0.5rem) rotate(-45deg);
}

/* Hero */
.hero {
  padding: 2.5rem 0 2.75rem;
  background: transparent;
  position: relative;
  overflow: visible;
}

.hero.rocket-launch-host > .rocket-launch-background,
.hero.shooting-stars-host > .shooting-stars-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
}

.hero.rocket-launch-host > .rocket-launch-background {
  z-index: 0;
}

.hero.rocket-launch-host > .shooting-stars-background {
  z-index: 1;
}

.hero.rocket-launch-host > :not(.rocket-launch-background):not(.shooting-stars-background):not(.section-interactive-background) {
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Headline + subtext constrained to max-w-2xl */
.hero-copy {
  max-width: 42rem;
}

.badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  color: #d4d4d8;
  border: 1px solid var(--border-subtle);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
}

.hero h1 {
  margin: 0.5rem 0 0;
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
  font-weight: 900;
  text-wrap: balance;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 52%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 10px rgba(139, 92, 246, 0.2));
}

.hero-highlight {
  background: linear-gradient(to bottom, #f5f3ff 0%, #c4b5fd 45%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-highlight-dark {
  background: linear-gradient(to bottom, #a78bfa 0%, #7c3aed 45%, #5b21b6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  margin-top: 0.75rem;
  max-width: 42rem;
  background: linear-gradient(to bottom, #d4d4d8 0%, #a1a1aa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.0625rem;
  line-height: 1.8;
}

.cta-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.15rem;
}

.btn {
  border-radius: 999px;
  padding: 0.7rem 1.25rem;
  font-weight: 600;
  font-size: 0.9375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
  -webkit-tap-highlight-color: transparent;
}

.btn-primary {
  border: 1px solid transparent;
  background: var(--brand);
  color: #fff;
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.3);
}

.btn-primary:hover {
  background: var(--brand-hover);
}

/* Ghost / outline secondary */
.btn-outline {
  border: 1px solid var(--border-subtle);
  background: transparent;
  color: #e4e4e7;
}

.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

/* Alias for older pages */
.btn-ghost {
  border: 1px solid var(--border-subtle);
  background: transparent;
  color: #e4e4e7;
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

/* Radial glow behind mockup */
.hero-shot {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  overflow: visible;
  perspective: 1600px;
}

/* Hero: photorealistic 3D flagship device mockup */
.device-mockup {
  position: relative;
  z-index: 1;
  width: min(100%, 252px);
  margin: 0 auto;
  padding: 0.25rem 0 0.5rem;
}

.device-mockup__perspective {
  perspective: 2400px;
  perspective-origin: 56% 38%;
}

.device-mockup__rig {
  position: relative;
  transform-style: preserve-3d;
  /* Pitch back + yaw left: right edge faces viewer, screen recedes left */
  transform: rotateX(18deg) rotateY(-10deg) translate3d(0, 0, 0);
  transform-origin: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.device-mockup__device {
  position: relative;
  transform-style: preserve-3d;
}

.device-mockup__chassis {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 44px;
  padding: 8px;
  background:
    linear-gradient(
      90deg,
      #5a5a64 0%,
      rgba(90, 90, 100, 0.35) 6%,
      transparent 14%,
      transparent 86%,
      rgba(90, 90, 100, 0.35) 94%,
      #5a5a64 100%
    ),
    linear-gradient(
      168deg,
      #a3a3ad 0%,
      #70707a 5%,
      #45454f 16%,
      #2a2a32 38%,
      #1e1e26 58%,
      #282830 78%,
      #4a4a54 94%,
      #8e8e98 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -2px 6px rgba(0, 0, 0, 0.38);
}

.device-mockup__screen-well {
  position: relative;
  border-radius: 38px;
  padding: 1px;
  background: #101014;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.65);
}

.device-mockup__display {
  position: relative;
  overflow: hidden;
  border-radius: 37px;
  aspect-ratio: 472 / 1024;
  background: #0e0e12;
  box-shadow:
    inset 5px 0 14px rgba(255, 255, 255, 0.035),
    inset -5px 0 14px rgba(255, 255, 255, 0.03);
}

.device-mockup__display img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  user-select: none;
  -webkit-user-drag: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.device-mockup__island {
  position: absolute;
  top: 3.2%;
  left: 50%;
  z-index: 4;
  width: 31%;
  max-width: 118px;
  height: 3.4%;
  min-height: 26px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #000;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.85);
  pointer-events: none;
}

/* Upright variant (role coverage, etc.) — same frame, no 3D tilt */
.device-mockup--straight .device-mockup__perspective {
  perspective: none;
}

.device-mockup--straight .device-mockup__rig {
  transform: none;
  transform-style: flat;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
}

.device-mockup--straight .device-mockup__device {
  transform-style: flat;
}

.shots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(0.85rem, 2.5vw, 1.75rem);
  row-gap: 1rem;
  justify-items: center;
  align-items: end;
  width: 100%;
  max-width: 540px;
  margin-inline: auto;
}

.shots__device {
  margin: 0;
  width: 100%;
  max-width: 248px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.shots .device-mockup {
  width: 100%;
  max-width: 248px;
  padding: 0;
  margin: 0;
}

.shots .device-mockup__perspective,
.shots .device-mockup__rig,
.shots .device-mockup__device {
  width: 100%;
}

.shots .device-mockup__chassis {
  border-radius: 40px;
  padding: 8px;
}

.shots .device-mockup__screen-well {
  border-radius: 34px;
}

.shots .device-mockup__display {
  border-radius: 33px;
}

.shots .device-mockup__island {
  min-height: 22px;
  max-width: 100px;
}

@media (prefers-reduced-motion: reduce) {
  .device-mockup__rig {
    transform: rotateX(10deg) rotateY(-6deg);
  }

  .device-mockup--straight .device-mockup__rig {
    transform: none;
  }
}

.phone-frame {
  position: relative;
  margin: 0 auto;
  width: min(100%, 280px);
  border-radius: 38px;
  padding: 12px;
  background: linear-gradient(165deg, #3f3f46, #18181b);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.phone-frame::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  width: 35%;
  height: 22px;
  border-radius: 999px;
  background: #09090b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 2;
}

.phone-frame::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 82px;
  width: 3px;
  height: 62px;
  border-radius: 4px;
  background: rgba(161, 161, 170, 0.4);
  box-shadow: 0 88px 0 rgba(161, 161, 170, 0.4);
}

.phone-frame img {
  display: block;
  width: 100%;
  border-radius: 28px;
}

.phone-frame-small {
  width: min(100%, 230px);
}

/* Sections — alternating bands */
.section {
  padding: 4rem 0;
  position: relative;
}

section[id] {
  scroll-margin-top: 88px;
}

.section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
  pointer-events: none;
}

/* Slightly lifted band (e.g. role row) */
.section--alt {
  background:
    linear-gradient(180deg, rgba(16, 17, 22, 0.92), rgba(12, 12, 14, 0.92));
}

.section--default {
  background: transparent;
}

/* "How it works" — #0c0c0e separation without section border */
.section-how {
  background:
    linear-gradient(180deg, rgba(17, 18, 24, 0.9), rgba(12, 12, 14, 0.9));
  position: relative;
  overflow: hidden;
}

.section-how::before {
  content: "";
  position: absolute;
  right: -12%;
  top: -35%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.12), transparent 68%);
  pointer-events: none;
}

.section-features {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(11, 12, 18, 0.88), rgba(9, 9, 11, 0.88));
}

.section-features::before {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -35%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.1), transparent 70%);
  pointer-events: none;
}

.section-head {
  margin-bottom: 2rem;
}

.section-head--compact {
  margin-bottom: 1rem;
}

.section h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 1.875rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--text);
}

.page-title {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--text);
}

.section p.sub {
  margin: 0.65rem 0 0;
  color: #a1a1aa;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.8;
}

.card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-subtle);
  border-radius: 1rem;
  padding: 1.25rem 1.35rem;
  backdrop-filter: blur(12px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 18px 36px -30px rgba(0, 0, 0, 0.65);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.card-interactive:hover {
  border-color: rgba(139, 92, 246, 0.5);
  background: rgba(255, 255, 255, 0.05);
  transform: scale(1.02);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 22px 40px -28px rgba(124, 58, 237, 0.45);
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  background: rgba(124, 58, 237, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #a78bfa;
  margin-bottom: 0.8rem;
}

.card-icon svg {
  width: 1rem;
  height: 1rem;
}

.step h3,
.feature h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.step p,
.feature p {
  margin: 0.5rem 0 0;
  color: #a1a1aa;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.feature.card-interactive {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.55rem;
  align-items: center;
}

.feature.card-interactive .card-icon {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
  border: 0;
  background: transparent;
  color: #8b5cf6;
}

.feature.card-interactive .card-icon svg {
  width: 1rem;
  height: 1rem;
}

.feature.card-interactive h3 {
  margin: 0;
}

.feature.card-interactive p {
  grid-column: 1 / -1;
  margin-top: 0.7rem;
}

.grid-3 {
  display: grid;
  gap: 1rem;
}

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

/* Bento grid — 4 columns on desktop; first two span 2 */
.bento {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

/* Heavier cards: same surface + slightly stronger lift */
.bento .feature--accent {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 24px 48px -28px rgba(0, 0, 0, 0.65);
  min-height: 11.5rem;
}

.bento .bento-wide {
  padding: 1.35rem 1.5rem;
}

@media (min-width: 860px) {
  .bento .bento-wide {
    min-height: 7.5rem;
  }
}

.roles {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.roles li {
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--border-subtle);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.875rem;
  color: #d4d4d8;
}

.legal-content h2 {
  margin-top: 1.6rem;
}

.legal-content h3 {
  margin-top: 1rem;
}

.pricing-head {
  max-width: 42rem;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: 48rem;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.1rem 1.35rem;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: #fff;
  position: relative;
  padding-right: 2.5rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  font-weight: 400;
  color: #a78bfa;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 1.35rem 1.15rem;
  color: #a1a1aa;
  font-size: 0.9375rem;
  line-height: 1.75;
  border-top: 1px solid var(--border-subtle);
  padding-top: 0.85rem;
}

.pricing-grid {
  display: grid;
  gap: 1rem;
}

.pricing-card {
  padding: 1.4rem;
}

.pricing-card-free {
  background: transparent;
  border: 1px solid var(--border-subtle);
}

.pricing-card-pro {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(139, 92, 246, 0.42);
  box-shadow:
    0 0 0 1px rgba(139, 92, 246, 0.15) inset,
    0 16px 40px -24px rgba(124, 58, 237, 0.65);
}

.pricing-tier-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.pricing-tier {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #f4f4f5;
}

.pricing-badge {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  color: #e9d5ff;
  background: rgba(124, 58, 237, 0.25);
  border: 1px solid rgba(196, 181, 253, 0.35);
}

.pricing-value {
  margin: 0.7rem 0 0;
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
}

.pricing-amount {
  font-size: clamp(2rem, 5vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #fafafa;
}

.pricing-period {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.28rem;
}

.pricing-copy {
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  font-size: 0.95rem;
}

.pricing-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.pricing-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.93rem;
  line-height: 1.55;
  color: #e4e4e7;
}

.pricing-list svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  margin-top: 0.2rem;
  color: #a78bfa;
}

.pricing-btn {
  margin-top: 1.2rem;
  width: 100%;
}

/* CTA / form — centered, max-w-lg */
.section-cta {
  padding: 4.5rem 0;
  background:
    radial-gradient(680px 360px at 50% 0%, rgba(124, 58, 237, 0.1), transparent 70%),
    linear-gradient(180deg, rgba(15, 16, 22, 0.86), rgba(10, 10, 14, 0.9));
}

.cta-inner {
  max-width: 32rem;
  margin: 0 auto;
  text-align: center;
}

.cta-inner .section-head {
  text-align: center;
}

.cta-inner .section-head h2,
.cta-inner .section-head p.sub {
  margin-left: auto;
  margin-right: auto;
}

.cta-card {
  margin-top: 1.75rem;
  text-align: left;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid var(--border-subtle);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.form-grid {
  display: grid;
  gap: 1rem;
}

.form-field label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  color: rgba(250, 250, 250, 0.55);
  letter-spacing: 0.01em;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid var(--border-subtle);
  /* Darker than page (#09090b) */
  background: #030304;
  color: var(--text);
  padding: 0.7rem 0.85rem;
  font-size: 0.9375rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #71717a;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: rgba(167, 139, 250, 0.45);
  box-shadow:
    0 0 0 1px rgba(167, 139, 250, 0.25),
    0 0 0 4px rgba(124, 58, 237, 0.15);
}

.form-field textarea {
  min-height: 88px;
  resize: vertical;
}

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

.cta-card .cta-row {
  margin-top: 1.25rem;
  justify-content: stretch;
}

.cta-card .cta-row:not(.cta-row--split) .btn-primary {
  width: 100%;
}

.cta-row--split {
  flex-wrap: wrap;
}

.cta-row--split .btn {
  flex: 1;
  min-width: 140px;
}

.help {
  font-size: 0.8125rem;
  color: var(--muted);
}

.help--spaced {
  margin-top: 1rem;
}

.status {
  min-height: 1.25rem;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

.status.ok {
  color: #34d399;
}

.status.err {
  color: #fb7185;
}

.footer {
  border-top: 1px solid var(--border-subtle);
  background:
    linear-gradient(180deg, rgba(14, 15, 20, 0.94), rgba(10, 10, 14, 0.98));
}

.footer-inner {
  padding: 1.5rem 0 calc(2.5rem + env(safe-area-inset-bottom));
  color: var(--muted);
  font-size: 0.875rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-brand {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.footer-links a:hover {
  color: #e4e4e7;
}

@media (min-width: 860px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.25rem;
  }

  .hero-shot {
    min-height: 320px;
  }

  .device-mockup {
    width: min(100%, 272px);
  }

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

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .section--alt .grid-2 > .shots {
    justify-self: center;
    max-width: 560px;
  }

  .shots {
    column-gap: 2rem;
    max-width: 560px;
  }

  .shots__device {
    max-width: 252px;
  }

  .shots .device-mockup {
    max-width: 252px;
  }

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

  .bento .bento-wide {
    grid-column: span 2;
  }

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

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

@media (max-width: 859px) {
  .container {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
  }

  .nav-inner {
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    min-height: 56px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    order: 3;
    gap: 0.15rem;
    padding: 0.35rem 0 0.5rem;
    border-top: 1px solid var(--border-subtle);
  }

  .nav-open .nav-links {
    display: flex;
  }

  .nav-links a {
    padding: 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .hero.section-bg-host,
  .hero.rocket-launch-host {
    overflow: hidden;
  }

  .hero {
    padding: 1.75rem 0 2rem;
  }

  .hero h1 {
    font-size: clamp(1.65rem, 7.5vw, 2.25rem);
  }

  .lead {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-shot {
    min-height: 0;
    padding-top: 0.15rem;
    overflow: visible;
  }

  .device-mockup {
    width: min(78vw, 228px);
    padding: 0.15rem 0 0.5rem;
  }

  .device-mockup__perspective {
    perspective: 2000px;
    perspective-origin: 50% 40%;
  }

  .device-mockup__rig {
    transform: rotateX(16deg) rotateY(-8deg);
  }

  .device-mockup__perspective {
    perspective-origin: 54% 40%;
  }

  .device-mockup__chassis {
    border-radius: 40px;
    padding: 7px;
  }

  .device-mockup__screen-well {
    border-radius: 34px;
  }

  .device-mockup__display {
    border-radius: 33px;
  }

  .phone-frame::after {
    display: none;
  }

  .cta-row {
    flex-direction: column;
  }

  .cta-row .btn {
    flex: 1 1 100%;
    width: 100%;
  }

  .section {
    padding: 2.75rem 0;
  }

  section[id] {
    scroll-margin-top: calc(72px + env(safe-area-inset-top));
  }

  .section-cta {
    padding: 3rem 0;
  }

  .section h2 {
    text-wrap: balance;
  }

  .bento .feature--accent {
    min-height: 0;
  }

  .section--alt .grid-2 {
    gap: 1.75rem;
  }

  .shots {
    grid-template-columns: 1fr;
    max-width: min(100%, 248px);
    row-gap: 1.25rem;
  }

  .faq-item summary {
    font-size: 0.9375rem;
    padding: 1rem 2.35rem 1rem 1.1rem;
  }

  .faq-item p {
    padding: 0.85rem 1.1rem 1rem;
    font-size: 0.9rem;
  }

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

  .pricing-tier-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    padding-bottom: calc(2rem + env(safe-area-inset-bottom));
  }

  .footer-links {
    gap: 0.85rem 1.1rem;
  }

  .footer-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .card-interactive:hover {
    transform: none;
  }
}

@media (max-width: 380px) {
  .logo span {
    font-size: 0.95rem;
  }

  .logo-mark {
    width: 1.9rem;
    height: 1.9rem;
  }
}
