/* ============================================
   THEME — SNAP-ME Studio (pages agence)
   Changer uniquement ce fichier par client
   ============================================ */
:root {
  /* Couleur principale */
  --brand:        #c8226a;
  --brand-light:  #e82f85;
  --brand-dim:    rgba(200,34,106,0.10);

  /* Fonds sombres */
  --dark:         #0e0c22;
  --dark-2:       #1a1535;
  --dark-3:       #261e44;

  /* Fonds clairs */
  --surface:      #F7F4FB;
  --surface-2:    #ece9f5;

  /* Textes */
  --text:         #0e0c22;
  --text-2:       #36305a;
  --text-3:       #7a7299;

  /* Bordures */
  --border:       #c0b9e4;
  --border-dark:  #2a2455;

  /* Sections spéciales */
  --hero-bg:      linear-gradient(160deg,#0a0818 0%,#2a2470 55%,#6b1040 100%);
  --stats-bg:     #4a4291;

  /* Logo */
  --logo-file:    'logo-snapme.svg';
  --logo-filter:  brightness(0) invert(1);
}
