/* Privacy Security Policy - Page-specific styles */

/* Page-specific styles */
        h1 {
            font-size: 36px;
        }

        .intro {
            max-width: 800px;
            margin: 0 auto 60px;
            font-size: 17px;
            padding: 25px;
            background: #ecf0f1;
            border-radius: 8px;
        }

        .section-title {
            font-size: 24px;
            margin-bottom: 20px;
            border-left: 4px solid #34495e;
            padding-left: 15px;
        }

        .section-content {
            font-size: 16px;
            color: #555;
        }

        .section-content p {
            margin-bottom: 16px;
        }

        .section-content ul {
            margin: 20px 0 20px 30px;
        }

        .section-content li {
            margin-bottom: 12px;
            color: #555;
        }

        .highlight-box {
            background: #e8f4f8;
            border-left: 4px solid #3498db;
            padding: 20px;
            margin: 25px 0;
            border-radius: 4px;
        }

        .highlight-box p {
            margin-bottom: 12px;
            color: #2c3e50;
        }

        .highlight-box p:last-child {
            margin-bottom: 0;
        }

        .highlight-box strong {
            color: #3498db;
        }

        .warning-box {
            background: #fff3cd;
            border-left: 4px solid #f39c12;
            padding: 20px;
            margin: 25px 0;
            border-radius: 4px;
        }

        .warning-box p {
            margin-bottom: 12px;
            color: #2c3e50;
        }

        .warning-box p:last-child {
            margin-bottom: 0;
        }

        .success-box {
            background: #d4edda;
            border-left: 4px solid #2ecc71;
            padding: 20px;
            margin: 25px 0;
            border-radius: 4px;
        }

        .success-box p {
            margin-bottom: 12px;
            color: #2c3e50;
        }

        .success-box strong {
            color: #27ae60;
        }

        .contact-box {
            background: #f8f9fa;
            padding: 30px;
            border-radius: 8px;
            margin-top: 40px;
            text-align: center;
        }

        .contact-box h3 {
            font-size: 20px;
            margin-bottom: 15px;
        }

        .contact-box p {
            color: #555;
            font-size: 15px;
            line-height: 1.7;
        }

        @media (max-width: 768px) {
            h1 {
                font-size: 28px;
            }

            .section-title {
                font-size: 20px;
            }
        }
