/* Blog da Prisma Especialidades. Camada do repo: acompanha os tokens dos estilos inline do Design (Poppins, #00465F, #00B593, #E7E7E7). */

.blog-topo { background: #E7E7E7; padding: 180px 0 80px; }
.blog-topo__inner { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.blog-topo__voltar { display: inline-block; font-size: 14px; font-weight: 500; color: #00B593; margin: 0 0 18px; }
.blog-topo__eyebrow { font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; color: #00B593; font-weight: 500; margin: 0 0 14px; }
.blog-topo h1 { font-size: clamp(32px, 4.2vw, 50px); font-weight: 600; color: #00465F; line-height: 1.2; margin: 0 0 20px; text-wrap: pretty; max-width: 900px; }
.blog-topo__lede { font-size: 17px; font-weight: 300; color: #444444; line-height: 1.7; margin: 0; max-width: 680px; text-wrap: pretty; }
.blog-topo__meta { display: flex; flex-wrap: wrap; gap: 6px 22px; font-size: 14px; font-weight: 300; color: #666666; margin: 22px 0 0; }

.blog-corpo { background: #ffffff; padding: 90px 0 100px; }
.blog-corpo__inner { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.artigo { max-width: 720px; }
.artigo__figure { margin: 0 0 40px; border-radius: 16px; overflow: hidden; }
.artigo__figure img { width: 100%; height: auto; display: block; }
.artigo__figure figcaption { font-size: 13.5px; font-weight: 300; color: #666666; padding: 10px 14px; background: #F3F3F3; }
.artigo p, .artigo li { font-size: 17px; font-weight: 300; color: #444444; line-height: 1.8; }
.artigo p { margin: 0 0 22px; }
.artigo h2 { font-size: 26px; font-weight: 600; color: #00465F; line-height: 1.3; margin: 48px 0 14px; text-wrap: pretty; }
.artigo h3 { font-size: 19px; font-weight: 600; color: #00465F; line-height: 1.35; margin: 30px 0 10px; }
.artigo ul { margin: 0 0 26px; padding-left: 22px; }
.artigo li { margin-bottom: 8px; }
.artigo a { color: #00B593; font-weight: 500; }
.artigo a:hover { color: #008f75; }
.artigo strong { color: #2b2b2b; font-weight: 500; }

.artigo__cta { margin: 44px 0; padding: 32px; background: #E7E7E7; border-radius: 16px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.artigo__cta p { margin: 0; font-size: 17px; font-weight: 300; color: #2b2b2b; max-width: 520px; }
.artigo__cta-acoes { display: flex; flex-wrap: wrap; gap: 12px 18px; align-items: center; }
.artigo__botao { display: inline-block; background: #00B593; color: #ffffff; padding: 13px 26px; border-radius: 999px; font-size: 14.5px; font-weight: 500; white-space: nowrap; transition: background 0.2s ease; }
.artigo__botao:hover { background: #009c80; color: #ffffff; }
.artigo__cta-tel { font-size: 15px; font-weight: 500; color: #00465F; }

.artigo__faq { margin-top: 48px; padding-top: 32px; border-top: 1px solid #E7E7E7; }
.artigo__faq h3 { margin-top: 24px; font-size: 18px; }
.artigo__faq p { margin-bottom: 14px; }

.artigo__fonte { margin-top: 44px; padding-top: 22px; border-top: 1px solid #E7E7E7; }
.artigo__fonte p { font-size: 14px; font-weight: 300; color: #666666; margin: 0 0 6px; line-height: 1.7; }

.leia-tambem { margin-top: 56px; }
.leia-tambem h2 { font-size: 22px; font-weight: 600; color: #00465F; margin: 0 0 18px; }
.leia-tambem ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.leia-tambem a { display: block; padding: 18px 20px; border: 1px solid #E0E0E0; border-radius: 14px; color: #00465F; font-size: 16px; font-weight: 500; transition: border-color 0.2s ease, color 0.2s ease; }
.leia-tambem a:hover { border-color: #00B593; color: #00B593; }
.leia-tambem small { display: block; font-weight: 300; color: #666666; margin-top: 4px; font-size: 14px; }

/* Lista do blog */
.blog-lista { display: grid; gap: 24px; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.blog-card { display: flex; flex-direction: column; border: 1px solid #E7E7E7; border-radius: 16px; overflow: hidden; background: #ffffff; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(0,70,95,0.08); }
.blog-card__img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; height: auto; display: block; }
.blog-card__body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-card__tag { font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: #00B593; }
.blog-card__title { font-size: 20px; font-weight: 600; line-height: 1.3; color: #00465F; margin: 0; }
.blog-card__title a { color: inherit; }
.blog-card__title a:hover { color: #00B593; }
.blog-card__desc { font-size: 15px; font-weight: 300; line-height: 1.65; color: #444444; margin: 0; flex: 1; }
.blog-card__meta { font-size: 13.5px; font-weight: 300; color: #666666; }

@media (max-width: 600px) {
  .blog-topo { padding: 140px 0 56px; }
  .blog-corpo { padding: 60px 0 70px; }
  .artigo h2 { font-size: 23px; }
  .artigo__cta { flex-direction: column; align-items: flex-start; padding: 24px; }
}
