.wz-offerte-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 24px;
    border: 1px solid #d9d9d9;
    border-radius: 14px;
    background: #fff;
}

.wz-short-form {
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background: #fff;
    padding: 14px 14px 32px;
    margin: 0;
}

.wz-short-form-inline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    gap: 10px;
    align-items: end;
    padding-bottom: 8px;
}

.wz-short-form-inline label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #1f1f1f;
    position: relative;
    margin: 0;
}

.wz-short-form-inline input,
.wz-short-form-inline select {
    width: 100%;
    height: 42px;
    min-height: 42px;
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

.wz-short-form-inline .wz-phone-input.is-invalid {
    border-color: #c63434;
    box-shadow: 0 0 0 1px #c63434;
}

.wz-short-form-inline .wz-phone-input.is-valid {
    border-color: #0d6a38;
    box-shadow: 0 0 0 1px #0d6a38;
}

.wz-short-phone-status {
    min-height: 16px;
    font-size: 12px;
    line-height: 1.3;
}

.wz-short-phone-field .wz-short-phone-status {
    position: absolute;
    left: 0;
    bottom: -18px;
}

.wz-short-phone-status.is-error {
    color: #a32020;
}

.wz-short-phone-status.is-ok {
    color: #1c6b3f;
}

.wz-short-form-inline button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    height: 42px;
    border: 0;
    border-radius: 8px;
    padding: 0 18px;
    font-weight: 600;
    background: #0d6a38;
    color: #fff;
    cursor: pointer;
}

.wz-short-form-inline button:hover {
    background: #0a592f;
}

.wz-short-form-inline .wz-btn-icon {
    font-size: 14px;
    line-height: 1;
}

.wz-short-form-inline .wz-btn-text {
    line-height: 1;
}

.wz-wizard-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 16px;
}

.wz-wizard-steps span {
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
    font-weight: 600;
    background: #f8f8f8;
    font-size: 13px;
}

.wz-wizard-steps span.is-active {
    background: #0d6a38;
    color: #fff;
    border-color: #0d6a38;
}

.wz-step {
    display: none;
}

.wz-step.is-active {
    display: block;
}

.wz-offerte-form fieldset {
    border: 1px solid #d9d9d9;
    padding: 14px;
    border-radius: 12px;
    margin-bottom: 16px;
}

.wz-klanttype-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.wz-klanttype-card {
    margin: 0;
    position: relative;
}

.wz-klanttype-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wz-klanttype-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border: 1px solid #d6d6d6;
    border-radius: 12px;
    background: #fafafa;
    padding: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wz-klanttype-visual svg {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px;
    min-height: 38px;
    color: #0d6a38;
}

.wz-klanttype-visual svg path {
    fill: currentColor;
}

.wz-klanttype-card.is-selected .wz-klanttype-visual {
    border-color: #0d6a38;
    background: #e9f5ee;
    box-shadow: inset 0 0 0 1px #0d6a38;
}

.wz-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.wz-offerte-form label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-weight: 600;
}

.wz-offerte-form small {
    font-weight: 400;
    color: #5e5e5e;
}

.wz-inline-help {
    margin-top: -2px;
}

.wz-address-status {
    margin-top: 2px;
    display: block;
    min-height: 16px;
    font-size: 12px;
}

.wz-info-tooltip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0d6a38;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    cursor: help;
}

.wz-tooltip-text {
    position: absolute;
    left: 0;
    top: 24px;
    min-width: 260px;
    max-width: 320px;
    background: #1f1f1f;
    color: #fff;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.35;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: all 0.18s ease;
    z-index: 30;
}

.wz-info-tooltip:hover .wz-tooltip-text,
.wz-info-tooltip:focus .wz-tooltip-text,
.wz-info-tooltip:focus-within .wz-tooltip-text {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.wz-offerte-form input,
.wz-offerte-form select,
.wz-offerte-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    font-size: 14px;
}

.wz-option-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.wz-option-card {
    cursor: pointer;
}

.wz-option-card input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.wz-option-content {
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    padding: 12px;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 84px;
}

.wz-option-content small {
    color: #666;
}

.wz-option-card.is-selected .wz-option-content {
    border-color: #0d6a38;
    background: #e9f5ee;
    box-shadow: inset 0 0 0 1px #0d6a38;
}

.wz-container-block {
    margin-bottom: 18px;
}

.wz-extras-title {
    margin-top: 18px;
    margin-bottom: 8px;
}

.wz-extras-help {
    border: 1px solid #d3e5d9;
    background: #f3faf6;
    color: #1f4e33;
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 10px;
    font-size: 14px;
}

.wz-extra-cards {
    display: grid;
    gap: 10px;
    margin-top: 8px;
}

.wz-extra-card {
    display: block;
    cursor: pointer;
}

.wz-extra-card > input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.wz-extra-body {
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    padding: 12px 12px 12px 14px;
    background: #fafafa;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    position: relative;
}

.wz-extra-body::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #b5b5b5;
    background: #fff;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.wz-extra-card.is-selected .wz-extra-body {
    border-color: #0d6a38;
    background: #e9f5ee;
    box-shadow: inset 0 0 0 1px #0d6a38;
}

.wz-extra-card.is-selected .wz-extra-body::before {
    border-color: #0d6a38;
    background: #0d6a38;
    box-shadow: inset 0 0 0 3px #fff;
}

.wz-extra-label {
    font-weight: 600;
    padding-left: 24px;
}

.wz-extra-qty-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wz-extra-qty-label {
    font-size: 12px;
    color: #4d4d4d;
    text-transform: uppercase;
}

.wz-extra-qty-input {
    width: 90px !important;
    text-align: center;
}

.wz-extra-unit,
.wz-extra-per-woning {
    font-weight: 600;
    color: #33533f;
}

.wz-extra-per-woning {
    background: #d9ecdf;
    padding: 6px 10px;
    border-radius: 999px;
}

.wz-summary-box {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 12px;
    background: #fafafa;
    margin-top: 14px;
}

.wz-summary-box ul {
    margin: 0;
    padding-left: 20px;
}

.wz-accept-card {
    margin-top: 14px;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    padding: 12px;
    background: #fafafa;
    display: grid !important;
    grid-template-columns: 24px 1fr;
    gap: 10px;
    align-items: start;
    cursor: pointer;
}

.wz-accept-card input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.wz-accept-check {
    width: 20px;
    height: 20px;
    border: 2px solid #0d6a38;
    border-radius: 6px;
    margin-top: 2px;
    background: #fff;
}

.wz-accept-card input[type="checkbox"]:checked + .wz-accept-check {
    background: #0d6a38;
    box-shadow: inset 0 0 0 3px #fff;
}

.wz-accept-text {
    font-weight: 600;
    line-height: 1.45;
}

.wz-wizard-actions {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.wz-wizard-actions button {
    background: #0d6a38;
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 700;
    cursor: pointer;
}

.wz-btn-prev {
    background: #6f6f6f !important;
}

.wz-alert {
    padding: 10px 14px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.wz-alert-success {
    background: #dff4e7;
    color: #0d6a38;
}

.wz-alert-error {
    background: #ffe5e5;
    color: #9e2020;
}

.wz-pricing-note {
    margin-top: 20px;
    border-top: 1px solid #e3e3e3;
    padding-top: 12px;
}

@media (max-width: 700px) {
    .wz-short-form-inline {
        grid-template-columns: 1fr;
    }

    .wz-short-form-inline button {
        width: 100%;
    }

    .wz-grid,
    .wz-option-cards {
        grid-template-columns: 1fr;
    }

    .wz-wizard-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .wz-extra-body {
        grid-template-columns: 1fr;
    }

    .wz-extra-qty-row {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .wz-wizard-actions {
        flex-direction: column;
    }

    .wz-wizard-actions button {
        width: 100%;
    }
}
