.elementor-29371 .elementor-element.elementor-element-9a9b8ff{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8243e3c */.jepesat-advies-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 60px;
    color: #1f2a37;
}

.jepesat-advies-page h1,
.jepesat-advies-page h2,
.jepesat-advies-page h3 {
    margin: 0 0 14px;
    line-height: 1.2;
}

.jepesat-advies-page p {
    margin: 0 0 14px;
    line-height: 1.7;
}

.advies-hero {
    background: linear-gradient(135deg, #0f172a, #1e90ff);
    color: #fff;
    border-radius: 18px;
    padding: 48px 40px;
    margin-bottom: 26px;
}

.advies-hero-inner {
    max-width: 820px;
}

.advies-hero h1 {
    font-size: 42px;
    margin-bottom: 16px;
}

.advies-hero p {
    font-size: 18px;
    color: rgba(255,255,255,0.92);
}

.advies-hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.advies-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.25s ease;
}

.advies-btn-primary {
    background: #63d92b;
    color: #000;
}

.advies-btn-primary:hover {
    background: #4fc021;
    color: #000;
}

.advies-btn-secondary {
    background: rgba(255,255,255,0.14);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.24);
}

.advies-btn-secondary:hover {
    background: rgba(255,255,255,0.22);
    color: #fff;
}

.advies-btn-dark {
    background: #1e90ff;
    border: none;
}

.advies-btn-dark:hover {
    background: #1877d6;
}

.advies-usp-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 30px;
}

.advies-usp {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px 18px;
    font-weight: 600;
    text-align: center;
}

.advies-section {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 30px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.advies-section-soft {
    background: #f8fbff;
    border-color: #dbeafe;
}

.advies-section-highlight {
    background: #f8fafc;
    border-color: #dbe3ea;
}

.advies-grid-three {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.advies-grid-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.advies-card {
    background: #f9fbfc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px;
}

.advies-list {
    margin: 0;
    padding-left: 20px;
}

.advies-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.advies-contact-box {
    background: #0f172a;
    color: #fff;
    border-radius: 18px;
    padding: 34px 30px;
}

.advies-contact-box p {
    color: rgba(255,255,255,0.92);
}

.advies-contact-details {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin: 10px 0 6px;
    color: #fff;
}

@media (max-width: 991px) {
    .advies-usp-row,
    .advies-grid-three,
    .advies-grid-two {
        grid-template-columns: 1fr;
    }

    .advies-hero {
        padding: 36px 24px;
    }

    .advies-hero h1 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .jepesat-advies-page {
        padding: 24px 15px 40px;
    }

    .advies-hero h1 {
        font-size: 28px;
    }

    .advies-hero p {
        font-size: 16px;
    }

    .advies-section,
    .advies-card,
    .advies-contact-box {
        padding: 22px;
    }
}/* End custom CSS */