/* ===== ПРОДАЮЩАЯ HERO-СЕКЦИЯ ДЛЯ СЕРВЕРНЫХ УСЛУГ ===== */
.slider-tarifs {
  min-height: 100vh;
  background: linear-gradient(120deg, #121921 0%, #1c2630 50%, #121921 100%), url('assets/templates/img/ban5.jpg') no-repeat center center;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 150px 80px 80px 80px;
}

/* Основные градиенты и цвета */
:root {
  --sales-gradient-primary: linear-gradient(90deg, #fd7921 0%, #f3761b 100%);
  --sales-gradient-dark: linear-gradient(120deg, #121921 0%, #1c2630 50%, #121921 100%);
  --sales-primary: #fd7921;
  --sales-success: #86bc42;
  --sales-trust: #6a91d0;
  --sales-savings: #ffb74d;
  --sales-shadow-cta: 0 10px 30px rgba(253, 121, 33, 0.4);
  --sales-shadow-trust: 0 5px 15px rgba(106, 145, 208, 0.3);
}

/* Декоративные элементы фона */
.hero-bg-element {
  position: absolute;
  z-index: -1;
}

.hero-circle-1 {
  top: -20%;
  right: -10%;
  width: 70%;
  height: 140%;
  background: radial-gradient(circle, rgba(253, 121, 33, 0.15) 0%, rgba(253, 121, 33, 0) 70%);
  animation: pulse-bg 12s infinite alternate;
}

.hero-circle-2 {
  bottom: -30%;
  left: -15%;
  width: 60%;
  height: 120%;
  background: radial-gradient(circle, rgba(106, 145, 208, 0.08) 0%, rgba(106, 145, 208, 0) 70%);
  animation: pulse-bg 15s infinite alternate-reverse;
}

.hero-grid {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='rgba(255,255,255,0.03)' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.5;
}

/* Плавающие формы */
.hero-floating-shape {
  position: absolute;
  z-index: -1;
}

.hero-shape-1 {
  top: 15%;
  left: 10%;
  width: 120px;
  height: 120px;
  background: linear-gradient(45deg, rgba(253, 121, 33, 0.1) 0%, rgba(255, 154, 81, 0.1) 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: float 8s ease-in-out infinite;
}

.hero-shape-2 {
  bottom: 20%;
  right: 10%;
  width: 180px;
  height: 180px;
  background: linear-gradient(45deg, rgba(106, 145, 208, 0.1) 0%, rgba(142, 174, 222, 0.05) 100%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: float 10s ease-in-out infinite 1s;
}

/* Контейнер для контента */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-content-box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(30px, 5vw, 50px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  z-index: 1;
  animation: fadeSlideUp 1s forwards;
  max-width: 800px;
  margin: 0 auto;
}

.hero-content-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--sales-gradient-primary);
  z-index: 0;
}

/* Заголовок и подзаголовок */
.hero-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #ffffff;
    margin: 30px auto 20px;
    line-height: 1.1;
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
}

.hero-title span {
  color: var(--sales-primary);
  position: relative;
  display: inline-block;
  text-align: center;
}

.hero-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: rgba(255, 255, 255, 0.9);
  margin: 0 auto 35px;
  font-weight: 300;
  max-width: 95%;
  text-align: center;
}

/* Бейдж профессионализма */
.hero-badge {
  position: absolute;
  top: 20px;
  right: 30px;
  background: var(--sales-trust);
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: var(--sales-shadow-trust);
}

.hero-badge i {
  font-size: 18px;
}

/* Доверительные элементы */
.trust-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 30px auto 40px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.trust-item i {
  color: var(--sales-success);
  font-size: 20px;
}

.trust-item span {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
}

/* Премиальная CTA-кнопка */
.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.hero-actions .btn,
.btn.popup-with-form {
  background: var(--sales-gradient-primary);
  color: white;
  font-size: clamp(0.875rem, 3vw, 1.125rem);
  font-weight: 700;
  padding: clamp(0.75rem, 2vw, 1rem) clamp(1rem, 3vw, 2.2rem);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: var(--sales-shadow-cta);
  border: none;
  text-transform: uppercase;
  letter-spacing: max(0.5px, 0.05em);
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  white-space: normal;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
}

.btn.popup-with-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: all 0.6s ease;
  z-index: 0;
}

.btn.popup-with-form:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(253, 121, 33, 0.4);
}

.btn.popup-with-form:hover::before {
  animation: shine 1.5s infinite;
}

.btn.popup-with-form i {
  font-size: 20px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.btn.popup-with-form:hover i {
  transform: translateX(4px);
}

/* Таймер ограниченного предложения */
.offer-timer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-align: center;
}

.offer-timer i {
  color: var(--sales-savings);
  font-size: 18px;
}

.offer-timer .countdown {
  background: rgba(0, 0, 0, 0.2);
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 700;
  color: var(--sales-savings);
}

/* Анимации */
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse-bg {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.9;
    transform: scale(1.05);
  }
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

/* Адаптивность */
@media (max-width: 992px) {
  .hero-content-box {
    padding: 40px 30px;
  }
  
  .hero-badge {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
    align-self: flex-start;
    display: inline-flex;
  }
  
  .trust-features {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .slider-tarifs {
    padding: 60px 0;
  }
  
  .hero-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }
  
  .hero-content-box {
    margin: 0 15px;
  }
  
  .hero-circle-1, .hero-circle-2 {
    opacity: 0.5;
  }
}

@media (max-width: 576px) {
  .slider-tarifs {
    padding: 40px 0;
    min-height: auto;
  }
  
  .hero-content-box {
    padding: 30px 20px;
  }
  
  .hero-badge {
    font-size: 12px;
    padding: 6px 15px;
  }
  
  .hero-title {
    font-size: clamp(1.5rem, 8vw, 2rem);
  }
  
  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  
  .offer-timer {
    flex-direction: column;
    gap: 5px;
  }
  
  .hero-actions .btn,
  .btn.popup-with-form {
    font-size: 0.875rem;
    padding: 0.625rem 1rem;
    width: 100%;
  }
  
  .hero-actions .btn i,
  .btn.popup-with-form i {
    font-size: 1rem;
  }
}

@media (max-width: 360px) {
  .hero-actions .btn,
  .btn.popup-with-form {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
  }
}


/* ======= СТИЛИ ДЛЯ ОСНОВНОЙ СЕКЦИИ УСЛУГ ======= */
.server-service {
  padding: 70px 0;
  background-color: var(--color-white);
  color: var(--color-dark-gray-alt);
  position: relative;
  z-index: 1;

}

/* Тонкая декоративная линия сверху */
.server-service::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 3px;
  background: var(--gradient-orange);
  border-radius: 2px;
}

/* Заголовок и вступление */
.service-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.service-header h1 {
  font-family: var(--font-primary);
  font-size: 32px;
  color: var(--color-dark-gray);
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: var(--font-weight-bold);
  position: relative;
  display: inline-block;
  max-width: 90%;
}

.service-header h1::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--color-orange-primary);
  border-radius: 2px;
}

.service-intro {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto;
  color: var(--color-dark-gray-alt);
  max-width: 800px;
}

.service-intro strong {
  color: var(--color-orange-primary);
  font-weight: var(--font-weight-bold);
}

/* Блоки с содержимым */
.service-content {
  margin-bottom: 60px;
}

.service-overview, .benefits-section {
  position: relative;
  padding-bottom: 50px;
  width: 100%;
}

.service-overview::after, .benefits-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: var(--color-lighter-gray);
}

.col-description, .col-image {
  padding: 0 15px;
  box-sizing: border-box;
}

.col-description {
  flex: 0 0 60%;
  max-width: 60%;
}

.col-image {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  align-items: center;
}

/* Заголовки секций */
.accent-title {
  font-family: var(--font-primary);
  font-size: 26px;
  font-weight: var(--font-weight-semibold);
  color: var(--color-dark-gray);
  margin-bottom: 30px;
  position: relative;
  padding-left: 15px;
  line-height: 1.3;
}

.accent-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: var(--color-orange-primary);
  border-radius: 2px;
}

/* Список услуг */
.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.service-item {
  display: flex;
  align-items: flex-start;
  background-color: var(--color-white);
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  border-left: 3px solid var(--color-orange-primary);
  height: 100%;
}

.service-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.service-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 2px;
  background-color: var(--color-orange-light);
  position: relative;
}

.service-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: var(--color-orange-primary);
  border-radius: 50%;
}

.service-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: var(--color-gray-dark);
  flex: 1;
}

/* Изображения секций */
.service-image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  line-height: 0;
}

.service-image:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-width: 100%;
}

/* Список преимуществ */
.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  background-color: var(--color-white);
  border-radius: 6px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  border-left: 3px solid var(--color-blue);
}

.benefit-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transform: translateX(3px);
}

.benefit-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  margin-right: 20px;
  background-color: var(--color-blue-ultra-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-blue);
  font-size: 22px;
  transition: all 0.3s ease;
}

.benefit-item:hover .benefit-icon {
  background-color: var(--color-blue);
  color: white;
}

.benefit-text {
  flex: 1;
}

.benefit-text h3 {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: var(--font-weight-semibold);
  color: var(--color-dark-gray);
  margin: 0 0 10px;
  line-height: 1.3;
}

.benefit-text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-gray);
}

/* ===== ЦЕНЫ ===== */
.price-section {
  background: var(--sales-light, #f7f9fc);
  position: relative;
  z-index: 1;
  padding: 80px 15px;
  overflow: hidden;
}

.price-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='rgba(255,107,0,0.03)' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

/* Плавающие круги для фонового эффекта */
.price-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.1) 0%, rgba(255, 107, 0, 0.02) 100%);
  top: -100px;
  right: -100px;
  z-index: 0;
  pointer-events: none;
  animation: float-element 20s infinite alternate ease-in-out;
}

@keyframes float-element {
  0% { 
    transform: translate(0, 0) rotate(0deg); 
  }
  100% { 
    transform: translate(-50px, 50px) rotate(10deg); 
  }
}

.price-content {
  padding: clamp(25px, 5vw, 45px);
  background: white;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
  height: 100%;
  position: relative;
  margin-bottom: 35px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.price-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1), 0 3px 8px rgba(0, 0, 0, 0.05);
}

/* Бейдж ограниченного предложения */
.price-offer-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--sales-savings, #ffc107);
  color: var(--sales-dark, #0a2540);
  font-weight: 700;
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 5px 20px rgba(255, 193, 7, 0.3);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  transform-origin: right center;
  animation: pulse-badge 2s infinite alternate;
  z-index: 2;
}

@keyframes pulse-badge {
  0%, 100% { 
    transform: scale(1); 
  }
  50% { 
    transform: scale(1.05); 
  }
}

.price-offer-badge:hover {
  transform: scale(1.05);
  box-shadow: 0 7px 25px rgba(255, 193, 7, 0.4);
}

.price-offer-badge i {
  font-size: 16px;
  flex-shrink: 0;
  animation: flash 4s infinite;
}

@keyframes flash {
  0%, 40%, 80%, 100% { 
    opacity: 1; 
  }
  20%, 60% { 
    opacity: 0.6; 
  }
}

/* Декоративный элемент для карточки */
.price-content::before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, var(--sales-primary, #ff6b00), var(--sales-primary, #ff6b00) 30%, transparent);
  height: 5px;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  z-index: 1;
}

.price-title {
  font-size: clamp(24px, 5vw, 34px);
  color: var(--sales-secondary, #0a2540);
  margin-bottom: 25px;
  font-weight: 800;
  position: relative;
  word-break: break-word;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.price-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--sales-primary, #ff6b00), #ff8c40);
  border-radius: 5px;
  transition: width 0.3s ease;
}

.price-content:hover .price-title::after {
  width: 120px;
}

.price-text {
  font-size: clamp(16px, 4vw, 18px);
  color: rgba(10, 37, 64, 0.75);
  margin-bottom: 35px;
  line-height: 1.6;
}

.price-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 22px;
  margin-top: 35px;
}

.price-badge {
  background: var(--sales-light, #f7f9fc);
  border-radius: 16px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  border-left: 5px solid var(--sales-primary, #ff6b00);
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.price-badge::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.05) 0%, rgba(255, 107, 0, 0) 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.price-badge:hover {
  transform: translateY(-7px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
}

.price-badge:hover::after {
  opacity: 1;
}

.badge-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sales-primary, #ff6b00), #ff8c40);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 0;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 107, 0, 0.2);
  position: relative;
  z-index: 1;
}

.price-badge:hover .badge-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 20px rgba(255, 107, 0, 0.3);
}

.badge-text {
  font-weight: 700;
  color: var(--sales-secondary, #0a2540);
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  letter-spacing: -0.2px;
}

.price-calculator {
  background: linear-gradient(120deg, #0a2540 0%, #153a5f 100%);
  border-radius: 24px;
  padding: clamp(25px, 5vw, 45px);
  height: 100%;
  position: relative;
  box-shadow: 0 15px 50px rgba(10, 37, 64, 0.25);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-calculator:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(10, 37, 64, 0.3);
}

/* Улучшенный фоновый эффект */
.price-calculator::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 80%;
  height: 150%;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.15) 0%, rgba(255, 107, 0, 0) 70%);
  animation: pulse-bg 15s infinite alternate ease-in-out;
  z-index: 0;
  pointer-events: none;
  opacity: 0.8;
}

/* Добавим второй элемент для более интересного фона */
.price-calculator::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 70%;
  height: 140%;
  background: radial-gradient(circle, rgba(0, 132, 255, 0.1) 0%, rgba(0, 132, 255, 0) 70%);
  animation: pulse-bg 18s infinite alternate-reverse ease-in-out;
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
}

@keyframes pulse-bg {
  0% {
    opacity: 0.6;
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: rotate(10deg);
  }
}

.calculator-content {
  position: relative;
  z-index: 1;
}

.calculator-title {
  font-size: clamp(24px, 5vw, 32px);
  color: white;
  margin-bottom: 25px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.2;
  position: relative;
}

.calculator-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--sales-primary, #ff6b00), #ff8c40);
  border-radius: 5px;
  transition: width 0.3s ease;
}

.price-calculator:hover .calculator-title::after {
  width: 120px;
}

.calculator-text {
  font-size: clamp(16px, 4vw, 18px);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 35px;
  line-height: 1.6;
}

/* Гарантия удовлетворения */
.satisfaction-guarantee {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.1);
  padding: 18px 22px;
  border-radius: 14px;
  margin-bottom: 35px;
  flex-wrap: wrap;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.satisfaction-guarantee:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.satisfaction-guarantee i {
  font-size: 26px;
  color: var(--sales-savings, #ffc107);
  flex-shrink: 0;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.satisfaction-guarantee span {
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.open-price {
  background: linear-gradient(135deg, var(--sales-primary, #ff6b00), #ff8c40);
  color: white;
  font-weight: 700;
  font-size: clamp(16px, 4vw, 18px);
  padding: 18px clamp(20px, 5vw, 35px);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(255, 107, 0, 0.3);
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}

.open-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: all 0.6s ease;
  z-index: 1;
  pointer-events: none;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.open-price:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(255, 107, 0, 0.4);
  background: linear-gradient(135deg, #ff8c40, var(--sales-primary, #ff6b00));
}

.open-price:active {
  transform: translateY(0px);
  box-shadow: 0 8px 20px rgba(255, 107, 0, 0.4);
}

.open-price:hover::before {
  animation: shine 1.5s infinite;
}

.open-price i {
  font-size: 20px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.open-price:hover i {
  transform: translateX(6px);
}

/* Дополнительные стили для некоторых элементов */
.container {
  position: relative;
}

/* Медиа-запросы для различных размеров экрана */
@media (max-width: 1199px) {
  .price-section {
    padding: 70px 15px;
  }
  
  .price-badge {
    padding: 16px;
  }
}

@media (max-width: 991px) {
  .price-content, .price-calculator {
    margin-bottom: 35px;
  }
  
  .price-section {
    padding: 60px 15px;
  }
}

@media (max-width: 767px) {
  .price-section {
    padding: 50px 15px;
  }
  
  .price-offer-badge {
    top: 15px;
    right: 15px;
    font-size: 12px;
    padding: 6px 15px;
  }
  
  .badge-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  
  .price-badge {
    padding: 14px;
    gap: 12px;
  }
  
  .price-badge:hover {
    transform: translateY(-5px);
  }
  
  .satisfaction-guarantee {
    padding: 15px 18px;
  }
}

@media (max-width: 576px) {
  .price-section {
    padding: 40px 10px;
  }
  
  .price-content, .price-calculator {
    padding: 25px 20px;
  }
  
  .price-badges {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .satisfaction-guarantee {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 15px;
  }
  
  .open-price {
    padding: 16px 24px;
  }
  
  .price-title::after,
  .calculator-title::after {
    width: 60px;
  }
  
  .price-content:hover .price-title::after,
  .price-calculator:hover .calculator-title::after {
    width: 90px;
  }
}

@media (max-width: 480px) {
  .price-offer-badge {
    top: 10px;
    right: 10px;
    font-size: 11px;
    padding: 5px 12px;
  }
  
  .price-badge {
    padding: 12px;
  }
  
  .badge-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  
  .open-price {
    font-size: 14px;
    padding: 14px 20px;
  }
  
  .open-price i {
    font-size: 18px;
  }
}

/* Добавление темного режима */
@media (prefers-color-scheme: dark) {
  .price-content {
    background: #1a1f36;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .price-badge {
    background: rgba(255, 255, 255, 0.05);
  }
  
  .price-text {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .price-title, .badge-text {
    color: white;
  }
  
  .price-section {
    background: #0f1729;
  }
}

/* Анимация для появления элементов при прокрутке */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.price-content {
  animation-delay: 0.1s;
}

.price-calculator {
  animation-delay: 0.3s;
}

/* Дополнительные улучшения доступности */
.open-price:focus {
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.5), 0 10px 30px rgba(255, 107, 0, 0.3);
  outline: none;
}

.price-badge:focus-within {
  outline: 2px solid var(--sales-primary, #ff6b00);
  outline-offset: 2px;
}

/* Пользовательские иконки для преимуществ */
.icon-team::before {
  content: "\f0c0"; /* Font Awesome team icon */
  font-family: 'FontAwesome';
}

.icon-shield::before {
  content: "\f132"; /* Font Awesome shield icon */
  font-family: 'FontAwesome';
}

.icon-speed::before {
  content: "\f135"; /* Font Awesome rocket icon */
  font-family: 'FontAwesome';
}

.icon-settings::before {
  content: "\f013"; /* Font Awesome gear icon */
  font-family: 'FontAwesome';
}

/* ======= УЛУЧШЕННАЯ АДАПТИВНОСТЬ ======= */

/* Большие десктопы (от 1200px и выше) */
@media (min-width: 1200px) {
  .service-header h1 {
    font-size: 36px;
  }
  
  .service-intro {
    font-size: 20px;
  }
  
  .service-list {
    gap: 30px;
  }
}

/* Десктопы и ноутбуки (от 992px до 1199px) */
@media (max-width: 1199px) {
  .slider-tarifs {
    padding: 120px 0;
  }
  
  .slider-tarifs h2 {
    font-size: 38px;
  }
  
  .service-item {
    padding: 18px;
  }
  
  .benefit-item {
    padding: 18px;
  }
}

/* Планшеты в альбомном режиме (от 768px до 991px) */
@media (max-width: 991px) {
  .slider-tarifs {
    padding: 100px 0;
  }
  
  .slider-tarifs h2 {
    font-size: 36px;
  }
  
  .slider-tarifs p {
    font-size: 18px;
    max-width: 100%;
  }
  
  .service-header h1 {
    font-size: 28px;
    max-width: 100%;
  }
  
  .service-intro {
    font-size: 17px;
    max-width: 100%;
  }
  
  .col-description,
  .col-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .col-image {
    margin-top: 30px;
    order: 2;
  }
  
  .service-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .service-overview {
    margin-bottom: 30px;
  }
  
  /* В секции с преимуществами изображение выводим сначала */
  .benefits-section .col-image {
    order: 1;
    margin-bottom: 30px;
    margin-top: 0;
  }
  
  .benefits-section .col-description {
    order: 2;
  }
  
  .cta-section {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }
  
  .cta-content {
    margin-bottom: 20px;
  }
  
  .accent-title {
    font-size: 24px;
  }
  
  .service-item p,
  .benefit-text p {
    font-size: 15px;
  }
}

/* Планшеты в портретном режиме и крупные смартфоны (от 576px до 767px) */
@media (max-width: 767px) {
  .slider-tarifs {
    padding: 80px 0;
  }
  
  .slider-tarifs h2 {
    font-size: 32px;
  }
  
  .slider-tarifs p {
    font-size: 17px;
  }
  
  .service-header {
    margin-bottom: 40px;
  }
  
  .service-header h1 {
    font-size: 24px;
  }
  
  .service-intro {
    font-size: 16px;
  }
  
  .accent-title {
    font-size: 22px;
    padding-left: 12px;
  }
  
  .accent-title::before {
    width: 3px;
  }
  
  .service-item,
  .benefit-item {
    padding: 15px;
  }
  
  .service-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  
  .service-icon::before {
    width: 6px;
    height: 6px;
  }
  
  .benefit-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 18px;
    margin-right: 15px;
  }
  
  .benefit-text h3 {
    font-size: 17px;
  }
  
  .benefit-text p {
    font-size: 14px;
  }
  
  .cta-content h2 {
    font-size: 22px;
  }
  
  .cta-text {
    font-size: 15px;
  }
  
  .btn-primary, .cta-section .btn, .slider-tarifs .btn {
    min-width: auto;
    padding: 12px 25px;
    font-size: 15px;
  }
}

/* Смартфоны (до 575px) */
@media (max-width: 575px) {
  .slider-tarifs {
    padding: 60px 0;
  }
  
  .justify-content-end {
    justify-content: center !important;
  }
  
  .slider-tarifs .col-lg-5 {
    text-align: center;
  }
  
  .slider-tarifs h2 {
    font-size: 28px;
  }
  
  .slider-tarifs p {
    margin-left: auto;
    margin-right: auto;
  }
  
  .service-header h1 {
    font-size: 22px;
  }
  
  .service-intro {
    font-size: 15px;
  }
  
  .benefit-item {
    flex-direction: column;
  }
  
  .benefit-icon {
    margin-bottom: 15px;
    margin-right: 0;
  }
  
  .cta-section {
    padding: 25px 20px;
  }
  
  .cta-content h2 {
    font-size: 20px;
  }
  
  .cta-text {
    font-size: 14px;
  }
  
  .row {
    margin-bottom: 30px;
  }
  
  .service-overview, .benefits-section {
    padding-bottom: 30px;
  }
  
  .service-content {
    margin-bottom: 40px;
  }
  
  .service-overview::after, .benefits-section::after {
    left: 0;
    right: 0;
  }
}

/* Малые смартфоны (до 375px) */
@media (max-width: 374px) {
  .slider-tarifs {
    padding: 50px 0;
  }
  
  .slider-tarifs h2 {
    font-size: 24px;
  }
  
  .slider-tarifs p {
    font-size: 15px;
  }
  
  .service-header h1 {
    font-size: 20px;
  }
  
  .service-intro {
    font-size: 14px;
  }
  
  .accent-title {
    font-size: 20px;
  }
  
  .service-item {
    padding: 12px;
  }
  
  .service-item p {
    font-size: 14px;
  }
  
  .service-icon {
    margin-right: 10px;
  }
  
  .cta-section {
    padding: 20px 15px;
  }
  
  .btn-primary, .cta-section .btn, .slider-tarifs .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}