/*
 * TCC Web v1.17.4 · Action-First Form Anchors
 * Keeps explanatory content in normal page flow, but direct commercial CTAs
 * scroll to the actionable form card itself.
 */

#solicitud-cotizacion,
#escribirnos {
  scroll-margin-top: 108px;
}

@media (max-width: 820px) {
  #solicitud-cotizacion,
  #escribirnos {
    scroll-margin-top: 92px;
  }
}
