/* Privacy Policy Page Styles - Professional Art Studio Theme */

/* Main container with max-width for better readability */
.privacy-section {
    padding: 10px 20px;
    max-width: 1200px;
    margin: 0 auto;
    background: transparent;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 40px;
}

.privacy-content {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.privacy-text {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    max-width: 100%;
}

.privacy-text.full-width {
    width: 100%;
}

/* Typography - Professional and readable */
.page-heading {
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    position: relative;
}

.page-heading::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(135deg, rgb(181, 232, 255) 0%, #34e5f9 100%);
    border-radius: 1px;
}

.privacy-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 20px;
    margin-top: 50px;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
    padding-left: 15px;
    border-bottom: 1px solid rgba(181, 232, 255, 0.3);
    padding-bottom: 10px;
}

.privacy-text h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 4px;
    height: 20px;
    background: linear-gradient(135deg, rgb(181, 232, 255) 0%, #34e5f9 100%);
    border-radius: 2px;
}

.privacy-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: #2c3e50;
    margin: 30px 0 15px 0;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
    padding-bottom: 8px;
}

.privacy-text h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: linear-gradient(135deg, rgb(181, 232, 255) 0%, #34e5f9 100%);
    border-radius: 1px;
}

.privacy-text p {
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 20px;
    font-size: 1.05rem;
    text-align: left;
}

.privacy-text strong {
    color: #2c3e50;
    font-weight: 600;
}

/* Updated Date Styling */
.privacy-text .updated-date {
    font-style: italic;
    color: #718096;
    margin-bottom: 40px;
    font-size: 0.95rem;
    text-align: center;
    background: rgba(181, 232, 255, 0.05);
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid rgba(181, 232, 255, 0.15);
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

/* Lists Styling - Minimal and clean */
.privacy-text ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px 0;
    background: rgba(181, 232, 255, 0.02);
    border-radius: 8px;
    padding: 15px 15px 15px 25px;
    border-left: 3px solid rgba(181, 232, 255, 0.2);
}

.privacy-text li {
    padding: 8px 0;
    margin-bottom: 5px;
    background: transparent;
    border-radius: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #4a5568;
    box-shadow: none;
    border-left: none;
    background-image: none;
    background-origin: initial;
    background-clip: initial;
    border: none;
    transition: none;
    position: relative;
    padding-left: 20px;
}

.privacy-text li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: rgba(181, 232, 255, 0.6);
    font-size: 1.2rem;
    line-height: 1;
}

.privacy-text li:hover {
    transform: none;
    box-shadow: none;
    border-left-color: transparent;
}

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

/* Contact Info Styling */
.privacy-contact-info {
    background: rgba(181, 232, 255, 0.05);
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
    border: 1px solid rgba(181, 232, 255, 0.15);
    box-shadow: none;
}

.privacy-contact-info p {
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.6;
    color: #4a5568;
}

.privacy-contact-info strong {
    color: #2c3e50;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .privacy-section {
        padding: 40px 15px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    
    .page-heading {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .privacy-text h2 {
        font-size: 1.4rem;
        margin-top: 40px;
        margin-bottom: 15px;
        padding-left: 12px;
    }
    
    .privacy-text h2::before {
        width: 3px;
        height: 16px;
    }
    
    .privacy-text h3 {
        font-size: 1.2rem;
        margin: 25px 0 12px 0;
    }
    
    .privacy-text p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .privacy-text .updated-date {
        font-size: 0.9rem;
        padding: 10px 15px;
        margin-bottom: 30px;
    }
    
    .privacy-text ul {
        padding: 12px 12px 12px 20px;
        margin: 15px 0 25px 0;
    }
    
    .privacy-text li {
        font-size: 0.95rem;
        padding: 6px 0 6px 18px;
    }
    
    .privacy-contact-info {
        padding: 15px;
        margin-top: 25px;
    }
}

@media (max-width: 480px) {
    .privacy-section {
        padding: 30px 10px;
    }
    
    .page-heading {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }
    
    .privacy-text h2 {
        font-size: 1.3rem;
        margin-top: 35px;
        padding-left: 10px;
    }
    
    .privacy-text h2::before {
        width: 3px;
        height: 14px;
    }
    
    .privacy-text h3 {
        font-size: 1.1rem;
        margin: 20px 0 10px 0;
    }
    
    .privacy-text p {
        font-size: 0.95rem;
    }
    
    .privacy-text .updated-date {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .privacy-text ul {
        padding: 10px 10px 10px 18px;
    }
    
    .privacy-text li {
        font-size: 0.9rem;
        padding: 5px 0 5px 15px;
    }
    
    .privacy-contact-info {
        padding: 12px;
    }
}
