/* Legal Pages Specific Styles */
.legal-page {
    padding: 40px 0 80px;
    background: #f8fafc;
    min-height: 100vh;
}

.legal-page .container {
    max-width: 900px;
    background: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-top: 40px;
}

.breadcrumb {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 30px;
}

.breadcrumb a {
    color: #1e40af;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.legal-page h1 {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.2;
}

.last-updated {
    color: #ffffff;
    font-style: italic;
    margin-bottom: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
}

.legal-content {
    line-height: 1.7;
    color: #ffffff;
}

.legal-content section {
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e7eb;
}

.legal-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 15px;
    margin-top: 25px;
}

.legal-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 10px;
    margin-top: 20px;
}

.legal-content p {
    margin-bottom: 15px;
    color: #ffffff;
}

.legal-content ul, .legal-content ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.legal-content li {
    margin-bottom: 8px;
}

.legal-content strong {
    color: #111827;
    font-weight: 600;
}

.legal-content a {
    color: #1e40af;
    font-weight: 500;
}

.legal-content a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

/* Tables */
.legal-basis-table {
    overflow-x: auto;
    margin: 20px 0;
}

.legal-basis-table table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.legal-basis-table th {
    background: #f8fafc;
    padding: 15px;
    text-align: left;
    font-weight: 600;
    color: #111827;
    border-bottom: 1px solid #e5e7eb;
}

.legal-basis-table td {
    padding: 15px;
    border-bottom: 1px solid #f3f4f6;
    color: #1f2937;
}

.legal-basis-table tr:last-child td {
    border-bottom: none;
}

/* Rights Grid */
.rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.right-item {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.right-item h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #1d4ed8;
    font-weight: 600;
}

.right-item p {
    font-size: 14px;
    color: #1f2937;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Contact Details */
.contact-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 25px 0;
    padding: 30px;
    background: #4b5563;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    color: white;
}

.contact-section h4 {
    color: #93c5fd;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.contact-section p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #e5e7eb;
}

.contact-section strong {
    color: white;
}

.contact-section a {
    color: #93c5fd;
}

/* Highlighted Boxes */
.highlight-box {
    background: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    color: #1f2937;
}

.highlight-box h4 {
    color: #1f2937;
}

.highlight-box p {
    color: #1f2937;
}

.highlight-box ul {
    color: #1f2937;
}

.highlight-box li {
    color: #1f2937;
}

.highlight-box strong {
    color: #1f2937;
}

.highlight-box.warning {
    background: #fee2e2;
    border-color: #f87171;
    color: #1f2937;
}

.highlight-box.info {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #1f2937;
}

.highlight-box.success {
    background: #ecfdf5;
    border-color: #6ee7b7;
    color: #1f2937;
}

/* Cookie Categories Table */
.cookie-categories {
    margin: 20px 0;
}

.cookie-category {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.cookie-category-header {
    background: #f8fafc;
    padding: 15px 20px;
    font-weight: 600;
    color: #1f2937;
    border-bottom: 1px solid #e5e7eb;
}

.cookie-category-content {
    padding: 20px;
}

.cookie-category-content p {
    margin-bottom: 15px;
    color: #1f2937;
}

.cookie-category-content ul {
    margin-bottom: 0;
    color: #1f2937;
}

.cookie-category-content li {
    color: #1f2937;
}

/* Step Lists */
.steps-list {
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
}

.steps-list li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f4f6;
}

.steps-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    background: #3b82f6;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
}

.steps-list li:last-child {
    border-bottom: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .legal-page .container {
        padding: 30px 20px;
        margin-top: 20px;
    }
    
    .legal-page h1 {
        font-size: 28px;
    }
    
    .legal-content h2 {
        font-size: 22px;
    }
    
    .legal-content h3 {
        font-size: 18px;
    }
    
    .rights-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .contact-details {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }
    
    .legal-basis-table {
        font-size: 14px;
    }
    
    .legal-basis-table th,
    .legal-basis-table td {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .legal-page .container {
        padding: 20px 15px;
        margin: 10px;
        border-radius: 8px;
    }
    
    .legal-page h1 {
        font-size: 24px;
    }
    
    .legal-content {
        font-size: 14px;
    }
    
    .legal-content h2 {
        font-size: 20px;
    }
    
    .legal-content h3 {
        font-size: 16px;
    }
    
    .steps-list li {
        padding-left: 40px;
    }
    
    .steps-list li::before {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
}

/* Print Styles */
@media print {
    .legal-page {
        background: white;
    }
    
    .legal-page .container {
        box-shadow: none;
        border: none;
    }
    
    .breadcrumb {
        display: none;
    }
    
    .legal-content a {
        color: #1f2937;
        text-decoration: none;
    }
    
    .legal-content a::after {
        content: " (" attr(href) ")";
        font-size: 12px;
        color: #6b7280;
    }
    
    .highlight-box {
        border: 2px solid #374151;
    }
}

/* Dark mode support (if needed) */
@media (prefers-color-scheme: dark) {
    .legal-page {
        background: #111827;
        color: #f9fafb;
    }
    
    .legal-page .container {
        background: #1f2937;
        color: #f9fafb;
    }
    
    .legal-content h1,
    .legal-content h2,
    .legal-content strong {
        color: #f9fafb;
    }
    
    .legal-content h3 {
        color: #e5e7eb;
    }
    
    .legal-basis-table th {
        background: #374151;
        color: #f9fafb;
    }
    
    .legal-basis-table {
        border-color: #4b5563;
    }
    
    .legal-basis-table td {
        border-color: #374151;
    }
}