h1, h2, h3, h4, h5, h6, 
.mfn-title, 
.section-title,
.tp-caption {
font-family: 'Outfit', sans-serif !important;
font-weight: 700 !important;
letter-spacing: -0.02em !important;
}
body, p, li, a, span, label, input, textarea, select {
font-family: 'Inter', sans-serif !important;
} p {
line-height: 1.7 !important;
color: #4a5568;
} .venus-slider-container {
position: relative;
width: 100%;
max-width: 800px;
margin: 2.5em auto;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
user-select: none;
aspect-ratio: 16 / 10;
border: 1px solid rgba(226, 232, 240, 0.8);
}
.venus-slider-img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
pointer-events: none;
}
.venus-slider-after-wrapper {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
overflow: hidden;
transition: width 0.05s ease-out;
}
.venus-slider-img.venus-img-after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width: none;
}
.venus-slider-handle {
position: absolute;
top: 0;
left: 50%;
width: 3px;
height: 100%;
background: #ffffff;
cursor: ew-resize;
transform: translateX(-50%);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
z-index: 10;
transition: left 0.05s ease-out;
}
.venus-slider-handle-button {
position: absolute;
top: 50%;
left: 50%;
width: 42px;
height: 42px;
background: #ffffff;
color: #1e293b;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transform: translate(-50%, -50%);
font-size: 20px;
font-weight: bold;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
pointer-events: none;
border: 2px solid #cbd5e1;
transition: background-color 0.2s ease, transform 0.2s ease;
}
.venus-slider-container:hover .venus-slider-handle-button {
background-color: #f8fafc;
transform: translate(-50%, -50%) scale(1.08);
} .venus-compliance-footer {
background-color: #f8fafc;
border-top: 2px solid #e2e8f0;
padding: 50px 24px;
color: #475569;
clear: both;
margin-top: 60px;
}
.venus-compliance-container {
max-width: 1100px;
margin: 0 auto;
}
.venus-compliance-title {
font-family: 'Outfit', sans-serif !important;
font-weight: 800 !important;
font-size: 13px !important;
letter-spacing: 0.08em;
color: #e11d48;
margin-bottom: 20px;
text-transform: uppercase;
}
.venus-compliance-text {
font-size: 11.5px !important;
line-height: 1.7 !important;
color: #64748b;
margin-bottom: 14px;
text-align: justify;
}
.venus-compliance-badges {
margin: 25px 0;
padding: 12px 0;
border-top: 1px solid #cbd5e1;
border-bottom: 1px solid #cbd5e1;
font-size: 11px !important;
font-weight: 700 !important;
color: #2563eb;
text-transform: uppercase;
letter-spacing: 0.08em;
text-align: center;
}
.venus-compliance-badges span {
margin: 0 10px;
display: inline-block;
}
.venus-compliance-copyright {
font-size: 11px !important;
color: #94a3b8;
margin-top: 25px;
text-align: center;
}
.venus-compliance-copyright a {
color: #2563eb !important;
text-decoration: none;
margin: 0 6px;
font-weight: 500;
}
.venus-compliance-copyright a:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
.venus-compliance-text {
text-align: left;
}
.venus-compliance-badges span {
display: block;
margin: 6px 0;
}
}