/* /Components/Comps/About.razor.rz.scp.css */
.about-section[b-vt0kjxq5u8] {
    background:
        linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.6)),
        url('https://images.pexels.com/photos/34552314/pexels-photo-34552314.jpeg?auto=compress&cs=tinysrgb&w=1600');
    background-size: cover;
    background-position: center;
}

.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: 1.5rem;   
    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.14;
    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: 18rem;   
    object-fit: cover;
    border-radius: 1.5rem;   
    display: block;
}

.about-img--offset[b-vt0kjxq5u8] {
    margin-top: 3rem;   
}

.about-cred-grid[b-vt0kjxq5u8] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 70%;
    margin: auto;
}

@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(2, minmax(0, 1fr));   
    }
}

.about-cred[b-vt0kjxq5u8] {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);    
    border-radius: 1.5rem;   
    padding: 1.75rem;   
    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(-4px);
    }

.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.14);
}

.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;   
}


.about-highlight[b-vt0kjxq5u8] {
    font-weight: 700;
    color: #0f172a;
    font-size: 1.15rem;
}

.about-highlight-sub[b-vt0kjxq5u8] {
    font-weight: 500;
    color: #475569;
}
/* /Components/Comps/Benefits.razor.rz.scp.css */
/* Benefits.razor.css */

.benefits-section[b-vij92juzyd] {
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.5)), 
        url('https://images.pexels.com/photos/4827/nature-forest-trees-fog.jpeg?auto=compress&cs=tinysrgb&w=1600');
    background-size: cover;
    background-position: center;
    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;
    min-height: 34rem;
}

.benefits-img[b-vij92juzyd] {
    width: 100%;
    height: 34rem;
    border-radius: 1rem; /* rounded-2xl */
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .benefits-images[b-vij92juzyd] {
        min-height: 18rem;
    }

    .benefits-img[b-vij92juzyd] {
        height: 18rem;
    }
}

/* 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] {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
        url('https://images.pexels.com/photos/34552314/pexels-photo-34552314.jpeg?auto=compress&cs=tinysrgb&w=1800');
    background-size: cover;
    background-position: center;
}

.contact-section[b-oe540fxgpx]::before,
.contact-section[b-oe540fxgpx]::after {
    content: "";
    position: absolute;
    width: 22rem;
    height: 22rem;
    border-radius: 9999px;
    filter: blur(70px);
    opacity: 0.22;
    pointer-events: none;
}

.contact-section[b-oe540fxgpx]::before {
    top: -6rem;
    left: -6rem;
    background: rgba(47, 194, 250, 0.35);
}

.contact-section[b-oe540fxgpx]::after {
    bottom: -7rem;
    right: -6rem;
    background: rgba(47, 250, 174, 0.32);
}

.contact-container[b-oe540fxgpx] {
    width: min(80rem, 100%);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.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: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(248, 252, 255, 0.98) 100%);
    border-radius: 1rem; /* rounded-2xl */
    padding: 1.5rem; /* p-6 */
    border: 1px solid rgba(148, 163, 184, 0.2);
    backdrop-filter: blur(2px);
    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: linear-gradient(145deg, rgba(255,255,255,0.98) 0%, rgba(250, 253, 255, 0.98) 100%);
    border-radius: 1.5rem; /* rounded-3xl */
    padding: 2rem; /* p-8 */
    border: 1px solid rgba(148, 163, 184, 0.22);
    backdrop-filter: blur(2px);
}

@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: 1px solid rgba(15,23,42,0.12);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
    transition: all 0.2s ease;
    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);
        box-shadow: 0 0 0 3px rgba(47,129,250,0.15);
    }

.textarea[b-oe540fxgpx] {
    resize: none; /* resize-none */
}

.contact-validation[b-oe540fxgpx] {
    display: grid;
    gap: 0.35rem;
    padding: 0.875rem 1rem;
    border: 1px solid rgba(185, 28, 28, 0.22);
    border-radius: 0.75rem;
    background: rgba(254, 242, 242, 0.95);
    color: #991b1b;
    font-size: 0.925rem;
    line-height: 1.45;
    margin-bottom: 1rem;
}

.contact-validation p[b-oe540fxgpx] {
    margin: 0;
}

.honeypot-field[b-oe540fxgpx] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.privacy-consent[b-oe540fxgpx] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #374151;
    font-size: 0.95rem;
    line-height: 1.5;
    cursor: pointer;
}

.privacy-consent-input[b-oe540fxgpx] {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.18rem;
    flex: 0 0 auto;
    accent-color: var(--color-accent);
    cursor: pointer;
}

.privacy-consent a[b-oe540fxgpx] {
    color: var(--color-accent);
    font-weight: 700;
    text-decoration: none;
}

.privacy-consent a:hover[b-oe540fxgpx] {
    text-decoration: underline;
}

.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:disabled[b-oe540fxgpx] {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.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: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(245, 252, 249, 0.96) 100%);
    border-radius: 1rem; /* rounded-2xl */
    padding: 2rem; /* p-8 */
    border: 1px solid rgba(148, 163, 184, 0.2);
    backdrop-filter: blur(2px);
}

.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;
}


.contact-submit[b-oe540fxgpx] {
    transition: all 0.2s ease;
}

    .contact-submit:hover[b-oe540fxgpx] {
        transform: translateY(-2px);
        box-shadow: 0 14px 40px rgba(47,129,250,0.35);
    }

    .contact-submit:disabled:hover[b-oe540fxgpx] {
        transform: none;
        box-shadow: 0 14px 34px rgba(47, 194, 250, 0.28), 0 8px 20px rgba(47, 129, 250, 0.18), inset 0 1px 0 rgba(255,255,255,0.28);
    }

.faq-item[b-oe540fxgpx] {
    padding: 12px;
    border-radius: 12px;
    transition: all 0.2s ease;
}

    .faq-item:hover[b-oe540fxgpx] {
        background: rgba(47,129,250,0.05);
        transform: translateY(-2px);
    }
/* /Components/Comps/Hero.razor.rz.scp.css */
.hero-root[b-8xscrib4f8] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    padding-top: 1.5rem;
}

    .hero-root[b-8xscrib4f8]::before {
        content: "";
        position: absolute;
        inset: 0;
        /*background: radial-gradient(circle at 10% 20%, rgba(47, 194, 250, 0.14) 0%, transparent 34%), radial-gradient(circle at 88% 22%, rgba(47, 250, 174, 0.10) 0%, transparent 28%), radial-gradient(circle at 76% 78%, rgba(47, 129, 250, 0.10) 0%, transparent 32%);*/
        pointer-events: none;
        z-index: 1;
    }

.hero-bg[b-8xscrib4f8] {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #f7fbff;
}

.hero-bg-field[b-8xscrib4f8],
.hero-bg-grid[b-8xscrib4f8],
.hero-bg-panel[b-8xscrib4f8] {
    position: absolute;
    pointer-events: none;
}

.hero-bg-field[b-8xscrib4f8] {
    inset: -18%;
    background:
        linear-gradient(118deg, rgba(255,255,255,0.96) 0%, rgba(243,250,255,0.90) 38%, rgba(235,249,255,0.82) 100%),
        linear-gradient(150deg, rgba(47,194,250,0.18) 0%, rgba(47,194,250,0) 36%),
        linear-gradient(30deg, rgba(47,250,174,0.16) 0%, rgba(47,250,174,0) 42%),
        linear-gradient(250deg, rgba(47,129,250,0.14) 0%, rgba(47,129,250,0) 36%);
}

.hero-bg-grid[b-8xscrib4f8] {
    inset: 0;
    opacity: 0.28;
    background-image:
        linear-gradient(rgba(47,129,250,0.10) 1px, transparent 1px),
        linear-gradient(90deg, rgba(47,129,250,0.10) 1px, transparent 1px);
    background-size: 4.5rem 4.5rem;
    mask-image: linear-gradient(110deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.48) 48%, rgba(0,0,0,0.12) 100%);
    -webkit-mask-image: linear-gradient(110deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.48) 48%, rgba(0,0,0,0.12) 100%);
}

.hero-bg-panel[b-8xscrib4f8] {
    border: 1px solid rgba(255,255,255,0.72);
    background:
        linear-gradient(135deg, rgba(255,255,255,0.68), rgba(255,255,255,0.18)),
        linear-gradient(135deg, rgba(47,194,250,0.18), rgba(47,250,174,0.08));
    box-shadow: 0 34px 90px rgba(15,23,42,0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform-style: preserve-3d;
    animation: hero-panel-drift-b-8xscrib4f8 16s ease-in-out infinite alternate;
}

.hero-bg-panel--one[b-8xscrib4f8] {
    width: min(34rem, 42vw);
    height: min(24rem, 34vw);
    right: 3vw;
    top: 10vh;
    border-radius: 2rem;
    transform: perspective(900px) rotateX(58deg) rotateZ(-18deg);
}

.hero-bg-panel--two[b-8xscrib4f8] {
    width: min(28rem, 34vw);
    height: min(18rem, 24vw);
    left: 8vw;
    bottom: 7vh;
    border-radius: 1.6rem;
    opacity: 0.62;
    transform: perspective(850px) rotateX(62deg) rotateZ(16deg);
    animation-delay: -6s;
}

.hero-bg-panel--three[b-8xscrib4f8] {
    width: min(18rem, 24vw);
    height: min(30rem, 38vw);
    right: 31vw;
    bottom: -8vh;
    border-radius: 999px 999px 2rem 2rem;
    opacity: 0.46;
    transform: perspective(900px) rotateX(54deg) rotateZ(28deg);
    animation-delay: -11s;
}

.hero-bg-overlay[b-8xscrib4f8] {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.92) 36%, rgba(247,252,255,0.72) 64%, rgba(236,248,255,0.54) 100%),
        linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.72) 100%);
}

@keyframes hero-panel-drift-b-8xscrib4f8 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-top: -1.1rem;
        margin-left: 0.8rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-bg-panel[b-8xscrib4f8] {
        animation: none;
    }
}

.hero-container[b-8xscrib4f8] {
    position: relative;
    z-index: 10;
    width: min(82rem, 100%);
    margin: 30px auto 0;
    padding: 6rem 1rem 5.5rem;
}

@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: minmax(0, 1.02fr) minmax(0, 0.98fr);
        gap: 4rem;
    }
}

.hero-left[b-8xscrib4f8] {
    position: relative;
    z-index: 2;
}

.hero-topline[b-8xscrib4f8] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(255,255,255,0.88);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-bottom: 1.5rem;
    color: #334155;
    font-size: 0.92rem;
    font-weight: 700;
}

.hero-topline-dot[b-8xscrib4f8] {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    box-shadow: 0 0 0 6px rgba(47, 194, 250, 0.10);
}

.hero-title[b-8xscrib4f8] {
    margin: 0 0 1.35rem 0;
    color: #0f172a;
    font-size: 2.85rem;
    line-height: 0.98;
    letter-spacing: -0.045em;
    font-weight: 800;
    max-width: 11ch;
    text-wrap: balance;
}

.hero-title-accent[b-8xscrib4f8] {
    display: block;
    margin-top: 0.5rem;
    color: #2a8df6;
    position: relative;
}

    .hero-title-accent[b-8xscrib4f8]::after {
        content: "";
        position: absolute;
        left: 0.1rem;
        bottom: -0.28rem;
        width: 72%;
        height: 0.85rem;
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(47,194,250,0.18), rgba(47,250,174,0.18));
        filter: blur(10px);
        z-index: -1;
    }

@media (min-width: 640px) {
    .hero-title[b-8xscrib4f8] {
        font-size: 3.55rem;
    }
}

@media (min-width: 1024px) {
    .hero-title[b-8xscrib4f8] {
        font-size: 4.15rem;
    }
}

@media (min-width: 1280px) {
    .hero-title[b-8xscrib4f8] {
        font-size: 4.65rem;
    }
}

.hero-lead[b-8xscrib4f8] {
    max-width: 39rem;
    margin: 0 0 2rem 0;
    color: #475569;
    font-size: 1.08rem;
    line-height: 1.85;
}

@media (min-width: 640px) {
    .hero-lead[b-8xscrib4f8] {
        font-size: 1.14rem;
    }
}

@media (min-width: 1024px) {
    .hero-lead[b-8xscrib4f8] {
        font-size: 1.18rem;
    }
}

.hero-cta-row[b-8xscrib4f8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

@media (min-width: 640px) {
    .hero-cta-row[b-8xscrib4f8] {
        flex-direction: row;
        align-items: center;
    }
}

.hero-cta-primary[b-8xscrib4f8] {
    min-width: 230px;
    text-align: center;
}

.hero-cta-secondary[b-8xscrib4f8] {
    padding: 1rem 1.5rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(255,255,255,0.72);
    color: #0f172a;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(15,23,42,0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero-trust-row[b-8xscrib4f8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    max-width: 44rem;
}

.hero-trust-item[b-8xscrib4f8] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: rgba(255,255,255,0.70);
    border: 1px solid rgba(255,255,255,0.85);
    box-shadow: 0 10px 26px rgba(15,23,42,0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #0f172a;
    font-weight: 700;
    font-size: 0.94rem;
}

.hero-trust-ico[b-8xscrib4f8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(47,250,174,0.16), rgba(47,194,250,0.14));
    flex-shrink: 0;
}

.hero-right[b-8xscrib4f8] {
    display: none;
}

@media (min-width: 1024px) {
    .hero-right[b-8xscrib4f8] {
        display: block;
    }
}

.hero-card[b-8xscrib4f8] {
    position: relative;
    padding: 1rem;
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.28) 100%);
    border: 1px solid rgba(255,255,255,0.72);
    box-shadow: 0 24px 70px rgba(15,23,42,0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.hero-card-image-wrap[b-8xscrib4f8] {
    position: relative;
    border-radius: 1.6rem;
    overflow: hidden;
}

.hero-card-image[b-8xscrib4f8] {
    width: 100%;
    display: block;
    height: auto;
    border-radius: 1.6rem;
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 20px 55px rgba(15,23,42,0.14);
}

.hero-card-floating[b-8xscrib4f8] {
    position: absolute;
    background: rgba(255,255,255,0.90);
    border: 1px solid rgba(255,255,255,0.86);
    box-shadow: 0 18px 42px rgba(15,23,42,0.10);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.hero-card-floating--stat[b-8xscrib4f8] {
    right: -0.3rem;
    bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
    border-radius: 1.2rem;
    min-width: 240px;
}

.hero-card-floating--badge[b-8xscrib4f8] {
    left: -0.3rem;
    top: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem 1rem;
    border-radius: 999px;
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 700;
}

.hero-badge-ico[b-8xscrib4f8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-floating-icon[b-8xscrib4f8] {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(47,250,174,0.18), rgba(47,194,250,0.14));
    flex-shrink: 0;
}

.hero-floating-number[b-8xscrib4f8] {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
    margin-bottom: 0.2rem;
}

.hero-floating-label[b-8xscrib4f8] {
    font-size: 0.92rem;
    line-height: 1.35;
    color: #475569;
    font-weight: 600;
}

.hero-scroll[b-8xscrib4f8] {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.hero-scroll-btn[b-8xscrib4f8] {
    padding: 0.8rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.82);
    background: rgba(255,255,255,0.56);
    color: #475569;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(15,23,42,0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

@media (max-width: 1023px) {
    .hero-root[b-8xscrib4f8] {
        min-height: auto;
        padding-top: 0;
    }

    .hero-container[b-8xscrib4f8] {
        padding-top: 5.25rem;
        padding-bottom: 5rem;
    }

    .hero-grid[b-8xscrib4f8] {
        gap: 2.5rem;
    }

    .hero-left[b-8xscrib4f8] {
        width: min(34rem, 100%);
        max-width: calc(100vw - 2rem);
        margin: 0 auto;
        text-align: center;
    }

    .hero-topline[b-8xscrib4f8] {
        justify-content: center;
        margin-bottom: 1.1rem;
        padding: 0.62rem 1rem;
        border-color: rgba(255,255,255,0.86);
        background: rgba(255,255,255,0.76);
        color: #334155;
        box-shadow: 0 12px 28px rgba(15,23,42,0.06);
    }

    .hero-title[b-8xscrib4f8] {
        max-width: 11ch;
        margin: 0 auto 1.05rem;
        color: #0f172a;
        font-size: clamp(3rem, 10.5vw, 4.8rem);
        line-height: 0.94;
        letter-spacing: 0;
        text-shadow: 0 16px 34px rgba(255,255,255,0.74);
    }

    .hero-title-accent[b-8xscrib4f8] {
        margin-top: 0.42rem;
        color: #2a8df6;
    }

    .hero-title-accent[b-8xscrib4f8]::after {
        left: 50%;
        width: 80%;
        transform: translateX(-50%);
        /*background: linear-gradient(90deg, rgba(47,194,250,0.18), rgba(47,250,174,0.18));*/
    }

    .hero-lead[b-8xscrib4f8] {
        max-width: min(31rem, 100%);
        margin: 0 auto 1.65rem;
        color: #334155;
        font-size: 1rem;
        line-height: 1.68;
        text-shadow: 0 10px 26px rgba(255,255,255,0.82);
    }

    .hero-cta-row[b-8xscrib4f8] {
        align-items: center;
        margin-bottom: 1.05rem;
    }

    .hero-trust-row[b-8xscrib4f8] {
        justify-content: center;
        gap: 0.6rem;
    }

    .hero-title[b-8xscrib4f8],
    .hero-lead[b-8xscrib4f8] {
        text-align: center;
    }

    .hero-cta-primary[b-8xscrib4f8] {
        border-radius: 999px;
    }

    .hero-cta-secondary[b-8xscrib4f8],
    .hero-trust-item[b-8xscrib4f8] {
        border-color: rgba(255,255,255,0.84);
        background: rgba(255,255,255,0.76);
        color: #0f172a;
        box-shadow: 0 12px 28px rgba(15,23,42,0.06);
    }

    .hero-trust-ico[b-8xscrib4f8] {
        background: linear-gradient(135deg, rgba(47,250,174,0.16), rgba(47,194,250,0.14));
    }

    .hero-right[b-8xscrib4f8] {
        display: block;
        width: min(34rem, 100%);
        margin: 0 auto;
    }

    .hero-card[b-8xscrib4f8] {
        border-radius: 1.6rem;
        padding: 0.8rem;
    }

    .hero-card-image-wrap[b-8xscrib4f8],
    .hero-card-image[b-8xscrib4f8] {
        border-radius: 1.25rem;
    }

    .hero-card-floating--stat[b-8xscrib4f8] {
        right: 0.7rem;
        bottom: 1rem;
        min-width: 0;
        max-width: calc(100% - 1.4rem);
    }

    .hero-card-floating--badge[b-8xscrib4f8] {
        left: 0.7rem;
        top: 1rem;
        max-width: calc(100% - 1.4rem);
    }

    .hero-scroll[b-8xscrib4f8] {
        display: none;
    }
}

@media (max-width: 639px) {
    .hero-container[b-8xscrib4f8] {
        padding: 4.75rem 1rem 4rem;
    }

    .hero-left[b-8xscrib4f8] {
        width: min(22.5rem, 100%);
        max-width: calc(100vw - 2rem);
        padding: 0;
        border-radius: 0;
    }

    .hero-topline[b-8xscrib4f8] {
        width: auto;
        max-width: calc(100vw - 2rem);
        justify-content: center;
        padding: 0.6rem 0.75rem;
        font-size: 0.82rem;
    }

    .hero-title[b-8xscrib4f8] {
        max-width: min(12ch, 100%);
        font-size: clamp(2.35rem, 11vw, 3rem);
        line-height: 1;
    }

    .hero-lead[b-8xscrib4f8] {
        max-width: 22rem;
        font-size: 0.95rem;
        line-height: 1.62;
        margin-bottom: 1.5rem;
    }

    .hero-cta-row[b-8xscrib4f8] {
        width: 100%;
    }

    .hero-cta-primary[b-8xscrib4f8],
    .hero-cta-secondary[b-8xscrib4f8] {
        width: 100%;
        min-width: 0;
        padding: 0.95rem 1rem;
        border-radius: 999px;
    }

    .hero-trust-row[b-8xscrib4f8] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-trust-item[b-8xscrib4f8] {
        padding: 0.75rem 0.85rem;
        font-size: 0.9rem;
        justify-content: center;
    }

    .hero-right[b-8xscrib4f8] {
        width: min(22.5rem, 100%);
    }

    .hero-card[b-8xscrib4f8] {
        padding: 0.55rem;
        border-radius: 1.25rem;
    }

    .hero-card-image-wrap[b-8xscrib4f8],
    .hero-card-image[b-8xscrib4f8] {
        border-radius: 1rem;
    }

    .hero-card-floating[b-8xscrib4f8] {
        box-shadow: 0 12px 30px rgba(15,23,42,0.10);
    }

    .hero-card-floating--stat[b-8xscrib4f8] {
        right: 0.65rem;
        bottom: 0.65rem;
        gap: 0.65rem;
        padding: 0.7rem 0.75rem;
        border-radius: 0.95rem;
    }

    .hero-card-floating--badge[b-8xscrib4f8] {
        left: 0.65rem;
        top: 0.65rem;
        padding: 0.62rem 0.75rem;
        font-size: 0.8rem;
    }

    .hero-floating-icon[b-8xscrib4f8] {
        width: 2.25rem;
        height: 2.25rem;
        border-radius: 0.75rem;
    }

    .hero-floating-number[b-8xscrib4f8] {
        font-size: 1.15rem;
    }

    .hero-floating-label[b-8xscrib4f8] {
        font-size: 0.78rem;
    }

    .hero-scroll-btn[b-8xscrib4f8] {
        font-size: 0.8rem;
        padding: 0.72rem 1rem;
    }

    .hero-title[b-8xscrib4f8],
    .hero-lead[b-8xscrib4f8] {
        text-shadow: none;
    }
}
/* /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] {
    width: min(44rem, 100%);
    margin: 90px auto 0;
    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: 40px 32px;
    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: 10px;
        background: #ffffff;
        color: #0f172a;
        font-weight: 700;
        padding: 14px 28px;
        border-radius: 999px;
        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    }

/* ===== 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[b-74uw3k51e8] {
        padding: 72px 16px;
    }

    .info-header h2[b-74uw3k51e8] {
        font-size: 2rem;
    }

    .info-features[b-74uw3k51e8] {
        grid-template-columns: 1fr;
    }

    .info-step[b-74uw3k51e8] {
        padding: 34px 22px 26px;
        border-radius: 24px;
    }

    .info-card[b-74uw3k51e8] {
        padding: 22px;
        border-radius: 22px;
    }

    .info-cta[b-74uw3k51e8] {
        margin-top: 56px;
        border-radius: 24px;
        padding: 8px;
    }

    .info-cta-inner[b-74uw3k51e8] {
        border-radius: 18px;
        padding: 28px 18px;
    }

    .info-cta-inner h3[b-74uw3k51e8],
    .info-cta-title[b-74uw3k51e8] {
        font-size: 1.65rem;
        line-height: 1.15;
    }

    .info-cta-inner .btn-primary[b-74uw3k51e8] {
        width: 100%;
        padding: 14px 18px;
        white-space: normal;
    }
}


.info-cta-title[b-74uw3k51e8] {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 12px;
    color: #ffffff;
}

.info-cta-note[b-74uw3k51e8] {
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    opacity: 0.85;
    color: rgba(255,255,255,0.9);
}
/* /Components/Comps/Services.razor.rz.scp.css */
.problems-section[b-xtpqslih7x] {
    position: relative;
    background: radial-gradient(circle at 12% 18%, rgba(47, 194, 250, 0.08) 0%, transparent 26%), radial-gradient(circle at 88% 22%, rgba(47, 250, 174, 0.08) 0%, transparent 24%), linear-gradient(180deg, #ffffff 0%, #f8fbff 52%, #f7fafc 100%);
    overflow: hidden;
}

    .problems-section[b-xtpqslih7x]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 18%, rgba(255,255,255,0) 82%, rgba(255,255,255,0.18) 100%);
        pointer-events: none;
    }

.problems-container[b-xtpqslih7x] {
    position: relative;
    z-index: 1;
    width: min(82rem, 100%);
    margin: 0 auto;
}

.problems-head[b-xtpqslih7x] {
    text-align: center;
    margin-bottom: 3.5rem;
}

@media (min-width: 768px) {
    .problems-head[b-xtpqslih7x] {
        margin-bottom: 4.75rem;
    }
}

.problems-badge-wrap[b-xtpqslih7x] {
    display: inline-block;
    margin-bottom: 1rem;
}

.problems-badge[b-xtpqslih7x] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1.2rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.72);
    color: var(--color-accent);
    border: 1px solid rgba(47, 194, 250, 0.14);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05), inset 0 1px 0 rgba(255,255,255,0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.problems-title[b-xtpqslih7x] {
    font-size: 2.3rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1.25rem;
    line-height: 1.02;
    letter-spacing: -0.035em;
}

@media (min-width: 768px) {
    .problems-title[b-xtpqslih7x] {
        font-size: 3.15rem;
    }
}

@media (min-width: 1024px) {
    .problems-title[b-xtpqslih7x] {
        font-size: 4rem;
    }
}

.problems-sub[b-xtpqslih7x] {
    font-size: 1.08rem;
    color: #475569;
    width: min(49rem, 100%);
    margin: 0 auto;
    line-height: 1.85;
}

@media (min-width: 768px) {
    .problems-sub[b-xtpqslih7x] {
        font-size: 1.16rem;
    }
}

.problems-grid[b-xtpqslih7x] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.35rem;
}

@media (min-width: 768px) {
    .problems-grid[b-xtpqslih7x] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .problems-grid[b-xtpqslih7x] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.6rem;
    }
}

.problem-card[b-xtpqslih7x] {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.92) 100%);
    border-radius: 1.5rem;
    padding: 1px;
    border: 1px solid rgba(255,255,255,0.72);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.07), 0 8px 20px rgba(15, 23, 42, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

    .problem-card[b-xtpqslih7x]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(47, 194, 250, 0.06), rgba(47, 250, 174, 0.03) 45%, rgba(47, 129, 250, 0.05) 100%);
        pointer-events: none;
    }

    .problem-card[b-xtpqslih7x]::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 1px;
        background: linear-gradient(135deg, rgba(47, 194, 250, 0.14), rgba(255,255,255,0.7), rgba(47, 250, 174, 0.1));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        opacity: 0.95;
    }

    .problem-card:hover[b-xtpqslih7x] {
        transform: translateY(-4px);
        box-shadow: 0 18px 40px rgba(15,23,42,0.4);
    }

.problem-glow[b-xtpqslih7x] {
    position: absolute;
    top: -1.5rem;
    right: -1rem;
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 9999px;
    filter: blur(52px);
    opacity: 0.22;
    pointer-events: none;
}

.problem-inner[b-xtpqslih7x] {
    position: relative;
    z-index: 1;
    height: 100%;
    border-radius: calc(1.5rem - 1px);
    padding: 2rem 1.7rem 1.8rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.80) 0%, rgba(255,255,255,0.68) 100%);
}

.problem-iconWrap[b-xtpqslih7x] {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.35rem;
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255,255,255,0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.problem-title[b-xtpqslih7x] {
    font-size: 1.28rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.8rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.problem-desc[b-xtpqslih7x] {
    color: #475569;
    line-height: 1.72;
    font-size: 1rem;
    max-width: 30ch;
}

.problems-cta[b-xtpqslih7x] {
    margin-top: 4rem;
    text-align: center;
    padding: 2rem 1.25rem 0;
}

.problems-cta-text[b-xtpqslih7x] {
    font-size: 1.08rem;
    color: #475569;
    margin-bottom: 1.2rem;
    font-weight: 600;
}

.problems-cta-btn[b-xtpqslih7x] {
    padding: 1rem 2rem;
    border-radius: 1rem;
    font-weight: 700;
    color: #334155;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(203, 213, 225, 0.9);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255,255,255,0.58);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
}

    .problems-cta-btn:hover[b-xtpqslih7x] {
        border-color: rgba(47, 194, 250, 0.22);
        background: rgba(255,255,255,0.94);
        box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255,255,255,0.62);
    }

@media (max-width: 767px) {
    .problems-head[b-xtpqslih7x] {
        margin-bottom: 3rem;
    }

    .problems-title[b-xtpqslih7x] {
        font-size: 2.1rem;
    }

    .problems-sub[b-xtpqslih7x] {
        font-size: 1rem;
        line-height: 1.75;
    }

    .problem-inner[b-xtpqslih7x] {
        padding: 1.65rem 1.3rem 1.5rem;
    }

    .problem-iconWrap[b-xtpqslih7x] {
        width: 4rem;
        height: 4rem;
        border-radius: 1rem;
        margin-bottom: 1.1rem;
    }

    .problem-title[b-xtpqslih7x] {
        font-size: 1.15rem;
    }

    .problem-desc[b-xtpqslih7x] {
        font-size: 0.97rem;
        max-width: none;
    }

    .problems-cta[b-xtpqslih7x] {
        margin-top: 3rem;
        padding-top: 1.25rem;
    }

    .problems-cta-btn[b-xtpqslih7x] {
        width: 100%;
        max-width: 22rem;
    }
}
/* /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;
    text-decoration: none;
}

    .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;
    }
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
.privacy-page[b-f85yzmm1lo] {
    background: #f8fafc;
    color: var(--color-text-dark);
}

.privacy-hero[b-f85yzmm1lo] {
    padding: 7rem 1.5rem 3rem;
    background:
        linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.96)),
        url('https://images.pexels.com/photos/5699456/pexels-photo-5699456.jpeg?auto=compress&cs=tinysrgb&w=1800');
    background-position: center;
    background-size: cover;
}

.privacy-container[b-f85yzmm1lo] {
    width: min(64rem, 100%);
    margin: 0 auto;
}

.privacy-eyebrow[b-f85yzmm1lo] {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(47, 194, 250, 0.12);
    color: var(--color-accent);
    font-size: 0.875rem;
    font-weight: 700;
}

.privacy-hero h1[b-f85yzmm1lo] {
    margin: 0 0 1rem;
    font-size: clamp(2.25rem, 5vw, 4rem);
    line-height: 1.05;
    color: #0f172a;
}

.privacy-lead[b-f85yzmm1lo] {
    width: min(46rem, 100%);
    color: #334155;
    font-size: 1.125rem;
    line-height: 1.7;
}

.privacy-updated[b-f85yzmm1lo] {
    margin-top: 1.5rem;
    color: #64748b;
    font-weight: 600;
}

.privacy-content[b-f85yzmm1lo] {
    padding: 3rem 1.5rem 5rem;
}

.privacy-grid[b-f85yzmm1lo] {
    display: grid;
    gap: 1rem;
}

.privacy-card[b-f85yzmm1lo] {
    padding: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.privacy-card h2[b-f85yzmm1lo] {
    margin: 0 0 0.875rem;
    color: #111827;
    font-size: 1.25rem;
    line-height: 1.25;
}

.privacy-card p[b-f85yzmm1lo] {
    margin: 0;
    color: #475569;
    line-height: 1.7;
}

.privacy-card p + p[b-f85yzmm1lo] {
    margin-top: 0.75rem;
}

.privacy-card a[b-f85yzmm1lo] {
    color: var(--color-accent);
    font-weight: 700;
    text-decoration: none;
}

.privacy-card a:hover[b-f85yzmm1lo] {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .privacy-hero[b-f85yzmm1lo] {
        padding-top: 5.5rem;
    }

    .privacy-card[b-f85yzmm1lo] {
        padding: 1.15rem;
    }
}
