/* style/index-core-advantages.css */
/* 
  Body padding-top: var(--header-offset) is handled by shared.css.
  This page's first section should only have a small decorative top padding,
  not repeat var(--header-offset).
*/

:root {
  --bj39-primary-color: #11A84E;
  --bj39-secondary-color: #22C768;
  --bj39-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --bj39-card-bg: #11271B;
  --bj39-background: #08160F;
  --bj39-text-main: #F2FFF6;
  --bj39-text-secondary: #A7D9B8;
  --bj39-border: #2E7A4E;
  --bj39-glow: #57E38D;
  --bj39-gold: #F2C14E;
  --bj39-divider: #1E3A2A;
  --bj39-deep-green: #0A4B2C;
}