@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap');

:root {
  --bg: #070914;
  --panel: rgba(15, 19, 36, .78);
  --panel-strong: #101529;
  --text: #f5f7ff;
  --muted: #9aa5bf;
  --line: rgba(152, 170, 214, .17);
  --blue: #4f8dff;
  --cyan: #34ddd1;
  --violet: #776cff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; color: var(--text); background: var(--bg); font-family: Inter, system-ui, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.page-glow { position: fixed; border-radius: 999px; filter: blur(110px); opacity: .18; pointer-events: none; z-index: -1; }
.glow-a { width: 520px; height: 520px; top: -180px; left: -120px; background: #664cff; }
.glow-b { width: 600px; height: 600px; right: -250px; top: 280px; background: #00c7df; }

.topbar { width: min(1180px, calc(100% - 40px)); height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 45px; height: 45px; filter: drop-shadow(0 0 18px rgba(52,221,209,.25)); }
.brand span { display: flex; flex-direction: column; gap: 2px; }
.brand strong { font: 800 1.02rem Manrope, sans-serif; }
.brand small { color: var(--muted); font-size: .7rem; }
.top-actions { display: flex; align-items: center; gap: 13px; }
.online { display: flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(52,221,209,.17); border-radius: 999px; color: #b6eee9; background: rgba(52,221,209,.06); font-size: .73rem; }
.online i { width: 7px; height: 7px; border-radius: 50%; background: #39e7b1; box-shadow: 0 0 12px #39e7b1; }
.enter-link { padding: 10px 16px; border: 1px solid var(--line); border-radius: 10px; color: #dbe4ff; font-size: .78rem; font-weight: 650; transition: .2s ease; }
.enter-link:hover { border-color: rgba(79,141,255,.48); background: rgba(79,141,255,.08); }

main { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero { position: relative; padding: 104px 0 94px; text-align: center; }
.hero::before { content: ''; position: absolute; left: 50%; top: 28px; width: 380px; height: 220px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(79,141,255,.15), transparent 68%); pointer-events: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 5px 11px 5px 5px; border: 1px solid var(--line); border-radius: 999px; color: #aeb9d4; background: rgba(255,255,255,.025); font-size: .72rem; }
.eyebrow span { padding: 5px 9px; border-radius: 999px; color: #dffefa; background: linear-gradient(135deg, rgba(79,141,255,.34), rgba(52,221,209,.23)); font-weight: 700; }
.hero h1 { margin: 27px auto 18px; max-width: 900px; font: 800 clamp(2.55rem, 6vw, 5.35rem)/1.02 Manrope, sans-serif; letter-spacing: -.055em; }
.hero h1 em { color: transparent; background: linear-gradient(100deg, #7b76ff 12%, #5da5ff 48%, #3de4d4 88%); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero > p { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: .98rem; line-height: 1.75; }
.hero-actions { display: flex; justify-content: center; gap: 11px; margin-top: 30px; }
.primary-action, .secondary-action { padding: 13px 20px; border-radius: 11px; font-size: .82rem; font-weight: 750; transition: .2s ease; }
.primary-action { color: #fff; background: linear-gradient(135deg, var(--violet), var(--blue), #31c9d3); box-shadow: 0 13px 34px rgba(79,141,255,.25); }
.primary-action:hover { transform: translateY(-2px); filter: brightness(1.08); }
.secondary-action { border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.secondary-action:hover { border-color: rgba(79,141,255,.4); background: rgba(79,141,255,.07); }
.trust-row { display: flex; justify-content: center; gap: 25px; margin-top: 32px; color: #7f8ba7; font-size: .7rem; }
.trust-row b { margin-right: 5px; color: var(--cyan); }

.download-section { padding: 74px 0; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 29px; }
.section-kicker { display: block; margin-bottom: 8px; color: #6da4ff; font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.section-heading h2, .steps-copy h2 { margin: 0; font: 750 clamp(1.65rem, 3vw, 2.45rem)/1.17 Manrope, sans-serif; letter-spacing: -.035em; }
.section-heading p { max-width: 410px; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.section-heading p strong { color: #c8d4f4; }
.platform-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.platform-card { position: relative; overflow: hidden; min-height: 510px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(150deg, rgba(20,26,49,.93), rgba(10,13,26,.9)); box-shadow: 0 24px 65px rgba(0,0,0,.2); transition: transform .25s ease, border-color .25s ease; }
.platform-card:hover { transform: translateY(-4px); border-color: rgba(111,149,244,.32); }
.platform-card.is-recommended { border-color: rgba(79,141,255,.42); box-shadow: 0 24px 75px rgba(48,93,204,.16); }
.card-shine { position: absolute; width: 250px; height: 250px; top: -140px; right: -90px; border-radius: 50%; filter: blur(5px); opacity: .13; }
.android-card .card-shine { background: #35e8b4; }
.windows-card .card-shine { background: #4f8dff; }
.platform-head { position: relative; display: flex; align-items: center; gap: 15px; }
.platform-icon { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--line); border-radius: 16px; }
.platform-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.android-icon { color: #56e0ad; background: rgba(38,207,153,.08); }
.windows-icon { color: #6aa3ff; background: rgba(79,141,255,.08); }
.windows-icon svg { fill: currentColor; stroke: none; }
.platform-label { color: var(--muted); font-size: .68rem; }
.platform-head h3 { margin: 2px 0 0; font: 800 1.5rem Manrope, sans-serif; }
.recommended { margin-left: auto; padding: 6px 9px; border-radius: 999px; color: #d9e8ff; background: rgba(79,141,255,.13); font-size: .62rem; font-weight: 750; }
.platform-card > p { margin: 24px 0 19px; min-height: 67px; color: var(--muted); font-size: .83rem; line-height: 1.7; }
.platform-card ul { display: grid; gap: 11px; margin: 0 0 28px; padding: 0; list-style: none; }
.platform-card li { position: relative; padding-left: 23px; color: #c4cee5; font-size: .76rem; }
.platform-card li::before { content: '✓'; position: absolute; left: 0; color: var(--cyan); font-weight: 800; }
.download-button { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 62px; padding: 11px 18px; border-radius: 13px; color: white; transition: .2s ease; }
.download-button:hover { transform: translateY(-2px); filter: brightness(1.07); }
.download-button svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.download-button span { display: flex; flex-direction: column; gap: 3px; }
.download-button strong { font-size: .82rem; }
.download-button small { color: rgba(255,255,255,.72); font-size: .63rem; }
.android-button { background: linear-gradient(135deg, #138a72, #1eb9a2); box-shadow: 0 12px 30px rgba(30,185,162,.16); }
.windows-button { background: linear-gradient(135deg, #5364e8, #3e8fe5); box-shadow: 0 12px 30px rgba(62,143,229,.19); }
.download-button.unavailable { pointer-events: none; opacity: .48; filter: grayscale(.5); }
.install-note { min-height: auto !important; margin: 13px 6px 0 !important; text-align: center; color: #6f7b97 !important; font-size: .62rem !important; line-height: 1.5 !important; }

.steps-section { display: grid; grid-template-columns: .9fr 1.3fr; gap: 70px; align-items: center; padding: 80px 0; border-top: 1px solid var(--line); }
.steps-copy h2 { max-width: 420px; }
.steps { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 53px 1fr; gap: 15px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.02); }
.steps li > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; color: #8ab0ff; background: rgba(79,141,255,.09); font: 750 .74rem Manrope, sans-serif; }
.steps strong { font-size: .85rem; }
.steps p { margin: 4px 0 0; color: var(--muted); font-size: .72rem; }
.web-callout { display: grid; grid-template-columns: 72px 1fr auto; gap: 24px; align-items: center; margin: 0 0 70px; padding: 30px; border: 1px solid rgba(79,141,255,.22); border-radius: 20px; background: linear-gradient(110deg, rgba(68,86,194,.12), rgba(33,196,192,.07)); }
.web-callout img { width: 64px; height: 64px; filter: drop-shadow(0 0 18px rgba(79,141,255,.25)); }
.web-callout span { color: #74a6ff; font-size: .68rem; font-weight: 750; }
.web-callout h2 { margin: 5px 0; font: 750 1.3rem Manrope, sans-serif; }
.web-callout p { margin: 0; color: var(--muted); font-size: .74rem; }
.web-callout > a { padding: 12px 16px; border: 1px solid var(--line); border-radius: 11px; font-size: .76rem; font-weight: 700; }
.web-callout > a span { margin-left: 7px; color: var(--cyan); }
footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 26px 0 34px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #65708b; font-size: .66rem; }
footer a:hover { color: #b7c6ea; }

@media (max-width: 800px) {
  .topbar, main, footer { width: min(100% - 28px, 680px); }
  .online { display: none; }
  .hero { padding: 78px 0 70px; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .trust-row { flex-wrap: wrap; gap: 12px 20px; }
  .section-heading { align-items: start; flex-direction: column; gap: 13px; }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-card { min-height: 0; }
  .steps-section { grid-template-columns: 1fr; gap: 28px; }
  .web-callout { grid-template-columns: 55px 1fr; }
  .web-callout img { width: 52px; height: 52px; }
  .web-callout > a { grid-column: 1 / -1; text-align: center; }
  footer { flex-direction: column; align-items: center; text-align: center; }
}

@media (max-width: 480px) {
  .topbar { height: 74px; }
  .brand small { display: none; }
  .enter-link { padding: 9px 11px; }
  .hero-actions { flex-direction: column; }
  .hero-actions a { width: 100%; }
  .hero > p { font-size: .86rem; }
  .platform-card { padding: 23px 19px; }
  .platform-head { align-items: flex-start; }
  .recommended { position: absolute; top: -2px; right: 0; }
}
