.test-popup-overlay{position:fixed;inset:0;z-index:99998;background:rgba(1,31,19,.72);display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.test-popup-overlay.is-open{opacity:1;visibility:visible}.test-popup-modal{position:relative;background:var(--cream);border-radius:var(--radius-l);padding:44px 36px 36px;max-width:440px;width:100%;text-align:center;box-shadow:0 30px 60px rgba(1,31,19,.5);transform:translateY(20px) scale(.96);transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .3s ease;opacity:0;max-height:90vh;overflow-y:auto}.test-popup-overlay.is-open .test-popup-modal{transform:translateY(0) scale(1);opacity:1}.test-popup-close,.test-popup-icon{border-radius:50%;display:flex;align-items:center;justify-content:center}.test-popup-close{position:absolute;top:14px;right:14px;width:36px;height:36px;color:var(--ink-60);border:0;background:0 0;cursor:pointer;transition:background .2s,color .2s}.test-popup-close:hover{background:var(--ink-12);color:var(--ink)}.test-popup-icon{width:80px;height:80px;background:rgba(39,115,80,.1);margin:0 auto 20px}.test-popup-icon svg{color:var(--emerald)}.test-popup-modal h2{font-family:var(--font-display);font-size:1.6rem;font-weight:400;color:var(--ink);margin-bottom:12px;line-height:1.3}.test-popup-modal p{font-size:.95rem;color:var(--ink-60);line-height:1.7;margin-bottom:24px}.test-popup-btn,.test-popup-skip{font-family:var(--font-utility);cursor:pointer}.test-popup-btn,.test-popup-btn:hover{color:var(--cream);text-decoration:none}.test-popup-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--emerald);font-weight:700;font-size:1.05rem;padding:14px 36px;border-radius:999px;transition:all .25s ease;box-shadow:0 8px 20px rgba(39,115,80,.3);border:1.5px solid transparent;width:100%}.test-popup-btn:hover{background:var(--emerald-2);transform:translateY(-2px);box-shadow:0 12px 28px rgba(39,115,80,.35)}.test-popup-btn svg{width:20px;height:20px;flex:none}.test-popup-skip{display:block;margin:14px auto 0;background:0 0;border:0;color:var(--ink-60);font-size:.85rem;font-weight:500;padding:8px 12px;border-radius:8px;transition:color .2s,background .2s}.test-popup-skip:hover{color:var(--ink);background:var(--ink-12)}@media (max-width:480px){.test-popup-modal{padding:32px 22px 28px;margin:16px}.test-popup-modal h2{font-size:1.3rem}.test-popup-icon{width:64px;height:64px}.test-popup-icon svg{width:36px;height:36px}}