/* ============================================================
   COOPERN THEME – HOME STYLES v3.0
   Adaptado de coopern-novo-html/index.html
============================================================ */

/* ========================================================
   CSS TOKENS / VARIÁVEIS
======================================================== */
:root {
  --c-green-900: #0b3320;
  --c-green-800: #0f3d27;
  --c-green-700: #1a5c3b;
  --c-green-600: #2d7a52;
  --c-green-500: #3c9966;
  --c-green-400: #5cb880;
  --c-green-100: #e6f5ed;
  --c-green-50:  #f0faf4;
  --c-orange:    #e07428;
  --c-orange-dk: #bf6020;
  --c-blue-dk:   #152254;
  --c-blue-mid:  #004d91;
  --c-salmon:    #e8856a;
  --c-peach-bg:  #fdf1e8;
  --c-text:      #1a2d22;
  --c-muted:     #587065;
  --c-light:     #93a89e;
  --radius-xl:   20px;
  --radius-2xl:  24px;
  --shadow-card: 0 2px 16px rgba(0,0,0,0.07);
}

/* ========================================================
   BASE
======================================================== */
body {
  font-family: "Nunito", sans-serif;
  color: var(--c-text);
  overflow-x: hidden;
  background: #fff;
}
img { max-width: 100%; }
a   { transition: color 0.15s, background 0.15s; }

/* ========================================================
   TOP BAR
======================================================== */
.topbar {
  background: var(--c-green-900);
  padding: 7px 0;
  font-size: 0.78rem;
  font-weight: 600;
}
.topbar a {
  color: rgba(255,255,255,0.88);
  text-decoration: none;
}
.topbar a:hover { color: #fff; }
.topbar .topbar-sep {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,0.25);
}

/* ========================================================
   NAVBAR
======================================================== */
.main-nav {
  background: #fff;
  box-shadow: 0 2px 14px rgba(0,0,0,0.07);
  padding: 10px 0;
}
.main-nav .navbar-brand img { height: 50px; }
.main-nav .nav-link {
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--c-text) !important;
  padding: 0.45rem 0.7rem !important;
  border-radius: 8px;
}
.main-nav .nav-link:hover {
  color: var(--c-green-700) !important;
  background: var(--c-green-50);
}
.btn-orcamentos {
  background: var(--c-orange);
  color: #fff;
  border-radius: 15px;
  padding: 9px 22px;
  font-weight: 800;
  font-size: 0.85rem;
  border: none;
  line-height: 1;
}
.btn-orcamentos:hover { background: var(--c-orange-dk); color: #fff; }
.btn-fale-nav {
  background: var(--c-green-900);
  color: #fff;
  border-radius: 15px;
  padding: 9px 22px;
  font-weight: 800;
  font-size: 0.85rem;
  border: none;
  line-height: 1;
}
.btn-fale-nav:hover { background: #07261a; color: #fff; }

/* ========================================================
   HERO
======================================================== */
.hero {
  background: #fff;
  padding: 24px 0 32px;
}
.hero-banner-wrap {
  /* background-image adicionado inline via ACF */
  background-color: var(--c-green-50);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 28px;
  overflow: hidden;
  padding: 52px 44px;
}
.hero-title {
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  font-weight: 900;
  line-height: 1.15;
  color: var(--c-green-900);
}
.hero-title .hero-green { color: var(--c-green-500); }
.hero-desc {
  font-size: 0.95rem;
  color: var(--c-muted);
  line-height: 1.65;
  max-width: 430px;
}
.btn-hero-solid {
  background: var(--c-green-900);
  color: #fff;
  border-radius: 15px;
  padding: 12px 28px;
  font-weight: 800;
  font-size: 0.9rem;
  border: 2px solid var(--c-green-900);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.btn-hero-solid:hover { background: #07261a; color: #fff; border-color: #07261a; }
.btn-hero-outline {
  background: transparent;
  color: var(--c-green-900);
  border-radius: 15px;
  padding: 12px 28px;
  font-weight: 800;
  font-size: 0.9rem;
  border: 2px solid var(--c-green-900);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.btn-hero-outline:hover { background: var(--c-green-900); color: #fff; }
.hero-photo-col { position: relative; z-index: 2; }
.hero-photo {
  width: 100%;
  max-width: 360px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border-radius: 24px;
}
.hero-features {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  border-radius: 16px;
  padding: 8px 4px;
  box-shadow: var(--shadow-card);
}
.hero-feat-card {
  background: transparent;
  border-radius: 0;
  padding: 13px 15px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-shadow: none;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.hero-feat-card:last-child { border-bottom: none; }
.hero-feat-card .fi {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-green-600);
}
.hero-feat-card .fi svg,
.hero-feat-card .fi i[data-lucide] { width: 17px; height: 17px; }
.hero-feat-card h6 {
  font-weight: 800;
  font-size: 0.84rem;
  color: var(--c-text);
  margin: 0 0 2px;
}
.hero-feat-card p { font-size: 0.76rem; color: var(--c-muted); margin: 0; line-height: 1.38; }

/* ========================================================
   NÚMEROS
======================================================== */
.numeros-section {
  background: transparent;
  padding: 38px 0;
}
.numeros-label {
  font-size: 1.45rem;
  font-weight: 900;
  color: var(--c-green-900);
  line-height: 1.15;
}
.numeros-label span { font-weight: 500; font-size: 1.25rem; }
.numeros-bar {
  width: 38px;
  height: 3px;
  background: var(--c-green-400);
  margin-top: 8px;
}
.num-card {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 20px 22px;
  box-shadow: var(--shadow-card);
  height: 100%;
}
.num-card .nc-icon { font-size: 1.4rem; margin-bottom: 8px; }
.num-card .nc-icon svg,
.num-card .nc-icon i[data-lucide] { width: 28px; height: 28px; }
.num-card .nc-val {
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
}
.num-card .nc-lbl { font-size: 0.78rem; color: var(--c-muted); line-height: 1.4; }
.nc-green  { color: var(--c-green-600); }
.nc-blue   { color: #3b82f6; }
.nc-red    { color: #ef4444; }
.nc-orange { color: var(--c-orange); }

/* ========================================================
   SERVIÇOS
======================================================== */
.servicos-section {
  /* background-image adicionado via wp_add_inline_style */
  background-color: var(--c-green-50);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 72px 0;
}
.servicos-section .d-lg-flex > div {
  flex: 1 1 0% !important;
  min-width: 0;
}
.section-heading {
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 900;
  color: var(--c-text);
  text-align: center;
}
.sh-green { color: var(--c-green-600); }
.section-sub {
  text-align: center;
  color: var(--c-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}
.serv-card {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 28px 22px 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-card);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.serv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.1);
}
.serv-card .sc-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 18px;
}
.serv-card .sc-icon svg,
.serv-card .sc-icon i[data-lucide] { width: 38px; height: 38px; }
.sc-green  { color: var(--c-green-600); }
.sc-teal   { color: #0ea5b4; }
.sc-orange { color: var(--c-orange); }
.sc-purple { color: #7c3aed; }
.sc-blue   { color: #3b82f6; }
.serv-card h5 {
  font-weight: 900;
  font-size: 0.95rem;
  margin-bottom: 10px;
  color: var(--c-text);
  line-height: 1.3;
}
.serv-card p {
  font-size: 0.81rem;
  color: var(--c-muted);
  line-height: 1.55;
  flex: 1;
  margin-bottom: 18px;
}
.serv-link {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--c-green-600);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.serv-link:hover { color: var(--c-green-900); }
.serv-link svg,
.serv-link i[data-lucide] { width: 14px; height: 14px; }

/* ========================================================
   ABOUT
======================================================== */
.about-section {
  padding: 80px 0;
  background: #fff;
}
.about-imgs {
  position: relative;
  padding-bottom: 70px;
}
.about-img-main {
  width: 78%;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.about-img-sec {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 58%;
  border-radius: 16px;
  border: 5px solid #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.about-tag {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--c-green-600);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about-title {
  font-size: clamp(1.6rem, 2.2vw, 2.05rem);
  font-weight: 900;
  color: var(--c-green-900);
  line-height: 1.2;
  margin-bottom: 18px;
}
.about-text {
  font-size: 0.95rem;
  color: var(--c-muted);
  line-height: 1.7;
  margin-bottom: 26px;
}
.about-badges { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.about-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.79rem;
  font-weight: 700;
  color: var(--c-text);
  line-height: 1.25;
}
.about-badge .ab-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: var(--c-green-100);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-green-600);
}
.about-badge .ab-icon svg,
.about-badge .ab-icon i[data-lucide] { width: 16px; height: 16px; }
.btn-about {
  background: var(--c-green-900);
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 14px 34px;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-block;
}
.btn-about:hover { background: #07261a; color: #fff; }

/* ========================================================
   VÍDEOS + POR QUE ESCOLHER (fundo compartilhado)
======================================================== */
.videos-pqe-bg {
  /* background-image adicionado via wp_add_inline_style */
  background-color: var(--c-green-50);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.videos-section {
  background: transparent;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.videos-section::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(92,184,128,0.22) 0%, transparent 68%);
  border-radius: 50%;
  bottom: -40px;
  right: -40px;
  pointer-events: none;
}
.videos-section .deco-salmon {
  position: absolute;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(232,133,106,0.22) 0%, transparent 68%);
  border-radius: 50%;
  top: -30px;
  right: 60px;
  pointer-events: none;
}
.vids-eyebrow {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--c-green-900);
  margin-bottom: 4px;
}
.vids-bar {
  width: 38px;
  height: 3px;
  background: var(--c-green-700);
  margin-bottom: 30px;
}
.video-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.video-card img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.video-card:hover img { transform: scale(1.04); }
.video-card .vc-overlay { display: none; }
.video-card .vc-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  background: rgba(255,255,255,0.92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-green-900);
  font-size: 1.1rem;
  padding-left: 3px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.18);
  transition: transform 0.2s;
}
.video-card:hover .vc-play { transform: translate(-50%, -50%) scale(1.08); }
.video-card .vc-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 13px 16px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(4px);
}
.video-card .vc-title h6 {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--c-blue-dk);
  margin: 0;
  line-height: 1.3;
  padding-right: 36px;
}
.vc-duration {
  position: absolute;
  bottom: 13px;
  right: 14px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--c-blue-dk);
}

/* ========================================================
   POR QUE ESCOLHER
======================================================== */
.pqe-section {
  padding: 16px 0 56px;
  background: transparent;
}
.pqe-card {
  background: var(--c-blue-mid);
  border-radius: var(--radius-2xl);
  padding: 38px 44px;
  color: #fff;
}
.pqe-title { font-size: 1.3rem; font-weight: 900; margin-bottom: 10px; }
.pqe-subtitle { font-size: 0.85rem; color: #fff; opacity: 0.82; line-height: 1.55; }
.btn-pqe {
  background: #fff;
  color: var(--c-blue-mid);
  border-radius: 15px;
  padding: 11px 24px;
  font-weight: 800;
  font-size: 0.85rem;
  border: none;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
}
.btn-pqe:hover { background: #e8edf8; color: var(--c-blue-mid); }
.pqe-vsep {
  width: 1px;
  background: rgba(255,255,255,0.18);
  align-self: stretch;
  min-height: 64px;
}
.pqe-feat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 0 12px;
}
.pqe-feat .pf-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pqe-feat .pf-icon svg,
.pqe-feat .pf-icon i[data-lucide] {
  width: 34px !important;
  height: 34px !important;
  color: #fff;
}
.pqe-feat span { font-size: 0.84rem; font-weight: 800; line-height: 1.3; }

/* ========================================================
   EQUIPE + TRANSPARÊNCIA
======================================================== */
.infos-section {
  padding: 16px 0 64px;
  background: #fff;
}
.dif-card {
  background: var(--c-peach-bg);
  border-radius: var(--radius-xl);
  padding: 30px 28px;
  height: 100%;
}
.dif-card h4 { font-weight: 900; font-size: 1.25rem; margin-bottom: 4px; }
.card-bar-orange {
  width: 36px;
  height: 3px;
  background: var(--c-orange);
  margin-bottom: 22px;
}
.card-bar-green {
  width: 36px;
  height: 3px;
  background: var(--c-green-700);
  margin-bottom: 22px;
}
.infos-swiper-wrap { position: relative; margin-bottom: 22px; }
.infos-swiper-prev,
.infos-swiper-next {
  position: absolute;
  top: -38px;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1.5px solid #e4efea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: var(--c-green-600);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: background 0.15s;
  padding: 0;
}
.infos-swiper-prev:hover,
.infos-swiper-next:hover { background: var(--c-green-50); }
.infos-swiper-prev { right: 36px; }
.infos-swiper-next { right: 0; }
.infos-swiper-prev.swiper-button-disabled,
.infos-swiper-next.swiper-button-disabled { opacity: 0.3; cursor: default; }
.team-grid { margin-bottom: 0; }
.team-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.team-item img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.team-item span {
  font-size: 0.71rem;
  color: var(--c-muted);
  text-align: center;
  line-height: 1.25;
  max-width: 70px;
}
.btn-conhecer {
  background: var(--c-orange);
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 10px 22px;
  font-weight: 800;
  font-size: 0.84rem;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}
.btn-conhecer:hover { background: var(--c-orange-dk); color: #fff; }
.transp-card {
  background: #f4f8f7;
  border: 1.5px solid #e4efea;
  border-radius: var(--radius-xl);
  padding: 30px 28px;
  height: 100%;
}
.transp-card h4 { font-weight: 900; font-size: 1.25rem; margin-bottom: 4px; }
.transp-card > p { font-size: 0.84rem; color: var(--c-muted); margin-bottom: 22px; }
.transp-items { margin-bottom: 0; }
.transp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.transp-item .ti-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-green-600);
}
.transp-item .ti-icon svg,
.transp-item .ti-icon i[data-lucide] { width: 28px; height: 28px; }
.transp-item span {
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--c-text);
  line-height: 1.3;
}
.btn-transp {
  background: var(--c-green-900);
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 10px 22px;
  font-weight: 800;
  font-size: 0.84rem;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}
.btn-transp:hover { background: #07261a; color: #fff; }

/* ========================================================
   BLOG / NOTÍCIAS + CTA (fundo compartilhado)
======================================================== */
.blog-cta-bg {
  /* background-image adicionado via wp_add_inline_style */
  background-color: #f8fdf9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-section {
  padding: 16px 0 72px;
  background: transparent;
}
.blog-hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.blog-hdr h3 {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--c-green-900);
  margin: 0;
}
.blog-hdr a {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--c-green-600);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.blog-hdr a:hover { color: var(--c-green-900); }
.blog-hdr a svg,
.blog-hdr a i[data-lucide] { width: 16px; height: 16px; }
.blog-card {
  background: #fff;
  border: 1.5px solid #e4efea;
  border-radius: var(--radius-xl);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: row;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}
.blog-card .bc-img {
  width: 42%;
  min-width: 42%;
  flex-shrink: 0;
  overflow: hidden;
}
.blog-card .bc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.blog-card:hover .bc-img img { transform: scale(1.05); }
.blog-card .bc-body {
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.bt-saude    { background: var(--c-green-100); color: var(--c-green-600); }
.bt-coopern  { background: var(--c-green-100); color: var(--c-green-700); }
.bt-novidade { background: #fff3e6; color: var(--c-orange); }
.blog-card h5 {
  font-weight: 900;
  font-size: 0.95rem;
  color: var(--c-text);
  margin-bottom: 7px;
  line-height: 1.3;
}
.blog-card p {
  font-size: 0.8rem;
  color: var(--c-muted);
  line-height: 1.5;
  flex: 1;
  margin-bottom: 14px;
}
.blog-link {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--c-green-600);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.blog-link:hover { color: var(--c-green-900); }
.blog-link svg,
.blog-link i[data-lucide] { width: 14px; height: 14px; }

/* ========================================================
   CTA – VAMOS CONVERSAR
======================================================== */
.cta-section {
  padding: 16px 0 64px;
  background: transparent;
}
.cta-card {
  background: var(--c-green-700);
  background-image: url('../img/cta-vamosconversar-left-bg.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.cta-nurse {
  width: 200px;
  min-width: 200px;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.cta-body {
  padding: 40px 36px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 320px;
}
.cta-body h2 { font-size: 1.75rem; font-weight: 900; margin-bottom: 12px; }
.cta-body p  { font-size: 0.9rem; color: #fff; opacity: 0.9; line-height: 1.65; margin-bottom: 22px; }
.btn-cta {
  background: #0ca507;
  color: #fff;
  border-radius: 15px;
  padding: 12px 26px;
  font-weight: 800;
  font-size: 0.9rem;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  text-decoration: none;
}
.btn-cta:hover { background: var(--c-green-50); color: var(--c-green-900); }
.btn-cta svg,
.btn-cta i[data-lucide] { width: 18px; height: 18px; }
.cta-options {
  flex: 1;
  padding: 24px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-content: center;
}
.cta-opt {
  background: #fff;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--c-text);
  cursor: pointer;
  transition: background 0.15s, box-shadow 0.15s;
  text-decoration: none;
}
.cta-opt:hover {
  background: var(--c-green-50);
  color: var(--c-text);
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.cta-opt .co-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-opt .co-icon svg,
.cta-opt .co-icon i[data-lucide] { width: 24px; height: 24px; color: var(--c-green-600); }
.cta-opt span { font-size: 0.78rem; font-weight: 700; line-height: 1.25; }

/* ========================================================
   FOOTER
======================================================== */
.site-footer {
  background: var(--c-green-700);
  padding: 56px 0 32px;
  color: rgba(255,255,255,0.85);
}
.site-footer .footer-logo img {
  height: 50px;
  margin-bottom: 14px;
  display: block;
}
.site-footer .footer-about {
  font-size: 0.84rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.65;
  max-width: 230px;
}
.footer-socials { display: flex; gap: 9px; margin-top: 18px; }
.footer-social {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.14);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.88rem;
  text-decoration: none;
}
.footer-social:hover { background: rgba(255,255,255,0.28); color: #fff; }
.footer-col h6 {
  font-weight: 900;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a {
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
}
.footer-col ul li a:hover { color: #fff; }
.footer-col .nav { flex-direction: column; }
.footer-col .nav-item { margin-bottom: 9px; }
.footer-col .nav-link {
  color: rgba(255,255,255,0.78) !important;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0 !important;
  background: none !important;
}
.footer-col .nav-link:hover { color: #fff !important; }
.footer-divider { border-color: rgba(255,255,255,0.1); margin: 32px 0 0; }
.footer-bottom {
  background: var(--c-orange);
  padding: 11px 0;
  text-align: center;
}
.footer-bottom a,
.footer-bottom span {
  color: rgba(255,255,255,0.9);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.footer-bottom img { height: 22px; vertical-align: middle; }

/* ========================================================
   SWIPER OVERRIDES
======================================================== */
.swiper-pagination-bullet { background: var(--c-green-600); opacity: 0.4; }
.swiper-pagination-bullet-active { opacity: 1; }

/* ========================================================
   RESPONSIVE
======================================================== */
@media (max-width: 991px) {
  .hero-photo    { max-width: 280px; }
  .pqe-card      { padding: 28px 24px; }
  .cta-card      { flex-direction: column; }
  .cta-nurse     { width: 100%; height: 200px; min-width: unset; object-position: 50% 20%; }
  .cta-options   { grid-template-columns: repeat(2, 1fr); }
  .cta-body      { flex: unset; }
}
@media (max-width: 767px) {
  .hero          { padding: 16px 0 24px; }
  .hero-banner-wrap { padding: 32px 22px; border-radius: 18px; }
  .blog-card     { flex-direction: column; }
  .blog-card .bc-img { width: 100%; min-width: unset; aspect-ratio: 16/9; height: auto; }
  .cta-options   { grid-template-columns: repeat(2, 1fr); }
  .pqe-card      { padding: 22px 18px; }
}
@media (max-width: 575px) {
  .numeros-label { font-size: 1.2rem; }
  .cta-options   { grid-template-columns: 1fr 1fr; }
}

/* ========================================================
   PÁGINAS INTERNAS
======================================================== */
.page-hero {
  background: var(--c-green-50);
  padding: 48px 0 40px;
  border-bottom: 1.5px solid #e4efea;
}
.page-hero__breadcrumb {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--c-muted);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.page-hero__breadcrumb a { color: var(--c-green-600); }
.page-hero__breadcrumb i[data-lucide] { width: 13px; height: 13px; }
.page-hero__title {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 900;
  color: var(--c-green-900);
  margin: 0;
  line-height: 1.2;
}
.page-hero--404 { background: var(--c-peach-bg); }
.page-hero--404 .page-hero__title { color: var(--c-orange); }
.page-content {
  padding: 56px 0 72px;
  background: #fff;
}
.page-content p {
  font-size: 0.95rem;
  color: var(--c-muted);
  line-height: 1.75;
}
.page-content h2 {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--c-green-900);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.page-content h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--c-green-700);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.page-content h4 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--c-green-700);
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.page-thumbnail {
  float: right;
  width: 42%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  border: 4px solid #fff;
  margin: 0 0 20px 36px;
}
.btn-back {
  background: transparent;
  color: var(--c-green-700);
  border: 2px solid var(--c-green-700);
  border-radius: 15px;
  padding: 9px 24px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}
.btn-back:hover { background: var(--c-green-700); color: #fff; }
.btn-back i[data-lucide] { width: 15px; height: 15px; }
.page-404-text {
  font-size: 0.95rem;
  color: var(--c-muted);
  text-align: center;
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.75;
}
.internal-contact-map {
  width: 100%;
  height: 380px;
  border: none;
  border-radius: 16px;
  display: block;
  box-shadow: var(--shadow-card);
}
@media (max-width: 991px) and (min-width: 576px) {
  .page-thumbnail { width: 46%; }
}
@media (max-width: 575px) {
  .page-thumbnail { float: none; width: 100%; margin: 0 0 24px; }
}
@media (max-width: 767px) {
  .page-hero    { padding: 32px 0 28px; }
  .page-content { padding: 36px 0 48px; }
}

/* ========================================================
   ARCHIVE / LISTAGENS
======================================================== */
.archive-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.archive-cat-btn {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--c-green-700);
  border: 1.5px solid var(--c-green-700);
  border-radius: 20px;
  padding: 5px 16px;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.archive-cat-btn:hover,
.archive-cat-btn.active { background: var(--c-green-700); color: #fff; }
.archive-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 52px;
}
.archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--c-green-700);
  border: 1.5px solid #e4efea;
  background: #fff;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.archive-pagination .page-numbers:hover,
.archive-pagination .page-numbers.current {
  background: var(--c-green-700);
  color: #fff;
  border-color: var(--c-green-700);
}
.archive-pagination .page-numbers.dots { border: none; background: none; color: var(--c-muted); }
/* Testimonial card */
.testi-card {
  background: #fff;
  border: 1.5px solid #e4efea;
  border-radius: var(--radius-xl);
  padding: 28px 26px 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-card);
}
.testi-card .tc-quote {
  font-size: 2.5rem;
  line-height: 1;
  color: var(--c-green-400);
  font-family: Georgia, serif;
  margin-bottom: 8px;
  display: block;
}
.testi-card .tc-text {
  font-size: 0.9rem;
  color: var(--c-muted);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 20px;
}
.testi-card .tc-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #e4efea;
  padding-top: 16px;
}
.testi-card .tc-avatar {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--c-green-100);
}
.testi-card .tc-avatar-placeholder {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: var(--c-green-100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-green-600);
}
.testi-card .tc-name {
  font-weight: 900;
  font-size: 0.88rem;
  color: var(--c-text);
  margin: 0 0 2px;
}
.testi-card .tc-role { font-size: 0.75rem; color: var(--c-muted); margin: 0; }
/* Video card no-thumbnail fallback */
.vc-placeholder {
  background: var(--c-green-50);
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
}
