.wgsp-footer {
    margin-top: 64px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(10, 12, 28, 0.72);
    color: #94a3b8;
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
}

.wgsp-footer-inner {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: 26px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.wgsp-footer-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.wgsp-affiliate-note {
    display: block;
    margin-top: 5px;
    color: #7f8ba3;
}

.wgsp-footer a,
.wgsp-contact-button {
    color: #cbd5e1;
    text-decoration: none;
}

.wgsp-footer a:hover,
.wgsp-contact-button:hover {
    color: #a29bfe;
}

.wgsp-contact-button {
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.wgsp-contact-overlay[hidden] {
    display: none;
}

.wgsp-contact-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(5, 7, 18, 0.78);
    backdrop-filter: blur(5px);
}

.wgsp-contact-dialog {
    width: min(440px, 100%);
    padding: 28px;
    border: 1px solid rgba(162, 155, 254, 0.35);
    border-radius: 18px;
    background: #16213e;
    color: #e2e8f0;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.wgsp-contact-dialog h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.5rem;
}

.wgsp-contact-dialog p {
    margin: 0 0 20px;
    line-height: 1.65;
}

.wgsp-contact-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.wgsp-contact-email,
.wgsp-contact-close {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 10px;
    font: inherit;
    cursor: pointer;
}

.wgsp-contact-email {
    background: #6c5ce7;
    color: #fff !important;
}

.wgsp-contact-close {
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: transparent;
    color: #cbd5e1;
}

@media (max-width: 650px) {
    .wgsp-footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}
