:root {
  --bg: #f5f5ef;
  --surface: #ffffff;
  --surface-soft: #ebede5;
  --ink: #151513;
  --muted: #686861;
  --accent: #ddff70;
  --accent-soft: #efffc0;
  --line: rgba(21, 21, 19, 0.1);
  --font: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --page: clamp(1.1rem, 3vw, 2.6rem);
  --section: clamp(4.5rem, 8vw, 7rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--font);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

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

a {
  color: inherit;
}

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

::selection {
  color: var(--ink);
  background: var(--accent);
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  background: var(--accent);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 1rem;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: center;
  width: min(72rem, calc(100% - 2rem));
  min-height: 4.15rem;
  padding: 0.55rem 0.65rem 0.55rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0.5rem 2rem rgba(21, 21, 19, 0.06);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: box-shadow 200ms ease, background 200ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0.8rem 2.6rem rgba(21, 21, 19, 0.1);
}

.brand {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  width: max-content;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-decoration: none;
}

.brand-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(21, 21, 19, 0.08);
}

.primary-navigation {
  display: flex;
  gap: 1.8rem;
  align-items: center;
  justify-self: center;
}

.primary-navigation a {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 160ms ease;
}

.primary-navigation a:hover,
.primary-navigation a:focus-visible {
  color: var(--ink);
}

.nav-cta,
.button {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.2rem;
  color: var(--ink);
  background: var(--accent);
  font-size: 0.74rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.nav-cta:hover {
  background: #d3fa58;
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
}

.hero {
  width: min(76rem, 100%);
  margin: 0 auto;
  padding: clamp(7rem, 9vw, 8.75rem) var(--page) 0;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 58rem;
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 1.35rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.product h2,
.modes h2,
.formats h2,
.fidelity h2,
.how h2,
.pricing h2,
.faq h2,
.final-cta h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.hero h1 {
  font-size: clamp(3.5rem, 7.2vw, 6.7rem);
}

.hero-text {
  max-width: 43rem;
  margin: 1.4rem auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.hero-actions {
  display: flex;
  gap: 0.7rem;
  justify-content: center;
  margin-top: 1.7rem;
}

.hero-flow {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.35rem;
}

.hero-flow span {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--muted);
  font-size: 0.66rem;
}

.hero-flow span + span::before {
  margin-left: -1.15rem;
  padding-right: 0.7rem;
  color: rgba(21, 21, 19, 0.3);
  content: "→";
}

.hero-flow i {
  display: grid;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: var(--accent);
  color: var(--ink);
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 700;
  place-items: center;
}

.hero-flow strong {
  color: var(--ink);
  font-weight: 650;
}

.trial-note {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 600;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.85rem 1.35rem;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease;
}

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

.button-primary {
  color: var(--ink);
  background: var(--accent);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #d1fa50;
}

.button-secondary {
  color: var(--ink);
  background: var(--surface);
  box-shadow: inset 0 0 0 1px var(--line);
}

.hero-media {
  position: relative;
  max-width: 70rem;
  margin: clamp(2rem, 3vw, 2.8rem) auto 0;
  overflow: hidden;
  border-radius: clamp(1.7rem, 3.2vw, 3rem);
  background: #20201d;
  box-shadow: 0 2.2rem 6rem rgba(21, 21, 19, 0.14);
}


.hero-media video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-shade {
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, rgba(10, 10, 9, 0.6));
  pointer-events: none;
}

.video-caption {
  position: absolute;
  right: clamp(1.1rem, 2.5vw, 2rem);
  bottom: clamp(1.1rem, 2.5vw, 2rem);
  left: clamp(1.1rem, 2.5vw, 2rem);
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 0.68rem;
  font-weight: 600;
}

.video-toggle {
  position: absolute;
  top: clamp(1rem, 2vw, 1.5rem);
  right: clamp(1rem, 2vw, 1.5rem);
  display: flex;
  gap: 0.55rem;
  align-items: center;
  min-height: 2.55rem;
  padding: 0.65rem 0.9rem;
  color: var(--ink);
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  font-size: 0.64rem;
  font-weight: 700;
  cursor: pointer;
}

.pause-icon {
  width: 0.55rem;
  height: 0.6rem;
  border-right: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.video-toggle.is-paused .pause-icon {
  width: 0;
  height: 0;
  border-top: 0.3rem solid transparent;
  border-right: 0;
  border-bottom: 0.3rem solid transparent;
  border-left: 0.5rem solid currentColor;
}

.hero-facts {
  display: flex;
  gap: clamp(1.4rem, 5vw, 5rem);
  justify-content: center;
  padding: 2rem 0 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.hero-facts span {
  display: flex;
  gap: 0.35rem;
  align-items: baseline;
}

.hero-facts strong {
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 600;
}

.product,
.formats,
.fidelity,
.how,
.pricing,
.faq,
.final-cta,
.site-footer {
  width: min(70rem, calc(100% - 2 * var(--page)));
  margin-right: auto;
  margin-left: auto;
}

.product {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
  margin-top: var(--section);
  padding: clamp(2rem, 4vw, 4rem);
  overflow: hidden;
  color: white;
  border-radius: clamp(2rem, 4vw, 3.5rem);
  background: var(--ink);
}

.product-copy {
  max-width: 29rem;
}

.product .eyebrow {
  color: rgba(255, 255, 255, 0.5);
}

.product h2,
.modes h2,
.formats h2,
.fidelity h2,
.how h2,
.pricing h2,
.faq h2,
.final-cta h2 {
  font-size: clamp(2.8rem, 4.8vw, 4.7rem);
}

.product-copy > p:not(.eyebrow) {
  margin: 1.8rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.98rem;
}

.product-copy ul {
  display: grid;
  gap: 0.8rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.product-copy li {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  font-size: 0.8rem;
}

.product-copy li::before {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.vertical-demo {
  position: relative;
  display: grid;
  min-height: 33rem;
  border-radius: clamp(1.7rem, 3vw, 2.5rem);
  background: #2a2a27;
  place-items: center;
}

.phone-video {
  width: min(60%, 15.5rem);
  padding: 0.45rem;
  overflow: hidden;
  border-radius: 2rem;
  background: #050505;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.4);
  transform: rotate(1.5deg);
}

.phone-video video {
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 1.6rem;
  object-fit: cover;
}

.floating-label {
  position: absolute;
  padding: 0.75rem 1rem;
  color: var(--ink);
  border-radius: 999px;
  background: var(--accent);
  font-size: 0.66rem;
  font-weight: 700;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.16);
}

.label-top {
  top: 16%;
  left: 5%;
  transform: rotate(-4deg);
}

.label-bottom {
  right: 4%;
  bottom: 14%;
  background: white;
  transform: rotate(4deg);
}

.modes {
  width: min(70rem, calc(100% - 2 * var(--page)));
  margin-right: auto;
  margin-left: auto;
  padding-top: var(--section);
}

.modes-heading {
  max-width: 49rem;
  margin: 0 auto;
  text-align: center;
}

.modes-heading > p:last-child {
  max-width: 38rem;
  margin: 1.4rem auto 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.mode-stages {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.mode-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(17rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: stretch;
  overflow: hidden;
  min-height: clamp(25rem, 36vw, 31rem);
  padding: clamp(0.65rem, 1.25vw, 1rem);
  border-radius: clamp(1.8rem, 3.4vw, 3rem);
  background: var(--surface);
  box-shadow: 0 1.8rem 5rem rgba(21, 21, 19, 0.075);
}

.mode-stage-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.4rem, 3vw, 2.6rem);
}

.mode-number {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: auto;
  border: 1px solid rgba(21, 21, 19, 0.12);
  border-radius: 50%;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  place-items: center;
}

.mode-kicker {
  margin: 1.8rem 0 0;
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mode-stage-copy h3 {
  max-width: 25rem;
  margin: 0.8rem 0 0;
  font-size: clamp(2.5rem, 4.2vw, 4.1rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.mode-stage-copy > p:not(.mode-kicker) {
  max-width: 25rem;
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: clamp(0.78rem, 1.2vw, 0.98rem);
}

.mode-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.6rem;
}

.faithful-audio-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-top: 1rem;
  padding: 0.55rem;
  border: 1px solid rgba(21, 21, 19, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.faithful-audio-choice > span {
  margin-left: 0.35rem;
  color: var(--muted);
  font-size: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.faithful-audio-choice > strong {
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  background: white;
  font-size: 0.56rem;
}

.faithful-audio-choice > i {
  color: var(--muted);
  font-size: 0.5rem;
  font-style: normal;
}

.faithful-audio-choice .voice-play { min-height: 2.35rem; }
.faithful-audio-choice .voice-play-icon { width: 1.75rem; height: 1.75rem; }

.mode-points span,
.projection-disclaimer,
.voice-origin {
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  color: var(--ink);
  background: var(--bg);
  font-size: 0.56rem;
  font-weight: 700;
}

.mode-stage-media {
  position: relative;
  min-height: 23rem;
  overflow: hidden;
  border-radius: clamp(1.35rem, 2.7vw, 2.35rem);
  background: #d9d9d3;
}

.mode-stage-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mode-faithful-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  padding: 0.55rem;
  background: #e8e8e2;
}

.faithful-frame {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: calc(clamp(1.35rem, 2.7vw, 2.35rem) - 0.45rem);
  background: #252521;
}

.faithful-frame img,
.faithful-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faithful-frame img {
  object-position: 52% 50%;
}

.faithful-motion-frame video {
  object-position: 50% 50%;
}

.faithful-frame figcaption {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  left: 0.65rem;
  display: flex;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  font-size: 0.54rem;
  font-weight: 700;
  text-align: center;
}

.faithful-frame figcaption i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--accent);
}

.media-status {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  font-size: 0.58rem;
  font-weight: 700;
}

.media-status i,
.voice-origin i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
}

.mode-stage-voice {
  color: white;
  background: #181916;
}

.mode-stage-voice .mode-number {
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.6);
}

.mode-stage-voice .mode-kicker,
.mode-stage-voice .mode-stage-copy > p:not(.mode-kicker) {
  color: rgba(255, 255, 255, 0.6);
}

.voice-origin {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  margin-top: 1.6rem;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.voice-demo-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 13, 10, 0.08) 12%, rgba(11, 13, 10, 0.82) 100%);
}

.voice-demo-copy {
  position: absolute;
  right: clamp(1.4rem, 4vw, 3.4rem);
  bottom: 7.8rem;
  left: clamp(1.4rem, 4vw, 3.4rem);
  max-width: 32rem;
}

.voice-demo-copy small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.voice-demo-copy p {
  margin: 0.8rem 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-style: italic;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.voice-player {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding: 0.55rem 0.75rem 0.55rem 0.6rem;
  background: rgba(20, 21, 18, 0.55);
  backdrop-filter: blur(18px);
}

.voice-play {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0.55rem;
  align-items: center;
  min-height: 2.8rem;
  padding: 0 1rem 0 0.35rem;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: var(--accent);
  font: inherit;
  font-size: 0.58rem;
  font-weight: 700;
  cursor: pointer;
}

.voice-play-icon {
  position: relative;
  display: grid;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: white;
  place-items: center;
}

.voice-play-icon::before {
  width: 0;
  height: 0;
  margin-left: 0.15rem;
  border-top: 0.32rem solid transparent;
  border-bottom: 0.32rem solid transparent;
  border-left: 0.48rem solid var(--ink);
  content: "";
}

.voice-play.is-playing .voice-play-icon::before {
  width: 0.5rem;
  height: 0.62rem;
  margin: 0;
  border: 0;
  border-right: 0.14rem solid var(--ink);
  border-left: 0.14rem solid var(--ink);
}

.voice-progress {
  flex: 1;
  height: 0.18rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.voice-progress i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
}

.voice-player > span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.55rem;
  font-variant-numeric: tabular-nums;
}

.mode-stage-projection {
  grid-template-columns: minmax(17rem, 0.58fr) minmax(0, 1.42fr);
  background: #e8ffb4;
}

.mode-stage-epure { background: #e7edf0; }
.mode-epure-example { min-height: 23rem; background: rgba(255, 255, 255, 0.82); }
.mode-epure-example .projection-pair { min-height: 0; }

.projection-disclaimer {
  margin-top: 1.6rem;
  background: rgba(255, 255, 255, 0.72);
}

.projection-examples {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  min-width: 0;
}

.projection-example {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  padding: 0.7rem;
  border-radius: clamp(1.35rem, 2.7vw, 2.35rem);
  background: rgba(255, 255, 255, 0.92);
}

.projection-example-title {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  padding: 0.65rem 0.55rem 0.95rem;
}

.projection-example-title span {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  color: var(--muted);
  background: var(--bg);
  font-size: 0.5rem;
  font-weight: 700;
  place-items: center;
}

.projection-example-title strong {
  font-size: 0.7rem;
}

.projection-pair {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 0.45rem;
  min-height: 0;
}

.projection-pair figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 1.25rem;
}


.projection-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projection-pair figcaption {
  position: absolute;
  bottom: 0.55rem;
  left: 0.55rem;
  padding: 0.5rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  font-size: 0.5rem;
  font-weight: 700;
}

.projection-pair figure:last-child figcaption {
  background: var(--accent);
}

.formats {
  padding-top: var(--section);
}

.formats-heading {
  max-width: 54rem;
  margin: 0 auto;
  text-align: center;
}

.formats-heading > p:last-child {
  max-width: 38rem;
  margin: 1.5rem auto 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.format-showcase {
  position: relative;
  min-height: clamp(22rem, 34vw, 27rem);
  margin-top: clamp(2rem, 4vw, 3.25rem);
  overflow: hidden;
  border-radius: clamp(2rem, 4vw, 3.5rem);
  background: linear-gradient(145deg, #eef0e9 0%, #e5e9df 100%);
}

.format-card {
  position: absolute;
  z-index: 1;
  padding: 0.55rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: clamp(1.4rem, 2.8vw, 2.2rem);
  background: var(--surface);
  box-shadow: 0 1.8rem 4.5rem rgba(21, 21, 19, 0.13);
}

.format-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: clamp(1.05rem, 2.2vw, 1.75rem);
  background: #242420;
}

.format-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.format-portrait {
  z-index: 3;
  bottom: 4%;
  left: 3%;
  width: clamp(10.5rem, 20%, 14.5rem);
  aspect-ratio: 9 / 16;
}

.format-landscape {
  top: 52%;
  left: 50%;
  width: min(66%, 48rem);
  aspect-ratio: 16 / 9;
  transform: translate(-50%, -50%);
}

.format-square {
  z-index: 2;
  top: 10%;
  right: 3%;
  width: clamp(12.5rem, 24%, 18rem);
  aspect-ratio: 1;
}

.format-overlay {
  position: absolute;
  right: 0.95rem;
  bottom: 0.95rem;
  left: 0.95rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  min-height: 3.2rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
}

.format-landscape .format-overlay {
  right: 16%;
  left: 16%;
}

.format-label {
  display: flex;
  gap: 0.6rem;
  align-items: baseline;
  min-width: 0;
}

.format-label strong {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.format-label span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.52rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.format-platforms {
  display: flex;
  flex: 0 0 auto;
  gap: 0.5rem;
  align-items: center;
}

.format-platforms img,
.format-platforms svg {
  width: 0.82rem;
  height: 0.82rem;
}

.format-platforms svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.format-platforms .format-lbc {
  width: 2.15rem;
  height: auto;
  filter: grayscale(1) brightness(0.12);
}

.format-portrait .format-overlay,
.format-square .format-overlay {
  right: 0.65rem;
  bottom: 0.65rem;
  left: 0.65rem;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 0;
  padding: 0.6rem;
  border-radius: 0.85rem;
}

.format-portrait .format-label,
.format-square .format-label {
  width: 100%;
  justify-content: space-between;
}

.format-quality {
  position: absolute;
  z-index: 5;
  top: 1.1rem;
  left: 50%;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  color: white;
  background: var(--ink);
  font-size: 0.55rem;
  font-weight: 700;
  transform: translateX(-50%);
}

.format-lottie {
  display: inline-block;
  width: 3.6rem;
  height: 1.2rem;
  margin: -0.15rem 0.1rem -0.15rem -0.35rem;
}

.format-lottie svg {
  display: block;
  width: 100%;
  height: 100%;
}

.format-quality i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
}

.distribution {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  margin-top: clamp(2rem, 5vw, 4rem);
  padding: clamp(1.75rem, 4vw, 3.5rem);
  border-radius: clamp(2rem, 4vw, 3.5rem);
  background: var(--accent-soft);
}

.distribution-copy h3,
.branding-copy h3 {
  margin: 0;
  font-size: clamp(2.5rem, 4.8vw, 4.7rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.distribution-copy > p:last-child,
.branding-copy > p:not(.eyebrow) {
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.network-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
}

.network-list > div {
  display: flex;
  min-height: 5.4rem;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.7rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.76);
}

.network-list img,
.network-list svg {
  width: 1.55rem;
  height: 1.55rem;
}

.network-list img.network-wordmark {
  width: 4.6rem;
  height: auto;
  filter: grayscale(1) brightness(0);
}

.network-list svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.network-list span {
  font-size: 0.62rem;
  font-weight: 600;
}

.fidelity {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  padding-top: var(--section);
}

.fidelity-copy > p:not(.eyebrow) {
  max-width: 30rem;
  margin: 1.6rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.fidelity-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.8rem;
}

.fidelity-points span,
.branding-tags span {
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  background: var(--surface);
  font-size: 0.62rem;
  font-weight: 600;
}

.details-video {
  position: relative;
  min-height: clamp(20rem, 32vw, 25rem);
  overflow: hidden;
  border-radius: clamp(2rem, 4vw, 3rem);
  background: #1d1e1a;
  box-shadow: 0 1.5rem 4rem rgba(21, 21, 19, 0.07);
}

.details-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.details-video::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(9, 10, 8, 0.76));
  content: "";
  pointer-events: none;
}

.details-video-caption {
  position: absolute;
  z-index: 1;
  right: clamp(1.2rem, 2.6vw, 2rem);
  bottom: clamp(1.2rem, 2.6vw, 2rem);
  left: clamp(1.2rem, 2.6vw, 2rem);
  display: grid;
  gap: 0.35rem;
  color: white;
}

.details-video-caption span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.details-video-caption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2.25vw, 2rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.how {
  padding-top: var(--section);
}

.section-heading {
  max-width: 46rem;
}

.how-intro {
  max-width: 36rem;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.import-flow {
  position: relative;
  margin-top: clamp(3rem, 6vw, 5rem);
  min-height: clamp(20rem, 36vw, 28rem);
  overflow: hidden;
  border-radius: clamp(2rem, 4vw, 3.2rem);
  color: white;
  background: #181916;
  box-shadow: 0 1.5rem 4rem rgba(21, 21, 19, 0.1);
}

.lottie-workflow {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.lottie-workflow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lottie-workflow-fallback {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  gap: 1rem;
  align-content: center;
  justify-items: center;
  padding: 2rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.lottie-workflow-fallback span,
.lottie-workflow-fallback strong {
  display: block;
  font-size: clamp(1rem, 2vw, 1.5rem);
}

.lottie-workflow-fallback strong {
  color: var(--accent);
}

.import-flow:has(.lottie-workflow.is-ready) .lottie-workflow-fallback {
  opacity: 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: clamp(3rem, 6vw, 5rem) 0 0;
  padding: 0;
  list-style: none;
}

.steps li {
  min-height: 16rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 1.75rem;
  background: var(--surface);
}

.steps li:nth-child(2) {
  background: var(--accent-soft);
}

.steps li > span {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  color: var(--muted);
  background: var(--bg);
  font-size: 0.62rem;
  font-weight: 700;
  place-items: center;
}

.steps h3 {
  margin: 5rem 0 0.45rem;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.branding-preview {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  margin-top: 1rem;
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: clamp(2rem, 4vw, 3.5rem);
  background: var(--surface);
}

.branding-demo { grid-template-columns: .9fr 1.1fr; border: 1px solid rgba(16,16,14,.08); background: #fff; }
.branding-copy h3 { max-width: 30rem; font-size: clamp(2.35rem, 4vw, 4.15rem); line-height: 1.02; }
.branding-copy h3 span { display: inline; padding: 0; color: inherit; background: transparent !important; box-shadow: none !important; }
.branding-copy > p:not(.eyebrow) { max-width: 31rem; margin-top: 1.25rem; line-height: 1.55; }
.branding-benefits { display: grid; gap: 1rem; margin-top: 2rem; }
.branding-benefits > div { display: flex; gap: .7rem; align-items: flex-start; }
.branding-benefits i { display: grid; flex: 0 0 1.65rem; height: 1.65rem; border-radius: 50%; color: var(--ink); background: var(--accent); font-style: normal; font-size: .7rem; place-items: center; }
.branding-benefits span { display: grid; gap: .15rem; }
.branding-benefits strong { font-size: .75rem; }
.branding-benefits small { color: var(--muted); font-size: .65rem; }
.branding-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.8rem; }
.branding-actions .button { min-height: 2.8rem; padding: .7rem 1rem; font-size: .68rem; }
.branding-live { position: relative; min-width: 0; padding: clamp(1.1rem,2.5vw,1.6rem); overflow: hidden; border-radius: 2rem; color: #f7f8f1; background: #182936; box-shadow: 0 1.5rem 3rem rgba(24,41,54,.16); }
.branding-live-head { display: flex; justify-content: space-between; color: rgba(255,255,255,.58); font-size: .56rem; font-weight: 700; letter-spacing: .1em; }
.branding-live-head strong { color: var(--accent); }
.branding-tabs { display: flex; gap: .35rem; margin: 1.1rem 0; overflow-x: auto; scrollbar-width: none; }
.branding-tabs button { flex: 1; min-width: 4rem; padding: .55rem .7rem; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.68); background: transparent; font: inherit; font-size: .62rem; cursor: pointer; transition: .3s ease; }
.branding-tabs button[aria-selected="true"] { color: #17232b; border-color: var(--accent); background: var(--accent); }
.branding-card { position: relative; width: min(100%, 19rem); aspect-ratio: 9/16; margin: 0 auto; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 1.5rem; background: #213a48; }
.branding-card-bg, .branding-card-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.branding-card-bg { object-fit: cover; filter: saturate(.75) brightness(.62); }
.branding-card-shade { background: linear-gradient(180deg, rgba(9,17,22,.25), rgba(9,17,22,.86)); }
.branding-logo { position: absolute; top: 1rem; left: 1rem; color: var(--accent); font-size: .5rem; font-weight: 800; letter-spacing: .12em; }
.branding-card-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: .45rem; padding: 1.25rem; text-align: center; }
.branding-agent { width: 4.2rem; height: 4.2rem; object-fit: cover; border: 2px solid var(--accent); border-radius: 50%; transition: transform .35s ease, box-shadow .35s ease; }
.branding-agent-name, .branding-property { display: grid; gap: .1rem; transition: transform .35s ease, opacity .35s ease; }
.branding-agent-name strong { font-size: .95rem; }.branding-agent-name span, .branding-property span { color: rgba(255,255,255,.68); font-size: .55rem; }
.branding-property { margin-top: .7rem; }.branding-property strong { font-size: .8rem; }.branding-price { color: var(--accent); font-size: 1.35rem; font-weight: 800; transition: transform .35s ease; }
.branding-cta { width: 100%; margin-top: .55rem; padding: .7rem .8rem; border: 0; border-radius: 999px; color: #15232a; background: var(--accent); font: inherit; font-size: .6rem; font-weight: 800; }
.branding-card[data-active="agent"] .branding-agent, .branding-card[data-active="bien"] .branding-property, .branding-card[data-active="prix"] .branding-price, .branding-card[data-active="contact"] .branding-cta { transform: scale(1.08); box-shadow: 0 0 0 .2rem rgba(214,255,67,.22); }
.branding-float { position: absolute; padding: .5rem .65rem; border-radius: 999px; color: #1b252b; background: #fff; box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.16); font-size: .55rem; font-weight: 700; }
.branding-float-logo { top: 5.3rem; left: .6rem; }.branding-float-color { top: 12rem; right: .6rem; }.branding-float-contact { bottom: 3rem; left: .6rem; }

.branding-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.branding-tags span {
  background: var(--bg);
}

.end-screen {
  position: relative;
  display: grid;
  width: min(100%, 27rem);
  aspect-ratio: 4 / 5;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: clamp(1.75rem, 3vw, 2.7rem);
  background: #151513;
  box-shadow: 0 1.5rem 4rem rgba(21, 21, 19, 0.2);
  justify-self: center;
  place-items: center;
}

.end-screen-background,
.end-screen-overlay {
  position: absolute;
  inset: -1.5rem;
  width: 100%;
  height: 100%;
}

.end-screen-background {
  width: calc(100% + 3rem);
  height: calc(100% + 3rem);
  object-fit: cover;
  filter: blur(1.1rem) saturate(0.65) brightness(0.52);
  transform: scale(1.08);
}

.end-screen-overlay {
  background: linear-gradient(180deg, rgba(10, 13, 11, 0.2), rgba(10, 13, 11, 0.72));
}

.end-screen-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: clamp(1.25rem, 3vw, 1.8rem);
  color: white;
}

.end-screen-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.agent-screen {
  position: relative;
  width: min(78%, 15rem);
  aspect-ratio: 4 / 5;
  margin: 1rem auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: clamp(1.25rem, 2.8vw, 2rem);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.35);
}

.agent-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 16%;
}

.agent-screen-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(9, 11, 10, 0.88) 100%);
}

.agent-screen-contact {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.agent-screen-contact strong,
.agent-screen-contact span {
  display: block;
}

.agent-screen-contact strong {
  font-size: clamp(0.8rem, 1.7vw, 1rem);
  letter-spacing: -0.03em;
}

.agent-screen-contact span {
  margin-top: 0.18rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.54rem;
}

.end-screen-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.end-screen-action span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.55rem;
}

.end-screen-action strong {
  color: var(--accent);
  font-size: 0.66rem;
  font-weight: 700;
}

.pricing {
  margin-top: var(--section);
  padding: clamp(2rem, 6vw, 5rem);
  border-radius: clamp(2rem, 4vw, 3.5rem);
  background: var(--surface-soft);
}

.pricing-intro { max-width: 34rem; margin: 1rem 0 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.contact-test { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem,6vw,6rem); align-items: center; margin-top: var(--section); padding: clamp(2rem,5vw,4.5rem); border-radius: clamp(2rem,4vw,3.5rem); background: var(--accent-soft); }
.contact-test h2 { max-width: 34rem; font-size: clamp(2.2rem,4vw,4rem); line-height: .98; }
.contact-test > div > p:not(.eyebrow) { max-width: 31rem; color: var(--muted); line-height: 1.5; }
.contact-test-form { display: grid; gap: .8rem; padding: clamp(1.2rem,3vw,2rem); border-radius: 1.5rem; background: rgba(255,255,255,.86); }
.contact-test-form label { display: grid; gap: .35rem; color: var(--muted); font-size: .62rem; font-weight: 700; }
.contact-test-form input, .contact-test-form select { width: 100%; min-height: 2.9rem; padding: .7rem .85rem; border: 1px solid rgba(16,16,14,.12); border-radius: .8rem; color: var(--ink); background: #fff; font: inherit; font-size: .75rem; }
.contact-test-status { margin: 0; color: #4f6900; font-size: .7rem; font-weight: 700; }

.pricing-heading {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  justify-content: space-between;
}

.billing-toggle {
  display: flex;
  padding: 0.3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
}

.billing-toggle button {
  min-width: 5.8rem;
  min-height: 2.9rem;
  padding: 0.5rem 0.8rem;
  color: var(--muted);
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: 0.68rem;
  font-weight: 700;
  cursor: pointer;
}

.billing-toggle button.is-active {
  color: white;
  background: var(--ink);
}

.billing-toggle small {
  display: block;
  font-size: 0.5rem;
  font-weight: 600;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: clamp(3rem, 6vw, 5rem);
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 34rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 1.9rem;
  background: rgba(255, 255, 255, 0.82);
}

.price-card-featured {
  color: white;
  background: var(--ink);
}

.popular {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  padding: 0.55rem 0.8rem;
  color: var(--ink);
  border-radius: 999px;
  background: var(--accent);
  font-size: 0.56rem;
  font-weight: 700;
}

.plan-name {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.price-card > div:first-of-type p {
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.price-card-featured > div:first-of-type p,
.price-card-featured .billing-note {
  color: rgba(255, 255, 255, 0.55);
}

.price {
  display: flex;
  gap: 0.65rem;
  align-items: flex-end;
  margin-top: 2.7rem;
}

.price strong {
  font-size: clamp(3.7rem, 5.7vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.75;
}

.price span {
  padding-bottom: 0.1rem;
  color: var(--muted);
  font-size: 0.62rem;
  line-height: 1.3;
}

.price-card-featured .price span {
  color: rgba(255, 255, 255, 0.55);
}

.plan-modes {
  display: grid;
  gap: 0.45rem;
  margin-top: 2rem;
}

.plan-mode {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
  min-height: 2.7rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.9rem;
  background: rgba(21, 21, 19, 0.045);
}

.plan-mode-icon {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--accent);
}

.plan-mode strong {
  min-width: 0;
  overflow: hidden;
  font-size: 0.59rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.plan-mode small {
  color: var(--muted);
  font-size: 0.5rem;
  font-weight: 600;
  white-space: nowrap;
}

.plan-mode.is-option .plan-mode-icon {
  border: 1px solid rgba(21, 21, 19, 0.25);
  background: transparent;
}

.plan-mode.is-option {
  color: var(--muted);
}

.price-card-featured .plan-mode {
  background: rgba(255, 255, 255, 0.07);
}

.price-card-featured .plan-mode small {
  color: rgba(255, 255, 255, 0.55);
}

.billing-note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.65rem;
}

.button-card {
  width: 100%;
  margin-top: auto;
  color: var(--ink);
  background: var(--bg);
}

.button-card-featured {
  background: var(--accent);
}

.included {
  margin: 2rem auto 0;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: center;
}

.faq {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(3rem, 9vw, 9rem);
  align-items: start;
  padding-top: var(--section);
}

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

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.45rem 0;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary span {
  display: grid;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--surface);
  font-size: 1.1rem;
  font-weight: 400;
  transition: transform 180ms ease;
  place-items: center;
}

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

.faq-list details p {
  max-width: 34rem;
  margin: -0.2rem 3rem 1.5rem 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.final-cta {
  display: flex;
  gap: 3rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: var(--section);
  padding: clamp(2rem, 6vw, 5rem);
  border-radius: clamp(2rem, 4vw, 3.5rem);
  background: var(--accent);
}

.final-cta .eyebrow {
  color: rgba(21, 21, 19, 0.55);
}

.button-dark {
  flex-shrink: 0;
  color: white;
  background: var(--ink);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 2rem;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 2rem;
  color: var(--muted);
  font-size: 0.68rem;
}

.site-footer .brand {
  color: var(--ink);
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}

.site-footer nav a {
  color: inherit;
  text-decoration: none;
}

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

[data-reveal] {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 620ms ease, transform 620ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid #9fc42b;
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .modes-heading {
    text-align: left;
  }

  .modes-heading > p:last-child {
    margin-left: 0;
  }

  .mode-stage,
  .mode-stage-projection {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .mode-stage-copy {
    min-height: 19rem;
  }

  .mode-number {
    margin-bottom: 2.5rem;
  }

  .mode-stage-media {
    min-height: 25rem;
  }

  .projection-examples {
    min-height: 29rem;
  }

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

  .product-copy {
    max-width: 37rem;
  }

  .vertical-demo {
    min-height: 31rem;
  }

  .distribution,
  .fidelity,
  .branding-preview {
    grid-template-columns: 1fr;
  }

  .distribution-copy,
  .fidelity-copy,
  .branding-copy {
    max-width: 39rem;
  }

  .details-video {
    min-height: 21rem;
  }

  .steps,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .steps li {
    min-height: 12rem;
  }

  .steps h3 {
    margin-top: 3rem;
  }

  .price-card {
    min-height: 31rem;
  }

  .price-card-featured {
    order: -1;
  }

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

@media (max-width: 720px) {
  .mode-stage {
    padding: 0.55rem;
    border-radius: 2rem;
  }

  .mode-stage-copy {
    min-height: 18rem;
    padding: 1.6rem 1.25rem 2rem;
  }

  .mode-stage-copy h3 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .mode-stage-media {
    min-height: 22rem;
    border-radius: 1.55rem;
  }

  .voice-demo-copy {
    bottom: 7.5rem;
  }

  .voice-player {
    gap: 0.65rem;
  }

  .voice-play {
    padding-right: 0.75rem;
  }

  .voice-player > span {
    display: none;
  }

  .projection-examples {
    display: flex;
    min-height: 27rem;
    margin-right: -0.55rem;
    padding-right: 0.55rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .projection-examples::-webkit-scrollbar {
    display: none;
  }

  .projection-example {
    flex: 0 0 86%;
    scroll-snap-align: start;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 0.7rem;
    min-height: 3.8rem;
    padding: 0.45rem 0.5rem 0.45rem 1rem;
  }

  .menu-toggle {
    position: relative;
    z-index: 3;
    display: grid;
    justify-self: end;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--bg);
    cursor: pointer;
    place-items: center;
  }

  .menu-toggle i,
  .menu-toggle i::before {
    display: block;
    width: 1rem;
    height: 1px;
    background: var(--ink);
    content: "";
    transition: transform 180ms ease;
  }

  .menu-toggle i::before {
    transform: translateY(-0.3rem);
  }

  .menu-toggle[aria-expanded="true"] i {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] i::before {
    transform: rotate(90deg);
  }

  .primary-navigation {
    position: fixed;
    z-index: -1;
    inset: -1rem -1rem auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    justify-content: center;
    min-height: 18rem;
    padding: 6rem 2rem 2rem;
    visibility: hidden;
    border-radius: 0 0 2.5rem 2.5rem;
    background: var(--surface);
    opacity: 0;
    transform: translateY(-1rem);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }

  .primary-navigation.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .primary-navigation a {
    color: var(--ink);
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -0.04em;
  }

  .nav-cta {
    min-height: 2.8rem;
    padding: 0.6rem 0.9rem;
    font-size: 0.65rem;
  }

  .hero {
    padding-top: 8rem;
  }

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

  .hero h1 br {
    display: none;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-media {
    margin-top: 2rem;
  }

  .hero-media video {
    aspect-ratio: 16 / 10;
  }

  .hero-flow {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-flow span {
    justify-content: flex-start;
    width: 100%;
  }

  .hero-flow span + span::before {
    display: none;
  }

  .video-toggle span:last-child {
    display: none;
  }

  .video-toggle {
    width: 2.6rem;
    padding: 0;
    justify-content: center;
  }

  .hero-facts {
    gap: 0.65rem;
    align-items: stretch;
    flex-direction: column;
    padding: 1.5rem 0 0;
  }

  .hero-facts span {
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--line);
  }

  .product,
  .formats,
  .fidelity,
  .how,
  .pricing,
  .faq,
  .final-cta {
    width: calc(100% - 1.5rem);
  }

  .product {
    padding: 2rem 1.25rem 1.25rem;
  }

  .vertical-demo {
    min-height: 28rem;
  }

  .phone-video {
    width: min(65%, 16rem);
  }

  .import-flow {
    min-height: 21rem;
  }

  .format-showcase {
    display: flex;
    gap: 0.7rem;
    min-height: 0;
    margin-right: -0.75rem;
    padding: 3.4rem 0.75rem 0.75rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .format-showcase::-webkit-scrollbar {
    display: none;
  }

  .format-card {
    position: relative;
    inset: auto;
    flex: 0 0 auto;
    width: auto;
    transform: none;
    scroll-snap-align: start;
  }

  .format-landscape {
    flex-basis: min(86vw, 34rem);
    order: 1;
  }

  .format-landscape .format-overlay {
    right: 0.65rem;
    left: 0.65rem;
  }

  .format-portrait {
    flex-basis: min(58vw, 16rem);
    order: 2;
  }

  .format-square {
    flex-basis: min(72vw, 20rem);
    order: 3;
  }

  .format-quality {
    position: absolute;
    top: 0.65rem;
  }

  .distribution,
  .branding-preview {
    padding: 2.2rem 1.25rem 1.25rem;
  }

  .network-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .fidelity {
    gap: 2.5rem;
  }

  .details-video {
    min-height: 20rem;
  }

  .details-video-caption {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .branding-preview {
    margin-top: 0.75rem;
  }

  .branding-demo { gap: 1.5rem; padding: 1.4rem; }
  .branding-copy h3 { font-size: clamp(2.3rem, 11vw, 3.2rem); }
  .branding-actions { flex-direction: column; }
  .branding-actions .button { width: 100%; }
  .branding-live { padding: 1rem; border-radius: 1.5rem; }
  .branding-float-logo { top: 4.4rem; left: .35rem; }
  .branding-float-color { top: 10rem; right: .35rem; }
  .branding-float-contact { bottom: 2.5rem; left: .35rem; }
  .contact-test { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.4rem; }
  .contact-test h2 { font-size: clamp(2.1rem, 10vw, 3rem); }

  .end-screen {
    min-height: 27rem;
  }

  .pricing {
    padding: 2rem 1rem 1rem;
  }

  .pricing-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .billing-toggle {
    width: 100%;
  }

  .billing-toggle button {
    flex: 1;
  }

  .price-card {
    min-height: 31rem;
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 2.2rem 1.4rem;
  }

  .final-cta .button {
    width: 100%;
  }

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

  .site-footer p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .site-footer nav {
    grid-column: 1 / -1;
    grid-row: 3;
    flex-wrap: wrap;
  }
}

@media (max-width: 430px) {
  .brand {
    font-size: 0.9rem;
  }

  .nav-cta {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .hero h1 {
    font-size: clamp(3.3rem, 17vw, 4.5rem);
  }

  .product h2,
  .modes h2,
  .formats h2,
  .fidelity h2,
  .how h2,
  .pricing h2,
  .faq h2,
  .final-cta h2 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .label-top {
    top: 11%;
  }

  .label-bottom {
    bottom: 10%;
  }
}

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

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
