/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Header */
.site-header[b-t5md16wv7l] {
    background: #fff;
    border-bottom: 1px solid var(--color-border);
    position: sticky;
    top: 0;
    z-index: 100;
    height: var(--header-height);
}

.header-inner[b-t5md16wv7l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header-height);
}

.logo[b-t5md16wv7l] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--color-primary-dark);
    text-decoration: none;
}

.logo:hover[b-t5md16wv7l] {
    text-decoration: none;
}

.logo-icon[b-t5md16wv7l] {
    color: var(--color-primary-light);
    font-size: 1.4rem;
}

.nav-toggle[b-t5md16wv7l] {
    display: none;
    background: none;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    font-size: 1.25rem;
    padding: 0.35rem 0.65rem;
    cursor: pointer;
    color: var(--color-text);
}

.main-nav[b-t5md16wv7l] {
    display: flex;
    gap: 0.25rem;
}

.main-nav a[b-t5md16wv7l] {
    padding: 0.5rem 0.85rem;
    border-radius: 6px;
    color: var(--color-text);
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.main-nav a:hover[b-t5md16wv7l] {
    background: var(--color-accent);
    color: var(--color-primary);
    text-decoration: none;
}

@media (max-width: 768px) {
    .nav-toggle[b-t5md16wv7l] {
        display: block;
    }

    .main-nav[b-t5md16wv7l] {
        display: none;
        flex-direction: column;
        position: absolute;
        top: var(--header-height);
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid var(--color-border);
        padding: 0.5rem 1rem;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    .main-nav.open[b-t5md16wv7l] {
        display: flex;
    }

    .main-nav a[b-t5md16wv7l] {
        padding: 0.75rem 0.85rem;
    }
}

/* Footer */
.site-footer[b-t5md16wv7l] {
    background: var(--color-primary-dark);
    color: #c8dce0;
    padding: 3rem 0 0;
    margin-top: 4rem;
}

.footer-grid[b-t5md16wv7l] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 2rem;
}

.footer-col h4[b-t5md16wv7l] {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.footer-col p[b-t5md16wv7l] {
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-col ul[b-t5md16wv7l] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li[b-t5md16wv7l] {
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
}

.footer-col a[b-t5md16wv7l] {
    color: #c8dce0;
    text-decoration: none;
}

.footer-col a:hover[b-t5md16wv7l] {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom[b-t5md16wv7l] {
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-top: 2rem;
    padding: 1.25rem 0;
    text-align: center;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .footer-grid[b-t5md16wv7l] {
        grid-template-columns: 1fr;
    }
}

/* Error UI */
#blazor-error-ui[b-t5md16wv7l] {
    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-t5md16wv7l] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yfujl492b5],
.components-reconnect-repeated-attempt-visible[b-yfujl492b5],
.components-reconnect-failed-visible[b-yfujl492b5],
.components-pause-visible[b-yfujl492b5],
.components-resume-failed-visible[b-yfujl492b5],
.components-rejoining-animation[b-yfujl492b5] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-yfujl492b5],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-yfujl492b5],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-yfujl492b5],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-yfujl492b5],
#components-reconnect-modal.components-reconnect-retrying[b-yfujl492b5],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-yfujl492b5],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-yfujl492b5],
#components-reconnect-modal.components-reconnect-failed[b-yfujl492b5],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-yfujl492b5] {
    display: block;
}


#components-reconnect-modal[b-yfujl492b5] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-yfujl492b5 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-yfujl492b5 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-yfujl492b5 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-yfujl492b5]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-yfujl492b5 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-yfujl492b5 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-yfujl492b5 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-yfujl492b5 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-yfujl492b5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-yfujl492b5] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-yfujl492b5] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-yfujl492b5] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-yfujl492b5] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-yfujl492b5] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-yfujl492b5] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-yfujl492b5 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-yfujl492b5] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-yfujl492b5 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.about-content[b-68r2lcara4] {
    max-width: 800px;
    margin: 0 auto;
}

.about-content h2[b-68r2lcara4] {
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
}

.about-content h2:first-of-type[b-68r2lcara4] {
    margin-top: 0;
}

.about-content p[b-68r2lcara4] {
    font-size: 1.05rem;
    line-height: 1.7;
}

.about-content ul[b-68r2lcara4] {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}

.about-content li[b-68r2lcara4] {
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.company-details[b-68r2lcara4] {
    background: var(--color-bg-alt);
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 1.5rem 2rem;
    margin-top: 1rem;
}

.detail-row[b-68r2lcara4] {
    display: flex;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--color-border);
}

.detail-row:last-child[b-68r2lcara4] {
    border-bottom: none;
}

.detail-label[b-68r2lcara4] {
    font-weight: 600;
    min-width: 180px;
    flex-shrink: 0;
    color: var(--color-primary-dark);
}

.detail-value[b-68r2lcara4] {
    color: var(--color-text);
}

@media (max-width: 768px) {
    .detail-row[b-68r2lcara4] {
        flex-direction: column;
        gap: 0.2rem;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-grid[b-owvrb31u94] {
    align-items: start;
}

.contact-item[b-owvrb31u94] {
    margin-bottom: 1.5rem;
}

.contact-item h3[b-owvrb31u94] {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.contact-item p[b-owvrb31u94] {
    margin-bottom: 0.25rem;
}

.contact-form-wrap[b-owvrb31u94] {
    background: var(--color-bg-alt);
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 2rem;
}

.contact-form-wrap h2[b-owvrb31u94] {
    margin-bottom: 1.25rem;
}

.form-group[b-owvrb31u94] {
    margin-bottom: 1rem;
}

.form-group label[b-owvrb31u94] {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
    color: var(--color-primary-dark);
}

.form-input[b-owvrb31u94] {
    width: 100%;
    padding: 1.15rem 0.95rem;
    min-height: 56px;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    font-size: 1rem;
    line-height: 2;
    font-family: inherit;
    transition: border-color 0.15s ease;
    background: #fff;
}

/* Extra line-height + height for dropdown */
select.form-input[b-owvrb31u94] {
    min-height: 70px;
    line-height: 2.5;
}

.form-input:focus[b-owvrb31u94] {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(26, 92, 107, 0.1);
}

/* Message box: double height and width */
.form-textarea[b-owvrb31u94] {
    min-height: 380px; /* was 140px */
    width: 300%;       /* double width */
    max-width: none;
    resize: vertical;
}

.form-success[b-owvrb31u94] {
    background: #e8f8ef;
    border: 1px solid #27ae60;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    color: #1a7a42;
}

.form-success p[b-owvrb31u94] {
    margin: 0;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-ii3l3iep4q] {
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 100%);
    color: #fff;
    padding: 5rem 0;
}

.hero-content[b-ii3l3iep4q] {
    max-width: 750px;
}

.hero h1[b-ii3l3iep4q] {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.hero p[b-ii3l3iep4q] {
    font-size: 1.2rem;
    line-height: 1.7;
    opacity: 0.92;
    margin-bottom: 2rem;
}

.hero-actions[b-ii3l3iep4q] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero .btn-primary[b-ii3l3iep4q] {
    background: #fff;
    color: var(--color-primary-dark);
}

.hero .btn-primary:hover[b-ii3l3iep4q] {
    background: var(--color-accent);
}

.hero .btn-outline[b-ii3l3iep4q] {
    border-color: rgba(255,255,255,0.6);
    color: #fff;
}

.hero .btn-outline:hover[b-ii3l3iep4q] {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
}

.stat-card[b-ii3l3iep4q] {
    padding: 1.5rem;
}

.stat-number[b-ii3l3iep4q] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.2;
}

.stat-label[b-ii3l3iep4q] {
    color: var(--color-text-light);
    font-size: 0.95rem;
    margin-top: 0.25rem;
}

.cta-section[b-ii3l3iep4q] {
    background: var(--color-accent);
    border-radius: 0;
}

@media (max-width: 768px) {
    .hero[b-ii3l3iep4q] {
        padding: 3rem 0;
    }

    .hero h1[b-ii3l3iep4q] {
        font-size: 2rem;
    }

    .hero p[b-ii3l3iep4q] {
        font-size: 1.05rem;
    }
}
/* /Components/Pages/Pricing.razor.rz.scp.css */
.pricing-grid[b-rwb0ttxyi6] {
    align-items: start;
}

.pricing-card[b-rwb0ttxyi6] {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 2.5rem 2rem;
    position: relative;
}

.pricing-featured[b-rwb0ttxyi6] {
    border-color: var(--color-primary);
    box-shadow: 0 4px 24px rgba(26, 92, 107, 0.12);
}

.pricing-badge[b-rwb0ttxyi6] {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-primary);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    white-space: nowrap;
}

.pricing-tier[b-rwb0ttxyi6] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-text-light);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.pricing-price[b-rwb0ttxyi6] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-primary-dark);
    margin-bottom: 0.5rem;
}

.pricing-price span[b-rwb0ttxyi6] {
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-text-light);
}

.pricing-desc[b-rwb0ttxyi6] {
    color: var(--color-text-light);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.pricing-features[b-rwb0ttxyi6] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    text-align: left;
    flex-grow: 1;
}

.pricing-features li[b-rwb0ttxyi6] {
    padding: 0.4rem 0;
    border-bottom: 1px solid var(--color-border);
    font-size: 0.95rem;
}

.pricing-features li[b-rwb0ttxyi6]::before {
    content: "✓ ";
    color: var(--color-success);
    font-weight: 700;
}

.faq-list[b-rwb0ttxyi6] {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item[b-rwb0ttxyi6] {
    border-bottom: 1px solid var(--color-border);
    padding: 1.25rem 0;
}

.faq-item h3[b-rwb0ttxyi6] {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.faq-item p[b-rwb0ttxyi6] {
    color: var(--color-text-light);
    margin-bottom: 0;
}
/* /Components/Pages/Product.razor.rz.scp.css */
.product-overview[b-dboi8qiemp] {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: center;
}

.steps[b-dboi8qiemp] {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.step[b-dboi8qiemp] {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.step-num[b-dboi8qiemp] {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.step-content h3[b-dboi8qiemp] {
    margin-bottom: 0.25rem;
}

.step-content p[b-dboi8qiemp] {
    color: var(--color-text-light);
    margin-bottom: 0;
}

.cta-section[b-dboi8qiemp] {
    background: var(--color-accent);
}
/* /Components/Pages/Support.razor.rz.scp.css */
.support-features[b-7t7athti8i] {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.support-features li[b-7t7athti8i] {
    padding: 0.4rem 0;
    border-bottom: 1px solid var(--color-border);
    font-size: 0.95rem;
}

.support-features li[b-7t7athti8i]::before {
    content: "✓ ";
    color: var(--color-success);
    font-weight: 700;
}

.faq-list[b-7t7athti8i] {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item[b-7t7athti8i] {
    border-bottom: 1px solid var(--color-border);
    padding: 1.25rem 0;
}

.faq-item h3[b-7t7athti8i] {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.faq-item p[b-7t7athti8i] {
    color: var(--color-text-light);
    margin-bottom: 0;
}
