/* FOCUS_ADVENTURES_POLARSTEPS_V8_7 */

.fa-polarsteps-nav-link {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
}

.fa-polarsteps-hero-link,
.fa-polarsteps-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 18px;
    border: 1px solid rgba(202, 79, 24, .62);
    border-radius: 999px;
    background: #ca4f18;
    color: #fff !important;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 12px 30px rgba(202, 79, 24, .20);
    transition: transform .15s ease, background .15s ease;
}

.fa-polarsteps-hero-link:hover,
.fa-polarsteps-button:hover {
    background: #e05c1d;
    transform: translateY(-1px);
}

.fa-polarsteps-promo {
    width: min(1240px, calc(100% - 34px));
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    margin: 34px auto 42px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(202, 79, 24, .34);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(202, 79, 24, .17), transparent 32rem),
        #07131e;
    color: #eddfcc;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

.fa-polarsteps-promo__content {
    max-width: 760px;
}

.fa-polarsteps-promo__kicker {
    margin: 0 0 8px;
    color: #ca4f18;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.fa-polarsteps-promo h2 {
    margin: 0;
    color: #eddfcc;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(31px, 4vw, 52px);
    line-height: 1.04;
}

.fa-polarsteps-promo__content > p:not(.fa-polarsteps-promo__kicker) {
    max-width: 690px;
    margin: 15px 0 0;
    color: #cbbda8;
    font-size: 17px;
    line-height: 1.65;
}

.fa-polarsteps-promo__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.fa-polarsteps-promo__actions small {
    color: #9ea99f;
}

.fa-polarsteps-promo__mark {
    min-width: 180px;
    min-height: 180px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 8px;
    border: 1px solid rgba(237, 223, 204, .18);
    border-radius: 50%;
    background: rgba(255, 255, 255, .045);
}

.fa-polarsteps-promo__mark span {
    font-size: 58px;
}

.fa-polarsteps-promo__mark strong {
    color: #ca4f18;
    font-size: 15px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

@media (max-width: 820px) {
    .fa-polarsteps-promo {
        grid-template-columns: 1fr;
    }

    .fa-polarsteps-promo__mark {
        display: none;
    }
}

@media (max-width: 620px) {
    .fa-polarsteps-promo {
        width: min(100% - 20px, 1240px);
        padding: 22px 18px;
        border-radius: 21px;
    }

    .fa-polarsteps-promo__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .fa-polarsteps-button {
        width: 100%;
    }
}
