:root {
  --canvas: #0b0d0c;
  --surface: #141817;
  --surface-2: #1b211f;
  --ink: #f6f3eb;
  --muted: #a9b1ac;
  --line: rgba(246, 243, 235, 0.16);
  --gold: #ffb31a;
  --gold-strong: #ffc84a;
  --teal: #59a89c;
  --coral: #df765d;
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--canvas); color: var(--ink); }
body, button { font-family: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.site-header,
.content-rail,
.genre-band,
.devices,
.steps,
.faq,
.final-cta,
footer {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 900; }
.brand-mark {
  width: 42px;
  height: 42px;
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid #ffd56e;
  border-radius: 8px;
  background: var(--gold);
  box-shadow: 0 8px 22px rgba(255, 179, 26, 0.24);
}
.brand-mark::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #15140e;
}
.brand-mark::after { content: ""; position: absolute; top: 6px; right: 6px; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.site-header nav { display: flex; gap: 26px; margin-left: auto; }
.site-header nav a { color: var(--muted); font-size: 14px; font-weight: 700; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--ink); }
.locale-pill { max-width: 220px; overflow: hidden; color: #c8cec9; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.header-download {
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid #ffd56e;
  border-radius: 5px;
  background: var(--gold);
  color: #17140c;
  font-size: 13px;
  font-weight: 900;
}

.hero {
  width: min(1440px, 100%);
  min-height: 690px;
  position: relative;
  display: flex;
  align-items: center;
  margin-inline: auto;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #090b0a;
}
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-copy { width: min(1240px, calc(100% - 48px)); position: relative; z-index: 1; margin-inline: auto; padding-block: 76px; }
.hero-copy > * { max-width: 560px; }
.eyebrow { margin-bottom: 15px; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: 0; }
h1 { margin-bottom: 22px; font-size: 72px; line-height: 0.99; letter-spacing: 0; }
.hero-text { margin-bottom: 0; color: #c1c7c2; font-size: 18px; line-height: 1.62; }
.hero-actions { margin-top: 32px; }
.primary-download {
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 22px;
  border: 1px solid #ffe094;
  border-radius: 7px;
  background: var(--gold);
  color: #16130b;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(255, 179, 26, 0.25);
  transition: transform 180ms ease, background 180ms ease;
}
.primary-download:hover, .primary-download:focus-visible { transform: translateY(-2px); background: var(--gold-strong); }
.primary-download small { padding-left: 12px; border-left: 1px solid rgba(22, 19, 11, 0.3); font-size: 10px; }
.download-icon { width: 20px; height: 20px; position: relative; display: inline-block; border-bottom: 3px solid currentColor; }
.download-icon::before { content: ""; position: absolute; top: 1px; left: 8px; width: 3px; height: 11px; background: currentColor; }
.download-icon::after { content: ""; position: absolute; top: 7px; left: 5px; width: 7px; height: 7px; border-right: 3px solid currentColor; border-bottom: 3px solid currentColor; transform: rotate(45deg); }
.hero-signals { display: flex; flex-wrap: wrap; gap: 0; margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-signals span { padding: 12px 17px 12px 0; margin-right: 17px; border-right: 1px solid var(--line); color: #d8dcd8; font-size: 12px; font-weight: 800; }
.hero-signals span:last-child { margin-right: 0; padding-right: 0; border-right: 0; }

.content-rail { padding-block: 100px 112px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr); align-items: end; gap: 60px; }
.section-heading h2, .genre-intro h2, .device-copy h2, .faq h2, .final-cta h2 { margin-bottom: 0; font-size: 52px; line-height: 1.04; letter-spacing: 0; }
.section-heading > p { max-width: 510px; margin-bottom: 2px; color: var(--muted); font-size: 16px; line-height: 1.62; }
.poster-track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) 1.25fr; gap: 16px; margin-top: 42px; }
.poster-track article { min-width: 0; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.poster-track img { display: block; width: 100%; height: 390px; object-fit: cover; }
.poster-track article div { position: absolute; right: 0; bottom: 0; left: 0; padding: 54px 17px 16px; background: rgba(8, 10, 9, 0.83); }
.poster-track span { color: var(--gold); font-size: 10px; font-weight: 900; }
.poster-track h3 { margin: 6px 0 0; font-size: 19px; line-height: 1.15; }
.poster-track .wide-poster img { object-position: center; }

.genre-band { padding-block: 100px; border-top: 1px solid var(--line); }
.genre-intro { max-width: 780px; }
.genre-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 47px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.genre-grid article { min-height: 235px; padding: 28px 24px; border-left: 1px solid var(--line); }
.genre-grid article:first-child { border-left: 0; }
.genre-grid strong { color: var(--coral); font-size: 12px; }
.genre-grid article:nth-child(2n) strong { color: var(--teal); }
.genre-grid h3 { margin: 62px 0 10px; font-size: 22px; }
.genre-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.devices { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr); align-items: center; gap: 76px; padding-block: 112px; border-top: 1px solid var(--line); }
.device-visual { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.device-visual img { display: block; width: 100%; min-height: 520px; object-fit: cover; object-position: center; }
.device-lede { margin-top: 22px; color: var(--muted); font-size: 16px; line-height: 1.62; }
.device-points { margin-top: 30px; border-top: 1px solid var(--line); }
.device-points article { display: grid; grid-template-columns: 16px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.device-points article > span { width: 10px; height: 10px; margin-top: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(255, 179, 26, 0.12); }
.device-points article:nth-child(2) > span { background: var(--teal); box-shadow: 0 0 0 4px rgba(89, 168, 156, 0.12); }
.device-points article:nth-child(3) > span { background: var(--coral); box-shadow: 0 0 0 4px rgba(223, 118, 93, 0.12); }
.device-points h3 { margin-bottom: 6px; font-size: 17px; }
.device-points p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.52; }

.steps { padding-block: 104px; border-top: 1px solid var(--line); }
.steps .section-heading { grid-template-columns: 1fr; }
.steps .section-heading > div { max-width: 760px; }
.step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step-grid article { min-height: 210px; padding: 28px; border-left: 1px solid var(--line); }
.step-grid article:first-child { border-left: 0; }
.step-grid strong { color: var(--gold); font-size: 12px; }
.step-grid h3 { margin: 54px 0 9px; font-size: 21px; }
.step-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.faq { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 84px; padding-block: 108px; border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { padding: 24px 0; border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding-right: 32px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 800; line-height: 1.35; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: -3px; right: 2px; color: var(--gold); font-size: 24px; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 14px 35px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.final-cta { padding-block: 105px; border-top: 1px solid var(--line); text-align: center; }
.final-cta h2 { max-width: 760px; margin-inline: auto; }
.final-cta > p:not(.eyebrow) { max-width: 650px; margin: 20px auto 30px; color: var(--muted); font-size: 16px; line-height: 1.6; }
footer { min-height: 102px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #979f9a; font-size: 13px; }
footer p { margin: 0; }
.mobile-download { display: none; }

[dir="rtl"] .site-header nav { margin-right: auto; margin-left: 0; }
[dir="rtl"] .primary-download small { padding-right: 12px; padding-left: 0; border-right: 1px solid rgba(22, 19, 11, 0.3); border-left: 0; }
[dir="rtl"] .hero-signals span { padding-right: 0; padding-left: 17px; margin-right: 0; margin-left: 17px; border-right: 0; border-left: 1px solid var(--line); }
[dir="rtl"] .genre-grid article, [dir="rtl"] .step-grid article { border-right: 1px solid var(--line); border-left: 0; }
[dir="rtl"] .genre-grid article:first-child, [dir="rtl"] .step-grid article:first-child { border-right: 0; }
[dir="rtl"] .faq summary { padding-right: 0; padding-left: 32px; }
[dir="rtl"] .faq summary::after { right: auto; left: 2px; }
[dir="rtl"] .faq details p { margin-right: 0; margin-left: 35px; }

@media (max-width: 980px) {
  h1 { font-size: 60px; }
  .site-header nav { display: none; }
  .locale-pill { margin-left: auto; }
  [dir="rtl"] .locale-pill { margin-right: auto; margin-left: 0; }
  .poster-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .genre-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .genre-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .genre-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .devices { grid-template-columns: 1fr; gap: 52px; }
  .device-visual img { min-height: 0; aspect-ratio: 1.35; }
}

@media (max-width: 720px) {
  .site-header, .content-rail, .genre-band, .devices, .steps, .faq, .final-cta, footer { width: min(100% - 30px, 620px); }
  .site-header { min-height: 68px; gap: 12px; }
  .brand { font-size: 16px; }
  .brand-mark { width: 36px; height: 36px; }
  .locale-pill { max-width: 126px; font-size: 10px; }
  .header-download { display: none; }
  .hero { min-height: 0; display: flex; flex-direction: column; align-items: stretch; }
  .hero-image { position: relative; width: 100%; height: auto; aspect-ratio: 1.15; object-position: 69% center; }
  .hero-copy { width: min(100% - 30px, 620px); padding-block: 34px 58px; }
  h1 { font-size: 45px; line-height: 1.02; }
  .hero-text { font-size: 16px; }
  .primary-download { width: 100%; min-height: 64px; padding-inline: 14px; font-size: 15px; }
  .hero-signals { margin-top: 25px; }
  .hero-signals span { flex: 1 1 31%; min-width: 92px; padding-right: 10px; margin-right: 10px; font-size: 11px; }
  .content-rail, .genre-band, .steps { padding-block: 76px; }
  .section-heading { grid-template-columns: 1fr; gap: 17px; }
  .section-heading h2, .genre-intro h2, .device-copy h2, .faq h2, .final-cta h2 { font-size: 37px; }
  .section-heading > p { font-size: 15px; }
  .poster-track { grid-auto-flow: column; grid-auto-columns: minmax(230px, 78%); grid-template-columns: none; gap: 13px; margin-top: 30px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x proximity; scrollbar-width: thin; }
  .poster-track article { scroll-snap-align: start; }
  .poster-track img { height: 340px; }
  .genre-grid { grid-template-columns: 1fr; margin-top: 32px; }
  .genre-grid article { min-height: 165px; padding: 23px 0; border-left: 0; border-top: 1px solid var(--line); }
  .genre-grid article:first-child { border-top: 0; }
  .genre-grid h3 { margin-top: 34px; }
  .devices { gap: 34px; padding-block: 76px; }
  .device-visual img { aspect-ratio: 1.1; }
  .step-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .step-grid article { min-height: 150px; padding: 23px 0; border-left: 0; border-top: 1px solid var(--line); }
  .step-grid article:first-child { border-top: 0; }
  .step-grid h3 { margin-top: 30px; }
  .faq { grid-template-columns: 1fr; gap: 34px; padding-block: 76px; }
  .final-cta { padding-block: 76px 96px; }
  footer { min-height: 86px; margin-bottom: 78px; }
  footer p { display: none; }
  .mobile-download { display: block; position: fixed; z-index: 20; right: 0; bottom: 0; left: 0; padding: 9px 15px; border-top: 1px solid var(--line); background: rgba(11, 13, 12, 0.96); }
  .mobile-download .primary-download { min-height: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.001ms !important; }
}
