.pricing-header {
  text-align: center;
  margin-bottom: 12px;
}
.pricing-header h2 {
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 15px;
}
.price-title-line {
  width: 50px;
  height: 4px;
  margin: 0 auto;
}
.swiper-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.swiper-slide {
  height: auto !important;
}
.slider-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1a1a1a;
  border: 1px solid rgba(255, 215, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  bottom: 35%;
  z-index: 10;
}
.swiper-prev-btn {
  left: -10px;
}
.swiper-next-btn {
  right: -10px;
}
.nav-btn svg {
  width: 24px;
  height: 24px;
  fill: var(--brand-color);
  transition: 0.3s;
}
.nav-btn:hover {
  background: var(--brand-color);
  border-color: var(--brand-color);
  box-shadow: 0 0 15px var(--brand-glow);
  transform: translateY(-2px);
}
.nav-btn:hover svg {
  fill: #000;
}
.nav-btn:active {
  transform: translateY(0) scale(0.95);
}
.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  filter: grayscale(1);
}
.offer-card {
  background: var(--bg-card);
  padding: 35px 30px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.4s ease;
}

.offer-p {
  color: var(--text-muted);
  margin-bottom: 20px;
}

.offer-footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.offer-top h4 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  color: #fff;
}



.offer-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 20px;
}

/* Стандартная цена (одна строка) */
.offer-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 60px;
}
.offer-price .from {
  font-size: 14px;
  color: var(--text-muted);
  text-transform: uppercase;
  flex-shrink: 0;
  margin-right: 4px;
}
.offer-price .value {
  font-size: 40px;
  font-weight: 900;
  color: var(--brand-color);
}
.offer-price .currency {
  color: var(--brand-color);
  font-size: 24px;
  font-weight: 700;
}

/* НОВЫЕ СТИЛИ ДЛЯ РАЗДЕЛЕННОЙ ЦЕНЫ (Настройка / Ведение) */
.offer-price-split {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 90px;
}
.offer-price-split.center-vertical {
  justify-content: center;
}
.price-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.price-label {
  font-size: 13px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 8px;
}
.price-row .from {
  font-size: 13px;
  color: var(--text-muted);
  text-transform: uppercase;
  flex-shrink: 0;
  margin-right: 2px;
}
.price-row .value {
  font-size: 32px; /* Чуть меньше, так как цены две */
  font-weight: 900;
  color: var(--brand-color);
  line-height: 1;
}
.price-row .currency {
  color: var(--brand-color);
  font-size: 18px;
  font-weight: 700;
}

/* Списки и кнопки */
.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  flex-grow: 1;
}
.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #ccc;
}

.btn-primary,
.btn-secondary {
  display: block;
  width: 100%;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 6px;
  transition: 0.3s;
  cursor: pointer;
  z-index: 12;
}
.btn-primary {
  background: #1a1a1a;
  color: #fff;
  border: 1px solid rgba(255, 215, 0, 0.2);
}
.btn-secondary {
  background: transparent;
  color: var(--brand-color);
  border: 1px solid var(--brand-color);
}
.btn-secondary:hover {
  background: var(--brand-color);
  color: #000;
}
.glow-btn:hover {
  box-shadow: 0 0 10px var(--brand-glow);
  border-color: var(--brand-color);
}

.addon-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-align: center;
}
.addon-title span,
.addon-title a {
  color: var(--brand-color);
}
.addon-toggles {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.addon-btn {
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-muted);
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
}
.addon-check {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  position: relative;
  transition: 0.3s ease;
}
.addon-btn:hover {
  border-color: rgba(255, 215, 0, 0.3);
  color: #fff;
}
.addon-btn.active {
  border-color: var(--brand-color);
  color: #fff;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.1);
}
.addon-btn.active .addon-check {
  background: var(--brand-color);
  border-color: var(--brand-color);
}
.addon-btn.active .addon-check::after {
  content: "✓";
  position: absolute;
  color: #000;
  font-size: 12px;
  left: 2px;
  top: -1px;
  font-weight: 900;
}
.extra-cost {
  color: var(--brand-color);
  font-size: 24px;
  font-weight: 800;
  margin-left: 8px;
  animation: fadeInExtra 0.3s ease forwards;
}

@keyframes fadeInExtra {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.support-banner {
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 35px 40px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  transition: all 0.4s ease;
}
.support-banner:hover {
  border-color: rgba(255, 215, 0, 0.2);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.05);
}
.support-content {
  flex: 1 1 400px;
}
.support-content h3 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.support-content p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
}
.support-price {
  text-align: center;
  min-width: 140px;
}
.support-price .from {
  font-size: 14px;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-right: 4px;
}
.support-price .value {
  font-size: 40px;
  font-weight: 900;
  color: var(--brand-color);
}
.support-price .currency {
  color: var(--brand-color);
  font-size: 16px;
  font-weight: 700;
}
.support-action {
  min-width: 220px;
}

@media (min-width: 1200px) {
  .reviews-container {
    position: relative;
  }
  .reviews-section .slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    justify-content: space-between;
    margin-top: 0;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .reviews-section .nav-btn {
    pointer-events: auto;
    margin: 0 -60px;
  }
}

@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .support-banner {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .pricing-header h2 {
    font-size: 32px;
  }
  .offer-card {
    padding: 25px 20px;
  }
  .offer-price .value {
    font-size: 32px;
  }
  .offer-price .currency {
    font-size: 20px;
  }
  .slider-nav {
    display: none;
  }
  .support-banner {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
    margin-top: 40px;
  }

  .support-content {
    flex: 1 1;
  }

  .support-action {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .pricing-header h2 {
    font-size: 28px;
  }
  .offer-card {
    padding: 20px 15px;
  }
  .offer-price .value {
    font-size: 24px;
  }
  .offer-price .currency,
  .extra-cost {
    font-size: 18px;
  }

  /* Уменьшаем шрифты разделенной цены на мобилках */
  .price-row .value {
    font-size: 26px;
  }
  .price-row .currency {
    font-size: 16px;
  }

  .extra-cost {
    margin-left: 0;
  }
}
