:root {
  --red: #f10000;
  --red-700: #8d0000;
  --red-800: #760000;
  --red-950: #240000;
  --gold: #ffd700;
  --gold-soft: #ffec8a;
  --ink: #0d0d0f;
  --ink-2: #17171b;
  --paper: #ffffff;
  --paper-2: #fff8f5;
  --line: rgba(19, 19, 22, .11);
  --muted: #66666f;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --shadow: 0 24px 70px rgba(61, 0, 0, .13);
  --container: 1180px;
  --header-h: 78px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 18px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
::selection { color: #fff; background: var(--red-700); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: #000; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.notice-bar { color: #fff; background: #160000; border-bottom: 1px solid rgba(255,255,255,.1); }
.notice-inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; }
.notice-inner p { margin: 0; font-size: .78rem; letter-spacing: .01em; }
.notice-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(255,215,0,.13); }

.site-header { position: sticky; z-index: 1000; top: 0; height: var(--header-h); background: rgba(255,255,255,.91); border-bottom: 1px solid rgba(118,0,0,.08); backdrop-filter: saturate(170%) blur(18px); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.97); box-shadow: 0 10px 35px rgba(54,0,0,.09); }
.header-inner { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { position: relative; display: inline-flex; align-items: center; min-width: 185px; }
.brand img { width: auto; height: 48px; object-fit: contain; }
.brand-fallback { display: none; font-weight: 950; letter-spacing: -.04em; color: var(--red-700); }
.brand.image-error img { display: none; }
.brand.image-error .brand-fallback { display: inline; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 26px; }
.primary-nav a { position: relative; color: #39393f; font-size: .92rem; font-weight: 750; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; border-radius: 4px; background: linear-gradient(90deg,var(--red),var(--gold)); transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; gap: 10px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: #161619; transition: .25s ease; }

.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border: 1px solid transparent; border-radius: 13px; font-size: .91rem; font-weight: 850; letter-spacing: -.01em; transition: transform .2s var(--ease), box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, .slider-btn:focus-visible, .nav-toggle:focus-visible, .back-top:focus-visible { outline: 3px solid rgba(241,0,0,.26); outline-offset: 3px; }
.btn-sm { min-height: 42px; padding-inline: 18px; }
.btn-lg { min-height: 56px; padding-inline: 26px; border-radius: 15px; }
.btn-primary { color: #fff; background: linear-gradient(135deg,var(--red),var(--red-700)); box-shadow: 0 12px 30px rgba(241,0,0,.23); }
.btn-primary:hover { box-shadow: 0 17px 38px rgba(241,0,0,.3); }
.btn-ghost { color: var(--red-700); background: #fff; border-color: rgba(141,0,0,.18); }
.btn-dark { color: #fff; background: #151519; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.btn-gold { color: #280000; background: linear-gradient(135deg,#fff2a6,var(--gold)); box-shadow: 0 15px 35px rgba(255,215,0,.2); }
.btn-light { color: var(--red-700); background: #fff; }
.btn-outline-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.45); }

.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 10% 8%, rgba(241,0,0,.38), transparent 32%), linear-gradient(135deg,#1a0000 0%,#4a0000 45%,#760000 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom,black,transparent 85%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .5; pointer-events: none; }
.hero-orb-one { width: 430px; height: 430px; right: -170px; top: -150px; background: rgba(255,215,0,.22); }
.hero-orb-two { width: 330px; height: 330px; left: -170px; bottom: -190px; background: rgba(241,0,0,.42); }
.hero-grid { position: relative; z-index: 1; min-height: 680px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; padding-block: 70px 86px; }
.hero-copy { max-width: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px; margin-bottom: 20px; color: var(--gold-soft); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-size: .74rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow-separator { opacity: .55; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { line-height: 1.14; letter-spacing: -.04em; }
h1 { max-width: 760px; margin-bottom: 21px; font-size: clamp(2.55rem,5vw,4.95rem); font-weight: 950; }
h1 em { color: var(--gold); font-style: normal; text-shadow: 0 8px 30px rgba(255,215,0,.18); }
.hero-lead { max-width: 625px; margin-bottom: 30px; color: rgba(255,255,255,.78); font-size: clamp(1rem,1.4vw,1.16rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px; padding: 0; margin: 27px 0 0; list-style: none; color: rgba(255,255,255,.76); font-size: .86rem; font-weight: 700; }
.trust-list li { display: flex; align-items: center; gap: 7px; }
.trust-list svg { width: 17px; color: var(--gold); }
.hero-visual { position: relative; justify-self: end; width: min(100%,520px); }
.hero-frame { position: relative; overflow: hidden; aspect-ratio: 1; padding: 9px; background: linear-gradient(135deg,rgba(255,255,255,.65),rgba(255,215,0,.15)); border: 1px solid rgba(255,255,255,.32); border-radius: 34px; box-shadow: 0 40px 90px rgba(0,0,0,.36); transform: rotate(1.2deg); }
.hero-frame::before { content: ""; position: absolute; z-index: 1; inset: 0; border: 1px solid rgba(255,255,255,.25); border-radius: inherit; pointer-events: none; }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: 26px; }
.frame-shine { position: absolute; z-index: 2; inset: -80% 20% -80% -40%; width: 30%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent); transform: rotate(20deg); animation: shine 6s ease-in-out infinite; pointer-events: none; }
@keyframes shine { 0%,58% { transform: translateX(-200%) rotate(20deg); } 90%,100% { transform: translateX(650%) rotate(20deg); } }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; min-width: 190px; padding: 12px 14px; color: var(--ink); background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.55); border-radius: 16px; box-shadow: 0 17px 40px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.floating-card-one { left: -44px; bottom: 76px; }
.floating-card-two { right: -38px; top: 56px; }
.floating-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,var(--red),var(--red-700)); border-radius: 12px; font-weight: 950; }
.floating-card strong,.floating-card small { display: block; }
.floating-card strong { font-size: .86rem; line-height: 1.2; }
.floating-card small { margin-top: 3px; color: var(--muted); font-size: .69rem; }

.quick-links { position: relative; z-index: 5; margin-top: -31px; }
.quick-grid { display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; background: #fff; border: 1px solid rgba(141,0,0,.1); border-radius: 22px; box-shadow: var(--shadow); }
.quick-grid > a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; min-height: 104px; padding: 20px 22px; border-right: 1px solid var(--line); transition: background .2s ease; }
.quick-grid > a:last-child { border-right: 0; }
.quick-grid > a:hover { background: var(--paper-2); }
.quick-icon { width: 43px; height: 43px; display: grid; place-items: center; color: var(--red-700); background: rgba(241,0,0,.08); border-radius: 12px; }
.quick-grid strong,.quick-grid small { display: block; }
.quick-grid strong { font-size: .9rem; line-height: 1.3; }
.quick-grid small { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.quick-grid .arrow { width: 17px; color: #8e8e94; }

.section { padding-block: 105px; }
.section-light { background: linear-gradient(180deg,#fff 0%,#fff7f4 100%); }
.section-heading { margin-bottom: 46px; }
.section-heading.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading h2,.payment-copy h2,.prediction-panel h2,.article-content h2,.faq-intro h2,.final-cta h2 { margin-bottom: 16px; font-size: clamp(2rem,3.6vw,3.45rem); font-weight: 950; }
.section-heading p,.payment-copy p,.faq-intro p { color: var(--muted); }
.kicker { display: inline-block; margin-bottom: 13px; color: var(--red-700); font-size: .77rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.kicker-gold { color: #f0cb28; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; }
.split-heading p { max-width: 500px; margin: 0 0 5px; }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.feature-card { position: relative; overflow: hidden; min-height: 300px; padding: 29px; background: #fff; border: 1px solid rgba(141,0,0,.1); border-radius: var(--radius); box-shadow: 0 18px 45px rgba(62,0,0,.06); transition: transform .25s var(--ease), box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-7px); border-color: rgba(241,0,0,.25); box-shadow: 0 25px 55px rgba(62,0,0,.12); }
.feature-number { position: absolute; top: 18px; right: 20px; color: rgba(141,0,0,.09); font-size: 3.8rem; font-weight: 950; line-height: 1; }
.feature-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 35px; color: #fff; background: linear-gradient(135deg,var(--red),var(--red-700)); border-radius: 16px; box-shadow: 0 14px 30px rgba(241,0,0,.2); }
.feature-icon svg { width: 27px; height: 27px; }
.feature-card h3 { margin-bottom: 12px; font-size: 1.25rem; font-weight: 900; }
.feature-card p { margin: 0; color: var(--muted); font-size: .91rem; }

.markets-section { color: #fff; background: radial-gradient(circle at 86% 10%,rgba(241,0,0,.25),transparent 28%),#101013; }
.markets-section .split-heading p { color: rgba(255,255,255,.63); }
.market-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.market-card { position: relative; min-height: 218px; padding: 22px; background: linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.028)); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; transition: transform .25s var(--ease), border-color .25s ease, background .25s ease; }
.market-card:hover { transform: translateY(-6px); border-color: rgba(255,215,0,.38); background: rgba(255,255,255,.08); }
.market-card.featured { border-color: rgba(255,215,0,.55); box-shadow: inset 0 0 0 1px rgba(255,215,0,.12),0 20px 45px rgba(0,0,0,.19); }
.market-logo { height: 110px; display: grid; place-items: center; padding: 13px; margin-bottom: 16px; background: #fff; border-radius: 14px; }
.market-logo img { max-width: 100%; max-height: 82px; object-fit: contain; }
.market-card h3 { margin: 0 0 4px; font-size: 1.08rem; font-weight: 900; }
.market-card > span:not(.popular-badge) { color: rgba(255,255,255,.54); font-size: .75rem; }
.popular-badge { position: absolute; z-index: 2; top: 10px; right: 10px; padding: 5px 9px; color: #220000; background: var(--gold); border-radius: 999px; font-size: .62rem; font-weight: 900; text-transform: uppercase; }

.payment-section { background: #fff; }
.payment-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 70px; }
.payment-copy { max-width: 490px; }
.text-link { display: inline-flex; gap: 7px; color: var(--red-700); font-size: .9rem; font-weight: 850; }
.payment-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.payment-item { min-height: 92px; display: grid; place-items: center; padding: 17px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 35px rgba(47,0,0,.05); transition: transform .2s var(--ease), border-color .2s ease; }
.payment-item:hover { transform: translateY(-4px); border-color: rgba(241,0,0,.25); }
.payment-item img { max-width: 110px; max-height: 45px; object-fit: contain; }

.prediction-section { color: #fff; background: linear-gradient(135deg,var(--red-800),#350000); }
.prediction-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 65px; }
.prediction-panel { max-width: 640px; }
.panel-label { display: inline-block; padding: 7px 12px; margin-bottom: 18px; color: var(--gold-soft); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.17); border-radius: 999px; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.prediction-panel > p { max-width: 590px; color: rgba(255,255,255,.7); }
.prediction-steps { display: grid; gap: 10px; margin: 28px 0 33px; }
.prediction-steps > div { display: flex; align-items: center; gap: 13px; }
.prediction-steps > div > span { width: 39px; height: 39px; flex: 0 0 auto; display: grid; place-items: center; color: #290000; background: var(--gold); border-radius: 11px; font-size: .83rem; font-weight: 950; }
.prediction-steps p,.prediction-steps strong,.prediction-steps small { display: block; margin: 0; }
.prediction-steps strong { font-size: .9rem; }
.prediction-steps small { color: rgba(255,255,255,.58); font-size: .76rem; }
.number-board { padding: 26px; background: rgba(12,0,0,.45); border: 1px solid rgba(255,255,255,.14); border-radius: 28px; box-shadow: 0 30px 80px rgba(0,0,0,.25); backdrop-filter: blur(10px); }
.board-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; margin-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.11); }
.board-top span:first-child { color: var(--gold); font-size: 1.3rem; font-weight: 950; }
.board-top span:last-child { color: rgba(255,255,255,.55); font-size: .74rem; }
.number-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
.number-grid span { aspect-ratio: 1; display: grid; place-items: center; color: #2c0000; background: linear-gradient(145deg,#fff,#ffe797); border-radius: 50%; font-size: clamp(1.15rem,2.4vw,1.8rem); font-weight: 950; box-shadow: inset 0 -5px 12px rgba(141,0,0,.15),0 9px 22px rgba(0,0,0,.17); }
.board-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 20px; color: rgba(255,255,255,.59); font-size: .72rem; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #68ff8a; box-shadow: 0 0 0 0 rgba(104,255,138,.5); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(104,255,138,0); } 100% { box-shadow: 0 0 0 0 rgba(104,255,138,0); } }

.article-section { background: #fffaf8; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 335px; align-items: start; gap: 70px; }
.article-content { max-width: 760px; }
.article-content > p { color: #55555e; font-size: 1rem; }
.article-callout { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 20px; margin-top: 27px; color: #3b2600; background: #fff8ce; border: 1px solid #f4db66; border-radius: 16px; }
.article-callout svg { width: 23px; margin-top: 2px; color: #a27600; }
.article-callout p { margin: 0; font-size: .9rem; }
.article-sidebar { position: sticky; top: calc(var(--header-h) + 25px); display: grid; gap: 16px; }
.sidebar-card,.sidebar-cta { padding: 25px; border-radius: 20px; }
.sidebar-card { background: #fff; border: 1px solid var(--line); box-shadow: 0 15px 40px rgba(52,0,0,.07); }
.sidebar-card h3 { margin-bottom: 18px; font-size: 1.1rem; }
.sidebar-card a { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .87rem; font-weight: 800; }
.sidebar-card a:last-child { border-bottom: 0; }
.sidebar-card a span { color: var(--red-700); font-size: .7rem; }
.sidebar-cta { color: #fff; background: linear-gradient(145deg,var(--red),var(--red-800)); box-shadow: 0 18px 45px rgba(141,0,0,.22); }
.sidebar-cta > span { color: var(--gold-soft); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sidebar-cta h3 { margin: 9px 0 20px; font-size: 1.35rem; }

.reviews-section { color: #fff; background: #111114; }
.review-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 36px)/3); gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; padding: 4px 2px 15px; }
.review-track::-webkit-scrollbar { display: none; }
.review-card { scroll-snap-align: start; min-height: 320px; padding: 27px; background: linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.11); border-radius: 21px; }
.review-card::before { content: "“"; display: block; height: 37px; color: var(--gold); font-family: Georgia,serif; font-size: 4.4rem; line-height: .9; }
.review-head { display: flex; align-items: center; gap: 12px; margin: 19px 0 18px; }
.avatar { width: 47px; height: 47px; flex: 0 0 auto; display: grid; place-items: center; color: #2a0000; background: linear-gradient(135deg,#fff2a6,var(--gold)); border-radius: 50%; font-size: .78rem; font-weight: 950; }
.review-head p,.review-head strong,.review-head small { display: block; margin: 0; }
.review-head strong { font-size: .93rem; }
.review-head small { color: rgba(255,255,255,.5); font-size: .72rem; }
.review-card blockquote { margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }
.slider-controls { display: flex; gap: 9px; justify-self: end; }
.slider-btn { width: 45px; height: 45px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 13px; }
.slider-btn:hover { color: #250000; background: var(--gold); border-color: var(--gold); }
.review-disclaimer { margin: 16px 0 0; color: rgba(255,255,255,.42); font-size: .72rem; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .76fr 1.24fr; align-items: start; gap: 75px; }
.faq-intro { position: sticky; top: calc(var(--header-h) + 28px); }
.faq-intro .btn { margin-top: 10px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; font-size: 1rem; font-weight: 900; list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary span { position: relative; width: 29px; height: 29px; flex: 0 0 auto; border: 1px solid rgba(141,0,0,.22); border-radius: 50%; }
summary span::before,summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 11px; height: 1.5px; background: var(--red-700); transform: translate(-50%,-50%); transition: transform .2s ease; }
summary span::after { transform: translate(-50%,-50%) rotate(90deg); }
details[open] summary span::after { transform: translate(-50%,-50%) rotate(0); }
details > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s var(--ease); }
details[open] > div { grid-template-rows: 1fr; }
details > div > p { overflow: hidden; margin: -4px 50px 23px 0; color: var(--muted); font-size: .92rem; }

.final-cta { position: relative; overflow: hidden; color: #fff; background: linear-gradient(120deg,#290000,#760000 60%,#a30000); }
.final-cta::after { content: ""; position: absolute; width: 430px; height: 430px; right: -130px; top: -190px; border: 1px solid rgba(255,215,0,.2); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,215,0,.04),0 0 0 100px rgba(255,215,0,.025); }
.final-cta-inner { position: relative; z-index: 1; min-height: 360px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding-block: 70px; }
.final-cta h2 { max-width: 700px; margin-bottom: 13px; }
.final-cta p { max-width: 650px; margin: 0; color: rgba(255,255,255,.68); }
.final-actions { display: flex; flex-wrap: wrap; gap: 11px; }

.site-footer { color: rgba(255,255,255,.72); background: #0b0b0d; }
.footer-main { display: grid; grid-template-columns: 1.35fr .65fr .65fr 1.05fr; gap: 48px; padding-block: 70px 54px; }
.footer-brand .brand img { height: 45px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 330px; margin: 20px 0 0; color: rgba(255,255,255,.5); font-size: .86rem; }
.footer-nav h3,.footer-note h3 { margin-bottom: 16px; color: #fff; font-size: .9rem; letter-spacing: -.01em; }
.footer-nav a { display: block; width: fit-content; margin: 9px 0; color: rgba(255,255,255,.55); font-size: .83rem; }
.footer-nav a:hover { color: var(--gold); }
.footer-note p { margin: 0; color: rgba(255,255,255,.48); font-size: .82rem; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.38); font-size: .73rem; }

.mobile-bar { display: none; }
.back-top { position: fixed; z-index: 900; right: 22px; bottom: 22px; width: 46px; height: 46px; display: grid; place-items: center; color: #fff; background: var(--red-700); border: 0; border-radius: 14px; box-shadow: 0 14px 30px rgba(83,0,0,.25); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .25s var(--ease); }
.back-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.noscript { position: fixed; z-index: 9999; right: 12px; bottom: 12px; max-width: 420px; padding: 13px; color: #fff; background: #000; border-radius: 10px; font-size: .8rem; }

@media (max-width: 1100px) {
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: .84rem; }
  .hero-grid { gap: 40px; }
  .floating-card-two { right: -10px; }
  .floating-card-one { left: -15px; }
  .feature-grid,.market-grid { grid-template-columns: repeat(2,1fr); }
  .payment-layout,.prediction-layout { gap: 45px; }
}

@media (max-width: 900px) {
  :root { --header-h: 68px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .site-header { height: var(--header-h); }
  .header-inner { grid-template-columns: auto auto; justify-content: space-between; }
  .header-actions { display: none; }
  .brand img { height: 42px; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; top: calc(38px + var(--header-h)); right: 0; bottom: 0; left: 0; display: grid; align-content: start; justify-content: stretch; gap: 0; padding: 20px 24px 110px; background: rgba(255,255,255,.98); transform: translateX(100%); transition: transform .3s var(--ease); }
  .primary-nav.is-open { transform: translateX(0); }
  .primary-nav a { padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .primary-nav a::after { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 70px 88px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(100%,590px); justify-self: center; }
  .quick-grid { grid-template-columns: repeat(2,1fr); }
  .quick-grid > a:nth-child(2) { border-right: 0; }
  .quick-grid > a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .payment-layout,.prediction-layout,.article-layout,.faq-layout { grid-template-columns: 1fr; }
  .payment-copy { max-width: 670px; }
  .article-sidebar,.faq-intro { position: static; }
  .article-sidebar { grid-template-columns: 1fr 1fr; }
  .review-track { grid-auto-columns: calc((100% - 18px)/2); }
  .final-cta-inner { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1.3fr .7fr .7fr; }
  .footer-note { grid-column: 1/-1; }
}

@media (max-width: 680px) {
  body { padding-bottom: 71px; }
  .notice-inner { min-height: 34px; }
  .notice-inner p { font-size: .69rem; line-height: 1.3; }
  .primary-nav { top: calc(34px + var(--header-h)); }
  .hero-grid { gap: 45px; padding-block: 58px 78px; }
  h1 { font-size: clamp(2.3rem,12vw,3.7rem); }
  .hero-lead { font-size: .96rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .trust-list { gap: 11px 15px; font-size: .78rem; }
  .hero-frame { border-radius: 24px; }
  .hero-frame img { border-radius: 17px; }
  .floating-card { min-width: 160px; padding: 10px; }
  .floating-card-one { left: -6px; bottom: 25px; }
  .floating-card-two { right: -3px; top: 23px; }
  .floating-icon { width: 36px; height: 36px; font-size: .75rem; }
  .floating-card strong { font-size: .74rem; }
  .floating-card small { font-size: .62rem; }
  .quick-links { margin-top: -25px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid > a { min-height: 82px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-grid > a:last-child { border-bottom: 0; }
  .section { padding-block: 78px; }
  .section-heading { margin-bottom: 34px; }
  .split-heading { grid-template-columns: 1fr; gap: 12px; }
  .feature-grid,.market-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 260px; }
  .market-card { min-height: auto; }
  .payment-grid { grid-template-columns: repeat(2,1fr); }
  .number-board { padding: 18px; }
  .number-grid { gap: 7px; }
  .article-sidebar { grid-template-columns: 1fr; }
  .review-track { grid-auto-columns: 88%; }
  .review-card { min-height: 340px; }
  .slider-controls { justify-self: start; }
  details > div > p { margin-right: 0; }
  .final-cta-inner { min-height: auto; padding-block: 68px; }
  .final-actions { display: grid; grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 24px; padding-block: 55px 40px; }
  .footer-brand,.footer-note { grid-column: 1/-1; }
  .footer-bottom { min-height: 90px; flex-direction: column; justify-content: center; text-align: center; }
  .mobile-bar { position: fixed; z-index: 1100; right: 0; bottom: 0; left: 0; height: 71px; display: grid; grid-template-columns: repeat(3,1fr); color: #fff; background: rgba(14,14,16,.97); border-top: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(15px); }
  .mobile-bar a { display: grid; place-items: center; align-content: center; gap: 3px; color: rgba(255,255,255,.7); font-size: .65rem; font-weight: 800; }
  .mobile-bar svg { width: 20px; height: 20px; }
  .mobile-bar .mobile-main { position: relative; color: #fff; background: linear-gradient(135deg,var(--red),var(--red-700)); }
  .back-top { right: 14px; bottom: 84px; }
}

@media (max-width: 410px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .brand { min-width: 155px; }
  .brand img { max-width: 155px; height: 38px; }
  .eyebrow { font-size: .63rem; }
  .floating-card-two { display: none; }
  .floating-card-one { left: 4px; }
  .payment-item { min-height: 80px; padding: 13px; }
  .review-track { grid-auto-columns: 93%; }
}

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