:root {
  --bg: #080806;
  --surface: #12110d;
  --surface-2: #1a1811;
  --line: #312c1f;
  --text: #f7f3e8;
  --muted: #aaa594;
  --gold: #e8bf45;
  --gold-bright: #ffdc68;
  --max: 1160px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 82% 6%, rgba(232, 191, 69, 0.12), transparent 28rem),
    radial-gradient(circle at 15% 56%, rgba(232, 191, 69, 0.055), transparent 24rem),
    var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--gold-bright); }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; border-radius: 8px; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 99; padding: 8px 14px; background: var(--gold); color: #171207; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.topbar {
  position: sticky; top: 0; z-index: 20;
  width: 100%; min-height: 68px; padding: 0 max(24px, calc((100% - var(--max)) / 2));
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  border-bottom: 1px solid var(--line); background: rgba(8, 8, 6, 0.9); backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--text); font-weight: 850; text-decoration: none; }
.brand img { width: 42px; height: 42px; border-radius: 12px; }
.topbar nav { display: flex; gap: 20px; font-size: .83rem; font-weight: 750; }
.topbar nav a { color: var(--muted); text-decoration: none; }
.topbar nav a:hover { color: var(--gold-bright); }
main, footer { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.hero { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: center; gap: 54px; padding: 76px 0; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: .74rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(2.7rem, 5.4vw, 4.2rem); line-height: 1.05; letter-spacing: -.055em; }
h1 em { color: var(--gold-bright); font-style: normal; }
.lead { max-width: 760px; color: #c6c0ad; font-size: clamp(1rem, 2vw, 1.18rem); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 30px; }
.chips span, .platform { padding: 5px 11px; border: 1px solid #4a4228; border-radius: 999px; color: #c9c2ac; font-size: .75rem; font-weight: 800; }
.hero__visual { position: relative; display: grid; place-items: center; aspect-ratio: 1; }
.hero__visual img { position: relative; z-index: 2; width: 62%; height: auto; border: 1px solid #4a4228; border-radius: 28%; box-shadow: 0 34px 90px rgba(0,0,0,.65); }
.orbit { position: absolute; border: 1px solid rgba(232,191,69,.28); border-radius: 50%; }
.orbit--one { inset: 10%; }
.orbit--two { inset: -4%; border-style: dashed; opacity: .5; }
.primary, .secondary { display: inline-flex; min-height: 48px; padding: 10px 19px; align-items: center; justify-content: center; border-radius: 10px; font-size: .88rem; font-weight: 850; text-decoration: none; }
.primary { border: 1px solid var(--gold); background: var(--gold); color: #171207; }
.primary:hover { background: var(--gold-bright); color: #171207; }
.secondary { border: 1px solid #4a4228; color: var(--text); }
.secondary:hover { border-color: var(--gold); color: var(--gold-bright); }
.origin { max-width: 940px; margin: 0 auto 124px; padding: 50px 54px; border: 1px solid rgba(232,191,69,.33); border-radius: 22px; background: rgba(232,191,69,.08); }
.origin h2, .section-head h2, .safety h2 { margin-bottom: 10px; font-size: clamp(2rem, 4.3vw, 3.5rem); line-height: 1.14; letter-spacing: -.045em; }
.origin p:last-child { margin-bottom: 0; color: #cbc5b3; }
.choose, .compare { scroll-margin-top: 90px; padding-bottom: 120px; }
.section-head { margin-bottom: 38px; }
.products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.product { padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.025), transparent), var(--surface); }
.product--android { border-color: var(--line); box-shadow: none; }
.product__head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 24px; }
.version { color: #706a59; font-size: .74rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.product h3 { margin-bottom: 12px; font-size: clamp(1.65rem, 3vw, 2.3rem); letter-spacing: -.035em; }
.product__lead { color: #c6c0ad; }
.product ul { min-height: 120px; margin: 24px 0 30px; padding-left: 1.2em; color: var(--muted); }
.product li + li { margin-top: 5px; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; }
table { width: 100%; border-collapse: collapse; background: var(--surface); }
th, td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
thead th { color: var(--gold-bright); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
tbody th { width: 24%; color: #d8d2c0; }
tbody td { color: var(--muted); }
tr:last-child th, tr:last-child td { border-bottom: 0; }
.safety { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 70px; align-items: center; padding: 56px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface-2); }
.safety p:last-child { margin: 0; color: #c6c0ad; }
footer { min-height: 150px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .82rem; }
footer img { border-radius: 9px; }
footer a { margin-left: auto; color: var(--muted); }

@media (max-width: 760px) {
  .topbar { padding: 0 18px; }
  .topbar nav a:not(:last-child) { display: none; }
  main, footer { width: min(100% - 36px, var(--max)); }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 28px; padding: 46px 0 64px; }
  .hero__visual { width: min(58vw, 230px); margin: 0 auto; grid-row: 1; }
  h1 { font-size: clamp(2.2rem, 11.2vw, 2.85rem); }
  .origin { margin-bottom: 90px; padding: 32px 26px; }
  .products { grid-template-columns: 1fr; }
  .product { padding: 26px 22px; }
  .product ul { min-height: 0; }
  .actions a { width: 100%; }
  .choose, .compare { padding-bottom: 90px; }
  .safety { grid-template-columns: 1fr; gap: 14px; padding: 34px 26px; }
  th, td { min-width: 150px; padding: 14px; }
  tbody th { min-width: 120px; }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .hero { grid-template-columns: minmax(0, 1fr) 250px; min-height: 540px; gap: 36px; padding: 62px 0; }
  h1 { font-size: clamp(2.65rem, 5.5vw, 3.65rem); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
