
/* ═══════════════════════════════════════════════════════
   THEME CLAIR — SURCHARGES POUR PRÉSENTATION SOIGNÉE
   ═══════════════════════════════════════════════════════ */

/* ── Nom de marque dans la navigation ── */
.nav-brand {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.15rem;
  letter-spacing: 2px;
  color: #1E3A5F;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ── Hero title : sombre sur fond clair ── */
.hero-title {
  color: #1E3A5F !important;
  text-shadow: none !important;
}
.hero-title .saumon {
  color: #2563EB !important;
}
.hero-location {
  color: #4A5568 !important;
}
.hero-sub {
  color: #4A5568 !important;
}

/* ── Body & fond général ── */
body {
  background: #F8FAFC !important;
  color: #111827 !important;
}

/* ── Navigation (bandeau blanc épuré) ── */
nav {
  background: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
header.scrolled nav {
  background: rgba(255,255,255,0.97) !important;
  border-bottom: 1px solid rgba(30,58,95,0.1) !important;
  box-shadow: 0 2px 20px rgba(30,58,95,0.12) !important;
}
.nav-links a {
  color: #1E3A5F !important;
}
.nav-links a:hover {
  color: #2563EB !important;
}
.logo-icon {
  background: linear-gradient(135deg, #1E3A5F 0%, #2563EB 100%) !important;
}

/* ── Sections : fond blanc / gris alternés + texte noir ── */
section:nth-child(odd) {
  background: #FFFFFF !important;
}
section:nth-child(even) {
  background: #F1F5F9 !important;
}
section h2, section h3, section p, section span {
  color: inherit;
}
.section-title {
  color: #1E3A5F !important;
}
.section-tag {
  color: #2563EB !important;
}
.section-header {
  border-left: 4px solid #2563EB !important;
}

/* ── Cards épurées ── */
.card {
  background: #FFFFFF !important;
  border: 1.5px solid #E2E8F0 !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px rgba(30,58,95,0.07) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
.card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 30px rgba(30,58,95,0.13) !important;
  border-color: #2563EB !important;
}
.card h3 {
  color: #1E3A5F !important;
}
.card p {
  color: #4B5563 !important;
}

/* ── Zone cards ── */
.zone-card {
  background: #FFFFFF !important;
  border: 1.5px solid #E2E8F0 !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px rgba(30,58,95,0.07) !important;
}
.zone-card h3 {
  color: #1E3A5F !important;
}
.zone-card p {
  color: #4B5563 !important;
}
.zone-number {
  color: #2563EB !important;
  border-color: rgba(37,99,235,0.25) !important;
}

/* ── Boutons principaux ── */
.btn-primary {
  background: linear-gradient(135deg, #1E3A5F 0%, #2563EB 100%) !important;
  color: #FFFFFF !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 16px rgba(37,99,235,0.3) !important;
  font-weight: 700 !important;
}
.btn-primary:hover {
  box-shadow: 0 8px 28px rgba(37,99,235,0.45) !important;
  transform: translateY(-2px) !important;
}
.btn-outline {
  border: 2px solid #2563EB !important;
  color: #2563EB !important;
  background: transparent !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
}
.btn-outline:hover {
  background: rgba(37,99,235,0.08) !important;
}

/* ── Bouton hero outline sombre (hero a un fond clair) ── */
#hero .btn-outline {
  border: 2px solid #1E3A5F !important;
  color: #1E3A5F !important;
  background: transparent !important;
}
#hero .btn-outline:hover {
  background: #1E3A5F !important;
  color: #FFFFFF !important;
}

/* ── Contact section ── */
#contact {
  background: #F8FAFC !important;
}
#contact .section-title {
  color: #1E3A5F !important;
}
/* Contact blocks with dark background need light text */
.contact-block { background: #1E3A5F !important; border: none !important; }
.contact-block h3 { color: #60A5FA !important; }
.contact-block p { color: rgba(255,255,255,0.7) !important; }
.contact-block a { color: #FFFFFF !important; font-weight: bold !important; }
.contact-block a:hover { color: #93C5FD !important; }

/* ── Footer ── */
footer {
  background: #1E3A5F !important;
  color: #F8FAFC !important;
  padding-bottom: 90px !important;
}
footer h4 {
  color: #FFFFFF !important;
}
footer a {
  color: #CBD5E1 !important;
}
footer a:hover {
  color: #FFFFFF !important;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12) !important;
  color: rgba(255,255,255,0.6) !important;
}

/* ── Ticker bandeau ── */
.ticker-wrap {
  background: #1E3A5F !important;
  border-top: none !important;
  border-bottom: none !important;
}
.ticker-item {
  color: rgba(255,255,255,0.9) !important;
}
.ticker-sep {
  color: #2563EB !important;
}

/* ── Scroll-to-top ── */
#scrollTop {
  background: linear-gradient(135deg, #1E3A5F, #2563EB) !important;
  color: #FFF !important;
}

/* ── Service badges ── */
.service-badge {
  background: rgba(37,99,235,0.1) !important;
  color: #2563EB !important;
  border: 1px solid rgba(37,99,235,0.25) !important;
}

/* ── Floating devis btn ── */
#floating-devis-btn {
  background: linear-gradient(135deg, #1E3A5F, #2563EB) !important;
  color: #FFF !important;
  box-shadow: 0 4px 20px rgba(37,99,235,0.4) !important;
}

/* ── Trust bar ── */
.hero-trust-bar {
  background: transparent !important;
  border-left-color: #2563EB !important;
}
.trust-item {
  color: #4A5568 !important;
}
.trust-item strong {
  color: #1E3A5F !important;
}

/* ── Section garantie cards ── */
#garantie .card h3 {
  color: #1E3A5F !important;
}

/* ── Images : pas de filtre sombre ── */
img, video {
  filter: none !important;
}

/* ── Hero badge ── */
.hero-badge {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.4) !important;
  color: rgba(255,255,255,0.95) !important;
}

/* ── Availability badge ── */
.availability-badge.online {
  background: rgba(22,163,74,0.15) !important;
  color: #15803D !important;
  border-color: rgba(22,163,74,0.3) !important;
}
.availability-badge.offline {
  background: rgba(100,116,139,0.1) !important;
  color: #374151 !important;
}

/* ── Contact form inputs sur fond blanc ── */
.contact-form-bottom input,
.contact-form-bottom textarea,
.contact-form-bottom select {
  background: #F8FAFC !important;
  color: #111827 !important;
  border: 1.5px solid #CBD5E1 !important;
}
.contact-form-bottom input::placeholder,
.contact-form-bottom textarea::placeholder {
  color: #9CA3AF !important;
}
.contact-form-bottom {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 2px 12px rgba(30,58,95,0.07) !important;
}
.contact-form-bottom h3 {
  color: #1E3A5F !important;
}

/* ── Undo primary bg on odd sections ── */
#hero {
  background: #FFFFFF !important;
}

/* ── Slideshow Hero ── */
.hero-slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 6s ease-in-out;
}

.hero-slide.active {
  opacity: 1;
  z-index: 2;
}

.hero-slide.active img {
  transform: scale(1.15);
}

@media(max-width:991px) {
  .hero-slide {
    width: 100%;
  }
  .hero-slide img {
    opacity: 0.5;
  }
}


/* ── FAQ text colors ── */
.faq-section { background: transparent !important; }
.faq-item summary { color: #1E3A5F !important; font-weight: 600; }
.faq-answer { color: #4B5563 !important; }
.faq-item { border-bottom: 1px solid #CBD5E1 !important; }


/* ── Floating Help Button ── */
.help-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2563EB !important;
    color: #FFFFFF !important;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: transform 0.3s, background 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
}
.help-btn:hover {
    background: #1E3A5F !important;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* ── Fix stretched badges ── */
.badge-before, .badge-after {
    top: auto !important;
    bottom: 10px !important;
    left: 10px !important;
    padding: 6px 14px !important;
    height: auto !important;
    display: inline-block !important;
}

/* ═══════════════════════════════════════════════════════
   HERO 50/50 SPLIT DESIGN
   ═══════════════════════════════════════════════════════ */
#hero.hero-split {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    padding-top: 80px; /* Espace pour la nav */
    background: #FFFFFF !important;
    box-sizing: border-box;
}

.hero-split-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    padding: 2rem 10% !important; /* Normal padding, no double top padding */
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    min-height: auto !important;
}

.hero-split-left .hero-title {
    color: #1E3A5F !important;
    text-shadow: none !important;
    font-size: 3.5rem !important; /* Slightly smaller to fit "ENTREPRISE A.F" */
}

.hero-split-left .hero-badge {
    background: #F1F5F9 !important;
    color: #1E3A5F !important;
    border-color: #E2E8F0 !important;
    align-self: flex-start;
    margin-bottom: 2rem;
}

.hero-split-left .hero-sub {
    color: #4B5563 !important;
}

.hero-split-right {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.hero-split-right .hero-slider {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    inset: 0 !important;
    aspect-ratio: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.hero-split-right .hero-slider::after {
    display: none !important;
}

@media (max-width: 992px) {
    #hero.hero-split {
        flex-direction: column;
    }
    .hero-split-left {
        padding: 6rem 5% 3rem 5%;
        min-height: 60vh;
    }
    .hero-split-right {
        min-height: 40vh;
        width: 100%;
        position: relative;
    }
}

/* ═══════════════════════════════════════════════════════
   REALISATIONS CONTAINER (AVANT / APRES)
   ═══════════════════════════════════════════════════════ */
.real-pair {
    background: #1E293B;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin: 0 auto;
    max-width: 1000px;
}
.real-pair-title {
    color: #F8FAFC !important;
    text-align: center !important;
    margin-bottom: 2rem !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    font-family: 'Bebas Neue', 'Inter', sans-serif !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}
.real-pair-images {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}
.real-img-box {
    flex: 1;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 350px;
    border: 3px solid #334155;
    background: #0F172A;
}
.real-img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease !important;
    display: block !important;
}
.real-img-box:hover img {
    transform: scale(1.05) !important;
}
.badge-before, .badge-after {
    position: absolute !important;
    top: auto !important;
    bottom: 15px !important;
    left: 15px !important;
    padding: 6px 14px !important;
    border-radius: 6px !important;
    font-family: 'Bebas Neue', 'Inter', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    color: #fff !important;
    z-index: 2 !important;
    height: auto !important;
    display: inline-block !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4) !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
}
.badge-before { background: #dc2626 !important; }
.badge-after { background: #16a34a !important; }

@media (max-width: 768px) {
    .real-pair {
        padding: 1.5rem;
    }
    .real-pair-images {
        flex-direction: column;
    }
    .real-img-box {
        height: 250px;
    }
}

/* ═══════════════════════════════════════════════════════
   HERO FORM & SLIDER FIXES
   ═══════════════════════════════════════════════════════ */
.hero-fast-form {
    background: #F8FAFC;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.hero-fast-form .form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.hero-fast-form input {
    flex: 1;
    padding: 0.8rem 1rem;
    border: 1px solid #CBD5E1;
    border-radius: 6px;
    font-size: 1rem;
    outline: none;
}
.hero-fast-form input:focus {
    border-color: #3B82F6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}
@media (max-width: 600px) {
    .hero-fast-form .form-row {
        flex-direction: column;
    }
}

.hero-split-right .hero-slider img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0; left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.hero-split-right .hero-slider img.active {
    opacity: 1 !important;
}

/* ── FIX HERO CLIPPING & RESPONSIVE ── */
@media (max-width: 992px) {
    #hero.hero-split {
        min-height: auto !important;
        flex-direction: column !important;
        padding-top: 50px !important;
    }
    .hero-split-left {
        padding-top: 1rem !important;
        padding-bottom: 2rem !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        min-height: auto !important;
    }
    .hero-split-right {
        min-height: 350px !important;
    }
}


/* ─── RESPONSIVE NAV FIX (auto-applied) ─── */
@media (max-width: 991px) {
    .nav-links { display: none !important; }
    .nav-phone-btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.85rem;
        white-space: nowrap;
        border-radius: 8px;
    }
    .nav-phone-btn .phone-icon { display: none; }
    .nav-phone-btn .phone-text { display: inline; }
}
@media (max-width: 768px) {
    
    .operator-widget { display: none !important; }
    .fixed-action-stack { gap: 1.5rem !important; }
}

/* ══ CONTRAST FIX — texte sombre sur fond clair ══ */
body {
    color: #111827 !important;
}

/* Sections : fond blanc/gris clair, texte sombre */
section {
    color: #111827 !important;
}
section h1, section h2, section h3, section h4, section p, section span, section li {
    color: inherit;
}
.section-title {
    color: #1E3A5F !important;
}
.section-tag {
    color: var(--accent, #2563EB) !important;
}
.hero-title {
    color: #1E3A5F !important;
}
.hero-sub {
    color: #4A5568 !important;
    opacity: 1 !important;
}
.hero-location {
    color: #6B7280 !important;
}

/* Cards : fond blanc, texte sombre */
.card {
    background: #FFFFFF !important;
    color: #111827 !important;
}
.card::before {
    display: none !important;
}
.card h3 {
    color: #1E3A5F !important;
}
.card p {
    color: #4B5563 !important;
    opacity: 1 !important;
}
.card-icon {
    color: var(--accent, #2563EB) !important;
}

/* Services section */
#services {
    background: #FFFFFF !important;
}
#realisations {
    background: #F8FAFC !important;
}
#materiaux {
    background: #FFFFFF !important;
}
#zones {
    background: #F1F5F9 !important;
}
#garantie {
    background: #FFFFFF !important;
}
#contact {
    background: #F8FAFC !important;
}

/* Zone cards */
.zone-card {
    background: #FFFFFF !important;
    color: #111827 !important;
}
.zone-card h3 {
    color: #1E3A5F !important;
}
.zone-card p {
    color: #4B5563 !important;
    opacity: 1 !important;
}
.zone-number {
    color: var(--accent, #2563EB) !important;
    opacity: 1 !important;
}

/* Stat numbers dans hero */
.stat-number {
    color: var(--accent, #2563EB) !important;
}
.stat-label {
    color: #6B7280 !important;
    opacity: 1 !important;
}

/* Service badges */
.service-badge {
    color: var(--accent-dark, #1E40AF) !important;
    background: rgba(37,99,235,0.1) !important;
    border-color: rgba(37,99,235,0.25) !important;
}

/* Mobile nav text */
.mobile-nav a {
    color: #FFFFFF !important;
}

/* Ticker : conserver fond sombre */
.ticker-wrap {
    color: rgba(245,245,245,0.9) !important;
}
.ticker-item {
    color: rgba(245,245,245,0.9) !important;
}

/* Grain overlay : désactiver sur fond clair */
body::before {
    opacity: 0 !important;
}

/* Real pair container */
.real-pair {
    background: #1E293B !important;
}
.real-pair-title {
    color: #F8FAFC !important;
}

/* Contact blocks */
.contact-block a {
    color: #FFFFFF !important;
}

/* Help popup */
.help-popup-title, .help-popup-sub {
    color: #111827 !important;
}

/* ══ SITE-SPECIFIC DESIGN THEME ══ */
/* ══════════════════════════════════════════════════════════
   THÈME DESIGN : AULNAY-SOUS-BOIS — "Corporate Net"
   Typographie : Inter (poids variés)
   Radius : 8px (net, professionnel)
   Shadow : subtiles, grises
   Style : corporate propre, très lisible
   ══════════════════════════════════════════════════════════ */
:root {
    --theme-radius-card: 12px;
    --theme-radius-btn: 8px;
    --theme-shadow-card: 0 4px 20px rgba(30,58,95,0.08), 0 10px 30px rgba(0,0,0,0.05);
    --theme-font-heading: 'Inter', sans-serif;
    --theme-font-body: 'Inter', sans-serif;
    --theme-letter-spacing: 0.01em;
}
body { font-family: var(--theme-font-body); }
h1, h2, h3, .section-title { 
    font-family: var(--theme-font-heading);
    font-weight: 700;
    letter-spacing: var(--theme-letter-spacing);
}
.card { 
    border-radius: var(--theme-radius-card) !important; 
    box-shadow: var(--theme-shadow-card) !important;
    border: 1px solid rgba(0,0,0,0.06);
}
.btn { border-radius: var(--theme-radius-btn) !important; font-weight: 600; letter-spacing: 0.03em; }
.zone-card { border-radius: 12px !important; border: 1px solid rgba(0,0,0,0.08); }
.section-tag { background: rgba(0,0,0,0.04); padding: 0.2rem 0.8rem; border-radius: 4px; }

/* ── Custom Hero Split Styling ── */
.hero-split {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    padding: 0 !important;
    background: #FFFFFF !important;
}
.hero-split-left {
    flex: 1.1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8rem 6% 4rem 8% !important;
    background: #FFFFFF;
}
.hero-split-right {
    flex: 0.9;
    min-height: 100vh;
}
@media (max-width: 991px) {
    .hero-split {
        flex-direction: column !important;
    }
    .hero-split-left {
        padding: 2rem 1.5rem 3rem 1.5rem !important;
    }
    .hero-split-right {
        min-height: 480px !important;
        flex: none;
    }
}

/* ── Hero Video Slider Control ── */
.hero-video {
    opacity: 0;
    transition: opacity 1.5s ease-in-out !important;
}
.hero-video.active {
    opacity: 0.85 !important;
}

/* ── Premium Service Cards (Text-Media) ── */
.services-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}
.service-card-premium {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    border: 1px solid #E2E8F0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}
.service-card-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(30,58,95,0.12);
    border-color: #E67E22;
}
.service-img-box {
    height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.service-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.service-card-premium:hover .service-img-box img {
    transform: scale(1.06);
}
.service-card-premium h3 {
    margin-top: 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8rem;
    color: #1E3A5F;
    letter-spacing: 1px;
}
.service-card-premium p {
    font-size: 0.92rem;
    color: #4B5563;
    line-height: 1.6;
}
.service-badge-premium {
    background: rgba(230, 126, 34, 0.1) !important;
    color: #E67E22 !important;
    border: 1px solid rgba(230, 126, 34, 0.25) !important;
}

/* ── Before / After Overrides ── */
.real-pair {
    background: #1E3A5F !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
}
.real-pair-title {
    color: #FFFFFF !important;
}
.real-img-box {
    border: 2px solid rgba(255,255,255,0.1) !important;
}
.badge-before {
    background: #E67E22 !important;
}
.badge-after {
    background: #2563EB !important;
}

/* ── Section Engagements & Slideshow Interactif ── */
.engagements-section {
    padding: 6rem 2rem !important;
    background: #F8FAFC !important;
}
.engagements-container {
    max-width: 1200px;
    margin: 3rem auto 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: center;
}

/* Onglets gauches */
.engagements-tabs {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.engagement-tab-btn {
    background: #FFFFFF !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.engagement-tab-btn:hover {
    border-color: #CBD5E1 !important;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.04);
}
.engagement-tab-btn.active {
    border-color: #E67E22 !important;
    box-shadow: 0 10px 25px rgba(30, 58, 95, 0.08);
    transform: translateX(8px);
}
.tab-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.2rem;
    color: #CBD5E1;
    line-height: 1;
    transition: color 0.3s ease;
}
.engagement-tab-btn.active .tab-num {
    color: #E67E22;
}
.tab-text h3 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0 0 0.2rem 0;
    color: #1E3A5F;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.tab-text p {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    margin: 0;
    color: #64748B;
    line-height: 1.4;
}
.tab-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #F1F5F9;
}
.tab-progress-fill {
    width: 0%;
    height: 100%;
    background: #E67E22;
    transition: width 0.1s linear;
}

/* Viewer droit */
.engagements-viewer {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 480px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
    background: #0F172A;
}
.engagement-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.8s ease-in-out;
}
.engagement-slide.active {
    opacity: 1;
    z-index: 2;
}
.engagement-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.45;
    transition: transform 6s ease;
}
.engagement-slide.active img {
    transform: scale(1.06);
}
.engagement-slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem 2.5rem 2.5rem 2.5rem;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.7) 60%, transparent 100%);
    color: #FFFFFF;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.slide-badge-val {
    align-self: flex-start;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 1px;
    background: #E67E22;
    color: #FFFFFF;
    padding: 0.3rem 0.8rem;
    border-radius: 50px;
    text-transform: uppercase;
}
.engagement-slide-overlay h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.2rem;
    margin: 0;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 1.1;
}
.engagement-slide-overlay p {
    font-family: 'Inter', sans-serif;
    font-size: 0.92rem;
    line-height: 1.6;
    margin: 0;
    color: #E2E8F0;
    max-width: 90%;
}
.slide-stats {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 1rem;
}
.slide-stat-item {
    display: flex;
    flex-direction: column;
}
.stat-val {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8rem;
    color: #E67E22;
    line-height: 1;
}
.stat-lbl {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    color: #94A3B8;
}

/* Responsive */
@media (max-width: 991px) {
    .engagements-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .engagements-tabs {
        order: 2;
    }
    .engagements-viewer {
        order: 1;
        height: 380px;
    }
    .engagement-slide-overlay {
        padding: 2rem 1.5rem 1.5rem 1.5rem;
    }
    .engagement-slide-overlay h3 {
        font-size: 1.8rem;
    }
}


/* ==========================================================================
   FIX GMB TICKER DISPLAY (UNIFIED STYLE - OVERRIDES DEFAULT BLUE LINKS)
   ========================================================================== */
.gmb-ticker-fixed {
    position: fixed !important;
    bottom: 20px !important;
    left: 20px !important;
    z-index: 99999 !important;
    background: #ffffff !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
    display: flex !important;
    align-items: center !important;
    padding: 8px 16px !important;
    gap: 8px !important;
    border: 1px solid #e2e8f0 !important;
    transition: transform 0.3s ease !important;
    pointer-events: auto !important;
}
.gmb-ticker-fixed:hover {
    transform: translateY(-3px) !important;
}
.gmb-ticker-fixed a {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    text-decoration: none !important;
    color: #1f2937 !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    font-family: 'Inter', sans-serif !important;
}
.gmb-stars {
    color: #fbbc05 !important;
    font-size: 1rem !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    display: inline-block !important;
}
.gmb-logo {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
}
@media (max-width: 900px) {
    .gmb-ticker-fixed {
        bottom: 80px !important; /* Above standard mobile elements */
        left: 10px !important;
        padding: 6px 12px !important;
    }
    .gmb-ticker-fixed a {
        font-size: 0.78rem !important;
    }
    .help-btn {
        bottom: 75px !important;
        right: 15px !important;
        padding: 12px 24px !important;
        font-size: 1rem !important;
    }
    #scrollTop {
        bottom: 135px !important;
        right: 15px !important;
    }
    footer {
        padding-bottom: 90px !important;
    }
}


