body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .mobile-nav { display: none; background: #2c3e50; color: white; padding: 10px; text-align: center; cursor: pointer; }
        nav { background: #2c3e50; color: white; padding: 15px 0; }
        nav ul { list-style: none; padding: 0; margin: 0; display: flex; justify-content: center; }
        nav li { margin: 0 15px; }
        nav a { color: white; text-decoration: none; font-weight: bold; }
        h1 { color: #e74c3c; text-align: center; margin-bottom: 30px; }
        h2 { color: #2980b9; border-bottom: 2px solid #2980b9; padding-bottom: 5px; margin-top: 40px; }
        h3 { color: #27ae60; }
        .cta-buttons { text-align: center; margin: 30px 0; }
        .btn { display: inline-block; padding: 12px 30px; margin: 0 10px; background: #e74c3c; color: white; text-decoration: none; border-radius: 5px; font-weight: bold; }
        .image-container { text-align: center; margin: 30px 0; }
        img { max-width: 100%; height: auto; border-radius: 8px; }
        .tags { margin: 20px 0; }
        .tag { background: #3498db; color: white; padding: 5px 10px; margin: 0 5px; border-radius: 15px; display: inline-block; }
        footer { background: #2c3e50; color: white; text-align: center; padding: 20px; margin-top: 50px; }
        @media (max-width: 768px) {
            .mobile-nav { display: block; }
            nav ul { display: none; flex-direction: column; }
            nav.active ul { display: flex; }
            nav li { margin: 10px 0; text-align: center; }
        }
