.ur-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(245, 240, 235, 0.98) 0%, rgba(236, 229, 220, 0.95) 58%, rgba(224, 214, 203, 0.92) 100%);
}

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

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

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

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

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

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

.ur-panel {
    position: relative;
    background: #153B72;
}

.ur-dark-card {
    background: #1A4A8C;
}

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

@media (max-width: 767px) {
    .ur-hero {
        background:
            linear-gradient(180deg, rgba(245, 240, 235, 0.98) 0%, rgba(236, 229, 220, 0.94) 100%);
    }

    .ur-hero .detail-hero-links {
        gap: 8px;
    }

    .ur-hero-graphic {
        top: -110px;
        right: -102px;
        width: 240px;
        height: 240px;
        color: rgba(26, 74, 140, 0.72);
    }
}
