/* /Pages/Gallery.razor.rz.scp.css */
.gallery-hero[b-ux71fn2bcp] {
    padding: 3.5rem 0 2rem;
    background: linear-gradient(120deg, #0f1c2c 0%, #1c2f4a 100%);
    color: #ffffff;
}

.gallery-hero .lead[b-ux71fn2bcp] {
    color: rgba(255, 255, 255, 0.8);
    max-width: 640px;
}

.gallery-section[b-ux71fn2bcp] {
    padding: 2.5rem 0;
}

.gallery-section__header[b-ux71fn2bcp] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    gap: 1rem;
}

.gallery-count[b-ux71fn2bcp] {
    font-size: 0.95rem;
    color: #5f6f82;
}

.gallery-grid[b-ux71fn2bcp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
}

.gallery-card[b-ux71fn2bcp] {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(15, 28, 44, 0.08);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 100%;
}

.gallery-thumbnail[b-ux71fn2bcp] {
    border-radius: 12px;
    background: #f3f6fb;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
}

.gallery-thumbnail img[b-ux71fn2bcp] {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.gallery-title[b-ux71fn2bcp] {
    font-weight: 600;
    font-size: 0.95rem;
    color: #1c2f4a;
}

.gallery-meta[b-ux71fn2bcp] {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: #8a98aa;
}
/* /Shared/ContentCarousel.razor.rz.scp.css */
.tams-content-carousel[b-sgi2o7zezw] {
    position: relative;
    overflow: hidden;
}

.tams-content-track[b-sgi2o7zezw] {
    display: flex;
    transition: transform 0.7s ease;
    will-change: transform;
}

.tams-content-slide[b-sgi2o7zezw] {
    min-width: 100%;
    padding: 0.5rem 48px;
    min-height: 40vh;
}

.tams-content-nav[b-sgi2o7zezw] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(3, 27, 64, 0.65);
    color: #fff;
}

.tams-content-nav.prev[b-sgi2o7zezw] {
    left: 12px;
}

.tams-content-nav.next[b-sgi2o7zezw] {
    right: 12px;
}

.tams-content-dots[b-sgi2o7zezw] {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1rem;
}

.tams-content-dot[b-sgi2o7zezw] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: #bcc6d6;
}

.tams-content-dot.active[b-sgi2o7zezw] {
    background: #031b40;
}
/* /Shared/FlyIn.razor.rz.scp.css */
.tams-fly-in[b-xfjalmqc74] {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.tams-fly-in.visible[b-xfjalmqc74] {
    opacity: 1;
    transform: translate(0, 0);
}

.fly-up[b-xfjalmqc74] {
    transform: translateY(40px);
}

.fly-down[b-xfjalmqc74] {
    transform: translateY(-40px);
}

.fly-left[b-xfjalmqc74] {
    transform: translateX(40px);
}

.fly-right[b-xfjalmqc74] {
    transform: translateX(-40px);
}
/* /Shared/HeroCarousel.razor.rz.scp.css */
.tams-hero-carousel[b-8v7r6isrhk] {
    position: relative;
    min-height: min(600px, calc(100vh - 80px));
    width: 100%;
    overflow: hidden;
}

.tams-hero-slide[b-8v7r6isrhk] {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: calc(100vh - 80px);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.03);
    transition: opacity 0.9s ease, transform 1.2s ease;
    z-index: 1;
    pointer-events: none;
}

.tams-hero-slide.is-active[b-8v7r6isrhk] {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    pointer-events: auto;
}

.tams-hero-overlay[b-8v7r6isrhk] {
    position: absolute;
    inset: 0;
}

.tams-hero-content[b-8v7r6isrhk] {
    position: relative;
    z-index: 3;
    color: #fff;
    min-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    max-width: 900px;
}

.tams-hero-content h1[b-8v7r6isrhk] {
    font-size: clamp(2rem, 4vw, 3.75rem);
    margin: 0;
    color: #fff;
}

.tams-hero-content .tams-hero-title-alt[b-8v7r6isrhk] {
    font-size: clamp(2rem, 4vw, 3.75rem);
    margin: 0;
    color: #fff;
}

.tams-hero-subtitle[b-8v7r6isrhk] {
    font-size: clamp(1rem, 1.3vw, 1.4rem);
    max-width: 56ch;
    margin-bottom: 1rem;
}

.tams-carousel-nav[b-8v7r6isrhk] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    border: 0;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.tams-carousel-nav.prev[b-8v7r6isrhk] {
    left: 16px;
}

.tams-carousel-nav.next[b-8v7r6isrhk] {
    right: 16px;
}

.tams-carousel-dots[b-8v7r6isrhk] {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    gap: 8px;
}

.tams-carousel-dot[b-8v7r6isrhk] {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.5);
}

.tams-carousel-dot.active[b-8v7r6isrhk] {
    background: #fff;
}

.tams-hero-priority-image[b-8v7r6isrhk] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .tams-hero-carousel[b-8v7r6isrhk],
    .tams-hero-slide[b-8v7r6isrhk],
    .tams-hero-content[b-8v7r6isrhk] {
        min-height: calc(100vh - 72px);
    }

    .tams-carousel-nav[b-8v7r6isrhk] {
        width: 40px;
        height: 40px;
    }
}
/* /Shared/Images/HubHero.razor.rz.scp.css */
.hub-hero[b-tm7eeuk39d] {
    position: relative;
    overflow: hidden; /* prevents bleed */
    min-height: 320px; /* or use padding to size the hero */
    background-color: #f2f4f7; /* fallback + edge safety */
}
    .hub-hero[b-tm7eeuk39d]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient( circle at 20% 50%, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.15) 35%, rgba(0,0,0,0.05) 60%, rgba(0,0,0,0.00) 75% );
        pointer-events: none;
    }

    .hub-hero .hub-hero-image-container[b-tm7eeuk39d] {
        position: absolute;
        inset: 0; /* top/left/right/bottom: 0 */
        z-index: 0; /* behind content */
    }

        .hub-hero .hub-hero-image-container img[b-tm7eeuk39d] {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: blur(0.6px) saturate(0.65) contrast(0.80) brightness(0.3);
            transform: scale(1.02); /* avoid tiny edge gaps in some browsers */
        }

        /* the "wash" */
        .hub-hero .hub-hero-image-container[b-tm7eeuk39d]::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient( 90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.45) 45%, rgba(0,0,0,0.25) 75%, rgba(0,0,0,0.15) 100% );
            pointer-events: none;
        }


    /* keep content above background */
    .hub-hero > .container[b-tm7eeuk39d] {
        position: relative;
        z-index: 2;
    }

@media (max-width: 768px) {
    .hub-hero .hub-hero-image-container[b-tm7eeuk39d]::after {
        background: linear-gradient( 180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.35) );
    }
}
/* /Shared/Images/ProductHeroImage.razor.rz.scp.css */
.product-hero[b-r9uzlas4zo] {
    position: relative;
    width: 100%;
    margin: 0 0 2rem;
    overflow: hidden;
    border-radius: 18px;
    background: #0f1c2c;
}

.product-hero__image[b-r9uzlas4zo] {
    display: block;
    width: 100%;
    height: clamp(220px, 32vw, 420px);
    object-fit: cover;
    filter: grayscale(100%) brightness(1.1) contrast(0.9);
    opacity: 0.45;
}

.product-hero__caption[b-r9uzlas4zo] {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 500;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
/* /Shared/Images/ProductIcon.razor.rz.scp.css */
.product-icon[b-etpzvfy1mm] {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    line-height: 1;
}

.product-icon img[b-etpzvfy1mm] {
    height: 1.2em;
    width: auto;
    max-width: 1.6em;
    display: block;
    object-fit: contain;
}
/* /Shared/Images/ProductLogo.razor.rz.scp.css */
.product-logo[b-gb1sg0r8al] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 0;
}

.product-logo img[b-gb1sg0r8al] {
    max-width: min(320px, 100%);
    height: auto;
    display: block;
}
/* /Shared/Images/ProductScreenshotCarousel.razor.rz.scp.css */
.screenshot-carousel[b-dd8w3a91dm] {
    margin-bottom: 1.5rem;
}

.screenshot-frame[b-dd8w3a91dm] {
    background: #0f1c2c;
    border-radius: 16px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    margin-bottom: 1.5rem;
}

.screenshot-frame img[b-dd8w3a91dm] {
    max-width: 100%;
    max-height: 360px;
    /*width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;*/
}

.screenshot-carousel .carousel-control-prev[b-dd8w3a91dm],
.screenshot-carousel .carousel-control-next[b-dd8w3a91dm] {
    width: 6%;
}
