:root {
  --bg: #0a1018;
  --bg-soft: #111a26;
  --panel: #101927;
  --line: #223349;
  --line-soft: #1c2b3d;
  --text: #f4f7fd;
  --muted: #9fb2cb;
  --accent: #f0b25f;
  --accent-soft: rgba(240, 178, 95, 0.2);
  --signal: #6cb2ff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 85% 8%, rgba(108, 178, 255, 0.16), transparent 24%),
    radial-gradient(circle at 18% 20%, rgba(240, 178, 95, 0.14), transparent 22%),
    linear-gradient(160deg, #070c13 0%, #0b121b 52%, #09111b 100%);
  min-height: 100vh;
}

.hero-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.88) 28%, transparent 100%);
}

.container {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
}

.top-nav {
  padding: 22px 22px 0;
  position: relative;
  z-index: 10;
}

.nav-pill {
  width: min(1480px, 100%);
  margin: 0 auto;
  min-height: 70px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(252, 254, 255, 0.94);
  box-shadow: 0 18px 32px rgba(4, 8, 14, 0.26);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 14px 0 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #0e131c;
  flex-shrink: 0;
}

.brand img {
  display: block;
  height: 30px;
  width: auto;
  max-width: 160px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-nav a {
  text-decoration: none;
  color: #1e2632;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid transparent;
}

.main-nav a:hover {
  color: #141b26;
  border-color: rgba(26, 34, 46, 0.08);
  background: rgba(26, 34, 46, 0.08);
}

.btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 12px;
  transition: 0.18s ease;
}

.btn-header {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  color: #111a27;
  background: linear-gradient(120deg, #b8d4ff 0%, #8bbef7 100%);
  font-size: 0.9rem;
}

.hero-section {
  min-height: calc(100vh - 92px);
  padding: 44px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.hero-copy {
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  background: linear-gradient(170deg, rgba(13, 21, 33, 0.95) 0%, rgba(10, 16, 25, 0.96) 100%);
  padding: 42px;
  box-shadow: 0 26px 58px rgba(2, 7, 14, 0.48);
}

.kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.73rem;
  letter-spacing: 0.12em;
  color: #cbd8ea;
  margin-bottom: 16px;
}

.hero-copy h1 {
  font-size: clamp(2.2rem, 5vw, 3.85rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
  max-width: 16ch;
}

.hero-copy p {
  color: #c0cde0;
  font-size: 1.08rem;
  line-height: 1.72;
  margin-bottom: 26px;
  max-width: 48ch;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
  margin-bottom: 0;
}

.btn-primary,
.btn-secondary {
  min-height: 52px;
  padding: 0 24px;
  font-size: 0.94rem;
}

.btn-primary {
  color: #0b141f;
  background: linear-gradient(120deg, #f4bf76 0%, #e39a3d 100%);
}

.btn-secondary {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.btn-primary:hover,
.btn-header:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(227, 154, 61, 0.34);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.proof-line {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 13px 0;
  margin-bottom: 18px;
  font-size: 0.84rem;
  color: #d3deee;
  line-height: 1.6;
}

.systems-row {
  display: grid;
  gap: 8px;
}

.systems-row span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  font-size: 0.86rem;
  color: #dce6f4;
}

.control-surface {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(15, 24, 37, 0.95) 0%, rgba(11, 19, 30, 0.97) 100%);
  padding: 28px;
  box-shadow: 0 26px 58px rgba(2, 7, 14, 0.52);
  display: grid;
  gap: 14px;
}

.surface-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.surface-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  color: #d2deef;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.surface-head h2 {
  font-size: 1.36rem;
  letter-spacing: -0.01em;
}

.live-chip {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  border-radius: 999px;
  padding: 8px 11px;
  color: #d8ebff;
  background: rgba(108, 178, 255, 0.2);
  border: 1px solid rgba(108, 178, 255, 0.45);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.live-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5fdc95;
  box-shadow: 0 0 0 0 rgba(95, 220, 149, 0.45);
  animation: livePulse 1.1s ease-in-out infinite;
}

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

.kpi-grid article {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.03);
  padding: 14px;
}

.kpi-grid span,
.pipeline-grid span {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9bb0ca;
  margin-bottom: 6px;
  font-family: "IBM Plex Mono", monospace;
}

.kpi-grid strong,
.pipeline-grid strong {
  font-size: 1.08rem;
}

.kpi-grid strong {
  display: block;
  line-height: 1.35;
}

.kpi-grid strong em {
  font-style: normal;
  color: #97d4ff;
  font-size: 0.8rem;
}

.pipeline {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.025);
  padding: 14px;
}

.pipeline-title {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c7d7ec;
  margin-bottom: 10px;
}

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

.pipeline-grid div {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 11px;
}

.module-grid {
  display: grid;
  gap: 8px;
}

.module-grid article {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.025);
  padding: 12px;
}

.module-grid header {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  color: #c8d9ed;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", monospace;
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5fdc95;
  box-shadow: 0 0 0 4px rgba(95, 220, 149, 0.16);
  animation: iconPulse 1.8s ease-in-out infinite;
}

.module-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.97rem;
}

.module-grid p {
  font-size: 0.83rem;
  color: #abc0d8;
  line-height: 1.55;
}

.agent-status {
  display: grid;
  gap: 8px;
}

.agent-status div {
  min-height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  font-size: 0.8rem;
  color: #d4e2f4;
}

.page-shell {
  display: block;
}

.hero-section {
  min-height: calc(100vh - 110px);
  padding: 34px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trust-marquee {
  background: #f8fafc;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.marquee-viewport {
  overflow: hidden;
}

.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 1rem 0;
  color: #111827;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  white-space: nowrap;
  will-change: transform;
  animation: marqueeScroll 42s linear infinite;
}

.marquee-group {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex: 0 0 auto;
}

.marquee-group + .marquee-group {
  position: relative;
  margin-left: 3rem;
  padding-left: 1rem;
}

.marquee-group + .marquee-group::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(17, 24, 39, 0.4);
}

.marquee-track span {
  white-space: nowrap;
}

.marquee-group span + span {
  position: relative;
  padding-left: 1rem;
}

.marquee-group span + span::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(17, 24, 39, 0.4);
}

.section-head {
  display: grid;
  gap: 0.75rem;
  max-width: 860px;
  margin-bottom: 1.75rem;
}

.section-kicker {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  color: #9bb0ca;
}

.section-head h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.section-subtitle {
  color: #9fb2cb;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 760px;
}

.systems-section,
.process-section,
.results-section {
  padding: 5.5rem 0;
  background: linear-gradient(180deg, rgba(8, 13, 20, 1) 0%, rgba(9, 15, 24, 1) 100%);
}

.systems-section {
  padding-top: 4.5rem;
}

.process-section {
  position: relative;
  background: linear-gradient(180deg, rgba(14, 23, 36, 1) 0%, rgba(16, 26, 40, 1) 100%);
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 36%, transparent 100%),
    radial-gradient(circle at top center, rgba(135, 169, 218, 0.1), transparent 44%);
  pointer-events: none;
}

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

.cards-grid,
.process-grid,
.results-grid {
  display: grid;
  gap: 1rem;
}

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

.system-card,
.step-card,
.result-card {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.35rem;
  box-shadow: 0 18px 40px rgba(2, 7, 14, 0.2);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.system-card:hover,
.step-card:hover,
.result-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.16);
}

.system-card {
  min-height: 200px;
  position: relative;
}

.systems-grid {
  position: relative;
}

.systems-grid .system-card {
  overflow: visible;
}

.systems-grid .system-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.95rem;
  width: 1rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(169, 201, 248, 0.55), rgba(111, 225, 169, 0.45));
  transform: translateY(-50%);
}

.systems-grid .system-card:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: -1rem;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(111, 225, 169, 0.65);
  border-right: 1px solid rgba(111, 225, 169, 0.65);
  transform: rotate(45deg);
}

.module-icon,
.step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d9e4f4;
}

.module-icon {
  width: 22px;
  height: 22px;
  margin-bottom: 0.95rem;
}

.module-icon svg,
.step-icon svg {
  width: 100%;
  height: 100%;
}

.card-label {
  display: inline-flex;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a9c9f8;
  margin-bottom: 1rem;
}

.system-card h3,
.step-card h3 {
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: 0.65rem;
}

.system-card p,
.step-card p {
  color: #afc0d5;
  line-height: 1.65;
}

.process-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.1rem;
  position: relative;
}

.process-grid::before {
  content: "";
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  top: 2.55rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(111, 225, 169, 0.26), rgba(169, 201, 248, 0.45), rgba(111, 225, 169, 0.26));
  pointer-events: none;
}

.step-card {
  min-height: 204px;
  position: relative;
  padding: 1.5rem 1.35rem 1.25rem;
  z-index: 1;
}

.step-card > span:first-child {
  display: inline-flex;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1rem;
  letter-spacing: 0.14em;
  color: #b8ffd7;
  margin-bottom: 1rem;
  padding: 0.24rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(143, 255, 196, 0.36);
  background: rgba(111, 225, 169, 0.1);
  box-shadow: 0 0 0 1px rgba(111, 225, 169, 0.08), 0 0 14px rgba(111, 225, 169, 0.12);
}

.step-card p {
  font-size: 0.9rem;
  line-height: 1.62;
}

.step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 2.62rem;
  right: -0.7rem;
  width: 1.3rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(111, 225, 169, 0.78), rgba(169, 201, 248, 0.56));
}

.step-card:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(2.62rem - 3px);
  right: -0.75rem;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(169, 201, 248, 0.9);
  border-right: 1px solid rgba(169, 201, 248, 0.9);
  transform: rotate(45deg);
}

.step-visual {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
}

.step-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.step-visual h3 {
  margin-bottom: 0;
}

.system-card:hover,
.step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(169, 201, 248, 0.28);
  box-shadow: 0 24px 46px rgba(2, 7, 14, 0.35), 0 0 0 1px rgba(169, 201, 248, 0.07);
}

.system-card:hover .module-icon,
.step-card:hover .step-icon {
  color: #b8ffd7;
  filter: drop-shadow(0 0 7px rgba(111, 225, 169, 0.25));
}

.results-surface {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(14, 24, 38, 0.92), rgba(11, 20, 32, 0.95));
  box-shadow: 0 28px 64px rgba(2, 7, 14, 0.35);
  display: grid;
  grid-template-columns: 1.38fr 0.88fr;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.results-section {
  position: relative;
  background: linear-gradient(180deg, #0a121e 0%, #0d1827 100%);
  padding-bottom: 6.6rem;
}

.results-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 10%, rgba(108, 178, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 28%);
  pointer-events: none;
}

.results-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.02));
}

.results-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 16%, rgba(95, 220, 149, 0.08), transparent 33%),
    radial-gradient(circle at 92% 10%, rgba(108, 178, 255, 0.14), transparent 32%);
  pointer-events: none;
}

.results-surface:hover {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 72px rgba(2, 7, 14, 0.4), 0 0 0 1px rgba(169, 201, 248, 0.08);
}

.results-main,
.results-proof {
  position: relative;
  z-index: 1;
}

.results-main {
  padding: 2.15rem 2.2rem 2rem;
}

.metric-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.metric-row:first-child {
  border-top: none;
  padding-top: 0.45rem;
}

.metric-value {
  font-size: clamp(2.8rem, 7vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.metric-value.compact {
  font-size: clamp(2.25rem, 6vw, 4.25rem);
}

.metric-label {
  margin-top: 0.45rem;
  color: #9fb2cb;
  font-size: 0.92rem;
}

.metric-trend {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", monospace;
}

.metric-trend.up {
  color: #7be7b2;
}

.metric-trend.down {
  color: #8fdbff;
}

.results-trendline {
  margin-top: 1.15rem;
  display: flex;
  align-items: flex-end;
  gap: 0.55rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #8298b4;
}

.results-trendline div {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(130, 152, 180, 0.2), rgba(195, 211, 231, 0.45), rgba(130, 152, 180, 0.2));
}

.results-trendline span:last-child {
  color: #7be7b2;
}

.results-proof {
  padding: 1.75rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.results-proof-inner {
  height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  padding: 1.45rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.results-proof-inner:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.03));
  box-shadow: 0 16px 44px rgba(109, 180, 255, 0.16);
}

.results-proof header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.results-proof header p {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #9fb2cb;
}

.proof-logo {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 700;
  color: #d5e2f2;
}

.results-proof h3 {
  margin-top: 1rem;
  font-size: 1.85rem;
  letter-spacing: -0.02em;
}

.proof-stats {
  margin-top: 1.15rem;
  padding-top: 1.05rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 0.9rem;
}

.proof-stats div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.proof-stats p {
  font-size: 0.86rem;
  color: #a8bdd6;
}

.proof-stats strong {
  font-size: 1.32rem;
  letter-spacing: -0.02em;
}

.why-ai-section {
  position: relative;
  padding: 5.9rem 0 5.6rem;
  background: #0f1a2a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02), inset 0 -1px 0 rgba(255, 255, 255, 0.02);
}

.why-ai-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(130, 168, 214, 0.08), transparent 30%);
  background-size: 56px 56px, 56px 56px, 100% 100%;
  pointer-events: none;
}

.why-ai-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 14, 22, 0.22) 0%, transparent 22%, transparent 78%, rgba(8, 14, 22, 0.2) 100%);
  pointer-events: none;
}

.why-ai-head {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 2.2rem;
  text-align: center;
}

.why-ai-title {
  font-size: clamp(1.95rem, 3.5vw, 2.85rem);
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.why-ai-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.why-ai-item {
  padding: 0.8rem 1.55rem 0.55rem;
}

.why-ai-item + .why-ai-item {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.why-ai-item-title {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 0.7rem;
}

.why-ai-item-text {
  color: #a8bad0;
  font-size: 0.97rem;
  line-height: 1.68;
  max-width: 32ch;
}

.cta-section {
  position: relative;
  padding: 6.2rem 0 6.6rem;
  background: linear-gradient(180deg, rgba(17, 28, 43, 0.95) 0%, rgba(20, 34, 52, 0.98) 58%, rgba(15, 26, 40, 1) 100%);
  overflow: hidden;
  border-top: 1px solid rgba(240, 178, 95, 0.18);
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 18%, rgba(240, 178, 95, 0.14), transparent 32%),
    radial-gradient(circle at 80% 16%, rgba(108, 178, 255, 0.17), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 38%);
  pointer-events: none;
}

.cta-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 84px;
  background: linear-gradient(180deg, rgba(240, 178, 95, 0.12) 0%, rgba(240, 178, 95, 0.03) 45%, transparent 100%);
  pointer-events: none;
}

.cta-container {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-title {
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

.cta-subtitle {
  max-width: 780px;
  margin: 0 auto;
  color: #bfd0e5;
  font-size: 1.08rem;
  line-height: 1.7;
}

.cta-actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.95rem;
  flex-wrap: wrap;
}

.cta-button {
  min-height: 56px;
  padding: 0 30px;
  border-radius: 14px;
  color: #0a131e;
  background: linear-gradient(120deg, #f8c884 0%, #e8a247 100%);
  box-shadow: 0 10px 28px rgba(232, 162, 71, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.cta-button:hover {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 14px 36px rgba(232, 162, 71, 0.33);
  filter: saturate(1.04);
}

.cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  color: #dce7f7;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 600;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.cta-secondary:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.cta-micro {
  margin-top: 0.9rem;
  color: #a7bdd8;
  font-size: 0.88rem;
}

.cta-trust {
  margin-top: 1.65rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.cta-trust span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #d5e3f5;
  font-size: 0.84rem;
}

.proof-section {
  padding: 2.9rem 0 3.6rem;
  background: linear-gradient(180deg, rgba(14, 24, 38, 0.95) 0%, rgba(13, 22, 35, 0.98) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.proof-section .container {
  max-width: 900px;
  text-align: center;
}

.proof-title {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  letter-spacing: -0.015em;
  margin-bottom: 1.05rem;
}

.proof-list {
  display: grid;
  gap: 0.2rem;
  max-width: 760px;
  margin: 0 auto;
}

.proof-item {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  color: #b7c8dc;
  font-size: 0.97rem;
  line-height: 1.55;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.6rem 0;
}

.proof-item::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(169, 201, 248, 0.7);
  box-shadow: 0 0 0 3px rgba(169, 201, 248, 0.12);
  flex: 0 0 auto;
}

.proof-link {
  margin-top: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  color: #cad7ea;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(202, 215, 234, 0.35);
  padding-bottom: 2px;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.proof-link:hover {
  color: #e7f0ff;
  border-color: rgba(231, 240, 255, 0.65);
}

.footer-section {
  background: #0b121b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2.15rem 0 1.35rem;
}

.footer-container {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 1fr;
  gap: 1.2rem;
  align-items: start;
}

.footer-left p:first-child {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.45rem;
  color: #e3ecf9;
}

.footer-left p:last-child {
  color: #9eb1ca;
  font-size: 0.9rem;
  line-height: 1.55;
  max-width: 34ch;
}

.footer-center {
  display: grid;
  gap: 0.5rem;
  align-content: start;
}

.footer-center a,
.footer-bottom a {
  color: #b8c9de;
  text-decoration: none;
  width: fit-content;
  transition: color 0.18s ease;
}

.footer-right p {
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #8ea3bf;
  margin-bottom: 0.5rem;
}

.footer-right .footer-email {
  color: #d9e5f6;
  text-decoration: underline;
  text-decoration-color: rgba(217, 229, 246, 0.45);
  text-underline-offset: 3px;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.footer-socials {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social-icon {
  width: 20px;
  height: 20px;
  color: rgba(217, 229, 246, 0.64);
  opacity: 0.64;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.18s ease, color 0.18s ease, filter 0.18s ease;
}

.footer-social-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-center a:hover,
.footer-bottom a:hover {
  color: #ebf2ff;
}

.footer-right .footer-email:hover {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.85);
}

.footer-social-icon:hover {
  opacity: 1;
  color: rgba(236, 244, 255, 0.96);
  filter: drop-shadow(0 0 6px rgba(217, 229, 246, 0.18));
}

.footer-bottom {
  grid-column: 1 / -1;
  margin-top: 1.05rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  color: #8ea3bf;
  font-size: 0.86rem;
}

@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5fdc95;
  box-shadow: 0 0 0 4px rgba(95, 220, 149, 0.16);
  animation: iconPulse 1.8s ease-in-out infinite;
}

@keyframes livePulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(95, 220, 149, 0.45);
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 5px rgba(95, 220, 149, 0.12);
    opacity: 0.72;
  }
}

@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

@media (max-width: 1120px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .main-nav {
    display: none;
  }

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

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

  .results-proof {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .process-grid::before,
  .step-card:not(:last-child)::after,
  .step-card:not(:last-child)::before,
  .systems-grid .system-card:not(:last-child)::after,
  .systems-grid .system-card:not(:last-child)::before {
    display: none;
  }

  .hero-section {
    padding: 24px 0 18px;
  }

  .cta-trust {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .why-ai-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .why-ai-item {
    padding: 0.2rem 0;
  }

  .why-ai-item + .why-ai-item {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 1.15rem;
  }

  .proof-item {
    justify-content: flex-start;
    text-align: left;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .footer-center {
    gap: 0.4rem;
  }

  .footer-socials {
    gap: 13px;
  }

  .footer-bottom {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(1240px, calc(100% - 30px));
  }

  .top-nav {
    padding: 12px 12px 0;
  }

  .nav-pill {
    min-height: 62px;
    padding: 0 8px 0 12px;
    gap: 10px;
  }

  .hero-copy,
  .control-surface {
    padding: 18px;
    border-radius: 18px;
  }

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

  .btn-primary,
  .btn-secondary,
  .btn-header {
    width: 100%;
  }

  .btn-header {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.8rem;
  }

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

  .marquee-track {
    animation-duration: 48s;
    gap: 1.5rem;
    font-size: 0.82rem;
  }

  .systems-section,
  .process-section,
  .results-section {
    padding: 4.25rem 0;
  }

  .hero-section {
    min-height: calc(100vh - 92px);
    padding-top: 22px;
  }

  .results-main,
  .results-proof {
    padding: 1.2rem;
  }

  .results-proof-inner {
    padding: 1.1rem;
  }

  .metric-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 1rem 0;
  }

  .cta-section {
    padding: 4.6rem 0 5rem;
  }

  .cta-subtitle {
    font-size: 1rem;
  }

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

  .cta-button,
  .cta-secondary {
    width: 100%;
  }

  .why-ai-section {
    padding: 4.6rem 0 4.4rem;
  }

  .why-ai-head {
    margin-bottom: 1.6rem;
    text-align: left;
  }

  .why-ai-title {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }

  .proof-section {
    padding: 2.35rem 0 3rem;
  }

  .proof-title {
    text-align: left;
  }

  .proof-list {
    margin: 0;
  }

  .proof-link {
    margin-top: 0.8rem;
    justify-content: flex-start;
  }

  .footer-section {
    padding: 1.7rem 0 1.2rem;
  }

  .footer-right {
    text-align: center;
  }

  .footer-socials {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }
}
