/* Responsive Styles - Mobile and Tablet Only */

/* Tablet Styles (768px - 1024px) */
/* Ориентация на ПК: та же верстка, уменьшенные отступы */
@media screen and (min-width: 48rem) and (max-width: 64rem) {
  :root {
    /* Промежуточные значения между мобилкой и ПК */
    --container-padding: clamp(1.5rem, 4vw, 3rem);
    --container-padding-content: clamp(1.5rem, 6vw, 10rem);
  }

  .container {
    padding: 0 var(--container-padding);
  }

  .container-content {
    padding: 0 var(--container-padding-content);
  }
  /* hero */
  .hero-section {
    min-height: 500px;
    padding-top: 30px;
  }
  .hero-right-image {
    width: min(29rem, 90vw);
    max-width: 61rem;
    right: clamp(-6rem, -8vw, -15rem);
    bottom: -10rem;
  }

  .hero-left {
    max-width: 430px;
    width: 100%;
  }
  .hero-video-preview .video-title {
    max-width: 150px;
  }
  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 250px);
    gap: clamp(0.5rem, 1vw, 0.9375rem);
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }

  .reviews-product-card__rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-direction: column;
  }

  .reviews-splide .splide__slide {
    width: 260px;
  }

  .reviews-splide .splide__slide.is-active {
    width: 280px;
    margin-top: -30px;
  }
  .reviews-section1 {
    padding-top: 55px;
  }
  .review-frame {
    padding: 0 50px;
    padding-top: 35px;
  }
  .reviews-product-card__btn {
    height: 40px;
  }

  .nutritional-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
  }
  .badge-1 {
    /* top: 32%; */
    top: 5rem;
    left: 0rem;
  }
  .formula-image-wrapper img {
    max-width: 90%;
  }
  .formula-badge p {
    max-width: 200px;
  }
  .formula-content {
    display: flex;

    gap: clamp(2rem, 13vw, 13rem);
    align-items: center;
    flex-wrap: wrap;

    flex-direction: column;
  }

  .formula-left {
    width: 100%;
    max-width: none;
  }
  .formula-right {
    max-width: 75%;
  }
  .comparison-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  button.btn-cart-light img {
    display: none;
  }
  .comparison-card.featured .comparison-image {
    width: 14%;
  }

  .product-selection-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
    max-width: var(--container-max-width);
    margin: 0 auto;
  }
  .mini-btn {
    max-width: 100%;
  }
  .how-to-use-left {
    max-width: 100%;
  }
  .how-to-use-left img {
    max-width: 100%;
  }
  .how-it-works-left {
    max-width: 100%;
  }
  .usage-left {
    max-width: 100%;
  }
  .line-white {
    margin-top: 56%;
  }
  .faq-header-title {
    font-size: 14px;
  }
  .faq-header-title {
    max-width: 264px;
  }
  .certificates-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  /* Header — легасі-лендінг; лендінг lp-spirulina-art використовує шапку теми */
  body:not(.lp-spirulina-art) .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    z-index: 100;
    background: #f9f9f0;
    padding: 1rem 0;
  }

  body:not(.lp-spirulina-art) .header-content {
    flex-direction: row;
    padding: 0 0.625rem;
    gap: 0;
  }

  body:not(.lp-spirulina-art) .header-right {
    flex-direction: row;
    justify-content: flex-end;
    gap: 0;
    width: auto;
  }

  .logo img {
    height: 30px;
  }

  .nav {
    display: none !important;
  }

  body:not(.lp-spirulina-art) .header-mobile-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  body:not(.lp-spirulina-art) .btn-mobile-cart,
  body:not(.lp-spirulina-art) .btn-mobile-menu {
    width: 46px;
    height: 46px;
    padding: 0;
    border: none;
    cursor: pointer;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    transition: opacity 0.2s ease;
  }

  body:not(.lp-spirulina-art) .btn-mobile-cart:hover,
  body:not(.lp-spirulina-art) .btn-mobile-menu:hover {
    /* opacity: 0.85; */
  }

  body:not(.lp-spirulina-art) .btn-mobile-cart {
    background: transparent;
  }

  body:not(.lp-spirulina-art) .btn-mobile-cart img {
    height: auto;
    display: block;
  }

  body:not(.lp-spirulina-art) .btn-mobile-menu {
    background-color: var(--color-text);
  }

  body:not(.lp-spirulina-art) .btn-mobile-menu .menu-icon {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
  }

  body:not(.lp-spirulina-art) .btn-mobile-menu .menu-icon svg {
    width: 100%;
    height: 100%;
  }

  body:not(.lp-spirulina-art) .btn-mobile-menu .menu-icon-close {
    display: none;
  }

  body:not(.lp-spirulina-art).menu-open .btn-mobile-menu .menu-icon-burger {
    display: none;
  }

  body:not(.lp-spirulina-art).menu-open .btn-mobile-menu .menu-icon-close {
    display: block;
  }

  body:not(.lp-spirulina-art) {
    padding-top: 3.5rem;
  }

  /* ---- ФОРМА: планшет (48–64rem) ---- */
  .forms-inner {
    gap: 2rem;
    padding: 3rem 2.5rem;
  }

  .forms-packs {
    left: auto;
    right: 40px;
    top: 30px;
    width: 280px;
    height: 290px;
  }

  .forms-box {
    width: clamp(17rem, 40vw, 22rem);
  }
}

/* Mobile Styles (max-width: 767px) */
@media screen and (max-width: 47.9375rem) {

  button,
a {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  user-select: none; /* нельзя выделять текст при тапе */
  -webkit-user-select: none;
  -moz-user-select: none;
}

  /* 767px */
  :root {
    --container-padding: 1.25rem; /* 20px */
    --container-padding-content: clamp(0.9375rem, 4vw, 8rem);

    --spacing-8xl: clamp(1rem, 6vw, 9.5rem);
    --spacing-9xl: clamp(5rem, 10vw, 16.25rem);
  }

  .container {
    padding: 0 var(--container-padding);
  }

  /* Experts — моб: ховаємо слайдер, показуємо окремий блок з сіткою */
  .experts-desktop-only {
    display: none !important;
  }

  .experts-mobile-only {
    display: block;
  }

  .experts-mobile {
    padding: 0;
  }
  .expert-card {
    border-radius: 0px;
  }
  .experts-mobile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0 var(--container-padding);
  }

  .experts-mobile .expert-card-wrap.experts-card-hidden {
    display: none;
  }

  .experts-mobile .expert-card-wrap .expert-card {
    position: relative;
  }

  .experts-mobile .expert-card-wrap.experts-card-has-fog .expert-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4rem;
    pointer-events: none;
    background: linear-gradient(
      to top,
      var(--color-body-bg) 0%,
      rgba(249, 249, 240, 0.6) 50%,
      transparent 100%
    );
  }
 
  .experts-section
    .experts-mobile
    .expert-card-wrap.experts-card-has-fog
    .expert-card::after {
    background: linear-gradient(
      to top,
      var(--color-body-bg) 0%,
      color-mix(in srgb, var(--color-body-bg) 60%, transparent) 50%,
      transparent 100%
    );
  }

  .experts-mobile .experts-load-more-wrapper {
    display: block;
    margin-top: 1.5rem;
    text-align: left;
  }

  .experts-load-more {
    /* padding: clamp(0.625rem, calc(0.5rem + 0.25rem * var(--fluid-factor)), 0.875rem)
      clamp(1.25rem, calc(1rem + 0.5rem * var(--fluid-factor)), 1.75rem); */
    font-size: 18px;
  }
  .product-modal-text p {
    /* font-size: clamp(0.875rem, calc(0.75892857rem + 0.14880952vw), 0.9375rem); */
 
   
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
}
  span.experts-load-more-text {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #33411d;
  }

  /* Header — легасі-лендінг; lp-spirulina-art: шапка теми */
  body:not(.lp-spirulina-art) .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    z-index: 100;
    background: #f9f9f0;
    /* border-bottom: 1.5px solid rgba(51, 65, 29, 0.15); */
    padding: 1rem 0;
  }

  body:not(.lp-spirulina-art) .header-content {
    flex-direction: row;
    padding: 0 0.625rem; /* 10px */
    gap: 0;
  }

  body:not(.lp-spirulina-art) .header-right {
    flex-direction: row;
    justify-content: flex-end;
    gap: 0;
    width: auto;
  }
  .logo img {
    height: 30px;
  }
  /* Десктопне меню та кнопки — ховаємо на мобільному */
  .nav {
    display: none !important;
  }

  /* Мобільні іконки: корзина (коло з обводкою) + меню (залитий коло) */
  body:not(.lp-spirulina-art) .header-mobile-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  body:not(.lp-spirulina-art) .btn-mobile-cart,
  body:not(.lp-spirulina-art) .btn-mobile-menu {
    width: 46px;
    height: 46px;
    padding: 0;
    border: none;
    cursor: pointer;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    transition: opacity 0.2s ease;
  }

  body:not(.lp-spirulina-art) .btn-mobile-cart:hover,
  body:not(.lp-spirulina-art) .btn-mobile-menu:hover {
    /* opacity: 0.85; */
  }

  /* Корзина: коло з обводкою, прозора середина */
  body:not(.lp-spirulina-art) .btn-mobile-cart {
    background: transparent;
  }

  body:not(.lp-spirulina-art) .btn-mobile-cart img {
    height: auto;
    display: block;
  }

  /* Меню: залитий оливковий коло, лінії бургера — жовтувато-бежеві */
  body:not(.lp-spirulina-art) .btn-mobile-menu {
    background-color: var(--color-text);
  }

  body:not(.lp-spirulina-art) .btn-mobile-menu .menu-icon {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
  }

  body:not(.lp-spirulina-art) .btn-mobile-menu .menu-icon svg {
    width: 100%;
    height: 100%;
  }

  body:not(.lp-spirulina-art) .btn-mobile-menu .menu-icon-close {
    display: none;
  }

  /* Коли меню відкрите: показуємо крестик, ховаємо бургер */
  body:not(.lp-spirulina-art).menu-open .btn-mobile-menu .menu-icon-burger {
    display: none;
  }

  body:not(.lp-spirulina-art).menu-open .btn-mobile-menu .menu-icon-close {
    display: block;
  }

  /* Відступ для контенту під фіксованим хедером */
  body:not(.lp-spirulina-art) {
    padding-top: 3.5rem; /* висота хедера на мобільному */
  }

  /* Hero */
  .hero-section {
    padding: 1.25rem 0; /* 20px */
    padding-top: 3rem;
  }

  h1 {
    font-size: 4rem; /* 32px */
    letter-spacing: -0.0625rem; /* -1px */
  }

  .hero-title h2 {
    font-size: clamp(13px, 4.1vw, 16px);
    line-height: 1.2; /* 120% */
    letter-spacing: -0.04em;
  }

  .hero-subtitle {
    font-size: clamp(12px, 3.6vw, 14px);
    line-height: 1.4; /* 140% */
    letter-spacing: -0.02em;
  }
  .hero-subtitle br {
    display: block;
  }

  .hero-rating {
    align-items: flex-start;
    gap: 0.625rem; /* 10px */
    margin-bottom: 10px;
  }

  .hero-buttons {
    width: 100%;
  }

  .btn-primary,
  .btn-shop {
    width: 100%;
    justify-content: center;
  }

  .video-preview {
    width: 100%;
    justify-content: flex-start;
  }
  .hero-title h1 {
    font-size: clamp(34px, 15.3vw, 60px);
    line-height: 0.86; /* 86% */
    letter-spacing: -0.08em;
  }
  /* Benefits */
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card-mobile,
  .benefits-mobile-sliders .benefit-item.benefit-card {
    width: 176px;
    height: 176px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    
  }

  .benefits-mobile-sliders .benefit-item {
    padding: 1.25rem; /* 20px */
  }
  #benefits-splide-right-track {
    margin-top: 1rem;
  }

  #benefits-splide-right-track .benefit-item.benefit-card.benefit-card-mobile {
    display: flex;
    align-content: space-between;
    align-items: flex-start;
    justify-content: flex-start;
  }

  #benefits-splide-left-track .benefit-item.benefit-card.benefit-card-mobile {
    display: flex;

    justify-content: flex-start;
  }

  /* Reviews */
  .reviews-header h2 {
    font-size: 26px;
  }

  .reviews-slider {
    grid-template-columns: 1fr;
  }
  .reviews-product-card {
    padding: 20px;
    border-radius: 15px;
    gap: 20px;
  }
  .reviews-product-card__image {
    width: 40px;
    height: 60px;
  }

  .reviews-product-card__rating {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    flex-direction: column;
  }

  .reviews-product-card__stars img {
    width: 16px;
    height: 16px;
  }

  /* Formula */

  .formula-content {
    align-items: flex-start;
  }
  .formula-left h2 {
    font-size: 26px; /* 28px */
    max-width: 100%;
  }

  .formula-ingredients {
    grid-template-columns: repeat(5, 1fr);
    row-gap: 15px;
    column-gap: 0px;
  }

  .formula-badge {
    /* position: static; */
    margin: 0.625rem 0; /* 10px */
    max-width: 100%;
  }

  .formula-badge h4 {
    font-size: 12px;
    line-height: 1.4; /* 140% */
    letter-spacing: -0.02em;
  }

  .badge-1 {
    /* top: 50px;
    left: 3rem; */
    top: -3rem;
    left: 3rem;
  }

  .formula-image-wrapper-inner {
    
    width: 300px;
    height: 200px;
 
}

  .badge-2 {
    /* top: 0px;
    right: -18px; */
    top: -4rem;
    right: -5rem;
  }

  .badge-3 {
    /* bottom: 0rem;
    left: 13rem; */
    bottom: -4rem;
    left: 10rem;
  }
  .formula-right {
    padding-bottom: 3rem;
}
  .formula-badge.badge-1 p {
    max-width: 49%;
  }

  .formula-badge.badge-2 p {
    max-width: 50%;
  }

  .formula-badge.badge-3 p {
    max-width: 78%;
  }
  .badge-content-inner-2 {
    margin-bottom: -4rem;
    margin-left: 4rem;
  }

  .badge-content-inner-3 {
    margin-left: 3rem;
  }

  .formula-badge p {
    font-size: 10px;
    line-height: 1.4; /* 140% */
    letter-spacing: -0.02em;
  }

  .formula-image {
    transform: none
  }

  .formula-buttons {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 0.75rem;
  }

  .formula-buttons .btn-primary,
  .formula-buttons .btn-secondary {
    flex: 1;
    min-width: 0;
    height: 46px;
    padding: 0 1rem;
    font-size: 0.875rem;
    justify-content: center;
    font-size: 12px 
  }

  .warehouse-popup__content {
    padding: 20px;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  /* Прокрутка тільки секцій; заголовок і підзаголовок залишаються зверху */
  .warehouse-popup__sections {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1.5rem;
  }

  /* Попап по висоті екрану */
  .warehouse-popup .warehouse-popup__dialog {
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 15px;
  }

  .warehouse-popup__section {
    padding: 15px;
    border-radius: 15px;
    gap: 5px;
  }
  .warehouse-popup__subtitle {
    font-size: 14px;
  }
  .warehouse-popup__title {
    font-size: 16px;
  }

  .warehouse-popup__section-title {
    font-size: 14px;
  }

  .warehouse-popup__list p {
    font-size: 14px;
  }
  .warehouse-popup__section-icon img {
    width: 30px;
    height: 30px;
  }

  .warehouse-popup__close {
    top: 12px;
    right: 15px;
  }
  /* Nutritional */
  .nutritional-section h2 {
    font-size: 26px;
    line-height: 1.1; /* 110% */
    letter-spacing: -0.04em;
    margin-bottom: 25px;
  }

  .nutritional-text h3 {
    font-size: 16px;
    line-height: 1.2; /* 120% */
    letter-spacing: -0.04em;
  }

  .nutritional-text p {
    font-size: 12px;
    line-height: 1.3; /* 130% */
    letter-spacing: -0.02em;
    text-align: center;
  }
  .nutritional-grid {
  }
  .nutritional-card {
    padding: 1rem;
    min-height: auto;
  }
  /* Comparison */
  .comparison-header h2 {
    font-size: 26px;
    line-height: 1.1; /* 110% */
    letter-spacing: -0.04em;
    min-width: 100%;
  }
  .comparison-header h2 br {
    display: none;
  }
  .comparison-header p {
    font-size: 14px;
    line-height: 1.4; /* 140% */
    letter-spacing: -0.02em;
    max-width: 100%;
  }

  .comparison-card.featured {
    margin-top: 0;
    margin-bottom: 0;
  }

  .comparison-card.featured .comparison-image {
    width: clamp(6rem, 6vw, 6.25rem);
  }

  .comparison-card:last-child .comparison-image {
    width: clamp(4rem, 6vw, 6.25rem);
  }

  .comparison-card .comparison-image {
    width: clamp(3rem, 6vw, 6.25rem);
  }
  .comparison-title span {
    font-size: 16px;
    line-height: 1.2; /* 120% */
    letter-spacing: -0.04em;
  }

  .comparison-title p,
  .comparison-card.featured .comparison-title p {
    font-size: 14px;
  }
  .comparison-list li {
    font-size: 14px;
  }
  .featured .comparison-title span {
    font-size: 16px;
  }
  .comparison-card__btn {
    height: 46px;
    font-size: 12px;
    padding: 0 10px;
  }
  .icon-x,
  .icon-check {
    width: 8px;
    height: 8px;
  }
  /* Product Selection */
  .product-selection-section h2 {
    font-size: clamp(20px, 6.6vw, 26px);
    line-height: 1.1;
    letter-spacing: -0.04em;
  }

  .product-cards {
    grid-template-columns: 1fr;
  }
  .product-selection-header {
    margin-bottom: 1.5625rem;
  }
  .product-info {
    flex-direction: row;
    padding-left: 0;
  }
  .product-selection-grid .product-info-on-image {
    flex-direction: column;
  }
  .product-info-title-subtitle {
    font-size: clamp(13px, 4.1vw, 16px);
    line-height: 1.2; /* 120% */
    letter-spacing: -0.04em;
    text-align: left;
  }

  .product-info {
    justify-content: space-between;
  }

  .product-selection-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem; /* 10px — як у макеті мобільної версії */
  }

  .product-image-icon {
    top: 17px;
    left: 15px;
  }

  /* Фото вписуються в блок, трохи розтягнуті під комірку сітки */
  .product-selection-grid .product-selection-card {
    overflow: hidden;
    border-radius: 20px;
  }

  .product-selection-grid .product-image {
    aspect-ratio: 3 / 4; /* пропорції під мобільні картки в макеті */
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 20px;
  }

  .product-selection-grid .product-image img {
    width: 100%;
    height: 100%;  
    object-fit: cover;
    object-position: center;
  }

  .product-selection-grid .product-info-on-image {
    padding: 20px;
    gap: 0.5rem;
  }
  .product-selection-grid .product-info-on-image .btn-arrow-secondary {
    padding: 0;
  }

  .mini-btn {
    height: 17px;
  }
  .product-info-only-pc {
    display: none;
  }
  .product-info-only-mob {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 150px;
  }
  .product-info-only-mob img {
    width: 12px !important;
    height: 12px !important;
    flex-shrink: 0;
    vertical-align: middle;
    margin-top: 5px;
  }

  .product-selection-grid .product-info-on-image .product-info-title-subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .product-selection-grid .mini-btn {
    background: none;
    color: #dddb89;
  }

  .reviews-splide .splide__slide {
    width: clamp(280px, 22vw, 420px);
  }

  .reviews-splide .splide__slide.is-active {
    width: clamp(300px, 24vw, 440px);
  }

  .reviews-splide .splide__slide .review-card,
  .reviews-splide .splide__slide.is-active .review-card {
    height: auto;
    min-height: 280px;
  }

  .reviews-splide .splide__slide .review-video {
    flex: none;
    padding-top: calc(500 / 440 * 100%);
  }

  .reviews-splide .splide__track {
    /* overflow: hidden; */
  }

  .mini-btn {
    max-width: clamp(11rem, 14vw, 12rem);
  }

  .product-info-title-subtitle br {
    display: block;
  }
  /* Usage */
  .usage-product {
    grid-template-columns: 1fr;
  }

  .option-buttons {
    flex-wrap: wrap;
  }

  .usage-options {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0;
  }

  .option-info {
    flex-direction: row;
    align-items: flex-start;
  }
  .usage-price {
    margin-bottom: -25px;
  }
  /* Price block mobile only: row 1 = price + quantity, row 2 = two buttons (per Figma) */
  .usage-price-desktop {
    display: none;
  }

  .usage-price-mobile {
    display: block;
  }

  .usage-price-mobile .usage-price-row {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
  }

  .usage-price-mobile .price-info {
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .usage-price-mobile .price-old {
    font-size: 16px;
  }

  .usage-price-mobile .usage-actions {
    flex-direction: row;
    width: 100%;
  }

  .usage-price-mobile .usage-actions .btn-cart-light,
  .usage-price-mobile .usage-actions .btn-buy {
    flex: 1;
    min-width: 0;
  }

  .quantity-selector,
  .btn-cart,
  .btn-cart-light,
  .btn-buy {
    /* width: 100%; */
    justify-content: center;
  }

  .usage-price-mobile .quantity-selector {
    width: auto;
  }

  .usage-price-mobile .usage-actions .btn-cart-light,
  .usage-price-mobile .usage-actions .btn-buy {
    width: auto;
  }

  .bundle-product {
    flex-direction: row;
    align-items: center;
    padding: 20px 15px;
    gap: 15px;
    text-align: left;
    border-radius: 15px;
    height: auto;
  }

  .bundle-product-image {
    width: 40px;
    height: 60px;
    flex-shrink: 0;
  }

  .bundle-product .bundle-info {
    flex: 1;
    min-width: 0;
  }

  .bundle-product .bundle-info span {
    display: block;
    margin-bottom: 0.25rem;
  }

  .bundle-product .bundle-price {
    gap: 0.5rem;
  }

  .bundle-product .btn-cart-light {
    flex-shrink: 0;
    padding: 10px 25px;
    gap: 5px;

    height: 40px;
  }
  .bundle-product .btn-cart-light img {
    width: 11.6px;
    height: 11.8px;
  }

  .usage-guarantees-title {
    font-size: 14px;
  }
  .usage-guarantees p {
    font-size: 14px;
  }
  /* How It Works */
  .how-it-works-left h2,
  .how-to-use-right h2 {
    font-size: 1.75rem; /* 28px */
  }

  .how-to-use-right .title-usage-right {
    font-size: 26px;
    margin-bottom: 1.25rem;
  }

  .how-to-use-left img {
    width: 100%;
    max-width: 100%;
  }

  /* На мобілці: тільки заголовок + кроки (без зображення зліва) */

  .how-to-use-section .how-to-use-right {
    flex: 1;
    max-width: 100%;
    padding-top: 0;
    width: 100%;
  }

  .usage-steps {
    margin-top: 25px;
  }

  .step-item,
  .usage-step {
    flex-direction: row;
    gap: 1rem;
  }

  .step-item {
    gap: 1rem;
  }

  .usage-step {
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .usage-icon-wrapper {
    width: auto;
    flex-shrink: 0;
  }

  .usage-icon {
    width: clamp(2.5rem, 10vw, 3.5rem);
    height: clamp(2.5rem, 10vw, 3.5rem);
    flex-shrink: 0;
  }

  .usage-icon img {
    width: 100%;
    height: 100%;
  }

  .step-number-wrapper {
    width: auto;
    flex-shrink: 0;
  }

  .step-number,
  .usage-icon {
    width: auto;
    flex-shrink: 0;
    justify-content: center;
  }

  .step-number {
    width: clamp(2.5rem, 10vw, 3.5rem);
  }

  .step-circle {
    width: clamp(1.5rem, 6vw, 2rem);
    height: clamp(1.5rem, 6vw, 2rem);
  }

  .step-circle-inner {
    width: clamp(1rem, 4vw, 1.25rem);
    height: clamp(1rem, 4vw, 1.25rem);
    font-size: 0.75rem;
  }

  .step-content .title-usage-step {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .step-content p {
    font-size: 14px;
    line-height: 1.4;
  }

  .usage-step-content {
    padding-top: 0;
  }

  .usage-step-content .title-usage {
    font-size: 14px;
    margin-bottom: 0.25rem;
  }

  /* Як вживати — моб: так само як how-it-works — іконка line-punkt-1-mob.svg, підкреслення */
  .how-to-use-section .usage-steps {
    position: relative;
  }

  .how-to-use-section .usage-steps::before {
    display: none;
  }

  .how-to-use-section .usage-divider {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .how-to-use-section .usage-divider::before {
    content: "";
    width: 131px;
    height: 253px;
    flex-shrink: 0;
    background-image: url("img/how-it-works/line-punkt-1-mob.svg");
    background-position: center left;
    background-repeat: no-repeat;
    position: absolute;
    left: 23px;
    top: -157px;
  }

  .how-to-use-section .usage-divider::after {
    display: none;
  }

  .how-to-use-section .usage-step-content::after {
    content: "";
    border-bottom: 1px solid rgba(51, 65, 29, 0.12);
    height: 1;
    display: block;
    margin-top: 25.7px;
  }

  .how-to-use-section .usage-step:last-child .usage-step-content::after {
    display: none;
  }

  .how-to-use-section .usage-icon-wrapper {
    position: relative;
    z-index: 1;
  }

  .how-to-use-section .usage-icon-line {
    display: none;
  }

  .how-to-use-section .usage-icon {
    width: 50px;
    height: 50px;
  }

  .how-to-use-section .usage-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .usage-step-content p {
    font-size: 16px;
    margin-top: 5px;
  }
  .secret-title {
    font-size: 16px;
  }
  .certificate-info .item-title {
    font-size: 16px;
  }
  .certificate-info p {
    font-size: 14px;
  }
  /* How it works — моб: зліва іконка line-punkt-mob.svg, справа горизонтальна лінія */
  .how-it-works-section .step-divider {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .how-it-works-section .step-divider::before {
    content: "";
    width: 131px;
    height: 253px;
    flex-shrink: 0;
    background-image: url(img/how-it-works/line-punkt-mob.svg);
    /* background-size: contain; */
    background-position: center left;
    background-repeat: no-repeat;
    position: absolute;
    left: 25px;
    top: -172px;
  }

  .step-content::after {
    content: "";
    border-bottom: 1px solid rgba(51, 65, 29, 0.12);
    /* width: 100%; */
    height: 1;
    display: block;
    /* padding: 10px; */
    margin-top: 19.5px;
    margin-bottom: 19.5px;
  }

  .how-it-works-section .step-item:last-child .step-content::after {
    display: none;
  }

  .how-it-works-section .step-divider::after {
    display: none;
  }
  .step-number-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: clamp(3.75rem, 5vw, 5rem);
    position: relative;
    justify-content: flex-start;
  }
  .how-it-works-section .steps {
    position: relative;
    margin-top: 25px;
  }

  .how-it-works-section .step-number-wrapper {
    position: relative;
    z-index: 1;
  }

  .how-it-works-section .step-item {
    margin-bottom: 0.5rem;
  }

  .how-it-works-section .step-item:last-child {
    margin-bottom: 0;
  }

  .how-it-works-section .title-usage-right {
    display: block;
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 0;
  }

  /* 3 Secrets — моб по макету Figma: линия «Озеро Ченхай» внутри блока заголовка */
  img.line-white-img.line-white-img-mob {
    width: auto;
    height: auto;
    max-width: 46px;
  }

  .secrets-section .line-white {
    /* display: flex;
    gap: 0.5rem;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column-reverse;
    align-items: center; */
    display: flex;
    gap: 0.5rem;
    position: absolute;
    bottom: 81px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column-reverse;
    align-items: center;
    width: 78px;
  }

  /* Certificates */
  .certificates-section h2 {
    font-size: 1.75rem; /* 28px */
  }

  .certificates-grid {
    /* grid-template-columns: 1fr; */
  }

  .certificate-item {
    border-radius: 0;
  }

  .certificate-info {
    padding: 0;
    margin-top: 10px;
  }
  .certificate-image {
    height: 100px;
    
    border-radius: 15px;
  }
  .certificate-image img {
    width: 100%;
    object-fit: contain;
    height: 60px;
  }
  .video-section{
    padding-bottom: 0;
  }
  /* Video section — моб: градиент + фото вченого по макету Figma */
  .video-section__image-wrap {
    min-height: 369px;
    aspect-ratio: 3 / 3;
    background:
      linear-gradient(174.01deg, #313f1c 38%, rgba(49, 63, 28, 0) 99.56%),
      url("img/video/bg-mob.webp"), #33411d;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 25px;
  }

  .video-section__content {
    max-width: 85%;
    justify-content: space-between;
    flex: 1;
    min-height: 0;
  }

  .video-section__title {
    margin-bottom: auto;
    padding-bottom: 8.5rem;
  }

  .video-section__play {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    object-fit: contain;
  }

  .video-section__label {
    font-size: 16px;
    text-align: left;
  }

  .video-section__link {
    margin-top: auto;
  }
  /* Experts */
  .experts-title h2 {
    font-size: 1.75rem; /* 28px */
  }

  .experts-slider {
    grid-template-columns: 1fr;
  }
  .expert-details h4 {
    font-size: 16px;
  }
  .expert-details p {
    font-size: 12px;
  }

  .expert-text {
    font-size: 14px;
  }

  /* FAQ — моб: 1. Заголовок 2. Питання 3. Кнопка (по макету Figma) */
  .faq-content {
    flex-direction: column;
  }
  .faq-content-text p {
    font-size: 14px;
  }

  .faq-content-text ul {
    font-size: 14px;
  }
  .faq-left {
    display: contents;
  }

  .faq-left-title br {
    display: none;
  }
  .faq-left button {
    height: 46px;
  }
  .faq-header-title {
    font-size: 14px;
    max-width: 90%;
  }

  .faq-left .faq-left-title {
    order: 1;
  }

  .faq-right {
    order: 2;
  }

  .faq-content .btn-secondary {
    order: 3;
    width: 100%;
    margin-top: 1.5rem;
    justify-content: center;
  }
  .faq-content .btn-secondary img {
    width: 12px;
    height: 12px;
  }
  .btn-callback .btn-arrow {
    width: 12px;
    height: 12px;
  }
  .faq-left-title {
    font-size: 1.75rem;
  }

  .expert-content {
    padding: 0;
    margin-top: 15px;
  }
  /* Footer — мобільний за макетом: лого+© зліва, рейтинг справа; 2 колонки; кнопка на всю ширину; низ в один ряд */
  .footer {
    padding: 2.5rem 0 1.25rem;
  }

  .footer-content {
    margin-bottom: 0;
  }

  .rating-stars .star {
    width: 11px;
    height: 11px;
    display: block;
    object-fit: contain;
  }

  .rating-info a {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.52);
  }
  /* Верхній ряд: лого + copyright зліва, блок рейтингу справа */
  .footer-left {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(249, 249, 240, 0.2);
    width: 100%;
  }

  .only-mobile {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .footer-column-2 .footer-block + .footer-block p {
    margin-top: 0;
  }
  .footer-logo {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .footer-logo img {
    height: 3.5rem;
  }

  .footer-rating {
    flex-direction: row;
    align-items: center;
    width: auto;
    max-width: 50%;
    padding: 0.75rem 1rem;
    flex-shrink: 0;
  }

  /* Середина: сітка 2 колонки — зліва Навігація + Підтримка, справа Соцмережі + Ми на звʼязку */
  .footer-middle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 1.5rem 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(249, 249, 240, 0.2);
    width: 100%;
  }

  .footer-column-1 {
    grid-column: 1;
    grid-row: 1;
    margin-left: 0;
  }

  .footer-column-2 {
    display: contents;
  }

  .footer-column-2 .footer-block:first-child {
    grid-column: 1;
    grid-row: 2;
  }

  .footer-column-2 .footer-block:last-child {
    grid-column: 2;
    grid-row: 1;
  }

  .footer-column-3 {
    display: contents;
  }

  .footer-column-3 .btn-callback {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0.5rem;
    height: 46px;
  }

  .footer-column-3 .footer-block {
    grid-column: 2;
    grid-row: 2;
  }

  .footer-column .footer-block p {
    margin-bottom: 0.5rem;
  }

  .footer-column .footer-block ul {
    margin-bottom: 0;
  }

  /* Низ: одна строчка — ТМ у лівому куті, політика в правому */
  .footer-bottom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    text-align: left;
    padding-top: 0;
    border-top: none;
  }

  .footer-bottom p {
    text-align: left;
    margin: 0;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 40%;
  }

  .footer-bottom a {
    text-align: right;
    flex-shrink: 0;
    white-space: nowrap;
  }

  /* Reviews slider — mobile: 1.5 slides visible */
  .reviews-slider-wrapper {
   
    padding: 0 0.5rem;
    min-height: 450px;
  }

  .reviews-splide,
  .reviews-splide .splide__track {
    /* overflow: hidden !important; */
  }

  .reviews-splide .splide__slide {
    width: 90vw;
    min-width: 223px;
    max-width: 300px;
  }

  /* Відгуки на мобільній: однаковий розмір слайдів, надписи завжди видно, без opacity */
  .reviews-splide .splide__slide.is-active {
    width: 90vw;
    min-width: 223px;
    max-width: 300px;
    margin-top: 0;
  }

  .review-frame {
    padding: 0 50px;
    padding-top: 3rem;
  }

  .reviews-splide .splide__slide:not(.is-active) .review-content {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .reviews-splide .splide__slide:not(.is-active) .play-button {
    visibility: visible;
    pointer-events: auto;
  }

  .reviews-splide .splide__slide:not(.is-active) .review-card {
    opacity: 1;
  }

  /* Experts slider — mobile: 1.5 slides visible */
  .experts-slider-wrapper {
    overflow: hidden;
    padding: 0 0.5rem;
  }

  .experts-splide,
  .experts-splide .splide__track {
    overflow: hidden !important;
  }

  .experts-splide .splide__slide {
    width: 68vw;
    min-width: 200px;
    max-width: 260px;
  }

  /* Product modal — mobile по макету 300×760: картка 300px, великі скруглення, крестик на фото */

  .product-modal__center {
    padding: max(0.5rem, env(safe-area-inset-top)) 1.25rem max(0.5rem, env(safe-area-inset-bottom));
    align-self: center;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
  }

  .product-modal__dialog {
    display: flex;
    flex-direction: column;
    border-radius: 1.25rem; /* великі скруглення по макету */
    /* Обмежуємо висоту на iPhone — не на весь екран, з safe-area */
    max-height: min(650px, calc(100vh - 3rem - env(safe-area-inset-top) - env(safe-area-inset-bottom)));
    min-height: 0;
    overflow: hidden;
  }

  .product-modal__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Картка 300px по макету, видно частину наступної */
  .product-modal-splide .splide__slide {
    width: auto;
    max-width: 300px;
    flex-shrink: 0;
  }

  .product-modal-splide .splide__list {
    gap: 0 !important;
  }

  .product-modal__slider-wrapper {
    overflow: visible;
    display: block;
  }

  /* Центрування каруселі: активний слайд по центру екрану */
  .product-modal-splide .splide__track {
    justify-content: flex-start;
  }

  .product-modal-controls {
    display: none;
  }

  .product-modal-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    gap: 0.75rem;
    padding: 1.25rem; /* 20px по макету */
    align-items: stretch;
  }

  /* Блок фото — трохи менший на мобільному, щоб картка не на всю висоту */
  .product-modal-image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    min-height: 8rem;
    aspect-ratio: 300 / 220;
    max-height: 200px;
    border-radius: 1rem;
    overflow: hidden;
  }

  .product-modal-image img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0;
    object-fit: cover;
  }

  /* Крестик закриття прямо на фото, справа, білий (по макету) */
  .product-modal__close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.25rem;
    z-index: 10;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .product-modal__close img {
    width: 1.5rem;
    height: 1.5rem;
    filter: brightness(0) invert(1); /* білий крестик по макету */
  }

  .product-modal__header {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid rgba(51, 65, 29, 0.12);
  }

  .product-modal-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .product-modal-text .btn-primary img {
    height: 10px;
    width: 10px;
  }

  .product-modal-text-title h4,
  .product-modal-text h4 {
    font-size: 1.125rem; /* 18px мобільний заголовок */
  }

  .product-modal-list {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
  }

  .product-modal-list li {
    padding: 0.75rem 0;
    column-gap: 1rem;
  }
  .price {
    font-size: 26px;
  }

  /* Кнопка завжди внизу: прижимається до низу незалежно від довжини тексту */
  .product-modal-text a.btn-primary {
    margin-top: auto;
    flex-shrink: 0;
  }
  /* General Typography Adjustments */
  h2 {
    font-size: 1.75rem; /* 28px */
    letter-spacing: -0.0625rem; /* -1px */
  }

  h3 {
    font-size: 1.25rem; /* 20px */
  }

  h4 {
    font-size: 1.125rem; /* 18px */
  }

  p {
    font-size: 0.875rem; /* 14px */
  }

  /* Button Adjustments */
  .btn-primary,
  .btn-shop,
  .btn-secondary,
  .btn-cart {
    font-size: 12px; /* 14px */
    padding: 10px 25px;
    height: 46px;
    /* 44px */
  }

  .comparison-card {
    border-radius: 20px;
  }

  /* Formula modal — ширша картка на мобільній */
  .formula-modal__center {
    padding: 0 1rem;
    max-width: 100%;
  }

  .formula-modal-splide .splide__slide {
    width: min(92vw, 22rem);
    max-width: none;
  }
  .formula-modal__controls {
    display: none;
  }

  .formula-modal__dialog {
    width: 100%;
    max-width: none;
    padding: 20px;
  }

  /* Popup (Залиште контакти) — мобільна версія */
  .popup-image-only-mobile {
    display: block;
  }
  .popup-image-only-desktop {
    display: none;
  }
  .popup {
    padding: 1rem;
    align-items: flex-start;
    overflow-y: auto;
  }

  .popup-box {
    max-height: none;
    margin: auto 0;
    border-radius: 1.25rem;
  }

  .popup-close {
    top: 29px;
    right: 28px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 0;
    padding: 0;
    position: absolute;
  }

  .popup-close img {
    filter: brightness(0);
    transform: rotate(45deg);
  }

  .popup-inner {
    flex-direction: column;
    padding: 20px;
    gap: 0;
  }

  .popup-image {
    flex: 0 0 auto;
    width: 100%;
    /* aspect-ratio: 3 / 4; */
    border-radius: 1.25rem 1.25rem 0 0;
    overflow: hidden;
    position: relative;
    /* background: rgba(239, 241, 228, 0.5); */
    padding-bottom: 15px;
  }

  .popup-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .popup-body {
    order: 0;
    padding: 0;
    overflow-y: visible;
  }

  .popup-header {
    margin-bottom: 18px;
  }

  .visually-hidden {
    font-size: 14px;
  }
  .popup-title {
    font-size: 16px;
  }

  .popup-form {
    gap: 1rem;
  }
  .popup-input::placeholder {
    font-size: 16px; /* не менше 16px — інакше iOS зумує при фокусі */
    transform: scale(0.9);
    transform-origin: left top;
  }

  .popup-input {
    min-height: 46px;
    padding: 0 1rem;
    border-radius: 0.75rem;
    margin-top: 5px;
    font-size: 16px; /* не менше 16px — інакше iOS зумує при тапі на поле */
  }

  /* форма замовлення (Оформити замовлення) — те саме 16px для iOS */
  .popup-order-form .popup-input,
  .popup-order-form .popup-input::placeholder {
    font-size: 16px;  transform: scale(0.9);
    transform-origin: left top;
  }

  .popup-submit {
    width: 100%;
    min-height: 46px;
    margin-top: 13px;
  }

  .popup-text {
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-size: 0.75rem;
  }

  .reviews-product-card__title,
  .reviews-product-card__reviews {
    font-size: 14px;
  }
  .formula-left br {
    display: none;
  }
  span.ingredient-item-icon {
    width: 40px;
    height: 40px;
  }
  .ingredient-item p {
    font-size: 12px;
  }
  .product-mini-info span {
    font-size: 14px;
  }
  .usage-bundle span {
    font-size: 14px;
  }
  .bundle-product .bundle-info span {
    font-size: 14px !important;
  }

  .expert-image {
    max-height: 144px;
    height: 144px; /* фіксована висота для стабільного object-position на iOS */
    border-radius: 20px;
    position: relative;
  }
  .experts-mobile .expert-image img {
    object-fit: cover;
    object-position: center center;
    display: block;
    width: 100%;
    height: 100%;
  }
  .nutritional-section h2,
  .comparison-header h2,
  .product-selection-section h2,
  .product-usage-title,
  .how-to-use-right .title-usage-right,
  .title-usage-right,
  .certificates-title,
  .experts-title-text,
  .faq-left-title,
  .video-section__title {
    font-size: 26px;
  }
  .product-usage-title {
    margin-bottom: 35px;
  }

  .product-usage-section:has(.usage-promo-2plus1) .product-usage-title {
    margin-bottom: 1rem;
  }
  .usage-description {
    font-size: 14px;
  }
  .footer-block.only-mobile {
    margin-top: 25px;
  }
  .footer-block.block-mobile-support {
    margin-top: -40px;
  }
  body {
    width: 100%;
    max-width: 100%;
  }

  .logo {
    margin-left: 0;
  }

  .nav {
    flex-wrap: wrap;
    gap: 1.25rem; /* 20px */
    justify-content: center;
  }

  /* Hero */

  .hero-content .container,
  .hero-content .container-content {
    flex-direction: column;
    gap: 2.5rem; /* 40px */
  }

  .hero-left {
    max-width: 100%;
    flex: 1;
    padding-top: 2rem;
    width: 100%;
  }

  .hero-right {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    min-height: 20rem;
    flex: 1;
  }

  .rating-text {
    font-size: 12px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 1.25rem; /* 20px */
    align-items: flex-start;
  }
  .hero-buttons .btn-primary {
    margin-bottom: 19px;
  }
  .hero-right-image {
    position: absolute;
    bottom: -2rem;
    right: -10rem;
  }

  .hero-right-image {
    width: clamp(30rem, 65vw, 65rem);
    /* width: clamp(19rem, 80vw, 88rem); */
  }

  .hero-video-preview .video-title {
    font-size: clamp(11px, 3.05vw, 12px);
    line-height: 1.3; /* 130% */
    letter-spacing: -0.02em;
    margin-top: 5px;
  }

  .video-title br {
    display: inline !important;
  }

  .hero-video-preview {
    background: none;
    backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    align-items: flex-start;
  }

  .hero-video-preview .video-icon {
    width: 49px;
    height: 49px;
  }

  .stars img {
    height: clamp(1rem, 1.5vw, 1.5rem);
  }
  /* Benefits */
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefits-grid .benefit-item:not(:nth-child(5n))::after {
    display: none;
  }

  .benefit-item {
    border-right: none;
    padding: 1.875rem 1.25rem; /* 30px 20px */
  }

  .benefit-icon {
    width: clamp(3.5rem, 3vw, 3rem);
    height: clamp(3.5rem, 3vw, 3rem);
  }

  /* Reviews */
  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.875rem; /* 30px */
  }

  .reviews-nav,
  .product-selection-nav,
  .experts-nav {
    display: none;
  }

  .play-button {
    width: clamp(4.5rem, 3vw, 3rem);
    height: clamp(4.5rem, 3vw, 3rem);
  }

  .review-name {
    font-size: clamp(1.325rem, 1.1vw, 1.125rem);
  }
  .review-text {
    font-size: clamp(1rem, 1vw, 1rem);
  }

  /* Formula */
  .formula-content {
    flex-direction: column;
    gap: 6rem;
  }

  .formula-left,
  .formula-right {
    max-width: 100%;
    /* overflow: hidden; */
  }

  /* Nutritional */
  .nutritional-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem; /* 20px */
  }

  /* Comparison */
  .comparison-cards {
    grid-template-columns: 1fr;
    gap: 1.875rem; /* 30px */
  }

  /* Comparison — моб. шаблон: Splide (sections__art/mobile/comparison.php) */
  .comparison-header--mobile-slider {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 0.5rem;
  }

  .comparison-header--mobile-slider .comparison-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.625rem;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .comparison-nav-arrow {
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: opacity 0.2s ease;
  }

  .comparison-nav-arrow:hover {
    opacity: 0.75;
  }

  .comparison-nav-arrow img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .comparison-slider-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .comparison-splide,
  .comparison-splide .splide__track {
    overflow: visible;
  }

  .comparison-splide .splide__slide {
    height: auto;
    box-sizing: border-box;
  }

  .comparison-splide .comparison-card {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  /* Product Selection */
  .product-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem; /* 20px */
  }

  /* Usage */
  .usage-content,
  .how-it-works-content,
  .how-to-use-content {
    flex-direction: column;
    gap: 1.5rem; /* 40px */
  }

  /* Tab product mobile: 1. Tabs 2. Photo 3. Rest (layout via order) */
  .product-usage-section .usage-left {
    display: contents;
  }
  .product-usage-section .product-tabs {
    order: 0;
  }
  .product-usage-section .usage-right {
    order: 1;
  }
  .product-usage-section .product-tab-panels {
    order: 2;
  }
  .product-usage-section .usage-price {
    order: 3;
  }

  .product-usage-section .usage-bundle {
    order: 4;
  }
  .product-usage-section .usage-bundle-divider {
    order: 6;
  }
  .product-usage-section .usage-guarantees {
    order: 6;
    padding: 0;
    margin-top: -0.8rem;
    margin-bottom: -0.8rem;
  }
  .usage-bundle {
    margin-bottom: 0;
  }

  .usage-left,
  .usage-right,
  .how-it-works-left,
  .how-it-works-right,
  .how-to-use-left,
  .how-to-use-right {
    max-width: 100%;
  }

  .how-to-use-left img {
    max-width: 100%;
  }

  .how-it-works-right img {
    max-width: 100%;
  }

  /* Сначала картинка, потом заголовок и шаги */
  .how-it-works-section .how-it-works-right {
    order: -1;
    position: static;
    top: auto;
    align-self: stretch;
  }
  .how-it-works-section .how-it-works-left {
    order: 0;
  }

  .product-tab-trigger.product-mini {
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
  }

  .product-tabs-track {
    margin-bottom: 0;
  }

  .option-btn {
    min-height: 40px;
    min-width: 81px;

    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    padding: clamp(8px, 1.2vw, 10px) clamp(16px, 3vw, 20px);
    gap: clamp(8px, 1.5vw, 16px);

    border: clamp(1px, 0.2vw, 1.5px) solid var(--color-text);
    border-radius: 9999px;

    background: transparent;
    color: var(--color-text);

    font-family: var(--font-main);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.04em;

    cursor: pointer;
    transition:
      background 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease;

    flex: none;
  }
  .btn-cart-light img {
    width: 14.6px;
    height: 12.8px;
  }
  .product-tab-trigger.product-mini img {
    width: 30px;
  }
  /* Certificates */
  .certificates-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem; /* 20px */
  }

  .certificate-item-arrow {
    display: none;
  }

  /* Experts */
  .experts-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.875rem; /* 30px */
  }

  .experts-slider {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem; /* 20px */
  }

  /* FAQ */
  .faq-content {
    flex-direction: column;
    gap: 2.5rem; /* 40px */
  }

  .faq-left,
  .faq-right {
    max-width: 100%;
  }

  /* Footer — планшет: колонка, middle в 2 колонки */
  .footer-content {
    flex-direction: column;
    gap: 2.5rem;
    align-items: flex-start;
  }

  .footer-left {
    max-width: 100%;
  }

  .footer-column-3 {
    grid-column: 1 / -1;
    margin-left: 0;
  }

  .hero-right-bg-circle {
    background: linear-gradient(
      180deg,
      rgba(34, 152, 211, 0.7) 0%,
      rgba(110, 159, 165, 0.7) 100%
    );
    filter: blur(108.458px);
    bottom: 0;
  }
  .reviews-splide .splide__slide:not(.is-active) .review-content {
      visibility:visible;  
    pointer-events: none;
  }
  .review-content{
    margin-top: 1rem;
  }
  .hero-video-modal__close{
    top: -2.75rem;
    right: -18px;
  }
  .hero-video-modal--vertical .hero-video-modal__box--vertical{
    height: 70vh;
  }
    .how-it-works-cta_cta{
    margin-top: 0px;
  }
  .formula-section{
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .reviews-section{
    padding-bottom: 4rem;
  }
  .hero-subtitle{
    margin-bottom: 1rem;
    margin-top: 0;
  }
  .rating-text{
    max-width: 240px;
  }
  .hero-buttons .btn-primary{
   
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 46px;
  }
  .benefits-mobile-sliders .benefit-card-mobile .benefit-icon{
    width: 125px;
    height: 75px;
  }

  /* Після загальних 125×75: окремо картка «шкіра» (8.png) — висота ілюстрації 188px */
 
  .benefits-mobile-sliders .benefit-item.benefit-card-mobile.benefit-item--art-icon-tall .benefit-icon {
    width: auto;
    max-width: calc(100% - 0.25rem);
    height: 188px;
  }
  .benefits-mobile-sliders .benefit-item.benefit-card-mobile.benefit-item--art-icon-tall .benefit-icon img {
    width: auto;
    height: 188px;
    max-width: 100%;
    object-fit: contain;
  }

  .play-button{
    top: 50%;
  }
  .review-content-inner {
    position: absolute;
    top: 1rem;
}
  .btn-arrow-secondary,
  .btn-primary,.btn-buy,.btn-callback,.btn-secondary,.faq-cta__submi,.btn-cart-light{
    font-size: 12px;
  }
  .faq-cta__submit{
    height: 46px!important;
  }
  .product-mini-info span{
    
    min-width: auto;
  }
  .bundle-product span.icon.icon--cart{
    width: 21px;
  }
}

/* Mobile Styles (max-width: 767px) */
@media screen and (max-width: 47.9375rem) {
  /* 767px */

  /* ---- ФОРМА: мобільна версія ---- */

  .forms-section {
    padding: 0;
    /* margin-bottom: 4rem; */
     
    margin-top: 0rem;
  }

  /* Картка стає вертикальною */
  .forms-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem; /* 20px */
    padding: 1.5625rem 1.25rem; /* 25px 20px */
    border-radius: 20px;
  }

  /* Еліпс — перемісти вниз (x:109, y:335 від картки) */
  .forms-ellipse {
    left: 109px;
    top: 335px;
    width: 250px;
    height: 250px;
  }

  /* Ліва колонка — хуг по висоті */
  .forms-content {
    align-self: stretch;
    gap: 1.25rem; /* 20px */
  }

  /* «16» — 120px на моб (Figma) */
  .forms-price__num {
    font-size: 6.5rem; /* 120px */
  }

  /* «грн/день» — 16px, line-height 1.11 */
  .forms-price__unit {
    font-size: 14px; /* 16px */
    line-height: 1.11;
    padding-bottom: 0.3em;
  }

  /* Заголовок — 16px */
  .forms-text__title {
    font-size: 14px; /* 16px */
    max-width: 120px;
  }

  /* Опис — 14px */
  .forms-text__desc {
    font-size: 12px; /* 14px */
    max-width: 150px;
  }

  /* Пачки — верхній правий кут, над формою */
  .forms-packs {
    position: absolute;
    left: auto;
    right: -48px;
    top: 28px;
    width: 247px;
    height: 230px;
    z-index: 2;
  }

  /* Біла картка-форма — 100% ширини, менший радіус */
  .forms-box {
    width: 100%;
    border-radius: 15px;
    padding: 1.5625rem; /* 25px */
    z-index: 3;
  }

  .forms-form {
    gap: 0.9375rem; /* 15px */
  }

  /* Інпути ближче один до одного */
  .forms-inputs {
    gap: 0.3125rem; /* 5px */
  }

  /* Нижча висота інпута */
  .forms-input {
    height: 2.875rem; /* 46px */
    padding: 0.625rem 0.625rem 0.625rem 0.9375rem; /* 10 10 10 15 */
  }

  .forms-input input {
    font-size: 0.75rem; /* 12px */
    line-height: 1.3;
  }

  /* Кнопка менша */
  .forms-btn {
   
    font-size: 12px; /* 12px */
    line-height: 1.3;
    height: 46px;
  }
  .how-it-works-section {
 
  }
  .formula-section {
   
    padding-bottom: 3rem;
  }
  .faq-cta__input{
    font-size: 14px;
    font-weight: 600;
  }
  p.subtitle.subtitle--default {
    margin-bottom: 35px;
}
.faq-cta{
  padding: 15px!important;
}
.how-to-use-section{
  padding-bottom: 0!important;
}
}


.faq-cta{
  padding: 30px;
}
.faq-cta__input {
  height: 46px;
}
.faq-cta{
  border: 1px solid rgba(51, 65, 29, 0.12);
    border-radius: 15px;
}