/* =============================================
   LED Garage — Landing page
   ============================================= */


.services-slider-section .services-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* До init: ширина от viewport слайдера (cqw), отступы как spaceBetween в JS */
.services-slider-section .services-slider.swiper:not(.swiper-initialized) {
  container-type: inline-size;
}

.services-slider-section .services-slider.swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  box-sizing: border-box;
}

.services-slider-section .services-slider.swiper:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
  width: 100cqw;
  margin-right: 18px;
  box-sizing: border-box;
}

@container (min-width: 480px) {
  .services-slider-section .services-slider.swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100cqw - 16px * 0.2) / 1.2);
    margin-right: 16px;
  }
}

@container (min-width: 640px) {
  .services-slider-section .services-slider.swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100cqw - 20px * 0.5) / 1.5);
    margin-right: 20px;
  }
}

@container (min-width: 768px) {
  .services-slider-section .services-slider.swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100cqw - 24px) / 2);
    margin-right: 24px;
  }
}

@container (min-width: 1200px) {
  .services-slider-section .services-slider.swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100cqw - 80px) / 3);
    margin-right: 40px;
  }
}

.services-slider-section .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.services-slider-section .service-card-landing-list {
  height: 100%;
  margin: 0;
  background: linear-gradient(
180deg,
rgba(18,18,18,0.96) 0%,
rgba(42,42,42,0.96) 100%
);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.services-slider-section .service-card-landing-list__image {
  width: 100%;
  height: 300px;
}

.services-slider-section .service-card-landing-list__image img {
  width: 100%;
  height: 90%;
  object-fit: cover;
  display: block;
}

.services-slider-section .service-card-landing-list__content {
  padding: 0px 24px 24px;
  min-height: 376px;
  display: flex;
  flex-direction: column;
}

.services-slider-section .service-card-landing-list__content h3 {
  color: var(--color-yellow);
  font-size: 20px;
  margin-top: 0;
  font-weight: 700;
  line-height: 1.18;
}

.services-slider-section .service-card-landing-list__content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  margin: 0 0 18px;
}

.services-slider-section .service-card-landing-list__content .service-card-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.services-slider-section .service-card-landing-list__content .service-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.services-slider-section .service-card-landing-list__content .service-card-list li:last-child {
  margin-bottom: 0;
}

.services-slider-section .service-card-landing-list__content .service-card-list li svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  color: var(--color-yellow);
}

.services-slider-section .service-card-landing-list__content .service-card-list li span {
  color: #fff;
  font-family: var(--font-text);
  font-size: var(--font-size-responsive);
}

.services-slider-section .service-card-landing-list__actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 12px;
  width: 100%;
}


.services-slider-section .service-card-landing-list__actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.services-slider-section .service-card-landing-list__btn {
  padding: var(--btn-responsive-padding);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: var(--font-size-responsive);
  color: var(--color-header);
  background: rgba(232, 235, 238, 0.90);
  box-shadow: -5px -5px 10px rgba(136, 150, 163, 0.25) inset, 5px 5px 5px white inset,
    -4px -4px 10px rgba(255, 255, 255, 0.40), 5px 5px 10px rgba(136, 150, 163, 0.40);
  border-radius: var(--border-radius);
  transition: var(--transition-smooth);
}

.services-slider-section .service-card-landing-list__btn--cta {
  background: var(--color-yellow);
}

.services-slider-section .service-card-landing-list__btn:hover {
  transform: translateY(-6px);
  box-shadow:
    -6px -6px 14px rgba(136, 149, 163, 0.25) inset,
    6px 6px 6px white inset,
    -6px -6px 18px rgba(255, 255, 255, 0.5),
    8px 12px 22px rgba(136, 150, 163, 0.45);
}

.services-slider-section .service-card-landing-list__btn--cta:hover {
  box-shadow:
    -6px -6px 14px rgba(136, 149, 163, 0.25) inset,
    6px 6px 6px white inset,
    -6px -6px 18px rgba(255, 255, 255, 0.5),
    8px 12px 22px rgba(136, 150, 163, 0.45);
}

.services-slider-section .service-card-landing-list__btn:active {
  transform: translateY(2px);
  background: #E8EBEE;
  box-shadow: -3px -3px 7px white inset, 3px 3px 7px rgba(136, 150, 163, 0.58) inset;
  border-radius: 100px;
  border: 1px white solid;
}

.services-slider-section .service-card-landing-list__btn--cta:active {
  background: var(--color-yellow);
  border: 1px var(--color-yellow) solid;
} 


.services-slider-section .slider-arrow {
top: 50%;
transform: translateY(-50%);
width: 50px;
height: 50px;
border-radius: 50%;
background: rgba(20, 20, 22, 0.85);
border: 1px solid rgba(255, 255, 255, 0.2);
color: rgb(255, 255, 255);
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: 0.3s;
box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 15px;
pointer-events: auto !important;
z-index: 9999 !important;
}

.services-slider-section .slider-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}

.services-slider-section .slider-arrow--left {
  left: 0;
}

.services-slider-section .slider-arrow--left::before {
  transform: rotate(-135deg);
  margin-left: 5px;
}

.services-slider-section .slider-arrow--right {
  right: 0;
}

.services-slider-section .slider-arrow--right::before {
  transform: rotate(45deg);
  margin-right: 5px;
}

@media (max-width: 768px) {
  .page-template-landing-page .cta-block {
    transform: translateY(-18px);
  }
}

@media (max-width: 480px) {
  .services-slider-section .service-card-landing-list__content p {
    margin: 0 0 24px;
  }
}




/* ================= ВІДГУКИ (landing) ================= */

.reviews-section {
  padding: clamp(50px, 6vw, 80px) 0;
}

.reviews-section .section-title {
  margin-bottom: clamp(32px, 4vw, 48px);
  text-align: center;
}

.reviews-section .reviews-slider-wrap {
  position: relative;
}

.reviews-section .reviews-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.reviews-section .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.reviews-section .review-card {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(232, 235, 238, 0.34);
  box-shadow:
    -5px -5px 10px rgba(136, 150, 163, 0.25) inset,
    5px 5px 5px white inset,
    -4px -4px 10px rgba(255, 255, 255, 0.4),
    5px 5px 10px rgba(136, 150, 163, 0.4);
}

.reviews-section .review-card img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.reviews-section .slider-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(20, 20, 22, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgb(255, 255, 255);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 15px;
  pointer-events: auto !important;
  z-index: 9999 !important;
}

.reviews-section .slider-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}

.reviews-section .slider-arrow--left {
  left: 0;
}

.reviews-section .slider-arrow--right {
  right: 0;
}

.reviews-section .reviews-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(28px, 4vw, 40px);
}

.reviews-section .reviews-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1--btn-responsive-padding:;
  border-radius: var(--border-radius, 100px);
  text-decoration: none;
  color: var(--color-header);
  background: rgba(232, 235, 238, 0.70);
  transition: var(--transition-smooth);
}

.reviews-section .reviews-btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 719px) {
  .reviews-section .slider-arrow {
    display: none;
  }
}


/* Footer — тільки landing page */
.page-template-landing-page .footer__grid,
.page-template-landing-page-php .footer__grid {
  display: grid;
  grid-template-columns: 1fr 1.7fr 0.6fr;
  gap: clamp(32px, 7vw, 100px);
  padding: 0 clamp(20px, 8vw, 120px) clamp(32px, 5vw, 60px);
}

.page-template-landing-page .footer__center .locations-map--footer,
.page-template-landing-page-php .footer__center .locations-map--footer {
  height: clamp(220px, 22vw, 320px);
  margin-bottom: clamp(16px, 2vw, 24px);
  border-radius: 16px;
}

.page-template-landing-page .footer__center .locations-map--footer .map-buttons,
.page-template-landing-page-php .footer__center .locations-map--footer .map-buttons {
  bottom: 12px;
  left: 12px;
  gap: 8px;
}

.page-template-landing-page .footer__center .locations-map--footer .map-btn,
.page-template-landing-page-php .footer__center .locations-map--footer .map-btn {
  font-size: clamp(11px, 1vw, 13px);
}

@media (max-width: 1200px) {
  .page-template-landing-page .footer__grid,
  .page-template-landing-page-php .footer__grid {
    grid-template-columns: 0.8fr 1.3fr 0.7fr;
    gap: clamp(24px, 4vw, 60px);
  }
}

@media (max-width: 968px) {
  .page-template-landing-page .footer__grid,
  .page-template-landing-page-php .footer__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "left left"
      "center right";
    gap: 32px 24px;
    padding: 0 clamp(20px, 5vw, 60px) 40px;
  }

  .page-template-landing-page .footer__left,
  .page-template-landing-page-php .footer__left {
    grid-area: left;
  }

  .page-template-landing-page .footer__center,
  .page-template-landing-page-php .footer__center {
    grid-area: center;
  }

  .page-template-landing-page .footer__right,
  .page-template-landing-page-php .footer__right {
    grid-area: right;
  }
}

@media (max-width: 768px) {
  .page-template-landing-page .footer,
  .page-template-landing-page-php .footer {
    padding-top: 32px;
  }

  .page-template-landing-page .footer__grid,
  .page-template-landing-page-php .footer__grid {
    grid-template-columns: 1.4fr 1fr;
    grid-template-areas:
      "left   left"
      "center right"
      "msoc   msoc"
      "mphone mphone"
      "mpay   mpay";
    gap: 0;
    padding: 0 clamp(20px, 5.2vw, 80px) 0;
  }

  .page-template-landing-page .footer__left,
  .page-template-landing-page-php .footer__left {
    grid-area: left;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    padding-left: 0;
  }

  .page-template-landing-page .footer__left-top,
  .page-template-landing-page-php .footer__left-top {
    margin-bottom: 0;
    gap: 12px;
  }

  .page-template-landing-page .footer__left-contacts,
  .page-template-landing-page-php .footer__left-contacts {
    display: none;
  }

  .page-template-landing-page .footer__center,
  .page-template-landing-page-php .footer__center {
    grid-area: center;
    padding-left: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
  }

  .page-template-landing-page .footer__right,
  .page-template-landing-page-php .footer__right {
    grid-area: right;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
  }

  .page-template-landing-page .footer__center .locations-map--footer,
  .page-template-landing-page-php .footer__center .locations-map--footer {
    height: clamp(200px, 45vw, 280px);
  }

  .page-template-landing-page .footer__mobile-socials,
  .page-template-landing-page-php .footer__mobile-socials {
    grid-area: msoc;
    display: flex !important;
    justify-content: center;
    gap: 40px;
    padding: 24px 0 30px;
  }

  .page-template-landing-page .footer__mobile-phone,
  .page-template-landing-page-php .footer__mobile-phone {
    grid-area: mphone;
    display: flex !important;
    justify-content: center;
    padding: 0 0 30px;
  }

  .page-template-landing-page .footer__mobile-payments,
  .page-template-landing-page-php .footer__mobile-payments {
    grid-area: mpay;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 0 0 28px;
  }

  .page-template-landing-page .footer__payments,
  .page-template-landing-page-php .footer__payments {
    display: none;
  }

  .page-template-landing-page .footer__bottom,
  .page-template-landing-page-php .footer__bottom {
    padding-left: clamp(20px, 5.2vw, 80px);
    padding-right: clamp(20px, 5.2vw, 80px);
  }
}

@media (max-width: 600px) {
  .page-template-landing-page .footer__grid,
  .page-template-landing-page-php .footer__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "center"
      "right"
      "msoc"
      "mphone"
      "mpay";
  }

  .page-template-landing-page .footer__center .locations-map--footer,
  .page-template-landing-page-php .footer__center .locations-map--footer {
    height: clamp(180px, 52vw, 240px);
  }
}








