:root { --bg:#080808; --card:#111; --card-hover:#161616; --border:rgba(255,255,255,0.08); --text:#f0f0f0; --muted:#8a8a8a; --orange:#f7931a; --green:#22c55e; --red:#ef4444; --yellow:#eab308; }
* { box-sizing:border-box; margin:0; padding:0; }
body { font-family:Inter,system-ui,-apple-system,sans-serif; background:var(--bg); color:var(--text); line-height:1.65; -webkit-font-smoothing:antialiased; }
a { color:var(--orange); text-decoration:none; } a:hover { text-decoration:underline; }
header { position:sticky; top:0; z-index:50; background:rgba(8,8,8,.92); backdrop-filter:blur(16px); border-bottom:1px solid var(--border); padding:14px 24px; display:flex; align-items:center; justify-content:space-between; gap:12px; }
.logo { display:flex; align-items:center; gap:10px; font-weight:700; font-size:1.1rem; }
.logo a { display:flex; align-items:center; gap:10px; color:inherit; text-decoration:none !important; }
.logo-icon { width:34px; height:34px; background:linear-gradient(135deg,#f7931a,#ffb347); border-radius:9px; display:grid; place-items:center; font-weight:800; color:#111; }
.header-right { display:flex; align-items:center; gap:14px; flex-wrap:wrap; justify-content:flex-end; }
.nav-blog, .nav-link { color:#ddd; font-weight:600; font-size:.9rem; text-decoration:none !important; }
.nav-cta { background:var(--orange); color:#111 !important; font-weight:600; padding:9px 16px; border-radius:8px; font-size:.875rem; text-decoration:none !important; }
.hero { position:relative; min-height:88vh; display:flex; align-items:center; padding:80px 24px 90px; overflow:hidden; }
.hero-bg { position:absolute; inset:0; background-image:linear-gradient(105deg,rgba(8,8,8,.92) 0%,rgba(8,8,8,.78) 42%,rgba(8,8,8,.62) 100%),url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1920&q=80'); background-size:cover; background-position:center right; z-index:0; }
.hero-inner { position:relative; z-index:1; width:100%; max-width:1140px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap; }
.hero-content { max-width:620px; flex:1 1 320px; }
.hero-badge { display:inline-block; font-size:.72rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--orange); background:rgba(247,147,26,.15); border:1px solid rgba(247,147,26,.35); padding:6px 14px; border-radius:20px; margin-bottom:22px; }
.hero h1 { font-size:clamp(2.4rem,6.4vw,4.2rem); font-weight:800; line-height:1.05; letter-spacing:-.035em; margin-bottom:22px; color:#fff; }
.hero h1 span { color:var(--orange); }
.hero p { font-size:1.12rem; color:#d0d0d0; max-width:520px; margin-bottom:22px; }
.hero-buttons { display:flex; flex-wrap:wrap; gap:14px; }
.hero-note { margin-top:16px; font-size:.82rem; color:#9a9a9a; max-width:480px; line-height:1.5; }
.hero-stats { flex:0 1 320px; width:min(320px,100%); background:rgba(12,12,12,.78); border:1px solid rgba(255,255,255,.1); border-radius:18px; padding:22px 20px 18px; backdrop-filter:blur(12px); }
.hero-stats-label { font-size:.68rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:#888; margin-bottom:14px; }
.hero-stat { padding:12px 0; border-top:1px solid rgba(255,255,255,.06); }
.hero-stat:first-of-type { border-top:0; padding-top:0; }
.hero-stat-k { font-size:.72rem; color:#777; margin-bottom:4px; }
.hero-stat-v { font-size:1.55rem; font-weight:800; color:#fff; }
.hero-stat-m { font-size:.8rem; color:#999; margin-top:3px; }
.hero-stats a { font-size:.78rem; color:#aaa; display:inline-block; margin-top:10px; }
@media(max-width:800px){ .hero-stats { width:100%; flex-basis:100%; } }
.btn-primary { background:var(--orange); color:#111; font-weight:700; padding:16px 28px; border-radius:10px; font-size:1.05rem; text-decoration:none !important; display:inline-flex; }
.btn-secondary { background:rgba(255,255,255,.08); color:#fff; border:1px solid rgba(255,255,255,.2); font-weight:600; padding:16px 24px; border-radius:10px; text-decoration:none !important; }
.section { padding:72px 24px; max-width:1060px; margin:0 auto; }
.section-title { font-size:1.75rem; font-weight:700; margin-bottom:8px; }
.section-sub { color:var(--muted); margin-bottom:36px; }
.live-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
@media(min-width:900px){ .live-grid { grid-template-columns:repeat(4,1fr); } }
@media(max-width:600px){ .live-grid { grid-template-columns:1fr; } }
.live-card { background:var(--card); border:1px solid var(--border); border-radius:18px; padding:22px 20px 20px; position:relative; overflow:hidden; }
.live-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg,transparent,var(--orange),transparent); }
.live-card-header { display:flex; justify-content:space-between; margin-bottom:14px; }
.live-label { font-size:.68rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); }
.live-source { font-size:.65rem; color:#555; background:#1a1a1a; padding:2px 7px; border-radius:5px; }
.live-value { font-size:clamp(1.6rem,3vw,2.1rem); font-weight:800; margin-bottom:6px; }
.live-meta { font-size:.88rem; color:#aaa; }
.fng-bar-wrap { margin-top:14px; height:7px; background:#1e1e1e; border-radius:4px; overflow:hidden; }
.fng-bar { height:100%; border-radius:4px; width:0; }
.fng-scale { display:flex; justify-content:space-between; font-size:.6rem; color:#555; margin-top:5px; }
.live-footer { margin-top:20px; display:flex; justify-content:space-between; flex-wrap:wrap; font-size:.78rem; color:#555; }
.live-dot { display:inline-block; width:7px; height:7px; background:var(--green); border-radius:50%; margin-right:6px; }
.video-wrap { position:relative; width:100%; padding-bottom:56.25%; border-radius:16px; overflow:hidden; border:1px solid var(--border); background:#000; }
.video-wrap iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.video-caption { margin-top:16px; font-size:.9rem; color:#777; text-align:center; }
.cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(270px,1fr)); gap:18px; }
.card { background:var(--card); border:1px solid var(--border); border-radius:16px; padding:26px 22px; }
.card-icon { width:42px; height:42px; background:rgba(247,147,26,.12); border-radius:11px; display:grid; place-items:center; font-size:1.3rem; margin-bottom:14px; }
.card h3 { font-size:1.15rem; margin-bottom:8px; }
.card p, .step p { color:#a0a0a0; }
.steps { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:18px; counter-reset:step; }
.step { position:relative; background:var(--card); border:1px solid var(--border); border-radius:16px; padding:28px 20px 22px; }
.step::before { counter-increment:step; content:counter(step); position:absolute; top:-13px; left:20px; width:28px; height:28px; background:var(--orange); color:#111; font-weight:800; border-radius:50%; display:grid; place-items:center; }
.reviews-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:18px; }
.review-card { background:var(--card); border:1px solid var(--border); border-radius:16px; padding:24px 22px; }
.review-stars { color:var(--orange); margin-bottom:10px; }
.review-text { color:#c8c8c8; margin-bottom:14px; }
.review-author, .reviews-note { font-size:.82rem; color:#666; }
.reviews-note { margin-top:22px; text-align:center; }
.news-list { display:flex; flex-direction:column; gap:14px; }
.news-item { background:var(--card); border:1px solid var(--border); border-radius:14px; padding:18px 20px; }
.news-date { font-size:.75rem; color:#666; margin-bottom:6px; }
.news-item h3 { font-size:1.05rem; margin-bottom:6px; }
.news-item h3 a { color:#e8e8e8; text-decoration:none; }
.news-item h3 a:hover { color:var(--orange); }
.news-item p { font-size:.9rem; color:#999; margin:0; }
.cta-block { background:linear-gradient(145deg,#16120c 0%,#1a140e 40%,#111 100%); border:1px solid rgba(247,147,26,.22); border-radius:20px; padding:48px 32px; text-align:center; }
.cta-block h2 { font-size:clamp(1.7rem,3.5vw,2.3rem); font-weight:800; margin-bottom:12px; }
.cta-block p { color:#b0b0b0; max-width:480px; margin:0 auto 24px; }
.code-pill { display:inline-block; background:#1c1c1c; border:1px dashed rgba(247,147,26,.55); color:var(--orange); font-weight:700; font-size:1.3rem; letter-spacing:.1em; padding:11px 22px; border-radius:10px; margin-bottom:24px; }
.disclaimer-note { margin-top:18px; font-size:.8rem; color:#666; }
details { background:var(--card); border:1px solid var(--border); border-radius:12px; margin-bottom:10px; padding:16px 20px; }
summary { font-weight:600; cursor:pointer; list-style:none; display:flex; justify-content:space-between; }
summary::-webkit-details-marker { display:none; }
summary::after { content:'+'; color:var(--muted); }
details[open] summary::after { content:'\2212'; }
details p { margin-top:12px; color:#a0a0a0; }
.trust-strip { display:flex; flex-wrap:wrap; gap:16px 28px; justify-content:center; padding:18px 24px; border-top:1px solid var(--border); border-bottom:1px solid var(--border); background:#0c0c0c; font-size:.82rem; color:#777; }
footer { padding:40px 24px 52px; text-align:center; color:#666; font-size:.88rem; }
.footer-disclaimer { max-width:640px; margin:16px auto 0; font-size:.78rem; color:#555; }
.page { max-width:720px; margin:0 auto; padding:56px 24px 80px; }
.page h1 { font-size:clamp(1.8rem,4vw,2.4rem); font-weight:800; letter-spacing:-.03em; margin-bottom:12px; }
.page h2 { font-size:1.2rem; margin:28px 0 10px; }
.page p, .page li { color:#c8c8c8; margin-bottom:14px; }
.page ul { padding-left:20px; margin-bottom:16px; }
.page input, .page textarea { width:100%; margin-top:6px; background:#161616; border:1px solid var(--border); color:#fff; padding:12px 14px; border-radius:10px; font:inherit; }
.page textarea { min-height:140px; }
.form-row { display:flex; gap:10px; flex-wrap:wrap; margin-top:8px; }
.form-row input { flex:1; min-width:220px; background:#161616; border:1px solid var(--border); color:#fff; padding:12px 14px; border-radius:10px; font:inherit; }
.form-row button { background:var(--orange); color:#111; font-weight:700; border:0; padding:12px 18px; border-radius:10px; cursor:pointer; font:inherit; }
.hidden { position:absolute; left:-9999px; }
.updates-box { background:var(--card); border:1px solid var(--border); border-radius:16px; padding:28px 24px; }
.updates-box p { color:#aaa; }
