/* =============================================================
   Blog Facilita.vc — Home
   Hero, section headings e sidebar CTA específicos da home.
   ============================================================= */

/* ---- Hero ---- */
.hero { padding: 36px 0 10px; }
.hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--facilita-green);
}
.hero-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--facilita-dark);
  margin: 14px 0 16px;
}
.hero-title a { color: inherit; }
.hero-excerpt {
  font-size: 17px;
  color: var(--ink-2);
  max-width: 520px;
}
.hero-meta {
  font-size: 13px;
  color: var(--muted);
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-meta .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--facilita-blue-50);
  color: var(--facilita-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
}
.hero-meta strong { color: var(--ink); }
.hero-cover {
  aspect-ratio: 16/11;
}
.hero-link {
  display: block;
  position: relative;
  text-decoration: none;
}
.hero-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #fff;
  color: var(--facilita-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 4px;
  z-index: 2;
}

/* ---- Section headings ---- */
.section { padding: 56px 0; }
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}
.section-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: var(--facilita-dark);
  letter-spacing: -0.01em;
  margin: 0;
}
.section-title .accent { color: var(--facilita-green); }
.section-link {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--facilita-blue);
}
.section-link::after { content: " →"; }

/* ---- Sidebar CTA (WhatsApp) ---- */
.sidebar-cta {
  background: var(--bg-soft);
  border-radius: var(--radius);
  padding: 22px;
}
.sidebar-cta .eyebrow {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--facilita-green);
  margin-bottom: 8px;
}
.sidebar-cta h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: var(--facilita-dark);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.sidebar-cta p {
  font-size: 14px;
  color: var(--ink-2);
  margin-bottom: 14px;
}
.sidebar-cta .btn-wpp {
  background: var(--facilita-green);
  color: #fff;
  padding: 11px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
}
.sidebar-cta .btn-wpp:hover {
  color: #fff;
  filter: brightness(1.08);
}

/* ---- Responsive ---- */
@media (max-width: 767px) {
  .hero-title    { font-size: clamp(26px, 8vw, 32px); }
  .hero-excerpt  { display: block; font-size: 15px; }
  .section       { padding: 40px 0; }
  .section-title { font-size: 22px; }
}

@media (max-width: 374px) {
  .hero-title { font-size: 26px; }
}
