/* W&P Estates – Exposé System – Helles Design */

.wpe-expose-wrap {
    max-width: 860px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: Georgia, serif;
}

.wpe-expose-header {
    text-align: center;
    padding: 30px 0 20px;
    border-bottom: 2px solid #c9a84c;
    margin-bottom: 30px;
}

.wpe-expose-title {
    color: #1a2a3a;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
}

/* Hauptcontainer HELL */
.wpe-vereinbarung {
    background: #ffffff;
    border: 1px solid #ddd8cc;
    border-top: 4px solid #c9a84c;
    padding: 40px;
    border-radius: 2px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.wpe-vereinbarung h2 {
    color: #1a2a3a;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    border-bottom: 1px solid #c9a84c;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.wpe-vereinbarung h3 {
    color: #1a2a3a;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wpe-vereinbarung h4 {
    color: #c9a84c;
    font-size: 14px;
    margin: 16px 0 6px;
    font-weight: bold;
}

.wpe-vereinbarung p {
    color: #3a3028;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 14px;
}

.wpe-vereinbarung a {
    color: #c9a84c;
    text-decoration: underline;
}

/* Adressblock */
.wpe-adresse {
    background: #f8f5ef;
    border-left: 4px solid #c9a84c;
    padding: 16px 20px;
    margin: 16px 0;
    font-size: 15px;
    line-height: 1.8;
    color: #2a2420;
}

/* Sektionen */
.wpe-section {
    border: 1px solid #e0d8cc;
    border-radius: 2px;
    margin-bottom: 12px;
    overflow: hidden;
}

.wpe-section h3 {
    background: #f8f5ef;
    padding: 14px 20px;
    cursor: pointer;
    border-bottom: 1px solid #e0d8cc;
}

.wpe-section h3:hover {
    background: #f0ebe0;
}

.wpe-toggle {
    color: #c9a84c;
    font-size: 20px;
    font-weight: bold;
}

.wpe-section-content {
    padding: 20px;
    background: #ffffff;
}

/* Kontaktfelder */
.wpe-kontakt-felder {
    margin: 28px 0 20px;
    background: #f8f5ef;
    padding: 24px;
    border: 1px solid #e0d8cc;
}

.wpe-kontakt-felder h3 {
    color: #1a2a3a;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c9a84c;
    cursor: default;
    display: block;
}

.wpe-felder-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.wpe-felder-grid label {
    display: block;
    color: #5a5040;
    font-size: 11px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

.wpe-felder-grid input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #c9a84c;
    color: #2a2420;
    padding: 10px 14px;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 2px;
    font-family: Georgia, serif;
}

.wpe-felder-grid input:focus {
    border-color: #1a2a3a;
    outline: none;
    box-shadow: 0 0 0 2px rgba(201,168,76,0.2);
}

.wpe-felder-grid input::placeholder {
    color: #b0a898;
}

/* Checkboxen */
.wpe-checkboxen {
    margin: 24px 0;
}

.wpe-checkboxen h3 {
    color: #1a2a3a;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    cursor: default;
    display: block;
}

.wpe-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0ebe0;
    cursor: pointer;
}

.wpe-checkbox-label:hover {
    background: #fafaf8;
}

.wpe-checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 3px;
    accent-color: #c9a84c;
    cursor: pointer;
}

.wpe-checkbox-label span {
    color: #3a3028;
    font-size: 14px;
    line-height: 1.7;
}

.wpe-check-important {
    background: #fffdf5;
    padding: 14px;
    border: 1px solid #c9a84c !important;
    border-radius: 2px;
    margin: 8px 0;
}

.wpe-check-important span {
    font-size: 14px;
}

/* Hinweistext */
.wpe-hinweis {
    margin: 20px 0;
    padding: 16px 20px;
    background: #f8f5ef;
    border-left: 4px solid #c9a84c;
}

.wpe-hinweis p {
    font-size: 13px;
    font-style: italic;
    margin: 0 0 6px 0;
    color: #5a5040;
}

/* Fehlermeldung */
.wpe-error {
    background: #fff5f5;
    border: 1px solid #e88;
    color: #c00;
    padding: 12px 16px;
    margin: 16px 0;
    font-size: 14px;
    border-radius: 2px;
}

/* Button */
.wpe-button-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}

.wpe-btn-download {
    background: #c9a84c;
    border: none;
    color: #1a2a3a;
    padding: 16px 32px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Georgia, serif;
    border-radius: 2px;
}

.wpe-btn-download:hover {
    background: #b8962e;
    color: #ffffff;
}

.wpe-btn-download:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.wpe-btn-icons span {
    font-size: 22px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.wpe-btn-icons span:hover { opacity: 1; }

/* Footer */
.wpe-footer-adresse {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0d8cc;
    font-size: 13px;
    color: #5a5040;
    line-height: 1.8;
}

/* Erfolg */
.wpe-success {
    text-align: center;
    padding: 50px 40px;
}

.wpe-success h2 {
    color: #1a2a3a;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: normal;
}

.wpe-success p {
    color: #5a5040;
    margin-bottom: 16px;
    font-size: 15px;
}

.wpe-btn-pdf {
    display: inline-block;
    background: #c9a84c;
    color: #1a2a3a !important;
    padding: 16px 40px;
    text-decoration: none !important;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    border-radius: 2px;
}

.wpe-btn-pdf:hover {
    background: #b8962e;
    color: #ffffff !important;
}

/* Mobil */
@media (max-width: 768px) {
    .wpe-vereinbarung { padding: 20px; }
    .wpe-felder-grid { grid-template-columns: 1fr; }
    .wpe-btn-download { width: 100%; text-align: center; }
    .wpe-kontakt-felder { padding: 16px; }
}
