*,*::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,#050d00 0%,#080a05 40%,#111111 100%);padding:64px 0 56px;position:relative;overflow:hidden;border-bottom:1px solid var(--border)}.page-hero::before{content:'';position:absolute;top:-80px;right:-80px;width:440px;height:440px;background:radial-gradient(circle,rgba(245,158,11,0.07) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-hero::after{content:'';position:absolute;bottom:-60px;left:-40px;width:300px;height:300px;background:radial-gradient(circle,rgba(185,28,28,0.05) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-hero h1{font-size:clamp(1.8rem,3.5vw,2.7rem);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:620px;line-height:1.8}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}.tool-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:1.6rem;height:auto;transition:border-color 0.25s,transform 0.2s}.tool-card:hover{border-color:var(--gold);transform:translateY(-3px)}.tool-card .tool-num{font-size:2rem;font-weight:900;color:var(--gold);line-height:1;margin-bottom:0.6rem}.tool-card h5{font-weight:700;font-size:1rem;color:var(--text);margin-bottom:0.5rem}.tool-card p{color:var(--muted);font-size:0.87rem;line-height:1.75;margin:0}.quiz-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:2rem}.quiz-item{display:flex;align-items:flex-start;gap:0.9rem;padding:0.85rem 0;border-bottom:1px solid var(--border)}.quiz-item:last-child{border-bottom:none;padding-bottom:0}.quiz-item .qi-icon{width:32px;height:32px;flex-shrink:0;background:rgba(185,28,28,0.12);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--red-bright);font-size:0.95rem}.quiz-item p{color:var(--muted);font-size:0.88rem;line-height:1.7;margin:0}.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}.accordion-item{background:var(--panel) !important;border:1px solid var(--border) !important;border-radius:10px !important;margin-bottom:0.6rem;overflow:hidden}.accordion-button{background:var(--panel) !important;color:var(--text) !important;font-weight:600;font-size:0.92rem;box-shadow:none !important}.accordion-button:not(.collapsed){color:var(--gold) !important}.accordion-button::after{filter:invert(1) sepia(1) saturate(3) hue-rotate(5deg)}.accordion-body{background:var(--panel);color:var(--muted);font-size:0.88rem;line-height:1.8;border-top:1px solid var(--border)}.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}.cta-section{background:linear-gradient(135deg,#0d0005 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}.stat-item .stat-num{font-size:1.7rem}}html,body{overflow-x:clip;width:100%}
