.breadcrumb-bar{position:relative;z-index:1;padding:calc(var(--nav-height) + 1rem) 0 .5rem;background:transparent}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-muted)}.breadcrumb a{color:var(--text-secondary);transition:color .2s}.breadcrumb a:hover{color:var(--cyan)}.breadcrumb__sep{color:var(--text-muted);opacity:.5}.breadcrumb__current{color:var(--text-primary)}.product-hero{position:relative;z-index:1;padding:3rem 0 4rem}.product-hero__content{max-width:700px}.product-hero__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.product-hero__title{font-family:Orbitron,monospace;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;color:var(--text-primary);line-height:1.1;margin-bottom:1rem}.product-hero__subtitle{font-size:clamp(1.1rem,2vw,1.3rem);color:var(--text-secondary);line-height:1.5;margin-bottom:2rem}.product-hero__ctas{display:flex;flex-wrap:wrap;gap:1rem}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.spec-item{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;background:var(--bg-card)}.spec-item__label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.spec-item__value{font-family:Orbitron,monospace;font-size:1rem;font-weight:600;color:var(--cyan)}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.faq-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);overflow:hidden;transition:border-color .2s}.faq-item:hover,.faq-item[open]{border-color:var(--border-hover)}.faq-item__question{padding:1.25rem 1.5rem;font-family:Orbitron,monospace;font-size:.95rem;font-weight:600;color:var(--text-primary);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question:after{content:"+";font-size:1.3rem;color:var(--cyan);flex-shrink:0;transition:transform .2s}.faq-item[open] .faq-item__question:after{content:"\2212"}.faq-item__answer{padding:0 1.5rem 1.25rem;color:var(--text-secondary);line-height:1.6}.faq-item__answer a{color:var(--cyan);text-decoration:underline;text-underline-offset:2px}.faq-item__answer a:hover{color:var(--text-primary)}.product-cta .discord-banner__content{text-align:center}.product-cta .product-hero__ctas{justify-content:center}@media(max-width:768px){.product-hero{padding:2rem 0 3rem}.product-hero__ctas{flex-direction:column}.product-hero__ctas .btn{width:100%;justify-content:center}.specs-grid{grid-template-columns:repeat(2,1fr)}.product-cta .product-hero__ctas{flex-direction:column;align-items:center}}@media(max-width:480px){.specs-grid{grid-template-columns:1fr}}
