/* Yasal Sayfalar CSS (Gizlilik, Kullanım Şartları, Güvenlik) */
body {
    font-family: 'Poppins', sans-serif;
}

.logo-font {
    font-family: 'Pacifico', serif;
}

.legal-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.legal-content {
    line-height: 1.8;
}

.legal-content h2 {
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #ec4899;
}

.legal-content h3 {
    color: #374151;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.legal-content h4 {
    color: #4b5563;
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.legal-content p {
    margin-bottom: 1rem;
    color: #6b7280;
}

.legal-content ul, .legal-content ol {
    margin: 1rem 0;
    padding-left: 2rem;
    color: #6b7280;
}

.legal-content li {
    margin-bottom: 0.5rem;
}

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

.legal-content em {
    color: #ec4899;
    font-style: italic;
}

.legal-content blockquote {
    border-left: 4px solid #ec4899;
    padding-left: 1rem;
    margin: 1.5rem 0;
    background: #fdf2f8;
    padding: 1rem;
    border-radius: 0.5rem;
    font-style: italic;
    color: #6b7280;
}

.legal-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    background: white;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.legal-content th {
    background: #ec4899;
    color: white;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
}

.legal-content td {
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
    color: #6b7280;
}

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

.legal-content tr:nth-child(even) {
    background: #f9fafb;
}

.toc {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.toc h3 {
    color: #1f2937;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 0;
}

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

.toc li {
    margin-bottom: 0.5rem;
}

.toc a {
    color: #ec4899;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    padding: 0.25rem 0;
}

.toc a:hover {
    color: #db2777;
    text-decoration: underline;
}

.highlight-box {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border: 1px solid #f59e0b;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin: 1.5rem 0;
}

.highlight-box h4 {
    color: #92400e;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.highlight-box p {
    color: #92400e;
    margin-bottom: 0;
}

.warning-box {
    background: linear-gradient(135deg, #fee2e2, #fecaca);
    border: 1px solid #ef4444;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin: 1.5rem 0;
}

.warning-box h4 {
    color: #991b1b;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.warning-box p {
    color: #991b1b;
    margin-bottom: 0;
}

.info-box {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    border: 1px solid #3b82f6;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin: 1.5rem 0;
}

.info-box h4 {
    color: #1e40af;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.info-box p {
    color: #1e40af;
    margin-bottom: 0;
}

.contact-info {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    border: 1px solid #0ea5e9;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin: 2rem 0;
}

.contact-info h4 {
    color: #0c4a6e;
    margin-top: 0;
    margin-bottom: 1rem;
}

.contact-info p {
    color: #0c4a6e;
    margin-bottom: 0.5rem;
}

.contact-info a {
    color: #0ea5e9;
    text-decoration: none;
    font-weight: 500;
}

.contact-info a:hover {
    text-decoration: underline;
}

.print-button {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: #ec4899;
    color: white;
    border: none;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 50;
}

.print-button:hover {
    background: #db2777;
    transform: scale(1.1);
}

.copy-button {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    color: #374151;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 0.5rem;
}

.copy-button:hover {
    background: #e5e7eb;
}

.copy-button.copied {
    background: #10b981;
    color: white;
    border-color: #10b981;
}

.section-anchor {
    position: relative;
    scroll-margin-top: 2rem;
}

.section-anchor:target::before {
    content: '';
    position: absolute;
    top: -2rem;
    left: -1rem;
    right: -1rem;
    bottom: -1rem;
    background: rgba(236, 72, 153, 0.1);
    border-radius: 0.5rem;
    animation: highlight 2s ease-out;
}

@keyframes highlight {
    0% { background: rgba(236, 72, 153, 0.3); }
    100% { background: rgba(236, 72, 153, 0.1); }
}

.smooth-scroll {
    scroll-behavior: smooth;
}

@media print {
    .print-button,
    .copy-button,
    nav,
    footer {
        display: none !important;
    }
    
    .legal-content {
        font-size: 12pt;
        line-height: 1.6;
    }
    
    .legal-content h2 {
        page-break-after: avoid;
    }
    
    .legal-content h3 {
        page-break-after: avoid;
    }
    
    .highlight-box,
    .warning-box,
    .info-box {
        page-break-inside: avoid;
    }
}