/* Hero Section */
.hero-legal-premium {
    position: relative;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
    padding: 120px 0 80px;
    overflow: hidden;
}

.hero-legal-gradient {
    position: absolute;
    top: -50%;
    right: -25%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    animation: floatGradient 20s ease-in-out infinite;
}

@keyframes floatGradient {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-10%, 10%) scale(1.1); }
}

.hero-legal-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hero-legal-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50px;
    padding: 8px 20px;
    margin-bottom: 24px;
    font-size: 0.9rem;
    color: #d4af37;
    font-weight: 500;
}

.cookie-icon {
    width: 24px;
    height: 24px;
}

.hero-legal-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
    line-height: 1.1;
}

.text-gradient-gold {
    background: linear-gradient(135deg, #d4af37 0%, #f4e4bc 50%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-legal-subtitle {
    font-size: 1.25rem;
    color: #94a3b8;
    font-weight: 300;
    margin-bottom: 32px;
}

/* Content */
.page-content-premium {
    padding: 80px 0;
    background: #fafafa;
}

.legal-content-premium {
    max-width: 900px;
    margin: 0 auto;
}

.legal-intro-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.intro-card-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #d4af37 0%, #f4e4bc 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-card-icon svg {
    width: 32px;
    height: 32px;
    color: white;
}

.intro-card-content h2 {
    margin-bottom: 12px;
    color: #0a0e27;
}

.intro-card-content .lead {
    font-size: 1.1rem;
    color: #64748b;
    margin: 0;
    line-height: 1.7;
}

.highlight-box-premium {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 16px;
    padding: 32px;
    margin: 32px 0;
    display: flex;
    align-items: center;
    gap: 24px;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.2);
    position: relative;
    overflow: hidden;
}

.highlight-box-premium::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 50%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
}

.highlight-icon-wrap {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-icon-wrap .check-icon {
    width: 28px;
    height: 28px;
    color: #10b981;
}

.highlight-content {
    position: relative;
    z-index: 1;
}

.highlight-content strong {
    color: white;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.highlight-content p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-size: 1.05rem;
}

.legal-section {
    background: white;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.legal-section h2 {
    color: #0a0e27;
    font-weight: 700;
    margin-bottom: 24px;
    font-size: 1.5rem;
    padding-bottom: 16px;
    border-bottom: 2px solid #f1f5f9;
}

.legal-section h3 {
    color: #1e293b;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.legal-section h3:first-of-type {
    margin-top: 0;
}

.legal-section p {
    color: #475569;
    line-height: 1.7;
    margin-bottom: 16px;
}

.legal-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 16px;
}

.legal-section ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    color: #475569;
    line-height: 1.6;
}

.legal-section ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    color: #d4af37;
    background: #d4af37;
    border-radius: 50%;
}

.legal-section ul li strong {
    color: #1e293b;
    font-weight: 600;
}

/* Contact Card */
.contact-card-premium {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border-radius: 16px;
    padding: 32px;
    margin-top: 24px;
    color: white;
}

.contact-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-card-header .contact-icon {
    width: 32px;
    height: 32px;
    color: #d4af37;
}

.contact-card-header h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: white;
}

.contact-card-body {
    display: grid;
    gap: 16px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-item svg {
    width: 20px;
    height: 20px;
    color: #d4af37;
    flex-shrink: 0;
}

.contact-item a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #d4af37;
}

/* Footer */
.legal-footer-premium {
    text-align: center;
    padding: 32px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.update-info {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 0.95rem;
}

.update-info svg {
    width: 20px;
    height: 20px;
    color: #94a3b8;
}

/* Mobile */
@media (max-width: 768px) {
    .hero-legal-premium {
        padding: 80px 0 60px;
    }

    .legal-intro-card {
        flex-direction: column;
        padding: 32px 24px;
    }

    .legal-section {
        padding: 32px 24px;
    }

    .legal-section h2 {
        font-size: 1.3rem;
    }

    .contact-card-premium {
        padding: 24px;
    }

    .legal-related-links .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Dark Mode */
html[data-theme="dark"] .page-content-premium {
    background: var(--gray-50);
}

html[data-theme="dark"] .legal-intro-card,
html[data-theme="dark"] .legal-section {
    background: #1A1A1A;
}

html[data-theme="dark"] .legal-section h2 {
    color: #fff;
    border-bottom-color: #333;
}

html[data-theme="dark"] .legal-section h3 {
    color: #e5e7eb;
}

html[data-theme="dark"] .legal-section p,
html[data-theme="dark"] .legal-section ul li {
    color: #9ca3af;
}

html[data-theme="dark"] .legal-section ul li strong {
    color: #e5e7eb;
}

html[data-theme="dark"] .intro-card-content h2 {
    color: #fff;
}

html[data-theme="dark"] .intro-card-content .lead {
    color: #9ca3af;
}

html[data-theme="dark"] .legal-footer-premium {
    background: #1A1A1A;
}

html[data-theme="dark"] .update-info {
    color: #9ca3af;
}

@media (prefers-color-scheme: dark) {
    html:not([data-theme="light"]) .page-content-premium {
        background: var(--gray-50);
    }

    html:not([data-theme="light"]) .legal-intro-card,
    html:not([data-theme="light"]) .legal-section {
        background: #1A1A1A;
    }

    html:not([data-theme="light"]) .legal-section h2 {
        color: #fff;
        border-bottom-color: #333;
    }

    html:not([data-theme="light"]) .legal-section h3 {
        color: #e5e7eb;
    }

    html:not([data-theme="light"]) .legal-section p,
    html:not([data-theme="light"]) .legal-section ul li {
        color: #9ca3af;
    }

    html:not([data-theme="light"]) .legal-section ul li strong {
        color: #e5e7eb;
    }

    html:not([data-theme="light"]) .intro-card-content h2 {
        color: #fff;
    }

    html:not([data-theme="light"]) .intro-card-content .lead {
        color: #9ca3af;
    }

    html:not([data-theme="light"]) .legal-footer-premium {
        background: #1A1A1A;
    }

    html:not([data-theme="light"]) .update-info {
        color: #9ca3af;
    }
}

.cookies-not-used-title {
    margin-top: 24px;
}

.legal-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}
