.r2f-destinations-page {
    background: #fff;
}


/* =========================================================
   HERO
========================================================= */

.r2f-destinations-hero {
    position: relative;

    overflow: hidden;

    color: #fff;

    background:
        linear-gradient(120deg,
            rgba(6, 17, 36, .97),
            rgba(8, 30, 57, .9)),
        url("../../img/carousel-1.jpg") center / cover no-repeat;
}

.r2f-destinations-hero__inner {
    min-height: 570px;

    display: flex;

    align-items: center;

    padding:
        80px 0 95px;
}

.r2f-destinations-hero__content {
    max-width: 850px;
}

.r2f-destinations-hero .r2f-kicker {
    color:
        var(--r2f-gold-400);
}

.r2f-destinations-hero h1 {
    max-width: 800px;

    margin:
        0 0 20px;

    color: #fff;

    font-family:
        var(--r2f-font-display);

    font-size:
        clamp(3.1rem, 5.8vw, 5.7rem);

    font-weight: 850;

    letter-spacing: -.065em;

    line-height: .95;
}

.r2f-destinations-hero p {
    max-width: 700px;

    color: #ccd8e7;

    font-size:
        clamp(1rem, 1.4vw, 1.14rem);

    line-height: 1.75;
}

.r2f-destinations-hero__actions {
    display: flex;

    flex-wrap: wrap;

    gap: 11px;

    margin-top: 29px;
}


/* =========================================================
   FILTER
========================================================= */

.r2f-destination-tools {
    position: relative;

    z-index: 5;

    margin-top: -38px;
}

.r2f-destination-tools__card {
    display: grid;

    grid-template-columns:
        minmax(250px, 1fr) auto;

    gap: 20px;

    align-items: center;

    padding: 18px;

    border:
        1px solid #e0e7f0;

    border-radius: 22px;

    background: #fff;

    box-shadow:
        var(--r2f-shadow-md);
}

.r2f-search-box {
    position: relative;
}

.r2f-search-box i {
    position: absolute;

    left: 16px;
    top: 50%;

    transform: translateY(-50%);

    color: #8190a3;
}

.r2f-search-box input {
    width: 100%;

    height: 51px;

    padding:
        0 16px 0 44px;

    border:
        1px solid #dce5ef;

    border-radius: 14px;

    color:
        var(--r2f-ink);

    background: #fbfcfe;

    outline: 0;
}

.r2f-search-box input:focus {
    border-color: #81b7eb;

    background: #fff;

    box-shadow:
        0 0 0 4px rgba(59, 157, 245, .1);
}

.r2f-region-filters {
    display: flex;

    gap: 7px;

    overflow-x: auto;
}

.r2f-region-filters button {
    flex: 0 0 auto;

    min-height: 42px;

    padding:
        0 13px;

    border:
        1px solid #dde5ef;

    border-radius: 999px;

    color: #4a5d75;

    background: #fff;

    font: inherit;

    font-size: .76rem;

    font-weight: 750;

    cursor: pointer;
}

.r2f-region-filters button:hover,
.r2f-region-filters button.is-active {
    color: #fff;

    border-color:
        var(--r2f-blue-700);

    background:
        var(--r2f-blue-700);
}


/* =========================================================
   DESTINATIONS
========================================================= */

.r2f-destinations-section {
    padding:
        92px 0 110px;
}

.r2f-destination-list {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 18px;

    margin-top: 40px;
}

.r2f-country-card {
    position: relative;

    overflow: hidden;

    min-height: 470px;

    border-radius: 25px;

    background: #0b1a2e;

    isolation: isolate;
}

.r2f-country-card__image {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    z-index: -3;

    transition:
        transform 650ms cubic-bezier(.2, .8, .2, 1);
}

.r2f-country-card::before {
    content: "";

    position: absolute;

    inset: 0;

    z-index: -2;

    background:
        linear-gradient(to top,
            rgba(4, 15, 31, .98) 0%,
            rgba(4, 15, 31, .82) 43%,
            rgba(4, 15, 31, .12) 80%);
}

.r2f-country-card:hover .r2f-country-card__image {
    transform: scale(1.045);
}

.r2f-country-card__content {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    padding: 25px;
}

.r2f-country-card__region {
    display: inline-flex;

    margin-bottom: 9px;

    padding:
        6px 9px;

    border:
        1px solid rgba(255, 255, 255, .15);

    border-radius: 999px;

    color: #d5e2f0;

    background:
        rgba(255, 255, 255, .08);

    font-size: .66rem;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: .08em;
}

.r2f-country-card h2 {
    margin:
        0 0 8px;

    color: #fff;

    font-family:
        var(--r2f-font-display);

    font-size: 1.55rem;

    font-weight: 820;

    letter-spacing: -.035em;
}

.r2f-country-card__tagline {
    margin:
        0 0 12px;

    color: #d2ddea;

    font-size: .86rem;

    line-height: 1.55;
}

.r2f-country-card__services {
    display: flex;

    flex-wrap: wrap;

    gap: 6px;

    margin-bottom: 17px;
}

.r2f-country-card__services span {
    padding:
        5px 8px;

    border-radius: 999px;

    color: #c6d5e5;

    background:
        rgba(255, 255, 255, .09);

    font-size: .65rem;
}

.r2f-country-card__footer {
    display: flex;

    justify-content: space-between;

    gap: 10px;

    align-items: center;
}

.r2f-country-card__footer a {
    color:
        var(--r2f-gold-400);

    font-size: .77rem;

    font-weight: 850;

    text-decoration: none;
}

.r2f-country-card__footer a:hover {
    color: #fff;
}

.r2f-country-card__footer button {
    border: 0;

    padding: 0;

    color: #fff;

    background: none;

    font: inherit;

    font-size: .74rem;

    font-weight: 750;

    cursor: pointer;
}


/* =========================================================
   NO RESULTS
========================================================= */

.r2f-destination-empty {
    grid-column: 1 / -1;

    padding:
        55px 25px;

    border:
        1px dashed #cfd9e5;

    border-radius: 22px;

    color: #748398;

    background: #f8fafc;

    text-align: center;
}


/* =========================================================
   SEO SUPPORT SECTION
========================================================= */

.r2f-destination-support {
    padding:
        95px 0;

    background:
        var(--r2f-soft);
}

.r2f-destination-support__grid {
    display: grid;

    grid-template-columns:
        .9fr 1.1fr;

    gap: 65px;

    align-items: center;
}

.r2f-destination-support__panel {
    padding: 31px;

    border:
        1px solid #dfe7f0;

    border-radius: 25px;

    background: #fff;

    box-shadow:
        var(--r2f-shadow-sm);
}

.r2f-destination-support__panel h3 {
    margin:
        0 0 18px;

    color:
        var(--r2f-navy-950);

    font-family:
        var(--r2f-font-display);

    font-size: 1.3rem;

    font-weight: 820;
}

.r2f-destination-support__steps {
    display: grid;

    gap: 14px;
}

.r2f-destination-support__step {
    display: flex;

    gap: 12px;

    align-items: flex-start;
}

.r2f-destination-support__step span {
    width: 32px;
    height: 32px;

    display: grid;

    place-items: center;

    flex: 0 0 auto;

    border-radius: 50%;

    color:
        var(--r2f-blue-700);

    background:
        #eaf3ff;

    font-size: .72rem;

    font-weight: 850;
}

.r2f-destination-support__step strong {
    display: block;

    margin-bottom: 2px;

    color:
        var(--r2f-navy-950);

    font-size: .84rem;
}

.r2f-destination-support__step p {
    margin: 0;

    color: #6e7e93;

    font-size: .78rem;

    line-height: 1.5;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991.98px) {

    .r2f-destination-tools__card {
        grid-template-columns: 1fr;
    }

    .r2f-destination-list {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .r2f-destination-support__grid {
        grid-template-columns: 1fr;

        gap: 30px;
    }
}


@media (max-width: 767.98px) {

    .r2f-destinations-hero__inner {
        min-height: 530px;

        padding:
            60px 0 75px;
    }

    .r2f-destinations-hero h1 {
        font-size:
            clamp(2.8rem, 13vw, 4.1rem);
    }

    .r2f-destinations-hero__actions {
        display: grid;
    }

    .r2f-destinations-hero__actions .r2f-btn {
        width: 100%;
    }

    .r2f-destination-tools {
        margin-top: -27px;
    }

    .r2f-destination-tools__card {
        padding: 12px;

        border-radius: 18px;
    }

    .r2f-destinations-section {
        padding:
            70px 0 80px;
    }

    .r2f-destination-list {
        grid-template-columns: 1fr;

        gap: 13px;
    }

    .r2f-country-card {
        min-height: 430px;
    }

    .r2f-destination-support {
        padding:
            70px 0;
    }
}