*,*::before,*::after{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:'Inter',sans-serif;margin:0}a{color:var(--gold);text-decoration:none}a:hover{color:var(--gold-light)}.btn-red{background:var(--red);color:var(--text-light);font-weight:700;border:none;border-radius:6px;transition:background 0.2s,transform 0.15s}.btn-red:hover{background:var(--red-bright);transform:translateY(-2px);color:var(--text-light)}.breadcrumb-wrap{background:var(--panel);border-bottom:1px solid var(--border);padding:0.75rem 0}.breadcrumb{margin:0}.breadcrumb-item a{color:var(--gold);font-size:0.85rem}.breadcrumb-item.active{color:var(--muted);font-size:0.85rem}.breadcrumb-item + .breadcrumb-item::before{color:var(--muted)}.page-hero{background:linear-gradient(135deg,#0a0800 0%,#0d0500 40%,#111111 100%);padding:72px 0 64px;position:relative;overflow:hidden;border-bottom:1px solid var(--border)}.page-hero::before{content:'';position:absolute;top:-120px;right:-80px;width:520px;height:520px;background:radial-gradient(circle,rgba(245,158,11,0.08) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-hero::after{content:'';position:absolute;bottom:-80px;left:-60px;width:340px;height:340px;background:radial-gradient(circle,rgba(185,28,28,0.06) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-hero h1{font-size:clamp(1.9rem,3.8vw,2.9rem);font-weight:900;line-height:1.2}.page-hero h1 span{color:var(--gold)}.page-hero p.lead{color:var(--muted);font-size:1rem;max-width:560px;line-height:1.8}.phone-mockup{position:relative;display:inline-block;width:220px}.phone-shell{background:#1a1a1a;border:3px solid var(--gold);border-radius:36px;padding:18px 12px;box-shadow:0 0 60px rgba(245,158,11,0.18),0 20px 60px rgba(0,0,0,0.6);position:relative}.phone-shell::before{content:'';display:block;width:60px;height:8px;background:var(--border);border-radius:4px;margin:0 auto 14px}.phone-screen{background:#0d0d0d;border-radius:20px;padding:1rem;min-height:340px;display:flex;flex-direction:column;gap:0.6rem}.phone-screen-header{background:var(--gold);border-radius:8px;height:36px;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:800;color:#111}.phone-game-tile{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:0.5rem 0.7rem;display:flex;align-items:center;gap:0.5rem;font-size:0.72rem;color:var(--text);font-weight:600}.phone-game-tile i{color:var(--gold);font-size:0.9rem}.phone-game-tile .live-dot{width:6px;height:6px;background:var(--secondary);border-radius:50%;margin-left:auto;flex-shrink:0}.phone-balance{background:linear-gradient(90deg,#1a1200,#1a0a00);border:1px solid var(--gold);border-radius:8px;padding:0.5rem 0.7rem;font-size:0.7rem;color:var(--muted)}.phone-balance strong{color:var(--gold);font-size:0.9rem;display:block}.dl-btn{display:inline-flex;align-items:center;gap:0.75rem;background:var(--panel);border:2px solid var(--gold);border-radius:12px;padding:0.75rem 1.4rem;color:var(--text);font-weight:700;transition:background 0.2s,transform 0.15s;text-decoration:none}.dl-btn:hover{background:var(--gold);color:#111;transform:translateY(-3px)}.dl-btn:hover i{color:#111}.dl-btn i{font-size:1.6rem;color:var(--gold);transition:color 0.2s}.dl-btn .dl-text small{display:block;font-size:0.7rem;font-weight:400;color:var(--muted)}.dl-btn:hover .dl-text small{color:#333}.dl-btn .dl-text span{font-size:0.95rem;font-weight:700}section{padding:64px 0}.bg-panel{background:var(--panel)}.section-title{font-size:clamp(1.4rem,2.8vw,2rem);font-weight:800}.section-title span{color:var(--gold)}.divider-gold{width:52px;height:4px;background:var(--gold);border-radius:2px;margin:0.5rem auto 1.5rem}.feature-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:1.8rem 1.5rem;height:auto;position:relative;overflow:hidden;transition:border-color 0.25s,transform 0.2s}.feature-card::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform 0.3s}.feature-card:hover::after{transform:scaleX(1)}.feature-card:hover{border-color:var(--gold);transform:translateY(-4px)}.feature-icon{width:52px;height:52px;background:rgba(245,158,11,0.1);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--gold);margin-bottom:1.1rem}.feature-card h5{font-weight:700;font-size:1rem;margin-bottom:0.5rem;color:var(--text)}.feature-card p{color:var(--muted);font-size:0.87rem;margin:0;line-height:1.75}.step-item{display:flex;gap:1.2rem;align-items:flex-start;margin-bottom:1.8rem}.step-item:last-child{margin-bottom:0}.step-num{width:44px;height:44px;flex-shrink:0;background:var(--gold);color:#111;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1rem}.step-item h6{font-weight:700;font-size:0.95rem;color:var(--text);margin-bottom:0.3rem}.step-item p{color:var(--muted);font-size:0.87rem;line-height:1.7;margin:0}.highlight-box{background:#1a1200;border:1px solid var(--gold);border-left:4px solid var(--gold);border-radius:8px;padding:1.1rem 1.4rem}.highlight-box-red{background:#1a0a0a;border:1px solid var(--red);border-left:4px solid var(--red);border-radius:8px;padding:1.1rem 1.4rem}.highlight-box p,.highlight-box-red p{margin:0;font-size:0.88rem;line-height:1.8;color:var(--muted)}.stat-strip{background:var(--panel);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem 0}.stat-item{text-align:center}.stat-item .stat-num{font-size:2.2rem;font-weight:900;color:var(--gold);line-height:1}.stat-item p{color:var(--muted);font-size:0.82rem;margin:0.4rem 0 0}.badge-red{background:var(--red);color:var(--text-light);font-size:0.72rem;font-weight:700;padding:0.25rem 0.6rem;border-radius:4px;display:inline-block}.security-pill{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:0.55rem 1rem;font-size:0.82rem;color:var(--muted);display:inline-flex;align-items:center;gap:0.5rem}.security-pill i{color:var(--gold)}.spec-table{width:100%;border-collapse:collapse}.spec-table tr{border-bottom:1px solid var(--border)}.spec-table tr:last-child{border-bottom:none}.spec-table td{padding:0.75rem 0.5rem;font-size:0.87rem;vertical-align:top}.spec-table td:first-child{color:var(--muted);width:45%}.spec-table td:last-child{color:var(--text);font-weight:600}.game-tile{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:1rem;text-align:center;transition:border-color 0.2s,transform 0.2s;display:block;color:var(--text)}.game-tile:hover{border-color:var(--gold);transform:translateY(-3px);color:var(--gold)}.game-tile i{font-size:1.6rem;color:var(--gold);display:block;margin-bottom:0.5rem}.game-tile span{font-size:0.8rem;font-weight:600}.cta-section{background:linear-gradient(135deg,#0d0500 0%,#080010 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:68px 0;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;top:-80px;left:50%;transform:translateX(-50%);width:560px;height:360px;background:radial-gradient(ellipse,rgba(245,158,11,0.07) 0%,transparent 70%);pointer-events:none}@media (max-width:768px){.page-hero{padding:44px 0 36px}section{padding:44px 0}.phone-mockup{width:180px}.phone-screen{min-height:280px}}html,body{overflow-x:clip;width:100%}
