.ppro-y26-c-footer {
    padding-top: 4rem;
    overflow-x: clip;
}

.ppro-y26-c-footer--dark {
    background: var(--ppro-foreground);
    color: var(--ppro-color-lilac);
}

.ppro-y26-c-footer--lime {
    background: var(--ppro-color-lime);
    color: var(--ppro-foreground);
}

.ppro-y26-c-footer--light {
    background: var(--ppro-color-white);
    color: var(--ppro-foreground);
}

.ppro-y26-c-footer__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.ppro-y26-c-footer__text {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    font-family: var(--ppro-font-display);
    font-weight: var(--ppro-font-weight-display);
    font-size: 3.25rem;
    line-height: 3.75rem;
    letter-spacing: var(--ppro-tracking-tight);
}

.ppro-y26-c-footer__text-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.875rem;
    height: 2.875rem;
    margin-inline: 0.25rem;
    border: 0.0625rem solid currentColor;
    border-radius: 50%;
    vertical-align: middle;
}

.ppro-y26-c-footer__text-icon svg {
    width: 1.625rem;
    height: 1.625rem;
}

.ppro-y26-c-footer__menus {
    flex: 0 0 auto;
    display: flex;
    gap: 1rem;
}

.ppro-y26-c-footer__menu-col {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    min-width: 13.75rem;
}

.ppro-y26-c-footer__group {
    display: flex;
    flex-direction: column;
}

.ppro-y26-c-footer__group-title {
    margin: 0 0 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    opacity: 0.5;
}

.ppro-y26-c-footer__links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ppro-y26-c-footer__link {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.15s ease;
}

a.ppro-y26-c-footer__link:hover {
    opacity: 0.6;
}

.ppro-y26-c-footer__aside {
    flex: 0 0 auto;
    min-width: 13.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}

.ppro-y26-c-footer__cta {
    width: 100%;
}

.ppro-y26-c-footer__cta .ppro-y26-c-button {
    width: 100%;
}

.ppro-y26-c-footer__social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 1rem;
}

.ppro-y26-c-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 0.0625rem solid currentColor;
    border-radius: 50%;
    color: inherit;
    transition: opacity 0.15s ease;
}

a.ppro-y26-c-footer__social-link:hover {
    opacity: 0.6;
}

.ppro-y26-c-footer__social-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.ppro-y26-c-footer--lime .ppro-y26-c-button {
    background: var(--ppro-foreground);
    color: var(--ppro-color-white);
    border-color: transparent;
}

.ppro-y26-c-footer--lime .ppro-y26-c-button:hover {
    color: var(--ppro-foreground);
    border-color: var(--ppro-foreground);
}

.ppro-y26-c-footer__rule {
    position: relative;
    z-index: 0;
    margin-top: 10.5rem;
    height: 0.3125rem;
}

.ppro-y26-c-footer__rule-line {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100vw;
    height: 0.0625rem;
    background: color-mix(in srgb, currentColor 40%, transparent);
    transform: translate(-50%, -50%);
}

.ppro-y26-c-footer__rule::before,
.ppro-y26-c-footer__rule::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background: currentColor;
}

.ppro-y26-c-footer__rule::before {
    left: 0;
    transform: translate(-50%, -50%);
}

.ppro-y26-c-footer__rule::after {
    right: 0;
    transform: translate(50%, -50%);
}

.ppro-y26-c-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-block: 2.5rem;
}

.ppro-y26-c-footer__logo {
    color: inherit;
}

.ppro-y26-c-footer__legal {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.ppro-y26-c-footer__legal-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: inherit;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.15s ease;
}

a.ppro-y26-c-footer__legal-link:hover {
    opacity: 1;
}

@media (min-width: 1280px) {
    .ppro-y26-c-footer__text {
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .ppro-y26-c-footer__top {
        flex-wrap: wrap;
        column-gap: 3rem;
    }

    .ppro-y26-c-footer__text {
        flex: 1 1 0;
    }

    .ppro-y26-c-footer__aside {
        flex-basis: 100%;
        margin-top: 2.5rem;
    }

    .ppro-y26-c-footer__cta {
        max-width: 13.75rem;
    }

    .ppro-y26-c-footer__rule {
        margin-top: 4rem;
    }
}

@media (max-width: 1023px) {
    .ppro-y26-c-footer {
        padding-top: 3rem;
    }

    .ppro-y26-c-footer__top {
        flex-direction: column;
        gap: 2.5rem;
    }

    .ppro-y26-c-footer__menus {
        width: 100%;
    }

    .ppro-y26-c-footer__menu-col {
        flex: 1 1 0;
        min-width: 0;
    }

    .ppro-y26-c-footer__aside {
        margin-top: 1.5rem;
    }

    .ppro-y26-c-footer__link {
        white-space: normal;
    }

    .ppro-y26-c-footer__rule {
        margin-top: 3rem;
    }

    .ppro-y26-c-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        padding-top: 3.375rem;
        padding-bottom: 3rem;
    }

    .ppro-y26-c-footer__legal {
        gap: 1.125rem;
    }
}

@media (max-width: 767px) {
    .ppro-y26-c-footer__text {
        font-size: 2.125rem;
        line-height: 2.5rem;
    }

    .ppro-y26-c-footer__text-icon {
        width: 2.25rem;
        height: 2.25rem;
    }

    .ppro-y26-c-footer__text-icon svg {
        width: 1.25rem;
        height: 1.25rem;
    }

    .ppro-y26-c-footer__legal {
        flex-direction: column;
        gap: 0.5625rem;
    }
}
