.privacy-main {
    padding-top: 80px;
}

.privacy-hero {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 60px 0;
    text-align: center;
}

.privacy-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.privacy-hero p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.privacy-content {
    background: white;
    padding: 80px 0;
}

.privacy-text {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.privacy-text .intro {
    font-size: 1.1rem;
    margin-bottom: 40px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #ee5a24;
}

.privacy-text h2 {
    color: #333;
    font-size: 1.8rem;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #ee5a24;
}

.privacy-text h3 {
    color: #555;
    font-size: 1.3rem;
    margin: 25px 0 15px 0;
}

.privacy-text p {
    margin-bottom: 20px;
    color: #666;
}

.privacy-text a {
    color: #ee5a24;
    text-decoration: none;
}

.privacy-text a:hover {
    text-decoration: underline;
}

.acknowledgment {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
    font-weight: 500;
    border-left: 4px solid #ffd700;
}

@media (max-width: 768px) {
    .privacy-hero h1 {
        font-size: 2rem;
    }
    
    .privacy-text {
        padding: 0 10px;
    }
    
    .privacy-text h2 {
        font-size: 1.5rem;
    }
}