.nivels-premium-hero{
    --nivels-bg:#050505;
    --nivels-text:#ffffff;
    --nivels-muted:rgba(255,255,255,.70);
    --nivels-accent:#e31b23;
    position:relative;
    isolation:isolate;
    overflow:hidden;
    display:flex;
    align-items:center;
    min-height:min(var(--nivels-minh),760px);
    padding:min(var(--nivels-pt),72px) 24px min(var(--nivels-pb),72px);
    background:#050505;
    color:#fff;
}

.nivels-premium-hero::before{
    content:"";
    position:absolute;
    width:min(620px,48vw);
    aspect-ratio:1;
    right:-10%;
    top:-22%;
    background:radial-gradient(circle,rgba(227,27,35,.92) 0 1.5px,transparent 2px) 0 0/17px 17px;
    opacity:.34;
    -webkit-mask-image:radial-gradient(circle at center,#000 0 14%,rgba(0,0,0,.88) 38%,transparent 72%);
    mask-image:radial-gradient(circle at center,#000 0 14%,rgba(0,0,0,.88) 38%,transparent 72%);
    transform:rotate(-8deg);
    z-index:-2;
}

.nivels-premium-hero::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(255,255,255,.025),transparent 44%),
        radial-gradient(circle at 78% 50%,rgba(227,27,35,.11),transparent 34%);
    pointer-events:none;
    z-index:-1;
}

.nivels-premium-wrap{
    width:100%;
    max-width:var(--nivels-max);
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:clamp(44px,6vw,110px);
}

.nivels-premium-content{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1080px;
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.nivels-premium-wrap:has(.nivels-premium-visual) .nivels-premium-content{
    width:calc(100% - var(--nivels-imgw));
    max-width:none;
}

.nivels-premium-eyebrow{
    display:flex;
    align-items:center;
    gap:14px;
    margin:0 0 22px !important;
    padding:0 !important;
    color:rgba(255,255,255,.78) !important;
    font-family:Inter,Arial,sans-serif;
    font-size:11px;
    line-height:1.35;
    font-weight:700;
    letter-spacing:.18em;
    text-transform:uppercase;
}

.nivels-premium-eyebrow::before{
    content:"";
    width:44px;
    height:2px;
    flex:none;
    background:#e31b23;
}

.nivels-premium-title{
    max-width:1080px;
    margin:0 0 24px !important;
    padding:0 !important;
    color:#fff !important;
    font-family:"Bebas Neue","Arial Narrow",Impact,sans-serif;
    font-size:clamp(68px,8.6vw,146px);
    line-height:.86;
    font-weight:400;
    letter-spacing:.005em;
    text-transform:uppercase;
    text-wrap:balance;
}

.nivels-premium-title span,
.nivels-premium-title em{
    display:block;
    color:#fff !important;
    font-style:normal;
    font-weight:400;
}

.nivels-premium-title em{
    color:#e31b23 !important;
}

.nivels-premium-desc{
    max-width:650px;
    margin:0 0 30px !important;
    padding:0 !important;
    color:rgba(255,255,255,.70) !important;
    font-family:Inter,Arial,sans-serif;
    font-size:clamp(16px,1.35vw,20px);
    line-height:1.55;
    font-weight:400;
}

.nivels-premium-btn{
    position:relative;
    overflow:hidden;
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    min-width:260px;
    min-height:58px;
    padding:0 22px 0 24px;
    border:1px solid rgba(255,255,255,.34) !important;
    border-radius:0;
    background:rgba(255,255,255,.035) !important;
    box-shadow:none !important;
    color:#fff !important;
    text-decoration:none !important;
    text-transform:uppercase;
    font-family:Inter,Arial,sans-serif;
    font-size:12px;
    line-height:1;
    letter-spacing:.13em;
    font-weight:800;
    transition:border-color .25s ease,background .25s ease,transform .25s ease;
}

.nivels-premium-btn::before{
    content:"";
    position:absolute;
    inset:0;
    background:#e31b23;
    transform:translateX(-102%);
    transition:transform .3s cubic-bezier(.22,.8,.3,1);
    z-index:-1;
}

.nivels-premium-btn::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:74px;
    height:2px;
    background:#e31b23;
    transition:width .3s ease,background .3s ease;
}

.nivels-premium-btn span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    border-left:1px solid rgba(255,255,255,.28);
    padding-left:16px;
    font-size:20px;
    line-height:1;
    transition:transform .25s ease,border-color .25s ease;
}

.nivels-premium-btn:hover,
.nivels-premium-btn:focus-visible{
    border-color:#e31b23 !important;
    background:rgba(255,255,255,.035) !important;
    color:#fff !important;
    transform:translateY(-2px);
}

.nivels-premium-btn:hover::before,
.nivels-premium-btn:focus-visible::before{
    transform:translateX(0);
}

.nivels-premium-btn:hover::after,
.nivels-premium-btn:focus-visible::after{
    width:100%;
    background:#fff;
}

.nivels-premium-btn:hover span,
.nivels-premium-btn:focus-visible span{
    transform:translateX(4px);
    border-color:rgba(255,255,255,.5);
}

.nivels-premium-visual{
    width:var(--nivels-imgw);
    position:relative;
    z-index:1;
}

.nivels-premium-visual::before{
    content:"";
    position:absolute;
    inset:7% -4% -7% 7%;
    border:1px solid rgba(227,27,35,.52);
    transform:translate(16px,16px);
    z-index:-1;
}

.nivels-premium-visual img{
    display:block;
    width:100%;
    height:auto;
    border-radius:0;
    filter:contrast(1.08) saturate(.88);
}

.nivels-premium-placeholder{
    border:1px solid rgba(255,255,255,.18);
    padding:80px 20px;
    text-align:center;
    color:rgba(255,255,255,.66);
}

.nivels-premium-content > *{flex:none}
.nivels-premium-title + .nivels-premium-desc{margin-top:0 !important}

@media(max-width:1024px){
    .nivels-premium-hero{min-height:auto;padding-top:54px;padding-bottom:54px}
    .nivels-premium-wrap{display:block}
    .nivels-premium-wrap:has(.nivels-premium-visual) .nivels-premium-content{width:100%}
    .nivels-premium-visual{width:min(100%,760px);margin-top:58px}
    .nivels-premium-title{font-size:clamp(62px,11vw,112px)}
}

@media(max-width:640px){
    .nivels-premium-hero{padding-left:20px;padding-right:20px}
    .nivels-premium-hero::before{width:112vw;right:-58%;top:-5%;opacity:.25}
    .nivels-premium-eyebrow{font-size:9px;letter-spacing:.14em;margin-bottom:18px !important}
    .nivels-premium-eyebrow::before{width:30px}
    .nivels-premium-title{font-size:clamp(52px,16.5vw,78px);line-height:.88;margin-bottom:20px !important}
    .nivels-premium-desc{font-size:16px;margin-bottom:26px !important}
    .nivels-premium-btn{width:100%;min-width:0}
}

@media(prefers-reduced-motion:reduce){
    .nivels-premium-btn,
    .nivels-premium-btn::before,
    .nivels-premium-btn::after,
    .nivels-premium-btn span{transition:none}
}
