.seo-entry-links {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 17px;
    line-height: 1.4;
    text-align: center;
}

.seo-entry-link {
    appearance: none;
    border: 0;
    padding: 2px 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.62);
    font: inherit;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.45;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: color 160ms ease, text-shadow 160ms ease;
}

.seo-entry-link:hover,
.seo-entry-link:focus-visible {
    color: #ffffff;
    text-shadow: 0 0 12px rgba(138, 43, 226, 0.45);
    outline: none;
}

.seo-entry-divider {
    width: 1px;
    height: 12px;
    flex: 0 0 1px;
    background: rgba(255, 255, 255, 0.2);
}

.contact-feedback-overlay[hidden] {
    display: none !important;
}

.contact-feedback-overlay {
    position: fixed;
    inset: 0;
    z-index: 1600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(2, 2, 9, 0.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.contact-feedback-panel {
    width: min(390px, calc(100vw - 40px));
    max-height: min(680px, calc(100vh - 40px));
    overflow-y: auto;
    padding: 28px;
    border: 1px solid rgba(212, 175, 55, 0.38);
    border-radius: 16px;
    background: rgba(9, 7, 20, 0.96);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.68), 0 0 26px rgba(138, 43, 226, 0.16);
    color: #e9e7f3;
    text-align: left;
    isolation: isolate;
}

.contact-feedback-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 50%;
    background: transparent;
    color: rgba(255, 255, 255, 0.58);
    cursor: pointer;
    transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.contact-feedback-close:hover,
.contact-feedback-close:focus-visible {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    outline: none;
}

.contact-feedback-header {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    padding-right: 30px;
}

.contact-feedback-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(212, 175, 55, 0.38);
    border-radius: 8px;
    background: rgba(212, 175, 55, 0.08);
    color: #e0bd4b;
    font-size: 17px;
}

.contact-feedback-header h2 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
}

.contact-feedback-header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 12px;
    line-height: 1.65;
}

.contact-feedback-details {
    margin-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-feedback-row {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 62px;
    padding: 10px 0;
}

.contact-feedback-row + .contact-feedback-row {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-feedback-icon {
    color: rgba(212, 175, 55, 0.82);
    text-align: center;
    font-size: 14px;
}

.contact-feedback-label,
.contact-feedback-value {
    display: block;
    letter-spacing: 0;
}

.contact-feedback-label {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 11px;
    line-height: 1.3;
}

.contact-feedback-value {
    width: fit-content;
    max-width: 100%;
    color: #f0edf8;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    overflow-wrap: anywhere;
    text-decoration: none;
}

a.contact-feedback-value:hover,
a.contact-feedback-value:focus-visible {
    color: #edcb58;
    outline: none;
}

.contact-feedback-qr {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 20px 0 2px;
}

.contact-feedback-qr img {
    width: 108px;
    height: 108px;
    display: block;
    border: 5px solid #ffffff;
    border-radius: 8px;
    background: #ffffff;
    object-fit: contain;
}

.contact-feedback-qr-copy strong {
    display: block;
    margin-bottom: 7px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
}

.contact-feedback-qr-copy strong i {
    margin-right: 5px;
    color: #20b767;
}

.contact-feedback-qr-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
    line-height: 1.65;
}

.contact-feedback-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}

.contact-feedback-action {
    min-width: 0;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.contact-feedback-copy {
    border: 1px solid rgba(212, 175, 55, 0.48);
    background: rgba(212, 175, 55, 0.1);
    color: #f1d36a;
}

.contact-feedback-return {
    border: 1px solid rgba(138, 43, 226, 0.44);
    background: rgba(138, 43, 226, 0.12);
    color: rgba(255, 255, 255, 0.78);
}

.contact-feedback-action:hover,
.contact-feedback-action:focus-visible {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    outline: none;
}

.contact-feedback-status {
    min-height: 18px;
    margin: 9px 0 -4px;
    color: #91d5ad;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}

html.contact-feedback-open,
body.contact-feedback-open {
    overscroll-behavior: none;
}

@media (min-width: 1500px) {
    .contact-feedback-overlay {
        background: rgba(2, 2, 9, 0.48);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }

    .contact-feedback-panel {
        position: absolute;
        top: 50%;
        left: calc(50% + 370px);
        width: 360px;
        transform: translateY(-50%);
    }
}

@media (max-width: 768px) {
    .seo-entry-links {
        gap: 9px;
        margin-top: 13px;
    }

    .seo-entry-link {
        font-size: 12px;
    }

    .contact-feedback-overlay {
        padding: 14px;
    }

    .contact-feedback-panel {
        width: min(390px, calc(100vw - 28px));
        max-height: 82vh;
        padding: 22px 18px 18px;
        border-radius: 16px;
    }

    .contact-feedback-header h2 {
        font-size: 20px;
    }
}

@media (max-width: 359px) {
    .seo-entry-links {
        column-gap: 7px;
        row-gap: 5px;
    }

    .seo-entry-divider {
        height: 10px;
    }

    .contact-feedback-panel {
        padding: 20px 15px 16px;
    }

    .contact-feedback-qr {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 12px;
    }

    .contact-feedback-qr img {
        width: 92px;
        height: 92px;
    }

    .contact-feedback-actions {
        gap: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .seo-entry-link,
    .contact-feedback-close,
    .contact-feedback-action {
        transition: none;
    }
}
