/* ==========================================================================
   Para Psicólogos — Viver Terapia
   ========================================================================== */

/* ---------- Hero ---------- */
.pp-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, var(--azul-700), var(--azul-900) 65%);
  padding: 88px 0 64px;
  text-align: center;
}
.pp-hero::before, .pp-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.16);
}
.pp-hero::before { width: 560px; height: 560px; left: -200px; top: -220px; }
.pp-hero::after { width: 360px; height: 360px; right: -120px; bottom: -160px; border-color: rgba(255,255,255,0.1); }

.pp-hero .container { position: relative; max-width: 780px; }
.pp-hero .eyebrow { justify-content: center; color: var(--azul-300); }
.pp-hero .eyebrow::before { background: var(--azul-400); }
.pp-hero h1 { color: var(--branco); font-size: 46px; margin-top: 18px; }
.pp-hero p.lead { color: var(--azul-200); font-size: 17.5px; margin: 22px auto 0; max-width: 560px; }

.pp-hero-cta { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 36px; flex-wrap: wrap; }
.pp-hero .btn-outline { background: transparent; color: var(--branco); border-color: rgba(255,255,255,0.35); }
.pp-hero .btn-outline:hover { border-color: var(--branco); }

.pp-stats {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 56px;
  flex-wrap: wrap;
}
.pp-stat { padding: 0 34px; border-right: 1px solid rgba(255,255,255,0.16); }
.pp-stat:last-child { border-right: none; }
.pp-stat .num { font-family: var(--fonte-titulo); font-weight: 700; font-size: 28px; color: var(--branco); }
.pp-stat .label { font-size: 12.5px; color: var(--azul-300); margin-top: 4px; }

/* ---------- Por que divulgar ---------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-card {
  background: var(--branco);
  border: 1px solid var(--borda);
  border-radius: var(--raio-md);
  padding: 30px;
  box-shadow: var(--sombra-sm);
  transition: box-shadow .15s ease, transform .15s ease;
}
.why-card:hover { box-shadow: var(--sombra-md); transform: translateY(-3px); }
.why-card .ico {
  width: 48px; height: 48px;
  border-radius: 13px;
  background: var(--azul-100);
  color: var(--azul-600);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.why-card h4 { font-size: 16.5px; }
.why-card p { font-size: 14px; margin-top: 8px; }

/* ---------- Planos ---------- */
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 900px; margin: 0 auto; }
.price-card {
  position: relative;
  background: var(--branco);
  border: 1.5px solid var(--borda);
  border-radius: var(--raio-lg);
  padding: 38px;
  box-shadow: var(--sombra-sm);
}
.price-card.featured { border-color: var(--azul-500); box-shadow: var(--sombra-lg); }
.price-card .badge-popular {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--azul-700); color: var(--branco);
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 7px 16px; border-radius: var(--raio-pill);
  white-space: nowrap;
}
.price-card .plan-name { font-family: var(--fonte-titulo); font-weight: 700; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--azul-600); }
.price-card .plan-price { font-family: var(--fonte-titulo); font-weight: 700; font-size: 38px; color: var(--tinta); margin-top: 12px; }
.price-card .plan-price span { font-size: 15px; font-weight: 500; color: var(--tinta-fraca); }
.price-card .plan-desc { margin-top: 12px; font-size: 14px; min-height: 62px; }
.price-list { margin-top: 24px; margin-bottom: 28px; }
.price-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--tinta-suave);
  padding: 9px 0;
  border-bottom: 1px solid var(--borda);
}
.price-list li:last-child { border-bottom: none; }
.price-list li svg { flex-shrink: 0; margin-top: 2px; color: var(--pastel-mint-ink); }
.price-card .btn { width: 100%; }
.pricing-note { text-align: center; margin-top: 28px; font-size: 13.5px; color: var(--tinta-fraca); }

/* ---------- Depoimentos ---------- */
.pp-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pp-testi-card { background: var(--branco); border: 1px solid var(--borda); border-radius: var(--raio-md); box-shadow: var(--sombra-sm); padding: 28px; }
.pp-testi-card p { font-size: 14.5px; font-style: italic; color: var(--tinta); }
.pp-testi-card .who { margin-top: 18px; font-size: 13.5px; font-weight: 700; color: var(--tinta-suave); }
.pp-testi-card .who span { display: block; font-weight: 500; font-size: 12.5px; color: var(--tinta-fraca); margin-top: 2px; }

/* ---------- Presencial ---------- */
.presencial-banner {
  display: flex;
  align-items: center;
  gap: 44px;
  background: var(--azul-100);
  border-radius: var(--raio-lg);
  padding: 46px 50px;
}
.presencial-banner .ico-big {
  width: 84px; height: 84px; flex-shrink: 0;
  border-radius: 22px;
  background: var(--branco);
  color: var(--azul-600);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--sombra-sm);
}
.presencial-banner h3 { font-size: 22px; }
.presencial-banner p { margin-top: 10px; font-size: 15px; }

/* ---------- Responsivo ---------- */
@media (max-width: 980px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .pp-testi-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}
@media (max-width: 860px) {
  .pp-hero h1 { font-size: 32px; }
  .pp-stat { padding: 0 18px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 420px; }
  .presencial-banner { flex-direction: column; text-align: center; padding: 36px 28px; }
}
@media (max-width: 620px) {
  .why-grid { grid-template-columns: 1fr; }
  .pp-stats { gap: 4px 0; }
  .pp-stat { border-right: none; padding: 0 16px; }
}
