/* =============================================
   ACTION.CSS — Styles spécifiques à action.html
   ============================================= */

/* ===== HERO ===== */
.page-hero-action { background: linear-gradient(135deg, #0A1F5E 0%, #1B3C8C 50%, #C9941A 100%); padding: 8rem 0 4rem; }

.breadcrumb-hero { display: flex; align-items: center; gap: 0.5rem; justify-content: center; flex-wrap: wrap; }
.breadcrumb-hero a { color: rgba(255,255,255,0.6); font-size: 0.85rem; transition: color 0.2s; }
.breadcrumb-hero a:hover { color: white; }
.breadcrumb-hero .bc-sep  { color: rgba(255,255,255,0.4); font-size: 0.75rem; }
.breadcrumb-hero .bc-active { color: rgba(255,255,255,0.85); font-size: 0.85rem; }

.action-hero-title {
  color: white; font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 4.2rem); margin: 1rem 0 1.5rem; line-height: 1.1;
}
.action-hero-title em { color: #F2B93B; font-style: italic; }
.action-hero-desc { color: rgba(255,255,255,0.8); font-size: 1.1rem; max-width: 600px; margin: 0 auto 2.5rem; line-height: 1.7; }

/* Tab switcher hero */
.hero-tabs {
  display: inline-flex; gap: 0.5rem;
  background: rgba(255,255,255,0.1); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.2); border-radius: 50px; padding: 0.4rem;
}
.htab {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.65rem 1.8rem; border-radius: 50px; font-weight: 600;
  font-size: 0.9rem; color: rgba(255,255,255,0.75); transition: all 0.3s; cursor: pointer;
  border: none; background: transparent;
}
.htab.active { background: white; color: var(--primary); }
.htab:hover:not(.active) { color: white; background: rgba(255,255,255,0.15); }

/* ===== SÉNAT ===== */
.section-icon-big {
  width: 72px; height: 72px; min-width: 72px; border-radius: 20px;
  display: flex; align-items: center; justify-content: center; font-size: 2rem;
}
.sib--blue { background: rgba(27,60,140,0.1);   color: var(--primary); }
.sib--gold { background: rgba(201,148,26,0.08); color: var(--gold); }
.section-header-text p { color: var(--text-secondary); line-height: 1.7; max-width: 42rem; margin-top: 0.75rem; }

/* Bureau du Sénat */
.bureau-title { font-family: 'Playfair Display', serif; color: var(--primary); font-size: 1.4rem; margin-bottom: 1.5rem; }
.bureau-title .text-gold { color: var(--gold); }
.bureau-item {
  display: flex; flex-direction: column; gap: 0.15rem;
  padding: 0.75rem 1rem; border-radius: 10px; background: var(--offwhite); border: 1px solid var(--border);
}
.bi-role { font-size: 0.72rem; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.07em; }
.bi-name { font-size: 0.92rem; font-weight: 500; color: var(--text-primary); }
.bureau-item--highlight { background: rgba(201,148,26,0.07); border-color: rgba(201,148,26,0.3); }
.bureau-item--highlight .bi-role { color: var(--gold); }
.bureau-item--highlight .bi-name { color: var(--primary); font-weight: 700; }

/* Opération Transparence */
.tb-label { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 1rem; font-size: 0.8rem; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 0.1em; }
.pulse-dot { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; animation: pulse 2s infinite; }

.transparence-left { background: linear-gradient(135deg, #0F2260, #1B3C8C); }
.transparence-right { background: var(--gold-pale); border-left: 1px solid rgba(201,148,26,0.2); }
.transparence-heading { color: white; font-family: 'Playfair Display', serif; font-size: 2rem; margin-bottom: 1rem; line-height: 1.2; }
.transparence-desc { color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 1.5rem; }
.transparence-actions { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 1.5rem; }
.ta-item { color: rgba(255,255,255,0.85); font-size: 0.9rem; font-weight: 500; display: flex; align-items: center; gap: 0.5rem; }
.ta-item svg.lucide { width: 16px; height: 16px; color: rgba(255,255,255,0.85); flex-shrink: 0; }
.transparence-quote {
  border-left: 3px solid #F2B93B; margin-top: 1.5rem; padding: 0.75rem 1rem;
  background: rgba(255,255,255,0.05); border-radius: 0 8px 8px 0;
}
.transparence-quote p { color: rgba(255,255,255,0.9); font-style: italic; font-size: 0.95rem; }
.transparence-quote cite { color: #F2B93B; font-size: 0.8rem; font-style: normal; font-weight: 600; display: block; margin-top: 0.4rem; }

.ts-big-number { font-family: 'Playfair Display', serif; font-size: 5rem; font-weight: 800; color: var(--gold); line-height: 1; }
.ts-big-label { color: var(--text-primary); font-weight: 600; margin-top: 0.5rem; }
.ts-divider { width: 60px; height: 3px; background: var(--gradient-gold); border-radius: 3px; margin: 1.5rem auto; }
.ts-small-number { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--primary); }
.ts-small-label { color: var(--text-secondary); font-size: 0.88rem; }

/* Actualités sénat */
.actu-detail { padding: 2rem; }
.ad-date { font-size: 0.75rem; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 0.05em; display: block; margin-bottom: 0.5rem; }
.actu-detail h4 { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; color: var(--primary); margin-bottom: 0.75rem; }
.actu-detail p { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.7; }
.actu-detail .timeline-quote { margin-top: 0.75rem; }

/* ===== FONDATION FTKM ===== */
.ftkm-emblem {
  display: inline-flex; flex-direction: column; align-items: center;
  background: var(--gradient-blue); padding: 1rem 2.5rem; border-radius: 16px;
  box-shadow: 0 8px 30px rgba(27,60,140,0.25);
}
.ftkm-emblem-title { color: white; font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 800; }
.ftkm-emblem-sub { color: rgba(242,185,59,0.9); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }
.ftkm-meta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; font-size: 0.85rem; color: var(--text-muted); margin-top: 1rem; }
.ftkm-meta a { color: var(--primary); font-weight: 600; }

/* Projets */
.projet-img { width: 100%; height: 350px; object-fit: cover; border-radius: 20px; box-shadow: 0 20px 60px rgba(27,60,140,0.15); }
.projet-visual { position: relative; }
.projet-stat-overlay { position: absolute; bottom: -15px; right: 20px; padding: 1rem 1.5rem; text-align: center; }
.ps-number { display: block; font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 800; color: var(--gold); }
.ps-label { font-size: 0.75rem; color: var(--text-muted); font-weight: 600; }

.projet-domain {
  display: inline-flex; align-items: center; gap: 0.4rem;
  border: 1px solid; border-radius: 50px;
  padding: 0.3rem 1rem; font-size: 0.8rem; font-weight: 600; margin-bottom: 1rem;
}
.pd--blue   { color: #3B82F6; background: rgba(59,130,246,0.08); border-color: rgba(59,130,246,0.2); }
.pd--purple { color: #8B5CF6; background: rgba(139,92,246,0.08); border-color: rgba(139,92,246,0.2); }
.pd--pink   { color: #EC4899; background: rgba(236,72,153,0.08); border-color: rgba(236,72,153,0.2); }
.pd--green  { color: #10B981; background: rgba(16,185,129,0.08); border-color: rgba(16,185,129,0.2); }
.pd--yellow { color: #F59E0B; background: rgba(245,158,11,0.08); border-color: rgba(245,158,11,0.2); }
.pd--red    { color: #EF4444; background: rgba(239,68,68,0.08); border-color: rgba(239,68,68,0.2); }

.projet-text h3 { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: var(--primary); line-height: 1.2; margin-bottom: 1rem; }
.projet-text p { color: var(--text-secondary); line-height: 1.7; }

.projet-impact { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-top: 1.5rem; }
.pi-item { display: flex; flex-direction: column; gap: 0.2rem; }
.pi-item svg.lucide { width: 20px; height: 20px; color: var(--primary); }
.pi-item strong { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--primary); }
.pi-item small { font-size: 0.72rem; color: var(--text-muted); font-weight: 500; }

.edu-list { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.edu-list li { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.5; display: flex; align-items: flex-start; gap: 0.5rem; }
.edu-list li svg.lucide { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; margin-top: 2px; }

.projet-card { padding: 2rem; }
.projet-card h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: var(--primary); margin-bottom: 0.75rem; }
.projet-card p { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.6; }

/* Kokolo box */
.kokolo-box {
  background: rgba(27,60,140,0.05); border: 1px solid rgba(27,60,140,0.15);
  border-left: 3px solid var(--primary); border-radius: 0 12px 12px 0;
  padding: 1rem 1.25rem;
}
.kokolo-header {
  display: flex; align-items: center; gap: 0.5rem;
  color: var(--primary); font-weight: 700; font-size: 0.88rem; margin-bottom: 0.5rem;
}
.kokolo-header svg.lucide { width: 16px; height: 16px; flex-shrink: 0; }
.kokolo-box p { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.6; margin: 0; }

/* ===== GALERIE KANANGA ===== */
.kg-item { overflow: hidden; }
.kg-img { width: 100%; height: 220px; object-fit: cover; transition: transform 0.4s ease; display: block; }
.kg-item:hover .kg-img { transform: scale(1.05); }
.kg-caption { padding: 1.25rem; }
.kg-date { display: block; font-size: 0.72rem; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.5rem; }
.kg-caption p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.6; }

/* ===== CTA DOUBLE ===== */
.section-cta-actions { background: var(--gradient-section); }
.cta-block h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: var(--primary); margin-bottom: 0.75rem; }
.cta-block p { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.6; }
.cta-block-icon { display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.cta-block-icon svg.lucide { width: 40px; height: 40px; color: var(--primary); }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  /* Hero */
  .page-hero-action { padding: 6rem 0 3rem; }
  .action-hero-title { font-size: clamp(2rem, 6vw, 3rem); }
  .action-hero-desc { font-size: 0.95rem; margin-bottom: 2rem; }
  .hero-tabs { gap: 0.3rem; padding: 0.3rem; }
  .htab { padding: 0.55rem 1.2rem; font-size: 0.85rem; }

  /* Sénat — section-icon */
  .section-icon-big { width: 56px; height: 56px; min-width: 56px; font-size: 1.6rem; border-radius: 16px; }

  /* Transparence */
  .transparence-left, .transparence-right { padding: 2rem; }
  .transparence-heading { font-size: 1.6rem; }

  /* Stats transparence */
  .ts-big-number { font-size: 3.5rem; }

  /* Actualités sénat */
  .actu-detail { padding: 1.5rem; }
  .actu-detail h4 { font-size: 1.05rem; }

  /* Fondation */
  .ftkm-emblem { padding: 0.75rem 2rem; }
  .ftkm-emblem-title { font-size: 1.5rem; }
  .projet-img { height: 260px; }
  .projet-text h3 { font-size: 1.5rem; }
  .projet-impact { gap: 1rem; }

  /* Galerie Kananga */
  .kg-img { height: 180px; }

  /* CTA double */
  .cta-block { padding: 2rem 1.5rem; }
}

@media (max-width: 480px) {
  /* Hero tabs — full width sur mobile */
  .hero-tabs { width: 100%; justify-content: stretch; }
  .htab { flex: 1; justify-content: center; font-size: 0.78rem; padding: 0.5rem 0.5rem; gap: 0.35rem; }

  /* Stats transparence */
  .ts-big-number { font-size: 2.8rem; }
  .ts-small-number { font-size: 1.6rem; }

  /* Actualités sénat */
  .actu-detail { padding: 1.25rem; }
  .actu-detail h4 { font-size: 0.97rem; }
  .actu-detail p { font-size: 0.85rem; }

  /* Fondation projets */
  .projet-img { height: 200px; }
  .projet-stat-overlay { right: 10px; bottom: -12px; padding: 0.75rem 1rem; }
  .ps-number { font-size: 1.6rem; }

  /* Bureau sénat */
  .bureau-item { padding: 0.6rem 0.75rem; }
  .bi-name { font-size: 0.85rem; }

  /* Galerie Kananga */
  .kg-img { height: 160px; }
}
