/* ========================================================================
   УЛУЧШЕННЫЙ ПРОДАЮЩИЙ ДИЗАЙН ХОСТИНГА
   Использует существующие переменные для улучшения конверсии
   ======================================================================== */

/* ========================================================================
   HERO SECTION ENHANCEMENTS
   ======================================================================== */

  /* ===== ПРОДАЮЩАЯ HERO-СЕКЦИЯ ДЛЯ ХОСТИНГА ===== */
.slider-tarifs {
  min-height: 100vh;
  background: linear-gradient(120deg, rgba(18, 25, 33, 0.85) 0%, rgba(28, 38, 48, 0.85) 50%, rgba(18, 25, 33, 0.85) 100%), url('assets/templates/img/ban4.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-family: var(--font-primary);
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  margin: 30px auto 20px;
  line-height: var(--line-height-tight);
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
}

.hero-title span {
  color: var(--sales-primary);
  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;
}

.slider-tarifs .mm-cta-btn:hover {
  color: #fff;
}

/* Доверительные элементы */
.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-bottom: 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 {
    margin-top: var(--header-height-mobile);
    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;
  }
}

  /* ========================================================================
     SERVICE DESCRIPTION ENHANCEMENTS
     ======================================================================== */
  
  .desc-service {
    padding: var(--spacing-12) 0;
    background: linear-gradient(135deg, var(--color-white) 0%, var(--color-white-soft) 100%);
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  
  /* Декоративные фоновые элементы */
  .desc-service:before {
    content: "";
    position: absolute;
    top: -200px;
    right: -200px;
    width: 500px;
    height: 500px;
    background: var(--color-orange-ultra-light);
    border-radius: 50%;
    opacity: 0.6;
    z-index: 0;
    filter: blur(70px);
  }
  
  .desc-service:after {
    content: "";
    position: absolute;
    bottom: -200px;
    left: -200px;
    width: 500px;
    height: 500px;
    background: var(--color-blue-ultra-light);
    border-radius: 50%;
    opacity: 0.4;
    z-index: 0;
    filter: blur(80px);
  }
  
  .desc-service .container {
    position: relative;
    z-index: 2;
  }
  
  /* Улучшенный главный заголовок */
  .desc-service h1 {
    font-family: var(--font-primary);
    font-size: clamp(2rem, 2.5vw, 2.8rem);
    font-weight: var(--font-weight-bold);
    color: var(--color-dark-gray);
    margin-bottom: var(--spacing-4);
    line-height: var(--line-height-tight);
    position: relative;
    display: inline-block;
    max-width: 900px;
  }
  
  .desc-service h1:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 120px;
    height: 4px;
    background: var(--gradient-orange);
    border-radius: var(--radius-full);
  }
  
  /* Улучшенный вводный текст */
  .intro-text {
    font-size: clamp(1.1rem, 1.5vw, 1.25rem);
    line-height: var(--line-height-relaxed);
    color: var(--color-dark-gray-alt);
    margin-bottom: var(--spacing-8);
    margin-top: var(--spacing-8);
    max-width: 900px;
    position: relative;
  }
  
  /* Выделение сильного текста */
  .intro-text strong, .desc-service p strong {
    color: var(--color-orange-primary);
    font-weight: var(--font-weight-bold);
    position: relative;
    display: inline-block;
    padding: 0 2px;
  }
  
  .intro-text strong:after, .desc-service p strong:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: rgba(253, 121, 33, 0.1);
    z-index: -1;
    transform: translateY(25%);
    border-radius: 2px;
  }
  
  /* Улучшенный секционный разделитель */
  .feature-section {
    margin-top: var(--spacing-12);
    margin-bottom: var(--spacing-12);
    position: relative;
  }
  
  .feature-section:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: calc(var(--spacing-12) * -0.5);
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 1px;
    background: linear-gradient(
      to right, 
      rgba(0, 0, 0, 0) 0%, 
      rgba(0, 0, 0, 0.08) 20%, 
      rgba(0, 0, 0, 0.08) 80%, 
      rgba(0, 0, 0, 0) 100%
    );
  }
  
  /* Улучшенное изображение */
  .feature-image {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 300px;
  }
  
  .feature-image:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
  }
  
  .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
    transform: scale(1);
  }
  
  .feature-image:hover img {
    transform: scale(1.05);
  }
  
  /* Декоративная рамка для изображения */
  .feature-image:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border: 1px dashed var(--color-orange-secondary);
    border-radius: var(--radius-md);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
    pointer-events: none;
  }
  
  .feature-image:hover:before {
    opacity: 0.5;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
  
  /* Улучшенная карточка особенностей */
  .feature-card {
    background-color: var(--color-white);
    border-radius: var(--radius-lg);
    padding: var(--spacing-6);
    box-shadow: var(--shadow-sm);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    border-top: 4px solid var(--color-orange-primary);
    z-index: 2;
  }
  
  .feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
  }
  
  /* Градиентный верхний края */
  .feature-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-orange);
    z-index: 1;
  }
  
  /* Улучшенный заголовок в карточке */
  .feature-card h3 {
    padding-left: 2.2rem;
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-semibold);
    color: var(--color-dark-gray);
    margin-bottom: var(--spacing-4);
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.3;
  }
  
  .feature-card h3 i {
    display: none;
    color: var(--color-orange-primary);
    margin-right: var(--spacing-3);
    font-size: 1.3em;
    transition: transform 0.3s ease;
  }
  
  .feature-card:hover h3 i {
    transform: scale(1.2);
    color: var(--color-orange-secondary);
  }
  
  /* Улучшенные списки */
  .article_list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  
  .article_list li {
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: var(--spacing-3);
    font-size: var(--font-size-base);
    line-height: var(--line-height-relaxed);
    color: var(--color-dark-gray-alt);
    transition: transform 0.3s ease;
  }
  
  .article_list li:hover {
    transform: translateX(5px);
  }
  
  /* Иконки для списков */
  .article_list li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--color-orange-primary);
    transition: all 0.3s ease;
    transform: scale(0.9);
  }
  
  .negative-list li:before {
    content: '\f071'; /* Восклицательный знак в треугольнике */
    color: var(--color-orange-secondary);
  }
  
  .positive-list li:before {
    content: '\f00c'; /* Галочка */
    color: var(--color-green);
  }
  
  .article_list li:hover:before {
    transform: scale(1.2);
  }
  
  /* Заголовки в элементах списка */
  .negative-list li h3 {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    color: var(--color-dark-gray);
    margin: 0;
    transition: color 0.3s ease;
    line-height: 1.4;
  }
  
  .negative-list li:hover h3 {
    color: var(--color-orange-secondary);
  }
  
  /* ========================================================================
     PRICE SECTION ENHANCEMENTS
     ======================================================================== */
  
  /* ===== ЦЕНЫ ===== */
.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: 0 auto 16px auto;
  width: fit-content;
  font-weight: 800;
  position: relative;
  word-break: break-word;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.section-divider {
  height: 4px;
  width: 80px;
  margin: 0 auto;
  background: var(--gradient-orange);
  border-radius: var(--radius-full);
  position: relative;
}
.section-divider::before, .section-divider::after {
  content: '';
  position: absolute;
  height: 4px;
  width: 15px;
  background: var(--color-orange-primary);
  border-radius: var(--radius-full);
  top: 0;
}
.section-divider::before {
  left: -25px;
}
.section-divider::after {
  right: -25px;
}

.price-text {
  text-align: center;
  font-size: clamp(16px, 4vw, 18px);
  color: rgba(10, 37, 64, 0.75);
  margin: 35px 0;
  line-height: 1.6;
}

.price-badges {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-top: 35px;
}

.price-badge {
  width: calc(50% - 11px);
  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;
  }

  .price-badge {
    width: 100%;
  }
  
  .satisfaction-guarantee {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 15px;
  }
  
  .open-price {
    padding: 16px 24px;
  }
}

@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;
}

  /* ========================================================================
     ANIMATIONS FOR SCROLL REVEAL
     ======================================================================== */
  
  .fade-in {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  
  .fade-in.active {
    opacity: 1;
  }
  
  .fade-in-up {
    transform: translateY(20px);
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  
  .fade-in-up.active {
    transform: translateY(0);
    opacity: 1;
  }
  
  .fade-in-left {
    transform: translateX(-20px);
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  
  .fade-in-left.active {
    transform: translateX(0);
    opacity: 1;
  }
  
  .fade-in-right {
    transform: translateX(20px);
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  
  .fade-in-right.active {
    transform: translateX(0);
    opacity: 1;
  }
  
  .zoom-in {
    transform: scale(0.95);
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  
  .zoom-in.active {
    transform: scale(1);
    opacity: 1;
  }