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

.pt5-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lesson--pt5 .lesson-cover-strip__sector {
  background: #1a5276;
}

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

.pt5-comic-wrap {
  margin: 1.5rem 0;
}

.pt5-comic-credit {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.pt5-comic-strip {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 720px) {
  .pt5-comic-strip {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pt5-comic-panel {
  margin: 0;
  padding: 1rem 0.85rem;
  min-height: 6rem;
  font-size: 0.82rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fafafa 0%, #eceff1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pt5-comic-strip--note {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: -0.75rem;
  margin-bottom: 1.25rem;
}

.pt5-atividade {
  margin: 1.75rem 0;
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid #fdd835;
  border-left-width: 4px;
  border-bottom-width: 3px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(253, 216, 53, 0.4);
}

.pt5-atividade h3 {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  color: #f57f17;
}

.pt5-atividade ol {
  margin: 0;
  padding-left: 1.2rem;
}

.pt5-atividade li {
  margin-bottom: 0.65rem;
}

.pt5-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
}

.pt5-section-title::before {
  content: "";
  display: inline-block;
  width: 0.85rem;
  height: 1.1rem;
  border-radius: 1px;
  background: linear-gradient(180deg, #1565c0 50%, #c62828 50%);
  flex-shrink: 0;
}

.pt5-structure-lead {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  line-height: 1.75;
}

.pt5-structure-layout {
  display: grid;
  gap: 1.25rem;
  margin: 1.25rem 0;
  align-items: start;
}

@media (min-width: 880px) {
  .pt5-structure-layout {
    grid-template-columns: 1fr minmax(220px, 30%);
  }
}

.pt5-tese-box {
  margin: 0;
  padding: 1rem 1.1rem;
  font-size: 0.9rem;
  line-height: 1.55;
  border-radius: var(--radius);
  background: #fdf2cc;
  border: 1px solid rgba(245, 127, 23, 0.35);
}

.pt5-social-wrap {
  margin: 1.5rem 0;
  padding: 1rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.pt5-social-wrap > p {
  margin: 0 0 0.75rem;
  text-align: center;
  font-size: 0.82rem;
  color: var(--muted);
}

.pt5-social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pt5-social-icons li {
  display: flex;
  list-style: none;
}

.pt5-social-icons span[data-brand] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 800;
  color: #fff;
}

.pt5-social-icons [data-brand="fb"] {
  background: #1877f2;
}
.pt5-social-icons [data-brand="x"] {
  background: #000;
}
.pt5-social-icons [data-brand="tiktok"] {
  background: #000;
  font-size: 0.55rem;
}
.pt5-social-icons [data-brand="ig"] {
  background: linear-gradient(35deg, #f58529, #dd2a7b, #8134af);
}
.pt5-social-icons [data-brand="wa"] {
  background: #25d366;
}
.pt5-social-icons [data-brand="tg"] {
  background: #26a5e4;
}
.pt5-social-icons [data-brand="yt"] {
  background: #f00;
}
.pt5-social-icons [data-brand="in"] {
  background: #0a66c2;
}
.pt5-social-icons [data-brand="sc"] {
  background: #fffc00;
  color: #000;
}
.pt5-social-icons [data-brand="msg"] {
  background: linear-gradient(180deg, #00b2ff, #a033ff);
}

.lesson-summary--pt5 {
  margin-top: 2.5rem;
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius);
  background: rgba(26, 82, 118, 0.08);
  border: 1px solid rgba(26, 82, 118, 0.22);
}

.lesson-summary--pt5 h2 {
  margin-top: 0 !important;
  border-bottom-color: rgba(26, 82, 118, 0.3) !important;
}
