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

:root {
  --gold: #ffbf00;
  --gold2: #ffdc4a;
  --bg: #070705;
  --panel: #0e0d09;
  --text: #f6f3e8;
  --muted: #999588;
  --line: rgba(255, 191, 0, .14);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed; inset: -30%;
  background: radial-gradient(circle at 70% 20%, rgba(255,190,0,.11), transparent 25%),
              radial-gradient(circle at 25% 65%, rgba(255,145,0,.055), transparent 30%);
  pointer-events: none; z-index: -2;
}
.noise {
  position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.navbar {
  width: min(1180px, calc(100% - 48px)); margin: 0 auto; height: 88px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand, .footer-brand { display: flex; align-items: center; gap: 10px; color: white; text-decoration: none; font-weight: 900; letter-spacing: -.5px; }
.brand img { width: 38px; height: 38px; object-fit: cover; border-radius: 10px; }
.navbar nav { display: flex; gap: 34px; }
.navbar nav a { color: #aaa69a; text-decoration: none; font-size: 13px; font-weight: 600; transition: .2s; }
.navbar nav a:hover { color: white; }
.nav-download {
  color: #0a0906; background: var(--gold); padding: 12px 18px; border-radius: 8px;
  text-decoration: none; font-size: 12px; font-weight: 800; transition: .2s;
}
.nav-download:hover, .download-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 35px rgba(255,191,0,.22); }
.nav-download span { margin-left: 8px; }

.hero {
  min-height: 690px; width: min(1180px, calc(100% - 48px)); margin: auto;
  display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px;
  padding: 70px 0 55px;
}
.eyebrow { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: 2px; display: flex; align-items: center; gap: 9px; margin-bottom: 23px; }
.eyebrow i { display: block; width: 24px; height: 2px; background: var(--gold); box-shadow: 0 0 10px var(--gold); }
h1, h2 { font-weight: 900; letter-spacing: -3.5px; line-height: .98; }
h1 { font-size: clamp(55px, 6vw, 86px); max-width: 680px; }
h1 em, h2 em { color: var(--gold); font-style: normal; }
.hero-copy > p { max-width: 510px; color: var(--muted); font-size: 16px; line-height: 1.8; margin: 28px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.download-btn {
  display: flex; align-items: center; gap: 13px; min-width: 255px;
  background: var(--gold); color: #0a0905; border-radius: 10px; padding: 14px 17px;
  text-decoration: none; transition: .25s; box-shadow: 0 7px 25px rgba(255,191,0,.1);
}
.download-btn small { display: block; font-size: 8px; font-weight: 800; letter-spacing: 1.2px; opacity: .65; margin-bottom: 2px; }
.download-btn span:not(.windows-icon) { font-size: 12px; font-weight: 900; }
.download-btn strong { margin-left: auto; font-size: 21px; }
.windows-icon { font-size: 27px; font-weight: 900; line-height: 1; }
.version { color: #777267; font-size: 10px; }

.hero-visual { height: 500px; position: relative; display: grid; place-items: center; }
.glow { position: absolute; width: 370px; height: 370px; border-radius: 50%; background: rgba(255,185,0,.18); filter: blur(90px); }
.app-card {
  width: min(430px, 85%); aspect-ratio: 1.28; border: 1px solid rgba(255,204,75,.35);
  border-radius: 24px; padding: 13px; transform: rotate(4deg);
  background: linear-gradient(145deg, #211b0a, #080806 65%); box-shadow: 0 45px 90px rgba(0,0,0,.7), 0 0 55px rgba(255,190,0,.11);
}
.card-top { height: 34px; display: flex; align-items: center; gap: 5px; padding: 0 8px; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: #5b5545; }
.card-title { margin-left: auto; color: #716c5c; font-size: 8px; letter-spacing: 2px; font-weight: 800; }
.screen { height: calc(100% - 34px); border-radius: 15px; background: radial-gradient(circle at 70% 30%, rgba(255,190,0,.22), transparent 35%), #0a0a08; border: 1px solid rgba(255,255,255,.05); padding: 28px; display: flex; flex-direction: column; }
.screen-badge { color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.screen-title { margin-top: auto; font-size: 31px; line-height: 1.05; font-weight: 900; letter-spacing: -1.5px; }
.screen-bottom { margin-top: 30px; color: #7e796d; font-size: 8px; display: flex; justify-content: space-between; }
.avatars { color: var(--gold); letter-spacing: -2px; }
.orb { position: absolute; border: 1px solid rgba(255,191,0,.2); border-radius: 50%; }
.orb-a { width: 430px; height: 430px; }
.orb-b { width: 520px; height: 520px; border-style: dashed; opacity: .45; }

.stats { width: min(1180px, calc(100% - 48px)); margin: 0 auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.stats div { padding: 24px 30px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line); }
.stats div:last-child { border: 0; }
.stats strong { color: var(--gold); font-size: 11px; }
.stats span { color: #8d887b; font-size: 11px; font-weight: 600; }

.features { width: min(1180px, calc(100% - 48px)); margin: auto; padding: 140px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 55px; }
h2 { font-size: clamp(42px, 5vw, 68px); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.feature-grid article { position: relative; min-height: 300px; padding: 35px 30px; border-right: 1px solid var(--line); }
.feature-grid article:last-child { border: 0; }
.feature-number { color: #4b473d; font-size: 10px; font-weight: 800; }
.feature-icon { color: var(--gold); font-size: 27px; margin: 38px 0 25px; text-shadow: 0 0 20px rgba(255,191,0,.4); }
.feature-grid h3 { font-size: 19px; margin-bottom: 13px; }
.feature-grid p { color: #777268; font-size: 12px; line-height: 1.8; max-width: 290px; }

.download-section { width: min(1180px, calc(100% - 48px)); margin: auto; padding-bottom: 110px; }
.download-panel {
  border: 1px solid rgba(255,191,0,.24); border-radius: 22px; padding: 65px;
  background: radial-gradient(circle at 80% 50%, rgba(255,191,0,.12), transparent 38%), #0d0c08;
  display: flex; align-items: center; justify-content: space-between; gap: 50px;
}
.download-panel h2 { font-size: clamp(43px, 5vw, 65px); }
.download-panel p { color: var(--muted); font-size: 13px; margin-top: 22px; }
.download-side { min-width: 280px; text-align: center; }
.download-btn.large { width: 100%; }
.download-note { display: block; color: #625e54; font-size: 9px; margin-top: 13px; }

footer { width: min(1180px, calc(100% - 48px)); margin: auto; border-top: 1px solid var(--line); min-height: 100px; display: flex; align-items: center; justify-content: space-between; color: #575349; font-size: 9px; }
.footer-brand img { width: 28px; height: 28px; object-fit: cover; border-radius: 7px; }
.footer-brand span { color: #9b9688; }

@media (max-width: 800px) {
  .navbar nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-visual { height: 390px; }
  .stats { grid-template-columns: 1fr; }
  .stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .features { padding: 95px 0; }
  .section-heading { display: block; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .download-panel { padding: 40px 25px; flex-direction: column; align-items: stretch; }
  footer { flex-direction: column; justify-content: center; gap: 12px; padding: 30px 0; }
}
@media (max-width: 480px) {
  .navbar, .hero, .stats, .features, .download-section, footer { width: min(100% - 28px, 1180px); }
  .navbar { height: 74px; }
  .brand span { display: none; }
  .nav-download { padding: 10px 12px; font-size: 10px; }
  h1 { font-size: 52px; }
  .app-card { width: 90%; }
}
