/* Legal Pages Styles - Traiteur Oriental Theme */

/* Legal Main Container */
.legal-main {
    padding-top: 80px;
    min-height: 100vh;
    background: linear-gradient(135deg, #fef7ed 0%, #fff7ed 50%, #fef3c7 100%);
    position: relative;
}

.legal-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><pattern id="oriental" patternUnits="userSpaceOnUse" width="60" height="60"><path d="M30 0 L35 10 L45 5 L40 15 L50 20 L40 25 L45 35 L35 30 L30 40 L25 30 L15 35 L20 25 L10 20 L20 15 L15 5 L25 10 Z" fill="rgba(245,158,11,0.05)" opacity="0.3"/></pattern></defs><rect width="60" height="60" fill="url(%23oriental)"/></svg>');
    background-size: 60px 60px;
    opacity: 0.4;
    z-index: 0;
}

.legal-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}

/* Legal Hero Section */
.legal-hero {
    text-align: center;
    padding: 3rem 0 2rem;
    margin-bottom: 3rem;
    background: linear-gradient(135deg, #7c2d12 0%, #dc2626 50%, #ea580c 100%);
    color: white;
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(124, 45, 18, 0.3);
}

.legal-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><path d="M0,10 Q25,0 50,10 T100,10 L100,20 L0,20 Z" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: 100px 20px;
    opacity: 0.6;
}

.legal-title-wrapper {
    position: relative;
    z-index: 1;
}

.legal-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    background: linear-gradient(45deg, #fbbf24, #f59e0b, #d97706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.legal-icon {
    font-size: 2.5rem;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem;
    border-radius: 50%;
    backdrop-filter: blur(10px);
}

.legal-subtitle {
    font-size: 1.3rem;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto 2rem;
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.legal-date,
.update-date {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.75rem 1.5rem;
    border-radius: 2rem;
    font-size: 1rem;
    border: 2px solid rgba(245, 158, 11, 0.3);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
}

/* Legal Header (Legacy support) */
.legal-header {
    text-align: center;
    padding: 3rem 0 2rem;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #7c2d12 0%, #dc2626 50%, #ea580c 100%);
    color: white;
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(124, 45, 18, 0.3);
}

.legal-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><path d="M0,10 Q25,0 50,10 T100,10 L100,20 L0,20 Z" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: 100px 20px;
    opacity: 0.6;
}

.legal-header .legal-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}

.legal-header .legal-icon {
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem;
    border-radius: 50%;
}

.legal-header .legal-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 1rem;
    position: relative;
    z-index: 1;
}

.legal-meta {
    position: relative;
    z-index: 1;
}

/* Navigation Sidebar */
.legal-content {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 3rem;
    align-items: start;
}

.legal-nav {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(124, 45, 18, 0.1);
    border: 2px solid #fed7aa;
    position: sticky;
    top: 100px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.nav-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #7c2d12;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid #f59e0b;
    position: relative;
}

.nav-title::after {
    content: '🏺';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2rem;
}

.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-link {
    display: block;
    padding: 0.75rem 1rem;
    color: #92400e;
    text-decoration: none;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    font-weight: 500;
}

.nav-link:hover {
    background: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);
    border-left-color: #f59e0b;
    color: #7c2d12;
    transform: translateX(5px);
}

.nav-link.active {
    background: linear-gradient(135deg, #7c2d12 0%, #dc2626 100%);
    color: white;
    border-left-color: #f59e0b;
    box-shadow: 0 4px 12px rgba(124, 45, 18, 0.3);
}

/* FAQ Navigation */
.faq-nav {
    margin-bottom: 2rem;
}

.faq-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    padding: 1rem;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.category-btn {
    padding: 0.75rem 1.5rem;
    border: 2px solid #fed7aa;
    background: white;
    color: #92400e;
    border-radius: 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
    font-size: 0.9rem;
}

.category-btn:hover {
    border-color: #f59e0b;
    color: #7c2d12;
    transform: translateY(-2px);
}

.category-btn.active {
    background: linear-gradient(135deg, #7c2d12 0%, #dc2626 100%);
    border-color: #7c2d12;
    color: white;
    box-shadow: 0 4px 12px rgba(124, 45, 18, 0.3);
}

/* Legal Sections */
.legal-sections {
    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px rgba(124, 45, 18, 0.1);
    overflow: hidden;
    border: 2px solid #fed7aa;
}

.legal-section {
    padding: 3rem;
    border-bottom: 2px solid #fef3c7;
}

.legal-section:last-child {
    border-bottom: none;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #f59e0b;
    position: relative;
}

.section-number {
    background: linear-gradient(135deg, #7c2d12 0%, #dc2626 100%);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    box-shadow: 0 8px 20px rgba(124, 45, 18, 0.3);
    flex-shrink: 0;
}

.section-header h2 {
    color: #7c2d12;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    flex: 1;
}

.section-header::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 65px;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #7c2d12 0%, #f59e0b 100%);
    border-radius: 2px;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #7c2d12;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #f59e0b;
}

.section-icon {
    font-size: 1.5rem;
    background: rgba(245, 158, 11, 0.1);
    padding: 0.5rem;
    border-radius: 50%;
}

/* Content Styling */
.section-content {
    color: #451a03;
    line-height: 1.8;
    font-size: 1.05rem;
}

.section-content p {
    margin-bottom: 1.5rem;
}

.section-content ul {
    margin: 1.5rem 0;
    padding-left: 0;
}

.section-content li {
    margin-bottom: 0.75rem;
    padding-left: 2rem;
    position: relative;
    font-weight: 500;
}

.section-content li::before {
    content: '🌟';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.1rem;
}

.legal-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.legal-list li {
    margin-bottom: 0.75rem;
    padding-left: 2rem;
    position: relative;
    font-weight: 500;
    color: #451a03;
}

.legal-list li::before {
    content: '🌟';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.1rem;
}

.section-content strong,
strong {
    color: #7c2d12;
    font-weight: 700;
}

/* Data Categories */
.data-category {
    background: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);
    border-left: 4px solid #f59e0b;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0.75rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.data-category h3 {
    color: #7c2d12;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.data-category h3::before {
    content: '🍽️';
    font-size: 1.2rem;
}

/* Usage Grid */
.usage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.usage-item {
    background: white;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 2px solid #fed7aa;
    box-shadow: 0 8px 20px rgba(124, 45, 18, 0.1);
    transition: all 0.3s ease;
}

.usage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(124, 45, 18, 0.2);
    border-color: #f59e0b;
}

.usage-item h3 {
    color: #7c2d12;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.usage-item:nth-child(1) h3::before { content: '👨‍🍳'; }
.usage-item:nth-child(2) h3::before { content: '🚚'; }
.usage-item:nth-child(3) h3::before { content: '🎪'; }
.usage-item:nth-child(4) h3::before { content: '📱'; }

/* Highlight Boxes */
.highlight-box {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-left: 4px solid #3b82f6;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0.75rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
}

.highlight-box h3 {
    color: #1e40af;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.highlight-box h3::before {
    content: '🔍';
    font-size: 1.2rem;
}

.highlight-text {
    font-weight: 600;
    color: #1e40af;
}

.warning-box {
    background: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);
    border-left: 4px solid #f59e0b;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0.75rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #92400e;
    font-weight: 600;
}

.warning-box::before {
    content: '⚠️ ';
    font-size: 1.2rem;
}

.alert-box {
    background: linear-gradient(135deg, #fef2f2 0%, #fecaca 100%);
    border-left: 4px solid #ef4444;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0.75rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #dc2626;
    font-weight: 600;
}

.alert-box::before {
    content: '🚨 ';
    font-size: 1.2rem;
}

.important-note {
    background: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);
    border: 2px solid #f59e0b;
    padding: 1.5rem;
    border-radius: 1rem;
    margin: 2rem 0;
    color: #92400e;
    font-weight: 600;
    position: relative;
}

.important-note::before {
    content: '📌';
    position: absolute;
    top: -10px;
    left: 20px;
    background: white;
    padding: 0 0.5rem;
    font-size: 1.2rem;
}

/* Info Grid */
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.info-item {
    background: #f8fafc;
    padding: 1rem;
    border-radius: 0.5rem;
    border-left: 3px solid #f59e0b;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.info-item strong {
    color: #7c2d12;
    font-size: 0.9rem;
    font-weight: 600;
}

.info-item span {
    color: #451a03;
    font-weight: 500;
}

/* Tables */
.cookies-table {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(124, 45, 18, 0.1);
    border: 2px solid #fed7aa;
    margin: 2rem 0;
}

.table-header {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    background: linear-gradient(135deg, #7c2d12 0%, #dc2626 100%);
    color: white;
    font-weight: 700;
    padding: 1rem 1.5rem;
}

.table-row {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #fef3c7;
    transition: background 0.3s ease;
}

.table-row:hover {
    background: #fef3c7;
}

.table-row:last-child {
    border-bottom: none;
}

/* Delivery Info */
.delivery-info {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    padding: 2rem;
    border-radius: 1rem;
    border: 2px solid #bbf7d0;
    margin: 2rem 0;
}

.delivery-info h3 {
    color: #166534;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.delivery-info h3::before {
    content: '🚚';
    font-size: 1.2rem;
}

/* Partners Grid */
.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.partner-item {
    background: white;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 2px solid #fed7aa;
    box-shadow: 0 8px 20px rgba(124, 45, 18, 0.1);
    transition: all 0.3s ease;
}

.partner-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(124, 45, 18, 0.15);
    border-color: #f59e0b;
}

.partner-item h3 {
    color: #7c2d12;
    font-weight: 700;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.partner-item:nth-child(1) h3::before { content: '🥘'; }
.partner-item:nth-child(2) h3::before { content: '💳'; }
.partner-item:nth-child(3) h3::before { content: '🚚'; }
.partner-item:nth-child(4) h3::before { content: '🏛️'; }

/* Timeline */
.retention-timeline {
    position: relative;
    padding-left: 2rem;
    margin: 2rem 0;
}

.retention-timeline::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #f59e0b 0%, #7c2d12 100%);
    border-radius: 2px;
}

.timeline-item {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -38px;
    top: 8px;
    width: 15px;
    height: 15px;
    background: #f59e0b;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 0 3px #f59e0b;
}

.timeline-duration {
    background: linear-gradient(135deg, #7c2d12 0%, #dc2626 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-weight: 700;
    font-size: 0.9rem;
    height: fit-content;
    min-width: 80px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(124, 45, 18, 0.3);
}

.timeline-content h3 {
    color: #7c2d12;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

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

.right-card {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    border: 2px solid #fed7aa;
    box-shadow: 0 8px 20px rgba(124, 45, 18, 0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.right-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(124, 45, 18, 0.2);
    border-color: #f59e0b;
}

.right-card h3 {
    color: #7c2d12;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.right-card:nth-child(1) h3::before { content: '👁️'; }
.right-card:nth-child(2) h3::before { content: '✏️'; }
.right-card:nth-child(3) h3::before { content: '🗑️'; }
.right-card:nth-child(4) h3::before { content: '📦'; }
.right-card:nth-child(5) h3::before { content: '🚫'; }
.right-card:nth-child(6) h3::before { content: '⏸️'; }

/* Contact Methods */
.contact-methods {
    display: grid;
    gap: 2rem;
    margin: 2rem 0;
}

.contact-method {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    border: 2px solid #fed7aa;
    box-shadow: 0 8px 20px rgba(124, 45, 18, 0.1);
}

.contact-method h3 {
    color: #7c2d12;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-method:nth-child(1) h3::before { content: '🛡️'; }
.contact-method:nth-child(2) h3::before { content: '⚖️'; }

/* Company Info */
.company-info {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 2rem;
    border-radius: 1rem;
    border: 2px solid #cbd5e1;
    margin: 1.5rem 0;
}

.activity-highlight {
    background: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);
    padding: 1.5rem;
    border-radius: 1rem;
    border-left: 4px solid #f59e0b;
    margin-top: 2rem;
    color: #92400e;
    font-weight: 600;
}

/* Contact Info */
.contact-info {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 1.5rem;
    border-radius: 0.75rem;
    border-left: 4px solid #0284c7;
    margin: 1rem 0;
}

/* Updates Info */
.updates-info {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    padding: 2rem;
    border-radius: 1rem;
    border: 2px solid #bbf7d0;
    margin: 2rem 0;
}

.updates-info h3 {
    color: #166534;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.updates-info h3::before {
    content: '🔄';
    font-size: 1.2rem;
}

/* FAQ Content */
.faq-content {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.faq-section {
    display: none;
    padding: 2rem;
}

.faq-section.active {
    display: block;
}

/* FAQ Items */
.faq-item {
    border: 2px solid #fed7aa;
    border-radius: 1rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    overflow: hidden;
}

.faq-item:hover {
    border-color: #f59e0b;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.15);
}

.faq-item.active {
    border-color: #7c2d12;
    box-shadow: 0 8px 25px rgba(124, 45, 18, 0.2);
}

.faq-question {
    width: 100%;
    padding: 1.5rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #7c2d12;
    transition: all 0.3s ease;
}

.faq-question:hover {
   color: #f59e0b;
}

.faq-toggle {
   font-size: 1.5rem;
   font-weight: bold;
   color: #f59e0b;
   transition: transform 0.3s ease;
   background: #fef3c7;
   width: 30px;
   height: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   flex-shrink: 0;
}

.faq-item.active .faq-toggle {
   transform: rotate(45deg);
   background: #7c2d12;
   color: white;
}

.faq-answer {
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
   max-height: 1000px;
}

.answer-content {
   padding: 0 1.5rem 1.5rem;
   color: #451a03;
   line-height: 1.7;
}

.answer-content p {
   margin-bottom: 1rem;
}

.answer-content ul {
   margin: 1rem 0;
   padding-left: 0;
}

.answer-content li {
   margin-bottom: 0.5rem;
   padding-left: 1.5rem;
   position: relative;
}

.answer-content li::before {
   content: '🌟';
   position: absolute;
   left: 0;
   top: 0;
}

.answer-content strong {
   color: #7c2d12;
   font-weight: 600;
}

/* Specialty Grid */
.specialty-grid {
   display: grid;
   gap: 1rem;
   margin: 1rem 0;
}

.specialty-item {
   background: #f8fafc;
   padding: 1rem;
   border-radius: 0.5rem;
   border-left: 3px solid #f59e0b;
}

.specialty-item strong {
   display: block;
   color: #7c2d12;
   margin-bottom: 0.5rem;
}

/* Event Grid */
.event-grid {
   display: grid;
   gap: 1rem;
   margin: 1rem 0;
}

.event-type {
   background: #f1f5f9;
   padding: 1rem;
   border-radius: 0.5rem;
   border-left: 3px solid #f59e0b;
}

.event-type strong {
   display: block;
   color: #7c2d12;
   margin-bottom: 0.5rem;
}

/* Pricing Table */
.pricing-table {
   background: #f8fafc;
   border-radius: 0.5rem;
   overflow: hidden;
   margin: 1rem 0;
}

.pricing-row {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 1rem 1.5rem;
   border-bottom: 1px solid #e2e8f0;
}

.pricing-row:last-child {
   border-bottom: none;
}

.pricing-range {
   font-weight: 600;
   color: #7c2d12;
}

.pricing-value {
   background: #10b981;
   color: white;
   padding: 0.25rem 0.75rem;
   border-radius: 1rem;
   font-weight: 600;
   font-size: 0.9rem;
}

/* FAQ CTA */
.faq-cta {
   margin: 3rem 0;
   background: linear-gradient(135deg, #7c2d12 0%, #dc2626 100%);
   color: white;
   padding: 3rem;
   border-radius: 1rem;
   text-align: center;
   position: relative;
   overflow: hidden;
}

.faq-cta::before {
   content: '';
   position: absolute;
   top: -50%;
   left: -50%;
   width: 200%;
   height: 200%;
   background: repeating-linear-gradient(
       45deg,
       transparent,
       transparent 10px,
       rgba(255, 255, 255, 0.05) 10px,
       rgba(255, 255, 255, 0.05) 20px
   );
   animation: move-pattern 20s linear infinite;
}

@keyframes move-pattern {
   0% { transform: translate(-50%, -50%) rotate(0deg); }
   100% { transform: translate(-50%, -50%) rotate(360deg); }
}

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

.cta-content h3 {
   font-size: 1.8rem;
   margin-bottom: 1rem;
}

.cta-content p {
   font-size: 1.1rem;
   opacity: 0.9;
   margin-bottom: 2rem;
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
}

.cta-actions {
   display: flex;
   gap: 1rem;
   justify-content: center;
   flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
   padding: 1rem 2rem;
   border-radius: 2rem;
   text-decoration: none;
   font-weight: 600;
   transition: all 0.3s ease;
   display: inline-block;
}

.btn-primary {
   background: #f59e0b;
   color: white;
   border: 2px solid #f59e0b;
}

.btn-primary:hover {
   background: #d97706;
   border-color: #d97706;
   transform: translateY(-2px);
   box-shadow: 0 8px 25px rgba(217, 119, 6, 0.3);
}

.btn-secondary {
   background: transparent;
   color: white;
   border: 2px solid white;
}

.btn-secondary:hover {
   background: white;
   color: #7c2d12;
   transform: translateY(-2px);
}

/* Legal Notice */
.legal-notice {
   background: #f8fafc;
   border: 2px solid #e2e8f0;
   border-radius: 1rem;
   padding: 2rem;
   margin-top: 3rem;
   border-left: 4px solid #f59e0b;
}

.notice-text {
   color: #475569;
   line-height: 1.7;
   margin-bottom: 1rem;
}

.notice-text strong {
   color: #7c2d12;
}

.update-info {
   color: #64748b;
   font-size: 0.9rem;
   font-style: italic;
   margin: 0;
}

/* Contact Form Styles */
.contact-form {
   background: white;
   padding: 2rem;
   border-radius: 1rem;
   box-shadow: 0 10px 25px -5px rgba(124, 45, 18, 0.1);
   margin-bottom: 2rem;
   border: 2px solid #fed7aa;
}

.form-group {
   margin-bottom: 1.5rem;
}

.form-group label {
   display: block;
   margin-bottom: 0.5rem;
   color: #7c2d12;
   font-weight: 600;
}

.form-group input,
.form-group textarea,
.form-group select {
   width: 100%;
   padding: 0.75rem 1rem;
   border: 2px solid #fed7aa;
   border-radius: 0.5rem;
   font-size: 1rem;
   transition: border-color 0.3s ease;
   background: white;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
   outline: none;
   border-color: #f59e0b;
   box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}

.form-group input.error,
.form-group textarea.error,
.form-group select.error {
   border-color: #ef4444;
}

.error-message {
   color: #ef4444;
   font-size: 0.9rem;
   margin-top: 0.25rem;
   display: block;
}

.form-group textarea {
   min-height: 120px;
   resize: vertical;
}

.form-row {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 1rem;
}

.form-footer {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-top: 2rem;
   gap: 1rem;
}

.privacy-notice {
   flex: 1;
   font-size: 0.9rem;
   color: #64748b;
}

.submit-btn {
   background: linear-gradient(135deg, #7c2d12 0%, #dc2626 100%);
   color: white;
   padding: 1rem 2rem;
   border: none;
   border-radius: 2rem;
   font-size: 1rem;
   font-weight: 600;
   cursor: pointer;
   transition: all 0.3s ease;
   min-width: 200px;
}

.submit-btn:hover {
   transform: translateY(-2px);
   box-shadow: 0 8px 25px rgba(124, 45, 18, 0.3);
}

/* Contact Page Specific */
.contact-page {
   background: linear-gradient(135deg, #fef7ed 0%, #fff7ed 50%, #fef3c7 100%);
}

.contact-intro {
   background: rgba(255, 255, 255, 0.9);
   padding: 2rem;
   border-radius: 1rem;
   margin-top: 2rem;
   border-left: 4px solid #f59e0b;
   color: #451a03;
   line-height: 1.6;
}

.contact-content-grid {
   display: grid;
   grid-template-columns: 2fr 1fr;
   gap: 3rem;
   margin-bottom: 3rem;
}

.contact-form-section {
   background: white;
   padding: 2rem;
   border-radius: 1.5rem;
   box-shadow: 0 20px 40px rgba(124, 45, 18, 0.1);
   border: 2px solid #fed7aa;
}

.contact-info-section {
   display: flex;
   flex-direction: column;
   gap: 2rem;
}

.contact-card,
.contact-hours,
.response-info {
   background: white;
   padding: 2rem;
   border-radius: 1rem;
   box-shadow: 0 10px 25px rgba(124, 45, 18, 0.1);
   border: 2px solid #fed7aa;
}

.contact-card h3,
.contact-hours h3,
.response-info h3 {
   color: #7c2d12;
   font-weight: 700;
   margin-bottom: 1rem;
   display: flex;
   align-items: center;
   gap: 0.5rem;
}

.contact-details {
   margin-top: 1rem;
}

.hours-content p {
   margin-bottom: 1rem;
   color: #451a03;
}

.hours-note {
   background: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);
   padding: 1rem;
   border-radius: 0.5rem;
   border-left: 3px solid #f59e0b;
   margin-top: 1rem;
   font-size: 0.9rem;
   color: #92400e;
}

.commitment-list {
   list-style: none;
   padding: 0;
}

.commitment-list li {
   padding: 0.5rem 0;
   color: #451a03;
   font-weight: 500;
}

.contact-success {
   background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
   border: 2px solid #bbf7d0;
   border-radius: 1rem;
   padding: 2rem;
   margin-bottom: 2rem;
   display: flex;
   align-items: center;
   gap: 1rem;
}

.success-icon {
   background: #10b981;
   color: white;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: bold;
   font-size: 1.2rem;
   flex-shrink: 0;
}

.success-content h3 {
   color: #166534;
   font-weight: 700;
   margin-bottom: 0.5rem;
}

.success-content p {
   color: #166534;
   margin: 0;
}

.legal-notice-section {
   background: white;
   padding: 3rem;
   border-radius: 1.5rem;
   box-shadow: 0 20px 40px rgba(124, 45, 18, 0.1);
   border: 2px solid #fed7aa;
   margin-top: 3rem;
}

.legal-notice-section h2 {
   color: #7c2d12;
   font-size: 2rem;
   font-weight: 700;
   margin-bottom: 2rem;
   text-align: center;
}

.legal-content {
   display: grid;
   gap: 2rem;
}

.legal-block {
   background: #f8fafc;
   padding: 1.5rem;
   border-radius: 0.75rem;
   border-left: 4px solid #f59e0b;
}

.legal-block h3 {
   color: #7c2d12;
   font-weight: 700;
   margin-bottom: 1rem;
   display: flex;
   align-items: center;
   gap: 0.5rem;
}

.legal-block p {
   color: #451a03;
   line-height: 1.6;
   margin: 0;
}

.legal-block a {
   color: #f59e0b;
   text-decoration: none;
   font-weight: 600;
}

.legal-block a:hover {
   color: #d97706;
   text-decoration: underline;
}

/* CGU Specific Styles */
.legal-page {
   background: linear-gradient(135deg, #fef7ed 0%, #fff7ed 50%, #fef3c7 100%);
   min-height: 100vh;
   padding-top: 80px;
}

.legal-hero-content {
   text-align: center;
   color: white;
}

.legal-update {
   margin-top: 2rem;
   display: flex;
   justify-content: center;
   gap: 1rem;
   align-items: center;
}

.update-label {
   font-weight: 600;
}

.legal-navigation {
   display: flex;
   flex-wrap: wrap;
   gap: 1rem;
   justify-content: center;
   padding: 2rem;
   background: white;
   border-radius: 1rem;
   box-shadow: 0 10px 25px rgba(124, 45, 18, 0.1);
   border: 2px solid #fed7aa;
}

.nav-item {
   padding: 0.75rem 1.5rem;
   border: 2px solid #fed7aa;
   background: white;
   color: #92400e;
   border-radius: 2rem;
   font-weight: 600;
   transition: all 0.3s ease;
   text-decoration: none;
   white-space: nowrap;
   font-size: 0.9rem;
}

.nav-item:hover {
   border-color: #f59e0b;
   color: #7c2d12;
   transform: translateY(-2px);
}

.nav-item.active {
   background: linear-gradient(135deg, #7c2d12 0%, #dc2626 100%);
   border-color: #7c2d12;
   color: white;
   box-shadow: 0 4px 12px rgba(124, 45, 18, 0.3);
}

.legal-articles {
   background: white;
   border-radius: 1.5rem;
   box-shadow: 0 20px 40px rgba(124, 45, 18, 0.1);
   border: 2px solid #fed7aa;
   overflow: hidden;
}

.legal-article {
   padding: 3rem;
   border-bottom: 2px solid #fef3c7;
}

.legal-article:last-child {
   border-bottom: none;
}

.article-title {
   display: flex;
   align-items: center;
   gap: 1rem;
   color: #7c2d12;
   font-size: 1.8rem;
   font-weight: 700;
   margin-bottom: 2rem;
   padding-bottom: 1rem;
   border-bottom: 3px solid #f59e0b;
}

.article-number {
   background: linear-gradient(135deg, #7c2d12 0%, #dc2626 100%);
   color: white;
   padding: 0.5rem 1rem;
   border-radius: 2rem;
   font-size: 0.9rem;
   font-weight: 600;
   min-width: 80px;
   text-align: center;
}

.article-content {
   color: #451a03;
   line-height: 1.8;
   font-size: 1.05rem;
}

.article-content p {
   margin-bottom: 1.5rem;
}

.subsection-title {
   color: #7c2d12;
   font-size: 1.3rem;
   font-weight: 700;
   margin: 2rem 0 1rem 0;
   display: flex;
   align-items: center;
   gap: 0.5rem;
}

.subsection-title::before {
   content: '▸';
   color: #f59e0b;
   font-size: 1.2rem;
}

.payment-conditions,
.cancellation-policy {
   display: grid;
   gap: 1rem;
   margin: 2rem 0;
}

.payment-item,
.policy-item {
   background: white;
   padding: 1.5rem;
   border-radius: 0.75rem;
   border-left: 4px solid #f59e0b;
   box-shadow: 0 4px 12px rgba(124, 45, 18, 0.1);
}

.payment-item strong,
.policy-item strong {
   color: #7c2d12;
   display: block;
   margin-bottom: 0.5rem;
}

.delivery-schedule {
   display: grid;
   gap: 1rem;
   margin: 2rem 0;
}

.schedule-item {
   background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
   padding: 1rem;
   border-radius: 0.5rem;
   border-left: 3px solid #10b981;
   color: #166534;
   font-weight: 500;
}

.schedule-item strong {
   color: #064e3b;
}

.contact-resolution {
   background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
   padding: 2rem;
   border-radius: 1rem;
   border-left: 4px solid #0284c7;
   margin: 2rem 0;
}

.contact-resolution h3 {
   color: #0c4a6e;
   font-weight: 700;
   margin-bottom: 1rem;
}

.contact-resolution p {
   color: #0c4a6e;
   margin: 0;
}

.legal-contact {
   background: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);
   padding: 3rem;
   border-radius: 1.5rem;
   margin-top: 3rem;
   text-align: center;
}

.contact-box {
   max-width: 600px;
   margin: 0 auto;
}

.contact-box h3 {
   color: #7c2d12;
   font-size: 1.8rem;
   font-weight: 700;
   margin-bottom: 1rem;
}

.contact-box p {
   color: #92400e;
   margin-bottom: 2rem;
   line-height: 1.6;
}

.contact-details {
   display: flex;
   justify-content: center;
   gap: 2rem;
   flex-wrap: wrap;
}

.contact-details span {
   background: white;
   padding: 1rem 2rem;
   border-radius: 2rem;
   color: #7c2d12;
   font-weight: 600;
   box-shadow: 0 4px 12px rgba(124, 45, 18, 0.2);
}

/* Table Responsive */
.table-responsive {
   overflow-x: auto;
   margin: 1rem 0;
   border-radius: 0.5rem;
   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.table-responsive table {
   width: 100%;
   min-width: 600px;
   border-collapse: collapse;
   background: white;
}

.table-responsive th,
.table-responsive td {
   padding: 1rem;
   text-align: left;
   border-bottom: 1px solid #e2e8f0;
}

.table-responsive th {
   background: linear-gradient(135deg, #7c2d12 0%, #dc2626 100%);
   color: white;
   font-weight: 600;
   position: sticky;
   top: 0;
}

.table-responsive tr:hover {
   background: #fef3c7;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
   .legal-content {
       grid-template-columns: 1fr;
       gap: 2rem;
   }
   
   .legal-nav {
       position: static;
       max-height: none;
       order: 2;
   }
   
   .legal-sections {
       order: 1;
   }
   
   .contact-content-grid {
       grid-template-columns: 1fr;
       gap: 2rem;
   }
   
   .contact-info-section {
       order: 2;
   }
}

@media (max-width: 768px) {
   .legal-main {
       padding-top: 70px;
   }
   
   .legal-container {
       padding: 0 0.5rem;
   }
   
   .legal-hero,
   .legal-header {
       padding: 2rem 1rem;
       margin-bottom: 2rem;
   }
   
   .legal-title {
       font-size: 2.2rem;
       flex-direction: column;
       gap: 0.5rem;
   }
   
   .legal-subtitle {
       font-size: 1.1rem;
   }
   
   .legal-section {
       padding: 2rem 1.5rem;
   }
   
   .section-header {
       flex-direction: column;
       text-align: center;
       gap: 1rem;
   }
   
   .section-header h2 {
       font-size: 1.6rem;
   }
   
   .section-header::after {
       left: 0;
   }
   
   .faq-categories {
       flex-direction: column;
       align-items: stretch;
   }
   
   .category-btn {
       text-align: center;
       padding: 1rem;
   }
   
   .faq-section {
       padding: 1rem;
   }
   
   .faq-question {
       padding: 1rem;
       font-size: 1rem;
   }
   
   .faq-question span:first-child {
       padding-right: 1rem;
   }
   
   .answer-content {
       padding: 0 1rem 1rem;
   }
   
   .cta-actions {
       flex-direction: column;
       align-items: center;
   }
   
   .btn-primary,
   .btn-secondary {
       width: 100%;
       max-width: 250px;
       text-align: center;
   }
   
   .usage-grid,
   .partners-grid,
   .rights-grid {
       grid-template-columns: 1fr;
   }
   
   .info-grid {
       grid-template-columns: 1fr;
   }
   
   .table-header,
   .table-row {
       grid-template-columns: 1fr;
       gap: 0.5rem;
   }
   
   .table-header > div,
   .table-row > div {
       padding: 0.5rem 0;
   }
   
   .table-header {
       display: none;
   }
   
   .table-row > div::before {
       content: attr(data-label) ': ';
       font-weight: 600;
       color: #7c2d12;
   }
   
   .timeline-item {
       flex-direction: column;
       gap: 1rem;
   }
   
   .timeline-duration {
       align-self: flex-start;
   }
   
   .form-row {
       grid-template-columns: 1fr;
   }
   
   .form-footer {
       flex-direction: column;
       align-items: stretch;
       gap: 1rem;
   }
   
   .submit-btn {
       width: 100%;
       min-width: auto;
   }
   
   .legal-navigation {
       flex-direction: column;
       align-items: center;
   }
   
   .nav-item {
       width: 100%;
       text-align: center;
       max-width: 300px;
   }
   
   .article-title {
       flex-direction: column;
       align-items: center;
       text-align: center;
       gap: 1rem;
   }
   
   .article-number {
       order: -1;
   }
   
   .contact-details {
       flex-direction: column;
       align-items: center;
   }
   
   .contact-details span {
       width: 100%;
       max-width: 300px;
       text-align: center;
   }
   
   .payment-conditions,
   .cancellation-policy {
       grid-template-columns: 1fr;
   }
}

@media (max-width: 480px) {
   .legal-hero,
   .legal-header {
       padding: 1.5rem 0.5rem;
   }
   
   .legal-title {
       font-size: 1.8rem;
   }
   
   .legal-section {
       padding: 1.5rem 1rem;
   }
   
   .section-number {
       width: 40px;
       height: 40px;
       font-size: 1rem;
   }
   
   .section-header h2 {
       font-size: 1.4rem;
   }
   
   .retention-timeline {
       padding-left: 1rem;
   }
   
   .retention-timeline::before {
       left: 15px;
   }
   
   .timeline-item::before {
       left: -28px;
   }
   
   .article-title {
       font-size: 1.5rem;
   }
   
   .article-number {
       font-size: 0.8rem;
       padding: 0.4rem 0.8rem;
   }
   
   .subsection-title {
       font-size: 1.2rem;
   }
   
   .contact-form {
       padding: 1.5rem;
   }
   
   .contact-card,
   .contact-hours,
   .response-info {
       padding: 1.5rem;
   }
   
   .legal-notice-section {
       padding: 2rem 1rem;
   }
   
   .legal-contact {
       padding: 2rem 1rem;
   }
}

/* Smooth Scrolling for Navigation */
html {
   scroll-behavior: smooth;
}

/* Print Styles */
@media print {
   .legal-nav,
   .legal-hero::before,
   .legal-header::before,
   .legal-main::before,
   .faq-nav,
   .legal-navigation {
       display: none;
   }
   
   .legal-content {
       grid-template-columns: 1fr;
   }
   
   .legal-hero,
   .legal-header {
       background: #7c2d12;
       color: white;
   }
   
   .legal-section,
   .legal-article {
       page-break-inside: avoid;
   }
   
   .contact-content-grid {
       grid-template-columns: 1fr;
   }
}