:root {
  --navy-950: #041326;
  --navy-900: #071a33;
  --navy-850: #0a2140;
  --navy-800: #0d2a50;
  --ink: #10233b;
  --muted: #5a6d85;
  --muted-2: #66788e;
  --blue: #006bdc;
  --blue-strong: #005fc8;
  --electric: #27a5ff;
  --focus: #0068b8;
  --sky: #dff2ff;
  --sky-2: #edf7ff;
  --wash: #f5f8fc;
  --wash-2: #eef4f9;
  --line: #dce6ef;
  --line-strong: #c7d5e3;
  --white: #ffffff;
  --green: #0d7452;
  --amber: #9b6711;
  --shadow-sm: 0 12px 34px rgba(7, 26, 51, .08);
  --shadow-md: 0 28px 80px rgba(5, 26, 52, .13);
  --shadow-lg: 0 40px 110px rgba(5, 26, 52, .2);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --radius-xl: 40px;
  --font: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

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

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

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

h1,
h2,
h3 {
  color: var(--navy-900);
  font-family: var(--font-display);
  letter-spacing: -.035em;
}

h2 {
  font-size: clamp(2.45rem, 4vw, 4.35rem);
  line-height: 1.04;
  margin-bottom: 24px;
}

h3 {
  font-size: 1.32rem;
  line-height: 1.2;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, .9);
}

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.skip-link {
  background: var(--navy-900);
  color: var(--white);
  left: 16px;
  padding: 12px 18px;
  position: fixed;
  top: -60px;
  transition: top .2s ease;
  z-index: 100;
}

.skip-link:focus {
  top: 12px;
}

.shell {
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: 30px;
  width: 100%;
}

.section {
  padding-block: 126px;
}

.proposal-ribbon {
  align-items: center;
  background: var(--navy-950);
  color: rgba(255, 255, 255, .72);
  display: flex;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  height: 31px;
  justify-content: center;
  letter-spacing: .13em;
  position: relative;
  text-transform: uppercase;
  z-index: 41;
}

.proposal-ribbon span {
  background: var(--blue);
  border-radius: 20px;
  color: var(--white);
  padding: 3px 8px;
}

.proposal-ribbon strong {
  color: var(--white);
}

.proposal-ribbon em {
  font-style: normal;
}

.proposal-ribbon .proposal-jump {
  color: #70c3ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-left: 8px;
  text-decoration: none;
}

.proposal-ribbon .proposal-jump:hover { color: #fff; }

.site-header {
  background: rgba(255, 255, 255, .93);
  border-bottom: 1px solid rgba(207, 219, 231, .74);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  transition: box-shadow .25s ease, background .25s ease;
  z-index: 40;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  box-shadow: 0 8px 32px rgba(7, 26, 51, .09);
}

.header-inner {
  align-items: center;
  display: flex;
  height: 76px;
  justify-content: space-between;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  min-height: 44px;
}

.brand-mark {
  height: 35px;
  width: 35px;
}

.brand-symbol {
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-mark rect {
  fill: none;
  stroke: var(--navy-900);
  stroke-width: 1.7;
}

.brand-mark path {
  fill: none;
  stroke: var(--navy-900);
  stroke-linecap: round;
  stroke-width: 1.85;
}

.brand-mark circle {
  fill: var(--blue);
}

.brand-word {
  color: var(--navy-900);
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -.045em;
}

.brand-word span {
  color: var(--blue);
}

.primary-nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2.2vw, 32px);
  margin-left: auto;
  margin-right: clamp(20px, 3vw, 44px);
}

.primary-nav a {
  color: #334b66;
  font-size: 13px;
  font-weight: 650;
  padding-block: 12px;
  position: relative;
}

.primary-nav a::after {
  background: var(--blue);
  bottom: 5px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
  width: 100%;
}

.primary-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-language {
  align-items: center;
  color: #60758c;
  display: inline-flex;
  font-size: 11px;
  font-weight: 750;
  gap: 6px;
  letter-spacing: .08em;
  white-space: nowrap;
}

.primary-nav .nav-language > a {
  align-items: center;
  color: #60758c;
  display: inline-flex;
  font-size: 11px;
  font-weight: 750;
  justify-content: center;
  letter-spacing: .08em;
  min-height: 44px;
  min-width: 32px;
  padding: 0;
}

.primary-nav .nav-language > a[aria-current="page"] {
  color: var(--navy-900);
}

.primary-nav .nav-language > a::after {
  bottom: 7px;
}

.menu-button {
  display: none;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 720;
  gap: 12px;
  justify-content: center;
  min-height: 52px;
  padding: 13px 23px;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.button svg {
  fill: none;
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 16px;
}

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

.button-primary {
  background: var(--blue);
  box-shadow: 0 10px 30px rgba(8, 120, 249, .24);
  color: var(--white);
}

.button-primary:hover {
  background: var(--blue-strong);
  box-shadow: 0 14px 34px rgba(8, 120, 249, .3);
}

.button-secondary {
  background: var(--white);
  border-color: var(--line-strong);
  color: var(--navy-900);
}

.button-secondary:hover {
  border-color: var(--navy-900);
}

.text-link {
  align-items: center;
  color: #075fbd;
  display: inline-flex;
  font-size: 13px;
  font-weight: 750;
  min-height: 44px;
  padding-block: 10px;
}

.button-small {
  font-size: 12px;
  min-height: 42px;
  padding: 9px 18px;
}

.hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(74, 179, 255, .12), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff 75%, #f7fafd 100%);
  min-height: 775px;
  overflow: hidden;
  padding: 108px 0 96px;
  position: relative;
}

.hero-grid-bg {
  background-image:
    linear-gradient(rgba(7, 49, 92, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 49, 92, .045) 1px, transparent 1px);
  background-size: 44px 44px;
  height: 620px;
  mask-image: linear-gradient(to bottom, transparent, black 17%, black 55%, transparent);
  opacity: .52;
  position: absolute;
  right: -80px;
  top: 4px;
  transform: perspective(700px) rotateY(-8deg);
  width: 58%;
}

.hero-layout {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(380px, .88fr) minmax(550px, 1.12fr);
  position: relative;
}

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

.eyebrow {
  align-items: center;
  color: var(--blue);
  display: flex;
  font-size: 11px;
  font-weight: 760;
  gap: 9px;
  letter-spacing: .15em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.eyebrow > span {
  background: var(--blue);
  border-radius: 2px;
  height: 7px;
  transform: rotate(45deg);
  width: 7px;
}

.hero h1 {
  font-size: clamp(3.45rem, 5.2vw, 5.1rem);
  font-weight: 700;
  line-height: .98;
  margin-bottom: 28px;
  max-width: 640px;
}

.hero h1 em {
  color: var(--blue);
  display: block;
  font-style: normal;
  font-weight: 700;
}

.hero-lede {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.66;
  margin-bottom: 34px;
  max-width: 570px;
}

.hero-availability {
  background: var(--sky-2);
  border: 1px solid #cfe8fa;
  border-radius: 12px;
  color: #49627d;
  font-size: 12px;
  line-height: 1.55;
  margin: -16px 0 28px;
  max-width: 570px;
  padding: 11px 13px;
}

.hero-availability strong {
  color: var(--navy-900);
}

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

.hero-principles {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 18px;
  margin-top: 42px;
  padding-top: 20px;
}

.hero-principles span {
  align-items: center;
  color: #536b85;
  display: flex;
  font-size: 11px;
  font-weight: 670;
  gap: 7px;
  white-space: nowrap;
}

.hero-principles i {
  color: var(--blue);
  font-size: 9px;
  font-style: normal;
  letter-spacing: .08em;
}

.hero-system {
  height: 570px;
  position: relative;
  width: 100%;
}

.signal-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  left: -2px;
  position: absolute;
  top: 84px;
  z-index: 1;
}

.signal {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  color: #3a526e;
  display: flex;
  font-size: 10px;
  font-weight: 720;
  gap: 8px;
  padding: 9px 13px;
  width: fit-content;
}

.signal i {
  background: var(--blue);
  border: 3px solid #dbeeff;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.signal-live {
  margin-left: -22px;
}

.signal-social {
  margin-left: 8px;
}

.tenant-window {
  background: #081932;
  border: 7px solid #102846;
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
  height: 407px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 35px;
  transform: perspective(1200px) rotateY(-4deg) rotateX(1deg);
  width: min(100%, 570px);
  z-index: 2;
}

.tenant-topbar {
  align-items: center;
  background: #f7f9fb;
  color: #75859a;
  display: flex;
  font-size: 8px;
  height: 31px;
  justify-content: space-between;
  padding: 0 12px;
}

.window-dots {
  display: flex;
  gap: 4px;
}

.window-dots i {
  background: #c3ced8;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

.tenant-url {
  background: #e9eef3;
  border-radius: 10px;
  color: #55697e;
  padding: 3px 45px;
}

.secure-dot {
  align-items: center;
  display: flex;
  gap: 4px;
}

.secure-dot i {
  background: var(--green);
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

.tenant-body {
  background: #06152b;
  height: calc(100% - 31px);
  overflow: hidden;
}

.tenant-nav {
  align-items: center;
  display: flex;
  height: 48px;
  justify-content: space-between;
  padding: 0 22px;
}

.tenant-logo {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
}

.tenant-logo span {
  color: #edb75e;
}

.tenant-links {
  color: rgba(255, 255, 255, .62);
  display: flex;
  font-size: 7px;
  gap: 19px;
}

.avatar {
  background: linear-gradient(145deg, #eec17b, #7f4525);
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  height: 19px;
  width: 19px;
}

.tenant-feature {
  align-items: center;
  background: linear-gradient(100deg, #101a28 2%, #18293d 48%, #9a7151 105%);
  display: flex;
  height: 197px;
  justify-content: space-between;
  overflow: hidden;
  padding: 25px 28px;
  position: relative;
}

.tenant-feature > div:first-child {
  position: relative;
  z-index: 2;
}

.tenant-feature p {
  color: #edb75e;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .16em;
  margin-bottom: 7px;
}

.tenant-title {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.05;
  margin-bottom: 14px;
}

.tenant-preview-action {
  background: #fff;
  border-radius: 20px;
  color: #0d1b2d;
  display: inline-block;
  font-size: 7px;
  font-weight: 700;
  padding: 7px 12px;
}

.feature-art {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 61%;
}

.ridge {
  background: #463928;
  bottom: -35px;
  clip-path: polygon(0 100%, 17% 47%, 34% 68%, 52% 20%, 72% 71%, 86% 46%, 100% 100%);
  height: 130px;
  position: absolute;
  width: 100%;
}

.ridge-a {
  background: rgba(8, 18, 30, .68);
  right: -10px;
}

.ridge-b {
  background: rgba(29, 32, 33, .68);
  bottom: -50px;
  right: -70px;
  transform: scale(.8);
}

.sun {
  background: #efbe70;
  border-radius: 50%;
  box-shadow: 0 0 45px rgba(239, 190, 112, .45);
  height: 38px;
  position: absolute;
  right: 82px;
  top: 35px;
  width: 38px;
}

.tenant-shelf {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(4, 1fr);
  padding: 17px 22px;
}

.shelf-card {
  background: #263853;
  border-radius: 4px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.shelf-card::before {
  background: rgba(0, 0, 0, .24);
  bottom: 0;
  content: "";
  height: 23px;
  left: 0;
  position: absolute;
  right: 0;
}

.shelf-one { background: linear-gradient(145deg, #758fa1, #1e343e 55%, #c18955); }
.shelf-two { background: linear-gradient(145deg, #283640, #836650 58%, #d7b16b); }
.shelf-three { background: linear-gradient(145deg, #b6c8cf, #364b56 50%, #23303b); }
.shelf-four { background: linear-gradient(145deg, #7d9588, #27392f 54%, #c8a272); }

.agent-card {
  background: #fff;
  border: 1px solid #d5e2ed;
  border-radius: 17px;
  bottom: 29px;
  box-shadow: var(--shadow-md);
  padding: 15px;
  position: absolute;
  right: 30px;
  width: 286px;
  z-index: 4;
}

.concept-label {
  align-items: center;
  background: #eef6ff;
  border-radius: 30px;
  color: #226da9;
  display: inline-flex;
  font-size: 7px;
  font-weight: 800;
  gap: 5px;
  letter-spacing: .08em;
  margin-bottom: 10px;
  padding: 4px 7px;
  text-transform: uppercase;
}

.concept-label span {
  background: #2d8cdd;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

.agent-head {
  align-items: center;
  display: flex;
  gap: 9px;
}

.agent-glyph {
  align-items: center;
  background: var(--navy-900);
  border-radius: 10px;
  display: flex;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.agent-glyph svg {
  fill: none;
  height: 17px;
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 1.5;
  width: 17px;
}

.agent-head strong,
.agent-head small {
  display: block;
}

.agent-head strong {
  color: var(--navy-900);
  font-size: 10px;
}

.agent-head small {
  color: var(--muted-2);
  font-size: 7px;
}

.agent-card > p {
  color: #50667e;
  font-size: 8px;
  margin: 11px 0 9px;
}

.proposal-change {
  background: var(--wash);
  border-radius: 8px;
  padding: 8px 9px;
}

.proposal-change span,
.proposal-change strong {
  display: block;
}

.proposal-change span {
  color: var(--blue);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .12em;
}

.proposal-change strong {
  color: var(--ink);
  font-size: 8px;
  margin-top: 2px;
}

.agent-actions {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  margin-top: 10px;
}

.agent-actions button {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--navy-900);
  font-size: 7px;
  font-weight: 750;
  padding: 5px 10px;
}

.agent-actions button:last-child {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.hero-status {
  align-items: center;
  bottom: -4px;
  color: #708297;
  display: flex;
  font-size: 10px;
  gap: 14px;
  justify-content: flex-end;
  position: absolute;
  right: 10px;
}

.hero-status span:first-child {
  align-items: center;
  color: var(--green);
  display: flex;
  font-weight: 700;
  gap: 5px;
}

.hero-status i {
  background: var(--green);
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

.evidence-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 26px;
}

.evidence-grid > div {
  border-right: 1px solid var(--line);
  padding: 0 32px;
}

.evidence-grid > div:first-child { padding-left: 0; }
.evidence-grid > div:last-child { border-right: 0; }

.evidence-grid strong,
.evidence-grid span {
  display: block;
}

.evidence-grid strong {
  color: var(--navy-900);
  font-size: 11px;
  margin-bottom: 2px;
}

.evidence-grid span {
  color: var(--muted);
  font-size: 10px;
}

.section-heading {
  margin-bottom: 66px;
}

.section-heading.center {
  margin-inline: auto;
  max-width: 950px;
  text-align: center;
}

.section-heading.center .eyebrow {
  justify-content: center;
}

.section-heading.center > p:last-child {
  color: var(--muted);
  font-size: 18px;
  margin: 0 auto;
  max-width: 700px;
}

.section-heading.narrow {
  max-width: 820px;
}

.section-heading.split {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: 1.35fr .65fr;
}

.section-heading.split h2 {
  margin-bottom: 0;
}

.section-heading.split > p {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 7px;
}

.story {
  background: #fff;
}

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

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

.journey-grid-four .journey-card {
  min-height: 300px;
}

.journey-card {
  background: var(--wash);
  border: 1px solid transparent;
  border-radius: 25px;
  min-height: 360px;
  padding: 32px;
  position: relative;
}

.journey-card.featured {
  background: #fff;
  border-color: #bfd9f1;
  box-shadow: var(--shadow-sm);
}

.journey-number {
  color: #9aabba;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .12em;
  position: absolute;
  right: 27px;
  top: 25px;
}

.journey-icon {
  height: 86px;
  margin: 16px 0 34px;
  position: relative;
  width: 100px;
}

.signals-icon i {
  background: var(--blue);
  border: 7px solid #deefff;
  border-radius: 50%;
  height: 25px;
  left: 2px;
  position: absolute;
  width: 25px;
}

.signals-icon i:nth-child(1) { top: 3px; }
.signals-icon i:nth-child(2) { left: 52px; top: 30px; }
.signals-icon i:nth-child(3) { top: 58px; }

.signals-icon::before,
.signals-icon::after {
  border-top: 1px dashed #8ab4d8;
  content: "";
  left: 22px;
  position: absolute;
  width: 39px;
}

.signals-icon::before { top: 26px; transform: rotate(26deg); }
.signals-icon::after { top: 58px; transform: rotate(-26deg); }

.portal-icon i:first-child {
  border: 2px solid var(--navy-900);
  border-radius: 18px;
  height: 81px;
  left: 8px;
  position: absolute;
  top: 1px;
  width: 76px;
}

.portal-icon i:last-child {
  background: var(--blue);
  border-radius: 8px;
  box-shadow: 0 0 0 9px #e4f2ff;
  height: 32px;
  left: 30px;
  position: absolute;
  top: 25px;
  width: 32px;
}

.flow-icon i {
  background: #fff;
  border: 1px solid #9ab2c8;
  border-radius: 10px;
  height: 24px;
  position: absolute;
  width: 24px;
}

.flow-icon i:nth-child(1) { left: 0; top: 30px; }
.flow-icon i:nth-child(2) { background: var(--blue); border-color: var(--blue); left: 38px; top: 30px; }
.flow-icon i:nth-child(3) { left: 76px; top: 30px; }

.flow-icon::before,
.flow-icon::after {
  border-top: 1px dashed #8ba8c2;
  content: "";
  position: absolute;
  top: 42px;
  width: 16px;
}

.flow-icon::before { left: 23px; }
.flow-icon::after { left: 61px; }

.journey-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.journey-card p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 30px;
}

.journey-state {
  bottom: 28px;
  color: #687f95;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .1em;
  position: absolute;
  text-transform: uppercase;
}

.journey-state.verified { color: var(--green); }
.journey-state.concept { color: #377eb8; }

.signal-section {
  background: var(--navy-900);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.signal-section::before {
  background: radial-gradient(circle, rgba(32, 148, 255, .16), transparent 65%);
  content: "";
  height: 750px;
  position: absolute;
  right: -100px;
  top: -190px;
  width: 750px;
}

.signal-layout {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: .8fr 1.2fr;
  position: relative;
}

.eyebrow-light {
  color: #7ac4ff;
}

.eyebrow-light > span {
  background: #7ac4ff;
}

.signal-copy h2,
.signal-copy h3 {
  color: #fff;
  font-size: clamp(2.6rem, 4.2vw, 4.2rem);
}

.signal-copy > p:not(.eyebrow) {
  color: #a9bbce;
  font-size: 17px;
  line-height: 1.7;
}

.check-list {
  display: grid;
  gap: 13px;
  list-style: none;
  margin: 33px 0 0;
  padding: 0;
}

.check-list li {
  align-items: center;
  color: #d3dfeb;
  display: flex;
  font-size: 13px;
  gap: 10px;
}

.check-list span {
  align-items: center;
  background: rgba(39, 165, 255, .14);
  border: 1px solid rgba(83, 184, 255, .35);
  border-radius: 50%;
  color: #70c1ff;
  display: flex;
  font-size: 8px;
  height: 19px;
  justify-content: center;
  width: 19px;
}

.convergence-map {
  height: 430px;
  position: relative;
}

.convergence-map::before {
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 30px 30px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 30px;
  content: "";
  inset: 0;
  position: absolute;
}

.convergence-map > svg {
  height: 390px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 100%;
}

.flow-path {
  fill: none;
  stroke: url(#lineGradient);
  stroke-dasharray: 4 5;
  stroke-width: 1.5;
}

.map-source {
  align-items: center;
  background: #0c2b50;
  border: 1px solid rgba(119, 181, 237, .24);
  border-radius: 13px;
  color: #c1d2e4;
  display: flex;
  font-size: 10px;
  gap: 8px;
  left: 26px;
  padding: 10px 13px;
  position: absolute;
  z-index: 2;
}

.map-source i {
  background: #49aafa;
  border: 3px solid rgba(72, 170, 250, .2);
  border-radius: 50%;
  box-sizing: content-box;
  height: 6px;
  width: 6px;
}

.source-a { top: 50px; }
.source-b { top: 178px; }
.source-c { top: 306px; }

.map-core {
  background: linear-gradient(150deg, #fff, #ebf5fd);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 26px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .26);
  color: var(--navy-900);
  padding: 28px;
  position: absolute;
  right: 28px;
  top: 85px;
  width: 47%;
  z-index: 3;
}

.map-logo {
  align-items: center;
  background: var(--navy-900);
  border-radius: 12px;
  display: flex;
  height: 42px;
  justify-content: center;
  margin-bottom: 31px;
  width: 42px;
}

.map-logo svg {
  height: 28px;
  width: 28px;
}

.map-logo rect,
.map-logo path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 1.6;
}

.map-logo circle { fill: var(--electric); }

.map-core small {
  color: var(--blue);
  display: block;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.map-core strong {
  display: block;
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 24px;
}

.map-core > div {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 15px;
}

.map-core > div span {
  background: #e7f2fb;
  border-radius: 20px;
  color: #4c6882;
  font-size: 7px;
  font-weight: 700;
  padding: 5px 8px;
}

.product-section {
  background: #f7f9fc;
}

.product-stage {
  position: relative;
}

.product-note {
  align-items: center;
  color: #71849a;
  display: flex;
  font-size: 9px;
  gap: 8px;
  justify-content: flex-end;
  letter-spacing: .03em;
  margin-bottom: 12px;
}

.product-note span {
  background: #e7f1fa;
  border-radius: 20px;
  color: #3376aa;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 5px 8px;
  text-transform: uppercase;
}

.product-shell {
  background: #fff;
  border: 1px solid #ccd9e5;
  border-radius: 23px;
  box-shadow: var(--shadow-md);
  display: grid;
  grid-template-columns: 192px 1fr;
  min-height: 580px;
  overflow: hidden;
}

.product-sidebar {
  background: var(--navy-900);
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 27px 18px;
}

.mini-brand {
  align-items: center;
  display: flex;
  gap: 9px;
  margin-bottom: 48px;
  padding-left: 9px;
}

.mini-brand i {
  border: 1px solid #8db2d4;
  border-radius: 8px;
  height: 25px;
  position: relative;
  width: 25px;
}

.mini-brand i::before,
.mini-brand i::after {
  background: var(--electric);
  border-radius: 2px;
  content: "";
  height: 4px;
  left: 6px;
  position: absolute;
  width: 11px;
}

.mini-brand i::before { top: 7px; }
.mini-brand i::after { top: 14px; }

.mini-brand img {
  height: 27px;
  object-fit: contain;
  width: 27px;
}

.mini-brand strong {
  font-size: 13px;
}

.product-sidebar nav {
  display: grid;
  gap: 5px;
}

.product-sidebar nav span {
  align-items: center;
  border-radius: 9px;
  color: #9fb2c7;
  display: flex;
  font-size: 9px;
  gap: 10px;
  padding: 11px 10px;
}

.product-sidebar nav span.active {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.nav-icon {
  border: 1px solid currentColor;
  border-radius: 3px;
  height: 13px;
  opacity: .8;
  position: relative;
  width: 13px;
}

.nav-content::after,
.nav-page::after,
.nav-chart::after {
  background: currentColor;
  content: "";
  inset: 3px;
  opacity: .55;
  position: absolute;
}

.nav-users { border-radius: 50%; }

.sidebar-help {
  align-items: center;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 12px;
  display: flex;
  gap: 9px;
  margin-top: auto;
  padding: 12px;
}

.sidebar-help > i {
  border: 1px solid #61b9fd;
  border-radius: 50%;
  height: 18px;
  position: relative;
  width: 18px;
}

.sidebar-help > i::before {
  color: #61b9fd;
  content: "i";
  font-size: 9px;
  left: 7px;
  position: absolute;
  top: 1px;
}

.sidebar-help span {
  color: #8299b1;
  font-size: 7px;
}

.sidebar-help strong {
  color: #d7e5f2;
  display: block;
  font-size: 8px;
}

.product-main {
  background: #f3f6fa;
}

.product-toolbar {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #dae3ec;
  display: flex;
  height: 72px;
  justify-content: space-between;
  padding: 0 28px;
}

.product-toolbar small,
.product-toolbar strong {
  display: block;
}

.product-toolbar small {
  color: #8393a5;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
}

.product-toolbar strong {
  color: var(--navy-900);
  font-size: 13px;
}

.toolbar-actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

.toolbar-preview {
  background: #fff;
  border: 1px solid #cbd9e6;
  border-radius: 16px;
  color: var(--navy-900);
  font-size: 8px;
  font-weight: 700;
  padding: 7px 12px;
}

.toolbar-avatar {
  align-items: center;
  background: #d8e9f7;
  border-radius: 50%;
  color: #2d638d;
  display: flex;
  font-size: 7px;
  font-weight: 800;
  height: 29px;
  justify-content: center;
  width: 29px;
}

.product-content {
  padding: 30px;
}

.product-welcome span {
  color: #7b8c9e;
  font-size: 8px;
}

.product-welcome h3 {
  font-size: 25px;
  margin: 4px 0 22px;
}

.status-row {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(3, 1fr);
}

.status-card {
  align-items: center;
  background: #fff;
  border: 1px solid #dde6ee;
  border-radius: 12px;
  display: flex;
  gap: 10px;
  min-height: 76px;
  padding: 14px;
}

.status-symbol {
  align-items: center;
  background: #eaf3fb;
  border-radius: 9px;
  color: #3478ad;
  display: flex;
  font-size: 10px;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.status-verified .status-symbol {
  background: #e5f5ef;
  color: var(--green);
}

.status-card small,
.status-card strong {
  display: block;
}

.status-card small {
  color: #8192a4;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .08em;
}

.status-card strong {
  color: var(--navy-900);
  font-size: 9px;
}

.dashboard-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.2fr .8fr;
  margin-top: 15px;
}

.catalog-panel,
.preview-panel {
  background: #fff;
  border: 1px solid #dde6ee;
  border-radius: 14px;
  min-height: 270px;
  padding: 18px;
}

.panel-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.panel-heading small,
.panel-heading strong {
  display: block;
}

.panel-heading small {
  color: #8b9bad;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .1em;
}

.panel-heading strong {
  color: var(--navy-900);
  font-size: 11px;
}

.panel-heading > span {
  color: var(--blue);
  font-size: 7px;
  font-weight: 750;
}

.content-table {
  display: grid;
}

.content-row {
  align-items: center;
  border-top: 1px solid #edf1f4;
  display: grid;
  gap: 10px;
  grid-template-columns: 49px 1fr auto;
  min-height: 61px;
}

.thumb {
  border-radius: 6px;
  height: 31px;
  width: 49px;
}

.thumb-one { background: linear-gradient(130deg, #567381, #c1a478); }
.thumb-two { background: linear-gradient(130deg, #25374a, #9d6148); }
.thumb-three { background: linear-gradient(130deg, #78989a, #2e5145); }

.content-row strong,
.content-row small {
  display: block;
}

.content-row strong {
  color: #20374e;
  font-size: 8px;
}

.content-row small {
  color: #8999aa;
  font-size: 7px;
}

.pill-state {
  background: #e6f5ef;
  border-radius: 20px;
  color: var(--green);
  font-size: 6px;
  font-weight: 700;
  padding: 4px 7px;
}

.pill-state.draft {
  background: #fff5df;
  color: var(--amber);
}

.live-indicator {
  align-items: center;
  display: flex;
  gap: 4px;
}

.live-indicator i {
  background: var(--blue);
  border-radius: 50%;
  height: 4px;
  width: 4px;
}

.mini-site {
  background: #0a192c;
  border-radius: 8px;
  height: 189px;
  overflow: hidden;
  padding: 10px;
}

.mini-site-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
}

.mini-site-nav b {
  color: #fff;
  font-size: 6px;
  letter-spacing: .18em;
}

.mini-site-nav i {
  background: #8393a3;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.mini-site-hero {
  background: linear-gradient(120deg, #5d3424, #be8958 48%, #475f66);
  border-radius: 5px;
  height: 95px;
  padding: 22px 13px;
}

.mini-site-hero small,
.mini-site-hero b {
  display: block;
}

.mini-site-hero small {
  color: #edd1a6;
  font-size: 4px;
  letter-spacing: .12em;
}

.mini-site-hero b {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 11px;
  font-weight: 400;
  margin-top: 3px;
}

.mini-site-hero span {
  background: #fff;
  border-radius: 10px;
  display: block;
  height: 5px;
  margin-top: 8px;
  width: 21px;
}

.mini-cards {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 7px;
}

.mini-cards i {
  background: linear-gradient(140deg, #35506e, #6e8d9b);
  border-radius: 3px;
  height: 40px;
}

.mini-cards i:nth-child(2) { background: linear-gradient(140deg, #52655e, #b5915c); }
.mini-cards i:nth-child(3) { background: linear-gradient(140deg, #643e3d, #9c755e); }

.capabilities {
  background: #fff;
}

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

.capability-card {
  background: var(--wash);
  border: 1px solid transparent;
  border-radius: 21px;
  min-height: 335px;
  padding: 28px;
  position: relative;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.capability-card:hover {
  border-color: #c3d8ea;
  box-shadow: var(--shadow-sm);
  transform: translateY(-3px);
}

.capability-card.capability-primary {
  background: var(--navy-900);
}

.capability-card.capability-primary h3,
.capability-card.capability-primary p {
  color: #fff;
}

.capability-card.capability-primary p {
  color: #aebed0;
}

.capability-card h3 {
  font-size: 20px;
  margin: 25px 0 11px;
}

.capability-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.capability-card > a {
  bottom: 25px;
  color: #78c2ff;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
}

.state-tag {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  color: #60758b;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 5px;
  letter-spacing: .08em;
  padding: 5px 8px;
  text-transform: uppercase;
}

.state-tag i {
  font-size: 8px;
  font-style: normal;
}

.state-verified {
  background: #e7f6ef;
  border-color: #bfe6d6;
  color: var(--green);
}

.state-assisted {
  background: #eaf4fc;
  border-color: #cae0f0;
  color: #336b95;
}

.cap-icon {
  float: right;
  height: 50px;
  margin-top: -7px;
  position: relative;
  width: 58px;
}

.cap-screen {
  border: 1.5px solid #87bdeb;
  border-radius: 9px;
}

.cap-screen i {
  border: 1px solid #87bdeb;
  border-radius: 2px;
  height: 25px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 40px;
}

.cap-screen::after {
  background: #87bdeb;
  bottom: 5px;
  content: "";
  height: 1px;
  left: 18px;
  position: absolute;
  width: 21px;
}

.cap-layout {
  border: 1.5px solid #6999bd;
  border-radius: 9px;
  padding: 7px;
}

.cap-layout i {
  background: #9dc5e1;
  border-radius: 2px;
  display: block;
  height: 5px;
  margin-bottom: 4px;
}

.cap-layout i:first-child { height: 15px; }
.cap-layout i:last-child { width: 60%; }

.cap-people i {
  border: 1.5px solid #6999bd;
  border-radius: 50%;
  height: 18px;
  position: absolute;
  top: 6px;
  width: 18px;
}

.cap-people i:nth-child(1) { left: 20px; }
.cap-people i:nth-child(2) { left: 1px; top: 17px; transform: scale(.75); }
.cap-people i:nth-child(3) { right: 1px; top: 17px; transform: scale(.75); }

.cap-people::after {
  border: 1.5px solid #6999bd;
  border-radius: 20px 20px 5px 5px;
  bottom: 2px;
  content: "";
  height: 20px;
  left: 12px;
  position: absolute;
  width: 34px;
}

.cap-chart {
  align-items: end;
  border-bottom: 1.5px solid #6999bd;
  display: flex;
  gap: 5px;
  justify-content: center;
  padding-bottom: 4px;
}

.cap-chart i {
  background: #80b5dc;
  border-radius: 3px 3px 0 0;
  display: block;
  height: 20px;
  width: 8px;
}

.cap-chart i:nth-child(2) { height: 33px; }
.cap-chart i:nth-child(3) { height: 42px; }

.cap-payment {
  border: 1.5px solid #6999bd;
  border-radius: 8px;
  height: 42px;
  top: 4px;
}

.cap-payment::before {
  background: #6999bd;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 8px;
}

.cap-payment i {
  background: #9dc5e1;
  bottom: 7px;
  height: 3px;
  left: 8px;
  position: absolute;
  width: 17px;
}

.cap-devices i:first-child {
  border: 1.5px solid #6999bd;
  border-radius: 6px;
  height: 43px;
  left: 4px;
  position: absolute;
  top: 2px;
  width: 28px;
}

.cap-devices i:last-child {
  background: var(--wash);
  border: 1.5px solid #6999bd;
  border-radius: 4px;
  bottom: 0;
  height: 29px;
  position: absolute;
  right: 3px;
  width: 18px;
}

.agent-section {
  background: var(--sky-2);
  overflow: hidden;
  position: relative;
}

.agent-section::after {
  background: radial-gradient(circle, rgba(36, 153, 255, .13), transparent 68%);
  content: "";
  height: 700px;
  position: absolute;
  right: -180px;
  top: -200px;
  width: 700px;
}

.agent-layout {
  align-items: center;
  display: grid;
  gap: 82px;
  grid-template-columns: .8fr 1.2fr;
  position: relative;
  z-index: 2;
}

.concept-banner {
  align-items: center;
  background: #fff;
  border: 1px solid #bcdcf5;
  border-radius: 30px;
  color: #3479ad;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 7px;
  letter-spacing: .06em;
  line-height: 1.35;
  margin-bottom: 28px;
  padding: 9px 12px;
  text-transform: uppercase;
}

.concept-banner i {
  background: #4aa8ec;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.agent-copy h2 {
  font-size: clamp(2.45rem, 4vw, 4rem);
}

.agent-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.concept-disclaimer {
  border-left: 2px solid var(--blue);
  margin-top: 32px;
  padding-left: 16px;
}

.concept-disclaimer strong,
.concept-disclaimer span {
  display: block;
}

.concept-disclaimer strong {
  color: var(--navy-900);
  font-size: 10px;
  margin-bottom: 3px;
}

.concept-disclaimer span {
  color: #6f8195;
  font-size: 10px;
  line-height: 1.5;
}

.operation-board {
  background: #fff;
  border: 1px solid #c4d8e8;
  border-radius: 24px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.board-top {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--navy-900);
  display: flex;
  font-size: 11px;
  font-weight: 750;
  height: 62px;
  justify-content: space-between;
  padding: 0 25px;
}

.board-concept {
  background: #eaf5fd;
  border-radius: 20px;
  color: #3479ad;
  font-size: 7px;
  letter-spacing: .1em;
  padding: 5px 8px;
}

.operation-flow {
  padding: 16px 25px 24px;
}

.operation-step {
  display: grid;
  gap: 11px;
  grid-template-columns: 24px 28px 1fr;
  min-height: 88px;
  padding: 14px 0;
  position: relative;
}

.operation-step::after {
  border-left: 1px dashed #b5c9da;
  bottom: -12px;
  content: "";
  left: 37px;
  position: absolute;
  top: 47px;
}

.operation-step:last-child::after { display: none; }

.operation-step > span {
  color: #9aabba;
  font-size: 8px;
  font-weight: 750;
  padding-top: 8px;
}

.operation-step > i {
  align-items: center;
  background: #eef3f7;
  border: 1px solid #c9d6e2;
  border-radius: 50%;
  color: #71889d;
  display: flex;
  font-size: 8px;
  font-style: normal;
  height: 28px;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.operation-step.done > i {
  background: #e6f5ef;
  border-color: #bfe3d4;
  color: var(--green);
}

.operation-step.active {
  background: #f2f8fd;
  border: 1px solid #c4dcf0;
  border-radius: 14px;
  margin: 0 -10px;
  padding: 16px 10px;
}

.operation-step.active::after { left: 47px; }

.operation-step.active > i {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.operation-step small,
.operation-step strong {
  display: block;
}

.operation-step small {
  color: #66839d;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .12em;
}

.operation-step strong {
  color: var(--navy-900);
  font-size: 11px;
  margin: 2px 0;
}

.operation-step p {
  color: #8192a3;
  font-size: 8px;
  margin-bottom: 0;
}

.step-actions {
  display: flex;
  gap: 7px;
  margin-top: 11px;
}

.step-actions span {
  background: #fff;
  border: 1px solid #c9d9e7;
  border-radius: 15px;
  color: var(--navy-900);
  font-size: 7px;
  font-weight: 750;
  padding: 5px 11px;
}

.step-actions span:last-child {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.use-cases {
  background: #fff;
}

.case-tabs {
  border: 1px solid var(--line-strong);
  border-radius: 27px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.tab-list {
  background: #f7f9fc;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.tab-list button {
  align-items: center;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  color: #60748a;
  cursor: pointer;
  display: flex;
  font-size: 10px;
  font-weight: 720;
  gap: 8px;
  justify-content: center;
  min-height: 67px;
  padding: 12px;
  position: relative;
}

.tab-list button:last-child { border-right: 0; }

.tab-list button::after {
  background: var(--blue);
  bottom: 0;
  content: "";
  height: 3px;
  left: 22px;
  position: absolute;
  right: 22px;
  transform: scaleX(0);
}

.tab-list button[aria-selected="true"] {
  background: #fff;
  color: var(--navy-900);
}

.tab-list button[aria-selected="true"]::after { transform: scaleX(1); }

.tab-list button span {
  color: #8a9aaa;
  font-size: 7px;
  letter-spacing: .1em;
}

.tab-stage > article {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: .8fr 1.2fr;
  min-height: 520px;
  padding: 52px;
}

.tab-stage > article[hidden] { display: none; }

.case-kicker {
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.case-copy h3 {
  font-size: clamp(2rem, 3.4vw, 3.3rem);
  line-height: 1.08;
  margin: 14px 0 21px;
}

.case-copy > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.case-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.case-copy li {
  background: #eef5fb;
  border-radius: 20px;
  color: #4e6a82;
  font-size: 8px;
  font-weight: 700;
  padding: 7px 10px;
}

.case-visual {
  background: var(--wash);
  border-radius: 21px;
  height: 395px;
  overflow: hidden;
  position: relative;
}

.illustration-note {
  background: rgba(5, 25, 49, .72);
  border-radius: 20px;
  bottom: 12px;
  color: #fff;
  font-size: 7px;
  letter-spacing: .08em;
  padding: 5px 8px;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
}

.creator-visual {
  background: linear-gradient(145deg, #d7edfb, #f2f8fc 56%, #c8e2f4);
}

.human-scene {
  height: 100%;
  position: relative;
}

.scene-window {
  background: linear-gradient(#d5ebf8, #f5fbff);
  border: 13px solid #fff;
  border-radius: 110px 110px 20px 20px;
  box-shadow: 0 16px 40px rgba(38, 80, 118, .12);
  height: 292px;
  left: 60px;
  overflow: hidden;
  position: absolute;
  top: 25px;
  width: 230px;
}

.scene-window span {
  background: #a9c9da;
  bottom: 0;
  clip-path: polygon(0 100%, 12% 57%, 29% 75%, 48% 30%, 64% 69%, 81% 45%, 100% 100%);
  height: 130px;
  left: 0;
  position: absolute;
  width: 100%;
}

.scene-window i {
  background: #e7c77b;
  border-radius: 50%;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 52px;
  width: 30px;
}

.scene-window i:last-child {
  background: #7aa5b4;
  border-radius: 20px 20px 0 0;
  bottom: 0;
  height: 80px;
  left: 25px;
  top: auto;
  width: 10px;
}

.person {
  bottom: -12px;
  height: 285px;
  left: 255px;
  position: absolute;
  width: 160px;
  z-index: 2;
}

.person-head {
  background: #b87452;
  border-radius: 50% 50% 44% 48%;
  box-shadow: -11px -7px 0 #263f53;
  height: 64px;
  left: 45px;
  position: absolute;
  top: 10px;
  width: 57px;
}

.person-body {
  background: linear-gradient(150deg, #163a61, #071d38);
  border-radius: 70px 70px 12px 12px;
  bottom: 0;
  height: 210px;
  left: 10px;
  position: absolute;
  width: 145px;
}

.person-arm {
  background: #b87452;
  border-radius: 20px;
  height: 102px;
  position: absolute;
  right: -18px;
  top: 116px;
  transform: rotate(-36deg);
  width: 24px;
}

.floating-ui {
  background: rgba(255,255,255,.95);
  border: 1px solid #d0e0ec;
  border-radius: 13px;
  box-shadow: 0 16px 35px rgba(19, 53, 81, .14);
  position: absolute;
  z-index: 3;
}

.floating-ui-a {
  left: 20px;
  padding: 13px;
  top: 60px;
  width: 142px;
}

.floating-ui-a small,
.floating-ui-a strong {
  display: block;
}

.floating-ui-a small {
  color: var(--blue);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .1em;
}

.floating-ui-a strong {
  color: var(--navy-900);
  font-size: 9px;
  margin-top: 2px;
}

.floating-ui-a span {
  background: linear-gradient(120deg, #1f3d4c, #c38a61);
  border-radius: 5px;
  display: block;
  height: 47px;
  margin-top: 9px;
}

.floating-ui-b {
  align-items: center;
  bottom: 49px;
  display: flex;
  gap: 9px;
  padding: 10px;
  right: 24px;
}

.floating-ui-b > i {
  background: var(--blue);
  border-radius: 8px;
  height: 30px;
  width: 30px;
}

.floating-ui-b small,
.floating-ui-b strong {
  display: block;
}

.floating-ui-b small { color: #8797a8; font-size: 5px; letter-spacing: .1em; }
.floating-ui-b strong { color: var(--navy-900); font-size: 8px; }

.learning-visual {
  align-items: center;
  background: linear-gradient(145deg, #e7f4fb, #cbdff1);
  display: flex;
  justify-content: center;
}

.learning-shell {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow-md);
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 110px;
  height: 280px;
  padding: 15px;
  width: 82%;
}

.lesson-video {
  background: linear-gradient(145deg, #1f3850, #688fa2 55%, #d0ad7d);
  border-radius: 10px;
  position: relative;
}

.lesson-video i {
  background: #fff;
  border-radius: 50%;
  height: 37px;
  left: calc(50% - 19px);
  position: absolute;
  top: calc(50% - 19px);
  width: 37px;
}

.lesson-video i::after {
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--navy-900);
  border-top: 6px solid transparent;
  content: "";
  left: 15px;
  position: absolute;
  top: 13px;
}

.lesson-list {
  display: grid;
  gap: 8px;
}

.lesson-list span {
  background: #eef3f7;
  border-radius: 8px;
}

.lesson-list span.active {
  background: #dfefff;
  border: 1px solid #95c9f4;
}

.library-visual {
  background: #0c2038;
  padding: 30px;
}

.library-main {
  background: linear-gradient(130deg, #6d4935, #c49c6d 55%, #536d76);
  border-radius: 12px;
  height: 235px;
  padding: 38px 25px;
  position: relative;
}

.library-main small,
.library-main strong {
  color: #fff;
  display: block;
  position: relative;
  z-index: 2;
}

.library-main small { font-size: 6px; letter-spacing: .14em; }
.library-main strong { font-family: Georgia, serif; font-size: 28px; font-weight: 400; margin-top: 7px; }

.library-main span {
  background: rgba(8, 25, 42, .25);
  border-radius: 50%;
  height: 165px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 165px;
}

.library-row {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
}

.library-row i {
  background: linear-gradient(130deg, #354b60, #7892a0);
  border-radius: 6px;
  height: 77px;
}

.library-row i:nth-child(2) { background: linear-gradient(130deg, #4f5e55, #a18968); }
.library-row i:nth-child(3) { background: linear-gradient(130deg, #725045, #aa8764); }

.media-visual {
  background: #edf3f8;
  padding: 29px;
}

.media-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: 1.4fr .6fr;
  grid-template-rows: repeat(3, 1fr);
  height: 100%;
}

.media-grid span {
  background: linear-gradient(140deg, #7d9ba6, #304d60);
  border-radius: 8px;
}

.media-grid span:nth-child(3) { background: linear-gradient(140deg, #9e7956, #483a35); }
.media-grid span:nth-child(4) { background: linear-gradient(140deg, #5f7d70, #b7a071); }

.media-grid .media-lead {
  background: linear-gradient(140deg, #213c52, #ae795b 55%, #d0b37a);
  grid-row: 1 / span 3;
}

.media-label {
  background: #fff;
  border-radius: 11px;
  bottom: 50px;
  box-shadow: var(--shadow-sm);
  left: 47px;
  padding: 12px;
  position: absolute;
}

.media-label small,
.media-label strong { display: block; }
.media-label small { color: var(--blue); font-size: 6px; letter-spacing: .1em; }
.media-label strong { color: var(--navy-900); font-size: 10px; margin-top: 3px; }

.wizard-section {
  background: var(--wash);
  padding-top: 0;
}

.surface-separator {
  align-items: center;
  border-bottom: 1px solid #c5d5e4;
  color: var(--navy-900);
  display: flex;
  font-size: 11px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: .12em;
  margin-bottom: 90px;
  padding: 24px 0;
  text-transform: uppercase;
}

.surface-separator strong {
  background: #e3f1fb;
  border: 1px solid #bad9ef;
  border-radius: 20px;
  color: #3478aa;
  font-size: 11px;
  padding: 6px 9px;
}

.wizard-layout {
  align-items: center;
  display: grid;
  gap: 88px;
  grid-template-columns: .72fr 1.28fr;
}

.wizard-copy h2 {
  font-size: clamp(2.35rem, 3.9vw, 3.9rem);
}

.wizard-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.wizard-guardrail {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  display: flex;
  gap: 10px;
  margin-top: 30px;
  padding: 14px;
}

.wizard-guardrail > span {
  align-items: center;
  border: 1px solid #70a8d3;
  border-radius: 50%;
  color: #3476a8;
  display: flex;
  flex: 0 0 auto;
  font-size: 11px;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.wizard-guardrail p {
  color: #6e8295;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.wizard-guardrail strong { color: var(--navy-900); }

.wizard-window {
  background: #fff;
  border: 1px solid #cbd8e4;
  border-radius: 23px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.wizard-top {
  align-items: center;
  display: flex;
  height: 67px;
  justify-content: space-between;
  padding: 0 22px;
}

.wizard-mini-brand {
  align-items: center;
  display: flex;
  gap: 8px;
}

.wizard-mini-brand svg {
  height: 25px;
  width: 25px;
}

.wizard-mini-brand svg rect,
.wizard-mini-brand svg path {
  fill: none;
  stroke: var(--navy-900);
  stroke-linecap: round;
  stroke-width: 1.8;
}

.wizard-mini-brand strong {
  color: var(--navy-900);
  font-size: 12px;
}

.wizard-top > span {
  color: #53677f;
  font-size: 11px;
}

.wizard-progress {
  background: #e9eff4;
  height: 3px;
}

.wizard-progress i {
  background: var(--blue);
  display: block;
  height: 100%;
  width: 25%;
}

.wizard-body {
  padding: 32px 38px 26px;
}

.wizard-label {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.wizard-body h3 {
  font-size: 24px;
  margin: 7px 0 5px;
}

.wizard-body > p {
  color: #53677f;
  font-size: 12px;
}

.wizard-options {
  display: grid;
  gap: 8px;
  margin: 21px 0;
}

.wizard-option {
  align-items: center;
  background: #fff;
  border: 1px solid #d4e0e9;
  border-radius: 12px;
  color: var(--ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 36px 1fr 20px;
  min-height: 66px;
  padding: 10px 12px;
  text-align: left;
}

.wizard-option.selected {
  background: #f2f8fe;
  border-color: #7fb9e8;
  box-shadow: 0 0 0 2px rgba(44, 142, 221, .09);
}

.option-icon {
  border: 1px solid #8db2d2;
  border-radius: 9px;
  height: 34px;
  position: relative;
  width: 34px;
}

.option-channel::before {
  background: #8db2d2;
  content: "";
  height: 12px;
  left: 8px;
  position: absolute;
  top: 7px;
  width: 17px;
}

.option-channel::after {
  border-top: 1px solid #8db2d2;
  bottom: 6px;
  content: "";
  left: 8px;
  position: absolute;
  width: 17px;
}

.option-learning { border-radius: 50%; }

.option-learning::before {
  border: 1px solid #8db2d2;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 10px;
  position: absolute;
  top: 5px;
  width: 12px;
}

.option-learning::after {
  border: 1px solid #8db2d2;
  border-radius: 12px 12px 4px 4px;
  bottom: 5px;
  content: "";
  height: 9px;
  left: 7px;
  position: absolute;
  width: 18px;
}

.option-media::before,
.option-media::after {
  border: 1px solid #8db2d2;
  content: "";
  position: absolute;
}

.option-media::before { inset: 7px 6px 12px; }
.option-media::after { bottom: 6px; left: 6px; right: 6px; }

.wizard-option span strong,
.wizard-option span small {
  display: block;
}

.wizard-option span strong {
  color: var(--navy-900);
  font-size: 12px;
}

.wizard-option span small {
  color: #5a6d85;
  font-size: 11px;
  line-height: 1.35;
}

.wizard-option > b {
  align-items: center;
  background: var(--blue);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 10px;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.wizard-footer {
  align-items: center;
  border-top: 1px solid #edf1f4;
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
}

.wizard-footer > span {
  color: #5a6d85;
  font-size: 11px;
}

.wizard-continue {
  background: var(--blue);
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  padding: 8px 14px;
}

.wizard-continue b { margin-left: 7px; }

.evidence-section {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.evidence-layout {
  align-items: center;
  display: grid;
  gap: 85px;
  grid-template-columns: .7fr 1.3fr;
}

.evidence-copy h2 {
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
}

.evidence-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.evidence-cards {
  display: grid;
  gap: 11px;
}

.evidence-cards article {
  align-items: center;
  background: var(--wash);
  border: 1px solid #e0e8ef;
  border-radius: 14px;
  display: flex;
  gap: 14px;
  min-height: 91px;
  padding: 16px;
}

.evidence-icon {
  align-items: center;
  border-radius: 12px;
  display: flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.evidence-solid { background: #e3f4ec; color: var(--green); }
.evidence-tool { background: #e2f1fb; color: #357bac; }
.evidence-concept { background: #eceff3; color: #65778b; }

.evidence-cards strong,
.evidence-cards p { display: block; }
.evidence-cards strong { color: var(--navy-900); font-size: 12px; }
.evidence-cards p { color: var(--muted); font-size: 10px; margin: 3px 0 0; }

.pricing-section {
  background: #fff;
  padding-bottom: 0;
}

.pricing-card {
  align-items: center;
  background: var(--navy-900);
  border-radius: 28px;
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: 95px 1fr auto;
  overflow: hidden;
  padding: 46px 50px;
  position: relative;
}

.pricing-card::after {
  border: 1px solid rgba(98, 183, 250, .16);
  border-radius: 50%;
  content: "";
  height: 290px;
  position: absolute;
  right: 140px;
  top: -150px;
  width: 290px;
}

.pricing-icon {
  border: 1px solid rgba(111, 190, 250, .5);
  border-radius: 21px;
  height: 76px;
  position: relative;
  width: 76px;
}

.pricing-icon::before,
.pricing-icon::after {
  background: #5fbcff;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 33px;
  position: absolute;
  width: 8px;
}

.pricing-icon::before { top: 15px; }
.pricing-icon::after { bottom: 15px; }

.pricing-icon span {
  border-left: 1px dashed #70bfff;
  height: 28px;
  left: 37px;
  position: absolute;
  top: 24px;
}

.pricing-copy {
  position: relative;
  z-index: 2;
}

.pricing-copy .eyebrow { color: #6fc1ff; margin-bottom: 12px; }
.pricing-copy .eyebrow > span { background: #6fc1ff; }

.pricing-copy h2 {
  color: #fff;
  font-size: clamp(2rem, 3.3vw, 3.25rem);
  margin-bottom: 11px;
}

.pricing-copy > p {
  color: #a9bbce;
  font-size: 13px;
  margin: 0;
  max-width: 650px;
}

.pricing-state {
  color: #8fd0ff;
  display: block;
  font-size: 10px;
  letter-spacing: .12em;
  margin-top: 16px;
}

.pricing-card .button {
  position: relative;
  white-space: nowrap;
  z-index: 2;
}

.faq {
  background: #fff;
}

.faq-layout {
  align-items: start;
  display: grid;
  gap: 95px;
  grid-template-columns: .7fr 1.3fr;
}

.faq-intro {
  position: sticky;
  top: 125px;
}

.faq-intro h2 {
  font-size: clamp(2.4rem, 3.7vw, 3.75rem);
}

.faq-intro > p:not(.eyebrow) {
  color: var(--muted);
}

.accordion details {
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  align-items: center;
  color: var(--navy-900);
  cursor: pointer;
  display: flex;
  font-size: 17px;
  font-weight: 700;
  justify-content: space-between;
  list-style: none;
  min-height: 83px;
  padding: 18px 0;
}

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

.accordion summary span {
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: #63809a;
  display: flex;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 400;
  height: 31px;
  justify-content: center;
  margin-left: 20px;
  transition: transform .2s ease;
  width: 31px;
}

.accordion details[open] summary span { transform: rotate(45deg); }

.accordion details p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: -3px 50px 27px 0;
}

.closing {
  background: var(--navy-950);
  color: #fff;
  overflow: hidden;
  padding: 136px 0;
  position: relative;
}

.closing::before {
  background: radial-gradient(circle, rgba(32, 148, 255, .2), transparent 70%);
  content: "";
  height: 800px;
  left: calc(50% - 400px);
  position: absolute;
  top: -310px;
  width: 800px;
}

.closing-lines i {
  border: 1px solid rgba(83, 176, 250, .12);
  border-radius: 50%;
  height: 740px;
  left: calc(50% - 370px);
  position: absolute;
  top: -205px;
  width: 740px;
}

.closing-lines i:nth-child(2) { height: 540px; left: calc(50% - 270px); top: -105px; width: 540px; }
.closing-lines i:nth-child(3) { height: 340px; left: calc(50% - 170px); top: -5px; width: 340px; }

.closing-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  z-index: 2;
}

.closing-logo {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 16px;
  display: flex;
  height: 58px;
  justify-content: center;
  margin-bottom: 39px;
  width: 58px;
}

.closing-logo svg {
  height: 36px;
  width: 36px;
}

.closing-logo rect,
.closing-logo path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.closing-logo circle { fill: var(--electric); }

.closing-inner > p {
  color: #6ebefd;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  margin-bottom: 16px;
}

.closing-inner h2 {
  color: #fff;
  font-size: clamp(3.3rem, 6vw, 6.4rem);
  line-height: 1;
  margin-bottom: 24px;
  max-width: 1100px;
}

.closing-inner > p.closing-copy {
  color: #b8c9dc;
  font-size: 16px;
  font-weight: 450;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 720px;
}

.closing-actions {
  flex-direction: row;
}

.button-light {
  background: #fff;
  color: var(--navy-900);
}

.site-footer {
  background: var(--navy-950);
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
}

.footer-top {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: auto 1fr auto;
  min-height: 145px;
}

.brand-light .brand-mark rect,
.brand-light .brand-mark path { stroke: #fff; }
.brand-light .brand-word { color: #fff; }
.brand-light .brand-word span { color: var(--electric); }

.identity-wordmark-core {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 720;
  letter-spacing: -.06em;
  margin: 0 auto 9px;
}

.identity-wordmark-core span { color: var(--electric); }

.footer-top > p {
  color: #8093a9;
  font-size: 12px;
  margin: 0;
  max-width: 340px;
}

.footer-top nav {
  display: flex;
  gap: 24px;
}

.footer-top nav a {
  align-items: center;
  color: #9eb0c4;
  display: inline-flex;
  font-size: 12px;
  font-weight: 650;
  min-height: 44px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #8093a9;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  letter-spacing: .06em;
  padding-block: 22px;
  text-transform: uppercase;
}

.has-motion .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
}

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

.has-motion .reveal-delay-sm { transition-delay: .08s; }
.has-motion .reveal-delay { transition-delay: .16s; }

.subpage-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(39, 165, 255, .22), transparent 27%),
    radial-gradient(circle at 12% 88%, rgba(71, 125, 196, .18), transparent 32%),
    linear-gradient(138deg, var(--navy-950), var(--navy-850) 58%, #0c3767);
  color: rgba(255, 255, 255, .76);
  min-height: 620px;
  overflow: hidden;
  padding: 82px 0;
  position: relative;
}

.subpage-hero::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, transparent, #000 35%, #000);
  pointer-events: none;
  position: absolute;
}

.subpage-hero .shell {
  align-items: center;
  display: grid;
  gap: clamp(52px, 7vw, 104px);
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  position: relative;
  z-index: 1;
}

.subpage-copy {
  max-width: 720px;
}

.breadcrumb {
  align-items: center;
  color: rgba(255, 255, 255, .55);
  display: flex;
  font-size: 12px;
  font-weight: 650;
  gap: 10px;
  letter-spacing: .04em;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.breadcrumb a { color: rgba(255, 255, 255, .78); }
.breadcrumb a:hover { color: var(--white); }

.subpage-copy .eyebrow { color: #8bc9ff; }

.subpage-copy h1 {
  color: var(--white);
  font-size: clamp(3rem, 4.4vw, 4.8rem);
  line-height: .98;
  margin-bottom: 28px;
  max-width: 900px;
}

.subpage-copy h1 em {
  color: #70c2ff;
  display: block;
  font-style: normal;
}

.subpage-lede {
  color: rgba(255, 255, 255, .72);
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.65;
  margin-bottom: 34px;
  max-width: 650px;
}

.subpage-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.subpage-badges span {
  align-items: center;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 100px;
  color: rgba(255, 255, 255, .82);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: .05em;
  min-height: 34px;
  padding: 7px 13px;
  text-transform: uppercase;
}

.subpage-badges span::before {
  background: #56b6ff;
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(86, 182, 255, .7);
  content: "";
  height: 6px;
  width: 6px;
}

.subpage-visual {
  background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035));
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 34px;
  box-shadow: 0 45px 100px rgba(0, 9, 24, .35);
  height: 410px;
  overflow: hidden;
  position: relative;
}

.subpage-visual::before,
.subpage-visual::after {
  border: 1px solid rgba(91, 184, 255, .2);
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.subpage-visual::before { height: 280px; width: 280px; }
.subpage-visual::after { height: 190px; width: 190px; }

.visual-core {
  align-items: center;
  background: linear-gradient(145deg, #0a2c55, #0d4b84);
  border: 1px solid rgba(122, 203, 255, .45);
  border-radius: 28px;
  box-shadow: 0 22px 70px rgba(0, 12, 32, .52), 0 0 50px rgba(39, 165, 255, .14);
  display: flex;
  flex-direction: column;
  height: 146px;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 178px;
  z-index: 2;
}

.visual-core small {
  color: #86ccff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.visual-core strong { color: var(--white); font-size: 20px; line-height: 1.15; }

.visual-node {
  align-items: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 14px;
  color: rgba(255, 255, 255, .86);
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 8px;
  min-height: 48px;
  padding: 10px 13px;
  position: absolute;
  z-index: 2;
}

.visual-node i {
  background: #5dbbff;
  border-radius: 6px;
  box-shadow: 0 0 18px rgba(93, 187, 255, .55);
  height: 8px;
  width: 8px;
}

.visual-node.node-a { left: 24px; top: 58px; }
.visual-node.node-b { right: 25px; top: 80px; }
.visual-node.node-c { bottom: 55px; left: 38px; }
.visual-node.node-d { bottom: 41px; right: 31px; }

.page-section {
  padding: 112px 0;
}

.page-section.page-section-soft { background: var(--wash); }
.page-section.page-section-tight { padding: 82px 0; }

.page-heading {
  margin-bottom: 56px;
  max-width: 790px;
}

.page-heading.centered { margin-inline: auto; text-align: center; }

.page-heading h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
  margin-bottom: 20px;
}

.page-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

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

.page-grid.page-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.page-grid.page-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.page-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow-sm);
  min-height: 260px;
  padding: 34px;
}

.page-card-number {
  color: var(--blue);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 34px;
}

.page-card h3 { font-size: 1.55rem; margin-bottom: 14px; }
.page-card p { color: var(--muted); margin-bottom: 0; }
.page-card a { color: var(--blue-strong); display: inline-flex; font-size: 13px; font-weight: 750; margin-top: 24px; }

.page-card-dark {
  background: linear-gradient(145deg, var(--navy-900), var(--navy-800));
  border-color: transparent;
  box-shadow: var(--shadow-md);
}

.page-card-dark h3 { color: var(--white); }
.page-card-dark p { color: rgba(255, 255, 255, .66); }
.page-card-dark .page-card-number { color: #70c2ff; }

.truth-band {
  align-items: center;
  background: var(--sky-2);
  border: 1px solid #cfe8fa;
  border-radius: 24px;
  display: grid;
  gap: 28px;
  grid-template-columns: auto 1fr;
  padding: 30px 34px;
}

.truth-band > span {
  align-items: center;
  background: var(--blue);
  border-radius: 16px;
  color: var(--white);
  display: flex;
  font-size: 20px;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.truth-band strong { color: var(--navy-900); display: block; margin-bottom: 4px; }
.truth-band p { color: var(--muted); margin: 0; }

.status-table {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.status-row-public {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(190px, .8fr) minmax(220px, 1fr) minmax(0, 1.5fr);
  min-height: 96px;
  padding: 22px 28px;
}

.status-row-public:last-child { border-bottom: 0; }
.status-row-public strong { color: var(--navy-900); }
.status-row-public p { color: var(--muted); margin: 0; }

.public-state {
  border-radius: 100px;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  justify-self: start;
  letter-spacing: .07em;
  padding: 7px 11px;
  text-transform: uppercase;
}

.public-state.verified { background: #e7f7f0; color: var(--green); }
.public-state.assisted { background: #eaf4ff; color: #155da2; }
.public-state.project { background: #fff6df; color: var(--amber); }
.public-state.concept { background: #edf0f4; color: #5f6b79; }

.page-cta {
  background:
    radial-gradient(circle at 82% 20%, rgba(39, 165, 255, .22), transparent 30%),
    var(--navy-950);
  border-radius: 34px;
  color: rgba(255, 255, 255, .7);
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr auto;
  margin: 0 auto 112px;
  max-width: 1220px;
  overflow: hidden;
  padding: 58px 62px;
  position: relative;
}

.page-cta h2 { color: var(--white); font-size: clamp(2.3rem, 4vw, 4rem); margin-bottom: 14px; }
.page-cta p { margin-bottom: 0; max-width: 690px; }
.page-cta .hero-actions { align-items: center; justify-content: flex-end; }

.nav-current::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

@media (max-width: 1120px) {
  .subpage-hero .shell { gap: 48px; grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr); }
  .page-grid.page-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  .subpage-hero { min-height: 0; padding: 82px 0; }
  .subpage-hero .shell { grid-template-columns: 1fr; }
  .subpage-visual { height: 360px; max-width: 650px; width: 100%; }
  .page-grid { grid-template-columns: 1fr; }
  .page-grid.page-grid-two { grid-template-columns: 1fr; }
  .page-cta { grid-template-columns: 1fr; margin-inline: 24px; }
  .page-cta .hero-actions { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .subpage-hero { padding: 64px 0 70px; }
  .breadcrumb { margin-bottom: 26px; }
  .subpage-copy h1 {
    font-size: clamp(2.1rem, 9.6vw, 2.75rem);
    line-height: 1.02;
  }
  .subpage-visual { border-radius: 24px; height: 330px; }
  .visual-node.node-a { left: 14px; top: 34px; }
  .visual-node.node-b { right: 14px; top: 55px; }
  .visual-node.node-c { bottom: 30px; left: 16px; }
  .visual-node.node-d { bottom: 20px; right: 15px; }
  .page-section { padding: 78px 0; }
  .page-heading { margin-bottom: 38px; }
  .page-heading > p:not(.eyebrow) { font-size: 16px; }
  .page-grid.page-grid-four { grid-template-columns: 1fr; }
  .page-card { min-height: 0; padding: 28px 24px; }
  .status-row-public { align-items: flex-start; grid-template-columns: 1fr; min-height: 0; padding: 24px; }
  .truth-band { align-items: flex-start; grid-template-columns: 1fr; }
  .page-cta { margin: 0 16px 78px; padding: 42px 25px; }
}

@media (max-width: 1120px) {
  .header-inner { height: 70px; }
  .primary-nav { gap: 17px; margin-right: 18px; }
  .primary-nav a { font-size: 11px; }
  .hero { padding-top: 84px; }
  .hero-layout { gap: 25px; grid-template-columns: .9fr 1.1fr; }
  .hero-system { height: 520px; }
  .tenant-window { width: 510px; }
  .agent-card { right: 12px; }
  .signal-stack { left: -18px; }
  .section { padding-block: 105px; }
  .tab-stage > article { gap: 45px; padding: 40px; }
  .case-copy h3 { font-size: 2.6rem; }
  .wizard-layout, .agent-layout { gap: 55px; }
  .footer-top { grid-template-columns: auto 1fr; }
  .footer-top nav { grid-column: 1 / -1; padding-bottom: 28px; }
}

@media (max-width: 920px) {
  .header-cta { display: none; }
  .primary-nav { margin-left: auto; margin-right: 0; }
  .hero { padding-top: 75px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero h1 { max-width: 760px; }
  .hero-system { margin: 5px auto 0; max-width: 700px; }
  .tenant-window { right: 35px; width: 580px; }
  .signal-stack { left: 1px; }
  .evidence-grid > div { padding: 0 18px; }
  .journey-grid, .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-card:last-child { grid-column: 1 / -1; }
  .signal-layout, .agent-layout, .wizard-layout, .evidence-layout, .faq-layout { grid-template-columns: 1fr; }
  .signal-copy, .agent-copy, .wizard-copy, .evidence-copy, .faq-intro { max-width: 720px; }
  .convergence-map { max-width: 720px; }
  .product-shell { grid-template-columns: 150px 1fr; }
  .product-sidebar { padding-inline: 11px; }
  .status-row { grid-template-columns: 1fr; }
  .status-card { min-height: 60px; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .preview-panel { display: none; }
  .agent-layout { gap: 45px; }
  .operation-board { max-width: 720px; }
  .section-heading.split { gap: 30px; grid-template-columns: 1fr; }
  .section-heading.split > p { max-width: 720px; }
  .tab-list { grid-template-columns: repeat(2, 1fr); }
  .tab-list button:nth-child(2) { border-right: 0; }
  .tab-list button:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .tab-stage > article { grid-template-columns: 1fr; }
  .case-visual { max-width: 680px; width: 100%; }
  .wizard-window { max-width: 720px; }
  .evidence-cards { max-width: 720px; }
  .pricing-card { grid-template-columns: 75px 1fr; }
  .pricing-card .button { grid-column: 2; justify-self: start; }
  .faq-intro { position: static; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 86px; }
  body { font-size: 15px; }
  .shell { padding-inline: 20px; }
  .section { padding-block: 78px; }
  .proposal-ribbon { gap: 7px; font-size: 8px; letter-spacing: .08em; }
  .proposal-ribbon span { white-space: nowrap; }
  .proposal-ribbon em { display: none; }
  .proposal-ribbon strong { display: none; }
  .proposal-ribbon .proposal-jump { font-size: 8px; margin-left: 0; }
  .site-header { top: 0; }
  .header-inner { height: 64px; }
  .brand-mark { height: 31px; width: 31px; }
  .brand-word { font-size: 20px; }
  .menu-button {
    align-items: center;
    background: #fff;
    border: 1px solid var(--line-strong);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 44px;
    justify-content: center;
    width: 44px;
    z-index: 3;
  }
  .menu-button span:not(.sr-only) {
    background: var(--navy-900);
    height: 1.5px;
    transition: transform .2s ease;
    width: 17px;
  }
  .nav-open .menu-button span:nth-last-child(2) { transform: translateY(3px) rotate(45deg); }
  .nav-open .menu-button span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .primary-nav {
    align-items: stretch;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 40px rgba(7, 26, 51, .12);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    margin: 0;
    padding: 12px 20px 22px;
    position: absolute;
    right: 0;
    top: 63px;
  }
  .nav-open .primary-nav { display: flex; }
  .primary-nav a { border-bottom: 1px solid #eef2f5; font-size: 15px; min-height: 52px; padding: 15px 4px; }
  .primary-nav a::after { display: none; }
  .primary-nav .nav-language { border-bottom: 1px solid #eef2f5; min-height: 52px; }
  .primary-nav .nav-language > a { border: 0; font-size: 13px; min-height: 44px; min-width: 44px; padding: 0; }
  .hero {
    min-height: auto;
    padding: 58px 0 58px;
  }
  .hero-grid-bg { height: 500px; right: -120px; width: 100%; }
  .hero-layout { gap: 51px; }
  .eyebrow { font-size: 9px; letter-spacing: .13em; margin-bottom: 12px; }
  .hero h1 {
    font-size: clamp(2.4rem, 11vw, 3rem);
    letter-spacing: -.055em;
    margin-bottom: 17px;
  }
  .hero-lede { font-size: 15px; line-height: 1.52; margin-bottom: 20px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-principles { align-items: flex-start; flex-direction: column; gap: 9px; margin-top: 30px; }
  .hero-system { height: 421px; margin-left: -5px; width: calc(100% + 10px); }
  .signal-stack { left: 2px; top: 30px; }
  .signal { font-size: 8px; padding: 6px 9px; }
  .signal-live { margin-left: 0; }
  .signal-social { margin-left: 0; }
  .tenant-window {
    border-width: 5px;
    border-radius: 18px;
    height: 278px;
    right: -13px;
    top: 19px;
    transform: none;
    width: calc(100% - 46px);
  }
  .tenant-topbar { height: 23px; padding: 0 8px; }
  .tenant-url { padding: 2px 24px; }
  .secure-dot { display: none; }
  .tenant-body { height: calc(100% - 23px); }
  .tenant-nav { height: 34px; padding: 0 13px; }
  .tenant-logo { font-size: 7px; }
  .tenant-links { font-size: 5px; gap: 8px; }
  .avatar { height: 13px; width: 13px; }
  .tenant-feature { height: 129px; padding: 15px 17px; }
  .tenant-feature p { font-size: 4px; margin-bottom: 4px; }
  .tenant-title { font-size: 17px; margin-bottom: 8px; }
  .tenant-preview-action { font-size: 6px; padding: 5px 8px; }
  .sun { height: 25px; right: 42px; top: 23px; width: 25px; }
  .ridge { height: 90px; }
  .tenant-shelf { gap: 5px; padding: 10px 12px; }
  .shelf-card { height: 49px; }
  .agent-card { bottom: 18px; padding: 11px; right: -2px; width: 222px; }
  .concept-label { font-size: 5px; margin-bottom: 6px; }
  .agent-glyph { border-radius: 7px; height: 24px; width: 24px; }
  .agent-glyph svg { height: 13px; width: 13px; }
  .agent-head strong { font-size: 8px; }
  .agent-head small, .agent-card > p, .proposal-change strong { font-size: 6px; }
  .agent-card > p { margin: 7px 0; }
  .proposal-change { padding: 5px 7px; }
  .proposal-change span { font-size: 4px; }
  .agent-actions { margin-top: 6px; }
  .agent-actions button { font-size: 5px; padding: 4px 7px; }
  .hero-status { bottom: -7px; font-size: 6px; right: 0; }
  .hero-status span:last-child { display: none; }
  .evidence-grid { grid-template-columns: 1fr; padding-block: 0; }
  .evidence-grid > div { border-bottom: 1px solid var(--line); border-right: 0; padding: 18px 0; }
  .evidence-grid > div:last-child { border-bottom: 0; }
  .section-heading { margin-bottom: 45px; }
  .section-heading.center { text-align: left; }
  .section-heading.center .eyebrow { justify-content: flex-start; }
  .section-heading.center > p:last-child { font-size: 15px; }
  h2 { font-size: clamp(2.25rem, 11vw, 3.15rem); }
  .journey-grid, .capability-grid { grid-template-columns: 1fr; }
  .journey-card:last-child { grid-column: auto; }
  .journey-card { min-height: 325px; }
  .signal-section { padding-block: 86px; }
  .signal-layout { gap: 50px; }
  .signal-copy h2 { font-size: 2.6rem; }
  .signal-copy > p:not(.eyebrow) { font-size: 15px; }
  .convergence-map { height: 355px; margin-inline: -8px; }
  .convergence-map > svg { height: 315px; top: 20px; }
  .map-source { font-size: 7px; left: 11px; padding: 8px; }
  .source-a { top: 39px; }
  .source-b { top: 146px; }
  .source-c { top: 253px; }
  .map-core { padding: 20px; right: 12px; top: 72px; width: 51%; }
  .map-logo { height: 34px; margin-bottom: 19px; width: 34px; }
  .map-logo svg { height: 23px; width: 23px; }
  .map-core strong { font-size: 16px; margin-bottom: 16px; }
  .map-core > div span { font-size: 5px; padding: 4px 6px; }
  .product-section { padding-bottom: 64px; }
  .product-note { align-items: flex-end; flex-direction: column; gap: 3px; }
  .product-shell { border-radius: 16px; grid-template-columns: 1fr; min-height: 510px; }
  .product-sidebar { display: none; }
  .product-toolbar { height: 60px; padding: 0 16px; }
  .toolbar-preview { display: none; }
  .product-content { padding: 18px 13px; }
  .product-welcome h3 { font-size: 20px; margin-bottom: 16px; }
  .status-row { gap: 7px; }
  .status-card { min-height: 56px; padding: 10px; }
  .dashboard-grid { margin-top: 9px; }
  .catalog-panel { min-height: 247px; padding: 12px; }
  .content-row { gap: 7px; grid-template-columns: 40px 1fr auto; min-height: 55px; }
  .thumb { height: 26px; width: 40px; }
  .capability-card { min-height: 310px; }
  .agent-section { padding-block: 84px; }
  .agent-copy h2 { font-size: 2.5rem; }
  .agent-copy > p:not(.eyebrow) { font-size: 15px; }
  .operation-flow { padding: 10px 14px 17px; }
  .board-top { height: 55px; padding: 0 16px; }
  .operation-step { gap: 8px; grid-template-columns: 21px 25px 1fr; }
  .operation-step::after { left: 33px; }
  .operation-step.active::after { left: 43px; }
  .operation-step > i { height: 25px; width: 25px; }
  .tab-list { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .tab-list button {
    border-bottom: 0 !important;
    border-right: 1px solid var(--line) !important;
    flex: 0 0 72%;
    justify-content: flex-start;
    min-height: 62px;
    padding-inline: 18px;
    scroll-snap-align: start;
  }
  .tab-stage > article { gap: 35px; min-height: 0; padding: 28px 20px 20px; }
  .case-copy h3 { font-size: 2.25rem; }
  .case-visual { height: 320px; }
  .scene-window { height: 240px; left: 23px; width: 180px; }
  .person { height: 240px; left: 151px; transform: scale(.88); transform-origin: bottom left; }
  .floating-ui-a { left: 8px; top: 53px; }
  .floating-ui-b { bottom: 35px; right: 8px; }
  .learning-shell { grid-template-columns: 1fr 74px; height: 230px; width: 90%; }
  .library-visual, .media-visual { padding: 18px; }
  .library-main { height: 195px; }
  .library-row i { height: 60px; }
  .surface-separator { align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 65px; }
  .wizard-layout { gap: 44px; }
  .wizard-copy h2 { font-size: 2.45rem; }
  .wizard-window { border-radius: 17px; }
  .wizard-body { padding: 24px 15px 18px; }
  .wizard-body h3 { font-size: 20px; }
  .wizard-option { gap: 8px; grid-template-columns: 34px 1fr 18px; padding: 9px; }
  .wizard-footer { align-items: flex-end; gap: 12px; }
  .evidence-layout { gap: 35px; }
  .pricing-section { padding-top: 80px; }
  .pricing-card { gap: 22px; grid-template-columns: 1fr; padding: 32px 25px; }
  .pricing-icon { height: 57px; width: 57px; }
  .pricing-icon::before, .pricing-icon::after { left: 25px; }
  .pricing-icon span { left: 29px; }
  .pricing-card .button { grid-column: auto; justify-self: stretch; white-space: normal; }
  .faq-layout { gap: 28px; }
  .accordion summary { font-size: 15px; min-height: 74px; }
  .closing { padding: 108px 0; }
  .closing-inner h2 { font-size: clamp(4rem, 21vw, 6rem); }
  .footer-top { align-items: flex-start; gap: 24px; grid-template-columns: 1fr; padding-block: 48px; }
  .footer-top nav { display: grid; gap: 11px; grid-column: auto; padding-bottom: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (max-width: 360px) {
  .shell { padding-inline: 16px; }
  .hero { padding-top: 44px; }
  .hero h1 { font-size: 2.35rem; line-height: 1; }
  .hero-system { height: 390px; }
  .agent-card { width: 204px; }
  .map-source span { display: none; }
  .map-core { width: 56%; }
  .tab-list button { flex-basis: 82%; }
  .wizard-top > span { display: none; }
}

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

@media print {
  .proposal-ribbon,
  .site-header,
  .hero-actions,
  .site-footer { display: none !important; }
  .section { break-inside: avoid; padding-block: 40px; }
  body { color: #000; }
}

.identity-bh1-operation .operation-board {
  background:
    linear-gradient(90deg, rgba(8, 120, 232, .035) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(rgba(8, 120, 232, .035) 1px, transparent 1px) 0 0 / 28px 28px,
    #fff;
  position: relative;
}

.identity-bh1-operation .board-top {
  background: rgba(240, 247, 255, .82);
  border-bottom-color: #c7dff2;
}

.identity-bh1-operation .operation-step > i {
  border-radius: 8px;
}

.home-direct-v2 .brand-wordmark-only .brand-word {
  font-size: 26px;
  font-weight: 720;
  letter-spacing: -.06em;
}

.home-direct-v2 .hero {
  min-height: 760px;
  padding: 96px 0 88px;
}

.home-direct-v2 .hero-layout {
  gap: clamp(42px, 5vw, 72px);
  grid-template-columns: minmax(430px, .94fr) minmax(520px, 1.06fr);
}

.home-direct-v2 .hero h1 {
  font-size: clamp(3.35rem, 5vw, 4.85rem);
  line-height: .99;
  max-width: 650px;
}

.home-direct-v2 .hero-lede {
  max-width: 625px;
}

.home-direct-v2 .hero-principles {
  gap: 16px;
}

.hero-video {
  min-width: 0;
  position: relative;
}

.video-frame {
  aspect-ratio: 16 / 9;
  background: #06152b;
  border: 7px solid #102846;
  border-radius: 26px;
  box-shadow: 0 42px 110px rgba(5, 26, 52, .24);
  display: grid;
  grid-template-rows: 44px minmax(0, 1fr) 37px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-frame::after {
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  content: "";
  inset: 7px;
  pointer-events: none;
  position: absolute;
  z-index: 8;
}

.video-topline {
  align-items: center;
  background: rgba(4, 19, 38, .94);
  border-bottom: 1px solid rgba(118, 191, 255, .14);
  display: flex;
  justify-content: space-between;
  padding: 0 18px;
  position: relative;
  z-index: 6;
}

.video-topline span,
.video-topline strong {
  font-size: 8px;
  font-weight: 780;
  letter-spacing: .14em;
}

.video-topline span { color: #8bcaff; }

.video-topline strong {
  align-items: center;
  color: #b9cbe0;
  display: flex;
  gap: 7px;
}

.video-topline strong i {
  background: var(--electric);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(39, 165, 255, .13);
  height: 6px;
  width: 6px;
}

.video-stage {
  background:
    linear-gradient(90deg, rgba(69, 166, 246, .045) 1px, transparent 1px) 0 0 / 32px 32px,
    linear-gradient(rgba(69, 166, 246, .045) 1px, transparent 1px) 0 0 / 32px 32px,
    radial-gradient(circle at 69% 42%, rgba(26, 139, 243, .28), transparent 35%),
    linear-gradient(135deg, #071a33 0%, #092441 58%, #06152b 100%);
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.video-stage::before {
  background: linear-gradient(90deg, rgba(6, 21, 43, .97), rgba(6, 21, 43, .62) 52%, transparent 76%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.video-orbit-field {
  height: 290px;
  opacity: .72;
  position: absolute;
  right: -46px;
  top: calc(50% - 145px);
  width: 430px;
  z-index: 0;
}

.video-orbit-field i {
  border: 1px solid rgba(102, 190, 255, .33);
  border-radius: 50%;
  height: 105px;
  left: 26px;
  position: absolute;
  top: 92px;
  width: 378px;
}

.video-orbit-field i:nth-child(2) { transform: rotate(60deg); }
.video-orbit-field i:nth-child(3) { transform: rotate(120deg); }

.video-orbit-field b {
  background: var(--electric);
  border: 3px solid rgba(197, 232, 255, .32);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(39, 165, 255, .62);
  height: 14px;
  position: absolute;
  width: 14px;
}

.video-orbit-field b:nth-of-type(1) { right: 17px; top: 136px; }
.video-orbit-field b:nth-of-type(2) { left: 122px; top: 34px; }
.video-orbit-field b:nth-of-type(3) { bottom: 31px; left: 118px; }

.video-story {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 20px 26px;
  position: absolute;
  top: 0;
  width: 66%;
  z-index: 3;
}

.video-story > span {
  color: #62b9fb;
  font-size: 8px;
  font-weight: 790;
  letter-spacing: .16em;
  margin-bottom: 12px;
}

.video-story > strong {
  color: #fff;
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.video-beats {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}

.video-beats small {
  align-items: center;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(150, 204, 249, .16);
  border-radius: 999px;
  color: #c7d9eb;
  display: flex;
  font-size: 7px;
  font-weight: 680;
  gap: 5px;
  padding: 5px 8px;
}

.video-beats small b {
  color: #56b3f8;
  font-size: 6px;
  letter-spacing: .08em;
}

.video-product-slice {
  background: rgba(238, 246, 255, .92);
  border: 4px solid rgba(255, 255, 255, .34);
  border-radius: 13px;
  bottom: -21px;
  box-shadow: 0 25px 70px rgba(0, 5, 15, .35);
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  height: 146px;
  padding: 13px;
  position: absolute;
  right: 22px;
  transform: rotate(-4deg);
  width: 226px;
  z-index: 2;
}

.video-product-slice .slice-nav {
  background: #0c2749;
  border-radius: 5px;
  grid-column: 1 / -1;
  height: 10px;
  width: 58%;
}

.video-product-slice .slice-hero {
  background: linear-gradient(110deg, #0b3157, #1886e6);
  border-radius: 6px;
  grid-column: 1 / -1;
  height: 55px;
}

.video-product-slice .slice-card {
  background: #cddceb;
  border-radius: 4px;
  height: 31px;
}

.video-timeline {
  align-items: center;
  background: #041326;
  display: grid;
  gap: 9px;
  grid-template-columns: 1fr auto auto;
  padding: 0 18px;
  position: relative;
  z-index: 6;
}

.video-timeline > span {
  background: rgba(255, 255, 255, .16);
  border-radius: 999px;
  height: 2px;
  overflow: hidden;
}

.video-timeline > span i {
  background: var(--electric);
  display: block;
  height: 100%;
  width: 16%;
}

.video-timeline small {
  color: #7f96af;
  font-size: 7px;
}

.video-outline {
  align-items: center;
  background: #041326;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 18px;
  position: relative;
  z-index: 6;
}

.video-outline span {
  border-right: 1px solid rgba(255, 255, 255, .11);
  color: #9fb5ca;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .07em;
  text-align: center;
  text-transform: uppercase;
}

.video-outline span:last-child { border-right: 0; }

.video-note {
  color: #52677d;
  font-size: 11px;
  line-height: 1.45;
  margin: 14px 8px 0;
  max-width: 610px;
}

.video-note strong { color: #30485f; }

.home-direct-v2 .closing-inner > p:first-of-type {
  margin-top: 0;
}

.home-direct-v2 .map-wordmark {
  color: #fff;
  display: block;
  font-size: 21px;
  font-weight: 720;
  letter-spacing: -.06em;
  margin-bottom: 18px;
}

.home-direct-v2 .map-wordmark span { color: var(--electric); }

@media (max-width: 1120px) {
  .home-direct-v2 .hero-layout {
    grid-template-columns: minmax(390px, .9fr) minmax(470px, 1.1fr);
  }
  .home-direct-v2 .hero h1 { font-size: clamp(3rem, 4.9vw, 4.15rem); }
  .video-story { padding-inline: 22px; }
  .video-product-slice { right: 13px; width: 190px; }
}

@media (max-width: 1020px) {
  .home-direct-v2 .hero { padding-top: 76px; }
  .home-direct-v2 .hero-layout { grid-template-columns: 1fr; }
  .home-direct-v2 .hero-copy { max-width: 790px; }
  .hero-video { margin-inline: auto; max-width: 760px; width: 100%; }
  .video-story > strong { font-size: clamp(2rem, 5vw, 2.8rem); }
}

@media (max-width: 760px) {
  .home-direct-v2 .brand-wordmark-only .brand-word { font-size: 23px; }
  .home-direct-v2 .hero { padding: 56px 0 62px; }
  .hero-availability { margin-top: -10px; }
  .home-direct-v2 .hero-layout {
    gap: 18px;
    grid-template-areas:
      "eyebrow"
      "title"
      "lede"
      "scope"
      "video"
      "actions"
      "principles";
  }
  .home-direct-v2 .hero-copy { display: contents; opacity: 1 !important; transform: none !important; }
  .home-direct-v2 .hero-copy > .eyebrow { grid-area: eyebrow; margin-bottom: 0; }
  .home-direct-v2 .hero-copy > h1 { grid-area: title; margin-bottom: 0; }
  .home-direct-v2 .hero-copy > .hero-lede { grid-area: lede; margin-bottom: 0; }
  .home-direct-v2 .hero-copy > .hero-availability { grid-area: scope; margin: 0; }
  .home-direct-v2 .hero-copy > .hero-actions { grid-area: actions; margin-top: 5px; }
  .home-direct-v2 .hero-copy > .hero-principles { grid-area: principles; margin-top: 8px; }
  .home-direct-v2 .hero-video { grid-area: video; margin-top: 7px; }
  .home-direct-v2 .hero h1 { font-size: clamp(2.55rem, 12.2vw, 3.35rem); }
  .home-direct-v2 .hero-principles { flex-direction: column; }
  .video-frame { border-radius: 19px; border-width: 5px; grid-template-rows: 32px minmax(0, 1fr) 25px; }
  .video-frame::after { border-radius: 13px; inset: 5px; }
  .video-topline { padding-inline: 11px; }
  .video-topline span, .video-topline strong { font-size: 6.5px; letter-spacing: .08em; }
  .video-topline strong { gap: 5px; }
  .video-topline strong i { height: 4px; width: 4px; }
  .video-story { padding: 10px 14px; width: 74%; }
  .video-story > span { font-size: 6px; margin-bottom: 6px; }
  .video-story > strong { font-size: clamp(1.05rem, 5.4vw, 1.45rem); line-height: 1.02; }
  .video-beats { gap: 4px; margin-top: 10px; }
  .video-beats small { font-size: 6px; gap: 3px; padding: 3px 5px; }
  .video-beats small b { font-size: 5px; }
  .video-orbit-field { height: 190px; right: -97px; top: calc(50% - 95px); transform: scale(.7); width: 330px; }
  .video-product-slice { display: none; }
  .video-outline { padding-inline: 10px; }
  .video-outline span { font-size: 5.5px; letter-spacing: .03em; }
  .video-note { font-size: 10px; margin: 10px 3px 0; }
}

@media (max-width: 380px) {
  .video-beats small { padding-inline: 4px; }
  .video-story { width: 80%; }
}

@media (max-width: 340px) {
  .video-beats { display: none; }
}

.ai-reach-icon,
.ai-identity-icon,
.ai-network-icon {
  isolation: isolate;
}

.ai-reach-icon::before,
.ai-reach-icon::after {
  border: 1px solid #7fb9e8;
  border-radius: 50%;
  content: "";
  left: 11px;
  position: absolute;
  top: 8px;
}

.ai-reach-icon::before { height: 68px; width: 68px; }
.ai-reach-icon::after { height: 44px; left: 23px; top: 20px; width: 44px; }
.ai-reach-icon i {
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(39, 165, 255, .1);
  height: 12px;
  position: absolute;
  width: 12px;
  z-index: 2;
}
.ai-reach-icon i:nth-child(1) { left: 5px; top: 35px; }
.ai-reach-icon i:nth-child(2) { left: 45px; top: 2px; }
.ai-reach-icon i:nth-child(3) { left: 72px; top: 57px; }
.ai-reach-icon b {
  background: linear-gradient(145deg, var(--blue), #0d5fa7);
  border: 5px solid #e4f3ff;
  border-radius: 15px;
  height: 30px;
  left: 31px;
  position: absolute;
  top: 27px;
  width: 30px;
  z-index: 3;
}

.ai-identity-icon::before,
.ai-identity-icon::after {
  border: 1px solid rgba(39, 165, 255, .55);
  border-radius: 50%;
  content: "";
  left: 8px;
  position: absolute;
  top: 3px;
  transform: rotate(-18deg);
}
.ai-identity-icon::before { height: 78px; width: 78px; }
.ai-identity-icon::after { height: 46px; left: 24px; top: 19px; width: 46px; }
.ai-identity-icon i:first-child {
  background: #7dc5fb;
  border-radius: 50%;
  height: 20px;
  left: 37px;
  position: absolute;
  top: 18px;
  width: 20px;
}
.ai-identity-icon i:nth-child(2) {
  background: var(--navy-900);
  border-radius: 18px 18px 9px 9px;
  height: 29px;
  left: 28px;
  position: absolute;
  top: 42px;
  width: 38px;
}
.ai-identity-icon b {
  background: var(--blue);
  border: 3px solid #e8f5ff;
  border-radius: 50%;
  height: 12px;
  position: absolute;
  width: 12px;
  z-index: 2;
}
.ai-identity-icon b:nth-of-type(1) { left: 4px; top: 29px; }
.ai-identity-icon b:nth-of-type(2) { left: 76px; top: 51px; }

.ai-network-icon i {
  background: #fff;
  border: 1px solid #87b1d4;
  border-radius: 9px;
  height: 22px;
  position: absolute;
  width: 22px;
  z-index: 2;
}
.ai-network-icon i:nth-child(1) { left: 2px; top: 8px; }
.ai-network-icon i:nth-child(2) { left: 72px; top: 8px; }
.ai-network-icon i:nth-child(3) { left: 2px; top: 61px; }
.ai-network-icon i:nth-child(4) { left: 72px; top: 61px; }
.ai-network-icon::before,
.ai-network-icon::after {
  border-color: #8bb7dd;
  border-style: solid;
  content: "";
  height: 42px;
  left: 17px;
  position: absolute;
  top: 21px;
  width: 60px;
}
.ai-network-icon::before { border-width: 1px 0; }
.ai-network-icon::after { border-width: 0 1px; left: 46px; width: 1px; }
.ai-network-icon b {
  background: radial-gradient(circle at 35% 30%, #7ed0ff, var(--blue) 42%, #0c5c9d 100%);
  border: 6px solid #e3f2ff;
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(18, 116, 198, .24);
  height: 34px;
  left: 31px;
  position: absolute;
  top: 28px;
  width: 34px;
  z-index: 3;
}

.device-ecosystem-visual {
  background:
    radial-gradient(circle at 50% 46%, rgba(39, 165, 255, .2), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035));
}

.device-ecosystem-visual::before { height: 310px; width: 310px; }
.device-ecosystem-visual::after { height: 220px; width: 220px; }

.device-screen {
  background: #f7fbff;
  border: 5px solid #0b2546;
  box-shadow: 0 18px 42px rgba(0, 8, 24, .4);
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  padding: 11px 9px 9px;
  position: absolute;
  z-index: 2;
}

.device-screen .device-bar {
  background: linear-gradient(100deg, #0b3157, #1886e6);
  border-radius: 5px;
  grid-column: 1 / -1;
  height: 42px;
}

.device-screen strong {
  color: #0c3964;
  font-size: 8px;
  grid-column: 1 / -1;
  letter-spacing: .13em;
}

.device-screen i {
  background: #dbe8f4;
  border-radius: 4px;
  height: 27px;
}

.device-tv {
  border-radius: 13px;
  height: 155px;
  left: 50%;
  top: 41px;
  transform: translateX(-50%);
  width: 255px;
}

.device-tv::after {
  background: #0b2546;
  border-radius: 8px;
  bottom: -18px;
  content: "";
  height: 18px;
  left: calc(50% - 3px);
  position: absolute;
  width: 6px;
}

.device-laptop {
  border-radius: 11px;
  bottom: 47px;
  height: 132px;
  left: 34px;
  transform: rotate(-3deg);
  width: 216px;
}

.device-laptop::after {
  background: #9fb4c9;
  border-radius: 0 0 12px 12px;
  bottom: -11px;
  content: "";
  height: 11px;
  left: -13px;
  position: absolute;
  width: calc(100% + 26px);
}

.device-phone {
  border-radius: 20px;
  bottom: 34px;
  height: 166px;
  padding: 12px 7px 8px;
  right: 30px;
  transform: rotate(4deg);
  width: 86px;
}

.device-phone .device-bar { height: 54px; }
.device-phone i { grid-column: 1 / -1; height: 22px; }

.device-hub {
  align-items: center;
  background: linear-gradient(145deg, #0b335f, #0878e8);
  border: 1px solid rgba(132, 210, 255, .55);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 20, 52, .5), 0 0 32px rgba(39, 165, 255, .22);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 104px;
  justify-content: center;
  left: 50%;
  padding: 12px;
  position: absolute;
  text-align: center;
  top: 47%;
  transform: translate(-50%, -50%);
  width: 142px;
  z-index: 4;
}

.device-hub img { height: 28px; margin-bottom: 5px; width: auto; }
.device-hub small { color: #8dd4ff; font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.device-hub strong { font-size: 11px; line-height: 1.25; margin-top: 4px; }

.device-platforms {
  bottom: 12px;
  color: rgba(255, 255, 255, .68);
  font-size: 8px;
  font-weight: 700;
  left: 20px;
  letter-spacing: .06em;
  position: absolute;
  right: 20px;
  text-align: center;
  text-transform: uppercase;
  z-index: 5;
}

@media (max-width: 760px) {
  .device-tv { height: 132px; top: 35px; width: 218px; }
  .device-laptop { bottom: 49px; height: 112px; left: 18px; width: 182px; }
  .device-phone { bottom: 37px; height: 145px; right: 18px; width: 76px; }
  .device-hub { height: 92px; width: 126px; }
  .device-platforms { font-size: 9px; }
}

.target-collage {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  padding: 23px;
}

.target-collage::before,
.target-collage::after { display: none; }

.target-scene {
  background: linear-gradient(145deg, rgba(17, 62, 105, .96), rgba(6, 25, 50, .96));
  border: 1px solid rgba(133, 203, 255, .2);
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(0, 8, 24, .18);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 0;
  overflow: hidden;
  padding: 17px;
  position: relative;
}

.target-scene::before,
.target-scene::after {
  content: "";
  position: absolute;
}

.target-scene::before {
  background: linear-gradient(160deg, rgba(119, 205, 255, .75), rgba(39, 165, 255, .12));
  border-radius: 50% 50% 44% 44%;
  height: 68px;
  right: 15px;
  top: 12px;
  width: 52px;
}

.target-scene::after {
  border: 1px solid rgba(122, 205, 255, .28);
  border-radius: 50%;
  height: 104px;
  right: -20px;
  top: -21px;
  width: 104px;
}

.target-learning { background: linear-gradient(145deg, #12466c, #071a33); }
.target-producer { background: linear-gradient(145deg, #252c54, #071a33); }
.target-brand { background: linear-gradient(145deg, #0d5b76, #071a33); }

.target-creator::before {
  background: transparent;
  border: 3px solid rgba(126, 214, 255, .7);
  border-radius: 50%;
  height: 72px;
  right: 11px;
  top: 8px;
  width: 72px;
}
.target-creator::after {
  background: linear-gradient(145deg, #58bdf5, #137ec8);
  border: 5px solid #0c2948;
  border-radius: 7px;
  box-shadow: 24px 8px 0 -13px #7fd0ff;
  height: 29px;
  right: 29px;
  top: 31px;
  width: 40px;
}
.target-learning::before {
  background: linear-gradient(145deg, rgba(86, 186, 241, .55), rgba(21, 90, 139, .28));
  border: 1px solid rgba(151, 223, 255, .6);
  border-radius: 8px;
  height: 62px;
  right: 15px;
  top: 13px;
  width: 83px;
}
.target-learning::after {
  background: linear-gradient(#8fd6ff 0 0) 0 0/53px 5px no-repeat,
              linear-gradient(#4aaae3 0 0) 0 15px/42px 5px no-repeat,
              linear-gradient(#2d82bd 0 0) 0 30px/48px 5px no-repeat;
  border: 0;
  border-radius: 0;
  height: 36px;
  right: 29px;
  top: 27px;
  width: 53px;
}
.target-producer::before {
  background: repeating-linear-gradient(135deg, #94cfff 0 8px, #263665 8px 16px);
  border: 1px solid rgba(165, 218, 255, .52);
  border-radius: 5px 5px 2px 2px;
  height: 21px;
  right: 17px;
  top: 18px;
  transform: rotate(-6deg);
  width: 82px;
}
.target-producer::after {
  background: linear-gradient(145deg, rgba(76, 102, 174, .72), rgba(24, 32, 72, .9));
  border: 1px solid rgba(157, 198, 255, .4);
  border-radius: 4px;
  box-shadow: inset 0 -12px 0 rgba(9, 19, 47, .72);
  height: 49px;
  right: 18px;
  top: 41px;
  width: 81px;
}
.target-brand::before {
  background: radial-gradient(circle at 50% 82%, #72d8ff 0 4px, transparent 5px),
              linear-gradient(120deg, transparent 42%, rgba(105, 215, 255, .42) 43% 49%, transparent 50%),
              linear-gradient(60deg, transparent 42%, rgba(105, 215, 255, .3) 43% 49%, transparent 50%);
  border: 1px solid rgba(144, 229, 255, .48);
  border-radius: 32px 32px 8px 8px;
  height: 72px;
  right: 16px;
  top: 10px;
  width: 82px;
}
.target-brand::after {
  background: #ff426f;
  border: 3px solid #0d3551;
  border-radius: 50%;
  box-shadow: -18px 30px 0 -5px #62d3ff, 18px 30px 0 -5px #62d3ff;
  height: 13px;
  right: 49px;
  top: 20px;
  width: 13px;
}

.target-glyph {
  align-items: center;
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: 12px;
  color: #7fd0ff;
  display: flex;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  left: 16px;
  position: absolute;
  top: 15px;
  width: 42px;
}

.target-scene strong { font-size: 12px; line-height: 1.2; position: relative; z-index: 2; }
.target-scene small { color: rgba(255, 255, 255, .84); font-size: 9.5px; margin-top: 4px; position: relative; z-index: 2; }

.target-collage-core {
  align-items: center;
  background: linear-gradient(145deg, #0a2c55, #0d7ed5);
  border: 1px solid rgba(148, 220, 255, .58);
  border-radius: 14px;
  box-shadow: 0 14px 35px rgba(0, 12, 32, .55), 0 0 35px rgba(39, 165, 255, .2);
  display: flex;
  gap: 8px;
  left: 50%;
  padding: 8px 12px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.target-collage-core img { height: 22px; width: auto; }
.target-collage-core span { color: #fff; font-size: 6px; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }

.audience-profile-card {
  overflow: hidden;
  padding-top: 24px;
}

.profile-visual {
  background: linear-gradient(145deg, #e6f4ff, #f8fbfe);
  border: 1px solid #d6e9f8;
  border-radius: 17px;
  height: 146px;
  margin-bottom: 27px;
  overflow: hidden;
  position: relative;
}

.page-card-dark .profile-visual { background: linear-gradient(145deg, #0d426f, #08213e); border-color: rgba(120, 204, 255, .25); }
.profile-visual span {
  align-items: center;
  background: #0878e8;
  border-radius: 14px;
  color: #fff;
  display: flex;
  font-size: 25px;
  height: 55px;
  justify-content: center;
  left: 24px;
  position: absolute;
  top: 25px;
  width: 55px;
}

.profile-visual i {
  background: #8fcaf4;
  border-radius: 50%;
  height: 48px;
  position: absolute;
  right: 38px;
  top: 21px;
  width: 40px;
}
.profile-visual i:nth-of-type(2) {
  border-radius: 24px 24px 10px 10px;
  height: 61px;
  right: 29px;
  top: 70px;
  width: 59px;
}
.profile-visual b {
  border: 1px solid rgba(8, 120, 232, .28);
  border-radius: 50%;
  height: 118px;
  position: absolute;
  right: -8px;
  top: -14px;
  width: 118px;
}
.profile-learning span { background: #146a98; }
.profile-producer span { background: #343b75; }
.profile-brand span { background: #087a91; }

.profile-creator b { border: 3px solid rgba(91, 190, 245, .42); height: 112px; right: 8px; top: 15px; width: 112px; }
.profile-creator i:first-of-type { background: #2b96d5; border: 6px solid #dff3ff; border-radius: 8px; height: 47px; right: 42px; top: 43px; width: 64px; }
.profile-creator i:nth-of-type(2) { background: #0d416b; border-radius: 3px; height: 40px; right: 70px; top: 87px; transform: skew(-14deg); width: 6px; }

.profile-learning i:first-of-type { background: linear-gradient(145deg, #2488bd, #d9f2ff); border: 2px solid #fff; border-radius: 9px; height: 74px; right: 31px; top: 19px; width: 112px; }
.profile-learning i:nth-of-type(2) { background: linear-gradient(#2b8fc4 0 0) 0 0/92px 7px no-repeat, linear-gradient(#78c8ef 0 0) 0 19px/72px 7px no-repeat, linear-gradient(#b9e8ff 0 0) 0 38px/84px 7px no-repeat; border-radius: 0; height: 48px; right: 41px; top: 87px; width: 92px; }
.profile-learning b { border-color: rgba(20, 106, 152, .18); border-radius: 18px; height: 128px; right: 17px; top: 9px; width: 142px; }

.profile-producer i:first-of-type { background: repeating-linear-gradient(135deg, #88c9f1 0 10px, #343b75 10px 20px); border: 1px solid #fff; border-radius: 5px 5px 2px 2px; height: 24px; right: 35px; top: 29px; transform: rotate(-5deg); width: 115px; }
.profile-producer i:nth-of-type(2) { background: linear-gradient(145deg, #5963a0, #1f285d); border-radius: 5px; box-shadow: inset 0 -15px 0 #141d4b; height: 67px; right: 36px; top: 58px; width: 113px; }
.profile-producer b { border-color: rgba(52, 59, 117, .2); height: 130px; right: 14px; top: 7px; width: 160px; }

.profile-brand i:first-of-type { background: radial-gradient(circle at 50% 75%, #fff 0 5px, transparent 6px), linear-gradient(120deg, transparent 43%, rgba(73, 191, 218, .75) 44% 50%, transparent 51%), linear-gradient(60deg, transparent 43%, rgba(73, 191, 218, .55) 44% 50%, transparent 51%); border: 2px solid #bceeff; border-radius: 35px 35px 8px 8px; height: 88px; right: 36px; top: 18px; width: 112px; }
.profile-brand i:nth-of-type(2) { background: #ff426f; border: 4px solid #e5f8ff; border-radius: 50%; box-shadow: -31px 30px 0 -6px #1491b0, 31px 30px 0 -6px #1491b0; height: 19px; right: 82px; top: 29px; width: 19px; }
.profile-brand b { border-color: rgba(8, 122, 145, .2); height: 130px; right: 16px; top: 8px; width: 160px; }

@media (max-width: 760px) {
  .target-collage { gap: 8px; padding: 14px; }
  .target-scene { min-height: 142px; padding: 12px; }
  .target-glyph { height: 34px; left: 11px; top: 11px; width: 34px; }
  .target-scene::before { height: 58px; right: 9px; width: 43px; }
  .target-collage-core span { display: none; }
  .target-collage-core { border-radius: 50%; padding: 8px; }
}

.pricing-v5 {
  background: #f8fbff;
}

.pricing-v5 .site-header {
  background: rgba(255, 255, 255, .97);
}

.pricing-hero-v5 {
  background:
    radial-gradient(circle at 82% 15%, rgba(39, 165, 255, .18), transparent 28%),
    linear-gradient(150deg, #f8fbff 0%, #edf6ff 56%, #ffffff 100%);
  border-bottom: 1px solid #dce9f5;
  overflow: hidden;
  padding: 96px 0 104px;
  position: relative;
}

.pricing-hero-v5::before {
  background-image:
    linear-gradient(rgba(18, 87, 150, .052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 87, 150, .052) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, transparent, #000 46%, #000);
  pointer-events: none;
  position: absolute;
}

.pricing-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(52px, 7vw, 106px);
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  position: relative;
  z-index: 1;
}

.pricing-hero-copy {
  max-width: 720px;
}

.pricing-hero-copy .breadcrumb {
  color: #61758b;
  margin-bottom: 38px;
}

.pricing-hero-copy .breadcrumb a { color: #334e68; }
.pricing-hero-copy .breadcrumb a:hover { color: var(--blue); }

.pricing-hero-copy .eyebrow {
  color: var(--blue);
}

.pricing-hero-copy h1 {
  font-size: clamp(3.55rem, 5.9vw, 5.75rem);
  line-height: .96;
  margin: 0 0 30px;
  max-width: 790px;
}

.pricing-hero-copy h1 strong {
  color: var(--blue);
  display: block;
  font-weight: 760;
}

.pricing-hero-copy .subpage-lede {
  color: #455d77;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  max-width: 665px;
}

.pricing-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.pricing-assurances span {
  align-items: center;
  background: rgba(255, 255, 255, .8);
  border: 1px solid #cddfeb;
  border-radius: 999px;
  color: #28445f;
  display: inline-flex;
  font-size: 12px;
  font-weight: 760;
  gap: 8px;
  padding: 9px 13px;
}

.pricing-assurances span::before {
  background: var(--electric);
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
}

.predeploy-card {
  background:
    radial-gradient(circle at 86% 7%, rgba(39, 165, 255, .28), transparent 30%),
    linear-gradient(145deg, #092547, #041326 72%);
  border: 1px solid rgba(93, 183, 255, .3);
  border-radius: 30px;
  box-shadow: 0 34px 90px rgba(4, 19, 38, .25);
  color: #d7e8f8;
  min-height: 500px;
  overflow: hidden;
  padding: 42px;
  position: relative;
}

.predeploy-card::after {
  border: 1px solid rgba(83, 185, 255, .19);
  border-radius: 50%;
  bottom: -155px;
  content: "";
  height: 350px;
  position: absolute;
  right: -120px;
  width: 350px;
}

.predeploy-orbit {
  align-items: center;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  display: flex;
  height: 70px;
  justify-content: center;
  margin-bottom: 44px;
  width: 70px;
}

.predeploy-orbit img {
  height: 43px;
  width: 43px;
}

.predeploy-card .plan-kicker,
.pricing-plan-featured .plan-kicker,
.founder-offer .plan-kicker {
  color: #78caff;
}

.predeploy-price {
  align-items: baseline;
  display: flex;
  gap: 12px;
  margin: 12px 0 13px;
}

.predeploy-price strong {
  color: #fff;
  font-size: 4.8rem;
  letter-spacing: -.08em;
  line-height: .9;
}

.predeploy-price span {
  color: #8fa9c2;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.predeploy-card h2 {
  color: #fff;
  font-size: clamp(1.75rem, 2.4vw, 2.35rem);
  line-height: 1.06;
  margin-bottom: 17px;
  max-width: 410px;
}

.predeploy-card > p:not(.plan-kicker) {
  color: #b8cadb;
  font-size: 15px;
  max-width: 420px;
}

.predeploy-card .text-link {
  color: #76c9ff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 9px;
  margin-top: 16px;
  position: relative;
  z-index: 2;
}

.pricing-plans-section,
.pricing-addons-section,
.pricing-comparison-section,
.pricing-costs-section,
.pricing-faq-section {
  padding: 118px 0;
}

.pricing-plans-section {
  background: #fff;
}

.pricing-plans-section .page-heading,
.pricing-comparison-section .page-heading,
.pricing-faq-section .page-heading {
  max-width: 900px;
}

.pricing-plan-grid {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 62px;
}

.pricing-plan-card {
  background: #fff;
  border: 1px solid #d7e3ee;
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(7, 26, 51, .065);
  display: flex;
  flex-direction: column;
  min-height: 690px;
  padding: 38px 34px 34px;
  position: relative;
}

.pricing-plan-card::before {
  background: linear-gradient(90deg, #137ee8, #54c0ff);
  border-radius: 3px 3px 0 0;
  content: "";
  height: 4px;
  left: 27px;
  opacity: .55;
  position: absolute;
  right: 27px;
  top: 0;
}

.pricing-plan-card.pricing-plan-featured {
  background:
    radial-gradient(circle at 90% 0, rgba(39, 165, 255, .26), transparent 32%),
    linear-gradient(150deg, #0a2b50, #06172d 72%);
  border-color: #0d6cc5;
  box-shadow: 0 26px 75px rgba(4, 25, 50, .24);
  color: #d4e4f2;
  transform: translateY(-15px);
}

.pricing-plan-featured::before {
  background: linear-gradient(90deg, #29a6ff, #90dcff);
  opacity: 1;
}

.plan-badge {
  background: #1b8fe8;
  border-radius: 999px;
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .13em;
  padding: 7px 11px;
  position: absolute;
  right: 24px;
  text-transform: uppercase;
  top: 20px;
}

.plan-kicker {
  color: #0871d4;
  display: block;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .13em;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.plan-top {
  min-height: 164px;
}

.plan-top h3 {
  font-size: 2.2rem;
  margin-bottom: 13px;
}

.plan-top p {
  color: #5c6f83;
  font-size: 14px;
  line-height: 1.55;
}

.pricing-plan-featured .plan-top h3,
.pricing-plan-featured .plan-price strong {
  color: #fff;
}

.pricing-plan-featured .plan-top p,
.pricing-plan-featured .plan-alternative {
  color: #acc1d4;
}

.plan-price {
  align-items: flex-end;
  border-bottom: 1px solid #dce6ef;
  border-top: 1px solid #dce6ef;
  display: flex;
  gap: 13px;
  margin-bottom: 15px;
  min-height: 125px;
  padding: 26px 0 23px;
}

.pricing-plan-featured .plan-price {
  border-color: rgba(255, 255, 255, .14);
}

.plan-price strong {
  color: var(--navy-900);
  font-size: clamp(2.9rem, 4.1vw, 4.15rem);
  font-weight: 760;
  letter-spacing: -.075em;
  line-height: .84;
  white-space: nowrap;
}

.plan-price sup {
  font-size: .34em;
  letter-spacing: -.02em;
  margin-right: 2px;
  vertical-align: top;
}

.plan-price span {
  color: #5d7186;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.pricing-plan-featured .plan-price span {
  color: #b7cadb;
}

.plan-price small {
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .02em;
}

.plan-alternative {
  color: #586d82;
  font-size: 12px;
  min-height: 42px;
}

.plan-feature-list {
  display: grid;
  gap: 13px;
  list-style: none;
  margin: 18px 0 30px;
  padding: 0;
}

.plan-feature-list li {
  color: #3d556d;
  font-size: 13px;
  padding-left: 23px;
  position: relative;
}

.plan-feature-list li::before {
  color: #0a7adf;
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.pricing-plan-featured .plan-feature-list li {
  color: #d2e1ed;
}

.pricing-plan-featured .plan-feature-list li::before {
  color: #62c1ff;
}

.plan-link {
  border-top: 1px solid #e0e8ef;
  color: #076ccc;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
}

.pricing-plan-featured .plan-link {
  border-color: rgba(255, 255, 255, .14);
  color: #77c9ff;
}

.all-plans-strip {
  align-items: center;
  background: #eef7ff;
  border: 1px solid #cfe6f7;
  border-radius: 18px;
  display: grid;
  gap: 16px;
  grid-template-columns: 1.15fr repeat(4, 1fr);
  margin-top: 34px;
  padding: 22px 26px;
}

.all-plans-strip strong {
  color: var(--navy-900);
  font-size: 13px;
}

.all-plans-strip span {
  color: #405b74;
  font-size: 11px;
  font-weight: 680;
  padding-left: 17px;
  position: relative;
}

.all-plans-strip span::before {
  color: #0878e8;
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.pricing-addons-section {
  background:
    radial-gradient(circle at 92% 12%, rgba(39, 165, 255, .12), transparent 25%),
    #f3f8fd;
  border-bottom: 1px solid #dce8f2;
  border-top: 1px solid #dce8f2;
}

.pricing-addons-section .page-heading {
  max-width: 850px;
}

.pricing-addon-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 52px;
}

.pricing-addon-card {
  background: rgba(255, 255, 255, .9);
  border: 1px solid #d5e4ef;
  border-radius: 22px;
  min-height: 420px;
  padding: 32px;
}

.addon-icon {
  align-items: center;
  background: #e5f4ff;
  border: 1px solid #c5e3f8;
  border-radius: 13px;
  color: #0878e8;
  display: flex;
  font-size: 21px;
  height: 48px;
  justify-content: center;
  margin-bottom: 31px;
  width: 48px;
}

.pricing-addon-card h3 {
  font-size: 1rem;
  margin-bottom: 17px;
}

.pricing-addon-card h3 strong {
  color: var(--navy-900);
  display: block;
  font-size: clamp(1.75rem, 2.5vw, 2.45rem);
  letter-spacing: -.06em;
  line-height: 1.08;
}

.pricing-addon-card > p {
  color: #5d7085;
  font-size: 14px;
}

.pricing-addon-card ul {
  border-top: 1px solid #e1e9f0;
  color: #3f586f;
  display: grid;
  font-size: 12px;
  gap: 9px;
  list-style: none;
  margin: 24px 0 0;
  padding: 22px 0 0;
}

.pricing-addon-card li::before {
  color: #1680db;
  content: "·";
  font-weight: 900;
  margin-right: 7px;
}

.founder-offer {
  align-items: center;
  background:
    radial-gradient(circle at 96% 0, rgba(56, 179, 255, .27), transparent 29%),
    linear-gradient(125deg, #071a33, #0b365f);
  border: 1px solid #145f9c;
  border-radius: 25px;
  color: #cfe0ee;
  display: grid;
  gap: 42px;
  grid-template-columns: 1fr auto;
  margin-top: 30px;
  min-height: 240px;
  overflow: hidden;
  padding: 42px 48px;
}

.founder-offer h2 {
  color: #fff;
  font-size: clamp(2.1rem, 3.4vw, 3.45rem);
  margin-bottom: 15px;
}

.founder-offer p {
  color: #b4c8d9;
  margin-bottom: 0;
  max-width: 800px;
}

.founder-metric {
  align-items: flex-start;
  border-left: 1px solid rgba(255, 255, 255, .16);
  display: flex;
  gap: 13px;
  padding: 24px 6px 24px 42px;
}

.founder-metric strong {
  color: #56baff;
  font-size: 4.6rem;
  letter-spacing: -.08em;
  line-height: .82;
}

.founder-metric span {
  color: #9bb5ca;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.pricing-comparison-section {
  background: #fff;
}

.pricing-comparison {
  border: 1px solid #d7e4ee;
  border-radius: 22px;
  box-shadow: 0 22px 64px rgba(7, 26, 51, .07);
  margin-top: 52px;
  overflow: hidden;
}

.pricing-comparison details {
  background: #fff;
  border-bottom: 1px solid #dfe8f0;
}

.pricing-comparison details:last-child {
  border-bottom: 0;
}

.pricing-comparison summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 17px;
  grid-template-columns: 44px 1fr auto;
  list-style: none;
  min-height: 78px;
  padding: 17px 26px;
}

.pricing-comparison summary::-webkit-details-marker {
  display: none;
}

.pricing-comparison summary > span {
  align-items: center;
  background: #eaf6ff;
  border-radius: 11px;
  color: #0875d9;
  display: flex;
  font-size: 10px;
  font-weight: 850;
  height: 38px;
  justify-content: center;
  letter-spacing: .08em;
  width: 38px;
}

.pricing-comparison summary strong {
  color: var(--navy-900);
  font-size: 16px;
}

.pricing-comparison summary em {
  color: #708397;
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pricing-comparison details[open] summary {
  background: #f5f9fd;
}

.comparison-table-wrap {
  overflow-x: auto;
}

.comparison-table-wrap table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.comparison-table-wrap th,
.comparison-table-wrap td {
  border-right: 1px solid #e2eaf1;
  border-top: 1px solid #e2eaf1;
  padding: 15px 19px;
  text-align: center;
  vertical-align: middle;
}

.comparison-table-wrap th:last-child,
.comparison-table-wrap td:last-child {
  border-right: 0;
}

.comparison-table-wrap thead th {
  background: #edf5fb;
  color: #4d647a;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.comparison-table-wrap thead th:first-child,
.comparison-table-wrap tbody th {
  text-align: left;
  width: 43%;
}

.comparison-table-wrap tbody th {
  color: #324a61;
  font-size: 12px;
  font-weight: 650;
}

.comparison-table-wrap td {
  color: #1d5d91;
  font-size: 12px;
  font-weight: 730;
}

.comparison-table-wrap td:nth-child(3) {
  background: rgba(230, 246, 255, .38);
}

.pricing-scope-note {
  background: #fff8e9;
  border: 1px solid #ecd9aa;
  border-radius: 16px;
  color: #65511f;
  margin-top: 24px;
  padding: 22px 25px;
}

.pricing-scope-note strong {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.pricing-scope-note p {
  font-size: 12px;
  margin: 0;
}

.pricing-costs-section {
  background:
    linear-gradient(90deg, rgba(54, 154, 226, .055) 1px, transparent 1px) 0 0 / 38px 38px,
    linear-gradient(rgba(54, 154, 226, .055) 1px, transparent 1px) 0 0 / 38px 38px,
    #071a33;
  color: #fff;
}

.pricing-costs-grid {
  align-items: start;
  display: grid;
  gap: clamp(55px, 8vw, 120px);
  grid-template-columns: minmax(330px, .8fr) minmax(440px, 1.2fr);
}

.pricing-costs-section .page-heading .eyebrow {
  color: #79caff;
}

.pricing-costs-section .page-heading h2 {
  color: #fff;
}

.pricing-costs-section .page-heading > p:not(.eyebrow) {
  color: #a9bfd2;
}

.external-cost-list {
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.external-cost-list > div {
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  display: grid;
  gap: 19px;
  grid-template-columns: 35px 1fr;
  padding: 22px 0;
}

.external-cost-list > div > span {
  color: #4db4fa;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  padding-top: 3px;
}

.external-cost-list p {
  color: #a9bed0;
  font-size: 13px;
  margin: 0;
}

.external-cost-list strong {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.pricing-faq-section {
  background: #f5f9fd;
}

.pricing-faq-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 50px;
}

.pricing-faq-grid details {
  align-self: start;
  background: #fff;
  border: 1px solid #d9e5ee;
  border-radius: 15px;
  padding: 0 22px;
}

.pricing-faq-grid summary {
  align-items: center;
  color: #193551;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 720;
  justify-content: space-between;
  list-style: none;
  min-height: 68px;
}

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

.pricing-faq-grid summary span {
  color: #0878e8;
  font-size: 19px;
  font-weight: 400;
  transition: transform .2s ease;
}

.pricing-faq-grid details[open] summary span {
  transform: rotate(45deg);
}

.pricing-faq-grid p {
  border-top: 1px solid #e3ebf2;
  color: #586e83;
  font-size: 13px;
  margin: 0;
  padding: 18px 0 22px;
}

@media (max-width: 1080px) {
  .pricing-hero-grid { gap: 42px; grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr); }
  .pricing-hero-copy h1 { font-size: clamp(3.15rem, 6.5vw, 4.7rem); }
  .pricing-plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-plan-featured { transform: none; }
  .pricing-plan-card:last-child { grid-column: 1 / -1; min-height: 610px; }
  .pricing-plan-card:last-child .plan-top { min-height: 130px; }
  .all-plans-strip { grid-template-columns: repeat(2, 1fr); }
  .all-plans-strip strong { grid-column: 1 / -1; }
  .pricing-addon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-addon-card:last-child { grid-column: 1 / -1; min-height: 350px; }
  .founder-offer { grid-template-columns: 1fr; }
  .founder-metric { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .16); padding: 27px 0 0; }
  .pricing-costs-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .pricing-hero-v5 { padding: 58px 0 72px; }
  .pricing-hero-v5::before { opacity: .55; }
  .pricing-hero-grid { grid-template-columns: 1fr; }
  .pricing-hero-copy .breadcrumb { margin-bottom: 29px; }
  .pricing-hero-copy h1 { font-size: clamp(2.85rem, 14.5vw, 4rem); }
  .pricing-hero-copy h1 strong { display: inline; }
  .pricing-assurances { align-items: flex-start; flex-direction: column; }
  .predeploy-card { min-height: 0; padding: 31px 26px 34px; }
  .predeploy-orbit { height: 57px; margin-bottom: 30px; width: 57px; }
  .predeploy-orbit img { height: 35px; width: 35px; }
  .predeploy-price strong { font-size: 4rem; }
  .pricing-plans-section,
  .pricing-addons-section,
  .pricing-comparison-section,
  .pricing-costs-section,
  .pricing-faq-section { padding: 78px 0; }
  .pricing-plan-grid,
  .pricing-addon-grid,
  .pricing-faq-grid { grid-template-columns: 1fr; }
  .pricing-plan-grid { grid-template-columns: minmax(0, 1fr); min-width: 0; }
  .pricing-plan-card,
  .pricing-plan-card:last-child { grid-column: auto; min-height: 0; min-width: 0; padding: 32px 25px 28px; }
  .plan-top,
  .pricing-plan-card:last-child .plan-top { min-height: 0; }
  .plan-top p { margin-bottom: 25px; }
  .plan-price { flex-wrap: wrap; min-height: 110px; row-gap: 10px; }
  .plan-price strong { font-size: clamp(3rem, 15vw, 4rem); }
  .all-plans-strip { grid-template-columns: 1fr; padding: 22px; }
  .all-plans-strip strong { grid-column: auto; }
  .pricing-addon-card,
  .pricing-addon-card:last-child { grid-column: auto; min-height: 0; padding: 27px 24px; }
  .founder-offer { padding: 32px 25px; }
  .founder-offer h2 { font-size: 2.2rem; }
  .founder-metric { align-items: center; }
  .founder-metric strong { font-size: 3.7rem; }
  .pricing-comparison { border-radius: 16px; }
  .pricing-comparison summary { gap: 11px; grid-template-columns: 38px 1fr; padding: 15px 17px; }
  .pricing-comparison summary em { display: none; }
  .comparison-table-wrap { overflow: visible; }
  .comparison-table-wrap table,
  .comparison-table-wrap tbody { display: block; }
  .comparison-table-wrap thead { display: none; }
  .comparison-table-wrap tr {
    border-top: 1px solid #e2eaf1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 15px 14px;
  }
  .comparison-table-wrap tbody th {
    border: 0;
    display: block;
    grid-column: 1 / -1;
    padding: 0 4px 13px;
    width: auto;
  }
  .comparison-table-wrap td {
    background: transparent !important;
    border: 0;
    display: block;
    font-size: 11px;
    padding: 20px 4px 3px;
    position: relative;
    text-align: left;
  }
  .comparison-table-wrap td::before {
    color: #8293a3;
    content: attr(data-plan);
    font-size: 8px;
    font-weight: 830;
    left: 4px;
    letter-spacing: .08em;
    position: absolute;
    text-transform: uppercase;
    top: 4px;
  }
  .pricing-costs-grid { grid-template-columns: 1fr; }
  .pricing-faq-grid { gap: 10px; }
}

.content-hero { min-height: 690px; }
.knowledge-orbit { background: radial-gradient(circle at 50% 45%, rgba(39,165,255,.2), transparent 32%), linear-gradient(145deg,#071a33,#0d3159); }
.knowledge-orbit .visual-core { min-width: 220px; }
.page-heading > p { max-width: 760px; }
.step-list,.factory-pipeline { display:grid; gap:16px; list-style:none; margin:38px 0 0; padding:0; }
.step-list li,.factory-pipeline li { align-items:start; background:#fff; border:1px solid var(--line); border-radius:18px; display:grid; gap:22px; grid-template-columns:54px 1fr; padding:26px; box-shadow:var(--shadow-sm); }
.step-list li>span,.factory-pipeline li>span { color:var(--blue); font-size:.78rem; font-weight:850; letter-spacing:.12em; padding-top:4px; }
.step-list h3,.factory-pipeline h3 { margin:0 0 7px; }
.step-list p,.factory-pipeline p { color:var(--muted); margin:0; }
.factory-pipeline { counter-reset:factory; grid-template-columns:repeat(5,minmax(0,1fr)); }
.factory-pipeline li { display:block; min-height:260px; }
.factory-pipeline li>span { display:block; margin-bottom:36px; }
.device-showcase,.compare-grid { display:grid; gap:20px; grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:40px; }
.device-card,.compare-grid article { background:#fff; border:1px solid var(--line); border-radius:24px; min-height:300px; padding:34px; position:relative; overflow:hidden; }
.device-card::after { background:linear-gradient(130deg,transparent,rgba(39,165,255,.12)); content:""; inset:42% -30% -30% 35%; position:absolute; transform:rotate(-14deg); }
.device-card>span,.compare-grid article>span { color:var(--blue); font-size:.72rem; font-weight:850; letter-spacing:.13em; }
.device-card strong { display:block; font-size:1.55rem; line-height:1.16; margin:80px 0 14px; position:relative; z-index:1; }
.device-card p,.compare-grid p,.compare-grid li { color:var(--muted); position:relative; z-index:1; }
.compare-grid article.featured { background:var(--navy-900); border-color:var(--navy-900); color:#fff; transform:translateY(-14px); }
.compare-grid article.featured h3 { color:#fff; }
.compare-grid article.featured p,.compare-grid article.featured li { color:rgba(255,255,255,.7); }
.compare-grid ul { padding-left:19px; }
.product-deep-links { display:grid; gap:14px; grid-template-columns:repeat(3,minmax(0,1fr)); margin:38px 0 10px; }
.product-deep-links a { background:#fff; border:1px solid var(--line); border-radius:16px; display:flex; flex-direction:column; padding:22px; }
.product-deep-links span { color:var(--muted); font-size:.75rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.product-deep-links strong { color:var(--navy-900); margin-top:6px; }
.secondary-capability-strip { background:linear-gradient(120deg,#eaf6ff,#fff); border-block:1px solid #cfe7f8; padding:52px 0; }
.secondary-capability-strip .shell { align-items:center; display:grid; gap:28px; grid-template-columns:180px 1fr auto; }
.secondary-capability-strip .shell>span { color:var(--blue); font-size:.7rem; font-weight:850; letter-spacing:.12em; }
.secondary-capability-strip h2 { font-size:clamp(1.75rem,2.5vw,2.6rem); margin-bottom:10px; }
.secondary-capability-strip p { color:var(--muted); margin:0; max-width:760px; }
.notice-panel { background:#fff; border:1px solid #f0c979; border-left:5px solid #d99c22; border-radius:18px; margin:34px 0; padding:28px 30px; }
.notice-panel strong { color:var(--navy-900); display:block; font-size:1.25rem; margin-bottom:8px; }
.notice-panel p { color:var(--muted); margin:0; }
.resource-grid { display:grid; gap:18px; grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:36px; }
.resource-grid a { align-items:center; background:#fff; border:1px solid var(--line); border-radius:18px; color:var(--navy-900); display:flex; font-size:1.15rem; font-weight:760; justify-content:space-between; min-height:100px; padding:25px 28px; }
.resource-grid a:hover,.tech-index a:hover { border-color:#8fc8ef; box-shadow:var(--shadow-sm); transform:translateY(-2px); }
.glossary-grid { display:grid; gap:16px; grid-template-columns:repeat(2,minmax(0,1fr)); margin:38px 0 0; }
.glossary-grid>div { background:#fff; border:1px solid var(--line); border-radius:16px; padding:25px; }
.glossary-grid dt { color:var(--navy-900); font-size:1.08rem; font-weight:820; }
.glossary-grid dd { color:var(--muted); margin:8px 0 0; }
.tech-index { display:grid; gap:16px; grid-template-columns:repeat(4,minmax(0,1fr)); margin:38px 0 0; }
.tech-index>div,.tech-index>a { background:#fff; border:1px solid var(--line); border-radius:18px; display:block; min-height:210px; padding:26px; transition:.2s ease; }
.tech-index span { color:var(--blue); display:block; font-size:.72rem; font-weight:850; letter-spacing:.12em; margin-bottom:38px; }
.tech-index strong { color:var(--navy-900); display:block; font-size:1.15rem; }
.tech-index p { color:var(--muted); font-size:.92rem; margin:9px 0 0; }
.status-row-public>a { color:var(--blue-strong); font-weight:760; grid-column:1/-1; }
.footer-main { display:grid; gap:70px; grid-template-columns:minmax(230px,.8fr) minmax(0,2.2fr); padding-block:72px 58px; }
.footer-brand p { color:rgba(255,255,255,.62); max-width:330px; }
.footer-state { border:1px solid rgba(112,194,255,.32); border-radius:999px; color:#70c2ff; display:inline-flex; font-size:.68rem; font-weight:800; letter-spacing:.08em; padding:7px 11px; text-transform:uppercase; }
.footer-columns { display:grid; gap:34px; grid-template-columns:1.1fr .95fr .9fr 1fr; }
.footer-column>strong { color:#fff; display:block; font-size:.78rem; letter-spacing:.08em; margin-bottom:18px; text-transform:uppercase; }
.footer-column nav { display:flex; flex-direction:column; gap:10px; }
.footer-column a { color:rgba(255,255,255,.64); font-size:.86rem; transition:color .2s ease; }
.footer-column a:hover { color:#fff; }
.footer-bottom a { color:inherit; }
@media (max-width:1050px){.factory-pipeline{grid-template-columns:repeat(2,minmax(0,1fr))}.tech-index{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-main{grid-template-columns:1fr}.footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.secondary-capability-strip .shell{grid-template-columns:1fr}.secondary-capability-strip .text-link{justify-self:start}}
@media (max-width:760px){.content-hero{min-height:0}.step-list li{grid-template-columns:38px 1fr;padding:22px 18px}.factory-pipeline,.device-showcase,.compare-grid,.product-deep-links,.resource-grid,.glossary-grid,.tech-index{grid-template-columns:1fr}.factory-pipeline li{min-height:0}.compare-grid article.featured{transform:none}.footer-main{gap:45px;padding-block:55px 40px}.footer-columns{grid-template-columns:1fr 1fr;gap:34px 22px}.secondary-capability-strip{padding:42px 0}}
@media (max-width:430px){.footer-columns{grid-template-columns:1fr}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}}

.footer-column { align-content:start; }
.footer-column summary { color:#fff; cursor:default; font-family:var(--font-display); font-size:13px; list-style:none; margin:0 0 14px; }
.footer-column summary::-webkit-details-marker { display:none; }
.footer-column summary span { display:none; }
.footer-links { display:grid; gap:4px; }
.footer-column a { color:#91a5bc; display:flex; font-size:12px; line-height:1.35; min-height:34px; padding:5px 0; }
.footer-column a:hover,.footer-column a:focus-visible,.footer-column a[aria-current="page"] { color:#fff; }
.knowledge-hero { min-height:680px; }
.knowledge-visual { align-items:center; display:flex; justify-content:center; min-height:420px; overflow:hidden; }
.knowledge-orbit { align-items:center; aspect-ratio:1; border:1px solid rgba(84,184,255,.28); border-radius:50%; display:flex; justify-content:center; max-width:390px; position:relative; width:80%; }
.knowledge-orbit::before,.knowledge-orbit::after { border:1px solid rgba(84,184,255,.34); border-radius:50%; content:""; inset:12%; position:absolute; transform:rotate(48deg) scaleY(.38); }
.knowledge-orbit::after { transform:rotate(-48deg) scaleY(.38); }
.knowledge-orbit strong { color:#fff; font-family:var(--font-display); font-size:34px; letter-spacing:-.06em; position:relative; z-index:2; }
.knowledge-orbit strong span { color:var(--electric); }
.knowledge-orbit > span { background:#0d2a50; border:1px solid rgba(93,190,255,.38); border-radius:999px; color:#a9d9ff; font-size:9px; font-weight:800; letter-spacing:.1em; padding:9px 12px; position:absolute; z-index:3; }
.knowledge-orbit > span:nth-child(1){left:-5%;top:14%}.knowledge-orbit > span:nth-child(2){right:-8%;top:28%}.knowledge-orbit > span:nth-child(3){bottom:18%;left:-4%}.knowledge-orbit > span:nth-child(4){bottom:7%;right:2%}
.visual-audiences .knowledge-orbit,.visual-editorial .knowledge-orbit,.visual-system .knowledge-orbit { aspect-ratio:auto; border:0; border-radius:0; display:grid; gap:12px; max-width:430px; width:88%; }
.visual-audiences .knowledge-orbit::before,.visual-audiences .knowledge-orbit::after,.visual-editorial .knowledge-orbit::before,.visual-editorial .knowledge-orbit::after,.visual-system .knowledge-orbit::before,.visual-system .knowledge-orbit::after { display:none; }
.visual-audiences .knowledge-orbit { grid-template-columns:1fr 1fr; }
.visual-audiences .knowledge-orbit strong { grid-column:1/-1; grid-row:1; margin-bottom:18px; text-align:center; }
.visual-audiences .knowledge-orbit > span { background:rgba(13,42,80,.88); border-radius:16px; min-height:74px; position:static; text-align:center; }
.visual-audience-creators .knowledge-orbit { grid-template-columns:1.4fr .6fr; transform:rotate(-1.5deg); }
.visual-audience-creators .knowledge-orbit > span:first-child { background:linear-gradient(135deg,#114475,#0d2a50); grid-row:2/4; min-height:160px; }
.visual-audience-training .knowledge-orbit { grid-template-columns:1fr; }
.visual-audience-training .knowledge-orbit > span { border-left:3px solid #59b9ff; min-height:48px; text-align:left; }
.visual-audience-producers .knowledge-orbit { grid-template-columns:1.35fr .65fr; }
.visual-audience-producers .knowledge-orbit > span { border-radius:5px; box-shadow:inset 0 7px 0 rgba(89,185,255,.12),inset 0 -7px 0 rgba(89,185,255,.12); }
.visual-audience-media .knowledge-orbit { grid-template-columns:repeat(3,1fr); }
.visual-audience-media .knowledge-orbit > span:first-child,.visual-audience-media .knowledge-orbit > span:last-of-type { grid-column:span 2; }
.visual-editorial .knowledge-orbit { grid-template-columns:repeat(4,1fr); }
.visual-editorial .knowledge-orbit strong { grid-column:1/-1; margin-bottom:18px; text-align:left; }
.visual-editorial .knowledge-orbit > span { align-items:center; border-radius:12px; display:flex; min-height:96px; position:static; text-align:center; }
.visual-system .knowledge-orbit { grid-template-columns:1fr; }
.visual-system .knowledge-orbit strong { margin-bottom:16px; }
.visual-system .knowledge-orbit > span { border-radius:10px; min-height:42px; position:static; width:100%; }
.editorial-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.editorial-grid .page-card { min-height:230px; }
.editorial-grid .page-card p { font-size:14px; line-height:1.68; }
.notice-panel { align-items:flex-start; background:linear-gradient(135deg,#071a33,#0d315b); border:1px solid rgba(66,176,255,.25); border-radius:22px; color:#fff; display:grid; gap:18px; grid-template-columns:auto 1fr; padding:28px 32px; }
.notice-panel > span { color:#59b9ff; font-size:9px; font-weight:850; letter-spacing:.14em; padding-top:5px; }
.notice-panel p { color:#c3d2e2; font-size:15px; line-height:1.7; margin:0; }
.topic-links { display:grid; gap:12px; grid-template-columns:repeat(3,1fr); margin-top:22px; }
.topic-link { align-items:center; background:#fff; border:1px solid var(--line); border-radius:14px; color:var(--navy-900); display:flex; font-size:13px; font-weight:750; justify-content:space-between; min-height:64px; padding:14px 18px; }
.topic-link span { color:var(--electric-strong); }
.content-expansion { border-top:1px solid var(--line); }
.pricing-proposal-alert { background:#fff5d8; border-bottom:1px solid #e7c76b; border-top:1px solid #e7c76b; color:#3b2b00; }
.pricing-proposal-alert .shell { display:grid; gap:6px; padding-block:18px; }
.pricing-proposal-alert strong { font-size:12px; letter-spacing:.08em; }
.pricing-proposal-alert p { font-size:13px; line-height:1.55; margin:0; max-width:1040px; }
.plan-status { background:#fff2c2; border:1px solid #e5bf49; border-radius:999px; color:#624800; display:inline-flex; font-size:8px; font-weight:850; letter-spacing:.1em; margin:0 0 16px; padding:7px 9px; text-transform:uppercase; }
.pricing-proposal .pricing-plan-card,.pricing-proposal .pricing-addon-card,.pricing-proposal .founder-offer { position:relative; }
@media (max-width:1050px){.editorial-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.primary-nav{max-height:calc(100vh - 63px);overflow-y:auto}.footer-columns{display:grid;gap:0;grid-template-columns:1fr}.footer-column{border-top:1px solid rgba(255,255,255,.12)}.footer-column summary{align-items:center;cursor:pointer;display:flex;font-size:14px;justify-content:space-between;margin:0;min-height:58px}.footer-column summary span{display:block;font-size:18px;font-weight:400;transition:transform .2s ease}.footer-column[open] summary span{transform:rotate(45deg)}.footer-links{padding:0 0 20px}.footer-column a{min-height:42px}.knowledge-hero{min-height:auto}.knowledge-visual{min-height:330px}.knowledge-orbit{width:70%}.knowledge-orbit strong{font-size:27px}.visual-audiences .knowledge-orbit,.visual-editorial .knowledge-orbit,.visual-system .knowledge-orbit{width:90%}.visual-editorial .knowledge-orbit{grid-template-columns:1fr 1fr}.editorial-grid,.topic-links{grid-template-columns:1fr}.notice-panel{grid-template-columns:1fr;padding:24px}.editorial-grid .page-card{min-height:0}}
@media (max-width:420px){.knowledge-orbit{width:78%}.knowledge-orbit > span{font-size:8px;padding:7px 9px}.visual-editorial .knowledge-orbit{grid-template-columns:1fr 1fr}.subpage-copy,.page-heading,.page-card{overflow-wrap:anywhere}}

.hero-hook {
  color: var(--navy-900);
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
  font-weight: 680;
  line-height: 1.38;
  margin: -8px 0 18px;
  max-width: 620px;
}
.credibility-strip { background: linear-gradient(90deg, #f5faff, #fff); }
.credibility-strip .evidence-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.credibility-strip .evidence-grid strong { color: var(--blue); font-size: clamp(1.35rem, 2vw, 1.8rem); }
.credibility-strip .evidence-grid span { color: var(--navy-900); font-size: 12px; font-weight: 720; }
.agent-team-section { background: #061a32; color: #fff; padding: 0 0 105px; }
.agent-team-section .shell { position: relative; z-index: 2; }
.agent-team-heading { display: grid; gap: 14px; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); margin-bottom: 34px; }
.agent-team-heading .eyebrow { grid-column: 1 / -1; margin: 0; }
.agent-team-heading h2 { color: #fff; font-size: clamp(2rem, 3.4vw, 3.2rem); line-height: 1.03; max-width: 680px; }
.agent-team-heading > p:last-child { color: #b9cce0; line-height: 1.65; margin: 0; max-width: 650px; }
.agent-team-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.agent-team-grid article { background: rgba(255,255,255,.055); border: 1px solid rgba(118,190,255,.2); border-radius: 16px; min-width: 0; padding: 20px; }
.agent-team-grid article span { color: #66bdff; display: block; font-family: var(--font-display); font-size: 18px; font-weight: 760; margin-bottom: 7px; }
.agent-team-grid article p { color: #bed0e1; font-size: 13px; line-height: 1.55; margin: 0; }
.lead-capture-section { background: #eef7ff; border-block: 1px solid #d3e7f7; padding: 72px 0; }
.lead-capture-panel { align-items: end; display: grid; gap: clamp(28px, 5vw, 72px); grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); }
.lead-capture-panel h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); line-height: 1.06; margin-bottom: 12px; }
.lead-capture-panel > div > p:last-child { color: var(--muted); line-height: 1.65; }
.lead-capture-form { min-width: 0; }
.lead-capture-form > label { color: var(--navy-900); display: block; font-size: 12px; font-weight: 760; margin-bottom: 9px; }
.lead-input-row { display: grid; gap: 10px; grid-template-columns: minmax(0, 1fr) auto; }
.lead-input-row input { background: #fff; border: 1px solid #bcd5e8; border-radius: 9px; color: var(--navy-900); font: inherit; min-height: 50px; min-width: 0; padding: 11px 14px; width: 100%; }
.lead-input-row input:focus-visible { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(38,151,239,.16); outline: 0; }
.lead-input-row input[aria-invalid="true"] { border-color: #b83636; }
.lead-input-row .button { min-height: 50px; white-space: nowrap; }
.lead-status { color: #4e6780; font-size: 12px; line-height: 1.45; margin: 9px 0 0; min-height: 18px; }
.lead-status[data-state="error"] { color: #9c2e2e; }
.lead-status[data-state="success"] { color: #13734a; }
.lead-honeypot { height: 1px; left: -10000px; overflow: hidden; position: absolute; width: 1px; }
.lead-contact-form-wrap { min-width: 0; }
.lead-contact-panel { align-items: start; }
.lead-capture-form--contact { display: flex; flex-direction: column; gap: 14px; }
.lead-form-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lead-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.lead-field-full { grid-column: 1 / -1; }
.lead-field > span { color: var(--navy-900); font-size: 12px; font-weight: 760; }
.lead-field input:not([type="checkbox"]), .lead-field select, .lead-field textarea { background: #fff; border: 1px solid #bcd5e8; border-radius: 9px; color: var(--navy-900); font: inherit; min-height: 50px; min-width: 0; padding: 11px 14px; width: 100%; }
.lead-field textarea { line-height: 1.5; min-height: 132px; resize: vertical; }
.lead-field input:focus-visible, .lead-field select:focus-visible, .lead-field textarea:focus-visible { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(38,151,239,.16); outline: 0; }
.lead-field [aria-invalid="true"], .lead-consent [aria-invalid="true"] { border-color: #b83636; outline-color: #b83636; }
.lead-consent { align-items: flex-start; color: #38536d; display: flex; font-size: 13px; gap: 10px; line-height: 1.5; }
.lead-consent input { flex: 0 0 auto; margin-top: 3px; }
.lead-consent a, .lead-contact-alternative a { color: var(--blue); font-weight: 700; }
.lead-capture-form--contact > .button { align-self: flex-start; min-height: 50px; }
.lead-capture-form .button:disabled { cursor: wait; opacity: .58; }
.lead-form-note { color: #38536d; font-size: 12px; margin: -4px 0 0; }
.lead-contact-alternative { border-top: 1px solid #c9deee; color: #38536d; margin-top: 22px; overflow-wrap: anywhere; padding-top: 18px; }
.lead-contact-alternative p { line-height: 1.55; margin: 0; }
.lead-contact-alternative p + p { margin-top: 6px; }
.pricing-currency-note { color: #536b82; font-size: 12px; line-height: 1.5; margin: 12px 0 0; }
@media (max-width: 920px) {
  .agent-team-heading { grid-template-columns: 1fr; }
  .agent-team-heading .eyebrow { grid-column: auto; }
  .agent-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lead-capture-panel { align-items: start; grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .home-direct-v2 .hero-layout { grid-template-areas: "eyebrow" "title" "hook" "lede" "scope" "video" "actions" "principles"; }
  .home-direct-v2 .hero-copy > .hero-hook { grid-area: hook; margin: 0; }
  .credibility-strip .evidence-grid { grid-template-columns: 1fr; }
  .agent-team-section { padding-bottom: 72px; }
  .agent-team-grid { grid-template-columns: 1fr; }
  .lead-capture-section { padding: 56px 0; }
  .lead-input-row { grid-template-columns: 1fr; }
  .lead-input-row .button { width: 100%; }
  .lead-form-grid { grid-template-columns: 1fr; }
  .lead-field-full { grid-column: auto; }
  .lead-capture-form--contact > .button { width: 100%; }
}
@media (max-width: 360px) {
  .hero-hook, .agent-team-grid article p, .lead-capture-panel { overflow-wrap: anywhere; }
}

.home-visual-v8 .home-ott-stage { background:#06152b; }
.home-visual-v8 .home-ott-stage::before { background:linear-gradient(180deg,rgba(4,19,38,.02),rgba(4,19,38,.22)); z-index:1; }
.home-visual-v8 .home-ott-stage img { display:block; height:100%; object-fit:cover; object-position:50% 50%; position:relative; width:100%; z-index:0; }
.home-visual-v8 .home-explainer-stage::before { display:none; }
.home-visual-v8 .home-explainer-stage video { background:#020914; display:block; height:100%; object-fit:contain; position:relative; width:100%; z-index:2; }
.home-value-strip .evidence-grid > div { align-items:start; display:grid; gap:13px; grid-template-columns:38px minmax(0,1fr); }
.home-value-strip .evidence-icon { align-items:center; background:#eff7ff; border:1px solid #cfe6f8; border-radius:11px; color:var(--navy-900); display:flex; height:36px; justify-content:center; width:36px; }
.home-value-strip .evidence-icon svg { fill:none; height:24px; overflow:visible; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.55; width:24px; }
.home-value-strip .evidence-icon svg circle:last-child { stroke:var(--electric); }
.home-value-strip .evidence-copy { min-width:0; }
.home-value-strip .evidence-copy strong { font-size:10px; letter-spacing:.02em; margin-bottom:5px; }
.home-value-strip .evidence-copy > span { font-size:10px; line-height:1.5; }
.story-visual-v8 .story-intro { align-items:center; display:grid; gap:clamp(40px,7vw,92px); grid-template-columns:minmax(0,1.12fr) minmax(320px,.68fr); margin-bottom:52px; }
.story-visual-v8 .story-intro-copy h2 { font-size:clamp(2.35rem,4.5vw,4.55rem); letter-spacing:-.055em; line-height:.98; margin:0 0 24px; }
.story-visual-v8 .story-intro-copy > p:last-child { color:var(--muted); font-size:18px; line-height:1.7; margin:0; max-width:720px; }
.story-portrait { aspect-ratio:4/5; border:1px solid #d5e4ef; border-radius:28px; box-shadow:0 28px 70px rgba(12,42,73,.16); margin:0; overflow:hidden; position:relative; }
.story-portrait::after { background:linear-gradient(180deg,transparent 68%,rgba(5,25,48,.2)); content:""; inset:0; pointer-events:none; position:absolute; }
.story-portrait img { display:block; height:100%; object-fit:cover; object-position:62% 38%; width:100%; }
.story-visual-v8 .journey-card { min-height:310px; padding-top:76px; }
.story-visual-v8 .journey-card h3 { font-size:24px; }
.story-visual-v8 .journey-card p { font-size:15px; line-height:1.65; }
.signal-visual { align-self:center; aspect-ratio:3/2; border:1px solid rgba(104,187,255,.25); border-radius:30px; box-shadow:0 34px 90px rgba(0,0,0,.27); margin:0; overflow:hidden; position:relative; }
.signal-visual::after { background:linear-gradient(120deg,rgba(4,20,39,.1),transparent 45%,rgba(38,161,247,.08)); content:""; inset:0; pointer-events:none; position:absolute; }
.signal-visual img { display:block; height:100%; object-fit:cover; object-position:50% 50%; width:100%; }
@media (max-width:1020px) {
  .home-value-strip .evidence-grid > div { padding-inline:18px; }
  .story-visual-v8 .story-intro { gap:42px; grid-template-columns:minmax(0,1fr) minmax(290px,.62fr); }
}
@media (max-width:920px) {
  .story-visual-v8 .story-intro { grid-template-columns:1fr; }
  .story-portrait { aspect-ratio:16/9; max-height:430px; }
  .story-portrait img { object-position:58% 34%; }
  .signal-visual { max-width:760px; width:100%; }
}
@media (max-width:760px) {
  .home-value-strip .evidence-grid > div { padding:20px 0; }
  .story-visual-v8 .story-intro { gap:30px; margin-bottom:34px; }
  .story-visual-v8 .story-intro-copy h2 { font-size:clamp(2.35rem,11vw,3.3rem); }
  .story-visual-v8 .story-intro-copy > p:last-child { font-size:16px; }
  .story-portrait { aspect-ratio:4/5; max-height:none; }
  .story-visual-v8 .journey-card { min-height:0; padding-top:68px; }
  .signal-visual { border-radius:22px; }
}
@media (max-width:420px) {
  .home-visual-v8 .home-ott-stage img { object-position:50% 50%; }
  .home-value-strip .evidence-grid > div { gap:11px; grid-template-columns:36px minmax(0,1fr); }
  .story-portrait { border-radius:22px; }
}

.story-portrait,
.signal-visual { justify-self:center; width:100%; }
.story-portrait img,
.signal-visual img { object-position:50% 50%; }

.tangible-proof-section {
  background:
    radial-gradient(circle at 9% 9%,rgba(50,169,255,.17),transparent 26%),
    radial-gradient(circle at 91% 86%,rgba(19,110,210,.2),transparent 32%),
    #061a32;
  color:#fff;
  overflow:hidden;
  position:relative;
}
.tangible-proof-heading { display:grid; gap:18px; grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr); margin-bottom:42px; }
.tangible-proof-heading .eyebrow { grid-column:1/-1; margin:0; }
.tangible-proof-heading h2 { color:#fff; font-size:clamp(2.35rem,3.8vw,3.85rem); line-height:1.01; margin:0; max-width:850px; }
.tangible-proof-heading > p:last-child { color:#bcd0e4; line-height:1.7; margin:0; max-width:560px; }
.tangible-proof-grid { display:grid; gap:18px; grid-template-columns:repeat(12,minmax(0,1fr)); }
.tangible-proof-card { background:rgba(255,255,255,.055); border:1px solid rgba(116,194,255,.24); border-radius:24px; display:flex; flex-direction:column; min-width:0; padding:clamp(28px,3.5vw,46px); }
.tangible-proof-card-featured { grid-column:span 6; min-height:430px; }
.tangible-proof-card-wide { align-items:center; display:grid; gap:30px; grid-column:1/-1; grid-template-columns:minmax(220px,.62fr) minmax(320px,1.2fr) auto; min-height:190px; }
.tangible-proof-number { color:#68c0ff; display:block; font-size:10px; font-weight:850; letter-spacing:.13em; margin-bottom:44px; }
.tangible-proof-card h3 { color:#fff; font-size:clamp(1.75rem,2.4vw,2.55rem); line-height:1.07; margin:0 0 20px; max-width:650px; }
.tangible-proof-card p { color:#c0d1e2; line-height:1.7; margin:0; }
.tangible-proof-card > strong { color:#fff; font-size:12px; letter-spacing:.02em; margin-top:24px; }
.tangible-proof-card .text-link { color:#70c5ff; margin-top:auto; padding-top:30px; }
.tangible-proof-card-wide .tangible-proof-number { margin-bottom:16px; }
.tangible-proof-card-wide h3 { margin:0; }
.tangible-proof-card-wide .text-link { justify-self:end; margin:0; padding:0; white-space:nowrap; }

.story-risk-section { background:#f7fbff; }
.story-risk-section .story-intro { grid-template-columns:minmax(0,.85fr) minmax(520px,1.15fr); margin-bottom:0; }
.story-risk-section .story-portrait { aspect-ratio:3/2; max-width:760px; }
.story-risk-section .story-portrait img { object-position:50% 50%; }
.story-risk-section .story-portrait figcaption { background:rgba(3,18,36,.82); bottom:14px; color:#dcecff; font-size:10px; left:14px; line-height:1.45; max-width:calc(100% - 28px); padding:9px 12px; position:absolute; z-index:2; }
.risk-points { display:grid; gap:11px; list-style:none; margin:30px 0 0; padding:0; }
.risk-points li { background:#fff; border:1px solid #dbe8f2; border-radius:12px; color:#4c6278; font-size:13px; line-height:1.55; padding:13px 15px; }
.risk-points strong { color:var(--navy-900); }

@media (max-width:1020px) {
  .tangible-proof-heading { grid-template-columns:1fr; }
  .tangible-proof-heading .eyebrow { grid-column:auto; }
  .story-risk-section .story-intro { grid-template-columns:1fr; }
}
@media (max-width:920px) {
  .tangible-proof-card-wide { align-items:start; grid-template-columns:1fr; }
  .tangible-proof-card-wide .text-link { justify-self:start; white-space:normal; }
}
@media (max-width:760px) {
  .tangible-proof-card-featured,
  .tangible-proof-card-wide { grid-column:1/-1; min-height:0; }
  .tangible-proof-card-wide { align-items:start; grid-template-columns:1fr; }
  .tangible-proof-card-wide .text-link { justify-self:start; }
  .tangible-proof-number { margin-bottom:28px; }
  .story-risk-section .story-portrait { aspect-ratio:3/2; }
  .story-risk-section .story-portrait figcaption { bottom:8px; font-size:9px; left:8px; max-width:calc(100% - 16px); }
}
@media (min-width:1121px) {
  h2 { font-size:clamp(1.96rem,3.2vw,3.48rem); }
  .hero h1 { font-size:clamp(2.76rem,4.16vw,4.08rem); }
  .home-direct-v2 .hero h1 { font-size:clamp(2.68rem,4vw,3.88rem); }
  .subpage-copy h1 { font-size:clamp(2.4rem,3.52vw,3.84rem); }
  .pricing-hero-copy h1 { font-size:clamp(2.84rem,4.72vw,4.6rem); }
  .signal-copy h2,
  .signal-copy h3 { font-size:clamp(2.08rem,3.36vw,3.36rem); }
  .agent-copy h2 { font-size:clamp(1.96rem,3.2vw,3.2rem); }
  .case-copy h3 { font-size:clamp(1.6rem,2.72vw,2.64rem); }
  .wizard-copy h2 { font-size:clamp(1.88rem,3.12vw,3.12rem); }
  .evidence-copy h2 { font-size:clamp(1.92rem,3.04vw,3.04rem); }
  .pricing-copy h2 { font-size:clamp(1.6rem,2.64vw,2.6rem); }
  .faq-intro h2 { font-size:clamp(1.92rem,2.96vw,3rem); }
  .closing-inner h2 { font-size:clamp(2.64rem,4.8vw,5.12rem); }
  .page-heading h2 { font-size:clamp(2rem,3.6vw,3.6rem); }
  .page-cta h2 { font-size:clamp(1.84rem,3.2vw,3.2rem); }
  .secondary-capability-strip h2 { font-size:clamp(1.4rem,2vw,2.08rem); }
  .lead-capture-panel h2 { font-size:clamp(1.52rem,2.4vw,2.24rem); }
  .story-visual-v8 .story-intro-copy h2 { font-size:clamp(1.88rem,3.6vw,3.64rem); }
  .tangible-proof-heading h2 { font-size:clamp(1.88rem,3.04vw,3.08rem); }
  .founder-offer h2 { font-size:clamp(1.68rem,2.72vw,2.76rem); }
}

.case-visual.platform-photo-v13-1,
.subpage-visual.platform-photo-v13-1 {
  aspect-ratio:1672 / 941;
  background:#e7edf2;
  height:auto;
  min-height:0;
}
.platform-photo-v13-1::before,
.platform-photo-v13-1::after {
  display:none;
}
.platform-photo-v13-1 > img {
  display:block;
  height:100%;
  object-fit:cover;
  object-position:50% 50%;
  width:100%;
}
