/* ============================================
   NOTRE LOGO CSS — AVDA
   Styles pour la page de signification du logo
   Inclut les styles du hero centré avec badge or
   Dernière mise à jour : Juillet 2026
   ============================================ */

/* ==========================================
   HERO — Page Notre Logo
   ========================================== */

/* Overlay du hero */
.page-hero {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #13441E;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(19, 68, 30, 0.92) 0%,
    rgba(19, 68, 30, 0.78) 50%,
    rgba(19, 68, 30, 0.85) 100%
  );
  z-index: 1;
}

.page-hero .container {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Badge du hero */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1.2rem;
  background-color: var(--brand-primary, #DFA21A);
  color: #13441E;
  font-size: 0.85rem;
  font-weight: var(--fw-semibold);
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(223, 162, 26, 0.3);
}

.hero-badge i {
  font-size: 0.9rem;
}

/* Titre du hero */
.page-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: var(--fw-bold);
  color: #FFFFFF;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-align: center;
  max-width: 800px;
}

/* Sous-titre du hero */
.page-hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: var(--fw-light);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

/* ==========================================
   BREADCRUMB
   ========================================== */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0;
  font-size: var(--fs-body-sm);
  color: var(--text-muted);
  flex-wrap: wrap;
}

.breadcrumb-item a {
  color: var(--brand-accent);
  text-decoration: none;
  font-weight: var(--fw-medium);
  transition: color var(--transition-fast);
}

.breadcrumb-item a:hover {
  color: var(--brand-primary);
}

.breadcrumb-separator {
  color: var(--text-muted);
  font-size: 0.7rem;
  opacity: 0.6;
}

.breadcrumb-active {
  color: var(--brand-primary);
  font-weight: var(--fw-semibold);
}

/* ==========================================
   INTRODUCTION
   ========================================== */
.logo-intro {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2.5rem;
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border-left: 5px solid var(--brand-primary);
  transition: all var(--transition-normal);
}

.logo-intro:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.logo-intro-icon {
  flex-shrink: 0;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-primary);
  border-radius: 50%;
  font-size: 1.8rem;
  color: #13441E;
  box-shadow: 0 6px 20px rgba(223, 162, 26, 0.25);
}

.logo-intro-text {
  font-size: var(--fs-body);
  line-height: 1.8;
  color: var(--text-dark);
  flex: 1;
}

.logo-intro-text strong {
  color: var(--brand-accent);
  font-weight: var(--fw-semibold);
}

/* ==========================================
   SHOWCASE — Image du logo
   ========================================== */
.logo-showcase {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 3rem;
  background: #FFFFFF;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  transition: all var(--transition-normal);
}

.logo-showcase:hover {
  box-shadow: var(--shadow-xl);
}

.logo-showcase-image {
  flex-shrink: 0;
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(223, 162, 26, 0.1) 0%, rgba(19, 68, 30, 0.05) 100%);
  border-radius: var(--radius-lg);
  padding: 2rem;
  cursor: pointer;
  transition: transform var(--transition-normal);
}

.logo-showcase-image:hover {
  transform: scale(1.05);
}

.logo-showcase-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.logo-showcase-caption {
  flex: 1;
  position: relative;
  padding-left: 2rem;
  border-left: 4px solid var(--brand-primary);
}

.logo-showcase-caption .fa-quote-left {
  font-size: 3rem;
  color: var(--brand-primary);
  opacity: 0.25;
  margin-bottom: 1rem;
  display: block;
}

.logo-showcase-caption p {
  font-size: var(--fs-h4);
  font-weight: var(--fw-medium);
  font-style: italic;
  line-height: 1.8;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.logo-showcase-caption cite {
  font-size: var(--fs-body-sm);
  color: var(--text-muted);
  font-style: normal;
  font-weight: var(--fw-medium);
}

/* ==========================================
   GRILLE DES SYMBOLES
   ========================================== */
.symbols-grid {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* ==========================================
   CARTE SYMBOLE
   ========================================== */
.symbol-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2.5rem;
  padding: 2.5rem;
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
}

.symbol-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--gradient-primary);
  border-radius: 5px 0 0 5px;
  opacity: 0;
  transition: opacity var(--transition-normal);
}

.symbol-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: rgba(223, 162, 26, 0.2);
}

.symbol-card:hover::before {
  opacity: 1;
}

/* Version inversée (icône à droite) */
.symbol-card.symbol-reverse {
  grid-template-columns: 1fr 120px;
}

.symbol-card.symbol-reverse .symbol-icon {
  order: 2;
}

.symbol-card.symbol-reverse .symbol-content {
  order: 1;
}

.symbol-card.symbol-reverse::before {
  left: auto;
  right: 0;
  border-radius: 0 5px 5px 0;
}

/* ==========================================
   ICÔNE DU SYMBOLE
   ========================================== */
.symbol-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #FFF8E7;
  border-radius: var(--radius-lg);
  font-size: 2.5rem;
  color: var(--brand-primary);
  flex-shrink: 0;
  transition: all 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.symbol-card:hover .symbol-icon {
  background: var(--gradient-primary);
  color: #13441E;
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 10px 30px rgba(223, 162, 26, 0.3);
}

/* ==========================================
   CONTENU DU SYMBOLE
   ========================================== */
.symbol-content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.symbol-number {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: var(--fw-bold);
  color: var(--brand-primary);
  letter-spacing: 3px;
  text-transform: uppercase;
  background: #FFF8E7;
  padding: 0.2rem 0.8rem;
  border-radius: var(--radius-full);
  width: fit-content;
}

.symbol-content h4 {
  font-size: var(--fs-h4);
  font-weight: var(--fw-semibold);
  color: var(--brand-accent);
  margin: 0;
  line-height: 1.3;
}

.symbol-content p {
  font-size: var(--fs-body);
  line-height: 1.7;
  color: var(--text-dark);
  margin: 0;
}

/* ==========================================
   VERSET BIBLIQUE
   ========================================== */
.symbol-verse {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1rem 1.2rem;
  background: linear-gradient(135deg, #FFF8E7 0%, #FFF3D0 100%);
  border-radius: var(--radius-sm);
  border-left: 4px solid var(--brand-primary);
  margin-top: 0.5rem;
  font-style: italic;
  font-size: var(--fs-body-sm);
  color: var(--text-muted);
  line-height: 1.6;
}

.symbol-verse .fa-book-bible {
  color: var(--brand-primary);
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ==========================================
   MESSAGE INSTITUTIONNEL
   ========================================== */
.logo-message {
  max-width: 850px;
  margin: 0 auto;
}

.logo-message-card {
  text-align: center;
  padding: 3.5rem;
  background: #FFFFFF;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  border: 3px solid var(--brand-primary);
  position: relative;
  transition: all var(--transition-normal);
}

.logo-message-card:hover {
  box-shadow: var(--shadow-xl);
  transform: translateY(-3px);
}

.logo-message-card::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 6px;
  background: var(--gradient-primary);
  border-radius: var(--radius-full);
}

.logo-message-icon {
  font-size: 3.5rem;
  color: var(--brand-primary);
  opacity: 0.15;
  margin-bottom: 1.5rem;
}

.logo-message-text {
  font-size: var(--fs-h4);
  font-weight: var(--fw-medium);
  font-style: italic;
  line-height: 1.8;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
}

.logo-message-author {
  font-size: var(--fs-body-sm);
  color: var(--text-muted);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.5px;
}

/* ==========================================
   LIGHTBOX — Agrandissement logo
   ========================================== */
.logo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.logo-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.logo-lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(19, 68, 30, 0.95);
  cursor: pointer;
}

.logo-lightbox-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 90vw;
  max-height: 90vh;
}

.logo-lightbox-image {
  max-width: 80vw;
  max-height: 70vh;
  object-fit: contain;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.logo-lightbox-caption {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--fs-body-sm);
  text-align: center;
}

.logo-lightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
}

.logo-lightbox-close:hover {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #13441E;
  transform: rotate(90deg);
}

/* ==========================================
   CTA SECTION
   ========================================== */
.cta-section {
  padding: 4rem 0;
}

.cta-card {
  text-align: center;
  padding: 3rem;
  background: var(--gradient-accent);
  border-radius: var(--radius-xl);
  color: #FFFFFF;
  box-shadow: var(--shadow-xl);
}

.cta-icon {
  font-size: 3rem;
  color: var(--brand-primary);
  margin-bottom: 1.5rem;
}

.cta-card h2 {
  font-size: var(--fs-h2);
  font-weight: var(--fw-bold);
  margin-bottom: 1rem;
  color: #FFFFFF;
}

.cta-card p {
  font-size: var(--fs-body);
  line-height: 1.7;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.btn-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ==========================================
   RESPONSIVE — Tablette (≤ 1023px)
   ========================================== */
@media (max-width: 1023px) {

  .page-hero {
    min-height: 300px;
  }

  .page-hero-title {
    font-size: 2rem;
  }

  .page-hero-subtitle {
    font-size: 1rem;
  }

  .hero-badge {
    font-size: 0.75rem;
    padding: 0.4rem 1rem;
  }

  .logo-intro {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    border-left: none;
    border-top: 5px solid var(--brand-primary);
  }

  .logo-intro-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .logo-showcase {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }

  .logo-showcase-image {
    width: 200px;
    height: 200px;
  }

  .logo-showcase-caption {
    padding-left: 0;
    border-left: none;
    border-top: 4px solid var(--brand-primary);
    padding-top: 1.5rem;
    text-align: center;
  }

  .logo-showcase-caption .fa-quote-left {
    font-size: 2rem;
  }

  .symbol-card,
  .symbol-card.symbol-reverse {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1.5rem;
    gap: 1.5rem;
  }

  .symbol-card.symbol-reverse .symbol-icon {
    order: -1;
  }

  .symbol-icon {
    margin: 0 auto;
    width: 85px;
    height: 85px;
    font-size: 2rem;
  }

  .symbol-number {
    margin: 0 auto;
  }

  .symbol-verse {
    justify-content: center;
    text-align: left;
  }

  .logo-message-card {
    padding: 2rem;
  }

  .logo-message-text {
    font-size: var(--fs-body);
  }

  .logo-lightbox-image {
    max-width: 95vw;
    max-height: 60vh;
  }
}

/* ==========================================
   RESPONSIVE — Petit mobile (≤ 480px)
   ========================================== */
@media (max-width: 480px) {

  .page-hero {
    min-height: 250px;
  }

  .page-hero-title {
    font-size: 1.6rem;
  }

  .page-hero-subtitle {
    font-size: 0.9rem;
  }

  .hero-badge {
    font-size: 0.7rem;
    padding: 0.3rem 0.8rem;
    gap: 0.4rem;
  }

  .logo-showcase-image {
    width: 150px;
    height: 150px;
    padding: 1rem;
  }

  .logo-showcase {
    padding: 1.5rem;
  }

  .logo-showcase-caption p {
    font-size: var(--fs-body);
  }

  .symbol-card,
  .symbol-card.symbol-reverse {
    padding: 1.2rem;
    gap: 1rem;
  }

  .symbol-icon {
    width: 65px;
    height: 65px;
    font-size: 1.6rem;
  }

  .symbol-content h4 {
    font-size: var(--fs-body);
  }

  .symbol-content p {
    font-size: var(--fs-body-sm);
  }

  .logo-message-card {
    padding: 1.5rem;
  }

  .logo-message-card::before {
    width: 40px;
    top: -10px;
  }

  .logo-message-text {
    font-size: var(--fs-body-sm);
  }

  .logo-message-icon {
    font-size: 2.5rem;
  }

  .cta-card {
    padding: 2rem 1.5rem;
  }

  .cta-card h2 {
    font-size: var(--fs-h3);
  }
}

/* ==========================================
   FIN DU FICHIER
   ========================================== */