/* Основные стили для страницы Анкеты на работу */
.job-application-page {
  min-height: 100vh;
  background-color: #f8f9fa;
}

/* Hero секция */
.job-hero {
  background: linear-gradient(rgba(0, 91, 170, 0.4), rgba(0, 58, 110, 0.5)), url('../../../../static/images/job.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--text-light);
  padding: 120px 0 80px;
  margin-top: 80px;
  text-align: center;
}

.hero-content h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}

.hero-benefits {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
}

.benefit-item i {
  color: var(--primary-yellow);
  font-size: 20px;
}

/* Призыв к действию в hero */
.hero-cta {
  margin-top: 30px;
}

/* Секция формы */
.application-form-section {
  padding: 0 0 60px;
}

.form-wrapper {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.form-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 40px;
  text-align: center;
  border-bottom: 3px solid var(--primary-yellow);
}

.form-header h2 {
  font-size: 32px;
  color: var(--primary-blue);
  margin-bottom: 10px;
  font-weight: bold;
}

.form-header p {
  color: #444;
  font-size: 16px;
  margin: 0;
}

/* Основная форма */
.job-application-form {
  padding: 40px;
}

.form-grid {
  display: grid;
  gap: 40px;
}

.form-section {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  border-left: 4px solid var(--primary-blue);
}

.section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  color: var(--primary-blue);
  margin-bottom: 25px;
  font-weight: bold;
}

.section-title i {
  color: var(--primary-yellow);
  font-size: 22px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group.full-width {
  grid-column: 1 / -1;
}

.form-group label {
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-group input,
.form-group textarea {
  padding: 12px 16px;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: white;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(0, 91, 170, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.form-help {
  color: #444;
  font-size: 13px;
  margin-top: 5px;
  font-style: italic;
}

.error-message {
  color: #dc3545;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 500;
}

/* Кнопка отправки */
.form-actions {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #e9ecef;
}

/* Дополнительная информация */
.additional-info {
  margin-top: 60px;
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.info-card {
  background: white;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
}

.card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    var(--primary-blue) 0%,
    var(--dark-blue) 100%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.card-icon i {
  color: white;
  font-size: 24px;
}

.info-card h4 {
  font-size: 18px;
  color: var(--primary-blue);
  margin-bottom: 10px;
  font-weight: bold;
}

.info-card p {
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Призыв к действию */
.cta-section {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.cta-section h3 {
  font-size: 24px;
  color: var(--primary-blue);
  margin-bottom: 15px;
  font-weight: bold;
}

.cta-section p {
  color: #444;
  font-size: 16px;
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* Адаптивность */
@media (max-width: 768px) {
  .job-hero {
    padding: 100px 0 60px;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-benefits {
    gap: 20px;
    margin-bottom: 30px;
  }

  .benefit-item {
    font-size: 14px;
  }

  .form-wrapper {
    margin: 0 15px;
  }

  .form-header {
    padding: 30px 20px;
  }

  .form-header h2 {
    font-size: 24px;
  }

  .job-application-form {
    padding: 30px 20px;
  }

  .form-section {
    padding: 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .section-title {
    font-size: 18px;
  }

  .info-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cta-section {
    margin: 40px 15px 0;
    padding: 30px 20px;
  }

  .cta-section h3 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .hero-benefits {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .form-header h2 {
    font-size: 20px;
  }
  
  .cta-section h3 {
    font-size: 18px;
  }
}
