.geo-popup-overlay{align-items:center;backdrop-filter:blur(6px);background:rgba(0,0,0,.65);display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.geo-popup{background:#0d1f13;border:1px solid #063;border-radius:16px;box-shadow:0 8px 40px rgba(0,102,51,.25);color:#f3f3f3;max-width:480px;padding:40px 36px;text-align:center;width:calc(100% - 40px)}.geo-popup__title{color:#b2e32d;font-size:1.4rem;font-weight:700;margin-bottom:14px}.geo-popup__body{color:#cfcfcf;font-size:.95rem;line-height:1.7;margin-bottom:28px}.geo-popup__actions{display:flex;flex-direction:column;gap:12px}.geo-popup__btn{border:none;border-radius:8px;cursor:pointer;display:block;font-size:.95rem;font-weight:600;padding:12px 20px;transition:opacity .2s ease;width:100%}.geo-popup__btn:hover{opacity:.85}.geo-popup__btn--primary{background:#b2e32d;color:#000e07}.geo-popup__btn--secondary{background:transparent;border:1px solid #6e6e6e;color:#cfcfcf}.geo-popup__btn--secondary:hover{border-color:#cfcfcf;opacity:1}