.tlh-hero{position:relative;width:100%;height:min(660px,calc(100vh - 88px));min-height:560px;overflow:hidden;background:#111;font-family:inherit}
.tlh-slides,.tlh-slide{position:absolute;inset:0}
.tlh-slide{opacity:0;visibility:hidden;transition:opacity .55s ease;isolation:isolate}
.tlh-slide.is-active{opacity:1;visibility:visible;z-index:2}
.tlh-media,.tlh-media img{position:absolute;inset:0;width:100%;height:100%;display:block}
.tlh-media img{object-fit:cover;object-position:center center}
.tlh-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,var(--tlh-overlay-left)) 0%,rgba(0,0,0,var(--tlh-overlay-mid)) 38%,rgba(0,0,0,var(--tlh-overlay-soft)) 68%,rgba(0,0,0,0) 100%);z-index:1}
.tlh-content{position:relative;z-index:3;width:min(680px,52vw);margin-left:max(6vw,40px);padding-top:clamp(110px,14vh,165px);color:#fff}
.tlh-eyebrow{display:inline-block;background:#ff7817;color:#fff;font-size:14px;font-weight:800;letter-spacing:1.25px;line-height:1;padding:12px 17px;margin-bottom:25px;text-transform:uppercase}
.tlh-content h1{margin:0 0 20px;font-size:clamp(36px,3.25vw,60px);line-height:.98;letter-spacing:-1.4px;font-weight:900;text-transform:uppercase}
.tlh-content h1 span,.tlh-content h1 strong{display:block}
.tlh-content h1 strong{color:#ff7817;font-weight:900}
.tlh-description{font-size:15px;line-height:1.65;max-width:620px;margin-bottom:30px;color:rgba(255,255,255,.95)}
.tlh-ctas{display:flex;flex-wrap:wrap;gap:10px}
.tlh-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:4px;text-decoration:none;font-size:13px;font-weight:700;transition:transform .2s ease,opacity .2s ease,background .2s ease;color:#fff}
.tlh-btn:hover{transform:translateY(-1px);opacity:.94;color:#fff}
.tlh-btn-primary{background:#ff7817}.tlh-btn-whatsapp{background:#16c96b}.tlh-btn-outline{border:1px solid rgba(255,255,255,.8);background:rgba(0,0,0,.12)}
.tlh-controls{position:absolute;z-index:5;right:30px;bottom:24px;display:flex;align-items:center;gap:10px}
.tlh-controls button{appearance:none;border:0;cursor:pointer}
.tlh-prev,.tlh-next{width:34px;height:34px;border-radius:50%;background:rgba(0,0,0,.32);color:#fff;font-size:24px;line-height:1;display:flex;align-items:center;justify-content:center;padding:0;font-family:Arial,sans-serif}.tlh-prev:hover,.tlh-next:hover{background:rgba(0,0,0,.6)}
.tlh-prev span,.tlh-next span{display:block;line-height:1;transform:translateY(-1px)}
.tlh-dots{display:flex;gap:6px}.tlh-dot{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.55);padding:0}.tlh-dot.is-active{background:#ff7817;transform:scale(1.25)}
.tlh-admin-empty{padding:20px;border:1px dashed #bbb;background:#fafafa}
@media (max-width:767px){
 .tlh-hero{height:clamp(620px,88vh,760px);min-height:620px}
 .tlh-content{width:auto;margin:0 22px;padding-top:120px}
 .tlh-content h1{font-size:clamp(34px,10vw,48px);line-height:1}
 .tlh-description{font-size:14px;line-height:1.55}
 .tlh-eyebrow{font-size:11px;letter-spacing:1px;padding:10px 14px;margin-bottom:20px}
 .tlh-ctas{gap:8px}.tlh-btn{font-size:12px;padding:0 14px;min-height:42px}
 .tlh-controls{right:18px;bottom:18px}
}
@media (prefers-reduced-motion:reduce){.tlh-slide,.tlh-btn{transition:none}}
