.legal-page {
    max-width: 800px;
}

.legal-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px 32px;
}

.legal-title {
    margin: 0 0 16px;
    font-size: 1.5rem;
}

.legal-card h3 {
    margin: 24px 0 10px;
    font-size: 1.1rem;
}

.legal-card p,
.legal-card li {
    line-height: 1.55;
    color: #374151;
}

.legal-muted {
    color: #6b7280;
    font-size: 14px;
}

.cookie-consent-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    background: #1e293b;
    color: #f8fafc;
    box-shadow: 0 -4px 24px rgba(15, 23, 42, 0.25);
    padding: 14px 20px;
}

.cookie-consent-banner__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cookie-consent-banner__text p {
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 1.45;
}

.cookie-consent-banner__notice {
    font-size: 13px;
    color: #94a3b8;
}

.cookie-consent-banner__text a {
    color: #5eead4;
}

.cookie-consent-banner__btn {
    padding: 8px 20px;
    border: none;
    border-radius: 8px;
    background: #0d9488;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.cookie-consent-banner__btn:hover {
    background: #0f766e;
}

body.cart-bar-visible .cookie-consent-banner {
    bottom: 56px;
}
