.wl-hero {
    background: linear-gradient(135deg, #1f3c88, #3867d6);
    color: #fff;
    padding: 7em 0 5em;
    margin-top: 0;
}

.wl-hero h1 {
    color: #fff;
    margin-bottom: 0.4em;
}

.wl-hero .section-heading {
    margin-bottom: 0;
}

.wl-hero .section-heading h2 {
    color: #fff;
    margin-bottom: 0.35em;
    font-size: 50px;
    font-weight: 300;
}

.wl-hero .section-heading .subtext h3 {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.25em;
    line-height: 1.6;
}

.wl-hero p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.15em;
    max-width: 720px;
}

.wl-hero .wl-hero-cta {
    margin-top: 1.5em;
}

.wl-section {
    padding: 4.5em 0;
}

.wl-section-alt {
    background: #f7f9fc;
}

.wl-section-no-top {
    padding-top: 0;
}

.wl-card {
    background: #fff;
    border: 1px solid #e7ecf3;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 10px 28px rgba(31, 60, 136, 0.08);
}

.wl-card h3 {
    margin-top: 0;
}

.wl-media {
    border-radius: 12px;
    border: 1px solid #e7ecf3;
    width: 100%;
    background: #fff;
    margin-bottom: 18px;
}

.wl-process {
    counter-reset: process;
    list-style: none;
    padding-left: 0;
}

.wl-process li {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e6ebf5;
    margin-bottom: 12px;
    padding: 14px 16px 14px 56px;
    position: relative;
}

.wl-process li:before {
    counter-increment: process;
    content: counter(process);
    position: absolute;
    top: 12px;
    left: 16px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    color: #fff;
    background: #f39c12;
    font-weight: 700;
}

.wl-enquiry-placeholder {
    border: 2px dashed #c7d3e7;
    border-radius: 14px;
    padding: 24px;
    background: #fbfcff;
}

.wl-inline-note {
    font-size: 0.95em;
    color: #6d7c92;
}

.wl-list {
    margin-bottom: 0;
    padding-left: 20px;
}

.wl-list li {
    margin-bottom: 8px;
}

.wl-cta-box {
    background: linear-gradient(135deg, #162447, #1f3c88);
    color: #fff;
    padding: 2em;
    border-radius: 14px;
    box-shadow: 0 16px 30px rgba(22, 36, 71, 0.24);
}

.wl-cta-box h2,
.wl-cta-box p {
    color: #fff;
}

.wl-btn-spaced {
    margin-left: 8px;
}

.wl-footer-compact {
    padding-top: 1em;
}
