﻿:root {
  --bg: #0c0b12;
  --bg-2: #12111a;
  --panel: rgba(25, 23, 36, 0.88);
  --panel-strong: #191725;
  --panel-soft: rgba(38, 35, 54, 0.62);
  --text: #f5f3fb;
  --muted: #b1adbf;
  --muted-2: #8c869d;
  --accent: #4f3b78;
  --accent-strong: #69509e;
  --accent-soft: rgba(105, 80, 158, 0.2);
  --border: rgba(255, 255, 255, 0.09);
  --shadow: 0 30px 100px rgba(0, 0, 0, 0.42);
  --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.24);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --content: 1200px;
  --font-sans: "Inter", Arial, Helvetica, sans-serif;
  --font-serif: "Roboto Slab", "Rockwell", "Georgia", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--font-sans);
  background:
    radial-gradient(circle at top right, rgba(88, 65, 138, 0.28), transparent 26%),
    radial-gradient(circle at 20% 0%, rgba(63, 48, 102, 0.24), transparent 22%),
    linear-gradient(180deg, #09080d 0%, var(--bg) 28%, var(--bg-2) 100%);
}

body.nav-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.015)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.01) 1px, transparent 1px);
  background-size: auto, 40px 40px, 40px 40px;
  opacity: 0.18;
}

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

.site-shell {
  position: relative;
  width: min(calc(100% - 40px), var(--content));
  margin: 0 auto;
  padding: 28px 0 88px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0 24px;
}

.brand-mark {
  padding-left: 0;
}

.brand-mark img {
  width: 148px;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.4));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  letter-spacing: 0.01em;
}

  .site-nav__header,
  .site-nav__footer {
    display: none;
  }

.site-nav__links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  color: var(--muted);
  text-decoration: none;
  transition: color 160ms ease;
}

.site-nav a:hover {
  color: var(--text);
}

.site-nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}

.site-nav-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 140ms ease;
}

.site-nav-backdrop {
  display: none;
}

.site-nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.site-nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.92fr);
  gap: 52px;
  align-items: start;
  padding: 54px 52px 74px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 36px;
  background:
    radial-gradient(circle at 8% 10%, rgba(219, 66, 255, 0.32), transparent 24%),
    radial-gradient(circle at 92% 18%, rgba(145, 108, 226, 0.16), transparent 22%),
    radial-gradient(circle at 78% 70%, rgba(92, 63, 150, 0.12), transparent 20%),
    linear-gradient(135deg, rgba(24, 14, 42, 0.92), rgba(11, 10, 19, 0.9) 50%, rgba(23, 15, 38, 0.88));
  box-shadow:
    0 26px 72px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.hero-ambient {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.hero-ambient__defs {
  position: absolute;
  width: 0;
  height: 0;
}

.hero-ambient__blobs {
  position: absolute;
  inset: -8%;
  filter: url("#hero-goo");
  opacity: 0.84;
}

.hero-ambient__blob {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: screen;
  will-change: transform;
}

.hero-ambient__blob--1 {
  top: -4%;
  left: -6%;
  width: 34rem;
  height: 34rem;
  background: radial-gradient(circle, rgba(165, 101, 255, 0.42) 0%, rgba(165, 101, 255, 0.18) 48%, transparent 72%);
  animation: hero-blob-one 24s ease-in-out infinite alternate;
}

.hero-ambient__blob--2 {
  top: 8%;
  right: 12%;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(104, 74, 188, 0.34) 0%, rgba(104, 74, 188, 0.15) 52%, transparent 74%);
  animation: hero-blob-two 28s ease-in-out infinite alternate;
}

.hero-ambient__blob--3 {
  right: -2%;
  bottom: 2%;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(88, 62, 140, 0.26) 0%, rgba(88, 62, 140, 0.12) 54%, transparent 76%);
  animation: hero-blob-three 30s ease-in-out infinite alternate;
}

.hero-ambient__blob--4 {
  left: 38%;
  bottom: -10%;
  width: 26rem;
  height: 26rem;
  background: radial-gradient(circle, rgba(203, 140, 255, 0.18) 0%, rgba(203, 140, 255, 0.08) 52%, transparent 76%);
  animation: hero-blob-four 26s ease-in-out infinite alternate;
}

.hero-ambient__blob--interactive {
  top: 26%;
  left: 52%;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(245, 204, 255, 0.24) 0%, rgba(163, 115, 255, 0.18) 46%, rgba(94, 70, 204, 0.08) 64%, transparent 78%);
  opacity: 1;
  filter: saturate(1.18);
}

@keyframes hero-blob-one {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(5%, 8%, 0) scale(1.08); }
}

@keyframes hero-blob-two {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-10%, 8%, 0) scale(1.06); }
}

@keyframes hero-blob-three {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-8%, -10%, 0) scale(1.07); }
}

@keyframes hero-blob-four {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(8%, -12%, 0) scale(1.05); }
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 -2% 0;
  height: 54%;
  background: url("./assets/hero-grid.svg") center bottom / cover no-repeat;
  opacity: 0.3;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 14%, rgba(255, 90, 232, 0.05), transparent 24%),
    linear-gradient(90deg, rgba(7, 7, 12, 0.1) 0%, rgba(7, 7, 12, 0) 42%, rgba(7, 7, 12, 0.12) 100%);
  pointer-events: none;
}

.hero-backdrop {
  position: absolute;
  inset: 16px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.32;
  will-change: transform;
  filter: blur(34px) saturate(1.02);
  mask-image: radial-gradient(circle at 74% 42%, black 18%, rgba(0, 0, 0, 0.78) 40%, transparent 78%);
  -webkit-mask-image: radial-gradient(circle at 74% 42%, black 18%, rgba(0, 0, 0, 0.78) 40%, transparent 78%);
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 46%, rgba(113, 86, 173, 0.14), rgba(12, 11, 18, 0.1) 38%, rgba(12, 11, 18, 0.55) 74%);
}

.hero-backdrop img,
.hero-backdrop video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.hero-media {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  z-index: 2;
  display: grid;
  place-items: center;
  align-self: center;
  justify-self: end;
  width: min(100%, 560px);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: center;
  cursor: pointer;
  transform: none;
}

.hero-media__frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(58, 34, 104, 0.9), rgba(26, 23, 43, 0.86)),
    rgba(22, 20, 33, 0.84);
  box-shadow:
    0 36px 84px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.hero-media__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 22%);
  pointer-events: none;
}

.hero-media__mosaic {
  position: absolute;
  inset: 0 46% 0 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(18, 12, 36, 0.56), rgba(18, 12, 36, 0.34));
  background-size: calc(100% / 3) calc(100% / 3), calc(100% / 3) calc(100% / 3), auto;
  opacity: 0.4;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-media__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(35, 20, 62, 0.76) 0%, rgba(35, 20, 62, 0.28) 40%, rgba(16, 14, 26, 0.02) 68%),
    linear-gradient(135deg, rgba(24, 18, 39, 0.4), rgba(15, 14, 23, 0.04) 38%, rgba(15, 14, 23, 0.14)),
    radial-gradient(circle at 100% 0%, rgba(120, 84, 255, 0.18), transparent 30%);
}

.hero-media__device {
  position: absolute;
  inset: 0;
  background: url("./assets/video-frame.webp") center / contain no-repeat;
  opacity: 0.98;
  pointer-events: none;
}

.hero-media__bug {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 10px 6px;
  border-radius: 999px;
  background: rgba(14, 12, 22, 0.5);
  color: rgba(245, 243, 251, 0.72);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-media__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.hero-media__play-disc {
  display: grid;
  place-items: center;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(250, 245, 236, 0.98), rgba(233, 223, 206, 0.96));
  box-shadow:
    0 28px 54px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.hero-media__play-icon {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #5c468f;
}

.eyebrow {
  margin: 0 0 14px;
  color: #a98bdf;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.contact-copy h2,
.contact-form__intro h3,
.story-panel__body h3,
.step-card h3,
.outcomes-grid h3,
.data-points strong {
  margin: 0;
  font-family: var(--font-serif);
  letter-spacing: -0.04em;
  text-wrap: balance;
}

 .hero h1 {
  max-width: 16ch;
  font-size: clamp(3.2rem, 5vw, 4.4rem);
  line-height: 0.92;
}

 .section-heading h2,
.contact-copy h2 {
  max-width: none;
  font-size: clamp(2.4rem, 3.5vw, 3.5rem);
  line-height: 0.96;
}

.contact-form__intro h3 {
  font-size: clamp(2rem, 2.8vw, 2.6rem);
  line-height: 0.96;
}

.story-panel__body h3,
.step-card h3,
.outcomes-grid h3,
.data-points strong {
  font-size: 1.9rem;
  line-height: 0.98;
}

.hero-lead,
.section-heading p,
.outcomes-grid p,
.data-points p,
.contact-copy p,
.contact-copy li,
.step-card p,
.proof-label,
.story-panel__body p,
.contact-form__intro p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.text-highlight {
  color: #d7c7ff;
}

.text-emphasis {
  color: var(--text);
  font-weight: 700;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 560ms cubic-bezier(0.22, 1, 0.36, 1), transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-image {
  overflow: hidden;
}

.reveal-image > img {
  opacity: 0;
  transform: scale(1.035);
  clip-path: inset(0 0 100% 0 round 20px);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
    clip-path 760ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, clip-path;
}

.reveal-image.is-visible > img {
  opacity: 1;
  transform: scale(1);
  clip-path: inset(0 0 0 0 round 20px);
}

.data-band__item.reveal-on-scroll {
  transform: translate3d(0, 18px, 0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .reveal-image > img {
    opacity: 1;
    transform: none;
    clip-path: none;
    transition: none;
  }

  .hero-ambient__blob {
    animation: none;
  }

  .hero-ambient__blob--interactive {
    display: none;
  }
}

.hero-lead {
  max-width: 35ch;
  margin: 24px 0 32px;
  color: rgba(233, 229, 244, 0.78);
  font-size: 1rem;
  line-height: 1.72;
}

.hero-copy > * {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  animation: hero-reveal 720ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-copy h1 {
  animation-delay: 80ms;
}

.hero-copy .hero-lead {
  animation-delay: 180ms;
}

.hero-copy .button {
  animation-delay: 300ms;
}

@keyframes hero-reveal {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy > * {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

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

.button--primary {
  background: linear-gradient(180deg, #6f53ab 0%, var(--accent) 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(79, 59, 120, 0.4);
}

.button--primary:hover {
  background: linear-gradient(180deg, #7b5eb9 0%, var(--accent-strong) 100%);
}

.button--secondary {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--border);
  color: var(--text);
}

.hero-copy {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
  max-width: 548px;
  align-self: start;
  padding: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.hero-copy::after {
  content: "";
  position: absolute;
  inset: -28px -24px -34px -24px;
  z-index: -1;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0));
  opacity: 0.9;
  pointer-events: none;
}




 

.proof-strip {
  display: grid;
  grid-template-columns: 0.85fr 1.3fr 0.85fr;
  gap: 18px;
  align-items: stretch;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(24, 22, 34, 0.86), rgba(18, 17, 27, 0.76));
  box-shadow: var(--shadow-soft);
}

.proof-strip > div {
  display: grid;
  gap: 6px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
}

.proof-strip__featured {
  background: linear-gradient(180deg, rgba(86, 63, 134, 0.28), rgba(42, 33, 62, 0.44)) !important;
  border: 1px solid rgba(169, 139, 223, 0.14);
}

.proof-value {
  color: #a98bdf;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.proof-strip__featured .proof-label {
  color: var(--text);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.55;
}

.section {
  padding: 82px 0 0;
}

.section-heading {
  display: grid;
  gap: 14px;
  margin-bottom: 26px;
}

.section-heading--narrow {
  width: min(100%, 980px);
  max-width: 980px;
}

.story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: stretch;
  grid-auto-rows: minmax(520px, auto);
}

.story-panel,
.step-card,
.outcomes-grid article,
.data-points > div,
.mockup-panel,
.contact-section,
.contact-form {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(24, 22, 34, 0.82), rgba(18, 17, 27, 0.72));
  box-shadow: var(--shadow-soft);
}

.story-panel {
  display: grid;
  gap: 0;
  min-height: 100%;
  border-radius: 28px;
  overflow: hidden;
}

.story-panel--feature {
  grid-template-columns: 0.95fr 1.05fr;
}

.story-panel__media {
  min-height: 100%;
  background: rgba(255, 255, 255, 0.03);
}

.story-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-panel__media--device {
  padding: 18px;
}

.story-panel__media--clean {
  padding: 0;
  background: #f5f2ed;
}

.story-panel__media--clean img {
  object-fit: cover;
}

.story-panel__body {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 30px;
}

.experience-film {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-items: start;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 640px;
  margin: 4em auto 0;
  padding: 31px 126px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  background:
    radial-gradient(circle at 88% 50%, rgba(117, 86, 182, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(28, 22, 44, 0.86), rgba(15, 13, 24, 0.94));
  color: var(--text);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.experience-film::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.experience-film:hover,
.experience-film:focus-visible {
  border-color: rgba(255, 255, 255, 0.08);
  transform: none;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.experience-film__title {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 18ch;
  justify-self: center;
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 1.9vw, 1.95rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
  text-wrap: balance;
}

.experience-film__action {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: center;
  justify-self: end;
}

.experience-film__action-disc {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(250, 245, 236, 0.98), rgba(233, 223, 206, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 14px 24px rgba(0, 0, 0, 0.16);
  position: relative;
}

.experience-film__action-disc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 15px solid #5c468f;
  transform: translate(-28%, -50%);
}




.story-kicker {
  margin: 0;
  color: #a98bdf;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.steps-grid,
.outcomes-grid,
.data-points {
  display: grid;
  gap: 20px;
}

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

.steps-carousel {
  position: relative;
}

.steps-carousel__arrow {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(18, 17, 27, 0.92);
  color: var(--text);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.steps-carousel__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.steps-carousel__arrow svg {
  width: 18px;
  height: 18px;
}

.steps-carousel__progress {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.steps-carousel__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.steps-carousel__dot.is-active {
  background: linear-gradient(180deg, #6f53ab 0%, var(--accent) 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 22px rgba(79, 59, 120, 0.28);
}

.step-card {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 100%;
  padding: 24px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  will-change: transform;
}

.step-card::after {
  content: "";
  position: absolute;
  inset: auto -12% -40% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(104, 79, 158, 0.18), transparent 68%);
}

.step-card img {
  width: 112px;
  height: 112px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.step-number {
  color: #a98bdf;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}



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

.outcomes-grid article,
.data-points > div {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.outcomes-grid article h3,
.data-points > div strong {
  display: block;
  max-width: 14ch;
}

.tag-marquee {
  position: relative;
  display: flex;
  gap: 12px;
  overflow: hidden;
  margin-top: 4px;
  mask-image: linear-gradient(90deg, transparent 0, black 7%, black 93%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, black 7%, black 93%, transparent 100%);
}

.products-section .tag-list {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  animation: tag-marquee-scroll 26s linear infinite;
}

.tag-marquee:hover .tag-list,
.tag-marquee:focus-within .tag-list {
  animation-play-state: paused;
}

.tag-list span {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

@keyframes tag-marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 12px));
  }
}

.mockup-panel {
  margin-top: 28px;
  padding: 24px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(80, 59, 120, 0.24), transparent 30%),
    linear-gradient(180deg, rgba(26, 24, 38, 0.92), rgba(19, 18, 28, 0.82));
}

.mockup-panel img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 20px;
}

.products-section__features {
  display: grid;
  gap: 28px;
  margin-top: 34px;
}

.products-section__features-introblock {
  display: grid;
  gap: 12px;
  max-width: 68ch;
}

.products-section__features-kicker {
  margin: 0;
  color: #a98bdf;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.products-section__features-introblock h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.products-section__features-intro {
  max-width: 60ch;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

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

.products-section__feature-item {
  position: relative;
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(24, 22, 34, 0.82), rgba(18, 17, 27, 0.74));
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.products-section__feature-item::before {
  content: "";
  position: absolute;
  inset: auto -18% -28% auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(104, 79, 158, 0.14), transparent 70%);
}

.products-section__feature-item--featured {
  background: linear-gradient(180deg, rgba(72, 54, 113, 0.36), rgba(18, 17, 27, 0.78));
  border-color: rgba(169, 139, 223, 0.2);
}

.products-section__feature-index {
  position: relative;
  z-index: 1;
  color: #a98bdf;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.products-section__feature-item strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--text);
  font-size: 1.5rem;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.products-section__feature-item p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(84, 63, 130, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(25, 23, 36, 0.96), rgba(18, 17, 27, 0.86));
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
}

.contact-form--wide {
  max-width: none;
}

.contact-form__intro {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  padding: 20px 20px 18px;
  border: 1px solid rgba(169, 139, 223, 0.14);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(95, 72, 148, 0.16), rgba(255, 255, 255, 0.02));
}

.contact-form__eyebrow {
  margin: 0;
  color: #a98bdf;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.contact-form span {
  color: var(--muted-2);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form__required-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted-2);
  font-size: 12px;
  line-height: 1.5;
}

.contact-form__required {
  color: #d7c7ff;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  padding: 15px 16px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(11, 11, 18, 0.66);
  color: var(--text);
  font: 500 15px/1.4 var(--font-sans);
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #7f7a90;
}

.contact-form__full,
.contact-form__actions {
  grid-column: 1 / -1;
}

.contact-form__choice-group {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0;
  border: 0;
}

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

.contact-form__choice-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.contact-form__choice-label {
  color: var(--muted-2);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form__choice-options {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  gap: 12px;
  justify-content: start;
  flex-shrink: 0;
  width: auto;
}

.contact-form__choice {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 88px;
  padding: 0 20px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(11, 11, 18, 0.66);
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.contact-form__choice input {
  position: absolute;
  inset: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}

.contact-form__choice:hover {
  border-color: rgba(215, 199, 255, 0.24);
  color: var(--text);
}

.contact-form__choice:has(input:checked) {
  border-color: rgba(215, 199, 255, 0.4);
  background: rgba(95, 73, 148, 0.22);
  color: var(--text);
  box-shadow: inset 0 0 0 1px rgba(215, 199, 255, 0.14);
}

.contact-form__choice:has(input:focus-visible) {
  border-color: rgba(215, 199, 255, 0.4);
  box-shadow: 0 0 0 3px rgba(95, 73, 148, 0.22);
}

.contact-form__turnstile {
  min-height: 0;
}

.contact-form__turnstile:empty {
  display: none;
}

.contact-form__turnstile .cf-turnstile {
  width: 100%;
}

.contact-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.contact-form__note {
  margin: 0;
  max-width: 28ch;
  color: var(--muted-2);
  font-size: 13px;
  line-height: 1.5;
}

.contact-form__note[data-state="pending"] {
  color: var(--text);
}

.contact-form__note[data-state="success"] {
  color: #b9f2c1;
}

.contact-form__note[data-state="error"] {
  color: #ffb0b0;
}

.contact-form [data-contact-submit]:disabled {
  opacity: 0.7;
  cursor: wait;
}

@media (max-width: 1100px) {
  .hero h1,
  .section-heading h2,
  .contact-copy h2 {
    max-width: none;
  }

  .section-heading--narrow {
    width: 100%;
    max-width: none;
  }
}


@media (max-width: 1100px) {
  .proof-strip,
  .story-grid,
  .story-panel--feature,
  .steps-grid,
  .data-points,
  .outcomes-grid {
    grid-template-columns: 1fr;
  }

  .data-band {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .data-band__intro {
    max-width: 760px;
  }

  .data-band__item {
    padding: 20px 0;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    gap: 36px;
    padding: 42px 36px 58px;
  }

  .hero-ambient__blobs {
    opacity: 0.64;
  }

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

  .hero-media {
    width: min(100%, 500px);
  }

  .proof-strip {
    gap: 14px;
    padding: 16px;
  }

  .proof-strip > div,
  .proof-strip__featured {
    padding: 18px;
  }

  .story-panel__body,
  .outcomes-grid article,
  .data-points > div,
  .step-card,
  .contact-section,
  .contact-form {
    padding: 24px;
  }

  .mockup-panel {
    padding: 20px;
  }
}

@media (max-width: 820px) {
  .site-shell {
    width: min(calc(100% - 24px), var(--content));
    padding: 20px 0 64px;
  }

  .site-header {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 4px 0 20px;
  }

  .brand-mark {
    padding-left: 8px;
  }

  .site-nav-toggle {
    display: inline-flex;
    flex-direction: column;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: flex;
    width: min(86vw, 340px);
    padding: 28px 24px 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    background:
      radial-gradient(circle at top right, rgba(119, 86, 196, 0.2), transparent 28%),
      linear-gradient(180deg, rgba(29, 22, 46, 0.98), rgba(12, 11, 20, 0.98)),
      rgba(18, 17, 27, 0.98);
    box-shadow:
      -24px 0 52px rgba(0, 0, 0, 0.3),
      inset 1px 0 0 rgba(255, 255, 255, 0.03);
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition:
      transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 160ms ease,
      visibility 0ms linear 240ms;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition:
      transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 160ms ease;
  }

  .site-nav a {
    font-size: 1.05rem;
  }

  .site-nav__header,
  .site-nav__footer {
    display: block;
    width: 100%;
  }

  .site-nav__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .site-nav__eyebrow {
    margin: 0;
    color: var(--muted-2);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .site-nav__close {
    position: relative;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    cursor: pointer;
  }

  .site-nav__close span {
    position: absolute;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .site-nav__close span:first-child {
    transform: rotate(45deg);
  }

  .site-nav__close span:last-child {
    transform: rotate(-45deg);
  }

  .site-nav__links {
    display: grid;
    width: 100%;
    gap: 10px;
  }

  .site-nav__links a {
    display: block;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    font-size: 1rem;
    line-height: 1.2;
  }

  .site-nav__links a.is-active {
    border-color: rgba(173, 144, 233, 0.34);
    background: linear-gradient(135deg, rgba(111, 84, 173, 0.24), rgba(40, 31, 64, 0.24));
    color: #fff;
  }

  .site-nav__cta {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(244, 238, 228, 0.98), rgba(231, 222, 208, 0.96));
    color: #17141f !important;
    font-weight: 700;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  }

  .site-nav__cta:hover,
  .site-nav__cta:focus-visible {
    color: #17141f !important;
  }

  .site-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 25;
    display: block;
    border: 0;
    padding: 0;
    background: rgba(6, 6, 10, 0.42);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, visibility 0ms linear 180ms;
    cursor: default;
  }

  .site-nav-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 180ms ease;
  }

  .hero {
    min-height: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 12px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 24px;
    overflow: hidden;
  }

  .hero::before {
    inset: auto 0 -1% 0;
    height: 42%;
    background-position: center bottom;
    background-size: 160% auto;
    opacity: 0.2;
  }

  .hero-ambient__blobs {
    inset: -16%;
    opacity: 0.54;
  }

  .hero-ambient__blob--1 {
    width: 24rem;
    height: 24rem;
  }

  .hero-ambient__blob--2,
  .hero-ambient__blob--3 {
    width: 18rem;
    height: 18rem;
  }

  .hero-ambient__blob--4,
  .hero-ambient__blob--interactive {
    width: 16rem;
    height: 16rem;
  }

  .hero-backdrop {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    opacity: 0.34;
    filter: blur(26px) saturate(1.05);
    mask-image: radial-gradient(circle at 34% 18%, black 12%, rgba(0, 0, 0, 0.68) 34%, transparent 72%);
    -webkit-mask-image: radial-gradient(circle at 34% 18%, black 12%, rgba(0, 0, 0, 0.68) 34%, transparent 72%);
  }

  .hero-backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 28% 22%, rgba(150, 93, 255, 0.22), rgba(12, 11, 18, 0.04) 34%, rgba(12, 11, 18, 0.56) 72%);
  }

  .hero-media {
    order: -1;
    grid-column: auto;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    margin-top: 0;
    transform: none;
  }

  .hero-media__frame {
    aspect-ratio: 16 / 9;
    border-radius: 24px;
  }

  .hero-media__play-disc {
    width: 78px;
    height: 78px;
  }

  .hero-media__play-icon {
    margin-left: 4px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 16px;
  }

  .hero-media__bug {
    top: 12px;
    right: 12px;
    padding: 6px 8px 5px;
    font-size: 0.56rem;
  }

  .hero-copy {
    grid-column: auto;
    width: min(100%, calc(var(--content) - 24px));
    max-width: 100%;
    margin: 0 auto;
    padding: 14px 18px 8px;
    border-radius: 24px;
    background: rgba(12, 11, 18, 0.42);
    backdrop-filter: blur(10px);
    align-self: stretch;
  }

  .hero h1 {
    max-width: 10ch;
    font-size: clamp(2.5rem, 10vw, 3.8rem);
    line-height: 0.95;
  }

  .hero-lead {
    max-width: none;
    margin: 18px 0 22px;
    font-size: 16px;
    line-height: 1.65;
  }

  .contact-form__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    min-height: 50px;
  }

  .section {
    padding-top: 56px;
  }

  .section-heading {
    gap: 10px;
    margin-bottom: 18px;
  }

  .section-heading h2,
  .contact-copy h2 {
    font-size: clamp(2rem, 8vw, 2.8rem);
    line-height: 0.98;
  }

  .section-heading p,
  .proof-label,
  .story-panel__body p,
  .step-card p,
  .outcomes-grid p,
  .data-points p,
  .data-band__item p {
    font-size: 15px;
    line-height: 1.65;
  }

  .data-band {
    gap: 22px;
  }

  .data-band__points {
    border-top-color: rgba(255, 255, 255, 0.06);
  }

  .data-band__item {
    gap: 6px;
    padding: 18px 0;
  }

  .data-band__item strong {
    font-size: 1.45rem;
    line-height: 1.02;
  }

  .proof-strip {
    gap: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .proof-strip > div,
  .proof-strip__featured {
    padding: 16px;
    border-radius: 18px;
  }

  .proof-strip__featured .proof-label {
    font-size: 17px;
  }

  .story-panel,
  .step-card,
  .outcomes-grid article,
  .data-points > div,
  .contact-section,
  .contact-form,
  .mockup-panel {
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  }

  .story-panel__body,
  .step-card,
  .outcomes-grid article,
  .data-points > div,
  .contact-section,
  .contact-form {
    padding: 20px;
  }

  .experience-film {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    width: 100%;
    aspect-ratio: auto;
    max-width: none;
    margin-top: 26px;
    padding: 18px;
    border-radius: 24px;
  }

  .experience-film::after {
    display: none;
  }

  .experience-film__title {
    max-width: none;
    font-size: clamp(1.4rem, 7vw, 1.9rem);
    text-align: left;
  }

  .experience-film__action {
    min-width: 0;
  }

  .experience-film__action-disc {
    width: 64px;
    height: 64px;
  }

  .story-panel__body h3,
  .step-card h3,
  .outcomes-grid h3,
  .data-points strong {
    font-size: 1.65rem;
  }

  .steps-grid .step-card {
    justify-items: center;
    text-align: center;
  }

  .steps-grid .step-card img {
    width: 168px;
    height: 168px;
  }

  .story-panel__media img,
  .mockup-panel img {
    aspect-ratio: 4 / 3;
  }

  .steps-carousel {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "prev track next"
      "progress progress progress";
    gap: 10px;
    align-items: center;
  }

  .steps-carousel__arrow {
    display: inline-flex;
  }

  .steps-carousel__arrow--prev {
    grid-area: prev;
  }

  .steps-carousel__arrow--next {
    grid-area: next;
  }

  .steps-carousel__viewport {
    grid-area: track;
    overflow: hidden;
    min-width: 0;
  }

  .steps-grid {
    display: flex;
    width: 100%;
    gap: 0;
    padding: 2px 0 12px;
    touch-action: pan-y pinch-zoom;
    -webkit-user-select: none;
    user-select: none;
    backface-visibility: hidden;
  }

  .steps-carousel__progress {
    grid-area: progress;
    display: flex;
  }

  .steps-grid::-webkit-scrollbar {
    display: none;
  }

  .steps-grid .step-card {
    flex: 0 0 100%;
    min-width: 100%;
    width: 100%;
  }

  .steps-carousel__dot {
    touch-action: manipulation;
  }

  .mockup-panel {
    margin-top: 20px;
    padding: 16px;
  }

  .tag-list {
    gap: 10px;
  }

  .tag-list span {
    padding: 10px 14px;
    font-size: 12px;
  }

  .products-section__features-grid {
    grid-template-columns: 1fr;
  }

  .contact-section {
    gap: 18px;
    padding: 18px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .contact-form__choice-row {
    display: grid;
    gap: 10px;
  }

  .contact-form__choice-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .data-band {
    gap: 18px;
  }

  .data-band__item {
    padding: 16px 0;
  }

  .site-shell {
    width: min(calc(100% - 20px), var(--content));
    padding-bottom: 56px;
  }

  .brand-mark {
    padding-left: 10px;
  }

  .brand-mark img {
    width: 124px;
  }

  .site-nav {
    min-width: 200px;
    gap: 10px;
    font-size: 13px;
  }

  .hero {
    padding: 6px 8px 18px;
  }

  .hero-backdrop {
    mask-image: linear-gradient(180deg, black 0%, black 78%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, black 0%, black 78%, transparent 100%);
  }

  .hero h1 {
    font-size: clamp(2.1rem, 11vw, 3rem);
    max-width: 10.5ch;
  }

  .hero-lead {
    max-width: 30ch;
    font-size: 15px;
  }


  .section {
    padding-top: 44px;
  }

  .section-heading h2,
  .contact-copy h2 {
    font-size: clamp(1.85rem, 8.5vw, 2.4rem);
  }

  .story-panel__body,
  .step-card,
  .outcomes-grid article,
  .data-points > div,
  .contact-form,
  .contact-section {
    padding: 18px;
  }

  .step-card img {
    width: 92px;
    height: 92px;
  }

  .story-panel__body h3,
  .step-card h3,
  .outcomes-grid h3,
  .data-points strong {
    font-size: 1.45rem;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 14px 15px;
    border-radius: 16px;
  }
}

@media (max-width: 420px) {
  .site-shell {
    width: min(calc(100% - 16px), var(--content));
  }

  .brand-mark {
    padding-left: 12px;
  }

  .hero h1 {
    font-size: clamp(1.95rem, 11vw, 2.5rem);
    max-width: 10.5ch;
  }

  .hero-lead,
  .section-heading p,
  .proof-label,
  .story-panel__body p,
  .step-card p,
  .outcomes-grid p,
  .data-points p {
    font-size: 14px;
  }

  .proof-strip > div,
  .proof-strip__featured,
  .story-panel__body,
  .step-card,
  .outcomes-grid article,
  .data-points > div,
  .contact-section,
  .contact-form {
    padding: 16px;
  }

  .contact-form__choice-options {
    grid-template-columns: 1fr;
  }

  .button {
    min-height: 48px;
    padding: 0 18px;
    font-size: 13px;
  }

  .tag-list span {
    width: 100%;
    text-align: center;
  }

  .steps-carousel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "track"
      "progress";
  }

  .steps-carousel__arrow {
    display: inline-flex;
  }

  .steps-grid {
    width: 100%;
  }
}



.site-footer {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-top: 72px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 18px;
}

.site-footer__links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: color 160ms ease, transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.site-footer__links a:hover {
  color: var(--text);
}

.site-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.site-footer__social:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(215, 199, 255, 0.2);
}

.site-footer__social svg {
  width: 18px;
  height: 18px;
}

.site-footer__meta {
  margin-top: 28px;
  color: var(--muted-2);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 820px) {
  .site-footer {
    margin-top: 48px;
    padding-top: 20px;
  }

  .site-footer__meta {
    margin-top: 24px;
  }

  .site-footer__links {
    gap: 12px 14px;
  }
}

@media (max-width: 420px) {
  .site-footer__links a {
    font-size: 13px;
  }
}



.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(215, 199, 255, 0.18);
  border-radius: 999px;
  background: rgba(18, 17, 27, 0.92);
  color: var(--text);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease, background-color 180ms ease, border-color 180ms ease;
  cursor: pointer;
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top:hover {
  background: rgba(28, 26, 40, 0.98);
  border-color: rgba(215, 199, 255, 0.3);
}

.scroll-top svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 820px) {
  .scroll-top {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }
}


.legal-page {
  padding-top: 36px;
}

.legal-page__heading {
  margin-bottom: 28px;
}

.legal-page__content {
  display: grid;
  gap: 28px;
  max-width: 860px;
}

.legal-page__content section {
  display: grid;
  gap: 12px;
}

.legal-page__content h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.legal-page__content p,
.legal-page__content li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.legal-page__content ul {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 10px;
}

.legal-page__content a {
  color: #d7c7ff;
}

@media (max-width: 820px) {
  .legal-page {
    padding-top: 24px;
  }

  .legal-page__content {
    gap: 24px;
  }

  .legal-page__content p,
  .legal-page__content li {
    font-size: 15px;
    line-height: 1.7;
  }
}


.contact-form__checkbox-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  padding: 2px 0;
}

.contact-form__checkbox-row input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #6f53ab;
}

.contact-form__checkbox-row span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  text-transform: none;
}


.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 28px;
}

.video-lightbox[hidden] {
  display: none;
}

.video-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(74, 55, 116, 0.22), transparent 32%),
    rgba(6, 6, 10, 0.88);
  backdrop-filter: blur(16px);
}

.video-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100vw - 56px));
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(20, 19, 29, 0.96), rgba(12, 11, 18, 0.94));
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45);
}

.video-lightbox__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.video-lightbox__eyebrow {
  margin: 0 0 8px;
  color: #a98bdf;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.video-lightbox__header h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.video-lightbox__close {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.video-lightbox__frame {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #050507;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.video-lightbox__frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #050507;
}

body.video-open {
  overflow: hidden;
}

@media (max-width: 820px) {
  .video-lightbox {
    padding: 16px;
  }

  .video-lightbox__dialog {
    width: min(100%, calc(100vw - 32px));
    padding: 18px;
    border-radius: 24px;
  }

  .video-lightbox__header {
    align-items: center;
  }

  .video-lightbox__header h2 {
    font-size: clamp(1.4rem, 8vw, 2rem);
  }

  .video-lightbox__close {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }
}

