Islamic Knowledge Index - Assessment Kompetensi Keislaman 
    
    
        
        
            Islamic Knowledge Index (IKI) 
            
                Assessment komprehensif untuk mengukur tingkat keluasan dan kedalaman pengetahuan Islam Anda. 
                Tes ini mencakup 6 aspek fundamental keilmuan Islam dengan sistem penilaian 500-point yang eksklusif.
            
            
            
                
                    📊
                    6 Aspek Penilaian 
                    Akidah, Akhlak, Al-Qur'an, Hadits, Fikih, dan Sejarah Islam
                 
                
                    🎯
                    Sistem 500-Point 
                    Skala prestisius dengan level kompetensi Islami
                 
                
                    📜
                    Sertifikat Resmi 
                    Dokumen kompetensi dengan masa berlaku 2 tahun
                 
                
                    ⏱️
                    30 Menit 
                    Waktu optimal untuk 24 pertanyaan berkualitas
                 
             
            
            
                🚀 Mulai Assessment 
            
         
        
        
        
            
            
            
                ⏰ Waktu Tersisa: 30:00 
            
            
            
                
            
            
            
                ⬅️ Sebelumnya 
                Selanjutnya ➡️ 
                ✅ Selesai & Lihat Hasil 
            
         
        
        
        
            Hasil Islamic Knowledge Index Anda 
            
            0
            
            Level
            
            
            
            
            
            
                🔄 Ulang Tes 
                📜 Lihat Sertifikat 
            
         
        
        
        
            
            
            ISLAMIC KNOWLEDGE INDEX
            
            
            
            
                
                    
                        Diberikan kepada:
                        Nama Peserta
                        Atas partisipasi dalam
                        Islamic Knowledge Assessment 
                     
                    
                    
                        0
                        Level
                        
                            Islamic Knowledge Index Score
                        
                     
                 
                
                
                    
                
                
                
                    
                        Hasil Assessment Kompetensi Keislaman 
                    
                    
                        Sertifikat ini menyatakan bahwa pemegang telah menyelesaikan assessment 
                        pengetahuan Islam yang mencakup 6 aspek fundamental keilmuan Islam dengan 
                        standar International Islamic Knowledge Index.
                    
                 
                
                
                
                
                    
                        Disahkan oleh:
                        
                            Islamic Knowledge Assessment Board
                        
                     
                    
                    Direktur Assessment
                 
             
            
            
                🖨️ Print Sertifikat 
                ← Kembali ke Hasil 
            
         
     
    
        body {
            background: linear-gradient(135deg, #f5f5f5 0%, #e8f5e8 100%);
            color: var(--dark);
            line-height: 1.6;
            min-height: 100vh;
        }
        
        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .card {
            background: white;
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            padding: 30px;
            margin-bottom: 25px;
            transition: all 0.3s ease;
            border: 1px solid #e0e0e0;
        }
        
        .card:hover {
            box-shadow: 0 12px 35px rgba(0,0,0,0.15);
            transform: translateY(-2px);
        }
        
        h1, h2, h3 {
            color: var(--primary);
            margin-bottom: 20px;
        }
        
        h1 {
            text-align: center;
            font-size: 2.2rem;
            border-bottom: 3px solid var(--secondary);
            padding-bottom: 15px;
            margin-bottom: 25px;
        }
        
        .intro-text {
            text-align: center;
            margin-bottom: 25px;
            color: #555;
            font-size: 1.1rem;
            line-height: 1.8;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        
        .feature-item {
            text-align: center;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 10px;
            border-left: 4px solid var(--secondary);
        }
        
        .feature-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
        }
        
        .btn {
            display: inline-block;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-size: 1.1rem;
            font-weight: 600;
            transition: all 0.3s ease;
            text-align: center;
            margin: 8px;
            text-decoration: none;
            box-shadow: 0 4px 15px rgba(44, 95, 45, 0.3);
        }
        
        .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(44, 95, 45, 0.4);
        }
        
        .btn-secondary {
            background: linear-gradient(135deg, #6c757d, #868e96);
        }
        
        .btn-accent {
            background: linear-gradient(135deg, var(--accent), #ffd700);
            color: var(--dark);
        }
        
        .btn-danger {
            background: linear-gradient(135deg, var(--danger), #e74c3c);
        }
        
        .question-container {
            display: none;
        }
        
        .question {
            margin-bottom: 25px;
            padding-bottom: 20px;
            border-bottom: 2px solid #f0f0f0;
        }
        
        .question:last-child {
            border-bottom: none;
        }
        
        .question-text {
            font-weight: 600;
            margin-bottom: 20px;
            font-size: 1.2rem;
            color: var(--dark);
            line-height: 1.5;
        }
        
        .question-meta {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 15px;
            display: flex;
            justify-content: space-between;
        }
        
        .options {
            display: flex;
            flex-direction: column;
        }
        
        .option {
            margin-bottom: 12px;
            padding: 16px 20px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.2s ease;
            background: #fafafa;
        }
        
        .option:hover {
            background: #f0f0f0;
            border-color: var(--secondary);
        }
        
        .option.selected {
            background: var(--secondary);
            color: white;
            border-color: var(--primary);
            transform: scale(1.02);
        }
        
        .navigation {
            display: flex;
            justify-content: space-between;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 2px solid #eee;
        }
        
        .progress-container {
            margin-bottom: 25px;
        }
        
        .progress-bar {
            height: 12px;
            background-color: #e0e0e0;
            border-radius: 6px;
            overflow: hidden;
        }
        
        .progress {
            height: 100%;
            background: linear-gradient(90deg, var(--primary), var(--secondary));
            width: 0%;
            transition: width 0.5s ease;
        }
        
        .progress-text {
            text-align: right;
            font-size: 0.9rem;
            color: #666;
            margin-top: 8px;
        }
        
        .result-container {
            display: none;
            text-align: center;
        }
        
        .score-display {
            font-size: 5rem;
            font-weight: bold;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin: 30px 0;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        }
        
        .level-badge {
            display: inline-block;
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: bold;
            margin-bottom: 25px;
            font-size: 1.4rem;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .level-mujtahid {
            background: linear-gradient(135deg, #fff3cd, #ffd700);
            color: #856404;
        }
        
        .level-alim {
            background: linear-gradient(135deg, #cce5ff, #4dabf7);
            color: #004085;
        }
        
        .level-talib {
            background: linear-gradient(135deg, #d4edda, #51cf66);
            color: #155724;
        }
        
        .level-muslim {
            background: linear-gradient(135deg, #e9ecef, #adb5bd);
            color: #495057;
        }
        
        .level-beginner {
            background: linear-gradient(135deg, #f8d7da, #e64949);
            color: #721c24;
        }
        
        .category-scores {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 15px;
            margin: 30px 0;
        }
        
        .category-score {
            padding: 20px 15px;
            border-radius: 10px;
            background: #f8f9fa;
            box-shadow: 0 3px 10px rgba(0,0,0,0.08);
        }
        
        .category-name {
            font-weight: bold;
            margin-bottom: 8px;
            color: var(--primary);
            font-size: 0.9rem;
        }
        
        .category-value {
            font-size: 1.8rem;
            font-weight: bold;
            color: var(--primary);
        }
        
        .feedback {
            text-align: left;
            margin-top: 30px;
        }
        
        .strengths, .improvements {
            margin-bottom: 25px;
            padding: 20px;
            border-radius: 10px;
        }
        
        .strengths {
            background: #d4edda;
            border-left: 5px solid #28a745;
        }
        
        .improvements {
            background: #f8d7da;
            border-left: 5px solid #dc3545;
        }
        
        .strengths h3, .improvements h3 {
            color: inherit;
        }
        
        .strengths ul, .improvements ul {
            padding-left: 20px;
        }
        
        .strengths li, .improvements li {
            margin-bottom: 10px;
        }
        
        .action-buttons {
            margin-top: 40px;
        }
        
        .timer-container {
            text-align: center;
            margin: 20px 0;
            padding: 15px;
            background: #f8f9fa;
            border-radius: 10px;
            font-size: 1.2rem;
            font-weight: bold;
            color: var(--primary);
        }
        
        /* CSS untuk Sertifikat */
        .certificate-container {
            display: none;
            background: white;
            border-radius: 15px;
            box-shadow: 0 15px 50px rgba(0,0,0,0.2);
            padding: 0;
            margin: 20px auto;
            max-width: 900px;
            position: relative;
            overflow: hidden;
            border: 15px solid #2c5f2d;
        }
        
        .certificate-header {
            background: linear-gradient(135deg, #2c5f2d, #97bc62);
            color: white;
            padding: 40px;
            text-align: center;
            position: relative;
        }
        
        .certificate-title {
            font-size: 3rem;
            font-weight: bold;
            margin-bottom: 15px;
            text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
        }
        
        .certificate-subtitle {
            font-size: 1.4rem;
            opacity: 0.95;
        }
        
        .certificate-body {
            padding: 50px;
        }
        
        .certificate-info {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-bottom: 40px;
        }
        
        .recipient-info {
            text-align: center;
            padding: 25px;
            border: 3px dashed #97bc62;
            border-radius: 15px;
            background: #f8f9fa;
        }
        
        .recipient-name {
            font-size: 2.2rem;
            font-weight: bold;
            color: #2c5f2d;
            margin: 15px 0;
        }
        
        .score-display-certificate {
            font-size: 5rem;
            font-weight: bold;
            color: #2c5f2d;
            text-align: center;
            margin: 25px 0;
        }
        
        .level-badge-certificate {
            display: inline-block;
            padding: 15px 35px;
            background: linear-gradient(135deg, #2c5f2d, #97bc62);
            color: white;
            border-radius: 30px;
            font-weight: bold;
            font-size: 1.5rem;
            margin: 15px 0;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }
        
        .category-scores-certificate {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin: 30px 0;
        }
        
        .category-score-certificate {
            text-align: center;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 10px;
            border-left: 5px solid #97bc62;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }
        
        .category-name-certificate {
            font-weight: bold;
            color: #2c5f2d;
            margin-bottom: 8px;
            font-size: 1rem;
        }
        
        .category-value-certificate {
            font-size: 1.8rem;
            font-weight: bold;
            color: #2c5f2d;
        }
        
        .certificate-footer {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-top: 50px;
            padding-top: 30px;
            border-top: 3px solid #eee;
        }
        
        .validity-period {
            text-align: center;
            padding: 20px;
            background: #fff3cd;
            border-radius: 10px;
            border: 2px solid #ffd700;
        }
        
        .qr-code-placeholder {
            text-align: center;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 10px;
            border: 2px dashed #97bc62;
        }
        
        .signature-area {
            text-align: center;
            margin-top: 50px;
        }
        
        .signature-line {
            width: 300px;
            height: 2px;
            background: #333;
            margin: 60px auto 15px;
        }
        
        .print-btn {
            background: #2c5f2d;
            color: white;
            padding: 15px 40px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-size: 1.1rem;
            margin: 25px 15px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }
        
        .print-btn:hover {
            background: #97bc62;
            transform: translateY(-2px);
        }
        
        @media print {
            body * {
                visibility: hidden;
            }
            .certificate-container, .certificate-container * {
                visibility: visible;
            }
            .certificate-container {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                box-shadow: none;
                border: none;
                margin: 0;
                padding: 0;
            }
            .no-print {
                display: none !important;
            }
        }
        
        .watermark {
            position: absolute;
            opacity: 0.03;
            font-size: 150px;
            font-weight: bold;
            color: #2c5f2d;
            transform: rotate(-45deg);
            top: 30%;
            left: 5%;
            z-index: 1;
            pointer-events: none;
            white-space: nowrap;
        }
        
        .floating-decoration {
            position: absolute;
            width: 100px;
            height: 100px;
            background: rgba(151, 188, 98, 0.1);
            border-radius: 50%;
            z-index: 0;
        }
        
        .decoration-1 {
            top: 10%;
            left: 5%;
        }
        
        .decoration-2 {
            bottom: 10%;
            right: 5%;
        }
        @media (max-width: 768px) {
            .container {
                padding: 10px;
            }
            
            .card {
                padding: 20px;
            }
            
            h1 {
                font-size: 1.8rem;
            }
            
            .category-scores, .category-scores-certificate {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .certificate-info {
                grid-template-columns: 1fr;
            }
            
            .score-display {
                font-size: 3.5rem;
            }
            
            .certificate-title {
                font-size: 2.2rem;
            }
            
            .recipient-name {
                font-size: 1.8rem;
            }
        }
    
    
        
        
            Islamic Knowledge Index (IKI) 
            
                Assessment komprehensif untuk mengukur tingkat keluasan dan kedalaman pengetahuan Islam Anda. 
                Tes ini mencakup 6 aspek fundamental keilmuan Islam dengan sistem penilaian 500-point yang eksklusif.
            
            
            
                
                    📊
                    6 Aspek Penilaian 
                    Akidah, Akhlak, Al-Qur'an, Hadits, Fikih, dan Sejarah Islam
                 
                
                    🎯
                    Sistem 500-Point 
                    Skala prestisius dengan level kompetensi Islami
                 
                
                    📜
                    Sertifikat Resmi 
                    Dokumen kompetensi dengan masa berlaku 2 tahun
                 
                
                    ⏱️
                    30 Menit 
                    Waktu optimal untuk 24 pertanyaan berkualitas
                 
             
            
            
                🚀 Mulai Assessment 
            
         
        
        
        
            
            
            
                ⏰ Waktu Tersisa: 30:00 
            
            
            
                
            
            
            
                ⬅️ Sebelumnya 
                Selanjutnya ➡️ 
                ✅ Selesai & Lihat Hasil 
            
         
        
        
        
            Hasil Islamic Knowledge Index Anda 
            
            0
            
            Level
            
            
            
            
            
            
                🔄 Ulang Tes 
                📜 Lihat Sertifikat 
            
         
        
        
        
            
            
            ISLAMIC KNOWLEDGE INDEX
            
            
            
            
                
                    
                        Diberikan kepada:
                        Nama Peserta
                        Atas partisipasi dalam
                        Islamic Knowledge Assessment 
                     
                    
                    
                        0
                        Level
                        
                            Islamic Knowledge Index Score
                        
                     
                 
                
                
                    
                
                
                
                    
                        Hasil Assessment Kompetensi Keislaman 
                    
                    
                        Sertifikat ini menyatakan bahwa pemegang telah menyelesaikan assessment 
                        pengetahuan Islam yang mencakup 6 aspek fundamental keilmuan Islam dengan 
                        standar International Islamic Knowledge Index.
                    
                 
                
                
                
                
                    
                        Disahkan oleh:
                        
                            Islamic Knowledge Assessment Board
                        
                     
                    
                    Direktur Assessment
                 
             
            
            
                🖨️ Print Sertifikat 
                ← Kembali ke Hasil