/*
Theme Name: FAR Solucions Child
Theme URI: https://farsolucions.com
Description: Tema hijo — identidad FAR (paleta index estático)
Author: Eric Sanchez
Template: kadence
Version: 1.0.0
*/

/* Si usáis GeneratePress en lugar de Kadence, cambiad Template: generatepress */

:root {
  --gold: #b8a656;
  --gold-light: #d4c27a;
  --gold-dark: #9a8a3e;
  --brown: #755332;
  --brown-dark: #5a3e24;
  --taupe: #a69b90;
  --cream: #fafaf8;
  --cream-dark: #f4f1ec;
  --text-dark: #2c2520;
  --text-mid: #5a4e42;
  --text-light: #8c7e72;
  --white: #ffffff;
  --border: #ddd8d0;
  --green: #55735f;
}

body {
  font-family: "Lato", system-ui, sans-serif;
  color: var(--text-dark);
  background: var(--cream);
}

h1, h2, h3, .wp-block-heading {
  font-family: "Orbitron", sans-serif;
  color: var(--brown);
}

a {
  color: var(--brown);
}

a:hover {
  color: var(--gold-dark);
}

/* Botones Kadence / WP */
.kb-button, .wp-block-button__link, button[type="submit"] {
  background: var(--brown) !important;
  color: var(--white) !important;
  border-radius: 2px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
}

.kb-button:hover, .wp-block-button__link:hover, button[type="submit"]:hover {
  background: var(--brown-dark) !important;
}

/* Sección método / digital — fondo marrón */
.far-section-dark {
  background: var(--brown) !important;
  color: var(--white) !important;
}

.far-section-dark h2,
.far-section-dark h3 {
  color: var(--white) !important;
}

/* Etiquetas tipo "Qui som" */
.far-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.far-label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--gold);
  margin-right: 12px;
  vertical-align: middle;
}

/* WhatsApp flotante (si no usáis Joinchat) */
.far-wsp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  width: 54px;
  height: 54px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.far-wsp-float svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}
