/* Marktplatz-Info-/Hilfe-/Rechtsseiten — gemeinsame Inhalts-Typografie (Marktplatz-Design). */
.mp-page {
    max-width: 820px; margin: 0 auto; padding: 40px 20px 64px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #3a352e;
}
.mp-eyebrow {
    text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700;
    color: #087680; margin: 0 0 10px;
}
.mp-title {
    font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em;
    color: #1f5f69; font-size: 38px; line-height: 1.1; margin: 0 0 14px;
}
.mp-lead { font-size: 17px; line-height: 1.6; color: #5a544a; margin: 0 0 30px; max-width: 70ch; }

.mp-content { display: block; }
.mp-section { padding: 0 0 26px; margin-bottom: 26px; border-bottom: 1px solid #ece3d6; }
.mp-section:last-child { border-bottom: 0; }
.mp-h2 {
    font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.02em;
    color: #1f5f69; font-size: 23px; line-height: 1.2; margin: 0 0 12px;
}
.mp-p { font-size: 15.5px; line-height: 1.7; color: #4a453d; margin: 0 0 12px; max-width: 72ch; }
.mp-list { margin: 4px 0 12px; padding-left: 22px; }
.mp-list li { font-size: 15.5px; line-height: 1.7; color: #4a453d; margin: 0 0 7px; max-width: 70ch; }

.mp-faq { margin-top: 6px; }
.mp-faq-item {
    background: #fff8ef; border: 1px solid #f0e3cf; border-radius: 12px;
    padding: 14px 16px; margin-bottom: 10px;
}
.mp-faq-q { font-weight: 700; color: #1f5f69; font-size: 15px; margin: 0 0 5px; }
.mp-faq-a { font-size: 14.5px; line-height: 1.6; color: #5a544a; margin: 0; }

.mp-help-cta {
    display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    background: #f4ede3; border: 1px solid #ece3d6; border-radius: 14px;
    padding: 18px 22px; margin-top: 30px;
}
.mp-help-cta span { font-size: 15px; font-weight: 600; color: #1f5f69; }
.mp-btn {
    display: inline-block; background: #087680; color: #fff; text-decoration: none;
    border-radius: 5px; min-height: 38px; line-height: 38px; padding: 0 22px;
    font-size: 14px; font-weight: 600; transition: background .15s;
}
.mp-btn:hover { background: #075861; }

.mp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin-top: 10px; }
.mp-card {
    display: block; background: #fff; border: 1px solid #ece3d6; border-radius: 14px;
    padding: 20px; text-decoration: none; color: #1f5f69; font-weight: 600; font-size: 15px;
    transition: border-color .15s, transform .15s, box-shadow .15s;
}
.mp-card:hover { border-color: #087680; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(8,118,128,.1); }

/* Entwurfs-Hinweis (Rechtsseiten) */
.mp-draft-notice {
    display: flex; align-items: flex-start; gap: 10px;
    background: #fdf3e3; border: 1px solid #f2d59a; border-radius: 12px;
    padding: 12px 16px; margin: 0 0 26px; color: #8a6d1f; font-size: 13.5px; line-height: 1.5;
    font-family: -apple-system, Arial, sans-serif;
}
.mp-draft-notice .material-icons { font-size: 20px; color: #c79a2e; flex-shrink: 0; }

/* Rich-Text (beliebiges Content-HTML aus about_*/legal-Dateien) */
.mp-richtext h1, .mp-richtext h2, .mp-richtext h3 {
    font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.02em;
    color: #1f5f69; line-height: 1.2;
}
.mp-richtext h1 { font-size: 28px; margin: 0 0 14px; }
.mp-richtext h2 { font-size: 23px; margin: 30px 0 12px; }
.mp-richtext h3 { font-size: 19px; margin: 24px 0 10px; }
.mp-richtext p { font-size: 15.5px; line-height: 1.7; color: #4a453d; margin: 0 0 14px; max-width: 72ch; }
.mp-richtext ul, .mp-richtext ol { margin: 4px 0 16px; padding-left: 22px; }
.mp-richtext li { font-size: 15.5px; line-height: 1.7; color: #4a453d; margin: 0 0 7px; max-width: 70ch; }
.mp-richtext a { color: #087680; text-decoration: underline; }
.mp-richtext strong { color: #3a352e; }
.mp-richtext img { max-width: 100%; height: auto; border-radius: 12px; margin: 10px 0; }
.mp-richtext table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 14.5px; }
.mp-richtext th, .mp-richtext td { border: 1px solid #ece3d6; padding: 8px 10px; text-align: left; }

/* Formular (Kontakt etc.) */
.mp-form { max-width: 680px; margin-top: 6px; }
.mp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 540px) { .mp-form-row { grid-template-columns: 1fr; } }
.mp-field { margin-bottom: 14px; display: flex; flex-direction: column; }
.mp-field label { font-size: 13px; font-weight: 600; color: #3a352e; margin-bottom: 6px; }
.mp-field input, .mp-field select, .mp-field textarea {
    font-family: inherit; font-size: 14.5px; color: #3a352e; background: #fff;
    border: 1px solid #dcd3c4; border-radius: 8px; min-height: 42px; padding: 9px 13px;
    width: 100%; box-sizing: border-box; transition: border-color .15s, box-shadow .15s;
}
.mp-field textarea { min-height: 130px; resize: vertical; }
.mp-field input:focus, .mp-field select:focus, .mp-field textarea:focus {
    outline: none; border-color: #087680; box-shadow: 0 0 0 3px rgba(8,118,128,.12);
}
.mp-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.mp-btn--submit { border: 0; cursor: pointer; min-height: 44px; padding: 0 28px; font-size: 15px; margin-top: 4px; }
.mp-form-note { font-size: 12px; color: #8a8478; margin: 12px 0 0; }
.mp-alert {
    display: flex; align-items: flex-start; gap: 10px; border-radius: 12px;
    padding: 13px 16px; margin: 0 0 18px; font-size: 14px; line-height: 1.5;
    font-family: -apple-system, Arial, sans-serif;
}
.mp-alert ul { margin: 0; padding-left: 18px; }
.mp-alert .material-icons { font-size: 20px; flex-shrink: 0; }
.mp-alert--success { background: #eef5e8; border: 1px solid #d8e7cb; color: #2f6b2f; }
.mp-alert--error { background: #fdecea; border: 1px solid #f3c4bb; color: #b23a22; }

/* Kollektion (Angebote/Neuheiten) */
.mp-collection { max-width: 1240px; }
.mp-empty-state { text-align: center; padding: 60px 20px; color: #8a8478; }
.mp-empty-state .material-icons { font-size: 48px; color: #cdbfa6; }
.mp-empty-state p { font-size: 16px; margin: 14px 0 20px; }

@media (max-width: 600px) {
    .mp-title { font-size: 30px; }
    .mp-page { padding: 28px 16px 48px; }
}
