@import url("../modulo-1/modulo.css");

.lesson--pt8 .lesson-cover-strip__sector {
  background: #4a148c;
}

.pt8-kicker-estudo {
  display: inline-block;
  margin: 0 0 1.25rem;
  padding: 0.45rem 1.25rem;
  background: #1a237e;
  color: #fff;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 2px solid #fdd835;
}

.pt8-cyber-hero .pt-art-placeholder {
  min-height: 240px;
}

.pt8-abertura-box {
  margin: 1.5rem 0;
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius);
  border: 2px solid #fdd835;
  border-left-width: 4px;
  background: #fff;
}

.pt8-abertura-box ol {
  margin: 0.75rem 0 0;
  padding-left: 1.2rem;
}

.pt8-abertura-box li {
  margin-bottom: 0.6rem;
}

.pt8-section-title {
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  padding-bottom: 0;
  border-bottom: none;
}

.pt8-photo-grid {
  display: grid;
  gap: 0.65rem;
  margin: 1.5rem 0;
}

@media (min-width: 560px) {
  .pt8-photo-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.pt8-photo-grid__cell {
  min-height: 130px;
  border-radius: var(--radius);
  border: 1px dashed var(--border);
  background: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  text-align: center;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.4;
}

.pt8-carta {
  margin: 1.5rem 0;
  padding: 1.35rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid rgba(106, 27, 154, 0.35);
  background: linear-gradient(180deg, #f3e5f5 0%, #ede7f6 100%);
  font-size: 0.98rem;
  line-height: 1.65;
}

.pt8-carta h3 {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  text-align: center;
  color: #4a148c;
}

.pt8-carta__destinatarios {
  margin: 0 0 1rem;
  font-weight: 700;
  color: #311b92;
}

.pt8-carta__assinaturas {
  margin: 1.25rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(106, 27, 154, 0.25);
  font-size: 0.92rem;
}

.pt8-carta cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.82rem;
  font-style: normal;
  color: var(--muted);
}

.pt8-modal-title {
  margin: 2rem 0 0.75rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #4a148c;
  padding-bottom: 0;
  border-bottom: none;
}

.pt8-voce-estudou {
  margin: 1.25rem 0;
  padding: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(106, 27, 154, 0.3);
  background: rgba(243, 229, 245, 0.65);
}

.pt8-voce-estudou__head {
  margin: 0;
  padding: 0.65rem 1rem;
  background: rgba(106, 27, 154, 0.15);
  font-size: 0.85rem;
  font-weight: 700;
  color: #4a148c;
}

.pt8-voce-estudou__body {
  padding: 1rem 1.15rem 1.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.pt8-voce-estudou__body ol {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
}

.pt8-voce-estudou__body li {
  margin-bottom: 0.5rem;
}

.pt8-bubbles-placeholder {
  margin: 1rem 0 0;
  min-height: 100px;
  border-radius: var(--radius);
  border: 1px dashed var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-size: 0.85rem;
  color: var(--muted);
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}

.pt8-ef-note {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--muted);
}

.lesson-summary--pt8 {
  margin-top: 2.5rem;
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius);
  background: rgba(74, 20, 140, 0.07);
  border: 1px solid rgba(74, 20, 140, 0.2);
}

.lesson-summary--pt8 h2 {
  margin-top: 0 !important;
  border-bottom-color: rgba(74, 20, 140, 0.28) !important;
}
