:root {
  --ink: #0b0b12;
  --ink-soft: #17131b;
  --ink-muted: #4f4853;
  --plum: #22101f;
  --plum-deep: #150713;
  --magenta: #f23eb1;
  --magenta-bright: #ff67c9;
  --magenta-dark: #a7136d;
  --violet: #8a5cff;
  --paper: #ffffff;
  --warm: #f8f5f3;
  --rose-wash: #f7eef4;
  --line: #e8e1e6;
  --line-dark: rgba(255, 255, 255, 0.15);
  --muted: #68606b;
  --success: #9af4cc;
  --radius-sm: 10px;
  --radius: 20px;
  --radius-lg: 32px;
  --shadow: 0 26px 70px rgba(29, 9, 24, 0.16);
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

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

button,
summary,
select {
  cursor: pointer;
}

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

:focus-visible {
  outline: 3px solid var(--magenta-bright);
  outline-offset: 4px;
}

.site-shell {
  overflow: clip;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(11, 11, 18, 0.09);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
}

.wordmark {
  display: inline-block;
  color: #202024;
  font-size: 1.55rem;
  font-weight: 720;
  letter-spacing: -0.07em;
  line-height: 1;
}

.wordmark span {
  color: var(--magenta);
}

.wordmark--light {
  color: #fff;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  color: #39333c;
  font-size: 0.94rem;
  font-weight: 550;
}

.desktop-nav a {
  position: relative;
  padding-block: 10px;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--magenta);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 14px 21px;
  border: 0;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button svg,
.text-link svg,
.audience-card__body > a svg {
  width: 19px;
  height: 19px;
}

.button--small {
  min-height: 44px;
  padding: 11px 17px;
  font-size: 0.88rem;
}

.button--dark {
  background: var(--ink);
  color: #fff;
}

.button--dark:hover {
  background: #2d1727;
}

.button--accent {
  background: var(--magenta);
  color: #1b0716;
  box-shadow: 0 12px 34px rgba(242, 62, 177, 0.24);
}

.button--accent:hover {
  background: var(--magenta-bright);
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 82px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 22%, rgba(242, 62, 177, 0.12), transparent 31%),
    linear-gradient(118deg, #0b0b12 0%, #160c16 52%, #261024 100%);
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.24;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, #000, transparent 75%);
}

.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.25;
}

.hero-glow--one {
  width: 360px;
  height: 360px;
  top: -100px;
  right: 25%;
  background: var(--violet);
}

.hero-glow--two {
  width: 420px;
  height: 420px;
  right: -180px;
  bottom: -180px;
  background: var(--magenta);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  align-items: center;
  gap: clamp(48px, 6vw, 92px);
  padding-block: clamp(70px, 8vw, 116px);
}

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

.eyebrow {
  margin-bottom: 18px;
  color: var(--magenta-dark);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: var(--magenta-bright);
}

.hero h1 {
  max-width: 800px;
  margin-bottom: 28px;
  font-size: clamp(3.2rem, 4.8vw, 5.15rem);
  font-weight: 680;
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.hero-lead {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.12rem, 1.55vw, 1.34rem);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}

.text-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
  font-weight: 650;
}

.text-action:hover {
  color: #fff;
}

.play-dot {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: var(--magenta-bright);
  font-size: 0.65rem;
  text-indent: 2px;
}

.hero-note {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.88rem;
}

.hero-visual {
  position: relative;
  margin: 0;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -22px;
  right: -24px;
  bottom: 36px;
  left: 42px;
  border: 1px solid rgba(242, 62, 177, 0.34);
  border-radius: var(--radius-lg);
}

.hero-visual > img {
  width: 100%;
  height: clamp(540px, 64vh, 680px);
  min-height: 0;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.48);
}

.hero-visual__caption {
  position: absolute;
  top: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(10, 7, 14, 0.7);
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 650;
}

.signal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--magenta-bright);
  box-shadow: 0 0 0 5px rgba(242, 62, 177, 0.15);
}

.hero-visual__flow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(12, 8, 15, 0.78);
  backdrop-filter: blur(15px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-visual__flow i {
  color: var(--magenta-bright);
  font-style: normal;
}

.outcome-strip {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

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

.outcome-grid article {
  min-height: 138px;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 14px;
  padding: 28px clamp(18px, 2.1vw, 31px);
  border-left: 1px solid var(--line);
}

.outcome-grid article:last-child {
  border-right: 1px solid var(--line);
}

.outcome-grid svg {
  width: 25px;
  height: 25px;
  padding: 4px;
  border-radius: 50%;
  background: var(--rose-wash);
  color: var(--magenta-dark);
}

.outcome-grid h2 {
  margin-bottom: 7px;
  font-size: 0.95rem;
  line-height: 1.2;
}

.outcome-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.section {
  padding-block: clamp(82px, 10vw, 142px);
}

.section--warm {
  background: var(--warm);
}

.section--dark {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}

.section--dark::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  right: -260px;
  bottom: -280px;
  border-radius: 50%;
  background: rgba(242, 62, 177, 0.17);
  filter: blur(90px);
}

.section-heading {
  max-width: 650px;
}

.section-heading--wide {
  max-width: 860px;
  margin-bottom: 54px;
}

.section-heading--inverse {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-bottom: 70px;
}

.section-heading h2,
.security-copy h2,
.conversation h2 {
  margin-bottom: 24px;
  font-size: clamp(2.55rem, 4.5vw, 4.75rem);
  font-weight: 660;
  line-height: 1.04;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.section-heading > p:last-child,
.security-copy > p,
.conversation-grid > div > p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.section-heading--inverse > p:last-child {
  color: rgba(255, 255, 255, 0.64);
}

.opportunity-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}

.section-heading--sticky {
  position: sticky;
  top: 130px;
}

.large-copy {
  margin-bottom: 24px;
  color: var(--ink) !important;
  font-size: clamp(1.45rem, 2.1vw, 2.05rem) !important;
  line-height: 1.45 !important;
  letter-spacing: -0.03em;
}

.opportunity-copy > p:not(.large-copy) {
  max-width: 680px;
  margin-bottom: 48px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.value-list {
  border-top: 1px solid #dcd3d8;
}

.value-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  padding-block: 28px;
  border-bottom: 1px solid #dcd3d8;
}

.value-list article > span {
  color: var(--magenta-dark);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.value-list h3 {
  margin-bottom: 8px;
  font-size: 1.18rem;
}

.value-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.workflow-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-list::before {
  content: "";
  position: absolute;
  top: 35px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--magenta), var(--violet), transparent);
}

.workflow-list li {
  position: relative;
  padding: 0 clamp(15px, 1.8vw, 27px);
  border-left: 1px solid var(--line-dark);
}

.workflow-list li:last-child {
  border-right: 1px solid var(--line-dark);
}

.workflow-number {
  position: relative;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: var(--ink);
  color: var(--magenta-bright);
  font-size: 0.84rem;
  font-weight: 750;
  box-shadow: 0 0 0 10px var(--ink);
}

.workflow-list h3 {
  min-height: 54px;
  margin-bottom: 14px;
  font-size: 1.15rem;
  line-height: 1.3;
}

.workflow-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
  line-height: 1.65;
}

.workflow-return {
  position: relative;
  z-index: 1;
  margin-top: 55px;
  padding: 18px 24px;
  border: 1px solid rgba(242, 62, 177, 0.34);
  border-radius: 999px;
  background: rgba(242, 62, 177, 0.07);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  text-align: center;
}

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

.audience-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  transition: transform 220ms ease, border-color 220ms ease;
}

.audience-card:hover {
  transform: translateY(-5px);
  border-color: #d5c2cf;
}

.audience-card__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--rose-wash);
}

.audience-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.03);
  transition: transform 500ms cubic-bezier(.2,.7,.2,1);
}

.audience-card:hover .audience-card__image img {
  transform: scale(1.035);
}

.audience-card__body {
  padding: clamp(26px, 3vw, 40px);
}

.audience-card__body .eyebrow {
  margin-bottom: 13px;
}

.audience-card h3 {
  margin-bottom: 18px;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.audience-card__body > p:not(.eyebrow) {
  margin-bottom: 25px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.66;
}

.audience-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.audience-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #39323c;
  font-size: 0.86rem;
  font-weight: 560;
}

.audience-card li svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--magenta-dark);
}

.audience-card__body > a,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--magenta-dark);
  font-size: 0.9rem;
  font-weight: 720;
}

.audience-card__body > a:hover,
.text-link:hover {
  color: #6f0c49;
}

.section--compare {
  background: var(--rose-wash);
}

.compare-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: clamp(50px, 8vw, 115px);
}

.compare-panel {
  overflow: hidden;
  border: 1px solid #dfd2db;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 20px 60px rgba(65, 20, 51, 0.07);
}

.compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #e2d6de;
}

.compare-row:first-child {
  border-top: 0;
}

.compare-row span {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 19px clamp(18px, 2.5vw, 32px);
  color: #6b626b;
  font-size: 0.9rem;
  line-height: 1.45;
}

.compare-row span + span {
  border-left: 1px solid #e2d6de;
  color: #251d26;
  font-weight: 620;
}

.compare-row svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--magenta-dark);
}

.compare-row--head {
  background: var(--plum);
}

.compare-row--head span {
  min-height: 62px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.compare-row--head span + span {
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--magenta-bright);
}

.journey-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.journey-grid .text-link {
  margin-top: 12px;
}

.video-frame {
  position: relative;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--warm);
  box-shadow: var(--shadow);
}

.video-frame::before {
  content: "34 sec";
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(11, 11, 18, 0.76);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.video-frame video {
  width: 100%;
  border-radius: 13px;
  background: var(--plum-deep);
}

.security-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(125deg, #160713, #2b1027 58%, #160713);
  color: #fff;
}

.security-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.42) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(circle at 25% 50%, #000, transparent 55%);
}

.security-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
}

.security-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.vault-orbit {
  position: absolute;
  border: 1px solid rgba(242, 62, 177, 0.42);
  border-radius: 50%;
}

.vault-orbit::before,
.vault-orbit::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--magenta-bright);
  box-shadow: 0 0 20px var(--magenta);
}

.vault-orbit::before {
  top: 8%;
  left: 23%;
}

.vault-orbit::after {
  right: 6%;
  bottom: 23%;
}

.vault-orbit--outer {
  width: 460px;
  height: 460px;
  animation: orbit 24s linear infinite;
}

.vault-orbit--inner {
  width: 320px;
  height: 320px;
  border-style: dashed;
  opacity: 0.65;
  animation: orbit 18s linear infinite reverse;
}

.vault-core {
  position: relative;
  z-index: 1;
  width: 210px;
  height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #622452, #21091d 70%);
  box-shadow: 0 0 80px rgba(242, 62, 177, 0.25), inset 0 0 45px rgba(255, 255, 255, 0.05);
  text-align: center;
}

.vault-core::before {
  content: "";
  width: 30px;
  height: 26px;
  margin-bottom: 16px;
  border: 2px solid var(--magenta-bright);
  border-radius: 5px;
  box-shadow: 0 -10px 0 -5px #21091d, 0 -10px 0 -3px var(--magenta-bright);
}

.vault-core span {
  color: var(--magenta-bright);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vault-core strong {
  max-width: 130px;
  margin-top: 7px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.orbit-label {
  position: absolute;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(23, 7, 21, 0.78);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 650;
}

.orbit-label--one { top: 12%; left: 5%; }
.orbit-label--two { top: 25%; right: 0; }
.orbit-label--three { bottom: 18%; left: 0; }
.orbit-label--four { right: 7%; bottom: 7%; }

@keyframes orbit {
  to { transform: rotate(360deg); }
}

.security-copy h2 {
  max-width: 750px;
}

.security-copy > p {
  color: rgba(255, 255, 255, 0.65);
}

.security-copy ul {
  display: grid;
  gap: 20px;
  margin: 34px 0;
  padding: 0;
  list-style: none;
}

.security-copy li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}

.security-copy li svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: var(--magenta-bright);
}

.security-copy li strong {
  color: #fff;
}

.security-note {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.78rem !important;
}

.faq-section {
  background: var(--warm);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}

.faq-list {
  border-top: 1px solid #dcd4d9;
}

.faq-list details {
  border-bottom: 1px solid #dcd4d9;
}

.faq-list summary {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 4px;
  color: #251f26;
  font-weight: 650;
  list-style: none;
}

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

.faq-list summary span {
  color: var(--magenta-dark);
  font-size: 1.35rem;
  transition: transform 180ms ease;
}

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

.faq-list details p {
  max-width: 720px;
  margin: -3px 0 25px;
  padding-right: 50px;
  color: var(--muted);
  line-height: 1.68;
}

.conversation {
  padding-block: clamp(80px, 9vw, 130px);
  background: var(--ink);
  color: #fff;
}

.conversation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
}

.conversation h2 {
  max-width: 680px;
}

.conversation-grid > div > p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.64);
}

.conversation-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.conversation-prompts span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
}

.lead-form {
  display: grid;
  gap: 18px;
  padding: clamp(28px, 4vw, 45px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form label > span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 650;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.lead-form input,
.lead-form select {
  min-height: 50px;
  padding: 0 14px;
}

.lead-form textarea {
  min-height: 120px;
  padding: 13px 14px;
  resize: vertical;
}

.lead-form option {
  color: var(--ink);
}

.lead-form .button {
  justify-self: start;
  margin-top: 3px;
}

.form-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.69rem;
  line-height: 1.45;
}

.lead-form--success {
  min-height: 420px;
  align-content: center;
  justify-items: start;
}

.lead-form__success-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--magenta);
  color: var(--plum-deep);
  font-size: 1.4rem;
  font-weight: 800;
}

.lead-form--success h3 {
  margin: 6px 0 0;
  font-size: 1.65rem;
}

.lead-form--success p {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.65;
}

.lead-form--success button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--magenta-bright);
}

.site-footer {
  padding-block: 62px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #08080c;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.7fr 0.8fr 1fr;
  gap: 40px;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-grid > div:first-child p {
  max-width: 330px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.86rem;
  line-height: 1.55;
}

.footer-label {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.8rem;
}

.footer-grid a:hover {
  color: #fff;
}

.footer-final {
  justify-content: flex-end;
  align-items: flex-end !important;
  text-align: right;
}

.footer-final p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
}

.footer-final span {
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.7rem;
}

@media (max-width: 1100px) {
  .header-inner {
    gap: 22px;
  }

  .desktop-nav {
    gap: 16px;
    font-size: 0.84rem;
  }

  .hero-grid {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(3.05rem, 4.8vw, 4.55rem);
  }

  .hero-visual > img {
    height: clamp(520px, 61vh, 630px);
  }

  .workflow-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 0;
  }

  .workflow-list::before {
    display: none;
  }

  .workflow-list li:nth-child(4) {
    border-left: 1px solid var(--line-dark);
  }

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

  .audience-card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
  }

  .audience-card__image {
    height: 100%;
    aspect-ratio: auto;
  }

  .security-grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 55px;
  }

  .vault-orbit--outer {
    width: 390px;
    height: 390px;
  }

  .vault-orbit--inner {
    width: 280px;
    height: 280px;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 72px;
  }

  .desktop-nav,
  .header-inner > .button {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 50%;
    list-style: none;
  }

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

  .mobile-menu summary span {
    width: 18px;
    height: 1.5px;
    background: var(--ink);
  }

  .mobile-menu nav {
    position: absolute;
    top: 54px;
    right: 0;
    width: min(310px, calc(100vw - 32px));
    display: grid;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(31, 12, 25, 0.16);
  }

  .mobile-menu nav a {
    padding: 13px 12px;
    border-bottom: 1px solid var(--line);
    color: #3d353f;
    font-size: 0.9rem;
  }

  .mobile-menu nav a:last-child {
    margin-top: 9px;
    border: 0;
    border-radius: 10px;
    background: var(--ink);
    color: #fff;
    text-align: center;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-block: 75px;
  }

  .hero-copy {
    max-width: 740px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 10vw, 5rem);
  }

  .hero-visual {
    max-width: 720px;
  }

  .hero-visual > img {
    height: 520px;
  }

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

  .outcome-grid article:nth-child(3) {
    border-top: 1px solid var(--line);
  }

  .outcome-grid article:nth-child(4) {
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }

  .opportunity-grid,
  .compare-grid,
  .journey-grid,
  .security-grid,
  .faq-grid,
  .conversation-grid {
    grid-template-columns: 1fr;
  }

  .section-heading--sticky {
    position: static;
  }

  .opportunity-grid,
  .compare-grid,
  .journey-grid,
  .faq-grid,
  .conversation-grid {
    gap: 48px;
  }

  .compare-grid .section-heading,
  .journey-grid .section-heading,
  .faq-grid .section-heading {
    max-width: 760px;
  }

  .security-visual {
    min-height: 470px;
  }

  .security-copy {
    max-width: 760px;
  }

  .conversation-grid {
    align-items: stretch;
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .footer-final {
    grid-column: 1 / -1;
    align-items: flex-start !important;
    text-align: left;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 78px;
  }

  .wordmark {
    font-size: 1.38rem;
  }

  .hero-grid {
    padding-block: 58px 70px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .hero-lead {
    font-size: 1.04rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-visual > img {
    height: 410px;
  }

  .hero-visual__flow {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

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

  .outcome-grid article {
    min-height: 112px;
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }

  .outcome-grid article:first-child {
    border-top: 0;
  }

  .section {
    padding-block: 78px;
  }

  .section-heading h2,
  .security-copy h2,
  .conversation h2 {
    font-size: clamp(2.35rem, 10.5vw, 3.4rem);
  }

  .workflow-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .workflow-list li,
  .workflow-list li:last-child {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    padding: 24px 0;
    border: 0;
    border-top: 1px solid var(--line-dark);
  }

  .workflow-number {
    width: 52px;
    height: 52px;
    margin: 0;
    box-shadow: none;
  }

  .workflow-list h3 {
    min-height: 0;
    margin-bottom: 7px;
  }

  .workflow-return {
    border-radius: 14px;
    line-height: 1.5;
  }

  .audience-card {
    grid-template-columns: 1fr;
  }

  .audience-card__image {
    aspect-ratio: 16 / 10;
  }

  .compare-row span {
    min-height: 94px;
    padding: 15px 13px;
    font-size: 0.78rem;
  }

  .compare-row--head span {
    min-height: 70px;
    font-size: 0.66rem;
  }

  .security-visual {
    min-height: 360px;
    transform: scale(0.82);
    margin-block: -45px;
  }

  .vault-orbit--outer {
    width: 370px;
    height: 370px;
  }

  .vault-orbit--inner {
    width: 270px;
    height: 270px;
  }

  .faq-list summary {
    min-height: 72px;
  }

  .faq-list details p {
    padding-right: 16px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .lead-form {
    padding: 24px 20px;
  }

  .lead-form .button {
    width: 100%;
  }

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

  .footer-grid > div:first-child,
  .footer-final {
    grid-column: 1 / -1;
  }
}

/* Review page */
.review-page {
  min-height: 100vh;
  background: #fff;
  color: var(--ink);
}

.review-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 9, 14, 0.94);
  color: #fff;
  backdrop-filter: blur(16px);
}

.review-header__inner {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.review-brand {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 760;
  letter-spacing: -0.065em;
}

.review-brand span {
  color: var(--magenta);
}

.review-header nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.review-header nav a {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
}

.review-header nav a:hover {
  color: #fff;
}

.review-prototype-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--magenta-bright);
  font-size: 0.82rem;
  font-weight: 700;
}

.review-hero {
  padding-block: clamp(90px, 11vw, 155px);
  background:
    radial-gradient(circle at 78% 15%, rgba(138, 92, 255, 0.22), transparent 30%),
    radial-gradient(circle at 22% 100%, rgba(242, 62, 177, 0.16), transparent 33%),
    #0b0b12;
  color: #fff;
}

.review-hero__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: clamp(60px, 9vw, 130px);
}

.review-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 6.6rem);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.review-hero__summary {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.review-hero__summary p {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.96rem;
  line-height: 1.75;
}

.review-hero__summary p:last-child {
  margin-bottom: 0;
}

.review-hero__summary strong {
  color: var(--magenta-bright);
}

.review-evidence {
  border-bottom: 1px solid var(--line);
  background: var(--warm);
}

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

.review-evidence article {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 32px;
  border-left: 1px solid var(--line);
}

.review-evidence article:last-child {
  border-right: 1px solid var(--line);
}

.review-evidence strong {
  margin-bottom: 7px;
  color: var(--magenta-dark);
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.review-evidence span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.review-section {
  padding-block: clamp(82px, 9vw, 132px);
}

.review-section--tint {
  background: var(--rose-wash);
}

.review-section--dark {
  background: var(--ink);
  color: #fff;
}

.review-section__heading {
  max-width: 760px;
  margin-bottom: 54px;
}

.review-section__heading--wide {
  max-width: 940px;
}

.review-section__heading h2,
.review-final h2 {
  margin-bottom: 20px;
  font-size: clamp(2.55rem, 4.7vw, 4.8rem);
  font-weight: 650;
  line-height: 1.03;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.review-section__heading > p:last-child {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

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

.review-card {
  padding: clamp(28px, 3.4vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.review-card--positive {
  background: #f4fbf8;
}

.review-card--problem {
  background: #fff8f7;
}

.review-card--move {
  background: #faf6ff;
}

.review-card__label {
  margin-bottom: 18px;
  color: var(--magenta-dark);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.review-card h3 {
  margin-bottom: 22px;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.review-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-card li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.58;
}

.review-card li::before {
  content: "";
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--magenta);
}

.review-funnel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid #ddced8;
  border-radius: var(--radius);
  background: #ddced8;
}

.review-funnel article {
  min-height: 280px;
  padding: 32px 28px;
  background: rgba(255, 255, 255, 0.75);
}

.review-funnel span {
  color: var(--magenta-dark);
  font-size: 0.72rem;
  font-weight: 780;
}

.review-funnel h3 {
  margin: 34px 0 14px;
  font-size: 1.2rem;
}

.review-funnel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.62;
}

.review-copy-swap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
}

.review-copy-swap > div {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid #ddced8;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
}

.review-copy-swap > div:last-child {
  border-color: rgba(167, 19, 109, 0.33);
  background: var(--plum);
  color: #fff;
}

.review-copy-swap > div > p {
  color: var(--magenta-dark);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-copy-swap > div:last-child > p {
  color: var(--magenta-bright);
}

.review-copy-swap blockquote {
  margin: 28px 0;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.review-copy-swap span {
  color: var(--muted);
  font-size: 0.82rem;
}

.review-copy-swap > div:last-child span {
  color: rgba(255, 255, 255, 0.55);
}

.review-priority-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.review-priority-grid article {
  padding: clamp(29px, 3.5vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.review-priority-grid article > span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--rose-wash);
  color: var(--magenta-dark);
  font-size: 0.7rem;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.review-priority-grid h3 {
  margin: 24px 0;
  font-size: 1.35rem;
  letter-spacing: -0.025em;
}

.review-priority-grid ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 20px;
}

.review-priority-grid li {
  padding-left: 5px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.58;
}

.review-structure-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
}

.review-section--dark .review-section__heading {
  position: sticky;
  top: 120px;
  margin: 0;
}

.review-section--dark .review-section__heading h2 {
  color: #fff;
}

.review-section--dark .review-section__heading > p:last-of-type {
  color: rgba(255, 255, 255, 0.58);
}

.review-section--dark .review-section__heading a {
  display: inline-flex;
  gap: 9px;
  margin-top: 18px;
  color: var(--magenta-bright);
  font-size: 0.88rem;
  font-weight: 720;
}

.review-sequence {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
}

.review-sequence li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 24px;
  padding-block: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.review-sequence > li > span {
  color: var(--magenta-bright);
  font-size: 0.76rem;
  font-weight: 750;
}

.review-sequence h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.1rem;
}

.review-sequence p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.86rem;
  line-height: 1.58;
}

.review-nav-map {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-bottom: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.review-nav-map article {
  min-height: 250px;
  padding: 28px 24px;
  background: var(--warm);
}

.review-nav-map h3 {
  margin-bottom: 26px;
  font-size: 1.02rem;
}

.review-nav-map p {
  margin: 0;
  color: var(--muted);
  font-size: 0.81rem;
  line-height: 2;
}

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

.review-notes-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.review-notes-grid h3 {
  margin-bottom: 13px;
  font-size: 1.05rem;
}

.review-notes-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.65;
}

.review-final {
  padding-block: clamp(80px, 9vw, 125px);
  background: linear-gradient(115deg, var(--plum), #31102c);
  color: #fff;
}

.review-final__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 60px;
}

.review-final h2 {
  max-width: 920px;
  margin-bottom: 0;
}

.review-final a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--magenta);
  color: var(--plum-deep);
  font-size: 0.88rem;
  font-weight: 760;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .review-hero__grid,
  .review-structure-grid {
    grid-template-columns: 1fr;
  }

  .review-hero__summary {
    max-width: 760px;
  }

  .review-assessment-grid,
  .review-priority-grid,
  .review-notes-grid {
    grid-template-columns: 1fr;
  }

  .review-funnel {
    grid-template-columns: 1fr 1fr;
  }

  .review-structure-grid {
    gap: 52px;
  }

  .review-section--dark .review-section__heading {
    position: static;
  }

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

  .review-final__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 700px) {
  .review-header nav {
    display: none;
  }

  .review-header__inner {
    grid-template-columns: 1fr auto;
  }

  .review-prototype-link {
    font-size: 0.76rem;
  }

  .review-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.4rem);
  }

  .review-hero__summary {
    padding: 0;
    border: 0;
  }

  .review-evidence__grid {
    grid-template-columns: 1fr 1fr;
  }

  .review-evidence article:nth-child(3),
  .review-evidence article:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .review-copy-swap,
  .review-funnel,
  .review-nav-map {
    grid-template-columns: 1fr;
  }

  .review-funnel article {
    min-height: auto;
  }

  .review-nav-map article {
    min-height: auto;
  }

  .review-final a {
    justify-content: center;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
