/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-u3ir55cyye] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u3ir55cyye] {
    flex: 1;
}

.sidebar[b-u3ir55cyye] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-u3ir55cyye] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-u3ir55cyye]  a, .top-row[b-u3ir55cyye]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-u3ir55cyye]  a:hover, .top-row[b-u3ir55cyye]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-u3ir55cyye]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-u3ir55cyye] {
        justify-content: space-between;
    }

    .top-row[b-u3ir55cyye]  a, .top-row[b-u3ir55cyye]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u3ir55cyye] {
        flex-direction: row;
    }

    .sidebar[b-u3ir55cyye] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-u3ir55cyye] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-u3ir55cyye]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-u3ir55cyye], article[b-u3ir55cyye] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hogzajmrtn] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hogzajmrtn] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hogzajmrtn] {
    font-size: 1.1rem;
}

.bi[b-hogzajmrtn] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-hogzajmrtn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-hogzajmrtn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-hogzajmrtn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-hogzajmrtn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hogzajmrtn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hogzajmrtn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hogzajmrtn]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-hogzajmrtn]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-hogzajmrtn]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hogzajmrtn] {
        display: none;
    }

    .collapse[b-hogzajmrtn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-hogzajmrtn] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.landing-page[b-ac7fkqkjjm] {
    width: 100%;
    overflow-x: hidden;
}

/* Navigation Bar */
.landing-navbar[b-ac7fkqkjjm] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 1rem 0;
}

.navbar-content[b-ac7fkqkjjm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand[b-ac7fkqkjjm] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #667eea;
    cursor: pointer;
    transition: transform 0.2s;
}

.navbar-brand:hover[b-ac7fkqkjjm] {
    transform: scale(1.05);
}

.navbar-brand i[b-ac7fkqkjjm] {
    font-size: 2rem;
}

.logo-icon-img[b-ac7fkqkjjm] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon-img img[b-ac7fkqkjjm] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-links[b-ac7fkqkjjm] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link[b-ac7fkqkjjm] {
    color: #4a5568;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
}

.nav-link:hover[b-ac7fkqkjjm] {
    color: #667eea;
}

.btn-login[b-ac7fkqkjjm] {
    background: white;
    color: #667eea;
    padding: 0.75rem 1.5rem;
    border: 2px solid #667eea;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-login:hover[b-ac7fkqkjjm] {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-get-started[b-ac7fkqkjjm] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-get-started:hover[b-ac7fkqkjjm] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.mobile-menu-toggle[b-ac7fkqkjjm] {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #4a5568;
    cursor: pointer;
}

.mobile-menu[b-ac7fkqkjjm] {
    display: none;
    flex-direction: column;
    background: white;
    padding: 1rem;
    gap: 1rem;
    border-top: 1px solid #e2e8f0;
}

.mobile-nav-link[b-ac7fkqkjjm] {
    color: #4a5568;
    font-weight: 500;
    padding: 0.75rem;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 4px;
}

.mobile-nav-link:hover[b-ac7fkqkjjm] {
    background-color: #f7fafc;
    color: #667eea;
}

.btn-login-mobile[b-ac7fkqkjjm] {
    background: white;
    color: #667eea;
    padding: 0.75rem;
    border: 2px solid #667eea;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0.5rem;
}

.btn-get-started-mobile[b-ac7fkqkjjm] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 768px) {
    .navbar-links[b-ac7fkqkjjm] {
        display: none;
    }

    .mobile-menu-toggle[b-ac7fkqkjjm] {
        display: block;
    }

    .mobile-menu[b-ac7fkqkjjm] {
        display: flex;
    }
}

/* Hero Section */
.hero-section[b-ac7fkqkjjm] {
    position: relative;
    min-height: 90vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    overflow: hidden;
    padding-top: 80px;
}

.hero-overlay[b-ac7fkqkjjm] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(102, 126, 234, 0.3) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(118, 75, 162, 0.3) 0%, transparent 50%);
}

.hero-content[b-ac7fkqkjjm] {
    position: relative;
    z-index: 1;
    padding: 80px 20px;
}

.hero-text[b-ac7fkqkjjm] {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.hero-title[b-ac7fkqkjjm] {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 1.1;
    animation: fadeInUp-b-ac7fkqkjjm 0.8s ease-out;
}

.gradient-text[b-ac7fkqkjjm] {
    background: linear-gradient(to right, #ffd89b, #19547b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle[b-ac7fkqkjjm] {
    font-size: 1.4rem;
    margin-bottom: 40px;
    opacity: 0.95;
    line-height: 1.6;
    animation: fadeInUp-b-ac7fkqkjjm 0.8s ease-out 0.2s backwards;
}

.hero-stats[b-ac7fkqkjjm] {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 50px;
    animation: fadeInUp-b-ac7fkqkjjm 0.8s ease-out 0.4s backwards;
}

.stat-item[b-ac7fkqkjjm] {
    text-align: center;
}

.stat-number[b-ac7fkqkjjm] {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 8px;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.stat-label[b-ac7fkqkjjm] {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.hero-cta[b-ac7fkqkjjm] {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
    animation: fadeInUp-b-ac7fkqkjjm 0.8s ease-out 0.6s backwards;
    flex-wrap: wrap;
}

.btn-primary-large[b-ac7fkqkjjm], .btn-secondary-large[b-ac7fkqkjjm] {
    padding: 18px 40px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary-large[b-ac7fkqkjjm] {
    background: white;
    color: #667eea;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-primary-large:hover[b-ac7fkqkjjm] {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.btn-secondary-large[b-ac7fkqkjjm] {
    background: transparent;
    color: white;
    border: 3px solid white;
}

.btn-secondary-large:hover[b-ac7fkqkjjm] {
    background: white;
    color: #667eea;
}

.hero-note[b-ac7fkqkjjm] {
    font-size: 1rem;
    opacity: 0.9;
    animation: fadeInUp-b-ac7fkqkjjm 0.8s ease-out 0.8s backwards;
}

@keyframes fadeInUp-b-ac7fkqkjjm {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Trust Badges */
.trust-section[b-ac7fkqkjjm] {
    background: #f9fafb;
    padding: 40px 20px;
}

.trust-badges[b-ac7fkqkjjm] {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.trust-badge[b-ac7fkqkjjm] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
}

.trust-badge i[b-ac7fkqkjjm] {
    font-size: 2rem;
    color: #667eea;
}

/* AI Showcase Section */
.ai-showcase-section[b-ac7fkqkjjm] {
    padding: 100px 20px;
    background: white;
}

.section-header[b-ac7fkqkjjm] {
    text-align: center;
    margin-bottom: 60px;
}

.section-title[b-ac7fkqkjjm] {
    font-size: 3rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 15px;
}

.section-subtitle[b-ac7fkqkjjm] {
    font-size: 1.3rem;
    color: #6b7280;
}

.ai-features-grid[b-ac7fkqkjjm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.ai-feature-card[b-ac7fkqkjjm] {
    background: #f9fafb;
    padding: 40px 30px;
    border-radius: 20px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.ai-feature-card:hover[b-ac7fkqkjjm] {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #667eea;
}

.ai-feature-card.featured[b-ac7fkqkjjm] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: #667eea;
}

.featured-badge[b-ac7fkqkjjm] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.3);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
}

.ai-icon[b-ac7fkqkjjm] {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #667eea;
}

.ai-feature-card.featured .ai-icon[b-ac7fkqkjjm] {
    color: white;
}

.ai-feature-card h3[b-ac7fkqkjjm] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1f2937;
}

.ai-feature-card.featured h3[b-ac7fkqkjjm] {
    color: white;
}

.ai-feature-card p[b-ac7fkqkjjm] {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ai-feature-card.featured p[b-ac7fkqkjjm] {
    color: rgba(255, 255, 255, 0.95);
}

.feature-list[b-ac7fkqkjjm] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li[b-ac7fkqkjjm] {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #4b5563;
}

.ai-feature-card.featured .feature-list li[b-ac7fkqkjjm] {
    color: rgba(255, 255, 255, 0.9);
}

.feature-list li[b-ac7fkqkjjm]:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: 700;
}

.ai-feature-card.featured .feature-list li[b-ac7fkqkjjm]:before {
    color: white;
}

.ai-cta[b-ac7fkqkjjm] {
    text-align: center;
}

.btn-ai-demo[b-ac7fkqkjjm] {
    padding: 18px 50px;
    font-size: 1.2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.btn-ai-demo:hover[b-ac7fkqkjjm] {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

/* Video Section */
.video-section[b-ac7fkqkjjm] {
    padding: 100px 20px;
    background: #f9fafb;
}

.video-container[b-ac7fkqkjjm] {
    max-width: 900px;
    margin: 0 auto 40px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.video-placeholder[b-ac7fkqkjjm] {
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.video-placeholder i[b-ac7fkqkjjm] {
    font-size: 5rem;
    margin-bottom: 20px;
    opacity: 0.9;
}

.video-placeholder p[b-ac7fkqkjjm] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.video-placeholder small[b-ac7fkqkjjm] {
    opacity: 0.8;
}

.video-container iframe[b-ac7fkqkjjm] {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-benefits[b-ac7fkqkjjm] {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}

.benefit-item[b-ac7fkqkjjm] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
}

.benefit-item i[b-ac7fkqkjjm] {
    color: #10b981;
    font-size: 1.3rem;
}

/* Testimonials Section */
.testimonials-section[b-ac7fkqkjjm] {
    padding: 100px 20px;
    background: white;
}

.testimonials-grid[b-ac7fkqkjjm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card[b-ac7fkqkjjm] {
    background: #f9fafb;
    padding: 35px;
    border-radius: 20px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.testimonial-card:hover[b-ac7fkqkjjm] {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: #667eea;
}

.testimonial-card.featured[b-ac7fkqkjjm] {
    border-color: #10b981;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.featured-label[b-ac7fkqkjjm] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.3);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    color: white;
}

.stars[b-ac7fkqkjjm] {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
    color: #fbbf24;
}

.testimonial-card.featured .stars[b-ac7fkqkjjm] {
    color: white;
}

.stars i[b-ac7fkqkjjm] {
    font-size: 1.2rem;
}

.testimonial-text[b-ac7fkqkjjm] {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-card.featured .testimonial-text[b-ac7fkqkjjm] {
    color: rgba(255, 255, 255, 0.95);
}

.testimonial-author[b-ac7fkqkjjm] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar[b-ac7fkqkjjm] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #667eea;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.testimonial-card.featured .author-avatar[b-ac7fkqkjjm] {
    background: rgba(255, 255, 255, 0.3);
}

.author-name[b-ac7fkqkjjm] {
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 4px;
}

.testimonial-card.featured .author-name[b-ac7fkqkjjm] {
    color: white;
}

.author-title[b-ac7fkqkjjm] {
    font-size: 0.9rem;
    color: #6b7280;
}

.testimonial-card.featured .author-title[b-ac7fkqkjjm] {
    color: rgba(255, 255, 255, 0.9);
}

/* Features Section */
.features-section[b-ac7fkqkjjm] {
    padding: 100px 20px;
    background: #f9fafb;
}

.features-grid[b-ac7fkqkjjm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-box[b-ac7fkqkjjm] {
    background: white;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.feature-box:hover[b-ac7fkqkjjm] {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-color: #667eea;
}

.feature-icon[b-ac7fkqkjjm] {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 20px;
}

.feature-box h3[b-ac7fkqkjjm] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
}

.feature-box p[b-ac7fkqkjjm] {
    color: #6b7280;
    line-height: 1.6;
}

/* Pricing Preview Section */
.pricing-preview-section[b-ac7fkqkjjm] {
    padding: 100px 20px;
    background: white;
}

.pricing-preview-grid[b-ac7fkqkjjm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.pricing-preview-card[b-ac7fkqkjjm] {
    background: #f9fafb;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.pricing-preview-card:hover[b-ac7fkqkjjm] {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.pricing-preview-card.featured[b-ac7fkqkjjm] {
    border-color: #667eea;
    background: white;
}

.popular-badge[b-ac7fkqkjjm], .value-badge[b-ac7fkqkjjm] {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700;
    color: white;
}

.popular-badge[b-ac7fkqkjjm] {
    background: #667eea;
}

.value-badge[b-ac7fkqkjjm] {
    background: #10b981;
}

.pricing-preview-card h3[b-ac7fkqkjjm] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
}

.preview-price[b-ac7fkqkjjm] {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 10px;
}

.preview-period[b-ac7fkqkjjm] {
    color: #6b7280;
    margin-bottom: 30px;
}

.save-text[b-ac7fkqkjjm] {
    color: #10b981;
    font-weight: 700;
}

.preview-features[b-ac7fkqkjjm] {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: left;
}

.preview-features li[b-ac7fkqkjjm] {
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.preview-features i[b-ac7fkqkjjm] {
    color: #10b981;
    font-size: 1.2rem;
}

.btn-preview[b-ac7fkqkjjm], .btn-preview-primary[b-ac7fkqkjjm] {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-preview[b-ac7fkqkjjm] {
    background: #f3f4f6;
    color: #1f2937;
}

.btn-preview:hover[b-ac7fkqkjjm] {
    background: #e5e7eb;
}

.btn-preview-primary[b-ac7fkqkjjm] {
    background: #667eea;
    color: white;
}

.btn-preview-primary:hover[b-ac7fkqkjjm] {
    background: #5568d3;
    transform: translateY(-2px);
}

.pricing-note[b-ac7fkqkjjm] {
    text-align: center;
    font-size: 1.1rem;
    color: #6b7280;
}

.pricing-note a[b-ac7fkqkjjm] {
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
}

.pricing-note a:hover[b-ac7fkqkjjm] {
    text-decoration: underline;
}

/* Corporate Section */
.corporate-section[b-ac7fkqkjjm] {
    padding: 100px 20px;
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    color: white;
}

.corporate-content[b-ac7fkqkjjm] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.corporate-text h2[b-ac7fkqkjjm] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.corporate-text p[b-ac7fkqkjjm] {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 30px;
    opacity: 0.9;
}

.corporate-benefits[b-ac7fkqkjjm] {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.corporate-benefits li[b-ac7fkqkjjm] {
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.1rem;
}

.corporate-benefits i[b-ac7fkqkjjm] {
    color: #10b981;
    font-size: 1.3rem;
}

.btn-corporate[b-ac7fkqkjjm] {
    padding: 16px 40px;
    background: white;
    color: #1f2937;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-corporate:hover[b-ac7fkqkjjm] {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

.corporate-image[b-ac7fkqkjjm] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.corporate-image i[b-ac7fkqkjjm] {
    font-size: 15rem;
    opacity: 0.1;
}

/* Statistics Section */
.statistics-section[b-ac7fkqkjjm] {
    padding: 80px 20px;
    background: #f9fafb;
}

.stats-grid[b-ac7fkqkjjm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.stat-card[b-ac7fkqkjjm] {
    text-align: center;
    padding: 30px;
    background: white;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.stat-card:hover[b-ac7fkqkjjm] {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.stat-icon[b-ac7fkqkjjm] {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 15px;
}

.stat-value[b-ac7fkqkjjm] {
    font-size: 3rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 10px;
}

.stat-description[b-ac7fkqkjjm] {
    color: #6b7280;
    font-size: 1.1rem;
}

/* Final CTA Section */
.final-cta-section[b-ac7fkqkjjm] {
    padding: 100px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
}

.final-cta-content h2[b-ac7fkqkjjm] {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.final-cta-content > p[b-ac7fkqkjjm] {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.95;
}

.final-cta-buttons[b-ac7fkqkjjm] {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.btn-cta-large[b-ac7fkqkjjm], .btn-cta-outline[b-ac7fkqkjjm] {
    padding: 18px 50px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cta-large[b-ac7fkqkjjm] {
    background: white;
    color: #667eea;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-cta-large:hover[b-ac7fkqkjjm] {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.btn-cta-outline[b-ac7fkqkjjm] {
    background: transparent;
    color: white;
    border: 3px solid white;
}

.btn-cta-outline:hover[b-ac7fkqkjjm] {
    background: white;
    color: #667eea;
}

.final-cta-note[b-ac7fkqkjjm] {
    font-size: 1rem;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.final-cta-note i[b-ac7fkqkjjm] {
    font-size: 1.2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title[b-ac7fkqkjjm] {
        font-size: 2.5rem;
    }

    .hero-subtitle[b-ac7fkqkjjm] {
        font-size: 1.1rem;
    }

    .hero-stats[b-ac7fkqkjjm] {
        gap: 30px;
    }

    .stat-number[b-ac7fkqkjjm] {
        font-size: 2rem;
    }

    .hero-cta[b-ac7fkqkjjm] {
        flex-direction: column;
        align-items: stretch;
    }

    .section-title[b-ac7fkqkjjm] {
        font-size: 2rem;
    }

    .section-subtitle[b-ac7fkqkjjm] {
        font-size: 1.1rem;
    }

    .ai-features-grid[b-ac7fkqkjjm] {
        grid-template-columns: 1fr;
    }

    .testimonials-grid[b-ac7fkqkjjm] {
        grid-template-columns: 1fr;
    }

    .features-grid[b-ac7fkqkjjm] {
        grid-template-columns: 1fr;
    }

    .pricing-preview-grid[b-ac7fkqkjjm] {
        grid-template-columns: 1fr;
    }

    .corporate-content[b-ac7fkqkjjm] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .corporate-image[b-ac7fkqkjjm] {
        display: none;
    }

    .stats-grid[b-ac7fkqkjjm] {
        grid-template-columns: repeat(2, 1fr);
    }

    .final-cta-content h2[b-ac7fkqkjjm] {
        font-size: 2rem;
    }

    .final-cta-buttons[b-ac7fkqkjjm] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Pages/Pricing.razor.rz.scp.css */
.pricing-page[b-jwaux2hngm] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding-top: 90px;
}

.pricing-hero[b-jwaux2hngm] {
    padding: 80px 20px 60px;
    text-align: center;
    color: white;
}

.pricing-title[b-jwaux2hngm] {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.pricing-subtitle[b-jwaux2hngm] {
    font-size: 1.3rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 40px;
}

.billing-toggle[b-jwaux2hngm] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 1.1rem;
    font-weight: 600;
}

.billing-toggle span[b-jwaux2hngm] {
    opacity: 0.7;
    transition: opacity 0.3s;
}

.billing-toggle span.active[b-jwaux2hngm] {
    opacity: 1;
}

.save-badge[b-jwaux2hngm] {
    background: #10b981;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    margin-left: 8px;
}

.switch[b-jwaux2hngm] {
    position: relative;
    width: 60px;
    height: 30px;
}

.switch input[b-jwaux2hngm] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-jwaux2hngm] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.3);
    border-radius: 30px;
    transition: 0.4s;
}

.slider[b-jwaux2hngm]:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

input:checked + .slider[b-jwaux2hngm] {
    background-color: rgba(255,255,255,0.5);
}

input:checked + .slider[b-jwaux2hngm]:before {
    transform: translateX(30px);
}

.pricing-cards-section[b-jwaux2hngm] {
    padding: 40px 20px 80px;
}

.pricing-grid[b-jwaux2hngm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-card[b-jwaux2hngm] {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-card:hover[b-jwaux2hngm] {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.pricing-card-popular[b-jwaux2hngm] {
    border: 3px solid #667eea;
}

.pricing-card-best[b-jwaux2hngm] {
    border: 3px solid #10b981;
}

.plan-badge[b-jwaux2hngm] {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700;
    color: white;
}

.plan-badge-free[b-jwaux2hngm] {
    background: #6b7280;
}

.plan-badge-popular[b-jwaux2hngm] {
    background: #667eea;
}

.plan-badge-best[b-jwaux2hngm] {
    background: #10b981;
}

.plan-name[b-jwaux2hngm] {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1f2937;
}

.plan-price[b-jwaux2hngm] {
    margin-bottom: 20px;
}

.price[b-jwaux2hngm] {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1f2937;
}

.period[b-jwaux2hngm] {
    font-size: 1.2rem;
    color: #6b7280;
}

.price-breakdown[b-jwaux2hngm] {
    font-size: 0.95rem;
    color: #10b981;
    font-weight: 600;
    margin-top: 10px;
}

.plan-description[b-jwaux2hngm] {
    color: #6b7280;
    margin-bottom: 30px;
    font-size: 1.05rem;
}

.plan-features[b-jwaux2hngm] {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.plan-features li[b-jwaux2hngm] {
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #f3f4f6;
}

.plan-features li:last-child[b-jwaux2hngm] {
    border-bottom: none;
}

.feature-disabled[b-jwaux2hngm] {
    opacity: 0.5;
}

.btn-plan[b-jwaux2hngm] {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: auto;
}

.btn-plan-free[b-jwaux2hngm] {
    background: #f3f4f6;
    color: #1f2937;
}

.btn-plan-free:hover[b-jwaux2hngm] {
    background: #e5e7eb;
}

.btn-plan-pro[b-jwaux2hngm] {
    background: #667eea;
    color: white;
}

.btn-plan-pro:hover[b-jwaux2hngm] {
    background: #5568d3;
}

.btn-plan-best[b-jwaux2hngm] {
    background: #10b981;
    color: white;
}

.btn-plan-best:hover[b-jwaux2hngm] {
    background: #059669;
}

.btn-plan:disabled[b-jwaux2hngm] {
    opacity: 0.6;
    cursor: not-allowed;
}

.single-exam-section[b-jwaux2hngm] {
    background: white;
    padding: 80px 20px;
}

.section-title[b-jwaux2hngm] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #1f2937;
}

.section-subtitle[b-jwaux2hngm] {
    text-align: center;
    font-size: 1.2rem;
    color: #6b7280;
    margin-bottom: 40px;
}

.single-exam-card[b-jwaux2hngm] {
    max-width: 600px;
    margin: 0 auto;
    background: #f9fafb;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
}

.exam-pricing p[b-jwaux2hngm] {
    font-size: 1.2rem;
    margin: 15px 0;
}

.btn-browse[b-jwaux2hngm] {
    margin-top: 30px;
    padding: 16px 40px;
    background: #667eea;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-browse:hover[b-jwaux2hngm] {
    background: #5568d3;
    transform: translateY(-2px);
}

.comparison-section[b-jwaux2hngm] {
    padding: 80px 20px;
    background: #f9fafb;
}

.comparison-table-wrapper[b-jwaux2hngm] {
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: auto;
}

.comparison-table[b-jwaux2hngm] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.comparison-table th[b-jwaux2hngm] {
    background: #667eea;
    color: white;
    padding: 20px;
    text-align: left;
    font-weight: 700;
}

.comparison-table td[b-jwaux2hngm] {
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.comparison-table tr:hover[b-jwaux2hngm] {
    background: #f9fafb;
}

.faq-section[b-jwaux2hngm] {
    padding: 80px 20px;
    background: white;
}

.faq-grid[b-jwaux2hngm] {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.faq-item h4[b-jwaux2hngm] {
    color: #1f2937;
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.faq-item p[b-jwaux2hngm] {
    color: #6b7280;
    line-height: 1.6;
}

.cta-section[b-jwaux2hngm] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.cta-section h2[b-jwaux2hngm] {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.cta-section p[b-jwaux2hngm] {
    font-size: 1.2rem;
    opacity: 0.9;
}

.cta-buttons[b-jwaux2hngm] {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 40px 0 20px;
    flex-wrap: wrap;
}

.btn-cta-primary[b-jwaux2hngm], .btn-cta-secondary[b-jwaux2hngm] {
    padding: 16px 40px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-cta-primary[b-jwaux2hngm] {
    background: white;
    color: #667eea;
}

.btn-cta-primary:hover[b-jwaux2hngm] {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.btn-cta-secondary[b-jwaux2hngm] {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-cta-secondary:hover[b-jwaux2hngm] {
    background: white;
    color: #667eea;
}

.cta-note[b-jwaux2hngm] {
    margin-top: 20px;
    font-size: 1rem;
}

.cta-note a[b-jwaux2hngm] {
    color: white;
    text-decoration: underline;
}

.error-toast[b-jwaux2hngm] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ef4444;
    color: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 1000;
}

.error-toast button[b-jwaux2hngm] {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    .pricing-title[b-jwaux2hngm] {
        font-size: 2.5rem;
    }

    .pricing-grid[b-jwaux2hngm] {
        grid-template-columns: 1fr;
    }

    .comparison-table[b-jwaux2hngm] {
        font-size: 0.9rem;
    }

    .cta-buttons[b-jwaux2hngm] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Pages/PricingPlans.razor.rz.scp.css */
.pricing-page[b-qb7xfdk7ti] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding-top: 90px;
}

.pricing-hero[b-qb7xfdk7ti] {
    padding: 80px 20px 60px;
    text-align: center;
    color: white;
}

.pricing-title[b-qb7xfdk7ti] {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.pricing-subtitle[b-qb7xfdk7ti] {
    font-size: 1.3rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 40px;
}

.billing-toggle[b-qb7xfdk7ti] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 1.1rem;
    font-weight: 600;
}

.billing-toggle span[b-qb7xfdk7ti] {
    opacity: 0.7;
    transition: opacity 0.3s;
}

.billing-toggle span.active[b-qb7xfdk7ti] {
    opacity: 1;
}

.save-badge[b-qb7xfdk7ti] {
    background: #10b981;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    margin-left: 8px;
}

.switch[b-qb7xfdk7ti] {
    position: relative;
    width: 60px;
    height: 30px;
}

.switch input[b-qb7xfdk7ti] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-qb7xfdk7ti] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.3);
    border-radius: 30px;
    transition: 0.4s;
}

.slider[b-qb7xfdk7ti]:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

input:checked + .slider[b-qb7xfdk7ti] {
    background-color: rgba(255,255,255,0.5);
}

input:checked + .slider[b-qb7xfdk7ti]:before {
    transform: translateX(30px);
}

.pricing-cards-section[b-qb7xfdk7ti] {
    padding: 40px 20px 80px;
}

.pricing-grid[b-qb7xfdk7ti] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-card[b-qb7xfdk7ti] {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-card:hover[b-qb7xfdk7ti] {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.pricing-card-popular[b-qb7xfdk7ti] {
    border: 3px solid #667eea;
}

.pricing-card-best[b-qb7xfdk7ti] {
    border: 3px solid #10b981;
}

.plan-badge[b-qb7xfdk7ti] {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700;
    color: white;
}

.plan-badge-free[b-qb7xfdk7ti] {
    background: #6b7280;
}

.plan-badge-popular[b-qb7xfdk7ti] {
    background: #667eea;
}

.plan-badge-best[b-qb7xfdk7ti] {
    background: #10b981;
}

.plan-name[b-qb7xfdk7ti] {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1f2937;
}

.plan-price[b-qb7xfdk7ti] {
    margin-bottom: 20px;
}

.price[b-qb7xfdk7ti] {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1f2937;
}

.period[b-qb7xfdk7ti] {
    font-size: 1.2rem;
    color: #6b7280;
}

.price-breakdown[b-qb7xfdk7ti] {
    font-size: 0.95rem;
    color: #10b981;
    font-weight: 600;
    margin-top: 10px;
}

.plan-description[b-qb7xfdk7ti] {
    color: #6b7280;
    margin-bottom: 30px;
    font-size: 1.05rem;
}

.plan-features[b-qb7xfdk7ti] {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.plan-features li[b-qb7xfdk7ti] {
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #f3f4f6;
}

.plan-features li:last-child[b-qb7xfdk7ti] {
    border-bottom: none;
}

.feature-disabled[b-qb7xfdk7ti] {
    opacity: 0.5;
}

.btn-plan[b-qb7xfdk7ti] {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: auto;
}

.btn-plan-free[b-qb7xfdk7ti] {
    background: #f3f4f6;
    color: #1f2937;
}

.btn-plan-free:hover[b-qb7xfdk7ti] {
    background: #e5e7eb;
}

.btn-plan-pro[b-qb7xfdk7ti] {
    background: #667eea;
    color: white;
}

.btn-plan-pro:hover[b-qb7xfdk7ti] {
    background: #5568d3;
}

.btn-plan-best[b-qb7xfdk7ti] {
    background: #10b981;
    color: white;
}

.btn-plan-best:hover[b-qb7xfdk7ti] {
    background: #059669;
}

.btn-plan:disabled[b-qb7xfdk7ti] {
    opacity: 0.6;
    cursor: not-allowed;
}

.single-exam-section[b-qb7xfdk7ti] {
    background: white;
    padding: 80px 20px;
}

.section-title[b-qb7xfdk7ti] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #1f2937;
}

.section-subtitle[b-qb7xfdk7ti] {
    text-align: center;
    font-size: 1.2rem;
    color: #6b7280;
    margin-bottom: 40px;
}

.single-exam-card[b-qb7xfdk7ti] {
    max-width: 600px;
    margin: 0 auto;
    background: #f9fafb;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
}

.exam-pricing p[b-qb7xfdk7ti] {
    font-size: 1.2rem;
    margin: 15px 0;
}

.btn-browse[b-qb7xfdk7ti] {
    margin-top: 30px;
    padding: 16px 40px;
    background: #667eea;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-browse:hover[b-qb7xfdk7ti] {
    background: #5568d3;
    transform: translateY(-2px);
}

.comparison-section[b-qb7xfdk7ti] {
    padding: 80px 20px;
    background: #f9fafb;
}

.comparison-table-wrapper[b-qb7xfdk7ti] {
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: auto;
}

.comparison-table[b-qb7xfdk7ti] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.comparison-table th[b-qb7xfdk7ti] {
    background: #667eea;
    color: white;
    padding: 20px;
    text-align: left;
    font-weight: 700;
}

.comparison-table td[b-qb7xfdk7ti] {
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.comparison-table tr:hover[b-qb7xfdk7ti] {
    background: #f9fafb;
}

.faq-section[b-qb7xfdk7ti] {
    padding: 80px 20px;
    background: white;
}

.faq-grid[b-qb7xfdk7ti] {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.faq-item h4[b-qb7xfdk7ti] {
    color: #1f2937;
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.faq-item p[b-qb7xfdk7ti] {
    color: #6b7280;
    line-height: 1.6;
}

.cta-section[b-qb7xfdk7ti] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.cta-section h2[b-qb7xfdk7ti] {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.cta-section p[b-qb7xfdk7ti] {
    font-size: 1.2rem;
    opacity: 0.9;
}

.cta-buttons[b-qb7xfdk7ti] {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 40px 0 20px;
    flex-wrap: wrap;
}

.btn-cta-primary[b-qb7xfdk7ti], .btn-cta-secondary[b-qb7xfdk7ti] {
    padding: 16px 40px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-cta-primary[b-qb7xfdk7ti] {
    background: white;
    color: #667eea;
}

.btn-cta-primary:hover[b-qb7xfdk7ti] {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.btn-cta-secondary[b-qb7xfdk7ti] {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-cta-secondary:hover[b-qb7xfdk7ti] {
    background: white;
    color: #667eea;
}

.cta-note[b-qb7xfdk7ti] {
    margin-top: 20px;
    font-size: 1rem;
}

.cta-note a[b-qb7xfdk7ti] {
    color: white;
    text-decoration: underline;
}

.error-toast[b-qb7xfdk7ti] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ef4444;
    color: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 1000;
}

.error-toast button[b-qb7xfdk7ti] {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    .pricing-title[b-qb7xfdk7ti] {
        font-size: 2.5rem;
    }

    .pricing-grid[b-qb7xfdk7ti] {
        grid-template-columns: 1fr;
    }

    .comparison-table[b-qb7xfdk7ti] {
        font-size: 0.9rem;
    }

    .cta-buttons[b-qb7xfdk7ti] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Pages/Study.razor.rz.scp.css */
/* Study Page - Clean Design with App Color Scheme */

.study-container[b-3vv4459y9q] {
    min-height: 100vh;
    background: var(--gray-50);
}

.loading-container[b-3vv4459y9q],
.error-container[b-3vv4459y9q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 2rem;
}

/* Header Section - Dark Theme with App Colors */
.study-header[b-3vv4459y9q] {
    background: linear-gradient(135deg, var(--navy-900) 0%, var(--gray-900) 100%);
    color: #fff;
    padding: 2rem 0;
    box-shadow: var(--shadow-lg);
}

.study-header .container[b-3vv4459y9q] {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 var(--space-6);
}

.header-content[b-3vv4459y9q] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.header-left[b-3vv4459y9q] {
    flex: 1;
}

.study-title[b-3vv4459y9q] {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 var(--space-2) 0;
    color: #fff;
}

.study-subtitle[b-3vv4459y9q] {
    font-size: 1rem;
    color: var(--gray-300);
    margin: 0 0 var(--space-6) 0;
}

.header-actions[b-3vv4459y9q] {
    display: flex;
    gap: var(--space-4);
    align-items: center;
}

.header-actions .btn[b-3vv4459y9q] {
    white-space: nowrap;
}

/* Study Stats Cards */
.study-stats[b-3vv4459y9q] {
    display: flex;
    gap: var(--space-6);
    margin-top: var(--space-6);
    flex-wrap: wrap;
}

.stat-card[b-3vv4459y9q] {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    background: linear-gradient(135deg, var(--primary-600) 0%, var(--accent-purple) 100%);
    padding: var(--space-4) var(--space-5);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.stat-icon[b-3vv4459y9q] {
    font-size: 1.5rem;
    color: #fff;
}

.stat-content[b-3vv4459y9q] {
    display: flex;
    flex-direction: column;
}

.stat-label[b-3vv4459y9q] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.stat-value[b-3vv4459y9q] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
}

/* Content Section */
.study-content[b-3vv4459y9q] {
    max-width: 1340px;
    margin: 0 auto;
    padding: var(--space-8) var(--space-6);
}

/* Chapter Selector - Simple numbered buttons */
.chapter-selector[b-3vv4459y9q] {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    background: #fff;
    padding: var(--space-4) var(--space-6);
    border-radius: var(--radius-lg);
    margin-bottom: var(--space-6);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-200);
}

.chapter-label[b-3vv4459y9q] {
    font-weight: 600;
    color: var(--gray-800);
    font-size: 0.95rem;
}

.chapter-buttons[b-3vv4459y9q] {
    display: flex;
    gap: var(--space-2);
    flex-wrap: wrap;
}

.chapter-btn[b-3vv4459y9q] {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-full);
    border: 2px solid var(--gray-300);
    background: #fff;
    color: var(--gray-700);
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chapter-btn:hover[b-3vv4459y9q] {
    border-color: var(--primary-600);
    color: var(--primary-600);
    transform: scale(1.05);
}

.chapter-btn.active[b-3vv4459y9q] {
    background: linear-gradient(135deg, var(--primary-600) 0%, var(--accent-purple) 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: var(--shadow-md);
}

.chapter-info[b-3vv4459y9q] {
    margin-left: auto;
    font-size: 0.875rem;
    color: var(--gray-600);
    font-weight: 500;
}

/* PDF Container */
.pdf-container[b-3vv4459y9q] {
    background: #fff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-200);
}

.pdf-toolbar[b-3vv4459y9q] {
    display: flex;
    gap: var(--space-4);
    padding: var(--space-4) var(--space-6);
    background: #fff;
    border-bottom: 1px solid var(--gray-200);
}

.toolbar-btn[b-3vv4459y9q] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-2) var(--space-4);
    background: #fff;
    border: 1px solid var(--gray-300);
    border-radius: var(--radius-md);
    color: var(--gray-700);
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

.toolbar-btn:hover[b-3vv4459y9q] {
    background: var(--gray-50);
    border-color: var(--primary-600);
    color: var(--primary-600);
}

.toolbar-btn i[b-3vv4459y9q] {
    font-size: 1rem;
}

/* PDF Viewer */
.pdf-viewer[b-3vv4459y9q] {
    position: relative;
    width: 100%;
    height: 700px;
    background: #fff;
}

.pdf-frame[b-3vv4459y9q] {
    width: 100%;
    height: 100%;
    border: none;
}

.pdf-viewer.fullscreen-mode[b-3vv4459y9q] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

/* Study Tips */
.study-tips[b-3vv4459y9q] {
    background: #fff;
    padding: var(--space-6);
    border-radius: var(--radius-lg);
    margin-top: var(--space-6);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-200);
}

.study-tips h3[b-3vv4459y9q] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--gray-900);
    margin: 0 0 var(--space-4) 0;
}

.study-tips h3 i[b-3vv4459y9q] {
    color: var(--primary-600);
}

.study-tips ul[b-3vv4459y9q] {
    margin: 0;
    padding-left: var(--space-6);
    list-style: none;
}

.study-tips li[b-3vv4459y9q] {
    position: relative;
    padding-left: var(--space-6);
    margin-bottom: var(--space-3);
    color: var(--gray-700);
    line-height: 1.6;
}

.study-tips li[b-3vv4459y9q]:before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primary-600);
    font-weight: bold;
    font-size: 1.2rem;
}

.study-tips li:last-child[b-3vv4459y9q] {
    margin-bottom: 0;
}

/* No Material State */
.no-material[b-3vv4459y9q] {
    text-align: center;
    padding: var(--space-16) var(--space-8);
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-200);
}

.no-material-icon[b-3vv4459y9q] {
    font-size: 4rem;
    color: var(--gray-300);
    margin-bottom: var(--space-6);
}

.no-material h3[b-3vv4459y9q] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: var(--space-3);
}

.no-material p[b-3vv4459y9q] {
    color: var(--gray-600);
    font-size: 1rem;
    margin-bottom: var(--space-6);
}

/* Responsive Design */
@media (max-width: 992px) {
    .header-content[b-3vv4459y9q] {
        flex-direction: column;
        align-items: stretch;
    }

    .header-actions[b-3vv4459y9q] {
        justify-content: space-between;
    }

    .study-title[b-3vv4459y9q] {
        font-size: 1.75rem;
    }

    .study-stats[b-3vv4459y9q] {
        gap: var(--space-4);
    }

    .stat-card[b-3vv4459y9q] {
        flex: 1;
        min-width: calc(50% - var(--space-2));
    }
}

@media (max-width: 768px) {
    .study-header[b-3vv4459y9q] {
        padding: var(--space-6) 0;
    }

    .study-title[b-3vv4459y9q] {
        font-size: 1.5rem;
    }

    .study-subtitle[b-3vv4459y9q] {
        font-size: 0.9rem;
    }

    .study-stats[b-3vv4459y9q] {
        flex-direction: column;
        gap: var(--space-3);
    }

    .stat-card[b-3vv4459y9q] {
        min-width: 100%;
    }

    .header-actions[b-3vv4459y9q] {
        flex-direction: column;
        gap: var(--space-3);
    }

    .header-actions .btn[b-3vv4459y9q] {
        width: 100%;
    }

    .chapter-selector[b-3vv4459y9q] {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-3);
    }

    .chapter-info[b-3vv4459y9q] {
        margin-left: 0;
    }

    .pdf-toolbar[b-3vv4459y9q] {
        flex-wrap: wrap;
    }

    .pdf-viewer[b-3vv4459y9q] {
        height: 500px;
    }

    .study-content[b-3vv4459y9q] {
        padding: var(--space-6) var(--space-4);
    }
}

@media (max-width: 480px) {
    .pdf-viewer[b-3vv4459y9q] {
        height: 400px;
    }

    .toolbar-btn span[b-3vv4459y9q] {
        display: none;
    }

    .toolbar-btn[b-3vv4459y9q] {
        padding: var(--space-2);
    }
}
/* /Shared/AppTopNavigation.razor.rz.scp.css */
/* Top Navigation Bar */
.top-navbar[b-bfx1vzxgua] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 0.75rem 0;
}

.container-fluid[b-bfx1vzxgua] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.navbar-content[b-bfx1vzxgua] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

/* Logo */
.navbar-brand[b-bfx1vzxgua] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
}

.navbar-brand:hover[b-bfx1vzxgua] {
    opacity: 0.8;
}

.logo-icon-img[b-bfx1vzxgua] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon-img img[b-bfx1vzxgua] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-text[b-bfx1vzxgua] {
    display: flex;
    flex-direction: column;
}

.app-name[b-bfx1vzxgua] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #667eea;
    line-height: 1.2;
}

/* Navigation Links (Desktop) */
.nav-links[b-bfx1vzxgua] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
    justify-content: center;
}

.nav-item[b-bfx1vzxgua] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    color: #4B5563;
    font-weight: 500;
    font-size: 0.9375rem;
    transition: all 0.2s;
    cursor: pointer;
    white-space: nowrap;
}

.nav-item i[b-bfx1vzxgua] {
    font-size: 1.125rem;
}

.nav-item:hover[b-bfx1vzxgua] {
    background: #F3F4F6;
    color: #667eea;
}

.nav-item.active[b-bfx1vzxgua] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

/* User Menu (Desktop) */
.user-menu[b-bfx1vzxgua] {
    position: relative;
    z-index: 1000;
}

.user-button[b-bfx1vzxgua] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    border: 1px solid #E5E7EB;
    border-radius: 50px;
    background: white;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}

.user-button:hover[b-bfx1vzxgua] {
    border-color: #667eea;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.15);
}

.user-avatar[b-bfx1vzxgua] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
}

.user-info-wrapper[b-bfx1vzxgua] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.user-name[b-bfx1vzxgua] {
    font-weight: 500;
    color: #1F2937;
    font-size: 0.9375rem;
    line-height: 1;
}

.user-plan-badge[b-bfx1vzxgua] {
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.125rem 0.5rem;
    border-radius: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.user-plan-badge.free[b-bfx1vzxgua] {
    background: #E5E7EB;
    color: #6B7280;
}

.user-plan-badge.pro[b-bfx1vzxgua] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.user-button i[b-bfx1vzxgua] {
    font-size: 0.75rem;
    color: #9CA3AF;
}

.user-dropdown[b-bfx1vzxgua] {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    right: 0 !important;
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
    height: auto !important;
    min-height: fit-content !important;
    max-height: none !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    padding: 12px !important;
    z-index: 10000 !important;
    display: block !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

.dropdown-item[b-bfx1vzxgua] {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    padding: 12px 14px !important;
    margin: 2px 0 !important;
    border: none !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #1f2937 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: inherit !important;
    text-align: left !important;
    line-height: 1.5 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
    position: relative !important;
}

.dropdown-item span[b-bfx1vzxgua] {
    color: inherit;
    display: inline;
}

.dropdown-item i[b-bfx1vzxgua] {
    font-size: 16px;
    width: 18px;
    color: #6b7280;
    transition: color 0.2s ease;
    display: inline-block;
}

.dropdown-item:hover[b-bfx1vzxgua] {
    background: #f3f4f6 !important;
    background-color: #f3f4f6 !important;
    color: #667eea !important;
}

.dropdown-item:hover i[b-bfx1vzxgua] {
    color: #667eea !important;
}

.dropdown-item.logout[b-bfx1vzxgua] {
    color: #dc2626 !important;
    margin-top: 4px !important;
}

.dropdown-item.logout i[b-bfx1vzxgua] {
    color: #dc2626 !important;
}

.dropdown-item.logout:hover[b-bfx1vzxgua] {
    background: #fef2f2 !important;
    background-color: #fef2f2 !important;
    color: #b91c1c !important;
}

.dropdown-item.logout:hover i[b-bfx1vzxgua] {
    color: #b91c1c !important;
}

.dropdown-divider[b-bfx1vzxgua] {
    height: 1px;
    background: #e5e7eb;
    margin: 8px 0;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle[b-bfx1vzxgua] {
    display: none;
    background: none;
    border: none;
    font-size: 1.75rem;
    color: #4B5563;
    cursor: pointer;
    padding: 0.5rem;
    transition: color 0.2s;
}

.mobile-menu-toggle:hover[b-bfx1vzxgua] {
    color: #667eea;
}

/* Mobile Menu */
.mobile-backdrop[b-bfx1vzxgua] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1010;
    animation: fadeIn-b-bfx1vzxgua 0.2s;
}

.mobile-menu[b-bfx1vzxgua] {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 85vw;
    height: 100vh;
    background: white;
    z-index: 1011;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.mobile-menu.show[b-bfx1vzxgua] {
    right: 0;
}

.mobile-menu-header[b-bfx1vzxgua] {
    padding: 1.5rem;
    border-bottom: 1px solid #E5E7EB;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.user-info[b-bfx1vzxgua] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-avatar-large[b-bfx1vzxgua] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.125rem;
}

.user-details[b-bfx1vzxgua] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.user-name-large[b-bfx1vzxgua] {
    font-weight: 600;
    color: #1F2937;
    font-size: 1rem;
}

.user-status[b-bfx1vzxgua] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6B7280;
}

.status-dot[b-bfx1vzxgua] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10B981;
}

.close-btn[b-bfx1vzxgua] {
    background: none;
    border: none;
    font-size: 1.75rem;
    color: #9CA3AF;
    cursor: pointer;
    padding: 0.25rem;
    transition: color 0.2s;
}

.close-btn:hover[b-bfx1vzxgua] {
    color: #4B5563;
}

.mobile-menu-items[b-bfx1vzxgua] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mobile-menu-item[b-bfx1vzxgua] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    color: #4B5563;
    font-weight: 500;
    font-size: 0.9375rem;
    transition: all 0.2s;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
}

.mobile-menu-item i[b-bfx1vzxgua] {
    font-size: 1.25rem;
    width: 24px;
}

.mobile-menu-item:hover[b-bfx1vzxgua] {
    background: #F3F4F6;
    color: #667eea;
}

.mobile-menu-item.active[b-bfx1vzxgua] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.mobile-menu-item.logout[b-bfx1vzxgua] {
    color: #EF4444;
}

.mobile-menu-item.logout:hover[b-bfx1vzxgua] {
    background: #FEF2F2;
    color: #DC2626;
}

.mobile-menu-divider[b-bfx1vzxgua] {
    height: 1px;
    background: #E5E7EB;
    margin: 0.5rem 0;
}

/* Animations */
@keyframes fadeIn-b-bfx1vzxgua {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInDown-b-bfx1vzxgua {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .nav-links[b-bfx1vzxgua],
    .user-menu[b-bfx1vzxgua] {
        display: none;
    }

    .mobile-menu-toggle[b-bfx1vzxgua] {
        display: block;
    }

    .container-fluid[b-bfx1vzxgua] {
        padding: 0 1rem;
    }

    .logo-text .app-name[b-bfx1vzxgua] {
        font-size: 1.125rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .nav-item span[b-bfx1vzxgua] {
        display: none;
    }

    .nav-item[b-bfx1vzxgua] {
        padding: 0.625rem 0.875rem;
    }
}

/* Integrated Search Bar for Catalog Page */
.navbar-catalog-search-container[b-bfx1vzxgua] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    max-width: 0;
    overflow: hidden;
}

.top-navbar.catalog-search-integrated .navbar-catalog-search-container[b-bfx1vzxgua] {
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
    max-width: 700px;
}

/* Hide Browse Exams nav item when search is integrated */
.top-navbar.catalog-search-integrated .nav-item-browse[b-bfx1vzxgua] {
    opacity: 0;
    max-width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
}

.navbar-search-input-auth[b-bfx1vzxgua] {
    position: relative;
    display: flex;
    align-items: center;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    min-width: 220px;
    transition: border-color 0.2s;
}

.navbar-search-input-auth:focus-within[b-bfx1vzxgua] {
    border-color: #667eea;
}

.navbar-search-input-auth i[b-bfx1vzxgua] {
    color: #667eea;
    margin-right: 0.5rem;
    font-size: 0.95rem;
}

.navbar-search-input-auth input[b-bfx1vzxgua] {
    border: none;
    outline: none;
    width: 100%;
    font-size: 0.9rem;
    background: transparent;
    color: #4B5563;
}

.navbar-search-input-auth input[b-bfx1vzxgua]::placeholder {
    color: #9CA3AF;
}

.navbar-category-select-auth[b-bfx1vzxgua],
.navbar-access-select-auth[b-bfx1vzxgua] {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: border-color 0.2s;
    color: #4B5563;
    min-width: 130px;
}

.navbar-category-select-auth:focus[b-bfx1vzxgua],
.navbar-access-select-auth:focus[b-bfx1vzxgua] {
    outline: none;
    border-color: #667eea;
}

/* Responsive adjustments for integrated search */
@media (max-width: 1200px) {
    .top-navbar.catalog-search-integrated .navbar-catalog-search-container[b-bfx1vzxgua] {
        max-width: 500px;
    }

    .navbar-search-input-auth[b-bfx1vzxgua] {
        min-width: 180px;
    }

    .navbar-category-select-auth[b-bfx1vzxgua],
    .navbar-access-select-auth[b-bfx1vzxgua] {
        min-width: 100px;
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .navbar-catalog-search-container[b-bfx1vzxgua] {
        display: none;
    }
}
/* /Shared/BrowseNavigation.razor.rz.scp.css */
/* Navigation Bar */
.landing-navbar[b-22ajbybzpi] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.navbar-content[b-22ajbybzpi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand[b-22ajbybzpi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #667eea;
    cursor: pointer;
    transition: transform 0.2s;
}

.navbar-brand:hover[b-22ajbybzpi] {
    transform: scale(1.05);
}

.logo-icon-img[b-22ajbybzpi] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon-img img[b-22ajbybzpi] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-links[b-22ajbybzpi] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

/* Navbar Search Container */
.navbar-search-container[b-22ajbybzpi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    max-width: 0;
    overflow: hidden;
}

.landing-navbar.search-integrated .navbar-search-container[b-22ajbybzpi] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    max-width: 500px;
}

.navbar-search-input[b-22ajbybzpi] {
    position: relative;
    display: flex;
    align-items: center;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    min-width: 250px;
    transition: border-color 0.2s;
}

.navbar-search-input:focus-within[b-22ajbybzpi] {
    border-color: #667eea;
}

.navbar-search-input i[b-22ajbybzpi] {
    color: #667eea;
    margin-right: 0.5rem;
}

.navbar-search-input input[b-22ajbybzpi] {
    border: none;
    outline: none;
    width: 100%;
    font-size: 0.95rem;
    background: transparent;
}

.navbar-category-select[b-22ajbybzpi] {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    cursor: pointer;
    transition: border-color 0.2s;
    min-width: 150px;
}

.navbar-category-select:focus[b-22ajbybzpi] {
    outline: none;
    border-color: #667eea;
}

.nav-link[b-22ajbybzpi] {
    color: #4a5568;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
}

.nav-link:hover[b-22ajbybzpi] {
    color: #667eea;
}

.btn-login[b-22ajbybzpi] {
    background: white;
    color: #667eea;
    padding: 0.75rem 1.5rem;
    border: 2px solid #667eea;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-login:hover[b-22ajbybzpi] {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.btn-get-started[b-22ajbybzpi] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-get-started:hover[b-22ajbybzpi] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.mobile-menu-toggle[b-22ajbybzpi] {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #4a5568;
    cursor: pointer;
}

.mobile-menu[b-22ajbybzpi] {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 1rem;
    gap: 1rem;
    border-top: 1px solid #e2e8f0;
}

.mobile-nav-link[b-22ajbybzpi] {
    color: #4a5568;
    font-weight: 500;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    border-radius: 8px;
}

.mobile-nav-link:hover[b-22ajbybzpi] {
    background: #f7fafc;
    color: #667eea;
}

.btn-login-mobile[b-22ajbybzpi] {
    background: white;
    color: #667eea;
    padding: 0.75rem 1.5rem;
    border: 2px solid #667eea;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-get-started-mobile[b-22ajbybzpi] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 992px) {
    .navbar-links[b-22ajbybzpi] {
        display: none;
    }

    .mobile-menu-toggle[b-22ajbybzpi] {
        display: block;
    }

    .mobile-menu[b-22ajbybzpi] {
        display: flex;
    }
}

/* Hide search on smaller screens */
@media (max-width: 1200px) {
    .landing-navbar.search-integrated .navbar-search-container[b-22ajbybzpi] {
        max-width: 300px;
    }

    .navbar-search-input[b-22ajbybzpi] {
        min-width: 180px;
    }

    .navbar-category-select[b-22ajbybzpi] {
        min-width: 120px;
    }
}
/* /Shared/PublicNavigation.razor.rz.scp.css */
/* Navigation Bar */
.landing-navbar[b-uc14fai1py] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 1rem 0;
}

.navbar-content[b-uc14fai1py] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand[b-uc14fai1py] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #667eea;
    cursor: pointer;
    transition: transform 0.2s;
}

.navbar-brand:hover[b-uc14fai1py] {
    transform: scale(1.05);
}

.navbar-brand i[b-uc14fai1py] {
    font-size: 2rem;
}

.logo-icon-img[b-uc14fai1py] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon-img img[b-uc14fai1py] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-links[b-uc14fai1py] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link[b-uc14fai1py] {
    color: #4a5568;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
}

.nav-link:hover[b-uc14fai1py] {
    color: #667eea;
}

.btn-login[b-uc14fai1py] {
    background: white;
    color: #667eea;
    padding: 0.75rem 1.5rem;
    border: 2px solid #667eea;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-login:hover[b-uc14fai1py] {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-get-started[b-uc14fai1py] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-get-started:hover[b-uc14fai1py] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.mobile-menu-toggle[b-uc14fai1py] {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #4a5568;
    cursor: pointer;
}

.mobile-menu[b-uc14fai1py] {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 1rem;
    gap: 1rem;
    border-top: 1px solid #e2e8f0;
}

.mobile-nav-link[b-uc14fai1py] {
    color: #4a5568;
    font-weight: 500;
    padding: 0.75rem;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 4px;
}

.mobile-nav-link:hover[b-uc14fai1py] {
    background-color: #f7fafc;
    color: #667eea;
}

.btn-login-mobile[b-uc14fai1py] {
    background: white;
    color: #667eea;
    padding: 0.75rem;
    border: 2px solid #667eea;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-login-mobile:hover[b-uc14fai1py] {
    background: #667eea;
    color: white;
}

.btn-get-started-mobile[b-uc14fai1py] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-get-started-mobile:hover[b-uc14fai1py] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .navbar-links[b-uc14fai1py] {
        display: none;
    }

    .mobile-menu-toggle[b-uc14fai1py] {
        display: block;
    }

    .mobile-menu[b-uc14fai1py] {
        display: flex;
    }
}
