.analytics-consent-banner {
    position: fixed;
    left: 50%;
    bottom: 1.5rem;
    z-index: 2147483000;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.25rem;
    width: min(1040px, calc(100vw - 2rem));
    padding: 1.15rem;
    border: 1px solid rgba(84, 131, 236, 0.24);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
    transform: translateX(-50%);
    backdrop-filter: blur(18px);
}

.analytics-consent-copy {
    min-width: 0;
}

.analytics-consent-eyebrow {
    margin: 0 0 0.25rem;
    color: #1764ff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.analytics-consent-copy h2 {
    margin: 0 0 0.35rem;
    color: #0f172a;
    font-size: clamp(1.1rem, 1.8vw, 1.45rem);
    font-weight: 900;
    letter-spacing: -0.045em;
}

.analytics-consent-copy p {
    margin: 0;
    color: #53627d;
    font-size: 0.96rem;
    line-height: 1.55;
}

.analytics-consent-current {
    margin-top: 0.5rem !important;
    color: #0f766e !important;
    font-weight: 800;
}

.analytics-consent-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    min-width: 260px;
}

.analytics-consent-button,
.site-footer-link-button {
    font: inherit;
}

.analytics-consent-button {
    min-height: 2.65rem;
    padding: 0.75rem 1.05rem;
    border-radius: 999px;
    font-weight: 900;
    cursor: pointer;
}

.analytics-consent-button-primary {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.28);
}

.analytics-consent-button-secondary {
    border: 1px solid rgba(148, 163, 184, 0.42);
    color: #334155;
    background: #fff;
}

.analytics-consent-link {
    color: #1764ff;
    font-weight: 850;
    text-decoration: none;
}

.analytics-consent-link:hover,
.site-footer-link-button:hover {
    text-decoration: underline;
}

.site-footer-link-button {
    border: 0;
    padding: 0;
    color: inherit;
    background: transparent;
    font-weight: inherit;
    cursor: pointer;
}

@media (max-width: 760px) {
    .analytics-consent-banner {
        grid-template-columns: 1fr;
        bottom: 0.75rem;
        border-radius: 1.15rem;
    }

    .analytics-consent-actions {
        justify-content: flex-start;
        min-width: 0;
    }

    .analytics-consent-button {
        flex: 1 1 140px;
    }
}
