body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .logo { font-size: 28px; font-weight: bold; color: #d4af37; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
        nav { background: #2c3e50; padding: 15px; margin-bottom: 30px; }
        nav a { color: white; text-decoration: none; margin: 0 15px; }
        .mobile-nav { display: none; }
        h1 { color: #d4af37; border-bottom: 3px solid #e74c3c; padding-bottom: 10px; }
        h2 { color: #e74c3c; margin-top: 25px; }
        h3 { color: #3498db; }
        .btn { display: inline-block; background: #e74c3c; color: white; padding: 10px 20px; margin: 10px 0; border-radius: 5px; text-decoration: none; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        footer { background: #2c3e50; color: white; padding: 20px; text-align: center; margin-top: 50px; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav { display: block; text-align: center; margin-bottom: 20px; }
            .btn { display: block; text-align: center; }
        }
