:root {
  --bg: #050908;
  --panel: #09100f;
  --panel-2: #0d1614;
  --line: rgba(190, 219, 209, 0.13);
  --text: #f6f8f4;
  --muted: #9eaaa5;
  --gold: #ffd12a;
  --gold-2: #f2a814;
  --green: #46e28a;
  --green-2: #0dad61;
  --purple: #9d65ff;
  --blue: #2ea8ff;
  --shell: 1180px;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 72% 12%, rgba(0, 130, 86, 0.13), transparent 30rem),
    linear-gradient(180deg, #040707 0%, #07100e 45%, #040706 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; transform: translateY(-150%); background: white; color: black; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header {
  position: sticky; z-index: 100; top: 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(4, 8, 7, 0.82);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.brand {
  display: inline-flex; flex-direction: column; width: max-content;
  font-family: Impact, "Arial Black", sans-serif; font-style: italic; line-height: .75;
  letter-spacing: -1px; transform: skew(-5deg) rotate(-2deg);
}
.brand-street { font-size: 1.25rem; color: white; text-shadow: 2px 2px 0 #26302c; }
.brand-syndicate { font-size: 1.08rem; color: var(--gold); text-shadow: 2px 2px 0 #714d00; }
.site-nav { display: flex; gap: 26px; margin-left: auto; }
.site-nav a { color: #c8d0cc; font-weight: 700; font-size: .83rem; letter-spacing: .02em; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold); }
.menu-button { display: none; border: 0; background: transparent; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px 0; background: white; border-radius: 2px; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 46px; padding: 0 20px; border: 1px solid transparent; border-radius: 10px;
  font-weight: 900; font-size: .88rem; letter-spacing: .01em; transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid white; outline-offset: 4px; }
.button-gold { color: #181300; background: linear-gradient(135deg, #ffe05d, var(--gold)); box-shadow: 0 12px 30px rgba(255, 198, 18, .18); }
.button-ghost { border-color: rgba(255,255,255,.3); background: rgba(5,9,8,.42); color: white; }
.button-purple { border-color: rgba(174,112,255,.65); background: rgba(93, 35, 160, .2); }
.button-green { border-color: rgba(70,226,138,.65); background: rgba(20, 134, 78, .18); }
.button-telegram { background: #087aa9; color: white; }
.button-large { min-height: 54px; padding-inline: 26px; }

.hero { position: relative; min-height: 720px; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, var(--bg)); pointer-events: none; }
.hero-grid {
  position: absolute; inset: 0; opacity: .21; transform: perspective(600px) rotateX(64deg) translateY(45%);
  background-image: linear-gradient(rgba(65,226,139,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(65,226,139,.16) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(transparent 0%, black 40%, transparent 93%);
}
.hero-glow { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: 5%; top: 2%; background: radial-gradient(circle, rgba(28,177,111,.18), transparent 68%); }
.hero-glow-two { width: 360px; height: 360px; left: -120px; top: 28%; background: radial-gradient(circle, rgba(255,186,24,.1), transparent 70%); }
.hero-layout { position: relative; z-index: 2; min-height: 720px; display: grid; grid-template-columns: 1.08fr .72fr; align-items: center; gap: 76px; padding-block: 72px 84px; }
.kicker, .eyebrow { margin: 0 0 14px; color: var(--gold); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.kicker span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }
.hero-command, h1, h2, h3 { margin-top: 0; }
.hero-command {
  margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(3.45rem, 7vw, 6.7rem); line-height: .88; letter-spacing: -.035em; text-transform: uppercase; text-shadow: 0 5px 0 rgba(255,255,255,.04);
}
.hero-command em { color: var(--gold); font-style: normal; }
h1 { max-width: 650px; margin: 26px 0 12px; color: #dbe3df; font-size: clamp(1.05rem, 2.2vw, 1.42rem); line-height: 1.2; font-weight: 800; }
.hero-lede { max-width: 660px; margin: 0; color: #b6c0bc; font-size: 1.03rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-note { margin: 11px 0 0; color: #77827d; font-size: .76rem; }
.hero-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 34px 0 0; padding: 0; list-style: none; }
.hero-facts li { border-left: 1px solid var(--line); padding-left: 12px; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { color: #f5f7f5; font-size: .86rem; text-transform: uppercase; }
.hero-facts span { color: #74807b; font-size: .68rem; }

.hero-visual { position: relative; display: grid; place-items: center; min-height: 600px; }
.phone-halo { position: absolute; width: 330px; height: 510px; border: 1px solid rgba(74,228,143,.25); background: radial-gradient(circle at 50% 42%, rgba(40,220,134,.15), transparent 63%); filter: blur(12px); transform: rotate(8deg); }
.phone-frame { position: relative; width: min(100%, 335px); height: 620px; padding: 10px; overflow: hidden; border: 2px solid #69726e; border-radius: 42px; background: #020303; box-shadow: 0 40px 90px rgba(0,0,0,.68), 0 0 0 7px rgba(0,0,0,.55); transform: rotate(3deg); }
.phone-frame::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 31px; pointer-events: none; }
.phone-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; border-radius: 31px; }
.phone-speaker { position: absolute; z-index: 3; top: 14px; left: 50%; width: 82px; height: 17px; border-radius: 0 0 13px 13px; background: #010202; transform: translateX(-50%); }
.visual-tag { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; background: rgba(7,14,12,.86); box-shadow: var(--shadow); color: #cbd4d0; font-size: .72rem; font-weight: 800; backdrop-filter: blur(12px); }
.visual-tag span { color: var(--gold); }
.tag-one { left: -20px; top: 23%; }
.tag-two { right: -8px; bottom: 18%; }
.tag-two span { color: var(--green); }

.section { position: relative; padding: 92px 0; border-bottom: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading h2, .spotlight-card h2, .soulja-section h2, .join-card h2, .details-section h2, .final-cta h2 {
  margin-bottom: 12px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(2.05rem, 4.6vw, 3.7rem); line-height: 1; letter-spacing: .005em; text-transform: uppercase;
}
.section-heading p:last-child, .split-heading > p { margin: 0; color: var(--muted); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: end; }
.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.feature-card, .steps-grid li { border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, rgba(15,27,24,.94), rgba(6,11,10,.94)); }
.feature-card { min-height: 174px; padding: 20px; }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 24px; border: 1px solid rgba(255,209,42,.28); border-radius: 12px; color: var(--gold); background: rgba(255,209,42,.06); font-size: 1.4rem; }
.feature-card h3 { margin-bottom: 8px; font-size: .84rem; text-transform: uppercase; letter-spacing: .04em; }
.feature-card p { margin: 0; color: #78837f; font-size: .76rem; }

.playbook-section { background: linear-gradient(180deg, rgba(3,8,7,.2), rgba(7,15,13,.9)); }
.steps-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps-grid li { position: relative; min-height: 190px; padding: 20px 15px 18px; text-align: center; }
.step-number { position: absolute; top: 10px; left: 10px; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #111; background: var(--gold); font-size: .7rem; font-weight: 950; }
.step-icon { display: block; margin: 20px 0 18px; color: #e3e9e6; font-size: 2rem; font-weight: 500; }
.steps-grid h3 { margin-bottom: 7px; font-size: .83rem; text-transform: uppercase; }
.steps-grid p { margin: 0; color: #7e8984; font-size: .7rem; }

.twin-section { padding-top: 68px; }
.twin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.spotlight-card { position: relative; min-height: 510px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.spotlight-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; }
.genesis-card { border-color: rgba(145,86,240,.42); background: #0c0714; }
.genesis-card::before { background: radial-gradient(circle at 82% 42%, rgba(141,54,255,.34), transparent 36%), linear-gradient(130deg, rgba(63,17,105,.4), transparent 55%); }
.hustle-card { border-color: rgba(39,191,105,.38); background: #07120c; }
.hustle-card::before { background: radial-gradient(circle at 90% 40%, rgba(20,187,93,.25), transparent 40%), linear-gradient(130deg, rgba(13,89,47,.3), transparent 55%); }
.spotlight-content { position: relative; z-index: 2; max-width: 73%; padding: 40px; }
.eyebrow.purple { color: #c3a6ff; }
.eyebrow.green { color: var(--green); }
.eyebrow.blue { color: var(--blue); }
.status-chip { display: inline-block; margin-left: 8px; padding: 4px 8px; border: 1px solid rgba(173,116,255,.55); border-radius: 999px; background: rgba(92,39,146,.32); font-size: .58rem; letter-spacing: .08em; }
.green-chip { color: #8ff5ba; border-color: rgba(70,226,138,.5); background: rgba(18,111,62,.28); }
.blue-chip { color: #8dd3ff; border-color: rgba(46,168,255,.52); background: rgba(20,100,153,.28); }
.spotlight-card h2 { font-size: clamp(2.25rem, 4vw, 3.25rem); }
.spotlight-content > p:not(.eyebrow) { color: #aab4af; font-size: .9rem; }
.spotlight-claim { color: white !important; font-size: 1.12rem !important; line-height: 1.45; }
.spotlight-claim strong { color: var(--gold); text-transform: uppercase; }
.fine-print { color: #79847f !important; font-size: .72rem !important; }
.genesis-art { position: absolute; right: -45px; bottom: -35px; width: 250px; height: 380px; border: 1px solid rgba(175,112,255,.28); border-radius: 140px 140px 0 0; background: linear-gradient(180deg, rgba(35,7,61,.35), #050208 72%); transform: rotate(8deg); }
.crown { position: absolute; top: 55px; left: 73px; color: var(--gold); font-size: 4.5rem; filter: drop-shadow(0 0 15px rgba(255,209,42,.35)); }
.mystery { position: absolute; right: 50px; bottom: 50px; color: rgba(190,136,255,.14); font-family: Impact, sans-serif; font-size: 9rem; }
.hustle-shot { position: absolute; right: -50px; bottom: -120px; width: 255px; height: auto; border: 7px solid rgba(6,12,10,.9); border-radius: 35px; opacity: .55; transform: rotate(-7deg); box-shadow: -20px 30px 60px #000; }

.soulja-section { background: radial-gradient(circle at 80% 50%, rgba(0,121,179,.16), transparent 25rem); }
.soulja-layout { display: grid; grid-template-columns: 1fr .36fr; gap: 20px 54px; align-items: center; }
.soulja-copy p:not(.eyebrow) { max-width: 680px; color: #aab4af; }
.soulja-copy strong { color: white; }
.soulja-mark { position: relative; place-self: center; }
.soulja-mark::before { content: ""; position: absolute; inset: 12%; border-radius: 50%; background: rgba(42,161,232,.22); filter: blur(35px); }
.soulja-mark img { position: relative; width: 210px; height: auto; filter: drop-shadow(0 25px 30px rgba(0,0,0,.5)); }
.metric-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin: 28px 0 0; border: 1px solid var(--line); border-radius: 16px; background: rgba(6,12,11,.75); }
.metric-grid div { min-height: 112px; display: grid; place-content: center; text-align: center; border-right: 1px solid var(--line); }
.metric-grid div:last-child { border-right: 0; }
.metric-grid dt { color: white; font-family: Impact, "Arial Black", sans-serif; font-size: 1.42rem; letter-spacing: .02em; text-transform: uppercase; }
.metric-grid dd { margin: 4px 0 0; color: #76827d; font-size: .7rem; text-transform: uppercase; letter-spacing: .09em; }

.learn-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 26px; }
.video-card { position: relative; min-height: 260px; display: flex; align-items: end; justify-content: space-between; overflow: hidden; padding: 34px; border: 1px solid rgba(255,209,42,.25); border-radius: var(--radius); background: radial-gradient(circle at 20% 20%, rgba(139,40,175,.2), transparent 33%), linear-gradient(125deg, #12141b, #07110f); box-shadow: var(--shadow); }
.video-card::before { content: "PLAYBOOK"; position: absolute; right: -18px; top: 18px; color: rgba(255,255,255,.035); font-family: Impact, sans-serif; font-size: 5.4rem; transform: rotate(-6deg); }
.video-copy { position: relative; display: grid; max-width: 66%; }
.video-copy strong { margin: 12px 0 6px; color: white; font-family: Impact, "Arial Black", sans-serif; font-size: 2rem; line-height: 1; text-transform: uppercase; }
.video-copy > span:last-child { color: #909b96; font-size: .82rem; }
.coming-soon { width: max-content; padding: 5px 9px; border-radius: 999px; color: #06150e; background: var(--green); font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.play-button { position: relative; display: grid; place-items: center; width: 72px; height: 72px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(0,0,0,.4); font-size: 1.3rem; }
.video-note { color: #69746f; font-size: .74rem; }
.join-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(13,24,21,.94), rgba(6,11,10,.94)); box-shadow: var(--shadow); }
.join-card > p:not(.eyebrow) { color: var(--muted); }
.join-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.social-grid a, .social-pending { display: grid; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; background: rgba(3,7,6,.42); }
.social-grid a:hover { border-color: rgba(255,209,42,.45); }
.social-grid strong { font-size: .76rem; }
.social-grid span { color: #68736e; font-size: .64rem; }
.social-pending { opacity: .56; }

.details-section { background: linear-gradient(90deg, rgba(34,9,61,.25), transparent 60%); }
.details-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.detail-list { display: grid; gap: 12px; }
.detail-list > div { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: rgba(8,15,13,.75); }
.detail-list span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: #d6c4ff; background: rgba(113,54,180,.22); font-weight: 900; }
.detail-list p { margin: 0; color: #8f9a95; font-size: .86rem; }
.detail-list strong { color: white; }

.faq-heading { text-align: center; margin-inline: auto; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.faq-grid details, .legal-copy details { border: 1px solid var(--line); border-radius: 11px; background: rgba(10,18,16,.8); }
.faq-grid summary, .legal-copy summary { position: relative; cursor: pointer; padding: 18px 48px 18px 20px; color: #edf2ef; font-weight: 800; list-style: none; }
.faq-grid summary::-webkit-details-marker, .legal-copy summary::-webkit-details-marker { display: none; }
.faq-grid summary::after { content: "+"; position: absolute; right: 19px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 1.3rem; }
.faq-grid details[open] summary::after { content: "−"; }
.faq-grid details p, .legal-copy details p { margin: 0; padding: 0 20px 19px; color: #8d9893; font-size: .83rem; }

.final-cta { padding: 68px 0; background: radial-gradient(circle at 65% 50%, rgba(255,209,42,.12), transparent 25rem); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta h2 { margin: 0; }
.site-footer { padding: 56px 0 30px; background: #020404; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 70px; align-items: start; }
.footer-brand { margin-bottom: 20px; }
.footer-grid p { max-width: 420px; color: #6f7b75; font-size: .78rem; }
.footer-grid nav, .legal-links { display: grid; gap: 9px; }
.footer-grid nav a, .legal-links a { color: #9aa59f; font-size: .78rem; }
.legal-copy { margin-top: 40px; padding-top: 25px; border-top: 1px solid var(--line); color: #87938d; font-size: .7rem; }
.legal-copy details { margin-bottom: 8px; background: transparent; }
.legal-copy summary { padding: 10px 14px; color: #87928d; }
.legal-copy details p { padding: 0 14px 12px; }

@media (max-width: 1040px) {
  .header-cta { display: none; }
  .site-nav { margin-left: auto; }
  .hero-layout { grid-template-columns: 1fr .72fr; gap: 35px; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .steps-grid { grid-template-columns: repeat(4, 1fr); }
  .spotlight-content { max-width: 82%; padding: 34px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-height: 68px; }
  .brand-street { font-size: 1.1rem; }
  .brand-syndicate { font-size: .95rem; }
  .menu-button { display: block; margin-left: auto; }
  .site-nav { position: absolute; top: 68px; left: 14px; right: 14px; display: none; grid-template-columns: 1fr 1fr; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 13px; background: rgba(4,9,8,.98); box-shadow: var(--shadow); }
  .site-nav[data-open="true"] { display: grid; }
  .site-nav a { padding: 13px; }
  .hero { min-height: 0; }
  .hero-layout { min-height: 0; grid-template-columns: minmax(0, 1fr); padding-top: 58px; gap: 48px; }
  .hero-copy { min-width: 0; text-align: center; }
  .kicker { justify-content: center; }
  .hero-command { font-size: clamp(2.75rem, 10.8vw, 3.4rem); }
  h1, .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-facts { grid-template-columns: 1fr 1fr; text-align: left; }
  .hero-visual { min-height: 560px; }
  .phone-frame { width: 286px; height: 530px; }
  .tag-one { left: 0; }
  .tag-two { right: 0; }
  .section { padding: 70px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 12px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card { min-height: 160px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid li { min-height: 175px; }
  .twin-grid { grid-template-columns: 1fr; }
  .spotlight-card { min-height: 540px; }
  .spotlight-content { max-width: 100%; padding: 30px; }
  .genesis-art { opacity: .3; }
  .hustle-shot { opacity: .22; }
  .soulja-layout { grid-template-columns: 1fr; text-align: center; }
  .soulja-copy p:not(.eyebrow) { margin-inline: auto; }
  .soulja-mark { grid-row: 1; }
  .soulja-mark img { width: 150px; }
  .metric-grid { grid-column: 1; grid-template-columns: 1fr 1fr; text-align: center; }
  .metric-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric-grid div:nth-child(odd) { border-right: 1px solid var(--line); }
  .metric-grid div:nth-last-child(-n+2) { border-bottom: 0; }
  .learn-grid, .details-grid { grid-template-columns: 1fr; gap: 42px; }
  .video-card { min-height: 230px; padding: 25px; }
  .video-copy { max-width: 75%; }
  .video-copy strong { font-size: 1.65rem; }
  .play-button { width: 58px; height: 58px; }
  .join-card { padding: 28px; }
  .faq-grid { grid-template-columns: 1fr; }
  .final-cta-inner { display: grid; text-align: center; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button-large { width: 100%; }
}

@media (max-width: 390px) {
  .hero-command { font-size: 2.58rem; }
  .feature-grid, .steps-grid, .social-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 145px; }
  .steps-grid li { min-height: 160px; }
  .hero-visual { min-height: 510px; }
  .phone-frame { width: 252px; height: 466px; }
  .visual-tag { font-size: .63rem; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric-grid div, .metric-grid div:nth-child(odd) { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric-grid div:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Localisation keeps the approved layout and lets longer copy wrap naturally. */
.language-bar { position: relative; z-index: 20; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 16px; padding-block: 10px; }
.language-picker { position: relative; background: transparent; overflow: visible; }
.language-picker summary { padding: 10px 14px; font-size: .85rem; cursor: pointer; color: var(--text); }
.language-picker nav { position: absolute; inset-inline-end: 0; top: 100%; width: min(340px, calc(100vw - 40px)); display: grid; grid-template-columns: 1fr 1fr; background: #09100f; border: 1px solid var(--line); border-radius: 12px; padding: 8px; box-shadow: var(--shadow); }
.language-picker a { display: flex; align-items: center; min-height: 44px; padding: 10px; font-size: .9rem; border-radius: 6px; }
.language-picker a:hover, .language-picker a[aria-current] { color: var(--gold); background: #18221d; }
.saved-language { color: var(--gold); font-size: .8rem; padding: 10px; }
.saved-language[hidden] { display: none; }
.screenshot-note { position: absolute; bottom: -22px; inset-inline: 0; text-align: center; font-size: .72rem; color: var(--muted); margin: 0; }
html:not([lang="en"]) .hero-command { font-size: clamp(2.5rem, 5.4vw, 5rem); line-height: 1.12; overflow-wrap: anywhere; }
html:not([lang="en"]) h2, html:not([lang="en"]) h3 { overflow-wrap: anywhere; }
.button { padding-block: 10px; text-align: center; }
.site-nav { margin-left: 0; margin-inline-start: auto; }
.brand { flex-shrink: 0; direction: ltr; }
.hero-facts { text-align: start; }
[dir="rtl"] .site-nav, [dir="rtl"] .menu-button { margin-left: 0; margin-inline-start: auto; }
[dir="rtl"] .kicker span { margin-right: 0; margin-inline-end: 8px; }
[dir="rtl"] .hero-visual, [dir="rtl"] .soulja-mark, [dir="rtl"] .metric-grid dt { direction: ltr; }
[dir="rtl"] .screenshot-note, [dir="rtl"] .visual-tag { direction: rtl; }
[dir="rtl"] .hero-command, :is([lang="bn"],[lang="hi"]) .hero-command { font-family: inherit; font-weight: 900; line-height: 1.35; letter-spacing: 0; }
:is([lang="ar"],[lang="ur"],[lang="bn"],[lang="hi"]) :is(h2,h3,.eyebrow,.kicker) { font-family: inherit; letter-spacing: 0; line-height: 1.5; }
[lang="ur"] { line-height: 1.9; }
@media (max-width: 760px) {
 html:not([lang="en"]) .hero-command { font-size: clamp(2rem, 8vw, 3.4rem); }
 .language-bar { padding-block: 5px; }
}
