/* /Components/Layout/Footer.razor.rz.scp.css */
/* Footer Styles - Qualimetry AI Theme - Exact Match */

.site-footer[b-9ypansvrkv] {
    background: linear-gradient(to bottom right, #1a1f2e, #232937, #1a1f2e);
    color: white;
    border-top: 1px solid #374151;
    margin-top: auto;
}

.footer-container[b-9ypansvrkv] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 5rem 1.5rem;
}

.footer-content[b-9ypansvrkv] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .footer-content[b-9ypansvrkv] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .footer-content[b-9ypansvrkv] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.footer-brand[b-9ypansvrkv] {
    grid-column: 1;
}

.footer-logo-wrapper[b-9ypansvrkv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.footer-logo[b-9ypansvrkv] {
    width: 2.5rem;
    height: 2.5rem;
    filter: brightness(0) invert(1) drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.footer-description[b-9ypansvrkv] {
    color: #d1d5db;
    margin-bottom: 3rem;
    line-height: 1.625;
    font-size: 0.95rem;
}

.footer-description strong[b-9ypansvrkv] {
    color: white;
}

.footer-section[b-9ypansvrkv] {
    display: flex;
    flex-direction: column;
}

.footer-heading[b-9ypansvrkv] {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin: 0 0 3rem 0;
    display: flex;
    align-items: center;
}

.footer-links[b-9ypansvrkv] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-link[b-9ypansvrkv] {
    color: #d1d5db;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.15s ease;
}

.footer-link:hover[b-9ypansvrkv] {
    color: white;
}

.footer-bottom[b-9ypansvrkv] {
    border-top: 1px solid #374151;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

@media (min-width: 768px) {
    .footer-bottom[b-9ypansvrkv] {
        flex-direction: row;
    }
}

.footer-bottom-left[b-9ypansvrkv] {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.875rem;
    color: #9ca3af;
}

.footer-separator[b-9ypansvrkv] {
    color: #9ca3af;
}

.footer-bottom-right[b-9ypansvrkv] {
    display: flex;
    gap: 1.5rem;
    font-size: 0.875rem;
}

.footer-bottom-right .footer-link[b-9ypansvrkv] {
    color: #9ca3af;
    font-size: 0.875rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-container[b-9ypansvrkv] {
        padding: 0 1rem;
    }

    .footer-content[b-9ypansvrkv] {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-legal[b-9ypansvrkv] {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .footer-legal[b-9ypansvrkv] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .footer-separator[b-9ypansvrkv] {
        display: none;
    }
}

/* /Components/Layout/Header.razor.rz.scp.css */
/* Header Styles - Qualimetry AI Theme - Exact Match */

.site-header[b-0jrnigihe9] {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(35, 45, 64, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.header-container[b-0jrnigihe9] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.header-content[b-0jrnigihe9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
}

.header-logo[b-0jrnigihe9] {
    display: flex;
    align-items: center;
}

.logo-link[b-0jrnigihe9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.logo-link:hover[b-0jrnigihe9] {
    opacity: 0.8;
}

.logo-icon[b-0jrnigihe9] {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.logo-text[b-0jrnigihe9] {
    color: hsl(220, 15%, 85%);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
}

.header-nav[b-0jrnigihe9] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link[b-0jrnigihe9] {
    color: hsl(220, 15%, 65%);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.15s ease;
}

.nav-link:hover[b-0jrnigihe9] {
    color: hsl(220, 15%, 85%);
}

/* Responsive Design */
@media (max-width: 1280px) {
    .header-container[b-0jrnigihe9] {
        padding: 0 3rem;
    }
}

@media (max-width: 768px) {
    .header-nav[b-0jrnigihe9] {
        display: none;
    }
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Main Layout Styles */

.page-wrapper[b-9sq3kuleh5] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: hsl(220, 25%, 15%);
}

.main-content[b-9sq3kuleh5] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 4rem;
}

#blazor-error-ui[b-9sq3kuleh5] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-9sq3kuleh5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MarketingLayout.razor.rz.scp.css */
/* Shows only when it's the only child (i.e., @Body is empty) */
.page-loading:not(:only-child)[b-pryx7wimiu] {
    display: none !important;
}

.page-loading[b-pryx7wimiu] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    text-align: center;
    color: #9ca3af;
}

.page-loading__content[b-pryx7wimiu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.page-loading__spinner[b-pryx7wimiu] {
    width: 32px;
    height: 32px;
    border: 3px solid rgba(124, 58, 237, 0.2);
    border-top-color: #7c3aed;
    border-radius: 50%;
    animation: page-spin-b-pryx7wimiu 0.8s linear infinite;
}

@keyframes page-spin-b-pryx7wimiu {
    to { transform: rotate(360deg); }
}

/* /Components/Marketing/HeroSection.razor.rz.scp.css */
/* Remove focus outlines that appear on page load */
section[b-bm3e6y9qa0], div[b-bm3e6y9qa0], h1[b-bm3e6y9qa0], p[b-bm3e6y9qa0], span[b-bm3e6y9qa0] {
    outline: none;
}

/* CSS-only Auto-advancing Carousel */
.carousel-container[b-bm3e6y9qa0] {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 10px 0;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

@media (min-width: 640px) {
    .carousel-container[b-bm3e6y9qa0] {
        height: 350px;
    }
}

@media (min-width: 768px) {
    .carousel-container[b-bm3e6y9qa0] {
        height: 450px;
    }
}

@media (min-width: 1024px) {
    .carousel-container[b-bm3e6y9qa0] {
        height: 600px;
    }
}

.carousel-track[b-bm3e6y9qa0] {
    display: flex;
    width: 500%; /* 5 slides * 100% */
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide[b-bm3e6y9qa0] {
    width: 20%; /* Each slide is 1/5 of track */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.carousel-image[b-bm3e6y9qa0] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Caption area - outside the carousel container */
.carousel-captions[b-bm3e6y9qa0] {
    width: 100%;
    overflow: hidden;
    margin-top: 0.75rem;
    height: 60px;
}

.carousel-captions-track[b-bm3e6y9qa0] {
    display: flex;
    width: 500%; /* 5 slides * 100% */
    transition: transform 0.5s ease-in-out;
}

.carousel-caption-item[b-bm3e6y9qa0] {
    width: 20%; /* Each caption is 1/5 of track */
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-caption[b-bm3e6y9qa0] {
    font-size: 1.125rem;
    color: hsl(var(--muted-foreground));
    font-weight: 500;
    text-align: center;
    padding: 0 1rem;
    max-width: 800px;
    margin: 0;
}

@media (max-width: 768px) {
    .carousel-captions[b-bm3e6y9qa0] {
        height: 80px;
    }
    
    .carousel-caption[b-bm3e6y9qa0] {
        font-size: 0.875rem;
        padding: 0 0.5rem;
    }
}

/* Carousel is now JavaScript-controlled with CSS transitions */

/* Dot indicators */
.carousel-dot[b-bm3e6y9qa0] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: hsl(var(--muted-foreground) / 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.carousel-dot.active[b-bm3e6y9qa0] {
    background-color: hsl(var(--primary));
    transform: scale(1.25);
}

/* Carousel container cursor */
.carousel-container[b-bm3e6y9qa0] {
    cursor: pointer;
}

/* /Pages/Demo.razor.rz.scp.css */
/* Demo Request Page Styles - Qualimetry AI Theme */

.demo-container[b-fvg9rgefbi] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 1.5rem 3rem 1.5rem;
    background: transparent;
    min-height: calc(100vh - 64px);
}

.demo-card[b-fvg9rgefbi] {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    max-width: 1200px;
    width: 100%;
    animation: slideIn-b-fvg9rgefbi 0.4s ease-out;
    border: none;
}

.demo-layout[b-fvg9rgefbi] {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

@keyframes slideIn-b-fvg9rgefbi {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Demo Information Panel - Left Side */
.demo-info[b-fvg9rgefbi] {
    flex: 0 0 45%;
    background: #FFFFFF;
    padding: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.demo-content[b-fvg9rgefbi] {
    position: sticky;
    top: 120px;
    padding: 2.5rem 2rem;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 6rem 0 2rem 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.demo-title[b-fvg9rgefbi] {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1E293B;
    margin: 0 0 1rem 0;
    line-height: 1.2;
}

.demo-subtitle[b-fvg9rgefbi] {
    color: #475569;
    margin: 0 0 2rem 0;
    font-size: 1.0625rem;
    line-height: 1.6;
}

.features-heading[b-fvg9rgefbi] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1E293B;
    margin: 0 0 1.25rem 0;
}

.demo-features[b-fvg9rgefbi] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.demo-feature[b-fvg9rgefbi] {
    display: flex;
    gap: 0.875rem;
    align-items: flex-start;
}

.feature-icon[b-fvg9rgefbi] {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #4FD1C5;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(79, 209, 197, 0.25);
}

.feature-icon svg[b-fvg9rgefbi] {
    color: #FFFFFF;
    width: 16px;
    height: 16px;
}

.feature-content[b-fvg9rgefbi] {
    flex: 1;
}

.feature-description[b-fvg9rgefbi] {
    font-size: 0.9375rem;
    color: #475569;
    line-height: 1.5;
    margin: 0;
}

.trust-badges[b-fvg9rgefbi] {
    padding-top: 1.5rem;
    border-top: 1px solid #E2E8F0;
}

.trust-text[b-fvg9rgefbi] {
    font-size: 0.875rem;
    color: #64748B;
    margin: 0;
    font-weight: 500;
}

/* Demo Form Panel - Right Side */
.demo-form[b-fvg9rgefbi] {
    flex: 1;
    padding: 2.5rem 2.5rem 2rem 2.5rem;
    margin-top: 6rem;
    margin-bottom: 2rem;
    margin-right: 1.5rem;
    background: hsl(220, 20%, 18%);
    border-radius: 8px;
}

/* Success State */
.success-state[b-fvg9rgefbi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 0;
}

.success-icon[b-fvg9rgefbi] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4FD1C5 0%, #38B2AC 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 24px rgba(79, 209, 197, 0.3);
}

.success-title[b-fvg9rgefbi] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #F1F5F9;
    margin: 0 0 1rem 0;
}

.success-message[b-fvg9rgefbi] {
    font-size: 1rem;
    color: #94A3B8;
    line-height: 1.6;
    margin: 0 0 2rem 0;
    max-width: 400px;
}

/* Alert Messages */
.alert[b-fvg9rgefbi] {
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    animation: fadeIn-b-fvg9rgefbi 0.3s ease-in;
}

@keyframes fadeIn-b-fvg9rgefbi {
    from { opacity: 0; }
    to { opacity: 1; }
}

.alert-error[b-fvg9rgefbi] {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1) 0%, rgba(255, 107, 107, 0.2) 100%);
    border: 1px solid rgba(255, 107, 107, 0.5);
    color: #FF6B6B;
}

.alert strong[b-fvg9rgefbi] {
    font-weight: 600;
}

/* Form Sections */
.form-section[b-fvg9rgefbi] {
    margin-bottom: 1rem;
    width: 100%;
}

/* Form Row - 2 abreast layout */
.form-row[b-fvg9rgefbi] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* Form Groups */
.form-group[b-fvg9rgefbi] {
    margin-bottom: 1.25rem;
}

.form-group label[b-fvg9rgefbi] {
    display: block;
    font-weight: 500;
    color: hsl(220, 15%, 90%);
    margin-bottom: 0.5rem;
    font-size: 0.9375rem;
    letter-spacing: 0;
}

.demo-card[b-fvg9rgefbi]  .form-control {
    width: 100% !important;
    padding: 0.625rem 1rem !important;
    border: 1px solid hsl(220, 25%, 25%) !important;
    border-radius: 0.5rem !important;
    font-size: 0.9375rem !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif !important;
    line-height: 1.5 !important;
    height: 2.75rem !important;
    transition: all 0.15s ease !important;
    box-sizing: border-box !important;
    background: hsl(220, 25%, 22%) !important;
    color: hsl(220, 15%, 85%) !important;
    font-weight: 400 !important;
}

.demo-card[b-fvg9rgefbi]  .form-control:focus {
    outline: none !important;
    border-color: hsl(217, 91%, 60%) !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3) !important;
    background: hsl(220, 25%, 22%) !important;
}

.demo-card[b-fvg9rgefbi]  .form-control::placeholder {
    color: hsl(220, 15%, 50%) !important;
    font-weight: 400 !important;
}

.demo-card[b-fvg9rgefbi]  .textarea-control {
    height: auto !important;
    min-height: 100px !important;
    resize: vertical !important;
}

.form-help[b-fvg9rgefbi] {
    display: block;
    margin-top: 0.375rem;
    font-size: 0.875rem;
    color: hsl(220, 15%, 55%);
    line-height: 1.4;
}

.recaptcha-notice[b-fvg9rgefbi] {
    font-size: 0.75rem;
    color: #94A3B8;
    text-align: center;
    margin-top: 1.5rem;
}

.recaptcha-notice a[b-fvg9rgefbi] {
    color: #667eea;
    text-decoration: none;
}

.recaptcha-notice a:hover[b-fvg9rgefbi] {
    text-decoration: underline;
}

/* Validation Messages */
.validation-message[b-fvg9rgefbi] {
    color: #FF6B6B;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: block;
}

/* Form Actions */
.form-actions[b-fvg9rgefbi] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    justify-content: center;
}

.btn[b-fvg9rgefbi] {
    padding: 0.875rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 180px;
    justify-content: center;
    text-decoration: none;
}

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

.btn-primary[b-fvg9rgefbi] {
    background: linear-gradient(135deg, #667eea 0%, #A855F7 100%);
    color: white;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
}

.btn-primary:hover:not(:disabled)[b-fvg9rgefbi] {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
}

/* Spinner Animation */
.spinner[b-fvg9rgefbi] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-fvg9rgefbi 0.8s linear infinite;
}

@keyframes spin-b-fvg9rgefbi {
    to { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .demo-layout[b-fvg9rgefbi] {
        flex-direction: column;
        gap: 0;
    }

    .demo-info[b-fvg9rgefbi] {
        flex: 1;
        border-radius: 0;
        padding: 0;
    }
    
    .demo-content[b-fvg9rgefbi] {
        position: static;
        margin: 1.5rem;
        padding: 2rem 1.75rem;
    }

    .demo-title[b-fvg9rgefbi] {
        font-size: 1.875rem;
    }

    .demo-subtitle[b-fvg9rgefbi] {
        font-size: 1rem;
    }

    .demo-form[b-fvg9rgefbi] {
        padding: 1.75rem 1.75rem 2rem 1.75rem;
        margin: 0 1.5rem 1.5rem 1.5rem;
        max-height: none;
    }
}

@media (max-width: 768px) {
    .demo-card[b-fvg9rgefbi] {
        margin: 0;
    }

    .demo-info[b-fvg9rgefbi] {
        padding: 0;
    }
    
    .demo-content[b-fvg9rgefbi] {
        margin: 1rem;
        padding: 1.75rem 1.25rem;
    }

    .demo-title[b-fvg9rgefbi] {
        font-size: 1.5rem;
    }

    .demo-subtitle[b-fvg9rgefbi] {
        font-size: 0.9375rem;
    }

    .demo-form[b-fvg9rgefbi] {
        padding: 1.25rem 1.25rem 1.5rem 1.25rem;
        margin: 0 1rem 1rem 1rem;
    }

    .form-row[b-fvg9rgefbi] {
        grid-template-columns: 1fr;
    }

    .form-actions[b-fvg9rgefbi] {
        flex-direction: column;
    }

    .btn[b-fvg9rgefbi] {
        width: 100%;
    }

    .day-picker[b-fvg9rgefbi] {
        flex-wrap: wrap;
    }

    .time-slot-picker[b-fvg9rgefbi] {
        flex-direction: column;
    }

    .time-slot[b-fvg9rgefbi] {
        width: 100%;
    }
}

/* =================================
   Scheduling Section Styles
   ================================= */

.scheduling-section[b-fvg9rgefbi] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(168, 85, 247, 0.08) 100%);
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-top: 0.5rem;
}

.section-title[b-fvg9rgefbi] {
    font-size: 1.125rem;
    font-weight: 600;
    color: hsl(220, 15%, 90%);
    margin: 0 0 1rem 0;
    display: flex;
    align-items: center;
}

.section-icon[b-fvg9rgefbi] {
    margin-right: 0.5rem;
}

/* Timezone Display */
.timezone-display[b-fvg9rgefbi] {
    margin-bottom: 1.25rem;
}

.timezone-auto[b-fvg9rgefbi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: hsl(220, 25%, 18%);
    border: 1px solid hsl(220, 25%, 28%);
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    flex-wrap: wrap;
}

.timezone-icon[b-fvg9rgefbi] {
    font-size: 1.25rem;
}

.timezone-label[b-fvg9rgefbi] {
    color: hsl(220, 15%, 70%);
}

.timezone-value[b-fvg9rgefbi] {
    color: hsl(220, 15%, 95%);
    font-weight: 600;
}

.timezone-offset[b-fvg9rgefbi] {
    color: hsl(220, 15%, 60%);
    font-size: 0.875rem;
}

/* Day Picker */
.day-picker[b-fvg9rgefbi] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.day-chip[b-fvg9rgefbi] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3.5rem;
    padding: 0.625rem 1rem;
    background: hsl(220, 25%, 22%);
    border: 2px solid hsl(220, 25%, 28%);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 500;
    color: hsl(220, 15%, 80%);
}

.day-chip input[type="checkbox"][b-fvg9rgefbi] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.day-chip:hover[b-fvg9rgefbi] {
    border-color: hsl(255, 70%, 60%);
    background: hsl(220, 25%, 25%);
}

.day-chip.selected[b-fvg9rgefbi] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.3) 0%, rgba(168, 85, 247, 0.3) 100%);
    border-color: #667eea;
    color: white;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

/* Time Slot Picker */
.time-slot-picker[b-fvg9rgefbi] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.time-slot[b-fvg9rgefbi] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 1rem 1.25rem;
    background: hsl(220, 25%, 22%);
    border: 2px solid hsl(220, 25%, 28%);
    border-radius: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    flex: 1;
    min-width: 100px;
}

.time-slot input[type="checkbox"][b-fvg9rgefbi] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.time-slot:hover[b-fvg9rgefbi] {
    border-color: hsl(255, 70%, 60%);
    background: hsl(220, 25%, 25%);
    transform: translateY(-2px);
}

.time-slot.selected[b-fvg9rgefbi] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.3) 0%, rgba(168, 85, 247, 0.3) 100%);
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.time-slot.selected .slot-name[b-fvg9rgefbi],
.time-slot.selected .slot-time[b-fvg9rgefbi] {
    color: white;
}

.slot-icon[b-fvg9rgefbi] {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.slot-name[b-fvg9rgefbi] {
    font-weight: 600;
    color: hsl(220, 15%, 90%);
    font-size: 0.9375rem;
}

.slot-time[b-fvg9rgefbi] {
    font-size: 0.8125rem;
    color: hsl(220, 15%, 60%);
}

/* /Pages/Error.razor.rz.scp.css */
/* Error Page Styles - Qualimetry AI Theme */

.error-container[b-e5phr7oza0] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.5rem;
    background: hsl(220, 25%, 15%);
}

.error-card[b-e5phr7oza0] {
    background: hsl(220, 20%, 18%);
    border-radius: 16px;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
    padding: 3rem;
    max-width: 600px;
    width: 100%;
    text-align: center;
    border: 1px solid hsl(0, 63%, 31%);
}

.error-icon[b-e5phr7oza0] {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.error-title[b-e5phr7oza0] {
    font-size: 2rem;
    font-weight: 700;
    color: hsl(220, 15%, 85%);
    margin: 0 0 1rem 0;
}

.error-message[b-e5phr7oza0] {
    color: hsl(220, 15%, 65%);
    font-size: 1.1rem;
    margin: 0 0 2rem 0;
}

.error-details[b-e5phr7oza0] {
    background: hsla(0, 63%, 31%, 0.2);
    border: 1px solid hsl(0, 63%, 31%);
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 2rem;
    color: hsl(220, 15%, 65%);
    font-size: 0.95rem;
}

.error-details code[b-e5phr7oza0] {
    background: hsl(220, 25%, 22%);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    color: hsl(217, 91%, 60%);
}

.btn-home[b-e5phr7oza0] {
    display: inline-block;
    padding: 0.875rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #A855F7 100%);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-home:hover[b-e5phr7oza0] {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
}

/* Responsive Design */
@media (max-width: 768px) {
    .error-card[b-e5phr7oza0] {
        padding: 2rem;
    }

    .error-title[b-e5phr7oza0] {
        font-size: 1.5rem;
    }

    .error-icon[b-e5phr7oza0] {
        font-size: 3rem;
    }
}

/* /Pages/Pricing.razor.rz.scp.css */
/* Pricing Page Styles - Qualimetry AI Theme (Light) */

.pricing-container[b-sucr4xjlb4] {
    min-height: 100vh;
    padding-top: 80px;
    background: hsl(var(--background));
}

/* Hero Section */
.pricing-hero[b-sucr4xjlb4] {
    padding: 2rem 0 2rem;
    text-align: center;
    background: hsl(var(--background));
}

.hero-badge[b-sucr4xjlb4] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%);
    border: 1px solid rgba(102, 126, 234, 0.25);
    border-radius: 9999px;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    color: hsl(var(--primary));
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.badge-icon[b-sucr4xjlb4] {
    font-size: 1rem;
}

.hero-title[b-sucr4xjlb4] {
    font-size: 3rem;
    font-weight: 800;
    color: hsl(var(--foreground));
    margin: 0 0 1rem 0;
    line-height: 1.1;
    outline: none;
    border: none;
}

.hero-subtitle[b-sucr4xjlb4] {
    font-size: 1.25rem;
    color: hsl(var(--muted-foreground));
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

/* Benefits List - Centered */
.benefits-list[b-sucr4xjlb4] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.benefit-item[b-sucr4xjlb4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    color: hsl(var(--foreground));
    font-weight: 500;
}

.benefit-check[b-sucr4xjlb4] {
    color: #4FD1C5;
    font-weight: 700;
    font-size: 1rem;
}

/* How Analysis Credits Work */
.how-credits-work[b-sucr4xjlb4] {
    padding: 5rem 0 4rem;
    margin-top: 3rem;
    background: linear-gradient(180deg, hsl(var(--muted) / 0.15) 0%, hsl(var(--muted) / 0.25) 20%, hsl(var(--background)) 100%);
    border-top: 1px solid hsl(var(--border));
}

.section-title[b-sucr4xjlb4] {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: hsl(var(--foreground));
    margin: 0 0 0.5rem 0;
}

.section-subtitle[b-sucr4xjlb4] {
    text-align: center;
    color: hsl(var(--muted-foreground));
    font-size: 1.125rem;
    margin: 0 0 3rem 0;
}

.credits-flow[b-sucr4xjlb4] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.flow-step[b-sucr4xjlb4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 180px;
}

.step-number[b-sucr4xjlb4] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #a855f7 100%);
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.step-content h4[b-sucr4xjlb4] {
    font-size: 1rem;
    font-weight: 600;
    color: hsl(var(--foreground));
    margin: 0 0 0.5rem 0;
}

.step-content p[b-sucr4xjlb4] {
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
    margin: 0;
    line-height: 1.4;
}

.flow-arrow[b-sucr4xjlb4] {
    color: hsl(var(--muted-foreground));
    font-size: 1.5rem;
    font-weight: 300;
}

.credit-explainer[b-sucr4xjlb4] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: hsl(var(--card));
    border: 1px solid hsl(var(--border));
    border-radius: 0.75rem;
    padding: 1.5rem;
    max-width: 600px;
    margin: 0 auto;
}

.explainer-icon[b-sucr4xjlb4] {
    font-size: 2rem;
    flex-shrink: 0;
}

.explainer-content strong[b-sucr4xjlb4] {
    display: block;
    font-size: 1rem;
    color: hsl(var(--foreground));
    margin-bottom: 0.5rem;
}

.explainer-content p[b-sucr4xjlb4] {
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
    margin: 0;
    line-height: 1.5;
}

/* Platform Plans */
.platform-plans[b-sucr4xjlb4] {
    padding: 2rem 0 4rem;
    background: linear-gradient(180deg, hsl(var(--muted) / 0.15) 0%, hsl(var(--background)) 100%);
}

.plans-grid[b-sucr4xjlb4] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.plan-card[b-sucr4xjlb4] {
    background: hsl(var(--card));
    border: 1px solid hsl(var(--border));
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
}

.plan-card:hover[b-sucr4xjlb4] {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
}

.plan-card.featured[b-sucr4xjlb4] {
    border: 2px solid #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.03) 0%, rgba(168, 85, 247, 0.03) 100%);
}

.plan-card.enterprise[b-sucr4xjlb4] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.02) 0%, rgba(79, 209, 197, 0.02) 100%);
}

.plan-header[b-sucr4xjlb4] {
    margin-bottom: 1rem;
}

.plan-name[b-sucr4xjlb4] {
    font-size: 1.5rem;
    font-weight: 700;
    color: hsl(var(--foreground));
    margin: 0 0 0.25rem 0;
}

.plan-tagline[b-sucr4xjlb4] {
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
    margin: 0;
}

.plan-price[b-sucr4xjlb4] {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    margin-bottom: 0.25rem;
}

.plan-price .price-amount[b-sucr4xjlb4] {
    font-size: 2.5rem;
    font-weight: 800;
    color: hsl(var(--foreground));
    line-height: 1;
}

.plan-price .price-period[b-sucr4xjlb4] {
    font-size: 1rem;
    color: hsl(var(--muted-foreground));
    font-weight: 500;
}

.plan-annual[b-sucr4xjlb4] {
    font-size: 0.8125rem;
    color: hsl(var(--muted-foreground));
    margin-bottom: 1.25rem;
}

.plan-included[b-sucr4xjlb4] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(168, 85, 247, 0.08) 100%);
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 1.25rem;
    text-align: center;
}

.included-label[b-sucr4xjlb4] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: hsl(var(--muted-foreground));
    margin-bottom: 0.375rem;
}

.included-credits[b-sucr4xjlb4] {
    font-size: 1.125rem;
    font-weight: 700;
    color: hsl(var(--foreground));
    margin-bottom: 0.25rem;
}

.included-estimate[b-sucr4xjlb4] {
    font-size: 0.8125rem;
    color: hsl(var(--muted-foreground));
}

.plan-features[b-sucr4xjlb4] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem 0;
    flex: 1;
}

.plan-features li[b-sucr4xjlb4] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.375rem 0;
    font-size: 0.875rem;
    color: hsl(var(--foreground));
}

.plan-features .check[b-sucr4xjlb4] {
    color: #4FD1C5;
    font-weight: 600;
    flex-shrink: 0;
}

.plan-overage[b-sucr4xjlb4] {
    background: hsl(var(--muted) / 0.3);
    border-radius: 0.5rem;
    padding: 0.75rem;
    margin-bottom: 1.25rem;
    text-align: center;
}

.overage-label[b-sucr4xjlb4] {
    font-size: 0.75rem;
    font-weight: 600;
    color: hsl(var(--foreground));
    display: block;
    margin-bottom: 0.125rem;
}

.overage-text[b-sucr4xjlb4] {
    font-size: 0.8125rem;
    color: hsl(var(--muted-foreground));
}

.plan-cta[b-sucr4xjlb4] {
    display: block;
    text-align: center;
    padding: 0.875rem 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #a855f7 100%);
    color: white;
    font-weight: 600;
    font-size: 0.9375rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.plan-cta:hover[b-sucr4xjlb4] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.plan-card.enterprise .plan-cta[b-sucr4xjlb4] {
    background: transparent;
    border: 2px solid #667eea;
    color: #667eea;
    box-shadow: none;
}

.plan-card.enterprise .plan-cta:hover[b-sucr4xjlb4] {
    background: #667eea;
    color: white;
}

.plans-footnote[b-sucr4xjlb4] {
    text-align: center;
    font-size: 0.8125rem;
    color: hsl(var(--muted-foreground));
    margin-top: 2rem;
    font-style: italic;
}

/* Pricing Tiers (Top-up Packs) */
.pricing-tiers[b-sucr4xjlb4] {
    padding: 4rem 0;
    background: hsl(var(--background));
}

.tiers-grid[b-sucr4xjlb4] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.tiers-grid.topup-grid[b-sucr4xjlb4] {
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
}

.tier-card[b-sucr4xjlb4] {
    background: hsl(var(--card));
    border: 1px solid hsl(var(--border));
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
}

.tier-card:hover[b-sucr4xjlb4] {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
}

.tier-card.featured[b-sucr4xjlb4] {
    border: 2px solid #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.03) 0%, rgba(168, 85, 247, 0.03) 100%);
}

.featured-badge[b-sucr4xjlb4] {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #667eea 0%, #a855f7 100%);
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    white-space: nowrap;
}

.tier-header[b-sucr4xjlb4] {
    margin-bottom: 1.5rem;
}

.tier-name[b-sucr4xjlb4] {
    font-size: 1.5rem;
    font-weight: 700;
    color: hsl(var(--foreground));
    margin: 0 0 0.25rem 0;
}

.tier-tagline[b-sucr4xjlb4] {
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
    margin: 0;
}

.tier-price[b-sucr4xjlb4] {
    margin-bottom: 0.5rem;
}

.price-amount[b-sucr4xjlb4] {
    font-size: 2.5rem;
    font-weight: 800;
    color: hsl(var(--foreground));
    display: block;
    line-height: 1;
}

.price-credits[b-sucr4xjlb4] {
    font-size: 0.9375rem;
    color: hsl(var(--muted-foreground));
    display: block;
    margin-top: 0.25rem;
}

.tier-bonus[b-sucr4xjlb4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.bonus-badge[b-sucr4xjlb4] {
    background: linear-gradient(135deg, #4FD1C5 0%, #38B2AC 100%);
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
}

.tier-bonus span:last-child[b-sucr4xjlb4] {
    font-size: 0.8125rem;
    color: hsl(var(--muted-foreground));
}

.tier-estimate[b-sucr4xjlb4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 0;
    border-top: 1px solid hsl(var(--border) / 0.5);
    border-bottom: 1px solid hsl(var(--border) / 0.5);
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
}

.estimate-icon[b-sucr4xjlb4] {
    font-size: 1rem;
    color: hsl(var(--primary));
}

.tier-features[b-sucr4xjlb4] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    flex: 1;
}

.tier-features li[b-sucr4xjlb4] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.375rem 0;
    font-size: 0.875rem;
    color: hsl(var(--foreground));
}

.tier-features .check[b-sucr4xjlb4] {
    color: #4FD1C5;
    font-weight: 600;
    flex-shrink: 0;
}

.tier-cta[b-sucr4xjlb4] {
    display: block;
    text-align: center;
    padding: 0.875rem 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #a855f7 100%);
    color: white;
    font-weight: 600;
    font-size: 0.9375rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.tier-cta:hover[b-sucr4xjlb4] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.tier-card.enterprise .tier-cta[b-sucr4xjlb4] {
    background: transparent;
    border: 2px solid #667eea;
    color: #667eea;
    box-shadow: none;
}

.tier-card.enterprise .tier-cta:hover[b-sucr4xjlb4] {
    background: #667eea;
    color: white;
}

.tier-rate[b-sucr4xjlb4] {
    text-align: center;
    font-size: 0.8125rem;
    color: hsl(var(--muted-foreground));
    margin: 0.75rem 0 0 0;
}

.enterprise-price .price-amount[b-sucr4xjlb4] {
    font-size: 2rem;
}

/* FAQ Section */
.faq-section[b-sucr4xjlb4] {
    padding: 4rem 0;
    background: linear-gradient(180deg, hsl(var(--muted) / 0.2) 0%, hsl(var(--background)) 100%);
}

.faq-grid[b-sucr4xjlb4] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.faq-item[b-sucr4xjlb4] {
    background: hsl(var(--card));
    border: 1px solid hsl(var(--border));
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.faq-item h4[b-sucr4xjlb4] {
    font-size: 1rem;
    font-weight: 600;
    color: hsl(var(--foreground));
    margin: 0 0 0.75rem 0;
}

.faq-item p[b-sucr4xjlb4] {
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
    margin: 0;
    line-height: 1.5;
}

/* CTA Section */
.cta-section[b-sucr4xjlb4] {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(168, 85, 247, 0.05) 100%);
    border-top: 1px solid hsl(var(--border) / 0.5);
}

.cta-content[b-sucr4xjlb4] {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h2[b-sucr4xjlb4] {
    font-size: 2rem;
    font-weight: 700;
    color: hsl(var(--foreground));
    margin: 0 0 0.75rem 0;
}

.cta-content p[b-sucr4xjlb4] {
    font-size: 1.125rem;
    color: hsl(var(--muted-foreground));
    margin: 0 0 2rem 0;
}

.cta-buttons[b-sucr4xjlb4] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.cta-primary[b-sucr4xjlb4] {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #a855f7 100%);
    color: white;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
}

.cta-primary:hover[b-sucr4xjlb4] {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.5);
}

.cta-secondary[b-sucr4xjlb4] {
    padding: 1rem 2rem;
    background: transparent;
    border: 2px solid hsl(var(--border));
    color: hsl(var(--foreground));
    font-weight: 600;
    font-size: 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-secondary:hover[b-sucr4xjlb4] {
    border-color: #667eea;
    color: #667eea;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .plans-grid[b-sucr4xjlb4] {
        grid-template-columns: repeat(2, 1fr);
        max-width: 700px;
    }
    
    .plans-grid .plan-card.enterprise[b-sucr4xjlb4] {
        grid-column: span 2;
        max-width: 340px;
        margin: 0 auto;
    }

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

    .tiers-grid.topup-grid[b-sucr4xjlb4] {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .pricing-hero[b-sucr4xjlb4] {
        padding: 3rem 0 2rem;
    }

    .hero-title[b-sucr4xjlb4] {
        font-size: 2rem;
    }

    .hero-subtitle[b-sucr4xjlb4] {
        font-size: 1rem;
    }

    .benefits-list[b-sucr4xjlb4] {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .plans-grid[b-sucr4xjlb4] {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .plans-grid .plan-card.featured[b-sucr4xjlb4] {
        order: -1;
    }

    .plans-grid .plan-card.enterprise[b-sucr4xjlb4] {
        grid-column: span 1;
        max-width: none;
    }

    .credits-flow[b-sucr4xjlb4] {
        flex-direction: column;
    }

    .flow-arrow[b-sucr4xjlb4] {
        transform: rotate(90deg);
    }

    .tiers-grid[b-sucr4xjlb4] {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .tiers-grid.topup-grid[b-sucr4xjlb4] {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .tier-card.featured[b-sucr4xjlb4] {
        order: -1;
    }

    .faq-grid[b-sucr4xjlb4] {
        grid-template-columns: 1fr;
    }

    .cta-buttons[b-sucr4xjlb4] {
        flex-direction: column;
    }

    .section-title[b-sucr4xjlb4] {
        font-size: 1.5rem;
    }
}
/* /Pages/Signup.razor.rz.scp.css */
/* Signup Page Styles - Qualimetry AI Theme */

.signup-container[b-9i49fnxgiv] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 1.5rem 3rem 1.5rem;
    background: transparent;
    min-height: calc(100vh - 64px);
}

.signup-card[b-9i49fnxgiv] {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    max-width: 1400px;
    width: 100%;
    animation: slideIn-b-9i49fnxgiv 0.4s ease-out;
    border: none;
}

.signup-layout[b-9i49fnxgiv] {
    display: flex;
    flex-direction: row;
    min-height: calc(100vh - 64px);
}

@keyframes slideIn-b-9i49fnxgiv {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Trial Information Panel - Left Side */
.trial-info[b-9i49fnxgiv] {
    flex: 0 0 40%;
    background: #FFFFFF;
    padding: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.trial-content[b-9i49fnxgiv] {
    position: sticky;
    top: 120px;
    padding: 2.5rem 2rem;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 6rem 1.5rem 2rem 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.trial-title[b-9i49fnxgiv] {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1E293B;
    margin: 0 0 0.75rem 0;
    line-height: 1.2;
}

.trial-subtitle[b-9i49fnxgiv] {
    color: #475569;
    margin: 0 0 1.5rem 0;
    font-size: 1rem;
    line-height: 1.5;
}

.mascot-wrapper[b-9i49fnxgiv] {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.mascot-video[b-9i49fnxgiv] {
    width: 100%;
    max-width: 380px;
    border-radius: 18px;
    mix-blend-mode: screen;
    filter: brightness(1.15) contrast(1.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.trial-features[b-9i49fnxgiv] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.trial-feature[b-9i49fnxgiv] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.feature-icon[b-9i49fnxgiv] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #4FD1C5;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(79, 209, 197, 0.25);
}

.feature-icon svg[b-9i49fnxgiv] {
    color: #FFFFFF;
}

.feature-content[b-9i49fnxgiv] {
    flex: 1;
}

.feature-title[b-9i49fnxgiv] {
    font-size: 1rem;
    font-weight: 600;
    color: #1E293B;
    margin: 0 0 0.375rem 0;
}

.feature-description[b-9i49fnxgiv] {
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.5;
    margin: 0;
}

/* Signup Form Panel - Right Side */
.signup-form[b-9i49fnxgiv] {
    flex: 1;
    padding: 2.5rem 2.5rem 2rem 2.5rem;
    margin-top: 1.5rem;
    overflow-y: auto;
    background: hsl(220, 20%, 18%);
    border-radius: 8px;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
}

.recaptcha-notice[b-9i49fnxgiv] {
    font-size: 0.75rem;
    color: #94A3B8;
    text-align: center;
    margin-top: 1.5rem;
}

.recaptcha-notice a[b-9i49fnxgiv] {
    color: #667eea;
    text-decoration: none;
}

.recaptcha-notice a:hover[b-9i49fnxgiv] {
    text-decoration: underline;
}

/* Alert Messages */
.alert[b-9i49fnxgiv] {
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    animation: fadeIn-b-9i49fnxgiv 0.3s ease-in;
}

@keyframes fadeIn-b-9i49fnxgiv {
    from { opacity: 0; }
    to { opacity: 1; }
}

.alert-success[b-9i49fnxgiv] {
    background: linear-gradient(135deg, rgba(79, 209, 197, 0.1) 0%, rgba(79, 209, 197, 0.2) 100%);
    border: 1px solid rgba(79, 209, 197, 0.5);
    color: #4FD1C5;
}

.alert-error[b-9i49fnxgiv] {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1) 0%, rgba(255, 107, 107, 0.2) 100%);
    border: 1px solid rgba(255, 107, 107, 0.5);
    color: #FF6B6B;
}

.alert strong[b-9i49fnxgiv] {
    font-weight: 600;
}

/* Form Sections */
.form-section[b-9i49fnxgiv] {
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid hsl(220, 25%, 25%);
    width: 100%;
}

.form-section:last-of-type[b-9i49fnxgiv] {
    border-bottom: none;
}

.section-title[b-9i49fnxgiv] {
    font-size: 1rem;
    font-weight: 600;
    color: hsl(220, 15%, 85%);
    margin: 0 0 1rem 0;
}

/* Form Row - 2 abreast layout */
.form-row[b-9i49fnxgiv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* Form Groups */
.form-group[b-9i49fnxgiv] {
    margin-bottom: 1.25rem;
}

.form-group label[b-9i49fnxgiv] {
    display: block;
    font-weight: 500;
    color: hsl(220, 15%, 90%);
    margin-bottom: 0.5rem;
    font-size: 0.9375rem;
    letter-spacing: 0;
}

.terms-consent[b-9i49fnxgiv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    color: hsl(220, 15%, 85%);
    margin-bottom: 0;
}

.terms-checkbox[b-9i49fnxgiv] {
    width: 16px;
    height: 16px;
    accent-color: #667eea;
    margin: 0;
}

.terms-consent a[b-9i49fnxgiv] {
    color: #667eea;
    text-decoration: none;
}

.terms-consent a:hover[b-9i49fnxgiv] {
    text-decoration: underline;
}

.language-count[b-9i49fnxgiv] {
    font-size: 0.8125rem;
    color: #4FD1C5;
    font-weight: 400;
}

.signup-card[b-9i49fnxgiv]  .form-control {
    width: 100% !important;
    padding: 0.625rem 1rem !important;
    border: 1px solid hsl(220, 25%, 25%) !important;
    border-radius: 0.5rem !important;
    font-size: 0.9375rem !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif !important;
    line-height: 1.5 !important;
    height: 2.75rem !important;
    transition: all 0.15s ease !important;
    box-sizing: border-box !important;
    background: hsl(220, 25%, 22%) !important;
    color: hsl(220, 15%, 85%) !important;
    font-weight: 400 !important;
}

.signup-card[b-9i49fnxgiv]  .form-control:focus {
    outline: none !important;
    border-color: hsl(217, 91%, 60%) !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3) !important;
    background: hsl(220, 25%, 22%) !important;
}

.signup-card[b-9i49fnxgiv]  .form-control::placeholder {
    color: hsl(220, 15%, 50%) !important;
    font-weight: 400 !important;
}

/* Subdomain Input Group */
.subdomain-input-group[b-9i49fnxgiv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

.signup-card[b-9i49fnxgiv]  .subdomain-input.form-control {
    width: 50% !important;
    flex: 0 0 auto !important;
}

.signup-card[b-9i49fnxgiv]  .subdomain-input.form-control.input-error {
    border-color: #FF4A33 !important;
    box-shadow: 0 0 0 3px rgba(255, 74, 51, 0.2) !important;
}

.subdomain-suffix[b-9i49fnxgiv] {
    color: hsl(220, 15%, 65%);
    font-weight: 400;
    font-size: 0.875rem;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 2.75rem;
}

.subdomain-checking[b-9i49fnxgiv] {
    display: inline-flex;
    align-items: center;
    margin-left: 0.5rem;
}

.spinner-small[b-9i49fnxgiv] {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-9i49fnxgiv 0.8s linear infinite;
}

.form-help[b-9i49fnxgiv] {
    display: block;
    margin-top: 0.375rem;
    font-size: 0.875rem;
    color: hsl(220, 15%, 55%);
    line-height: 1.4;
}

/* Language Selection Grid - 3 columns */
.language-grid[b-9i49fnxgiv] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.language-item[b-9i49fnxgiv] {
    display: flex;
}

.language-label[b-9i49fnxgiv] {
    display: block;
    border: 1px solid hsl(220, 25%, 25%);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.15s ease;
    width: 100%;
    background: hsl(220, 25%, 22%);
}

.language-content[b-9i49fnxgiv] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.5rem 0.75rem;
    gap: 0;
    min-height: 2.5rem;
}

.language-label:has(input:disabled)[b-9i49fnxgiv] {
    opacity: 0.5;
    cursor: not-allowed;
}

.language-label:has(input:disabled):hover[b-9i49fnxgiv] {
    border-color: hsl(220, 25%, 25%);
    background: hsl(220, 25%, 22%);
}

.language-label:hover[b-9i49fnxgiv] {
    border-color: hsl(217, 91%, 60%);
    background: hsl(220, 25%, 24%);
}

.language-checkbox[b-9i49fnxgiv] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #667eea;
    flex-shrink: 0;
    margin: 0;
}

.language-icon[b-9i49fnxgiv] {
    width: 18px;
    height: 18px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    object-fit: contain;
    flex-shrink: 0;
}

.language-checkbox:checked ~ .language-name[b-9i49fnxgiv] {
    font-weight: 600;
    background: linear-gradient(135deg, #4FD1C5 0%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.language-name[b-9i49fnxgiv] {
    font-size: 0.8125rem;
    color: #E2E8F0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
}

/* Validation Messages */
.validation-message[b-9i49fnxgiv],
[b-9i49fnxgiv] .validation-message {
    color: #FF4A33 !important;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 0.5rem;
    display: block;
}

/* Form Actions */
.form-actions[b-9i49fnxgiv] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    justify-content: center;
}

.btn[b-9i49fnxgiv] {
    padding: 0.75rem 1.75rem;
    border: none;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 160px;
    justify-content: center;
}

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

.btn-primary[b-9i49fnxgiv] {
    background: linear-gradient(135deg, #667eea 0%, #A855F7 100%);
    color: white;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
}

.btn-primary:hover:not(:disabled)[b-9i49fnxgiv] {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
}

.btn-secondary[b-9i49fnxgiv] {
    background: rgba(148, 163, 184, 0.2);
    color: #94A3B8;
    border: 2px solid rgba(148, 163, 184, 0.3);
}

.btn-secondary:hover:not(:disabled)[b-9i49fnxgiv] {
    background: rgba(148, 163, 184, 0.3);
    border-color: rgba(148, 163, 184, 0.5);
}

/* Spinner Animation */
.spinner[b-9i49fnxgiv] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-9i49fnxgiv 0.8s linear infinite;
}

@keyframes spin-b-9i49fnxgiv {
    to { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .signup-layout[b-9i49fnxgiv] {
        flex-direction: column;
    }

    .trial-info[b-9i49fnxgiv] {
        flex: 1;
        border-radius: 0;
        padding: 0;
    }
    
    .trial-content[b-9i49fnxgiv] {
        position: static;
        margin: 1.5rem;
        padding: 2rem 1.75rem;
    }

    .trial-title[b-9i49fnxgiv] {
        font-size: 1.625rem;
    }

    .trial-subtitle[b-9i49fnxgiv] {
        font-size: 0.9375rem;
        margin-bottom: 1.5rem;
    }

    .trial-features[b-9i49fnxgiv] {
        gap: 1.25rem;
    }

    .signup-form[b-9i49fnxgiv] {
        padding: 1.75rem 1.75rem 2rem 1.75rem;
        margin: 0 1.5rem 1.5rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .signup-card[b-9i49fnxgiv] {
        margin: 0;
    }

    .trial-info[b-9i49fnxgiv] {
        padding: 0;
    }
    
    .trial-content[b-9i49fnxgiv] {
        margin: 1rem;
        padding: 1.75rem 1.25rem;
    }

    .trial-title[b-9i49fnxgiv] {
        font-size: 1.375rem;
    }

    .trial-subtitle[b-9i49fnxgiv] {
        font-size: 0.875rem;
        margin-bottom: 1.5rem;
    }

    .trial-features[b-9i49fnxgiv] {
        gap: 1.25rem;
    }

    .feature-icon[b-9i49fnxgiv] {
        width: 28px;
        height: 28px;
    }

    .feature-icon svg[b-9i49fnxgiv] {
        width: 16px;
        height: 16px;
    }

    .feature-title[b-9i49fnxgiv] {
        font-size: 1rem;
    }

    .feature-description[b-9i49fnxgiv] {
        font-size: 0.875rem;
    }

    .signup-form[b-9i49fnxgiv] {
        padding: 1.25rem 1.25rem 1.5rem 1.25rem;
        margin: 0 1rem 1rem 1rem;
    }

    .form-section[b-9i49fnxgiv] {
        margin-bottom: 1.25rem;
        padding-bottom: 1rem;
    }

    .language-grid[b-9i49fnxgiv] {
        grid-template-columns: repeat(2, 1fr);
    }

    .form-row[b-9i49fnxgiv] {
        grid-template-columns: 1fr;
    }

    .form-actions[b-9i49fnxgiv] {
        flex-direction: column;
    }

    .btn[b-9i49fnxgiv] {
        width: 100%;
    }

    .subdomain-input-group[b-9i49fnxgiv] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .signup-card[b-9i49fnxgiv]  .subdomain-input.form-control {
        width: 100% !important;
    }
    
    .subdomain-suffix[b-9i49fnxgiv] {
        align-self: flex-start;
    }
}

/* Signup Disabled Styles */
.signup-disabled-card[b-9i49fnxgiv] {
    background: hsl(220, 20%, 16%);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    padding: 4rem;
    max-width: 550px;
    width: 100%;
    border: 1px solid hsl(220, 25%, 22%);
    text-align: center;
}

.disabled-icon[b-9i49fnxgiv] {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.disabled-title[b-9i49fnxgiv] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: 1rem;
}

.disabled-message[b-9i49fnxgiv] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.btn-back-home[b-9i49fnxgiv] {
    display: inline-block;
    padding: 0.875rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #64d2ff 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.btn-back-home:hover[b-9i49fnxgiv] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}
