/*
Theme Name: Astra Child
Theme URI:  https://blueconcursos.com
Description: Tema filho do Astra para customizações do site Blue Concursos.
Author: Blue Concursos
Author URI: https://blueconcursos.com
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* ============================================
   SEÇÃO DE OLHO NA BANCA V1
============================================ */

/* === CONTAINER PRINCIPAL === */
.doc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

/* === HEADER === */
.doc-header {
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  color: white;
  padding: 60px 20px;
  margin-bottom: 40px;
  border-radius: 0;
}

.doc-header-content {
  max-width: 1200px;
  margin: 0 auto;
}

.doc-header h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 16px;
  color: white;
}

.doc-header p {
  font-size: 20px;
  color: #bfdbfe;
  margin: 0;
}

/* === BUSCA === */
.doc-search-container {
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 0 20px;
}

.doc-search-input {
  width: 100%;
  padding: 16px 16px 16px 48px;
  border: 2px solid #bfdbfe;
  border-radius: 12px;
  font-size: 18px;
  outline: none;
  transition: border-color 0.3s;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%239ca3af" stroke-width="2"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>') no-repeat 16px center;
}

.doc-search-input:focus {
  border-color: #2563eb;
}

/* === GRID DE BANCAS === */
.doc-bancas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 24px;
  padding: 0 20px;
  margin-bottom: 60px;
}

/* === CARDS === */
.doc-banca-card {
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.doc-banca-card:hover {
  border-color: #2563eb;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.doc-card-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.doc-emoji {
  font-size: 56px;
  line-height: 1;
}

.doc-card-header h3 {
  font-size: 28px;
  font-weight: bold;
  color: #1f2937;
  margin: 0 0 8px 0;
}

/* === BADGES === */
.doc-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

.doc-badge-muito-alto {
  background: #fee2e2;
  color: #991b1b;
}

.doc-badge-alto {
  background: #fed7aa;
  color: #9a3412;
}

.doc-badge-medio-alto {
  background: #fef3c7;
  color: #92400e;
}

.doc-badge-medio {
  background: #d1fae5;
  color: #065f46;
}

/* === BARRA DE PROGRESSO === */
.doc-progress-bar {
  margin-bottom: 20px;
}

.doc-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 8px;
  font-weight: 600;
}

.doc-progress-track {
  width: 100%;
  height: 12px;
  background: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
}

.doc-progress-fill {
  height: 100%;
  transition: width 0.3s;
  border-radius: 6px;
}

/* === LISTA DE CARACTERÍSTICAS === */
.doc-caracteristicas {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.doc-caracteristicas li {
  color: #4b5563;
  padding: 8px 0;
  line-height: 1.5;
}

/* === BOTÕES === */
.doc-btn-primary {
  width: 100%;
  padding: 14px;
  background: #2563eb;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.doc-btn-primary:hover {
  background: #1d4ed8;
  transform: scale(1.02);
}

.doc-btn-voltar {
  background: none;
  border: none;
  color: #2563eb;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 24px;
  padding: 8px 0;
}

.doc-btn-voltar:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

/* === DETALHES === */
.doc-detalhes-container {
  padding: 0 20px;
}

/* === RESPONSIVO === */
@media (max-width: 768px) {
  .doc-header h1 {
    font-size: 32px;
  }
  
  .doc-header p {
    font-size: 16px;
  }
  
  .doc-bancas-grid {
    grid-template-columns: 1fr;
  }
  
  .doc-card-header h3 {
    font-size: 24px;
  }
  
  .doc-emoji {
    font-size: 40px;
  }
}
