/* Privacy Policy Specific Styles */

body {
    padding: 20px;
}

.container {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    border: 1px solid rgba(79, 172, 254, 0.2);
}

.header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(79, 172, 254, 0.2);
}

h1 {
    color: #1e293b;
    font-size: 2.5em;
    margin-bottom: 10px;
    font-weight: 700;
    background: linear-gradient(45deg, #4facfe, #fbbf24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.back-link {
    display: inline-block;
    margin-top: 20px;
    color: #64748b;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: #4facfe;
}

.content {
    line-height: 1.8;
    color: #1e293b;
}

.content h2 {
    color: #1e293b;
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.content h3 {
    color: #334155;
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 600;
}

.content p {
    margin-bottom: 15px;
}

.content ul,
.content ol {
    margin-left: 30px;
    margin-bottom: 15px;
}

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

.content strong {
    color: #1e293b;
    font-weight: 600;
}

.content a {
    color: #4facfe;
    text-decoration: none;
}

.content a:hover {
    color: #fbbf24;
}

.last-updated {
    color: #64748b;
    font-style: italic;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(79, 172, 254, 0.2);
}

@media (max-width: 600px) {
    .container {
        padding: 30px 20px;
    }

    h1 {
        font-size: 2em;
    }
}
