/* Modern Contact - schlicht & modern */
.mc-form{max-width:720px;margin:1.5em auto;padding:1.2rem;border-radius:10px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,0.06);font-family:inherit}
.mc-row{display:flex;flex-direction:column;margin-bottom:0.9rem}
.mc-row label{font-size:0.95rem;margin-bottom:0.35rem;color:#111}
.mc-row input[type="text"], .mc-row input[type="email"], .mc-row input[type="number"], .mc-row textarea{padding:0.6rem;border:1px solid #e6e6e6;border-radius:8px;font-size:1rem}
.mc-row textarea{min-height:140px;resize:vertical}
.mc-submit{display:inline-block;padding:0.65rem 1rem;border-radius:8px;border:0;background:linear-gradient(90deg,#111827,#374151);color:#fff;font-weight:600;cursor:pointer}
.mc-submit:hover{opacity:0.95}
.mc-note{margin-top:0.6rem;font-size:0.85rem;color:#666}
@media (max-width:600px){.mc-form{padding:1rem;margin:1rem}}