/*
Theme Name: Educia Child
Theme URI: https://educia.app.br
Description: Tema filho do Astra para o sistema EDUCIA
Author: Ana Sieben
Author URI: https://anasieben.com.br
Template: astra
Version: 1.0.0
*/

/* =========================
   RESET BÁSICO
========================= */

body {
    background: #ffffff;
    color: #111;
    font-family: 'Alata', sans-serif;
}

/* =========================
   CONTAINER FULL WIDTH
========================= */

.ast-container {
    max-width: 100% !important;
    padding-left: 40px;
    padding-right: 40px;
}

/* =========================
   TIPOGRAFIA
========================= */

h1 {
    font-size: 48px;
    font-weight: 400;
}

h2 {
    font-size: 32px;
    font-weight: 400;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

/* =========================
   BOTÕES EDUCIA
========================= */

.educia-btn {
    background: #000;
    color: #fff;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.educia-btn:hover {
    opacity: 0.85;
}
.educia-aula-single {
    width: 100%;
    background: #fff;
    color: #111;
}

.educia-wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 40px 80px;
}

.educia-hero {
    padding: 24px 0 48px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 48px;
}

.educia-eyebrow {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
    opacity: 0.65;
}

.educia-title {
    font-size: 56px;
    line-height: 1.05;
    margin: 0 0 16px;
}

.educia-subtitle {
    font-size: 22px;
    line-height: 1.4;
    max-width: 900px;
    margin: 0 0 24px;
}

.educia-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 32px;
    margin: 24px 0 32px;
}

.educia-meta-item {
    font-size: 15px;
    line-height: 1.5;
}

.educia-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.educia-btn {
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 12px 18px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #111;
    transition: 0.2s ease;
}

.educia-btn:hover {
    background: #000;
    color: #fff;
}

.educia-btn-outline {
    background: #fff;
    color: #111;
}

.educia-btn-outline:hover {
    background: #f5f5f5;
    color: #111;
}

.educia-section {
    margin-bottom: 56px;
}

.educia-section h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.educia-card {
    border: 1px solid #ececec;
    padding: 24px;
    margin-bottom: 20px;
    background: #fff;
}

.educia-card h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 14px;
}

.educia-wysiwyg p:last-child {
    margin-bottom: 0;
}

.educia-slides-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.educia-slide-card {
    border: 1px solid #ececec;
    padding: 20px;
    background: #fff;
}

.educia-slide-head h3 {
    font-size: 22px;
    margin: 8px 0 0;
}

.educia-slide-number {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.6;
}

.educia-slide-image {
    margin: 18px 0;
}

.educia-slide-image img {
    width: 100%;
    height: auto;
    display: block;
}

.educia-slide-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .educia-wrap {
        padding: 32px 20px 56px;
    }

    .educia-title {
        font-size: 38px;
    }

    .educia-subtitle {
        font-size: 18px;
    }

    .educia-meta,
    .educia-slides-grid {
    grid-template-columns: 1fr;
    }
}
/* =========================
   MOBILE
========================= */
.educia-pre-aula {
    display: none;
    margin: 24px 0 40px;
}

.educia-pre-aula-card {
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .educia-pre-aula {
        display: block;
    }
}

/* Arthera Theme Minimalista - Apple Style */
body {
  font-family: 'Alata', sans-serif;
  background-color: #fff;
  color: #333;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

h1, h2, h3 {
  font-weight: normal;
  color: #222;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 0.3em;
}

h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

p {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 1em;
}

.eyebrow {
  font-size: 0.9em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 0.5em;
}

.lead {
  font-size: 1.3em;
  color: #444;
}

.btn-primary, .btn-secondary {
  display: inline-block;
  padding: 12px 24px;
  margin-top: 20px;
  text-decoration: none;
  border-radius: 0;
  font-size: 1em;
}

.btn-primary {
  background-color: #000;
  color: #fff;
}

.btn-secondary {
  background-color: #f2f2f2;
  color: #333;
}

.grid-2, .grid-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.grid-2 .card, .grid-3 .card {
  flex: 1 1 calc(50% - 20px);
  background: #f9f9f9;
  padding: 20px;
  border: 1px solid #eaeaea;
  border-radius: 0;
}

.grid-3 .card {
  flex: 1 1 calc(33.333% - 20px);
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step {
  display: flex;
  align-items: center;
}

.step .number {
  font-size: 1.8em;
  font-weight: bold;
  margin-right: 15px;
  color: #555;
}

blockquote {
  font-size: 1.5em;
  font-style: italic;
  color: #666;
  border-left: 4px solid #ccc;
  margin: 30px 0;
  padding-left: 20px;
}

/* Remove cantos arredondados */
button, input, select, textarea, .btn-primary, .btn-secondary, .card {
  border-radius: 0;
}

@media (max-width: 768px) {
  h1 { font-size: 2em; }
  h2 { font-size: 1.75em; }
  h3 { font-size: 1.3em; }
  .lead { font-size: 1.2em; }

  .grid-2, .grid-3 {
    flex-direction: column;
  }

  .grid-2 .card, .grid-3 .card {
    flex: 1 1 100%;
  }
}

/* =========================
   ÁREA DO PROFESSOR
   ========================= */

.professor-area {
  padding: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Títulos mais compactos */
.professor-area h1 {
  font-family: "Alata", sans-serif;
  font-size: 28px;
  margin-bottom: 10px;
}

.professor-area h2 {
  font-family: "Alata", sans-serif;
  font-size: 22px;
  margin-bottom: 8px;
}

/* Texto direto */
.professor-area p {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}

/* Cards funcionais */
.professor-card {
  border: 1px solid #e5e5e5;
  padding: 18px;
  margin-bottom: 14px;
  background: #fff;
}

/* Botões rápidos */
.professor-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.professor-actions button {
  padding: 10px 14px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.professor-actions button:hover {
  background: #f5f5f5;
}

/* =========================
   CARD AULA
========================= */
.educia-identidade {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.educia-pre-aula {
    display: none;
    margin: 24px 0 40px;
}

.educia-pre-aula-card {
    margin-bottom: 16px;
}

.educia-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.educia-card-aula {
    border: 1px solid #eaeaea;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.educia-card-aula-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.educia-card-aula-body {
    padding: 18px;
}

.educia-card-aula-identidade {
    font-size: 13px;
    color: #777;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.educia-card-aula-title {
    font-size: 22px;
    margin: 0 0 12px;
}

.educia-card-aula-resumo {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 14px;
}

.educia-card-aula-status {
    font-size: 13px;
    color: #777;
    margin-bottom: 14px;
}

.educia-card-aula-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .educia-cards-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .educia-pre-aula {
        display: block;
    }
}
.educia-anos {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.educia-ano {
  padding: 30px;
  border: 1px solid #eee;
  text-decoration: none;
  font-family: Alata, sans-serif;
  font-size: 20px;
  color: #000;
  width: 180px;
  text-align: center;
}

.educia-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}

.educia-card {
  border: 1px solid #eee;
  background: #fff;
}

.educia-thumb {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.educia-content {
  padding: 20px;
}

.educia-numero {
  font-size: 14px;
  margin-bottom: 8px;
  opacity: 0.6;
}

.educia-content h3 {
  font-family: Alata, sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}

.educia-content p {
  font-size: 14px;
  line-height: 1.5;
}

.educia-actions {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

.educia-btn {
  padding: 8px 14px;
  border: 1px solid #000;
  text-decoration: none;
  font-size: 14px;
  color: #000;
}

.educia-btn.secondary {
  opacity: 0.6;
}
.educia-anos {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.educia-ano {
  padding: 30px;
  border: 1px solid #eee;
  text-decoration: none;
  font-family: Alata, sans-serif;
  font-size: 20px;
  color: #000;
  width: 180px;
  text-align: center;
  background: #fff;
}

.educia-ano.is-active {
  border-color: #000;
}

.educia-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}

.educia-card {
  border: 1px solid #eee;
  background: #fff;
}

.educia-thumb {
  height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.educia-thumb-sem-imagem {
  background: #f6f6f6;
}

.educia-content {
  padding: 20px;
}

.educia-numero {
  font-size: 14px;
  margin-bottom: 8px;
  opacity: 0.6;
}

.educia-meta {
  font-size: 13px;
  margin-bottom: 10px;
  opacity: 0.65;
}

.educia-content h3 {
  font-family: Alata, sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}

.educia-content p {
  font-size: 14px;
  line-height: 1.5;
}

.educia-actions {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.educia-btn {
  padding: 8px 14px;
  border: 1px solid #000;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  background: #fff;
}

.educia-btn.secondary {
  opacity: 0.6;
}
.educia-hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.hero-content {
  position: relative;
  color: #fff;
  text-align: center;
}

.hero-content h1 {
  font-size: 60px;
  font-family: Alata, sans-serif;
}

.hero-content p {
  font-size: 24px;
}