/* ================= HERO WRAPPER ================= */
.hero-wrapper{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-fixed-content{
    position: absolute;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
    padding-bottom: 30px;
}

/* ================= HERO BENEFIT ================= */
.hero-benefits {
    background: rgba(0,0,0,0.65);
    border-radius: 14px;
    padding: 14px 18px;
    font-size: 0.95rem;
    pointer-events: auto;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

.hero-benefits span {
    display: inline-block;
    margin: 4px 10px;
    font-weight: 600;
}

.hero-benefits .btn{
    margin-bottom: 8px;
}

/* Mobile */
@media (max-width:768px){

    .hero-benefits{
        font-size: 0.85rem;
        padding: 12px 14px;
        text-align: center;
        margin-top: 70px;
    }

    .hero-benefits .benefit-grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px 12px;
        margin-top: 8px;
        text-align: left;
        font-size: 0.8rem;
    }
}

/* ================= CARD ================= */

.open-jamming-card {
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border-left: 6px solid #2563eb;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.jamming-card {
    background: linear-gradient(135deg, #0f172a, #020617);
    color: #e5e7eb;
    border-left: 6px solid #7c3aed;
}

.jamming-card .highlight {
    color: #22d3ee;
    font-weight: 600;
}

.jamming-card .cta {
    color: #a3e635;
    font-weight: 700;
}

/* ================= CAREER ================= */

.career-section{
    background: linear-gradient(180deg,#f8fafc,#ffffff);
    padding: 70px 0;
}

.career-card{
    border: none;
    border-radius: 18px;
    padding: 28px 22px;
    height: 100%;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: .3s;
}

.career-card:hover{
    transform: translateY(-6px);
}

.level-1{border-top:6px solid #22c55e;}
.level-2{border-top:6px solid #3b82f6;}
.level-3{border-top:6px solid #f59e0b;}

/* ================= PRICE ================= */

.price-card{
    border-radius:18px;
    box-shadow:0 15px 30px rgba(0,0,0,.1);
}

/* ===== HYBRID INFO POLISH ===== */

.hybrid-box{
    background: linear-gradient(135deg,#020617,#020617,#0f172a);
    border-radius: 22px;
    padding: 45px 30px;
    color: #fff;
    box-shadow: 0 25px 50px rgba(0,0,0,.35);
}

.hybrid-box h4,
.hybrid-box h5{
    color: #facc15;
    font-weight: 800;
}

.hybrid-badge{
    display: inline-block;
    background: rgba(250,204,21,.15);
    color: #facc15;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.hybrid-list span{
    display: inline-block;
    margin: 5px 10px;
    font-weight: 600;
}

.hybrid-table{
    border-radius: 12px;
    overflow: hidden;
}

.hybrid-table thead{
    background: linear-gradient(90deg,#020617,#1e293b);
}

.hybrid-table th{
    border: none;
}

.hybrid-table td{
    background: rgba(255,255,255,.03);
    border-color: rgba(255,255,255,.1);
    color: #e5e7eb;
}

.hybrid-footer{
    color: #94a3b8;
    font-size: .85rem;
}

/* ================= VIDEO TERBARU ================= */
.video-thumb{
position:relative;
display:block;
overflow:hidden;
border-radius:6px;
}

.video-thumb::after {
    content: "▶";
    position: absolute;
    font-size: 48px;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .8;
}    

.video-thumb img{
width:100%;
transition:0.3s;
}

.video-card:hover img{
transform:scale(1.05);
}

.play-icon{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
font-size:36px;
color:white;
background:rgba(0,0,0,0.5);
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}

.theme-music{
    --primary:#8a2be2;
    --secondary:#151515;
    --accent:#ff00ff;
}

.theme-music{
    background:#111;
    color:#eee;
}

.theme-music .hero-section h1{
    color:white;
    text-shadow:
        0 0 15px #ff00ff,
        0 0 30px #8a2be2;
}

.theme-music .video-section{
    background:#181818;
}

.theme-music .testimonial-section{
    background:#1f1f1f;
}

.theme-music .card{
    background:#222;
    color:#fff;
}

.theme-music .cta-section{
    background:#8a2be2;
    color:#fff;
}

.theme-music .footer-section{
    background:#000;
    color:#aaa;
}

.theme-music .seo-section .seo-body{
    background:#000;
    color:#aaa;
}
