:root {
    color-scheme: dark;
    --page: #0b0714;
    --surface: #171126;
    --surface-raised: #221936;
    --purple: #7c3aed;
    --purple-bright: #c084fc;
    --purple-soft: #a78bfa;
    --text: #f7f4ff;
    --muted: #b8afcb;
    --border: #35284d;
    --success: #6ee7b7;
    --shadow: 0 28px 80px rgba(3, 1, 10, 0.5);
    --shell: min(1180px, calc(100% - 48px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 92px;
}

body {
    margin: 0;
    min-width: 320px;
    background:
        radial-gradient(circle at 20% -15%, rgba(124, 58, 237, 0.13), transparent 34rem),
        var(--page);
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

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

a {
    color: var(--purple-bright);
    text-underline-offset: 0.2em;
}

a:hover {
    color: #d8b4fe;
}

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

:focus-visible {
    outline: 3px solid #e9d5ff;
    outline-offset: 4px;
    border-radius: 4px;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 10px 14px;
    border-radius: 10px;
    background: var(--text);
    color: var(--page);
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(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;
}

.section-shell {
    width: var(--shell);
    margin-inline: auto;
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid rgba(53, 40, 77, 0.75);
    background: rgba(11, 7, 20, 0.84);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.nav-shell {
    width: var(--shell);
    min-height: 72px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text);
    font-weight: 720;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.brand:hover {
    color: var(--text);
}

.brand img {
    border-radius: 9px;
    box-shadow: 0 7px 18px rgba(124, 58, 237, 0.28);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.site-nav a {
    color: var(--muted);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
    color: var(--text);
}

.site-nav .nav-cta {
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--text);
    color: var(--page);
}

.site-nav .nav-cta:hover {
    background: #e9d5ff;
    color: var(--page);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    background: transparent;
    color: var(--text);
}

.menu-toggle > span:not(.sr-only) {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    border-radius: 2px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
    opacity: 0;
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(4) {
    transform: translateY(-7px) rotate(-45deg);
}

.eyebrow {
    margin: 0 0 18px;
    color: var(--purple-bright);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.14em;
    line-height: 1.35;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    text-wrap: pretty;
}

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

h1 {
    max-width: 750px;
    margin-bottom: 24px;
    font-size: clamp(3.6rem, 7.5vw, 6.7rem);
    font-weight: 760;
}

h2 {
    margin-bottom: 24px;
    font-size: clamp(2.6rem, 5vw, 4.6rem);
    font-weight: 730;
}

h1 span,
h2 span {
    color: var(--purple-bright);
}

h3 {
    margin-bottom: 14px;
    font-size: clamp(1.5rem, 2.4vw, 2.2rem);
    font-weight: 700;
}

.hero {
    min-height: calc(100svh - 72px);
    padding-block: clamp(64px, 9vw, 128px);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(410px, 0.95fr);
    align-items: center;
    gap: 48px;
}

.hero-copy {
    position: relative;
    z-index: 2;
}

.hero-lede {
    max-width: 630px;
    margin: 0 0 34px;
    color: var(--muted);
    font-size: clamp(1.15rem, 2vw, 1.35rem);
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.button {
    min-height: 56px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 690;
    line-height: 1.1;
    text-align: left;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

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

.button-primary {
    background: var(--text);
    color: var(--page);
    box-shadow: 0 14px 34px rgba(247, 244, 255, 0.12);
}

.button-primary:hover {
    background: #e9d5ff;
    color: var(--page);
    box-shadow: 0 18px 42px rgba(192, 132, 252, 0.22);
}

.button-secondary {
    border-color: var(--border);
    background: rgba(23, 17, 38, 0.72);
    color: var(--text);
}

.button-secondary:hover {
    border-color: var(--purple-soft);
    background: var(--surface-raised);
    color: var(--text);
}

.button small {
    display: block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.apple-mark {
    font-size: 22px;
    transform: scaleX(0.8);
}

.hero-note {
    margin: 18px 0 0;
    color: #91879f;
    font-size: 14px;
}

.hero-visual {
    position: relative;
    min-height: 600px;
    isolation: isolate;
}

.glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(20px);
}

.glow-one {
    top: 15%;
    right: 1%;
    width: 380px;
    height: 380px;
    background: rgba(124, 58, 237, 0.35);
}

.glow-two {
    bottom: 8%;
    left: 4%;
    width: 260px;
    height: 260px;
    background: rgba(192, 132, 252, 0.18);
}

.phone-frame {
    position: absolute;
    top: 0;
    right: 20px;
    width: 308px;
    padding: 10px;
    border: 1px solid #625479;
    border-radius: 52px;
    background: linear-gradient(145deg, #474050, #151019 24%, #08050c 70%);
    box-shadow: var(--shadow), inset 0 0 0 2px #0c0910;
    transform: rotate(4deg);
}

.phone-island {
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 50%;
    width: 92px;
    height: 25px;
    border-radius: 20px;
    background: #050307;
    transform: translateX(-50%);
}

.phone-screen {
    min-height: 580px;
    padding: 47px 18px 22px;
    border-radius: 43px;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 4%, rgba(124, 58, 237, 0.25), transparent 11rem),
        linear-gradient(#1c142c, #0b0713);
}

.remote-header {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #d9d2e5;
    font-size: 11px;
}

.remote-header b {
    margin-left: auto;
    letter-spacing: 2px;
}

.status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 12px var(--success);
}

.now-playing {
    margin-top: 20px;
    padding: 12px;
    border: 1px solid rgba(192, 132, 252, 0.2);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.055);
    display: flex;
    align-items: center;
    gap: 12px;
}

.poster-art {
    width: 60px;
    height: 78px;
    border-radius: 9px;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.28), transparent 38%),
        linear-gradient(140deg, #54169d, #1d0a32);
    display: grid;
    place-items: end center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.poster-art span {
    padding-bottom: 8px;
    color: #e9d5ff;
    font-size: 6px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.now-playing div:last-child {
    display: grid;
}

.now-playing small,
.mini-player small {
    color: var(--purple-bright);
    font-size: 7px;
    font-weight: 750;
    letter-spacing: 0.12em;
}

.now-playing strong {
    margin-top: 3px;
    font-size: 13px;
}

.now-playing div:last-child span {
    color: var(--muted);
    font-size: 10px;
}

.remote-pad {
    position: relative;
    width: 205px;
    height: 205px;
    margin: 25px auto 16px;
    border: 1px solid rgba(192, 132, 252, 0.24);
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015));
    box-shadow: inset 0 0 30px rgba(124, 58, 237, 0.08), 0 18px 30px rgba(0, 0, 0, 0.22);
}

.remote-pad strong {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 74px;
    height: 74px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 12px;
    transform: translate(-50%, -50%);
}

.remote-pad span {
    position: absolute;
    color: #c9c0d6;
    font-size: 22px;
}

.pad-up { top: 16px; left: 50%; transform: translateX(-50%); }
.pad-down { bottom: 16px; left: 50%; transform: translateX(-50%); }
.pad-left { top: 50%; left: 19px; transform: translateY(-50%); }
.pad-right { top: 50%; right: 19px; transform: translateY(-50%); }

.remote-row {
    display: flex;
    justify-content: space-around;
    color: #d9d2e5;
    font-size: 18px;
}

.remote-actions {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 54px 1fr;
    align-items: center;
    gap: 12px;
}

.remote-actions > span {
    padding: 8px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

.remote-actions small {
    grid-column: 1 / -1;
    color: var(--muted);
    font-size: 7px;
    letter-spacing: 0.12em;
}

.remote-actions b {
    font-size: 18px;
    font-weight: 400;
}

.remote-actions button {
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    background: var(--purple);
    color: white;
    font-size: 22px;
}

.watch-frame,
.watch-large {
    padding: 12px;
    border: 1px solid #73677b;
    border-radius: 45px;
    background: linear-gradient(145deg, #49424c, #141116 45%, #080709);
    box-shadow: var(--shadow);
}

.watch-frame {
    position: absolute;
    z-index: 5;
    right: 255px;
    bottom: 16px;
    width: 192px;
    transform: rotate(-7deg);
}

.watch-crown {
    position: absolute;
    top: 55px;
    right: -8px;
    width: 8px;
    height: 34px;
    border-radius: 0 6px 6px 0;
    background: #4b444e;
}

.watch-screen {
    min-height: 190px;
    padding: 20px 14px 14px;
    border-radius: 34px;
    background: radial-gradient(circle at 50% 10%, #322047, #0a070e 68%);
    text-align: center;
}

.watch-screen > small {
    color: var(--muted);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.watch-pad {
    height: 76px;
    margin-block: 18px;
    border: 1px solid rgba(192, 132, 252, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: var(--muted);
}

.watch-pad b {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(124, 58, 237, 0.38);
    color: var(--text);
    font-size: 10px;
}

.watch-buttons {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
}

.trust-strip {
    border-block: 1px solid var(--border);
    background: rgba(23, 17, 38, 0.58);
}

.trust-items {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 650;
}

.trust-items i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--purple);
}

.feature-intro {
    padding: 150px 0 68px;
    text-align: center;
}

.feature-intro p:last-child {
    max-width: 660px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 19px;
}

.feature-grid {
    padding-bottom: 150px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.feature-card {
    min-height: 470px;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid var(--border);
    border-radius: 30px;
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0, rgba(124, 58, 237, 0.11), transparent 19rem),
        var(--surface);
}

.feature-card-wide {
    min-height: 560px;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    gap: 50px;
}

.feature-card > p:not(.eyebrow),
.feature-copy > p:not(.eyebrow),
.audio-grid p,
.steps p {
    color: var(--muted);
}

.feature-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 26px;
    border: 1px solid rgba(192, 132, 252, 0.3);
    border-radius: 13px;
    background: rgba(124, 58, 237, 0.16);
    color: var(--purple-bright);
    display: grid;
    place-items: center;
    font-size: 21px;
}

.check-list {
    padding: 0;
    list-style: none;
    color: #d9d2e5;
    font-size: 15px;
}

.check-list li {
    margin-block: 12px;
}

.check-list li::before {
    content: "✓";
    margin-right: 10px;
    color: var(--success);
}

.gesture-demo {
    min-height: 390px;
    display: grid;
    place-items: center;
}

.gesture-card {
    position: relative;
    width: min(320px, 100%);
    aspect-ratio: 0.78;
    padding: 34px;
    border: 1px solid rgba(192, 132, 252, 0.24);
    border-radius: 36px;
    background:
        radial-gradient(circle at 40% 45%, rgba(192, 132, 252, 0.23), transparent 9rem),
        linear-gradient(145deg, #2d2046, #100b19);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 32px 65px rgba(0, 0, 0, 0.3);
    transform: rotate(4deg);
}

.gesture-card b {
    font-size: 20px;
}

.gesture-card small {
    color: var(--muted);
}

.gesture-trail {
    position: absolute;
    top: 35%;
    left: 25%;
    width: 48%;
    height: 28%;
    border-top: 3px solid var(--purple-bright);
    border-radius: 50%;
    filter: drop-shadow(0 0 10px var(--purple));
    transform: rotate(-18deg);
}

.gesture-trail::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -6px;
    width: 16px;
    height: 16px;
    border-top: 3px solid var(--purple-bright);
    border-right: 3px solid var(--purple-bright);
    transform: rotate(38deg);
}

.mini-player {
    margin-top: 60px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: rgba(11, 7, 20, 0.65);
    display: flex;
    align-items: center;
    gap: 16px;
}

.mini-player > div {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    background:
        radial-gradient(circle at 60% 30%, #c084fc, transparent 18%),
        linear-gradient(135deg, #37204f, #100918);
}

.mini-player span {
    display: grid;
}

.mini-player b {
    font-size: 15px;
}

.mini-player em {
    color: var(--muted);
    font-size: 12px;
    font-style: normal;
}

.shortcut-row {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.shortcut-row span {
    aspect-ratio: 1;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: rgba(11, 7, 20, 0.55);
    display: grid;
    place-items: center;
    color: #d8d0e4;
    font-size: 12px;
}

.watch-section {
    padding-block: 140px;
    overflow: hidden;
    background:
        radial-gradient(circle at 22% 50%, rgba(124, 58, 237, 0.23), transparent 25rem),
        #120c1e;
}

.split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.watch-showcase {
    position: relative;
    min-height: 550px;
    display: grid;
    place-items: center;
}

.watch-large {
    position: relative;
    z-index: 3;
    width: 280px;
    padding: 16px;
    border-radius: 62px;
    transform: rotate(-4deg);
}

.watch-large .watch-screen {
    min-height: 310px;
    padding: 36px 22px 20px;
    border-radius: 49px;
}

.watch-large .watch-pad {
    height: 125px;
    margin-block: 35px;
}

.watch-large .watch-pad b {
    width: 70px;
    height: 70px;
}

.watch-large .watch-buttons {
    font-size: 20px;
}

.orbit {
    position: absolute;
    z-index: 4;
    padding: 8px 13px;
    border: 1px solid rgba(192, 132, 252, 0.35);
    border-radius: 999px;
    background: rgba(23, 17, 38, 0.9);
    color: #d8d0e4;
    font-size: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.orbit-one { top: 24%; left: 1%; }
.orbit-two { top: 48%; right: 0; }
.orbit-three { bottom: 15%; left: 5%; }

.section-copy > p:not(.eyebrow) {
    max-width: 520px;
    color: var(--muted);
    font-size: 19px;
}

.text-link {
    display: inline-flex;
    gap: 8px;
    margin-top: 16px;
    font-weight: 650;
    text-decoration: none;
}

.audio-section {
    padding-block: 150px;
}

.section-heading-row {
    margin-bottom: 64px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: end;
    gap: 80px;
}

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

.section-heading-row > p {
    color: var(--muted);
    font-size: 18px;
}

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

.audio-grid article {
    padding: 34px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: var(--surface);
}

.audio-grid article > span {
    width: 46px;
    height: 46px;
    margin-bottom: 70px;
    border-radius: 14px;
    background: rgba(124, 58, 237, 0.18);
    color: var(--purple-bright);
    display: grid;
    place-items: center;
}

.audio-grid h3 {
    font-size: 24px;
}

.compatibility-note {
    margin: 34px 0 0;
    color: var(--muted);
    text-align: center;
}

.screens-section {
    padding-block: 140px;
    overflow: hidden;
    background: var(--surface);
}

.screenshot-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.screenshot-row figure {
    margin: 0;
}

.screenshot-row img {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 24px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
}

.screenshot-row figure:nth-child(even) {
    transform: translateY(30px);
}

.screenshot-row figcaption {
    margin-top: 14px;
    color: var(--muted);
    font-size: 14px;
    text-align: center;
}

.setup-section {
    padding-block: 150px;
}

.center-heading {
    margin-bottom: 70px;
    text-align: center;
}

.steps {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    counter-reset: none;
    list-style: none;
}

.steps li {
    padding: 34px;
    border-top: 1px solid var(--border);
}

.steps li > span {
    width: 42px;
    height: 42px;
    margin-bottom: 58px;
    border-radius: 50%;
    background: var(--purple);
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 750;
}

.steps h3 {
    font-size: 23px;
    letter-spacing: -0.025em;
}

.setup-help {
    max-width: 800px;
    margin: 55px auto 0;
    padding: 18px 22px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--surface);
    display: flex;
    align-items: center;
    gap: 14px;
}

.setup-help > span {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(124, 58, 237, 0.25);
    display: grid;
    place-items: center;
    color: var(--purple-bright);
    font-weight: 750;
}

.setup-help p {
    margin: 0;
    color: var(--muted);
}

.setup-help a {
    margin-left: auto;
    white-space: nowrap;
    font-weight: 650;
}

.final-cta {
    margin-bottom: 100px;
    padding: clamp(50px, 8vw, 100px);
    border: 1px solid rgba(192, 132, 252, 0.25);
    border-radius: 38px;
    background:
        radial-gradient(circle at 50% 10%, rgba(124, 58, 237, 0.32), transparent 25rem),
        var(--surface);
    text-align: center;
}

.final-cta > img {
    margin: 0 auto 28px;
    border-radius: 23px;
    box-shadow: 0 22px 45px rgba(124, 58, 237, 0.32);
}

.final-cta p:not(.eyebrow) {
    color: var(--muted);
}

.final-cta .button {
    margin: 20px auto 0;
}

.support-link {
    display: block;
    width: fit-content;
    margin: 24px auto 0;
    color: var(--muted);
    font-size: 14px;
}

.site-footer {
    padding: 68px 0 30px;
    border-top: 1px solid var(--border);
    background: #08050e;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 80px;
}

.footer-grid > div > p {
    max-width: 470px;
    color: var(--muted);
    font-size: 15px;
}

.footer-grid nav {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-content: start;
    gap: 8px 36px;
}

.footer-grid nav a {
    color: var(--muted);
    font-size: 14px;
    text-decoration: none;
}

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

.footer-legal {
    margin-top: 54px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
    display: grid;
    grid-template-columns: auto minmax(0, 720px);
    justify-content: space-between;
    gap: 30px;
    color: #847b91;
    font-size: 12px;
}

.footer-legal p {
    margin: 0;
}

/* Interior pages */
.page-hero {
    padding: 115px 0 70px;
    text-align: center;
}

.page-hero h1 {
    max-width: 900px;
    margin-inline: auto;
    font-size: clamp(3.1rem, 7vw, 6rem);
}

.page-hero > p:not(.eyebrow) {
    max-width: 680px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 19px;
}

.document-layout {
    width: min(900px, calc(100% - 48px));
    margin: 0 auto;
    padding: 20px 0 130px;
}

.document-layout h2 {
    margin: 72px 0 20px;
    font-size: clamp(2rem, 4vw, 2.8rem);
}

.document-layout h3 {
    margin: 36px 0 12px;
    font-size: 1.35rem;
    letter-spacing: -0.025em;
}

.document-layout p,
.document-layout li {
    color: var(--muted);
}

.document-layout strong {
    color: var(--text);
}

.document-layout hr {
    margin-block: 64px;
    border: 0;
    border-top: 1px solid var(--border);
}

.document-meta {
    margin-bottom: 45px;
    color: #91879f;
    font-size: 14px;
    text-align: center;
}

.callout {
    margin: 36px 0;
    padding: 24px;
    border: 1px solid rgba(192, 132, 252, 0.3);
    border-radius: 18px;
    background: rgba(124, 58, 237, 0.1);
}

.callout p:first-child,
.callout h2:first-child,
.callout h3:first-child {
    margin-top: 0;
}

.callout p:last-child {
    margin-bottom: 0;
}

.faq-layout {
    width: min(1000px, calc(100% - 48px));
    margin: 0 auto;
    padding: 10px 0 130px;
}

.faq-nav {
    margin-bottom: 65px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--surface);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
}

.faq-nav a {
    padding: 8px 13px;
    border-radius: 999px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.faq-nav a:hover {
    background: var(--surface-raised);
    color: var(--text);
}

.faq-group {
    margin-bottom: 78px;
}

.faq-group > h2 {
    margin-bottom: 28px;
    font-size: clamp(2rem, 4vw, 3rem);
}

.faq-group > p {
    color: var(--muted);
}

details {
    border-top: 1px solid var(--border);
}

details:last-child {
    border-bottom: 1px solid var(--border);
}

summary {
    position: relative;
    padding: 24px 55px 24px 0;
    cursor: pointer;
    color: var(--text);
    font-size: 19px;
    font-weight: 650;
    line-height: 1.4;
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: "+";
    position: absolute;
    top: 20px;
    right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--surface-raised);
    color: var(--purple-bright);
    display: grid;
    place-items: center;
    font-size: 22px;
    font-weight: 400;
    transition: transform 180ms ease;
}

details[open] summary::after {
    transform: rotate(45deg);
}

.answer {
    max-width: 840px;
    padding: 0 50px 25px 0;
}

.answer p,
.answer li {
    color: var(--muted);
}

.answer p:first-child {
    margin-top: 0;
}

.answer ol,
.answer ul {
    padding-left: 24px;
}

.faq-support {
    padding: 48px;
    border: 1px solid var(--border);
    border-radius: 26px;
    background: var(--surface);
    text-align: center;
}

.faq-support h2 {
    margin-bottom: 12px;
    font-size: 2.2rem;
}

.faq-support p {
    color: var(--muted);
}

@media (max-width: 980px) {
    .hero {
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 20px;
    }

    .hero-visual {
        min-height: 540px;
        transform: scale(0.88);
        transform-origin: center right;
    }

    .feature-card-wide {
        gap: 20px;
    }

    .split-layout {
        gap: 50px;
    }

    .watch-showcase {
        transform: scale(0.88);
    }
}

@media (max-width: 760px) {
    :root {
        --shell: min(calc(100% - 32px), 600px);
    }

    html {
        scroll-padding-top: 72px;
    }

    .nav-shell {
        min-height: 64px;
    }

    .menu-toggle {
        display: block;
    }

    .site-nav {
        position: fixed;
        inset: 64px 0 auto;
        padding: 18px 24px 30px;
        border-bottom: 1px solid var(--border);
        background: rgba(11, 7, 20, 0.98);
        display: grid;
        gap: 4px;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-12px);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .menu-toggle[aria-expanded="true"] + .site-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-nav a {
        padding: 12px 6px;
        font-size: 17px;
    }

    .site-nav .nav-cta {
        margin-top: 8px;
        padding-inline: 16px;
        text-align: center;
    }

    .hero {
        min-height: auto;
        padding-block: 76px 50px;
        grid-template-columns: 1fr;
        text-align: center;
    }

    h1 {
        margin-inline: auto;
        font-size: clamp(3.2rem, 15vw, 5.1rem);
    }

    .hero-lede {
        margin-inline: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-visual {
        width: 380px;
        max-width: 100%;
        min-height: 520px;
        margin: 35px auto 0;
        transform: scale(0.88);
        transform-origin: top center;
    }

    .phone-frame {
        right: 8px;
    }

    .watch-frame {
        right: 208px;
    }

    .trust-items {
        padding-block: 18px;
        gap: 13px;
    }

    .feature-intro,
    .audio-section,
    .setup-section {
        padding-block: 100px;
    }

    .feature-grid,
    .feature-card-wide,
    .split-layout,
    .section-heading-row,
    .footer-grid,
    .footer-legal {
        grid-template-columns: 1fr;
    }

    .feature-grid {
        padding-bottom: 100px;
    }

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

    .feature-card-wide {
        min-height: auto;
    }

    .gesture-demo {
        min-height: 390px;
    }

    .watch-section,
    .screens-section {
        padding-block: 100px;
    }

    .watch-section .split-layout {
        gap: 25px;
    }

    .watch-showcase {
        min-height: 470px;
        transform: scale(0.82);
    }

    .section-copy {
        text-align: center;
    }

    .section-heading-row {
        gap: 18px;
    }

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

    .audio-grid article > span {
        margin-bottom: 38px;
    }

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

    .screenshot-row figure:nth-child(even) {
        transform: translateY(16px);
    }

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

    .steps li {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 18px;
    }

    .steps li > span {
        grid-row: 1 / 3;
        margin: 0;
    }

    .steps h3,
    .steps p {
        margin-top: 0;
    }

    .setup-help {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .setup-help a {
        width: 100%;
        margin-left: 44px;
    }

    .final-cta {
        width: calc(100% - 24px);
        margin-bottom: 70px;
    }

    .footer-grid {
        gap: 40px;
    }

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

    .footer-legal {
        gap: 14px;
    }

    .page-hero {
        padding-top: 84px;
    }

    .faq-support {
        padding: 34px 22px;
    }
}

@media (max-width: 420px) {
    body {
        font-size: 16px;
    }

    .hero-actions {
        display: grid;
    }

    .button {
        width: 100%;
    }

    .hero-visual {
        left: 50%;
        width: 390px;
        max-width: none;
        margin-left: -195px;
        transform: scale(0.77);
    }

    .feature-card {
        padding: 26px;
        border-radius: 24px;
    }

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

    .screenshot-row {
        margin-inline: -8px;
        gap: 12px;
    }

    .screenshot-row img {
        border-radius: 16px;
    }

    .faq-nav {
        justify-content: flex-start;
    }
}

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

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

    .button:hover {
        transform: none;
    }
}
