.hm-appointment-body {
    background: var(--dc-cream, #F7F5F2) !important;
    font-family: 'Inter', sans-serif;
    color: var(--graphite, #2A2A2A);
}

.hm-appointment-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.hm-appointment-header {
    background: transparent;
    padding: 18px 0;
    border-bottom: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}
.hm-appointment-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.hm-logo img { height: 40px; display: block; }
.hm-header-right { display: flex; align-items: center; gap: 22px; }

.hm-hero {
    position: relative;
    min-height: 50vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 90px 0 44px;
}
.hm-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20,32,36,.55) 0%, rgba(20,32,36,.68) 100%);
}
.hm-hero__inner { position: relative; z-index: 1; max-width: 820px; }
.hm-hero__eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #fff;
    opacity: .85;
    margin-bottom: 16px;
}
.hm-hero__title {
    font-family: 'Lora', Georgia, serif;
    font-weight: 400;
    font-size: clamp(30px, 4.4vw, 48px);
    line-height: 1.12;
    color: #fff;
    margin: 0 0 18px;
}
.hm-hero__intro {
    color: rgba(255,255,255,.92);
    font-size: 16px;
    line-height: 1.6;
    max-width: 620px;
    margin: 0 auto 24px;
}
.hm-hero__usps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 28px;
}
.hm-hero__usps li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.94);
    font-size: 15px;
    font-weight: 500;
}
.hm-hero__usps li i {
    color: #fff;
    font-size: 18px;
    opacity: .9;
}

.hm-appointment-main { padding-top: 48px; padding-bottom: 20px; }

.hm-afspraak-intro {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 40px;
}
.hm-afspraak-intro h2 {
    font-family: 'Lora', Georgia, serif;
    font-weight: 400;
    color: var(--graphite, #2A2A2A);
    font-size: 1.6rem;
    margin: 0 0 10px;
}
.hm-afspraak-intro p {
    margin: 0 auto;
    max-width: 600px;
    color: var(--dc-muted, #5f6f73);
    line-height: 1.7;
    font-size: 16px;
}

.hm-appointment-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}
@media (max-width: 991px) { .hm-appointment-grid { grid-template-columns: 1fr; } }

.hm-card {
    background: #fff;
    border: 1px solid rgba(216, 207, 196, .6);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(20, 30, 35, .07);
    padding: 40px 44px;
}
@media (max-width: 575px) { .hm-card { padding: 28px 22px; } }

.hm-appointment-col-side { display: flex; flex-direction: column; gap: 20px; }

.hm-trust,
.hm-live-summary,
.hm-contact-block {
    background: #fff;
    border: 1px solid rgba(216, 207, 196, .6);
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(20, 30, 35, .05);
    padding: 28px 30px;
}

.hm-side-title {
    font-family: 'Lora', Georgia, serif;
    font-weight: 400;
    color: var(--graphite, #2A2A2A);
    font-size: 1.3rem;
    margin: 0 0 16px;
}
.hm-side-subtitle {
    font-family: 'Lora', Georgia, serif;
    font-weight: 400;
    color: var(--graphite, #2A2A2A);
    font-size: 1.15rem;
    margin: 0 0 14px;
}

.hm-usp {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    color: var(--graphite, #2A2A2A);
}
.hm-usp li {
    position: relative;
    padding: 9px 0 9px 28px;
    border-bottom: 1px solid rgba(216, 207, 196, .5);
    font-size: 15px;
}
.hm-usp li:last-child { border-bottom: 0; }
.hm-usp li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: no-repeat center/contain url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%236ba8ae' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 8 7 12 13 4'/%3E%3C/svg%3E");
}
.hm-review { display: flex; justify-content: center; }

.hm-live-summary { background: #fff; }
.hm-summary-list { list-style: none; margin: 0; padding: 0; }
.hm-summary-list li {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(216, 207, 196, .5);
    font-size: 14px;
}
.hm-summary-list li:last-child { border-bottom: 0; }
.hm-summary-list span { color: var(--dc-muted, #5f6f73); }
.hm-summary-list strong { color: var(--graphite, #2A2A2A); text-align: right; font-weight: 600; }

.hm-contact-text {
    color: var(--dc-muted, #5f6f73);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 18px;
}
.hm-contact-actions { display: flex; flex-direction: column; gap: 10px; }
.hm-contact-actions .hm-contact-btn {
    display: block;
    width: 100%;
    text-align: center;
}

.dc-dienst-box {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
}
.dc-dienst-box h5 {
    font-family: 'Lora', Georgia, serif;
    font-weight: 400;
    color: var(--graphite, #2A2A2A);
}
.dc-price { margin-bottom: 10px; color: var(--dc-teal, #6ba8ae); font-weight: 600; font-size: 16px; }
.dc-dienst-duur { color: var(--dc-muted, #5f6f73); font-size: 14px; margin: 0 0 10px; }
.dc-dienst-blok { margin-top: 14px; }
.dc-dienst-blok__titel { font-weight: 600; color: var(--graphite, #2A2A2A); margin-bottom: 6px; font-size: 15px; }
.dc-items { list-style: none; padding: 0; margin: 0; }
.dc-items li { padding: 7px 0 7px 24px; border-top: 1px solid var(--dc-beige, #D8CFC4); position: relative; font-size: 14px; }
.dc-items li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: no-repeat center/contain url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16' fill='none' stroke='%236ba8ae' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 8 7 12 13 4'/%3E%3C/svg%3E");
}

.hm-success { text-align: center; padding: 30px 10px; }
.hm-success__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    border-radius: 999px;
    background: var(--dc-teal, #6ba8ae);
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hm-success__title {
    font-family: 'Lora', Georgia, serif;
    font-weight: 400;
    color: var(--graphite, #2A2A2A);
    margin: 0 0 10px;
}
.hm-success__text { color: var(--dc-muted, #5f6f73); margin: 0; }

.hm-appointment-footer {
    background: #fff;
    padding: 34px 0;
    border-top: 1px solid var(--dc-beige, #D8CFC4);
    margin-top: 64px;
    text-align: center;
}
.hm-footer-brand { font-weight: 700; color: var(--graphite, #2A2A2A); margin-bottom: 8px; }
.hm-footer-links { margin-bottom: 8px; }
.hm-footer-links a {
    color: var(--dc-muted, #5f6f73);
    text-decoration: none;
    margin: 0 8px;
    transition: color .18s ease;
}
.hm-footer-links a:hover { color: var(--dc-teal, #6ba8ae); }
.hm-footer-links span { color: var(--dc-beige, #D8CFC4); }
.hm-footer-copy { color: var(--dc-muted, #5f6f73); font-size: 13px; }

.hm-appointment-body .form-label,
.hm-appointment-body .wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--graphite, #2A2A2A);
    margin-bottom: 6px;
}
.hm-appointment-body .wpcf7 p { margin: 0 0 4px; }

.hm-appointment-body .form-control,
.hm-appointment-body input[type="text"],
.hm-appointment-body input[type="email"],
.hm-appointment-body input[type="tel"],
.hm-appointment-body textarea {
    width: 100%;
    background: #f7f5f2;
    border: 1px solid var(--dc-beige, #D8CFC4);
    border-radius: 14px;
    padding: 14px 18px;
    font-size: 15px;
    line-height: 1.4;
    color: var(--graphite, #2A2A2A);
    box-shadow: 0 2px 8px rgba(0,0,0,.03);
    transition: border-color .18s ease, box-shadow .18s ease;
    -webkit-appearance: none;
    appearance: none;
}
.hm-appointment-body textarea { border-radius: 18px; resize: vertical; min-height: 130px; }
.hm-appointment-body .form-control::placeholder,
.hm-appointment-body textarea::placeholder { color: #9aa4a6; opacity: 1; }

.hm-appointment-body .form-control:hover,
.hm-appointment-body .form-select:hover,
.hm-appointment-body input:hover,
.hm-appointment-body textarea:hover { border-color: var(--dc-teal, #6ba8ae); }
.hm-appointment-body .form-control:focus,
.hm-appointment-body .form-select:focus,
.hm-appointment-body input:focus,
.hm-appointment-body textarea:focus {
    outline: none;
    border-color: var(--dc-teal, #6ba8ae);
    box-shadow: 0 0 0 3px rgba(107,168,174,.18);
}

.hm-appointment-body .form-select,
.hm-appointment-body select {
    width: 100%;
    background: #f7f5f2;
    border: 1px solid var(--dc-beige, #D8CFC4);
    border-radius: 14px;
    padding: 14px 46px 14px 18px;
    font-size: 15px;
    line-height: 1.4;
    color: var(--graphite, #2A2A2A);
    box-shadow: 0 2px 8px rgba(0,0,0,.03);
    transition: border-color .18s ease, box-shadow .18s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%236ba8ae' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 6 8 10 12 6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
}
.hm-appointment-body select option.select-group,
.hm-appointment-body select option[value^="---"] {
    font-weight: 700;
    background: var(--dc-cream, #F7F5F2);
    color: var(--graphite, #2A2A2A);
}
.hm-appointment-body select option[value^="---"]:checked { display: none; }

.hm-appointment-body .wpcf7-submit,
.hm-appointment-body input[type="submit"],
.hm-appointment-body .btn.btn-primary,
.hm-appointment-body .btn-primary,
.hm-appointment-body .dc-dh-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--petrol, #32666b) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    cursor: pointer;
    transition: filter .18s ease, transform .18s ease;
    width: auto !important;
}
.hm-appointment-body .wpcf7-submit:hover,
.hm-appointment-body input[type="submit"]:hover,
.hm-appointment-body .btn.btn-primary:hover,
.hm-appointment-body .btn-primary:hover,
.hm-appointment-body .dc-dh-cta:hover {
    filter: brightness(.96);
    transform: translateY(-1px);
    color: #fff !important;
}

.hm-appointment-body .wpcf7-not-valid { border-color: #c0392b !important; }
.hm-appointment-body .wpcf7-not-valid-tip { color: #c0392b; font-size: 13px; margin-top: 5px; }
.hm-appointment-body .wpcf7-spinner { background-color: var(--dc-teal, #6ba8ae); }

@media (min-width: 576px) {
    .hm-appointment-body .row > .col-md-6 { flex: 0 0 auto; width: 50%; }
}

.hm-appointment-body .dc-cf7-stack-half { margin-bottom: 4px; }
.hm-appointment-body .dc-cf7-stack-half .dc-cf7-half { margin-bottom: 18px; }
@media (min-width: 576px) {
    .hm-appointment-body .dc-cf7-stack-half .dc-cf7-half { width: calc(50% - 9px); }
}

.hm-appointment-body .dc-cf7-submit-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.hm-appointment-body .dc-cf7-submit-row p { margin: 0; display: inline-flex; }
/* Knop krimpt nooit (anders wordt de pill een blob); de toelichting neemt
   de restruimte en valt onder de knop zodra die te smal wordt. */
.hm-appointment-body .dc-cf7-submit-row > p {
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.hm-appointment-body .dc-cf7-submit-row .wpcf7-submit,
.hm-appointment-body .dc-cf7-submit-row .dc-dh-cta {
    flex: 0 0 auto;
    white-space: nowrap;
}
.hm-appointment-body .dc-cf7-reassurance {
    font-size: 15px;
    color: var(--dc-muted, #5f6f73);
    flex: 1 1 220px;
    min-width: 0;
    white-space: normal;
}
/* Mobiel: knop en toelichting onder elkaar. width !important omdat de
   knop hierboven width:auto !important heeft. */
@media (max-width: 767px) {
    .hm-appointment-body .dc-cf7-submit-row {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }
    .hm-appointment-body .dc-cf7-submit-row p {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }
    .hm-appointment-body .dc-cf7-submit-row .wpcf7-submit,
    .hm-appointment-body .dc-cf7-submit-row .dc-dh-cta {
        width: 100% !important;
        white-space: normal;
        text-align: center;
    }
    .hm-appointment-body .dc-cf7-reassurance,
    .hm-appointment-body span.dc-cf7-reassurance {
        flex: none;
        justify-content: center;
        text-align: center;
    }
}

.hm-appointment-body .wpcf7-acceptance,
.hm-appointment-body .wpcf7-checkbox,
.hm-appointment-body .wpcf7-radio { display: block; }
.hm-appointment-body .wpcf7-list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 4px 0;
}
.hm-appointment-body .wpcf7-list-item-label,
.hm-appointment-body .wpcf7-acceptance .wpcf7-list-item {
    font-size: 14px;
    color: var(--dc-muted, #5f6f73);
    line-height: 1.5;
    font-style: italic;
}
.hm-appointment-body .wpcf7-acceptance { margin-bottom: 4px; }
.hm-appointment-body .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
    font-style: italic;
}
.hm-appointment-body .dc-cf7-reassurance {
    font-size: 15px;
    color: var(--dc-muted, #5f6f73);
}
.hm-appointment-body input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    border: 1.5px solid var(--dc-teal, #6ba8ae);
    border-radius: 99px;
    background: #fff;
    cursor: pointer;
    flex: 0 0 auto;
    transition: background .15s ease;
}
.hm-appointment-body input[type="checkbox"]:checked {
    background: var(--dc-teal, #6ba8ae);
    border-color: var(--dc-teal, #6ba8ae);
}
.hm-appointment-body input[type="checkbox"]:checked::after {
    content: "";
    display: block;
    width: 5px; height: 10px;
    margin: 2px auto 0;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
span.dc-cf7-reassurance {
    display: flex;
    align-items: center;
}