
/* Секция "О компании" */
.about {
    padding: 100px 0;
    background: linear-gradient(rgba(10, 25, 48, 0.88), rgba(15, 37, 71, 0.92)), 
                url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80') center/cover fixed;
    position: relative;
    overflow: hidden;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100" opacity="0.03"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff"/><circle cx="20" cy="20" r="0.5" fill="%23ffffff"/><circle cx="80" cy="80" r="0.7" fill="%23ffffff"/><circle cx="30" cy="70" r="0.3" fill="%23ffffff"/><circle cx="70" cy="30" r="0.6" fill="%23ffffff"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>'),
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" opacity="0.08"><path fill="%234d8bff" d="M0,128L48,117.3C96,107,192,85,288,112C384,139,480,213,576,218.7C672,224,768,160,864,138.7C960,117,1056,139,1152,149.3C1248,160,1344,160,1392,160L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size: 200px, cover;
    background-position: center, bottom;
    z-index: 0;
    pointer-events: none;
}

.about::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(77, 139, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(108, 99, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    z-index: 0;
    pointer-events: none;
}

.about .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.about .section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #4d8bff;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.about .section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #4d8bff, #6c63ff);
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(77, 139, 255, 0.4);
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: start;
}

.about-text .intro {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #e0e0e0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.about-text h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #4d8bff;
    position: relative;
    padding-left: 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.about-text h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #6c63ff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(108, 99, 255, 0.5);
}

.mission {
    margin-bottom: 30px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 15px;
    border-left: 4px solid #6c63ff;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mission p {
    color: #e0e0e0;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.principles {
    margin-bottom: 30px;
}

.principles ul {
    list-style: none;
}

.principles li {
    padding: 12px 0;
    color: #e0e0e0;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.principles li i {
    color: #4d8bff;
    margin-right: 12px;
    margin-top: 5px;
    font-size: 1.2rem;
    text-shadow: 0 0 8px rgba(77, 139, 255, 0.5);
}

.about-services h3 {
    font-size: 1.5rem;
    margin-bottom: 25px;
    color: #4d8bff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.service-item {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 15px;
    padding: 25px 20px;
    display: flex;
    align-items: flex-start;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.service-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    background: linear-gradient(145deg, rgba(77, 139, 255, 0.15), rgba(108, 99, 255, 0.15));
    border-color: rgba(77, 139, 255, 0.4);
}

.service-icon {
    margin-right: 15px;
    background: linear-gradient(45deg, #4d8bff, #6c63ff);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(77, 139, 255, 0.3);
    transition: transform 0.3s ease;
}

.service-item:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
}

.service-icon i {
    color: white;
    font-size: 1.6rem;
}

.service-content h4 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 1.15rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.service-content p {
    color: #e0e0e0;
    font-size: 0.95rem;
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

/* Анимации */
.about .section-title,
.about-text .intro,
.mission,
.principles,
.about-services h3,
.service-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.about .section-title.animated,
.about-text .intro.animated,
.mission.animated,
.principles.animated,
.about-services h3.animated,
.service-item.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Адаптивность */
@media (max-width: 992px) {
    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about {
        background-attachment: scroll;
    }
}

@media (max-width: 768px) {
    .about {
        padding: 80px 0;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .about .section-title {
        font-size: 2.2rem;
    }
    
    .service-item {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .about .container {
        padding: 0 15px;
    }
    
    .service-item {
        flex-direction: column;
        text-align: center;
        padding: 25px 15px;
    }
    
    .service-icon {
        margin-right: 0;
        margin-bottom: 15px;
        width: 50px;
        height: 50px;
    }
    
    .about-text .intro {
        font-size: 1.1rem;
    }
    
    .about .section-title {
        font-size: 2rem;
    }
    
    .mission {
        padding: 20px;
    }
}



/* Секция продуктов */
/* Секция Продукты */
.products-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 50%, #4a5568 100%);
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.products-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(102, 126, 234, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(118, 75, 162, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 40% 80%, rgba(72, 187, 120, 0.1) 0%, transparent 50%);
  z-index: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* Заголовок секции */
.section-header {
  text-align: center;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

.section-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
}

.section-subtitle {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Сетка продуктов */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

/* Карточки продуктов */
.product-card {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(50px);
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 1);
}

.product-card:hover .card-icon {
  transform: scale(1.1) rotate(5deg);
  color: #667eea;
}

.product-card:hover .card-overlay {
  opacity: 1;
  transform: translateX(0);
}

/* Иконки */
.card-icon {
  color: #764ba2;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.card-icon svg {
  width: 60px;
  height: 60px;
}

/* Заголовки карточек */
.card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.3;
}

/* Описание */
.card-description {
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 500;
}

/* Услуги карточки */
.card-services {
  flex: 1;
  margin-bottom: 30px;
}

.service-item {
  color: #ffffff;
  margin-bottom: 18px;
  line-height: 1.6;
  font-size: 0.95rem;
  padding: 15px;
  background: rgba(102, 126, 234, 0.08);
  border-radius: 10px;
  border-left: 4px solid #667eea;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.service-item:hover {
  background: rgba(102, 126, 234, 0.12);
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-item strong {
  color: #ffffff;
  font-weight: 600;
}

/* Кнопка заявки */
.request-btn {
  background: linear-gradient(45deg, #667eea, #764ba2);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  margin-top: auto;
}

.request-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(102, 126, 234, 0.4);
  background: linear-gradient(45deg, #5a67d8, #6b46c1);
}

.request-btn:active {
  transform: translateY(-1px);
}

/* Декоративный оверлей */
.card-overlay {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(102, 126, 234, 0.1));
  transition: all 0.5s ease;
  opacity: 0;
}

/* Модальное окно */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.modal-overlay.active {
  display: flex;
}

.modal-content {
  background: white;
  border-radius: 20px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  animation: modalSlideIn 0.3s ease;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #999;
  transition: color 0.3s ease;
}

.modal-close:hover {
  color: #333;
}

.modal-content h3 {
  color: #2c3e50;
  margin-bottom: 30px;
  font-size: 1.8rem;
  text-align: center;
}

/* Форма */
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: 600;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-group input[readonly] {
  background: #f7fafc;
  color: #4a5568;
  font-weight: 600;
}

.submit-btn {
  background: linear-gradient(45deg, #667eea, #764ba2);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

/* Плавающие декоративные элементы */
.floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: float 6s ease-in-out infinite;
}

.shape-1 {
  width: 80px;
  height: 80px;
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  width: 120px;
  height: 120px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.shape-3 {
  width: 60px;
  height: 60px;
  top: 30%;
  right: 30%;
  animation-delay: 4s;
}

.shape-4 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 20%;
  animation-delay: 3s;
}

/* Анимации */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.8) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Адаптивность */
@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
  }
  
  .section-title {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .products-section {
    padding: 60px 0;
  }
  
  .section-header {
    margin-bottom: 50px;
  }
  
  .section-title {
    font-size: 2.5rem;
  }
  
  .section-subtitle {
    font-size: 1.1rem;
  }
  
  .products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .product-card {
    padding: 30px 20px;
  }
  
  .card-title {
    font-size: 1.3rem;
  }
  
  .service-item {
    font-size: 0.9rem;
    padding: 12px;
    margin-bottom: 15px;
  }
  
  .modal-content {
    padding: 30px 20px;
    margin: 20px;
  }
  
  .modal-content h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .products-section {
    padding: 40px 0;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .product-card {
    padding: 25px 15px;
  }
  
  .card-title {
    font-size: 1.2rem;
  }
  
  .service-item {
    font-size: 0.85rem;
    padding: 10px;
  }
  
  .request-btn {
    padding: 12px 25px;
    font-size: 0.9rem;
  }
  
  .modal-content {
    padding: 25px 15px;
    margin: 10px;
  }
}

/* Анимация появления карточек при скролле */
.product-card.animate {
  animation: slideInUp 0.6s ease forwards;
}
/* End Секция продуктов */

/* ==== СЕКЦИЯ КАРЬЕРА ==== */
.career-section {
  position: relative;
  background: url("https://images.unsplash.com/photo-1507679799987-c73779587ccf?q=80&w=1171&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") no-repeat center/cover;
  padding: 100px 20px;
  color: #f8fafc;
  text-align: center;
  overflow: hidden;
}

/* затемнение */
.career-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.8);
  z-index: 0;
}

.career-section .container {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

/* Заголовок */
.career-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #38bdf8, #818cf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.8s ease;
}

.career-subtitle {
  font-size: 20px;
  margin-bottom: 50px;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.3s;
}

/* Карточки преимуществ */
.career-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
}

.benefit-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 20px;
  border-radius: 16px;
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
}

.benefit-card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0,0,0,0.5);
}

.icon {
  font-size: 32px;
  margin-bottom: 15px;
  display: block;
}

/* Кнопка */
.career-btn {
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(135deg, #38bdf8, #818cf8);
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: scale(0.9);
}

.career-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(0,0,0,0.5);
}

/* ====== МОДАЛЬНОЕ ОКНО ====== */
.modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 1000;
}

.modal.show {
  visibility: visible;
  opacity: 1;
}

.modal-content {
  background: #f8fafc;
  padding: 30px 40px;
  border-radius: 16px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 15px 35px rgba(0,0,0,0.5);
  text-align: center;
  position: relative;
  animation: scaleIn 0.4s ease;
}

@keyframes scaleIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.modal-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #0f172a;
}

.modal-content input {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  font-size: 16px;
}

.file-label {
  display: block;
  padding: 12px;
  margin-bottom: 20px;
  border: 2px dashed #94a3b8;
  border-radius: 8px;
  cursor: pointer;
  color: #475569;
  background: #f1f5f9;
  transition: background 0.3s ease;
}

.file-label:hover {
  background: #e2e8f0;
}

.file-label input {
  display: none;
}

.submit-btn {
  background: linear-gradient(135deg, #38bdf8, #818cf8);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.submit-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #64748b;
  transition: color 0.3s ease;
}

.close-btn:hover {
  color: #0f172a;
}

/* ===== Анимации появления секции ===== */
.career-section.show .career-title,
.career-section.show .career-subtitle,
.career-section.show .benefit-card,
.career-section.show .career-btn {
  opacity: 1;
  transform: none;
}


/* ===== СЕКЦИЯ ОСТАВИТЬ ЗАЯВКУ ===== */
.apply-section {
  position: relative;
  background: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d") center/cover no-repeat;
  padding: 120px 20px;
  text-align: center;
  color: #fff;
}

.apply-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.apply-content {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
  animation: fadeInUp 1s ease;
}

.apply-content h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.apply-desc {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #e0e0e0;
}

.apply-list {
  text-align: left;
  max-width: 600px;
  margin: 0 auto 40px auto;
  color: #ddd;
  font-size: 1rem;
  line-height: 1.6;
}

.apply-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
}

.apply-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #6c63ff;
  font-weight: bold;
}

.apply-form {
  display: grid;
  gap: 20px;
}

.form-row {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.apply-form input,
.apply-form select,
.apply-form textarea {
  width: 100%;
  padding: 15px 18px;
  border-radius: 12px;
  border: none;
  font-size: 1rem;
  outline: none;
  transition: 0.3s ease;
}

.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus {
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.5);
}

.apply-form textarea {
  min-height: 130px;
  resize: vertical;
}

.apply-form button {
  background: linear-gradient(45deg, #4d8bff, #6c63ff);
  color: #fff;
  padding: 16px;
  font-size: 1.2rem;
  font-weight: 600;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.apply-form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(34, 197, 94, 0.4);
}

/* Анимация */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Мобильная версия */
@media (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
  }
  .apply-content h2 {
    font-size: 2rem;
  }
}



.reviews-section {
  position: relative;
  background: url("reviews-bg.jpg") center/cover no-repeat;
  padding: 100px 20px;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.reviews-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.7);
  backdrop-filter: blur(2px);
  z-index: 1;
}

.reviews-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.reviews-container h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.reviews-intro {
  font-size: 1.2rem;
  margin-bottom: 60px;
  color: #ddd;
  line-height: 1.6;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.review-card {
  background: rgba(255, 255, 255, 0.08);
  padding: 25px;
  border-radius: 16px;
  text-align: left;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  backdrop-filter: blur(8px);
  transition: transform 0.3s, box-shadow 0.3s;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.5);
}

.review-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #ffb347;
}

.review-card .role {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 15px;
  color: #bbb;
}

.review-card p {
  font-size: 1rem;
  line-height: 1.5;
  color: #eee;
}


/* отзывы */
.reviews-section {
  position: relative;
  background: url("https://plus.unsplash.com/premium_photo-1683121291576-786e1d36fc2c?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") center/cover no-repeat;
  padding: 100px 20px;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  overflow: hidden;
}

.reviews-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.75);
  backdrop-filter: blur(3px);
  z-index: 1;
}

.reviews-container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.reviews-container h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.reviews-intro {
  font-size: 1.2rem;
  margin-bottom: 50px;
  color: #ddd;
  line-height: 1.6;
}

.slider {
  position: relative;
}

.slide {
  display: none;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-in-out;
  background: rgba(255,255,255,0.08);
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  backdrop-filter: blur(8px);
}

.slide.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.slide h3 {
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: #6c63ff;
}

.slide .role {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 20px;
  color: #bbb;
}

.slide p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #eee;
}

.slider-dots {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.slider-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #bbb;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.slider-dots button.active {
  background: #6c63ff;
  transform: scale(1.2);
}



/* партнеры и футер */
/* Наши партнёры */
.partners-section {
  position: relative;
  background: url("https://images.unsplash.com/photo-1638262052640-82e94d64664a?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") center/cover no-repeat;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.partners-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.75);
  backdrop-filter: blur(3px);
  z-index: 1;
}

.partners-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.partners-container h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.partners-intro {
  font-size: 1.2rem;
  margin-bottom: 50px;
  color: #ddd;
}

.partners-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.partners-logos img {
  width: 150px;
  height: auto;
  opacity: 0.8;
  transition: transform 0.3s, opacity 0.3s;
  filter: grayscale(100%);
}

.partners-logos img:hover {
  transform: scale(1.1);
  opacity: 1;
  filter: grayscale(0%);
}

/* Футер */
.footer {
  background: #0f0f0f;
  color: #ccc;
  font-family: 'Segoe UI', sans-serif;
  padding: 60px 20px 20px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-about h3 {
  color: #ffb347;
  margin-bottom: 15px;
  font-size: 1.6rem;
}

.footer-links h4,
.footer-contacts h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #ffb347;
}

.footer-contacts p {
  margin: 5px 0;
}

.footer-bottom {
  margin-top: 40px;
  border-top: 1px solid #333;
  padding-top: 20px;
  text-align: center;
  font-size: 0.9rem;
  color: #777;
}


.partners-logos img {
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.partners-logos img.show {
  opacity: 1;
  transform: scale(1);
}

.logo img {
    height: 50px;   /* регулируй размер по высоте */
    width: auto;    /* ширина подстраивается пропорционально */
}


