.home-seller-cta {
    padding: 3.75rem 0 4.25rem;
}

.home-seller-cta__box {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    overflow: hidden;
    padding: clamp(2.15rem, 4vw, 3.6rem);
    border-radius: 18px;
    background:
        radial-gradient(circle at 82% 10%, rgba(255, 255, 255, .09) 0 8%, transparent 8.3%),
        linear-gradient(120deg, #342c34 0%, #342c34 65%, #402d31 100%);
    color: #fff;
}

.home-seller-cta__box::before,
.home-seller-cta__box::after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.home-seller-cta__box::before {
    right: -110px;
    bottom: -165px;
    width: 390px;
    height: 390px;
    border: 48px solid rgba(255, 255, 255, .055);
    border-radius: 50%;
}

.home-seller-cta__box::after {
    right: 22%;
    bottom: 0;
    width: 110px;
    height: 65px;
    background: #b72619;
    clip-path: polygon(0 100%, 28% 36%, 47% 67%, 68% 14%, 100% 100%);
    opacity: .9;
}

.home-seller-cta__content,
.home-seller-cta__action {
    position: relative;
    z-index: 1;
}

.home-seller-cta__kicker {
    margin-bottom: .7rem;
    color: rgba(255, 255, 255, .66);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.home-seller-cta h2 {
    max-width: 800px;
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 3vw, 3.2rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.035em;
}

.home-seller-cta p {
    max-width: 780px;
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, .8);
    font-size: clamp(.96rem, 1.12vw, 1.08rem);
    line-height: 1.7;
}

.home-seller-cta__action {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: .8rem;
}

.home-seller-cta__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    min-height: 58px;
    padding: .95rem 1.1rem .95rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 11px;
    background: #fff;
    color: #b72619;
    font-size: .96rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.home-seller-cta__button:hover,
.home-seller-cta__button:focus-visible {
    background: #b72619;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.home-seller-cta__arrow {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 1rem;
}

.home-seller-cta__types {
    padding-left: .15rem;
    color: rgba(255, 255, 255, .58);
    font-size: .74rem;
    font-weight: 650;
    letter-spacing: .015em;
}

@media (max-width: 991.98px) {
    .home-seller-cta {
        padding: 3rem 0 3.75rem;
    }

    .home-seller-cta__box {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }

    .home-seller-cta__action {
        max-width: 430px;
    }

    .home-seller-cta__box::after {
        right: 8%;
    }
}

@media (max-width: 575.98px) {
    .home-seller-cta {
        padding: 2.35rem 0 2.5rem;
    }

    .home-seller-cta__box {
        padding: 1.55rem;
        border-radius: 14px;
    }

    .home-seller-cta h2 {
        font-size: clamp(1.75rem, 9vw, 2.2rem);
    }

    .home-seller-cta p {
        margin-top: .8rem;
        font-size: .94rem;
    }

    .home-seller-cta__button {
        min-height: 54px;
        padding: .85rem 1rem;
        font-size: .92rem;
    }

    .home-seller-cta__types {
        font-size: .7rem;
    }
}

/* Na mobile ścieżka sprzedającego jest już dostępna w pierwszym ekranie. */
@media (max-width: 767.98px) {
    .home-seller-cta {
        display: none;
    }
}
