/* Mobile styles */
@media screen and (min-width: 1180px) {
  .mobile-menu-toggle,
  .mobile-menu-overlay {
    display: none !important;
  }
}

@media screen and (max-width: 1179px) {

  #site-navigation,
  .header-actions,
  .search-toggle {
    display: none !important;
  }

  .site-header {
    position: relative;
    z-index: 1010 !important;
    margin-top: 15px;
    padding-top: 0px;
    padding-bottom: 36px !important;
  }
  
  .header-wrapper {
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
  padding: 14px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }

  .mobile-menu-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }

  .mobile-menu-toggle .hamburger-icon,
  .mobile-menu-toggle .close-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* Оверлей меню на весь экран */
  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: flex;
    flex-direction: column;
    padding-top: 120px; /* чтобы сдвинуть ниже шапки */
  }
  
  .mobile-menu-overlay.is-active {
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    padding-bottom: 40px;
  }

  .mobile-search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-bottom: 20px;
  }

  .mobile-navigation {
    margin-bottom: 40px;
  }

  .mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .mobile-menu-list li {
    margin-bottom: 44px;
  }
  
  .mobile-menu-list li:last-child {
    margin-bottom: 0;
  }

  .mobile-menu-list a {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  text-decoration: none;
  transition: opacity 0.3s;
  text-align: center;
  }

  .mobile-menu-list a:hover {
    opacity: 0.7;
  }
  
  /* Сброс стилей сабменю для мобильного */
  .mobile-menu-list .sub-menu {
    display: none;
  }

  .mobile-contact {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-phone-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
  }

  .mobile-phone-wrap a {
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
  }

  .mobile-socials {
    display: flex;
    gap: 15px;
    justify-content: center;
  }

  .mobile-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
  }
  
  .mobile-social:hover {
    opacity: 0.7;
  }

  body.mobile-menu-open {
    overflow: hidden; /* запрет скролла */
  }
  /* Перестраиваем блоки главного экрана */
  .hero-scene__layout {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }
  .hero-toggle__button.is-active {
    font-size: 14px;
  }
  .hero-toggle__button {
    font-size: 12px;
    height: auto;
  }
  .hero-scene__content {
    display: contents; /* позволяет игнорировать обертку и сортировать $hero-scene__title и $hero-calc напрямую */
  }

  .hero-scene__title {
    order: 1;
    text-align: center;
    margin-bottom: 30px !important;
    padding: 16px 20px;
    border-radius: 16px;
  }
  
  .hero-scene__offer {
    padding: 16px 20px;
    border-radius: 16px;
  }
  
  .hero-scene__title-main, 
  .hero-scene__title-accent {
    font-size: 36px !important;
    line-height: 44px !important;
  }

  .hero-scene__controls {
    order: 2;
    align-items: center !important;
    margin-bottom: 60px !important; /* Оставляем пространство, чтобы дом на фоне был виден */
    width: 100%;
    gap: 24px;
  }

  .hero-calc {
    order: 3;
    width: 100%;
    margin: 0 !important;
  }
  .hero-main-container {
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 65px;
  }
  .why-us-section {
    margin-top: 0px;
    margin-bottom: 65px;
    padding-bottom: 20px;
  }
  .hero-toggle__icon {
    width: 36px;
    height: 36px;
  }
  .hero-toggle--weather {
    height: 45px;
  }
  .home .hero-bg-layer {
    background-size: cover;
  }
  .why-us-section__title {
    font-size: 26px;
    line-height: unset;
    margin-bottom: 24px;
  }
  .why-us-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .why-us-card {
    padding: 16px 22px;
    border-radius: 25px;
  }
  .why-us-card__title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: unset;
  }
  .why-us-card__value {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: unset;
  }
}
@media screen and (max-width: 634px) {
    .hero-scene__controls {
        margin-bottom: 360px !important;
    }
    .hero-calc {
        max-width: 100%;
    }
}

@media screen and (max-width: 1179px) {
  /* Перестроение блока калькулятора на главной */
  .calc-block {
    flex-direction: column;
    position: relative;
  }
  .calc-tooltip-wrap {
    display: none;
  }
  .calc-block__info {
    display: contents;
  }
  .calc-block {
    border-radius: 22px;
    padding: 22px 15px;
  }
  .calc-block__title {
    order: 1;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 13px;
    letter-spacing: 0px;
    text-align: center;
  }

  .calc-block__description {
    order: 2;
    font-size: 12px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 32px;
  }

  .calc-block__form {
    order: 3;
    width: 100%;
    margin-bottom: 32px;
    border-radius: 35px;
    padding: 28px 20px;
  }

  .calc-block__note {
    order: 4;
    margin-bottom: 0;
  }
  
  .calc-block__note ul {
    gap: 15px;
  }

  .main-calc-section .calc-tooltip-wrap {
    bottom: 22px;
    left: 28px;
    z-index: 10;
  }
  .main-calc-section__title {
    visibility: visible;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 28px;
  }
  .calc-toggle--type {
    height: 60px;
    margin-bottom: 32px;
  }
  .calc-toggle__btn {
    height: auto;
    font-size: 12px;
  }
  .calc-toggle__btn.is-active {
    font-size: 14px;
  }
  .calc-grid {
    grid-template-columns: 1fr;
    gap: 29px;
    margin-bottom: 29px;
  }
  .calc-result-wrap {
    grid-template-columns: 1fr;
    gap: 29px;
    margin-bottom: 0;
  }
  .calc-actions__cta {
    width: 100%;
    justify-content: center;
  }
  .calc-actions__cta-wrap {
    width: 100%;
  }
  .calc-field__control, .calc-field__static, .calc-field__select {
    font-size: 12px;
  }
  .calc-block__note p {
    margin-bottom: 11px;
    font-size: 14px;
  }
  .calc-block__note li {
    font-size: 12px;
    line-height: 14px;
  }
}

@media screen and (max-width: 1179px) {
  /* Каталог сонячних систем */
  .catalog-section {
    padding-top: 85px;
    overflow: hidden;
  }
  
  .catalog-section__title {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 24px;
    letter-spacing: 0;
  }
  
  .catalog-section__layout {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  
  .catalog-section__content {
    flex: none;
    order: 2;
    width: 100%;
  }

  .catalog-section__intro {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
    text-align: left;
    max-width: 100%;
    letter-spacing: 0px;
  }
  
  .catalog-section__list li {
    font-size: 14px;
    line-height: 20px; 
    margin-bottom: 20px;
    padding-left: 20px;
  }
  
  .catalog-section__list li::before {
    font-size: 14px;
    top: 0;
  }

  .catalog-section__actions {
    margin-top: 24px;
  }
  
  .catalog-section__actions .calc-actions__cta-wrap {
    width: 100%;
  }
  
  .catalog-section__actions .calc-actions__cta {
    width: 100%;
    justify-content: center;
  }

  /* Слайдер на мобильном */
  .catalog-slider {
    order: 1;
    width: 100%;
    padding: 0;
  }
  
  .catalog-slider__viewport {
    height: 420px; 
  }
  
  .catalog-slider__track {
    height: 380px;
  }
  
  .catalog-card {
    width: 270px;
    padding: 16px 20px;
    border-radius: 25px;
    left: 50%;
    margin-left: -135px;
  }
  
  .catalog-card__image-wrap {
    height: 130px;
    margin-bottom: 15px;
    border-radius: 15px;
  }
  
  .catalog-card__title {
    font-size: 16px;
    line-height: normal;
  }
  
  .catalog-card__text {
    font-size: 12px;
    line-height: 18px;
  }
  
  .catalog-card__cta {
    width: 100%;
    height: 48px;
    font-size: 13px;
    margin-top: auto;
  }

  .catalog-slider__nav {
    width: 40px;
    height: 40px;
    z-index: 10;
  }
  
  .catalog-slider__nav--prev {
    left: calc(50% - 160px);
  }
  
  .catalog-slider__nav--next {
    left: auto;
    right: calc(50% - 160px);
  }
  
  .catalog-card.is-next,
  .catalog-card.is-hidden-right {
    opacity: 0 !important;
    pointer-events: none;
    margin-left: 0;
    transform: translateX(100%) scale(0.9) !important;
  }
  
  .catalog-card.is-prev,
  .catalog-card.is-hidden-left {
    opacity: 0 !important;
    pointer-events: none;
    margin-left: 0;
    transform: translateX(-100%) scale(0.9) !important;
  }
  
  /* Список послуг компанії iSolar */
  .services-section {
    padding-top: 85px;
  }
  
  .services-section__title {
    font-size: 26px;
    line-height: normal;
    text-align: center;
    margin-bottom: 24px;
    letter-spacing: 0;
  }
  
  .services-list {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #FEE07E #e6e6e6;
    -ms-overflow-style: none;
    gap: 15px;
    padding-bottom: 30px; 
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .services-list::-webkit-scrollbar {
    height: 4px;
    display: block;
  }
  
  .services-list::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 4px;
    margin: 0 15px;
  }
  
  .services-list::-webkit-scrollbar-thumb {
    background: #FEE07E;
    border-radius: 4px;
  }
  
  .service-card, .service-card--reverse {
    flex-direction: column !important;
    flex: 0 0 290px;
    width: 290px;
    height: auto;
    border-radius: 25px;
    align-items: flex-start;
  }
  
  .service-card__image-wrap {
    width: 100%;
    height: 145px;
    border-radius: 25px 25px 0 0;
    margin-bottom: 0;
  }
  
  .service-card__image {
     border-radius: 25px 25px 0 0;
  }
  
  .service-card__content {
    padding: 24px 20px !important;
    max-width: 100%;
    margin-bottom: auto;
  }
  
  .service-card__title {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
  }
  
  .service-card__list li {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 14px;
  }
  
  /* Досвід, який видно */
  .experience-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .experience-section .container {
    display: flex !important;
    flex-direction: column;
  }
  
  .experience-section__header {
    display: contents; 
  }
  
  .experience-section__title-wrap {
    order: 1;
    text-align: center;
    margin-bottom: 25px;
  }
  
  .experience-section__title {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 16px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .experience-section__subtitle {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
  }

  .experience-slider {
    order: 2;
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .experience-section__actions {
    order: 3;
    display: flex;
    width: 100%;
    margin-top: 25px;
  }
  
  .experience-section__actions .calc-actions__cta {
    width: 100%;
    justify-content: center;
  }

  .experience-slider__main-wrap {
    height: 160px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .experience-slider__main {
    border-radius: 15px;
  }

  .experience-slider__nav-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    margin-top: 0;
    z-index: 10;
    transform: translateY(-50%);
  }
  
  .experience-slider__nav-wrap .catalog-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 40px;
    height: 40px;
  }
  
  .experience-slider__nav-wrap [data-experience-prev] {
    left: 0px;
  }
  
  .experience-slider__nav-wrap [data-experience-next] {
    right: 0px;
  }

  .experience-slider__thumbs {
    width: 100%;
    height: 55px; 
    align-self: auto;
    min-width: 0; /* fixes flex item containing swiper */
  }

  /* Force swiper-wrapper horizontal layout just in case Swiper bugs out */
  .experience-slider__thumbs .swiper-wrapper {
    flex-direction: row !important;
  }
  
  .experience-slider__thumb-wrap {
    border-radius: 12px;
    height: 100%;
    width: 100%;
    aspect-ratio: auto;
  }

  /* Для кого ми пропонуємо наші послуги */
  .target-audience-section {
    padding-bottom: 60px;
  }

  .target-audience-section__title {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 25px;
    letter-spacing: 0;
  }

  .target-audience-grid {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #FEE07E #e6e6e6;
    -ms-overflow-style: none;
    gap: 15px;
    padding-bottom: 30px; 
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    align-items: stretch; /* So all cards are equal height if desired */
  }

  .target-audience-grid::-webkit-scrollbar {
    height: 4px;
    display: block;
  }
  
  .target-audience-grid::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 4px;
    margin: 0 15px;
  }
  
  .target-audience-grid::-webkit-scrollbar-thumb {
    background: #FEE07E;
    border-radius: 4px;
  }

  .target-audience-card {
    flex: 0 0 290px !important;
    width: 290px !important;
    padding: 18px;
    gap: 16px;
  }

  .target-audience-card:hover {
    background: #FFF;
    width: 290px !important;
    flex: 0 0 290px !important;
  }

  .target-audience-card:nth-child(odd):hover + .target-audience-card:nth-child(even),
  .target-audience-card:nth-child(odd):has(+ .target-audience-card:nth-child(even):hover) {
    width: 290px !important;
    flex: 0 0 290px !important;
  }

  .target-audience-card__image-wrap {
    width: 72px;
    height: 72px;
    border-radius: 22px;
  }

  .target-audience-card__title {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .target-audience-card__description {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    font-size: 13px;
    line-height: 18px;
    display: block;
  }

  /* Етапи виконання робіт */
  .process-section {
    padding-bottom: 60px;
  }
  
  .process-section__title {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 24px;
    letter-spacing: 0;
  }
  
  .process-section__accordion {
    width: 100%;
  }

  .process-section__image-wrap {
    display: none;
  }

  .process-item {
    border-radius: 20px;
  }
  
  .process-item__header {
    padding: 20px;
  }

  .process-item__num {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  
  .process-item.is-active .process-item__num {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  
  .process-item__title {
    font-size: 16px;
  }
  
  .process-item.is-active .process-item__title {
    font-size: 18px;
  }
  
  .process-item__content p {
    padding: 0 20px 20px 20px;
    font-size: 13px;
    line-height: 20px;
  }

  /* Реалізовані об'єкти */
  .portfolio-section {
    padding-bottom: 60px;
  }

  .portfolio-section__title {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 16px;
    letter-spacing: 0;
  }

  .portfolio-section__subtitle {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 24px;
    color: #000;
    font-weight: 400;
  }

  /* Табы */
  .portfolio-tabs__nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none; /* Hide scrollbar in Firefox */
    -ms-overflow-style: none; /* Hide scrollbar in IE and Edge */
    margin-bottom: 24px;
    gap: 5px;
  }

  .portfolio-tabs__nav::-webkit-scrollbar {
    display: none; /* Hide scrollbar in Chrome/Safari */
  }

  .portfolio-tabs__btn {
    flex: 0 0 auto;
    font-size: 13px;
    padding: 10px 16px;
    min-height: 40px;
  }

  .portfolio-tabs__btn.is-active {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 40px;
  }

  /* Слайдеры */
  .portfolio-slider-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .portfolio-slide__image-wrap {
    height: 200px;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .portfolio-slide__card {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 15px;
  }

  .portfolio-slide__title {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    letter-spacing: 0px;
  }

  .portfolio-slide__location {
    font-size: 13px;
  }

  .portfolio-slide__btn {
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
    justify-content: center;
  }

  .portfolio-slider__nav {
    position: absolute;
    top: 100px; /* roughly half of the 200px image height */
    left: 0;
    width: 100%;
    justify-content: space-between;
    margin-top: 0;
    z-index: 10;
    transform: translateY(-50%);
    pointer-events: none; /* let clicks pass through the container */
  }

  .portfolio-slider__prev,
  .portfolio-slider__next {
    width: 40px;
    height: 40px;
    padding: 0;
    pointer-events: auto; /* enable clicks on the buttons */
  }

  .portfolio-slider__prev {
    transform: translateX(-15px);
  }

  .portfolio-slider__next {
    transform: translateX(15px);
  }

  /* Миниатюры внизу */
  .portfolio-slider-thumbs-container {
    width: 100%;
    height: 55px;
  }

  .portfolio-slider-thumbs__image-wrap {
    width: 100%;
    border-radius: 12px;
  }

  /* Зв'язок та контакти */
  .contacts-section {
    padding-bottom: 0;
  }

  .contacts-section__main-title {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 24px;
    letter-spacing: 0;
  }

  .contacts-grid {
    flex-direction: column;
    padding: 25px 15px 30px 15px; 
    border-radius: 20px;
    gap: 0; 
    margin-bottom: 85px;
  }

  .contacts-info-card {
    display: contents; 
  }

  .contacts-info__title {
    order: 1;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 5px;
    text-align: center;
  }

  .contacts-info__list {
    order: 2;
    margin: 0 auto 35px auto; 
    width: 100%;
    gap: 15px;
  }

  .contacts-info__item {
    font-size: 13px;
    line-height: normal;
    gap: 12px;
  }
  
  .contacts-info__icon {
    width: 20px;
    height: 20px;
  }

  .contacts-info__icon svg {
    width: 20px;
    height: 20px;
  }

  .contacts-form-card {
    order: 3;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
  }

  .contacts-form__title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .contacts-form__text {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .contacts-form__input {
    padding: 16px 20px !important;
    font-size: 13px;
    border-radius: 100px !important;
    text-align: center;
  }
  
  .contacts-form__input::placeholder {
    text-align: center;
  }

  .contacts-form__input-group {
    margin-bottom: 15px;
  }

  .contacts-form__submit {
    width: 100%;
    padding: 16px 20px;
    border-radius: 100px;
    font-size: 14px;
  }

  .contacts-info__socials {
    order: 4;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 5px;
    gap: 30px;
  }
  
  .contacts-social-icon {
    width: 24px;
    height: 24px;
  }
  
  .contacts-social-icon svg {
    width: 24px;
    height: 24px;
  }
  .socials-bottom__title {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: unset;
  }
  .socials-bottom__text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 28px;
  }
  .socials-bottom {
    padding-bottom: 85px;
   }
  /* Footer */
  .site-footer {
    padding-bottom: 20px;
  }
  .catalog-section .container {
    padding-bottom: 20px;
  }
  .footer-inner {
    flex-direction: column;
    padding: 30px 20px;
    gap: 30px;
    border-radius: 20px;
  }

  .footer-col--brand {
    order: 1; /* First on mobile as shown in screen */
    width: 100%;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .footer-logo {
    margin-bottom: 0px; 
    display: none; /* In screenshot, the logo isn't visible or looks like a pill */
  }

  /* Assuming the pill is meant to be .footer-logo--placeholder or similar */
  .footer-logo--placeholder {
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-socials {
    order: 2; /* Socials move directly below logo block on mobile */
    justify-content: space-between; /* Space out the socials broadly as inside the screenshot */
    width: 100%;
    max-width: 250px;
    margin: 0 auto 30px auto; 
    gap: unset;
  }
  
  .footer-social-link {
    width: 24px;
    height: 24px;
  }
  
  .footer-social-link svg {
    width: 100%;
    height: 100%;
  }

  /* We hide the descriptive text based on the mockups where only the columns remain, or keep it center?
     In the mobile screenshot #2, the "Lorem ipsum..." text is NOT there! Wait, is it? Screenshot 2 doesn't show text, only logo pill, socials, and menus.
     Wait, in the provided screenshot 2, the order is:
     1. Pill
     2. Social Icons
     3. "Клієнтам" Menu
     4. "Правові положення" Menu
  */
  .footer-desc {
    display: none;
  }

  .footer-col--nav {
    order: 3;
    width: 100%;
    min-width: 100%;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .footer-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .footer-menu li {
    margin-bottom: 0;
  }

  .footer-menu a {
    font-size: 13px;
    line-height: normal;
  }

  /* Trust Elements Responsive */
  .guarantees-grid,
  .reviews-grid,
  .certificates-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .certificates-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-section__title {
    font-size: 26px;
    margin-bottom: 24px;
    text-align: center;
  }

  body {
    padding-bottom: 70px;
  }

  .mobile-sticky-action {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 10px 20px;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.08);
    z-index: 1000;
  }

  .mobile-sticky-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #ffd41c;
    color: #000;
    text-decoration: none !important;
    border-radius: 99px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }
}