@media (max-width: 767px) {
  html { scroll-behavior: smooth; }
  body.mfc-open { overflow: hidden; }
  #mobile-free-consultation-modal { position: fixed; inset: 0; z-index: 10020; display: flex; align-items: center; justify-content: center; width: 100vw; height: 100dvh; padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); background: rgba(5,14,48,.84); backdrop-filter: blur(8px); }
  #mobile-free-consultation-modal.mfc-hidden { display: none; }
  #mobile-free-consultation-modal .mfc-panel { position: relative; width: 100%; max-width: 430px; max-height: calc(100dvh - 24px); overflow-y: auto; padding: 1.35rem 1rem 1rem; border: 2px solid #d4af37; border-radius: 18px; background: #fffdf8; box-shadow: 0 24px 70px rgba(0,0,0,.45); color: #20283a; text-align: center; }
  #mobile-free-consultation-modal .mfc-close { position: absolute; top: 8px; right: 8px; width: 42px; min-height: 42px; padding: 0; border: 0; border-radius: 50%; background: #eef0f6; color: #0c1a4a; font: 700 1.7rem/1 Arial,sans-serif; }
  #mobile-free-consultation-modal .mfc-kicker { display: inline-block; margin: .25rem 2.5rem .65rem; padding: .35rem .7rem; border-radius: 999px; background: #f4e5ad; color: #70500c; font: 800 .72rem/1.2 Arial,sans-serif; letter-spacing: .08em; text-transform: uppercase; }
  #mobile-free-consultation-modal h2 { margin: 0 0 .55rem; padding: 0; border: 0; color: #0c1a4a; font-size: clamp(1.45rem,7vw,2rem); line-height: 1.15; }
  #mobile-free-consultation-modal p { margin: 0 0 1rem; color: #596276; font: 400 .92rem/1.5 Arial,sans-serif; }
  #mobile-free-consultation-modal .mfc-primary, #mobile-free-consultation-modal .mfc-actions a, #mobile-free-consultation-modal .mfc-back { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; border-radius: 11px; font: 800 .92rem/1.2 Arial,sans-serif; text-align: center; text-decoration: none; touch-action: manipulation; }
  #mobile-free-consultation-modal .mfc-primary { border: 0; background: #d4af37; color: #0c1a4a; }
  #mobile-free-consultation-modal .mfc-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .55rem; margin: .65rem 0; }
  #mobile-free-consultation-modal .mfc-actions a { border: 1px solid rgba(12,26,74,.22); background: #f2f4f8; color: #0c1a4a; }
  #mobile-free-consultation-modal .mfc-back { border: 1px solid rgba(12,26,74,.22); background: #fff; color: #0c1a4a; }
}
