
.rentellor-site-footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #4f56ac 0%, #545dde 45%, #4149a2 100%);
    padding: 64px 0 42px;
    color: #eef1ff;
    font-family: "Poppins", sans-serif;
}

.rentellor-site-footer,
.rentellor-site-footer * {
    box-sizing: border-box;
}

.rentellor-site-footer::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -180px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(255, 126, 75, 0.38) 0%, rgba(255, 126, 75, 0) 65%);
    opacity: 0.9;
    pointer-events: none;
}

.rentellor-site-footer::after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: -160px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: 0.7;
    pointer-events: none;
}

.rentellor-site-footer__inner {
    width: min(100%, 1240px);
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1;
}

.rentellor-site-footer__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 26px 28px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 45px rgba(30, 36, 100, 0.25);
    backdrop-filter: blur(6px);
    margin-bottom: 42px;
}

.rentellor-site-footer__cta-tag {
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 600;
    color: #ffdbca;
}

.rentellor-site-footer__cta-title {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.rentellor-site-footer__cta-subtitle {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
}

.rentellor-site-footer__cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.rentellor-site-footer__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.rentellor-site-footer__cta-btn--primary {
    background: var(--brand-orange);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(255, 126, 75, 0.3);
}

.rentellor-site-footer__cta-btn--primary:hover,
.rentellor-site-footer__cta-btn--primary:focus-visible {
    transform: translateY(-2px);
    background: #ff925f;
    color: #ffffff;
}

.rentellor-site-footer__cta-btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #ffffff;
    background: transparent;
}

.rentellor-site-footer__cta-btn--ghost:hover,
.rentellor-site-footer__cta-btn--ghost:focus-visible {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.rentellor-site-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(180px, 0.8fr) minmax(220px, 0.9fr);
    gap: 34px;
    align-items: stretch;
}

.rentellor-site-footer__panel {
    height: 100%;
    padding: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 18px 30px rgba(25, 30, 90, 0.2);
    display: flex;
    flex-direction: column;
}

.rentellor-site-footer__brand {
    max-width: 620px;
}

.rentellor-site-footer__logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 18px;
}

.rentellor-site-footer__logo img {
    max-width: 230px;
    height: auto;
    display: block;
    filter: drop-shadow(0 10px 18px rgba(15, 20, 68, 0.35));
}

.rentellor-site-footer__summary {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.8;
    max-width: 640px;
}

.rentellor-site-footer__social-label {
    margin: 20px 0 12px;
    color: #f3f4ff;
    font-size: 14px;
    font-weight: 500;
}

.rentellor-site-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.rentellor-site-footer__social-link {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: 0 10px 16px rgba(20, 25, 80, 0.25);
}

.rentellor-site-footer__social-link:hover,
.rentellor-site-footer__social-link:focus-visible {
    background: var(--brand-orange);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 22px rgba(20, 25, 80, 0.35);
}

.rentellor-site-footer__title {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.rentellor-site-footer__links,
.rentellor-site-footer__contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rentellor-site-footer__links li,
.rentellor-site-footer__contact-list li {
    margin-bottom: 12px;
}

.rentellor-site-footer__links a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.rentellor-site-footer__links a:hover,
.rentellor-site-footer__links a:focus-visible {
    color: #ffdbc9;
}

.rentellor-site-footer__contact-label {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.rentellor-site-footer__contact-value,
.rentellor-site-footer__contact-value a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
}

.rentellor-site-footer__contact-value a:hover,
.rentellor-site-footer__contact-value a:focus-visible {
    color: #ffdbc9;
}

.rentellor-site-footer__contact-note {
    font-style: italic;
}

.rentellor-site-footer__bottom {
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

@media (max-width: 991.98px) {
    .rentellor-site-footer {
        padding: 52px 0 36px;
    }

    .rentellor-site-footer__inner {
        padding: 0 20px;
    }

    .rentellor-site-footer__cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .rentellor-site-footer__cta-actions {
        justify-content: flex-start;
    }

    .rentellor-site-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 26px;
    }

    .rentellor-site-footer__brand {
        grid-column: 1 / -1;
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .rentellor-site-footer__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .rentellor-site-footer__cta-title {
        font-size: 20px;
    }

    .rentellor-site-footer__logo img {
        max-width: 200px;
    }

    .rentellor-site-footer__summary,
    .rentellor-site-footer__links a,
    .rentellor-site-footer__contact-value,
    .rentellor-site-footer__contact-value a {
        font-size: 13px;
    }
}

