
:root {
  --bg: #071017;
  --bg-soft: #0b151d;
  --bg-lift: #101c25;
  --surface: rgba(255, 255, 255, 0.055);
  --surface-strong: rgba(255, 255, 255, 0.085);
  --line: rgba(255, 255, 255, 0.105);
  --line-soft: rgba(255, 255, 255, 0.065);
  --text: #f7f5ee;
  --muted: #aeb9c0;
  --muted-2: #7e8c96;
  --gold: #f2c96d;
  --gold-strong: #e8ad45;
  --cyan: #6ed7df;
  --green: #76dfa4;
  --shadow: 0 28px 80px rgba(0,0,0,.34);
  --radius: 26px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; opacity: .13; pointer-events: none; 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='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 124px 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; transform: translateY(-160%); padding: 10px 16px; border-radius: 10px; background: white; color: #111; }
.skip-link:focus { transform: translateY(0); }
.announcement { position: relative; z-index: 30; min-height: 34px; display: grid; place-items: center; background: linear-gradient(90deg, #c89338, #f2c96d 48%, #d9a24a); color: #111820; font-size: 12px; font-weight: 780; letter-spacing: .02em; text-align: center; }
.announcement a { display: flex; gap: 9px; align-items: center; justify-content: center; padding: 7px 20px; }
.site-header { position: sticky; top: 0; z-index: 25; height: 78px; border-bottom: 1px solid var(--line-soft); background: rgba(7,16,23,.76); backdrop-filter: blur(18px) saturate(135%); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark, .final-logo { display: inline-flex; align-items: center; gap: 3px; color: var(--gold); font-weight: 900; letter-spacing: -.08em; }
.brand-mark { font-size: 18px; }
.brand-globe { position: relative; width: 19px; height: 19px; display: inline-block; border: 1.8px solid currentColor; border-radius: 50%; }
.brand-globe::before, .brand-globe::after { content: ""; position: absolute; inset: 3px 6px; border-left: 1px solid currentColor; border-right: 1px solid currentColor; border-radius: 50%; opacity: .8; }
.brand-globe::after { inset: 8px 2px auto; height: 1px; border: 0; border-top: 1px solid currentColor; border-radius: 0; }
.brand-name { color: #f6f4ee; font-size: 13px; font-weight: 780; letter-spacing: .16em; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a, .footer-inner a { color: var(--muted); font-size: 13px; font-weight: 650; transition: color .2s ease; }
.desktop-nav a:hover, .footer-inner a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switcher { display: flex; gap: 2px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); }
.language-switcher a { display: grid; place-items: center; min-width: 31px; height: 27px; border-radius: 999px; color: var(--muted-2); font-size: 10px; font-weight: 800; letter-spacing: .05em; transition: .2s ease; }
.language-switcher a:hover { color: var(--text); }
.language-switcher a.active { background: rgba(242,201,109,.16); color: var(--gold); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 780; font-size: 14px; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 15px; }
.button-small { min-height: 39px; padding-inline: 17px; font-size: 12px; }
.button-large { min-height: 60px; padding-inline: 30px; }
.button-solid { background: rgba(242,201,109,.12); border-color: rgba(242,201,109,.34); color: var(--gold); }
.button-solid:hover { background: rgba(242,201,109,.19); box-shadow: 0 10px 30px rgba(232,173,69,.12); }
.button-primary { background: linear-gradient(135deg, #f7d57f, #e8ad45); color: #111820; box-shadow: 0 15px 42px rgba(232,173,69,.2); }
.button-primary:hover { box-shadow: 0 18px 46px rgba(232,173,69,.29); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.035); color: var(--text); }
.button-ghost:hover { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.button-light { background: #f6f4ed; color: #0d151b; box-shadow: 0 14px 36px rgba(0,0,0,.15); }
.menu-toggle, .mobile-menu, .mobile-sticky-cta { display: none; }
.hero { position: relative; min-height: calc(100vh - 112px); display: flex; align-items: center; padding: 76px 0 80px; isolation: isolate; overflow: hidden; border-bottom: 1px solid var(--line-soft); }
.hero-grid-bg { position: absolute; inset: 0; z-index: -3; opacity: .33; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent 84%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(7,16,23,.2), transparent 60%), radial-gradient(circle at 75% 45%, rgba(57,152,168,.1), transparent 36%); }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(12px); opacity: .45; }
.hero-orb-one { width: 430px; height: 430px; right: -120px; top: 40px; background: radial-gradient(circle, rgba(88,196,204,.23), transparent 67%); }
.hero-orb-two { width: 390px; height: 390px; left: 8%; bottom: -250px; background: radial-gradient(circle, rgba(242,201,109,.16), transparent 68%); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .82fr); gap: 78px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--gold); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: currentColor; box-shadow: 0 0 14px currentColor; }
.eyebrow.centered { justify-content: center; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 26px; font-size: clamp(48px, 5.2vw, 78px); line-height: .99; letter-spacing: -.058em; font-weight: 790; }
h1 span { display: block; color: transparent; background: linear-gradient(110deg, #f7d57f, #e6aa40 62%, #f0c66c); -webkit-background-clip: text; background-clip: text; }
.hero-text { max-width: 660px; margin-bottom: 33px; color: #bdc8ce; font-size: 17px; line-height: 1.72; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 18px 0 0; color: var(--muted-2); font-size: 12px; }
.hero-note span { display: grid; place-items: center; width: 18px; height: 18px; border: 1px solid rgba(118,223,164,.34); border-radius: 50%; color: var(--green); font-size: 10px; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 650px; margin-top: 48px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-stats div { padding-right: 19px; }
.hero-stats strong { display: block; color: var(--text); font-size: 24px; line-height: 1; letter-spacing: -.04em; }
.hero-stats span { display: block; margin-top: 8px; color: var(--muted-2); font-size: 10px; line-height: 1.25; text-transform: uppercase; letter-spacing: .1em; }
.hero-visual { position: relative; width: 100%; max-width: 515px; margin-left: auto; }
.visual-frame { position: relative; z-index: 2; padding: 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 35px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.025)); box-shadow: var(--shadow); transform: rotate(1.7deg); }
.visual-frame img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 27px; }
.image-shade { position: absolute; inset: 9px; border-radius: 27px; background: linear-gradient(to top, rgba(4,10,14,.72), transparent 40%), linear-gradient(110deg, rgba(7,16,23,.18), transparent 45%); pointer-events: none; }
.visual-glow { position: absolute; inset: 9%; z-index: -1; border-radius: 50%; background: rgba(101,211,220,.32); filter: blur(60px); }
.visual-caption { position: absolute; left: 32px; bottom: 27px; display: flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(5,13,18,.64); backdrop-filter: blur(12px); color: #e8eef0; font-size: 11px; font-weight: 650; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(118,223,164,.12), 0 0 15px rgba(118,223,164,.6); }
.floating-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: rgba(8,18,24,.78); backdrop-filter: blur(14px); box-shadow: 0 14px 40px rgba(0,0,0,.23); color: #ecf1f2; font-size: 11px; font-weight: 720; transform: rotate(-1.7deg); }
.floating-chip span { color: var(--gold); }
.chip-one { top: 44px; left: -50px; }
.chip-two { right: -36px; bottom: 88px; }
.visual-ring { position: absolute; z-index: 0; border: 1px solid rgba(242,201,109,.19); border-radius: 50%; }
.ring-one { width: 510px; height: 510px; right: -55px; top: -35px; }
.ring-two { width: 575px; height: 575px; right: -87px; top: -67px; border-color: rgba(110,215,223,.12); }
.hero-scroll { position: absolute; bottom: 24px; left: 50%; width: 22px; height: 37px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; transform: translateX(-50%); }
.hero-scroll span { position: absolute; top: 8px; left: 9px; width: 2px; height: 7px; border-radius: 2px; background: var(--gold); animation: scrollHint 1.8s ease-in-out infinite; }
@keyframes scrollHint { 0%,100%{transform:translateY(0);opacity:.35} 45%{transform:translateY(10px);opacity:1} }
.section-heading h2, .community-copy h2, .universe-copy h2, .faq-title h2, .final-content h2 { margin-bottom: 21px; font-size: clamp(38px, 4vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p, .split-heading > p, .community-copy > p, .universe-copy > p, .faq-item p, .final-content > p { color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; margin-bottom: 52px; }
.split-heading > p { max-width: 480px; margin-bottom: 8px; font-size: 15px; line-height: 1.75; }
.pace { background: linear-gradient(180deg, #09131a, #071017); }
.pace-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pace-card { position: relative; min-height: 270px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, rgba(255,255,255,.068), rgba(255,255,255,.018)); }
.pace-card::after { content:""; position:absolute; width:170px;height:170px;right:-72px;bottom:-95px;border-radius:50%;background:radial-gradient(circle,rgba(242,201,109,.16),transparent 68%); }
.pace-card:nth-child(2)::after { background:radial-gradient(circle,rgba(110,215,223,.18),transparent 68%); }
.pace-card:nth-child(3)::after { background:radial-gradient(circle,rgba(118,223,164,.15),transparent 68%); }
.pace-time { margin-bottom: 74px; color: var(--gold); font-size: 12px; font-weight: 840; letter-spacing: .1em; text-transform: uppercase; }
.pace-card h3 { margin-bottom: 11px; font-size: 21px; letter-spacing: -.025em; }
.pace-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.world { background: #071017; }
.section-heading.centered { max-width: 760px; margin: 0 auto 55px; text-align: center; }
.section-heading.centered > p:last-child { max-width: 630px; margin: 0 auto; font-size: 15px; line-height: 1.75; }
.world-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.world-card { position: relative; min-height: 270px; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.world-card:hover { transform: translateY(-4px); background: var(--surface-strong); border-color: rgba(242,201,109,.23); }
.world-card:nth-child(1), .world-card:nth-child(2) { grid-column: span 6; }
.world-card:nth-child(n+3) { grid-column: span 4; }
.world-card:nth-child(1) { background: radial-gradient(circle at 90% 20%, rgba(242,201,109,.12), transparent 31%), var(--surface); }
.world-card:nth-child(2) { background: radial-gradient(circle at 90% 20%, rgba(110,215,223,.12), transparent 31%), var(--surface); }
.world-card:nth-child(3) { background: radial-gradient(circle at 90% 20%, rgba(242,201,109,.11), transparent 31%), var(--surface); }
.world-card:nth-child(4) { background: radial-gradient(circle at 90% 20%, rgba(209,93,91,.1), transparent 31%), var(--surface); }
.world-card:nth-child(5) { background: radial-gradient(circle at 90% 20%, rgba(110,215,223,.1), transparent 31%), var(--surface); }
.world-card:nth-child(6) { background: radial-gradient(circle at 90% 20%, rgba(118,223,164,.1), transparent 31%), var(--surface); }
.world-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 48px; }
.world-icon { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.05); font-size: 23px; }
.world-meta { color: var(--muted-2); font-size: 9px; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.world-card h3 { max-width: 330px; margin-bottom: 11px; font-size: 22px; letter-spacing: -.03em; }
.world-card p { max-width: 420px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.68; }
.card-arrow { position: absolute; right: 24px; bottom: 21px; color: var(--muted-2); font-size: 18px; }
.universe { overflow: hidden; border-block: 1px solid var(--line-soft); background: linear-gradient(135deg, #0c1820, #09131a); }
.universe-lines { position: absolute; inset: -30% -10%; opacity: .14; transform: rotate(-8deg); background-image: repeating-linear-gradient(90deg, transparent 0 64px, rgba(242,201,109,.3) 65px, transparent 66px); mask-image: radial-gradient(circle at center, black, transparent 68%); }
.universe-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.universe-copy > p { max-width: 470px; font-size: 14px; line-height: 1.78; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid rgba(242,201,109,.35); color: var(--gold); font-size: 13px; font-weight: 760; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 9px; align-content: center; }
.tag-cloud span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.035); color: #cbd4d8; font-size: 11px; font-weight: 620; transition: .2s ease; }
.tag-cloud span:nth-child(4n+1) { border-color: rgba(242,201,109,.19); }
.tag-cloud span:nth-child(5n+2) { border-color: rgba(110,215,223,.18); }
.tag-cloud span:hover { transform: translateY(-2px); color: white; background: rgba(255,255,255,.07); }
.community { background: #f0ede4; color: #10171c; }
.community .eyebrow { color: #92671e; }
.community-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.community-copy h2 { max-width: 560px; }
.community-copy > p { max-width: 550px; color: #53616a; font-size: 15px; line-height: 1.77; }
.check-list { display: grid; gap: 12px; margin: 28px 0 33px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; color: #2d3940; font-size: 13px; font-weight: 700; }
.check-list span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(22,129,93,.1); color: #16815d; font-size: 11px; }
.community-feed { overflow: hidden; border: 1px solid rgba(8,17,23,.13); border-radius: 30px; background: #0b151c; box-shadow: 0 30px 80px rgba(23,34,39,.2); color: white; }
.feed-header { display: flex; align-items: center; gap: 11px; padding: 21px 23px; border-bottom: 1px solid rgba(255,255,255,.08); color: #b9c4ca; font-size: 11px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.feed-dots { display: flex; gap: 5px; margin-left: auto; }
.feed-dots i { width: 4px; height: 4px; border-radius: 50%; background: #56646c; }
.feed-item { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 24px; border-bottom: 1px solid rgba(255,255,255,.075); transition: background .2s ease; }
.feed-item:last-child { border-bottom: 0; }
.feed-item:hover { background: rgba(255,255,255,.035); }
.feed-type { display: inline-block; margin-bottom: 7px; color: var(--gold); font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.feed-item h3 { margin-bottom: 4px; font-size: 17px; letter-spacing: -.02em; }
.feed-item p { margin: 0; color: #8d9aa2; font-size: 11px; }
.feed-arrow { display: grid; place-items: center; flex: 0 0 auto; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; color: #9dabb2; }
.start { background: #071017; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; max-width: 1040px; margin: 65px auto 0; }
.steps::before { content:""; position:absolute; top:27px; left:16.66%; right:16.66%; height:1px; background:linear-gradient(90deg,rgba(242,201,109,.1),rgba(242,201,109,.42),rgba(242,201,109,.1)); }
.step { position: relative; z-index: 1; text-align: center; }
.step-number { display: grid; place-items: center; width: 55px; height: 55px; margin: 0 auto 25px; border: 1px solid rgba(242,201,109,.27); border-radius: 50%; background: #0b151d; color: var(--gold); font-size: 11px; font-weight: 850; letter-spacing: .08em; box-shadow: 0 0 0 9px #071017; }
.step h3 { margin-bottom: 10px; font-size: 20px; }
.step p { max-width: 265px; margin: 0 auto; color: var(--muted); font-size: 12px; line-height: 1.68; }
.center-cta { margin-top: 56px; text-align: center; }
.faq { border-top: 1px solid var(--line-soft); background: #09131a; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-title { position: sticky; top: 130px; }
.faq-mark { display: grid; place-items: center; width: 126px; height: 126px; margin-top: 38px; border: 1px solid rgba(242,201,109,.18); border-radius: 50%; color: rgba(242,201,109,.25); font-size: 67px; font-weight: 260; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 680; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { display: grid; place-items: center; flex: 0 0 auto; width: 31px; height: 31px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { max-width: 650px; margin: -4px 50px 25px 0; font-size: 13px; line-height: 1.75; }
.final-cta { padding-top: 0; background: #09131a; }
.final-card { position: relative; min-height: 460px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(242,201,109,.21); border-radius: 38px; background: linear-gradient(135deg, #0e1e27, #081219); box-shadow: var(--shadow); }
.final-glow { position: absolute; width: 650px; height: 650px; left: 50%; top: 50%; border-radius: 50%; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(242,201,109,.16), transparent 65%); }
.final-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 58px 58px; mask-image: radial-gradient(circle at center, black, transparent 72%); }
.final-content { position: relative; z-index: 1; max-width: 790px; padding: 70px 24px; text-align: center; }
.final-logo { justify-content: center; margin-bottom: 27px; font-size: 31px; }
.final-logo .brand-globe { width: 33px; height: 33px; }
.final-content h2 { font-size: clamp(39px, 4.4vw, 64px); }
.final-content > p { max-width: 580px; margin: 0 auto 30px; font-size: 15px; }
.site-footer { border-top: 1px solid var(--line-soft); background: #071017; }
.footer-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-inner p { margin: 0; color: var(--muted-2); font-size: 10px; }
.footer-inner > div { display: flex; gap: 22px; }
.footer-inner > div a { font-size: 10px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: none; }
@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
  .menu-toggle span { position: absolute; width: 15px; height: 1px; background: var(--text); transition: .2s ease; }
  .menu-toggle span:first-child { transform: translateY(-3px); }.menu-toggle span:last-child { transform: translateY(3px); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
  .mobile-menu { position: absolute; top: 78px; left: 0; right: 0; display: grid; gap: 0; padding: 5px 20px 17px; border-bottom: 1px solid var(--line); background: rgba(7,16,23,.97); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .mobile-menu.open { opacity: 1; visibility: visible; transform: none; }
  .mobile-menu a { padding: 13px 0; border-bottom: 1px solid var(--line-soft); color: var(--muted); font-size: 13px; }
  .hero-layout { grid-template-columns: 1fr 420px; gap: 35px; }
  h1 { font-size: clamp(45px, 6vw, 65px); }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .hero-stats div:nth-child(n+3) { padding-top: 12px; border-top: 1px solid var(--line-soft); }
  .chip-one { left: -26px; }.chip-two { right: -20px; }
  .community-layout, .universe-layout, .faq-layout { gap: 50px; }
}
@media (max-width: 820px) {
  .announcement { font-size: 10px; }
  .site-header { height: 68px; }
  .mobile-menu { top: 68px; }
  .header-cta { display: none; }
  .brand-name { font-size: 11px; }
  .hero { min-height: auto; padding: 72px 0 80px; }
  .hero-layout { grid-template-columns: 1fr; gap: 65px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-text { margin-inline: auto; }
  .hero-buttons { justify-content: center; }
  .hero-note { justify-content: center; }
  .hero-stats { max-width: 540px; margin-inline: auto; }
  .hero-visual { margin: 0 auto; max-width: 500px; }
  .hero-scroll { display: none; }
  .section { padding: 90px 0; }
  .split-heading, .universe-layout, .community-layout, .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .split-heading { margin-bottom: 40px; }
  .pace-grid { grid-template-columns: 1fr; }
  .pace-card { min-height: 220px; }
  .pace-time { margin-bottom: 48px; }
  .world-card:nth-child(n) { grid-column: span 6; }
  .community-copy { text-align: center; }
  .community-copy .eyebrow { justify-content: center; }
  .community-copy h2, .community-copy > p { margin-inline: auto; }
  .check-list { max-width: 330px; margin-inline: auto; text-align: left; }
  .faq-title { position: relative; top: auto; text-align: center; }
  .faq-title .eyebrow { justify-content: center; }
  .faq-mark { display: none; }
  .steps { gap: 20px; }
  .footer-inner { flex-wrap: wrap; justify-content: center; padding: 28px 0; text-align: center; }
  .footer-inner p { flex-basis: 100%; order: 3; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .announcement a { padding-inline: 12px; }
  .announcement a span:last-child { display: none; }
  .brand-name { display: none; }
  .language-switcher a { min-width: 29px; }
  .hero { padding-top: 56px; }
  h1 { font-size: 45px; }
  .hero-text { font-size: 15px; line-height: 1.68; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .button { width: 100%; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); text-align: left; }
  .hero-stats div { padding: 0; }
  .visual-frame { border-radius: 27px; padding: 7px; }
  .visual-frame img, .image-shade { border-radius: 21px; }
  .image-shade { inset: 7px; }
  .visual-caption { left: 19px; bottom: 18px; max-width: calc(100% - 38px); }
  .floating-chip { font-size: 9px; padding: 9px 11px; }
  .chip-one { top: 24px; left: -8px; }.chip-two { right: -7px; bottom: 76px; }
  .ring-one, .ring-two { display: none; }
  .section { padding: 76px 0; }
  .section-heading h2, .community-copy h2, .universe-copy h2, .faq-title h2, .final-content h2 { font-size: 38px; }
  .split-heading { gap: 8px; }
  .pace-card { padding: 25px; }
  .world-grid { grid-template-columns: 1fr; }
  .world-card:nth-child(n) { grid-column: auto; min-height: 246px; }
  .world-card-top { margin-bottom: 39px; }
  .tag-cloud { gap: 7px; }
  .tag-cloud span { padding: 8px 11px; font-size: 10px; }
  .community-feed { border-radius: 24px; }
  .feed-item { padding: 22px 18px; }
  .feed-item h3 { font-size: 15px; }
  .feed-item p { padding-right: 5px; }
  .steps { grid-template-columns: 1fr; gap: 37px; }
  .steps::before { top: 25px; bottom: 25px; left: 50%; right: auto; width: 1px; height: auto; background: linear-gradient(rgba(242,201,109,.12),rgba(242,201,109,.42),rgba(242,201,109,.12)); }
  .step { padding: 0 24px; }
  .step-number { box-shadow: 0 0 0 9px #071017; }
  .faq-item summary { font-size: 14px; line-height: 1.45; }
  .final-card { min-height: 440px; border-radius: 28px; }
  .final-content { padding: 58px 20px 78px; }
  .site-footer { padding-bottom: 76px; }
  .mobile-sticky-cta { position: fixed; left: 14px; right: 14px; bottom: 12px; z-index: 40; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: linear-gradient(135deg, #f7d57f, #e8ad45); color: #111820; box-shadow: 0 12px 40px rgba(0,0,0,.4); font-size: 13px; font-weight: 850; opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
  .mobile-sticky-cta.visible { opacity: 1; transform: none; pointer-events: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
