/* /Components/Account/Login.razor.rz.scp.css */
.signin[b-8qxba3g7ao] {
    background-image: url('/assets/images/internals/security-signin.webp');
    background-size: cover;
    background-position: center;
}

.auth-card-shell[b-8qxba3g7ao] {
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

/* LEFT IMAGE */
.auth-image[b-8qxba3g7ao] {
    flex: 1;
    min-height: 500px;
    background-size: cover;
    background-position: center;
}

/* RIGHT SIDE */
.auth-form[b-8qxba3g7ao] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

/* IMPORTANT: prevents form from stretching */
.auth-form-inner[b-8qxba3g7ao] {
    width: 100%;
    max-width: 420px;
    padding: 1.75rem;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Mobile stacking */
@media (max-width: 768px) {
    .auth-card-shell[b-8qxba3g7ao] {
        flex-direction: column;
    }

    .auth-image[b-8qxba3g7ao] {
        min-height: 200px;
    }
}
/* /Components/Features/Divisions/DivisionCard.razor.rz.scp.css */
.card-custom[b-j6elygk4i7] {
    width: 100%;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgb(0 0 0 / 0.08);
    transition: transform 0.2s ease;
}

    .card-custom:hover[b-j6elygk4i7] {
        transform: translateY(-4px);
    }

.logo[b-j6elygk4i7] {
    font-size: 4rem;
    color: #c8102e;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.card-body[b-j6elygk4i7] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-text[b-j6elygk4i7] {
    flex-grow: 1;
}
/* /Components/Navigation/Breadcrumb/Breadcrumb.razor.rz.scp.css */
.breadcrumb[b-vn1tl7a70q] {
    display: flex;
    align-items: flex-start;
    padding: 0 0 0 7px;
    flex-wrap: wrap;
    gap: .5rem;
    font-size: .9rem;
    color: #6b7280; /* soft gray */
}

    .breadcrumb a[b-vn1tl7a70q] {
        color: #6b7280;
        text-decoration: none;
    }

    .breadcrumb a:hover[b-vn1tl7a70q] {
        color: #111827;
        text-decoration: underline;
    }

    .breadcrumb__separator[b-vn1tl7a70q] {
        opacity: .6;
    }

    .breadcrumb__current[b-vn1tl7a70q] {
        color: black;
        font-weight: 600;
    }
/* /Components/UI/Cards/FeatureCard.razor.rz.scp.css */
.feature-card[b-4tj84ztgql] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2rem;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .feature-card:hover[b-4tj84ztgql] {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

.feature-card__icon[b-4tj84ztgql] {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
    color: var(--color-primary, #b22222);
}

.feature-card__title[b-4tj84ztgql] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.feature-card__subtitle[b-4tj84ztgql] {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #777;
}

.feature-card__description[b-4tj84ztgql] {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #777;
}

.feature-card__content[b-4tj84ztgql] {
    flex-grow: 1;
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
}
/* /Components/UI/Hero/Hero.razor.rz.scp.css */
/* =========================================
   HERO ROOT
========================================= */

.hero[b-kcnjij27p8] {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.hero__slides[b-kcnjij27p8] {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.hero__media[b-kcnjij27p8] {
    position: relative;
    width: 100%;
    height: 100%;
}


/* =========================================
   SLIDE ENGINE
========================================= */

.hero__slide[b-kcnjij27p8] {
    position: absolute;
    inset: 0;
    display: flex;
    opacity: 0;
    transition: opacity 600ms ease;
    pointer-events: none;
}

.hero__slide.is-active[b-kcnjij27p8] {
    opacity: 1;
    pointer-events: auto;
}


/* =========================================
   MEDIA LAYER
========================================= */

.hero__image[b-kcnjij27p8] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================================
   OVERLAY SYSTEM
========================================= */

.hero__overlay[b-kcnjij27p8] {
    position: absolute;
    inset: 0;
    z-index: 1;
}


/* =========================================
   CONTENT LAYER
========================================= */

.hero__content[b-kcnjij27p8] {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    padding: clamp(2rem, 4vw, 4rem) clamp(1.5rem, 5vw, 4rem);
    color: white;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

    .hero__content h1[b-kcnjij27p8],
    .hero__content p[b-kcnjij27p8],
    .hero__content .breadcrumb[b-kcnjij27p8] {
        margin: 0;
    }


/* =========================================
   VARIANTS
========================================= */

/* .hero--context */
.hero--context[b-kcnjij27p8] {
    min-height: 150px;
}

.hero--context .hero__slide[b-kcnjij27p8] {
    align-items: flex-end;
}

    .hero--context .hero__overlay[b-kcnjij27p8] {
        background: linear-gradient( to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0.10) 65%, rgba(0, 0, 0, 0.00) 100% );
    }

/* .hero--mid */
.hero--mid[b-kcnjij27p8] {
    min-height: 420px;
}

.hero--mid .hero__slide[b-kcnjij27p8] {
    align-items: flex-end;
}

.hero--mid .hero__overlay[b-kcnjij27p8] {
    background: rgba(0,0,0,0.45);
}
/* .hero--landing */
.hero--landing[b-kcnjij27p8] {
    height: clamp(480px, 75vh, 820px);
}

    .hero--landing .hero__slide[b-kcnjij27p8] {
        align-items: flex-end;
    }

    .hero--landing .hero__overlay[b-kcnjij27p8] {
        background: linear-gradient( to top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.72) 22%, rgba(0,0,0,0.38) 45%, rgba(0,0,0,0.10) 70%, rgba(0,0,0,0.00) 100% );
    }

/* =========================================
   NAVIGATION
========================================= */

/* arrows */
.hero__nav[b-kcnjij27p8] {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    pointer-events: none;
}

.hero__nav-btn[b-kcnjij27p8] {
    pointer-events: all;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,0.35);
    color: white;
    cursor: pointer;
}

.hero__nav-btn:hover[b-kcnjij27p8] {
    background: rgba(0,0,0,0.6);
}

/* indicators */
.hero__indicators[b-kcnjij27p8] {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 5;
}


.hero__button[b-kcnjij27p8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.75rem;
    background-color: #b10000;
    color: #ffffff;
    border: 2px solid #b10000;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    width: fit-content;
    align-self: flex-start;
}

    /* Hover */
    .hero__button:hover[b-kcnjij27p8] {
        background-color: #8f0000;
        border-color: #8f0000;
        color: #ffffff;
        text-decoration: none;
        transform: translateY(-2px);
    }

    /* Active / Press */
    .hero__button:active[b-kcnjij27p8] {
        transform: translateY(0);
    }

    /* Keyboard accessibility */
    .hero__button:focus-visible[b-kcnjij27p8] {
        outline: 3px solid rgba(255, 255, 255, 0.5);
        outline-offset: 3px;
    }

/* =========================================
   RESPONSIVE RULES
========================================= */
@media (max-width: 768px) {

    .hero--landing[b-kcnjij27p8] {
        height: 520px;
    }

    .hero__content[b-kcnjij27p8] {
        padding: 2rem 1.25rem;
    }

    .hero__nav-btn[b-kcnjij27p8] {
        width: 40px;
        height: 40px;
    }

    .hero__content h1[b-kcnjij27p8] {
        font-size: 2rem;
    }
}

/* /Components/UI/Sections/ContentImageSplit.razor.rz.scp.css */
/* =========================================
   CIS GRID LAYOUT (FIXED)
========================================= */

.cis[b-qeth162jg5] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: center;
    /* critical for preventing grid overflow */
    width: 100%;
    min-width: 0;
}

    /* allow children to shrink properly inside grid */
    .cis > *[b-qeth162jg5] {
        min-width: 0;
    }

/* =========================================
   IMAGE POSITION VARIANTS
   (avoid direction hacks)
========================================= */

.cis--left .cis-media[b-qeth162jg5] {
    order: -1;
}

.cis--right .cis-media[b-qeth162jg5] {
    order: 1;
}

/* =========================================
   BACKGROUND VARIANTS
========================================= */

.cis--light[b-qeth162jg5] {
    background: #f7f7f7;
    padding: 4rem 2rem;
}

.cis--dark[b-qeth162jg5] {
    background: #111;
    color: white;
}

.cis--muted[b-qeth162jg5] {
    background: #fafafa;
}

/* =========================================
   MEDIA SAFETY
========================================= */

.cis-media[b-qeth162jg5] {
    min-width: 0; /* critical for grid containment */
}

    .cis-media img[b-qeth162jg5] {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 20px;
        display: block;
        object-fit: cover;
    }

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {
    .cis[b-qeth162jg5] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
/* /Components/UI/Sections/TopFeaturesSection.razor.rz.scp.css */
.top-features[b-odfbedlruh] {
    width: 100%;
    position: relative;
}

/* LEFT PANEL */
.top-features__left[b-odfbedlruh] {
    background: linear-gradient(135deg, #b10000, #7a0000);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 2rem;
    min-height: 100%;
}

    /* Typography in left panel */
    .top-features__left .header-custom[b-odfbedlruh] {
        font-size: clamp(1.8rem, 2.5vw, 2.5rem);
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .top-features__left .subheader-custom[b-odfbedlruh] {
        font-size: 1.1rem;
        opacity: 0.9;
        max-width: 40ch;
    }

/* RIGHT PANEL */
.top-features__right[b-odfbedlruh] {
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 3rem 2rem;
}

    /* CARD GRID SPACING */
    .top-features__right .row[b-odfbedlruh] {
        width: 100%;
    }

/* CARD BASE */
.card-custom[b-odfbedlruh] {
    border: none;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

    /* HOVER EFFECT */
    .card-custom:hover[b-odfbedlruh] {
        transform: translateY(-6px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    }

    /* CARD BODY */
    .card-custom .card-body[b-odfbedlruh] {
        padding: 1.5rem;
    }

    /* ICON */
    .card-custom i[b-odfbedlruh] {
        font-size: 1.8rem;
        color: #b10000;
        display: inline-block;
        margin-bottom: 0.75rem;
    }

    /* TITLE */
    .card-custom .card-title[b-odfbedlruh] {
        font-weight: 600;
        margin-bottom: 0.25rem;
    }

    /* SUBTITLE */
    .card-custom .card-subtitle[b-odfbedlruh] {
        font-size: 0.9rem;
        color: #6c757d;
    }

    /* TEXT */
    .card-custom .card-text[b-odfbedlruh] {
        font-size: 0.95rem;
        color: #444;
        line-height: 1.5;
    }

/* RESPONSIVE FIX */
@media (max-width: 991px) {
    .top-features__left[b-odfbedlruh],
    .top-features__right[b-odfbedlruh] {
        padding: 2rem 1.5rem;
    }
}
