/* Homepage-only enterprise Hero. The catalog keeps the legacy banner carousel. */
.storefront-ui .home-hero-carousel {
    --home-hero-slide-width: 82%;
    --home-hero-side-space: 9%;
    --home-hero-transition-ms: 520ms;
    --home-hero-drag-offset: 0px;
    position: relative;
    height: 372px;
    margin: 0 auto 18px;
    overflow: hidden;
    border-radius: 18px;
    isolation: isolate;
    touch-action: pan-y pinch-zoom;
}

.storefront-ui .home-hero-viewport,
.storefront-ui .home-hero-track {
    position: absolute;
    inset: 0;
}

.storefront-ui .home-hero-viewport {
    overflow: hidden;
    border-radius: inherit;
}

.storefront-ui .home-hero-slide {
    --home-hero-accent: #75dce8;
    --home-hero-accent-rgb: 117, 220, 232;
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--home-hero-side-space);
    z-index: 0;
    width: var(--home-hero-slide-width);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    background:
        radial-gradient(circle at 82% 14%, rgba(var(--home-hero-accent-rgb), 0.16), transparent 34%),
        #071d31;
    box-shadow: 0 12px 28px rgba(7, 26, 44, 0.1);
    opacity: 0;
    pointer-events: none;
    transform: scale(0.95);
    transition: opacity var(--home-hero-transition-ms) ease, transform var(--home-hero-transition-ms) cubic-bezier(0.22, 0.61, 0.36, 1);
    visibility: hidden;
}

.storefront-ui .home-hero-slide-synology {
    --home-hero-accent: #75dce8;
    --home-hero-accent-rgb: 117, 220, 232;
    background:
        radial-gradient(circle at 82% 12%, rgba(117, 220, 232, 0.18), transparent 35%),
        #071d31;
}

.storefront-ui .home-hero-slide-omada {
    --home-hero-accent: #59d6d9;
    --home-hero-accent-rgb: 89, 214, 217;
    background:
        radial-gradient(circle at 82% 12%, rgba(89, 214, 217, 0.18), transparent 35%),
        #082336;
}

.storefront-ui .home-hero-slide-fortinet {
    --home-hero-accent: #ff6b5f;
    --home-hero-accent-rgb: 255, 107, 95;
    background:
        radial-gradient(circle at 82% 12%, rgba(255, 107, 95, 0.17), transparent 35%),
        #111d2c;
}

.storefront-ui .home-hero-slide-microsoft {
    --home-hero-accent: #70b8ff;
    --home-hero-accent-rgb: 112, 184, 255;
    background:
        radial-gradient(circle at 82% 12%, rgba(112, 184, 255, 0.18), transparent 35%),
        #0a2038;
}

.storefront-ui .home-hero-slide-dji-enterprise {
    --home-hero-accent: #e7c884;
    --home-hero-accent-rgb: 231, 200, 132;
    background:
        radial-gradient(circle at 82% 12%, rgba(231, 200, 132, 0.16), transparent 35%),
        #121c27;
}

.storefront-ui .home-hero-slide.is-active,
.storefront-ui .home-hero-slide.is-prev,
.storefront-ui .home-hero-slide.is-next {
    visibility: visible;
    will-change: transform, opacity;
}

.storefront-ui .home-hero-slide.is-far-before {
    transform: translateX(-100%) scale(0.95);
}

.storefront-ui .home-hero-slide.is-far-after {
    transform: translateX(100%) scale(0.95);
}

.storefront-ui .home-hero-slide.is-active {
    z-index: 3;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(var(--home-hero-drag-offset)) scale(1);
}

.storefront-ui .home-hero-slide.is-prev {
    z-index: 1;
    opacity: 0.6;
    transform: translateX(calc(-100% + var(--home-hero-drag-offset))) scale(0.95);
    transform-origin: right center;
}

.storefront-ui .home-hero-slide.is-next {
    z-index: 1;
    opacity: 0.6;
    transform: translateX(calc(100% + var(--home-hero-drag-offset))) scale(0.95);
    transform-origin: left center;
}

.storefront-ui .home-hero-slide-inner {
    display: grid;
    height: 100%;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
}

.storefront-ui .home-hero-viewport {
    cursor: grab;
    user-select: none;
}

.storefront-ui .home-hero-carousel.is-dragging .home-hero-viewport {
    cursor: grabbing;
}

.storefront-ui .home-hero-carousel.is-dragging .home-hero-slide {
    transition: none;
}

.storefront-ui .home-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 30px clamp(30px, 3vw, 46px);
}

.storefront-ui .home-hero-brand-lockup {
    display: inline-flex;
    width: fit-content;
    max-width: 220px;
    min-height: 42px;
    align-items: center;
    gap: 10px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 14px rgba(4, 18, 31, 0.08);
}

.storefront-ui .home-hero-brand-lockup img {
    display: block;
    width: auto;
    max-width: 154px;
    height: 30px;
    object-fit: contain;
}

.storefront-ui .home-hero-slide-synology .home-hero-brand-lockup img {
    filter: brightness(0);
}

.storefront-ui .home-hero-brand-lockup strong,
.storefront-ui .home-hero-brand-lockup span {
    color: #0b2135;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.storefront-ui .home-hero-content h2 {
    max-width: 610px;
    margin: 16px 0 0;
    color: #ffffff;
    font-size: clamp(31px, 2.55vw, 39px);
    line-height: 1.16;
    letter-spacing: -0.02em;
}

.storefront-ui .home-hero-headline-mask {
    display: block;
    overflow: hidden;
    padding: 0.08em 0;
    margin: -0.08em 0;
}

.storefront-ui .home-hero-headline-text {
    display: block;
}

.storefront-ui .home-hero-slide.is-active .home-hero-brand-lockup {
    animation: home-hero-focus-in 0.55s cubic-bezier(0.2, 0.7, 0.2, 1) 0.06s both;
}

.storefront-ui .home-hero-slide.is-active .home-hero-headline-text {
    animation: home-hero-headline-rise 0.78s cubic-bezier(0.2, 0.7, 0.2, 1) 0.14s both;
}

.storefront-ui .home-hero-slide.is-active .home-hero-summary {
    animation: home-hero-focus-in 0.62s cubic-bezier(0.2, 0.7, 0.2, 1) 0.34s both;
}

.storefront-ui .home-hero-slide.is-active .home-hero-capabilities {
    animation: home-hero-focus-in 0.62s cubic-bezier(0.2, 0.7, 0.2, 1) 0.45s both;
}

.storefront-ui .home-hero-slide.is-active .home-hero-actions {
    animation: home-hero-focus-in 0.62s cubic-bezier(0.2, 0.7, 0.2, 1) 0.56s both;
}

.storefront-ui .home-hero-slide.is-active .home-hero-visual {
    animation: home-hero-visual-in 0.82s cubic-bezier(0.2, 0.7, 0.2, 1) 0.18s both;
}

@keyframes home-hero-headline-rise {
    from { opacity: 0; transform: translateY(112%); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes home-hero-focus-in {
    from { opacity: 0; transform: translateY(11px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes home-hero-visual-in {
    from { opacity: 0; transform: scale(0.985); }
    to { opacity: 1; transform: scale(1); }
}

.storefront-ui .home-hero-summary {
    max-width: 600px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 1.58;
}

.storefront-ui .home-hero-capabilities {
    margin: 9px 0 0;
    color: var(--home-hero-accent);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.015em;
}

.storefront-ui .home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.storefront-ui .home-hero-actions a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 9px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}

.storefront-ui .home-hero-action-primary {
    border-color: #ffffff !important;
    background: #ffffff;
    color: #0b2135;
}

.storefront-ui .home-hero-action-secondary {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.storefront-ui .home-hero-actions a:hover {
    border-color: var(--home-hero-accent) !important;
    background: var(--home-hero-accent);
    color: #071d31;
}

.storefront-ui .home-hero-actions a:focus-visible,
.storefront-ui .home-hero-arrow:focus-visible,
.storefront-ui .home-hero-toggle:focus-visible,
.storefront-ui .home-hero-dots button:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 2px;
}

.storefront-ui .home-hero-visual {
    position: relative;
    min-width: 0;
    margin: 17px 17px 17px 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 13px;
    background:
        linear-gradient(rgba(var(--home-hero-accent-rgb), 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(var(--home-hero-accent-rgb), 0.055) 1px, transparent 1px),
        rgba(255, 255, 255, 0.045);
    background-size: 34px 34px, 34px 34px, auto;
}

.storefront-ui .home-hero-visual::after {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(90deg, rgba(7, 29, 49, 0.4), transparent 34%);
    content: "";
    pointer-events: none;
}

.storefront-ui .home-hero-product-image {
    position: absolute;
    inset: 7%;
    z-index: 2;
    width: 86%;
    height: 86%;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(2, 15, 27, 0.24));
}

.storefront-ui .home-hero-slide-omada .home-hero-product-image {
    inset: 11%;
    width: 78%;
    height: 78%;
}

.storefront-ui .home-hero-visual-orbit {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(var(--home-hero-accent-rgb), 0.26);
    border-radius: 50%;
}

.storefront-ui .home-hero-visual-orbit-one {
    top: 16%;
    right: 12%;
    width: 190px;
    height: 190px;
}

.storefront-ui .home-hero-visual-orbit-two {
    right: 4%;
    bottom: -26%;
    width: 270px;
    height: 270px;
}

.storefront-ui .home-hero-solution-graphic {
    position: absolute;
    inset: 4%;
    z-index: 2;
    width: 92%;
    height: 92%;
    color: var(--home-hero-accent);
}

.storefront-ui .home-hero-graphic-grid,
.storefront-ui .home-hero-survey-grid {
    fill: none;
    stroke: currentColor;
    stroke-width: 1;
    opacity: 0.13;
}

.storefront-ui .home-hero-graphic-links,
.storefront-ui .home-hero-device-lines,
.storefront-ui .home-hero-drone,
.storefront-ui .home-hero-flight-path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4;
}

.storefront-ui .home-hero-graphic-links {
    opacity: 0.58;
    stroke-width: 3;
}

.storefront-ui .home-hero-graphic-links circle,
.storefront-ui .home-hero-flight-node {
    fill: var(--home-hero-accent);
    stroke: rgba(255, 255, 255, 0.8);
    stroke-width: 3;
}

.storefront-ui .home-hero-shield {
    fill: rgba(255, 107, 95, 0.15);
    stroke: currentColor;
    stroke-width: 5;
}

.storefront-ui .home-hero-lock {
    fill: rgba(7, 20, 34, 0.82);
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 5;
}

.storefront-ui .home-hero-ms-mark rect:nth-child(1) {
    fill: #f25022;
}

.storefront-ui .home-hero-ms-mark rect:nth-child(2) {
    fill: #7fba00;
}

.storefront-ui .home-hero-ms-mark rect:nth-child(3) {
    fill: #00a4ef;
}

.storefront-ui .home-hero-ms-mark rect:nth-child(4) {
    fill: #ffb900;
}

.storefront-ui .home-hero-cloud {
    fill: rgba(112, 184, 255, 0.12);
    stroke: currentColor;
    stroke-width: 5;
}

.storefront-ui .home-hero-device-lines {
    opacity: 0.74;
}

.storefront-ui .home-hero-survey-grid {
    opacity: 0.32;
    stroke-width: 2;
}

.storefront-ui .home-hero-drone {
    fill: rgba(231, 200, 132, 0.08);
    stroke-width: 5;
}

.storefront-ui .home-hero-flight-path {
    stroke-dasharray: 7 10;
    stroke-width: 2;
    opacity: 0.72;
}

.storefront-ui .home-hero-arrow,
.storefront-ui .home-hero-toggle {
    position: absolute;
    z-index: 6;
    display: grid;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 50%;
    background: rgba(8, 26, 43, 0.76);
    color: #ffffff;
    box-shadow: 0 5px 16px rgba(3, 17, 29, 0.16);
}

.storefront-ui .home-hero-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.storefront-ui .home-hero-arrow:hover,
.storefront-ui .home-hero-toggle:hover {
    border-color: var(--storefront-accent);
    background: var(--storefront-primary);
    color: #ffffff;
}

.storefront-ui .home-hero-arrow:hover {
    transform: translateY(-50%);
}

.storefront-ui .home-hero-arrow svg,
.storefront-ui .home-hero-toggle svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.storefront-ui .home-hero-arrow-prev {
    left: calc((var(--home-hero-side-space) - 44px) / 2);
}

.storefront-ui .home-hero-arrow-next {
    right: calc((var(--home-hero-side-space) - 44px) / 2);
}

.storefront-ui .home-hero-dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
}

.storefront-ui .home-hero-dots button {
    position: relative;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
}

.storefront-ui .home-hero-dots button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.48);
    box-shadow: 0 0 0 1px rgba(6, 24, 40, 0.32);
    content: "";
    transform: translate(-50%, -50%);
    transition: width 220ms ease, background-color 220ms ease;
}

.storefront-ui .home-hero-dots button.is-active::before {
    width: 24px;
    background: #ffffff;
}

.storefront-ui .home-hero-toggle {
    right: calc(var(--home-hero-side-space) + 12px);
    bottom: 7px;
}

.storefront-ui .home-hero-toggle .home-hero-icon-play,
.storefront-ui .home-hero-toggle[data-paused="true"] .home-hero-icon-pause {
    display: none;
}

.storefront-ui .home-hero-toggle[data-paused="true"] .home-hero-icon-play {
    display: block;
    fill: currentColor;
    stroke: none;
}

@media (max-width: 1024px) {
    .storefront-ui .home-hero-carousel {
        --home-hero-slide-width: 86%;
        --home-hero-side-space: 7%;
        height: 368px;
    }

    .storefront-ui .home-hero-slide-inner {
        grid-template-columns: minmax(0, 1fr) minmax(310px, 0.96fr);
    }

    .storefront-ui .home-hero-content {
        padding: 28px 30px;
    }

    .storefront-ui .home-hero-content h2 {
        font-size: clamp(29px, 3.5vw, 35px);
    }

    .storefront-ui .home-hero-summary {
        font-size: 14px;
    }

    .storefront-ui .home-hero-actions a {
        padding-inline: 13px;
        font-size: 12.5px;
    }
}

@media (max-width: 820px) {
    .storefront-ui .home-hero-carousel {
        --home-hero-slide-width: 88%;
        --home-hero-side-space: 6%;
        height: 390px;
    }

    .storefront-ui .home-hero-slide-inner {
        grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
    }

    .storefront-ui .home-hero-content {
        padding: 25px 26px;
    }

    .storefront-ui .home-hero-content h2 {
        font-size: 29px;
    }

    .storefront-ui .home-hero-capabilities {
        font-size: 12px;
    }

    .storefront-ui .home-hero-visual {
        margin: 14px 14px 14px 0;
    }
}

@media (max-width: 760px) {
    .storefront-ui .home-hero-carousel {
        --home-hero-slide-width: 94%;
        --home-hero-side-space: 3%;
        height: clamp(460px, 126vw, 510px);
        margin-bottom: 14px;
        border-radius: 15px;
    }

    .storefront-ui .home-hero-slide {
        border-radius: 14px;
    }

    .storefront-ui .home-hero-slide.is-prev,
    .storefront-ui .home-hero-slide.is-next {
        opacity: 0.46;
        transform: translateX(calc(-100% + var(--home-hero-drag-offset))) scale(0.98);
    }

    .storefront-ui .home-hero-slide.is-next {
        transform: translateX(calc(100% + var(--home-hero-drag-offset))) scale(0.98);
    }

    .storefront-ui .home-hero-slide-inner {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(0, 0.61fr) minmax(154px, 0.39fr);
    }

    .storefront-ui .home-hero-content {
        justify-content: flex-start;
        padding: 23px 21px 4px;
    }

    .storefront-ui .home-hero-brand-lockup {
        min-height: 36px;
        padding: 4px 9px;
        border-radius: 8px;
    }

    .storefront-ui .home-hero-brand-lockup img {
        max-width: 128px;
        height: 25px;
    }

    .storefront-ui .home-hero-brand-lockup strong,
    .storefront-ui .home-hero-brand-lockup span {
        font-size: 12px;
    }

    .storefront-ui .home-hero-content h2 {
        margin-top: 12px;
        font-size: clamp(26px, 7.2vw, 31px);
        line-height: 1.16;
    }

    .storefront-ui .home-hero-summary {
        margin-top: 8px;
        font-size: 13.5px;
        line-height: 1.5;
    }

    .storefront-ui .home-hero-capabilities {
        margin-top: 7px;
        font-size: 11.5px;
    }

    .storefront-ui .home-hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        margin-top: 14px;
    }

    .storefront-ui .home-hero-actions a {
        min-width: 0;
        min-height: 44px;
        padding: 0 9px;
        font-size: 12px;
    }

    .storefront-ui .home-hero-visual {
        margin: 3px 11px 11px;
        border-radius: 11px;
    }

    .storefront-ui .home-hero-visual::after {
        background: linear-gradient(180deg, rgba(7, 29, 49, 0.18), transparent 38%);
    }

    .storefront-ui .home-hero-product-image {
        inset: 4%;
        width: 92%;
        height: 92%;
    }

    .storefront-ui .home-hero-slide-omada .home-hero-product-image {
        inset: 8%;
        width: 84%;
        height: 84%;
    }

    .storefront-ui .home-hero-visual-orbit-one {
        width: 126px;
        height: 126px;
    }

    .storefront-ui .home-hero-visual-orbit-two {
        width: 180px;
        height: 180px;
    }

    .storefront-ui .home-hero-arrow-prev {
        top: auto;
        bottom: 58px;
        left: calc(var(--home-hero-side-space) + 8px);
    }

    .storefront-ui .home-hero-arrow-next {
        top: auto;
        right: calc(var(--home-hero-side-space) + 8px);
        bottom: 58px;
    }

    .storefront-ui .home-hero-dots {
        bottom: 2px;
    }

    .storefront-ui .home-hero-dots button {
        width: 44px;
        min-width: 44px;
        min-height: 44px;
        height: 44px;
    }

    .storefront-ui .home-hero-toggle {
        right: calc(var(--home-hero-side-space) + 7px);
        bottom: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .storefront-ui .home-hero-slide,
    .storefront-ui .home-hero-dots button::before {
        transition: none;
    }

    .storefront-ui .home-hero-slide.is-active .home-hero-brand-lockup,
    .storefront-ui .home-hero-slide.is-active .home-hero-headline-text,
    .storefront-ui .home-hero-slide.is-active .home-hero-summary,
    .storefront-ui .home-hero-slide.is-active .home-hero-capabilities,
    .storefront-ui .home-hero-slide.is-active .home-hero-actions,
    .storefront-ui .home-hero-slide.is-active .home-hero-visual {
        animation: none;
        opacity: 1;
        transform: none;
    }
}
