/* ============================================================
   14 · PRESUPUESTO ("Gestión del presupuesto")
   Anatomy unlike siblings: consejo tipográfico grande, casi un
   destacado de cita. Comilla de césped, texto a gran cuerpo y la
   última frase resaltada. Un párrafo textual del PDF.
   ============================================================ */

.presupuesto {
  padding: var(--tramo) var(--calle);
  background: var(--cal);
  border-top: 1px solid var(--linea);
}
.presupuesto__caja {
  width: var(--cancha); max-width: 980px; margin-inline: auto;
  position: relative; padding-top: clamp(2.4rem, 5vw, 4rem);
}
.presupuesto__caja::before {
  content: "\201C";                       /* comilla grande de césped */
  position: absolute; left: -0.2rem; top: -1.4rem;
  font-family: "Gabarito", sans-serif; font-weight: 900;
  font-size: clamp(5rem, 4rem + 6vw, 9rem); line-height: 1; color: var(--cesped);
}
.presupuesto__volante { margin-bottom: 1.1rem; }
.presupuesto__titulo { font-size: var(--t-titular); margin-bottom: 1.6rem; }
.presupuesto__p {
  font-family: "Gabarito", sans-serif; font-weight: 600;
  font-size: clamp(1.3rem, 1rem + 1.4vw, 2rem); line-height: 1.3; color: var(--tinta);
}
.presupuesto__p .marca {
  background: linear-gradient(transparent 56%, rgba(22,196,109,0.55) 56%);
  box-decoration-break: clone; -webkit-box-decoration-break: clone; padding: 0 0.06em;
}
.presupuesto__cta { margin-top: 2rem; }

@media (max-width: 1024px) {
  .presupuesto__p { font-size: clamp(1.2rem, 1rem + 1vw, 1.5rem); }
}
