/* Método Fisher OAB46 — público + admin */
:root {
  --bg: #0f1419;
  --surface: #1a2332;
  --card: #243044;
  --text: #f0f4f8;
  --muted: #9fb0c3;
  --accent: #3d9cf5;
  --accent2: #22c55e;
  --danger: #f87171;
  --border: #334155;
  --radius: 12px;
  font-size: 16px;
}

*, *::before, *::after { box-sizing: border-box; }

body.public-body {
  margin: 0;
  min-height: 100vh;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  background: linear-gradient(165deg, #0f1419 0%, #1a2744 50%, #0f1419 100%);
  color: var(--text);
  line-height: 1.5;
}

.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 1rem 1rem 3rem;
}

.hero { text-align: center; margin-bottom: 1.5rem; }
.hero-kicker { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.75rem; color: var(--accent); margin: 0 0 0.5rem; }
.hero h1 { font-size: 1.5rem; margin: 0 0 0.5rem; line-height: 1.2; }
.hero-date { color: var(--muted); margin: 0; font-size: 0.95rem; }

.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
}
.step {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: var(--muted);
}
.step.active { background: var(--accent); color: #fff; font-weight: 600; }
.step.done { background: rgba(34,197,94,0.25); color: #86efac; }

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.form-card label.field { display: block; margin-bottom: 1rem; }
.form-card label.field > span { display: block; font-size: 0.85rem; color: var(--muted); margin-bottom: 0.35rem; }
.form-card input, .form-card select, .form-card textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-size: 1rem;
}
.form-card textarea { resize: vertical; min-height: 80px; }

.grid2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 1rem;
}
@media (min-width: 560px) {
  .grid2 { grid-template-columns: 1fr 1fr; }
  .field-span2 { grid-column: span 2; }
}

.modality-fieldset { border: none; padding: 0; margin: 0 0 1.5rem; }
.modality-fieldset legend { font-weight: 600; margin-bottom: 0.75rem; }
.mod-card {
  display: block;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.mod-card:has(input:checked) {
  border-color: var(--accent);
  background: rgba(61,156,245,0.12);
}
.mod-card input { display: none; }
.mod-title { font-weight: 700; display: block; font-size: 1.05rem; }
.mod-title small { font-weight: 500; color: var(--accent2); font-size: 0.85rem; }
.mod-price { font-size: 1.25rem; color: var(--accent); font-weight: 700; margin-top: 0.25rem; display: block; }
.mod-note { font-size: 0.8rem; color: var(--muted); margin: 0.5rem 0 0; line-height: 1.4; }

.section-title { font-size: 1rem; margin: 1.25rem 0 0.75rem; border-bottom: 1px solid var(--border); padding-bottom: 0.35rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:disabled { opacity: 0.6; cursor: not-allowed; }
.btn-secondary { background: var(--surface); color: var(--text); border: 1px solid var(--border); }
.btn-block { width: 100%; }
.btn-ghost { background: transparent; color: var(--muted); }

.alert { padding: 0.75rem 1rem; border-radius: 8px; margin: 1rem 0; font-size: 0.9rem; }
.alert-error { background: rgba(248,113,113,0.15); color: #fecaca; border: 1px solid rgba(248,113,113,0.35); }
.alert-error ul { margin: 0; padding-left: 1.2rem; }
.alert-ok { background: rgba(34,197,94,0.15); color: #bbf7d0; }

.summary-card .dl-grid, .dl-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 1rem;
  font-size: 0.9rem;
}
.summary-card dt { color: var(--muted); margin: 0; }
.summary-card dd { margin: 0; }

.pay-card .small { font-size: 0.85rem; }
#paymentBrick_container { margin-top: 1rem; min-height: 200px; }

.confirm-card { text-align: center; padding: 2rem 1.25rem; }
.confirm-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(34,197,94,0.2); color: var(--accent2);
  font-size: 2rem; line-height: 64px; margin: 0 auto 1rem;
}
.confirm-card h1 { font-size: 1.35rem; margin: 0 0 0.75rem; }
.protocol-box {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 1rem;
  margin: 1.25rem 0;
  border: 1px solid var(--border);
}
.protocol-label { display: block; font-size: 0.8rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.protocol-num { font-size: 1.75rem; font-weight: 800; color: var(--accent); display: block; }
.protocol-sub { font-size: 0.8rem; color: var(--muted); }
.protocol-sub code { font-size: 0.75rem; word-break: break-all; }
.mini-summary { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--border); }
.muted { color: var(--muted); }

.upload-row { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; margin-bottom: 1rem; }
.upload-row input[type="file"] { max-width: 100%; }
.attach-list, .pay-list { list-style: none; padding: 0; margin: 0; }
.attach-list li, .pay-list li { padding: 0.35rem 0; border-bottom: 1px solid #2a3344; font-size: 0.9rem; }
.attach-list a { color: var(--accent); }
.break-all { word-break: break-all; }

.pending .confirm-icon { background: rgba(251,191,36,0.2); color: #fcd34d; }

/* ========== Checkout público — estilo formulario_1 (light) ========== */
body.mf-form-page.public-body {
  font-family: "DM Sans", system-ui, sans-serif;
  background: #f7f6f2;
  color: #0d0b1a;
  -webkit-font-smoothing: antialiased;
}

body.mf-form-page .wrap {
  max-width: 520px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}
body.mf-form-page .hero h1,
body.mf-form-page .confirm-card h1 { color: #0d0b1a; }
body.mf-form-page .muted,
body.mf-form-page .small { color: #7b7899; }
body.mf-form-page .card {
  background: #fff;
  border: 1px solid rgba(13, 11, 26, 0.1);
  box-shadow: 0 4px 24px rgba(13, 11, 26, 0.08);
  color: #0d0b1a;
}
body.mf-form-page .steps .step {
  background: #eeecea;
  color: #3a3650;
}
body.mf-form-page .steps .step.active {
  background: #c8922a;
  color: #0d0b1a;
}
body.mf-form-page .steps .step.done {
  background: #d4ede2;
  color: #1a6645;
}
body.mf-form-page .dl-grid dt { color: #7b7899; }
body.mf-form-page .protocol-box {
  background: #eeecea;
  border-color: rgba(13, 11, 26, 0.12);
}
body.mf-form-page .protocol-num { color: #2d1f6e; }
body.mf-form-page .btn-secondary {
  background: #fff;
  color: #2d1f6e;
  border: 1.5px solid rgba(13, 11, 26, 0.2);
}
body.mf-form-page .alert-error {
  background: #fde8e6;
  color: #c0392b;
  border: 1px solid rgba(192, 57, 43, 0.25);
}
body.mf-form-page .confirm-icon {
  background: #ece8fc;
  color: #4a35a0;
}

/* Step 1 — layout formulario_1 */
.mf-site-header {
  background: #2d1f6e;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mf-logo {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  letter-spacing: -0.02em;
}
.mf-logo span { color: #c8922a; }
.mf-header-badge {
  font-size: 11px;
  font-weight: 500;
  background: rgba(200, 146, 42, 0.2);
  color: #f5e4c0;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid rgba(200, 146, 42, 0.3);
}

.mf-hero-strip {
  background: #2d1f6e;
  padding: 0 24px 28px;
  text-align: center;
}
.mf-hero-strip h1 {
  font-family: "Syne", sans-serif;
  font-size: clamp(20px, 5vw, 28px);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}
.mf-hero-strip p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  max-width: 440px;
  margin: 0 auto;
}
.mf-hero-meta {
  margin-top: 12px !important;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.55) !important;
}
.mf-hero-meta strong { color: #f5e4c0; }

.mf-progress-wrap {
  background: #2d1f6e;
  padding: 0 24px 20px;
}
.mf-progress-steps {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 480px;
  margin: 0 auto;
}
.mf-step-dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.mf-step-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Syne", sans-serif;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
}
.mf-step-circle.mf-active {
  background: #c8922a;
  border-color: #c8922a;
  color: #0d0b1a;
}
.mf-step-circle.mf-done {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  font-size: 14px;
}
.mf-step-line.mf-done {
  background: rgba(255, 255, 255, 0.35);
}
.mf-step-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
  white-space: nowrap;
}
.mf-step-label.mf-active { color: #f5e4c0; }
.mf-step-line {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 16px;
}

.mf-main {
  max-width: 520px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

.mf-summary-bar {
  background: #0d0b1a;
  border-radius: 8px;
  padding: 16px 18px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.mf-summary-left { flex: 1; }
.mf-summary-label { font-size: 11px; color: rgba(255, 255, 255, 0.5); margin-bottom: 2px; }
.mf-summary-val {
  font-family: "Syne", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.mf-summary-price {
  font-family: "Syne", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #c8922a;
  white-space: nowrap;
}

.mf-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(13, 11, 26, 0.1);
  box-shadow: 0 4px 24px rgba(13, 11, 26, 0.08);
  margin-bottom: 16px;
  overflow: hidden;
}
.mf-card-header {
  padding: 18px 20px 14px;
  border-bottom: 1px solid rgba(13, 11, 26, 0.1);
  display: flex;
  align-items: center;
  gap: 10px;
}
.mf-card-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #ece8fc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mf-card-icon svg { width: 16px; height: 16px; }
.mf-card-title {
  font-family: "Syne", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0d0b1a;
}
.mf-card-body { padding: 20px; }

.mf-modal-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 420px) {
  .mf-modal-selector { grid-template-columns: 1fr; }
}
.mf-modal-opt {
  position: relative;
  cursor: pointer;
}
.mf-modal-opt input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.mf-modal-card {
  border: 2px solid rgba(13, 11, 26, 0.2);
  border-radius: 8px;
  padding: 16px 14px;
  transition: border-color 0.2s, background 0.2s;
  background: #fff;
  height: 100%;
}
.mf-modal-opt input:checked + .mf-modal-card {
  border-color: #4a35a0;
  background: #ece8fc;
}
.mf-modal-card-name {
  font-family: "Syne", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0d0b1a;
  margin-bottom: 2px;
}
.mf-modal-card-price {
  font-size: 20px;
  font-weight: 500;
  color: #2d1f6e;
  line-height: 1.2;
  margin-bottom: 4px;
}
.mf-modal-card-detail {
  font-size: 11px;
  color: #7b7899;
  line-height: 1.4;
}
.mf-modal-badge {
  display: inline-block;
  margin-top: 6px;
  font-size: 10px;
  font-weight: 500;
  background: #f5e4c0;
  color: #8a5f10;
  padding: 2px 8px;
  border-radius: 20px;
}

.mf-field { margin-bottom: 16px; }
.mf-field:last-child { margin-bottom: 0; }
.mf-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 360px) {
  .mf-field-row { grid-template-columns: 1fr; }
}

.mf-field label,
.mf-label-block {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #3a3650;
  margin-bottom: 6px;
}
.mf-req { color: #c8922a; margin-left: 2px; }
.mf-muted { color: #7b7899; font-weight: 400; }

.mf-form-step1 input[type="text"],
.mf-form-step1 input[type="email"],
.mf-form-step1 input[type="tel"],
.mf-form-step1 select,
.mf-form-step1 textarea {
  width: 100%;
  border: 1.5px solid rgba(13, 11, 26, 0.2);
  border-radius: 8px;
  padding: 11px 14px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 15px;
  color: #0d0b1a;
  background: #fff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.mf-form-step1 input:focus,
.mf-form-step1 select:focus,
.mf-form-step1 textarea:focus {
  border-color: #4a35a0;
  box-shadow: 0 0 0 3px rgba(74, 53, 160, 0.1);
}
.mf-form-step1 input.mf-loading {
  opacity: 0.65;
  pointer-events: none;
}
.mf-form-step1 textarea {
  resize: vertical;
  min-height: 80px;
  line-height: 1.5;
}

.mf-field-hint {
  font-size: 11px;
  color: #7b7899;
  margin: 6px 0 0;
  line-height: 1.4;
}
.mf-field-error {
  font-size: 11px;
  color: #c0392b;
  margin-top: 6px;
}

.mf-form-step1 input.mf-input-invalid {
  border-color: #c0392b;
}

.mf-checkout-back {
  margin: 0 0 16px;
}
.mf-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #4a35a0;
  text-decoration: none;
  font-family: "DM Sans", system-ui, sans-serif;
}
.mf-back-link:hover {
  text-decoration: underline;
  color: #2d1f6e;
}

.mf-select-wrap { position: relative; }
.mf-select-wrap::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #7b7899;
  pointer-events: none;
}
.mf-select-wrap select { appearance: none; padding-right: 36px; }

.mf-address-panel { margin-top: 8px; padding-top: 8px; border-top: 1px dashed rgba(13, 11, 26, 0.12); }

.mf-radio-list { display: flex; flex-direction: column; gap: 8px; }
.mf-radio-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1.5px solid rgba(13, 11, 26, 0.2);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s;
}
.mf-radio-item:has(input:checked) {
  border-color: #4a35a0;
  background: #ece8fc;
}
.mf-radio-item input {
  width: 18px;
  height: 18px;
  accent-color: #4a35a0;
  flex-shrink: 0;
  cursor: pointer;
}
.mf-radio-item span {
  font-size: 13px;
  color: #0d0b1a;
  line-height: 1.4;
}

.mf-btn-primary {
  width: 100%;
  background: #2d1f6e;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 15px 24px;
  font-family: "Syne", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.mf-btn-primary:hover { background: #4a35a0; }
.mf-btn-primary:active { transform: scale(0.99); }
.mf-btn-primary:disabled { opacity: 0.6; cursor: not-allowed; }
.mf-btn-primary svg { width: 18px; height: 18px; flex-shrink: 0; }

.mf-alert {
  padding: 12px 14px;
  border-radius: 8px;
  margin: 0 0 16px;
  font-size: 14px;
}
.mf-alert-error {
  background: #fde8e6;
  color: #c0392b;
  border: 1px solid rgba(192, 57, 43, 0.2);
}
.mf-alert-error ul { margin: 0; padding-left: 1.2rem; }

.mf-trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.mf-trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #7b7899;
}
.mf-trust-item svg {
  width: 13px;
  height: 13px;
  color: #1a6645;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .mf-main { padding: 16px 12px 40px; }
  .mf-card-body { padding: 16px; }
  .mf-card-header { padding: 14px 16px 12px; }
  .mf-modal-card-price { font-size: 18px; }
  .mf-summary-bar { padding: 14px 16px; }
}

/* Etapas 2 e 3 — resumo e confirmação */
.mf-dl-review {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mf-dl-review > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(13, 11, 26, 0.08);
}
.mf-dl-review > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.mf-dl-review dt {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #7b7899;
  margin: 0;
}
.mf-dl-review dd {
  margin: 0;
  font-size: 15px;
  color: #0d0b1a;
  line-height: 1.45;
}
.mf-dd-strong {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #2d1f6e !important;
  font-size: 18px !important;
}
.mf-pay-hint {
  font-size: 13px;
  color: #7b7899;
  margin: 0 0 16px;
  line-height: 1.5;
}
.mf-pay-section #paymentBrick_container {
  min-height: 200px;
}

/* Seletor cartão vs PIX */
.mf-pay-method-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 420px) {
  .mf-pay-method-grid {
    grid-template-columns: 1fr;
  }
}
.mf-pay-method-opt {
  position: relative;
  cursor: pointer;
}
.mf-pay-method-opt input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.mf-pay-method-card {
  border: 2px solid rgba(13, 11, 26, 0.2);
  border-radius: 8px;
  padding: 16px 14px;
  text-align: center;
  transition: border-color 0.2s, background 0.2s;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-height: 120px;
  justify-content: center;
}
.mf-pay-method-opt input:checked + .mf-pay-method-card {
  border-color: #4a35a0;
  background: #ece8fc;
}
.mf-pay-method-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}
.mf-pix-badge {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 13px;
  color: #32bcad;
  letter-spacing: 0.02em;
}
.mf-pay-method-name {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #0d0b1a;
}
.mf-pay-method-sub {
  font-size: 11px;
  color: #7b7899;
  line-height: 1.35;
}

.mf-pay-panel {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px dashed rgba(13, 11, 26, 0.15);
}
.mf-pay-panel-title {
  font-family: "Syne", sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #0d0b1a;
}

.mf-pay-section .mf-field input {
  width: 100%;
  border: 1.5px solid rgba(13, 11, 26, 0.2);
  border-radius: 8px;
  padding: 11px 14px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 15px;
}
.mf-btn-pix {
  margin-top: 8px;
}

.mf-pix-result {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(13, 11, 26, 0.1);
}
.mf-pix-wait {
  font-size: 14px;
  color: #3a3650;
  line-height: 1.5;
  margin: 0 0 16px;
}
.mf-pix-qr-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.mf-pix-qr {
  border-radius: 8px;
  border: 1px solid rgba(13, 11, 26, 0.12);
}
.mf-pix-copy-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #3a3650;
  margin-bottom: 6px;
}
.mf-pix-code-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 480px) {
  .mf-pix-code-row {
    flex-direction: row;
    align-items: stretch;
  }
  .mf-pix-code-row .mf-pix-textarea {
    flex: 1;
  }
}
.mf-pix-textarea {
  width: 100%;
  font-size: 11px;
  font-family: ui-monospace, monospace;
  border: 1.5px solid rgba(13, 11, 26, 0.2);
  border-radius: 8px;
  padding: 10px;
  resize: vertical;
  min-height: 72px;
}
.mf-pix-poll {
  margin-top: 14px;
}
.mf-pix-fallback {
  margin-top: 10px;
}
.mf-pix-fallback a {
  color: #2d1f6e;
  font-weight: 600;
}

.mf-confirm-card {
  text-align: center;
  padding: 28px 20px 32px;
}
.mf-confirm-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #d4ede2;
  color: #1a6645;
  font-size: 28px;
  line-height: 64px;
  margin: 0 auto 16px;
}
.mf-confirm-title {
  font-family: "Syne", sans-serif;
  font-size: 1.35rem;
  margin: 0 0 12px;
  color: #0d0b1a;
}
.mf-confirm-text {
  font-size: 15px;
  color: #3a3650;
  line-height: 1.55;
  margin: 0 0 12px;
}
.mf-protocol-box {
  background: #f7f6f2;
  border: 1px solid rgba(13, 11, 26, 0.1);
  border-radius: 12px;
  padding: 16px;
  margin: 16px 0;
  text-align: center;
}
.mf-protocol-label {
  display: block;
  font-size: 11px;
  color: #7b7899;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.mf-protocol-num {
  font-family: "Syne", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: #2d1f6e;
  display: block;
  margin-top: 4px;
}
.mf-protocol-sub {
  font-size: 12px;
  color: #7b7899;
  display: block;
  margin-top: 8px;
}
.mf-protocol-sub code {
  font-size: 11px;
  word-break: break-all;
}
.mf-mini-summary {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(13, 11, 26, 0.1);
  font-size: 15px;
  color: #0d0b1a;
}
.mf-muted-small {
  font-size: 13px;
  color: #7b7899;
  margin: 8px 0 0;
}
.mf-confirm-pending .mf-confirm-title {
  color: #8a5f10;
}
.mf-confirm-actions {
  margin-top: 20px;
}
.mf-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 8px;
  background: #fff;
  color: #2d1f6e;
  border: 1.5px solid rgba(13, 11, 26, 0.2);
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.mf-btn-secondary:hover {
  background: #ece8fc;
  border-color: #4a35a0;
}
