/* Midwifery Contact Form Styles */
.mcf-wrap { border-radius: 16px; padding: 16px 18px; box-shadow: 0 6px 24px rgba(0,0,0,0.06); backdrop-filter: blur(1px); margin: 12px auto; width: 100%; }
.mcf-intro { margin-bottom: 8px; font-size: 0.98rem; line-height: 1.45; color: #2c3a2b; }
.mcf-notice { border-radius: 10px; padding: 10px 12px; margin: 8px 0 14px; font-size: 0.95rem; }
.mcf-notice.success { background: #f0fff2; border: 1px solid #bfe6c4; color: #1f5a2e; }
.mcf-notice.error { background: #fff5f5; border: 1px solid #f1c4c4; color: #7a1c1c; }
.mcf-form { display: grid; grid-template-columns: 1fr; gap: 10px; }
.mcf-field { display: flex; flex-direction: column; }
.mcf-label { font-weight: 600; margin-bottom: 4px; color: #2c3a2b; }
.mcf-field input[type="text"], .mcf-field input[type="email"], .mcf-field input[type="tel"], .mcf-field input[type="date"], .mcf-field select, .mcf-field textarea { width: 100%; max-width: 100%; box-sizing: border-box; border: 1px solid rgba(0,0,0,0.15); border-radius: 12px; padding: 10px 12px; font-size: 16px; line-height: 1.3; background: rgba(255,255,255,0.9); outline: none; }
.mcf-field textarea { resize: vertical; min-height: 120px; }
.mcf-field input:focus, .mcf-field select:focus, .mcf-field textarea:focus { box-shadow: 0 0 0 3px rgba(107,140,105,0.18); border-color: rgba(107,140,105,0.8); }
.mcf-actions { display: flex; justify-content: center; margin-top: 8px; }
.mcf-button { appearance: none; border: none; border-radius: 999px; padding: 12px 20px; font-weight: 700; color: #fff; cursor: pointer; transition: filter .2s ease; }
.mcf-button:focus { outline: 2px dashed rgba(0,0,0,0.35); outline-offset: 2px; }
.mcf-wrap { background-image: radial-gradient(ellipse at top left, rgba(107,140,105,0.08), transparent 55%), radial-gradient(ellipse at bottom right, rgba(196, 216, 190, 0.22), transparent 60%); }
