/* /Components/Layout/CredicaFooter.razor.rz.scp.css */
/* Footer – както на референцията: тъмно зелена лента, черна долна част, 4 колони */

.credica-footer[b-jpc1ce56j1] {
    --footer-legal-bg: #203D2E;
    margin-top: auto;
}

/* Горна лента – тъмно зелено, юридически текст */
.credica-footer__legal[b-jpc1ce56j1] {
    background: var(--footer-legal-bg);
    padding: 1rem 0;
}

.credica-footer__legal-inner[b-jpc1ce56j1] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.credica-footer__legal-text[b-jpc1ce56j1] {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

/* Долна част – черна, 4 колони */
.credica-footer__main[b-jpc1ce56j1] {
    background: #000;
    padding: 2.5rem 0 3rem 0;
}

.credica-footer__main-inner[b-jpc1ce56j1] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 600px) {
    .credica-footer__main-inner[b-jpc1ce56j1] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 960px) {
    .credica-footer__main-inner[b-jpc1ce56j1] {
        grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
        gap: 2.5rem;
    }
}

.credica-footer__col[b-jpc1ce56j1] {
    min-width: 0;
}

/* Колона лого + слоган – центрирана */
.credica-footer__col--brand[b-jpc1ce56j1] {
    text-align: center;
}

.credica-footer__logo-link[b-jpc1ce56j1] {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

.credica-footer__logo[b-jpc1ce56j1] {
    display: block;
    max-height: 96px;
    width: auto;
    height: auto;
}

@media (min-width: 600px) {
    .credica-footer__logo[b-jpc1ce56j1] {
        max-height: 110px;
    }
}

.credica-footer__brand-name[b-jpc1ce56j1] {
    color: #6FCA3A;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
}

.credica-footer__slogan[b-jpc1ce56j1] {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.95rem;
    margin: 0;
}

/* Заглавия на колони */
.credica-footer__col-title[b-jpc1ce56j1] {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
}

/* Списъци */
.credica-footer__list[b-jpc1ce56j1] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.credica-footer__list li[b-jpc1ce56j1] {
    margin-bottom: 0.5rem;
}

.credica-footer__list li:last-child[b-jpc1ce56j1] {
    margin-bottom: 0;
}

.credica-footer__link[b-jpc1ce56j1] {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.credica-footer__link:hover[b-jpc1ce56j1] {
    color: #6FCA3A;
}

.credica-footer__link-arrow[b-jpc1ce56j1],
.credica-footer__link-icon[b-jpc1ce56j1] {
    color: #6FCA3A;
    font-size: 0.85rem;
}

/* Контакти – иконка + текст */
.credica-footer__list--contacts li[b-jpc1ce56j1] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    line-height: 1.4;
}

.credica-footer__contact-icon[b-jpc1ce56j1] {
    color: #6FCA3A !important;
    flex-shrink: 0;
}

.credica-footer__list--contacts .mud-icon-root[b-jpc1ce56j1] {
    margin-top: 0.15rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-pg58ks9yst],
.components-reconnect-repeated-attempt-visible[b-pg58ks9yst],
.components-reconnect-failed-visible[b-pg58ks9yst],
.components-pause-visible[b-pg58ks9yst],
.components-resume-failed-visible[b-pg58ks9yst],
.components-rejoining-animation[b-pg58ks9yst] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-pg58ks9yst],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-pg58ks9yst],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-pg58ks9yst],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-pg58ks9yst],
#components-reconnect-modal.components-reconnect-retrying[b-pg58ks9yst],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-pg58ks9yst],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-pg58ks9yst],
#components-reconnect-modal.components-reconnect-failed[b-pg58ks9yst],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-pg58ks9yst] {
    display: block;
}


#components-reconnect-modal[b-pg58ks9yst] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-pg58ks9yst 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-pg58ks9yst 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-pg58ks9yst 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-pg58ks9yst]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-pg58ks9yst 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-pg58ks9yst {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-pg58ks9yst {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-pg58ks9yst {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-pg58ks9yst] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-pg58ks9yst] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-pg58ks9yst] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-pg58ks9yst] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-pg58ks9yst] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-pg58ks9yst] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-pg58ks9yst] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-pg58ks9yst 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-pg58ks9yst] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-pg58ks9yst {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Credica Landing – CSS-first, primary от палитрата */
.landing-page[b-nkxxckmg75] {
    --credica-primary: var(--mud-palette-primary);
    --credica-primary-light: rgba(89, 165, 44, 0.12);
    --credica-primary-bg: rgba(89, 165, 44, 0.08);
    --credica-neutral-200: #e8ebe6;
    --credica-neutral-600: #5c6357;
    --credica-neutral-800: #3d4239;
    --credica-neutral-900: #252a22;
    margin-left: -16px;
    margin-right: -16px;
}

@media (min-width: 960px) {
    .landing-page[b-nkxxckmg75] {
        margin-left: -24px;
        margin-right: -24px;
    }
}

.landing-page section[b-nkxxckmg75] {
    padding: 2.5rem 16px;
}

@media (min-width: 960px) {
    .landing-page section[b-nkxxckmg75] {
        padding: 4rem 24px;
    }
}

.landing-section__title[b-nkxxckmg75] {
    color: var(--credica-neutral-800);
    font-weight: 600;
    font-size: 1.35rem;
    margin: 0 0 1.5rem 0;
}

.landing-section__title--center[b-nkxxckmg75] {
    text-align: center;
}

/* ----- Hero ----- */
.landing-hero[b-nkxxckmg75] {
    position: relative;
    min-height: 420px;
    padding-top: 2rem;
    padding-bottom: 3rem;
    overflow: hidden;
}

@media (min-width: 960px) {
    .landing-hero[b-nkxxckmg75] {
        min-height: 520px;
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
}

.landing-hero__bg[b-nkxxckmg75] {
    position: absolute;
    inset: 0;
    background: var(--credica-primary-bg);
    z-index: 0;
}

.landing-hero__container[b-nkxxckmg75] {
    position: relative;
    z-index: 1;
    padding-left: 1rem;
    padding-right: 1rem;
}

.landing-hero__grid[b-nkxxckmg75] {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 960px) {
    .landing-hero__grid[b-nkxxckmg75] {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        min-height: 380px;
    }
}

.landing-hero__content[b-nkxxckmg75] {
    max-width: 28rem;
}

.landing-hero__title[b-nkxxckmg75] {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--credica-neutral-900);
    margin: 0 0 1rem 0;
}

@media (min-width: 600px) {
    .landing-hero__title[b-nkxxckmg75] {
        font-size: 2rem;
    }
}

@media (min-width: 960px) {
    .landing-hero__title[b-nkxxckmg75] {
        font-size: 2.25rem;
    }
}

.landing-hero__subtitle[b-nkxxckmg75] {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--credica-neutral-600);
    margin: 0 0 1.5rem 0;
}

.landing-hero__cta[b-nkxxckmg75] {
    display: inline-block;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: var(--credica-primary);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-transform: none;
    transition: opacity 0.2s ease, transform 0.15s ease;
}

.landing-hero__cta:hover[b-nkxxckmg75] {
    opacity: 0.9;
    transform: translateY(-1px);
}

.landing-hero__trust[b-nkxxckmg75] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.landing-hero__badge[b-nkxxckmg75] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
    color: var(--credica-neutral-800);
}

.landing-hero__badge-icon[b-nkxxckmg75] {
    color: var(--credica-primary) !important;
    font-size: 1.1rem !important;
}

.landing-hero__visual[b-nkxxckmg75] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-hero__image-wrap[b-nkxxckmg75] {
    width: 100%;
    max-width: 420px;
    aspect-ratio: 2100 / 1666;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.landing-hero__image[b-nkxxckmg75] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (min-width: 600px) {
    .landing-hero__image-wrap[b-nkxxckmg75] {
        max-width: 520px;
    }
}

@media (min-width: 960px) {
    .landing-hero__image-wrap[b-nkxxckmg75] {
        max-width: 560px;
    }
}

/* ----- Trust ----- */
.landing-trust-intro[b-nkxxckmg75] {
    background: #fff;
}

.landing-trust-intro__grid[b-nkxxckmg75] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (min-width: 600px) {
    .landing-trust-intro__grid[b-nkxxckmg75] {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.25rem;
    }
}

.landing-trust-card[b-nkxxckmg75] {
    padding: 1.25rem 1rem;
    border: 1px solid var(--credica-neutral-200);
    border-radius: 12px;
    background: #fff;
    text-align: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-trust-card:hover[b-nkxxckmg75] {
    border-color: var(--credica-primary);
    box-shadow: 0 2px 12px var(--credica-primary-light);
}

.landing-trust-card__icon-wrap[b-nkxxckmg75] {
    width: 48px;
    height: 48px;
    margin: 0 auto 0.75rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--credica-primary-light);
}

.landing-trust-card__icon[b-nkxxckmg75] {
    color: var(--credica-primary) !important;
    font-size: 1.5rem !important;
}

.landing-trust-card__text[b-nkxxckmg75] {
    font-size: 0.875rem;
    line-height: 1.4;
    color: var(--credica-neutral-800);
    margin: 0;
}

/* ----- Защо Credica – диагонални граници като / (наклонени, не прави) ----- */
.landing-why[b-nkxxckmg75] {
    padding: 0;
}

.landing-why__container[b-nkxxckmg75] {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.landing-why__title[b-nkxxckmg75] {
    color: var(--credica-neutral-800);
    font-weight: 600;
    font-size: 1.35rem;
    text-align: center;
    margin: 0 0 1.5rem 0;
}

.landing-why__stripes[b-nkxxckmg75] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

@media (min-width: 960px) {
    .landing-why__stripes[b-nkxxckmg75] {
        flex-direction: row;
        min-height: 220px;
    }
}

.landing-why__zone[b-nkxxckmg75] {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
}

/* Диагоналните граници в посока / (линия от долу вляво към горе вдясно) */

/* Лява зелена: десният ръб наклонен като / – от (85%,0) към (100%,100%) */
.landing-why__zone--green.landing-why__zone--left[b-nkxxckmg75] {
    background: var(--credica-primary);
}

@media (min-width: 960px) {
    .landing-why__zone--green.landing-why__zone--left[b-nkxxckmg75] {
        clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    }
}

/* Средна бяла: ляв и десен ръб наклонени като / */
.landing-why__zone--white[b-nkxxckmg75] {
    background: #fff;
}

@media (min-width: 960px) {
    .landing-why__zone--white[b-nkxxckmg75] {
        clip-path: polygon(15% 0, 85% 0, 100% 100%, 0 100%);
        padding: 1.5rem 2rem;
    }
}

/* Дясна зелена: левият ръб наклонен като / – от (0,100%) към (15%,0) */
.landing-why__zone--green.landing-why__zone--right[b-nkxxckmg75] {
    background: var(--credica-primary);
}

@media (min-width: 960px) {
    .landing-why__zone--green.landing-why__zone--right[b-nkxxckmg75] {
        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    }
}

.landing-why__block[b-nkxxckmg75] {
    max-width: 260px;
    text-align: center;
}

.landing-why__icon[b-nkxxckmg75] {
    color: #fff !important;
    font-size: 2rem !important;
    margin-bottom: 0.5rem;
}

.landing-why__icon--primary[b-nkxxckmg75] {
    color: var(--credica-primary) !important;
}

.landing-why__heading[b-nkxxckmg75] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.35rem 0;
}

.landing-why__heading--dark[b-nkxxckmg75] {
    color: var(--credica-neutral-900);
}

.landing-why__text[b-nkxxckmg75] {
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.landing-why__text--dark[b-nkxxckmg75] {
    color: var(--credica-neutral-600);
}

/* ----- How ----- */
.landing-how[b-nkxxckmg75] {
    background: #fff;
}

.landing-how__timeline[b-nkxxckmg75] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

@media (min-width: 960px) {
    .landing-how__timeline[b-nkxxckmg75] {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

.landing-how__step[b-nkxxckmg75] {
    text-align: center;
    padding: 1.25rem 1rem;
    flex: 1;
    min-width: 0;
    max-width: 260px;
}

.landing-how__number[b-nkxxckmg75] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: var(--credica-primary);
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}

.landing-how__heading[b-nkxxckmg75] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--credica-neutral-900);
    margin: 0 0 0.35rem 0;
}

.landing-how__text[b-nkxxckmg75] {
    font-size: 0.875rem;
    line-height: 1.4;
    color: var(--credica-neutral-600);
    margin: 0;
}

.landing-how__arrow[b-nkxxckmg75] {
    display: none;
    color: var(--credica-primary);
    padding: 0 0.5rem;
    margin-top: 2.25rem;
}

.landing-how__arrow .mud-icon-root[b-nkxxckmg75] {
    font-size: 1.5rem !important;
}

@media (min-width: 960px) {
    .landing-how__arrow[b-nkxxckmg75] {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 959px) {
    .landing-how__step:not(:last-child)[b-nkxxckmg75]::after {
        content: '';
        display: block;
        width: 24px;
        height: 2px;
        background: var(--credica-primary);
        margin: 0.75rem auto 0 auto;
        opacity: 0.5;
    }
}

/* ----- Trust proof ----- */
.landing-trust-proof[b-nkxxckmg75] {
    background: #f5f5f5;
}

.landing-trust-proof__row[b-nkxxckmg75] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.landing-trust-proof__badge[b-nkxxckmg75] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.25rem 1.5rem;
    min-width: 140px;
    border: 1px solid var(--credica-neutral-200);
    border-radius: 12px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-trust-proof__badge:hover[b-nkxxckmg75] {
    border-color: var(--credica-primary);
    box-shadow: 0 2px 12px var(--credica-primary-light);
}

.landing-trust-proof__stars[b-nkxxckmg75] {
    display: flex;
    gap: 2px;
    margin-bottom: 0.25rem;
}

.landing-trust-proof__star[b-nkxxckmg75] {
    color: var(--credica-primary) !important;
    font-size: 1.25rem !important;
}

.landing-trust-proof__value[b-nkxxckmg75] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--credica-primary);
}

.landing-trust-proof__value--big[b-nkxxckmg75] {
    font-size: 1.75rem;
}

.landing-trust-proof__label[b-nkxxckmg75] {
    font-size: 0.8rem;
    color: var(--credica-neutral-600);
    margin-top: 0.25rem;
}

.landing-trust-proof__icon[b-nkxxckmg75] {
    color: var(--credica-primary) !important;
    font-size: 2rem !important;
    margin-bottom: 0.35rem;
}
