/* FontAwesome crítico - Todos los iconos de la página */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/fontawesome/webfonts/fa-solid-900.woff2') format('woff2');
}

.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
}

/* Iconos del hero */
.fa-calculator:before { content: "\f1ec"; }
.fa-phone:before { content: "\f095"; }
.fa-check-circle:before { content: "\f058"; }
.fa-euro-sign:before { content: "\f153"; }
.fa-clock:before { content: "\f017"; }

/* Iconos ventajas */
.fa-shield-alt:before { content: "\f3ed"; }
.fa-map-marked-alt:before { content: "\f5a0"; }
.fa-tools:before { content: "\f7d9"; }
.fa-certificate:before { content: "\f0a3"; }

/* Iconos tipos piscinas */
.fa-hammer:before { content: "\f6e3"; }
.fa-water:before { content: "\f773"; }
.fa-leaf:before { content: "\f06c"; }
.fa-arrow-right:before { content: "\f061"; }

/* Iconos precios */
.fa-info-circle:before { content: "\f05a"; }

/* Iconos servicios */
.fa-pencil-ruler:before { content: "\f5ae"; }
.fa-hard-hat:before { content: "\f807"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-sync-alt:before { content: "\f2f1"; }

/* Iconos stats */
.fa-swimming-pool:before { content: "\f5c5"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-smile:before { content: "\f118"; }