.download-hero { max-width: 1440px; min-height: 720px; margin: auto; padding: 90px 7vw 100px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 5vw; align-items: center; position: relative; overflow: hidden; isolation: isolate; }
.download-grid { position: absolute; inset: 0; z-index: -3; opacity: .18; background-image: linear-gradient(rgba(143,105,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(143,105,255,.1) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, transparent, #000 20%, transparent); }
.download-hero::after { content: ""; position: absolute; width: 600px; height: 600px; right: 3%; top: 5%; z-index: -2; border-radius: 50%; background: #633dc6; filter: blur(160px); opacity: .16; }
.back-link { display: inline-flex; gap: 9px; margin-bottom: 50px; color: #746a84; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .2s; }
.back-link:hover { color: var(--primary-soft); }
.download-copy h1 { font-size: clamp(3.4rem, 5.8vw, 6rem); }
.download-copy > p { max-width: 590px; margin: 27px 0 34px; color: #a79cbe; font-size: 15px; line-height: 1.8; }
.download-actions { display: flex; align-items: center; gap: 22px; }
.main-download { min-width: 235px; min-height: 67px; padding-inline: 20px; border: 0; cursor: pointer; }
.windows-icon { font-size: 28px; font-weight: 400; }
.download-button-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.download-button-copy small { font-size: 7px; letter-spacing: .18em; opacity: .7; }
.download-button-copy strong { font: 600 17px var(--display); }
.download-arrow { margin-left: auto; font-size: 17px; }
.release-info { display: flex; align-items: center; gap: 11px; }
.release-info > span:last-child { display: flex; flex-direction: column; gap: 5px; }
.release-info strong { font: 600 11px var(--display); }
.release-info small { color: #70677e; font-size: 9px; }
.download-copy .download-note { margin: 17px 0 0; color: #5f576b; font-size: 9px; }

.launcher-showcase { min-height: 480px; display: grid; place-items: center; position: relative; perspective: 1100px; }
.showcase-glow { position: absolute; width: 55%; height: 55%; border-radius: 50%; background: var(--primary); filter: blur(90px); opacity: .17; }
.launcher-window { width: min(610px, 100%); aspect-ratio: 1.55; overflow: hidden; position: relative; z-index: 2; border: 1px solid rgba(189,169,255,.25); border-radius: 13px; background: #0d0b16; box-shadow: 0 45px 100px rgba(0,0,0,.5), 0 0 50px rgba(143,105,255,.12); transform: rotateY(-6deg) rotateX(2deg); }
.window-bar { height: 52px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.05); background: #12101a; }
.mini-brand { display: flex; align-items: center; gap: 9px; font: 700 9px var(--display); letter-spacing: .14em; }
.mini-brand .brand-mark { width: 24px; height: 24px; }
.mini-brand .brand-mark span { font-size: 12px; }
.window-controls { display: flex; gap: 8px; }
.window-controls i { width: 7px; height: 7px; border-radius: 50%; background: #2d2737; }
.window-content { height: calc(100% - 52px); display: grid; grid-template-columns: 58px 1fr; }
.window-content aside { padding-top: 24px; display: flex; flex-direction: column; align-items: center; gap: 25px; border-right: 1px solid rgba(255,255,255,.04); color: #51485f; font-size: 13px; }
.window-content aside .active { color: var(--primary-soft); }
.launcher-main { padding: 43px 52px; position: relative; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(143,105,255,.22), transparent 43%), linear-gradient(145deg, #171225, #0d0b16); }
.launcher-main::after { content: "B"; position: absolute; right: -15px; bottom: -70px; color: rgba(143,105,255,.06); font: 700 240px/1 var(--display); }
.launcher-badge { display: flex; align-items: center; gap: 7px; color: #9488a6; font-size: 7px; font-weight: 800; letter-spacing: .16em; }
.launcher-badge span { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.launcher-main h2 { margin-top: 18px; font-size: clamp(2rem, 3.4vw, 3.3rem); line-height: 1; }
.launcher-main h2 em { color: var(--primary-soft); font-style: normal; }
.launcher-user { margin-top: 35px; display: flex; align-items: center; gap: 11px; }
.launcher-user i { width: 29px; height: 29px; border-radius: 6px; background: linear-gradient(145deg, #8f69ff, #312452); }
.launcher-user div { display: flex; flex-direction: column; gap: 3px; }
.launcher-user small { color: #665d73; font-size: 6px; letter-spacing: .17em; }
.launcher-user strong { font: 600 9px var(--display); }
.play-button { width: 180px; height: 38px; margin-top: 17px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; border-radius: 5px; background: linear-gradient(135deg, #8f69ff, #4d36aa); font-size: 8px; font-weight: 800; letter-spacing: .09em; }
.safety-card { position: absolute; right: -12px; bottom: 23px; z-index: 3; min-width: 205px; padding: 15px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(125,255,176,.15); border-radius: 8px; background: rgba(13,11,22,.9); backdrop-filter: blur(15px); box-shadow: 0 20px 45px rgba(0,0,0,.3); }
.safety-card > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: rgba(125,255,176,.08); }
.safety-card div { display: flex; flex-direction: column; gap: 4px; }
.safety-card small { color: #5f7e6b; font-size: 6px; letter-spacing: .15em; }
.safety-card strong { font: 600 9px var(--display); }

.download-benefits { max-width: 1280px; margin: auto; padding: 35px 5vw; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); background: rgba(18,16,26,.3); }
.download-benefits article { padding: 6px 30px; display: grid; grid-template-columns: 42px 1fr; gap: 4px 15px; border-right: 1px solid var(--line); }
.download-benefits article:last-child { border: 0; }
.download-benefits article > span { grid-row: 1 / 3; color: var(--primary-soft); font: 600 11px var(--display); }
.download-benefits div { display: flex; flex-direction: column; gap: 5px; }
.download-benefits strong { font: 600 12px var(--display); }
.download-benefits small { color: #71677f; font-size: 9px; line-height: 1.5; }

.install-section { padding-bottom: 95px; }
.install-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; list-style: none; }
.install-steps li { min-height: 260px; padding: 31px; position: relative; border: 1px solid var(--line); border-radius: 11px; background: linear-gradient(145deg, rgba(23,18,37,.82), rgba(13,11,22,.8)); }
.step-index { position: absolute; top: 25px; right: 27px; color: #4a4253; font: 600 9px var(--display); }
.step-symbol { width: 43px; height: 43px; margin-bottom: 57px; display: grid; place-items: center; color: var(--primary-soft); border: 1px solid rgba(169,140,255,.2); border-radius: 7px; background: rgba(143,105,255,.09); }
.install-steps h3 { font-size: 18px; }
.install-steps p { margin: 10px 0 0; color: #7f758c; font-size: 11px; line-height: 1.7; }

.requirements-section { padding-top: 0; }
.requirements-card { padding: 65px 70px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; border: 1px solid rgba(169,140,255,.18); border-radius: 14px; background: radial-gradient(circle at 10% 50%, rgba(143,105,255,.15), transparent 34%), #12101a; }
.requirements-card h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.requirements-card p { color: #81778f; font-size: 12px; line-height: 1.7; }
.requirements-card dl { margin: 0; }
.requirements-card dl > div { padding: 17px 0; display: flex; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--line); }
.requirements-card dl > div:last-child { border: 0; }
.requirements-card dt { color: #756b84; font-size: 10px; }
.requirements-card dd { margin: 0; text-align: right; font: 600 11px var(--display); }
.help-line { margin: 24px 0 0; text-align: center; color: #71677f; font-size: 10px; }
.help-line a { color: var(--primary-soft); font-weight: 700; }

@media (max-width: 1000px) {
  .download-hero { grid-template-columns: 1fr; padding-top: 70px; text-align: center; }
  .download-copy .eyebrow, .download-actions { justify-content: center; }
  .download-copy > p { margin-inline: auto; }
  .back-link { margin-bottom: 35px; }
  .launcher-showcase { width: min(680px, 100%); margin: 20px auto 0; }
  .requirements-card { gap: 50px; padding: 55px 45px; }
}

@media (max-width: 720px) {
  .download-hero { padding: 55px 6vw 75px; }
  .download-actions { flex-direction: column; }
  .main-download { width: 100%; }
  .launcher-showcase { min-height: 360px; margin-inline: -2vw; }
  .launcher-window { transform: none; }
  .launcher-main { padding: 30px; }
  .safety-card { right: 0; bottom: 0; }
  .download-benefits, .install-steps { grid-template-columns: 1fr; }
  .download-benefits { margin-inline: 4vw; padding-block: 10px; }
  .download-benefits article { padding: 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .download-benefits article:last-child { border: 0; }
  .install-section { padding-top: 85px; }
  .requirements-card { padding: 42px 25px; grid-template-columns: 1fr; gap: 30px; }
  .requirements-card dl > div { flex-direction: column; gap: 7px; }
  .requirements-card dd { text-align: left; }
}

/* Larger supporting copy for comfortable reading. */
.download-copy > p { font-size: 16px; }
.release-info strong { font-size: 13px; }
.release-info small { font-size: 11px; }
.download-copy .download-note { font-size: 11px; }
.download-benefits strong { font-size: 14px; }
.download-benefits small { font-size: 12px; }
.install-steps h3 { font-size: 20px; }
.install-steps p { font-size: 14px; }
.requirements-card p { font-size: 14px; }
.requirements-card dt { font-size: 13px; }
.requirements-card dd { font-size: 13px; }
.help-line { font-size: 13px; }
