/* ЛЕНДИНГ-СТРАНИЦА ОНЛАЙН SIM-КАРТ */

.online-sim-landing-content {
  padding: 20px;
  max-width: 100%;
  margin: 0 auto;
}

/* РАЗДЕЛ В РАЗРАБОТКЕ */
.development-section {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-radius: 20px;
  margin: 20px 0;
}

.development-icon {
  font-size: 80px;
  margin-bottom: 20px;
  display: block;
}

.development-title {
  font-size: 28px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
  line-height: 1.2;
}

.development-subtitle {
  font-size: 16px;
  color: #64748b;
  margin-bottom: 40px;
  line-height: 1.4;
}

.development-contact {
  margin-top: 40px;
}

.development-contact p {
  font-size: 16px;
  color: #475569;
  margin-bottom: 20px;
}

.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 300px;
  margin: 0 auto;
}

/* АДАПТИВНОСТЬ */
@media (min-width: 768px) {
  .online-sim-landing-content {
    padding: 30px;
    max-width: 800px;
  }
  
  .contact-buttons {
    flex-direction: row;
    justify-content: center;
    max-width: none;
  }
}
