/* PROFILE: fullwidth-hero */
.fh-wrap{max-width:820px;margin:0 auto;padding:2rem 1.5rem}
.fh-bread{font-size:.8rem;opacity:.4;margin-bottom:1.5rem;text-align:center}
.fh-bread a{color:var(--pr);text-decoration:none}
.fh-bc-sep{margin:0 .35rem;opacity:.3}
.fh-hero{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.06)}
.fh-hero-figure{display:inline-block;margin-bottom:1.25rem}
.fh-hero-img{width:260px;height:auto;max-height:320px;border-radius:calc(var(--r) + 4px);box-shadow:0 12px 48px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.06);object-fit:cover}
.fh-h1{font-family:var(--fh);font-size:2.4rem;font-weight:800;letter-spacing:-.025em;margin-bottom:.3rem}
.fh-subtitle{opacity:.45;font-size:.9rem;margin-bottom:1.25rem}
.fh-subtitle a{color:var(--pr);text-decoration:none}
.fh-play-btn{display:inline-flex;align-items:center;gap:.5rem;padding:14px 36px;background:linear-gradient(135deg,var(--pr),var(--ac));color:#fff;border-radius:var(--r);text-decoration:none;font-weight:700;font-size:1rem;transition:transform .2s,box-shadow .3s}
.fh-play-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.35)}

/* Stat bars */
.fh-stat-bars{display:flex;flex-direction:column;gap:.9rem;margin-bottom:2rem;padding:1.25rem;background:var(--sf);border-radius:var(--r)}
.fh-bar-item{display:flex;flex-direction:column;gap:.3rem}
.fh-bar-head{display:flex;justify-content:space-between;align-items:baseline}
.fh-bar-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;opacity:.4}
.fh-bar-value{font-size:.88rem;font-weight:700}
.fh-bar-track{height:6px;background:rgba(255,255,255,.06);border-radius:3px;overflow:hidden}
.fh-bar-fill{height:100%;border-radius:3px;background:var(--pr);transition:width .6s ease}
.fh-bar-high{background:#4caf50}.fh-bar-mid{background:#ff9800}.fh-bar-low{background:#f44336}
.fh-bar-vol{background:linear-gradient(90deg,#4caf50,#ff9800,#f44336)}
.fh-rtp-high{color:#4caf50}.fh-rtp-mid{color:#ff9800}.fh-rtp-low{color:#f44336}

/* Demo */
.fh-demo-section{margin-bottom:2rem}
.fh-demo-container{position:relative;padding-top:56.25%;background:#08080f;border-radius:var(--r);overflow:hidden;border:1px solid rgba(255,255,255,.06)}
.fh-demo-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}
.fh-demo-empty{text-align:center;padding:4rem 2rem;background:rgba(var(--pr-rgb),0.03);border:1px dashed rgba(var(--pr-rgb),0.2);border-radius:var(--r)}
.fh-demo-empty p{margin-bottom:1rem;opacity:.5;font-size:1.1rem}

/* Tags */
.fh-tag-strip{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;margin-bottom:2rem}
.fh-tag{display:inline-block;padding:.3rem .75rem;font-size:.8rem;background:rgba(255,255,255,.05);border-radius:20px;color:var(--tx);text-decoration:none;transition:background .2s}
.fh-tag:hover{background:rgba(var(--pr-rgb),0.15)}
.fh-tag-m{background:rgba(var(--ac-rgb,255,107,53),0.1);border:1px solid rgba(var(--ac-rgb,255,107,53),0.2)}

/* Accordions */
.fh-accordion{margin-bottom:.5rem;border:1px solid rgba(255,255,255,.06);border-radius:var(--r);overflow:hidden}
.fh-accordion[open]{border-color:rgba(var(--pr-rgb),0.2)}
.fh-acc-head{display:block;padding:1rem 1.25rem;font-family:var(--fh);font-size:1rem;font-weight:600;cursor:pointer;user-select:none;background:rgba(255,255,255,.02);transition:background .2s;list-style:none}
.fh-acc-head::-webkit-details-marker{display:none}
.fh-acc-head::before{content:'+';float:right;font-size:1.2rem;line-height:1;opacity:.3;transition:transform .2s}
.fh-accordion[open] .fh-acc-head::before{content:'\2212'}
.fh-acc-head:hover{background:rgba(var(--pr-rgb),0.05)}
.fh-acc-body{padding:1rem 1.25rem;line-height:1.8;font-size:.93rem;border-top:1px solid rgba(255,255,255,.04)}
.fh-acc-body a{color:var(--pr);text-decoration:underline;text-underline-offset:2px}
.fh-acc-body p{margin-bottom:.5rem}
.fh-feat-ul{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.4rem .75rem}
.fh-feat-ul li{padding:.35rem 0 .35rem 1.2rem;position:relative;font-size:.9rem}
.fh-feat-ul li::before{content:'\2713';position:absolute;left:0;color:var(--pr);font-weight:700}

/* Related — horizontal scroll */
.fh-related{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06)}
.fh-rel-title{font-family:var(--fh);font-size:1.05rem;margin-bottom:1rem;text-align:center;text-transform:uppercase;letter-spacing:.04em;opacity:.6}
.fh-rel-scroll{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.75rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
.fh-rel-scroll::-webkit-scrollbar{height:4px}
.fh-rel-scroll::-webkit-scrollbar-track{background:rgba(255,255,255,.03)}
.fh-rel-scroll::-webkit-scrollbar-thumb{background:rgba(var(--pr-rgb),0.2);border-radius:2px}
.fh-rel-slide{flex:0 0 150px;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--tx);padding:.5rem;border-radius:var(--r);transition:background .2s;position:relative}
.fh-rel-slide:hover{background:rgba(255,255,255,.04)}
.fh-rel-slide img{width:130px;height:auto;border-radius:calc(var(--r) - 2px);margin-bottom:.4rem}
.fh-rel-rtp{position:absolute;top:.6rem;right:.6rem;padding:2px 6px;font-size:.7rem;font-weight:700;background:rgba(0,0,0,.7);border-radius:3px;color:#4caf50}
.fh-rel-name{font-size:.82rem;font-weight:600;text-align:center;line-height:1.2}
.fh-rel-prov{font-size:.7rem;opacity:.3;margin-top:.15rem}

@media(max-width:768px){
.fh-wrap{padding:1rem .75rem}
.fh-hero-img{width:200px}
.fh-h1{font-size:1.7rem}
.fh-play-btn{width:100%;justify-content:center}
.fh-stat-bars{padding:.75rem}
.fh-demo-container{border-radius:0;margin:0 -.75rem}
.fh-feat-ul{grid-template-columns:1fr}
.fh-rel-slide{flex:0 0 130px}
.fh-rel-slide img{width:110px}
}
@media(max-width:400px){
.fh-hero-img{width:160px}
.fh-h1{font-size:1.4rem}
.fh-acc-head{padding:.75rem 1rem;font-size:.9rem}
}
