.meg-frontend-form { max-width: 800px; margin: 40px auto; background: #ffffff; padding: 40px; border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.05); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #334155; border: 1px solid #f1f5f9; }
.meg-frontend-form h2 { text-align: center; margin-bottom: 30px; color: #0f172a; font-weight: 700; font-size: 28px; }
.meg-form-row { display: flex; flex-wrap: wrap; gap: 24px; margin-bottom: 20px; }
.meg-form-group { flex: 1; min-width: 250px; }
.meg-form-group label { display: block; font-weight: 600; margin-bottom: 8px; color: #475569; font-size: 14px; }
.meg-form-group input, .meg-form-group select, .meg-form-group textarea { width: 100%; padding: 12px 16px; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 15px; transition: all 0.2s ease; background: #f8fafc; }
.meg-form-group input:focus, .meg-form-group select:focus, .meg-form-group textarea:focus { border-color: #4f46e5; outline: none; background: #ffffff; box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.1); }
.meg-form-submit { text-align: center; margin-top: 30px; }
.meg-form-submit button { background: #4f46e5; color: #fff; border: none; padding: 14px 36px; font-size: 16px; font-weight: 600; border-radius: 8px; cursor: pointer; transition: background 0.3s, transform 0.1s; box-shadow: 0 4px 6px rgba(79, 70, 229, 0.2); }
.meg-form-submit button:hover { background: #4338ca; transform: translateY(-1px); }
.meg-form-submit button:active { transform: translateY(1px); }
.meg-msg { padding: 16px; margin-bottom: 24px; border-radius: 8px; display: none; font-weight: 500; }
.meg-msg.success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; display: block; }
.meg-msg.error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; display: block; }
.meg-divider { margin: 30px 0; border: 0; border-top: 1px solid #e2e8f0; }
.meg-section-title { font-size: 18px; font-weight: 600; color: #1e293b; margin-bottom: 15px; border-bottom: 2px solid #e2e8f0; padding-bottom: 5px; }
