.mk-geo{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:16px}
.mk-geo.is-open{display:flex}
.mk-geo__overlay{position:absolute;inset:0;background:rgba(20,18,16,.45);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}
.mk-geo__modal{position:relative;z-index:1;width:100%;max-width:390px;background:#fff;border-radius:16px;box-shadow:0 24px 60px rgba(0,0,0,.18);padding:30px 26px 24px;text-align:center;font-family:inherit;animation:mkGeoIn .28s ease}
@keyframes mkGeoIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.mk-geo__close{position:absolute;top:10px;right:12px;border:0;background:transparent;font-size:26px;line-height:1;color:#9a8f86;cursor:pointer;padding:4px}
.mk-geo__close:hover{color:#1a1a1a}
.mk-geo__title{margin:0 0 10px}
.mk-geo__eyebrow{display:block;font-size:13px;font-weight:500;letter-spacing:.3px;color:#9a8f86;margin-bottom:2px}
.mk-geo__country{display:block;font-size:22px;font-weight:600;color:#1a1a1a;letter-spacing:.2px;line-height:1.2}
.mk-geo__text{font-size:14px;line-height:1.5;color:#5f5750;margin:0 0 20px}
.mk-geo__form{margin:0}
.mk-geo__fields{display:flex;flex-direction:column;gap:12px;margin-bottom:18px;text-align:left}
.mk-geo__label{font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:#7a716a;display:flex;flex-direction:column;gap:6px}
.mk-geo__select{font-size:15px;line-height:1.4;box-sizing:border-box;height:auto;min-height:46px;padding:11px 40px 11px 14px;border:1px solid #e3ddd7;border-radius:10px;background-color:#fff;color:#1a1a1a;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px;cursor:pointer}
.mk-geo__select:focus{outline:none;border-color:#1a1a1a}
.mk-geo__actions{display:flex;flex-direction:column;gap:10px}
.mk-geo__btn{font-size:14px;font-weight:600;padding:13px 18px;border-radius:999px;cursor:pointer;border:1px solid transparent;transition:opacity .15s ease,background .15s ease}
.mk-geo__btn--primary{background:#1a1a1a;color:#fff}
.mk-geo__btn--primary:hover{opacity:.88}
.mk-geo__btn--ghost{background:transparent;color:#5f5750;border-color:#e3ddd7}
.mk-geo__btn--ghost:hover{background:#f6f3f0}
@media (max-width:480px){.mk-geo__modal{max-width:100%;border-radius:14px;padding:26px 18px 20px}.mk-geo__country{font-size:20px}}
