/* =========================================
   Kontakt – Matmoe Modern
   Premium
   ========================================= */

/* =========================================
   FIX: Textfarben im Kontaktbereich
   ========================================= */

.contact-page h1,
.contact-page h2,
.contact-page h3,
.contact-page p {
    color: #111827;
}

.contact-page .contact-kicker {
    color: var(--matmoe-primary, #90C027);
}
.contact-page {
    background: linear-gradient(180deg, #f7f9f7 0%, #ffffff 100%);
}

/* HERO */

.contact-hero {
    padding: 140px 0 80px;
    background:
        radial-gradient(circle at top right, rgba(144,192,39,0.16), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #eef3ed 100%);
}
.contact-hero h1 {
    color: #0b0d0a;
}

.contact-hero p {
    color: #374151;
}

.contact-hero-inner {
    max-width: 820px;
}

.contact-kicker {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--matmoe-primary, #90C027);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-hero h1 {
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.05;
    margin-bottom: 20px;
}

.contact-hero h1 span {
    color: var(--matmoe-primary, #90C027);
}

.contact-hero p {
    font-size: 20px;
    color: #374151;
}

/* MAIN */

.contact-main {
    padding: 80px 0;
}

.contact-main-inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
}

/* FORM */

.contact-form-box {
    padding: 40px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(17,24,39,0.08);
    box-shadow: 0 24px 60px rgba(17,24,39,0.10);
}

.contact-form-box h2 {
    margin-bottom: 24px;
}

/* INFO */

.contact-info-box {
    padding: 40px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(17,24,39,0.08);
    box-shadow: 0 24px 60px rgba(17,24,39,0.10);
}

.contact-info-box ul {
    list-style: none;
    padding: 0;
}

.contact-info-box li {
    margin-bottom: 18px;
}

/* TRUST */

.contact-trust {
    padding: 80px 0;
}

.contact-trust-box {
    max-width: 700px;
}

/* MOBILE */

@media (max-width: 900px) {
    .contact-main-inner {
        grid-template-columns: 1fr;
    }
}
/* =========================================
   FIX: Alle Texte & Formular lesbar
   ========================================= */

.contact-page {
    color: #111827;
}

.contact-page a {
    color: var(--matmoe-primary, #90C027);
}

.contact-page label {
    color: #111827;
    font-weight: 600;
}

.contact-page input,
.contact-page textarea,
.contact-page select {
    color: #111827;
    background: #ffffff;
    border: 1px solid rgba(17,24,39,0.15);
}

/* Placeholder */
.contact-page input::placeholder,
.contact-page textarea::placeholder {
    color: #6b7280;
}

/* Contact Form 7 spezifisch */
.contact-page .wpcf7 {
    color: #111827;
}

.contact-page .wpcf7 form {
    color: #111827;
}

.contact-page .wpcf7-response-output {
    color: #111827;
}

/* Buttons im Formular */
.contact-page input[type="submit"] {
    color: #ffffff;
}