/* ================================================================
   RESET & VARIABLES — unified palette (standard, no --no- prefix)
   ================================================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#1B2A4A;
  --navy-dark:#122036;
  --navy-light:#212f55;
  --navy-mid:#1e2e52;
  --navy-card:#1d2d50;
  --orange:#F5A623;
  --orange-hover:#e69a1a;
  --green:#2e8b57;
  --green-hover:#257a4a;
  --light-bg:#f0f2f5;
  --cat-eau:#80aaf2;
  --cat-education:#b1304c;
  --cat-spiritualite:#efaf41;
  --cat-solidarite:#3cb9ab;
  --cat-parrainage:#a37fc5;
  --radius-card:14px;
  --radius-pill:24px;
  --muted:#a0adc8;
  --muted-light:#c8d0e0;
  --divider:rgba(255,255,255,0.08);
  --gold-border:rgba(245,166,35,0.2);
  --gold-line:rgba(245,166,35,0.4);
}
html{scroll-behavior:smooth;scroll-padding-top:120px}
body{
  font-family:'DM Sans',sans-serif;
  margin:0;
  background:var(--navy);
  color:#fff;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6{font-family:'Roboto',sans-serif;font-weight:700;line-height:1.2}
.container{max-width:1200px;margin:0 auto;padding:0 24px}

/* ================================================================
   HERO
   ================================================================ */
.hero{
  background:linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
  color:#fff;padding:120px 0 100px;position:relative;overflow:hidden;
}
.hero::before{
  content:'';position:absolute;top:-50%;right:-20%;
  width:600px;height:600px;
  background:radial-gradient(circle, rgba(245,166,35,0.08) 0%, transparent 70%);
  border-radius:50%;
}
.hero::after{
  content:'';position:absolute;bottom:-30%;left:-10%;
  width:400px;height:400px;
  background:radial-gradient(circle, rgba(245,166,35,0.05) 0%, transparent 70%);
  border-radius:50%;
}
.hero .container{position:relative;z-index:1}
.hero__eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:13px;font-weight:600;text-transform:uppercase;
  letter-spacing:2px;color:var(--orange);margin-bottom:24px;
}
.hero__eyebrow::before{content:'';width:32px;height:2px;background:var(--orange)}
.hero__title{font-size:56px;font-weight:800;margin-bottom:24px;max-width:700px}
.hero__title span{color:var(--orange)}
.hero__desc{font-size:18px;line-height:1.7;color:rgba(255,255,255,0.75);max-width:600px;margin-bottom:40px}
.hero__actions{display:flex;gap:16px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:14px 28px;border-radius:8px;
  font-family:'DM Sans',sans-serif;font-weight:600;font-size:15px;
  text-decoration:none;cursor:pointer;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);
  border:2px solid transparent;
}
.btn--primary{background:var(--orange);color:var(--navy-dark);border-color:var(--orange)}
.btn--primary:hover{background:var(--orange-hover);border-color:var(--orange-hover);transform:translateY(-2px);box-shadow:0 4px 20px rgba(245,166,35,0.4)}
.btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,0.25)}
.btn--ghost:hover{border-color:var(--orange);color:var(--orange)}


/* ================================================================
   STICKY INTERNAL NAV
   ================================================================ */
.sticky-nav{
  position:sticky;top:60px;z-index:100;
  background:rgba(27,42,74,0.95);backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,0.08);padding:0;
}
.sticky-nav .container{display:flex;align-items:center;justify-content:space-between}
.sticky-nav__links{display:flex;list-style:none;gap:0}
.sticky-nav__links a{
  display:block;padding:18px 20px;
  color:rgba(255,255,255,0.7);text-decoration:none;
  font-size:14px;font-weight:500;transition:all 0.3s;
  border-bottom:2px solid transparent;
}
.sticky-nav__links a:hover,.sticky-nav__links a.active{color:var(--orange);border-bottom-color:var(--orange)}
.sticky-nav__pdf{
  display:inline-flex;align-items:center;gap:6px;
  padding:8px 16px;background:rgba(245,166,35,0.15);color:var(--orange);
  border-radius:8px;text-decoration:none;font-size:13px;font-weight:600;transition:all 0.3s;
}
.sticky-nav__pdf:hover{background:var(--orange);color:var(--navy-dark)}


/* ================================================================
   SECTIONS
   ================================================================ */
.section{padding:100px 0;background:var(--navy)}
.section--alt{background:var(--navy-light)}
.section__header{text-align:left;margin-bottom:60px}
.section__title-row{display:flex;align-items:center;gap:20px;margin-bottom:16px}
.section__icon{width:56px;height:56px;flex-shrink:0}
.section__icon svg{width:100%;height:100%}
#puits .section__icon svg,#puits .section__icon svg path{fill:#80aaf2}
#ecoles .section__icon svg,#ecoles .section__icon svg path{fill:#3cb9ab}
#mosquees .section__icon svg,#mosquees .section__icon svg path{fill:#efaf41}
#parrainage .section__icon svg,#parrainage .section__icon svg path{fill:#890471}
#arbres .section__icon svg,#arbres .section__icon svg path{fill:#025714}
#kits .section__icon svg,#kits .section__icon svg path{fill:#b1304c}
#corans .section__icon svg,#corans .section__icon svg path{fill:#ca1206}
.section__title{font-size:40px;color:#fff;margin-bottom:4px}
.section__subtitle{font-size:16px;color:var(--orange);font-weight:600;text-transform:uppercase;letter-spacing:1.5px}
.section__desc{max-width:700px;margin:20px 0 0;color:var(--muted-light);font-size:16px;line-height:1.7}
.section__image{margin-bottom:40px;border-radius:16px;overflow:hidden}
.section__image img{width:100%;height:auto;display:block}


/* ================================================================
   TABLES (DARK MODE DEFAULT)
   ================================================================ */
.table-wrapper{
  overflow-x:auto;border-radius:16px;
  box-shadow:0 8px 30px rgba(0,0,0,0.3);
  background:var(--navy-light);margin-bottom:32px;
}
.tarif-table{width:100%;border-collapse:collapse;min-width:700px}
.tarif-table thead{background:var(--navy)}
.tarif-table thead th{
  padding:16px 20px;color:#fff;
  font-family:'Roboto',sans-serif;font-weight:600;font-size:14px;
  text-align:center;white-space:nowrap;
}
.tarif-table thead th:first-child{text-align:left;border-radius:16px 0 0 0}
.tarif-table thead th:last-child{border-radius:0 16px 0 0}
.tarif-table tbody td{
  padding:14px 20px;text-align:center;font-size:15px;
  border-bottom:1px solid var(--divider);color:var(--muted-light);
}
.tarif-table tbody td:first-child{text-align:left;font-weight:600;color:#fff;white-space:nowrap}
.tarif-table tbody tr:hover{background:rgba(245,166,35,0.06)}
.tarif-table tbody tr:last-child td:first-child{border-radius:0 0 0 16px}
.tarif-table tbody tr:last-child td:last-child{border-radius:0 0 16px 0}
.tarif-table .price{font-weight:600;color:#fff}
.tarif-table .na{color:var(--muted);font-size:13px}


/* ================================================================
   SINGLE PRICE CARD
   ================================================================ */
.single-price-card{
  text-align:center;padding:48px 32px;
  background:var(--navy-card);border-radius:16px;
  box-shadow:0 8px 30px rgba(0,0,0,0.3);
  max-width:480px;margin:0 auto 32px;
  border:2px solid transparent;transition:all 0.3s;
}
.single-price-card:hover{border-color:var(--orange);transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,0.4)}
.single-price-card__amount{font-family:'Roboto',sans-serif;font-size:72px;font-weight:900;color:var(--orange);line-height:1;margin-bottom:8px}
.single-price-card__label{font-family:'Roboto',sans-serif;font-size:22px;font-weight:700;color:#fff;margin-bottom:12px}
.single-price-card__sub{font-size:15px;color:var(--muted-light);line-height:1.5}


/* ================================================================
   NOTES
   ================================================================ */
.notes{display:flex;gap:24px;flex-wrap:wrap;margin-top:24px}
.note{
  display:flex;align-items:flex-start;gap:10px;
  padding:16px 20px;
  background:rgba(245,166,35,0.08);border-radius:12px;
  border-left:3px solid var(--orange);flex:1;min-width:250px;
}
.note__icon{font-size:20px;flex-shrink:0}
.note__text{font-size:14px;color:var(--muted-light);line-height:1.5}
.note__text strong{color:#fff}


/* ================================================================
   PARRAINAGE CARDS
   ================================================================ */
.parrainage-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:900px;margin:0 auto 40px}
.parrainage-card{background:var(--navy-card);border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,0.3);overflow:hidden;transition:all 0.3s}
.parrainage-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,0.4)}
.parrainage-card__header{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);padding:28px 32px;color:#fff}
.parrainage-card__flag{font-size:36px;margin-bottom:8px}
.parrainage-card__country{font-family:'Roboto',sans-serif;font-size:24px;font-weight:700;margin-bottom:4px}
.parrainage-card__status{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:rgba(255,255,255,0.7)}
.parrainage-card__status .dot{width:8px;height:8px;border-radius:50%;background:#4CAF50;display:inline-block}
.parrainage-card__body{padding:28px 32px}
.parrainage-card__detail{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--divider)}
.parrainage-card__detail:last-child{border-bottom:none}
.parrainage-card__label{font-size:14px;color:var(--muted)}
.parrainage-card__value{font-weight:700;color:#fff;font-size:15px}
.parrainage-card__price{font-family:'Roboto',sans-serif;font-size:32px;font-weight:800;color:var(--orange)}
.parrainage-card__price small{font-size:16px;font-weight:500;color:var(--muted)}

/* Dev box */
.dev-box{
  max-width:900px;margin:0 auto;padding:28px 32px;
  background:var(--navy-card);border-radius:16px;
  box-shadow:0 4px 12px rgba(0,0,0,0.2);border:2px dashed var(--orange);
}
.dev-box__title{font-family:'Roboto',sans-serif;font-size:18px;font-weight:700;color:#fff;margin-bottom:12px}
.dev-box__list{display:flex;gap:16px;flex-wrap:wrap;list-style:none}
.dev-box__list li{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 16px;background:var(--navy-light);border-radius:8px;
  font-size:14px;color:var(--muted-light);font-weight:500;
}

/* ================================================================
   CHIFFRES CLES / IMPACT CAROUSEL
   ================================================================ */
.section-chiffres-a{background:var(--navy);padding:52px 24px 56px}
.section-chiffres-a .inner{max-width:600px;margin:0 auto}
.section-chiffres-a .section-header{margin-bottom:40px}
.section-chiffres-a .eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.section-chiffres-a .eyebrow-line{width:24px;height:2px;background:var(--orange);flex-shrink:0}
.section-chiffres-a .eyebrow-text{font-size:14px;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;color:var(--orange)}
.section-chiffres-a .title{font-family:'Roboto',sans-serif;font-size:28px;font-weight:900;line-height:1.15;color:#fff}
.section-chiffres-a .title span{color:var(--orange)}
.section-chiffres-a .carousel-viewport{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;position:relative}
.section-chiffres-a .carousel-viewport::-webkit-scrollbar{display:none}
.section-chiffres-a .carousel-track{display:flex;width:300%}
.section-chiffres-a .carousel-page{flex:0 0 calc(100% / 3);scroll-snap-align:start;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:10px;padding:0 4px;box-sizing:border-box}
.section-chiffres-a .carousel-wrapper{position:relative}
.section-chiffres-a .carousel-arrow{
  display:none;position:absolute;top:50%;transform:translateY(-50%);
  width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,0.4);
  color:#fff;border:none;cursor:pointer;font-size:16px;
  align-items:center;justify-content:center;z-index:5;transition:background 0.2s;
}
.section-chiffres-a .carousel-arrow:hover{background:rgba(0,0,0,0.7)}
.section-chiffres-a .carousel-arrow.arrow-left{left:-8px}
.section-chiffres-a .carousel-arrow.arrow-right{right:-8px}
.section-chiffres-a .stat-icon{display:flex;align-items:center;justify-content:center;margin:0 auto 12px;flex-shrink:0}
.section-chiffres-a .stat-icon svg{width:48px;height:48px}
.section-chiffres-a .stat-eau .stat-icon svg,.section-chiffres-a .stat-eau .stat-icon svg path{fill:#80aaf2}
.section-chiffres-a .stat-ecoles .stat-icon svg,.section-chiffres-a .stat-ecoles .stat-icon svg path{fill:#3cb9ab}
.section-chiffres-a .stat-orphelins .stat-icon svg,.section-chiffres-a .stat-orphelins .stat-icon svg path{fill:#890471}
.section-chiffres-a .stat-orphelinats .stat-icon svg,.section-chiffres-a .stat-orphelinats .stat-icon svg path{fill:#f87e01}
.section-chiffres-a .stat-corans .stat-icon svg,.section-chiffres-a .stat-corans .stat-icon svg path{fill:#ca1206}
.section-chiffres-a .stat-mosquees .stat-icon svg,.section-chiffres-a .stat-mosquees .stat-icon svg path{fill:#efaf41}
.section-chiffres-a .stat-arbres .stat-icon svg,.section-chiffres-a .stat-arbres .stat-icon svg path{fill:#025714}
.section-chiffres-a .stat-maisons .stat-icon svg,.section-chiffres-a .stat-maisons .stat-icon svg path{fill:#a37fc5}
.section-chiffres-a .stat-moutons .stat-icon svg,.section-chiffres-a .stat-moutons .stat-icon svg path{fill:#b48068}
.section-chiffres-a .stat-kits .stat-icon svg,.section-chiffres-a .stat-kits .stat-icon svg path{fill:#b1304c}
.section-chiffres-a .stat-repas .stat-icon svg,.section-chiffres-a .stat-repas .stat-icon svg path{fill:#35619e}
.section-chiffres-a .stat-eau .stat-icon svg [style*="stroke"]{stroke:#80aaf2 !important}
.section-chiffres-a .stat-ecoles .stat-icon svg [style*="stroke"]{stroke:#3cb9ab !important}
.section-chiffres-a .stat-orphelins .stat-icon svg [style*="stroke"]{stroke:#890471 !important}
.section-chiffres-a .stat-orphelinats .stat-icon svg [style*="stroke"]{stroke:#f87e01 !important}
.section-chiffres-a .stat-corans .stat-icon svg [style*="stroke"]{stroke:#ca1206 !important}
.section-chiffres-a .stat-mosquees .stat-icon svg [style*="stroke"]{stroke:#efaf41 !important}
.section-chiffres-a .stat-arbres .stat-icon svg [style*="stroke"]{stroke:#025714 !important}
.section-chiffres-a .stat-maisons .stat-icon svg [style*="stroke"]{stroke:#a37fc5 !important}
.section-chiffres-a .stat-moutons .stat-icon svg [style*="stroke"]{stroke:#b48068 !important}
.section-chiffres-a .stat-kits .stat-icon svg [style*="stroke"]{stroke:#b1304c !important}
.section-chiffres-a .stat-repas .stat-icon svg [style*="stroke"]{stroke:#35619e !important}
.section-chiffres-a .stat-item{
  background:var(--navy-card);padding:22px 14px 18px;position:relative;
  overflow:hidden;transition:background 0.3s,border-color 0.3s;
  border-radius:14px;text-align:center;border:2px solid transparent;
}
.section-chiffres-a .stat-item:hover{border-color:rgba(245,166,35,0.4)}
.section-chiffres-a .stat-value{font-family:'Roboto',sans-serif;font-size:28px;font-weight:900;color:#fff;line-height:1;margin-bottom:6px;letter-spacing:-0.02em}
.section-chiffres-a .stat-label{font-size:14px;font-weight:500;color:var(--muted-light);line-height:1.4;margin-bottom:4px}
.section-chiffres-a .stat-sublabel{font-size:12px;color:var(--muted);opacity:0.6;font-style:italic}
.section-chiffres-a .stat-eau .stat-value{color:#80aaf2}
.section-chiffres-a .stat-ecoles .stat-value{color:#3cb9ab}
.section-chiffres-a .stat-orphelins .stat-value{color:#890471}
.section-chiffres-a .stat-orphelinats .stat-value{color:#f87e01}
.section-chiffres-a .stat-corans .stat-value{color:#ca1206}
.section-chiffres-a .stat-mosquees .stat-value{color:#efaf41}
.section-chiffres-a .stat-arbres .stat-value{color:#025714}
.section-chiffres-a .stat-maisons .stat-value{color:#a37fc5}
.section-chiffres-a .stat-moutons .stat-value{color:#b48068}
.section-chiffres-a .stat-kits .stat-value{color:#b1304c}
.section-chiffres-a .stat-repas .stat-value{color:#35619e}
.section-chiffres-a .stat-donateurs{background:#325f96}
.section-chiffres-a .stat-donateurs .stat-value{color:#f4a00c}
.section-chiffres-a .stat-donateurs .stat-label{color:rgba(255,255,255,0.9)}
.section-chiffres-a .stat-donateurs .stat-sublabel{color:rgba(255,255,255,0.7)}
.section-chiffres-a .stat-donateurs .stat-icon{background:none}
.section-chiffres-a .stat-donateurs .stat-icon svg,.section-chiffres-a .stat-donateurs .stat-icon svg path{fill:#fff}
.section-chiffres-a .stat-donateurs .stat-icon svg [style*="stroke"]{stroke:#fff !important}
.section-chiffres-a .chiffres-dots{display:flex;justify-content:center;gap:6px;margin-top:16px}
.section-chiffres-a .chiffres-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,0.25);transition:all 0.3s ease;cursor:pointer;border:none;padding:0}
.section-chiffres-a .chiffres-dot.active{background:var(--orange);width:24px;border-radius:4px}
.section-chiffres-a .featured-block{
  background:#325f96;border-radius:14px;display:flex;align-items:center;justify-content:center;
  gap:20px;padding:24px;margin-top:16px;border:2px solid rgba(50,95,150,0.6);transition:border-color 0.3s;
}
.section-chiffres-a .featured-block:hover{border-color:rgba(245,166,35,0.5)}
.section-chiffres-a .featured-block .stat-label{color:rgba(255,255,255,0.9)}
.section-chiffres-a .featured-block .stat-sublabel{color:rgba(255,255,255,0.7)}
.section-chiffres-a .featured-block .stat-value{font-size:36px;flex-shrink:0}
.section-chiffres-a .featured-tag{
  display:inline-block;font-size:9px;font-weight:600;letter-spacing:0.14em;
  text-transform:uppercase;color:var(--orange);background:rgba(245,166,35,0.12);
  padding:3px 8px;border-radius:4px;margin-bottom:6px;
}


/* ================================================================
   CONTACT
   ================================================================ */
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}
.contact-card{
  background:var(--navy-card);border-radius:16px;
  box-shadow:0 4px 12px rgba(0,0,0,0.2);padding:32px;
  transition:all 0.3s;border-top:3px solid var(--orange);
}
.contact-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,0.3)}
.contact-card__title{font-family:'Roboto',sans-serif;font-size:20px;font-weight:700;color:#fff;margin-bottom:20px}
.contact-card__item{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;font-size:14px;color:var(--muted-light);line-height:1.5}
.contact-card__item-icon{flex-shrink:0;width:20px;text-align:center;color:var(--orange)}
.contact-card__item a{color:#fff;text-decoration:none;font-weight:500}
.contact-card__item a:hover{color:var(--orange)}
.payment-section{text-align:center}
.payment-section__title{font-size:14px;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted);margin-bottom:20px;font-weight:600}
.payment-badges{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.payment-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:12px 24px;background:var(--navy-card);
  border:1px solid var(--divider);border-radius:8px;
  font-size:14px;font-weight:600;color:var(--muted-light);transition:all 0.3s;
}
.payment-badge:hover{border-color:var(--orange);box-shadow:0 2px 8px rgba(0,0,0,0.2)}


@media (min-width:768px){
  .section-chiffres-a{padding:72px 48px}
  .section-chiffres-a .inner{max-width:900px}
  .section-chiffres-a .title{font-size:36px}
  .section-chiffres-a .section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px}
  .section-chiffres-a .section-header-text{max-width:400px}
  .section-chiffres-a .stat-value{font-size:36px}
  .section-chiffres-a .stat-item{padding:28px 20px 24px}
  .section-chiffres-a .carousel-page{gap:14px;padding:0 6px}
  .section-chiffres-a .featured-block .stat-value{font-size:44px}
  .section-chiffres-a .carousel-wrapper:hover .carousel-arrow{display:flex}
}
}

/* ================================================================
   LIGHT MODE — Tarifs page
   ================================================================ */
body.light-mode{background:#e0d9bc;color:#333}
/* hero */
body.light-mode .hero{background:linear-gradient(135deg, #3a5a8c 0%, #2c4a7a 100%)}
/* sticky nav */
body.light-mode .sticky-nav{background:rgba(58,90,140,0.95)}
/* sections */
body.light-mode .section{background:#e0d9bc}
body.light-mode .section--alt{background:#d6cfb2}
body.light-mode .section__title{color:#2c3e50}
body.light-mode .section__subtitle{color:#b07d1e}
body.light-mode .section__desc{color:#555}
/* tables */
body.light-mode .table-wrapper{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.08)}
body.light-mode .tarif-table thead{background:#2c4a7a}
body.light-mode .tarif-table tbody td{border-bottom-color:rgba(0,0,0,0.08);color:#1a1a2e}
body.light-mode .tarif-table tbody td:first-child{color:#2c3e50}
body.light-mode .tarif-table tbody tr:hover{background:rgba(245,166,35,0.08)}
body.light-mode .tarif-table .price{color:#1a1a2e}
body.light-mode .tarif-table .na{color:#999}
/* single price card */
body.light-mode .single-price-card{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.08)}
body.light-mode .single-price-card:hover{border-color:#b07d1e}
body.light-mode .single-price-card__label{color:#2c3e50}
body.light-mode .single-price-card__sub{color:#555}
/* notes */
body.light-mode .note{background:#f2ecd6;border-left-color:#b07d1e}
body.light-mode .note__text{color:#333}
body.light-mode .note__text strong{color:#1a1a2e}
/* parrainage */
body.light-mode .parrainage-card{box-shadow:0 4px 12px rgba(0,0,0,0.08)}
body.light-mode .parrainage-card__header{background:linear-gradient(135deg, #3a5a8c 0%, #2c4a7a 100%)}
body.light-mode .parrainage-card__body{background:#fff}
body.light-mode .parrainage-card__label{color:#555}
body.light-mode .parrainage-card__value{color:#2c3e50}
body.light-mode .parrainage-card__detail{border-bottom-color:rgba(0,0,0,0.08)}
/* dev box */
body.light-mode .dev-box{background:#fff;border-color:#b07d1e;box-shadow:none}
body.light-mode .dev-box__title{color:#2c3e50}
body.light-mode .dev-box__list li{background:#f2f0e4;color:#555}
/* contact */
body.light-mode .contact-card{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.06);border-top-color:#b07d1e}
body.light-mode .contact-card__title{color:#2c3e50}
body.light-mode .contact-card__item{color:#555}
body.light-mode .contact-card__item-icon{color:#b07d1e}
body.light-mode .contact-card__item a{color:#2c3e50}
body.light-mode .contact-card__item a:hover{color:var(--orange)}
/* payment */
body.light-mode .payment-badge{background:#fff;border-color:rgba(0,0,0,0.1);color:#555}
body.light-mode .payment-badge:hover{border-color:#b07d1e}
body.light-mode .payment-section__title{color:#555}
/* chiffres */
body.light-mode .section-chiffres-a{background:#e0d9bc}
body.light-mode .section-chiffres-a .title{color:#2c3e50}
body.light-mode .section-chiffres-a .stat-item{background:#f2f0e4;border-color:transparent}
body.light-mode .section-chiffres-a .stat-item:hover{border-color:rgba(245,166,35,0.4)}
body.light-mode .section-chiffres-a .stat-label{color:#555}
body.light-mode .section-chiffres-a .stat-sublabel{color:#555}
body.light-mode .section-chiffres-a .featured-block{background:#325f96;border-color:rgba(50,95,150,0.4)}
body.light-mode .section-chiffres-a .featured-block .stat-value{color:#fff}
body.light-mode .section-chiffres-a .featured-block .stat-label{color:rgba(255,255,255,0.9)}
body.light-mode .section-chiffres-a .featured-block .stat-sublabel{color:rgba(255,255,255,0.7)}
body.light-mode .section-chiffres-a .chiffres-dot{background:rgba(0,0,0,0.15)}
body.light-mode .section-chiffres-a .chiffres-dot.active{background:var(--orange)}
body.light-mode .section-chiffres-a .stat-donateurs{background:#325f96}
body.light-mode .section-chiffres-a .stat-donateurs .stat-value{color:#f4a00c}
body.light-mode .section-chiffres-a .stat-donateurs .stat-label{color:rgba(255,255,255,0.9)}
body.light-mode .section-chiffres-a .eyebrow-text{color:#b07d1e}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width:768px){
  .hero{padding:80px 0 60px}
  .hero__title{font-size:36px}
  .hero__desc{font-size:16px}
  .hero__actions{flex-direction:column}
  .hero__actions .btn{justify-content:center}
  .sticky-nav .container{flex-direction:column;gap:8px;padding:8px 16px}
  .sticky-nav__links{flex-wrap:wrap;justify-content:center}
  .sticky-nav__links a{padding:10px 12px;font-size:13px}
  .section{padding:60px 0}
  .section__title{font-size:28px}
  .parrainage-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .notes{flex-direction:column}
}
@media (max-width:480px){
  .hero__title{font-size:28px}
  .section__title{font-size:24px}
  .parrainage-card__header{padding:20px 24px}
  .parrainage-card__body{padding:20px 24px}
  .parrainage-card__price{font-size:26px}
  .single-price-card__amount{font-size:52px}
  .single-price-card__label{font-size:18px}
  .single-price-card{padding:36px 24px}
}
