/* AILeads.cz – vizuál podle dodaného mockupu */

:root {
  --navy-950: #020817;
  --navy-900: #071126;
  --ink: #11131a;
  --muted: #687083;
  --line: #e6e8ef;
  --white: #fff;
  --blue: #175cff;
  --cyan: #1eb7ff;
  --violet: #7139ff;
  --shadow: 0 20px 60px rgba(13, 24, 58, .12);
  --max: 1180px;
  --heading-accent: linear-gradient(90deg, #4aa3ff, #6d5cff 48%, #c056ff);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid #7d8cff; outline-offset: 3px; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 100;
  background: #fff;
  color: #111;
  padding: 8px 12px;
  border-radius: 8px;
}
.skip-link:focus { top: 12px; }
.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 100;
  background: #fff;
  color: #111;
  padding: 8px 12px;
  border-radius: 8px;
}
.skip-link:focus { top: 12px; }

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}
.icon-spark circle {
  fill: currentColor;
  stroke: none;
}
main {
  position: relative;
  z-index: 1;
}

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

.hero {
  --hero-blue: 0, 92, 255;
  --hero-blue-bright: 28, 129, 255;
  --hero-cyan: 71, 191, 255;
  --hero-indigo: 76, 77, 255;
  --hero-violet: 127, 83, 255;
  --hero-lavender: 200, 170, 255;
  position: relative;
  isolation: isolate;
  z-index: 2;
  overflow: visible;
  color: #fff;
  background:
    linear-gradient(
      108deg,
      #02050f 0%,
      #030819 34%,
      #05112d 58%,
      #0d2b72 76%,
      #3158c9 90%,
      #806fe9 100%
    );
  padding-bottom: 96px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
  pointer-events: none;
}
.hero-bg::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -13%;
  bottom: -31%;
  width: 52%;
  height: 66%;
  border-radius: 50%;
  background:
    radial-gradient(
      ellipse at center,
      rgba(255,255,255,.98) 0%,
      rgba(242,232,255,.92) 22%,
      rgba(215,190,255,.68) 43%,
      rgba(164,124,255,.30) 63%,
      rgba(132,100,255,0) 80%
    );
  filter: blur(34px);
}
.hero-bg-layer {
  position: absolute;
  pointer-events: none;
}
.hero-bg-left-dark {
  inset: 0 auto 0 0;
  width: 46%;
  background:
    radial-gradient(
      ellipse at 18% 25%,
      rgba(16, 30, 74, .24) 0%,
      rgba(4, 10, 27, .12) 42%,
      rgba(4, 10, 27, 0) 74%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, .10) 0%,
      rgba(0, 0, 0, .04) 58%,
      rgba(0, 0, 0, 0) 100%
    );
}
.hero-bg-mid-blue {
  left: 19%;
  bottom: -24%;
  width: 68%;
  height: 73%;
  border-radius: 50%;
  background:
    radial-gradient(
      ellipse at center,
      rgba(var(--hero-blue-bright), .98) 0%,
      rgba(var(--hero-blue), .76) 27%,
      rgba(var(--hero-indigo), .38) 49%,
      rgba(var(--hero-blue), .10) 66%,
      rgba(var(--hero-blue), 0) 80%
    );
  filter: blur(42px);
}
.hero-bg-bottom-blue {
  left: -8%;
  bottom: -20%;
  width: 76%;
  height: 47%;
  border-radius: 50%;
  background:
    radial-gradient(
      ellipse at center,
      rgba(var(--hero-cyan), .92) 0%,
      rgba(var(--hero-blue-bright), .66) 30%,
      rgba(var(--hero-blue), .28) 52%,
      rgba(var(--hero-blue), 0) 75%
    );
  filter: blur(44px);
  opacity: .92;
}
.hero-bg-right-violet {
  right: -11%;
  bottom: -30%;
  width: 66%;
  height: 86%;
  border-radius: 50%;
  background:
    radial-gradient(
      ellipse at center,
      rgba(244, 237, 255, 1) 0%,
      rgba(218, 194, 255, .98) 20%,
      rgba(var(--hero-lavender), .92) 36%,
      rgba(var(--hero-violet), .68) 55%,
      rgba(var(--hero-indigo), .28) 70%,
      rgba(var(--hero-violet), 0) 84%
    );
  filter: blur(52px);
}
.hero-bg-right-light {
  right: -8%;
  bottom: -28%;
  width: 54%;
  height: 82%;
  border-radius: 48% 0 0 48%;
  transform: rotate(-18deg);
  transform-origin: 100% 100%;
  background:
    linear-gradient(
      88deg,
      rgba(120, 102, 255, 0) 0%,
      rgba(151, 126, 255, .18) 18%,
      rgba(192, 161, 255, .58) 43%,
      rgba(224, 207, 255, .88) 66%,
      rgba(245, 240, 255, .98) 84%,
      rgba(255, 255, 255, 1) 100%
    );
  filter: blur(22px);
}
.hero-bg-right-wash {
  display: none;
}
.hero-bg-floor-haze {
  left: -5%;
  right: -5%;
  bottom: -8%;
  height: 31%;
  background:
    radial-gradient(
      ellipse at 37% 100%,
      rgba(84, 173, 255, .82) 0%,
      rgba(46, 115, 255, .52) 30%,
      rgba(72, 89, 255, .18) 55%,
      rgba(72, 89, 255, 0) 74%
    ),
    radial-gradient(
      ellipse at 88% 100%,
      rgba(255, 255, 255, 1) 0%,
      rgba(239, 226, 255, .98) 20%,
      rgba(210, 180, 255, .88) 38%,
      rgba(156, 111, 255, .48) 58%,
      rgba(137, 91, 255, 0) 80%
    );
  filter: blur(20px);
}
.hero-art {
  --hero-art-scale: 1.27;
  --hero-art-x: -40%;
  --hero-art-y: -50%;
  --hero-art-dx: -31px;
  --hero-art-dy: -14px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 52%;
  width: clamp(323px, 28.5vw, 494px);
  max-width: none;
  transform: translate(var(--hero-art-x), var(--hero-art-y)) translate(var(--hero-art-dx), var(--hero-art-dy)) scale(var(--hero-art-scale));
  transform-origin: center center;
  pointer-events: none;
  user-select: none;
}
.hero-art img {
  display: block;
  width: 78%;
  height: auto;
  margin-inline: auto;
  mix-blend-mode: screen;
  filter:
    drop-shadow(0 30px 48px rgba(0, 32, 145, .32))
    drop-shadow(0 0 22px rgba(39, 152, 255, .34))
    drop-shadow(0 0 50px rgba(118, 91, 255, .22));
}
.hero-art-mobile { display: none; }

.hero-art::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 6%;
  right: -10%;
  bottom: -4%;
  height: 30%;
  border-radius: 50%;
  background:
    radial-gradient(
      ellipse at center,
      rgba(74, 161, 255, .72) 0%,
      rgba(91, 92, 255, .42) 46%,
      rgba(91, 92, 255, 0) 77%
    );
  filter: blur(26px);
}

.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 40;
}
.nav-wrap.is-stuck {
  background: rgba(5, 12, 30, .82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.nav {
  height: 76px;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.hero .nav { height: 84px; }
.hero .brand { font-size: 21px; }
.hero .brand img {
  width: 62px;
  height: 62px;
  mix-blend-mode: screen;
  filter:
    drop-shadow(-8px 0 14px rgba(70, 180, 255, .29))
    drop-shadow(0 0 18px rgba(48, 150, 255, .27));
}
.hero .nav-links {
  font-size: 12px;
  gap: 29px;
}
.hero .nav-cta {
  min-height: 44px;
  padding: 0 20px;
  font-size: 14px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 19px;
}
.brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(40, 180, 255, .45));
}
.nav-links {
  display: flex;
  gap: 26px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.nav-links a { opacity: .82; }
.nav-links a:hover { opacity: 1; }
.nav-cta {
  justify-self: end;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
}
.nav-toggle {
  display: none;
  justify-self: end;
  background: transparent;
  color: #fff;
  border: 0;
}

.btn {
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: .2s ease;
}
.btn svg { width: 16px; height: 16px; }
.btn:hover { transform: translateY(-1px); }
.btn-dark {
  color: #fff;
  background: #05070b;
  box-shadow: 0 0 0 1px rgba(255,255,255,.18);
}
.btn-gradient {
  color: #fff;
  background: linear-gradient(90deg, #6b46ff 0%, #3b6dff 52%, #2f8dff 100%);
  box-shadow: 0 10px 24px rgba(79, 70, 255, .32);
}
.btn-light {
  background: #fff;
  color: #111;
  border: 0;
  box-shadow: none;
  font-weight: 600;
}
.play-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid #111;
  display: grid;
  place-items: center;
}
.play-dot svg { width: 11px; height: 11px; }
.btn-full { width: 100%; }

.hero-grid {
  position: relative;
  z-index: 3;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(378px, 462px);
  gap: 32px;
  align-items: start;
  padding-top: 20px;
  padding-bottom: 36px;
}
.hero-copy { padding: 0 0 28px; }
.eyebrow {
  color: #5b6bff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.eyebrow-dark {
  width: fit-content;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(10, 17, 35, .55);
  border-radius: 999px;
}
.eyebrow-dark span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #15a2ff;
  box-shadow: 0 0 14px #15a2ff;
}
.eyebrow-dark b { color: #b07cff; font-weight: 600; }

.hero h1 {
  margin: 14px 0 12px;
  font-size: clamp(35px, 4.3vw, 54px);
  line-height: 1.22;
  letter-spacing: -.04em;
  max-width: 590px;
  font-weight: 600;
}
.hero h1 span {
  background: var(--heading-accent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.hero-lead {
  max-width: 480px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
}
.hero-actions { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.hero-copy .btn {
  font-size: 15px;
  min-height: 51px;
  font-weight: 500;
}
.platform-line {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.62);
  font-size: 14px;
  font-weight: 400;
}
.platform-line strong { color: #fff; font-size: 15px; font-weight: 500; }
.chatgpt-logo {
  width: 24px;
  height: 24px;
  color: #fff;
  fill: currentColor;
  stroke: none;
  flex: 0 0 auto;
  overflow: visible;
}
.chatgpt-logo path {
  fill: #fff;
  stroke: none;
}

.lead-card,
.closing-form {
  background: #fff;
  color: var(--ink);
  padding: 20px 22px 16px;
  border-radius: 20px;
  box-shadow: 0 22px 70px rgba(0,0,0,.28);
}
.hero-grid .lead-card {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 462px;
  justify-self: end;
}
.lead-card h2,
.lead-form h2 {
  margin: 0;
  font-size: 25px;
  letter-spacing: -.03em;
}
.lead-form > p[data-hero-only] {
  margin: 2px 0 12px;
  color: var(--muted);
  font-size: 13px;
}
.lead-form .field {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0 0 8px;
  padding: 7px 12px 8px;
  border: 1px solid #e4e7ee;
  border-radius: 10px;
  background: #fff;
}
.lead-form .field span {
  font-size: 11px;
  font-weight: 650;
  color: #6b7385;
  line-height: 1.2;
}
.lead-form .field input,
.lead-form .field textarea {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  line-height: 1.3;
  color: #151820;
  outline: none;
  min-height: 22px;
  box-shadow: none;
}
.lead-form .field textarea {
  resize: vertical;
  min-height: 48px;
}
[data-layout="v2"] .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 0 8px;
}
[data-layout="v2"] .form-row .field {
  margin: 0;
  min-width: 0;
}
[data-layout="v2"] .lead-form .field textarea {
  min-height: 92px;
}
.lead-form .field:focus-within {
  border-color: #6d5cff;
  box-shadow: 0 0 0 3px rgba(102, 81, 255, .10);
}
.consent,
.consent-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 4px 0 10px;
  font-size: 11px;
  color: #677083;
  line-height: 1.45;
}
.consent input {
  width: 15px;
  height: 15px;
  margin: 1px 0 0;
  flex: 0 0 auto;
}
.consent a,
.consent-note a { color: #275dff; text-decoration: underline; }
.lead-card .btn-full {
  min-height: 46px;
  border-radius: 999px;
  font-size: 14px;
  margin-top: 2px;
}
.lead-form.is-compact {
  padding: 16px 18px 14px;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  max-width: 640px;
}
.lead-form.is-compact .form-span,
.lead-form.is-compact .btn-full,
.lead-form.is-compact .form-note,
.lead-form.is-compact .form-status,
.lead-form.is-compact .consent,
.lead-form.is-compact .consent-note,
.lead-form.is-compact h2,
.lead-form.is-compact > p {
  grid-column: 1 / -1;
}
.lead-form.is-compact .field { margin: 0; }
.lead-form.is-compact textarea { min-height: 48px; }
.lead-form.is-compact .btn-full {
  min-height: 44px;
  border-radius: 999px;
  font-size: 14px;
}
.form-status { margin: 8px 0 0; font-size: 13px; color: var(--muted); }
.form-status.is-ok { color: #0f7a4a; }
.form-status.is-error { color: #c42b2b; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.benefit-strip {
  position: absolute;
  left: 50%;
  bottom: -58px;
  transform: translateX(-50%);
  z-index: 6;
  width: min(var(--max), calc(100% - 40px));
  min-height: 124px;
  padding: 22px 26px;
  background: #fff;
  color: var(--ink);
  border: 1px solid #eceef5;
  box-shadow: 0 18px 44px rgba(17, 27, 60, .1);
  border-radius: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 20px;
  align-items: center;
}
.benefit-strip article,
.why-grid article {
  display: flex;
  align-items: center;
  gap: 12px;
}
.benefit-strip article { gap: 16px; }
.benefit-strip h3,
.why-grid h3 { margin: 0 0 2px; font-size: 14px; }
.benefit-strip h3 { font-size: 15px; letter-spacing: -.02em; }
.benefit-strip p,
.why-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.benefit-strip p { font-size: 13px; line-height: 1.35; }
.icon-chip {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f3efff;
  color: #5b47f5;
  display: grid;
  place-items: center;
}
.icon-chip svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.85;
}
.benefit-strip .icon-plain {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7f4ff 0%, #f1edff 100%);
  color: #5b47f5;
  box-shadow:
    inset 0 0 0 1px #ece6ff,
    0 10px 20px rgba(91, 71, 245, .1);
}
.benefit-strip .icon-plain svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.7;
}

.section { padding: 88px 0; }
.process { padding-top: 144px; background: #fff; }
.section-heading { margin-bottom: 48px; }
.centered { text-align: center; }
.section-heading h2,
.platform-copy h2,
.reach h2,
.why-us h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 800;
}
.section-heading h2 span,
.platform-copy h2 span,
.reach h2 span,
.why-us h2 span {
  background: var(--heading-accent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.eyebrow-pill {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 14px;
  border: 1.5px solid #7c6dff;
  border-radius: 999px;
  color: #6b4dff;
  letter-spacing: .12em;
}
.process-sub {
  margin: 10px 0 0;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.15;
  color: var(--ink);
}

.steps {
  --step-icon: 58px;
  --arrow-inset: 16px;
  --arrow-color: #6b4dff;
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px 0;
  align-items: start;
}
.steps::before { display: none; }
.step { position: relative; z-index: 1; text-align: center; grid-row: 1; }
.step:nth-of-type(1) { grid-column: 1; }
.step:nth-of-type(2) { grid-column: 2; }
.step:nth-of-type(3) { grid-column: 3; }
.step:nth-of-type(4) { grid-column: 4; }
.step:nth-of-type(5) { grid-column: 5; }
.step:nth-of-type(6) { grid-column: 6; }
.step-icon {
  width: var(--step-icon);
  height: var(--step-icon);
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  border: 0;
  color: #6b4dff;
  background: #fff;
  box-shadow: 0 8px 22px rgba(40, 32, 90, .08);
}
.step-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.85;
}
.step-arrow {
  --i: 0;
  position: absolute;
  z-index: 0;
  grid-column: 1 / -1;
  grid-row: 1;
  top: 0;
  left: calc((var(--i) + .5) * 100% / 6 + var(--step-icon) / 2 + var(--arrow-inset));
  width: calc(100% / 6 - var(--step-icon) - 2 * var(--arrow-inset));
  height: var(--step-icon);
  pointer-events: none;
}
.step-arrow:nth-child(2) { --i: 0; }
.step-arrow:nth-child(4) { --i: 1; }
.step-arrow:nth-child(6) { --i: 2; }
.step-arrow:nth-child(8) { --i: 3; }
.step-arrow:nth-child(10) { --i: 4; }
.step-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 8px;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(
    90deg,
    rgba(107, 77, 255, 0) 0%,
    rgba(107, 77, 255, .12) 32%,
    rgba(107, 77, 255, .55) 62%,
    var(--arrow-color) 100%
  );
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
}
.step-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border: 3.5px solid transparent;
  border-left: 7px solid var(--arrow-color);
  border-right: 0;
  transform: translateY(-50%);
}
.step h3 { margin: 0 0 6px; font-size: 14px; }
.step p { margin: 0; color: var(--muted); font-size: 12px; }

.platform { padding-top: 24px; }
.platform-grid {
  display: grid;
  grid-template-columns: .9fr 1.5fr;
  gap: 56px;
  align-items: center;
}
.platform-copy p { color: #4e5668; font-size: 15px; max-width: 460px; }
.check-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.check-list li { display: flex; gap: 10px; align-items: center; font-size: 14px; }
.check-list svg { width: 18px; height: 18px; color: #3155ff; }

.chat-mockup {
  min-height: 380px;
  border: 1px solid #e8e8f0;
  background: #fff;
  border-radius: 24px;
  padding: 22px 28px 26px;
  box-shadow:
    0 24px 70px rgba(40, 41, 91, .1),
    32px 28px 60px rgba(66, 60, 255, .14);
}
.chat-top { display: flex; align-items: center; gap: 12px; color: #7b8190; font-size: 12px; }
.chat-question {
  width: fit-content;
  max-width: min(380px, 94%);
  margin: 18px 0 18px auto;
  background: #f1f1f3;
  padding: 10px 16px;
  border-radius: 16px 16px 6px 16px;
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
}
.chat-reply {
  max-width: 92%;
  color: #3a4150;
  font-size: 13px;
  line-height: 1.55;
}
.chat-reply p { margin: 0 0 10px; }
.chat-more {
  padding: 0;
  border: 0;
  background: none;
  color: #5b47f5;
  font: 600 12px/1.4 Inter, sans-serif;
  cursor: pointer;
}
.chat-more:hover { text-decoration: underline; }
.chat-more-body { margin-top: 10px; }
.chat-more-body ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: #5f6674;
  font-size: 12px;
  line-height: 1.45;
}
.ad-card {
  width: 72%;
  margin: 20px auto 0;
  padding: 18px 20px;
  border: 1px solid #d8ccff;
  border-radius: 14px;
  background: linear-gradient(135deg, #faf7ff, #f2edff);
}
.ad-card small { color: #717889; }
.ad-card h3 { margin: 6px 0 6px; font-size: 16px; }
.ad-card p { margin: 0 0 12px; font-size: 12px; }
.ad-card a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 7px 11px;
  background: #fff;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
}
.ad-card.ad-card--gpt {
  width: 100%;
  margin-top: 18px;
  padding: 0;
  border: 1px solid #e4e4e7;
  border-radius: 18px;
  background: #f4f4f5;
}
.ad-card--gpt .ad-gpt {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 10px;
  background: transparent;
  border-radius: 18px;
  color: inherit;
  font-size: inherit;
  font-weight: 400;
}
.ad-card--gpt .ad-visual {
  width: 84px;
  height: 84px;
  margin: 0;
  padding: 6px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(120% 80% at 12% 20%, rgba(255,255,255,.7), transparent 55%),
    linear-gradient(160deg, #d7ead0, #e7f0d8 48%, #efe6d4);
}
.ad-visual-art { width: 100%; height: 100%; display: block; }
.ad-gpt-copy { min-width: 0; }
.ad-gpt-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.ad-gpt-logo {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #7cbc6a, #4d8f4a);
}
.ad-gpt-logo svg { width: 9px; height: 9px; }
.ad-gpt-brand {
  font-size: 12px;
  font-weight: 600;
  color: #1f1f23;
  white-space: nowrap;
}
.ad-gpt-badge {
  padding: 1px 6px;
  border-radius: 4px;
  background: #e8e8ec;
  color: #6b6b74;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .02em;
}
.ad-gpt-menu {
  margin-left: auto;
  width: 14px;
  height: 14px;
  background:
    radial-gradient(circle at 50% 20%, #8b8b94 1.4px, transparent 1.5px),
    radial-gradient(circle at 50% 50%, #8b8b94 1.4px, transparent 1.5px),
    radial-gradient(circle at 50% 80%, #8b8b94 1.4px, transparent 1.5px);
}
.ad-gpt-copy strong {
  display: block;
  margin: 0 0 3px;
  color: #111;
  font-size: 14px;
  line-height: 1.3;
}
.ad-gpt-copy > span {
  display: block;
  color: #5f5f68;
  font-size: 12px;
  line-height: 1.4;
}
.ad-gpt-note {
  margin: 10px 2px 0;
  color: #8a8a93;
  font-size: 11px;
  line-height: 1.4;
}
.reach { padding-top: 12px; padding-bottom: 56px; scroll-margin-top: 88px; }
.reach .section-heading { margin-bottom: 32px; }
.reach-lead {
  margin: 14px auto 0;
  max-width: 560px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}
.reach-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #eceef4;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(28, 36, 80, .08);
  overflow: hidden;
}
.reach-card article {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 8px;
  padding: 36px 28px 32px;
}
.reach-card article + article {
  border-left: 1px solid #eceef4;
}
.reach-card .icon-chip {
  width: 52px;
  height: 52px;
  margin-bottom: 8px;
  background: #eef2ff;
  color: #2f5bff;
}
.reach-card .icon-chip svg {
  width: 24px;
  height: 24px;
}
.reach-card small {
  color: #2f5bff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.reach-card strong {
  color: #2f5bff;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
}
.reach-card p {
  margin: 0;
  max-width: 240px;
  color: var(--ink);
  font-size: 15px;
}
.reach-note {
  max-width: 230px;
  color: #8b91a1;
  font-size: 12px;
  line-height: 1.4;
}

[data-layout="v2"] .reach .section-heading { margin-bottom: 20px; }
[data-layout="v2"] .reach-card article {
  padding: 22px 24px 20px;
  gap: 6px;
}
[data-layout="v2"] .reach-card .icon-chip {
  width: auto;
  height: auto;
  margin-bottom: 2px;
  background: none;
  color: #6b4dff;
}
[data-layout="v2"] .reach-card .icon-chip svg {
  width: 32px;
  height: 32px;
  fill: url(#icon-blend);
  fill-opacity: .22;
  stroke: url(#icon-blend);
  stroke-width: 1.9;
}
[data-layout="v2"] .reach-card strong {
  color: #6b4dff;
}
[data-layout="v2"] .audience-card > svg {
  fill: url(#icon-blend);
  fill-opacity: .2;
  stroke: url(#icon-blend);
}
[data-layout="v2"] .step-icon svg,
[data-layout="v2"] .benefit-strip .icon-plain svg {
  stroke: url(#icon-blend);
}

.audience { padding-top: 20px; }
[data-layout="v2"] .audience {
  padding-bottom: 16px;
}
[data-layout="v2"] .process {
  padding-top: 28px;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.audience-card {
  min-height: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid #eceef4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 28, 60, .04);
}
.audience-card > svg {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  color: #3d47ff;
}
.audience-card h3 { margin: 0; font-size: 15px; }
.audience-card p { margin: 0; color: var(--muted); font-size: 13px; }

.results { padding: 8px 0 28px; }
.results-panel {
  border-radius: 18px;
  padding: 28px 34px;
  background: linear-gradient(90deg, #f6f4ff, #f3f6ff 48%, #f8f2ff);
}
.centered-eyebrow { text-align: center; margin-bottom: 16px; }
.metrics {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  text-align: center;
}
.metrics h3 { margin: 0 0 6px; font-size: 22px; }
.metrics p { margin: 0 auto; max-width: 160px; color: var(--muted); font-size: 12px; }

.why-us { padding-top: 28px; }
.why-us > .shell > h2 { margin: 0 0 36px; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 32px;
}
.why-grid article {
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
}
.why-grid article > div {
  min-width: 0;
}
.why-grid .icon-chip {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #f7f5fb;
  box-shadow: 0 8px 20px rgba(28, 36, 72, .08);
  color: #4d3dff;
}
.why-grid .icon-chip svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.75;
}
.why-grid h3 { font-size: 16px; font-weight: 750; letter-spacing: -.02em; }
.why-grid p { font-size: 13.5px; line-height: 1.5; }

.faq { padding-top: 36px; }
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 10px; }
.faq details {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0;
  background: #fff;
}
.faq summary {
  cursor: pointer;
  font-weight: 750;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  color: #5b4dff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
.faq details[open] summary::after { content: "–"; }
.faq details p {
  color: var(--muted);
  margin: 0;
  padding: 0 18px 16px;
}

.closing { padding: 20px 0 32px; }
.closing-card {
  width: min(1480px, calc(100% - 32px));
  min-height: 0;
  border-radius: 40px;
  padding: 44px 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 640px);
  gap: 40px;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(180deg, #02050f 0%, transparent 14%),
    linear-gradient(0deg, #02050f 0%, transparent 42%),
    linear-gradient(
      90deg,
      #02050f 0%,
      #061433 22%,
      #0c2f86 38%,
      #175cff 55%,
      #2a5fe0 78%,
      #7a72e8 100%
    );
  box-shadow: 0 24px 60px rgba(8, 14, 40, .32);
}
.closing-copy {
  display: flex;
  gap: 28px;
  align-items: center;
}
.closing-copy img {
  width: 168px;
  height: 168px;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: drop-shadow(0 22px 22px rgba(0,0,0,.28));
}
.closing-copy h2 {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.2;
  letter-spacing: -.04em;
  font-weight: 600;
}
.closing-copy h2 span:not(.keep-together) {
  background: var(--heading-accent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.keep-together { white-space: nowrap; }
.closing-copy p {
  margin: 14px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.45;
}
.closing-form {
  width: 100%;
  max-width: 640px;
  justify-self: end;
  padding: 18px 20px 16px;
  background: #fff;
  color: var(--ink);
  isolation: isolate;
}
.closing-form .consent-note,
.closing-form .consent-note a {
  color: #5c6578;
}
.closing-form .field {
  background: #fff;
}

.footer {
  background:
    radial-gradient(70% 90% at 0% 100%, rgba(46, 78, 210, .32), transparent 55%),
    #030914;
  color: #fff;
  padding: 56px 0 64px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, 1fr);
  gap: 48px;
}
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.02em;
  text-transform: none;
  color: #fff;
}
.footer a, .footer p, .footer small {
  color: rgba(255,255,255,.78);
  font-size: 14px;
  margin: 0;
}
.footer a:hover { color: #fff; }
.footer .brand img {
  width: 58px;
  height: 58px;
  mix-blend-mode: screen;
  filter:
    drop-shadow(-8px 0 14px rgba(70, 180, 255, .29))
    drop-shadow(0 0 18px rgba(48, 150, 255, .27));
}
.footer .brand span { color: #fff; font-size: 22px; }
.footer-brand p {
  max-width: 260px;
  margin: 10px 0 16px;
  line-height: 1.6;
  color: rgba(255,255,255,.58);
}
.footer small { color: rgba(255,255,255,.42); font-size: 13px; }
.footer-contact { gap: 10px; }
.footer-contact__name {
  color: #fff !important;
  font-weight: 600;
}
.footer-mail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 500;
}
.footer-mail-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #8b7cff;
  display: grid;
  place-items: center;
  color: #fff;
}
.footer-mail-icon .icon {
  width: 13px;
  height: 13px;
  stroke-width: 1.8;
}
.footer-mail-icon .icon:has(use[href="#i-linkedin"]) {
  fill: currentColor;
  stroke: none;
}
.footer-contact p {
  color: rgba(255,255,255,.5);
  font-size: 13px;
}
.footer-social {
  margin-top: 8px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #1a2030;
  color: #fff;
  display: grid;
  place-items: center;
}
.footer-social .icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1020px) {
  .nav { grid-template-columns: 1fr auto auto; }
  .nav-links {
    display: none;
    position: absolute;
    top: 76px;
    right: 0;
    min-width: 220px;
    padding: 18px;
    border-radius: 16px;
    background: #091126;
    border: 1px solid rgba(255,255,255,.12);
    flex-direction: column;
    gap: 14px;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .hero-grid { grid-template-columns: minmax(0, 1.35fr) minmax(336px, 420px); gap: 24px; }
  .hero-art {
    left: 50%;
    top: 54%;
    width: clamp(285px, 38vw, 437px);
    --hero-art-x: -34%;
  }
  .hero-bg-mid-blue {
    left: 13%;
    width: 75%;
  }
  .hero-bg-right-violet {
    right: -24%;
    width: 72%;
  }
  .hero-bg-right-light {
    right: -24%;
    width: 55%;
  }
  .benefit-strip { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: repeat(3, 1fr); row-gap: 36px; }
  .step,
  .step:nth-of-type(1),
  .step:nth-of-type(2),
  .step:nth-of-type(3),
  .step:nth-of-type(4),
  .step:nth-of-type(5),
  .step:nth-of-type(6) { grid-column: auto; grid-row: auto; }
  .step-arrow { display: none; }
  .platform-grid { grid-template-columns: 1fr; }
  .audience-grid,
  .why-grid { grid-template-columns: 1fr 1fr; }
  .closing-card { grid-template-columns: 1fr; }
  .closing-form,
  .lead-form.is-compact { max-width: none; justify-self: stretch; }
}

@media (max-width: 740px) {
  .shell { width: min(100% - 28px, var(--max)); }
  .hero {
    padding-bottom: 0;
    overflow: hidden;
    background:
      linear-gradient(
        180deg,
        #02050f 0%,
        #041027 38%,
        #0a2b70 62%,
        #365fc5 82%,
        #8f7de8 100%
      );
  }
  .nav { height: 56px; }
  .hero .nav { height: 56px; }
  .hero .brand { font-size: 15px; gap: 8px; }
  .hero .brand img { width: 32px; height: 32px; }
  .nav-links { top: 56px; }
  .nav-cta { display: none; }
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 0;
  }
  .hero-copy { padding: 12px 0 0; }
  .hero-grid .lead-card {
    max-width: none;
    justify-self: stretch;
  }
  .hero h1 { font-size: clamp(35px, 11vw, 48px); }
  .eyebrow-dark {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
    font-size: 9px;
  }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-art { display: none; }
  .hero-art-mobile {
    display: grid;
    place-items: center;
    width: 100%;
    margin: 0;
    pointer-events: none;
    user-select: none;
  }
  .hero-art-mobile img {
    display: block;
    width: min(28vw, 112px);
    height: auto;
    margin-block: 0;
    mix-blend-mode: screen;
    filter:
      drop-shadow(0 16px 28px rgba(0, 32, 145, .28))
      drop-shadow(0 0 16px rgba(39, 152, 255, .28));
  }
  .hero-bg-left-dark {
    width: 100%;
    height: 48%;
  }
  .hero-bg-mid-blue {
    left: -2%;
    bottom: -9%;
    width: 104%;
    height: 55%;
    filter: blur(38px);
  }
  .hero-bg-bottom-blue {
    left: -28%;
    bottom: -7%;
    width: 120%;
    height: 36%;
    filter: blur(38px);
  }
  .hero-bg-right-violet {
    right: -42%;
    bottom: -10%;
    width: 122%;
    height: 64%;
    filter: blur(42px);
  }
  .hero-bg-right-light {
    right: -38%;
    bottom: -3%;
    width: 112%;
    height: 52%;
    transform: rotate(-24deg);
    filter: blur(17px);
    opacity: .92;
  }
  .hero-bg-floor-haze {
    bottom: -2%;
    height: 28%;
  }
  .hero-grid .lead-card { width: 100%; justify-self: stretch; }
  .benefit-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    margin: 16px 0 0;
    transform: none;
    grid-template-columns: 1fr;
    padding: 18px 20px 22px;
    gap: 16px;
    border-radius: 22px 22px 0 0;
    border-bottom: 0;
    box-shadow: 0 -12px 32px rgba(17, 27, 60, .08);
  }
  .benefit-strip .icon-plain {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .benefit-strip .icon-plain svg {
    width: 24px;
    height: 24px;
  }
  .process { padding-top: 28px; }
  .process-heading h2 { font-size: clamp(26px, 8vw, 34px); }
  .process-sub { font-size: clamp(22px, 6.5vw, 28px); margin-top: 6px; }
  .v2-how { padding-top: 28px; }
  .section { padding: 56px 0; }
  .steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .step {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    text-align: left;
    grid-column: auto;
    grid-row: auto;
  }
  .step-icon {
    grid-row: 1 / span 2;
    margin: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }
  .step h3 { margin: 2px 0 4px; font-size: 16px; }
  .step p { font-size: 13px; line-height: 1.45; }
  .step:nth-of-type(1),
  .step:nth-of-type(2),
  .step:nth-of-type(3),
  .step:nth-of-type(4),
  .step:nth-of-type(5),
  .step:nth-of-type(6) {
    grid-column: auto;
    grid-row: auto;
  }
  .step-arrow { display: none; }
  .ad-card { width: 92%; }
  .ad-card.ad-card--gpt { width: 100%; }
  .reach-card { grid-template-columns: 1fr; }
  .reach-card article { padding: 28px 22px; }
  .reach-card article + article { border-left: 0; border-top: 1px solid #eceef4; }
  .audience-grid,
  .why-grid,
  .metrics,
  .footer-grid { grid-template-columns: 1fr; }
  .results-panel { padding: 24px 18px; }
  .metrics { gap: 20px; }
  .metrics article:not(:last-child) { padding-bottom: 16px; border-bottom: 1px solid #e1e3ec; }
  .closing { padding: 12px 0 20px; }
  .closing-card {
    width: min(100% - 20px, var(--max));
    padding: 20px 16px;
    border-radius: 20px;
    gap: 18px;
  }
  .closing-copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .closing-copy img { width: 56px; height: 56px; }
  .closing-copy h2 { font-size: 24px; line-height: 1.12; }
  .closing-copy p { font-size: 14px; margin: 6px 0 0; line-height: 1.4; }
  .closing-form,
  .lead-form.is-compact {
    max-width: none;
    justify-self: stretch;
    grid-template-columns: 1fr;
    padding: 14px 14px 12px;
    border-radius: 16px;
    gap: 8px;
  }
  .lead-form.is-compact .form-row,
  .form-row,
  [data-layout="v2"] .form-row { grid-template-columns: 1fr; }
  .v2-contact { padding: 12px 0 20px; }
  .v2-contact__card {
    width: min(100% - 20px, var(--max));
    padding: 20px 16px;
    border-radius: 20px;
    gap: 18px;
  }
  .v2-contact__brand img { width: 56px; height: 56px; }
  .v2-contact__brand h2 { font-size: 24px; margin-top: 6px; line-height: 1.12; }
  .v2-contact__brand p { margin-top: 6px; }
  .v2-contact .lead-card {
    padding: 16px 14px 14px;
    border-radius: 16px;
  }
  .hero-actions { flex-direction: column; align-items: stretch; }
}

@media (max-width: 420px) {
  .hero-art-mobile img {
    width: min(26vw, 96px);
    margin-block: 0;
  }
  .process { padding-top: 24px; }
}

.page { min-height: 100vh; display: flex; flex-direction: column; }
.page-hero {
  background: linear-gradient(115deg, #020916 0%, #071025 58%, #081644 100%);
  color: #fff;
  padding: 8px 0 64px;
}
.page-hero .nav { display: flex; justify-content: space-between; }
.page-hero h1 { margin: 28px 0 12px; font-size: clamp(32px, 5vw, 48px); letter-spacing: -.04em; }
.page-hero p { color: rgba(255,255,255,.78); max-width: 640px; }
.legal { padding: 48px 0 80px; max-width: 760px; }
.legal h2 { font-size: 22px; margin: 32px 0 10px; }
.legal p, .legal li { color: var(--muted); }
.legal a { color: #275dff; text-decoration: underline; }
.error-page { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 80px 20px; }
.page-hero .brand img {
  mix-blend-mode: screen;
  filter:
    drop-shadow(-8px 0 14px rgba(70, 180, 255, .29))
    drop-shadow(0 0 18px rgba(48, 150, 255, .27));
}

.preview-switch {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding: 8px 10px 10px;
  border-radius: 14px;
  background: rgba(6, 12, 28, .92);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 10px 28px rgba(0,0,0,.35);
  color: #fff;
}
.preview-switch__toggle {
  width: 28px;
  height: 22px;
  margin: 0 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255,255,255,.72);
  cursor: pointer;
  display: grid;
  place-items: center;
}
.preview-switch__toggle:hover,
.preview-switch__toggle:focus-visible {
  color: #fff;
  background: rgba(255,255,255,.08);
}
.preview-switch__chevron {
  width: 16px;
  height: 16px;
  display: block;
  transition: transform .18s ease;
}
.preview-switch__panel {
  display: grid;
  gap: 8px;
}
.preview-switch.is-collapsed {
  padding: 0;
  gap: 0;
  border-radius: 10px;
  background: rgba(6, 12, 28, .4);
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 4px 14px rgba(0,0,0,.2);
  opacity: .45;
}
.preview-switch.is-collapsed:hover,
.preview-switch.is-collapsed:focus-within {
  opacity: 1;
  background: rgba(6, 12, 28, .88);
}
.preview-switch.is-collapsed .preview-switch__toggle {
  width: 32px;
  height: 32px;
  margin: 0;
  color: #fff;
}
.preview-switch.is-collapsed .preview-switch__panel {
  display: none;
}
.preview-switch.is-collapsed .preview-switch__chevron {
  transform: rotate(180deg);
}
.preview-switch__row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.preview-switch__row span {
  width: 58px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .7;
}
.preview-switch button {
  min-width: 52px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font: 700 12px/1 Inter, sans-serif;
  cursor: pointer;
}
.preview-switch button[aria-pressed="true"],
.preview-switch a[aria-current="page"] {
  background: #175cff;
  border-color: #175cff;
}

.preview-switch a {
  min-width: 52px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font: 700 12px/28px Inter, sans-serif;
  text-align: center;
}

.btn-outline {
  color: #fff;
  background: transparent;
  box-shadow: none;
  border: 1.5px solid rgba(255,255,255,.55);
}
.btn-outline:hover {
  background: rgba(255,255,255,.08);
}

.form-direct {
  margin: 10px 0 0;
  text-align: center;
  font-size: 12px;
  color: #677083;
}
.form-direct a {
  color: #275dff;
  font-weight: 600;
  text-decoration: underline;
}

.benefit-strip--v2 {
  min-height: 132px;
  align-items: start;
}
.benefit-strip--v2 p {
  max-width: 220px;
}

.v2-how {
  padding-top: 128px;
}
.v2-how .platform-copy h2 {
  font-size: clamp(28px, 3.4vw, 40px);
}

.v2-pilot {
  padding: 12px 0 8px;
}
.v2-pilot__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px 40px;
  align-items: center;
  padding: 32px 36px;
  border-radius: 28px;
  color: var(--ink);
  border: 1px solid #e6e9f4;
  background:
    radial-gradient(90% 140% at 0% 0%, rgba(90, 150, 255, .16), transparent 52%),
    radial-gradient(80% 120% at 100% 20%, rgba(170, 110, 255, .14), transparent 48%),
    #f7f8fd;
  box-shadow: 0 18px 50px rgba(28, 36, 80, .08);
}
.v2-pilot__copy .eyebrow-pill {
  margin-bottom: 12px;
}
.v2-pilot__copy h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -.04em;
  line-height: 1.15;
  font-weight: 800;
}
.v2-pilot__copy h2 em {
  font-style: normal;
  background: var(--heading-accent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.v2-pilot__copy p {
  margin: 12px 0 22px;
  max-width: 46ch;
  color: var(--muted);
  font-size: 15px;
}
.v2-pilot__formula {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  justify-items: center;
  justify-self: stretch;
  width: 100%;
  min-width: 0;
  min-height: 188px;
  padding: 28px 24px;
  gap: 6px 8px;
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 28px rgba(28, 36, 80, .05);
}
.v2-pilot__formula > div {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
}
.v2-pilot__formula .icon-chip {
  width: 72px;
  height: 72px;
  background: #fff;
  color: #6b4dff;
  box-shadow: 0 8px 22px rgba(40, 32, 90, .08);
}
.v2-pilot__formula .icon-chip svg {
  width: 32px;
  height: 32px;
  stroke: url(#icon-blend);
}
.v2-pilot__formula small {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.v2-pilot__formula b {
  font-size: 28px;
  font-weight: 700;
  color: #9aa3b8;
}

.v2-contact { padding: 28px 0 36px; }
.v2-contact__card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(1240px, calc(100% - 32px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) minmax(300px, 400px) minmax(200px, 300px);
  gap: 28px;
  align-items: stretch;
  padding: 36px 32px;
  border-radius: 36px;
  color: #fff;
  background:
    radial-gradient(80% 120% at 12% 30%, rgba(120, 190, 255, .55), transparent 58%),
    radial-gradient(90% 100% at 88% 18%, rgba(220, 140, 255, .5), transparent 55%),
    linear-gradient(108deg, #1a4aad 0%, #3d72ff 42%, #7a7bff 68%, #c07cff 100%);
  box-shadow: 0 24px 60px rgba(8, 14, 40, .32);
}
.v2-contact__card::before,
.v2-contact__card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  filter: blur(36px);
}
.v2-contact__card::before {
  top: -28%;
  left: 8%;
  width: 70%;
  height: 120%;
  background: radial-gradient(
    ellipse at center,
    rgba(110, 200, 255, .75) 0%,
    rgba(90, 150, 255, .22) 46%,
    transparent 72%
  );
}
.v2-contact__card::after {
  top: -18%;
  right: -18%;
  width: 62%;
  height: 130%;
  background: radial-gradient(
    ellipse at center,
    rgba(235, 150, 255, .7) 0%,
    rgba(170, 110, 255, .22) 48%,
    transparent 74%
  );
}
.v2-contact__card > * {
  position: relative;
  z-index: 1;
}
.v2-contact__brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.v2-contact__brand img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: drop-shadow(0 18px 18px rgba(0,0,0,.28));
}
.v2-contact__brand h2 {
  margin: 16px 0 0;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.2;
  letter-spacing: -.04em;
  font-weight: 700;
}
.v2-contact__brand h2 span {
  background: linear-gradient(90deg, #c8eeff, #e2d4ff 52%, #ffd8f4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.v2-contact__brand p {
  margin: 12px 0 0;
  color: rgba(255,255,255,.8);
  font-size: 16px;
}
.v2-contact .lead-card {
  max-width: 400px;
  width: 100%;
  justify-self: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.v2-contact .lead-card .field.form-span:has(textarea) {
  flex: 1;
}
.v2-contact .lead-card textarea {
  min-height: 88px;
  height: 100%;
}
.founder-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
  max-width: 300px;
  height: 100%;
  padding: 20px 18px;
  border-radius: 20px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 18px 50px rgba(8, 16, 48, .18);
  justify-self: end;
}
.founder-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.founder-card__photo {
  width: 76px;
  height: 76px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
  background: #111;
}
.founder-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}
.founder-card__name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.founder-card__role {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.founder-card__bio {
  margin: 0;
  max-width: none;
  color: #1d2430;
  font-size: 15px;
  line-height: 1.6;
  text-wrap: pretty;
}
.founder-card__contacts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #eceef4;
}
.founder-card__contacts a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
  color: #275dff;
}
.founder-card__contacts .icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.founder-card__contacts a:has(use[href="#i-linkedin"]) .icon {
  fill: currentColor;
  stroke: none;
}

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

@media (max-width: 1020px) {
  .v2-pilot__card,
  .v2-contact__card {
    grid-template-columns: 1fr;
  }
  .v2-contact .lead-card { max-width: none; }
  .founder-card {
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 740px) {
  .v2-pilot__card,
  .v2-contact__card { padding: 24px 20px; border-radius: 24px; }
  .founder-card__contacts { grid-template-columns: 1fr; }
  .footer-grid--v2 { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn:hover { transform: none; }
}
