/* style_index.css - STYLING UNTUK JURUMIYAH */

/* === HERO SECTION === */
.jurumiyah-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.jurumiyah-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="rgba(255,255,255,0.1)"><polygon points="1000,100 1000,0 0,100"/></svg>');
    background-size: cover;
}

 
.jurumiyah-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.jurumiyah-hero-text {
    text-align: center;
    margin-bottom: 3rem;
}

.jurumiyah-hero-title {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.jurumiyah-arabic {
    display: block;
    font-family: 'Traditional Arabic', 'Scheherazade New', serif;
    font-size: 5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.jurumiyah-latin {
    display: block;
    font-size: 2.2rem;
    opacity: 0.9;
    font-weight: 300;
    letter-spacing: 2px;
}

.jurumiyah-subtitle {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 3rem;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.jurumiyah-stats {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top: 3rem;
}

.jurumiyah-stat {
    text-align: center;
}

.jurumiyah-stat-number {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #ffd700, #ff6b6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.jurumiyah-stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
    font-weight: 500;
}

/* === SEARCH BOX === */
.jurumiyah-search-box {
    background: rgba(255, 255, 255, 0.95);
    padding: 3rem;
    border-radius: 25px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(15px);
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,0.2);
}

.jurumiyah-search-title {
    color: #1e3c72;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}

.jurumiyah-search-title i {
    color: #ff6b6b;
    margin-right: 1rem;
}

.jurumiyah-search-input-group {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.jurumiyah-search-container {
    position: relative;
    flex: 1;
}

.jurumiyah-search-icon {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 1.2rem;
}

.jurumiyah-search-input {
    width: 100%;
    padding: 1.5rem 1.5rem 1.5rem 4rem;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    font-size: 1.2rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.jurumiyah-search-input:focus {
    border-color: #1e3c72;
    box-shadow: 0 8px 30px rgba(30, 60, 114, 0.2);
    outline: none;
}

.jurumiyah-search-submit {
    padding: 1.5rem 3rem;
    background: linear-gradient(135deg, #ff6b6b, #ff8e53);
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 700;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(255,107,107,0.4);
}

.jurumiyah-search-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255,107,107,0.6);
}

/* === SEARCH FILTERS === */
.jurumiyah-search-filters {
    background: rgba(30, 60, 114, 0.08);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
}

.jurumiyah-filter-group {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.jurumiyah-filter-label {
    font-weight: 700;
    white-space: nowrap;
    color: #1e3c72;
    font-size: 1.1rem;
}

.jurumiyah-filter-options {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.jurumiyah-filter-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    color: #333;
    font-weight: 500;
}

.jurumiyah-filter-option input {
    display: none;
}

.jurumiyah-filter-checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.jurumiyah-filter-option input:checked + .jurumiyah-filter-checkmark {
    border-color: #ff6b6b;
    background: #ff6b6b;
}

.jurumiyah-filter-option input:checked + .jurumiyah-filter-checkmark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
}

.jurumiyah-quick-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: 1rem;
    justify-content: center;
}

.jurumiyah-quick-links span {
    color: #666;
    font-weight: 700;
}

.jurumiyah-quick-link {
    color: #1e3c72;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    background: rgba(30, 60, 114, 0.1);
    border-radius: 25px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.jurumiyah-quick-link:hover {
    background: #1e3c72;
    color: white;
    transform: translateY(-2px);
}

/* === FEATURES SECTION === */
.jurumiyah-features {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.jurumiyah-features-title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
    color: #1e3c72;
    font-weight: 800;
}

.jurumiyah-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.jurumiyah-feature-card {
    background: white;
    padding: 3rem 2.5rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.5);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.jurumiyah-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #1e3c72, #ff6b6b);
}

.jurumiyah-feature-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.jurumiyah-feature-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    color: white;
    font-size: 2.5rem;
    box-shadow: 0 10px 25px rgba(30, 60, 114, 0.3);
}

.jurumiyah-feature-card h3 {
    color: #1e3c72;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.jurumiyah-feature-card p {
    color: #4a5568;
    line-height: 1.7;
    font-size: 1.1rem;
}

/* === FASAL SECTION === */
.jurumiyah-fasal-section {
    padding: 6rem 0;
    background: white;
}

.jurumiyah-section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.jurumiyah-section-title {
    font-size: 3.2rem;
    color: #1e3c72;
    margin-bottom: 1rem;
    font-weight: 800;
}

.jurumiyah-section-title i {
    color: #ff6b6b;
    margin-right: 1rem;
}

.jurumiyah-section-subtitle {
    font-size: 1.3rem;
    color: #718096;
    max-width: 600px;
    margin: 0 auto;
}

.jurumiyah-fasal-grid {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    max-width: 1200px;
    margin: 0 auto 4rem;
    padding: 0 2rem;
}

.jurumiyah-fasal-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.jurumiyah-fasal-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
}

.jurumiyah-fasal-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

.jurumiyah-fasal-badge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.jurumiyah-fasal-number {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(30, 60, 114, 0.3);
}

.jurumiyah-fasal-chapter {
    color: #718096;
    font-size: 0.95rem;
    text-align: right;
    font-weight: 600;
}

.jurumiyah-fasal-arabic {
    font-size: 1.8rem;
    text-align: right;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #1a202c;
    font-family: 'Traditional Arabic', 'Scheherazade New', serif;
    font-weight: 500;
}

.jurumiyah-fasal-latin {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-style: italic;
    border-left: 3px solid #ff6b6b;
    padding-left: 1rem;
}

.jurumiyah-fasal-actions {
    display: flex;
    gap: 1rem;
}

.jurumiyah-fasal-btn {
    flex: 1;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-weight: 600;
}

.jurumiyah-btn-primary {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: white;
    box-shadow: 0 4px 15px rgba(30, 60, 114, 0.3);
}

.jurumiyah-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 60, 114, 0.4);
}

.jurumiyah-btn-secondary {
    background: #f7fafc;
    color: #4a5568;
    border: 2px solid #e2e8f0;
}

.jurumiyah-btn-secondary:hover {
    background: #edf2f7;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* === NO RESULTS === */
.jurumiyah-no-results {
    text-align: center;
    padding: 4rem 2rem;
    grid-column: 1 / -1;
}

.jurumiyah-no-results i {
    font-size: 4rem;
    color: #cbd5e0;
    margin-bottom: 2rem;
}

.jurumiyah-no-results h3 {
    color: #4a5568;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.jurumiyah-no-results p {
    color: #718096;
    font-size: 1.1rem;
}

/* === PAGINATION === */
.jurumiyah-pagination-container {
    margin-top: 4rem;
    text-align: center;
}

.jurumiyah-pagination-info {
    margin-bottom: 2rem;
    color: #718096;
    font-size: 1.1rem;
}

.jurumiyah-pagination-info i {
    color: #1e3c72;
    margin-right: 0.5rem;
}

.jurumiyah-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.jurumiyah-pagination-btn, .jurumiyah-pagination-page {
    padding: 1rem 1.5rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none;
    color: #1e3c72;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    background: white;
}

.jurumiyah-pagination-page.jurumiyah-pagination-active {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: white;
    border-color: #1e3c72;
}

.jurumiyah-pagination-btn:hover, .jurumiyah-pagination-page:hover {
    background: #1e3c72;
    color: white;
    border-color: #1e3c72;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(30, 60, 114, 0.3);
}

.jurumiyah-pagination-ellipsis {
    padding: 1rem 0.5rem;
    color: #718096;
    font-weight: 600;
}

.jurumiyah-pagination-pages {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

/* === CTA SECTION === */
.jurumiyah-cta {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 5rem 0;
    text-align: center;
}

.jurumiyah-cta-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.jurumiyah-cta-title {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.jurumiyah-cta-text {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 3rem;
    opacity: 0.95;
}

.jurumiyah-cta-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.jurumiyah-cta-btn {
    padding: 1.2rem 2.5rem;
    border-radius: 15px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.jurumiyah-cta-primary {
    background: linear-gradient(135deg, #ff6b6b, #ff8e53);
    color: white;
    box-shadow: 0 8px 25px rgba(255,107,107,0.4);
}

.jurumiyah-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255,107,107,0.6);
}

.jurumiyah-cta-secondary {
    background: rgba(255,255,255,0.2);
    color: white;
    border: 2px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
}

.jurumiyah-cta-secondary:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-3px);
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 768px) {
    .jurumiyah-hero-title {
        font-size: 2.5rem;
    }
    
    .jurumiyah-arabic {
        font-size: 3.5rem;
    }
    
    .jurumiyah-latin {
        font-size: 1.8rem;
    }
    
    .jurumiyah-stats {
        flex-direction: column;
        gap: 2rem;
    }
    
    .jurumiyah-search-input-group {
        flex-direction: column;
    }
    
    .jurumiyah-fasal-grid {
        grid-template-columns: 1fr;
        padding: 0 1rem;
    }
    
    .jurumiyah-features-grid {
        grid-template-columns: 1fr;
    }
    
    .jurumiyah-fasal-badge {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .jurumiyah-fasal-actions {
        flex-direction: column;
    }
    
    .jurumiyah-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .jurumiyah-cta-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .jurumiyah-pagination {
        flex-wrap: wrap;
    }
    
    .jurumiyah-filter-group {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .jurumiyah-hero {
        padding: 3rem 0;
    }
    
    .jurumiyah-search-box {
        padding: 2rem 1.5rem;
    }
    
    .jurumiyah-fasal-card {
        padding: 2rem 1.5rem;
    }
    
    .jurumiyah-section-title {
        font-size: 2.5rem;
    }
    
    .jurumiyah-cta-title {
        font-size: 2.5rem;
    }
}