@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap");

:root {
  color-scheme: dark;
  --bg: #101015;
  --surface: #17171f;
  --border: #2b2b37;
  --muted: #aaaab9;
  --text: #f4f3fa;
  --purple: #8b78ff;
  --primary: #7560ed;
  --font: "DM Sans", Arial, sans-serif;
  --heading: "Manrope", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
}
a,
button,
summary {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #b9adff;
  outline-offset: 5px;
  border-radius: 4px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--heading);
  line-height: 1.2;
}
h2 {
  font-size: clamp(29px, 3vw, 39px);
  letter-spacing: -1.5px;
  font-weight: 800;
}
.container {
  width: min(1180px, calc(100% - 80px));
  margin-inline: auto;
}
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.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;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 100;
  background: white;
  color: #17171f;
  padding: 12px 20px;
  border-radius: 8px;
}
.skip-link:focus {
  top: 16px;
}

/* Header and shared controls */
.site-header {
  border-bottom: 1px solid #ffffff0d;
  background: #101015ed;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}
.header-inner {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--heading);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.3;
  flex-shrink: 0;
}
.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.brand-light {
  font-weight: 500;
  color: #dbd9e8;
}
.brand small {
  display: block;
  font: 600 8px/1.5 var(--font);
  letter-spacing: 2px;
  color: #868598;
  margin-top: 3px;
}
.navigation {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 500;
  color: #b6b4c3;
}
.navigation > a:not(.button):hover,
.site-footer nav a:hover {
  color: white;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 52px;
  padding: 13px 23px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  transition:
    background 0.2s,
    transform 0.2s,
    border-color 0.2s;
  cursor: pointer;
  white-space: nowrap;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 4px 18px #6650e523;
}
.button-primary:hover {
  background: #8772ff;
}
.button-secondary {
  border-color: #373440;
  background: #ffffff03;
  color: #e4e2ed;
}
.button-secondary:hover {
  background: #25242f;
  border-color: #5e586e;
}
.button-small {
  min-height: 42px;
  padding: 10px 17px;
  font-size: 12px;
  gap: 10px;
}
.button-small .icon {
  width: 16px;
  height: 16px;
}
.button-white {
  background: white;
  color: #5541b4;
  box-shadow: 0 4px 16px #28157b35;
}
.button-white:hover {
  background: #f0eaff;
}
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--border);
  border-radius: 6px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
}

/* Hero and accessible before/after comparison */
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 42px;
  align-items: center;
  padding-block: 93px 104px;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  width: 540px;
  height: 510px;
  max-width: 100%;
  background: radial-gradient(ellipse, #7760ec12, transparent 65%);
  pointer-events: none;
  z-index: -1;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 2.1px;
  font-weight: 700;
  color: #a996ff;
  display: flex;
  align-items: center;
  gap: 9px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ad98ff;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 4px #a996ff12;
}
.hero h1 {
  font-size: clamp(40px, 4.25vw, 58px);
  letter-spacing: -2.8px;
  line-height: 1.14;
  font-weight: 800;
  margin-top: 23px;
}
.hero h1 > span {
  color: #a190ff;
}
.hero-tagline {
  font-size: 22px;
  font-family: var(--heading);
  letter-spacing: -0.5px;
  font-weight: 650;
  margin-top: 21px;
  color: #dfdbe9;
}
.hero-description {
  max-width: 430px;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 12px;
  font-size: 14px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: #8e8b9f;
  margin-top: 20px;
}
.hero-note .icon {
  width: 14px;
  height: 14px;
  color: #9b8ccf;
}
.hero-note > span {
  margin-inline: 4px;
}
.hero-visual {
  position: relative;
  padding-block: 10px;
}
.preview-window {
  border: 1px solid #454054;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 30px 70px #0004;
  background: #1b1b26;
  transform: rotate(1deg);
}
.window-top {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 18px;
  font-size: 9px;
  color: #a6a3b7;
  letter-spacing: 1.4px;
  background: #1f1e2a;
  border-bottom: 1px solid #393542;
}
.window-top > .icon {
  width: 15px;
  height: 15px;
  color: #7d748f;
}
.window-dots {
  display: flex;
  gap: 5px;
}
.window-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #60596d;
}
.window-dots i:first-child {
  background: #9c7084;
}
.window-dots i:nth-child(2) {
  background: #a19772;
}
.window-dots i:nth-child(3) {
  background: #6d9a8c;
}
.comparison {
  --split: 45%;
  position: relative;
  aspect-ratio: 512/401;
  isolation: isolate;
  background: #172134;
}
.comparison-image {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}
.comparison-before {
  clip-path: inset(0 calc(100% - var(--split)) 0 0);
}
.comparison-label {
  position: absolute;
  top: 18px;
  z-index: 2;
  background: #10121cac;
  backdrop-filter: blur(6px);
  border: 1px solid #ffffff18;
  border-radius: 5px;
  padding: 5px 9px;
  font-size: 8px;
  letter-spacing: 1.5px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  pointer-events: none;
}
.label-before {
  left: 17px;
  color: #c2c6d3;
}
.label-after {
  right: 17px;
  color: #c6b9ff;
  border-color: #9c8dce45;
}
.label-after .status-dot {
  width: 4px;
  height: 4px;
  box-shadow: none;
}
.comparison-divider {
  position: absolute;
  inset-block: 0;
  left: var(--split);
  width: 2px;
  background: #c6b8ffbb;
  pointer-events: none;
}
.comparison-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  background: #f2edff;
  border: 4px solid #dbd1ff;
  border-radius: 50%;
  box-shadow: 0 3px 20px #0004;
  color: #5b478d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 500;
  white-space: pre;
  letter-spacing: 3px;
  padding-left: 3px;
}
.comparison input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  z-index: 3;
  touch-action: pan-y;
}
.comparison:focus-within {
  outline: 3px solid #b9adff;
  outline-offset: -4px;
}
.window-bottom {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  color: #9993aa;
  border-top: 1px solid #393542;
  gap: 10px;
}
.live-tag {
  font-size: 7px;
  color: #b9a8fc;
  letter-spacing: 0.6px;
  background: #9c7aff12;
  padding: 4px 6px;
  border-radius: 4px;
  white-space: nowrap;
}
.floating-note {
  position: absolute;
  bottom: -17px;
  left: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  border: 1px solid #474052;
  border-radius: 9px;
  background: #24212ff5;
  box-shadow: 0 8px 28px #0003;
  font-size: 11px;
  font-weight: 600;
  transform: rotate(-3deg);
}
.floating-note > .icon {
  width: 27px;
  height: 27px;
  color: #b09cff;
}
.floating-note small {
  display: block;
  font-size: 9px;
  color: #9e98af;
  font-weight: 400;
  margin-top: 2px;
}
.compatibility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-block: 1px solid var(--border);
  padding-block: 25px;
  color: #aaa6ba;
  font-size: 11px;
}
.compatibility > span {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}
.compatibility > span:first-child {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: #797588;
}
.compatibility .icon {
  width: 18px;
  height: 18px;
  color: #827a97;
}

/* Body ad units have their own row, outside navigation and card layouts. */
.ad-break {
  padding-block: 24px;
  text-align: center;
}
.ad-label {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.ad-break > .adsbygoogle {
  min-height: 280px;
}

/* Feature and example sections */
.section {
  padding-block: 91px;
}
.section-heading {
  text-align: center;
  margin-bottom: 39px;
}
.section-heading .eyebrow {
  justify-content: center;
  margin-bottom: 13px;
}
.section-heading > p:last-child,
.section-heading > div > p:last-child {
  font-size: 14px;
  color: var(--muted);
  margin-top: 16px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.feature-card {
  padding: 27px 26px 24px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: #17171e;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.2s,
    background 0.2s,
    transform 0.2s;
}
.feature-card:hover {
  transform: translateY(-4px);
  background: #1d1c29;
  border-color: #7562ad;
}
.feature-card.featured {
  background: linear-gradient(125deg, #29213e, #1b1929);
  border-color: #554171;
}
.card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 23px;
}
.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #8571e511;
  border: 1px solid #9176d429;
  border-radius: 9px;
  color: #b09aee;
}
.card-arrow {
  margin-left: auto;
  width: 17px;
  height: 17px;
  color: #696378;
}
.badge {
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #bcb0e4;
  border: 1px solid #8c78b53d;
  border-radius: 4px;
  padding: 4px 6px;
}
.feature-card h3 {
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -0.3px;
  margin-bottom: 11px;
}
.feature-card p {
  color: #a6a2b4;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.card-link {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #b9aafa;
  font-size: 11px;
  font-weight: 500;
  margin-top: auto;
}
.card-link > span {
  transition: transform 0.2s;
}
.feature-card:hover .card-link > span {
  transform: translateX(4px);
}
.showcase-section {
  padding-block: 78px;
  background: #14141b;
  border-block: 1px solid #24232f;
}
.heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}
.heading-row .eyebrow {
  justify-content: flex-start;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #bbacff;
  font-size: 12px;
  font-weight: 500;
  padding-block: 7px;
  white-space: nowrap;
}
.text-link:hover {
  color: #dfd6ff;
}
.text-link > .icon {
  width: 17px;
  height: 17px;
}
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.showcase-card {
  display: block;
  min-width: 0;
}
.showcase-image {
  position: relative;
  background: #172134;
  aspect-ratio: 4 / 5;
  border: 1px solid #3b3648;
  border-radius: 10px;
  overflow: hidden;
}
.showcase-image > img,
.showcase-image > video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s;
}
.showcase-image > video {
  pointer-events: none;
}
.showcase-card:hover .showcase-image > img {
  transform: scale(1.04);
}
.image-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #22202cde;
  color: #f1ecff;
  backdrop-filter: blur(5px);
  padding: 5px 8px;
  border-radius: 4px;
  letter-spacing: 0.8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}
.showcase-caption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 19px;
  gap: 12px;
}
.showcase-caption h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.showcase-caption p {
  font-size: 11px;
  color: #8e889f;
  margin-top: 5px;
}
.showcase-caption > .icon {
  color: #9f90c5;
  width: 19px;
  height: 19px;
}
.section-note {
  font-size: 10px;
  color: #888392;
  margin-top: 27px;
  line-height: 1.6;
}

/* Steps, player stories and FAQ */
.how-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.how-intro .eyebrow,
.faq-intro .eyebrow {
  margin-bottom: 16px;
}
.how-intro h2,
.faq-intro h2 {
  line-height: 1.22;
}
.how-intro > p:not(.eyebrow),
.faq-intro > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
  margin-top: 18px;
  max-width: 350px;
}
.how-intro > .text-link,
.faq-intro > .text-link {
  margin-top: 20px;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.steps > li {
  display: flex;
  gap: 21px;
  align-items: flex-start;
  padding-block: 26px;
  border-bottom: 1px solid var(--border);
}
.steps > li:first-child {
  padding-top: 0;
}
.steps > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.step-number {
  color: #9380d7;
  font-family: var(--heading);
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  border: 1px solid #63518d55;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  text-align: center;
  border-radius: 7px;
  background: #8265c80b;
}
.steps h3 {
  font-size: 16px;
  letter-spacing: -0.3px;
  margin-bottom: 9px;
}
.steps p {
  color: #a49daf;
  font-size: 12px;
  line-height: 1.8;
}
.steps > li > .icon {
  color: #756886;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: 6px;
}
.testimonials {
  border-top: 1px solid var(--border);
  padding-top: 74px;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.quote-card {
  background: #17171e;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 22px 25px 24px;
  display: flex;
  flex-direction: column;
}
.quote-mark {
  font-family: Georgia, serif;
  color: #9881d4;
  font-size: 44px;
  line-height: 1;
  height: 33px;
}
blockquote {
  margin: 5px 0 26px;
  font-size: 13px;
  line-height: 1.9;
  color: #cbc5d8;
}
figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
figcaption > img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}
figcaption > div {
  font-size: 11px;
  font-weight: 600;
}
figcaption > div > span {
  font-size: 9px;
  display: block;
  color: #898294;
  font-weight: 400;
  margin-top: 2px;
}
figcaption > .quote-category {
  font-size: 7px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-left: auto;
  color: #82748e;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 70px;
  padding-top: 20px;
}
.faq-list {
  border-top: 1px solid var(--border);
}
.faq-list details {
  border-bottom: 1px solid var(--border);
  padding-block: 20px;
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  list-style: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #ddd8e8;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 20px;
  line-height: 1;
  color: #9583b4;
  font-weight: 400;
  transition: transform 0.2s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details > p {
  font-size: 12px;
  line-height: 1.9;
  color: #a59eaf;
  margin-top: 14px;
  padding-right: 28px;
}

/* Final call to action and footer */
.closing-section {
  padding-bottom: 76px;
}
.closing-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #a084eb77;
  border-radius: 14px;
  background: linear-gradient(115deg, #382066, #5b36b0 55%, #7052c1);
  padding: 57px 30px;
  text-align: center;
}
.closing-content {
  position: relative;
  z-index: 1;
}
.closing-content > .eyebrow {
  justify-content: center;
  color: #ccbce8;
  font-size: 9px;
  margin-bottom: 16px;
}
.closing-content h2 {
  font-size: clamp(28px, 3.2vw, 42px);
  letter-spacing: -1.5px;
}
.closing-content > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.9;
  color: #d0c3ea;
  margin-top: 16px;
}
.closing-content > .button {
  margin-top: 27px;
}
.closing-note {
  display: block;
  margin-top: 13px;
  font-size: 9px;
  color: #c7b7e7;
}
.closing-pixels {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.closing-pixels i {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #cab5ff0b;
  border: 1px solid #eadfff0b;
  transform: rotate(-12deg);
}
.closing-pixels i:nth-child(1) {
  top: 27%;
  left: 8%;
  width: 72px;
  height: 72px;
}
.closing-pixels i:nth-child(2) {
  top: 16%;
  left: 17%;
  width: 27px;
  height: 27px;
}
.closing-pixels i:nth-child(3) {
  top: 63%;
  left: 16%;
  width: 42px;
  height: 42px;
}
.closing-pixels i:nth-child(4) {
  top: 23%;
  right: 11%;
  width: 45px;
  height: 45px;
  transform: rotate(10deg);
}
.closing-pixels i:nth-child(5) {
  top: 54%;
  right: 8%;
  width: 78px;
  height: 78px;
  transform: rotate(10deg);
}
.closing-pixels i:nth-child(6) {
  top: 66%;
  right: 20%;
  width: 26px;
  height: 26px;
}
.site-footer {
  padding-bottom: 28px;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 31px;
}
.footer-main .brand {
  font-size: 18px;
  gap: 8px;
}
.footer-main .brand img {
  width: 34px;
  height: 34px;
}
.footer-main p {
  color: #8b8297;
  font-size: 11px;
  margin-top: 9px;
}
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 11px;
  color: #b1a8bf;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--border);
  padding-top: 22px;
  font-size: 9px;
  color: #82788e;
}
.footer-bottom a {
  color: #b2a4c3;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.error-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 30px;
}
.error-page .eyebrow {
  justify-content: center;
  margin-bottom: 20px;
}
.error-page h1 {
  font-size: clamp(32px, 5vw, 60px);
  letter-spacing: -2px;
}
.error-page p:not(.eyebrow) {
  color: var(--muted);
  margin-top: 18px;
}
.error-page .button {
  margin-top: 30px;
}

/* Responsive layouts */
@media (min-width: 1440px) {
  .hero {
    padding-block: 110px 120px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 56px);
  }
  .navigation {
    gap: 21px;
  }
  .hero {
    gap: 30px;
    padding-block: 72px 88px;
  }
  .hero h1 {
    font-size: 46px;
  }
  .hero-actions {
    gap: 9px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 13px 16px;
  }
  .compatibility {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .compatibility > span:first-child {
    width: 100%;
    justify-content: center;
  }
  .feature-card {
    padding: 22px;
  }
  .how-section {
    gap: 50px;
  }
  .faq-section {
    gap: 50px;
  }
  .showcase-grid {
    gap: 17px;
  }
  .site-footer nav {
    gap: 18px;
  }
}
@media (max-width: 860px) {
  .header-inner {
    height: 76px;
  }
  .menu-toggle {
    display: flex;
  }
  .navigation {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    padding: 20px 28px 26px;
    background: #17161f;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 12px 24px #0004;
    align-items: stretch;
    gap: 6px;
  }
  .navigation.is-open {
    display: flex;
    flex-direction: column;
  }
  .navigation > a:not(.button) {
    padding: 12px;
  }
  .navigation .button {
    margin-top: 8px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 46px;
    padding-block: 55px 68px;
  }
  .hero-copy {
    max-width: 610px;
    text-align: center;
    margin: auto;
  }
  .hero .eyebrow {
    justify-content: center;
  }
  .hero h1 {
    font-size: clamp(42px, 7vw, 61px);
  }
  .hero-description {
    max-width: 480px;
    margin-inline: auto;
  }
  .hero-actions,
  .hero-note {
    justify-content: center;
  }
  .hero-visual {
    width: min(560px, 90%);
    margin: auto;
  }
  .hero-actions .button {
    font-size: 14px;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section {
    padding-block: 66px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .showcase-section {
    padding-block: 60px;
  }
  .heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .showcase-caption h3 {
    font-size: 12px;
  }
  .showcase-caption > .icon {
    width: 16px;
  }
  .image-badge {
    left: 10px;
    top: 10px;
    font-size: 10px;
  }
  .how-section {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .how-intro > p:not(.eyebrow) {
    max-width: 100%;
  }
  .testimonial-grid {
    gap: 12px;
  }
  .quote-card {
    padding: 20px 17px;
  }
  figcaption {
    flex-wrap: wrap;
  }
  .quote-category {
    display: none;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 10px;
  }
  .faq-intro > p:not(.eyebrow) {
    max-width: 100%;
  }
  .footer-main {
    flex-direction: column;
    gap: 25px;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 36px);
  }
  .brand {
    font-size: 18px;
  }
  .brand img {
    width: 37px;
    height: 37px;
  }
  .brand small {
    font-size: 7px;
    letter-spacing: 1.6px;
  }
  .header-inner {
    height: 70px;
  }
  .navigation {
    top: 70px;
  }
  .hero {
    padding-top: 42px;
    gap: 32px;
    padding-bottom: 65px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .hero h1 {
    font-size: clamp(35px, 8.8vw, 48px);
    letter-spacing: -1.8px;
    margin-top: 19px;
  }
  .hero-tagline {
    font-size: 20px;
    margin-top: 17px;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.85;
    padding-inline: 5px;
  }
  .hero-actions {
    gap: 9px;
    margin-top: 23px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 12px 14px;
    gap: 7px;
    min-height: 47px;
  }
  .hero-actions .button .icon {
    width: 16px;
    height: 16px;
  }
  .hero-note {
    font-size: 10px;
    margin-top: 17px;
  }
  .hero-visual {
    width: calc(100% - 10px);
  }
  .window-top {
    height: 36px;
    padding-inline: 12px;
    font-size: 7px;
    letter-spacing: 1px;
  }
  .window-bottom {
    padding: 11px;
    font-size: 8px;
  }
  .live-tag {
    font-size: 6px;
    padding: 3px 4px;
  }
  .floating-note {
    left: 19px;
    bottom: -16px;
    padding: 10px 13px;
    font-size: 10px;
  }
  .floating-note small {
    font-size: 8px;
  }
  .floating-note > .icon {
    width: 22px;
    height: 22px;
  }
  .comparison-label {
    top: 12px;
    font-size: 7px;
    padding: 4px 6px;
  }
  .label-before {
    left: 12px;
  }
  .label-after {
    right: 12px;
  }
  .comparison-divider span {
    width: 31px;
    height: 31px;
    font-size: 18px;
  }
  .compatibility {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 12px;
    padding-block: 24px;
    font-size: 9px;
  }
  .compatibility > span:first-child {
    grid-column: 1/-1;
    margin-bottom: 2px;
  }
  .compatibility > span {
    justify-content: center;
    gap: 6px;
  }
  .compatibility .icon {
    width: 15px;
    height: 15px;
  }
  .section {
    padding-block: 53px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.7px;
  }
  h2 {
    font-size: 28px;
    letter-spacing: -1.1px;
  }
  .section-heading > p:last-child,
  .section-heading > div > p:last-child {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 12px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .feature-card {
    padding: 22px 23px;
  }
  .card-top {
    margin-bottom: 18px;
  }
  .feature-card h3 {
    font-size: 17px;
  }
  .feature-card p {
    font-size: 13px;
    max-width: 400px;
    margin-bottom: 18px;
  }
  .card-link {
    font-size: 12px;
  }
  .showcase-section {
    padding-block: 47px;
  }
  .showcase-grid {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .showcase-image > img {
    object-fit: contain;
  }
  .showcase-caption {
    padding-top: 15px;
  }
  .showcase-caption h3 {
    font-size: 15px;
  }
  .showcase-caption p {
    font-size: 11px;
  }
  .showcase-caption > .icon {
    width: 20px;
  }
  .image-badge {
    left: 15px;
    top: 15px;
    font-size: 11px;
    padding: 6px 9px;
  }
  .section-note {
    font-size: 9px;
    margin-top: 23px;
  }
  .how-section {
    gap: 30px;
  }
  .steps > li {
    gap: 14px;
    padding-block: 23px;
  }
  .steps h3 {
    font-size: 15px;
  }
  .steps p {
    font-size: 12px;
  }
  .steps > li > .icon {
    margin-left: 0;
    width: 17px;
  }
  .step-number {
    width: 29px;
    height: 29px;
    line-height: 27px;
    font-size: 10px;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .quote-card {
    padding: 21px 23px;
  }
  .quote-card blockquote {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .quote-category {
    display: inline;
  }
  .faq-section {
    padding-top: 2px;
  }
  .faq-list summary {
    font-size: 12px;
    gap: 15px;
  }
  .faq-list details > p {
    padding-right: 0;
    font-size: 12px;
  }
  .closing-section {
    padding-bottom: 49px;
  }
  .closing-card {
    padding: 42px 23px;
  }
  .closing-content h2 {
    font-size: 29px;
    line-height: 1.2;
  }
  .closing-content > p:not(.eyebrow) {
    font-size: 12px;
  }
  .closing-content > p > br {
    display: none;
  }
  .closing-content > .eyebrow {
    font-size: 7px;
  }
  .closing-pixels {
    opacity: 0.6;
  }
  .footer-main {
    padding-bottom: 26px;
  }
  .site-footer nav {
    flex-wrap: wrap;
    gap: 12px 20px;
    font-size: 11px;
  }
  .footer-bottom {
    font-size: 9px;
    line-height: 1.8;
  }
  .site-footer {
    padding-bottom: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
  .button:hover,
  .feature-card:hover {
    transform: none;
  }
  .showcase-card:hover .showcase-image > img {
    transform: none;
  }
}
