   2. HERO
════════════════════════════════ */
.hero { position: relative; background: var(--opeq-navy); overflow: hidden; padding: 80px 0 72px; }
@media (min-width: 768px) { .hero { padding: 100px 0 96px; } }

/* floating shapes – decorative */
.hero__shapes { position: absolute; inset: 0; pointer-events: none; }
.hero__shapes img { position: absolute; }
.hero__shapes .sh-bubble  { top: 40px; right: 5%;  width: clamp(110px, 14vw, 200px); transform: rotate(-12deg); }
.hero__shapes .sh-heart   { top: 200px; right: 12%; width: clamp(100px, 12vw, 180px); transform: rotate(8deg); }
.hero__shapes .sh-star    { top: 28px;  right: 20%; width: clamp(80px, 10vw, 140px); transform: rotate(16deg); }
.hero__shapes .sh-charlie { bottom: 0;  right: 4%;  width: clamp(140px, 18vw, 260px); animation: charlie-enter .6s .3s ease-out backwards, charlie-float 3.4s 1s ease-in-out infinite; will-change: transform; }
@keyframes charlie-enter { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes charlie-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@media (prefers-reduced-motion: reduce) {
  .hero__shapes .sh-charlie { animation: none; }
}
@media (max-width: 767px) {
  .hero__shapes .sh-bubble { top: 10px; right: 2%; width: 90px; }
  .hero__shapes .sh-heart { top: 130px; right: 6%; width: 80px; }
  .hero__shapes .sh-star { top: 16px; right: 22%; width: 60px; }
  .hero__shapes .sh-charlie { display: none; }
}

.hero__content { position: relative; max-width: 760px; }
.hero__eyebrow { font-family: var(--font-body); font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--opeq-blue); margin-bottom: 20px; }
.hero__title { font-family: var(--font-display); font-weight: 900; font-size: clamp(52px, 8vw, 100px); line-height: .95; letter-spacing: -.01em; text-transform: uppercase; color: #fff; margin-bottom: 28px; }
.hero__title span { color: var(--opeq-blue); }
.hero__sub { font-family: var(--font-body); font-weight: 300; font-size: clamp(18px, 2.5vw, 24px); line-height: 1.55; color: rgba(245,243,240,.85); max-width: 600px; margin-bottom: 40px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ════════════════════════════════
   2.5 PROGRAMS STRIP (active partner programs)
════════════════════════════════ */
.programs-strip { background: #fff; padding: 32px 0 0; }
.programs-strip__head { display: flex; justify-content: center; margin-bottom: 18px; }
.programs-strip__label { font-family: var(--font-body); font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-muted); display: inline-flex; align-items: center; gap: 8px; }
.programs-strip__label::before, .programs-strip__label::after { content: ''; width: 28px; height: 1px; background: rgba(14,40,65,.18); }
.programs-strip__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: 980px; margin: 0 auto; }
@media (min-width: 720px) { .programs-strip__grid { grid-template-columns: repeat(4, 1fr); gap: 14px; } }
.program-chip { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 16px 18px; background: var(--opeq-cream); border-radius: 14px; text-decoration: none; transition: background .15s, transform .15s; border: 1px solid transparent; }
.program-chip:hover { background: #fff; border-color: rgba(40,170,222,.25); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(14,40,65,.07); }
.program-chip__tag { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--opeq-blue); }
.program-chip__name { font-family: var(--font-display); font-weight: 900; font-size: 17px; line-height: 1.05; color: var(--opeq-navy); letter-spacing: -.005em; }
.program-chip__desc { font-size: 12px; color: var(--fg-muted); line-height: 1.4; }
.program-chip--telus .program-chip__tag { color: #4b286d; }
.program-chip--familles .program-chip__tag { color: var(--opeq-green-deep); }
.program-chip--cfs .program-chip__tag { color: #c8102e; }
.program-chip--recyc .program-chip__tag { color: #2d8c4f; }

/* ════════════════════════════════
   3. SEGMENT SELECTOR
════════════════════════════════ */
.segments { background: #fff; padding: 72px 0; }
.segments__head { text-align: center; margin-bottom: 48px; }
.segments__eyebrow { font-family: var(--font-body); font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--opeq-blue); margin-bottom: 12px; }
.segments__title { font-family: var(--font-display); font-weight: 900; font-size: clamp(36px, 5vw, 64px); line-height: 1; letter-spacing: -.01em; text-transform: uppercase; color: var(--opeq-navy); }

.segments__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 640px) { .segments__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .segments__grid { grid-template-columns: repeat(5, 1fr); } }

.seg-card { background: var(--opeq-cream); border: 2px solid transparent; border-radius: 20px; padding: 28px 20px 24px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; text-decoration: none; color: var(--fg); transition: border-color .18s, background .18s, box-shadow .18s, transform .18s; }
.seg-card:hover, .seg-card:focus-visible { border-color: var(--opeq-blue); background: #fff; box-shadow: 0 8px 24px rgba(40,170,222,.15); transform: translateY(-3px); outline: 0; }
.seg-card__icon { width: 72px; height: 72px; border-radius: 16px; background: #e7f6fc; display: flex; align-items: center; justify-content: center; flex: 0 0 72px; }
.seg-card__icon img { width: 46px; height: 46px; object-fit: contain; }
.seg-card__title { font-weight: 800; font-size: 15px; line-height: 1.2; color: var(--opeq-navy); }
.seg-card__desc { font-size: 13px; line-height: 1.5; color: var(--fg-muted); }
.seg-card__arrow { font-size: 20px; color: var(--opeq-blue); font-weight: 700; margin-top: auto; }

/* last card (5th) centered when 2-col */
@media (max-width: 639px) { .seg-card:last-child { grid-column: 1 / -1; max-width: 260px; justify-self: center; } }

/* ════════════════════════════════
   4. STATS
════════════════════════════════ */
.stats { background: var(--opeq-blue); padding: 72px 0; }
.stats__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px 32px; }
@media (min-width: 900px) { .stats__grid { grid-template-columns: repeat(4, 1fr); } }

.stat-item { text-align: center; }
.stat-item__num { font-family: var(--font-display); font-weight: 900; font-size: clamp(48px, 6vw, 80px); line-height: .9; letter-spacing: -.02em; color: #fff; margin-bottom: 10px; }
.stat-item__label { font-family: var(--font-body); font-weight: 600; font-size: 15px; line-height: 1.4; color: rgba(255,255,255,.88); }
.stat-item__divider { width: 36px; height: 4px; background: rgba(255,255,255,.35); border-radius: 4px; margin: 12px auto 0; }

/* ════════════════════════════════
   5. 3 PILIERS
════════════════════════════════ */
.pillars { background: var(--opeq-cream); padding: 80px 0; }
.pillars__head { text-align: center; margin-bottom: 56px; }
.pillars__eyebrow { font-family: var(--font-body); font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--opeq-green-deep); margin-bottom: 12px; }
.pillars__title { font-family: var(--font-display); font-weight: 900; font-size: clamp(36px, 5vw, 64px); line-height: 1; letter-spacing: -.01em; text-transform: uppercase; color: var(--opeq-navy); }

.pillars__grid { display: grid; gap: 24px; }
@media (min-width: 768px) { .pillars__grid { grid-template-columns: repeat(3, 1fr); } }

.pillar-card { background: #fff; border-radius: 24px; padding: 40px 32px; box-shadow: var(--shadow-md); position: relative; overflow: hidden; }
.pillar-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: var(--accent-bar, var(--opeq-blue)); }
.pillar-card--eco  { --accent-bar: var(--opeq-green-deep); }
.pillar-card--num  { --accent-bar: var(--opeq-blue); }
.pillar-card--emp  { --accent-bar: var(--opeq-yellow); }
.pillar-card__icon { width: 80px; height: 80px; border-radius: 18px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.pillar-card--eco  .pillar-card__icon { background: #e6f5e0; }
.pillar-card--num  .pillar-card__icon { background: #e7f6fc; }
.pillar-card--emp  .pillar-card__icon { background: #fefbe6; }
.pillar-card__icon img { width: 52px; height: 52px; object-fit: contain; }
.pillar-card__num { font-family: var(--font-display); font-weight: 900; font-size: 48px; line-height: 1; letter-spacing: -.01em; color: var(--opeq-navy); margin-bottom: 4px; }
.pillar-card__title { font-family: var(--font-body); font-weight: 800; font-size: 22px; line-height: 1.2; color: var(--opeq-navy); margin-bottom: 14px; }
.pillar-card__desc { font-size: 15px; line-height: 1.65; color: var(--fg-muted); }

/* ════════════════════════════════
   6. DONATEURS CTA
════════════════════════════════ */
.donor { background: var(--opeq-green); padding: 80px 0; position: relative; overflow: hidden; }
.donor__shape { position: absolute; right: -40px; bottom: -40px; width: clamp(160px, 22vw, 280px); opacity: .22; pointer-events: none; }
.donor__inner { display: flex; flex-direction: column; gap: 32px; }
@media (min-width: 768px) { .donor__inner { flex-direction: row; align-items: center; justify-content: space-between; } }
.donor__text { max-width: 600px; }
.donor__eyebrow { font-family: var(--font-body); font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--opeq-navy); opacity: .8; margin-bottom: 12px; }
.donor__title { font-family: var(--font-display); font-weight: 900; font-size: clamp(32px, 4.5vw, 60px); line-height: 1; letter-spacing: -.01em; text-transform: uppercase; color: var(--opeq-navy); margin-bottom: 16px; }
.donor__sub { font-size: 18px; font-weight: 500; color: var(--opeq-navy); opacity: .8; margin-bottom: 8px; }
.donor__note { font-size: 14px; color: var(--opeq-navy); opacity: .7; display: flex; align-items: center; gap: 8px; margin-top: 16px; }
.donor__note::before { content: ''; display: inline-block; width: 20px; height: 20px; background: url("assets/pictograms/livraison.png") center/contain no-repeat; flex: 0 0 20px; }
.donor__cta { flex: 0 0 auto; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
@media (min-width: 768px) { .donor__cta { align-items: flex-end; } }
.donor__cta .btn--ghost-navy { border-color: rgba(14,40,65,.5); }

/* ════════════════════════════════
   7. TÉMOIGNAGE
════════════════════════════════ */
.testimonial { background: var(--opeq-navy); padding: 80px 0; }
.testimonial__inner { max-width: 820px; margin: 0 auto; text-align: center; }
.testimonial__mark { font-family: var(--font-display); font-weight: 900; font-size: 120px; line-height: .7; color: var(--opeq-blue); margin-bottom: 0; opacity: .6; }
.testimonial__quote { font-family: var(--font-body); font-weight: 300; font-size: clamp(20px, 2.8vw, 30px); line-height: 1.5; color: var(--opeq-cream); margin-top: 8px; }
.testimonial__attr { margin-top: 40px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.testimonial__name { font-weight: 700; font-size: 16px; color: #fff; }
.testimonial__role { font-size: 14px; color: rgba(245,243,240,.6); letter-spacing: .06em; text-transform: uppercase; }
.testimonial__bar { width: 48px; height: 4px; background: var(--opeq-blue); border-radius: 4px; margin: 0 auto 24px; }

/* ════════════════════════════════
   8. PARTENAIRES
════════════════════════════════ */

/* Logo marquee */
.partner-logo { display: inline-flex; align-items: center; justify-content: center; min-width: 152px; height: 64px; padding: 0 22px; background: #fff; border: 1px solid rgba(14,40,65,.08); border-radius: 14px; font-family: var(--font-body); font-weight: 800; font-size: 16px; color: var(--opeq-navy); letter-spacing: -.005em; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; text-align: center; line-height: 1.1; }
.partner-logo:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 6px 18px rgba(14,40,65,.08); border-color: rgba(14,40,65,.14); }
@media (max-width: 640px) {
  .partner-logo { min-width: 132px; height: 56px; font-size: 14px; padding: 0 16px; }
  .partner-logo--telus { font-size: 16px; }
  .partner-logo--gouvqc { font-size: 11px; }
  .partner-logo--centraide { font-size: 14px; }
}

.partner-badge { background: var(--opeq-cream); border-radius: 16px; padding: 18px 28px; display: flex; flex-direction: column; align-items: center; gap: 8px; min-width: 148px; border: 1px solid rgba(28,43,56,.08); }

/* ════════════════════════════════
