@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap");

:root {
  --black: #000000;
  --navy: #0b1220;
  --navy-2: #081833;
  --panel: #071528;
  --panel-soft: rgba(8, 24, 51, 0.76);
  --electric: #2563ff;
  --cyan: #00cfff;
  --teal: #00c2a8;
  --white: #ffffff;
  --light: #f4f7fb;
  --muted: #9aa9bd;
  --line: rgba(255, 255, 255, 0.14);
  --line-blue: rgba(0, 207, 255, 0.34);
  --shadow: 0 34px 96px rgba(0, 0, 0, 0.46);
  --radius: 8px;
  color: var(--white);
  background: var(--black);
  font-family: "Sora", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--white);
  background:
    linear-gradient(180deg, #000000 0%, #01040a 42%, #000000 100%),
    var(--black);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(116deg, rgba(37, 99, 255, 0.16), transparent 44%),
    linear-gradient(244deg, rgba(0, 207, 255, 0.12), transparent 48%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.028) 0,
      rgba(255, 255, 255, 0.028) 1px,
      transparent 1px,
      transparent 6rem
    );
  pointer-events: none;
}

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

img {
  display: block;
  max-width: 100%;
}

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

h1,
h2,
h3 {
  line-height: 1.04;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

#neural-canvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  pointer-events: none;
}

.site-page {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.hero-card {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(145deg, rgba(0, 207, 255, 0.08), transparent 42%),
    linear-gradient(270deg, rgba(37, 99, 255, 0.16), transparent 48%),
    #030915;
  box-shadow: var(--shadow);
}

.site-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  min-height: 84px;
  padding: 1.25rem clamp(1.25rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.16);
}

.brand {
  display: inline-flex;
  width: 136px;
  min-width: 136px;
  overflow: hidden;
}

.brand img {
  width: 100%;
  max-width: none;
}

.nav-links {
  display: flex;
  justify-content: flex-end;
  gap: 1.75rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.74rem;
  font-weight: 700;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  min-height: 2.25rem;
}

.nav-cta,
.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 44px;
  border-radius: 7px;
  font-size: 0.76rem;
  font-weight: 800;
}

.nav-cta,
.primary-action {
  padding: 0.86rem 1.15rem;
  color: var(--white);
  background: linear-gradient(135deg, var(--electric), #0c58ff);
  box-shadow: 0 18px 38px rgba(37, 99, 255, 0.26);
  white-space: nowrap;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(30rem, 1.02fr);
  flex: 1;
  min-height: 31rem;
  padding: clamp(2.25rem, 5vw, 5rem) clamp(1.25rem, 4vw, 4.5rem) clamp(1.4rem, 3vw, 3rem);
}

.hero-grid::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(0, 207, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 207, 255, 0.055) 1px, transparent 1px);
  background-size: 4.6rem 4.6rem;
  mask-image: linear-gradient(90deg, black 0%, black 45%, transparent 64%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 35rem;
  padding-bottom: 1rem;
}

.hero-pill {
  display: inline-grid;
  grid-template-columns: auto auto auto auto;
  align-items: center;
  column-gap: 0.45rem;
  row-gap: 0.35rem;
  width: fit-content;
  max-width: none;
  margin-bottom: 1.35rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(0, 207, 255, 0.26);
  border-radius: 999px;
  color: #9eefff;
  background: rgba(0, 207, 255, 0.055);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-pill .pill-dot {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--cyan);
}

.hero-pill .pill-part {
  white-space: nowrap;
}

.hero-pill .pill-gap {
  display: inline-block;
  width: 0.12rem;
  height: 1px;
}

h1 {
  max-width: 38rem;
  color: var(--white);
  font-size: clamp(2.45rem, 4vw, 4.7rem);
  font-weight: 600;
}

h1 strong {
  display: block;
  color: var(--cyan);
  font-weight: 600;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-lede {
  max-width: 39rem;
  margin-top: 1.15rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.98rem, 1.18vw, 1.18rem);
  line-height: 1.74;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.75rem;
}

.secondary-action {
  padding: 0.84rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.94);
  background: rgba(255, 255, 255, 0.035);
}

.play-icon {
  position: relative;
  width: 1.3rem;
  height: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.play-icon::before {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  content: "";
  border-top: 0.28rem solid transparent;
  border-bottom: 0.28rem solid transparent;
  border-left: 0.43rem solid var(--white);
  transform: translate(-40%, -50%);
}

.hero-visual {
  position: relative;
  min-height: clamp(24rem, 42vw, 36rem);
}

.hero-visual::after {
  position: absolute;
  inset: auto 0 0 0;
  height: 7rem;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(3, 9, 21, 0.96));
  pointer-events: none;
}

.hero-visual img {
  position: absolute;
  right: clamp(8rem, 14vw, 18rem);
  bottom: 0;
  width: min(42%, 23rem);
  filter: drop-shadow(0 0 34px rgba(0, 207, 255, 0.2));
  mask-image: linear-gradient(90deg, transparent 0%, black 12%, black 88%, transparent 100%);
  transform: scaleX(-1);
}

.hero-visual::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 79%;
  height: 88%;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 9, 21, 0.2), transparent 38%),
    linear-gradient(150deg, transparent 40%, rgba(37, 99, 255, 0.18)),
    repeating-linear-gradient(
      165deg,
      transparent 0,
      transparent 0.8rem,
      rgba(37, 99, 255, 0.16) 0.9rem,
      transparent 1rem
    );
  border-bottom-right-radius: var(--radius);
  mask-image: linear-gradient(90deg, transparent 0%, black 22%, black 100%);
  opacity: 0.7;
}

.stat-stack {
  position: absolute;
  top: 0.7rem;
  right: clamp(1rem, 3vw, 3.5rem);
  z-index: 2;
  display: grid;
  gap: 0.9rem;
  width: 11.4rem;
}

.stat-card {
  min-height: 5.8rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(8, 24, 51, 0.68);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.stat-card span {
  display: block;
  margin-bottom: 0.32rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.stat-card strong {
  display: block;
  color: var(--cyan);
  font-size: 1.75rem;
  line-height: 1;
}

.stat-card small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.65rem;
}

.stat-card svg {
  display: block;
  width: 100%;
  margin-top: -1.45rem;
}

.stat-card path {
  fill: none;
  stroke: var(--cyan);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.trusted-row {
  padding: 1.2rem clamp(1.25rem, 4vw, 4.5rem) 1.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.trusted-row p {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
}

.trusted-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: center;
}

.proof-pill {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  min-height: 4.5rem;
  padding: 0.85rem 0;
  color: rgba(255, 255, 255, 0.9);
}

.proof-pill svg {
  flex: 0 0 2.8rem;
  width: 2.8rem;
  height: 2.8rem;
  color: var(--cyan);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.proof-pill strong {
  max-width: 14rem;
  color: var(--white);
  font-size: 0.92rem;
  line-height: 1.28;
}

.proof-pill-metric strong {
  color: var(--cyan);
  font-size: 2.35rem;
  line-height: 1;
}

.proof-pill-metric span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.24;
}

.proof-logo {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 4.1rem;
  color: var(--white);
}

.proof-logo svg {
  width: 100%;
  max-width: 13.8rem;
  height: auto;
  overflow: visible;
}

.proof-logo path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.proof-logo text {
  fill: currentColor;
  font-family: "Sora", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0;
}

.proof-logo .large {
  font-size: 2.15rem;
  font-weight: 800;
}

.proof-logo .metric-mark {
  fill: var(--cyan);
  font-size: 2.55rem;
}

.proof-logo .subtext {
  fill: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
}

.proof-logo:nth-child(4),
.proof-logo:nth-child(5) {
  color: #dce9ff;
}

.proof-logo:nth-child(4) path,
.proof-logo:nth-child(5) path {
  stroke: var(--cyan);
}

.proof-logo-wide svg {
  max-width: 15.6rem;
}

.value-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(3, 9, 21, 0.98), rgba(8, 24, 51, 0.96)),
    var(--panel);
}

.value-ribbon article {
  display: grid;
  grid-template-columns: 3.8rem 1fr;
  gap: 1.4rem;
  align-items: center;
  min-height: 8.4rem;
  padding: 1.5rem clamp(1.25rem, 3vw, 3.5rem);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.value-ribbon article:last-child {
  border-right: 0;
}

.value-ribbon svg {
  width: 2.75rem;
  height: 2.75rem;
  color: var(--cyan);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.value-ribbon h2 {
  max-width: 22rem;
  color: var(--white);
  font-size: clamp(0.95rem, 1.1vw, 1.25rem);
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--light);
  color: var(--navy);
}

.feature-strip article {
  min-height: 9.8rem;
  padding: 1.65rem clamp(1.25rem, 2.6vw, 3rem) 1.35rem;
  border-right: 1px solid rgba(11, 18, 32, 0.12);
}

.feature-strip article:last-child {
  border-right: 0;
}

.feature-strip svg {
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 1.15rem;
  color: var(--electric);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.feature-strip h2 {
  margin-bottom: 0.55rem;
  font-size: 1rem;
  font-weight: 800;
}

.feature-strip p {
  color: #283348;
  font-size: 0.78rem;
  line-height: 1.58;
}

.solution-map,
.audience-section,
.results-section,
.resource-company-grid {
  margin: 1rem clamp(1rem, 4vw, 4rem) 0;
}

.solution-map,
.audience-section,
.results-section,
.resource-company-grid > article {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 207, 255, 0.08), transparent 42%),
    rgba(8, 24, 51, 0.62);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
}

.solution-map,
.audience-section,
.results-section {
  padding: clamp(1.6rem, 3vw, 2.8rem);
}

.section-heading {
  max-width: 62rem;
}

.section-heading h2,
.results-section h2,
.resource-company-grid h2 {
  max-width: 52rem;
  color: var(--white);
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  font-weight: 600;
}

.section-heading p:not(.eyebrow),
.resource-company-grid p {
  max-width: 56rem;
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.68;
}

.solution-grid,
.audience-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

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

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

.solution-grid article,
.audience-grid article {
  min-height: 12.5rem;
  padding: 1.2rem;
  border: 1px solid rgba(0, 207, 255, 0.18);
  border-radius: 7px;
  background: rgba(0, 10, 24, 0.38);
}

.solution-grid span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.95rem;
  height: 1.95rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 207, 255, 0.38);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 800;
}

.solution-grid h3,
.audience-grid h3 {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.32;
}

.solution-grid p,
.audience-grid p {
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
  line-height: 1.58;
}

.platform-band {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 4.5rem;
  align-items: center;
  padding: clamp(2.5rem, 5vw, 5.5rem) clamp(1.25rem, 5vw, 6rem);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background:
    linear-gradient(120deg, rgba(0, 0, 0, 0.98), rgba(5, 16, 35, 0.98) 52%, rgba(37, 99, 255, 0.44)),
    #020814;
}

.platform-devices img {
  width: 100%;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.38));
}

.eyebrow {
  margin-bottom: 0.75rem;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.platform-copy h2,
.proof-grid h2,
.cta-panel h2 {
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 600;
}

.platform-copy h2 {
  color: var(--cyan);
}

.platform-copy p {
  max-width: 31rem;
  margin-top: 0.7rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1.4rem;
  margin-top: 1.6rem;
}

.check-grid span {
  position: relative;
  padding-left: 1.55rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
}

.check-grid span::before {
  position: absolute;
  top: 0.1rem;
  left: 0;
  display: grid;
  place-items: center;
  width: 1rem;
  height: 1rem;
  content: "";
  border: 1px solid var(--cyan);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 0.62rem;
}

.check-grid span::after {
  position: absolute;
  top: 0.32rem;
  left: 0.35rem;
  width: 0.3rem;
  height: 0.52rem;
  content: "";
  border-right: 1px solid var(--cyan);
  border-bottom: 1px solid var(--cyan);
  transform: rotate(42deg);
}

.proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 1rem clamp(1rem, 4vw, 4rem) 0;
}

.proof-grid article,
.cta-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 207, 255, 0.08), transparent 42%),
    rgba(8, 24, 51, 0.62);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
}

.proof-grid article {
  min-height: 15rem;
  padding: clamp(1.6rem, 3vw, 2.6rem);
}

.proof-grid p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.68;
}

.challenge-card {
  position: relative;
  overflow: hidden;
}

.challenge-card::after {
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  width: 28rem;
  height: 28rem;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 207, 255, 0.16), transparent 64%);
  pointer-events: none;
}

.challenge-card h2 {
  max-width: 48rem;
}

.challenge-lede {
  max-width: 58rem;
  margin-top: 0.9rem;
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
}

.challenge-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.1rem;
}

.challenge-item {
  position: relative;
  min-height: 16rem;
  padding: 1.2rem;
  border: 1px solid rgba(0, 207, 255, 0.18);
  border-radius: 7px;
  background: rgba(0, 10, 24, 0.38);
}

.challenge-icon-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.15rem;
}

.challenge-icon {
  width: 3.55rem;
  height: 3.55rem;
  color: var(--cyan);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  filter: drop-shadow(0 0 12px rgba(0, 207, 255, 0.26));
}

.challenge-icon .icon-accent {
  stroke: var(--electric);
}

.challenge-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.95rem;
  height: 1.95rem;
  border: 1px solid rgba(0, 207, 255, 0.38);
  border-radius: 50%;
  background: rgba(0, 207, 255, 0.055);
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 800;
}

.challenge-item h3 {
  max-width: 19rem;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.32;
}

.challenge-item ul {
  display: grid;
  gap: 0.52rem;
  margin-top: 0.95rem;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  line-height: 1.5;
}

.challenge-item li::marker {
  color: var(--cyan);
}

.challenge-bottom {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1.2rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(0, 207, 255, 0.24);
  border-radius: 8px;
  background: rgba(0, 207, 255, 0.08);
}

.challenge-bottom strong {
  color: var(--cyan);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.challenge-bottom-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.cta-copy h2,
.cta-copy > p:not(.eyebrow) {
  margin: 0;
}

.cta-copy > p:not(.eyebrow) {
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.14;
}

.results-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 2rem;
  align-items: center;
}

.results-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.1rem minmax(0, 1fr) 2.1rem minmax(0, 1fr) 2.1rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
}

.results-grid article {
  position: relative;
  min-height: 7.5rem;
  padding: 1.05rem;
  border: 1px solid rgba(0, 207, 255, 0.18);
  border-radius: 7px;
  background:
    linear-gradient(140deg, rgba(0, 207, 255, 0.08), transparent 52%),
    rgba(0, 10, 24, 0.36);
}

.journey-arrow {
  display: grid;
  place-items: center;
  color: var(--cyan);
}

.journey-arrow span {
  position: relative;
  display: block;
  width: 1.65rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 207, 255, 0.18), var(--cyan));
  box-shadow: 0 0 14px rgba(0, 207, 255, 0.56);
}

.journey-arrow span::after {
  position: absolute;
  top: -0.32rem;
  right: 0;
  width: 0.62rem;
  height: 0.62rem;
  content: "";
  border-top: 2px solid var(--cyan);
  border-right: 2px solid var(--cyan);
  transform: rotate(45deg);
}

.results-grid strong {
  display: block;
  color: var(--cyan);
  font-size: 1.6rem;
  font-weight: 600;
}

.results-grid span {
  display: block;
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  line-height: 1.45;
}

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

.resource-company-grid > article {
  padding: clamp(1.4rem, 2.4vw, 2rem);
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.link-list a {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(0, 207, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.72rem;
  font-weight: 800;
}

.cta-panel {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  margin: 1rem clamp(1rem, 4vw, 4rem) 0;
  padding: 1.9rem clamp(1.25rem, 3vw, 3rem);
}

.trusted-footer {
  margin-top: 1rem;
  padding-top: 1.8rem;
  padding-bottom: 1.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(3, 9, 21, 0.98), rgba(8, 24, 51, 0.98)),
    var(--panel);
}

.site-footer {
  padding: clamp(1.8rem, 4vw, 3.2rem) clamp(1.25rem, 4vw, 4.5rem) 1.25rem;
  background: #000000;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.footer-primary {
  display: grid;
  grid-template-columns: minmax(17rem, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding-bottom: 1.75rem;
}

.footer-about p {
  max-width: 31rem;
  margin-top: 1rem;
  line-height: 1.72;
}

.footer-positioning {
  color: var(--cyan);
  font-weight: 800;
}

.footer-brand {
  display: inline-flex;
  width: 7.4rem;
}

.footer-brand img {
  width: 100%;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.footer-links div {
  display: grid;
  align-content: start;
  gap: 0.65rem;
}

.footer-links h2 {
  margin: 0 0 0.25rem;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.35;
}

.footer-links a:hover,
.footer-bottom a {
  color: var(--cyan);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom a {
  font-weight: 800;
}

.landing-page {
  min-height: 100vh;
  padding: 0 clamp(1rem, 4vw, 4rem) 3rem;
}

.landing-header {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  min-height: 84px;
  padding: 1rem 0;
}

.landing-header nav {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
}

.landing-header nav a:last-child {
  min-height: 2.55rem;
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(0, 207, 255, 0.24);
  border-radius: 7px;
  color: var(--cyan);
  background: rgba(0, 207, 255, 0.06);
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 0.78fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: stretch;
  min-height: calc(100svh - 116px);
  padding: clamp(1.5rem, 4vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(132deg, rgba(0, 207, 255, 0.12), transparent 44%),
    linear-gradient(278deg, rgba(37, 99, 255, 0.22), transparent 52%),
    rgba(3, 9, 21, 0.92);
  box-shadow: var(--shadow);
}

.workflow-landing {
  background:
    linear-gradient(132deg, rgba(0, 194, 168, 0.1), transparent 44%),
    linear-gradient(278deg, rgba(37, 99, 255, 0.24), transparent 52%),
    rgba(3, 9, 21, 0.92);
}

.landing-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 43rem;
}

.landing-copy h1 {
  max-width: 44rem;
  font-size: clamp(2.35rem, 4.8vw, 5rem);
}

.landing-copy > p:not(.hero-pill) {
  max-width: 38rem;
  margin-top: 1.15rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.72;
}

.landing-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 35rem;
  margin-top: 2rem;
}

.landing-highlights span {
  min-height: 3.2rem;
  padding: 0.82rem 0.9rem;
  border: 1px solid rgba(0, 207, 255, 0.2);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(0, 10, 24, 0.34);
  font-size: 0.78rem;
  font-weight: 800;
}

.landing-form {
  align-self: center;
  padding: clamp(1.25rem, 2.4vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(0, 207, 255, 0.08), transparent 54%),
    rgba(0, 10, 24, 0.72);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.landing-form h2 {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.landing-form label {
  display: grid;
  gap: 0.42rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.landing-form input,
.landing-form select,
.landing-form textarea {
  width: 100%;
  min-height: 2.8rem;
  padding: 0.75rem 0.82rem;
  border: 1px solid rgba(0, 207, 255, 0.2);
  border-radius: 7px;
  color: var(--white);
  background: rgba(3, 9, 21, 0.92);
  font: inherit;
  text-transform: none;
}

.landing-form textarea {
  resize: vertical;
}

.landing-form input:focus,
.landing-form select:focus,
.landing-form textarea:focus {
  outline: 2px solid rgba(0, 207, 255, 0.38);
  outline-offset: 2px;
}

.form-wide {
  grid-column: 1 / -1;
}

.form-submit {
  width: 100%;
  margin-top: 1rem;
  border: 0;
  cursor: pointer;
}

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

.form-note,
.form-success {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  line-height: 1.5;
}

.form-success {
  padding: 0.75rem;
  border: 1px solid rgba(0, 207, 255, 0.24);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 207, 255, 0.08);
}

.landing-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.landing-process article {
  min-height: 12rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 207, 255, 0.08), transparent 42%),
    rgba(8, 24, 51, 0.62);
}

.landing-process span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 207, 255, 0.38);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 800;
}

.landing-process h2 {
  color: var(--white);
  font-size: 1.05rem;
}

.landing-process p {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  line-height: 1.58;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 680ms ease, transform 680ms ease;
}

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

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-links {
    display: none;
  }

  .hero-grid,
  .platform-band,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 2.5rem;
  }

  .hero-copy {
    max-width: 40rem;
  }

  h1 {
    max-width: 100%;
    font-size: 2.75rem;
  }

  .hero-visual {
    min-height: 360px;
  }

  .hero-visual img {
    right: 12rem;
    width: 15rem;
  }

  .trusted-logos,
  .value-ribbon,
  .feature-strip,
  .solution-grid,
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .results-section,
  .resource-company-grid,
  .footer-primary,
  .landing-hero {
    grid-template-columns: 1fr;
  }

  .landing-hero {
    min-height: auto;
  }

  .landing-copy {
    max-width: 100%;
  }

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

  .journey-arrow {
    min-height: 1.2rem;
  }

  .journey-arrow span {
    width: 1px;
    height: 1rem;
    background: linear-gradient(180deg, rgba(0, 207, 255, 0.18), var(--cyan));
  }

  .journey-arrow span::after {
    top: auto;
    right: -0.31rem;
    bottom: 0;
    transform: rotate(135deg);
  }

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

  .value-ribbon article:nth-child(2) {
    border-right: 0;
  }

  .feature-strip article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 680px) {
  .site-page {
    padding: 0;
  }

  .site-header {
    min-height: 76px;
    padding: 1rem;
  }

  .brand {
    width: 112px;
    min-width: 112px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0.72rem 0.82rem;
    font-size: 0.68rem;
  }

  .hero-grid {
    padding: 2rem 1rem 1.3rem;
  }

  .hero-pill {
    grid-template-columns: auto 1fr;
    font-size: 0.62rem;
    line-height: 1.35;
  }

  .hero-pill .pill-dot {
    grid-row: 1 / span 3;
    align-self: start;
    margin-top: 0.35rem;
  }

  .hero-pill .pill-gap {
    display: none;
  }

  h1 {
    font-size: clamp(1.75rem, 7.6vw, 2rem);
  }

  .hero-lede {
    font-size: 0.9rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-visual {
    min-height: 420px;
  }

  .hero-visual img {
    right: 7.3rem;
    bottom: 0.2rem;
    width: 12.2rem;
  }

  .stat-stack {
    top: 0.4rem;
    right: 0;
    width: 10.4rem;
  }

  .stat-card {
    min-height: 5.2rem;
  }

  .trusted-logos,
  .value-ribbon,
  .feature-strip,
  .check-grid,
  .solution-grid,
  .audience-grid,
  .results-grid,
  .resource-company-grid,
  .footer-links,
  .landing-highlights,
  .form-grid,
  .landing-process,
  .challenge-list,
  .challenge-bottom {
    grid-template-columns: 1fr;
  }

  .landing-page {
    padding: 0 1rem 2rem;
  }

  .landing-header {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .landing-header nav {
    display: grid;
    justify-items: start;
    gap: 0.5rem;
    font-size: 0.68rem;
  }

  .landing-copy h1 {
    font-size: 2.2rem;
  }

  .landing-form {
    padding: 1rem;
  }

  .challenge-card::after {
    right: -14rem;
  }

  .challenge-item {
    min-height: auto;
  }

  .feature-strip article,
  .feature-strip article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(11, 18, 32, 0.12);
  }

  .feature-strip article:last-child {
    border-bottom: 0;
  }

  .value-ribbon article,
  .value-ribbon article:nth-child(2) {
    grid-template-columns: 3rem 1fr;
    min-height: 6.8rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .value-ribbon article:last-child {
    border-bottom: 0;
  }

  .platform-band {
    gap: 2rem;
    padding: 2rem 1rem;
  }

  .platform-copy h2,
  .proof-grid h2,
  .results-section h2,
  .resource-company-grid h2,
  .cta-panel h2,
  .cta-copy > p:not(.eyebrow) {
    font-size: 1.38rem;
  }

  .cta-panel {
    display: grid;
  }

  .footer-bottom {
    display: grid;
    justify-content: stretch;
  }
}

@media (max-width: 360px) {
  .site-header {
    padding: 0.85rem 0.75rem;
    gap: 0.65rem;
  }

  .brand {
    width: 96px;
    min-width: 96px;
  }

  .nav-cta {
    padding: 0.62rem 0.64rem;
    font-size: 0.61rem;
  }

  .hero-grid {
    padding-inline: 0.75rem;
  }

  .cta-panel {
    margin-inline: 0.75rem;
    padding-inline: 0.9rem;
  }

  .cta-panel .primary-action {
    width: 100%;
    min-width: 0;
  }
}

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

  #neural-canvas {
    display: none;
  }
}
