.elementor-kit-3121{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3121 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* HEADER / МЕНЮ */

.sp-header-wrap {
  background: linear-gradient(90deg, #15803d, #22c55e, #0f766e);
  color: #f9fafb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sp-header {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Логотип */
.sp-header-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sp-logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #f9fafb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.sp-logo-bars {
  display: flex;
  gap: 3px;
}

.sp-logo-bar {
  width: 5px;
  height: 18px;
  border-radius: 999px;
}

.sp-logo-bar:nth-child(1) { background: #f97316; }
.sp-logo-bar:nth-child(2) { background: #facc15; }
.sp-logo-bar:nth-child(3) { background: #22c55e; }
.sp-logo-bar:nth-child(4) { background: #16a34a; }

.sp-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.sp-logo-main {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.sp-logo-sub {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.14em;
}

/* Навігація */
.sp-header-nav {
  flex: 1 1 auto;
}

.sp-header-menu {
  display: flex;
  justify-content: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sp-header-menu a {
  font-size: 14px;
  font-weight: 600;
  color: #f9fafb;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}

.sp-header-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.9);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.16s ease;
}

.sp-header-menu a:hover::after {
  transform: scaleX(1);
}

/* Контакти справа */
.sp-header-contacts {
  font-size: 12px;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sp-header-label {
  opacity: 0.92;
  margin-right: 4px;
}

.sp-header-phone-row a {
  color: #f9fafb;
  text-decoration: none;
  font-weight: 700;
}

.sp-header-phone-row a:hover {
  text-decoration: underline;
}

.sp-header-divider {
  height: 1px;
  background: rgba(248, 250, 252, 0.35);
  margin: 3px 0;
}

/* Соціальні іконки */
.sp-header-social {
  margin-top: 4px;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}

.sp-header-social-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  color: #f9fafb;
}

/* Цвета «под» мессенджеры */
.sp-header-social-viber { background: #7c3aed; }
.sp-header-social-telegram { background: #0ea5e9; }
.sp-header-social-whatsapp { background: #16a34a; }

/* Кнопка-бургер для мобільного */
.sp-header-toggle {
  display: none;
  margin-left: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(248, 250, 252, 0.5);
  background: rgba(15, 23, 42, 0.12);
  color: #f9fafb;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  gap: 6px;
  align-items: center;
}

.sp-header-toggle-lines {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
}

.sp-header-toggle-lines span {
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: #f9fafb;
}

/* Адаптив */
@media (max-width: 1024px) {
  .sp-header {
    flex-wrap: wrap;
  }

  .sp-header-nav {
    order: 3;
    flex-basis: 100%;
  }

  .sp-header-contacts {
    order: 2;
    flex-basis: 100%;
    text-align: left;
    margin-top: 6px;
  }

  .sp-header-social {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .sp-header {
    align-items: center;
  }

  .sp-header-nav {
    display: none;
  }

  .sp-header-nav.is-open {
    display: block;
    margin-top: 8px;
  }

  .sp-header-menu {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .sp-header-contacts {
    font-size: 12px;
  }

  .sp-header-toggle {
    display: inline-flex;
  }
}
/* HERO баннер */

.sp-hero-wrap {
  position: relative;
  overflow: hidden;
}

.sp-hero-bg {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

/* Затемнение и "клин" слева */
.sp-hero-overlay {
  width: 100%;
  background: linear-gradient(
    115deg,
    rgba(2, 6, 23, 0.96) 0%,
    rgba(2, 6, 23, 0.9) 40%,
    rgba(2, 6, 23, 0.5) 60%,
    rgba(15, 23, 42, 0.0) 80%
  );
  padding: 48px 16px;
}

.sp-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}

/* Панель с текстом и формой */
.sp-hero-panel {
  max-width: 420px;
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.96));
  border-radius: 26px;
  padding: 28px 26px 26px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.sp-hero-kicker {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sp-accent, #facc15);
  margin-bottom: 10px;
}

.sp-hero-title {
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 14px;
}

.sp-hero-title span {
  color: #22c55e;
}

.sp-hero-text {
  font-size: 14px;
  color: var(--sp-text-muted, #e5e7eb);
  margin-bottom: 20px;
}

/* Поля форми */
.sp-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px;
}

.sp-input {
  width: 100%;
  padding: 13px 18px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.9);
  background: radial-gradient(circle at top, rgba(30, 64, 175, 0.3), rgba(15, 23, 42, 0.98));
  color: #f9fafb;
  font-size: 14px;
  outline: none;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.95);
}

.sp-input::placeholder {
  color: rgba(209, 213, 219, 0.9);
}

.sp-input:focus {
  border-color: rgba(250, 204, 21, 0.9);
  box-shadow: 0 0 0 1px rgba(250, 204, 21, 0.5), 0 18px 45px rgba(15, 23, 42, 1);
}

/* Кнопка в форме переразмерим под всю ширину */
.sp-hero-panel .sp-btn-primary {
  width: 100%;
  justify-content: center;
  margin-top: 6px;
}

/* Адаптив */
@media (max-width: 1024px) {
  .sp-hero-bg {
    background-position: center;
  }
}

@media (max-width: 768px) {
  .sp-hero-overlay {
    padding: 32px 14px;
    background: linear-gradient(
      160deg,
      rgba(2, 6, 23, 0.96) 0%,
      rgba(2, 6, 23, 0.92) 55%,
      rgba(2, 6, 23, 0.6) 80%,
      rgba(15, 23, 42, 0.0) 100%
    );
  }

  .sp-hero-inner {
    justify-content: center;
  }

  .sp-hero-panel {
    max-width: 100%;
  }

  .sp-hero-bg {
    min-height: 460px;
  }
}
/* Блок ПРО НАС */

/* ПРО НАС — улучшенный вариант */

.sp-about {
  padding: 80px 0;
  background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.08), transparent 55%),
              #f9fafb;
}

.sp-about-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.sp-about-card {
  position: relative;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.35);
  padding: 36px 40px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  gap: 40px;
  overflow: hidden;
}

/* цветная полоса слева */
.sp-about-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #22c55e, #facc15);
}

/* Левая часть */
.sp-about-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #16a34a;
  margin-bottom: 10px;
}

.sp-about-title {
  font-size: clamp(26px, 3.4vw, 34px);
  line-height: 1.15;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
}

.sp-about-highlight {
  color: #16a34a;
}

.sp-about-sub {
  font-size: 14px;
  color: #6b7280;
}

/* Правая часть */
.sp-about-text-main {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 18px;
}

.sp-about-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  font-size: 14px;
  color: #111827;
}

.sp-about-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.sp-about-bullet {
  margin-top: 4px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: radial-gradient(circle at top left, #22c55e, #15803d);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(34, 197, 94, 0.4);
}

.sp-about-bullet::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ecfdf3;
}

/* Адаптив */
@media (max-width: 992px) {
  .sp-about-card {
    grid-template-columns: minmax(0, 1fr);
    padding: 28px 22px;
  }
}

@media (max-width: 640px) {
  .sp-about {
    padding: 56px 0;
  }

  .sp-about-card {
    border-radius: 22px;
  }

  .sp-about-list {
    grid-template-columns: minmax(0, 1fr);
  }
}
/* Блок зі статистикою */

.sp-stats {
  padding: 70px 0;
  background: #f3f4f6;
}

.sp-stats-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.sp-stats-card {
  border-radius: 28px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.16);
}

/* Левая колонка з цифрами */
.sp-stats-left {
  padding: 34px 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sp-stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sp-stat-number {
  font-size: 30px;
  font-weight: 800;
  color: #16a34a;
}

.sp-stat-text {
  font-size: 14px;
  color: #4b5563;
}

/* Правая колонка з фото */
.sp-stats-right {
  position: relative;
  min-height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sp-stats-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(243, 244, 246, 0.9) 0%,
    rgba(243, 244, 246, 0.4) 30%,
    rgba(15, 23, 42, 0.0) 70%
  );
}

/* Адаптив */
@media (max-width: 992px) {
  .sp-stats-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .sp-stats-right {
    order: -1;
    min-height: 220px;
  }

  .sp-stats-left {
    padding: 26px 22px 30px;
  }
}
/* Переваги роботи з нами — розширена версія */

.sp-benefits {
  padding: 80px 0;
  background: radial-gradient(circle at top, rgba(250, 204, 21, 0.12), transparent 60%),
              #fefefe;
}

.sp-benefits-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Заголовок */
.sp-benefits-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
}

.sp-benefits-subtext {
  font-size: 15px;
  color: #4b5563;
  max-width: 760px;
  line-height: 1.6;
}

/* Сітка + центральна "корпоративна" підложка */
.sp-benefits-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  position: relative;
  padding: 18px 0;
}

.sp-benefits-grid::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  height: 72%;
  background: linear-gradient(90deg,
              rgba(248, 250, 252, 0.0),
              rgba(248, 250, 252, 0.9),
              rgba(248, 250, 252, 0.0));
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.06);
  z-index: 0;
}

/* Карточки */
.sp-benefit-card {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 22px;
  padding: 26px 22px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.24);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.45s ease,
              box-shadow 0.22s ease, transform 0.22s ease;
}

.sp-benefit-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sp-benefit-card:hover {
  box-shadow: 0 26px 65px rgba(15, 23, 42, 0.16);
  transform: translateY(-3px);
}

/* Плавна затримка для різних карток */
.sp-benefit-card:nth-child(1) { transition-delay: 0.02s; }
.sp-benefit-card:nth-child(2) { transition-delay: 0.06s; }
.sp-benefit-card:nth-child(3) { transition-delay: 0.10s; }
.sp-benefit-card:nth-child(4) { transition-delay: 0.14s; }
.sp-benefit-card:nth-child(5) { transition-delay: 0.18s; }
.sp-benefit-card:nth-child(6) { transition-delay: 0.22s; }

/* Градієнтні бейджі з іконками у фірмовому стилі */
.sp-benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: radial-gradient(circle at top left, #22c55e, #16a34a);
  box-shadow: 0 10px 28px rgba(34, 197, 94, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-benefit-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #ecfdf3;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Текст */
.sp-benefit-title {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
}

.sp-benefit-desc {
  font-size: 14px;
  line-height: 1.55;
  color: #374151;
}

/* Адаптив */
@media (max-width: 992px) {
  .sp-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-benefits-grid::before {
    height: 80%;
  }
}

@media (max-width: 640px) {
  .sp-benefits {
    padding: 60px 0;
  }

  .sp-benefits-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 0;
  }

  .sp-benefits-grid::before {
    display: none;
  }

  .sp-benefit-card {
    text-align: left;
  }
}
/* Блок рішень / видів станцій */

.sp-solution {
  padding: 70px 0;
  background: radial-gradient(circle at bottom, rgba(56, 189, 248, 0.08), transparent 55%),
              #f3f4f6;
}

.sp-solution-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Одна карточка-рішення */
.sp-solution-card {
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.3);
  padding: 30px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  gap: 32px;
  align-items: center;
}

/* Картинка зліва */
.sp-solution-media {
  border-radius: 22px;
  overflow: hidden;
  background: #e5e7eb;
}

.sp-solution-media img {
  display: block;
  width: 100%;
  height: auto;
}

/* Текст справа */
.sp-solution-body-title {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 14px;
}

.sp-solution-body-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: #374151;
}

.sp-solution-body-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.sp-solution-bullet {
  margin-top: 5px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #22c55e;
  flex-shrink: 0;
}

/* Кнопки */
.sp-solution-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* зелена основна */
.sp-btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 26px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #f9fafb;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(22, 163, 74, 0.6);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.sp-btn-green:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 55px rgba(22, 163, 74, 0.7);
}

/* текстова кнопка-посилання */
.sp-btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 0;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* Адаптив */
@media (max-width: 992px) {
  .sp-solution-card {
    grid-template-columns: minmax(0, 1fr);
    padding: 24px 20px;
  }
}

@media (max-width: 640px) {
  .sp-solution {
    padding: 56px 0;
  }

  .sp-solution-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .sp-btn-green,
  .sp-btn-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .sp-btn-link {
    justify-content: center;
  }
}
/* Блок Solution #2 – у стилі з прикладу */

.sp-solution2 {
  padding: 70px 0;
  background: radial-gradient(circle at top, rgba(56, 189, 248, 0.08), transparent 70%),
              #f3f4f6;
}

.sp-solution2-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.sp-solution2-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 36px 40px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: center;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
  border: 1px solid rgba(148, 163, 184, 0.28);
}

/* Фото справа */
.sp-solution2-media img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
}

/* Заголовок */
.sp-solution2-title {
  font-size: 24px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 18px;
}

/* Bullets */
.sp-solution2-list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sp-solution2-list li {
  display: flex;
  gap: 10px;
  font-size: 15px;
  color: #374151;
  line-height: 1.55;
}

.sp-solution2-bullet {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background: #22c55e;
  border-radius: 50%;
  margin-top: 6px;
}

/* Кнопки */
.sp-solution2-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.sp-btn-green2 {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: white;
  padding: 12px 36px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 12px 36px rgba(34, 197, 94, 0.4);
  transition: 0.2s ease;
}

.sp-btn-green2:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 46px rgba(34, 197, 94, 0.6);
}

.sp-btn-link2 {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 12px 0;
}

@media (max-width: 1024px) {
  .sp-solution2-card {
    grid-template-columns: 1fr;
    padding: 26px 24px;
  }

  .sp-solution2-media img {
    border-radius: 16px;
  }
}

@media (max-width: 640px) {
  .sp-solution2-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .sp-btn-green2,
  .sp-btn-link2 {
    text-align: center;
    width: 100%;
    justify-content: center;
  }
}
/* ПОСЛУГИ */

.sp-services {
  padding: 80px 0;
  background: #f3f4f6;
}

.sp-services-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Заголовок секції */
.sp-services-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 28px;
}

/* Сітка карток */
.sp-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

/* Карточка послуги */
.sp-service-card {
  background: #ffffff;
  border-radius: 26px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Зображення */
.sp-service-media img {
  width: 100%;
  height: auto;
  display: block;
}

/* Контент картки */
.sp-service-body {
  padding: 22px 26px 24px;
}

.sp-service-name {
  font-size: 20px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 14px;
}

/* Список */
.sp-service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: #374151;
}

.sp-service-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.sp-service-bullet {
  margin-top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #22c55e;
  flex-shrink: 0;
}

/* Адаптив */
@media (max-width: 992px) {
  .sp-services-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .sp-services {
    padding: 60px 0;
  }

  .sp-service-body {
    padding: 18px 18px 22px;
  }
}
/* Сервісне обслуговування — з анімацією, паттерном та фірмовими іконками */

.sp-service-main {
  padding: 90px 0;
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.12), transparent 60%),
    radial-gradient(circle at bottom right, rgba(56, 189, 248, 0.12), transparent 60%),
    #f8fafc;
}

.sp-service-main-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.sp-service-main-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  text-align: center;
  color: #0f172a;
  margin-bottom: 50px;
}

/* Ряд сервісу */
.sp-service-row {
  display: grid;
  grid-template-columns: 100px 1fr 170px;
  gap: 26px;
  background: #ffffff;
  padding: 28px 32px;
  border-radius: 22px;
  border: 1px solid rgba(148,163,184,0.3);
  margin-bottom: 20px;
  align-items: center;
  box-shadow: 0 18px 45px rgba(15,23,42,0.06);

  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.45s ease, box-shadow 0.2s ease;
}

.sp-service-row.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sp-service-row:hover {
  box-shadow: 0 24px 60px rgba(15,23,42,0.12);
}

/* Затримки анімації для рядків */
.sp-service-row:nth-child(2) { transition-delay: 0.04s; }
.sp-service-row:nth-child(3) { transition-delay: 0.08s; }
.sp-service-row:nth-child(4) { transition-delay: 0.12s; }

/* Фірмові іконки */
.sp-service-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: radial-gradient(circle at top left, #22c55e, #15803d);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 16px 36px rgba(34,197,94,0.55);
}

.sp-service-icon svg {
  width: 40px;
  height: 40px;
  stroke: #ecfdf3;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* Текст */
.sp-service-text h3 {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 10px;
}

.sp-service-text p {
  font-size: 15px;
  line-height: 1.55;
  color: #374151;
}

/* Кнопка */
.sp-service-btn {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  padding: 14px 24px;
  border-radius: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 12px 36px rgba(34,197,94,0.45);
  transition: 0.2s;
}

.sp-service-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 46px rgba(34,197,94,0.6);
}

/* Адаптив */
@media (max-width: 900px) {
  .sp-service-row {
    grid-template-columns: 80px 1fr;
  }
  .sp-service-btn {
    margin-top: 14px;
    justify-self: flex-start;
  }
}

@media (max-width: 640px) {
  .sp-service-main {
    padding: 70px 0;
  }

  .sp-service-row {
    grid-template-columns: 60px 1fr;
    padding: 20px;
  }

  .sp-service-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .sp-service-icon svg {
    width: 30px;
    height: 30px;
  }
}
/* CTA: ЗРОБИ КРОК НАЗУСТРІЧ ЕНЕРГОНЕЗАЛЕЖНОСТІ */

.sp-cta {
  padding: 70px 0;
  background: linear-gradient(115deg, #22c55e, #16a34a);
  color: #f9fafb;
}

.sp-cta-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

/* Левая часть – текст */
.sp-cta-kicker {
  font-size: clamp(26px, 3.8vw, 38px);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.sp-cta-text {
  font-size: 15px;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 26px;
}

/* Кнопка */
.sp-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  padding: 16px 32px;
  background: #f9fafb;
  color: #111827;
  border-radius: 999px;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.sp-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.45);
  background: #ffffff;
}

/* Правая часть – картинка панелей */
.sp-cta-media {
  min-height: 220px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.45);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Адаптив */
@media (max-width: 900px) {
  .sp-cta-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .sp-cta {
    padding: 56px 0;
  }

  .sp-cta-media {
    order: -1;
  }

  .sp-cta-kicker,
  .sp-cta-text {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .sp-cta-inner {
    gap: 24px;
  }

  .sp-cta-media {
    border-radius: 24px;
  }
}
/* ЗВОРОТНІЙ ЗВʼЯЗОК */

.sp-contact {
  padding: 80px 0;
  background: radial-gradient(circle at bottom, rgba(56, 189, 248, 0.12), transparent 60%),
              #f3f4f6;
}

.sp-contact-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.sp-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
}

/* Заголовок */
.sp-contact-title {
  font-size: clamp(26px, 3.5vw, 32px);
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 22px;
}

/* Форма */
.sp-contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sp-contact-field {
  width: 100%;
  border-radius: 999px;
  border: none;
  padding: 16px 22px;
  font-size: 15px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  outline: none;
}

.sp-contact-field::placeholder {
  color: #9ca3af;
}

.sp-contact-textarea {
  border-radius: 22px;
  min-height: 130px;
  resize: vertical;
}

/* Кнопка */
.sp-contact-submit {
  margin-top: 10px;
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #f9fafb;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(22, 163, 74, 0.7);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.sp-contact-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(22, 163, 74, 0.85);
}

/* Карточка контактів справа */
.sp-contact-card {
  background: #ffffff;
  border-radius: 26px;
  padding: 26px 30px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.26);
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.sp-contact-row {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 14px;
  align-items: flex-start;
  font-size: 15px;
  color: #111827;
}

.sp-contact-label {
  font-weight: 600;
  color: #4b5563;
}

.sp-contact-value {
  font-weight: 700;
}

.sp-contact-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-contact-icon svg {
  width: 15px;
  height: 15px;
  stroke: #ecfdf3;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Адаптив */
@media (max-width: 900px) {
  .sp-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .sp-contact {
    padding: 60px 0;
  }

  .sp-contact-card {
    padding: 20px 18px;
  }
}
/* FOOTER (обновлённая часть) */

.sp-footer-logo svg {
  max-width: 170px;
  height: auto;
  display: block;
  transition: filter 0.25s ease, transform 0.25s ease;
  transform-origin: center left;
  cursor: pointer;
}

/* лёгкая подсветка логотипа */
.sp-footer-logo:hover svg {
  filter: drop-shadow(0 0 12px rgba(34, 197, 94, 0.8));
  transform: translateY(-1px);
}

/* нижняя полоска с градиентом */
.sp-footer-bottom {
  max-width: 1180px;
  margin: 22px auto 0;
  padding: 10px 16px;
  font-size: 12px;
  color: #6b7280;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;

  background: linear-gradient(90deg, #e0f2fe, #ecfdf3);
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 999px;
}

/* ссылки в нижней полосе */
.sp-footer-bottom a {
  color: #4b5563;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sp-footer-bottom a:hover {
  color: #16a34a;
}

/* язык-переключатель */
.sp-footer-lang {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sp-footer-lang-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
}

.sp-footer-lang a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  text-decoration: none;
  color: #374151;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.6);
  transition: 0.18s ease;
}

.sp-footer-lang a:hover {
  color: #16a34a;
  border-color: #16a34a;
  background: #ffffff;
}

.sp-footer-flag {
  width: 14px;
  height: 10px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.12);
}

.sp-footer-flag svg {
  width: 100%;
  height: 100%;
  display: block;
}/* End custom CSS */