/* /Components/Comps/About.razor.rz.scp.css */
.about-section[b-vt0kjxq5u8] {
    background: #ffffff;
}

.about-container[b-vt0kjxq5u8] {
    width: min(80rem, 100%);   
    margin: 0 auto;
}

.about-hero[b-vt0kjxq5u8] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;   
    align-items: center;
    margin-bottom: 5rem;   
}

@media (min-width: 1024px) {
    .about-hero[b-vt0kjxq5u8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));   
        gap: 4rem;   
    }
}

.about-text[b-vt0kjxq5u8] {
    order: 2;
}

.about-images[b-vt0kjxq5u8] {
    order: 1;
    position: relative;
}

@media (min-width: 1024px) {
    .about-text[b-vt0kjxq5u8] {
        order: 1;
    }

    .about-images[b-vt0kjxq5u8] {
        order: 2;
    }
}

.about-badge-wrap[b-vt0kjxq5u8] {
    display: inline-block;
    margin-bottom: 1rem;   
}

.about-badge[b-vt0kjxq5u8] {
    display: inline-block;
    padding: 0.5rem 1rem;    
    border-radius: 9999px;
    font-size: 0.875rem;   
    font-weight: 500;   
    background: rgba(47, 250, 174, 0.1);
    color: var(--color-accent);
}

.about-title[b-vt0kjxq5u8] {
    font-size: 2.25rem;   
    font-weight: 700;
    color: #111827;   
    margin-bottom: 1.5rem;   
    line-height: 1.1;
}

@media (min-width: 768px) {
    .about-title[b-vt0kjxq5u8] {
        font-size: 3rem;   
    }
}

.about-paragraphs[b-vt0kjxq5u8] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;   
    font-size: 1.125rem;   
    color: #374151;   
    line-height: 1.625;   
    margin-bottom: 2rem;   
}

.about-quote[b-vt0kjxq5u8] {
    padding: 1.5rem;   
    border-radius: 1rem;   
    border-left: 4px solid var(--color-primary);
    background: rgba(47, 194, 250, 0.05);
    margin-bottom: 2rem;   
}

    .about-quote p[b-vt0kjxq5u8] {
        color: #374151;   
        font-style: italic;
        line-height: 1.625;
    }

.about-blob[b-vt0kjxq5u8] {
    position: absolute;
    top: -2rem;   
    right: -2rem;   
    width: 16rem;   
    height: 16rem;   
    border-radius: 9999px;
    opacity: 0.20;
    filter: blur(64px);   
    background: var(--color-secondary);
    pointer-events: none;
}

.about-img-grid[b-vt0kjxq5u8] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;   
}

.about-img[b-vt0kjxq5u8] {
    width: 100%;
    height: 16rem;   
    object-fit: cover;
    border-radius: 1rem;   
    display: block;
}

.about-img--offset[b-vt0kjxq5u8] {
    margin-top: 2rem;   
}

.about-cred-grid[b-vt0kjxq5u8] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;   
}

@media (min-width: 640px) {
    .about-cred-grid[b-vt0kjxq5u8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));   
    }
}

@media (min-width: 1024px) {
    .about-cred-grid[b-vt0kjxq5u8] {
        grid-template-columns: repeat(4, minmax(0, 1fr));   
    }
}

.about-cred[b-vt0kjxq5u8] {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);    
    border-radius: 1rem;   
    padding: 1.5rem;   
    border: 1px solid #f3f4f6;   
    transition: all 0.2s ease;
}

    .about-cred:hover[b-vt0kjxq5u8] {
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08), 0 12px 40px rgba(0, 0, 0, 0.06);   
        transform: translateY(-2px);
    }

.about-cred-icoWrap[b-vt0kjxq5u8] {
    width: 3.5rem;   
    height: 3.5rem;   
    border-radius: 0.75rem;   
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;   
    background: rgba(47, 194, 250, 0.1);
}

.about-cred-title[b-vt0kjxq5u8] {
    font-size: 1.125rem;   
    font-weight: 700;
    color: #111827;   
    margin-bottom: 0.5rem;   
}

.about-cred-desc[b-vt0kjxq5u8] {
    font-size: 0.875rem;   
    color: #4b5563;   
}
/* /Components/Comps/Benefits.razor.rz.scp.css */
/* Benefits.razor.css */

.benefits-section[b-vij92juzyd] {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* blurred blobs */
.benefits-bg[b-vij92juzyd] {
    position: absolute;
    width: 24rem; /* w-96 */
    height: 24rem; /* h-96 */
    border-radius: 9999px;
    opacity: 0.10;
    filter: blur(64px); /* blur-3xl-ish */
    pointer-events: none;
}

.benefits-bg--top[b-vij92juzyd] {
    top: 0;
    right: 0;
    background-color: var(--color-secondary);
}

.benefits-bg--bottom[b-vij92juzyd] {
    bottom: 0;
    left: 0;
    background-color: var(--color-accent);
}

.benefits-container[b-vij92juzyd] {
    width: min(80rem, 100%); /* max-w-7xl */
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* hero grid */
.benefits-hero[b-vij92juzyd] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem; /* gap-12 */
    align-items: center;
    margin-bottom: 5rem; /* mb-20 */
}

@media (min-width: 1024px) {
    .benefits-hero[b-vij92juzyd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4rem; /* lg:gap-16 */
    }
}

/* images mosaic */
.benefits-images[b-vij92juzyd] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem; /* gap-4 */
}

.benefits-img-col[b-vij92juzyd] {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* space-y-4 */
}

.benefits-img-col--pt[b-vij92juzyd] {
    padding-top: 2rem; /* pt-8 */
}

.benefits-img[b-vij92juzyd] {
    width: 100%;
    border-radius: 1rem; /* rounded-2xl */
    object-fit: cover;
    display: block;
}

.benefits-img--h56[b-vij92juzyd] {
    height: 14rem;
}
/* h-56 */
.benefits-img--h72[b-vij92juzyd] {
    height: 18rem;
}
/* h-72 */

/* content */
.benefits-badge-wrap[b-vij92juzyd] {
    display: inline-block;
    margin-bottom: 1rem; /* mb-4 */
}

.benefits-badge[b-vij92juzyd] {
    display: inline-block;
    padding: 0.5rem 1rem; /* px-4 py-2 */
    border-radius: 9999px;
    font-size: 0.875rem; /* text-sm */
    font-weight: 500; /* font-medium */
    background-color: rgba(47, 250, 174, 0.1);
    color: var(--color-accent);
}

.benefits-title[b-vij92juzyd] {
    font-weight: 700; /* font-bold */
    color: #111827; /* gray-900 */
    margin-bottom: 1.5rem; /* mb-6 */
    font-size: 2.25rem; /* text-4xl */
    line-height: 1.1;
}

@media (min-width: 768px) {
    .benefits-title[b-vij92juzyd] {
        font-size: 3rem; /* md:text-5xl */
    }
}

.benefits-paragraph[b-vij92juzyd] {
    font-size: 1.125rem; /* text-lg */
    color: #374151; /* gray-700 */
    line-height: 1.625; /* leading-relaxed */
    margin-bottom: 2rem; /* mb-8 */
}

.benefits-paragraph--mb10[b-vij92juzyd] {
    margin-bottom: 2.5rem; /* mb-10 */
}

/* benefit cards grid */
.benefits-cards[b-vij92juzyd] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem; /* gap-4 */
}

@media (min-width: 640px) {
    .benefits-cards[b-vij92juzyd] {
        grid-template-columns: repeat(2, minmax(0, 1fr)); /* sm:grid-cols-2 */
    }
}

.benefits-card[b-vij92juzyd] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem; /* space-x-3 */
    padding: 1rem; /* p-4 */
    border-radius: 0.75rem; /* rounded-xl */
    background: #f9fafb; /* gray-50 */
    border: 1px solid #f3f4f6; /* gray-100 */
}

.benefits-card-iconWrap[b-vij92juzyd] {
    flex-shrink: 0;
    width: 2.5rem; /* w-10 */
    height: 2.5rem; /* h-10 */
    border-radius: 0.5rem; /* rounded-lg */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(47, 194, 250, 0.1);
}

.benefits-card-title[b-vij92juzyd] {
    font-weight: 600; /* font-semibold */
    color: #111827;
    margin-bottom: 0.25rem; /* mb-1 */
    font-size: 1rem;
}

.benefits-card-desc[b-vij92juzyd] {
    font-size: 0.875rem; /* text-sm */
    color: #4b5563; /* gray-600 */
}

/* process box */
.benefits-process[b-vij92juzyd] {
    border-radius: 1.5rem; /* rounded-3xl */
    padding: 2rem; /* p-8 */
    border: 1px solid #e5e7eb; /* gray-200 */
    background: linear-gradient(135deg, #f9fafb 0%, #eff6ff 100%); /* from-gray-50 to-blue-50 */
}

@media (min-width: 768px) {
    .benefits-process[b-vij92juzyd] {
        padding: 3rem; /* md:p-12 */
    }
}

.benefits-process-inner[b-vij92juzyd] {
    width: min(56rem, 100%); /* max-w-4xl */
    margin: 0 auto;
}

.benefits-process-head[b-vij92juzyd] {
    text-align: center;
    margin-bottom: 2.5rem; /* mb-10 */
}

.benefits-process-title[b-vij92juzyd] {
    font-size: 1.5rem; /* text-2xl */
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem; /* mb-4 */
}

@media (min-width: 768px) {
    .benefits-process-title[b-vij92juzyd] {
        font-size: 1.875rem; /* md:text-3xl */
    }
}

.benefits-process-subtitle[b-vij92juzyd] {
    font-size: 1.125rem; /* text-lg */
    color: #4b5563; /* gray-600 */
}

/* steps grid */
.benefits-steps[b-vij92juzyd] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem; /* gap-6 */
}

@media (min-width: 768px) {
    .benefits-steps[b-vij92juzyd] {
        grid-template-columns: repeat(4, minmax(0, 1fr)); /* md:grid-cols-4 */
    }
}

.benefits-step[b-vij92juzyd] {
    text-align: center;
}

.benefits-step-badge[b-vij92juzyd] {
    width: 4rem; /* w-16 */
    height: 4rem; /* h-16 */
    border-radius: 1rem; /* rounded-2xl */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem; /* mb-4 */
    background: #ffffff;
}

.benefits-step-num[b-vij92juzyd] {
    font-size: 1.5rem; /* text-2xl */
    font-weight: 700;
    color: var(--color-primary);
}

.benefits-step-title[b-vij92juzyd] {
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem; /* mb-2 */
}

.benefits-step-desc[b-vij92juzyd] {
    font-size: 0.875rem; /* text-sm */
    color: #4b5563;
}
/* /Components/Comps/Contact.razor.rz.scp.css */
/* Contact.razor.css */

.contact-section[b-oe540fxgpx] {
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 45%, #f9fafb 100%);
}

.contact-container[b-oe540fxgpx] {
    width: min(80rem, 100%);
    margin: 0 auto;
}

.contact-header[b-oe540fxgpx] {
    text-align: center;
    margin-bottom: 4rem; /* mb-16 */
}

.badge-wrap[b-oe540fxgpx] {
    display: inline-block;
    margin-bottom: 1rem; /* mb-4 */
}

.contact-badge[b-oe540fxgpx] {
    display: inline-block;
    padding: 0.5rem 1rem; /* px-4 py-2 */
    border-radius: 9999px;
    font-size: 0.875rem; /* text-sm */
    font-weight: 500; /* font-medium */
    background-color: rgba(47, 194, 250, 0.1);
    color: var(--color-accent);
}

.contact-title[b-oe540fxgpx] {
    font-weight: 700;
    color: #111827; /* gray-900 */
    margin-bottom: 1.5rem; /* mb-6 */
    font-size: 2.25rem; /* text-4xl */
    line-height: 1.1;
}

@media (min-width: 768px) {
    .contact-title[b-oe540fxgpx] {
        font-size: 3rem; /* md:text-5xl */
    }
}

.contact-subtitle[b-oe540fxgpx] {
    font-size: 1.25rem; /* text-xl */
    color: #4b5563; /* gray-600 */
    line-height: 1.625; /* leading-relaxed */
    width: min(48rem, 100%); /* max-w-3xl */
    margin: 0 auto;
}

/* --- Contact info cards (top grid) --- */
.contact-info-grid[b-oe540fxgpx] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem; /* gap-8 */
    margin-bottom: 3rem; /* mb-12 */
}

@media (min-width: 1024px) {
    .contact-info-grid[b-oe540fxgpx] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.contact-info-card[b-oe540fxgpx] {
    background: #ffffff;
    border-radius: 1rem; /* rounded-2xl */
    padding: 1.5rem; /* p-6 */
    border: 1px solid #f3f4f6; /* gray-100 */
    transition: box-shadow 0.2s ease;
}

    .contact-info-card:hover[b-oe540fxgpx] {
        /* matches .shadow-xl-soft */
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 20px 60px rgba(0, 0, 0, 0.06);
    }

.contact-info-iconWrap[b-oe540fxgpx] {
    width: 3.5rem; /* w-14 */
    height: 3.5rem; /* h-14 */
    border-radius: 0.75rem; /* rounded-xl */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem; /* mb-4 */
    background-color: rgba(47, 194, 250, 0.1);
}

.contact-info-title[b-oe540fxgpx] {
    font-size: 1.125rem; /* text-lg */
    font-weight: 700; /* font-bold */
    color: #111827; /* gray-900 */
    margin-bottom: 0.5rem; /* mb-2 */
}

.contact-info-value[b-oe540fxgpx] {
    color: #111827; /* gray-900 */
    font-weight: 500; /* font-medium */
    margin-bottom: 0.25rem; /* mb-1 */
}

.contact-info-detail[b-oe540fxgpx] {
    font-size: 0.875rem; /* text-sm */
    color: #4b5563; /* gray-600 */
}

/* --- Main grid (form + sidebar) --- */
.contact-main-grid[b-oe540fxgpx] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem; /* gap-8 */
}

@media (min-width: 1024px) {
    .contact-main-grid[b-oe540fxgpx] {
        grid-template-columns: repeat(5, minmax(0, 1fr)); /* lg:grid-cols-5 */
    }

    .contact-form-col[b-oe540fxgpx] {
        grid-column: span 3;
    }

    .contact-side-col[b-oe540fxgpx] {
        grid-column: span 2;
    }
}

.contact-form-card[b-oe540fxgpx] {
    background: #ffffff;
    border-radius: 1.5rem; /* rounded-3xl */
    padding: 2rem; /* p-8 */
    border: 1px solid #f3f4f6; /* gray-100 */
}

@media (min-width: 768px) {
    .contact-form-card[b-oe540fxgpx] {
        padding: 2.5rem; /* md:p-10 */
    }
}

.contact-form-title[b-oe540fxgpx] {
    font-size: 1.5rem; /* text-2xl */
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem; /* mb-6 */
}

/* Form layout */
.contact-form[b-oe540fxgpx] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; /* space-y-6 */
}

.field[b-oe540fxgpx] {
    display: block;
}

.label[b-oe540fxgpx] {
    display: block;
    font-size: 0.875rem; /* text-sm */
    font-weight: 600; /* font-semibold */
    color: #374151; /* gray-700 */
    margin-bottom: 0.5rem; /* mb-2 */
}

.input[b-oe540fxgpx],
.textarea[b-oe540fxgpx] {
    width: 100%;
    padding: 0.875rem 1rem; /* py-3.5 px-4 */
    border: 2px solid #e5e7eb; /* gray-200 */
    border-radius: 0.75rem; /* rounded-xl */
    outline: none;
    color: #111827; /* gray-900 */
    background: #ffffff;
    transition: border-color 0.2s ease;
}

    .input[b-oe540fxgpx]::placeholder,
    .textarea[b-oe540fxgpx]::placeholder {
        color: #9ca3af; /* gray-400-ish */
    }

    .input:focus[b-oe540fxgpx],
    .textarea:focus[b-oe540fxgpx] {
        border-color: var(--color-primary);
    }

.textarea[b-oe540fxgpx] {
    resize: none; /* resize-none */
}

.two-col[b-oe540fxgpx] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem; /* gap-6 */
}

@media (min-width: 640px) {
    .two-col[b-oe540fxgpx] {
        grid-template-columns: repeat(2, minmax(0, 1fr)); /* sm:grid-cols-2 */
    }
}

/* Submit button */
.contact-submit[b-oe540fxgpx] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem; /* space-x-2 */
    font-size: 1.125rem; /* text-lg */
}

.contact-submit-icon[b-oe540fxgpx] {
    display: inline-flex;
    align-items: center;
}

/* Success state */
.contact-success[b-oe540fxgpx] {
    text-align: center;
    padding: 4rem 0; /* py-16 */
}

.contact-success-iconWrap[b-oe540fxgpx] {
    width: 5rem; /* w-20 */
    height: 5rem; /* h-20 */
    border-radius: 1rem; /* rounded-2xl */
    margin: 0 auto 1.5rem; /* mb-6 */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(47, 250, 174, 0.15);
}

.contact-success-title[b-oe540fxgpx] {
    font-size: 1.5rem; /* text-2xl */
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem; /* mb-3 */
}

.contact-success-text[b-oe540fxgpx] {
    font-size: 1.125rem; /* text-lg */
    color: #4b5563;
}

/* Sidebar sticky stack */
.contact-sticky[b-oe540fxgpx] {
    position: sticky;
    top: 6rem; /* top-24 */
    display: flex;
    flex-direction: column;
    gap: 1.5rem; /* space-y-6 */
}

.contact-why-card[b-oe540fxgpx] {
    border-radius: 1rem; /* rounded-2xl */
    padding: 2rem; /* p-8 */
    border: 1px solid #f3f4f6;
    background-color: rgba(47, 250, 174, 0.06);
}

.contact-faq-card[b-oe540fxgpx] {
    background: #ffffff;
    border-radius: 1rem; /* rounded-2xl */
    padding: 2rem; /* p-8 */
    border: 1px solid #f3f4f6;
}

.side-title[b-oe540fxgpx] {
    font-size: 1.25rem; /* text-xl */
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem; /* mb-4 */
}

/* Why list */
.why-list[b-oe540fxgpx] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem; /* space-y-3 */
}

.why-item[b-oe540fxgpx] {
    display: flex;
    align-items: center;
    gap: 0.75rem; /* space-x-3 */
}

.why-check[b-oe540fxgpx] {
    width: 1.5rem; /* w-6 */
    height: 1.5rem; /* h-6 */
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--color-secondary);
}

.why-check-mark[b-oe540fxgpx] {
    color: #ffffff;
    font-size: 0.75rem; /* text-xs */
    line-height: 1;
}

.why-text[b-oe540fxgpx] {
    color: #374151; /* gray-700 */
}

/* FAQ */
.faq[b-oe540fxgpx] {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* space-y-4 */
    font-size: 0.875rem; /* text-sm */
}

.faq-q[b-oe540fxgpx] {
    font-weight: 600; /* font-semibold */
    color: #111827;
    margin-bottom: 0.25rem; /* mb-1 */
}

.faq-a[b-oe540fxgpx] {
    color: #4b5563;
}
/* /Components/Comps/Hero.razor.rz.scp.css */
.hero-root[b-8xscrib4f8] {
    position: relative;
    min-height: 100vh;   
    display: flex;
    align-items: center;
    padding-top: 2rem;   
    overflow: hidden;
}

.hero-bg[b-8xscrib4f8] {
    position: absolute;
    inset: 0;
}

.hero-bg-img[b-8xscrib4f8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-bg-overlay[b-8xscrib4f8] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.90) 45%, rgba(239, 246, 255, 0.85) 100%);   
}

.hero-container[b-8xscrib4f8] {
    position: relative;
    z-index: 10;
    width: 100%;
    width: min(80rem, 100%);   
    margin: 0 auto;
    padding: 5rem 1rem;    
}

@media (min-width: 640px) {
    .hero-container[b-8xscrib4f8] {
        padding-left: 1.5rem;   
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .hero-container[b-8xscrib4f8] {
        padding-left: 2rem;   
        padding-right: 2rem;
    }
}

.hero-grid[b-8xscrib4f8] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;   
    align-items: center;
}

@media (min-width: 1024px) {
    .hero-grid[b-8xscrib4f8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.hero-badges[b-8xscrib4f8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;   
    margin-bottom: 2rem;   
    flex-wrap: wrap;
}

.hero-badge[b-8xscrib4f8] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;   
}

.hero-badge-text[b-8xscrib4f8] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-badge-ico[b-8xscrib4f8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-dot[b-8xscrib4f8] {
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 9999px;
    background: #9ca3af;
}

.hero-title[b-8xscrib4f8] {
    font-weight: 700;
    color: #111827;   
    margin-bottom: 1.5rem;   
    line-height: 1.1;   
    font-size: 2.75rem;   
}

.hero-title-accent[b-8xscrib4f8] {
    display: block;
    margin-top: 0.5rem;   
}

@media (min-width: 640px) {
    .hero-title[b-8xscrib4f8] {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    .hero-title[b-8xscrib4f8] {
        font-size: 2.75rem;
    }
}

@media (min-width: 1280px) {
    .hero-title[b-8xscrib4f8] {
        font-size: 3.25rem;
    }
}

.hero-lead[b-8xscrib4f8] {
    font-size: 1.125rem;   
    color: #374151;   
    margin-bottom: 2rem;   
    line-height: 1.625;   
    width: min(36rem, 100%);   
}

@media (min-width: 640px) {
    .hero-lead[b-8xscrib4f8] {
        font-size: 1.25rem;
    }
}

.hero-cta[b-8xscrib4f8] {
    display: flex;
    flex-direction: column;   
    gap: 1rem;   
    margin-bottom: 2.5rem;   
}

@media (min-width: 640px) {
    .hero-cta[b-8xscrib4f8] {
        flex-direction: row;
    }
}

.hero-cta-primary[b-8xscrib4f8] {
    text-align: center;
}

.hero-cta-secondary[b-8xscrib4f8] {
    padding: 1rem 2rem;    
    border-radius: 0.75rem;   
    font-weight: 600;   
    color: #374151;   
    background: #ffffff;
    border: 2px solid #e5e7eb;   
    transition: all 0.2s ease;
    cursor: pointer;
}

    .hero-cta-secondary:hover[b-8xscrib4f8] {
        border-color: #d1d5db;   
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08), 0 12px 40px rgba(0, 0, 0, 0.06);   
    }

.hero-features[b-8xscrib4f8] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;   
}

@media (min-width: 640px) {
    .hero-features[b-8xscrib4f8] {
        grid-template-columns: repeat(3, minmax(0, 1fr));   
    }
}

.hero-feature[b-8xscrib4f8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;   
    background: rgba(255, 255, 255, 0.80);   
    backdrop-filter: blur(10px);   
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0.75rem;   
    padding: 0.75rem 1rem;    
}

.hero-feature-ico[b-8xscrib4f8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-feature-text[b-8xscrib4f8] {
    font-size: 0.875rem;   
    color: #111827;   
    font-weight: 600;   
}

.hero-right[b-8xscrib4f8] {
    display: none;   
}

@media (min-width: 1024px) {
    .hero-right[b-8xscrib4f8] {
        display: block;
    }
}

.hero-right-wrap[b-8xscrib4f8] {
    position: relative;
}

.hero-blob[b-8xscrib4f8] {
    position: absolute;
    width: 18rem;   
    height: 18rem;   
    border-radius: 9999px;
    opacity: 0.20;
    filter: blur(64px);   
    pointer-events: none;
}

.hero-blob--tl[b-8xscrib4f8] {
    top: -1.5rem;   
    left: -1.5rem;   
    background: var(--color-primary);
}

.hero-blob--br[b-8xscrib4f8] {
    bottom: -1.5rem;   
    right: -1.5rem;   
    background: var(--color-accent);
}

.hero-photo-wrap[b-8xscrib4f8] {
    position: relative;
}

.hero-photo[b-8xscrib4f8] {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;   
    position: relative;
    display: block;
}

.hero-stat[b-8xscrib4f8] {
    position: absolute;
    bottom: -1.5rem;   
    right: -1.5rem;   
    background: #ffffff;
    border-radius: 1rem;   
    padding: 1.5rem;   
    border: 1px solid #f3f4f6;   
}

.hero-stat-row[b-8xscrib4f8] {
    display: flex;
    align-items: center;
    gap: 1rem;   
}

.hero-stat-icoWrap[b-8xscrib4f8] {
    width: 3rem;   
    height: 3rem;   
    border-radius: 0.75rem;   
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(47, 250, 174, 0.15);
}

.hero-stat-num[b-8xscrib4f8] {
    font-size: 1.5rem;   
    font-weight: 700;
    color: #111827;
    line-height: 1.1;
}

.hero-stat-label[b-8xscrib4f8] {
    font-size: 0.875rem;   
    color: #4b5563;   
}

.hero-scroll[b-8xscrib4f8] {
    position: absolute;
    bottom: 2rem;   
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.hero-scroll-btn[b-8xscrib4f8] {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #4b5563;   
    transition: color 0.2s ease;
}

    .hero-scroll-btn:hover[b-8xscrib4f8] {
        color: #111827;   
    }

.hero-scroll-text[b-8xscrib4f8] {
    font-size: 0.875rem;   
    font-weight: 500;   
    margin-bottom: 0.5rem;   
}

.hero-scroll-ico[b-8xscrib4f8] {
    display: inline-flex;
    animation: hero-bounce-b-8xscrib4f8 1s infinite;
}

.hero-span[b-8xscrib4f8] {
    padding-bottom: 10px;
}

@keyframes hero-bounce-b-8xscrib4f8 {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px);
    }
}
/* /Components/Comps/Info.razor.rz.scp.css */
.info[b-74uw3k51e8] {
    position: relative;
    overflow: hidden;
    padding: 110px 24px;
    /* Kevesebb "fehér semmi", több mélység */
    background: radial-gradient(1200px 700px at 15% -10%, rgba(47,129,250,0.20), transparent 55%), radial-gradient(900px 600px at 95% 0%, rgba(47,250,174,0.18), transparent 52%), linear-gradient(to bottom, #f7fbff 0%, #ffffff 60%, #f8fafc 100%);
}

    .info[b-74uw3k51e8]::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        /* nagyon finom textúra-hatás (statikus) */
        background: radial-gradient(circle at 30% 30%, rgba(0,0,0,0.03), transparent 40%), radial-gradient(circle at 70% 60%, rgba(0,0,0,0.025), transparent 42%);
        opacity: 0.7;
    }

.info-container[b-74uw3k51e8] {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.info-header[b-74uw3k51e8] {
    text-align: center;
    margin-bottom: 70px;
}

.info-pill[b-74uw3k51e8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: rgba(47,129,250,0.12);
    color: var(--color-accent);
    border: 1px solid rgba(47,129,250,0.18);
    margin-bottom: 18px;
}

.info-header h2[b-74uw3k51e8] {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 18px;
    color: var(--color-text-dark);
    padding-bottom: 5px;
}

.info-header p[b-74uw3k51e8] {
    font-size: 18px;
    line-height: 1.7;
    color: var(--color-text-muted);
    max-width: 760px;
    margin: 0 auto;
}

/* ===== Steps ===== */
.info-steps[b-74uw3k51e8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-bottom: 70px;
}

.info-step[b-74uw3k51e8] {
    position: relative;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 46px;
    border-radius: 32px;
    /* kevésbé "kocka", inkább premium */
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

    .info-step[b-74uw3k51e8]::before {
        content: "";
        position: absolute;
        left: 18px;
        right: 18px;
        top: 18px;
        height: 6px;
        border-radius: 999px;
        opacity: 0.95;
    }

.info-step--primary[b-74uw3k51e8]::before {
    background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
}

.info-step--secondary[b-74uw3k51e8]::before {
    background: linear-gradient(90deg, var(--color-secondary), var(--color-primary));
}

.info-step h3[b-74uw3k51e8] {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 18px;
    color: var(--color-text-dark);
    letter-spacing: -0.01em;
}

.info-step p[b-74uw3k51e8] {
    font-size: 16.5px;
    line-height: 1.8;
    color: var(--color-text);
    margin-bottom: 16px;
}

    .info-step p:last-child[b-74uw3k51e8] {
        margin-bottom: 0;
    }

.step-number[b-74uw3k51e8] {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    font-size: 28px;
    font-weight: 800;
    margin: 14px 0 26px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

    .step-number.primary[b-74uw3k51e8] {
        background: rgba(47,194,250,0.12);
        color: var(--color-primary);
    }

    .step-number.secondary[b-74uw3k51e8] {
        background: rgba(47,250,174,0.12);
        color: var(--color-secondary);
    }

/* ===== Feature cards ===== */
.info-features[b-74uw3k51e8] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.info-card[b-74uw3k51e8] {
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 28px;
    border-radius: 26px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

    .info-card h4[b-74uw3k51e8] {
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 8px;
        color: var(--color-text-dark);
        letter-spacing: -0.01em;
    }

    .info-card strong[b-74uw3k51e8] {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 10px;
    }

    .info-card p[b-74uw3k51e8] {
        font-size: 15.5px;
        line-height: 1.7;
        color: var(--color-text-muted);
    }

.icon-box[b-74uw3k51e8] {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    /* ikon “pop” */
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    box-shadow: 0 10px 24px rgba(47, 129, 250, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border: 1px solid rgba(255,255,255,0.35);
}

.icon[b-74uw3k51e8] {
    width: 24px;
    height: 24px;
    stroke: #ffffff;
    stroke-width: 2.2;
    fill: none;
}

/* ===== CTA ===== */
.info-cta[b-74uw3k51e8] {
    margin-top: 90px;
    border-radius: 34px;
    padding: 14px;
    background: linear-gradient(135deg, rgba(47,194,250,0.35), rgba(47,129,250,0.28));
    border: 1px solid rgba(47,129,250,0.22);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.10);
}

.info-cta-inner[b-74uw3k51e8] {
    border-radius: 26px;
    padding: 56px 42px;
    text-align: center;
    color: white;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
}

    .info-cta-inner h3[b-74uw3k51e8] {
        font-size: 2.35rem;
        letter-spacing: -0.02em;
    }

    .info-cta-inner p[b-74uw3k51e8] {
        font-size: 1.12rem;
        margin-top: 12px;
        opacity: 0.95;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .info-cta-inner .btn-primary[b-74uw3k51e8] {
        margin-top: 22px;
    }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .info-header h2[b-74uw3k51e8] {
        font-size: 40px;
    }

    .info-features[b-74uw3k51e8] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .info-steps[b-74uw3k51e8] {
        grid-template-columns: 1fr;
    }

    .info-step[b-74uw3k51e8] {
        padding: 38px;
    }

    .info-cta-inner[b-74uw3k51e8] {
        padding: 44px 26px;
    }
}

@media (max-width: 560px) {
    .info-header h2[b-74uw3k51e8] {
        font-size: 34px;
    }

    .info-features[b-74uw3k51e8] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Comps/Services.razor.rz.scp.css */
.problems-section[b-xtpqslih7x] {
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);    
}

.problems-container[b-xtpqslih7x] {
    width: min(80rem, 100%);   
    margin: 0 auto;
}

.problems-head[b-xtpqslih7x] {
    text-align: center;
    margin-bottom: 4rem;   
}

@media (min-width: 768px) {
    .problems-head[b-xtpqslih7x] {
        margin-bottom: 5rem;   
    }
}

.problems-badge-wrap[b-xtpqslih7x] {
    display: inline-block;
    margin-bottom: 1rem;   
}

.problems-badge[b-xtpqslih7x] {
    display: inline-block;
    padding: 0.5rem 1rem;    
    border-radius: 9999px;
    font-size: 0.875rem;   
    font-weight: 500;   
    background: rgba(47, 194, 250, 0.1);
    color: var(--color-accent);
}

.problems-title[b-xtpqslih7x] {
    font-size: 2.25rem;   
    font-weight: 700;   
    color: #111827;   
    margin-bottom: 1.5rem;   
    line-height: 1.1;
}

@media (min-width: 768px) {
    .problems-title[b-xtpqslih7x] {
        font-size: 3rem;   
    }
}

@media (min-width: 1024px) {
    .problems-title[b-xtpqslih7x] {
        font-size: 3.75rem;   
    }
}

.problems-sub[b-xtpqslih7x] {
    font-size: 1.25rem;   
    color: #4b5563;   
    width: min(48rem, 100%);   
    margin: 0 auto;
    line-height: 1.7;   
}

.problems-grid[b-xtpqslih7x] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;   
}

@media (min-width: 768px) {
    .problems-grid[b-xtpqslih7x] {
        grid-template-columns: repeat(2, minmax(0, 1fr));   
    }
}

@media (min-width: 1024px) {
    .problems-grid[b-xtpqslih7x] {
        grid-template-columns: repeat(3, minmax(0, 1fr));   
    }
}

.problem-card[b-xtpqslih7x] {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 1rem;   
    padding: 2rem;   
    border: 1px solid #f3f4f6;   
}

.problem-glow[b-xtpqslih7x] {
    position: absolute;
    top: 0;
    right: 0;
    width: 8rem;   
    height: 8rem;   
    border-radius: 9999px;
    filter: blur(64px);   
    opacity: 0;
    transition: opacity 0.5s ease;
}

.problem-card:hover .problem-glow[b-xtpqslih7x] {
    opacity: 0.30;   
}

.problem-inner[b-xtpqslih7x] {
    position: relative;
}

.problem-iconWrap[b-xtpqslih7x] {
    width: 4rem;   
    height: 4rem;   
    border-radius: 1rem;   
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;   
}

.problem-title[b-xtpqslih7x] {
    font-size: 1.25rem;   
    font-weight: 700;   
    color: #111827;   
    margin-bottom: 0.75rem;   
}

.problem-desc[b-xtpqslih7x] {
    color: #4b5563;   
    line-height: 1.625;   
}

.problems-cta[b-xtpqslih7x] {
    margin-top: 4rem;   
    text-align: center;
}

.problems-cta-text[b-xtpqslih7x] {
    font-size: 1.125rem;   
    color: #4b5563;   
    margin-bottom: 1.5rem;   
}

.problems-cta-btn[b-xtpqslih7x] {
    padding: 1rem 2rem;    
    border-radius: 0.75rem;   
    font-weight: 600;   
    color: #374151;   
    background: #ffffff;
    border: 2px solid #e5e7eb;   
    transition: all 0.2s ease;
    cursor: pointer;
}

    .problems-cta-btn:hover[b-xtpqslih7x] {
        border-color: #d1d5db;   
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08), 0 12px 40px rgba(0, 0, 0, 0.06);   
    }
/* /Components/Layout/Footer.razor.rz.scp.css */
/* Footer.razor.css */

.footer-root[b-06r3fln29c] {
    background: #111827; /* gray-900 */
    color: #ffffff;
}

.footer-container[b-06r3fln29c] {
    width: min(80rem, 100%); /* max-w-7xl */
    margin: 0 auto;
    padding: 4rem 1rem; /* py-16 px-4 */
}

.footer-grid[b-06r3fln29c] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem; /* gap-12 */
    margin-bottom: 3rem; /* mb-12 */
}

@media (min-width: 768px) {
    .footer-grid[b-06r3fln29c] {
        grid-template-columns: repeat(2, minmax(0, 1fr)); /* md:grid-cols-2 */
    }
}

@media (min-width: 1024px) {
    .footer-grid[b-06r3fln29c] {
        grid-template-columns: repeat(4, minmax(0, 1fr)); /* lg:grid-cols-4 */
    }
}

.footer-col[b-06r3fln29c] {
    min-width: 0;
}

.footer-brand[b-06r3fln29c] {
    font-size: 1.5rem; /* text-2xl */
    font-weight: 700;
    margin-bottom: 1rem; /* mb-4 */
}

.footer-desc[b-06r3fln29c] {
    color: #9ca3af; /* gray-400 */
    line-height: 1.625; /* leading-relaxed */
    margin-bottom: 1.5rem; /* mb-6 */
}

.footer-made[b-06r3fln29c] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem; /* space-x-2 */
    color: #9ca3af; /* gray-400 */
}

.footer-heart[b-06r3fln29c] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* titles */
.footer-title[b-06r3fln29c] {
    font-size: 1.125rem; /* text-lg */
    font-weight: 700;
    margin-bottom: 1rem; /* mb-4 */
}

/* quick links */
.footer-links[b-06r3fln29c] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem; /* space-y-3 */
}

.footer-link[b-06r3fln29c] {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #9ca3af; /* gray-400 */
    transition: color 0.2s ease;
    text-align: left;
    font-size: 1rem;
}

    .footer-link:hover[b-06r3fln29c] {
        color: var(--color-primary);
    }

/* contact */
.footer-contact[b-06r3fln29c] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem; /* space-y-4 */
}

.footer-contact-item[b-06r3fln29c] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem; /* space-x-3 */
}

.footer-contact-ico[b-06r3fln29c] {
    display: inline-flex;
    flex-shrink: 0;
    margin-top: 0.25rem; /* mt-1 */
}

.footer-muted[b-06r3fln29c] {
    color: #9ca3af; /* gray-400 */
}

/* hours */
.footer-hours[b-06r3fln29c] {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #9ca3af; /* gray-400 */
    display: flex;
    flex-direction: column;
    gap: 0.75rem; /* space-y-3 */
}

.footer-hours-row[b-06r3fln29c] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.footer-hours-strong[b-06r3fln29c] {
    font-weight: 500; /* font-medium */
}

/* note box */
.footer-note[b-06r3fln29c] {
    margin-top: 1.5rem; /* mt-6 */
    padding: 1rem; /* p-4 */
    border-radius: 0.75rem; /* rounded-xl */
    background-color: rgba(47, 194, 250, 0.1);
}

.footer-note-text[b-06r3fln29c] {
    font-size: 0.875rem; /* text-sm */
    color: #d1d5db; /* gray-300 */
}

/* bottom bar */
.footer-bottom[b-06r3fln29c] {
    border-top: 1px solid #1f2937; /* gray-800 */
    padding-top: 2rem; /* pt-8 */
}

.footer-bottom-inner[b-06r3fln29c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem; /* space-y-4 */
}

@media (min-width: 768px) {
    .footer-bottom-inner[b-06r3fln29c] {
        flex-direction: row; /* md:flex-row */
        gap: 0; /* md:space-y-0 */
    }
}

.footer-copy[b-06r3fln29c] {
    color: #9ca3af; /* gray-400 */
    text-align: center;
}

@media (min-width: 768px) {
    .footer-copy[b-06r3fln29c] {
        text-align: left;
    }
}

.footer-legal[b-06r3fln29c] {
    display: flex;
    gap: 1.5rem; /* space-x-6 */
    font-size: 0.875rem; /* text-sm */
    color: #9ca3af; /* gray-400 */
}

.footer-legal-btn[b-06r3fln29c] {
    background: transparent;
    border: none;
    cursor: pointer;
    color: inherit;
    transition: color 0.2s ease;
    padding: 0;
}

    .footer-legal-btn:hover[b-06r3fln29c] {
        color: var(--color-primary);
    }

.footer-madeby[b-06r3fln29c] {
    margin-top: 8px;
    font-size: 0.8rem;
    color: var(--color-muted);
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}

.footer-madeby-brand[b-06r3fln29c] {
    color: var(--color-primary);
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

    .footer-madeby-brand:hover[b-06r3fln29c] {
        opacity: 0.8;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vbaj5lszr2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vbaj5lszr2] {
    flex: 1;
}

.sidebar[b-vbaj5lszr2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vbaj5lszr2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vbaj5lszr2]  a, .top-row[b-vbaj5lszr2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vbaj5lszr2]  a:hover, .top-row[b-vbaj5lszr2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vbaj5lszr2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vbaj5lszr2] {
        justify-content: space-between;
    }

    .top-row[b-vbaj5lszr2]  a, .top-row[b-vbaj5lszr2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vbaj5lszr2] {
        flex-direction: row;
    }

    .sidebar[b-vbaj5lszr2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vbaj5lszr2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vbaj5lszr2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vbaj5lszr2], article[b-vbaj5lszr2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vbaj5lszr2] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-vbaj5lszr2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavBar.razor.rz.scp.css */
/* Navigation.razor.css */

.nav-root[b-pjkbf1wdad] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid #f3f4f6; /* gray-100 */
}

.nav-container[b-pjkbf1wdad] {
    width: min(80rem, 100%); /* max-w-7xl */
    margin: 0 auto;
    padding: 0 1rem; /* px-4 */
}

@media (min-width: 640px) {
    .nav-container[b-pjkbf1wdad] {
        padding: 0 1.5rem; /* sm:px-6 */
    }
}

@media (min-width: 1024px) {
    .nav-container[b-pjkbf1wdad] {
        padding: 0 2rem; /* lg:px-8 */
    }
}

.nav-bar[b-pjkbf1wdad] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5rem; /* h-20 */
}

@media (min-width: 768px) {
    .nav-bar[b-pjkbf1wdad] {
        height: 6rem; /* md:h-24 */
    }
}

.nav-left[b-pjkbf1wdad] {
    display: flex;
    align-items: center;
    gap: 1rem; /* space-x-4 */
}

/* logo block */
.nav-logo[b-pjkbf1wdad] {
    position: relative;
}

.nav-logo-glow[b-pjkbf1wdad] {
    position: absolute;
    inset: 0;
    border-radius: 1rem; /* rounded-2xl */
    opacity: 0.20;
    filter: blur(16px); /* blur-xl */
    background-color: var(--color-primary);
    transition: opacity 0.2s ease;
}

.nav-logo:hover .nav-logo-glow[b-pjkbf1wdad] {
    opacity: 0.30;
}

.nav-logo-badge[b-pjkbf1wdad] {
    position: relative;
    width: 3.5rem; /* w-14 */
    height: 3.5rem; /* h-14 */
    border-radius: 1rem; /* rounded-2xl */
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
}

/* brand */
.nav-brand[b-pjkbf1wdad] {
    display: flex;
    flex-direction: column;
}

.nav-brand-row[b-pjkbf1wdad] {
    display: flex;
    align-items: center;
    gap: 0.75rem; /* space-x-3 */
}

.nav-name[b-pjkbf1wdad] {
    font-weight: 700;
    color: #111827; /* gray-900 */
    letter-spacing: -0.02em; /* tracking-tight */
    font-size: 1.5rem; /* text-2xl */
    line-height: 1.1;
}

@media (min-width: 768px) {
    .nav-name[b-pjkbf1wdad] {
        font-size: 1.875rem; /* md:text-3xl */
    }
}

.nav-degree[b-pjkbf1wdad] {
    display: inline-block;
    padding: 0.25rem 0.75rem; /* px-3 py-1 */
    border-radius: 0.5rem; /* rounded-lg */
    font-size: 0.75rem; /* text-xs */
    font-weight: 700; /* font-bold */
    color: #ffffff;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
}

.nav-sub[b-pjkbf1wdad] {
    margin-top: 0.125rem; /* mt-0.5 */
    font-size: 0.75rem; /* text-xs */
    color: #4b5563; /* gray-600 */
    letter-spacing: 0.08em; /* tracking-wide */
    text-transform: uppercase;
    font-weight: 500; /* font-medium */
}

@media (min-width: 768px) {
    .nav-sub[b-pjkbf1wdad] {
        font-size: 0.875rem; /* md:text-sm */
    }
}

/* desktop links */
.nav-links[b-pjkbf1wdad] {
    display: none;
    align-items: center;
    gap: 2rem; /* space-x-8 */
}

@media (min-width: 1024px) {
    .nav-links[b-pjkbf1wdad] {
        display: flex;
    }
}

.nav-link[b-pjkbf1wdad] {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    font-weight: 500; /* font-medium */
    color: #374151; /* gray-700 */
    transition: color 0.2s ease;
    font-size: 1rem;
}

    .nav-link:hover[b-pjkbf1wdad] {
        color: var(--color-accent);
    }

/* mobile toggle */
.nav-mobile-toggle[b-pjkbf1wdad] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #374151; /* gray-700 */
}

@media (min-width: 1024px) {
    .nav-mobile-toggle[b-pjkbf1wdad] {
        display: none; /* lg:hidden */
    }
}

.nav-mobile-ico[b-pjkbf1wdad] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* mobile panel */
.nav-mobile-panel[b-pjkbf1wdad] {
    background: #ffffff;
    border-top: 1px solid #f3f4f6; /* gray-100 */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 20px 60px rgba(0, 0, 0, 0.06);
}

@media (min-width: 1024px) {
    .nav-mobile-panel[b-pjkbf1wdad] {
        display: none; /* lg:hidden */
    }
}

.nav-mobile-inner[b-pjkbf1wdad] {
    padding: 1.5rem 1rem; /* px-4 py-6 */
    display: flex;
    flex-direction: column;
    gap: 1rem; /* space-y-4 */
}

.nav-mobile-link[b-pjkbf1wdad] {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.75rem 1rem; /* py-3 px-4 */
    border-radius: 0.5rem; /* rounded-lg */
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: 500; /* font-medium */
    color: #374151; /* gray-700 */
    transition: background-color 0.2s ease;
}

    .nav-mobile-link:hover[b-pjkbf1wdad] {
        background: #f9fafb; /* gray-50 */
    }

.nav-mobile-cta[b-pjkbf1wdad] {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem; /* mt-2 */
}

/* also keep shadow-soft on the nav itself (matches original) */
.nav-root[b-pjkbf1wdad] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06), 0 8px 32px rgba(0, 0, 0, 0.04);
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7x5j1t94ks] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-7x5j1t94ks] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-7x5j1t94ks] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7x5j1t94ks] {
    font-size: 1.1rem;
}

.bi[b-7x5j1t94ks] {
    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-7x5j1t94ks] {
    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-7x5j1t94ks] {
    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-7x5j1t94ks] {
    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-7x5j1t94ks] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7x5j1t94ks] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7x5j1t94ks] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7x5j1t94ks]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-7x5j1t94ks]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-7x5j1t94ks]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-7x5j1t94ks] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-7x5j1t94ks] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7x5j1t94ks] {
        display: none;
    }

    .nav-scrollable[b-7x5j1t94ks] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
