.lee-geo-popup-overlay {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 18px;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;
}

.lee-geo-popup-overlay.is-visible {
    display: flex;
}

.lee-geo-popup-inner {
    position: relative;
    max-width: 520px;
    width: 100%;
    background: #ffffff;
    padding: 26px 24px 20px;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.lee-geo-popup-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: none;
    background: none;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    opacity: 0.75;
}

.lee-geo-popup-close:hover {
    opacity: 1;
}

.lee-geo-popup-title {
    margin: 0 34px 10px 0;
    font-size: 22px;
    line-height: 1.25;
}

.lee-geo-popup-subtitle {
    margin: 0 0 14px 0;
    font-size: 15px;
    line-height: 1.55;
    opacity: 0.9;
}

.lee-geo-popup-bullets {
    margin: 0 0 18px 18px;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.95;
}

.lee-geo-popup-bullets li {
    margin: 6px 0;
}

.lee-geo-popup-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.lee-geo-popup-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    background: #0366d6;
    color: #ffffff;
}

.lee-geo-popup-cta:hover {
    filter: brightness(0.95);
}

.lee-geo-popup-secondary {
    position: static;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.15);
    background: #ffffff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.lee-geo-popup-secondary:hover {
    background: rgba(0,0,0,0.03);
}

.lee-geo-popup-fineprint {
    margin: 12px 0 0 0;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0.75;
}
