/* Основной контент */
.main-content {
  margin-top: clamp(5.625rem, 7.5vw, 7.5rem);
}

/* Секция условий сотрудничества */
.cooperation {
  padding: clamp(3.75rem, 5vw, 5rem) 0;
  background: rgba(26, 39, 68, 0.3);
}

.container {
  width: 90%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 clamp(0.9375rem, 2.5vw, 1.25rem);
}

.section-title {
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: clamp(2.5rem, 3.125vw, 3.125rem);
  color: #ffd700;
  position: relative;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 0.1875rem;
  background: linear-gradient(45deg, #ffd700, #d4af37);
  border-radius: 0.125rem;
}

.cooperation-content {
  animation: fadeInUp 1s ease-out;
}

.cooperation-content h3 {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  margin-bottom: clamp(0.9375rem, 1.25vw, 1.25rem);
  color: #ffd700;
}

.cooperation-content p {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.8;
  color: #c8c8c8;
  margin-bottom: clamp(0.9375rem, 0.9375vw, 0.9375rem);
}

.cooperation-content ul {
  list-style: none;
  margin-bottom: clamp(0.9375rem, 0.9375vw, 0.9375rem);
}

.cooperation-content ul li {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.8;
  color: #c8c8c8;
  position: relative;
  padding-left: clamp(1.25rem, 1.5vw, 1.5rem);
  margin-bottom: clamp(0.625rem, 0.75vw, 0.75rem);
}

.cooperation-content ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #ffd700;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}

.telegram-quote {
  background: rgba(255, 215, 0, 0.1);
  padding: clamp(0.9375rem, 1.25vw, 1.25rem);
  border-radius: 0.625rem;
  margin: clamp(0.9375rem, 1.25vw, 1.25rem) 0;
  position: relative;
}

.telegram-quote p {
  color: #ffd700;
  font-style: italic;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  position: relative;
  padding-left: clamp(1.875rem, 2.5vw, 2.5rem);
}

.telegram-quote i {
  position: absolute;
  left: clamp(0.625rem, 0.75vw, 0.75rem);
  top: 50%;
  transform: translateY(-50%);
  color: #ffd700;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}

.buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.9375rem, 1.25vw, 1.25rem);
  margin-top: clamp(1.875rem, 2.5vw, 2.5rem);
}

.cta-button {
  display: inline-block;
  background: linear-gradient(45deg, #ffd700, #d4af37);
  color: #0a1428;
  padding: clamp(0.9375rem, 1.875vw, 0.9375rem) clamp(1.875rem, 2.5vw, 1.875rem);
  text-decoration: none;
  border-radius: 1.875rem;
  font-weight: bold;
  font-size: clamp(1.1rem, 1.5vw, 1.2rem);
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

/* Футер */
.footer {
  background: rgba(10, 20, 40, 0.95);
  padding: clamp(1.875rem, 2.5vw, 2.5rem) 0 clamp(0.9375rem, 1.25vw, 1.25rem);
  border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
  gap: clamp(1.25rem, 1.875vw, 1.875rem);
  margin-bottom: clamp(1.875rem, 1.875vw, 1.875rem);
}

.footer-section h3 {
  color: #ffd700;
  margin-bottom: clamp(1.25rem, 1.25vw, 1.25rem);
}

.footer-section p,
.footer-section a {
  color: #b8b8b8;
  text-decoration: none;
  margin-bottom: clamp(0.625rem, 0.625vw, 0.625rem);
  display: block;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #ffd700;
}

.footer-bottom {
  text-align: center;
  padding-top: clamp(1.25rem, 1.25vw, 1.25rem);
  border-top: 1px solid rgba(255, 215, 0, 0.1);
  color: #888;
}

/* Плавающие виджеты */
.floating-widgets {
  position: fixed;
  bottom: clamp(0.9375rem, 1.25vw, 1.25rem);
  right: clamp(0.9375rem, 1.25vw, 1.25rem);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: clamp(0.9375rem, 0.9375vw, 0.9375rem);
}

.whatsapp-widget {
  transform: translate(-11px, -75px);
}

.floating-widget {
  width: clamp(3.75rem, 5.625vw, 5.625rem);
  height: clamp(3.75rem, 5.625vw, 5.625rem);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.whatsapp-widget {
  background: #25D366;
}

.floating-widget:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.chat-popup {
  position: fixed;
  bottom: clamp(3.75rem, 6.25vw, 6.25rem);
  right: clamp(0.9375rem, 1.25vw, 1.25rem);
  width: clamp(15rem, 18.75vw, 18.75rem);
  height: clamp(21.875rem, 25rem, 25rem);
  background: rgba(10, 20, 40, 0.95);
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 215, 0, 0.3);
  padding: clamp(1.25rem, 1.25vw, 1.25rem);
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s ease;
  backdrop-filter: blur(15px);
}

.chat-popup.active {
  transform: translateY(0);
  opacity: 1;
}

.chat-popup h3 {
  color: #ffd700;
  margin-bottom: clamp(0.9375rem, 0.9375vw, 0.9375rem);
  text-align: center;
}

.chat-popup p {
  color: #c8c8c8;
  text-align: center;
  font-size: clamp(0.875rem, 0.875vw, 0.875rem);
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
  
  .main-content {
    margin-top: clamp(6.25rem, 6.25vw, 6.25rem);
  }

  .cooperation {
    padding: clamp(3.75rem, 3.75vw, 3.75rem) 0;
  }

  .buttons {
    gap: clamp(0.9375rem, 1.25vw, 1.25rem);
  }

  .cta-button {
    padding: clamp(1.125rem, 1.125vw, 1.125rem) clamp(2.1875rem, 2.1875vw, 2.1875rem);
    font-size: clamp(1.1rem, 1.2vw, 1.2rem);
  }

  .floating-widget {
    width: clamp(3.75rem, 5.625vw, 3.75rem);
    height: clamp(3.75rem, 5.625vw, 3.75rem);
    font-size: clamp(1.5rem, 1.875vw, 1.5rem);
  }
}

@media (max-width: 480px) {
  
  .cooperation {
    padding: clamp(3.125rem, 3.125vw, 3.125rem) 0;
  }

  .floating-widget {
    width: clamp(3.75rem, 3.75vw, 3.75rem);
    height: clamp(3.75rem, 3.75vw, 3.75rem);
    font-size: clamp(1.5rem, 1.5vw, 1.5rem);
  }
}
