@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root { --ink: #f5f1e8; --muted: #aaa89e; --bg: #101312; --panel: #1a1e1b; --line: #3b413b; --lime: #d8f36b; --orange: #ff896f; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font: 16px Cairo, Tahoma, sans-serif; }
body::before { position: fixed; inset: 0; z-index: -1; pointer-events: none; content: ''; opacity: .24; background: linear-gradient(115deg, transparent 45%, rgba(216,243,107,.05) 45%, transparent 46%), radial-gradient(circle at 85% 15%, rgba(255,137,111,.12), transparent 23%); }
a { color: inherit; text-decoration: none; }
.topbar, main, footer { width: min(1120px, calc(100% - 48px)); margin: auto; }
.topbar { display: flex; align-items: center; justify-content: space-between; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.brand { display: flex; gap: 11px; align-items: center; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: #11150e; background: var(--lime); border-radius: 7px; font: 700 11px Space Grotesk, sans-serif; }
.github-link, .kicker { color: var(--lime); font-size: 12px; font-weight: 700; }
.github-link { border-bottom: 1px solid var(--lime); }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: center; min-height: 570px; padding: 72px 0 68px; }
.kicker { margin: 0 0 17px; letter-spacing: .08em; }
h1 { max-width: 680px; margin: 0; font-size: clamp(46px, 7vw, 88px); line-height: .98; letter-spacing: -.065em; }
h1 em { color: var(--orange); font-style: normal; }
.intro { max-width: 540px; margin: 26px 0 33px; color: var(--muted); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.download-button { display: inline-flex; gap: 12px; align-items: center; padding: 10px 18px 10px 12px; color: #11150e; background: var(--lime); border-radius: 7px; transition: transform .2s, box-shadow .2s; }
.download-button:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(216,243,107,.18); }
.download-icon { display: grid; place-items: center; width: 35px; height: 35px; color: var(--lime); background: #1e2818; border-radius: 5px; font: 25px Space Grotesk, sans-serif; }
.download-button strong, .download-button small { display: block; text-align: right; }
.download-button small { margin-top: 1px; opacity: .62; font: 11px Space Grotesk, sans-serif; }
.text-link { color: var(--ink); font-weight: 700; }
.text-link span { color: var(--lime); }
.hero-art { position: relative; display: grid; place-items: center; min-height: 355px; }
.disc-mark { display: grid; place-items: center; width: min(300px, 65vw); aspect-ratio: 1; color: #11150e; background: var(--lime); border-radius: 50%; box-shadow: 23px 22px 0 var(--orange); transform: rotate(-8deg); }
.disc-mark span { font: 800 clamp(44px, 8vw, 83px) Space Grotesk, sans-serif; letter-spacing: -.11em; }
.orbit { position: absolute; border: 1px solid rgba(216,243,107,.42); border-radius: 50%; transform: rotate(-22deg); }
.orbit-one { width: 94%; height: 45%; }
.orbit-two { width: 110%; height: 62%; border-color: rgba(255,137,111,.35); }
.hero-art p { position: absolute; right: 0; bottom: 8px; color: var(--muted); font: 10px Space Grotesk, sans-serif; letter-spacing: .18em; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-row div { display: flex; gap: 15px; align-items: center; padding: 22px 20px; border-left: 1px solid var(--line); }
.trust-row div:first-child { border-left: 0; }
.trust-row b { color: var(--orange); font: 12px Space Grotesk, sans-serif; }
.trust-row span { font-weight: 700; }
.install-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; padding: 110px 0 75px; }
.section-heading h2 { margin: 0; font-size: clamp(32px, 5vw, 57px); line-height: 1.05; letter-spacing: -.06em; }
.steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 19px; padding: 0 0 23px; margin-bottom: 23px; border-bottom: 1px solid var(--line); }
.steps li:last-child { margin: 0; }
.steps li > span { display: grid; flex: 0 0 29px; place-items: center; width: 29px; height: 29px; color: #101310; background: var(--lime); border-radius: 50%; font: 700 13px Space Grotesk, sans-serif; }
.steps strong { display: block; margin-bottom: 4px; font-size: 17px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.7; }
code { padding: 2px 5px; color: var(--lime); background: #252b25; border-radius: 3px; font: 12px Consolas, monospace; direction: ltr; }
.notice { display: flex; gap: 15px; align-items: flex-start; max-width: 750px; padding: 21px; margin-bottom: 90px; border: 1px solid #805044; background: rgba(255,137,111,.07); }
.notice-icon { display: grid; flex: 0 0 26px; place-items: center; width: 26px; height: 26px; color: #1b110e; background: var(--orange); border-radius: 50%; font-weight: 800; }
.notice strong { display: block; margin-bottom: 3px; }
.notice p { margin: 0; color: #c8a7a0; line-height: 1.7; }
footer { display: flex; justify-content: space-between; padding: 24px 0 33px; border-top: 1px solid var(--line); color: #777a72; font-size: 12px; }
@media (max-width: 720px) { .topbar, main, footer { width: min(100% - 32px, 560px); } .hero { grid-template-columns: 1fr; gap: 45px; padding: 58px 0; } .hero-art { min-height: 270px; } .disc-mark { width: 220px; } .trust-row { grid-template-columns: 1fr; } .trust-row div, .trust-row div:first-child { border-left: 0; border-bottom: 1px solid var(--line); } .trust-row div:last-child { border-bottom: 0; } .install-section { grid-template-columns: 1fr; gap: 45px; padding-top: 75px; } footer { gap: 15px; flex-direction: column; } }
