:root {
    color-scheme: dark;
    --bg: #0b0b0c;
    --bg-soft: #121214;
    --surface: #18181b;
    --surface-strong: #27272a;
    --browser-transition-bg: #2b2b2b;
    --line: rgba(255, 255, 255, 0.1);
    --line-strong: rgba(255, 255, 255, 0.18);
    --text: #f4f4f5;
    --muted: #a1a1aa;
    --soft: #71717a;
    --green: #3ecf8e;
    --blue: #3b82f6;
    --cyan: #0ea5e9;
    --amber: #f59e0b;
    --red: #ef4444;
    --max: 1240px;
    --radius: 8px;
    --shadow: 0 34px 110px rgba(0, 0, 0, 0.48);
    --brand-logo-height: 40px;
    --brand-gap: 8px;
    --brand-title-size: 1.12rem;
    --brand-subtitle-size: 0.62rem;
    --brand-subtitle-gap: 2px;
    --download-brand-logo-height: 55px;
    --download-brand-gap: 11px;
    --download-brand-title-size: 1.54rem;
    --download-brand-subtitle-size: 0.85rem;
    --download-brand-subtitle-gap: 3px;
}

@font-face {
    font-family: "Sora";
    src: url("assets/fonts/sora/Sora-wght.ttf") format("truetype");
    font-display: block;
    font-weight: 100 900;
}

@font-face {
    font-family: "Inter";
    src: url("assets/fonts/inter/Inter-opsz-wght.ttf") format("truetype");
    font-display: block;
    font-weight: 300 900;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

html.external-entry {
    background: var(--browser-transition-bg);
}

html.fonts-loading body {
    opacity: 0;
}

html.internal-entry body {
    opacity: 1;
    transition: none;
}

body {
    margin: 0;
    min-height: 100vh;
    background: var(--bg);
    color: var(--text);
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    opacity: 1;
    transition: opacity 260ms ease;
}

.account-body {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
}

a {
    color: inherit;
    text-decoration: none;
}

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

button {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 72px;
    margin: 0 auto;
    padding: 0 max(20px, calc((100% - var(--max)) / 2));
    border-bottom: 1px solid var(--line);
    background: rgba(11, 11, 12, 0.86);
    backdrop-filter: blur(16px);
}

.site-header,
#swup > :not(.download-modal),
.site-footer {
    filter: blur(0);
    transition: filter 180ms ease;
}

body.download-modal-open .site-header,
body.download-modal-open #swup > :not(.download-modal),
body.download-modal-open .site-footer {
    filter: blur(7px);
}

.brand,
.site-nav,
.nav-action,
.button {
    display: inline-flex;
    align-items: center;
}

.brand {
    gap: var(--brand-gap);
    min-width: 0;
    color: #e5e5e5;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 1.12rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.18;
    min-height: 72px;
}

.brand img {
    width: auto;
    height: var(--brand-logo-height);
    flex: 0 0 auto;
    object-fit: contain;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.brand-title,
.brand-subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand-title {
    font-family: "Sora", system-ui, sans-serif;
    font-size: var(--brand-title-size);
    font-weight: 600;
    letter-spacing: -0.026em;
    line-height: 1.18;
}

.brand-subtitle {
    margin-top: var(--brand-subtitle-gap);
    color: #a1a1aa;
    font-size: var(--brand-subtitle-size);
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    opacity: 0.72;
    text-transform: uppercase;
}

.site-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    gap: 28px;
    height: 72px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.site-nav a,
.nav-action,
.button {
    justify-content: center;
    align-items: center;
    min-height: 34px;
    border-radius: 6px;
    padding: 0;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 560;
    white-space: nowrap;
}

.site-nav a {
    display: inline-flex;
    height: 72px;
    align-items: center;
    line-height: 1;
}

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

.nav-action {
    margin-left: auto;
    border: 1px solid var(--line-strong);
    border-radius: 6px;
    padding: 0 13px;
    background: #171718;
    color: var(--text);
}

.site-header > .nav-action {
    align-self: center;
}

.hero-experience {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.hero-room-scene {
    position: absolute;
    inset: 18px 0 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.8s ease;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 9%, #000 90%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 9%, #000 90%, transparent 100%);
}

.hero-room-scene.is-ready {
    opacity: 1;
}

.hero-room-scene canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-section {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 0;
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
    padding: 136px 0 104px;
    text-align: center;
}

.hero-copy,
.product-preview,
.section-kicker,
.showcase-copy {
    min-width: 0;
}

.eyebrow {
    margin: 12px 0 14px;
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 780;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    letter-spacing: 0;
}

h1,
h2,
h3 {
    margin: 0;
    line-height: 1.04;
}

h1 {
    max-width: 1040px;
    margin: 0 auto;
    font-size: clamp(3.35rem, 6.4vw, 6.5rem);
    font-weight: 720;
    text-wrap: balance;
}

#hero-title {
    text-wrap: nowrap;
}

#hero-title span {
    display: block;
    white-space: nowrap;
}

#hero-title .hero-sound-word,
#hero-title .hero-game-word {
    display: inline;
}

.hero-sound-word {
    color: #3b82f6;
}

.hero-game-word {
    color: var(--green);
}

.hero-sound-word,
.hero-game-word {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 800;
}

h2 {
    max-width: 860px;
    font-size: clamp(2rem, 4.3vw, 4.4rem);
    font-weight: 680;
    text-wrap: balance;
}

h3 {
    font-size: 1.18rem;
}

.hero-lede,
.section-kicker p:not(.eyebrow),
.showcase-copy p,
.feature-card p,
.step-card p,
.price-card p,
.price-card li {
    color: var(--muted);
}

.hero-lede {
    max-width: 760px;
    margin: 34px auto 0;
    color: #d7d7d7;
    font-size: clamp(1.16rem, 1.55vw, 1.48rem);
    font-weight: 680;
    line-height: 1.28;
    white-space: nowrap;
}

.auto-word,
.reverb-word,
.gameplay-word {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.auto-word {
    color: var(--green);
}

.reverb-word {
    color: #3b82f6;
}

.gameplay-word {
    color: var(--green);
}

.inline-reverb {
    color: #3b82f6;
}

.inline-gameplay {
    color: var(--green);
}

.pricing-section .inline-reverb,
.pricing-section .inline-gameplay {
    color: inherit;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.button {
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 0 16px;
    cursor: pointer;
}

.button-primary {
    border-color: rgba(55, 217, 154, 0.72);
    background: #3ecf8e;
    color: #05100b;
    box-shadow: none;
}

.button-secondary {
    background: #171718;
    color: var(--text);
}

.button:hover,
.nav-action:hover {
    filter: brightness(1.07);
}

.product-preview {
    width: min(900px, calc(100% - 40px));
    margin: 0 auto;
    padding: 0 0 84px;
}

.app-window,
.terminal,
.step-card,
.feature-card,
.price-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: none;
}

.app-window {
    margin: 0;
    overflow: hidden;
    background: #090909;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
}

.terminal-top {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 34px;
    padding: 0 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #111111;
}

.terminal-top span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--soft);
}

.app-window img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.local-points {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
    padding: 0 0 28px;
}

.local-point {
    display: grid;
    grid-template-columns: 42px minmax(0, 980px);
    align-content: start;
    gap: 16px;
    min-height: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    color: var(--muted);
    background: transparent;
}

.local-point > span {
    width: auto;
    height: auto;
    margin-top: 5px;
    border-radius: 0;
    background: transparent;
    color: #3b82f6;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1;
}

.local-point strong {
    display: block;
    color: var(--text);
    font-size: clamp(1.32rem, 1.9vw, 2rem);
    line-height: 1.2;
    white-space: nowrap;
}

.aside-note {
    color: var(--soft);
    font-size: 0.72em;
    font-weight: 720;
}

.local-point p {
    margin: 9px 0 0;
    color: var(--muted);
}

.local-point-primary {
    border-color: transparent;
    background: transparent;
}

.local-download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 18px;
    padding-top: 10px;
}

.local-download-shell {
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
    padding: 0 0 86px;
}

@media (prefers-reduced-motion: reduce) {
    .hero-room-scene {
        display: none;
    }
}

.download-brand {
    display: inline-flex;
    align-items: center;
    gap: var(--download-brand-gap);
    min-width: 0;
    color: var(--text);
    font-family: "Sora", system-ui, sans-serif;
}

.download-brand img {
    width: auto;
    height: var(--download-brand-logo-height);
    flex: 0 0 auto;
    object-fit: contain;
}

.download-brand-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.download-brand-title,
.download-brand-subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.download-brand-title {
    font-size: var(--download-brand-title-size);
    font-weight: 600;
    letter-spacing: -0.026em;
    line-height: 1.18;
}

.download-brand-subtitle {
    margin-top: var(--download-brand-subtitle-gap);
    color: var(--muted);
    font-size: var(--download-brand-subtitle-size);
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    opacity: 0.72;
    text-transform: uppercase;
}

.download-cta {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.download-cta-kicker {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 760;
    line-height: 1;
    text-transform: uppercase;
}

.windows-download-button {
    gap: 9px;
    min-height: 48px;
    padding: 0 18px;
    color: #05100b;
    font-weight: 760;
}

.hero-download-button {
    min-width: 198px;
    justify-content: center;
    padding: 0 16px;
}

.windows-download-button svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    fill: currentColor;
}

.scene-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px 22px;
    margin-top: 34px;
}

.demo-section .scene-grid {
    margin-top: 0;
}

.scene-card {
    display: grid;
    gap: 16px;
    border: 0;
    border-radius: var(--radius);
    padding: 0;
    background: transparent;
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.scene-card:hover,
.scene-card.active {
    background: transparent;
}

.scene-card.active {
    transform: translateY(-2px);
}

.scene-art {
    aspect-ratio: 16 / 9;
    min-height: 0;
    border-radius: var(--radius);
    border: 1px solid transparent;
    overflow: hidden;
    position: relative;
    background-color: #101012;
    background-position: center;
    background-size: cover;
}

.scene-card.active .scene-art {
    box-shadow: 0 12px 28px rgba(62, 207, 142, 0.06);
}

.scene-card.active .scene-art::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border: 4px solid transparent;
    border-radius: inherit;
    background: linear-gradient(110deg, #3ecf8e 0%, #3ecf8e 28%, #f59e0b 50%, #3b82f6 72%, #3b82f6 100%) border-box;
    background-position: 0% 50%;
    background-size: 220% 100%;
    -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    animation: scene-frame-drift 28s ease-in-out infinite alternate;
}

@keyframes scene-frame-drift {
    to {
        background-position: 100% 50%;
    }
}

.cathedral-art {
    background-image: url("assets/demo-cathedral.webp");
}

.dungeon-art {
    background-image: url("assets/demo-dungeon.webp");
}

.forest-art {
    background-image: url("assets/demo-forest.webp");
}

.spaceship-art {
    background-image: url("assets/demo-spaceship.webp");
}

.scene-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 5px 12px;
    padding: 0;
}

.scene-copy h3,
.scene-copy p {
    margin: 0;
}

.scene-copy h3,
.scene-copy p {
    grid-column: 1;
}

.scene-copy p {
    color: var(--muted);
}

.scene-play-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-column: 2;
    grid-row: 1 / 3;
    justify-self: end;
    align-self: center;
    margin-top: -8px;
    width: 40px;
    min-height: 40px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: #141416;
    color: #d7d7d7;
    font-weight: 720;
    cursor: pointer;
    transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.scene-play-button:hover {
    background: #181a1e;
    color: #3b82f6;
    transform: translateY(-1px);
}

.scene-play-button.is-loading {
    cursor: wait;
    opacity: 0.62;
}

.scene-play-button.is-playing,
.scene-card.active .scene-play-button.is-playing {
    background: rgba(239, 68, 68, 0.18);
    color: #ef4444;
}

.scene-play-button svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
    transform: translateX(1px);
}

.scene-card.active .scene-play-button {
    background: rgba(62, 207, 142, 0.1);
    color: var(--green);
}

.demo-controls-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
    margin-top: 34px;
}

.voice-demo {
    grid-column: 1 / 3;
    width: 100%;
}

.scene-off-option {
    grid-column: 4;
    align-self: start;
}

.scene-off-option.active h3 {
    color: var(--green);
}

.scene-off-option.active .scene-play-button {
    background: rgba(62, 207, 142, 0.1);
    color: var(--green);
}

.voice-demo-panel {
    display: grid;
    gap: 10px;
    border: 0;
    border-radius: var(--radius);
    padding: 0;
    background: transparent;
}

.voice-demo-title {
    margin: 0;
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 680;
}

.voice-status {
    min-height: 1.25em;
    margin: 0;
    color: var(--muted);
    font-size: 0.82rem;
}

.voice-waveform {
    position: relative;
    height: 42px;
    border: 0;
    border-radius: 999px;
    overflow: visible;
    background: rgba(255, 255, 255, 0.02);
}

.voice-waveform canvas {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.waveform-reset-button {
    position: absolute;
    top: -7px;
    right: -7px;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-height: 18px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: rgba(36, 36, 39, 0.72);
    color: rgba(255, 255, 255, 0.58);
    cursor: pointer;
}

.voice-demo-panel.is-recorded .waveform-reset-button {
    display: inline-flex;
}

.waveform-reset-button:hover {
    color: rgba(255, 255, 255, 0.84);
    background: rgba(47, 48, 52, 0.88);
}

.waveform-reset-button svg {
    width: 9px;
    height: 9px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2.2;
}

.voice-actions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

#play-voice {
    gap: 0.25em;
    border: 0;
    min-height: 38px;
    padding: 0 14px;
}

#play-voice .inline-reverb {
    margin-left: 0;
}

.reverb-mix-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--muted);
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 680;
    user-select: none;
}

.reverb-mix-toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.reverb-mix-track {
    position: relative;
    width: 30px;
    height: 17px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    transition: background 0.16s ease;
}

.reverb-mix-track::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #d7d7d7;
    transition: transform 0.16s ease, background 0.16s ease;
}

.reverb-mix-toggle input:checked + .reverb-mix-track {
    background: rgba(62, 207, 142, 0.28);
}

.reverb-mix-toggle input:checked + .reverb-mix-track::after {
    background: var(--green);
    transform: translateX(13px);
}

.reverb-mix-toggle input:focus-visible + .reverb-mix-track {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.voice-info {
    position: relative;
    justify-self: start;
}

.voice-info-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-height: 32px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    list-style: none;
}

.voice-info-trigger:hover,
.voice-info-trigger:focus-visible {
    color: var(--text);
    background: transparent;
}

.voice-info-trigger:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.voice-info-trigger svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.voice-demo-panel .voice-info > p {
    position: absolute;
    left: 0;
    bottom: calc(100% + 10px);
    z-index: 3;
    width: min(300px, calc(100vw - 56px));
    margin: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 12px 13px;
    background: #111113;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.42;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.voice-info:hover > p,
.voice-info:has(.voice-info-trigger:focus-visible) > p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.voice-demo-panel .voice-info > p::after {
    content: "";
    position: absolute;
    left: 13px;
    bottom: -6px;
    width: 10px;
    height: 10px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #111113;
    transform: rotate(45deg);
}

.record-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-height: 40px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: transparent;
    color: #ef4444;
    cursor: pointer;
}

.record-button:hover {
    filter: brightness(1.12);
}

.record-button:disabled {
    cursor: not-allowed;
    opacity: 0.72;
}

.record-button svg {
    width: 26px;
    height: 26px;
}

.record-ring {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    opacity: 0.8;
}

.record-core {
    fill: currentColor;
}

.voice-demo-panel.is-recording .record-core {
    animation: record-pulse 1s ease-in-out infinite;
}

@keyframes record-pulse {
    50% {
        transform: scale(0.82);
        transform-origin: center;
        opacity: 0.72;
    }
}

.voice-demo-panel p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
}

.section {
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
    padding: 104px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    scroll-margin-top: 96px;
}

.demo-section {
    padding-top: 82px;
}

.pricing-section {
    scroll-margin-top: 42px;
}

.section-kicker {
    display: grid;
    gap: 16px;
}

.feature-overview {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.7fr);
    align-items: start;
    gap: 58px;
}

.feature-flow {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--line);
}

.feature-flow article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

.feature-flow span,
.feature-mark {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 780;
    text-transform: uppercase;
}

.feature-flow strong {
    display: block;
    color: var(--text);
    font-size: 1.08rem;
    line-height: 1.2;
}

.feature-flow p {
    grid-column: 2;
    margin: -8px 0 0;
    color: var(--muted);
}

.terminal-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
    align-items: center;
    gap: 36px;
    margin-top: 36px;
}

.terminal {
    overflow: hidden;
    background: #090909;
}

pre {
    margin: 0;
    padding: 28px;
    overflow-x: auto;
    color: #ededed;
    font: 650 0.98rem/1.8 "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
}

.muted {
    color: var(--soft);
}

.showcase-copy {
    display: grid;
    gap: 16px;
}

.showcase-copy p {
    margin: 0;
}

.step-grid,
.feature-grid,
.pricing-grid {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.step-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step-card,
.feature-card,
.price-card {
    display: grid;
    align-content: start;
    gap: 16px;
    min-height: 230px;
    padding: 24px;
}

.step-card span {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 780;
    text-transform: uppercase;
}

.plan-name {
    color: var(--text);
    font-size: clamp(1.55rem, 2.2vw, 2.25rem);
    font-weight: 820;
    line-height: 1;
}

.step-card p,
.feature-card p,
.price-card p {
    margin: 0;
}

.feature-card:nth-child(2) .feature-mark {
    color: var(--blue);
}

.feature-card:nth-child(3) .feature-mark {
    color: var(--cyan);
}

.feature-card:nth-child(4) .feature-mark {
    color: var(--amber);
}

.feature-card:nth-child(5) .feature-mark {
    color: var(--green);
}

.feature-card:nth-child(6) .feature-mark {
    color: var(--red);
}

.feature-card {
    border-color: transparent;
    min-height: 190px;
}

.price-card {
    min-height: 500px;
}

.pricing-grid .price-card:not(.highlighted) {
    border-color: transparent;
}

.price-card.highlighted {
    border-color: rgba(62, 207, 142, 0.42);
    background: #121212;
}

.price {
    font-size: 2.35rem;
    line-height: 1;
}

.price-stack {
    display: grid;
    justify-items: start;
    gap: 4px;
}

.price-main {
    display: flex;
    align-items: baseline;
    gap: 14px;
}

.price-note {
    padding-bottom: 4px;
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 720;
}

.price-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-card li::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 999px;
    background: var(--green);
    vertical-align: 0.08em;
}

.announcement {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0 13px;
    color: #d4d4d4;
    background: #18181b;
    font-size: 0.86rem;
    font-weight: 560;
}

.price-card .button {
    justify-self: start;
}

.price-download-button {
    width: fit-content;
    margin-top: 4px;
}

.price-card.highlighted .button-primary {
    min-height: 54px;
    border-color: rgba(62, 207, 142, 0.95);
    border-radius: 8px;
    padding: 0 26px;
    background: linear-gradient(135deg, #67f0ad 0%, #3ecf8e 52%, #25a9ff 100%);
    color: #03100b;
    font-size: 1.18rem;
    font-weight: 820;
    letter-spacing: 0;
    line-height: 1.04;
    box-shadow: 0 16px 34px rgba(62, 207, 142, 0.22);
}

.pro-cta-button {
    border-color: rgba(62, 207, 142, 0.95);
    background: linear-gradient(135deg, #67f0ad 0%, #3ecf8e 52%, #25a9ff 100%);
    color: #03100b;
    font-weight: 820;
    box-shadow: 0 12px 24px rgba(62, 207, 142, 0.18);
}

.price-card.highlighted .button-primary:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.pro-cta-button:hover {
    filter: brightness(1.05);
}

.account-page {
    min-height: auto;
}

.account-section {
    padding: 86px 0 0;
}

.account-pricing-section {
    border-top: 0;
    padding-top: 86px;
    padding-bottom: 84px;
}

.account-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
    gap: 36px;
    align-items: start;
}

.account-copy h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2.45rem, 4.8vw, 4.85rem);
    text-align: left;
}

.account-copy > p:not(.eyebrow) {
    max-width: 620px;
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 1.04rem;
}

.account-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 680px;
    margin-top: 22px;
}

.account-flow article,
.account-panel {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
}

.account-flow article {
    display: grid;
    gap: 6px;
    border: 0;
    padding: 13px 14px;
    background: #141415;
}

.account-flow span {
    color: var(--soft);
    font-size: 0.78rem;
    font-weight: 720;
}

.account-flow strong {
    font-size: 0.94rem;
}

.account-panel {
    display: grid;
    gap: 14px;
    padding: 20px;
}

.account-status,
.config-warning {
    border-radius: 6px;
    padding: 11px 12px;
    background: #101011;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 620;
}

.account-status[data-tone="success"] {
    color: var(--green);
}

.account-status[data-tone="warning"],
.config-warning {
    color: #e5e5e5;
}

.account-status[data-tone="error"] {
    color: #ff8f8f;
}

.auth-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 4px;
    border: 0;
    border-radius: 8px;
    background: #101011;
}

.auth-view {
    display: grid;
    gap: 12px;
}

.auth-tab,
.text-button {
    border: 0;
    cursor: pointer;
    font: inherit;
}

.auth-tab {
    min-height: 38px;
    border-radius: 6px;
    background: transparent;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 680;
}

.auth-tab.active {
    background: var(--surface-strong);
    color: var(--text);
}

.auth-form,
.account-view {
    display: grid;
    gap: 11px;
}

.auth-form[hidden],
.account-view[hidden],
.auth-view[hidden] {
    display: none;
}

.auth-form label {
    display: grid;
    gap: 7px;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 650;
}

.auth-form input {
    width: 100%;
    min-height: 40px;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 0 12px;
    background: #0f0f10;
    color: var(--text);
    font: inherit;
}

.auth-form input:focus {
    border-color: rgba(62, 207, 142, 0.62);
    outline: none;
}

.auth-form button[type="submit"] {
    width: 100%;
    margin-top: 2px;
}

.account-body .site-footer {
    align-self: end;
    padding: 18px 0 22px;
}

.download-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 22px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.download-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.download-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 4, 5, 0);
    transition: background 180ms ease;
}

.download-modal.is-open .download-modal-backdrop {
    background: rgba(4, 4, 5, 0.66);
}

.download-modal-panel {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
    width: min(430px, 100%);
    border-radius: var(--radius);
    padding: 26px;
    background: var(--surface);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(8px) scale(0.985);
    transition: opacity 180ms ease, transform 180ms ease;
}

.pro-modal-panel {
    width: min(560px, 100%);
    max-height: calc(100vh - 44px);
    overflow-y: auto;
    padding: 0;
    background: transparent;
}

.pro-modal-card,
.pro-legal-card {
    display: grid;
    gap: 16px;
    min-height: auto;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.pro-modal-card .button-primary {
    justify-self: start;
}

.pro-legal-intro,
.pro-legal-note {
    margin: 0;
    color: var(--muted);
    font-size: 0.94rem;
    line-height: 1.5;
}

.pro-legal-checklist {
    display: grid;
    gap: 11px;
}

.pro-legal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.pro-legal-actions .button[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
    filter: saturate(0.45);
    transform: none;
}

.download-modal.is-open .download-modal-panel {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.download-modal-panel h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3.5vw, 2.55rem);
    line-height: 1.02;
    text-align: left;
}

.download-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    min-height: 34px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
}

.download-modal-close:hover {
    color: var(--text);
    background: transparent;
}

.download-modal-close svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2.3;
}

.download-modal-status {
    max-width: calc(100% - 42px);
    border-radius: 6px;
    padding: 11px 12px;
    background: #101011;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 620;
}

.download-modal-status:empty {
    display: none;
}

.download-modal-status[data-tone="success"] {
    color: var(--green);
}

.download-modal-status[data-tone="warning"] {
    color: #e5e5e5;
}

.download-modal-status[data-tone="error"] {
    color: #ff8f8f;
}

body.download-modal-open {
    overflow: hidden;
}

.text-button {
    justify-self: start;
    min-height: 32px;
    padding: 0;
    background: transparent;
    color: var(--muted);
    font-size: 0.88rem;
}

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

.account-summary {
    display: flex;
    gap: 13px;
    align-items: center;
}

.account-summary strong {
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-summary p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.plan-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    min-height: 32px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #d4d4d4;
    font-size: 0.82rem;
    font-weight: 780;
}

.plan-badge.is-pro {
    background: rgba(62, 207, 142, 0.14);
    color: var(--green);
}

.license-list {
    display: grid;
    gap: 0;
    margin: 4px 0 0;
}

.license-list > div {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 14px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.license-list dt {
    color: var(--soft);
    font-size: 0.88rem;
}

.license-list dd {
    overflow-wrap: anywhere;
    margin: 0;
    color: var(--text);
    font-size: 0.9rem;
    font-weight: 650;
}

.account-help-panel {
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
}

.account-help-panel strong {
    color: var(--text);
    font-size: 0.96rem;
}

.account-help-panel p {
    margin: 0;
    color: var(--soft);
    font-size: 0.9rem;
    line-height: 1.45;
}

.account-help-panel .button {
    justify-self: start;
    margin-top: 2px;
}

.contact-simple {
    display: grid;
    gap: 18px;
    max-width: 760px;
}

.contact-simple .eyebrow,
.contact-simple h1 {
    margin-bottom: 0;
}

.contact-address {
    justify-self: start;
    margin-top: 6px;
    border: 0;
    border-radius: 8px;
    padding: 12px 14px;
    background: #141415;
    color: var(--text);
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 620;
    overflow-wrap: anywhere;
}

.contact-address:hover {
    color: var(--green);
    background: #181819;
}

.support-page .account-panel,
.support-page .account-help-panel,
.support-page .account-access-panel {
    border: 0;
}

.account-access-panel {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
}

.account-access-panel strong {
    color: var(--text);
    font-size: 0.96rem;
}

.account-access-panel p {
    margin: 0;
    color: var(--soft);
    font-size: 0.9rem;
    line-height: 1.45;
}

.account-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.account-actions .button {
    flex: 1 1 150px;
}

.account-signout-button {
    justify-self: start;
}

.legal-consent {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.45;
}

.legal-consent[hidden] {
    display: none;
}

.legal-consent input {
    width: 16px;
    height: 16px;
    margin: 3px 0 0;
    accent-color: var(--green);
}

.legal-consent a {
    color: #d7d7d7;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 0 42px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--soft);
    font-size: 0.9rem;
}

.site-footer span,
.site-footer a {
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.36);
    font-weight: 400;
}

.site-footer span + a {
    margin-left: auto;
}

.site-footer a:hover {
    color: rgba(255, 255, 255, 0.68);
}

.site-footer a.footer-contact {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 650;
}

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

.product-name,
.footer-brand {
    font-family: "Sora", ui-sans-serif, system-ui, sans-serif;
}

.legal-page {
    min-height: calc(100vh - 144px);
}

.language-switch {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 32px;
    margin-bottom: 24px;
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.language-switch a,
.language-switch span {
    padding: 5px 0;
    border-bottom: 1px solid transparent;
}

.language-switch a {
    color: var(--muted);
    text-decoration: none;
}

.language-switch a:hover {
    color: var(--text);
}

.language-switch [aria-current="true"] {
    color: var(--text);
    border-bottom-color: var(--accent);
}

.legal-section {
    padding-top: 86px;
}

.legal-section h1 {
    max-width: 860px;
    margin: 0;
    text-align: left;
}

.legal-intro {
    max-width: 760px;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 1.05rem;
}

.legal-grid {
    display: grid;
    gap: 46px;
    margin-top: 50px;
}

.legal-block {
    display: grid;
    gap: 18px;
    padding: 0;
}

.legal-block h2 {
    max-width: none;
    font-size: clamp(1.28rem, 2vw, 1.85rem);
}

.legal-block dl {
    display: grid;
    gap: 0;
    margin: 0;
}

.legal-block dl > div {
    display: grid;
    grid-template-columns: minmax(180px, 0.38fr) minmax(0, 1fr);
    gap: 18px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.imprint-page .legal-block dl > div,
.privacy-page .legal-block dl > div {
    border-top: 0;
    padding: 8px 0;
}

.legal-block dt {
    color: var(--text);
    font-weight: 720;
}

.legal-block dd {
    margin: 0;
    color: var(--muted);
}

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

.legal-block p {
    margin: 0;
}

.legal-block ul,
.legal-block ol {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 1.2rem;
}

.legal-block a {
    color: #d7d7d7;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.product-notes {
    display: grid;
    gap: 10px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.product-notes li {
    color: var(--muted);
    font-size: 0.9rem;
}

.product-notes strong {
    color: var(--text);
    font-weight: 760;
}

.product-info {
    justify-self: start;
}

.product-info summary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    color: var(--muted);
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 650;
    list-style: none;
}

.product-info summary::-webkit-details-marker {
    display: none;
}

.product-info summary:hover {
    color: var(--text);
}

.info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: var(--text);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1;
}

.checkout-note {
    color: var(--soft);
    font-size: 0.86rem;
}

.checkout-note {
    margin: 0;
}

.is-coming-soon,
.is-coming-soon:hover {
    position: relative;
    isolation: isolate;
    overflow: visible;
    cursor: not-allowed;
    user-select: none;
}

.is-coming-soon::after {
    content: attr(data-coming-soon-label);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 18px;
    border: 0;
    border-radius: 4px;
    padding: 2px 9px 0;
    background: rgba(34, 3, 5, 0.95);
    color: #ff5252;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.075em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 1px 12px rgba(255, 36, 36, 0.42);
    white-space: nowrap;
    opacity: 1;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(-11deg);
}

.site-nav .is-coming-soon::after,
.nav-action.is-coming-soon::after {
    min-height: 14px;
    padding: 2px 6px 0;
    font-size: 0.56rem;
    letter-spacing: 0.055em;
}

@media (max-width: 980px) {
    .site-header {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 12px;
        padding-bottom: 0;
    }

    .site-nav {
        position: static;
        transform: none;
        grid-column: 1 / -1;
        justify-self: start;
        max-width: 100%;
        min-height: 48px;
        height: auto;
        overflow-x: auto;
    }

    .site-nav a {
        height: 48px;
    }

    .site-header > .nav-action {
        grid-column: 2;
        grid-row: 1;
        margin-left: 0;
    }

    .hero-section,
    .feature-overview,
    .terminal-showcase,
    .pricing-grid,
    .account-layout {
        grid-template-columns: 1fr;
    }

    .account-layout {
        gap: 30px;
    }

    .account-body .account-layout {
        grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.72fr);
        gap: 24px;
    }

    .account-body .account-copy h1 {
        font-size: clamp(2.15rem, 5vw, 3.35rem);
    }

    .account-body .account-flow {
        grid-template-columns: 1fr;
        gap: 7px;
        margin-top: 18px;
    }

    .account-body .account-flow article {
        padding: 10px 12px;
    }

    .hero-section {
        min-height: auto;
        padding-top: 92px;
        padding-bottom: 84px;
        text-align: center;
    }

    .pricing-section {
        scroll-margin-top: 72px;
    }

    h1,
    .hero-lede {
        margin-left: auto;
        margin-right: auto;
    }

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

    .local-points,
    .step-grid,
    .scene-grid,
    .feature-grid,
    .voice-demo {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 720px) {
    .voice-demo-panel .voice-info > p {
        left: 50%;
        right: auto;
        transform: translate(-50%, 4px);
    }

    .voice-info:hover > p,
    .voice-info:has(.voice-info-trigger:focus-visible) > p {
        transform: translate(-50%, 0);
    }

    .voice-demo-panel .voice-info > p::after {
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }

    .demo-controls-row {
        grid-template-columns: 1fr;
    }

    .voice-demo {
        grid-column: 1;
    }

    .scene-off-option {
        grid-column: 1;
    }

    .site-header {
        grid-template-columns: minmax(0, 1fr) auto auto;
        row-gap: 0;
        padding: 0 14px 0;
    }

    .brand {
        grid-column: 1 / -1;
        min-height: 56px;
        gap: 7px;
    }

    .brand img {
        height: 34px;
    }

    .brand-copy {
        display: flex;
    }

    .brand-title {
        font-size: 0.98rem;
    }

    .brand-subtitle {
        font-size: 0.54rem;
        letter-spacing: 0.1em;
    }

    .site-nav {
        grid-column: 1;
        grid-row: 2;
        gap: 18px;
        min-height: 44px;
        padding-right: 12px;
        scrollbar-width: none;
    }

    .site-nav::-webkit-scrollbar {
        display: none;
    }

    .site-nav a {
        height: 44px;
        font-size: 0.8rem;
    }

    .site-header > .nav-action {
        grid-column: 2;
        grid-row: 2;
        min-height: 32px;
        margin-left: 0;
        padding: 0 10px;
        font-size: 0.8rem;
    }

    .pricing-section {
        scroll-margin-top: 58px;
    }

    .hero-section,
    .local-points,
    .local-download-shell,
    .section,
    .site-footer {
        width: min(var(--max), calc(100% - 28px));
    }

    .account-copy h1 {
        font-size: 2.75rem;
    }

    .account-body .account-page {
        min-height: calc(100vh - 100px);
    }

    .account-body .account-section {
        padding: 18px 0;
    }

    .account-body .account-pricing-section {
        padding-top: 56px;
        padding-bottom: 64px;
    }

    .account-body .account-layout {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .account-body .account-copy h1 {
        font-size: clamp(1.8rem, 8vw, 2.35rem);
    }

    .account-body .account-copy > p:not(.eyebrow),
    .account-body .account-flow {
        display: none;
    }

    .account-body .account-panel {
        gap: 10px;
        padding: 16px;
    }

    .account-body .auth-tab {
        min-height: 34px;
    }

    .account-body .auth-form input {
        min-height: 38px;
    }

    .account-body .site-footer {
        padding: 10px 0 12px;
    }

    .account-flow,
    .license-list > div {
        grid-template-columns: 1fr;
    }

    .account-flow {
        gap: 8px;
    }

    h1 {
        font-size: 3rem;
    }

    .legal-section h1 {
        font-size: clamp(2rem, 8.5vw, 2.5rem);
        overflow-wrap: anywhere;
    }

    .hero-lede {
        white-space: normal;
    }

    .local-point strong {
        white-space: normal;
    }

    .local-download {
        align-items: center;
        flex-direction: column;
    }

    .download-cta {
        width: 100%;
    }

    .windows-download-button {
        width: 100%;
        justify-content: center;
    }

    .price-download-button {
        width: 100%;
        justify-content: center;
    }

    .local-points {
        padding-bottom: 24px;
    }

    .local-download-shell {
        padding-bottom: 62px;
    }

    .demo-section {
        padding-top: 70px;
    }

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

    .site-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer span + a {
        margin-left: 0;
    }

    .legal-block dl > div {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}
