body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #FF6B35; text-align: center; border-bottom: 3px solid #FF6B35; padding-bottom: 10px; }
        h2 { color: #2E8B57; margin-top: 25px; }
        h3 { color: #CD5C5C; }
        .nav { background-color: #FF6B35; padding: 15px; position: sticky; top: 0; z-index: 100; }
        .nav-mobile { display: none; }
        .nav-links { display: flex; justify-content: space-around; }
        .nav-links a { color: white; text-decoration: none; font-weight: bold; }
        .logo { font-size: 28px; font-weight: 900; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
        .btn { display: inline-block; padding: 12px 25px; background-color: #2E8B57; color: white; border-radius: 5px; margin: 15px 0; text-decoration: none; font-weight: bold; }
        .highlight { background-color: #FFF8DC; padding: 10px; border-left: 5px solid #FF6B35; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .footer { background-color: #333; color: white; padding: 20px; text-align: center; margin-top: 30px; }
        .tags { margin: 20px 0; }
        .tag { background-color: #FF6B35; color: white; padding: 5px 10px; margin: 5px; display: inline-block; border-radius: 15px; }
        @media (max-width: 768px) {
            .nav-links { flex-direction: column; align-items: center; display: none; }
            .nav-mobile { display: block; text-align: center; }
            .nav.active .nav-links { display: flex; }
            .btn { width: 90%; text-align: center; }
        }
