/* ========================================
   INDEX SECTION - PÁGINA INICIAL
   ======================================== */

/* ========================================
   1. SOBRE NÓS - SEÇÃO PRINCIPAL
   ======================================== */
.page-index .about-section {
  background: linear-gradient(135deg, #f8fafc, #ffffff);
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.page-index .about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2e3d6a, #3d4c7a, #fbbf24, #2e3d6a);
  background-size: 200% 100%;
  animation: gradient-flow 3s linear infinite;
}

.page-index .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

/* ========================================
   2. CONTEÚDO SOBRE NÓS
   ======================================== */
.page-index .about-content {
  padding-right: 2rem;
}

.page-index .about-content .section-badge {
  background: linear-gradient(135deg, #2e3d6a, #3d4c7a);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(46, 61, 106, 0.3);
}

.page-index .about-content h2 {
  font-size: 2.5rem;
  color: #1f2937;
  margin-bottom: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.page-index .about-description {
  font-size: 1.25rem;
  color: #374151;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

/* ========================================
   3. MISSÃO
   ======================================== */
.page-index .about-mission {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  border: 1px solid rgba(46, 61, 106, 0.1);
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 8px 32px rgba(46, 61, 106, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.page-index .about-mission::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #059669, #047857);
  background-size: 200% 100%;
  animation: gradient-flow 3s linear infinite;
}

.page-index .about-mission:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(46, 61, 106, 0.2);
}

.page-index .about-mission h3 {
  font-size: 1.5rem;
  color: #1f2937;
  margin-bottom: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.page-index .about-mission h3 i {
  color: #059669;
  font-size: 1.25rem;
}

.page-index .about-mission p {
  font-size: 1.1rem;
  color: #374151;
  line-height: 1.6;
  margin: 0;
}

/* ========================================
   4. VALORES
   ======================================== */
.page-index .about-values {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  border: 1px solid rgba(46, 61, 106, 0.1);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(46, 61, 106, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.page-index .about-values::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
  background-size: 200% 100%;
  animation: gradient-flow 3s linear infinite;
}

.page-index .about-values:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(46, 61, 106, 0.2);
}

.page-index .about-values h3 {
  font-size: 1.5rem;
  color: #1f2937;
  margin-bottom: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.page-index .about-values h3 i {
  color: #fbbf24;
  font-size: 1.25rem;
}

.page-index .values-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-index .values-list li {
  font-size: 1rem;
  color: #374151;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.5;
}

.page-index .values-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #059669;
  font-weight: bold;
  font-size: 1.1rem;
}

.page-index .values-list li:last-child {
  margin-bottom: 0;
}

/* ========================================
   5. VISUAL SOBRE NÓS
   ======================================== */
.page-index .about-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-index .about-image {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.page-index .about-image-placeholder {
  background: linear-gradient(135deg, #2e3d6a, #3d4c7a);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  color: white;
  box-shadow: 0 20px 50px rgba(46, 61, 106, 0.3);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.page-index .about-image-placeholder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: translateX(-100%);
  animation: shine-rotate 3s linear infinite;
}

.page-index .about-image-placeholder:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 30px 60px rgba(46, 61, 106, 0.4);
}

.page-index .about-image-placeholder i {
  font-size: 4rem;
  margin-bottom: 1rem;
  display: block;
  color: #fbbf24;
}

.page-index .about-image-placeholder span {
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
}

.page-index .about-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(46, 61, 106, 0.9));
  color: white;
  padding: 2rem;
  border-radius: 0 0 20px 20px;
  text-align: center;
}

.page-index .overlay-content h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.page-index .overlay-content p {
  font-size: 1rem;
  margin: 0;
  opacity: 0.9;
}

/* ========================================
   6. ANIMAÇÕES
   ======================================== */
@keyframes gradient-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes shine-rotate {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* ========================================
   7. RESPONSIVIDADE
   ======================================== */
@media (max-width: 768px) {
  .page-index .about-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .page-index .about-content {
    padding-right: 0;
    text-align: center;
  }
  
  .page-index .about-content h2 {
    font-size: 2rem;
  }
  
  .page-index .about-description {
    font-size: 1.1rem;
  }
  
  .page-index .about-mission,
  .page-index .about-values {
    padding: 1.5rem;
  }
  
  .page-index .about-image {
    max-width: 300px;
  }
  
  .page-index .about-image-placeholder {
    padding: 2rem 1.5rem;
  }
  
  .page-index .about-image-placeholder i {
    font-size: 3rem;
  }
}

@media (max-width: 480px) {
  .page-index .about-section {
    padding: 3rem 0;
  }
  
  .page-index .about-content h2 {
    font-size: 1.75rem;
  }
  
  .page-index .about-description {
    font-size: 1rem;
  }
  
  .page-index .about-mission h3,
  .page-index .about-values h3 {
    font-size: 1.25rem;
  }
  
  .page-index .about-image {
    max-width: 250px;
  }
  
  .page-index .about-image-placeholder {
    padding: 1.5rem 1rem;
  }
  
  .page-index .about-image-placeholder i {
    font-size: 2.5rem;
  }
}
