.cst-card--destination {
    width: 100%;
    height: 100%;
    min-height: 590px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 68%, #fbfcfe 100%);
    border: 1px solid rgba(6, 43, 87, 0.08);
    border-radius: 24px;
    box-shadow: 0 22px 54px rgba(6, 43, 87, 0.10), 0 6px 16px rgba(6, 43, 87, 0.04);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.cst-card--destination:hover {
    transform: translateY(-8px);
    border-color: rgba(212, 175, 55, 0.42);
    box-shadow: 0 36px 82px rgba(6, 43, 87, 0.16), 0 14px 30px rgba(6, 43, 87, 0.08);
}

.cst-card--destination .cst-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    height: 245px;
    background: #062B57;
}

.cst-card--destination .cst-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6,43,87,.02) 0%, rgba(6,43,87,.10) 45%, rgba(6,43,87,.66) 100%);
    pointer-events: none;
}

.cst-card--destination .cst-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
    transition: transform .7s ease, filter .7s ease;
}

.cst-card--destination:hover .cst-card__image {
    transform: scale(1.055);
    filter: saturate(1.1) contrast(1.05);
}

.cst-card--destination .cst-card__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(6, 43, 87, 0.95);
    color: #D4AF37;
    font-size: 10px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: .18em;
    text-transform: uppercase;
    box-shadow: 0 12px 26px rgba(6, 43, 87, .26);
}

.cst-card--destination .cst-card__region {
    position: absolute;
    left: 18px;
    bottom: 16px;
    z-index: 3;
    max-width: calc(100% - 36px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0,0,0,.42);
}

.cst-card--destination .cst-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 25px 24px 22px;
}

.cst-card--destination .cst-card__title {
    margin: 0 0 12px;
    color: #062B57;
    font-size: 30px;
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.cst-card--destination .cst-card__title a {
    color: inherit;
    text-decoration: none;
}

.cst-card--destination .cst-card__summary {
    min-height: 76px;
    margin: 0 0 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: rgba(6, 43, 87, .70);
    font-size: 15px;
    line-height: 1.62;
    font-weight: 600;
}

.cst-card--destination .cst-card__quick-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0 0 18px;
}

.cst-card--destination .cst-card__quick-info span {
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(6, 43, 87, .86);
    font-size: 13px;
    font-weight: 900;
}

.cst-card--destination svg {
    width: 16px;
    height: 16px;
    color: #D4AF37;
    flex: 0 0 auto;
}

.cst-card--destination .cst-card__metrics {
    display: grid;
    gap: 10px;
    margin: 0 0 22px;
    padding: 16px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.86), rgba(248,250,253,.92));
    border: 1px solid rgba(6, 43, 87, .08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}

.cst-card--destination .cst-card__metrics span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(6, 43, 87, .84);
    font-size: 13px;
    font-weight: 850;
}

.cst-card--destination .cst-card__metrics strong {
    color: #062B57;
    font-weight: 950;
}

.cst-card--destination .cst-card__cta {
    margin-top: auto;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d4af37 0%, #f1cc4f 52%, #d8b13a 100%);
    color: #062B57;
    font-size: 14px;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(212, 175, 55, .30);
    transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
}

.cst-card--destination .cst-card__cta:hover {
    transform: translateY(-2px);
    color: #062B57;
    filter: brightness(1.03);
    box-shadow: 0 20px 42px rgba(212, 175, 55, .38);
}

.cst-card--destination .cst-card__cta span {
    transition: transform .28s ease;
}

.cst-card--destination .cst-card__cta:hover span {
    transform: translateX(4px);
}

.cst-card__seo-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .cst-card--destination {
        min-height: 570px;
    }

    .cst-card--destination .cst-card__media {
        height: 230px;
    }
}

@media (max-width: 767px) {
    .cst-card--destination {
        min-height: auto;
        border-radius: 22px;
    }

    .cst-card--destination .cst-card__media {
        height: 220px;
    }

    .cst-card--destination .cst-card__body {
        padding: 22px 20px 20px;
    }

    .cst-card--destination .cst-card__title {
        font-size: 28px;
    }

    .cst-card--destination .cst-card__quick-info {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}