.heroes-hero{position:relative}.heroes-hero-inner{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:var(--space-8);align-items:center}.heroes-hero-content{max-width:640px}.heroes-hero-lead{font-size:var(--text-lg);color:var(--gray-500);margin-bottom:var(--space-6)}.heroes-hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-bottom:var(--space-4)}.heroes-hero-meta{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center;font-size:var(--text-xs);color:var(--gray-500)}.heroes-hero-meta-text{opacity:0.9}.heroes-hero-visual{position:relative;min-height:260px;display:flex;align-items:center;justify-content:center}.heroes-hero-orbit{position:absolute;width:260px;height:260px;border-radius:50%;border:1px solid rgba(126,91,255,0.8);box-shadow:0 0 40px rgba(126,91,255,0.5);background:radial-gradient(circle at 30% 0,rgba(126,91,255,0.4),transparent 60%)}.heroes-hero-orbit-secondary{width:360px;height:360px;border-color:rgba(74,167,216,0.8);box-shadow:0 0 60px rgba(74,167,216,0.5);background:radial-gradient(circle at 70% 100%,rgba(74,167,216,0.4),transparent 60%)}.heroes-hero-emblem{position:relative;z-index:1;width:140px;height:140px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:2.25rem;letter-spacing:0.18em;text-transform:uppercase;color:#fff;background:radial-gradient(circle at 30% 0,rgba(111,212,165,0.6),transparent 55%),radial-gradient(circle at 80% 100%,rgba(140,47,57,0.8),transparent 60%),#111827;box-shadow:var(--shadow-glow-primary)}.heroes-card{height:100%}.heroes-intro-grid{align-items:stretch}.heroes-gallery{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:var(--space-6);align-items:stretch}.heroes-gallery-figure{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-elevated)}.heroes-gallery-caption{margin-top:var(--space-3);font-size:var(--text-sm);color:var(--gray-500)}.heroes-gallery-text{display:flex;flex-direction:column;justify-content:space-between;gap:var(--space-4)}.heroes-gallery-nav{margin-top:auto}.heroes-steps-grid .card-body ul,.heroes-composition-grid .card-body ul,.heroes-tactics-grid .card-body ul,.heroes-builds-grid .card-body ul,.heroes-tips-grid .card-body ul{padding-left:1.1rem}.heroes-styles-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1.6fr);gap:var(--space-6);align-items:flex-start}.heroes-styles-figure{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-elevated)}.heroes-styles-caption{margin-top:var(--space-3);font-size:var(--text-sm);color:var(--gray-500)}.heroes-archetypes-grid .card-body ul{padding-left:1.1rem}.heroes-legendary-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1.7fr);gap:var(--space-6);align-items:flex-start}.heroes-legendary-figure{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-elevated)}.heroes-legendary-caption{margin-top:var(--space-3);font-size:var(--text-sm);color:var(--gray-500)}.heroes-legendary-text p:last-child{margin-bottom:0}.heroes-faq{max-width:840px;margin:0 auto}.heroes-faq-item{border-radius:var(--radius-md);border:1px solid var(--color-border);background:rgba(18,21,29,0.9);padding:var(--space-4);margin-bottom:var(--space-3);box-shadow:var(--shadow-soft)}.heroes-faq-item summary{list-style:none;cursor:pointer;font-weight:500;letter-spacing:0.06em;text-transform:uppercase;font-size:var(--text-sm);display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.heroes-faq-item summary::-webkit-details-marker{display:none}.heroes-faq-item summary::after{content:"+";font-size:1.1rem;color:var(--color-highlight);flex-shrink:0}.heroes-faq-item[open] summary::after{content:"–"}.heroes-faq-body{margin-top:var(--space-3);font-size:var(--text-sm);color:var(--gray-500)}.heroes-faq-cta{max-width:840px;margin:var(--space-6) auto 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-4);border-radius:var(--radius-lg);border:1px solid rgba(126,91,255,0.7);background:radial-gradient(circle at 0 0,rgba(126,91,255,0.2),transparent 55%),rgba(18,21,29,0.95)}.heroes-faq-cta p{margin:0;max-width:520px}.heroes-faq-cta-actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}@media(max-width:1024px){.heroes-hero-inner{grid-template-columns:1.1fr 0.9fr}.heroes-gallery{grid-template-columns:1fr}.heroes-styles-layout{grid-template-columns:1fr}.heroes-legendary-layout{grid-template-columns:1fr}}@media(max-width:768px){.heroes-hero-inner{grid-template-columns:1fr;gap:var(--space-6)}.heroes-hero-visual{order:-1;min-height:220px}.heroes-hero-emblem{width:110px;height:110px;font-size:1.8rem}.heroes-gallery-text{order:-1}.heroes-faq-cta{flex-direction:column;align-items:flex-start}}