@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600;700;800&family=Inter:wght@400;500;600;700;750;800;850;900&display=swap");

:root {
  --background: #050816;
  --surface: #0f172a;
  --surface-strong: #121d33;
  --border: rgba(0, 212, 255, 0.2);
  --border-bright: rgba(139, 92, 246, 0.45);
  --text: #ffffff;
  --muted: #cbd5e1;
  --muted-bright: #e2e8f0;
  --accent: #8b5cf6;
  --accent-hover: #a855f7;
  --accent-blue: #00d4ff;
  --accent-cyan: #38bdf8;
  --brand-gradient: linear-gradient(90deg, #00d4ff, #8b5cf6);
  --font-sans: "Inter", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 28% 18%, rgba(0, 212, 255, 0.16), transparent 34%),
    radial-gradient(circle at 72% 26%, rgba(139, 92, 246, 0.18), transparent 32%),
    radial-gradient(circle at 68% 74%, rgba(168, 85, 247, 0.12), transparent 36%),
    var(--background);
  color: var(--text);
  font-family: var(--font-sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

p,
h1 {
  margin-top: 0;
}

.ambient,
.grid-overlay {
  position: fixed;
  pointer-events: none;
}

.ambient {
  z-index: -2;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.15;
}

.ambient-one {
  top: -18rem;
  right: -16rem;
  background: #8b7dff;
}

.ambient-two {
  bottom: -24rem;
  left: -18rem;
  background: #4dbeff;
}

.ambient-three {
  bottom: -20rem;
  left: 35%;
  background: #54f0ce;
}

.grid-overlay {
  inset: 0;
  z-index: -1;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.site-header,
.home-main,
.links-main,
.client-main,
.site-footer {
  width: min(calc(100% - 2rem), var(--max-width));
  margin-inline: auto;
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 3.85rem;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(8.4rem, 34vw);
  min-width: 5.45rem;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 14px rgba(0, 212, 255, 0.14));
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.status span {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--accent-cyan);
  box-shadow: 0 0 12px var(--accent-cyan);
}

.home-main {
  display: grid;
}

.hero {
  display: grid;
  align-items: center;
  gap: 4rem;
  min-height: calc(100svh - 5rem);
  padding: 4rem 0 6rem;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.eyebrow {
  margin-bottom: 1.1rem;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin-bottom: 1.5rem;
  font-size: clamp(4.2rem, 18vw, 8.8rem);
  font-weight: 650;
  letter-spacing: -0.09em;
  line-height: 0.86;
}

.hero h1 span {
  display: block;
  background: linear-gradient(115deg, #ffffff 12%, var(--accent) 48%, var(--accent-blue) 82%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  max-width: 680px;
  margin-bottom: 1rem;
  color: var(--text);
  font-size: clamp(1.35rem, 4.8vw, 2rem);
  font-weight: 480;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.hero-description {
  max-width: 600px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.35rem;
  margin-top: 2.2rem;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  min-height: 3.25rem;
  padding: 0.6rem 0.65rem 0.6rem 1.25rem;
  border: 1px solid rgba(0, 212, 255, 0.28);
  border-radius: 999px;
  background: var(--brand-gradient);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.08), 0 16px 50px rgba(139, 92, 246, 0.14);
}

.button-arrow {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(5, 8, 22, 0.82);
  color: var(--text);
  font-size: 0.9rem;
}

.launch-note {
  color: var(--muted);
  font-size: 0.75rem;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 22rem;
}

.orb {
  position: relative;
  display: grid;
  place-items: center;
  width: min(64vw, 17rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 38%, rgba(255, 255, 255, 0.24), transparent 9%),
    radial-gradient(circle at 48% 48%, rgba(131, 111, 255, 0.6), rgba(39, 27, 85, 0.36) 42%, transparent 70%);
  box-shadow:
    inset 0 0 50px rgba(255, 255, 255, 0.04),
    0 0 100px rgba(116, 95, 255, 0.16);
}

.orb::before,
.orb::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.orb::before {
  inset: 12%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.orb::after {
  inset: 31%;
  background: radial-gradient(circle at 40% 35%, #ffffff, #a99cff 12%, #50428f 44%, #100d1f 72%);
  box-shadow: 0 0 60px rgba(165, 151, 255, 0.6);
}

.orb-core {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 22px 6px white;
}

.orb-ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.orb-ring-one {
  inset: -11%;
}

.orb-ring-two {
  inset: -28%;
  border-color: rgba(255, 255, 255, 0.05);
}

.signal-card {
  position: absolute;
  z-index: 2;
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  background: rgba(13, 13, 16, 0.62);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
  color: var(--muted);
  font-size: 0.64rem;
  backdrop-filter: blur(18px);
}

.signal-card-top {
  top: 8%;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.15rem 0.55rem;
  padding: 0.8rem 0.9rem;
}

.signal-card-top strong {
  grid-column: 2;
  color: var(--accent-cyan);
  font-size: 0.58rem;
  font-weight: 600;
}

.signal-icon {
  grid-row: span 2;
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--border-bright);
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-cyan), transparent 55%);
}

.signal-card-bottom {
  bottom: 8%;
  left: 0;
  width: 9.8rem;
  padding: 0.8rem 0.9rem;
}

.signal-bars {
  display: flex;
  align-items: end;
  gap: 0.25rem;
  height: 1.6rem;
  margin-top: 0.6rem;
}

.signal-bars i {
  flex: 1;
  height: 42%;
  border-radius: 999px;
  background: linear-gradient(to top, var(--accent), var(--accent-blue));
}

.signal-bars i:nth-child(2) { height: 70%; }
.signal-bars i:nth-child(3) { height: 50%; }
.signal-bars i:nth-child(4) { height: 92%; }
.signal-bars i:nth-child(5) { height: 75%; }

.topics-section {
  padding: 5rem 0 7rem;
  border-top: 1px solid var(--border);
}

.topics-heading {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}

.topics-heading .eyebrow {
  margin-bottom: 0;
}

.topics-heading h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(2rem, 7vw, 4rem);
  font-weight: 560;
  letter-spacing: -0.065em;
  line-height: 1;
}

.topics-grid {
  display: grid;
  gap: 0.7rem;
}

.topic-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 8.5rem;
  overflow: hidden;
  padding: 1.1rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  backdrop-filter: blur(16px);
}

.topic-card::after {
  position: absolute;
  right: -3rem;
  bottom: -4rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: var(--accent);
  content: "";
  filter: blur(50px);
  opacity: 0.06;
}

.topic-card span {
  color: var(--muted);
  font-size: 0.56rem;
  letter-spacing: 0.12em;
}

.topic-card h3 {
  max-width: 15rem;
  margin: 0;
  color: var(--muted-bright);
  font-size: 0.92rem;
  font-weight: 560;
  letter-spacing: -0.025em;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.5rem;
  padding: 1.4rem 0 2rem;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.68rem;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer .footer-name {
  color: var(--muted-bright);
  font-weight: 650;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.links-main {
  display: grid;
  align-items: center;
  min-height: calc(100svh - 10rem);
  padding: 3rem 0 5rem;
}

.client-main {
  display: grid;
  gap: 4rem;
  padding: 3rem 0 6rem;
}

.client-hero {
  display: grid;
  gap: 1.5rem;
  max-width: 840px;
  padding-top: 4rem;
}

.client-hero h1 {
  margin-bottom: 0;
  font-size: clamp(3.4rem, 14vw, 7.2rem);
  font-weight: 590;
  letter-spacing: -0.08em;
  line-height: 0.88;
}

.client-hero p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 3vw, 1.25rem);
}

.client-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}

.client-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.5rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted-bright);
  font-size: 0.78rem;
  font-weight: 650;
}

.client-nav a[aria-current="page"] {
  border-color: rgba(255, 255, 255, 0.7);
  background: var(--text);
  color: #080809;
}

.client-section {
  display: grid;
  gap: 1rem;
  max-width: 780px;
}

.client-section h2 {
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 1;
}

.client-section p {
  margin-bottom: 0;
  color: var(--muted);
}

.client-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.client-list li {
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 0.9rem;
  background: var(--surface);
  color: var(--muted-bright);
}

.profile-card {
  position: relative;
  overflow: hidden;
  max-width: 1040px;
  margin-inline: auto;
  padding: 1.1rem;
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(24px);
}

.profile-card::before {
  position: absolute;
  top: -12rem;
  left: -8rem;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: var(--accent);
  content: "";
  filter: blur(120px);
  opacity: 0.11;
}

.profile-heading,
.profile-content {
  position: relative;
}

.profile-heading {
  padding: 1.2rem 0.5rem 2.5rem;
  border-bottom: 1px solid var(--border);
}

.avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  margin-bottom: 2rem;
  border: 1px solid var(--border-bright);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(168, 156, 255, 0.35), rgba(123, 200, 255, 0.08));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 10px 30px rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.avatar i {
  position: absolute;
  right: -0.15rem;
  bottom: -0.15rem;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #111115;
  border-radius: 50%;
  background: var(--accent-cyan);
  box-shadow: 0 0 12px var(--accent-cyan);
}

.profile-heading h1 {
  margin-bottom: 0;
  font-size: clamp(3.4rem, 14vw, 6.5rem);
  font-weight: 580;
  letter-spacing: -0.075em;
  line-height: 0.86;
}

.profile-heading-no-avatar {
  display: block;
}

.profile-content {
  display: grid;
  gap: 2.5rem;
  padding: 2rem 0.5rem 0.5rem;
}

.bio {
  align-self: end;
}

.bio p {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
  color: var(--muted-bright);
  font-size: 0.82rem;
}

.bio span {
  width: 1.2rem;
}

.social-links {
  display: grid;
  border-top: 1px solid var(--border);
}

.links-message {
  margin: 1.2rem 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.social-links a {
  display: grid;
  grid-template-columns: 2rem 1fr auto;
  align-items: center;
  gap: 0.5rem;
  min-height: 4rem;
  border-bottom: 1px solid var(--border);
}

.link-index {
  color: var(--muted);
  font-size: 0.58rem;
}

.social-links strong {
  font-size: 0.9rem;
  font-weight: 580;
}

.link-arrow {
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--muted);
  font-size: 0.65rem;
}

.links-footer {
  justify-content: space-between;
}

.header-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted-bright);
  font-size: 0.78rem;
  font-weight: 700;
}

.header-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

@media (max-width: 520px) {
  .site-header {
    align-items: flex-start;
    padding: 0.85rem 0;
  }

  .header-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .landing-hero h1,
  .platform-hero h1 {
    font-size: clamp(2.75rem, 14vw, 3.4rem);
    overflow-wrap: anywhere;
  }

  .landing-page .hero-subtitle {
    font-size: clamp(1rem, 5vw, 1.25rem);
  }

  .hero-actions {
    display: grid;
    width: 100%;
    max-width: 100%;
  }

  .hero-actions .primary-button,
  .hero-actions .secondary-button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .primary-button {
    justify-content: space-between;
  }

  .button-arrow {
    flex: 0 0 auto;
  }

}

@media (max-width: 899px) {
  .landing-hero,
  .platform-hero,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .preview-grid,
  .agents-grid {
    grid-template-columns: 1fr;
  }

  .landing-hero h1,
  .platform-hero h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 9vw, 4.4rem);
    overflow-wrap: anywhere;
  }

  .hero-actions {
    display: grid;
    width: 100%;
    max-width: 28rem;
  }

  .hero-actions .primary-button,
  .hero-actions .secondary-button {
    width: 100%;
    max-width: 100%;
  }
}

.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.6rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted-bright);
  font-size: 0.82rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.04);
}

.landing-page {
  background:
    radial-gradient(ellipse 820px 540px at 8% 0%, rgba(139, 92, 246, 0.16), transparent 58%),
    radial-gradient(ellipse 760px 520px at 62% 28%, rgba(0, 94, 255, 0.1), transparent 62%),
    radial-gradient(ellipse 820px 620px at 100% 100%, rgba(0, 212, 255, 0.12), transparent 60%),
    linear-gradient(135deg, rgba(10, 12, 28, 0.96) 0%, rgba(5, 5, 6, 0.98) 46%, rgba(3, 18, 20, 0.96) 100%),
    #050506;
}

.landing-page::before {
  position: fixed;
  inset: 5rem 0 auto;
  z-index: -1;
  height: 34rem;
  background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.1), rgba(139, 92, 246, 0.16), transparent);
  content: "";
  filter: blur(60px);
  pointer-events: none;
}

.landing-page .home-main {
  gap: 0;
}

.landing-hero {
  display: grid;
  align-items: center;
  gap: 2rem;
  min-width: 0;
  min-height: calc(100svh - 5rem);
  padding: 4rem 0 3rem;
}

.landing-hero h1 {
  max-width: 100%;
  margin: 0 0 1rem;
  font-size: clamp(3.25rem, 7.4vw, 6.25rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 0.94;
}

.landing-hero h1 span {
  display: block;
}

.landing-hero h1 .gradient-line {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.landing-page .hero-subtitle {
  max-width: 760px;
  margin-bottom: 1rem;
  color: #f1efff;
  font-size: clamp(1.2rem, 3.5vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.22;
}

.landing-page .hero-description {
  max-width: 620px;
  color: var(--muted-bright);
}

.platform-home .home-main {
  gap: 0;
}

.platform-main {
  padding-bottom: 3rem;
}

.platform-showcase {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: clamp(0.75rem, 1.8vw, 1.25rem);
  min-height: auto;
  padding: clamp(0.05rem, 0.7vw, 0.45rem) 0 clamp(1.5rem, 3.5vw, 2.4rem);
  text-align: center;
}

.platform-showcase-copy {
  display: grid;
  justify-items: center;
  gap: 0.65rem;
  max-width: 1040px;
}

.dynamic-headline {
  position: relative;
  display: grid;
  align-items: center;
  max-width: 1040px;
  min-height: 0;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.85vw, 4.15rem);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1;
}

.headline-version {
  grid-area: 1 / 1;
  display: grid;
  gap: 0.04em;
  justify-items: center;
  opacity: 0;
  transform: translateY(0.4rem);
  transition: opacity 420ms ease, transform 420ms ease;
}

.headline-line {
  display: block;
}

.headline-version.is-active {
  opacity: 1;
  transform: translateY(0);
}

.headline-version.is-exiting {
  opacity: 0;
  transform: translateY(-0.35rem);
}

.aia-gradient-text {
  background: linear-gradient(135deg, #00d4ff 0%, #38bdf8 42%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.platform-showcase-copy p {
  max-width: 880px;
  margin: 0;
  padding: 20px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #dbeafe;
  font-size: clamp(1rem, 2.4vw, 1.28rem);
  line-height: 1.18;
  box-shadow: none;
  backdrop-filter: none;
}

@media (prefers-reduced-motion: reduce) {
  .headline-version {
    transition: none;
  }

  .headline-version:not(:first-child) {
    display: none;
  }

  .headline-version:first-child {
    opacity: 1;
    transform: none;
  }
}

.platform-feature-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-self: start;
  gap: 0.72rem;
  width: min(100%, 820px);
  overflow: hidden;
  padding: clamp(0.75rem, 1.65vw, 1rem);
  border: 1px solid rgba(0, 212, 255, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 10%, rgba(0, 212, 255, 0.16), transparent 34%),
    radial-gradient(circle at 90% 12%, rgba(139, 92, 246, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.026));
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.32), 0 0 30px rgba(0, 212, 255, 0.08);
  text-align: center;
  backdrop-filter: blur(18px);
}

.platform-feature-card::after {
  position: absolute;
  right: -7rem;
  bottom: -7rem;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: rgba(0, 212, 255, 0.28);
  content: "";
  filter: blur(80px);
}

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

.feature-card-copy h2 {
  margin: 0 0 0.42rem;
  color: #fff;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 780;
  line-height: 0.95;
}

.feature-card-copy p:not(.product-status) {
  max-width: 660px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  line-height: 1.34;
}

.platform-feature-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  align-self: start;
  width: min(100%, 24rem);
  height: 2.65rem;
  min-height: 0;
  padding: 0 1rem;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #7c5cff, #00d4ff);
  color: #fff;
  font: inherit;
  font-size: clamp(0.82rem, 1.5vh, 0.95rem);
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.08), 0 16px 50px rgba(139, 92, 246, 0.14);
}

.centered-heading {
  justify-items: center;
  text-align: center;
}

.centered-heading .eyebrow {
  max-width: 860px;
  color: var(--text);
  font-size: clamp(1.9rem, 5vw, 3.8rem);
  font-weight: 720;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.centered-heading h2 {
  max-width: 860px;
}

.platform-products {
  padding-top: clamp(2rem, 5vw, 4rem);
}

.product-grid-focus .product-card-primary {
  border-color: rgba(0, 212, 255, 0.38);
  background:
    radial-gradient(circle at 20% 8%, rgba(0, 212, 255, 0.18), transparent 36%),
    radial-gradient(circle at 90% 8%, rgba(139, 92, 246, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
}

.platform-hero {
  display: grid;
  align-items: center;
  gap: 2.4rem;
  min-width: 0;
  min-height: auto;
  padding: 3.1rem 0 3.4rem;
}

.platform-hero h1 {
  max-width: 100%;
  margin: 0 0 1rem;
  font-size: clamp(3.25rem, 7.4vw, 6.25rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 0.94;
}

.platform-hero h1 .gradient-line {
  display: block;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.platform-orbit {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 18rem;
}

.platform-orbit::before,
.platform-orbit::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.platform-orbit::before {
  width: min(58vw, 20rem);
  aspect-ratio: 1;
  border: 1px solid rgba(0, 212, 255, 0.18);
  background: radial-gradient(circle, rgba(0, 212, 255, 0.13), rgba(139, 92, 246, 0.06) 42%, transparent 72%);
  box-shadow: inset 0 0 80px rgba(139, 92, 246, 0.08), 0 0 80px rgba(0, 212, 255, 0.08);
}

.platform-orbit::after {
  width: min(44vw, 13rem);
  aspect-ratio: 1;
  border: 1px solid rgba(139, 92, 246, 0.2);
}

.orbit-core,
.orbit-node {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  background: rgba(15, 23, 42, 0.72);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34), 0 0 26px rgba(0, 212, 255, 0.08);
  backdrop-filter: blur(18px);
}

.orbit-core {
  width: 6.6rem;
  aspect-ratio: 1;
  border-radius: 26px;
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.orbit-node {
  position: absolute;
  min-width: 4.8rem;
  min-height: 2.1rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  color: var(--muted-bright);
  font-size: 0.72rem;
  font-weight: 800;
}

.orbit-node-one {
  top: 12%;
  left: 9%;
}

.orbit-node-two {
  top: 20%;
  right: 2%;
}

.orbit-node-three {
  right: 20%;
  bottom: 10%;
}

.products-section,
.public-building-section {
  padding: 5rem 0;
  border-top: 1px solid var(--border);
}

.section-heading {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 2rem;
}

.section-heading .eyebrow {
  margin-bottom: 0;
}

.section-heading h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2rem, 6vw, 4.4rem);
  font-weight: 640;
  letter-spacing: 0;
  line-height: 1;
}

.product-grid {
  display: grid;
  gap: 0.85rem;
}

.product-card {
  position: relative;
  display: grid;
  align-content: space-between;
  gap: 2rem;
  min-height: 21rem;
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 10%, rgba(0, 212, 255, 0.13), transparent 36%),
    radial-gradient(circle at 90% 8%, rgba(139, 92, 246, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03));
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.22);
}

.product-card::after {
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: var(--accent);
  content: "";
  filter: blur(80px);
  opacity: 0.1;
}

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

.product-status {
  margin: 0 0 1.35rem;
  color: var(--accent-cyan);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 680;
  letter-spacing: 0;
  line-height: 1;
}

.product-card p:not(.product-status) {
  margin: 0;
  color: var(--muted);
}

.product-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  min-height: 3rem;
  padding: 0.45rem 0.55rem 0.45rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted-bright);
  font-size: 0.8rem;
  font-weight: 800;
}

.product-link span:last-child {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(0, 212, 255, 0.12);
}

.product-card-muted {
  opacity: 0.82;
}

.product-link-disabled {
  justify-content: center;
  color: var(--muted);
}

.public-building-section {
  display: grid;
  gap: 1.25rem;
}

.public-building-section p {
  max-width: 760px;
  margin: 0;
  color: var(--muted-bright);
  font-size: clamp(1.05rem, 3vw, 1.35rem);
}

.home-waitlist {
  align-items: stretch;
}

.home-waitlist > div {
  align-self: center;
}

.lead-panel {
  position: relative;
  overflow: hidden;
  padding: 1.15rem;
  border: 1px solid var(--border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 212, 255, 0.12), transparent 36%),
    radial-gradient(circle at 86% 18%, rgba(139, 92, 246, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(15, 23, 42, 0.78);
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.42), 0 0 20px rgba(0, 212, 255, 0.08);
  backdrop-filter: blur(22px);
}

.lead-panel::before {
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  content: "";
  pointer-events: none;
}

.panel-heading {
  position: relative;
  padding: 0.45rem 0.25rem 1.25rem;
}

.panel-heading h2,
.final-cta h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 6vw, 3.6rem);
  font-weight: 640;
  letter-spacing: 0;
  line-height: 1;
}

.panel-heading p,
.final-cta p {
  margin: 0;
  color: var(--muted);
}

.lead-form {
  position: relative;
  display: grid;
  gap: 0.85rem;
}

.lead-form label,
.lead-form fieldset {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  color: var(--muted-bright);
  font-size: 0.78rem;
  font-weight: 700;
}

.lead-form input[type="text"],
.lead-form input[type="email"] {
  width: 100%;
  min-height: 3.15rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  outline: none;
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  font: inherit;
  font-weight: 500;
}

.lead-form input::placeholder {
  color: rgba(245, 245, 247, 0.36);
}

.lead-form input:focus {
  border-color: rgba(0, 212, 255, 0.85);
  box-shadow: 0 0 0 4px rgba(0, 212, 255, 0.12);
}

.lead-form fieldset {
  padding: 0.9rem;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.lead-form legend {
  padding: 0 0.25rem;
  color: var(--muted-bright);
}

.radio-option {
  display: flex !important;
  grid-template-columns: none;
  align-items: center;
  gap: 0.55rem !important;
  font-weight: 600 !important;
}

.radio-option input {
  width: 1rem;
  height: 1rem;
  accent-color: var(--accent-blue);
}

.form-button {
  width: 100%;
  border-radius: 16px;
}

.form-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-status {
  min-height: 1.25rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.form-status[data-state="success"] {
  color: var(--accent-blue);
}

.form-status[data-state="error"] {
  color: #ff9f9f;
}

.product-preview {
  padding: 2rem 0 6rem;
}

.agent-flow-image {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 32px;
  background:
    radial-gradient(circle at 20% 18%, rgba(0, 212, 255, 0.2), transparent 26%),
    radial-gradient(circle at 78% 20%, rgba(139, 92, 246, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(5, 8, 22, 0.92), rgba(15, 23, 42, 0.88));
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.38), 0 0 20px rgba(0, 212, 255, 0.08), inset 0 1px rgba(255, 255, 255, 0.1);
}

.agent-flow-image::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: inherit;
  box-shadow: inset 0 0 80px rgba(0, 212, 255, 0.08), inset 0 0 120px rgba(139, 92, 246, 0.08);
  content: "";
  pointer-events: none;
}

.agent-flow-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center;
}

.editor-preview .agent-flow-image {
  padding: clamp(0.5rem, 1.5vw, 1rem);
  background:
    radial-gradient(circle at 20% 18%, rgba(0, 212, 255, 0.14), transparent 26%),
    radial-gradient(circle at 78% 20%, rgba(139, 92, 246, 0.18), transparent 28%),
    #050816;
}

.editor-preview .agent-flow-image img {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 22px;
}

body.editor-standalone-page {
  min-height: 100svh;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    radial-gradient(ellipse 820px 540px at 8% 0%, rgba(139, 92, 246, 0.16), transparent 58%),
    radial-gradient(ellipse 760px 520px at 62% 28%, rgba(0, 94, 255, 0.1), transparent 62%),
    radial-gradient(ellipse 820px 620px at 100% 100%, rgba(0, 212, 255, 0.12), transparent 60%),
    linear-gradient(135deg, rgba(10, 12, 28, 0.96) 0%, rgba(5, 5, 6, 0.98) 46%, rgba(3, 18, 20, 0.96) 100%),
    #050506;
  font-family: var(--font-sans);
}

body.content-standalone-page {
  min-height: 100svh;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    radial-gradient(ellipse 820px 540px at 8% 0%, rgba(139, 92, 246, 0.16), transparent 58%),
    radial-gradient(ellipse 760px 520px at 62% 28%, rgba(0, 94, 255, 0.1), transparent 62%),
    radial-gradient(ellipse 820px 620px at 100% 100%, rgba(0, 212, 255, 0.12), transparent 60%),
    linear-gradient(135deg, rgba(10, 12, 28, 0.96) 0%, rgba(5, 5, 6, 0.98) 46%, rgba(3, 18, 20, 0.96) 100%),
    #050506;
  font-family: var(--font-sans);
}

.editor-standalone {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100vw;
  min-height: 100svh;
  gap: clamp(0.5rem, 1.25vh, 0.8rem);
  padding: clamp(1rem, 2.35vh, 1.25rem) 5vw clamp(0.8rem, 1.8vh, 1rem);
}

.editor-mini-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: baseline;
  gap: 0.35rem;
  width: fit-content;
  font-size: clamp(1.05rem, 2.35vh, 1.45rem);
  font-weight: 800;
  line-height: 1;
}

.editor-mini-brand span {
  background: linear-gradient(135deg, #5f7cff, #00d4ff);
  background-clip: text;
  color: transparent;
}

.editor-mini-brand strong {
  color: #fff;
}

.editor-sound-toggle {
  position: absolute;
  top: clamp(0.9rem, 2.35vh, 1.2rem);
  right: 5vw;
  z-index: 4;
  min-height: 2.45rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(0, 212, 255, 0.55);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(124, 92, 255, 0.28), rgba(0, 212, 255, 0.18)),
    rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0 18px rgba(0, 212, 255, 0.18);
  backdrop-filter: blur(10px);
}

.editor-sound-toggle[aria-pressed="true"] {
  border-color: rgba(34, 197, 94, 0.45);
  color: #86efac;
  background: rgba(34, 197, 94, 0.12);
  box-shadow: 0 0 16px rgba(34, 197, 94, 0.2);
}

.editor-standalone-copy {
  flex: 0 0 auto;
  text-align: center;
}

.editor-standalone-copy h1 {
  display: grid;
  gap: 0.1em;
  margin: 0;
  color: #fff;
  font-size: clamp(1.5rem, 3.35vh, 2.15rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.editor-standalone-copy h1 span:nth-child(2) {
  background: linear-gradient(135deg, #5f7cff, #00d4ff);
  background-clip: text;
  color: transparent;
}

.editor-standalone-copy p {
  max-width: 560px;
  margin: clamp(0.45rem, 1vh, 0.75rem) auto 0;
  color: #cbd5e1;
  font-size: clamp(0.78rem, 1.35vh, 0.92rem);
  line-height: 1.5;
}

.editor-video-stage {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  overflow: hidden;
}

.editor-video-track {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: min(100%, 24.5rem);
  gap: clamp(1rem, 3.5vw, 2.8rem);
  align-self: center;
}

.editor-video-card {
  position: relative;
  flex: 0 0 auto;
  width: min(15rem, 28vw);
  height: 100%;
  aspect-ratio: 9 / 16;
  max-width: 15rem;
  padding: clamp(0.55rem, 1.5vh, 0.9rem);
  opacity: 0.88;
}

.editor-video-card video,
.editor-video-shade {
  position: absolute;
  inset: clamp(0.55rem, 1.5vh, 0.9rem);
  width: calc(100% - clamp(1.1rem, 3vh, 1.8rem));
  height: calc(100% - clamp(1.1rem, 3vh, 1.8rem));
  border-radius: 16px;
}

.editor-video-card video {
  object-fit: contain;
  background: #000;
  box-shadow: none;
  transition: box-shadow 0.8s ease;
}

.editor-video-card.is-active video {
  box-shadow:
    0 0 0 1.5px #5f7cff,
    0 0 0 2px rgba(0, 212, 255, 0.9),
    0 0 6px rgba(95, 124, 255, 0.9),
    0 0 10px 1px rgba(0, 212, 255, 0.6);
}

.editor-video-shade {
  background: #000;
  opacity: 0.65;
  pointer-events: none;
  transition: opacity 0.8s ease;
}

.editor-video-card.is-active .editor-video-shade {
  opacity: 0;
}

.editor-checklist {
  position: absolute;
  top: 8%;
  right: 10%;
  left: 10%;
  z-index: 2;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(5, 5, 6, 0.82);
  opacity: 0;
  transform: translateY(0.4rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
  backdrop-filter: blur(4px);
}

.editor-video-card.is-active .editor-checklist {
  opacity: 1;
  transform: translateY(0);
}

.editor-checklist p {
  margin: 0 0 0.45rem;
  color: rgba(255, 255, 255, 0.45);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
}

.editor-checklist ul {
  display: grid;
  gap: 0.28rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.editor-checklist li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(203, 213, 225, 0.5);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 500;
}

.editor-checklist li::before {
  width: 0.8rem;
  content: "□";
}

.editor-checklist li.is-done {
  color: #86efac;
}

.editor-checklist li.is-done::before {
  content: "✓";
  color: #22c55e;
  text-shadow: 0 0 8px rgba(34, 197, 94, 0.65);
}

.editor-standalone-form {
  flex: 0 0 auto;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.editor-standalone-form form {
  display: grid;
  gap: clamp(0.45rem, 0.9vh, 0.6rem);
}

.editor-standalone-form input,
.editor-select-button {
  width: 100%;
  min-height: clamp(2.25rem, 4.45vh, 2.75rem);
  padding: 0.68rem 0.9rem;
  border: 1px solid rgba(203, 213, 225, 0.2);
  border-radius: 8px;
  outline: none;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font: inherit;
  font-size: clamp(0.82rem, 1.5vh, 0.95rem);
}

.editor-standalone-form input::placeholder {
  color: #94a3b8;
}

.editor-standalone-form input:focus,
.editor-select-button:focus-visible {
  border-color: rgba(0, 212, 255, 0.75);
  box-shadow: 0 0 0 4px rgba(0, 212, 255, 0.12);
}

.editor-email-field {
  position: relative;
  display: block;
}

.editor-email-field span {
  position: absolute;
  top: 50%;
  left: 0.9rem;
  display: flex;
  width: 1.1rem;
  color: #94a3b8;
  transform: translateY(-50%);
}

.editor-email-field svg {
  width: 100%;
  height: auto;
}

.editor-email-field input {
  padding-left: 2.65rem;
}

.editor-select {
  position: relative;
  transition: margin-bottom 0.2s ease;
}

.editor-select.is-open {
  margin-bottom: min(11rem, 32vh);
}

.editor-select-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #94a3b8;
  cursor: pointer;
}

.editor-select.has-value .editor-select-button {
  color: #cbd5e1;
}

.editor-select-button svg {
  width: 0.9rem;
  transition: transform 0.2s ease;
}

.editor-select.is-open .editor-select-button svg {
  transform: rotate(180deg);
}

.editor-select-menu {
  position: absolute;
  top: calc(100% + 0.4rem);
  right: 0;
  left: 0;
  z-index: 10;
  display: none;
  max-height: min(13rem, 42vh);
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(203, 213, 225, 0.2);
  border-radius: 8px;
  background: #050506;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}

.editor-select-menu::-webkit-scrollbar {
  width: 0.55rem;
}

.editor-select-menu::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}

.editor-select-menu::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(0, 212, 255, 0.35);
}

.editor-select.is-open .editor-select-menu {
  display: grid;
}

.editor-select-menu button {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 0;
  background: transparent;
  color: #cbd5e1;
  font: inherit;
  font-size: clamp(0.82rem, 1.5vh, 0.95rem);
  text-align: left;
  cursor: pointer;
}

.editor-select-menu button:hover,
.editor-select-menu button[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(135deg, rgba(95, 124, 255, 0.35), rgba(0, 212, 255, 0.35));
}

.editor-submit-button {
  width: 100%;
  min-height: clamp(2.25rem, 4.45vh, 2.75rem);
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #7c5cff, #00d4ff);
  color: #fff;
  font: inherit;
  font-size: clamp(0.82rem, 1.5vh, 0.95rem);
  font-weight: 700;
  cursor: pointer;
}

.editor-submit-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.editor-trust-line {
  margin: 0;
  color: #94a3b8;
  font-size: clamp(0.7rem, 1.2vh, 0.82rem);
  text-align: center;
}

.content-standalone {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100vw;
  min-height: 100svh;
  gap: clamp(0.5rem, 1.25vh, 0.8rem);
  padding: clamp(1rem, 2.35vh, 1.25rem) 5vw clamp(0.8rem, 1.8vh, 1rem);
}

.content-mini-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: baseline;
  gap: 0.35rem;
  width: fit-content;
  font-size: clamp(1.05rem, 2.35vh, 1.45rem);
  font-weight: 800;
  line-height: 1;
}

.content-mini-brand span {
  background: linear-gradient(135deg, #00d4ff 0%, #5f7cff 48%, #8b5cf6 100%);
  background-clip: text;
  color: transparent;
}

.content-mini-brand strong {
  color: #fff;
}

.content-standalone-copy {
  flex: 0 0 auto;
  text-align: center;
}

.content-standalone-copy h1 {
  display: grid;
  gap: 0.1em;
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(1.5rem, 3.35vh, 2.15rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.content-standalone-copy h1 span:nth-child(2) {
  background: linear-gradient(135deg, #5f7cff, #00d4ff);
  background-clip: text;
  color: transparent;
}

.content-standalone-copy p {
  max-width: 560px;
  margin: clamp(0.45rem, 1vh, 0.75rem) auto 0;
  color: #cbd5e1;
  font-size: clamp(0.78rem, 1.35vh, 0.92rem);
  line-height: 1.5;
}

.content-animation-stage {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-height: 0;
  width: 100%;
  overflow: hidden;
}

.content-animation-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(8rem, 1fr) auto minmax(8rem, 1fr) auto minmax(8rem, 1fr) auto minmax(8rem, 1fr);
  align-items: center;
  width: min(980px, 100%);
  height: min(100%, 24.5rem);
  gap: clamp(0.65rem, 1.8vw, 1rem);
  padding: clamp(1.1rem, 3vw, 1.7rem);
  border: 1px solid rgba(0, 212, 255, 0.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 15% 20%, rgba(95, 124, 255, 0.25), transparent 28%),
    radial-gradient(circle at 82% 76%, rgba(0, 212, 255, 0.2), transparent 32%),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.content-animation-shell::before {
  position: absolute;
  inset: 12%;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.24), rgba(0, 212, 255, 0.18));
  filter: blur(42px);
  content: "";
}

.content-animation-shell > * {
  position: relative;
  z-index: 1;
}

.content-flow-card {
  display: grid;
  min-height: clamp(8.2rem, 45%, 9.6rem);
  align-content: start;
  gap: 0.45rem;
  padding: clamp(0.8rem, 2vw, 1.05rem);
  border: 1px solid rgba(203, 213, 225, 0.14);
  border-radius: 20px;
  background: rgba(4, 10, 24, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.content-flow-marker {
  display: flex;
  align-items: center;
  gap: 0.58rem;
}

.content-flow-marker span {
  width: fit-content;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  background: rgba(0, 212, 255, 0.12);
  color: #7dd3fc;
  font-size: 0.74rem;
  font-weight: 800;
}

.content-flow-marker svg {
  width: 1.35rem;
  height: 1.35rem;
  color: #a78bfa;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(124, 92, 255, 0.48));
}

.content-flow-card strong {
  color: #fff;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.05;
}

.content-flow-card p {
  margin: 0;
  color: #94a3b8;
  font-size: clamp(0.76rem, 1.25vw, 0.88rem);
  line-height: 1.4;
}

.content-flow-card.is-source,
.content-flow-card.is-final {
  border-color: rgba(0, 212, 255, 0.34);
  box-shadow:
    0 0 0 1px rgba(95, 124, 255, 0.2),
    0 18px 48px rgba(0, 212, 255, 0.08);
}

.content-flow-line {
  width: clamp(1.2rem, 3vw, 2.2rem);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(95, 124, 255, 0.18), rgba(0, 212, 255, 0.9));
  box-shadow: 0 0 16px rgba(0, 212, 255, 0.24);
}

.content-networks {
  flex: 0 0 auto;
  width: min(720px, 100%);
  margin: 0 auto;
  text-align: center;
}

.content-networks h2 {
  margin: 0 0 clamp(0.55rem, 1.2vh, 0.75rem);
  color: #fff;
  font-size: clamp(1rem, 2vh, 1.22rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.content-network-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.45rem, 1vw, 0.65rem);
}

.content-network-card {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: clamp(2.4rem, 5vh, 3rem);
  padding: 0.55rem 0.72rem;
  border: 1px solid rgba(203, 213, 225, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.content-network-card strong {
  font-size: clamp(0.78rem, 1.4vh, 0.92rem);
  font-weight: 750;
  line-height: 1;
}

.content-network-card .network-logo {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.08);
}

.network-logo svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.network-facebook .network-logo svg,
.network-tiktok .network-logo svg,
.network-linkedin .network-logo svg {
  fill: currentColor;
  stroke: none;
}

.network-instagram {
  border-color: rgba(225, 48, 108, 0.28);
}

.network-instagram .network-logo {
  color: #e1306c;
  background: rgba(225, 48, 108, 0.12);
}

.network-facebook {
  border-color: rgba(24, 119, 242, 0.28);
}

.network-facebook .network-logo {
  color: #1877f2;
  background: rgba(24, 119, 242, 0.12);
}

.network-tiktok {
  border-color: rgba(37, 244, 238, 0.28);
}

.network-tiktok .network-logo {
  color: #25f4ee;
  background: rgba(37, 244, 238, 0.12);
}

.network-youtube {
  border-color: rgba(255, 0, 0, 0.28);
}

.network-youtube .network-logo {
  color: #ff0000;
  background: rgba(255, 0, 0, 0.12);
}

.network-youtube .network-logo svg {
  fill: currentColor;
  stroke: none;
}

.network-youtube .network-logo svg path:nth-child(2) {
  fill: #fff;
}

.network-linkedin {
  border-color: rgba(10, 102, 194, 0.28);
}

.network-linkedin .network-logo {
  color: #0a66c2;
  background: rgba(10, 102, 194, 0.12);
}

.content-standalone-form {
  flex: 0 0 auto;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.content-standalone-form form {
  display: grid;
  gap: clamp(0.45rem, 0.9vh, 0.6rem);
}

.content-standalone-form input,
.content-select-button {
  width: 100%;
  min-height: clamp(2.25rem, 4.45vh, 2.75rem);
  padding: 0.68rem 0.9rem;
  border: 1px solid rgba(203, 213, 225, 0.2);
  border-radius: 8px;
  outline: none;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font: inherit;
  font-size: clamp(0.82rem, 1.5vh, 0.95rem);
}

.content-standalone-form input::placeholder {
  color: #94a3b8;
}

.content-standalone-form input:focus,
.content-select-button:focus-visible {
  border-color: rgba(0, 212, 255, 0.75);
  box-shadow: 0 0 0 4px rgba(0, 212, 255, 0.12);
}

.content-email-field {
  position: relative;
  display: block;
}

.content-email-field span {
  position: absolute;
  top: 50%;
  left: 0.9rem;
  display: flex;
  width: 1.1rem;
  color: #94a3b8;
  transform: translateY(-50%);
}

.content-email-field svg {
  width: 100%;
  height: auto;
}

.content-email-field input {
  padding-left: 2.65rem;
}

.content-select {
  position: relative;
  transition: margin-bottom 0.2s ease;
}

.content-select.is-open {
  margin-bottom: min(11rem, 32vh);
}

.content-select-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #94a3b8;
  cursor: pointer;
}

.content-select.has-value .content-select-button {
  color: #cbd5e1;
}

.content-select-button svg {
  width: 0.9rem;
  transition: transform 0.2s ease;
}

.content-select.is-open .content-select-button svg {
  transform: rotate(180deg);
}

.content-select-menu {
  position: absolute;
  top: calc(100% + 0.4rem);
  right: 0;
  left: 0;
  z-index: 10;
  display: none;
  max-height: min(13rem, 42vh);
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(203, 213, 225, 0.2);
  border-radius: 8px;
  background: #050506;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}

.content-select-menu::-webkit-scrollbar {
  width: 0.55rem;
}

.content-select-menu::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}

.content-select-menu::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(0, 212, 255, 0.35);
}

.content-select.is-open .content-select-menu {
  display: grid;
}

.content-select-menu button {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 0;
  background: transparent;
  color: #cbd5e1;
  font: inherit;
  font-size: clamp(0.82rem, 1.5vh, 0.95rem);
  text-align: left;
  cursor: pointer;
}

.content-select-menu button:hover,
.content-select-menu button[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(135deg, rgba(95, 124, 255, 0.35), rgba(0, 212, 255, 0.35));
}

.content-submit-button {
  width: 100%;
  min-height: clamp(2.25rem, 4.45vh, 2.75rem);
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #7c5cff, #00d4ff);
  color: #fff;
  font: inherit;
  font-size: clamp(0.82rem, 1.5vh, 0.95rem);
  font-weight: 700;
  cursor: pointer;
}

.content-submit-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.content-trust-line {
  margin: 0;
  color: #94a3b8;
  font-size: clamp(0.7rem, 1.2vh, 0.82rem);
  text-align: center;
}

.preview-shell {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 30% 0%, rgba(184, 115, 255, 0.18), transparent 32%),
    rgba(255, 255, 255, 0.05);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.preview-toolbar {
  display: flex;
  gap: 0.4rem;
  padding: 0.9rem;
  border-bottom: 1px solid var(--border);
}

.preview-toolbar span {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--muted);
  opacity: 0.55;
}

.preview-grid {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.pipeline-column {
  display: grid;
  gap: 0.55rem;
  min-height: 10rem;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.028));
}

.pipeline-column small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 750;
  text-transform: uppercase;
}

.pipeline-column strong {
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 650;
}

.pipeline-column span {
  align-self: end;
  width: fit-content;
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(115, 241, 220, 0.32);
  border-radius: 999px;
  color: var(--accent-cyan);
  font-size: 0.7rem;
  font-weight: 750;
}

.agents-section {
  padding: 5rem 0 6rem;
  border-top: 1px solid var(--border);
}

.agents-grid {
  display: grid;
  gap: 0.75rem;
}

.agent-card {
  display: grid;
  align-content: space-between;
  min-height: 11.5rem;
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 10%, rgba(184, 115, 255, 0.16), transparent 35%),
    linear-gradient(145deg, rgba(123, 200, 255, 0.08), transparent 45%),
    rgba(255, 255, 255, 0.045);
}

.agent-card span {
  color: #a98dff;
  font-size: 0.68rem;
  font-weight: 750;
  text-transform: uppercase;
}

.agent-card h3 {
  max-width: 20rem;
  margin: 0;
  color: var(--muted-bright);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

.final-cta {
  display: grid;
  gap: 1.5rem;
  align-items: end;
  padding: 5rem 0;
  border-top: 1px solid var(--border);
}

@media (min-width: 760px) {
  .site-header,
  .home-main,
  .links-main,
  .client-main,
  .site-footer {
    width: min(calc(100% - 4rem), var(--max-width));
  }

  .hero {
    grid-template-columns: minmax(0, 1.25fr) minmax(20rem, 0.75fr);
    gap: 2rem;
  }

  .landing-hero {
    grid-template-columns: minmax(0, 1.2fr) minmax(23rem, 0.8fr);
    gap: 3rem;
  }

  .platform-hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
  }

  .hero-visual {
    min-height: 32rem;
  }

  .topics-heading {
    grid-template-columns: 0.4fr 1fr;
    align-items: end;
  }

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

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

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

  .agent-flow-image img {
    aspect-ratio: 16 / 7;
  }

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

  .agent-card-wide {
    grid-column: span 2;
  }

  .final-cta {
    grid-template-columns: 1fr auto;
  }

  .profile-card {
    padding: 1.5rem;
    border-radius: 2rem;
  }

  .profile-heading {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    align-items: end;
    padding: 2rem 1.5rem 3.5rem;
  }

  .profile-heading-no-avatar {
    display: block;
  }

  .avatar {
    margin-bottom: 0;
  }

  .profile-content {
    grid-template-columns: 0.72fr 1fr;
    gap: 4rem;
    padding: 2.5rem 1.5rem 1.5rem;
  }
}

@media (min-width: 900px) and (max-height: 820px) {
  .platform-hero {
    gap: 2rem;
    min-height: auto;
    padding: 2.2rem 0 2.6rem;
  }

  .landing-hero h1,
  .platform-hero h1 {
    font-size: clamp(3rem, 6.6vw, 5.45rem);
    line-height: 0.95;
  }

  .landing-page .hero-subtitle,
  .platform-home .hero-subtitle {
    max-width: 640px;
    font-size: clamp(1.05rem, 2vw, 1.45rem);
  }

  .platform-orbit {
    min-height: 16rem;
  }

  .platform-orbit::before {
    width: min(48vw, 17rem);
  }

  .platform-orbit::after {
    width: min(36vw, 11rem);
  }

  .orbit-core {
    width: 5.8rem;
    border-radius: 22px;
  }

  .editor-standalone {
    gap: 0.45rem;
    padding-block: 1rem;
  }

  .editor-standalone-copy h1 {
    font-size: clamp(1.45rem, 3.3vh, 2rem);
  }

  .editor-standalone-copy p {
    max-width: 620px;
    font-size: clamp(0.75rem, 1.4vh, 0.92rem);
  }

  .editor-standalone-form input,
  .editor-select-button,
  .editor-submit-button {
    min-height: 2.35rem;
    padding-block: 0.62rem;
  }

  .content-standalone {
    gap: 0.55rem;
    padding-block: 1rem;
  }

  .content-standalone-copy h1 {
    font-size: clamp(1.65rem, 4vh, 2.45rem);
  }

  .content-animation-stage {
    min-height: 11rem;
  }

  .content-flow-card {
    min-height: 8.4rem;
  }

  .content-standalone-form input,
  .content-select-button,
  .content-submit-button {
    min-height: 2.35rem;
    padding-block: 0.62rem;
  }
}

@media (hover: hover) {
  .brand,
  .back-link,
  .header-link,
  .primary-button,
  .secondary-button,
  .client-nav a,
  .social-links a,
  .topic-card,
  .product-card,
  .product-link,
  .agent-card,
  .pipeline-column {
    transition: color 220ms ease, opacity 220ms ease, transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
  }

  .brand:hover,
  .back-link:hover {
    color: var(--text);
  }

  .primary-button:hover {
    transform: translateY(-2px);
  }

  .client-nav a:hover {
    border-color: var(--border-bright);
    color: var(--text);
  }

  .header-link:hover,
  .secondary-button:hover,
  .product-card:hover,
  .product-link:hover,
  .agent-card:hover,
  .pipeline-column:hover {
    transform: translateY(-2px);
    border-color: var(--border-bright);
  }

  .social-links a:hover {
    padding-inline: 0.4rem;
    border-color: var(--border-bright);
    background: rgba(255, 255, 255, 0.025);
  }

  .social-links a:hover .link-arrow {
    border-color: var(--accent);
    color: var(--text);
    transform: rotate(45deg);
  }

  .topic-card:hover {
    transform: translateY(-3px);
    border-color: var(--border-bright);
    background: var(--surface);
  }

  .topic-card:hover h3 {
    color: var(--text);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .orb {
    animation: float 7s ease-in-out infinite;
  }

  .orb-ring-one {
    animation: pulse 4s ease-in-out infinite;
  }

  .signal-card-top {
    animation: float-card 5s ease-in-out infinite;
  }

  .signal-card-bottom {
    animation: float-card 6s 1s ease-in-out infinite reverse;
  }
}

@keyframes float {
  50% { transform: translateY(-8px); }
}

@keyframes float-card {
  50% { transform: translateY(-6px); }
}

@keyframes pulse {
  50% {
    opacity: 0.45;
    transform: scale(1.03);
  }
}

@media (max-width: 520px) {
  .site-header {
    align-items: flex-start;
    padding: 0.85rem 0;
  }

  .header-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .home-main,
  .site-header,
  .site-footer,
  .hero-copy,
  .landing-hero,
  .platform-hero,
  .lead-panel {
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
    min-width: 0;
  }

  .landing-hero h1,
  .platform-hero h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 11.25vw, 2.75rem);
    line-height: 0.96;
    overflow-wrap: anywhere;
  }

  .landing-page .hero-subtitle,
  .landing-page .hero-description {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-actions {
    display: grid;
    width: 100%;
    max-width: 100%;
  }

  .platform-orbit,
  .product-card,
  .agent-flow-image {
    max-width: 100%;
    overflow: hidden;
  }

  .hero-actions .primary-button,
  .hero-actions .secondary-button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .primary-button {
    justify-content: space-between;
  }

  .button-arrow {
    flex: 0 0 auto;
  }
}

@media (min-width: 521px) and (max-width: 760px) {
  body.editor-standalone-page,
  body.content-standalone-page {
    overflow-y: auto;
  }

  .editor-standalone {
    min-height: 100svh;
    height: auto;
  }

  .editor-video-stage {
    flex: 0 0 min(46svh, 26rem);
  }

  .editor-video-card {
    display: none;
    max-width: 100%;
  }

  .editor-video-card.is-active {
    display: block;
  }

  .content-standalone {
    min-height: 100svh;
    height: auto;
  }

  .content-animation-stage {
    flex: 0 0 auto;
    min-height: 0;
  }

  .content-animation-shell {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    max-width: 520px;
  }

  .content-flow-card {
    min-height: auto;
  }

  .content-flow-line {
    width: 2px;
    height: 1.4rem;
    justify-self: center;
    background: linear-gradient(180deg, rgba(95, 124, 255, 0.18), rgba(0, 212, 255, 0.9));
  }

  .content-networks {
    max-width: 520px;
  }

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

@media (max-width: 520px) {
  body.editor-standalone-page,
  body.content-standalone-page {
    overflow-y: auto;
  }

  .editor-standalone {
    min-height: 100svh;
    height: auto;
    gap: 0.8rem;
    padding: 1rem;
  }

  .editor-mini-brand {
    font-size: 1.2rem;
  }

  .editor-standalone-copy h1 {
    font-size: clamp(1.55rem, 8vw, 2.15rem);
  }

  .editor-standalone-copy p {
    font-size: 0.85rem;
  }

  .editor-video-stage {
    flex: 0 0 min(43svh, 23rem);
  }

  .editor-video-track {
    gap: 0;
    height: 100%;
  }

  .editor-video-card {
    display: none;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .editor-video-card.is-active {
    display: block;
  }

  .editor-checklist {
    right: 13%;
    left: 13%;
  }

  .editor-standalone-form {
    max-width: none;
  }

  .content-standalone {
    min-height: 100svh;
    height: auto;
    gap: 0.8rem;
    padding: 1rem;
  }

  .content-mini-brand {
    font-size: 1.2rem;
  }

  .content-standalone-copy h1 {
    font-size: clamp(1.85rem, 9vw, 2.45rem);
  }

  .content-standalone-copy p {
    font-size: 0.86rem;
  }

  .content-animation-stage {
    flex: 0 0 auto;
    min-height: 0;
  }

  .content-animation-shell {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding: 0.95rem;
    border-radius: 20px;
  }

  .content-flow-card {
    min-height: auto;
    padding: 0.85rem;
    border-radius: 16px;
  }

  .content-flow-line {
    width: 2px;
    height: 1.2rem;
    justify-self: center;
    background: linear-gradient(180deg, rgba(95, 124, 255, 0.18), rgba(0, 212, 255, 0.9));
  }

  .content-network-grid {
    grid-template-columns: 1fr;
  }

  .content-standalone-form {
    max-width: none;
  }
}
