.mga-cm-page{max-width:1200px;margin:0 auto}
.mga-cm-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:22px;align-items:start}
.mga-cm-card{background:#fff;border:1px solid #ececf2;border-radius:18px;box-shadow:0 4px 20px rgba(15,23,42,.06)}
.mga-cm-card-head{display:flex;gap:12px;align-items:flex-start;padding:22px 22px 10px}
.mga-cm-dot{width:10px;height:10px;border-radius:50%;background:#f59e0b;margin-top:7px;flex:0 0 auto}
.mga-cm-h{font-size:20px;font-weight:800;color:#111827;margin:0}
.mga-cm-sub{font-size:14px;color:#6b7280;line-height:1.4;margin-top:6px}
.mga-cm-em{color:#f59e0b;font-weight:800}

.mga-cm-form{padding:10px 22px 22px}
.mga-cm-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:14px}
.mga-cm-field label{display:block;font-size:13px;font-weight:700;color:#374151;margin-bottom:7px}
.mga-cm-field input,.mga-cm-field select,.mga-cm-field textarea{
  width:100%;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;background:#fff;font-size:14px;color:#111827;
}
.mga-cm-field textarea{resize:vertical}
.mga-cm-field--full{grid-column:1 / -1}

.mga-cm-consent{padding:6px 0 12px}
.mga-cm-check{display:flex;gap:10px;align-items:flex-start;color:#6b7280;font-size:13px;line-height:1.4}
.mga-cm-check input{width:16px;height:16px;margin-top:2px}

.mga-cm-actions{display:flex;gap:14px;flex-wrap:wrap;padding-top:6px}
.mga-cm-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:12px 16px;font-weight:800;text-decoration:none;border:1px solid transparent}
.mga-cm-btn--submit{background:#f59e0b;color:#fff}
.mga-cm-btn--wa{background:#22c55e;color:#0b1f12}
.mga-cm-btn--call{background:#fff;border-color:#e5e7eb;color:#111827}

.mga-cm-card--side .mga-cm-card-head{padding-bottom:18px}
.mga-cm-side-body{padding:0 22px 22px}
.mga-cm-brand{color:#1d4ed8;font-weight:900;font-size:20px;margin-bottom:10px}
.mga-cm-line{color:#111827;margin-bottom:10px}
.mga-cm-k{color:#111827;font-weight:800}
.mga-cm-link{color:#1d4ed8;text-decoration:none;font-weight:800}
.mga-cm-itin{display:inline-flex;align-items:center;justify-content:center;margin-top:10px;background:#f59e0b;color:#fff;border-radius:14px;padding:12px 16px;text-decoration:none;font-weight:900}

.mga-cm-alert{margin:0 22px 0 22px;padding:12px 14px;border-radius:12px;border:1px solid}
.mga-cm-alert--error{background:#fff1f2;border-color:#fecdd3;color:#9f1239}
.mga-cm-alert--success{background:#f0fdf4;border-color:#bbf7d0;color:#166534}

@media (max-width: 980px){
  .mga-cm-grid{grid-template-columns:1fr}
  .mga-cm-row{grid-template-columns:1fr}
}
