 .legal-content {
           /* padding: 60px 0; */
            background-color: white;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .legal-content h1 {
            color: #2c7873;
            margin-bottom: 30px;
            font-size: 2rem;
            text-align: center;
        }
        
        .legal-section {
            margin-bottom: 40px;
            background: #f9f9f9;
            padding: 25px;
            border-radius: 10px;
            border-left: 4px solid #2c7873;
        }
        
        .legal-section h2 {
            color: #2c7873;
            margin-bottom: 15px;
            font-size: 1.4rem;
        }
        
        .legal-section h3 {
            color: #333;
            margin: 20px 0 10px;
            font-size: 1.2rem;
        }
        
        .legal-section p {
            margin-bottom: 15px;
            line-height: 1.6;
            color: #555;
        }
        
        .legal-section ul, .legal-section ol {
            padding-left: 20px;
            margin-bottom: 15px;
        }
        
        .legal-section li {
            margin-bottom: 8px;
            line-height: 1.6;
            color: #555;
        }
        
        .back-link {
            display: inline-block;
            margin-top: 30px;
            color: #2c7873;
            text-decoration: none;
            font-weight: bold;
            padding: 10px 20px;
            border: 2px solid #2c7873;
            border-radius: 5px;
            transition: all 0.3s;
        }
        
        .back-link:hover {
            background-color: #2c7873;
            color: white;
            text-decoration: none;
        }
        
        .info-box {
            background: #e8f4f3;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            border-left: 4px solid #2c7873;
        }
        
        .contact-dpo {
            background: #fff5e6;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            border-left: 4px solid #ff7e5f;
        }
        
        .last-updated {
            text-align: center;
            color: #777;
            font-style: italic;
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }