.ppp-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9998;
}

.ppp-popup {
    position: fixed;
    z-index: 9999;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    padding: 16px 20px;
    max-width: 320px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Positions */
.ppp-pos-top {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.ppp-pos-middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ppp-pos-bottom {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.ppp-pos-top-left {
    top: 20px;
    left: 20px;
}

.ppp-pos-top-right {
    top: 20px;
    right: 20px;
}

.ppp-pos-middle-left {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.ppp-pos-middle-right {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.ppp-pos-bottom-left {
    bottom: 20px;
    left: 20px;
}

.ppp-pos-bottom-right {
    bottom: 20px;
    right: 20px;
}

.ppp-close {
    position: absolute;
    top: 6px;
    right: 8px;
    border: none;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
}

.ppp-content {
    text-align: center;
    margin-top: 10px;
}

.ppp-cta-text {
    font-weight: 600;
    margin-bottom: 8px;
}

.ppp-phone-link {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    background: #0073aa;
    color: #ffffff;
}

.ppp-phone-link:hover {
    background: #005f8d;
}
