/*
Theme Name: Seven Saúde Blog
Theme URI: https://sevenresiduosaude.com.br/
Author: Seven Saúde — Webdesign Squad
Description: Tema oficial do blog Seven Saúde, integrado ao site institucional.
Version: 1.1.0
License: GPL-2.0-or-later
Text Domain: seven-blog
*/

:root {
  --green: #3AA043;
  --green-dark: #2D8035;
  --green-pale: #E8F5E9;
  --green-soft: #f0f7f1;
  --blue: #004C8D;
  --blue-dark: #003366;
  --dark: #0A1628;
  --text: #1a2332;
  --text-muted: #64748b;
  --border: #e2e8f0;
  --bg-white: #ffffff;
  --bg-light: #f8fafc;
  --gradient-brand: linear-gradient(135deg, #3AA043 0%, #004C8D 100%);
  --gradient-dark: linear-gradient(135deg, #003870 0%, #0A1628 45%, #1B4D1E 100%);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.12);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
  --header-h: 72px;
  --container: 1200px;
  --container-narrow: 760px;
}

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: 'Sora', -apple-system, system-ui, sans-serif; font-size: 16px; line-height: 1.7; color: var(--text); background: var(--bg-white); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--green); }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: var(--container-narrow); }

/* ═══════════════════════════════════════════════════════════════════
   HEADER (igual site institucional)
   ═══════════════════════════════════════════════════════════════════ */
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(0,0,0,0.04); transition: box-shadow 0.3s; }
.site-header.is-scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.08); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; max-width: 1400px; margin: 0 auto; padding: 0 48px; height: var(--header-h); }
.site-header__logo img { height: 40px; width: auto; }
.site-header__nav { display: flex; gap: 36px; }
.site-header__nav a { font-size: 0.9375rem; font-weight: 600; color: var(--text); position: relative; }
.site-header__nav a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--green); border-radius: 2px; transition: width 0.3s var(--ease-spring); }
.site-header__nav a:hover::after, .site-header__nav a.is-active::after { width: 100%; }
.site-header__nav a:hover, .site-header__nav a.is-active { color: var(--green); }
.site-header__actions { display: flex; align-items: center; gap: 20px; }
.site-header__phone { display: flex; align-items: center; gap: 6px; font-size: 0.875rem; font-weight: 600; color: var(--text); }
.site-header__phone svg { color: var(--green); }
.site-header__cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 22px; font-size: 0.875rem; font-weight: 700; background: var(--green); color: white !important; border-radius: var(--radius-sm); transition: all 0.3s; box-shadow: 0 4px 16px rgba(58,160,67,0.25); }
.site-header__cta:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(58,160,67,0.4); }
.site-header__burger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.site-header__burger span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s; }

/* ═══════════════════════════════════════════════════════════════════
   HERO + SEARCH (unificados num único bloco dark)
   ═══════════════════════════════════════════════════════════════════ */
.blog-hero { position: relative; padding: 96px 0 88px; background: var(--dark); overflow: hidden; }
.blog-hero::before { content: ''; position: absolute; inset: 0; background: var(--gradient-dark); opacity: 0.85; pointer-events: none; }
.blog-hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 30%, rgba(58,160,67,0.18) 0%, transparent 60%), radial-gradient(ellipse at 80% 80%, rgba(0,76,141,0.2) 0%, transparent 50%); pointer-events: none; }
.blog-hero__content { position: relative; z-index: 1; text-align: center; max-width: 760px; margin: 0 auto; }
.blog-hero__badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #5DD66B; background: rgba(58,160,67,0.12); border: 1px solid rgba(58,160,67,0.3); border-radius: var(--radius-full); margin-bottom: 20px; }
.blog-hero__badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #5DD66B; box-shadow: 0 0 12px #5DD66B; }
.blog-hero__title { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 800; line-height: 1.05; color: white; letter-spacing: -0.02em; margin-bottom: 16px; }
.blog-hero__title span { background: linear-gradient(135deg, #5DD66B 0%, #66B8FF 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.blog-hero__subtitle { font-size: 1.0625rem; color: rgba(255,255,255,0.75); max-width: 560px; margin: 0 auto 32px; }
.blog-hero__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.blog-hero__cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: var(--green); color: white !important; border-radius: var(--radius-sm); font-weight: 700; font-size: 0.9375rem; box-shadow: 0 8px 24px rgba(58,160,67,0.35); transition: all 0.3s; }
.blog-hero__cta:hover { background: var(--green-dark); transform: translateY(-2px); }
.blog-hero__cta--ghost { background: transparent; border: 1.5px solid rgba(255,255,255,0.3); box-shadow: none; }
.blog-hero__cta--ghost:hover { background: rgba(255,255,255,0.08); border-color: white; transform: translateY(-2px); }

/* Search dentro do hero */
.blog-hero__search { max-width: 640px; margin: 0 auto; position: relative; }
.blog-hero__search-form { display: flex; gap: 0; background: white; border-radius: var(--radius-full); box-shadow: 0 16px 48px rgba(0,0,0,0.25); overflow: hidden; }
.blog-hero__search-input { flex: 1; padding: 18px 28px; border: none; font-size: 0.9375rem; color: var(--text); outline: none; font-family: inherit; }
.blog-hero__search-input::placeholder { color: var(--text-muted); }
.blog-hero__search-btn { padding: 0 32px; background: var(--green); color: white; cursor: pointer; transition: background 0.2s; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; font-size: 0.9375rem; }
.blog-hero__search-btn:hover { background: var(--green-dark); }
.blog-hero__search-hint { margin-top: 14px; font-size: 0.8125rem; color: rgba(255,255,255,0.55); text-align: center; }

/* ═══════════════════════════════════════════════════════════════════
   FILTROS RÁPIDOS DE CATEGORIA
   ═══════════════════════════════════════════════════════════════════ */
.blog-filters { background: var(--bg-light); border-bottom: 1px solid var(--border); padding: 24px 0; }
.blog-filters__inner { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; align-items: center; }
.blog-filters__label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-right: 12px; }
.blog-filters__chip { padding: 8px 18px; background: white; border: 1px solid var(--border); border-radius: var(--radius-full); font-size: 0.8125rem; font-weight: 600; color: var(--text); transition: all 0.2s; }
.blog-filters__chip:hover { border-color: var(--green); color: var(--green); transform: translateY(-1px); }
.blog-filters__chip.is-active { background: var(--green); color: white; border-color: var(--green); box-shadow: 0 4px 12px rgba(58,160,67,0.25); }

/* ═══════════════════════════════════════════════════════════════════
   MAIN — Latest + Popular (2 colunas)
   ═══════════════════════════════════════════════════════════════════ */
.blog-main { padding: 80px 0; background: var(--bg-white); position: relative; }
.blog-main::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 80% 0%, rgba(58,160,67,0.04) 0%, transparent 50%), radial-gradient(ellipse at 0% 80%, rgba(0,76,141,0.04) 0%, transparent 50%); }
.blog-layout { display: grid; grid-template-columns: 1fr 320px; gap: 56px; align-items: start; position: relative; }
@media (max-width: 1024px) { .blog-layout { grid-template-columns: 1fr; gap: 56px; } }

.blog-section-head { margin-bottom: 32px; }
.blog-section-head__overline { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); margin-bottom: 8px; }
.blog-section-head__title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: var(--text); line-height: 1.2; }

/* Cards 2 colunas dentro do main */
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.blog-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1024px) { .blog-grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .blog-grid, .blog-grid--3 { grid-template-columns: 1fr; } }

/* ─── Card de post ─── */
.post-card { display: flex; flex-direction: column; background: white; border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; transition: all 0.4s var(--ease-spring); }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.post-card__img { aspect-ratio: 16/9; overflow: hidden; background: var(--bg-light); display: block; }
.post-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease-smooth); }
.post-card:hover .post-card__img img { transform: scale(1.05); }
.post-card__body { padding: 22px; display: flex; flex-direction: column; flex: 1; gap: 10px; }
.post-card__meta { display: flex; align-items: center; gap: 10px; font-size: 0.75rem; color: var(--text-muted); flex-wrap: wrap; }
.post-card__category { display: inline-flex; align-items: center; padding: 4px 12px; background: var(--green-pale); color: var(--green-dark); border-radius: var(--radius-full); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.post-card__date, .post-card__time { display: inline-flex; align-items: center; gap: 4px; }
.post-card__title { font-size: 1.125rem; font-weight: 700; line-height: 1.3; color: var(--text); }
.post-card__title a { color: inherit; }
.post-card__title a:hover { color: var(--green); }
.post-card__excerpt { font-size: 0.9375rem; color: var(--text-muted); line-height: 1.6; flex: 1; }
.post-card__more { font-size: 0.875rem; font-weight: 700; color: var(--green); margin-top: auto; padding-top: 12px; border-top: 1px solid var(--border); display: inline-flex; align-items: center; gap: 4px; transition: gap 0.2s; }
.post-card__more:hover { gap: 8px; color: var(--green-dark); }

/* ─── Sidebar Populares (card flutuante claro) ─── */
.sidebar-popular { background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 28px; position: sticky; top: 96px; }
.sidebar-popular__title { font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); margin-bottom: 4px; display: flex; align-items: center; gap: 8px; }
.sidebar-popular__title::before { content: '★'; color: var(--green); }
.sidebar-popular__heading { font-size: 1.375rem; font-weight: 800; color: var(--text); margin-bottom: 24px; line-height: 1.2; }
.sidebar-popular__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.sidebar-popular__item { display: flex; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.sidebar-popular__item:last-child { border-bottom: none; padding-bottom: 0; }
.sidebar-popular__item-num { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: white; border: 1.5px solid var(--green); color: var(--green); font-size: 0.8125rem; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; }
.sidebar-popular__item a { color: var(--text); font-size: 0.9rem; line-height: 1.4; font-weight: 600; transition: color 0.2s; }
.sidebar-popular__item a:hover { color: var(--green); }

/* ═══════════════════════════════════════════════════════════════════
   PAGINAÇÃO
   ═══════════════════════════════════════════════════════════════════ */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 56px; flex-wrap: wrap; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 16px; background: white; border: 1px solid var(--border); border-radius: 10px; font-weight: 600; font-size: 0.875rem; color: var(--text); transition: all 0.2s; }
.pagination .page-numbers:hover { border-color: var(--green); color: var(--green); transform: translateY(-2px); }
.pagination .page-numbers.current { background: var(--green); color: white; border-color: var(--green); box-shadow: 0 4px 12px rgba(58,160,67,0.25); }
.pagination .dots { border: none; background: transparent; }

/* ═══════════════════════════════════════════════════════════════════
   EMPTY STATE
   ═══════════════════════════════════════════════════════════════════ */
.empty-state { text-align: center; padding: 80px 24px; background: var(--bg-light); border: 2px dashed var(--border); border-radius: var(--radius-md); }
.empty-state__icon { font-size: 3.5rem; margin-bottom: 16px; }
.empty-state__title { font-size: 1.5rem; font-weight: 800; color: var(--text); margin-bottom: 8px; }
.empty-state__text { color: var(--text-muted); margin-bottom: 24px; max-width: 480px; margin-left: auto; margin-right: auto; }
.empty-state__cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; background: var(--green); color: white !important; border-radius: var(--radius-sm); font-weight: 700; transition: all 0.3s; }
.empty-state__cta:hover { background: var(--green-dark); transform: translateY(-2px); }

/* ═══════════════════════════════════════════════════════════════════
   PÁGINA DE POST INDIVIDUAL
   ═══════════════════════════════════════════════════════════════════ */
.single-back { background: var(--bg-light); padding: 24px 0; border-bottom: 1px solid var(--border); }
.single-back__link { display: inline-flex; align-items: center; gap: 8px; color: var(--text); font-weight: 700; font-size: 0.9375rem; transition: gap 0.2s; }
.single-back__link:hover { gap: 12px; color: var(--green); }
.single-back__link svg { color: var(--green); }

.single-hero { padding: 64px 0 48px; background: var(--bg-white); }
.single-hero__container { max-width: var(--container); }
.single-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 1024px) { .single-hero__grid { grid-template-columns: 1fr; gap: 32px; } }
.single-hero__img { border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 16/10; }
.single-hero__img img { width: 100%; height: 100%; object-fit: cover; display: block; }

.single-meta { display: flex; align-items: center; gap: 12px; font-size: 0.8125rem; color: var(--text-muted); margin-bottom: 16px; flex-wrap: wrap; }
.single-meta__category { display: inline-flex; padding: 4px 12px; background: var(--green-pale); color: var(--green-dark); border-radius: var(--radius-full); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.7rem; }
.single-title { font-size: clamp(1.875rem, 4vw, 3rem); font-weight: 800; line-height: 1.15; color: var(--text); letter-spacing: -0.02em; margin-bottom: 16px; }
.single-excerpt { font-size: 1.125rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 24px; }

.single-author-bar { display: flex; align-items: center; gap: 12px; padding: 20px 0 0; border-top: 1px solid var(--border); }
.single-author-bar__avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--green-pale); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--green-dark); flex-shrink: 0; overflow: hidden; }
.single-author-bar__avatar img { width: 100%; height: 100%; object-fit: cover; }
.single-author-bar__info { flex: 1; }
.single-author-bar__name { font-size: 0.9375rem; font-weight: 700; color: var(--text); }
.single-author-bar__date { font-size: 0.8125rem; color: var(--text-muted); }
.single-share { display: flex; gap: 8px; }
.single-share a { width: 36px; height: 36px; border-radius: 50%; background: var(--bg-light); color: var(--text-muted); display: inline-flex; align-items: center; justify-content: center; transition: all 0.2s; border: 1px solid var(--border); }
.single-share a:hover { background: var(--green); color: white; border-color: var(--green); transform: translateY(-2px); }

.single-content { padding: 32px 0 40px; background: var(--bg-white); }
.single-content__inner { max-width: var(--container-narrow); margin: 0 auto; padding: 0 24px; }
.single-content h2 { font-size: 1.875rem; font-weight: 800; color: var(--text); margin: 48px 0 16px; line-height: 1.2; letter-spacing: -0.01em; }
.single-content h3 { font-size: 1.375rem; font-weight: 700; color: var(--text); margin: 36px 0 12px; }
.single-content p { font-size: 1.0625rem; color: var(--text); line-height: 1.8; margin-bottom: 20px; }
.single-content ul, .single-content ol { font-size: 1.0625rem; color: var(--text); line-height: 1.8; padding-left: 24px; margin-bottom: 20px; }
.single-content li { margin-bottom: 8px; }
.single-content a { color: var(--green); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.single-content a:hover { color: var(--green-dark); }
.single-content blockquote { border-left: 4px solid var(--green); padding: 20px 24px; margin: 32px 0; font-size: 1.125rem; color: var(--text); font-style: italic; background: var(--green-soft); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.single-content img { border-radius: var(--radius-sm); margin: 24px 0; }
.single-content code { background: var(--bg-light); padding: 2px 6px; border-radius: 4px; font-size: 0.95em; color: var(--blue); }
.single-content pre { background: var(--dark); color: white; padding: 20px; border-radius: var(--radius-sm); overflow-x: auto; margin: 24px 0; }
.single-content hr { border: none; border-top: 1px solid var(--border); margin: 48px 0; }

.single-tags { max-width: var(--container-narrow); margin: 32px auto 0; padding: 0 24px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.single-tags__label { font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); }
.single-tags a { display: inline-flex; align-items: center; padding: 6px 14px; background: var(--bg-light); border: 1px solid var(--border); color: var(--text-muted); border-radius: var(--radius-full); font-size: 0.8125rem; font-weight: 600; transition: all 0.2s; }
.single-tags a:hover { border-color: var(--green); color: var(--green); transform: translateY(-1px); }

/* ═══════════════════════════════════════════════════════════════════
   CTA pós-post (verde-soft, integrado)
   ═══════════════════════════════════════════════════════════════════ */
.post-cta { padding: 64px 0; background: var(--green-soft); }
.post-cta__container { max-width: var(--container-narrow); margin: 0 auto; padding: 0 24px; }
.post-cta__inner { background: var(--gradient-dark); border-radius: var(--radius-lg); padding: 56px 48px; text-align: center; color: white; position: relative; overflow: hidden; }
.post-cta__inner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(58,160,67,0.25) 0%, transparent 60%); pointer-events: none; }
.post-cta__overline { display: inline-block; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: #5DD66B; margin-bottom: 12px; position: relative; }
.post-cta__title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; margin-bottom: 12px; position: relative; line-height: 1.2; }
.post-cta__title span { background: linear-gradient(135deg, #5DD66B 0%, #66B8FF 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.post-cta__text { font-size: 1.0625rem; color: rgba(255,255,255,0.8); margin-bottom: 28px; position: relative; max-width: 480px; margin-left: auto; margin-right: auto; }
.post-cta__btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 36px; background: var(--green); color: white !important; border-radius: var(--radius-sm); font-weight: 700; font-size: 1rem; box-shadow: 0 8px 24px rgba(58,160,67,0.4); transition: all 0.3s; position: relative; }
.post-cta__btn:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(58,160,67,0.5); }

/* ═══════════════════════════════════════════════════════════════════
   MAIS POSTAGENS (related — fundo branco)
   ═══════════════════════════════════════════════════════════════════ */
.related-posts { padding: 80px 0; background: var(--bg-white); }
.related-posts__head { text-align: center; margin-bottom: 48px; }
.related-posts__overline { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); margin-bottom: 8px; }
.related-posts__title { font-size: clamp(1.875rem, 3vw, 2.5rem); font-weight: 800; color: var(--text); }
.related-posts .blog-grid { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1024px) { .related-posts .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .related-posts .blog-grid { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════════════════════
   TODAS AS POSTAGENS (light com cards)
   ═══════════════════════════════════════════════════════════════════ */
.all-posts { padding: 80px 0; background: var(--bg-light); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.all-posts__head { text-align: center; margin-bottom: 48px; }
.all-posts__overline { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); margin-bottom: 8px; }
.all-posts__title { font-size: clamp(1.875rem, 3vw, 2.5rem); font-weight: 800; color: var(--text); margin-bottom: 8px; }
.all-posts__subtitle { font-size: 1rem; color: var(--text-muted); max-width: 520px; margin: 0 auto; }
.all-posts__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 1000px; margin: 0 auto; }
.all-posts__col { display: flex; flex-direction: column; gap: 14px; }
.all-posts__item { display: flex; align-items: flex-start; gap: 12px; padding: 14px 18px; background: white; border: 1px solid var(--border); border-radius: var(--radius-sm); transition: all 0.3s; }
.all-posts__item:hover { border-color: var(--green); transform: translateX(4px); box-shadow: var(--shadow-md); }
.all-posts__item-bullet { flex-shrink: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--green); margin-top: 7px; }
.all-posts__item a { color: var(--text); font-size: 0.9375rem; line-height: 1.4; font-weight: 600; transition: color 0.2s; }
.all-posts__item a:hover { color: var(--green); }
.all-posts__cta { text-align: center; margin-top: 40px; }
.all-posts__cta-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: var(--green); color: white !important; border-radius: var(--radius-sm); font-weight: 700; font-size: 0.9375rem; box-shadow: 0 6px 20px rgba(58,160,67,0.3); transition: all 0.3s; }
.all-posts__cta-btn:hover { background: var(--green-dark); transform: translateY(-2px); }
@media (max-width: 768px) { .all-posts__grid { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════════════════════
   ÁREAS DE ATUAÇÃO (verde-soft + tabs verdes — SEM laranja)
   ═══════════════════════════════════════════════════════════════════ */
.areas-atuacao { padding: 80px 0; background: var(--green-soft); position: relative; overflow: hidden; }
.areas-atuacao::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 20%, rgba(58,160,67,0.07) 0%, transparent 50%), radial-gradient(ellipse at 20% 80%, rgba(0,76,141,0.05) 0%, transparent 50%); pointer-events: none; }
.areas-atuacao .container { position: relative; z-index: 1; }
.areas-atuacao__header { text-align: center; margin-bottom: 36px; }
.areas-atuacao__overline { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); margin-bottom: 8px; }
.areas-atuacao__title { font-size: clamp(1.875rem, 3vw, 2.5rem); font-weight: 800; color: var(--text); margin-bottom: 8px; letter-spacing: -0.01em; }
.areas-atuacao__subtitle { font-size: 1rem; color: var(--text-muted); }
.areas-atuacao__tabs { display: flex; gap: 4px; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; max-width: 980px; margin-left: auto; margin-right: auto; padding: 6px; background: white; border-radius: var(--radius-sm); border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.areas-atuacao__tab { padding: 12px 22px; background: transparent; color: var(--text-muted); border-radius: 6px; font-family: inherit; font-size: 0.875rem; font-weight: 700; cursor: pointer; transition: all 0.3s; flex: 1; min-width: 130px; }
.areas-atuacao__tab:hover { color: var(--text); background: var(--bg-light); }
.areas-atuacao__tab.is-active { background: var(--green); color: white; box-shadow: 0 4px 12px rgba(58,160,67,0.3); }
.areas-atuacao__panel { display: none; max-width: 1100px; margin: 0 auto; }
.areas-atuacao__panel.is-active { display: block; animation: areasFadeIn 0.3s ease-out; }
@keyframes areasFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.areas-atuacao__list { list-style: none; padding: 0; margin: 0 0 32px; display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; }
.areas-atuacao__list li { font-size: 0.875rem; font-weight: 600; color: var(--text); padding: 10px 14px; background: white; border: 1px solid var(--border); border-radius: var(--radius-sm); text-align: center; transition: all 0.2s; }
.areas-atuacao__list li:hover { border-color: var(--green); color: var(--green); transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.areas-atuacao__cta { text-align: center; padding-top: 24px; border-top: 1px solid rgba(0,0,0,0.06); }
.areas-atuacao__cta p { font-size: 0.9375rem; color: var(--text-muted); margin-bottom: 16px; }
.areas-atuacao__cta-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: var(--green); color: white !important; border-radius: var(--radius-sm); font-weight: 700; font-size: 0.9375rem; box-shadow: 0 8px 24px rgba(58,160,67,0.3); transition: all 0.3s; }
.areas-atuacao__cta-btn:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(58,160,67,0.4); }
@media (max-width: 600px) { .areas-atuacao__tab { font-size: 0.75rem; padding: 10px 14px; min-width: 110px; } .areas-atuacao__list { grid-template-columns: repeat(2, 1fr); } }

/* ═══════════════════════════════════════════════════════════════════
   FOOTER (igual site)
   ═══════════════════════════════════════════════════════════════════ */
.site-footer { background: var(--dark); padding: 80px 0 40px; color: rgba(255,255,255,0.55); }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 48px; margin-bottom: 48px; }
.site-footer__brand img { height: 56px; width: auto; }
.site-footer__brand p { font-size: 0.875rem; line-height: 1.7; margin-top: 20px; }
.site-footer__col { display: flex; flex-direction: column; gap: 10px; }
.site-footer__col h4 { color: white; font-size: 0.9375rem; font-weight: 700; margin-bottom: 4px; }
.site-footer__col a { font-size: 0.875rem; color: rgba(255,255,255,0.45); }
.site-footer__col a:hover { color: var(--green); }
.site-footer__col strong { color: rgba(255,255,255,0.7); display: inline; }
.site-footer__address { font-size: 0.8125rem; line-height: 1.6; margin-top: 8px; }
.site-footer__social { display: flex; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
.site-footer__social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.06); color: white !important; display: inline-flex; align-items: center; justify-content: center; transition: all 0.3s; border: 1px solid rgba(255,255,255,0.1); }
.site-footer__social a:hover { background: var(--green); transform: translateY(-2px); border-color: var(--green); box-shadow: 0 8px 20px rgba(58,160,67,0.4); }
.site-footer__seals { display: flex; gap: 14px; margin-top: 20px; flex-wrap: wrap; }
.site-footer__seals img { width: 64px; height: 64px; object-fit: contain; background: white; border-radius: 10px; padding: 8px; }
.site-footer__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.06); font-size: 0.75rem; color: rgba(255,255,255,0.3); }
.site-footer__bottom a { color: rgba(255,255,255,0.3); }
.site-footer__bottom a:hover { color: var(--green); }
@media (max-width: 1024px) { .site-footer__grid { grid-template-columns: repeat(2, 1fr); gap: 36px; } }
@media (max-width: 600px) { .site-footer__grid { grid-template-columns: 1fr; gap: 32px; } .site-footer__bottom { flex-direction: column; gap: 8px; text-align: center; } }

/* ═══════════════════════════════════════════════════════════════════
   WHATSAPP FLOAT
   ═══════════════════════════════════════════════════════════════════ */
.wa-float { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: white !important; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(37,211,102,0.35); z-index: 999; transition: transform 0.3s; }
.wa-float:hover { transform: scale(1.08); }

/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE — Header mobile
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .site-header__inner { padding: 0 24px; }
  .site-header__phone { display: none; }
}
@media (max-width: 767px) {
  :root { --header-h: 64px; }
  .site-header__nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; flex-direction: column; padding: 24px; gap: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.08); border-top: 1px solid var(--border); }
  .site-header__nav.is-open { display: flex; }
  .site-header__burger { display: flex; }
  .site-header__inner { padding: 0 16px; gap: 12px; }
  .site-header__logo img { height: 32px; }
  .site-header__cta { padding: 8px 14px; font-size: 0.8125rem; }
  .blog-hero { padding: 64px 0 56px; }
  .blog-hero__title { font-size: 2rem; }
  .single-content h2 { font-size: 1.5rem; }
  .single-content h3 { font-size: 1.25rem; }
  .single-content p, .single-content ul, .single-content ol { font-size: 1rem; }
  .post-cta__inner { padding: 36px 24px; }
  .areas-atuacao, .related-posts, .all-posts, .blog-main { padding: 56px 0; }
}
