.tyc-hero{position:relative;overflow:hidden;background:#000;border-radius:18px;box-shadow:0 18px 45px rgba(0,0,0,.25)}
.tyc-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .9s ease}
.tyc-hero-slide.active{opacity:1;visibility:visible}
.tyc-hero-slide img{width:100%;height:100%;object-fit:cover;display:block}
.tyc-hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,var(--hero-overlay,.65))}
.tyc-hero-content{position:absolute;color:var(--hero-text,#fff);max-width:720px;padding:40px;z-index:2}
.tyc-hero-content h2{font-size:42px;line-height:1.05;margin:0 0 12px;font-weight:900;color:var(--hero-text,#fff);text-shadow:0 4px 18px rgba(0,0,0,.55)}
.tyc-hero-content p{font-size:17px;margin:0 0 14px;opacity:.95}
.tyc-hero-meta{display:flex;gap:14px;margin-bottom:18px;font-size:14px;opacity:.9}
.tyc-hero-button{display:inline-block;background:var(--hero-button,#e50914);color:#fff!important;text-decoration:none!important;padding:13px 22px;font-weight:800;border-radius:999px}
.tyc-hero-pos-bottom-left .tyc-hero-content{left:0;bottom:0}
.tyc-hero-pos-bottom-center .tyc-hero-content{left:50%;bottom:0;transform:translateX(-50%);text-align:center}
.tyc-hero-pos-center .tyc-hero-content{left:50%;top:50%;transform:translate(-50%,-50%);text-align:center}
.tyc-hero-btn-yellow .tyc-hero-button{background:#ffd400;color:#111!important}
.tyc-hero-btn-white .tyc-hero-button{background:#fff;color:#111!important}
.tyc-hero-btn-glass .tyc-hero-button{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.45);backdrop-filter:blur(8px)}
.tyc-hero-shape-rounded .tyc-hero-button{border-radius:12px}
.tyc-hero-shape-square .tyc-hero-button{border-radius:0}
.tyc-hero-empty{padding:20px;background:#fff3cd;border:1px solid #ffe69c;border-radius:8px}
@media(max-width:768px){.tyc-hero{height:300px!important}.tyc-hero-content{padding:22px}.tyc-hero-content h2{font-size:25px}.tyc-hero-content p{font-size:14px}}

/* Hero Templates */
.tyc-hero-template-news{
    border-radius:18px;
}

.tyc-hero-template-news .tyc-hero-content h2{
    font-family:Impact,Arial Black,sans-serif;
    text-transform:uppercase;
    letter-spacing:.3px;
}

.tyc-hero-template-sports{
    border:3px solid #ffd400;
}

.tyc-hero-template-sports .tyc-hero-overlay{
    background:linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,80,40,.45),rgba(0,0,0,var(--hero-overlay,.65)));
}

.tyc-hero-template-sports .tyc-hero-content h2{
    color:#ffd400!important;
    text-transform:uppercase;
}

.tyc-hero-template-netflix{
    border-radius:8px;
    box-shadow:0 25px 70px rgba(0,0,0,.45);
}

.tyc-hero-template-netflix .tyc-hero-overlay{
    background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.35),rgba(0,0,0,.1));
}

.tyc-hero-template-netflix .tyc-hero-button{
    background:#e50914!important;
}

.tyc-hero-template-youtube{
    border-radius:14px;
    border:1px solid rgba(255,255,255,.12);
}

.tyc-hero-template-youtube .tyc-hero-button:before{
    content:"▶ ";
}

.tyc-hero-template-glass{
    border:1px solid rgba(255,255,255,.25);
    backdrop-filter:blur(10px);
}

.tyc-hero-template-glass .tyc-hero-content{
    background:rgba(255,255,255,.10);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.22);
    border-radius:18px;
    margin:30px;
}

.tyc-hero-template-breaking{
    border:3px solid #e50914;
}

.tyc-hero-template-breaking:before{
    content:"BREAKING NEWS";
    position:absolute;
    left:24px;
    top:24px;
    background:#e50914;
    color:#fff;
    font-weight:900;
    font-size:13px;
    letter-spacing:.8px;
    padding:8px 12px;
    border-radius:6px;
    z-index:5;
}

.tyc-hero-template-breaking .tyc-hero-content h2{
    text-transform:uppercase;
    color:#fff!important;
}

/* Strong template preview styles */
.tyc-hero-template-news{
    border:3px solid #e50914!important;
}

.tyc-hero-template-sports{
    border:4px solid #ffd400!important;
}

.tyc-hero-template-sports .tyc-hero-overlay{
    background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,100,45,.55),rgba(0,0,0,.25))!important;
}

.tyc-hero-template-sports .tyc-hero-content h2{
    color:#ffd400!important;
}

.tyc-hero-template-netflix{
    border-radius:6px!important;
    border:3px solid #111!important;
    box-shadow:0 25px 70px rgba(0,0,0,.55)!important;
}

.tyc-hero-template-netflix .tyc-hero-overlay{
    background:linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.45),rgba(0,0,0,.05))!important;
}

.tyc-hero-template-youtube{
    border:4px solid #ff0000!important;
}

.tyc-hero-template-youtube .tyc-hero-button:before{
    content:"▶ ";
}

.tyc-hero-template-glass .tyc-hero-content{
    background:rgba(255,255,255,.14)!important;
    backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.35);
    border-radius:18px;
    margin:30px;
}

.tyc-hero-template-breaking{
    border:4px solid #e50914!important;
}

.tyc-hero-template-breaking:before{
    content:"BREAKING NEWS";
    position:absolute;
    left:24px;
    top:24px;
    background:#e50914;
    color:#fff;
    font-weight:900;
    font-size:13px;
    letter-spacing:.8px;
    padding:8px 12px;
    border-radius:6px;
    z-index:20;
}
