@media (max-width: 768px) {
    .rp-homepage-v2-hero #homeImage {
        height: auto;
    }
}

.rp-homepage-v2-why-us {
    background:
        radial-gradient(
            circle 240px at calc(100% - 90px) 140px,
            transparent 0 199px,
            rgb(255 23 130 / 3%) 200px 239px,
            transparent 240px
        );
    padding-block: 48px 0;
    position: relative;
}

.rp-homepage-v2-why-us__content {
    padding-inline: 4px;
    position: relative;
    z-index: 1;
}

.rp-homepage-v2-why-us h2.h2homepage {
    color: #3d3b3c;
    float: none;
    font-family: "Bariol", Arial, sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 40px;
    padding: 0 0 18px;
    position: relative;
    text-align: center;
    width: auto;
}

.rp-homepage-v2-why-us h2.h2homepage::after {
    background: #ff1782;
    border-radius: 2px;
    bottom: 0;
    content: '';
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 48px;
}

.rp-homepage-v2-why-us .overflow {
    margin: 0;
    overflow: visible;
}

.rp-homepage-v2-why-us .preco-my {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.rp-homepage-v2-why-us .preco-my li {
    align-items: center;
    background-color: transparent;
    border-radius: 12px;
    color: #3d3b3c;
    display: flex;
    font-size: 0.9375rem;
    font-weight: 700;
    gap: 16px;
    line-height: 1.3;
    margin: 0;
    min-height: 0;
    padding: 10px 14px;
    transition: background-color 0.2s ease;
}

.rp-homepage-v2-why-us .preco-my li::before {
    background-color: rgb(255 23 130 / 10%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    border-radius: 12px;
    display: block;
    flex: 0 0 48px;
    height: 48px;
    margin: 0;
    transition: transform 0.2s ease;
    width: 48px;
}

.rp-homepage-v2-why-us .preco-my li br {
    display: none;
}

.rp-homepage-v2-why-us .preco-my li:hover {
    background-color: #f5f5f5;
}

.rp-homepage-v2-why-us .preco-my li:hover::before {
    transform: scale(1.1);
}

@media (min-width: 768px) {
    .rp-homepage-v2-why-us {
        padding-block: 64px 0;
    }

    .rp-homepage-v2-why-us__content {
        padding-inline: 8px;
    }

    .rp-homepage-v2-why-us .preco-my {
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-homepage-v2-why-us .preco-my li {
        min-height: 80px;
        padding: 16px;
    }
}

@media (min-width: 1024px) {
    .rp-homepage-v2-why-us {
        padding-block: 80px 0;
    }

    .rp-homepage-v2-why-us .preco-my {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .rp-homepage-v2-why-us .preco-my li,
    .rp-homepage-v2-why-us .preco-my li::before {
        transition: none;
    }
}
