/* Rirarens footer shortcode: [sa_rirarens_footer] */
.sa-rirarens-footer,
.sa-rirarens-footer * {
    box-sizing: border-box;
}

.sa-rirarens-footer {
    --sa-footer-blue: #2f3297;
    --sa-footer-pink: #ff2f92;
    --sa-footer-pink-dark: #e91e79;
    --sa-footer-orange: #ff9800;
    --sa-footer-lavender: #b7baff;
    --sa-footer-border: #e7e8f1;
    width: 100vw;
    max-width: 100vw;
    margin: 0 0 0 calc(50% - 50vw);
    overflow: hidden;
    background: #ffffff;
    color: var(--sa-footer-blue);
    font-family: inherit;
}

.sa-rirarens-footer a {
    color: inherit;
    text-decoration: none;
}

.sa-rirarens-footer__shell {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
    padding: 64px 0 52px;
}

.sa-rirarens-footer__main {
    display: grid;
    grid-template-columns: minmax(300px, 1.35fr) minmax(260px, 0.9fr) minmax(250px, 0.85fr);
    align-items: stretch;
    margin-bottom: 38px;
}

.sa-rirarens-footer__brand,
.sa-rirarens-footer__column {
    min-width: 0;
    padding: 0 30px;
}

.sa-rirarens-footer__brand {
    padding-left: 18px;
}

.sa-rirarens-footer__column {
    border-left: 1px solid var(--sa-footer-border);
}

.sa-rirarens-footer__logo {
    display: inline-flex;
    max-width: 420px;
}

.sa-rirarens-footer__logo-image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 94px;
    object-fit: contain;
}

.sa-rirarens-footer__logo-text {
    color: var(--sa-footer-blue);
    font-family: 'Concert One', 'Arial Rounded MT Bold', sans-serif;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
}

.sa-rirarens-footer__tagline {
    margin: 10px 0 25px;
    color: var(--sa-footer-blue);
    font-family: 'Concert One', 'Arial Rounded MT Bold', sans-serif;
    font-size: clamp(22px, 2.1vw, 29px);
    line-height: 1.15;
    letter-spacing: 0.02em;
}

.sa-rirarens-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.sa-rirarens-footer__social {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 50%;
    background: var(--sa-footer-pink);
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(255, 47, 146, 0.2);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.sa-rirarens-footer__social--facebook {
    background: #3d5f9e;
    box-shadow: 0 8px 20px rgba(61, 95, 158, 0.2);
}

.sa-rirarens-footer__social svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.sa-rirarens-footer__social:hover,
.sa-rirarens-footer__social:focus-visible {
    transform: translateY(-3px);
    background: var(--sa-footer-orange);
    box-shadow: 0 12px 24px rgba(255, 152, 0, 0.28);
}

.sa-rirarens-footer__social:focus-visible,
.sa-rirarens-footer__item:focus-visible,
.sa-rirarens-footer__credit a:focus-visible {
    outline: 3px solid rgba(255, 47, 146, 0.35);
    outline-offset: 4px;
}

.sa-rirarens-footer__title {
    margin: 0 0 26px;
    padding: 0;
    color: var(--sa-footer-blue);
    font-family: 'Concert One', 'Arial Rounded MT Bold', sans-serif;
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 700;
    line-height: 1.15;
}

.sa-rirarens-footer__list {
    display: grid;
    gap: 22px;
}

.sa-rirarens-footer__item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 40px;
    margin: 0;
    color: var(--sa-footer-blue) !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
    transition: color 180ms ease, transform 180ms ease;
}

a.sa-rirarens-footer__item:hover,
a.sa-rirarens-footer__item:focus-visible {
    color: var(--sa-footer-pink-dark) !important;
    transform: translateX(3px);
}

.sa-rirarens-footer__item-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: currentColor;
}

.sa-rirarens-footer__item-icon svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.sa-rirarens-footer__payment-bar {
    display: flex;
    min-height: 88px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 15px 28px 15px 48px;
    border-radius: 999px;
    background: var(--sa-footer-lavender);
    color: #ffffff;
}

.sa-rirarens-footer__copyright {
    flex: 1 1 360px;
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.sa-rirarens-footer__payment-group {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sa-rirarens-footer__payment-label {
    max-width: none;
    color: var(--sa-footer-blue);
    font-family: 'Concert One', 'Arial Rounded MT Bold', sans-serif;
    font-size: 13px;
    line-height: 1.05;
    text-align: right;
    white-space: nowrap;
}

.sa-rirarens-footer__payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.sa-rirarens-footer__payment {
    display: inline-flex;
    width: 112px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(47, 50, 151, 0.08);
    border-radius: 11px;
    background: #ffffff;
    color: #1f3267;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 5px 14px rgba(47, 50, 151, 0.08);
}

.sa-rirarens-footer__payment--visa,
.sa-rirarens-footer__payment--paypal {
    font-style: italic;
}

.sa-rirarens-footer__payment--paypal {
    color: #123d94;
    font-size: 23px;
}

.sa-rirarens-footer__ideal-mark {
    display: inline-flex;
    width: 46px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 2px solid #222222;
    border-radius: 3px;
    color: #222222;
    font-size: 10px;
    font-style: normal;
    position: relative;
}

.sa-rirarens-footer__ideal-mark i {
    width: 9px;
    height: 9px;
    margin-right: 2px;
    border-radius: 50%;
    background: #cc197d;
}

.sa-rirarens-footer__ideal-mark b {
    font-size: 9px;
}

.sa-rirarens-footer__mastercard-mark {
    display: flex;
}

.sa-rirarens-footer__mastercard-mark i {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ec0016;
}

.sa-rirarens-footer__mastercard-mark i + i {
    margin-left: -12px;
    background: rgba(255, 153, 0, 0.92);
}

.sa-rirarens-footer__credit {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 24px;
    background: var(--sa-footer-pink);
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

.sa-rirarens-footer__credit a {
    color: #ffffff !important;
    font-family: 'Concert One', 'Arial Rounded MT Bold', sans-serif;
    font-weight: 700;
}

.sa-rirarens-footer__credit a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 1100px) {
    .sa-rirarens-footer__shell {
        width: min(100% - 44px, 1000px);
    }

    .sa-rirarens-footer__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 34px;
    }

    .sa-rirarens-footer__brand {
        grid-column: 1 / -1;
        padding: 0 24px 34px;
        border-bottom: 1px solid var(--sa-footer-border);
        text-align: center;
    }

    .sa-rirarens-footer__logo,
    .sa-rirarens-footer__socials {
        justify-content: center;
    }

    .sa-rirarens-footer__column:nth-child(2) {
        border-left: 0;
    }

    .sa-rirarens-footer__payment-bar {
        flex-direction: column;
        border-radius: 34px;
        padding: 24px;
        text-align: center;
    }

    .sa-rirarens-footer__copyright {
        flex: 0 1 auto;
    }

    .sa-rirarens-footer__payment-group {
        flex-direction: column;
    }

    .sa-rirarens-footer__payment-label {
        max-width: none;
        text-align: center;
        white-space: normal;
    }

    .sa-rirarens-footer__payments {
        justify-content: center;
    }
}

@media (max-width: 700px) {
    .sa-rirarens-footer__shell {
        width: min(100% - 28px, 560px);
        padding: 44px 0 34px;
    }

    .sa-rirarens-footer__main {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 26px;
    }

    .sa-rirarens-footer__brand,
    .sa-rirarens-footer__column {
        grid-column: auto;
        padding: 0 8px 30px;
        border-left: 0;
        text-align: left;
    }

    .sa-rirarens-footer__column {
        padding-top: 30px;
        border-top: 1px solid var(--sa-footer-border);
    }

    .sa-rirarens-footer__logo,
    .sa-rirarens-footer__socials {
        justify-content: flex-start;
    }

    .sa-rirarens-footer__logo-image {
        max-height: 76px;
    }

    .sa-rirarens-footer__tagline {
        margin-bottom: 22px;
    }

    .sa-rirarens-footer__title {
        margin-bottom: 22px;
    }

    .sa-rirarens-footer__list {
        gap: 16px;
    }

    .sa-rirarens-footer__item {
        min-height: 44px;
        font-size: 15px;
    }

    .sa-rirarens-footer__payment-bar {
        gap: 20px;
        padding: 24px 18px;
        border-radius: 28px;
    }

    .sa-rirarens-footer__copyright {
        font-size: 14px;
    }

    .sa-rirarens-footer__payments {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .sa-rirarens-footer__payment {
        width: 100%;
        min-width: 0;
    }

    .sa-rirarens-footer__credit {
        flex-wrap: wrap;
        min-height: 52px;
        padding-inline: 18px;
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .sa-rirarens-footer__shell {
        width: calc(100% - 22px);
    }

    .sa-rirarens-footer__payments {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sa-rirarens-footer__social,
    .sa-rirarens-footer__item {
        transition: none;
    }
}
