/* Страница компаний */
.Companies_container____c_P {
  min-height: 100vh;
  background: linear-gradient(135deg, #f0f7ff 0%, #e0e7ff 100%);
  padding: 3rem 1rem;
}

@media (min-width: 640px) {
  .Companies_container____c_P {
    padding: 3rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .Companies_container____c_P {
    padding: 3rem 2rem;
  }
}

.Companies_content__t9V_K {
  max-width: 80rem;
  margin: 0 auto;
}

/* Сетка компаний */
.Companies_grid__8EM47 {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .Companies_grid__8EM47 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .Companies_grid__8EM47 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Карточка компании */
.Companies_card__PlTeO {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.Companies_card__PlTeO:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.Companies_logo___oYEF {
  height: 12rem;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Companies_body__JAkdb {
  padding: 1.5rem;
}

.Companies_header___iZ7f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.Companies_title__8Odz_ {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.Companies_badge__irnLr {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.625rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  background: #dcfce7;
  color: #166534;
}

.Companies_description__TOnBF {
  color: #6b7280;
  margin-bottom: 1rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.Companies_contact__EVLk7 {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.Companies_stats__kV7eo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1rem;
}

.Companies_button___5xID {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.375rem;
  color: white;
  background: #4f46e5;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.Companies_button___5xID:hover {
  background: #3730a3;
}

.Companies_button___5xID:focus {
  outline: 2px solid #a5b4fc;
  outline-offset: 2px;
}

/* Пустое состояние */
.Companies_empty__UzfgM {
  text-align: center;
  padding: 3rem 0;
}

.Companies_empty__UzfgM p {
  color: #6b7280;
  margin: 0;
} 
