/* Privacy Policy Styles */
.privacy-page {
    line-height: 1.8;
    color: #333;
}

.privacy-hero {
    background: #000;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.privacy-hero__title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.privacy-content {
    padding: 60px 20px 100px;
}

.privacy-content__inner {
    max-width: 800px;
    margin: 0 auto;
}

.privacy-intro {
    margin-bottom: 40px;
}

.privacy-section {
    margin-bottom: 40px;
}

.privacy-section h2 {
    font-size: 1.25rem;
    border-left: 4px solid #000;
    padding-left: 15px;
    margin-bottom: 20px;
    font-weight: bold;
}

.privacy-section p {
    margin-bottom: 15px;
}

.privacy-section ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.privacy-section ul li {
    margin-bottom: 10px;
}

.studio-name {
    font-weight: bold;
    margin-top: 10px;
}

.privacy-date {
    text-align: right;
    margin-top: 60px;
    font-size: 0.9rem;
    color: #666;
}

@media (max-width: 768px) {
    .privacy-hero__title { font-size: 1.5rem; }
}