:root {
  --navy: #0A0F1E;
  --navy-soft: #121728;
  --card: #181E30;
  --card-hover: #1E2438;
  --gold: #C9A84C;
  --gold-light: #E8D48B;
  --gold-glow: rgba(201, 168, 76, 0.15);
  --ink: #E8EDF2;
  --text: #9AABC0;
  --muted: #6A7B90;
  --line: #2A303A;
  --line-light: rgba(201, 168, 76, 0.15);
  --ok: #2ECC71;
  --max: 1180px;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 8px 32px rgba(0,0,0,0.5);
  --shadow-lg: 0 16px 48px rgba(0,0,0,0.6);
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); color: var(--ink); background: var(--navy); line-height: 1.65; font-size: 16px; -webkit-font-smoothing: antialiased; }

img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--gold-light); }
h1, h2, h3, h4 { line-height: 1.25; color: var(--ink); margin: 0 0 0.6em; font-weight: 700; }
h1 { font-size: clamp(2rem, 4.5vw, 3rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(1.4rem, 2.6vw, 2rem); margin-top: 2em; }
h3 { font-size: 1.2rem; margin-top: 1.4em; }
p { margin: 0 0 1em; color: var(--text); font-size: 1rem; }
ul, ol { padding-left: 1.3em; }
li { margin: 0.3em 0; color: var(--text); }
strong { color: var(--ink); font-weight: 600; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

.topbar { background: rgba(201, 168, 76, 0.08); border-bottom: 1px solid var(--line-light); color: var(--muted); font-size: 12px; font-weight: 500; padding: 8px 0; text-align: center; letter-spacing: 0.02em; }
.topbar span { margin: 0 10px; display: inline-block; }
.topbar .sep { opacity: 0.2; }

.site-header { background: rgba(10, 15, 30, 0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--ink); font-size: 1.05rem; text-decoration: none !important; letter-spacing: -0.01em; }
.brand img { width: 36px; height: 36px; object-fit: contain; border-radius: 8px; }
.brand span b { color: var(--gold); font-weight: 700; }
.brand span em { font-style: normal; color: #fff; background: linear-gradient(135deg, var(--gold), #A68A2E); padding: 1px 6px; border-radius: 4px; font-size: 0.65rem; font-weight: 700; vertical-align: super; letter-spacing: 0.04em; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--ink); padding: 4px; }
.nav ul { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; align-items: center; }
.nav ul a { color: var(--muted); font-weight: 500; font-size: 0.88rem; padding: 6px 0; transition: color 0.2s; text-decoration: none; letter-spacing: 0.01em; }
.nav ul a:hover { color: var(--ink); }
.nav ul a.cta-nav { background: linear-gradient(135deg, var(--gold), #A68A2E); color: #0A0F1E; padding: 8px 20px; border-radius: 99px; font-weight: 700; font-size: 0.82rem; letter-spacing: 0.02em; }
.nav ul a.cta-nav:hover { box-shadow: 0 4px 20px var(--gold-glow); transform: translateY(-1px); }

.btn { display: inline-flex; align-items: center; gap: 6px; background: transparent; color: var(--gold); font-weight: 600; padding: 10px 22px; border-radius: 99px; text-decoration: none !important; border: 1.5px solid var(--gold); transition: all 0.2s ease; font-size: 0.9rem; cursor: pointer; }
.btn:hover { background: var(--gold); color: #0A0F1E; transform: translateY(-1px); box-shadow: 0 4px 20px var(--gold-glow); }
.btn-gold { background: linear-gradient(135deg, var(--gold), #A68A2E); color: #0A0F1E; border: none; font-weight: 700; }
.btn-gold:hover { background: linear-gradient(135deg, #D4B85A, #B8972E); color: #0A0F1E; box-shadow: 0 6px 24px var(--gold-glow); }
.btn-outline { background: transparent; color: var(--ink); border-color: rgba(255,255,255,0.2); }
.btn-outline:hover { background: rgba(255,255,255,0.05); color: #fff; border-color: rgba(255,255,255,0.4); }
.btn-sm { padding: 7px 16px; font-size: 0.82rem; }
.btn-lg { padding: 14px 32px; font-size: 1rem; }

.hero { background: var(--navy); padding: 80px 0 100px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(800px 500px at 70% 20%, rgba(201, 168, 76, 0.06), transparent 70%), radial-gradient(600px 400px at 30% 80%, rgba(201, 168, 76, 0.03), transparent 70%); pointer-events: none; }
.hero::after { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(201, 168, 76, 0.03) 0%, transparent 70%); pointer-events: none; }
.hero .container { position: relative; display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; }
.hero h1 { color: #fff; }
.hero h1 .highlight { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero p.lead { font-size: 1.15rem; color: var(--text); max-width: 540px; margin-bottom: 32px; line-height: 1.7; }
.hero .cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.hero .badges { display: flex; gap: 24px; flex-wrap: wrap; color: var(--muted); font-size: 0.85rem; font-weight: 500; }
.hero .badges b { color: var(--gold); }
.hero-art { justify-self: end; }
.hero-art img { border-radius: var(--radius); width: 480px; height: 340px; object-fit: cover; border: 1px solid var(--line); box-shadow: var(--shadow-lg); }

.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.trust-item { background: var(--card); padding: 24px 16px; text-align: center; }
.trust-item b { display: block; font-size: 1.6rem; color: var(--gold); font-weight: 700; line-height: 1.2; }
.trust-item .label { font-size: 0.85rem; color: var(--muted); margin-top: 2px; font-weight: 500; }
.trust-item .sub { font-size: 0.72rem; color: var(--muted); opacity: 0.6; margin-top: 2px; }

section.s { padding: 80px 0; }
section.s.alt { background: var(--navy-soft); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-head .kicker { display: inline-block; background: var(--gold-glow); color: var(--gold); font-weight: 600; padding: 4px 14px; border-radius: 99px; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; border: 1px solid var(--line-light); }
.section-head .kicker-alt { background: rgba(255,255,255,0.05); color: var(--muted); border-color: var(--line); }
.section-head p { color: var(--muted); font-size: 1rem; }

.grid { display: grid; gap: 20px; }
.grid.g2 { grid-template-columns: repeat(2, 1fr); }
.grid.g3 { grid-template-columns: repeat(3, 1fr); }
.grid.g4 { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; transition: all 0.3s ease; display: flex; flex-direction: column; }
.card:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,0.4); }
.card .ico { width: 48px; height: 48px; border-radius: 12px; background: var(--gold-glow); border: 1px solid var(--line-light); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; flex-shrink: 0; }
.card .ico svg { width: 24px; height: 24px; color: var(--gold); }
.card h3 { margin: 0 0 8px; font-size: 1.05rem; letter-spacing: -0.01em; }
.card p { color: var(--muted); font-size: 0.9rem; margin: 0 0 16px; flex: 1; line-height: 1.6; }
.card a.more { color: var(--gold); font-weight: 600; font-size: 0.85rem; display: inline-flex; align-items: center; gap: 4px; }
.card a.more::after { content: '→'; transition: transform 0.2s; }
.card a.more:hover::after { transform: translateX(4px); }

.pricing { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.plan { background: var(--card); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 32px 24px; text-align: center; position: relative; transition: all 0.3s ease; }
.plan:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 12px 40px rgba(0,0,0,0.5); }
.plan.popular { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold), var(--shadow); }
.plan .tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--gold), #A68A2E); color: #0A0F1E; font-size: 0.68rem; font-weight: 700; padding: 4px 14px; border-radius: 99px; letter-spacing: 0.05em; text-transform: uppercase; white-space: nowrap; }
.plan .tag.best { background: linear-gradient(135deg, #FF6B35, #E04400); color: #fff; }
.plan h3 { font-size: 1rem; margin: 0 0 4px; color: var(--ink); }
.plan .price { font-size: 2.4rem; font-weight: 800; color: var(--gold); margin: 12px 0 0; letter-spacing: -0.02em; line-height: 1; }
.plan .price span { font-size: 0.85rem; color: var(--muted); font-weight: 500; }
.plan .per { color: var(--muted); font-size: 0.78rem; margin: 4px 0 16px; }
.plan ul { list-style: none; padding: 0; margin: 18px 0; text-align: left; }
.plan ul li { padding: 5px 0 5px 24px; position: relative; font-size: 0.85rem; color: var(--text); }
.plan ul li::before { content: '✓'; position: absolute; left: 0; top: 4px; color: var(--gold); font-weight: 700; }
.plan a.btn { margin-top: auto; }

.faq { max-width: 760px; margin: 0 auto; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); margin: 10px 0; overflow: hidden; transition: border-color 0.2s; }
.faq details[open] { border-color: var(--gold); }
.faq summary { cursor: pointer; padding: 16px 20px; font-weight: 600; color: var(--ink); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 0.95rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--gold); font-size: 1.3rem; font-weight: 300; transition: transform 0.2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 20px 20px; color: var(--text); font-size: 0.9rem; }

.cta-banner { background: linear-gradient(135deg, rgba(201, 168, 76, 0.1) 0%, rgba(166, 138, 46, 0.05) 100%); border: 1px solid var(--line-light); text-align: center; padding: 56px 24px; border-radius: var(--radius); margin: 0 auto; max-width: var(--max); }
.cta-banner h2 { color: var(--ink); margin-top: 0; }
.cta-banner p { font-size: 1rem; max-width: 600px; margin: 0 auto 28px; color: var(--text); }

.testimonial-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; transition: border-color 0.2s; }
.testimonial-card:hover { border-color: var(--gold); }
.testimonial-card .stars { color: var(--gold); font-size: 1rem; letter-spacing: 2px; margin-bottom: 10px; }
.testimonial-card blockquote { margin: 0; font-style: italic; color: var(--text); font-size: 0.92rem; line-height: 1.65; }
.testimonial-card .author { margin-top: 14px; font-weight: 600; font-size: 0.85rem; color: var(--ink); }
.testimonial-card .author span { color: var(--muted); font-weight: 400; }

footer { background: var(--navy); border-top: 1px solid var(--line); padding: 60px 0 24px; margin-top: 80px; }
footer .cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
footer h5 { color: var(--ink); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 16px; font-weight: 600; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { padding: 3px 0; font-size: 0.88rem; color: var(--text); }
footer ul a { color: var(--text); text-decoration: none; }
footer ul a:hover { color: var(--gold); }
footer p { font-size: 0.88rem; color: var(--text); line-height: 1.7; }
footer .legal { border-top: 1px solid var(--line); padding-top: 20px; text-align: center; font-size: 0.8rem; color: var(--muted); }

.page-header { background: var(--navy); padding: 48px 0 56px; border-bottom: 1px solid var(--line); }
.page-header h1 { color: var(--ink); margin: 0; }
.page-header p { color: var(--text); font-size: 1.05rem; max-width: 640px; margin-top: 10px; line-height: 1.65; }
.crumbs { padding: 0 0 14px; font-size: 0.82rem; color: var(--muted); }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--gold); }
.crumbs span.sep { margin: 0 8px; color: var(--line); }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: all 0.3s ease; }
.blog-card:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,0.4); }
.blog-card .body { padding: 20px; }
.blog-card .cat { display: inline-block; background: var(--gold-glow); color: var(--gold); font-size: 0.7rem; font-weight: 600; padding: 2px 10px; border-radius: 99px; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 10px; border: 1px solid var(--line-light); }
.blog-card h3 { font-size: 1rem; margin: 0 0 8px; line-height: 1.35; }
.blog-card p { color: var(--text); font-size: 0.88rem; margin: 0 0 12px; line-height: 1.55; }
.blog-card .date { font-size: 0.8rem; color: var(--muted); }
.blog-card-link { text-decoration: none; color: inherit; display: block; }
.blog-card-link:hover { text-decoration: none; }
.blog-card-link:hover h3 { color: var(--gold); }

.compare-table { width: 100%; border-collapse: collapse; background: var(--card); border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--line); margin: 24px 0; }
.compare-table th { background: var(--navy); color: var(--ink); text-align: left; padding: 14px 16px; font-size: 0.85rem; font-weight: 600; }
.compare-table td { padding: 12px 16px; border-top: 1px solid var(--line); font-size: 0.88rem; color: var(--text); }
.compare-table tr:nth-child(even) td { background: rgba(255,255,255,0.02); }
.compare-table .check { color: var(--ok); font-weight: 700; }

.channel-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; justify-content: center; padding: 20px 0; }
.channel-row span { background: var(--card); border: 1px solid var(--line); border-radius: 8px; padding: 8px 16px; font-weight: 600; font-size: 0.82rem; color: var(--ink); }

.deep-content h3 { margin-top: 1.8em; color: var(--ink); }
.deep-content h3:first-child { margin-top: 0; }
.deep-content p, .deep-content li { color: var(--text); }
.deep-content ul { margin-bottom: 1.2em; }
.highlight-box { background: var(--gold-glow); border: 1px solid var(--line-light); border-radius: var(--radius-sm); padding: 20px 24px; margin: 20px 0; }
.highlight-box h4 { margin-top: 0; color: var(--ink); font-size: 0.95rem; }
.highlight-box p, .highlight-box li { color: var(--text); }
.two-col-list { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 24px; padding: 0; list-style: none; }
.two-col-list li { padding: 4px 0 4px 22px; position: relative; font-size: 0.9rem; }
.two-col-list li::before { content: '▸'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }

.pay-strip { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; margin-top: 28px; }
.pay-strip span { color: var(--muted); font-size: .88rem; }
.pay-strip img { height: 26px; width: auto; opacity: .85; transition: opacity .2s ease, transform .2s ease; }
.pay-strip img:hover { opacity: 1; transform: translateY(-1px); }

.pay-card { align-items: center; text-align: center; }
.pay-logo { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 14px; min-height: 34px; flex-wrap: wrap; }
.pay-logo img { height: 30px; width: auto; }
.pay-logo img[alt="Mastercard"] { height: 34px; }

.device-card { align-items: center; }
.device-card img { margin-bottom: 14px; filter: drop-shadow(0 2px 6px rgba(0,0,0,.35)); }

.brands-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: center; }
.brand-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 18px; display: flex; align-items: center; justify-content: center; min-height: 70px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.brand-item:hover { border-color: var(--gold); box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.brand-item img { max-width: 100%; max-height: 40px; width: auto; height: auto; filter: grayscale(1); opacity: .75; transition: filter .25s ease, opacity .25s ease; }
.brand-item:hover img { filter: grayscale(0); opacity: 1; }

.article-hero { max-width: 860px; margin: 0 auto 28px; padding: 0 22px; }
.article-hero img { width: 100%; height: auto; border-radius: var(--radius); border: 1px solid var(--line); display: block; }

.article-cta { background: linear-gradient(135deg, rgba(201,168,76,.1), rgba(166,138,46,.12)); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius); padding: 28px 26px; margin: 36px 0 28px; text-align: center; }
.article-cta h2 { margin: 0 0 10px; font-size: 1.4rem; }
.article-cta p { color: var(--muted); font-size: .95rem; margin: 0 auto 18px; max-width: 560px; }
.article-cta .btn { margin: 4px 6px; }

.article-related { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; margin: 28px 0; }
.article-related h3 { margin: 0 0 14px; font-size: 1.1rem; }
.article-related ul { list-style: none; padding: 0; margin: 0; }
.article-related li { padding: 8px 0; border-bottom: 1px solid var(--line); }
.article-related li:last-child { border-bottom: 0; }
.article-related a { color: var(--gold); font-weight: 600; text-decoration: none; }
.article-related a:hover { text-decoration: underline; }
.article-related .back { margin: 14px 0 0; font-size: .88rem; }

.league-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: border-color 0.2s; }
.league-card:hover { border-color: var(--gold); }
.league-card .top { padding: 20px 24px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); }
.league-card .top .emoji { font-size: 2rem; }
.league-card .top h3 { margin: 0; font-size: 1.05rem; }
.league-card .top .flag { font-size: 1.3rem; }
.league-card .body { padding: 20px 24px; flex: 1; }
.league-card .body p { font-size: 0.9rem; margin-bottom: 12px; }
.league-card .body .stats { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 12px; }
.league-card .body .stats span { font-size: 0.82rem; color: var(--muted); }
.league-card .body .stats b { color: var(--gold); }

.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 16px 0; }
.stat-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px; text-align: center; }
.stat-item .num { font-size: 1.8rem; font-weight: 800; color: var(--gold); }
.stat-item .label { font-size: 0.82rem; color: var(--muted); margin-top: 4px; }

.timeline { display: grid; grid-template-columns: auto 1fr; gap: 12px 24px; align-items: baseline; max-width: 800px; margin: 0 auto; }
.timeline-year { font-size: 1.1rem; font-weight: 700; color: var(--gold); white-space: nowrap; text-align: right; padding: 8px 0; }
.timeline-item { padding: 8px 0 8px 28px; border-left: 2px solid var(--line); position: relative; color: var(--text); font-size: 0.92rem; }
.timeline-item::before { content: ''; position: absolute; left: -6px; top: 14px; width: 10px; height: 10px; background: var(--gold); border-radius: 50%; border: 2px solid var(--navy); }
.timeline-item strong { color: var(--ink); }

.wa-fab { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 24px rgba(37, 211, 102, 0.35); z-index: 9999; text-decoration: none !important; transition: all 0.2s ease; }
.wa-fab:hover { transform: scale(1.08); box-shadow: 0 8px 32px rgba(37, 211, 102, 0.5); }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav ul { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--navy); flex-direction: column; padding: 16px 24px 24px; gap: 10px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg); z-index: 100; }
  .nav ul.open { display: flex; }
  .hero .container { grid-template-columns: 1fr; }
  .hero-art { display: none; }
  .grid.g3, .grid.g4, .pricing, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .brands-grid { grid-template-columns: repeat(3, 1fr); }
  footer .cols { grid-template-columns: 1fr 1fr; gap: 28px; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .two-col-list { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; gap: 6px; }
  .timeline-year { text-align: left; padding-bottom: 0; }
}

@media (max-width: 600px) {
  .grid.g2, .grid.g3, .grid.g4, .pricing, .blog-grid { grid-template-columns: 1fr; }
  .brands-grid { grid-template-columns: repeat(2, 1fr); }
  footer .cols { grid-template-columns: 1fr; }
  .hero { padding: 48px 0 64px; }
  section.s { padding: 48px 0; }
  .topbar span { margin: 0 6px; font-size: 11px; }
  .topbar .sep { display: none; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: 1fr; }
  .pricing { max-width: 400px; margin: 0 auto; }
}
