:root {
  --ink: #15131b;
  --muted: #696572;
  --paper: #f5f3ee;
  --white: #fff;
  --night: #0c0915;
  --violet: #765df6;
  --violet-bright: #917cff;
  --green: #49da9a;
  --line: rgba(21, 19, 27, .13);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.shell { width: var(--shell); margin: 0 auto; }
.section[id], .hero[id] { scroll-margin-top: 76px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; background: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--violet-bright); outline-offset: 4px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 18px 0;
  color: white;
  transition: background .25s, padding .25s, box-shadow .25s;
}
.site-header.scrolled {
  padding: 10px 0;
  background: rgba(12, 9, 21, .88);
  box-shadow: 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -.02em; }
.brand img { border-radius: 10px; box-shadow: 0 8px 25px rgba(83, 59, 212, .28); }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.button) { color: rgba(255,255,255,.7); transition: color .2s; }
.site-nav > a:not(.button):hover { color: white; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 7px 6px; }
.menu-button > span:not(.sr-only) { display: block; width: 23px; height: 1px; background: white; margin: 6px auto; transition: transform .25s; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: 999px;
  padding: 15px 22px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-small { padding: 12px 18px; color: #17121d; background: white; }
.button-primary { min-height: 54px; padding: 17px 25px; color: white; background: var(--violet); box-shadow: 0 14px 34px rgba(75, 49, 210, .35); }
.button-primary:hover { background: var(--violet-bright); box-shadow: 0 18px 42px rgba(75, 49, 210, .45); }
.chrome-logo { flex: 0 0 auto; width: 21px; height: 21px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; border-bottom: 1px solid currentColor; font-weight: 700; font-size: 14px; line-height: 2; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -2px); }

.hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  color: white;
  background: radial-gradient(circle at 68% 40%, #201943 0, #100c20 33%, var(--night) 65%);
  padding: 170px 0 0;
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom,black,transparent 85%); }
.hero-glow { position: absolute; width: 560px; height: 560px; top: 70px; left: 54%; border-radius: 50%; background: rgba(119,93,246,.13); filter: blur(45px); }
.hero-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.hero-kicker { display: flex; align-items: center; gap: 12px; margin: 0; color: rgba(255,255,255,.6); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-kicker::before { content: ""; width: 26px; height: 1px; background: var(--violet-bright); }
h1, h2, h3 { font-family: "Space Grotesk", system-ui, sans-serif; margin: 0; line-height: 1.04; letter-spacing: -.045em; }
h1 { margin-top: 25px; max-width: 620px; font-size: clamp(58px, 6vw, 88px); }
h1 span { color: #9d8cff; }
.hero-lede { max-width: 530px; margin: 26px 0 30px; color: rgba(255,255,255,.67); font-size: 19px; line-height: 1.6; }
.hero-actions { display: flex; gap: 25px; align-items: center; }
.compatibility { display: flex; align-items: center; gap: 8px; margin: 20px 0 0; color: rgba(255,255,255,.48); font-size: 12px; }
.compatibility span { color: var(--green); }

.hero-visual { position: relative; height: 540px; }
.browser-card { position: absolute; z-index: 2; inset: 62px 0 auto 38px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: #171421; box-shadow: 0 44px 90px rgba(0,0,0,.55); transform: perspective(1200px) rotateY(-4deg) rotateX(1deg); overflow: hidden; }
.browser-bar { height: 48px; display: grid; grid-template-columns: 80px 1fr 55px; align-items: center; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,.08); background: #211d2b; }
.traffic-dots { display: flex; gap: 6px; }
.traffic-dots i { width: 7px; height: 7px; border-radius: 50%; background: #4b4654; }
.address-bar { justify-self: center; width: min(280px,80%); padding: 5px 12px; border-radius: 6px; background: rgba(255,255,255,.05); color: rgba(255,255,255,.33); font-size: 10px; text-align: center; }
.browser-more { color: #6b6674; letter-spacing: 2px; justify-self: end; }
.video-stage { position: relative; height: 386px; overflow: hidden; background: radial-gradient(circle at 72% 36%,rgba(118,93,246,.5),transparent 24%), linear-gradient(145deg,#101c28,#181126 52%,#111019); }
.video-stage::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg,transparent 48%,rgba(255,255,255,.035) 48.5%,transparent 49%); background-size: 60px 100%; }
.video-copy { position: absolute; left: 42px; top: 86px; }
.video-copy span { color: #8b79f5; font-size: 10px; letter-spacing: .25em; font-weight: 700; }
.video-copy strong { display: block; margin-top: 13px; font: 600 29px/1.15 "Space Grotesk",sans-serif; letter-spacing: -.04em; }
.play-orbit { position: absolute; width: 210px; height: 210px; top: 62px; right: 46px; border: 1px solid rgba(162,142,255,.21); border-radius: 50%; }
.play-orbit::before, .play-orbit::after { content: ""; position: absolute; border: 1px solid rgba(162,142,255,.11); border-radius: 50%; }
.play-orbit::before { inset: 23px; }.play-orbit::after { inset: -24px; }
.play-button { position: absolute; inset: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--violet); box-shadow: 0 14px 38px #6046df; padding-left: 4px; }
.video-controls { position: absolute; left: 24px; right: 24px; bottom: 18px; display: flex; gap: 13px; align-items: center; padding: 13px 15px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: rgba(8,6,13,.62); backdrop-filter: blur(10px); }
.media-control { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: rgba(255,255,255,.1); color: white; font-size: 10px; }
.timeline { flex: 1; height: 3px; background: rgba(255,255,255,.14); border-radius: 5px; }
.timeline span { display: block; width: 46%; height: 100%; background: var(--violet-bright); box-shadow: 0 0 8px var(--violet); }
.volume { font-size: 10px; color: #aaa4b2; }
.connection-status { position: absolute; z-index: 4; top: 20px; right: 18px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 600; letter-spacing: .02em; }
.connection-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 11px var(--green); }
.input-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 10px 14px 10px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(30,25,47,.93); box-shadow: 0 14px 35px rgba(0,0,0,.32); font-size: 11px; color: rgba(255,255,255,.72); }
.input-chip kbd { display: grid; place-items: center; min-width: 30px; height: 30px; border-radius: 8px; background: var(--violet); color: white; font: 700 11px "Space Grotesk"; }
.chip-a { left: 4px; bottom: 50px; }.chip-rb { right: -18px; bottom: 16px; }
.cursor-badge { position: absolute; z-index: 5; right: 92px; top: 245px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; animation: pulse 2.4s infinite; }
.cursor-badge span { position: absolute; width: 16px; height: 21px; left: 9px; top: 7px; background: white; clip-path: polygon(0 0,100% 70%,59% 71%,46% 100%); transform: rotate(-8deg); }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(118,93,246,.09); } }
.trust-row { position: relative; display: flex; justify-content: center; align-items: center; gap: 35px; margin-top: 84px; padding: 24px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.58); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.trust-row i { width: 3px; height: 3px; border-radius: 50%; background: #5a5367; }

.section { padding: 130px 0; }
.section-heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 70px; align-items: end; margin-bottom: 64px; }
.section-heading .kicker { grid-column: 1 / -1; margin-bottom: -42px; }
.section-heading h2, .control-copy h2, .faq-heading h2 { font-size: clamp(48px, 5.4vw, 72px); }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; }
.kicker { margin: 0 0 16px; color: var(--violet); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.feature-card { min-height: 500px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: #ebe8e2; }
.feature-large { grid-column: 1 / -1; min-height: 470px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; }
.feature-copy { max-width: 430px; }
.feature-copy .number { display: block; margin-bottom: 62px; color: #8b8790; font-size: 11px; letter-spacing: .15em; }
.feature-copy h3 { font-size: clamp(30px, 3vw, 44px); }
.feature-copy p { color: var(--muted); font-size: 16px; }
.media-demo { align-self: stretch; position: relative; display: grid; grid-template-columns: .7fr 1.3fr; min-height: 315px; border-radius: 17px; background: #12101a; color: white; box-shadow: 0 25px 55px rgba(38,32,53,.25); overflow: hidden; }
.album-art { display: flex; flex-direction: column; justify-content: flex-end; padding: 27px; background: radial-gradient(circle at 40% 35%,#815ef0,transparent 28%),linear-gradient(145deg,#312468,#181523); }
.album-art span { color: #b9abff; font-size: 8px; letter-spacing: .2em; }.album-art strong { font: 600 21px/1.12 "Space Grotesk"; letter-spacing: -.03em; }
.media-panel { display: flex; flex-direction: column; justify-content: center; padding: 35px; }
.wave { height: 75px; display: flex; gap: 5px; align-items: center; }
.wave i { flex: 1; border-radius: 5px; height: 30%; background: #7560e6; }.wave i:nth-child(2n) { height: 75%; }.wave i:nth-child(3n) { height: 48%; }.wave i:nth-child(5n) { height: 95%; }
.media-buttons { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 30px; color: #827d8d; font-size: 10px; }.media-buttons b { display: grid; place-items: center; width: 53px; height: 53px; border-radius: 50%; background: var(--violet); color: white; padding-left: 3px; }
.cursor-demo { position: relative; height: 220px; margin: 20px -36px -36px 70px; border-radius: 20px 0 0; background: #15121e; padding: 18px; }
.mini-window { height: 100%; border-radius: 12px 0 0; background: linear-gradient(#282430 30px,#f3f1ed 30px); padding: 10px; }.mini-window span { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: #5b5563; }
.mini-cursor { position: absolute; z-index: 2; left: 43%; top: 46%; width: 25px; height: 32px; background: var(--violet); clip-path: polygon(0 0,100% 70%,59% 71%,46% 100%); filter: drop-shadow(0 6px 5px rgba(0,0,0,.3)); }
.click-ring { position: absolute; left: calc(43% - 8px); top: calc(46% - 8px); width: 48px; height: 48px; border: 1px solid rgba(118,93,246,.5); border-radius: 50%; }
.binding-demo { display: flex; flex-direction: column; gap: 10px; margin-top: 30px; }
.binding-demo > div { display: flex; align-items: center; gap: 9px; padding: 12px; border: 1px solid rgba(21,19,27,.08); border-radius: 13px; background: rgba(255,255,255,.55); }
.binding-demo kbd, .legend kbd { min-width: 40px; padding: 7px; border: 1px solid #c6c1d0; border-bottom-width: 3px; border-radius: 7px; background: white; text-align: center; font: 700 11px "Space Grotesk"; }
.binding-demo span { color: #9b96a2; font-size: 12px; }.binding-demo b { margin-left: auto; font-size: 12px; }

.control-section { color: white; background: #111019; overflow: hidden; }
.control-grid { display: grid; grid-template-columns: .77fr 1.23fr; gap: 80px; align-items: center; }
.control-copy > p:not(.kicker):not(.microcopy) { max-width: 470px; color: rgba(255,255,255,.56); font-size: 17px; }
.legend { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 26px; margin-top: 38px; }
.legend > div { display: flex; gap: 13px; align-items: center; padding: 10px 0; }
.legend kbd { min-width: 42px; color: white; background: #201c2c; border-color: #4a4262; }
.legend span { display: flex; flex-direction: column; color: #8f8998; font-size: 11px; line-height: 1.4; }.legend strong { color: #eeebf2; font-size: 12px; }
.microcopy { margin-top: 24px; color: #aaa4b3; font-size: 11px; font-style: italic; }
.controller-wrap { position: relative; min-height: 520px; display: flex; flex-direction: column; justify-content: center; margin: 0; }
.controller-halo { position: absolute; width: 520px; height: 360px; left: 50%; top: 50%; transform: translate(-50%,-56%); border-radius: 50%; background: radial-gradient(circle,rgba(118,93,246,.23),rgba(118,93,246,.05) 47%,transparent 70%); filter: blur(15px); }
.controller-photo { position: relative; z-index: 1; width: min(700px,108%); max-width: none; margin-left: -2%; filter: drop-shadow(0 42px 38px rgba(0,0,0,.52)); }

.how-section { background: #f5f3ee; }
.section-heading.compact { display: block; }
.section-heading.compact .kicker { margin-bottom: 16px; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(3,1fr); padding: 0; margin: 0 0 110px; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: auto 1fr; gap: 24px; padding: 30px 28px 30px 0; border-right: 1px solid var(--line); }.steps li:not(:first-child) { padding-left: 28px; }.steps li:last-child { border-right: 0; }
.steps > li > span { color: var(--violet); font: 700 11px "Space Grotesk"; }.steps h3 { font-size: 20px; letter-spacing: -.025em; }.steps p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.settings-preview { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; min-height: 580px; padding: 72px 0 0 72px; color: white; border-radius: 28px; background: radial-gradient(circle at 85% 20%,#352a68,transparent 33%),#151120; overflow: hidden; }
.preview-copy { padding: 0 60px 70px 0; }.preview-copy h3 { font-size: 50px; }.preview-copy > p:not(.kicker) { color: rgba(255,255,255,.56); }.text-link.light { color: white; margin-top: 10px; }
.screenshot-frame { align-self: end; height: 500px; padding: 13px 0 0 13px; border-radius: 15px 0 0; background: rgba(255,255,255,.15); box-shadow: 0 35px 70px rgba(0,0,0,.35); overflow: hidden; }.screenshot-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top left; border-radius: 8px 0 0; }

.faq-section { padding-top: 120px; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 130px; }
.faq-heading { position: sticky; top: 125px; align-self: start; }.faq-heading > p:not(.kicker) { max-width: 320px; color: var(--muted); }.faq-heading .text-link { margin-top: 16px; }
.accordion details { border-top: 1px solid var(--line); }.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 27px 0; cursor: pointer; list-style: none; font: 600 19px "Space Grotesk"; letter-spacing: -.025em; }.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { flex: 0 0 21px; height: 21px; position: relative; }.accordion summary span::before,.accordion summary span::after { content: ""; position: absolute; background: var(--ink); }.accordion summary span::before { width: 15px; height: 1px; top: 10px; left: 3px; }.accordion summary span::after { height: 15px; width: 1px; left: 10px; top: 3px; transition: transform .2s; }.accordion details[open] summary span::after { transform: rotate(90deg); }
.accordion details p { max-width: 610px; margin: -8px 50px 28px 0; color: var(--muted); font-size: 14px; }

.final-cta { position: relative; min-height: 660px; display: grid; place-items: center; overflow: hidden; color: white; text-align: center; background: var(--night); }
.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 70px 70px; mask-image: radial-gradient(circle,black,transparent 65%); }
.final-glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: rgba(118,93,246,.19); filter: blur(55px); }
.final-content { position: relative; display: flex; flex-direction: column; align-items: center; }.final-content > img { margin-bottom: 25px; border-radius: 24px; box-shadow: 0 16px 60px rgba(118,93,246,.35); }.final-content h2 { font-size: clamp(55px, 7vw, 82px); }.final-content > p:not(.kicker) { color: rgba(255,255,255,.57); }.button-light { margin-top: 18px; background: white; color: #17121d; box-shadow: 0 15px 38px rgba(0,0,0,.28); }.button-light:hover { background: #eeeaf9; }

.site-footer { color: white; background: #08070c; }.footer-main { min-height: 170px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; }.footer-main > p { color: #8f8995; font-size: 13px; }.footer-links { display: flex; gap: 26px; color: #aaa4af; font-size: 12px; }.footer-links a { padding: 6px 0; }.footer-links a:hover { color: white; }.footer-bottom { display: flex; justify-content: space-between; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.08); color: #77717d; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .cursor-badge { animation: none; } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .menu-button { display: block; position: relative; z-index: 52; cursor: pointer; }
  .menu-button[aria-expanded="true"] > span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { display: none; position: fixed; inset: 0; z-index: 51; flex-direction: column; justify-content: center; gap: 28px; background: rgba(12,9,21,.98); font-size: 22px; }.site-nav.open { display: flex; }
  .nav-github { margin-bottom: 12px; }
  .hero { padding-top: 140px; min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }.hero-copy { text-align: center; }.hero-copy .hero-kicker { justify-content: center; }.hero-copy h1,.hero-lede { margin-left: auto; margin-right: auto; }.hero-actions,.compatibility { justify-content: center; }
  .hero-visual { width: min(680px,100%); margin: 0 auto; }.browser-card { inset-inline: 25px; }.chip-a { left: 0; }.chip-rb { right: 0; }
  .trust-row { margin-top: 35px; }
  .section-heading { grid-template-columns: 1fr; gap: 10px; }.section-heading .kicker { margin-bottom: 5px; }.section-heading > p:last-child { max-width: 520px; }
  .feature-grid { grid-template-columns: 1fr; }.feature-large { grid-column: auto; grid-template-columns: 1fr; gap: 40px; }.feature-copy .number { margin-bottom: 30px; }
  .control-grid { grid-template-columns: 1fr; }.control-copy { max-width: 650px; }.controller-wrap { width: min(650px,100%); margin: auto; }
  .settings-preview { grid-template-columns: 1fr; padding: 55px 0 0 55px; }.preview-copy { max-width: 600px; }
  .faq-grid { grid-template-columns: 1fr; gap: 60px; }.faq-heading { position: static; }
  .footer-main { grid-template-columns: 1fr auto; }.footer-main > p { display: none; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 30px); --radius: 18px; }
  .site-header { padding-top: 13px; }.brand { font-size: 14px; }.brand img { width: 34px; height: 34px; }
  .hero { padding-top: 120px; }.hero h1 { font-size: clamp(49px,15vw,66px); }.hero-lede { font-size: 16px; }.hero-actions { flex-direction: column; gap: 15px; }.compatibility { align-items: flex-start; text-align: left; font-size: 10px; }
  .hero-visual { height: 395px; }.browser-card { top: 50px; inset-inline: 0; }.browser-bar { height: 38px; grid-template-columns: 55px 1fr 35px; }.video-stage { height: 280px; }.video-copy { left: 20px; top: 55px; }.video-copy strong { font-size: 20px; }.play-orbit { width: 135px; height: 135px; right: 23px; top: 50px; }.play-button { inset: 41px; }.video-controls { left: 12px; right: 12px; padding: 9px; }.connection-status { top: 10px; right: 8px; }.input-chip { transform: scale(.9); }.chip-a { bottom: -4px; left: -6px; }.chip-rb { bottom: -30px; right: -5px; }.cursor-badge { display: none; }
  .trust-row { gap: 10px; flex-wrap: wrap; margin-top: 55px; padding-inline: 0; }.trust-row span { margin: 0 6px; font-size: 8px; }
  .section { padding: 85px 0; }.section-heading { margin-bottom: 40px; }.section-heading h2,.control-copy h2,.faq-heading h2 { font-size: 46px; }.section-heading > p:last-child { font-size: 15px; }
  .feature-card { min-height: 440px; padding: 25px; }.feature-large { min-height: 600px; }.feature-copy p { font-size: 14px; }.media-demo { grid-template-columns: 1fr; min-height: 290px; }.album-art { min-height: 140px; }.media-panel { padding: 20px 28px; }.wave { height: 35px; }.media-buttons { margin-top: 12px; }.cursor-demo { margin-left: 25px; margin-right: -25px; margin-bottom: -25px; }.binding-demo > div { padding: 10px; }
  .control-section { padding-bottom: 65px; }.control-grid { gap: 35px; }.legend { gap: 6px 12px; }.legend > div { align-items: flex-start; }.legend kbd { min-width: 38px; }.controller-wrap { min-height: 300px; width: 100%; margin: 0; overflow: visible; }.controller-photo { width: 112%; margin-left: -6%; }.controller-halo { width: 100%; height: 250px; }
  .steps { grid-template-columns: 1fr; margin-bottom: 70px; }.steps li,.steps li:not(:first-child) { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .settings-preview { padding: 40px 0 0 25px; }.preview-copy { padding: 0 25px 40px 0; }.preview-copy h3 { font-size: 40px; }.screenshot-frame { height: 310px; }
  .faq-section { padding-top: 85px; }.accordion summary { font-size: 16px; }.accordion details p { margin-right: 0; }
  .final-cta { min-height: 590px; }.final-content > img { width: 72px; height: 72px; }.final-content h2 { font-size: 53px; }
  .footer-main { min-height: 210px; grid-template-columns: 1fr; align-content: center; }.footer-links { flex-wrap: wrap; gap: 14px 24px; }.footer-bottom { flex-direction: column; gap: 6px; }
}
