.hrc-d67796cc-card {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    cursor: pointer;
}

.hrc-d67796cc-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.4s ease-in-out;
    will-change: transform;
}

.hrc-d67796cc-card:hover .hrc-d67796cc-image,
.hrc-d67796cc-card.hrc-d67796cc-active .hrc-d67796cc-image {
    transform: translateY(-20px) scale(1.05);
}

.hrc-d67796cc-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none;
}

.hrc-d67796cc-card:hover .hrc-d67796cc-overlay,
.hrc-d67796cc-card.hrc-d67796cc-active .hrc-d67796cc-overlay {
    opacity: 1;
}

.hrc-d67796cc-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
}

.hrc-d67796cc-line {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.hrc-d67796cc-card:hover .hrc-d67796cc-line,
.hrc-d67796cc-card.hrc-d67796cc-active .hrc-d67796cc-line {
    opacity: 1;
    transform: translateY(0);
}

.hrc-d67796cc-card:hover .hrc-d67796cc-line:nth-child(1),
.hrc-d67796cc-card.hrc-d67796cc-active .hrc-d67796cc-line:nth-child(1) {
    transition-delay: 0.05s;
}

.hrc-d67796cc-card:hover .hrc-d67796cc-line:nth-child(2),
.hrc-d67796cc-card.hrc-d67796cc-active .hrc-d67796cc-line:nth-child(2) {
    transition-delay: 0.12s;
}

.hrc-d67796cc-card:hover .hrc-d67796cc-line:nth-child(3),
.hrc-d67796cc-card.hrc-d67796cc-active .hrc-d67796cc-line:nth-child(3) {
    transition-delay: 0.2s;
}

.hrc-d67796cc-emoji {
    margin-right: 6px;
}

.hrc-d67796cc-region {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.hrc-d67796cc-location {
    font-size: 20px;
    font-weight: 700;
}

.hrc-d67796cc-date {
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
}
