/* <editor-fold desc=" Shared section spacing"> */
.horoshop section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.horoshop .title.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 576px) {
    .horoshop section { padding: 24px 0; }
}
/* </editor-fold> */

/* <editor-fold desc=" Hero (reuses hero-v4.css layout; badge is Horoshop-specific)"> */
.horoshop .hero-v4 { padding-top: 24px; }

.horoshop .hero-v4-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 16px;
    background: #ebedf2;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #221f1f;
}
/* </editor-fold> */

/* <editor-fold desc=" Переваги інтеграції (benefits-block) — feature-card-block reused with the new feature-card-* class convention"> */
.horoshop .benefits-block .feature-card-block .feature-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding-top: 40px;
}
@media (max-width: 1300px) {
    .horoshop .benefits-block .feature-card-block .feature-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.horoshop .benefits-block .feature-card-block .feature-card {
    padding: 24px;
    background: #f6f8fa;
    border-radius: 16px;
}
.horoshop .benefits-block .feature-card-block .feature-card .icon-wrapper {
    width: 100%;
    margin-bottom: 16px;
    background: #ebedf2;
    border-radius: 16px;
    overflow: hidden;
}
.horoshop .benefits-block .feature-card-block .feature-card .icon-wrapper img { width: 100%; height: 100%; object-fit: contain; }
.horoshop .benefits-block .feature-card-block .feature-card .name { margin-bottom: 8px; }
@media (max-width: 992px) {
    .horoshop .benefits-block .feature-card-block .feature-card-grid { grid-template-columns: repeat(2, 1fr); }

    .horoshop .benefits-block .feature-card-block .feature-card-grid.slick-slider { display: block; grid-template-columns: none; }
    .horoshop .benefits-block .feature-card-block .feature-card-grid.slick-slider .slick-track { display: flex; }
    .horoshop .benefits-block .feature-card-block .feature-card-grid.slick-slider .feature-card { height: auto; margin: 0 4px; }

    .horoshop .benefits-block .feature-card-block .slick-dots {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 16px;
        padding: 8px;
        list-style: none;
    }
    .horoshop .benefits-block .feature-card-block .slick-dots li { cursor: pointer; }
    .horoshop .benefits-block .feature-card-block .slick-dots li button {
        display: block;
        width: 12px;
        height: 12px;
        padding: 0;
        background: #d1d5dc;
        border-radius: 10px;
        font-size: 0;
        line-height: 0;
        transition: background-color .3s;
        cursor: pointer;
    }
    .horoshop .benefits-block .feature-card-block .slick-dots li.slick-active button { background: #06ba52; }
}
@media (max-width: 576px) {
    .horoshop .benefits-block .feature-card-block .feature-card-grid { grid-template-columns: 1fr; gap: 16px; padding-top: 24px; }
}
/* </editor-fold> */

/* <editor-fold desc=" Як працює прийом оплат (hiw-block) — feature-card-block reused with the new feature-card-* class convention"> */
.horoshop .hiw-block .feature-card-block .feature-card-grid {
    display: flex;
    gap: 16px;
    padding-top: 40px;
}
.horoshop .hiw-block .feature-card-block .feature-card {
    flex: 1 0 0;
    padding: 24px;
    background: #f6f8fa;
    border-radius: 16px;
}
.horoshop .hiw-block .feature-card-block .feature-card .icon-wrapper {
    margin-bottom: 16px;
    border-radius: 16px;
}
.horoshop .hiw-block .feature-card-block .feature-card .icon-wrapper img { max-width: 100%; max-height: 100%; object-fit: contain; }
.horoshop .hiw-block .feature-card-block .feature-card .name { margin-bottom: 8px; }
@media (max-width: 992px) {
    .horoshop .hiw-block .feature-card-block .feature-card-grid { flex-direction: column; }
    .horoshop .hiw-block .feature-card-block .feature-card .icon-wrapper { height: auto; }
}
/* </editor-fold> */

/* <editor-fold desc=" Як підключити інтеграцію (steps-block)"> */
.steps-block .title { text-align: left; }

.steps-list {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}
.steps-list .step { flex: 1 0 0; display: flex; flex-direction: column; gap: 24px; }
.steps-list .step-header { display: flex; align-items: center; gap: 24px; }
.steps-list .step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: #ebedf2;
    border-radius: 50%;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #221f1f;
}
.steps-list .step-line { flex: 1 0 0; height: 2px; background: #ebedf2; }
.steps-list .step-text { display: flex; flex-direction: column; gap: 8px; }
.steps-list .step-text .name,
.steps-list .step-text .desc { margin: 0; }

.steps-block .btn-wrapper.centered { display: flex; justify-content: center; margin-top: 40px; }
.steps-block .btn-wrapper.centered .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 52px;
    padding: 8px 24px;
    font-size: 18px;
    line-height: 28px;
    white-space: nowrap;
}
@media (max-width: 992px) {
    .steps-list { flex-direction: column; gap: 8px; }
    .steps-list .step { flex-direction: row; align-items: flex-start; gap: 16px; }
    .steps-list .step-header { flex-direction: column; align-items: center; gap: 8px; flex: 0 0 60px; }
    .steps-list .step-number { width: 60px; height: 60px; font-size: 20px; line-height: 28px; }
    .steps-list .step-line { flex: 0 0 auto; width: 2px; height: 32px; }
}
@media (max-width: 576px) {
    .steps-block .btn-wrapper.centered .btn { width: 100%; }
}
/* </editor-fold> */
