/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ajd9zvclye] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ajd9zvclye] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
.hero-section[b-x6un2bs4yk] {
    position: relative;
    overflow: hidden;
    padding: 26px 0 0;
    background: radial-gradient(circle at 20% 10%, rgba(91, 92, 240, 0.12), transparent 38%), radial-gradient(circle at 85% 15%, rgba(124, 92, 255, 0.08), transparent 28%), linear-gradient(180deg, #fcfcff 0%, #f6f7ff 100%);
}

.hero-bg-glow[b-x6un2bs4yk] {
    position: absolute;
    border-radius: 999px;
    filter: blur(110px);
    pointer-events: none;
}

.hero-bg-glow--left[b-x6un2bs4yk] {
    top: 20px;
    left: -120px;
    width: 360px;
    height: 360px;
    background: rgba(91, 92, 240, 0.10);
}

.hero-bg-glow--right[b-x6un2bs4yk] {
    top: 40px;
    right: -80px;
    width: 280px;
    height: 280px;
    background: rgba(165, 140, 255, 0.10);
}



.hero-content[b-x6un2bs4yk] {
    position: relative;
    z-index: 2;
}

.hero-badge[b-x6un2bs4yk] {
    width: fit-content;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(124, 92, 255, 0.10);
    color: #6b4ce6;
    font-weight: 700;
}

.hero-main[b-x6un2bs4yk] {
   
    align-items: center;
    max-width: 980px;
    margin: 0 auto 28px;
}

.hero-copy[b-x6un2bs4yk] {
    text-align: center;
}

    .hero-copy h1[b-x6un2bs4yk] {
        margin: 0 0 18px;
        font-size: 4rem;
        line-height: 0.98;
        letter-spacing: -0.05em;
        color: #151826;
        outline: none;
    }

        .hero-copy h1 span[b-x6un2bs4yk] {
            color: #6b4ce6;
        }

.hero-lead[b-x6un2bs4yk],
.hero-sublead[b-x6un2bs4yk] {
    margin: 0 auto;
    max-width: 760px;
    color: #5d6475;
    line-height: 1.7;
    font-size: 1.1rem;
}

.hero-sublead[b-x6un2bs4yk] {
    margin-top: 8px;
}

.hero-pills-row[b-x6un2bs4yk] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.hero-map[b-x6un2bs4yk] {
    flex-shrink: 0;
}

.hero-map__img[b-x6un2bs4yk] {
    width: 220px;
    max-width: 100%;
    opacity: 0.85;
    display: block;
}

.hero-map__shape[b-x6un2bs4yk] {
    width: 220px;
    height: 180px;
    margin: 0 auto;
    background: radial-gradient(circle, rgba(124, 92, 255, 0.14) 1.5px, transparent 1.5px);
    background-size: 10px 10px;
    opacity: 0.9;
    clip-path: polygon(17% 16%, 38% 8%, 59% 11%, 77% 21%, 91% 39%, 88% 61%, 76% 81%, 57% 89%, 36% 86%, 19% 73%, 10% 55%, 11% 34%);
    filter: blur(0.2px);
}

.hero-map__flag[b-x6un2bs4yk] {
    position: absolute;
    top: 78px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 22px;
    border-radius: 2px;
    background: linear-gradient(to bottom, #ffffff 50%, #ff2a2a 50%);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.newsletter-card[b-x6un2bs4yk] {
    max-width: 760px;
    margin: 0 auto;
    padding: 32px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 60px rgba(21, 24, 38, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.7);
    text-align: center;
}

    .newsletter-card h2[b-x6un2bs4yk] {
        margin: 0 0 10px;
        font-size: 2rem;
        color: #1d2233;
    }

    .newsletter-card p[b-x6un2bs4yk] {
        margin: 0 0 24px;
        color: #6b7280;
        line-height: 1.7;
    }

.newsletter-form__row[b-x6un2bs4yk] {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 12px;
}

    .newsletter-form__row input[b-x6un2bs4yk] {
        height: 56px;
        padding: 0 18px;
        border: 1px solid rgba(91, 92, 240, 0.15);
        border-radius: 14px;
        font-size: 1rem;
        outline: none;
    }

        .newsletter-form__row input:focus[b-x6un2bs4yk] {
            border-color: rgba(91, 92, 240, 0.5);
            box-shadow: 0 0 0 4px rgba(91, 92, 240, 0.10);
        }

    .newsletter-form__row button[b-x6un2bs4yk] {
        height: 56px;
        border: 0;
        border-radius: 14px;
        background: linear-gradient(135deg, #5b5cf0, #6f43e8);
        color: #fff;
        font-size: 1rem;
        font-weight: 800;
        cursor: pointer;
        box-shadow: 0 16px 34px rgba(91, 92, 240, 0.25);
    }

.newsletter-consent[b-x6un2bs4yk] {
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    color: #626b7f;
    font-size: 0.95rem;
    line-height: 1.6;
}

    .newsletter-consent input[b-x6un2bs4yk] {
        margin-top: 3px;
        accent-color: #5b5cf0;
    }

    .newsletter-consent a[b-x6un2bs4yk] {
        color: #5b5cf0;
        font-weight: 600;
        text-decoration: none;
    }

.newsletter-alert[b-x6un2bs4yk] {
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 0.96rem;
    font-weight: 600;
}

.newsletter-alert--success[b-x6un2bs4yk] {
    background: rgba(34, 197, 94, 0.10);
    color: #166534;
}

.newsletter-alert--error[b-x6un2bs4yk] {
    background: rgba(239, 68, 68, 0.10);
    color: #991b1b;
}

.newsletter-validation[b-x6un2bs4yk] {
    margin-top: 8px;
    display: block;
    text-align: left;
    color: #c62828;
    font-size: 0.92rem;
}

.newsletter-tags[b-x6un2bs4yk] {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

    .newsletter-tags span[b-x6un2bs4yk] {
        padding: 10px 16px;
        border-radius: 999px;
        background: rgba(124, 92, 255, 0.08);
        color: #5f6290;
        font-size: 0.92rem;
        font-weight: 600;
    }

.features-section[b-x6un2bs4yk] {
    padding: 0 0 72px;
    background: linear-gradient(180deg, transparent 0%, #ffffff 100%);
}

.features-grid[b-x6un2bs4yk] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.feature-item[b-x6un2bs4yk] {
    padding: 18px;
}

.feature-item__icon[b-x6un2bs4yk] {
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(124, 92, 255, 0.08);
    font-size: 1.4rem;
}

.feature-item h3[b-x6un2bs4yk] {
    margin: 0 0 8px;
    color: #1d2233;
}

.feature-item p[b-x6un2bs4yk] {
    margin: 0;
    color: #6b7280;
    line-height: 1.7;
}

@media (max-width: 980px) {
    .hero-main[b-x6un2bs4yk] {
        grid-template-columns: 1fr;
    }

    .hero-map[b-x6un2bs4yk] {
        display: none;
    }

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

@media (max-width: 640px) {
    .hero-section[b-x6un2bs4yk] {
        padding: 28px 0 56px;
    }

    .newsletter-card[b-x6un2bs4yk] {
        padding: 22px;
    }

    .newsletter-form__row[b-x6un2bs4yk] {
        grid-template-columns: 1fr;
    }

    .features-grid[b-x6un2bs4yk] {
        grid-template-columns: 1fr;
    }

    .hero-bg-glow[b-x6un2bs4yk] {
        display: none;
    }
}

@media (max-width: 480px) {
    .hero-copy h1[b-x6un2bs4yk] {
        font-size: 1.85rem;
    }

    .newsletter-card[b-x6un2bs4yk] {
        padding: 18px 14px;
    }

    .newsletter-tags span[b-x6un2bs4yk] {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-bg-glow[b-x6un2bs4yk] {
        display: none;
    }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.notfound-section[b-cc9739fri2] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 1rem;
}

.notfound-content[b-cc9739fri2] {
    text-align: center;
}

.notfound-content h1[b-cc9739fri2] {
    font-size: clamp(5rem, 20vw, 9rem);
    font-weight: 800;
    color: var(--landing-primary);
    line-height: 1;
    margin: 0 0 0.25rem;
}

.notfound-content h2[b-cc9739fri2] {
    font-size: clamp(1.4rem, 4vw, 2rem);
    font-weight: 600;
    color: var(--landing-text);
    margin: 0 0 1rem;
}

.notfound-content p[b-cc9739fri2] {
    color: #6b7280;
    font-size: 1.05rem;
    margin: 0 0 2rem;
}

.notfound-home-btn[b-cc9739fri2] {
    display: inline-block;
    background: var(--landing-primary);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.75rem 2rem;
    border-radius: 10px;
    text-decoration: none;
    transition: opacity 0.15s;
}

.notfound-home-btn:hover[b-cc9739fri2] {
    opacity: 0.88;
}
/* /Components/Pages/PrivacyPolicy.razor.rz.scp.css */
.policy-section[b-q4zgmyz0j7] {
    padding: 3rem 1rem 5rem;
}

.policy-content[b-q4zgmyz0j7] {
    max-width: 780px;
    margin: 0 auto;
}

.policy-content h1[b-q4zgmyz0j7] {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 800;
    color: var(--landing-text);
    margin: 0 0 0.4rem;
}

.policy-updated[b-q4zgmyz0j7] {
    color: #6b7280;
    font-size: 0.9rem;
    margin: 0 0 2rem;
}

.policy-content h2[b-q4zgmyz0j7] {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--landing-text);
    margin: 2.2rem 0 0.6rem;
    padding-bottom: 0.3rem;
    border-bottom: 2px solid #ececf8;
}

.policy-content h3[b-q4zgmyz0j7] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--landing-text);
    margin: 1.2rem 0 0.4rem;
}

.policy-content p[b-q4zgmyz0j7],
.policy-content li[b-q4zgmyz0j7] {
    color: #374151;
    font-size: 0.97rem;
    line-height: 1.75;
}

.policy-content ul[b-q4zgmyz0j7] {
    padding-left: 1.4rem;
    margin: 0.4rem 0 1rem;
}

.policy-content li[b-q4zgmyz0j7] {
    margin-bottom: 0.35rem;
}

.policy-content a[b-q4zgmyz0j7] {
    color: var(--landing-primary);
    text-decoration: none;
}

.policy-content a:hover[b-q4zgmyz0j7] {
    text-decoration: underline;
}

.policy-back[b-q4zgmyz0j7] {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.policy-back a[b-q4zgmyz0j7] {
    color: var(--landing-primary);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
}

.policy-back a:hover[b-q4zgmyz0j7] {
    text-decoration: underline;
}
