.storage-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(245, 240, 235, 0.98) 0%, rgba(239, 233, 224, 0.94) 60%, rgba(226, 209, 193, 0.92) 100%);
}

.storage-hero-graphic {
    position: absolute;
    top: -190px;
    right: -175px;
    width: 420px;
    height: 420px;
    color: rgba(26, 74, 140, 0.92);
    pointer-events: none;
    z-index: 0;
}

.storage-kicker {
    letter-spacing: 0.28em;
}

.storage-metric-card {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
}

.storage-image-frame {
    position: relative;
    overflow: hidden;
    border: 3px solid #000;
    background: #000;
}

.storage-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.storage-image-frame:hover img {
    transform: scale(1.04);
}

.storage-image-caption {
    letter-spacing: 0.24em;
}

.storage-slab {
    position: relative;
    background: #153B72;
}

.storage-component-card {
    background: #1A4A8C;
}

.storage-cta {
    background: #153B72;
}

@media (max-width: 767px) {
    .storage-hero {
        background:
            linear-gradient(180deg, rgba(245, 240, 235, 0.98) 0%, rgba(239, 233, 224, 0.94) 100%);
    }

    .storage-hero-graphic {
        top: -118px;
        right: -108px;
        width: 240px;
        height: 240px;
        color: rgba(26, 74, 140, 0.7);
    }
}
