.uptm-hero {
    margin-top: 16px;
}

.uptm-hero-wrap {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    min-height: 520px;
}

.uptm-hero-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
}

.uptm-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, .55) 0%,
            rgba(0, 0, 0, .25) 45%,
            rgba(0, 0, 0, .1) 100%);
}

.uptm-hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 70px;
    max-width: 620px;
    color: white;
}

.uptm-badge {
    background: #0d2456;
    color: #fff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 18px;
}

.uptm-title {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}

.uptm-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, .85);
    max-width: 480px;
}

.uptm-glass-card {
    position: absolute;
    right: 60px;
    top: 60px;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(16px);
    padding: 24px;
    border-radius: var(--radius-md);
    color: white;
    width: 260px;
    z-index: 3;
}

.glass-title {
    font-size: 18px;
    margin-bottom: 6px;
}

.glass-location {
    font-size: 13px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, .85);
}

.glass-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.glass-row span {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
}

.glass-row strong {
    font-size: 14px;
}

.glass-badge {
    margin-top: 14px;
    background: var(--gold);
    color: #111;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    display: inline-block;
}

@media(max-width:1024px) {

    .uptm-title {
        font-size: 46px;
    }

    .uptm-hero-content {
        padding: 70px 50px;
    }

}

@media(max-width:768px) {

    .uptm-hero-wrap {
        min-height: 440px;
    }

    .uptm-hero-content {
        padding: 50px 28px;
    }

    .uptm-title {
        font-size: 34px;
    }

    .uptm-glass-card {
        position: relative;
        right: auto;
        top: auto;
        margin: 24px 28px;
        width: auto;
    }

}
