:root {
  color-scheme: dark;
  --bg: #111315;
  --surface: #191d20;
  --surface-2: #22282c;
  --line: #364048;
  --text: #f6f7f3;
  --muted: #b8c0bf;
  --gold: #f4b82b;
  --gold-2: #ffe083;
  --green: #38d08f;
  --blue: #71b7ff;
  --danger: #ff6b6b;
  --shadow: 0 24px 80px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(244, 184, 43, .13), transparent 34rem),
    linear-gradient(180deg, #151719 0%, #101214 50%, #15191a 100%);
  color: var(--text);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.6;
}

body.blocked main,
body.blocked .site-header,
body.blocked .footer { display: none; }

[hidden] { display: none !important; }

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(17, 19, 21, .88);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 800;
}

.brand img { width: 42px; height: 42px; object-fit: contain; }

.nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav a {
  padding: 10px 13px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav a:hover { color: var(--text); background: rgba(255, 255, 255, .07); }

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 9px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--text);
  border-radius: 99px;
}

.hero {
  min-height: calc(100svh - 72px);
  display: flex;
  align-items: center;
  padding: 56px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 56px;
  align-items: center;
}

.announce {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 22px;
  padding: 9px 13px;
  border: 1px solid rgba(244, 184, 43, .45);
  border-radius: 8px;
  color: var(--gold-2);
  background: rgba(244, 184, 43, .09);
  font-size: 13px;
  font-weight: 700;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin-bottom: 20px;
  font-size: clamp(42px, 7vw, 84px);
  line-height: .96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: 0;
}

.lead {
  max-width: 720px;
  color: #dce4e0;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 14px;
}

.primary-button,
.secondary-button,
.backup-link {
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.primary-button {
  color: #111315;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  box-shadow: 0 14px 34px rgba(244, 184, 43, .28);
}

.primary-button:hover { transform: translateY(-1px); }
.primary-button.wide { width: min(100%, 360px); margin-top: 18px; }

.secondary-button {
  color: var(--text);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
}

.backup-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 18px;
}

.backup-link {
  min-height: 42px;
  color: var(--gold-2);
  background: rgba(244, 184, 43, .1);
  border: 1px solid rgba(244, 184, 43, .32);
}

.trust-note { color: var(--muted); font-size: 14px; }

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.badge-row span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: #d8e2de;
  font-size: 13px;
  font-weight: 700;
}

.hero-visual {
  min-height: 520px;
  position: relative;
  display: grid;
  place-items: center;
}

.logo-orbit {
  width: min(420px, 88vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.02)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,.04) 1px, transparent 1px, transparent 42px);
  box-shadow: var(--shadow);
}

.logo-orbit img {
  width: 54%;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, .36));
}

.metric-strip {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.metric {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(17, 19, 21, .86);
}

.metric strong { display: block; font-size: 24px; line-height: 1.1; }
.metric span { color: var(--muted); font-size: 12px; font-weight: 700; }

.section { padding: 76px 0; }
.surface { background: rgba(255, 255, 255, .035); border-block: 1px solid rgba(255, 255, 255, .06); }

.two-column {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
  gap: 48px;
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.copy-stack p { color: #dce4e0; font-size: 17px; }
.section-heading { max-width: 760px; margin-bottom: 28px; }
.muted { color: var(--muted); }

.screenshots {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.shot {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: var(--surface);
}

.shot img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.shot figcaption {
  padding: 10px 12px;
  color: var(--muted);
  font-size: 13px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  min-height: 256px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
}

.feature-card img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  margin-bottom: 18px;
}

.feature-card p,
.alt-item p,
.faq-answer,
.step-card p { color: var(--muted); }

.extra-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.extra-list li {
  padding-left: 22px;
  position: relative;
  color: #dce4e0;
}

.extra-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.download-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: 40px;
  align-items: start;
}

.app-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.app-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.app-table tr:last-child td { border-bottom: 0; }
.app-table td:first-child { color: var(--muted); width: 42%; }
.app-table td:last-child { font-weight: 800; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.step-card {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
}

.step-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #0e1011;
}

.step-card div { padding: 16px; }

.smart-list {
  margin: 0;
  padding-left: 22px;
  color: #dce4e0;
}

.smart-list li { margin-bottom: 12px; }

.alternatives {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.alt-item {
  min-height: 180px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: var(--surface);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
}

.faq-button {
  width: 100%;
  min-height: 58px;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  color: var(--text);
  background: transparent;
  text-align: left;
  font-weight: 800;
}

.faq-button span:last-child { color: var(--gold); font-size: 22px; line-height: 1; }
.faq-answer { padding: 0 18px 18px; }
.faq-item:not(.open) .faq-answer { display: none; }
.faq-item.open .faq-button span:last-child { transform: rotate(45deg); }

.footer {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #0e1011;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 50;
  transform: translateX(-50%);
  max-width: min(520px, calc(100% - 32px));
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: #111315;
  box-shadow: var(--shadow);
}

.access-block {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--bg);
}

.access-panel {
  max-width: 620px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: var(--surface);
}

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid,
  .two-column,
  .download-layout { grid-template-columns: 1fr; }
  .hero-visual { min-height: 400px; }
  .screenshots,
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .alternatives { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .header-inner { min-height: 64px; }
  .menu-button { display: block; }
  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 16px 16px;
    background: rgba(17, 19, 21, .98);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }
  .nav.open { display: flex; }
  .nav a { padding: 13px 8px; }
  .hero { padding: 38px 0; }
  h1 { font-size: 44px; }
  h2 { font-size: 32px; }
  .hero-actions,
  .primary-button,
  .secondary-button { width: 100%; }
  .hero-visual { min-height: 300px; }
  .logo-orbit { border-radius: 18px; }
  .metric-strip { position: static; margin-top: -42px; width: calc(100% - 28px); }
  .section { padding: 54px 0; }
  .screenshots,
  .feature-grid,
  .steps,
  .alternatives,
  .extra-list { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; }
}
