:root {
  --black: #050505;
  --charcoal: #141414;
  --charcoal-2: #242424;
  --yellow: #ffd400;
  --yellow-dark: #ba9800;
  --paper: #f5f5f2;
  --white: #fff;
  --text: #0b0b0b;
  --muted: #656565;
  --line: #dedede;
  --display: 'Barlow Condensed', Impact, sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--text); font-family: var(--body); }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 20; top: -60px; left: 12px; padding: 10px 14px; background: var(--yellow); color: var(--black); }
.skip-link:focus { top: 12px; }

.site-header { background: var(--black); color: var(--white); border-bottom: 1px solid #292929; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; height: 78px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: 68px; height: 68px; object-fit: contain; }
.nav nav { display: flex; align-items: center; gap: 27px; }
.nav nav a, footer a { display: inline-flex; align-items: center; min-height: 20px; color: #c8c8c8; font-size: 13px; line-height: 1; text-decoration: none; white-space: nowrap; }
.nav nav a:hover, footer a:hover { color: var(--yellow); }
.nav-button { padding: 10px 14px; background: var(--yellow); color: var(--black); font-size: 13px; font-weight: 700; text-decoration: none; }
.nav-button span { margin-left: 7px; }

.hero { color: var(--white); background: radial-gradient(600px 370px at 78% 25%, #302806 0%, transparent 70%), var(--black); }
.hero-grid { display: grid; grid-template-columns: 1fr 490px; gap: 76px; align-items: center; min-height: 575px; padding: 67px 0; }
.kicker { margin: 0 0 15px; color: var(--yellow); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.kicker i { display: inline-block; width: 20px; height: 2px; margin-right: 8px; vertical-align: middle; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 800; line-height: .89; text-transform: uppercase; }
.hero h1 { font-size: clamp(70px, 7.3vw, 104px); letter-spacing: -.045em; }
h1 em, h2 em { color: var(--yellow); font-style: normal; }
.intro { max-width: 430px; margin: 27px 0; color: #dedede; font-size: 18px; line-height: 1.55; }
.actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; padding: 14px 17px; border: 1px solid transparent; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 20px; line-height: 1; }
.button-lime { background: var(--yellow); color: var(--black); }
.button-dark { background: var(--black); color: var(--white); }
.button-link { color: var(--white); font-size: 13px; font-weight: 700; text-decoration: none; }
.button-link span { margin-left: 5px; color: var(--yellow); }
.microcopy { display: flex; align-items: center; gap: 9px; margin: 43px 0 0; color: #b7b7b7; font-size: 12px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(255,212,0,.16); }
.hero-visual { position: relative; height: 490px; isolation: isolate; }
.hero-logo-glow { position: absolute; top: 16px; right: -26px; z-index: -1; width: 350px; height: 350px; background: url('img/logo.webp') center / contain no-repeat; opacity: .38; filter: blur(7px) saturate(1.35); mix-blend-mode: screen; -webkit-mask-image: radial-gradient(circle, #000 30%, transparent 72%); mask-image: radial-gradient(circle, #000 30%, transparent 72%); transform: rotate(-8deg); }
.hero-visual .hero-card { position: absolute; z-index: 1; right: 0; bottom: 0; width: 405px; }

.hero-card { overflow: hidden; border: 1px solid #535353; background: var(--charcoal); box-shadow: 18px 18px 0 #000; }
.card-top { display: flex; justify-content: space-between; padding: 15px 18px; border-bottom: 1px solid #3c3c3c; color: #aaa; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.status { color: var(--yellow); }
.card-body { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; padding: 28px 25px; background: #151515; }
.level { display: grid; align-content: center; gap: 2px; padding-left: 15px; border-left: 3px solid var(--yellow); }
.level span, .energy span, .quests small { color: #aaa; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.level strong { font-family: var(--display); font-size: 78px; line-height: .7; letter-spacing: .04em; }
.level b { color: var(--yellow); font-family: var(--display); font-size: 22px; }
.energy { padding: 14px; background: var(--charcoal-2); }
.energy strong { display: block; margin: 10px 0 6px; color: var(--yellow); font-family: var(--display); font-size: 36px; line-height: 1; }
.energy > div { height: 7px; background: #555; }.energy i { display: block; width: 82%; height: 100%; background: var(--yellow); }
.quests { border-top: 1px solid #3c3c3c; }.quests > div { display: grid; grid-template-columns: 32px 1fr auto; gap: 10px; align-items: center; padding: 14px 18px; border-bottom: 1px solid #3c3c3c; }
.quest-icon { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #555; color: var(--yellow); font-family: var(--display); font-size: 13px; }.quests p { display: grid; gap: 2px; margin: 0; }.quests b { font-size: 12px; }.quests > div > strong { color: var(--yellow); font-size: 10px; }
.card-footer { margin: 0; padding: 13px 18px; background: var(--yellow); color: var(--black); font-family: var(--display); font-size: 14px; font-weight: 800; letter-spacing: .1em; }.card-footer span { margin: 0 12px; color: #8b7000; }

.ticker { display: flex; height: 51px; align-items: center; overflow: hidden; background: var(--yellow); color: var(--black); font-family: var(--display); font-size: 20px; font-weight: 800; letter-spacing: .07em; white-space: nowrap; }
.ticker-track { display: flex; width: max-content; animation: marquee 40s linear infinite; will-change: transform; }.ticker-track span { display: block; flex: none; }.ticker b { margin: 0 16px; color: #8b7000; }@keyframes marquee { to { transform: translate3d(-25%,0,0); } }

.section { padding: 108px 0; }.benefits { background: var(--paper); }.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; }.section-head h2 { font-size: clamp(53px, 6.2vw, 77px); letter-spacing: -.03em; }.section-head h2 em, .membership-head h2 em { color: #a08000; }.section-head > p { max-width: 335px; margin: 0; color: #606060; font-size: 14px; line-height: 1.65; }
.benefits .kicker, .membership .kicker { color: #6b5700; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 54px; }.benefit-grid article { min-height: 272px; padding: 28px; border: 1px solid var(--line); background: var(--white); }.benefit-grid article > span { color: #9b7a00; font-family: var(--display); font-size: 15px; font-weight: 800; letter-spacing: .12em; }.benefit-grid h3 { margin-top: 37px; font-size: 41px; }.benefit-grid p { max-width: 250px; color: #666; font-size: 13px; line-height: 1.6; }.benefit-grid a { display: inline-block; margin-top: 3px; color: #785f00; font-size: 12px; font-weight: 700; text-decoration: none; }

.membership { background: #eeeeea; }.plans { display: grid; grid-template-columns: 1fr 1.08fr; gap: 18px; margin-top: 48px; }.plan { position: relative; padding: 35px; border: 1px solid #d0d0ca; background: var(--white); }.plan-featured { border-color: var(--black); background: var(--charcoal); color: var(--white); box-shadow: 10px 10px 0 var(--yellow-dark); }.badge { position: absolute; top: 0; right: 0; margin: 0; padding: 8px 12px; background: var(--yellow); color: var(--black); font-size: 9px; font-weight: 700; letter-spacing: .12em; }.plan-label { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 21px; font-weight: 800; letter-spacing: .07em; }.plan-label span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: #e5e5de; font-family: var(--body); font-size: 11px; }.plan-featured .plan-label span { background: var(--yellow); color: var(--black); }.plan-copy { max-width: 285px; min-height: 42px; margin: 17px 0 22px; color: #666; font-size: 14px; line-height: 1.5; }.plan-featured .plan-copy { color: #c7c7c7; }.price { margin: 0 0 21px; padding-top: 17px; border-top: 1px solid #d9d9d3; color: #606060; font-size: 13px; }.plan-featured .price { border-color: #3e3e3e; color: #bcbcbc; }.price strong { margin-right: 7px; color: var(--black); font-family: var(--display); font-size: 60px; line-height: .8; }.plan-featured .price strong { color: var(--white); }.plan ul { margin: 0; padding: 20px 0 0; border-top: 1px solid #d9d9d3; list-style: none; font-size: 13px; line-height: 1.9; }.plan-featured ul { border-color: #3e3e3e; }.plan li { position: relative; padding-left: 20px; }.plan li::before { position: absolute; left: 0; content: '✓'; color: #9b7a00; font-weight: 700; }.plan-featured li::before { color: var(--yellow); }.limited { margin: 15px 0 0; color: var(--yellow); font-size: 10px; font-weight: 700; letter-spacing: .1em; }.ios-note { margin: 26px 0 0; color: #606060; font-size: 12px; text-align: center; }

.cta { background: var(--black); color: var(--white); }.cta-inner { display: flex; align-items: end; justify-content: space-between; }.cta h2 { font-size: clamp(56px, 6.3vw, 79px); letter-spacing: -.03em; }.cta-inner > div:last-child { max-width: 290px; }.cta-inner > div:last-child p { margin: 0 0 21px; color: #c6c6c6; font-size: 14px; line-height: 1.6; }
footer { background: #000; color: var(--white); border-top: 1px solid #303030; }.footer { display: grid; grid-template-columns: 74px 1fr auto auto; align-items: center; gap: 22px; padding: 21px 0; }.footer .brand img { width: 64px; height: 64px; }.footer-identity { display: grid; gap: 3px; }.footer-identity strong { color: var(--white); font-family: var(--display); font-size: 15px; letter-spacing: .08em; }.footer-identity span { color: #999; font-size: 11px; }.footer-identity a { min-height: 0; color: var(--yellow); font-size: 11px; }.footer-links { display: flex; gap: 19px; }.footer-made { display: grid; gap: 1px; justify-items: end; color: var(--white); font-size: 12px; font-weight: 700; }.footer-made span { color: #999; font-size: 9px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 850px) { .hero-grid { grid-template-columns: 1fr 410px; gap: 35px; }.hero-card { transform: scale(.9); transform-origin: right center; }.nav nav { gap: 16px; }.footer { grid-template-columns: 64px 1fr; gap: 14px 18px; }.footer .brand img { width: 58px; height: 58px; }.footer-links { grid-column: 1; grid-row: 2; }.footer-made { grid-column: 2; grid-row: 2; justify-items: end; } }
@media (max-width: 700px) { .container { width: min(100% - 32px, 1160px); }.nav { height: 68px; }.nav nav { display: none; }.nav-button { padding: 8px 10px; font-size: 12px; }.brand img { width: 55px; height: 55px; }.hero-grid { grid-template-columns: 1fr; min-height: 0; padding: 56px 0 15px; }.hero h1 { font-size: clamp(67px, 19vw, 89px); }.intro { font-size: 17px; }.hero-visual { height: 470px; margin: 28px 0 25px; }.hero-logo-glow { top: 0; right: -15px; width: 250px; height: 250px; opacity: .2; }.hero-visual .hero-card { width: calc(100% - 8px); box-shadow: 8px 8px 0 #000; }.card-body { padding: 22px; }.level strong { font-size: 67px; }.ticker { height: 46px; font-size: 18px; }.section { padding: 75px 0; }.section-head, .cta-inner { display: block; }.section-head > p { margin-top: 22px; }.benefit-grid, .plans { grid-template-columns: 1fr; gap: 14px; margin-top: 37px; }.benefit-grid article { min-height: 0; padding: 25px; }.plan { padding: 29px 24px; }.plan-featured { box-shadow: 7px 7px 0 var(--yellow-dark); }.cta-inner > div:last-child { margin-top: 27px; }.footer { grid-template-columns: 64px 1fr; gap: 15px; }.footer .brand img { width: 58px; height: 58px; }.footer-links { grid-column: 1 / -1; grid-row: 3; order: 3; }.footer-made { grid-column: 2; grid-row: 2; justify-items: start; } }
