/* ================================================================
   COMPONENT STYLES — Аптечка+ (Apte4ka Plus)
   ================================================================ */

/* === HERO SECTION === */
.hero {
    width: 1279px;
    height: 560px;
    margin: 0 auto;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(45, 49, 18, 0) 0%, rgba(45, 49, 18, 0.6) 100%);
}

.hero__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 80px 60px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero__title {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 72px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 12px;
}

.hero__subtitle {
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 40px;
}

.hero__buttons {
    display: flex;
    gap: 20px;
}

/* === BUTTONS === */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 62px;
    border-radius: 30px;
    padding: 0 40px;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #9ea93e;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
                background-color 0.25s ease,
                box-shadow 0.25s ease;
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

.btn:hover {
    transform: translateY(-4px);
    background-color: #b5c24a;
    box-shadow: 0 8px 28px rgba(181, 194, 74, 0.5);
}

.btn:active {
    transform: translateY(-1px);
}

.btn:hover svg {
    transform: scale(1.12);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover .btn__text {
    letter-spacing: 0.025em;
    transition: letter-spacing 0.25s ease;
}

.btn--wide {
    width: 473px;
}

.btn--medium {
    width: 400px;
}

.btn--large {
    width: 623px;
}

.btn__text {
    transition: letter-spacing 0.25s ease;
}

.btn svg {
    width: 32px;
    height: 25px;
    flex-shrink: 0;
}

/* === TRUST BADGES === */
.trust {
    width: 1282px;
    margin: 0 auto;
}

.trust__row {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.trust__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border-radius: 30px;
    padding: 12px 20px;
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 16px;
    color: #2d3112;
    white-space: nowrap;
}

.trust__badge svg {
    flex-shrink: 0;
}

/* === HOW IT WORKS === */
.how-steps {
    display: flex;
    gap: 26px;
    justify-content: center;
}

.how-step {
    width: 297px;
    min-height: 180px;
    background: #ffffff;
    border-radius: 7px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.how-step__icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
}

.how-step__title {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 24px;
    color: #2d3112;
    text-transform: uppercase;
    line-height: 1.1;
}

.how-step__text {
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 16px;
    color: #2d3112;
    line-height: 1.2;
}

/* === PRODUCT CATEGORY CARDS === */
.product-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
}

.product-category-card {
    width: 407px;
    height: 407px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.product-category-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-category-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(180deg, rgba(45, 49, 18, 0) 0%, rgba(45, 49, 18, 0.85) 100%);
}

.product-category-card__count {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 4px;
}

.product-category-card__title {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 28px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.05;
    margin-bottom: 8px;
}

.product-category-card__desc {
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
    opacity: 0.9;
}

.product-category-card--promo {
    background: #9ea93e;
}

.product-category-card__promo-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #ffffff;
}

.product-category-card__promo-title {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 44px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 16px;
}

.product-category-card__promo-desc {
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.1;
}

/* === PRODUCT CARDS (Assortment) === */
.product-card {
    width: 299px;
    background: #ffffff;
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
}

.product-card__image-wrap {
    width: 265px;
    height: 254px;
    margin: 17px auto 0;
    overflow: hidden;
}

.product-card__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card__body {
    padding: 16px 17px 20px;
}

.product-card__labels {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.product-card__label {
    display: inline-block;
    background: #fbf8f0;
    border-radius: 30px;
    padding: 5px 12px;
    font-size: 13px;
    color: #2d3112;
}

.product-card__title {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 20px;
    color: #2d3112;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 8px;
}

.product-card__desc {
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #2d3112;
    line-height: 1.2;
}

/* === CALCULATOR === */
.calculator {
    width: 1278px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 7px;
    padding: 40px 48px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.calculator__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.calculator__top-label {
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #2d3112;
}

.calculator__weight {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 36px;
    color: #9ea93e;
    text-transform: uppercase;
}

.calculator__slider {
    width: 100%;
    position: relative;
}

.calculator__slider input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    background: #eaeaea;
    border-radius: 2px;
    outline: none;
}

.calculator__slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: #9ea93e;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.calculator__slider input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

.calculator__range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #2d3112;
    margin-top: 8px;
}

.calculator__bottom {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.calculator__result {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.calculator__price {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 45px;
    color: #9ea93e;
}

.calculator__price-label {
    font-size: 16px;
    color: #2d3112;
    margin-top: -8px;
}

.calculator__details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.calculator__details p {
    font-size: 16px;
    color: #2d3112;
    line-height: 1.4;
}

.calculator__details strong {
    font-weight: 600;
}

.calculator__cta {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* === PROHIBITED === */
.prohibited__items {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

.prohibited__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 7px;
    padding: 20px 28px;
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #2d3112;
}

/* === PARTNERS === */
.partners__tabs {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-bottom: 32px;
}

.partners__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 30px;
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.partners__tab:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.partners__tab--active {
    background-color: #9ea93e;
    color: #ffffff;
}

.partners__tab--inactive {
    background-color: #ffffff;
    color: #2d3112;
}

.partners__logos {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.partners__logo {
    height: 40px;
    width: auto;
}

/* === INSTAGRAM GRID === */
.instagram-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    width: 1282px;
    margin: 0 auto;
}

.instagram-grid__item {
    border-radius: 7px;
    overflow: hidden;
    aspect-ratio: 1;
}

.instagram-grid__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.instagram-grid__item:hover img {
    transform: scale(1.06);
}

/* === CTA SECTION === */
.cta-section {
    width: 1281px;
    margin: 0 auto;
    background: #2d3112;
    border-radius: 7px;
    padding: 60px 80px;
    text-align: center;
}

.cta-section__text {
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto 36px;
    line-height: 1.4;
}

.cta-section__buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* === REVIEW CARDS (Feedbacks Slider) === */
.reviews-section {
    width: 1440px;
    background-color: #fbf8f0;
    padding-top: 60px;
    padding-bottom: 48px;
    margin: 0 auto;
}

.reviews-section__inner {
    width: 1282px;
    margin: 0 auto;
}

.google-bar {
    background: #ffffff;
    border-radius: 7px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 28px;
}

.google-bar__logo {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1;
}

.google-bar__rating {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
}

.google-bar__count {
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 18px;
    color: #2d3112;
    width: 190px;
}

.reviews-slider {
    overflow: hidden;
    width: 1282px;
    border-radius: 4px;
}

.reviews-track {
    display: flex;
    gap: 29px;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.reviews-page {
    display: flex;
    gap: 29px;
    width: 1282px;
    flex-shrink: 0;
}

.review-card {
    width: 408px;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 7px;
    padding: 25px 44px 37px 26px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.review-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.review-card__title {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 36px;
    color: #2d3112;
    text-transform: uppercase;
    line-height: 1;
}

.review-card__text {
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 16px;
    color: #2d3112;
    line-height: 1.2;
}

.review-card__user {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.review-card__name {
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2d3112;
    line-height: 1.1;
}

.review-card__city {
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #2d3112;
    line-height: 1.1;
}

.review-card__track {
    display: flex;
    gap: 4px;
    align-items: center;
    margin-top: 4px;
}

.review-card__track span {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #9ea93e;
    line-height: 1.1;
}

/* === SLIDER NAVIGATION === */
.slider-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
}

.slider-arrow {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #9ea93e;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
    outline: none;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.slider-arrow:hover {
    background-color: #b5c24a;
    transform: scale(1.06);
}

.slider-arrow:disabled {
    background-color: #d5d9b0;
    cursor: default;
    transform: none;
}

.slider-dots {
    display: flex;
    gap: 20px;
    align-items: center;
}

.slider-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.25s ease;
    flex-shrink: 0;
    outline: none;
}

.slider-dot--active {
    width: 21px;
    height: 21px;
    background-color: #2d3112;
}

/* === FAQ ACCORDION === */
.faq-section {
    width: 1440px;
    background-color: #fbf8f0;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
}

.faq-section__inner {
    width: 1282px;
    margin: 0 auto;
}

.faq-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 32px;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.accordion-item {
    background: #ffffff;
    border-radius: 7px;
    cursor: pointer;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.accordion-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.accordion-item.is-open {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

.accordion-item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 18px 27px 27px;
    min-height: 84px;
}

.accordion-item__question {
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #2d3112;
    line-height: 1.1;
    flex: 1;
    padding-right: 16px;
}

.accordion-item__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #fbf8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.accordion-item.is-open .accordion-item__icon {
    transform: rotate(180deg);
}

.accordion-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-item.is-open .accordion-item__answer {
    max-height: 300px;
}

.accordion-item__answer-text {
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 16px;
    color: #2d3112;
    line-height: 1.2;
    padding: 0 27px 24px 27px;
}

/* === BLOG CARDS === */
.blog-section {
    width: 1440px;
    background-color: #fbf8f0;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
}

.blog-section__inner {
    width: 1280px;
    margin: 0 auto;
}

.blog-cards {
    display: flex;
    gap: 30px;
    margin-bottom: 48px;
    align-items: flex-start;
}

.blog-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card:hover {
    transform: translateY(-6px);
}

.blog-card__image-wrap {
    width: 100%;
    height: 220px;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-card__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card:hover .blog-card__image-wrap img {
    transform: scale(1.06);
}

.blog-card__label {
    display: inline-block;
    align-self: flex-start;
    background: #ffffff;
    border-radius: 30px;
    padding: 7px 14px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.blog-card__title {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 24px;
    color: #2d3112;
    text-transform: uppercase;
    line-height: 1.05;
    margin-bottom: 12px;
    flex: 1;
}

.blog-card__text {
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 16px;
    color: #2d3112;
    line-height: 1.2;
}

/* === BLOG CARD BIG (Featured) === */
.blog-card--big {
    width: 625px;
    height: 407px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    flex: none;
}

.blog-card--big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card--big__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(180deg, rgba(48, 53, 10, 0) 0%, rgb(48, 53, 10) 100%);
}

.blog-card--big__label {
    display: inline-block;
    background: #ffffff;
    border-radius: 30px;
    padding: 5px 12px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-card--big__title {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 28px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.05;
    margin-bottom: 8px;
}

.blog-card--big__desc {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 8px;
}

.blog-card--big__meta {
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    opacity: 0.8;
}

/* === BLOG DETAIL SLIDER === */
.blog-slider {
    width: 1440px;
    height: 596px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.blog-slider__track {
    width: 100%;
    height: 547px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.blog-slider__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.blog-slider__slide.is-active {
    opacity: 1;
}

.blog-slider__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-slider__arrow {
    position: absolute;
    top: 242px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    z-index: 3;
    transition: transform 0.2s ease;
}

.blog-slider__arrow:hover {
    transform: scale(1.1);
}

.blog-slider__arrow--prev {
    left: 52px;
    background: #ffffff;
}

.blog-slider__arrow--next {
    right: 52px;
    background: #fbf8f0;
}

.blog-slider__dots {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 8px;
}

.blog-slider__dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.blog-slider__dot--active {
    width: 21px;
    height: 21px;
    background: #2d3112;
}

/* === TABS (Blog / Assortment filters) === */
.filter-tabs {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.filter-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 30px;
    font-family: 'DM Sans', 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    border: none;
}

.filter-tab:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.filter-tab--active {
    background-color: #9ea93e;
    color: #ffffff;
}

.filter-tab--inactive {
    background-color: #ffffff;
    color: #2d3112;
}

/* === PAGE CONTENT AREA (for blog articles) === */
.article-content {
    width: 800px;
    margin: 0 auto;
    padding: 48px 0;
}

.article-content h2 {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.1;
}

.article-content h3 {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.1;
}

.article-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.article-content img {
    border-radius: 7px;
    margin: 24px 0;
}

.article-content ul, .article-content ol {
    margin: 16px 0 20px 24px;
}

.article-content li {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 8px;
    list-style: disc;
}

/* === PRODUCT GRID (Assortment page) === */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 1282px;
    margin: 0 auto;
}

/* === TESTIMONIALS GRID (Full page) === */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 29px;
    width: 1282px;
    margin: 0 auto;
}

/* === FAQ FULL PAGE === */
.faq-full {
    width: 1282px;
    margin: 0 auto;
}
