
:root {
    --awd2-green: #0b4937;
    --awd2-lime: #72bd2a;
    --awd2-blue: #17345e;
    --awd2-light: #f4f8f5;
}

.awd2-home-message {
    padding: clamp(44px, 6vw, 76px) 22px;
    background: var(--awd2-light);
    border-top: 1px solid #dfe8e2;
    border-bottom: 1px solid #dfe8e2;
}

.awd2-home-message__inner {
    width: min(980px, 100%);
    margin: 0 auto;
    text-align: center;
}

.awd2-eyebrow {
    color: var(--awd2-lime);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.awd2-home-message h2 {
    color: var(--awd2-blue);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
    margin: 0;
}

.awd2-home-message p {
    max-width: 800px;
    margin: 20px auto 0;
    color: #40534a;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.6;
}

/* Oude brede groene quote/balk van Homepage Boodschap verbergen */
.awd2-front-page .aw-trust-block__quote {
    display: none !important;
}
.awd2-front-page .aw-trust-block {
    padding-bottom: 38px !important;
}

/* WhatsApp */
.awd2-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 99998;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 18px;
    border-radius: 999px;
    background: #22c55e;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(0,0,0,.22);
}
.awd2-whatsapp:hover { transform: translateY(-1px); }
.awd2-whatsapp__icon { font-size: 18px; }

/* Contactformulier */
.awd2-form {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(22px, 4vw, 38px);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(23,52,94,.09);
}
.awd2-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.awd2-form label {
    display: block;
    color: var(--awd2-blue);
    font-weight: 700;
    margin-bottom: 18px;
}
.awd2-form input,
.awd2-form textarea {
    width: 100%;
    box-sizing: border-box;
    margin-top: 7px;
    padding: 12px 13px;
    border: 1px solid #ccd9d2;
    border-radius: 8px;
    font: inherit;
    background: #fff;
}
.awd2-form button {
    border: 0;
    border-radius: 8px;
    padding: 13px 22px;
    background: var(--awd2-green);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}
.awd2-consent {
    font-weight: 400 !important;
    color: #4d6157 !important;
}
.awd2-consent input {
    width: auto;
    margin-right: 7px;
}
.awd2-success {
    max-width: 920px;
    margin: 0 auto 18px;
    padding: 14px 17px;
    border-radius: 8px;
    background: #ecf8e8;
    color: #285b2d;
    font-weight: 700;
}

@media (max-width: 720px) {
    .awd2-grid { grid-template-columns: 1fr; gap: 0; }
    .awd2-whatsapp { right: 14px; bottom: 14px; }
}
