:root {
    --bg: #07101d;
    --bg-soft: #0b1728;
    --surface: rgba(15, 29, 48, 0.82);
    --surface-solid: #101f34;
    --surface-light: #f4f7fb;
    --text: #eef5ff;
    --muted: #9fb0c6;
    --dark-text: #122033;
    --blue: #42a5ff;
    --blue-strong: #1878ea;
    --cyan: #65e3ff;
    --green: #47dc9b;
    --border: rgba(176, 205, 240, 0.16);
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    --radius: 18px;
    --container: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    color: var(--text);
    background: var(--bg);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
code { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; border-radius: 8px; color: #08111f; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background .2s, border-color .2s, backdrop-filter .2s; }
.site-header.is-scrolled { background: rgba(5, 13, 24, .82); border-color: var(--border); backdrop-filter: blur(18px); }
.header-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; letter-spacing: -.03em; }
.brand > span:last-child { display: flex; align-items: baseline; gap: 5px; }
.brand strong { font-size: 1.1rem; }
.brand small { color: var(--cyan); font-weight: 800; }
.brand-mark { width: 32px; height: 32px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px; padding: 4px; border-radius: 9px; background: linear-gradient(145deg, rgba(67, 165, 255, .28), rgba(101, 227, 255, .08)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1), 0 8px 24px rgba(35, 145, 255, .2); }
.brand-mark span { border-radius: 2px; background: linear-gradient(135deg, var(--cyan), var(--blue-strong)); }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav a { color: #c6d4e5; font-size: .93rem; font-weight: 650; text-decoration: none; transition: color .2s; }
.primary-nav a:hover { color: #fff; }
.primary-nav .nav-cta { padding: 10px 16px; color: #fff; border: 1px solid rgba(99, 194, 255, .34); border-radius: 999px; background: rgba(32, 132, 235, .14); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--border); border-radius: 12px; color: #fff; background: var(--surface); }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; border-radius: 2px; background: currentColor; }

.hero { position: relative; min-height: auto; padding: 124px 0 78px; overflow: hidden; background: radial-gradient(circle at 70% 42%, rgba(20, 100, 195, .16), transparent 34%), linear-gradient(180deg, #07101d 0%, #091526 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .17; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-glow { position: absolute; width: 480px; height: 480px; border-radius: 50%; filter: blur(110px); opacity: .18; pointer-events: none; }
.hero-glow-one { top: -180px; left: -120px; background: #1c91ff; }
.hero-glow-two { right: -180px; bottom: -260px; background: #31dfcb; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 50px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #8fcfff; font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(71, 220, 155, .12), 0 0 18px rgba(71, 220, 155, .6); }
.hero h1 { max-width: 650px; margin: 18px 0; font-size: clamp(2.55rem, 4.7vw, 4.35rem); line-height: 1.07; letter-spacing: -.045em; }
.hero h1 span { color: transparent; background: linear-gradient(95deg, #84d2ff 0%, #3f9fff 38%, #57e6d4 100%); -webkit-background-clip: text; background-clip: text; }
.hero-lead { max-width: 620px; margin: 0 0 26px; color: #b1bfd1; font-size: 1.02rem; }
.hero-actions { display: flex; align-items: stretch; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; padding: 10px 18px; border: 1px solid transparent; border-radius: 10px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #1485f5, #0e63d1); box-shadow: 0 16px 38px rgba(17, 119, 229, .32), inset 0 1px rgba(255,255,255,.2); }
.button-primary:hover { box-shadow: 0 20px 46px rgba(17, 119, 229, .42); }
.button-secondary { color: #d9e7f8; border-color: var(--border); background: rgba(255,255,255,.035); }
.button-demo { border-color: rgba(71, 220, 155, .34); background: rgba(71, 220, 155, .08); }
.button-demo:hover { border-color: rgba(71, 220, 155, .62); background: rgba(71, 220, 155, .13); }
.button-light { color: #0c1a2e; background: #fff; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.42); background: transparent; }
.button-outline-light:hover { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.08); }
.button-icon { font-size: 1.4rem; }
.button span:has(strong) { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.15; }
.button small { margin-top: 4px; color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 600; }
.button-full { width: 100%; }
.release-facts { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 20px; color: #8295ad; font-size: .79rem; }
.release-facts span { position: relative; }
.release-facts span:not(:first-child)::before { content: ""; position: absolute; top: .55em; left: -12px; width: 4px; height: 4px; border-radius: 50%; background: #4d6784; }
.release-facts strong { color: #bfe6ff; }


.stable-banner { padding: 18px 0 0; background: var(--surface-light); color: var(--dark-text); }
.stable-banner-inner { display: flex; align-items: flex-start; gap: 16px; padding: 18px 20px; border: 1px solid #cfe0ef; border-radius: 14px; background: #eef7ff; box-shadow: 0 12px 30px rgba(35, 83, 126, .07); }
.stable-label { flex: 0 0 auto; padding: 5px 9px; border-radius: 999px; color: #fff; background: #1477d4; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.stable-banner h2 { margin: 0 0 4px; font-size: 1.08rem; letter-spacing: -.015em; }
.stable-banner p { margin: 0; color: #52677d; font-size: .88rem; }

.desktop-stage { position: relative; perspective: 1300px; }
.desktop-frame { position: relative; padding: 8px; border: 1px solid rgba(179, 218, 255, .23); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.025)); box-shadow: 0 50px 100px rgba(0,0,0,.45), 0 0 90px rgba(28, 134, 242, .12); transform: rotateY(-2deg) rotateX(1deg); }
.desktop-frame::before { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(135deg, rgba(104,203,255,.6), transparent 28%, transparent 75%, rgba(74,231,201,.25)); filter: blur(1px); }
.desktop-wallpaper { position: relative; aspect-ratio: 16/10; min-height: 330px; overflow: hidden; border-radius: 16px; background: radial-gradient(circle at 28% 22%, rgba(101,227,255,.42), transparent 20%), radial-gradient(circle at 68% 70%, rgba(35,121,240,.48), transparent 28%), linear-gradient(145deg, #0c2346, #071326 65%, #0b3445); }
.desktop-wallpaper::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(120deg, transparent 45%, rgba(255,255,255,.08) 46%, transparent 47%); background-size: 80px 80px; }
.desktop-icons { position: absolute; top: 22px; left: 18px; display: flex; flex-direction: column; gap: 18px; color: #e8f5ff; font-size: .58rem; text-shadow: 0 1px 2px #000; }
.desktop-icons span { display: grid; justify-items: center; gap: 2px; }
.desktop-icons i { font-style: normal; font-size: 1.5rem; color: #9edcff; }
.window-card { position: absolute; overflow: hidden; border: 1px solid rgba(210,231,255,.45); border-radius: 8px; color: #15253a; background: #f8fbff; box-shadow: 0 18px 48px rgba(0,0,0,.36); }
.window-main { top: 15%; left: 18%; width: 67%; }
.window-small { right: 3%; bottom: 12%; width: 37%; }
.window-titlebar { height: 31px; display: flex; align-items: center; gap: 7px; padding: 0 8px; color: #fff; background: linear-gradient(#287ed9, #1659aa); font-size: .63rem; }
.window-titlebar strong { flex: 1; }
.window-icon { color: #8ff4e7; }
.window-controls { display: flex; gap: 4px; }
.window-controls i { display: block; width: 9px; height: 9px; border-radius: 2px; border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.18); }
.window-body { padding: 16px; }
.today-head { display: flex; flex-direction: column; }
.today-head span { color: #71839a; font-size: .54rem; }
.today-head strong { font-size: .78rem; }
.dashboard-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 13px 0; }
.dashboard-row span { padding: 8px 4px; border: 1px solid #d9e5f2; border-radius: 6px; color: #62758d; background: #fff; font-size: .49rem; text-align: center; }
.dashboard-row b { display: block; color: #247ed8; font-size: .7rem; }
.progress-card { padding: 9px; border-radius: 6px; background: #eef5fc; font-size: .5rem; }
.progress-card div { height: 5px; margin: 6px 0; overflow: hidden; border-radius: 5px; background: #d8e3ed; }
.progress-card i { display: block; width: 72%; height: 100%; background: linear-gradient(90deg, #288ff2, #37d3b3); }
.progress-card small { color: #72849b; }
.timer-value { padding: 15px 12px 9px; color: #155ea9; font: 700 1.25rem/1 ui-monospace, monospace; text-align: center; }
.window-small button { display: block; margin: 0 auto 14px; padding: 6px 10px; border: 0; border-radius: 5px; color: #fff; background: #e65050; font-size: .5rem; }
.taskbar { position: absolute; right: 0; bottom: 0; left: 0; height: 30px; display: flex; align-items: center; gap: 5px; padding-right: 8px; color: #fff; background: linear-gradient(#246bc3, #174f9c); font-size: .55rem; }
.start-button { height: 100%; display: flex; align-items: center; padding: 0 14px; border-radius: 0 13px 13px 0; background: linear-gradient(#49a14c, #27772b); font-weight: 800; }
.task-active { padding: 5px 12px; border-radius: 3px; background: rgba(255,255,255,.15); }
.task-clock { margin-left: auto; }
.floating-chip { position: absolute; padding: 8px 12px; border: 1px solid rgba(157,220,255,.23); border-radius: 999px; color: #d7f2ff; background: rgba(10,31,53,.8); box-shadow: 0 12px 30px rgba(0,0,0,.3); backdrop-filter: blur(10px); font-size: .7rem; font-weight: 750; }
.chip-one { top: -22px; right: 25px; }
.chip-two { bottom: -25px; left: 20px; }

.trust-strip { border-block: 1px solid var(--border); background: rgba(255,255,255,.018); }
.trust-grid { min-height: 64px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; color: #9eb0c6; font-size: .83rem; font-weight: 650; }
.trust-grid span { display: flex; justify-content: center; align-items: center; gap: 8px; }
.trust-grid i { color: var(--green); font-style: normal; }

.section { padding: 86px 0; background: #f4f7fb; color: var(--dark-text); }
.section-dark { color: var(--text); background: #081321; }
.section-heading { max-width: 720px; margin-bottom: 36px; }
.section-heading h2 { margin: 10px 0 14px; font-size: clamp(1.95rem, 3.4vw, 3.1rem); line-height: 1.14; letter-spacing: -.035em; }
.section-heading p { margin: 0; color: #607087; font-size: .98rem; }
.section-dark .section-heading p { color: #99abc0; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.05fr .7fr; align-items: end; gap: 54px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 245px; padding: 24px; overflow: hidden; border: 1px solid #dde6f0; border-radius: var(--radius); background: #fff; box-shadow: 0 18px 50px rgba(27,55,92,.06); }
.feature-large { grid-column: span 2; }
.feature-card h3 { max-width: 430px; margin: 8px 0; font-size: 1.23rem; line-height: 1.25; letter-spacing: -.02em; }
.feature-card p { max-width: 470px; margin: 0; color: #64758b; font-size: .92rem; }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; color: #1377db; background: #eaf4ff; font-size: 1.15rem; }
.feature-kicker { display: block; margin-top: 18px; color: #4381bd; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.feature-accent { color: #fff; border-color: transparent; background: linear-gradient(145deg, #0b6fd9, #0d4fa5); }
.feature-accent p, .feature-accent .feature-kicker { color: #c9e4ff; }
.feature-accent .feature-icon { color: #fff; background: rgba(255,255,255,.15); }

.app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.app-card { display: flex; align-items: center; gap: 15px; padding: 18px; border: 1px solid var(--border); border-radius: 14px; background: rgba(255,255,255,.035); transition: transform .2s, background .2s, border-color .2s; }
.app-card:hover { transform: translateY(-3px); border-color: rgba(117,200,255,.3); background: rgba(255,255,255,.055); }
.app-card h3 { margin: 0 0 3px; font-size: 1rem; }
.app-card p { margin: 0; color: #93a5bb; font-size: .82rem; }
.app-icon { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px; font-size: 1.1rem; font-weight: 850; }
.app-icon.blue { color: #7dccff; background: rgba(55,149,255,.14); }
.app-icon.green { color: #77efba; background: rgba(45,211,142,.13); }
.app-icon.violet { color: #c9a4ff; background: rgba(147,91,232,.15); }
.app-icon.amber { color: #ffcf74; background: rgba(237,168,54,.15); }
.app-icon.cyan { color: #7feaf6; background: rgba(55,205,220,.14); }
.app-icon.rose { color: #ff9db7; background: rgba(226,75,121,.14); }

.install-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 60px; }
.install-copy h2 { margin: 10px 0 14px; font-size: clamp(1.95rem, 3.4vw, 3.1rem); line-height: 1.14; letter-spacing: -.035em; }
.install-copy > p { color: #617187; }
.steps { display: grid; gap: 18px; margin-top: 28px; }
.steps article { display: flex; gap: 17px; }
.steps article > span { flex: 0 0 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; color: #1772ce; background: #e3f1ff; font-size: .75rem; font-weight: 900; }
.steps h3 { margin: 0 0 3px; font-size: 1rem; }
.steps p { margin: 0; color: #67788e; font-size: .9rem; }
.requirement-card { padding: 8px; border-radius: 18px; color: #dcecff; background: #081627; box-shadow: 0 28px 65px rgba(31,67,111,.22); }
.terminal-head { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 10px; }
.terminal-head span { width: 9px; height: 9px; border-radius: 50%; background: #ff6b68; }
.terminal-head span:nth-child(2) { background: #ffcc5c; }
.terminal-head span:nth-child(3) { background: #4bd68c; }
.terminal-head b { margin-left: 8px; color: #8498b0; font-size: .7rem; }
.terminal-body { padding: 21px; border: 1px solid rgba(143,194,236,.12); border-radius: 16px; background: #06111e; font: .84rem/1.8 ui-monospace, SFMono-Regular, Consolas, monospace; }
.terminal-body p { margin: 4px 0; }
.terminal-body span { color: #4be0aa; }
.terminal-body .muted { color: #8294a9; }
.requirement-card .button { margin-top: 9px; }
.https-note { margin: 12px 10px 4px; color: #9eb1c6; font-size: .74rem; line-height: 1.5; }
.https-note strong { color: #d7e9fb; }
.checksum { margin: 10px 8px 6px; color: #7f94ac; font-size: .67rem; overflow-wrap: anywhere; }
.checksum code { color: #b7cce2; }

.release-section { padding-top: 0; }
.release-card { display: grid; grid-template-columns: 1fr 1.1fr auto; align-items: center; gap: 28px; padding: 30px; border-radius: 18px; color: #fff; background: linear-gradient(120deg, #0872dc, #0a4da4 62%, #0a376f); box-shadow: 0 28px 60px rgba(11,83,160,.25); }
.release-card h2 { margin: 6px 0; font-size: 1.65rem; letter-spacing: -.025em; }
.release-card p { margin: 0; color: #c8e3ff; font-size: .9rem; }
.release-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.release-meta span { min-width: 0; }
.release-meta small { display: block; color: #a8cff5; font-size: .64rem; text-transform: uppercase; letter-spacing: .08em; }
.release-meta strong { display: block; margin-top: 3px; overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }

.site-footer { padding: 48px 0 22px; border-top: 1px solid var(--border); background: #050c16; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr .85fr; gap: 42px; }
.footer-brand { margin-bottom: 14px; }
.footer-grid p { max-width: 360px; color: #8294ab; font-size: .86rem; }
.footer-grid h2 { margin: 0 0 15px; color: #dceaff; font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(:first-child) a { margin: 4px 0; color: #8fa3bb; font-size: .85rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--border); color: #64778e; font-size: .75rem; }

.legal-main { min-height: 70vh; padding: 118px 0 72px; color: var(--dark-text); background: #f4f7fb; }
.legal-layout { max-width: 920px; }
.legal-header { margin-bottom: 35px; }
.legal-header h1 { margin: 10px 0 5px; font-size: clamp(2.1rem, 4vw, 3.35rem); letter-spacing: -.04em; }
.legal-header p { margin: 0; color: #697b91; }
.legal-card { padding: clamp(24px, 4vw, 42px); border: 1px solid #dde6ef; border-radius: 16px; background: #fff; box-shadow: 0 18px 55px rgba(32,58,90,.08); }
.legal-card h2 { margin: 38px 0 10px; font-size: 1.2rem; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card address { color: #53667c; font-style: normal; }
.legal-card a { color: #0d6dcc; }
.legal-card code { padding: 2px 5px; border-radius: 5px; background: #edf3f8; }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 25px; background: #07101d; }
.error-page main { width: min(100%, 520px); }
.error-card { padding: 50px; border: 1px solid var(--border); border-radius: 25px; text-align: center; background: var(--surface); box-shadow: var(--shadow); }
.error-card > span { width: 55px; height: 55px; display: grid; place-items: center; margin: 0 auto 15px; border-radius: 50%; color: #ffbe75; background: rgba(255,169,74,.14); font-size: 1.5rem; font-weight: 900; }
.error-card p { color: var(--muted); }

[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
    .hero { padding-top: 112px; }
    .hero-grid, .install-grid { grid-template-columns: 1fr; }
    .hero-grid { gap: 48px; }
    .desktop-stage { width: min(100%, 720px); margin-inline: auto; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .feature-large { grid-column: span 2; }
    .app-grid { grid-template-columns: repeat(2, 1fr); }
    .split-heading { grid-template-columns: 1fr; gap: 15px; }
    .release-card { grid-template-columns: 1fr; }
    .release-meta { width: 100%; }
}

@media (max-width: 760px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .header-inner { min-height: 68px; }
    .nav-toggle { display: block; }
    .primary-nav { position: absolute; top: 68px; right: 14px; left: 14px; display: none; padding: 18px; border: 1px solid var(--border); border-radius: 16px; background: rgba(5,13,24,.97); box-shadow: var(--shadow); }
    .primary-nav.is-open { display: grid; }
    .primary-nav a { padding: 9px; }
    .hero { min-height: auto; padding: 104px 0 60px; }
    .hero h1 { font-size: clamp(2.2rem, 10vw, 3.35rem); }
    .hero-lead { font-size: 1rem; }
    .hero-actions { display: grid; }
    .button { width: 100%; }
    .release-facts { display: grid; gap: 6px; }
    .release-facts span::before { display: none; }
    .desktop-frame { transform: none; }
    .desktop-wallpaper { min-height: 290px; }
    .window-main { left: 15%; width: 75%; }
    .window-small { width: 44%; }
    .floating-chip { display: none; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); padding-block: 18px; }
    .stable-banner-inner { flex-direction: column; gap: 10px; }
    .trust-grid span { justify-content: flex-start; }
    .section { padding: 64px 0; }
    .feature-grid, .app-grid { grid-template-columns: 1fr; }
    .feature-large { grid-column: auto; }
    .feature-card { min-height: 220px; }
    .release-meta { grid-template-columns: 1fr; }
    .release-card { padding: 28px; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; }
    .legal-main { padding-top: 100px; }
}

@media (max-width: 440px) {
    .brand strong { font-size: 1rem; }
    .desktop-wallpaper { min-height: 235px; }
    .window-main { top: 12%; left: 14%; width: 79%; }
    .window-small { display: none; }
    .dashboard-row { gap: 4px; }
    .trust-grid { grid-template-columns: 1fr; }
    .feature-card { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    [data-reveal] { opacity: 1; transform: none; }
}

.release-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
@media (max-width: 760px) { .release-actions { width: 100%; justify-content: stretch; } .release-actions .button { flex: 1 1 180px; } }
