/* Start custom CSS for html, class: .elementor-element-14561a0 *//* =========================
GLOBAL
========================= */

body{
margin:0;
font-family:Inter, sans-serif;
background:#ffffff;
color:#000000;
}

/* =========================
HEADER
========================= */

.site-header{
position:fixed;
top:0;
left:0;
width:100%;
background:#000000;
padding:22px 30px;
z-index:999;
}

.header-inner{
max-width:1200px;
margin:0 auto;
display:flex;
justify-content:space-between;
align-items:center;
}

.header-logo{
font-size:22px;
font-weight:900;
color:#ffffff;
letter-spacing:-0.5px;
}

.header-cta{
background:#ff3b8d;
color:#ffffff;
padding:14px 34px;
border-radius:50px;
text-decoration:none;
font-weight:700;
font-size:14px;
transition:0.3s ease;
}

.header-cta:hover{
background:#e63278;
transform:translateY(-2px);
box-shadow:0 10px 30px rgba(255,59,141,0.4);
}

/* =========================
VSL SECTION
========================= */

.vsl-section{
max-width:900px;
margin:0 auto;
padding:200px 20px 140px;
text-align:center;
}

.vsl-section h1{
font-size:clamp(36px,5vw,56px);
font-weight:900;
margin-bottom:20px;
line-height:1.1;
}

.pink{
color:#ff3b8d;
}

.vsl-sub{
font-size:20px;
line-height:1.6;
max-width:720px;
margin:0 auto 40px;
opacity:0.8;
}

/* =========================
VIDEO
========================= */

.vsl-video{
position:relative;
width:100%;
padding-top:56.25%;
border-radius:22px;
overflow:hidden;
box-shadow:0 40px 80px rgba(0,0,0,0.2);
margin-bottom:40px;
background:#000000;
}

.vsl-video iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:0;
}

/* =========================
CTA
========================= */

.vsl-note{
font-size:15px;
opacity:0.6;
margin-bottom:30px;
}

.vsl-cta{
display:inline-block;
background:#ff3b8d;
color:#ffffff;
padding:18px 60px;
border-radius:50px;
text-decoration:none;
font-weight:800;
font-size:18px;
transition:0.3s ease;
}

.vsl-cta:hover{
background:#e63278;
transform:translateY(-3px);
box-shadow:0 15px 40px rgba(255,59,141,0.45);
}

.vsl-small{
font-size:14px;
opacity:0.6;
margin-top:18px;
}

/* =========================
MOBILE
========================= */

@media(max-width:700px){
.vsl-section{
padding-top:160px;
}
}/* End custom CSS */