.sp-home-page {
    overflow: hidden;
    background: #ffffff;
    color: var(--sp-gray-950, #111111);
    font-family: var(--sp-font-body, "Inter", "Open Sans", Arial, sans-serif);
}

.sp-home-section,
.sp-home-hero {
    position: relative;
    width: 100%;
}

.sp-home-section {
    padding: 80px 0;
}

.sp-home-section__head,
.sp-home-hero__slider,
.sp-home-category-grid__items,
.sp-product-carousel__slider,
.sp-promo-banners__items,
.sp-benefits__items,
.sp-social-proof__slider,
.sp-certificates__items,
.sp-blog-teasers__items {
    width: min(1170px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

.sp-home-hero__slider,
.sp-home-category-grid__items,
.sp-social-proof__slider {
    width: min(1168px, calc(100% - 32px));
}

.sp-home-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
}

.sp-home-section__title {
    margin: 0;
    color: inherit;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
}

.sp-home-section__title em {
    font-style: italic;
    font-weight: 400;
}

.sp-home-section__subtitle {
    max-width: 560px;
    margin: 0;
    color: var(--sp-gray-700, #3f3f46);
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}

.sp-home-section__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 154px;
    min-height: 44px;
    padding: 10px 24px;
    border: 1px solid var(--sp-gray-300, #d4d4d8);
    border-radius: 999px;
    background: #ffffff;
    color: var(--sp-gray-950, #111111);
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    white-space: nowrap;
    transition:
        border-color 0.15s ease,
        color 0.15s ease,
        background 0.15s ease;
}

.sp-home-section__link:hover,
.sp-home-section__link:focus {
    border-color: var(--sp-green-600, #007d40);
    background: var(--sp-green-600, #007d40);
    color: #ffffff;
    text-decoration: none;
}

.arrow-btn {
    box-sizing: border-box;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--sp-gray-50, #fafafa);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    transition:
        color 0.15s ease,
        transform 0.15s ease,
        box-shadow 0.15s ease;
}

.arrow-btn::before,
.arrow-btn::after,
.sp-home-hero .swiper-button-next::before,
.sp-home-hero .swiper-button-prev::before,
.sp-product-carousel .swiper-button-next::before,
.sp-product-carousel .swiper-button-prev::before,
.sp-social-proof .swiper-button-next::before,
.sp-social-proof .swiper-button-prev::before {
    display: none;
}

.arrow-btn:hover,
.arrow-btn:focus {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.arrow-btn:hover path,
.arrow-btn:focus path {
    stroke: var(--sp-green-600, #007d40);
}

.sp-home-hero {
    padding: 24px 0 32px;
}

.sp-home-hero__slide,
.sp-product-carousel__slide {
    height: auto;
}

.sp-home-hero .sp-product-card--hero {
    height: 480px;
    border-radius: 12px;
}

.sp-home-hero .sp-product-card--hero .sp-product-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.48) 58%, rgba(0, 0, 0, 0.9) 100%);
    pointer-events: none;
}

.sp-home-hero .sp-product-card--hero .sp-product-card__badge {
    top: 20px;
    left: 20px;
    z-index: 4;
    min-height: 0;
    padding: 5px 12px;
    background: var(--sp-green-500, #2cb162);
    color: #ffffff;
    font-size: 10px;
    line-height: 14px;
}

.sp-home-hero .sp-product-card--hero .sp-product-card__body {
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 3;
    gap: 0;
}

.sp-home-hero .sp-product-card--hero .sp-product-card__label {
    margin-bottom: 2px;
    color: var(--sp-gray-200, #e4e4e7);
    font-size: 12px;
    line-height: 16px;
}

.sp-home-hero .sp-product-card--hero .sp-product-card__name {
    min-height: 0;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.sp-home-hero .sp-product-card--hero .sp-product-card__subtitle {
    margin-bottom: 12px;
    color: var(--sp-gray-100, #f4f4f5);
    font-size: 12px;
    line-height: 16px;
}

.sp-home-hero .sp-product-card--hero .sp-product-card__price {
    margin-bottom: 12px;
}

.sp-home-hero .sp-product-card--hero .sp-product-card__price-current {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.sp-home-hero .sp-product-card--hero .sp-product-card__button {
    width: auto;
    min-width: 152px;
    min-height: 36px;
    gap: 12px;
    padding: 8px 16px;
    background: var(--sp-green-600, #007d40);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.sp-home-hero .sp-product-card--hero .sp-product-card__button:hover,
.sp-home-hero .sp-product-card--hero .sp-product-card__button:focus {
    background: var(--sp-green-500, #2cb162);
    color: #ffffff;
}

.sp-home-hero__pager,
.sp-product-carousel__pager,
.sp-social-proof__pager {
    position: absolute;
    z-index: 4;
    left: 50%;
    width: min(1230px, calc(100% - 32px));
    transform: translateX(-50%);
    pointer-events: none;
}

.sp-home-hero__pager {
    top: 240px;
    width: min(1218px, calc(100% - 32px));
}

.sp-home-hero__pager .arrow-btn,
.sp-product-carousel__pager .arrow-btn,
.sp-social-proof__pager .arrow-btn {
    position: absolute;
    top: 0;
    pointer-events: auto;
}

.sp-home-hero__pager .swiper-button-prev,
.sp-product-carousel__pager .swiper-button-prev,
.sp-social-proof__pager .swiper-button-prev {
    left: 0;
}

.sp-home-hero__pager .swiper-button-next,
.sp-product-carousel__pager .swiper-button-next,
.sp-social-proof__pager .swiper-button-next {
    right: 0;
}

.sp-home-hero .swiper-pagination,
.sp-product-carousel .swiper-pagination,
.sp-social-proof .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 24px;
}

.sp-home-hero .swiper-pagination-bullet,
.sp-product-carousel .swiper-pagination-bullet,
.sp-social-proof .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--sp-gray-300, #d4d4d8);
    opacity: 1;
}

.sp-home-hero .swiper-pagination-bullet-active,
.sp-product-carousel .swiper-pagination-bullet-active,
.sp-social-proof .swiper-pagination-bullet-active {
    background: var(--sp-green-500, #2cb162);
}

.sp-product-carousel .swiper-pagination,
.sp-social-proof .swiper-pagination {
    display: none;
}

.sp-home-category-grid {
    padding: 24px 0 48px;
}

.sp-home-category-grid .sp-home-section__head {
    width: min(1168px, calc(100% - 32px));
    margin-bottom: 36px;
}

.sp-home-category-grid .sp-home-section__title {
    flex: 0 1 565px;
}

.sp-home-category-grid .sp-home-section__subtitle {
    flex: 0 1 565px;
    margin-top: 18px;
    color: var(--sp-gray-800, #27272a);
}

.sp-home-category-grid__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
}

.sp-home-category-grid__item {
    position: relative;
    display: block;
    min-height: 262px;
    overflow: hidden;
    padding: 20px;
    border-radius: 12px;
    background: var(--sp-category-bg, linear-gradient(131.75deg, #111111 36.55%, #9bfacc 210.01%));
    color: #ffffff;
    text-decoration: none;
}

.sp-home-category-grid__item:hover,
.sp-home-category-grid__item:focus {
    color: #ffffff;
    text-decoration: none;
}

.sp-home-category-grid__item:hover .arrow-btn,
.sp-home-category-grid__item:focus .arrow-btn {
    transform: translateX(2px);
}

.sp-home-category-grid__name {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 190px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
}

.sp-home-category-grid__image-wrapper {
    position: absolute;
    right: var(--sp-category-image-right, -16px);
    bottom: var(--sp-category-image-bottom, 0);
    z-index: 1;
    display: flex;
    width: var(--sp-category-image-width, 236px);
    height: var(--sp-category-image-height, 200px);
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.sp-home-category-grid__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.sp-home-category-grid .arrow-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 3;
    width: 40px;
    height: 40px;
}

.sp-product-carousel {
    padding: 80px 0;
}

.sp-product-carousel__slider {
    overflow: hidden;
}

.sp-product-carousel__pager {
    top: 421px;
}

.sp-product-carousel__pager .arrow-btn,
.sp-social-proof__pager .arrow-btn {
    width: 60px;
    height: 60px;
}

.sp-promo-banners {
    padding: 80px 0;
}

.sp-promo-banners__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

.sp-promo-banners__item {
    position: relative;
    display: block;
    min-height: 375px;
    overflow: hidden;
    border-radius: 12px;
    background: var(--sp-gray-50, #fafafa);
    color: var(--sp-gray-950, #111111);
    text-decoration: none;
}

.sp-promo-banners__item:hover,
.sp-promo-banners__item:focus {
    color: var(--sp-gray-950, #111111);
    text-decoration: none;
}

.sp-promo-banners__image {
    display: block;
    width: 100%;
    height: 375px;
    object-fit: cover;
}

.sp-promo-banners__title {
    position: absolute;
    top: 48px;
    left: 48px;
    z-index: 2;
    max-width: 300px;
    color: var(--sp-gray-950, #111111);
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}

.sp-promo-banners__button {
    position: absolute;
    right: 32px;
    bottom: 32px;
    z-index: 2;
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--sp-gray-950, #111111);
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.sp-benefits {
    padding: 80px 0;
    background: var(--sp-gray-950, #111111);
    color: #ffffff;
}

.sp-benefits .sp-home-section__head {
    margin-bottom: 40px;
}

.sp-benefits__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.sp-benefits__item {
    min-height: 146px;
    padding: 22px 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    background: #18181b;
    text-align: center;
}

.sp-benefits__icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: var(--sp-green-500, #2cb162);
    font-size: 22px;
    line-height: 1;
}

.sp-benefits__title {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.sp-benefits__text {
    margin: 0;
    color: var(--sp-gray-400, #a1a1aa);
    font-size: 12px;
    line-height: 16px;
}

.sp-social-proof {
    padding: 80px 0;
}

.sp-social-proof .sp-home-section__head {
    justify-content: flex-start;
}

.sp-social-proof .sp-home-section__title {
    max-width: 620px;
}

.sp-social-proof__slider {
    overflow: hidden;
}

.sp-social-proof__card {
    position: relative;
    height: 488px;
    overflow: hidden;
    border-radius: 12px;
    background: var(--sp-gray-100, #f4f4f5);
}

.sp-social-proof__link,
.sp-social-proof__image {
    display: block;
    width: 100%;
    height: 100%;
}

.sp-social-proof__image {
    object-fit: cover;
}

.sp-social-proof__meta {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 2px 8px;
    color: #ffffff;
    pointer-events: none;
}

.sp-social-proof__avatar {
    grid-row: span 2;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.sp-social-proof__title {
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sp-social-proof__text {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sp-social-proof__pager {
    top: 501px;
}

.sp-certificates {
    z-index: 0;
    padding: 80px 0;
    overflow: hidden;
    background: #111111;
    color: #ffffff;
}

.sp-certificates::after {
    position: absolute;
    right: 0;
    bottom: -190px;
    z-index: -1;
    width: 820px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(44, 177, 98, 0.6) 0%, rgba(44, 177, 98, 0.18) 42%, rgba(44, 177, 98, 0) 70%);
    content: "";
    filter: blur(6px);
}

.sp-certificates .sp-home-section__head {
    align-items: center;
    min-height: 120px;
}

.sp-certificates .sp-home-section__title {
    max-width: 866px;
}

.sp-certificates .sp-home-section__link {
    border-color: transparent;
    background: #ffffff;
    color: var(--sp-gray-950, #111111);
}

.sp-certificates .sp-home-section__link:hover,
.sp-certificates .sp-home-section__link:focus {
    background: var(--sp-green-600, #007d40);
    color: #ffffff;
}

.sp-certificates__items {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.sp-certificates__item {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    text-decoration: none;
}

.sp-certificates__image {
    display: block;
    width: 100%;
    height: 356px;
    object-fit: cover;
}

.sp-blog-teasers {
    padding: 80px 0;
}

.sp-blog-teasers__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sp-blog-teasers__item {
    overflow: hidden;
    border-radius: 16px;
    background: #f7f7f7;
}

.sp-blog-teasers__media {
    display: block;
    overflow: hidden;
    border-radius: 0;
}

.sp-blog-teasers__media img {
    display: block;
    width: 100%;
    height: 392px;
    object-fit: cover;
}

.sp-blog-teasers__body {
    min-height: 184px;
    padding: 20px;
    background: #fafafa;
}

.sp-blog-teasers__title {
    display: -webkit-box;
    min-height: 52px;
    overflow: hidden;
    color: var(--sp-gray-950, #111111);
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sp-blog-teasers__title:hover,
.sp-blog-teasers__title:focus {
    color: var(--sp-green-600, #007d40);
    text-decoration: none;
}

.sp-blog-teasers__text {
    display: -webkit-box;
    min-height: 60px;
    margin: 8px 0 0;
    overflow: hidden;
    color: var(--sp-gray-600, #52525b);
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sp-blog-teasers__more {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    margin-top: 16px;
    color: #393939;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}

.sp-blog-teasers__more:hover,
.sp-blog-teasers__more:focus {
    color: var(--sp-green-600, #007d40);
    text-decoration: none;
}

@media (max-width: 1199px) {
    .sp-home-section__title {
        font-size: 42px;
    }

    .sp-home-category-grid__items {
        gap: 24px;
    }

    .sp-home-category-grid__item {
        min-height: 230px;
    }

    .sp-home-category-grid__image-wrapper {
        width: calc(var(--sp-category-image-width, 236px) * 0.86);
        height: calc(var(--sp-category-image-height, 200px) * 0.86);
    }
}

@media (max-width: 767px) {
    .sp-home-section,
    .sp-product-carousel,
    .sp-promo-banners,
    .sp-social-proof,
    .sp-certificates,
    .sp-blog-teasers {
        padding: 48px 0;
    }

    .sp-home-section__head {
        display: block;
        width: min(343px, calc(100% - 32px));
        margin-bottom: 24px;
    }

    .sp-home-section__title {
        font-size: 32px;
        line-height: 40px;
    }

    .sp-home-section__subtitle {
        margin-top: 12px;
        font-size: 14px;
        line-height: 20px;
    }

    .sp-home-section__link {
        width: 100%;
        min-height: 36px;
        margin-top: 16px;
        padding: 8px 18px;
        font-size: 12px;
        line-height: 18px;
    }

    .sp-home-hero {
        padding: 16px 0 24px;
    }

    .sp-home-hero__slider,
    .sp-home-category-grid__items,
    .sp-product-carousel__slider,
    .sp-promo-banners__items,
    .sp-benefits__items,
    .sp-social-proof__slider,
    .sp-certificates__items,
    .sp-blog-teasers__items {
        width: min(343px, calc(100% - 32px));
    }

    .sp-home-hero .sp-product-card--hero,
    .sp-home-hero .sp-product-card--hero .sp-product-card__media,
    .sp-home-hero .sp-product-card--hero .sp-product-card__image-link,
    .sp-home-hero .sp-product-card--hero .sp-product-card__media img {
        height: 480px;
    }

    .sp-home-hero__pager,
    .sp-product-carousel__pager,
    .sp-social-proof__pager {
        display: none;
    }

    .sp-home-hero .swiper-pagination {
        gap: 6px;
        margin-top: 16px;
    }

    .sp-home-hero .swiper-pagination-bullet,
    .sp-product-carousel .swiper-pagination-bullet,
    .sp-social-proof .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .sp-home-hero .swiper-pagination-bullet-active,
    .sp-product-carousel .swiper-pagination-bullet-active,
    .sp-social-proof .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
    }

    .sp-home-category-grid {
        padding: 24px 0 48px;
    }

    .sp-home-category-grid .sp-home-section__head {
        width: min(343px, calc(100% - 32px));
        margin-bottom: 24px;
    }

    .sp-home-category-grid .sp-home-section__subtitle {
        margin-top: 12px;
    }

    .sp-home-category-grid__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .sp-home-category-grid__item {
        min-height: 164px;
        padding: 12px;
        border-radius: 10px;
    }

    .sp-home-category-grid__name {
        max-width: 118px;
        font-size: 13px;
        line-height: 18px;
    }

    .sp-home-category-grid__image-wrapper {
        right: -20px;
        bottom: 0;
        width: 142px;
        height: 126px;
    }

    .sp-home-category-grid .arrow-btn {
        bottom: 12px;
        left: 12px;
        width: 32px;
        height: 32px;
    }

    .sp-home-category-grid .arrow-btn svg {
        width: 18px;
        height: 18px;
    }

    .sp-product-carousel .swiper-pagination,
    .sp-social-proof .swiper-pagination {
        display: flex;
        margin-top: 16px;
    }

    .sp-product-carousel .sp-product-card--grid {
        border-radius: 10px;
    }

    .sp-product-carousel .sp-product-card--grid .sp-product-card__media {
        flex-basis: 160px;
        height: 160px;
        border-radius: 0;
    }

    .sp-product-carousel .sp-product-card--grid .sp-product-card__media img {
        padding: 40px 12px 16px;
    }

    .sp-product-carousel .sp-product-card--grid .sp-product-card__body {
        min-height: 186px;
        padding: 10px 12px 0;
    }

    .sp-product-carousel .sp-product-card__name {
        min-height: 36px;
        font-size: 12px;
        line-height: 18px;
    }

    .sp-product-carousel .sp-product-card__rating {
        gap: 4px;
        font-size: 10px;
    }

    .sp-product-carousel .sp-product-card__stars {
        width: 58px;
    }

    .sp-product-carousel .sp-product-card__price-current {
        font-size: 14px;
        line-height: 20px;
    }

    .sp-product-carousel .sp-product-card__unit {
        font-size: 11px;
        line-height: 16px;
    }

    .sp-product-carousel .sp-product-card__button {
        min-height: 32px;
        padding: 6px 12px;
        font-size: 12px;
        line-height: 18px;
    }

    .sp-promo-banners__items {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .sp-promo-banners__items::-webkit-scrollbar {
        display: none;
    }

    .sp-promo-banners__item {
        min-width: min(343px, calc(100vw - 32px));
        min-height: 228px;
        scroll-snap-align: start;
    }

    .sp-promo-banners__image {
        height: 228px;
    }

    .sp-promo-banners__title {
        top: 24px;
        left: 24px;
        max-width: 210px;
        font-size: 22px;
        line-height: 28px;
    }

    .sp-promo-banners__button {
        right: 16px;
        bottom: 16px;
        min-height: 36px;
        padding: 8px 16px;
        font-size: 12px;
        line-height: 18px;
    }

    .sp-benefits {
        padding: 48px 0;
    }

    .sp-benefits .sp-home-section__head {
        margin-bottom: 24px;
    }

    .sp-benefits__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .sp-benefits__item {
        min-height: 138px;
        padding: 18px 10px 14px;
    }

    .sp-benefits__icon {
        margin-bottom: 12px;
    }

    .sp-benefits__title {
        font-size: 13px;
        line-height: 18px;
    }

    .sp-benefits__text {
        font-size: 10px;
        line-height: 14px;
    }

    .sp-social-proof__card {
        height: 488px;
    }

    .sp-certificates .sp-home-section__head {
        min-height: 0;
    }

    .sp-certificates::after {
        right: -260px;
        bottom: -160px;
        width: 600px;
        height: 360px;
    }

    .sp-certificates__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .sp-certificates__image {
        height: auto;
        aspect-ratio: 274 / 356;
    }

    .sp-blog-teasers__items {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .sp-blog-teasers__items::-webkit-scrollbar {
        display: none;
    }

    .sp-blog-teasers__item {
        min-width: min(300px, calc(100vw - 48px));
        scroll-snap-align: start;
    }

    .sp-blog-teasers__media img {
        height: 310px;
    }

    .sp-blog-teasers__body {
        min-height: 176px;
        padding: 16px;
    }

    .sp-blog-teasers__title {
        min-height: 44px;
        font-size: 15px;
        line-height: 22px;
    }

    .sp-blog-teasers__text {
        min-height: 54px;
        font-size: 12px;
        line-height: 18px;
    }
}

/* ── Social-proof arrows per the design (П2) ──
   Circles on the left/right edges, vertically centred on the card row (peeking over
   the outer card corners), matching the Figma. */
.sp-social-proof__pager {
    top: 58%;
    bottom: auto;
    transform: translate(-50%, -50%);
}
.sp-social-proof__pager .swiper-button-prev {
    left: -18px;
    right: auto;
}
.sp-social-proof__pager .swiper-button-next {
    right: -18px;
    left: auto;
}

/* ── Blog teasers per the design (правка 10): gray/beige image bg + arrow on the link ── */
.sp-blog-teasers__media { background: #f5f6f7; border-radius: 16px; }
.sp-blog-teasers__media img { border-radius: 16px; }
.sp-blog-teasers__more-arrow { display: block; flex-shrink: 0; width: 16px; height: 16px; transition: transform .15s ease; }
.sp-blog-teasers__more:hover .sp-blog-teasers__more-arrow { transform: translateX(3px); }

/* «Переглянути всі категорії» button — shown only when there are more categories than the grid */
.sp-home-category-grid__more { display: flex; justify-content: center; margin-top: 24px; }
.sp-home-category-grid__more .sp-pill-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 10px 40px;
    border: 1px solid #111; border-radius: 999px;
    background: #fff; color: #111; font-size: 16px; font-weight: 500; line-height: 24px; text-decoration: none;
    transition: border-color .15s ease, color .15s ease, background-color .15s ease;
}
.sp-home-category-grid__more .sp-pill-btn:hover { border-color: #007d40; background: #007d40; color: #fff; }
