/* ==========================================================================
   HR PARTNERS - CHARTE GRAPHIQUE ÉLITE, ATTRACTIVE & EXÉCUTIVE
   Domaine : https://hr-partners.rejustewenoumi.com/
   Slogan  : « Recruter • Accompagner • Performer »
   Version : 2.1.0
   Design  : Bords carrés, Top Bar 100% Blanche, Or Radiant & Haute Visibilité
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. VARIABLES & PALETTE GRAPHIQUE VIBRANTE ET HAUT DE GAMME
   -------------------------------------------------------------------------- */
:root {
  /* Bleu Saphir & Nuit Profonde (Riche, Moderne et Magnétique) */
  --primary-dark: #06152B;
  --primary-navy: #0B2244;
  --primary-blue: #103B6F;
  --primary-royal: #16529E;
  --primary-accent: #2563EB;
  
  /* Or Vibrant & Lumineux (Effet Métallique & Rayonnant) */
  --gold-primary: #D4AF37;
  --gold-light: #F3D079;
  --gold-bright: #FFDF80;
  --gold-dark: #A4781E;
  --gold-gradient: linear-gradient(135deg, #FDE68A 0%, #D4AF37 50%, #9B7020 100%);
  --gold-gradient-hover: linear-gradient(135deg, #FEF08A 0%, #EAB308 50%, #A16207 100%);
  --gold-subtle: rgba(212, 175, 55, 0.12);
  --gold-glow: rgba(212, 175, 55, 0.35);
  --gold-border: rgba(212, 175, 55, 0.45);
  --warm-accent: #F5EFE6;

  /* Surfaces & Fonds Chaleureux / Lumineux */
  --bg-white: #FFFFFF;
  --bg-warm-light: #FAF8F5;
  --bg-light: #F3F6FA;
  --bg-light-alt: #E8EEF5;
  --bg-dark: #06152B;
  --bg-dark-surface: #0B2244;

  /* Typographie & Contraste Élevé (Lisibilité Maximale) */
  --text-dark: #051329;
  --text-body: #1E293B;
  --text-body-secondary: #334155;
  --text-muted: #475569;
  --text-light: #FFFFFF;
  --text-light-muted: #E2E8F0;

  /* Bordures Carrées & Architecturales (2px à 4px) */
  --border-color: #CBD5E1;
  --border-light: #E2E8F0;
  --border-warm: #E2DCD0;
  --border-gold-subtle: rgba(212, 175, 55, 0.4);

  /* Ombres Vivantes & Profondes */
  --shadow-xs: 0 2px 4px rgba(6, 21, 43, 0.05);
  --shadow-sm: 0 4px 12px -2px rgba(6, 21, 43, 0.08), 0 2px 4px -1px rgba(6, 21, 43, 0.04);
  --shadow-md: 0 12px 28px -4px rgba(6, 21, 43, 0.12), 0 4px 10px -2px rgba(6, 21, 43, 0.05);
  --shadow-lg: 0 25px 45px -8px rgba(6, 21, 43, 0.16), 0 10px 20px -4px rgba(6, 21, 43, 0.06);
  --shadow-gold: 0 10px 28px -4px rgba(212, 175, 55, 0.45);
  --shadow-gold-sm: 0 4px 14px rgba(212, 175, 55, 0.3);

  /* Rayons de courbure carrés */
  --radius-xs: 2px;
  --radius-sm: 3px;
  --radius-md: 4px;
  --radius-lg: 4px;

  /* Transitions Dynamiques */
  --transition-fast: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-normal: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-smooth: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);

  --font-main: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-heading: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 135px;
}

body {
  font-family: var(--font-main);
  color: var(--text-body);
  background-color: var(--bg-white);
  line-height: 1.75;
  font-size: 1.025rem;
  font-weight: 450;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding-top: 104px;
}

@media (min-width: 992px) {
  body {
    padding-top: 118px;
  }
}

/* --------------------------------------------------------------------------
   HEADER FIXED WRAPPER (TOP BAR + NAVBAR FIXÉS ENSEMBLE - 100% BLANC OPAQUE)
   -------------------------------------------------------------------------- */
.header-fixed-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1040;
  background-color: #FFFFFF !important;
  opacity: 1 !important;
  box-shadow: 0 4px 20px rgba(6, 21, 43, 0.08);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--primary-dark);
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.025em;
}

p {
  margin-bottom: 1.15rem;
  color: var(--text-body);
}

.lead {
  font-size: 1.18rem;
  line-height: 1.7;
  font-weight: 600;
  color: var(--primary-dark);
}

a {
  color: var(--primary-royal);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition-fast);
}

a:hover {
  color: var(--gold-dark);
}

img {
  max-width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------------
   2. TOP BAR WHITE (BARRE SUPÉRIEURE 100% BLANCHE OPAQUE & HAUTE LISIBILITÉ)
   -------------------------------------------------------------------------- */
.top-bar-white {
  background-color: #FFFFFF !important;
  opacity: 1 !important;
  border-bottom: 1px solid var(--border-light);
  padding: 0.6rem 0;
  font-size: 0.875rem;
  color: var(--text-body-secondary);
  position: relative;
  z-index: 1041;
}

.top-bar-white span, .top-bar-white a {
  color: var(--text-body-secondary);
  font-weight: 600;
}

.top-bar-white a:hover {
  color: var(--gold-dark);
}

.topbar-phone {
  color: var(--primary-dark) !important;
  font-weight: 800 !important;
  font-size: 0.925rem;
  display: inline-flex;
  align-items: center;
}

.topbar-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: var(--radius-xs);
  background-color: var(--bg-light);
  color: var(--primary-dark);
  font-size: 0.875rem;
  border: 1px solid var(--border-light);
  transition: var(--transition-fast);
}

.topbar-social-link:hover {
  background: var(--gold-gradient);
  color: var(--primary-dark);
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold-sm);
}

/* --------------------------------------------------------------------------
   3. UTILITIES & TYPOGRAPHY HELPERS
   -------------------------------------------------------------------------- */
.text-gold { color: var(--gold-primary) !important; }
.text-gold-light { color: var(--gold-light) !important; }
.text-navy { color: var(--primary-dark) !important; }
.text-blue { color: var(--primary-blue) !important; }

.bg-navy { background-color: var(--primary-dark) !important; }
.bg-navy-dark { background-color: #030d1c !important; }
.bg-warm-light { background-color: var(--bg-warm-light) !important; }
.bg-light-soft { background-color: var(--bg-light) !important; }
.bg-gold-subtle { background-color: var(--gold-subtle) !important; }

.border-gold { border-color: var(--gold-primary) !important; }
.border-gold-subtle { border-color: var(--border-gold-subtle) !important; }

.section-padding {
  padding: 5.5rem 0;
}

@media (min-width: 992px) {
  .section-padding {
    padding: 7.25rem 0;
  }
}

.section-header {
  margin-bottom: 3.85rem;
}

/* Badge attractif avec point pulsant doré */
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 1.15rem;
  border-radius: var(--radius-xs);
  font-size: 0.825rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.05) 100%);
  color: var(--gold-dark);
  border: 1px solid var(--border-gold-subtle);
  border-left: 3.5px solid var(--gold-primary);
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.1);
}

.section-badge.badge-white {
  background: rgba(255, 255, 255, 0.15);
  color: #FFF0BA;
  border-color: rgba(243, 208, 121, 0.4);
  border-left: 3.5px solid var(--gold-light);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.section-title {
  font-size: 2.35rem;
  font-weight: 850;
  letter-spacing: -0.025em;
  color: var(--primary-dark);
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 2.85rem;
  }
}

.section-subtitle {
  font-size: 1.18rem;
  color: var(--text-body-secondary);
  max-width: 740px;
  line-height: 1.75;
  font-weight: 450;
}

.section-subtitle.light {
  color: rgba(248, 250, 252, 0.95);
  font-weight: 400;
}

/* --------------------------------------------------------------------------
   4. BOUTONS ATTRACTIFS & LUMINEUX
   -------------------------------------------------------------------------- */
.btn {
  font-weight: 800;
  font-size: 0.975rem;
  padding: 0.85rem 1.85rem;
  border-radius: var(--radius-sm);
  transition: var(--transition-normal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.01em;
}

.btn-lg {
  padding: 1rem 2.25rem;
  font-size: 1.075rem;
}

.btn-primary-custom {
  background-color: var(--primary-dark);
  color: var(--white);
  border: 1.5px solid var(--primary-dark);
  box-shadow: 0 4px 12px rgba(6, 21, 43, 0.2);
}

.btn-primary-custom:hover {
  background-color: var(--primary-blue);
  color: var(--white);
  border-color: var(--primary-blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

/* Bouton Or Radiant avec Effet Brillant */
.btn-gold {
  background: var(--gold-gradient);
  color: #06152B;
  font-weight: 850;
  border: 1px solid var(--gold-light);
  box-shadow: var(--shadow-gold);
}

.btn-gold::before {
  content: '';
  position: absolute;
  top: 0;
  left: -85%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg);
  transition: all 0.75s ease;
}

.btn-gold:hover::before {
  left: 135%;
}

.btn-gold:hover {
  background: var(--gold-gradient-hover);
  color: #000000;
  box-shadow: 0 14px 32px -4px rgba(212, 175, 55, 0.6);
  transform: translateY(-3px);
}

.btn-outline-custom {
  background-color: transparent;
  color: var(--primary-dark);
  border: 2px solid var(--primary-dark);
  font-weight: 750;
}

.btn-outline-custom:hover {
  background-color: var(--primary-dark);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}

.btn-outline-light-custom {
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.7);
  font-weight: 750;
}

.btn-outline-light-custom:hover {
  background-color: var(--white);
  color: var(--primary-dark);
  border-color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

/* --------------------------------------------------------------------------
   5. NAVIGATION NAVBAR (100% BLANCHE OPAQUE, ÉPURÉE & DYNAMIQUE)
   -------------------------------------------------------------------------- */
.navbar-custom {
  background-color: #FFFFFF !important;
  opacity: 1 !important;
  padding: 0.95rem 0;
  transition: var(--transition-normal);
  border-bottom: 1px solid var(--border-light);
}

.navbar-brand-img {
  height: 52px;
  width: auto;
  object-fit: contain;
  transition: var(--transition-fast);
}

@media (min-width: 768px) {
  .navbar-brand-img {
    height: 58px;
  }
}

.nav-link {
  font-weight: 750;
  font-size: 0.975rem;
  color: var(--primary-dark) !important;
  padding: 0.55rem 0.95rem !important;
  border-radius: var(--radius-xs);
  transition: var(--transition-fast);
  position: relative;
}

.nav-link:hover, .nav-link.active {
  color: var(--gold-dark) !important;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.95rem;
  right: 0.95rem;
  height: 3px;
  background: var(--gold-gradient);
}

.navbar-toggler {
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-xs);
  padding: 0.5rem 0.8rem;
}

/* --------------------------------------------------------------------------
   6. HERO SECTION (LUMINEUSE, MAGNÉTIQUE & CADRE DORÉ)
   -------------------------------------------------------------------------- */
.hero-section {
  position: relative;
  background: radial-gradient(circle at 80% 20%, #164E8A 0%, #0B2244 50%, #06152B 100%);
  color: var(--white);
  padding: 6.75rem 0 5.75rem;
  overflow: hidden;
}

.hero-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 15% 25%, rgba(212, 175, 55, 0.22) 0%, transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(37, 99, 235, 0.3) 0%, transparent 55%),
    linear-gradient(to right, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 40px 40px, 40px 40px;
  pointer-events: none;
}

.hero-title {
  font-size: 2.75rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  margin-bottom: 1.65rem;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 3.45rem;
  }
}

@media (min-width: 1200px) {
  .hero-title {
    font-size: 3.85rem;
  }
}

.hero-title .text-gold {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-subtitle {
  font-size: 1.225rem;
  color: #F8FAFC;
  line-height: 1.8;
  margin-bottom: 2.35rem;
  max-width: 620px;
  font-weight: 450;
}

.hero-slogan-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.925rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-top: 1.85rem;
  padding: 0.6rem 1.35rem;
  background: rgba(6, 21, 43, 0.55);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-xs);
  border: 1px solid rgba(243, 208, 121, 0.35);
  border-left: 3.5px solid var(--gold-primary);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.hero-image-wrapper {
  position: relative;
  z-index: 2;
}

.hero-image-wrapper::before {
  content: '';
  position: absolute;
  top: 18px;
  right: -18px;
  bottom: -18px;
  left: 18px;
  border: 2.5px solid var(--gold-primary);
  border-radius: var(--radius-md);
  z-index: 1;
  pointer-events: none;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.3);
}

.hero-image-main {
  width: 100%;
  position: relative;
  z-index: 2;
  border-radius: var(--radius-md);
  box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.65);
  border: 2px solid rgba(255, 255, 255, 0.25);
  object-fit: cover;
}

.hero-floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  color: var(--primary-dark);
  padding: 1.15rem 1.45rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
  border-left: 5px solid var(--gold-primary);
  display: flex;
  align-items: center;
  gap: 1.1rem;
  z-index: 3;
}

.hero-floating-card.card-bottom-left {
  bottom: -22px;
  left: -22px;
}

.hero-floating-card.card-top-right {
  top: -22px;
  right: -22px;
}

.hero-floating-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-xs);
  background: var(--gold-gradient);
  color: var(--primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: var(--shadow-gold-sm);
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   7. SECTION INTRODUCTION (HUMANISÉE & CHALEUREUSE)
   -------------------------------------------------------------------------- */
.intro-image-frame {
  position: relative;
}

.intro-image-frame::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: -16px;
  width: 100%;
  height: 100%;
  background: var(--warm-accent);
  border: 1.5px solid var(--border-warm);
  border-radius: var(--radius-md);
  z-index: 1;
}

.intro-image-frame img {
  position: relative;
  z-index: 2;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  width: 100%;
  object-fit: cover;
  border: 1.5px solid var(--border-light);
}

.intro-experience-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 3;
  background: linear-gradient(135deg, #06152B 0%, #0B2244 100%);
  color: var(--white);
  padding: 1.45rem 1.75rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border-left: 5px solid var(--gold-primary);
  max-width: 260px;
}

.intro-experience-badge .gold-text {
  color: var(--gold-light);
  font-size: 1.55rem;
  font-weight: 850;
  display: block;
  line-height: 1.1;
  margin-bottom: 0.35rem;
}

/* --------------------------------------------------------------------------
   8. SERVICES CARDS (ATTRACTIVES, VIBRANTES & LISIBLES)
   -------------------------------------------------------------------------- */
.service-card {
  background-color: var(--white);
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 2.5rem 2.15rem;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-top: 4px solid transparent;
}

.service-card:hover {
  transform: translateY(-10px);
  border-color: var(--gold-border);
  border-top-color: var(--gold-primary);
  box-shadow: 0 20px 40px -8px rgba(6, 21, 43, 0.14), 0 0 0 1px rgba(212, 175, 55, 0.4);
}

.service-icon-box {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-xs);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.18) 0%, rgba(212, 175, 55, 0.06) 100%);
  color: var(--gold-dark);
  border: 1.5px solid var(--border-gold-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  margin-bottom: 1.6rem;
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.service-card:hover .service-icon-box {
  background: var(--gold-gradient);
  color: var(--primary-dark);
  border-color: transparent;
  transform: scale(1.1);
  box-shadow: var(--shadow-gold-sm);
}

.service-card-title {
  font-size: 1.4rem;
  font-weight: 850;
  margin-bottom: 1rem;
  color: var(--primary-dark);
  line-height: 1.3;
}

.service-card-desc {
  color: var(--text-body);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.45rem;
  flex-grow: 1;
}

.service-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.45rem 0;
}

.service-features-list li {
  font-size: 0.94rem;
  color: var(--text-body-secondary);
  font-weight: 600;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  line-height: 1.5;
}

.service-features-list li i {
  color: var(--gold-primary);
  font-size: 0.9rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.service-card-link {
  font-weight: 850;
  font-size: 0.975rem;
  color: var(--primary-dark);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  border-bottom: 2px solid transparent;
}

.service-card:hover .service-card-link {
  color: var(--gold-dark);
  border-bottom-color: var(--gold-primary);
}

.service-highlight-badge {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  background: var(--gold-subtle);
  color: var(--gold-dark);
  font-size: 0.775rem;
  font-weight: 800;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-xs);
  border: 1px solid var(--border-gold-subtle);
  box-shadow: 0 2px 6px rgba(212, 175, 55, 0.15);
}

/* --------------------------------------------------------------------------
   9. NOTRE APPROCHE (TIMELINE 4 ÉTAPES VIBRANTE)
   -------------------------------------------------------------------------- */
.approach-steps-container {
  position: relative;
}

@media (min-width: 992px) {
  .approach-steps-container::before {
    content: '';
    position: absolute;
    top: 44px;
    left: 8%;
    right: 8%;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary) 0%, rgba(212, 175, 55, 0.3) 100%);
    z-index: 1;
  }
}

.approach-step-card {
  position: relative;
  z-index: 2;
  background-color: var(--white);
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 2.35rem 1.75rem;
  text-align: center;
  height: 100%;
  transition: var(--transition-normal);
}

.approach-step-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold-primary);
  box-shadow: var(--shadow-md);
}

.approach-step-number {
  width: 62px;
  height: 62px;
  border-radius: var(--radius-xs);
  background: linear-gradient(135deg, #06152B 0%, #0B2244 100%);
  color: var(--gold-light);
  border: 2px solid var(--white);
  box-shadow: var(--shadow-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 1.6rem;
  transition: var(--transition-fast);
}

.approach-step-card:hover .approach-step-number {
  background: var(--gold-gradient);
  color: var(--primary-dark);
  box-shadow: var(--shadow-gold);
}

.approach-step-title {
  font-size: 1.35rem;
  font-weight: 850;
  margin-bottom: 0.9rem;
  color: var(--primary-dark);
}

.approach-step-desc {
  font-size: 0.985rem;
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   10. POURQUOI HR PARTNERS (HUMANISÉ & ATTRACTIF)
   -------------------------------------------------------------------------- */
.why-argument-item {
  display: flex;
  gap: 1.45rem;
  margin-bottom: 1.6rem;
  padding: 1.35rem 1.45rem;
  border-radius: var(--radius-md);
  background-color: var(--bg-white);
  border: 1.5px solid var(--border-light);
  border-left: 4.5px solid transparent;
  transition: var(--transition-fast);
}

.why-argument-item:hover {
  background-color: var(--bg-warm-light);
  border-color: var(--border-warm);
  border-left-color: var(--gold-primary);
  box-shadow: var(--shadow-sm);
  transform: translateX(4px);
}

.why-argument-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-xs);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0.08) 100%);
  color: var(--gold-dark);
  border: 1.5px solid var(--border-gold-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.why-argument-content h4 {
  font-size: 1.25rem;
  font-weight: 850;
  margin-bottom: 0.45rem;
  color: var(--primary-dark);
}

.why-argument-content p {
  font-size: 0.985rem;
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   11. STATISTIQUES & CHIFFRES CLÉS (LUMINEUX & RAYONNANT)
   -------------------------------------------------------------------------- */
.stats-section {
  background: radial-gradient(circle at 50% 50%, #0B2244 0%, #06152B 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.stat-box {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-md);
  border-top: 4px solid var(--gold-primary);
  padding: 2.5rem 1.75rem;
  text-align: center;
  transition: var(--transition-normal);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.stat-box:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(212, 175, 55, 0.4);
}

.stat-number {
  font-size: 3rem;
  font-weight: 900;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.stat-label {
  font-size: 1.05rem;
  font-weight: 750;
  color: #F8FAFC;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   12. CANDIDATS & ENTREPRISES (DUAL CTA ATTRACTIF)
   -------------------------------------------------------------------------- */
.dual-cta-card {
  border-radius: var(--radius-md);
  padding: 3.5rem 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.dual-cta-candidates {
  background: linear-gradient(135deg, #FAF8F5 0%, #F3EFE9 100%);
  border: 1.5px solid var(--border-warm);
  border-left: 6px solid var(--gold-primary);
  color: var(--primary-dark);
  box-shadow: var(--shadow-sm);
}

.dual-cta-companies {
  background: linear-gradient(135deg, #06152B 0%, #103B6F 100%);
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-left: 6px solid var(--gold-light);
  box-shadow: var(--shadow-md);
}

.dual-cta-badge {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.45rem 1.05rem;
  border-radius: var(--radius-xs);
  margin-bottom: 1.45rem;
}

.dual-cta-candidates .dual-cta-badge {
  background: var(--gold-subtle);
  color: var(--gold-dark);
  border: 1px solid var(--border-gold-subtle);
}

.dual-cta-companies .dual-cta-badge {
  background: rgba(243, 208, 121, 0.25);
  color: #FFF0BA;
  border: 1px solid rgba(243, 208, 121, 0.45);
}

.dual-cta-title {
  font-size: 2.05rem;
  font-weight: 850;
  margin-bottom: 1.25rem;
}

.dual-cta-companies .dual-cta-title {
  color: #FFFFFF;
}

.dual-cta-desc {
  font-size: 1.075rem;
  line-height: 1.75;
  margin-bottom: 2.35rem;
  color: var(--text-body);
}

.dual-cta-companies .dual-cta-desc {
  color: #F8FAFC;
}

/* --------------------------------------------------------------------------
   13. TÉMOIGNAGES (CHALEUREUX & ATTRACTIFS)
   -------------------------------------------------------------------------- */
.testimonial-card {
  background-color: var(--white);
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 2.5rem 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-xs);
  position: relative;
  transition: var(--transition-normal);
  border-left: 4.5px solid var(--border-color);
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--border-gold-subtle);
  border-left-color: var(--gold-primary);
}

.testimonial-quote-icon {
  font-size: 2.2rem;
  color: var(--gold-primary);
  opacity: 0.7;
  margin-bottom: 1.25rem;
}

.testimonial-text {
  font-size: 1.1rem;
  font-style: italic;
  color: var(--text-dark);
  font-weight: 550;
  margin-bottom: 1.75rem;
  line-height: 1.75;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  border-top: 1.5px solid var(--border-light);
  padding-top: 1.45rem;
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-xs);
  background: var(--gold-gradient);
  color: var(--primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 850;
  font-size: 1.05rem;
  box-shadow: var(--shadow-gold-sm);
}

.testimonial-author-name {
  font-size: 1.05rem;
  font-weight: 850;
  color: var(--primary-dark);
  margin-bottom: 0.25rem;
}

.testimonial-author-role {
  font-size: 0.885rem;
  color: var(--text-muted);
  font-weight: 650;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   14. FAQ ACCORDION (HAUTE LISIBILITÉ & INTERACTION)
   -------------------------------------------------------------------------- */
.faq-accordion .accordion-item {
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-xs) !important;
  margin-bottom: 1.15rem;
  overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: var(--transition-fast);
}

.faq-accordion .accordion-item:hover {
  border-color: var(--gold-primary);
}

.faq-accordion .accordion-button {
  font-weight: 850;
  font-size: 1.125rem;
  color: var(--primary-dark);
  background-color: var(--white);
  padding: 1.45rem 1.75rem;
  box-shadow: none;
  border-radius: 0 !important;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--primary-blue);
  background-color: var(--bg-warm-light);
  border-bottom: 1.5px solid var(--border-color);
  border-left: 4.5px solid var(--gold-primary);
}

.faq-accordion .accordion-button::after {
  background-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-accordion .accordion-body {
  padding: 1.75rem;
  font-size: 1.05rem;
  color: var(--text-body);
  line-height: 1.8;
  background-color: var(--white);
}

/* --------------------------------------------------------------------------
   15. CONTACT FORM & CARTES
   -------------------------------------------------------------------------- */
.contact-info-card {
  background: linear-gradient(135deg, #06152B 0%, #103B6F 100%);
  color: var(--white);
  border-radius: var(--radius-md);
  padding: 3.5rem 2.75rem;
  height: 100%;
  border-left: 5.5px solid var(--gold-primary);
  box-shadow: var(--shadow-md);
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1.45rem;
  margin-bottom: 2.25rem;
}

.contact-info-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-xs);
  background: rgba(212, 175, 55, 0.22);
  color: var(--gold-light);
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.contact-info-text h5 {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 850;
  margin-bottom: 0.35rem;
}

.contact-info-text p, .contact-info-text a {
  color: #F8FAFC;
  font-size: 1.025rem;
  font-weight: 550;
  margin-bottom: 0;
}

.contact-info-text a:hover {
  color: var(--gold-light);
}

.contact-form-card {
  background-color: var(--white);
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 3.25rem 2.75rem;
  box-shadow: var(--shadow-sm);
}

.form-label {
  font-size: 0.95rem;
  font-weight: 750;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.form-control, .form-select {
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-xs);
  padding: 0.9rem 1.2rem;
  font-size: 1.025rem;
  color: var(--text-dark);
  font-weight: 550;
  transition: var(--transition-fast);
}

.form-control:focus, .form-select:focus {
  border-color: var(--gold-primary);
  box-shadow: 0 0 0 4px var(--gold-subtle);
  outline: none;
}

.modal-content {
  border-radius: var(--radius-md) !important;
  border: 2px solid var(--border-color);
}

.modal-header {
  border-radius: var(--radius-md) var(--radius-md) 0 0 !important;
}

/* --------------------------------------------------------------------------
   16. FOOTER (HAUTE ÉLÉGANCE)
   -------------------------------------------------------------------------- */
.footer-custom {
  background-color: #030d1c;
  color: #CBD5E1;
  padding: 5.75rem 0 2.35rem;
  border-top: 3.5px solid var(--gold-primary);
}

.footer-brand-img {
  height: 56px;
  width: auto;
  margin-bottom: 1.45rem;
}

.footer-title {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 850;
  margin-bottom: 1.75rem;
  position: relative;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  width: 32px;
  height: 3px;
  background: var(--gold-gradient);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.9rem;
}

.footer-links a {
  color: #CBD5E1;
  font-size: 0.975rem;
  font-weight: 550;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: var(--transition-fast);
}

.footer-links a:hover {
  color: var(--gold-light);
  transform: translateX(5px);
}

.footer-social-links {
  display: flex;
  gap: 0.9rem;
}

.footer-social-btn {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-xs);
  background-color: rgba(255, 255, 255, 0.08);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: var(--transition-fast);
}

.footer-social-btn:hover {
  background: var(--gold-gradient);
  color: var(--primary-dark);
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: var(--shadow-gold-sm);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 4rem;
  padding-top: 2.35rem;
  font-size: 0.94rem;
  color: #94A3B8;
}

/* --------------------------------------------------------------------------
   17. ACTIONS FLOTTANTES
   -------------------------------------------------------------------------- */
.floating-actions {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
}

.floating-whatsapp-btn {
  width: 54px;
  height: 54px;
  border-radius: var(--radius-xs);
  background-color: #25D366;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.45);
  transition: var(--transition-fast);
  animation: pulseWhatsapp 2.5s infinite;
}

@keyframes pulseWhatsapp {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
  70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.floating-whatsapp-btn:hover {
  color: #FFFFFF;
  transform: scale(1.08);
}

.back-to-top-btn {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-xs);
  background-color: var(--primary-dark);
  color: var(--gold-light);
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: var(--shadow-sm);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-normal);
}

.back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top-btn:hover {
  background: var(--gold-gradient);
  color: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: var(--shadow-gold-sm);
}

/* --------------------------------------------------------------------------
   18. ANIMATIONS SENIOR AU SCROLL
   -------------------------------------------------------------------------- */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-100 { transition-delay: 0.12s; }
.delay-200 { transition-delay: 0.24s; }
.delay-300 { transition-delay: 0.36s; }
.delay-400 { transition-delay: 0.48s; }

/* --------------------------------------------------------------------------
   19. RESPONSIVE DESIGN TOTAL (SMARTPHONE, TABLETTE, LAPTOP & DESKTOP)
   -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .hero-section {
    padding: 4.5rem 0 3.5rem;
    text-align: center;
  }

  .hero-title {
    font-size: 2.35rem;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
  }

  .hero-image-wrapper {
    margin-top: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-collapse {
    background-color: var(--white);
    padding: 1.25rem;
    margin-top: 0.75rem;
    border: 1.5px solid var(--border-light);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
  }

  .navbar-nav .nav-link {
    padding: 0.75rem 1rem !important;
    border-bottom: 1px solid var(--border-light);
  }

  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }
}

@media (max-width: 575.98px) {
  .section-padding {
    padding: 3.75rem 0;
  }

  .section-title {
    font-size: 1.85rem;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-image-wrapper::before {
    display: none;
  }

  .hero-floating-card {
    position: static;
    margin-top: 1rem;
    width: 100%;
  }

  .intro-image-frame::after {
    display: none;
  }

  .intro-experience-badge {
    position: static;
    margin-top: 1.25rem;
    max-width: 100%;
  }

  .dual-cta-card {
    padding: 2.25rem 1.4rem;
  }

  .contact-info-card, .contact-form-card {
    padding: 2.25rem 1.35rem;
  }

  .floating-actions {
    bottom: 15px;
    right: 15px;
  }

  .floating-whatsapp-btn {
    width: 48px;
    height: 48px;
    font-size: 1.45rem;
  }

  .back-to-top-btn {
    width: 42px;
    height: 42px;
    font-size: 0.95rem;
  }
}
