/* /Components/Layout/MainLayout.razor.rz.scp.css */
@inherits LayoutComponentBase

.main-content {
    padding-top: 76px; /* Account for fixed navbar */
    min-height: calc(100vh - 250px);
}

/* Hero Sections */
.hero-section[b-508283wr6h] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 100px 0;
}

.hero-section h1[b-508283wr6h] {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.hero-section .lead[b-508283wr6h] {
    font-size: 1.5rem;
    opacity: 0.9;
}

/* Feature Cards */
.feature-card[b-508283wr6h] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.feature-card:hover[b-508283wr6h] {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.feature-icon[b-508283wr6h] {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    margin-bottom: 1.5rem;
}

/* Section Styling */
.section-padding[b-508283wr6h] {
    padding: 80px 0;
}

.section-title[b-508283wr6h] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-subtitle[b-508283wr6h] {
    font-size: 1.25rem;
    color: #6c757d;
    margin-bottom: 3rem;
}

/* Pricing Cards */
.pricing-card[b-508283wr6h] {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    height: 100%;
}

.pricing-card.featured[b-508283wr6h] {
    border: 2px solid #667eea;
    transform: scale(1.05);
}

.pricing-card .price[b-508283wr6h] {
    font-size: 3rem;
    font-weight: 800;
    color: #333;
}

.pricing-card .price span[b-508283wr6h] {
    font-size: 1rem;
    font-weight: 400;
    color: #6c757d;
}

/* CTA Section */
.cta-section[b-508283wr6h] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 0;
}

/* Steps */
.step-number[b-508283wr6h] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

/* Trust Badges */
.trust-badges[b-508283wr6h] {
    background: #f8f9fa;
    padding: 40px 0;
}

.trust-badge[b-508283wr6h] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #6c757d;
    font-weight: 500;
}

/* Language Pills */
.lang-pill[b-508283wr6h] {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    border-radius: 50px;
    font-weight: 500;
    margin: 0.25rem;
}

/* Buttons */
.btn-primary[b-508283wr6h] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
}

.btn-primary:hover[b-508283wr6h] {
    background: linear-gradient(135deg, #5a6fd6 0%, #6a4190 100%);
}

.btn-lg[b-508283wr6h] {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1vgno28ce3],
.components-reconnect-repeated-attempt-visible[b-1vgno28ce3],
.components-reconnect-failed-visible[b-1vgno28ce3],
.components-pause-visible[b-1vgno28ce3],
.components-resume-failed-visible[b-1vgno28ce3],
.components-rejoining-animation[b-1vgno28ce3] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1vgno28ce3],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1vgno28ce3],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1vgno28ce3],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1vgno28ce3],
#components-reconnect-modal.components-reconnect-retrying[b-1vgno28ce3],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1vgno28ce3],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1vgno28ce3],
#components-reconnect-modal.components-reconnect-failed[b-1vgno28ce3],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1vgno28ce3] {
    display: block;
}


#components-reconnect-modal[b-1vgno28ce3] {
    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-1vgno28ce3 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-1vgno28ce3 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-1vgno28ce3 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-1vgno28ce3]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-1vgno28ce3 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1vgno28ce3 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1vgno28ce3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1vgno28ce3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1vgno28ce3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-1vgno28ce3] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-1vgno28ce3] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-1vgno28ce3] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-1vgno28ce3] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-1vgno28ce3] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-1vgno28ce3] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1vgno28ce3 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1vgno28ce3] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1vgno28ce3 {
    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;
    }
}
