/*
Theme Name: GP2Saude
Description: Tema customizado que replica, sem alterações, a landing page original de gp2saude.com.br. Todo o CSS ativo vive inline em header.php (idêntico ao index.html original); este arquivo existe apenas para o WordPress reconhecer o tema.
Author: GP2Tech
Version: 1.0
*/

/* Estilos novos e aditivos do Blog (o CSS da home permanece 100% em header.php, sem alterações) */
.blog-hero{padding:20px 0 10px}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:12px}
.post-card{display:flex;flex-direction:column;overflow:hidden;transition:.22s}
.post-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px -18px rgba(21,154,142,.35)}
.post-card .thumb{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;background:var(--panel)}
.post-card .body{padding:22px;display:flex;flex-direction:column;flex:1}
.post-card .meta{font-size:12.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}
.post-card h3{font-size:19px;line-height:1.3;margin-bottom:10px;color:var(--ink)}
.post-card p{color:var(--muted);font-size:14.5px;flex:1;margin-bottom:16px;line-height:1.55}
.post-card .readmore{font-size:13px;font-weight:700;color:var(--tealdk)}
.post-single{max-width:760px;margin:0 auto}
.post-single .meta{font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}
.post-single h1{font-size:38px;margin:6px 0 22px;color:var(--ink)}
.post-single .thumb{width:100%;border-radius:20px;margin-bottom:30px;display:block}
.post-single .content{font-size:16.5px;line-height:1.8;color:var(--body)}
.post-single .content p{margin-bottom:20px}
.post-single .content h2{font-size:26px;margin:34px 0 14px;color:var(--ink)}
.post-single .content h3{font-size:20px;margin:26px 0 12px;color:var(--ink)}
.post-single .content img{max-width:100%;border-radius:14px;margin:20px 0}
.post-single .content a{color:var(--tealdk);text-decoration:underline}
.blog-nav{display:flex;justify-content:space-between;margin-top:50px;max-width:760px;margin-left:auto;margin-right:auto}
.empty-blog{text-align:center;color:var(--muted);padding:60px 0}
@media(max-width:940px){.blog-grid{grid-template-columns:1fr}}

/* Estilos novos e aditivos dos Depoimentos (mesmo vocabulário visual do resto do tema) */
.testimonials{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:46px}
.tcard{background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:30px 30px 26px;box-shadow:0 12px 30px -20px rgba(16,42,67,.15);display:flex;flex-direction:column;transition:.22s}
.tcard:hover{transform:translateY(-4px);box-shadow:0 20px 40px -18px rgba(21,154,142,.3)}
.tquotemark{font-family:'Sora',sans-serif;font-size:48px;font-weight:800;line-height:1;background:var(--gradtx);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:2px;opacity:.85}
.tstars{color:#F5A524;font-size:14px;letter-spacing:3px;margin-bottom:14px}
.tquote{color:var(--body);font-size:15px;line-height:1.7;flex:1;margin-bottom:24px}
.tperson{display:flex;align-items:center;gap:13px;padding-top:18px;border-top:1px solid var(--line)}
.tavatar{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14.5px;color:#fff;flex-shrink:0}
.av1{background:linear-gradient(135deg,#2BE8D0,#159A8E)}
.av2{background:linear-gradient(135deg,#34C9BD,#0E8A7E)}
.av3{background:linear-gradient(135deg,#3E6FA0,#159A8E)}
.av4{background:linear-gradient(135deg,#2BA866,#159A8E)}
.tperson .tinfo{display:flex;flex-direction:column;gap:3px}
.tperson b{font-size:14.5px;font-weight:700;color:var(--ink)}
.tperson span{font-size:12.5px;color:var(--muted);line-height:1.4}
@media(max-width:940px){.testimonials{grid-template-columns:1fr}}
