body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        h1 { color: #FF6B35; font-size: 2.2em; border-bottom: 3px solid #FF6B35; padding-bottom: 10px; }
        h2 { color: #4ECDC4; margin-top: 30px; }
        h3 { color: #45B7D1; }
        .logo { font-size: 2.5em; font-weight: bold; color: #FF6B35; text-align: center; margin: 20px 0; }
        .nav { background: #FF6B35; padding: 10px; text-align: center; position: relative; }
        .nav-mobile { display: none; }
        .nav a { color: white; margin: 0 15px; text-decoration: none; font-weight: bold; }
        .mobile-toggle { display: none; background: #45B7D1; color: white; padding: 10px; position: absolute; right: 10px; top: 10px; cursor: pointer; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 10px; }
        .download-btn { background: #4CAF50; color: white; padding: 15px; text-align: center; margin: 20px 0; border-radius: 5px; font-weight: bold; }
        .login-btn { background: #2196F3; color: white; padding: 15px; text-align: center; margin: 20px 0; border-radius: 5px; font-weight: bold; }
        .btn-link { text-decoration: none; color: white; display: block; }
        .india-stats { background: #FFF8E1; padding: 15px; border-radius: 5px; margin: 20px 0; }
        .community { background: #E3F2FD; padding: 15px; border-radius: 5px; margin: 20px 0; }
        .footer { background: #333; color: white; padding: 20px; text-align: center; margin-top: 30px; }
        .tags { margin: 20px 0; }
        .tag { background: #E0E0E0; padding: 5px 10px; border-radius: 15px; margin: 5px; display: inline-block; }
        @media (max-width: 768px) {
            .nav-desktop { display: none; }
            .nav-mobile { display: block; }
            .mobile-toggle { display: block; }
            .nav.active .nav-desktop { display: block; }
        }
