.privacy-container {
    max-width: 900px;
    margin: 100px auto 50px;
    padding: 0 20px;
}

.privacy-content {
    background: #0f0f0f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 3rem;
}

.privacy-content h1 {
    color: #ffffff;
    font-size: 2.25rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.02em;
}

.last-updated {
    color: #999999;
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 2.5rem;
    font-style: italic;
}

.privacy-section {
    margin-bottom: 2.5rem;
}

.privacy-section:last-child {
    margin-bottom: 0;
}

.privacy-section h2 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 0.75rem;
}

.privacy-section h3 {
    color: #e5e5e5;
    font-size: 1.125rem;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.privacy-section p {
    color: #b3b3b3;
    font-size: 0.9375rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.privacy-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
}

.privacy-section ul li {
    color: #b3b3b3;
    font-size: 0.9375rem;
    line-height: 1.7;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.privacy-section ul li:before {
    content: "•";
    color: #ffffff;
    font-size: 1.125rem;
    position: absolute;
    left: 0.5rem;
    top: 0;
}

.privacy-section a {
    color: #60a5fa;
    text-decoration: underline;
    transition: color 0.2s ease;
}

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

.privacy-section strong {
    color: #e5e5e5;
    font-weight: 600;
}

@media (max-width: 768px) {
    .privacy-container {
        margin-top: 80px;
        padding: 0 15px;
    }

    .privacy-content {
        padding: 2rem 1.75rem;
        border-radius: 6px;
    }

    .privacy-content h1 {
        font-size: 1.75rem;
    }

    .last-updated {
        font-size: 0.8125rem;
        margin-bottom: 2rem;
    }

    .privacy-section {
        margin-bottom: 2rem;
    }

    .privacy-section h2 {
        font-size: 1.25rem;
        margin-bottom: 0.875rem;
    }

    .privacy-section h3 {
        font-size: 1rem;
        margin-top: 1rem;
    }

    .privacy-section p {
        font-size: 0.875rem;
        line-height: 1.6;
    }

    .privacy-section ul li {
        font-size: 0.875rem;
        padding-left: 1.375rem;
    }
}

@media (max-width: 480px) {
    .privacy-container {
        margin-top: 70px;
        padding: 0 10px;
    }

    .privacy-content {
        padding: 1.75rem 1.5rem;
        border-radius: 6px;
    }

    .privacy-content h1 {
        font-size: 1.5rem;
    }

    .last-updated {
        font-size: 0.75rem;
        margin-bottom: 1.75rem;
    }

    .privacy-section {
        margin-bottom: 1.75rem;
    }

    .privacy-section h2 {
        font-size: 1.125rem;
        margin-bottom: 0.75rem;
        padding-bottom: 0.625rem;
    }

    .privacy-section h3 {
        font-size: 0.9375rem;
        margin-top: 0.875rem;
    }

    .privacy-section p {
        font-size: 0.8125rem;
        line-height: 1.6;
        margin-bottom: 0.875rem;
    }

    .privacy-section ul {
        margin-bottom: 0.875rem;
    }

    .privacy-section ul li {
        font-size: 0.8125rem;
        padding-left: 1.25rem;
        margin-bottom: 0.375rem;
    }

    .privacy-section ul li:before {
        font-size: 1rem;
        left: 0.375rem;
    }
}