.elementor-17189 .elementor-element.elementor-element-51dd117{--display:flex;}/* Start custom CSS for html, class: .elementor-element-766b404 *//* GLOBAL */
body {
    font-family: 'Inter', sans-serif;
    color: #e6e6e6;
}

/* HERO */
.v4-hero {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #0d0d0f, #1a1a1d);
    border-radius: 20px;
    margin-bottom: 50px;
    box-shadow: 0 0 60px rgba(0,0,0,0.45);
}

.v4-hero h1 {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -1px;
}

.v4-hero p {
    font-size: 20px;
    margin: 15px auto 30px;
    max-width: 700px;
    color: #bfc7d1;
}

/* BUTTONS */
.v4-btn,
.v4-btn-small {
    display: inline-block;
    background: linear-gradient(90deg, #00aaff, #0066ff);
    padding: 14px 34px;
    border-radius: 12px;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.v4-btn:hover,
.v4-btn-small:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.55);
}

.v4-btn-small {
    padding: 10px 22px;
    font-size: 14px;
}

/* ADS GRID */
.v4-ads-section {
    margin-top: 40px;
}

.v4-title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 30px;
    color: #fff;
}

.v4-ads-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.v4-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 25px;
    border-radius: 18px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 35px rgba(0,0,0,0.35);
    transition: 0.25s ease;
}

.v4-card:hover {
    transform: translateY(-6px);
    border-color: #00aaff;
}

.v4-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
}

.v4-card p {
    color: #cfd6df;
    margin-bottom: 20px;
}

.v4-price {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #00aaff;
}

.v4-price span {
    font-size: 14px;
    color: #9aa3ad;
}

/* BENEFITS */
.v4-benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}

.v4-benefit {
    background: rgba(255,255,255,0.03);
    padding: 20px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.06);
    transition: 0.25s ease;
}

.v4-benefit:hover {
    border-color: #00aaff;
}

/* CTA */
.v4-cta {
    margin-top: 60px;
    text-align: center;
    padding: 50px 20px;
    background: #0f0f11;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.06);
}

/* GLOBAL TEXT COLOR */
body,
.v4-hero p,
.v4-card p,
.v4-benefit p,
.v4-cta p {
    color: #1b3b73 !important;
}

/* HEADLINES */
.v4-hero h1,
.v4-title,
.v4-card h3,
.v4-benefit h4,
.v4-cta h2 {
    color: #1b3b73 !important;
}

/* PREISE */
.v4-price {
    color: #1b3b73 !important;
}

/* BUTTONS – Textfarbe */
.v4-btn,
.v4-btn-small {
    color: #ffffff !important;
}/* End custom CSS */