:root {
  --ink: #071426;
  --ink-soft: #0e1d33;
  --paper: #f6f8fc;
  --paper-strong: #ffffff;
  --line-dark: rgba(255, 255, 255, 0.2);
  --line-light: rgba(7, 20, 38, 0.18);
  --muted-dark: #c5ceda;
  --muted-light: #344054;
  --accent: #2f6df6;
  --accent-strong: #1f5ee8;
  --accent-ink: #ffffff;
  --max-width: 1180px;
  --header-height: clamp(64px, 10vh, 76px);
  --section-space: clamp(72px, min(9vw, 12vh), 140px);
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
}

body {
  margin: 0;
  min-width: 320px;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  touch-action: pan-y;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: var(--header-height);
  padding: clamp(8px, 1.5vh, 12px) max(22px, calc((100vw - var(--max-width)) / 2));
  background: rgba(7, 20, 38, 0.92);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: clamp(42px, 6vh, 48px);
  height: clamp(42px, 6vh, 48px);
  background: #e8edf5;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
}

.brand-mark img {
  display: block;
  width: clamp(34px, 5vh, 39px);
  height: clamp(34px, 5vh, 39px);
  object-fit: contain;
}

.brand-name {
  font-size: 17px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.2vw, 30px);
  color: #e1e7ef;
  font-size: 14px;
  font-weight: 600;
}

.desktop-nav a,
.text-link,
.header-cta,
.hero-primary-cta,
.demo-action,
.secondary-cta {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--accent);
}

.header-cta {
  justify-self: end;
  min-height: clamp(40px, 6vh, 44px);
  padding: clamp(9px, 1.4vh, 11px) 19px;
  color: var(--accent-ink);
  background: var(--accent);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.header-cta:hover,
.header-cta:focus-visible,
.primary-cta:hover,
.primary-cta:focus-visible {
  background: var(--accent-strong);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  width: min(calc(100% - 44px), var(--max-width));
  min-height: calc(100svh - var(--header-height));
  margin: 0 auto;
  padding: clamp(32px, 6vh, 72px) 0 clamp(36px, 7vh, 80px);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2%;
  right: -22%;
  width: 680px;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(47, 109, 246, 0.24) 0, rgba(47, 109, 246, 0.08) 38%, transparent 70%);
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 clamp(10px, 2vh, 18px);
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: #2457c5;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 720px;
  margin-bottom: clamp(14px, 2.6vh, 24px);
  font-size: clamp(46px, min(5.8vw, 8.5vh), 82px);
  font-weight: 760;
}

.hero-intro {
  max-width: 630px;
  margin: 0;
  color: #d9e0ea;
  font-size: clamp(17px, min(1.55vw, 2.5vh), 22px);
  line-height: 1.48;
}

.hero-primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  margin-top: clamp(26px, 4.5vh, 42px);
  padding: 15px 23px;
  color: var(--accent-ink);
  background: var(--accent);
  border-radius: 999px;
  font-weight: 850;
}

.hero-primary-cta:hover,
.hero-primary-cta:focus-visible {
  background: var(--accent-strong);
  transform: translateY(-1px);
}

.audience-switch {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-top: clamp(18px, 3vh, 38px);
  padding: 4px;
  background: #12233c;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
}

.audience-tab {
  min-width: 126px;
  min-height: 46px;
  padding: 10px 20px;
  color: #d5dce6;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 750;
}

.audience-tab.is-active {
  color: var(--accent-ink);
  background: var(--accent);
}

.audience-tab:focus-visible,
a:focus-visible,
.audience-panel:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.audience-panels {
  min-height: clamp(145px, 22vh, 210px);
  margin-top: clamp(12px, 2vh, 22px);
}

.audience-panel {
  animation: panel-in 300ms ease both;
}

.audience-panel[hidden] {
  display: none;
}

.panel-kicker {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
}

.audience-panel h2 {
  max-width: 570px;
  margin-bottom: clamp(8px, 1.5vh, 14px);
  font-size: clamp(24px, min(2.4vw, 4vh), 36px);
  letter-spacing: -0.035em;
}

.audience-panel > p:not(.panel-kicker) {
  max-width: 600px;
  margin: 0 0 clamp(10px, 2vh, 18px);
  color: var(--muted-dark);
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--paper);
  border-bottom: 1px solid #8da1be;
  font-weight: 750;
}

.text-link::after {
  content: "↘";
  margin-left: 9px;
  color: var(--accent);
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

@keyframes panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-media {
  min-width: 0;
  width: min(100%, 430px);
  justify-self: center;
}

.media-frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 72% 28%, rgba(47, 109, 246, 0.34), transparent 28%),
    linear-gradient(142deg, #33445e 0%, #15243a 52%, #091426 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
}

.media-frame-large {
  aspect-ratio: 9 / 16;
  min-height: 620px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-video-frame::after {
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 20, 38, 0.14) 0%, transparent 24%, transparent 68%, rgba(7, 20, 38, 0.76) 100%);
  pointer-events: none;
}

.hero-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video-badge,
.hero-video-link {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  background: rgba(7, 20, 38, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 850;
}

.hero-video-badge {
  top: 18px;
  left: 18px;
  padding: 7px 11px;
}

.hero-video-link {
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 14px;
  transition: background-color 180ms ease, transform 180ms ease;
}

.hero-video-link:hover,
.hero-video-link:focus-visible {
  background: var(--accent);
  transform: translateY(-1px);
}

.media-frame::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.78) 100%);
}

.placeholder-grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 48px 48px;
  transform: perspective(500px) rotateX(58deg) scale(1.55) translateY(16%);
  transform-origin: bottom;
}

.play-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  background: rgba(47, 109, 246, 0.98);
  border-radius: 50%;
  box-shadow: 0 0 0 14px rgba(47, 109, 246, 0.16);
  transform: translate(-50%, -50%);
}

.play-mark span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid var(--accent-ink);
}

.play-mark-small {
  width: 62px;
  height: 62px;
}

.play-mark-small span {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 13px;
}

.media-placeholder-copy {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: grid;
  gap: 7px;
}

.placeholder-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 5px 10px;
  color: var(--accent-ink);
  background: var(--accent);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.media-placeholder-copy strong {
  font-size: clamp(25px, 3vw, 38px);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.media-placeholder-copy small {
  color: #e0e6ee;
  font-size: 14px;
}

.media-caption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 5px 0;
  color: #bcc7d5;
  font-size: 13px;
  font-weight: 700;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(calc(100% - 44px), var(--max-width));
  margin: 0 auto;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.proof-strip div {
  display: grid;
  gap: 5px;
  padding: clamp(20px, 3.5vh, 28px) clamp(16px, 4vw, 46px);
  border-right: 1px solid var(--line-dark);
}

.proof-strip div:first-child {
  padding-left: 0;
}

.proof-strip div:last-child {
  padding-right: 0;
  border-right: 0;
}

.proof-strip strong {
  color: var(--accent);
  font-size: clamp(22px, 2.2vw, 30px);
  letter-spacing: -0.03em;
}

.proof-strip span {
  color: var(--muted-dark);
  font-size: 14px;
}

.section {
  padding: var(--section-space) max(22px, calc((100vw - var(--max-width)) / 2));
}

.section-light {
  margin-top: clamp(64px, 10vh, 110px);
  color: var(--ink);
  background: #e8edf5;
}

.section-dark {
  background: var(--ink-soft);
}

.section-heading {
  max-width: 770px;
  margin-bottom: clamp(36px, 7vh, 60px);
}

.section-heading h2,
.final-cta h2,
.offer-intro h2,
.secondary-demo-copy h2 {
  margin-bottom: clamp(14px, 2.5vh, 20px);
  font-size: clamp(38px, min(5.6vw, 8vh), 72px);
}

.section-heading > p:not(.eyebrow),
.offer-intro > p:not(.eyebrow),
.final-cta > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--muted-light);
  font-size: clamp(17px, 1.7vw, 20px);
}

.heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: clamp(32px, 5vw, 56px);
  max-width: none;
}

.heading-row h2 {
  margin-bottom: 0;
}

.heading-row > p {
  color: var(--muted-dark) !important;
}

.featured-case {
  border-top: 1px solid var(--line-dark);
}

.long-demo-switcher {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  max-width: 860px;
  margin-bottom: 28px;
  padding: 6px;
  background: #071426;
  border: 1px solid var(--line-dark);
  border-radius: 24px;
}

.long-demo-tab {
  display: grid;
  gap: 3px;
  min-width: 0;
  min-height: 100px;
  padding: 17px 20px;
  color: #c5ceda;
  background: transparent;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  text-align: left;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.long-demo-tab:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.long-demo-tab.is-active {
  color: #ffffff;
  background: var(--accent);
}

.long-demo-tab:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.long-demo-tab > span {
  color: #7aa4ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.long-demo-tab.is-active > span {
  color: #e9f0ff;
}

.long-demo-tab strong {
  overflow-wrap: break-word;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.2;
}

.long-demo-tab small {
  color: inherit;
  font-size: 13px;
  opacity: 0.82;
}

.long-demo-panels,
.long-demo-panel {
  min-width: 0;
}

.long-demo-panel {
  animation: panel-in 280ms ease both;
}

.long-demo-panel[hidden] {
  display: none;
}

.long-demo-video-frame {
  width: 100%;
  box-shadow: var(--shadow);
}

.long-demo-video-frame::after {
  display: none;
}

.long-demo-video-frame .demo-video {
  filter: none;
  opacity: 1;
}

.long-demo-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 28px;
  padding: 26px 4px 0;
}

.long-demo-copy h3 {
  margin: 12px 0 0;
  font-size: clamp(27px, 3.3vw, 43px);
}

.long-demo-copy p {
  max-width: 520px;
  margin: 0;
  color: var(--muted-dark);
  font-size: 16px;
}

.featured-demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(34px, 5vw, 68px);
}

.featured-video-frame {
  width: 100%;
  box-shadow: var(--shadow);
}

.featured-demo-copy h3 {
  max-width: 520px;
  margin: 18px 0 16px;
  font-size: clamp(31px, 3.6vw, 50px);
}

.featured-demo-copy > p {
  max-width: 540px;
  margin: 0;
  color: var(--muted-dark);
  font-size: 17px;
}

.case-summary {
  display: grid;
  gap: 0;
  margin: 30px 0 26px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-dark);
}

.case-summary li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  padding: 14px 0;
  color: #edf2f8;
  border-bottom: 1px solid var(--line-dark);
  font-size: 15px;
  font-weight: 700;
}

.case-summary li span {
  color: #7aa4ff;
  font-size: 12px;
  font-weight: 900;
}

.demo-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 50px;
  padding: 13px 18px;
  color: var(--accent-ink);
  background: var(--accent);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 850;
  text-align: center;
}

.demo-action:hover,
.demo-action:focus-visible {
  background: var(--accent-strong);
  transform: translateY(-1px);
}

.case-note {
  display: block;
  margin-top: 12px;
  color: #aeb9c8;
  font-size: 12px;
}

.perspective-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.benefits-section {
  margin-top: 0;
  background: #cfe0ff;
}

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

.commercial-benefit-card {
  position: relative;
  min-height: 340px;
  padding: clamp(26px, 3vw, 38px);
  color: var(--ink);
  background: #ffffff;
  border: 1px solid rgba(7, 20, 38, 0.2);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(31, 94, 232, 0.08);
}

.commercial-benefit-number {
  position: absolute;
  top: 26px;
  right: 28px;
  color: #2457c5;
  font-size: 12px;
  font-weight: 900;
}

.commercial-benefit-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 58px;
  color: #ffffff;
  background: var(--accent);
  border-radius: 15px;
  font-size: 22px;
  font-weight: 900;
}

.commercial-benefit-card h3 {
  margin-bottom: 15px;
  color: var(--ink);
  font-size: clamp(26px, 2.6vw, 34px);
}

.commercial-benefit-card p {
  margin: 0;
  color: var(--muted-light);
  font-size: 15px;
}

.memory-note {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  align-items: start;
  margin-top: 18px;
  padding: clamp(24px, 3vw, 32px);
  color: var(--paper);
  background: var(--ink);
  border-radius: 24px;
}

.memory-note > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: #ffffff;
  background: var(--accent);
  border-radius: 15px;
  font-size: 22px;
}

.memory-note strong {
  font-size: 19px;
}

.memory-note p {
  margin: 5px 0 0;
  color: var(--muted-dark);
}

.perspective-card {
  position: relative;
  overflow: hidden;
  min-height: clamp(440px, 72vh, 560px);
  padding: clamp(28px, min(4vw, 6vh), 52px);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-lg);
}

.seller-card {
  color: var(--paper);
  background: var(--ink);
}

.buyer-card {
  color: var(--ink);
  background: #cfe0ff;
  border-color: rgba(7, 20, 38, 0.22);
}

.buyer-card h3,
.buyer-card strong,
.buyer-card .benefit-list small {
  color: var(--ink);
}

.card-number {
  position: absolute;
  top: 26px;
  right: 30px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
}

.buyer-card .card-number {
  color: #2457c5;
}

.card-label {
  margin: 0 0 clamp(28px, 6vh, 46px);
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.buyer-card .card-label {
  color: #2457c5;
}

.perspective-card h3 {
  max-width: 520px;
  margin-bottom: clamp(28px, 6vh, 48px);
  font-size: clamp(31px, min(3.3vw, 5.5vh), 47px);
}

.benefit-list,
.included-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-list {
  display: grid;
  gap: 0;
}

.benefit-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  padding: clamp(14px, 2.5vh, 19px) 0;
  border-top: 1px solid currentColor;
  border-color: rgba(255, 255, 255, 0.14);
}

.buyer-card .benefit-list li {
  border-color: var(--line-light);
}

.benefit-icon {
  color: var(--accent);
  font-weight: 900;
}

.buyer-card .benefit-icon {
  color: #2457c5;
}

.benefit-list div {
  display: grid;
  gap: 3px;
}

.benefit-list strong {
  font-size: 16px;
}

.benefit-list small {
  color: var(--muted-dark);
  font-size: 14px;
  line-height: 1.5;
}

.buyer-card .benefit-list small {
  color: var(--muted-light);
}

.demo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.demo-card {
  min-width: 0;
}

.demo-video-frame {
  aspect-ratio: 16 / 9;
  background: #071426;
}

.demo-video-frame::after {
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 20, 38, 0.04) 52%, rgba(7, 20, 38, 0.78) 100%);
  pointer-events: none;
}

.demo-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-badge,
.video-controls {
  position: absolute;
  z-index: 2;
}

.video-badge {
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  color: #ffffff;
  background: rgba(7, 20, 38, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 800;
}

.video-controls {
  top: 14px;
  right: 16px;
  bottom: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.video-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 14px;
  color: #ffffff;
  background: rgba(7, 20, 38, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  transition: background-color 180ms ease, transform 180ms ease;
}

.video-control:hover,
.video-control:focus-visible {
  background: var(--accent);
  transform: translateY(-1px);
}

.video-control:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.video-control-compact {
  width: 36px;
  min-height: 36px;
  padding: 6px;
  font-size: 15px;
}

.video-control-icon {
  color: #7aa4ff;
  font-size: 17px;
}

.video-control[aria-pressed="true"] .video-control-icon {
  color: #ffffff;
}

.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;
}

.demo-card .media-frame > .placeholder-label {
  position: absolute;
  top: 20px;
  left: 20px;
}

.placeholder-alt {
  background:
    radial-gradient(circle at 24% 26%, rgba(77, 145, 255, 0.34), transparent 28%),
    linear-gradient(142deg, #31435f 0%, #14233a 55%, #091426 100%);
}

.demo-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 28px 4px 0;
}

.demo-copy h3 {
  margin: 11px 0 0;
  font-size: clamp(25px, 2.5vw, 34px);
}

.demo-copy p {
  max-width: 580px;
  margin: 0;
  color: var(--muted-dark);
}

.case-pill {
  display: inline-flex;
  padding: 6px 10px;
  color: var(--accent-ink);
  background: var(--accent);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.case-pill-neutral {
  color: #d9ded9;
  background: #2d405d;
}

.secondary-demo-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(38px, 6vw, 82px);
}

.secondary-demo-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  color: var(--muted-dark);
  font-size: 17px;
}

.secondary-video-frame {
  width: 100%;
  box-shadow: var(--shadow);
}

.photo-showcase {
  margin-top: clamp(54px, min(8vw, 9vh), 96px);
  padding-top: clamp(38px, min(5vw, 6vh), 62px);
  border-top: 1px solid var(--line-dark);
}

.photo-showcase-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 30px;
}

.photo-kicker {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.photo-showcase-heading h3 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(31px, 4vw, 48px);
}

.photo-showcase-heading > p {
  max-width: 530px;
  margin: 0;
  color: var(--muted-dark);
  font-size: 16px;
}

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

.property-gallery figure {
  min-width: 0;
  margin: 0;
}

.property-gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #13243c;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  transition: transform 220ms ease, border-color 220ms ease;
}

.property-gallery figure:hover img {
  border-color: rgba(122, 164, 255, 0.75);
  transform: translateY(-3px);
}

.property-gallery figcaption {
  margin-top: 11px;
  padding-left: 3px;
  color: #d8e0eb;
  font-size: 14px;
  font-weight: 750;
}

.photo-showcase-light {
  border-top-color: var(--line-light);
}

.photo-showcase-light .photo-showcase-heading h3,
.photo-showcase-light .property-gallery figcaption {
  color: var(--ink);
}

.photo-showcase-light .photo-showcase-heading > p {
  color: var(--muted-light);
}

.photo-showcase-light .photo-kicker {
  color: #2457c5;
}

.photo-showcase-light .property-gallery img {
  border-color: rgba(7, 20, 38, 0.2);
}

.process-section {
  color: var(--ink);
  background: #e8edf5;
}

.compact-heading {
  margin-bottom: clamp(34px, 6vh, 50px);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-light);
}

.process-grid li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  padding: clamp(24px, 4vh, 32px) 30px 0 0;
  border-right: 1px solid var(--line-light);
}

.process-grid li + li {
  padding-left: 30px;
}

.process-grid li:last-child {
  border-right: 0;
}

.process-grid > li > span {
  color: #2457c5;
  font-size: 13px;
  font-weight: 900;
}

.process-grid h3 {
  margin: 0 0 12px;
  font-size: 23px;
  letter-spacing: -0.025em;
}

.process-grid p {
  margin: 0;
  color: var(--muted-light);
  font-size: 15px;
}

.offer-section {
  background:
    radial-gradient(circle at 18% 20%, rgba(47, 109, 246, 0.18), transparent 32%),
    var(--ink);
}

.offer-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  align-items: center;
  gap: clamp(42px, min(8vw, 10vh), 110px);
}

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

.for-whom {
  display: inline-flex;
  margin-top: 30px;
  padding: 9px 13px;
  color: #edf3fb;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
}

.price-card {
  padding: clamp(28px, min(4vw, 6vh), 50px);
  color: var(--ink);
  background: #cfe0ff;
  border: 1px solid rgba(7, 20, 38, 0.16);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.price-card h2,
.price-card strong,
.price-card li {
  color: var(--ink);
}

.price-block {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line-light);
}

.price-label {
  display: block;
  margin-bottom: 10px;
  color: var(--muted-light);
  font-size: 14px;
  font-weight: 750;
}

.price-line {
  display: flex;
  align-items: flex-end;
  gap: 11px;
}

.price-line strong {
  font-size: clamp(62px, 8vw, 96px);
  font-weight: 790;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.price-line span {
  margin-bottom: 9px;
  color: var(--muted-light);
  font-weight: 850;
}

.price-block p {
  margin: 16px 0 0;
  color: var(--muted-light);
  font-size: 15px;
}

.price-block p strong {
  color: var(--ink);
}

.included-list {
  display: grid;
  gap: 15px;
  margin: 28px 0 32px;
}

.included-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  color: #303430;
}

.included-list span {
  color: #2457c5;
  font-weight: 900;
}

.primary-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 22px;
  border-radius: 999px;
  font-weight: 850;
  text-align: center;
}

.primary-cta {
  width: 100%;
  color: var(--accent-ink);
  background: var(--accent);
}

.final-cta {
  padding: clamp(82px, min(12vw, 14vh), 160px) 22px;
  color: var(--ink);
  background: var(--accent);
  text-align: center;
}

.final-cta .eyebrow {
  color: #dce8ff;
}

.final-cta h2 {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.final-cta > p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
  color: #f3f7ff;
}

.secondary-cta {
  margin-top: 34px;
  color: var(--ink);
  background: #ffffff;
}

.secondary-cta:hover,
.secondary-cta:focus-visible {
  background: #e7eef9;
  transform: translateY(-1px);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 28px max(22px, calc((100vw - var(--max-width)) / 2));
  color: var(--muted-dark);
  background: var(--ink);
  border-top: 1px solid var(--line-dark);
  font-size: 13px;
}

.site-footer p {
  margin: 0;
  text-align: center;
}

.site-footer > span {
  justify-self: end;
}

.footer-brand .brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 11px;
}

.footer-brand .brand-mark img {
  width: 31px;
  height: 31px;
}

.footer-brand .brand-name {
  font-size: 14px;
}

@media (min-width: 981px) {
  .hero-copy,
  .hero-media {
    align-self: center;
  }

  .hero-media {
    width: auto;
    max-width: 100%;
  }

  .hero-media .media-frame-large {
    width: auto;
    height: min(720px, calc(100vh - var(--header-height) - 140px));
    height: min(720px, calc(100svh - var(--header-height) - 140px));
    min-height: 0;
  }
}

@media (min-width: 981px) and (max-height: 720px) {
  .hero {
    gap: clamp(26px, 4vw, 52px);
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .eyebrow {
    margin-bottom: 8px;
  }

  h1 {
    margin-bottom: 12px;
    font-size: clamp(46px, 7.8vh, 58px);
  }

  .hero-intro {
    font-size: 16px;
    line-height: 1.4;
  }

  .audience-switch {
    margin-top: 14px;
  }

  .audience-tab {
    min-height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .audience-panels {
    min-height: 138px;
    margin-top: 10px;
  }

  .panel-kicker {
    margin-bottom: 4px;
    font-size: 13px;
  }

  .audience-panel h2 {
    margin-bottom: 6px;
    font-size: 24px;
  }

  .audience-panel > p:not(.panel-kicker) {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.4;
  }

  .text-link {
    min-height: 34px;
    font-size: 15px;
  }

  .hero-media .media-frame-large {
    height: calc(100vh - var(--header-height) - 118px);
    height: calc(100svh - var(--header-height) - 118px);
  }

  .media-caption {
    padding-top: 8px;
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 64px;
  }

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

  .media-frame-large {
    min-height: 0;
    aspect-ratio: 9 / 16;
  }

  .perspective-grid,
  .demo-grid,
  .featured-demo-layout,
  .commercial-benefit-grid,
  .secondary-demo-layout {
    grid-template-columns: 1fr;
  }

  .featured-demo-layout,
  .secondary-demo-layout {
    align-items: start;
  }

  .featured-demo-copy,
  .secondary-demo-copy {
    max-width: 720px;
  }

  .long-demo-copy {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }

  .perspective-card {
    min-height: auto;
  }

  .offer-shell {
    grid-template-columns: 1fr;
  }

  .offer-intro {
    max-width: 710px;
  }
}

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

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 66px;
    padding: 10px 18px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

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

  .brand-mark img {
    width: 32px;
    height: 32px;
  }

  .hero {
    width: calc(100% - 36px);
    padding: 48px 0 64px;
    gap: 38px;
  }

  .hero::before {
    top: 8%;
    right: -74%;
    width: 540px;
  }

  h1 {
    margin-bottom: 19px;
    font-size: clamp(44px, 13vw, 62px);
  }

  .hero-intro {
    font-size: 17px;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .audience-switch {
    display: grid;
    width: 100%;
    margin-top: 30px;
  }

  .audience-tab {
    min-width: 0;
    padding-right: 14px;
    padding-left: 14px;
  }

  .audience-panels {
    min-height: 260px;
  }

  .audience-panel h2 {
    font-size: 28px;
  }

  .media-frame-large {
    aspect-ratio: 9 / 16;
  }

  .media-placeholder-copy {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .play-mark {
    width: 68px;
    height: 68px;
  }

  .media-caption {
    flex-direction: column;
    gap: 3px;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    width: calc(100% - 36px);
  }

  .proof-strip div,
  .proof-strip div:first-child,
  .proof-strip div:last-child {
    grid-template-columns: minmax(96px, 0.45fr) 1fr;
    align-items: center;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .proof-strip div:last-child {
    border-bottom: 0;
  }

  .proof-strip strong {
    font-size: 22px;
  }

  .section-light {
    margin-top: 68px;
  }

  .section {
    padding: 78px 18px;
  }

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

  .section-heading h2,
  .final-cta h2,
  .offer-intro h2,
  .secondary-demo-copy h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .hero-primary-cta {
    width: 100%;
  }

  .featured-demo-copy h3 {
    font-size: 34px;
  }

  .commercial-benefit-card {
    min-height: 0;
  }

  .commercial-benefit-icon {
    margin-bottom: 42px;
  }

  .memory-note {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  .memory-note > span {
    width: 42px;
    height: 42px;
  }

  .heading-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .long-demo-switcher {
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .long-demo-tab {
    min-height: 96px;
    padding: 14px;
    border-radius: 15px;
  }

  .long-demo-copy {
    padding-top: 22px;
  }

  .long-demo-copy h3 {
    font-size: 30px;
  }

  .perspective-card {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .card-label {
    margin-bottom: 32px;
  }

  .perspective-card h3 {
    margin-bottom: 34px;
    font-size: 33px;
  }

  .benefit-list li {
    grid-template-columns: 28px 1fr;
    gap: 10px;
  }

  .demo-grid {
    gap: 52px;
  }

  .photo-showcase-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .property-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .demo-card .media-frame {
    aspect-ratio: 4 / 3;
  }

  .demo-card .demo-video-frame {
    aspect-ratio: 16 / 9;
  }

  .video-badge {
    top: 12px;
    left: 12px;
    font-size: 11px;
  }

  .video-controls {
    top: 10px;
    right: 10px;
    bottom: auto;
  }

  .video-control {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 12px;
  }

  .video-control-compact {
    width: 34px;
    min-height: 34px;
    padding: 5px;
    font-size: 14px;
  }

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

  .process-grid li,
  .process-grid li + li {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .process-grid li:last-child {
    border-bottom: 0;
  }

  .offer-shell {
    gap: 38px;
  }

  .price-card {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .price-line strong {
    font-size: clamp(62px, 21vw, 82px);
  }

  .final-cta {
    padding: 88px 18px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 34px 18px;
  }

  .site-footer p {
    text-align: left;
  }

  .site-footer > span {
    justify-self: start;
  }

}

@media (max-width: 520px) {
  .long-demo-switcher {
    grid-template-columns: 1fr;
  }

  .long-demo-tab {
    min-height: 0;
  }
}

@media (max-width: 390px) {
  .brand-name {
    font-size: 15px;
  }

  h1 {
    font-size: 42px;
  }

  .media-frame-large {
    aspect-ratio: 9 / 16;
  }

  .price-line strong {
    font-size: 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
