:root {
    color-scheme: dark;
    --ink: #f7f8fa;
    --muted: #a9adb7;
    --dim: #737988;
    --surface: #0c0f16;
    --surface-2: #11151e;
    --line: rgba(255, 255, 255, 0.1);
    --line-strong: rgba(255, 255, 255, 0.17);
    --blue: #4c6fff;
    --blue-light: #8098ff;
    --cyan: #56d7ff;
    --violet: #9267ff;
    --green: #78e6bd;
    --radius: 28px;
    --shadow: 0 40px 100px rgba(0, 0, 0, 0.48);
}

* {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background:
        radial-gradient(circle at 50% -20%, rgba(58, 76, 150, 0.2), transparent 30%),
        #080a0f;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

body.nav-open {
    overflow: hidden;
}

img,
svg {
    display: block;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

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

:focus-visible {
    outline: 3px solid var(--cyan);
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    border-radius: 10px;
    color: #080a0f;
    background: white;
    font-weight: 700;
    transform: translateY(-160%);
    transition: transform 180ms ease;
}

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

.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid transparent;
    transition: background-color 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.scrolled {
    border-color: var(--line);
    background: rgba(8, 10, 15, 0.78);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1260px, calc(100% - 48px));
    height: 76px;
    margin: 0 auto;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 740;
    letter-spacing: -0.035em;
}

.brand img {
    border-radius: 10px;
    filter: drop-shadow(0 8px 18px rgba(76, 111, 255, 0.35));
}

.brand > span > span {
    color: var(--blue-light);
}

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

.site-nav a {
    color: #c7cad1;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 160ms ease;
}

.site-nav a:hover {
    color: white;
}

.site-nav .language-link {
    display: grid;
    width: 34px;
    height: 30px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #aeb7df;
    background: rgba(255, 255, 255, 0.025);
    font-size: 10px;
    letter-spacing: 0.08em;
}

.site-nav .nav-cta {
    padding: 10px 15px;
    border: 1px solid rgba(128, 152, 255, 0.34);
    border-radius: 999px;
    color: #dfe5ff;
    background: rgba(76, 111, 255, 0.13);
}

.nav-toggle {
    display: none;
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(390px, 0.78fr) minmax(600px, 1.22fr);
    align-items: center;
    gap: clamp(40px, 6vw, 96px);
    min-height: 900px;
    padding: 150px max(48px, calc((100vw - 1260px) / 2)) 100px;
    overflow: hidden;
    isolation: isolate;
}

.hero::before {
    content: "";
    position: absolute;
    z-index: -3;
    inset: 0;
    background:
        radial-gradient(circle at 78% 44%, rgba(75, 93, 201, 0.3), transparent 27%),
        radial-gradient(circle at 94% 34%, rgba(115, 70, 177, 0.19), transparent 18%),
        linear-gradient(180deg, #090b11 0%, #080a0f 100%);
}

.hero-grid {
    position: absolute;
    z-index: -2;
    inset: 0 0 auto 50%;
    width: 70%;
    height: 100%;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, transparent, black 30%, transparent 95%);
    transform: perspective(700px) rotateY(-16deg) rotateZ(-4deg) scale(1.25);
}

.signal {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(128, 152, 255, 0.2);
    border-radius: 50%;
    pointer-events: none;
}

.signal::before,
.signal::after {
    content: "";
    position: absolute;
    inset: 14%;
    border: inherit;
    border-radius: inherit;
}

.signal::after {
    inset: 30%;
}

.signal-one {
    top: 220px;
    right: -330px;
    width: 860px;
    height: 860px;
}

.signal-two {
    bottom: -400px;
    left: -450px;
    width: 700px;
    height: 700px;
    opacity: 0.45;
}

.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
    color: #a9b7f3;
    font-size: 12px;
    font-weight: 760;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.eyebrow span {
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, var(--blue), var(--cyan));
    box-shadow: 0 0 12px var(--blue);
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2 {
    margin-bottom: 24px;
    font-weight: 760;
    letter-spacing: -0.06em;
    line-height: 0.98;
}

h1 {
    max-width: 720px;
    font-size: clamp(64px, 7.2vw, 104px);
}

h2 {
    font-size: clamp(44px, 5vw, 72px);
}

h1 em,
h2 em {
    color: transparent;
    background: linear-gradient(105deg, #9aaaff 4%, #5bd2ff 55%, #a987ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-style: normal;
}

.hero-lede {
    max-width: 590px;
    margin-bottom: 34px;
    color: #b7bbc5;
    font-size: clamp(18px, 1.5vw, 21px);
    line-height: 1.55;
}

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

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 720;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

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

.button svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}

.button-primary {
    color: white;
    background: linear-gradient(115deg, #3d5fe8, #6b64df);
    box-shadow: 0 12px 34px rgba(69, 86, 222, 0.36), inset 0 1px rgba(255, 255, 255, 0.22);
}

.button-primary:hover {
    box-shadow: 0 16px 42px rgba(69, 86, 222, 0.48), inset 0 1px rgba(255, 255, 255, 0.22);
}

.button-quiet {
    color: #d1d4dc;
    background: transparent;
}

.button-quiet svg {
    width: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.button-quiet:hover {
    color: white;
}

.hero-note {
    margin: 18px 0 0;
    color: var(--dim);
    font-size: 12px;
}

.platform-roadmap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 23px;
}

.platform-roadmap span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #747b89;
    background: rgba(255, 255, 255, 0.025);
    font-size: 10px;
}

.platform-roadmap span:first-child {
    border-color: rgba(128, 152, 255, 0.28);
    color: #99a6df;
    background: rgba(76, 111, 255, 0.09);
}

.platform-roadmap strong {
    color: #d8dce6;
    font-size: 10px;
}

.hero-product {
    position: relative;
    z-index: 1;
    width: min(830px, 64vw);
    margin-right: min(-11vw, -100px);
    perspective: 1200px;
}

.orbit {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(129, 151, 255, 0.18);
    border-radius: 50%;
    pointer-events: none;
}

.orbit-one {
    inset: -20% -6%;
    transform: rotate(-8deg);
}

.orbit-two {
    inset: -35% 10%;
    border-color: rgba(86, 215, 255, 0.1);
    transform: rotate(24deg);
}

.app-window {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 19px;
    background: #12141b;
    box-shadow:
        0 55px 100px rgba(0, 0, 0, 0.55),
        0 0 80px rgba(73, 91, 222, 0.14),
        inset 0 1px rgba(255, 255, 255, 0.12);
    transform: rotateY(-4deg) rotateX(2deg);
}

.app-window::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.1), transparent 16%, transparent 82%, rgba(93, 107, 201, 0.12));
    pointer-events: none;
}

.window-bar {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    height: 38px;
    padding: 0 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(#262832, #1a1c24);
}

.traffic {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.traffic.red { background: #ff6057; }
.traffic.yellow { background: #ffbd2e; }
.traffic.green { background: #27c840; }

.window-title {
    position: absolute;
    right: 0;
    left: 0;
    color: #8e929d;
    text-align: center;
    font-size: 11px;
}

.app-window > img {
    width: 100%;
    height: auto;
}

.floating-chip {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 205px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 15px;
    background: rgba(15, 18, 27, 0.84);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.floating-chip svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: var(--green);
    stroke-width: 1.5;
}

.floating-chip span:not(.format-mark) {
    display: flex;
    flex-direction: column;
    color: #969ca8;
    font-size: 10px;
    line-height: 1.35;
}

.floating-chip strong {
    color: white;
    font-size: 12px;
}

.chip-private {
    right: 5%;
    bottom: -38px;
}

.chip-formats {
    top: 20%;
    left: -60px;
}

.format-mark {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(128, 152, 255, 0.32);
    border-radius: 10px;
    color: #aab7ff;
    background: rgba(76, 111, 255, 0.16);
    font-size: 10px;
    font-weight: 800;
}

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

.proof-strip > div {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 14px;
    min-height: 104px;
    padding: 20px 26px;
    border-right: 1px solid var(--line);
}

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

.proof-strip strong {
    color: #c8d1ff;
    font-size: 30px;
    letter-spacing: -0.05em;
}

.proof-strip span {
    max-width: 140px;
    color: #7f8490;
    font-size: 11px;
    line-height: 1.35;
}

.section {
    width: min(1260px, calc(100% - 48px));
    margin: 0 auto;
    padding: 150px 0;
}

.section-heading {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    align-items: end;
    gap: 50px;
    margin-bottom: 64px;
}

.section-heading .eyebrow {
    grid-column: 1 / -1;
    margin-bottom: -24px;
}

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

.section-heading > p:not(.eyebrow) {
    margin: 0 0 7px;
    color: var(--muted);
    font-size: 17px;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.feature-card {
    position: relative;
    grid-column: span 4;
    min-height: 370px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.035), transparent 45%),
        var(--surface);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
}

.feature-card-wide {
    grid-column: span 8;
}

.card-icon {
    display: grid;
    width: 46px;
    height: 46px;
    margin-bottom: 31px;
    place-items: center;
    border: 1px solid rgba(120, 143, 255, 0.23);
    border-radius: 13px;
    color: #9babff;
    background: rgba(76, 111, 255, 0.1);
}

.card-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.55;
}

.card-kicker {
    margin-bottom: 7px;
    color: #72798a;
    font-size: 11px;
    font-weight: 760;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.feature-card h3,
.experience-grid h3 {
    margin-bottom: 13px;
    font-size: 26px;
    letter-spacing: -0.045em;
    line-height: 1.1;
}

.feature-card > p:last-of-type,
.feature-card > div > p:last-of-type,
.experience-grid p {
    color: #969ba7;
    font-size: 14px;
}

.guide-card {
    min-height: 484px;
    padding-right: 50%;
    background:
        radial-gradient(circle at 88% 50%, rgba(80, 105, 224, 0.17), transparent 35%),
        linear-gradient(140deg, rgba(255, 255, 255, 0.04), transparent 50%),
        var(--surface);
}

.guide-mock {
    position: absolute;
    top: 62px;
    right: -48px;
    width: 49%;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 17px;
    background: #131722;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.38);
    transform: rotate(-2deg);
}

.guide-times {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 0 8px 43px;
    color: #6c7280;
    font-size: 8px;
}

.guide-row {
    display: grid;
    grid-template-columns: 32px 1.2fr 0.9fr;
    gap: 3px;
    min-height: 53px;
    margin-bottom: 4px;
}

.guide-row strong {
    display: grid;
    place-items: center;
    color: #727a8b;
    font-size: 10px;
}

.guide-row span {
    display: flex;
    align-items: center;
    padding: 7px;
    border-left: 2px solid #657ffc;
    border-radius: 5px;
    color: #aeb4c4;
    background: rgba(101, 127, 252, 0.12);
    font-size: 8px;
    line-height: 1.25;
}

.guide-row span.now {
    color: #e7eaff;
    background: rgba(101, 127, 252, 0.28);
}

.guide-row span.later {
    border-color: #8a6ae2;
    background: rgba(138, 106, 226, 0.14);
}

.guide-row span.long {
    grid-column: span 2;
    border-color: #59b2d0;
    background: rgba(89, 178, 208, 0.1);
}

.formats-card {
    min-height: 484px;
}

.format-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 34px;
}

.format-list span {
    position: relative;
    padding: 11px 13px 11px 38px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: #bec3ce;
    background: rgba(255, 255, 255, 0.025);
    font-size: 12px;
}

.format-list span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--blue-light);
    box-shadow: 0 0 12px var(--blue);
    transform: translateY(-50%);
}

.search-card {
    min-height: 390px;
}

.search-mock {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 31px;
    padding: 12px 12px;
    border: 1px solid rgba(128, 152, 255, 0.26);
    border-radius: 10px;
    color: #b7bcc8;
    background: rgba(8, 10, 15, 0.72);
    box-shadow: 0 0 0 3px rgba(76, 111, 255, 0.08);
    font-size: 12px;
}

.magnify {
    width: 13px;
    height: 13px;
    border: 1.5px solid #858c99;
    border-radius: 50%;
}

.magnify::after {
    content: "";
    display: block;
    width: 5px;
    height: 1.5px;
    margin: 10px 0 0 9px;
    background: #858c99;
    transform: rotate(45deg);
}

kbd {
    margin-left: auto;
    padding: 2px 5px;
    border: 1px solid #353a46;
    border-radius: 4px;
    color: #777e8c;
    background: #1c202a;
    font-family: inherit;
    font-size: 9px;
}

.privacy-card {
    grid-column: span 8;
    min-height: 390px;
    padding-right: 38%;
    background:
        radial-gradient(circle at 91% 54%, rgba(50, 170, 132, 0.15), transparent 31%),
        linear-gradient(140deg, rgba(255, 255, 255, 0.035), transparent 45%),
        var(--surface);
}

.privacy-card .card-icon {
    color: var(--green);
    border-color: rgba(120, 230, 189, 0.2);
    background: rgba(120, 230, 189, 0.08);
}

.privacy-rings {
    position: absolute;
    top: 50%;
    right: -5%;
    width: 34%;
    aspect-ratio: 1;
    border: 1px solid rgba(120, 230, 189, 0.13);
    border-radius: 50%;
    transform: translateY(-50%);
}

.privacy-rings::before,
.privacy-rings::after {
    content: "";
    position: absolute;
    inset: 17%;
    border: inherit;
    border-radius: inherit;
}

.privacy-rings::after {
    inset: 34%;
    background: radial-gradient(circle, rgba(120, 230, 189, 0.16), transparent 55%);
}

.check-list {
    display: grid;
    gap: 8px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    color: #b7c2c0;
    font-size: 12px;
}

.check-list li {
    position: relative;
    padding-left: 23px;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--green);
    font-weight: 800;
}

.player-card {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 50px;
    min-height: 390px;
}

.control-stack {
    display: grid;
    align-content: center;
    gap: 10px;
}

.control-stack span {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: #c4c8d2;
    background: rgba(255, 255, 255, 0.025);
    font-size: 12px;
}

.control-stack svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: #8fa2ff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.showcase-section {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: clamp(60px, 9vw, 130px);
    min-height: 820px;
    padding: 140px max(48px, calc((100vw - 1260px) / 2));
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 50%, rgba(73, 91, 202, 0.18), transparent 31%),
        #0b0e14;
}

.showcase-copy {
    align-self: center;
}

.showcase-copy h2 {
    font-size: clamp(42px, 4vw, 62px);
}

.showcase-copy > p:not(.eyebrow) {
    color: var(--muted);
    font-size: 17px;
}

.feature-lines {
    display: grid;
    gap: 0;
    margin: 38px 0 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.feature-lines li {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 2px 12px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}

.feature-lines span {
    grid-row: span 2;
    color: #59637f;
    font-size: 10px;
}

.feature-lines strong {
    font-size: 13px;
}

.feature-lines small {
    color: #777d89;
    font-size: 11px;
}

.showcase-stack {
    position: relative;
    align-self: center;
    min-height: 570px;
}

.screen {
    position: absolute;
    width: min(760px, 65vw);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 18px;
    background: #141721;
    box-shadow: var(--shadow);
}

.screen img {
    width: 100%;
}

.screen figcaption {
    padding: 12px 16px;
    color: #9298a5;
    background: rgba(14, 17, 24, 0.95);
    font-size: 11px;
}

.screen-back {
    top: 0;
    left: 19%;
    opacity: 0.66;
    transform: rotate(3deg) scale(0.92);
}

.screen-front {
    top: 120px;
    left: 0;
    transform: rotate(-2deg);
}

.centered {
    display: block;
    max-width: 840px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
    text-align: center;
}

.centered .eyebrow {
    justify-content: center;
    margin-bottom: 22px;
}

.centered h2 {
    margin-bottom: 24px;
}

.centered > p:not(.eyebrow) {
    max-width: 650px;
    margin: 0 auto;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.experience-grid article {
    position: relative;
    min-height: 310px;
    padding: 34px 28px;
    border-right: 1px solid var(--line);
}

.experience-grid article:last-child {
    border-right: 0;
}

.experience-grid .step {
    color: #555c6b;
    font-size: 10px;
}

.experience-grid article > svg {
    width: 40px;
    height: 40px;
    margin: 54px 0 25px;
    fill: none;
    stroke: #8fa1ff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.25;
}

.experience-grid h3 {
    font-size: 21px;
}

.availability-section {
    padding: 150px max(48px, calc((100vw - 1260px) / 2));
    background:
        radial-gradient(circle at 19% 40%, rgba(84, 103, 226, 0.18), transparent 26%),
        linear-gradient(180deg, #0c0f16, #090b10);
}

.availability-inner {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 90px;
}

.availability-copy h2 {
    font-size: clamp(42px, 4.6vw, 66px);
}

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

.release-status {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 38px;
}

.pulse {
    position: relative;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--blue-light);
    box-shadow: 0 0 16px var(--blue);
}

.pulse::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(128, 152, 255, 0.45);
    border-radius: 50%;
}

.release-status div {
    display: flex;
    flex-direction: column;
}

.release-status strong {
    font-size: 13px;
}

.release-status small {
    color: #707684;
    font-size: 11px;
}

.platform-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.platform-card {
    position: relative;
    min-height: 160px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.025);
}

.platform-card.first {
    grid-column: 1 / -1;
    border-color: rgba(118, 139, 255, 0.38);
    background:
        linear-gradient(145deg, rgba(78, 101, 226, 0.14), transparent 45%),
        rgba(255, 255, 255, 0.035);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
}

.platform-order {
    display: block;
    margin-bottom: 28px;
    color: #7b8393;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.platform-card strong {
    display: block;
    margin-bottom: 9px;
    color: #e3e6ec;
    font-size: 22px;
    letter-spacing: -0.035em;
}

.platform-card p {
    max-width: 340px;
    margin: 0;
    color: #838a98;
    font-size: 12px;
}

.faq-section {
    display: grid;
    grid-template-columns: 0.65fr 1.35fr;
    gap: 100px;
}

.faq-heading {
    position: sticky;
    top: 115px;
    align-self: start;
}

.faq-heading h2 {
    font-size: clamp(40px, 4.5vw, 62px);
}

.faq-heading > p:not(.eyebrow) {
    color: var(--muted);
}

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

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

.faq-list summary {
    position: relative;
    padding: 25px 50px 25px 0;
    cursor: pointer;
    list-style: none;
    color: #dfe1e6;
    font-size: 16px;
    font-weight: 650;
}

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

.faq-list summary span,
.faq-list summary span::after {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 15px;
    height: 1px;
    background: #7c8290;
    transition: transform 160ms ease;
}

.faq-list summary span::after {
    content: "";
    top: 0;
    right: 0;
    transform: rotate(90deg);
}

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

.faq-list details p {
    max-width: 690px;
    margin-bottom: 25px;
    color: #9298a4;
    font-size: 14px;
}

.final-cta {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 640px;
    padding: 120px 24px;
    overflow: hidden;
    border-top: 1px solid var(--line);
    text-align: center;
    background:
        linear-gradient(rgba(8, 10, 15, 0.2), rgba(8, 10, 15, 0.9)),
        radial-gradient(circle at 50% 50%, rgba(70, 92, 220, 0.25), transparent 34%);
}

.final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.23;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: radial-gradient(circle at center, black, transparent 65%);
}

.final-cta > * {
    position: relative;
    z-index: 1;
}

.final-cta > img {
    margin-bottom: 28px;
    border-radius: 23px;
    box-shadow: 0 25px 60px rgba(54, 78, 207, 0.4);
}

.final-cta .eyebrow {
    justify-content: center;
}

.final-cta h2 {
    max-width: 800px;
    margin-bottom: 20px;
}

.final-cta > p:not(.eyebrow) {
    margin-bottom: 32px;
    color: var(--muted);
    font-size: 18px;
}

.site-footer {
    width: min(1260px, calc(100% - 48px));
    margin: 0 auto;
    padding: 60px 0 30px;
}

.footer-main {
    display: grid;
    grid-template-columns: 0.6fr 1.1fr 0.6fr;
    align-items: start;
    gap: 80px;
    padding-bottom: 50px;
}

.footer-main > p {
    max-width: 500px;
    color: #777d89;
    font-size: 12px;
}

.footer-main nav {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.footer-main nav a {
    color: #9ba0ab;
    text-decoration: none;
    font-size: 12px;
}

.footer-main nav a:hover {
    color: white;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    color: #585e6a;
    font-size: 10px;
}

@media (max-width: 1180px) {
    .hero {
        grid-template-columns: 0.82fr 1.18fr;
        gap: 32px;
    }

    .hero-product {
        width: 65vw;
    }

    .chip-formats {
        left: -20px;
    }

    .proof-strip > div {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .availability-inner {
        gap: 45px;
    }
}

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

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

    .hero-product {
        width: min(900px, 95vw);
        margin: 30px 0 40px;
    }

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

    .proof-strip > div:nth-child(2) {
        border-right: 0;
    }

    .proof-strip > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }

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

    .section-heading .eyebrow {
        margin-bottom: 0;
    }

    .section-heading > p:not(.eyebrow) {
        max-width: 650px;
    }

    .feature-card,
    .feature-card-wide {
        grid-column: span 6;
    }

    .guide-card {
        grid-column: span 12;
    }

    .privacy-card {
        grid-column: span 12;
    }

    .showcase-section,
    .availability-inner,
    .faq-section {
        grid-template-columns: 1fr;
    }

    .showcase-section {
        min-height: 1300px;
    }

    .showcase-copy {
        max-width: 680px;
    }

    .showcase-stack {
        min-height: 600px;
    }

    .screen {
        width: min(820px, 86vw);
    }

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

    .experience-grid article:nth-child(2) {
        border-right: 0;
    }

    .experience-grid article:nth-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }

    .availability-copy {
        max-width: 700px;
    }

    .faq-heading {
        position: static;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

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

@media (max-width: 760px) {
    .nav-wrap {
        width: min(100% - 32px, 1260px);
        height: 68px;
    }

    .nav-toggle {
        position: relative;
        z-index: 102;
        display: grid;
        width: 42px;
        height: 42px;
        padding: 0;
        place-items: center;
        border: 1px solid var(--line);
        border-radius: 11px;
        color: white;
        background: rgba(255, 255, 255, 0.04);
    }

    .nav-toggle span:not(.sr-only) {
        position: absolute;
        width: 18px;
        height: 1px;
        background: currentColor;
        transition: transform 180ms ease, top 180ms ease;
    }

    .nav-toggle span:nth-child(2) {
        top: 16px;
    }

    .nav-toggle span:nth-child(3) {
        top: 24px;
    }

    .nav-toggle[aria-expanded="true"] span:nth-child(2) {
        top: 20px;
        transform: rotate(45deg);
    }

    .nav-toggle[aria-expanded="true"] span:nth-child(3) {
        top: 20px;
        transform: rotate(-45deg);
    }

    .site-nav {
        position: fixed;
        z-index: 101;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 0;
        padding: 90px 30px 40px;
        visibility: hidden;
        opacity: 0;
        background: rgba(8, 10, 15, 0.97);
        transform: translateY(-10px);
        transition: visibility 180ms ease, opacity 180ms ease, transform 180ms ease;
    }

    .site-nav.open {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .site-nav a {
        padding: 17px 0;
        border-bottom: 1px solid var(--line);
        font-size: 22px;
    }

    .site-nav .nav-cta {
        margin-top: 24px;
        padding: 15px;
        text-align: center;
    }

    .site-nav .language-link {
        display: flex;
        width: auto;
        height: auto;
        padding: 17px 0;
        justify-content: flex-start;
        border-width: 0 0 1px;
        border-radius: 0;
        background: transparent;
        font-size: 18px;
    }

    .hero {
        padding: 125px 24px 80px;
    }

    h1 {
        font-size: clamp(52px, 15vw, 74px);
    }

    h2 {
        font-size: clamp(39px, 12vw, 56px);
    }

    .hero-product {
        width: calc(100vw - 30px);
        margin-left: -9px;
    }

    .app-window {
        border-radius: 12px;
        transform: none;
    }

    .window-bar {
        height: 28px;
    }

    .floating-chip {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        display: inline-flex;
        margin: 12px 5px 0 0;
        min-width: 0;
    }

    .chip-formats {
        top: auto;
    }

    .proof-strip,
    .section,
    .site-footer {
        width: calc(100% - 32px);
    }

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

    .section {
        padding: 100px 0;
    }

    .feature-card,
    .feature-card-wide {
        grid-column: span 12;
    }

    .feature-card {
        min-height: 0;
        padding: 28px;
    }

    .guide-card {
        min-height: 570px;
        padding-right: 28px;
    }

    .guide-mock {
        top: auto;
        right: -20px;
        bottom: 25px;
        width: 92%;
    }

    .privacy-card {
        padding-right: 28px;
    }

    .privacy-rings {
        top: auto;
        right: -20%;
        bottom: -20%;
        width: 64%;
        transform: none;
    }

    .player-card {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .showcase-section,
    .availability-section {
        padding-right: 24px;
        padding-left: 24px;
    }

    .showcase-section {
        min-height: 1050px;
        padding-top: 100px;
        padding-bottom: 70px;
    }

    .showcase-stack {
        min-height: 420px;
    }

    .screen {
        width: 92vw;
    }

    .screen-back {
        left: 5%;
    }

    .screen-front {
        top: 85px;
        left: -2%;
    }

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

    .experience-grid article {
        min-height: 260px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .experience-grid article:nth-child(3) {
        border-bottom: 1px solid var(--line);
    }

    .experience-grid article:last-child {
        border-bottom: 0;
    }

    .experience-grid article > svg {
        margin-top: 34px;
    }

    .availability-section {
        padding-top: 100px;
    }

    .platform-cards {
        grid-template-columns: 1fr;
    }

    .platform-card.first {
        grid-column: auto;
    }

    .faq-section {
        gap: 50px;
    }

    .final-cta {
        min-height: 560px;
        padding: 90px 20px;
    }

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

    .footer-main > p {
        grid-column: auto;
        grid-row: auto;
    }

    .footer-main nav {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 7px;
    }
}

@media (max-width: 460px) {
    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .platform-roadmap {
        align-items: stretch;
        flex-direction: column;
    }

    .platform-roadmap span {
        justify-content: space-between;
    }

    .proof-strip {
        grid-template-columns: 1fr;
    }

    .proof-strip > div {
        min-height: 78px;
        grid-template-columns: 70px 1fr;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .proof-strip > div:nth-child(3) {
        border-bottom: 1px solid var(--line);
    }

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

    .floating-chip {
        width: 100%;
        margin-right: 0;
    }
}

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