/*
Theme Name: RiseHand FBMU
Theme URI: https://fbmuglobal.org
Description: Thème enfant personnalisé pour FBMU Global Network, basé sur RiseHand.
Author: FBMU Global Network
Template: risehand
Version: 1.0.0
Text Domain: risehand-fbmu
*/

:root{
  --fbmu-blue:#123B5D;
  --fbmu-turquoise:#168C88;
  --fbmu-gold:#D4A64A;
  --fbmu-green:#4E765E;
  --fbmu-ivory:#F7F4ED;
  --fbmu-anthracite:#26333D;
  --fbmu-gray:#E7EBEE;
  --fbmu-white:#FFFFFF;
}

body, p, li, a, span, input, textarea, button{
  font-family: 'Inter', 'Source Sans 3', -apple-system, sans-serif;
  color: var(--fbmu-anthracite);
}

h1, h2, h3, h4, h5, h6,
.elementor-heading-title{
  font-family: 'Merriweather', Georgia, serif;
  color: var(--fbmu-blue);
}

h1, .h1, .elementor-widget-heading h1.elementor-heading-title{ font-size: 52px; line-height:1.15; }
@media (min-width: 992px){
  h1, .h1, .elementor-widget-heading h1.elementor-heading-title{ font-size: 60px; }
}
h2, .h2{ font-size: 38px; }
@media (min-width: 992px){ h2, .h2{ font-size: 44px; } }
body, p{ font-size: 17px; line-height:1.7; }

a{ color: var(--fbmu-turquoise); }
a:hover{ color: var(--fbmu-blue); }

/* Boutons */
.fbmu-btn,
.elementor-button.fbmu-btn-primary{
  background: var(--fbmu-gold) !important;
  color: var(--fbmu-blue) !important;
  border-radius: 6px;
  font-weight: 600;
  padding: 14px 28px;
}
.fbmu-btn-outline,
.elementor-button.fbmu-btn-outline{
  background: transparent !important;
  border: 2px solid var(--fbmu-blue) !important;
  color: var(--fbmu-blue) !important;
  border-radius: 6px;
  font-weight: 600;
  padding: 12px 26px;
}

/* Sections */
.fbmu-section-ivory{ background: var(--fbmu-ivory); }
.fbmu-section-blue{ background: var(--fbmu-blue); color: var(--fbmu-white); }
.fbmu-section-blue h1, .fbmu-section-blue h2, .fbmu-section-blue h3{ color: var(--fbmu-white); }

/* Cartes */
.fbmu-card{
  background: var(--fbmu-white);
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(18,59,93,0.08);
  padding: 28px;
}

/* Icônes crédibilité */
.fbmu-trust-icon{
  width: 56px; height:56px;
  border-radius: 50%;
  background: var(--fbmu-ivory);
  display:flex; align-items:center; justify-content:center;
  color: var(--fbmu-turquoise);
  margin: 0 auto 12px;
}

/* Barre de progression campagne (placeholder, sans montants réels) */
.fbmu-progress{ background: var(--fbmu-gray); border-radius: 999px; height: 8px; overflow:hidden; }
.fbmu-progress-fill{ background: var(--fbmu-gold); height:100%; }

/* Sécurité supplémentaire : masquer le bandeau de titre RiseHand si jamais
   la page d'accueil n'utilise pas le modèle "template-homepage.php"
   (ce modèle masque déjà nativement ce bandeau côté thème parent). */
.home .page_header_default{ display:none !important; }

/* Footer légal */
.fbmu-legal-line{ font-size: 13px; opacity:.85; }
