.kg-modal-overlay{position:fixed;inset:0;background:rgba(7,18,51,.62);z-index:9999;display:flex;align-items:center;justify-content:center;padding:22px;animation:kgFadeIn .25s ease}.kg-thankyou-modal{position:relative;width:100%;max-width:560px;background:#fff;border-radius:24px;padding:38px 34px;text-align:center;box-shadow:0 25px 70px rgba(7,18,51,.28);border:1px solid #e4ecd8;animation:kgPopIn .3s ease}.kg-popup-x{position:absolute;top:14px;right:16px;width:36px;height:36px;border:none;background:transparent;color:#6b7280;font-size:32px;line-height:32px;cursor:pointer;padding:0}.kg-popup-x:hover{color:#071233}.kg-success-circle{width:76px;height:76px;border-radius:50%;background:#61b900;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:42px;font-weight:700;margin-bottom:18px;box-shadow:0 10px 28px rgba(97,185,0,.28)}.kg-thankyou-modal h2{margin:0 0 14px;color:#071233;font-size:30px;line-height:1.2}.kg-thankyou-modal p{margin:0 0 12px;color:#4b5563;font-size:16px;line-height:1.65}.kg-modal-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px}.kg-modal-close{border:1px solid #d8e2cc;background:#fff;color:#071233;padding:13px 26px;border-radius:999px;font-weight:700;cursor:pointer;font-size:15px}.kg-modal-close:hover{background:#f7faf2}@keyframes kgFadeIn{from{opacity:0}to{opacity:1}}@keyframes kgPopIn{from{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:600px){.kg-thankyou-modal{padding:30px 22px}.kg-thankyou-modal h2{font-size:24px}}