/*
Theme Name: Astra Child AutoLink
Theme URI: https://autolink.sn
Description: Thème officiel AutoLink SN - Marketplace Automobile de référence au Sénégal (Inspiration Jumia & Expat-Dakar).
Author: Équipe AutoLink
Author URI: https://autolink.sn
Template: astra
Version: 2.1.0
Text Domain: astra-child-autolink
*/

/* ==========================================================================
   CHARTE OFFICIELLE AUTOLINK SN (BLEU MARINE & ORANGE RACING)
   ========================================================================== */
:root {
  --al-navy: #0c2340;
  --al-navy-dark: #071526;
  --al-navy-light: #163761;
  --al-orange: #ff6000;
  --al-orange-hover: #e55600;
  --al-orange-glow: rgba(255, 96, 0, 0.4);
  --al-whatsapp: #25d366;
  --al-whatsapp-hover: #1ebd56;
  --al-bg-light: #f8fafc;
  --al-surface: #ffffff;
  --al-border: #e2e8f0;
  --al-text-dark: #0f172a;
  --al-text-muted: #64748b;
  --al-font-title: 'Outfit', sans-serif;
  --al-font-body: 'Inter', sans-serif;
  --al-radius: 12px;
  --al-radius-sm: 8px;
  --al-radius-lg: 20px;
  --al-shadow: 0 10px 25px -5px rgba(12, 35, 64, 0.1);
  --al-shadow-hover: 0 20px 35px -10px rgba(255, 96, 0, 0.2);
}

body {
  background-color: var(--al-bg-light);
  color: var(--al-text-dark);
  font-family: var(--al-font-body);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* ==========================================================================
   MASQUER COMPLÈTEMENT LE HEADER ASTRA PAR DÉFAUT (Évite doublon et ancienne image)
   ========================================================================== */
#masthead,
header.site-header,
.ast-main-header-wrap,
#ast-desktop-header,
#ast-mobile-header,
.main-header-bar-wrap {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* ==========================================================================
   HEADER MARCHAND OFFICIEL HAUTE VISIBILITÉ
   ========================================================================== */
.autolink-topbar {
  background: var(--al-navy-dark);
  color: #94a3b8;
  font-size: 13px;
  padding: 10px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-tagline {
  color: #cbd5e1;
}

.topbar-contacts {
  display: flex;
  gap: 20px;
  align-items: center;
}

.topbar-contacts a {
  color: #f1f5f9;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.topbar-contacts a:hover {
  color: var(--al-orange);
}

.topbar-contacts .topbar-wa {
  color: #4ade80 !important;
  font-weight: 700;
}

.autolink-nav-wrapper {
  background: #ffffff;
  box-shadow: 0 4px 25px rgba(12, 35, 64, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #e2e8f0;
}

.autolink-nav-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.autolink-logo-link img {
  height: 52px;
  width: auto;
  display: block;
}

/* Barre de recherche centrale géante (Style Jumia) */
.autolink-search-bar {
  flex: 1;
  max-width: 580px;
  display: flex;
  align-items: center;
  background: #f1f5f9;
  border: 2px solid #e2e8f0;
  border-radius: 9999px;
  padding: 4px 6px 4px 18px;
  transition: all 0.2s ease;
}

.autolink-search-bar:focus-within {
  border-color: var(--al-orange);
  background: #ffffff;
  box-shadow: 0 0 0 4px var(--al-orange-glow);
}

.autolink-search-bar .search-icon {
  font-size: 16px;
  margin-right: 8px;
  color: #64748b;
}

.autolink-search-bar input {
  flex: 1;
  border: none !important;
  background: transparent !important;
  outline: none !important;
  font-size: 14px;
  font-family: inherit;
  color: var(--al-text-dark);
  padding: 8px 0 !important;
  box-shadow: none !important;
}

.autolink-search-bar button {
  background: var(--al-orange) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 9999px !important;
  padding: 10px 22px !important;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 12px var(--al-orange-glow) !important;
}

.autolink-search-bar button:hover {
  background: var(--al-orange-hover) !important;
  transform: scale(1.02);
}

/* Actions Header (Vendre, Compte, Panier) */
.autolink-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Bouton + VENDRE UNE PIÈCE (Style Expat-Dakar) */
.btn-sell-part {
  background: linear-gradient(135deg, #ff6000 0%, #ff8800 100%);
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 14px;
  padding: 11px 22px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(255, 96, 0, 0.35);
  animation: pulseButton 2.5s infinite;
  transition: all 0.2s ease;
  white-space: nowrap;
}

@keyframes pulseButton {
  0% { box-shadow: 0 0 0 0 rgba(255, 96, 0, 0.5); }
  70% { box-shadow: 0 0 0 10px rgba(255, 96, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 96, 0, 0); }
}

.btn-sell-part:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #e55600 0%, #ff7700 100%);
}

.header-action-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--al-navy);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: var(--al-radius-sm);
  transition: background 0.2s;
  position: relative;
}

.header-action-icon:hover {
  background: #f8fafc;
  color: var(--al-orange);
}

.header-action-icon .cart-badge {
  background: #ef4444;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

/* ==========================================================================
   SOUS-MENU MARCHAND HAUTE VISIBILITÉ (STYLE PILULES PRESTIGE)
   ========================================================================== */
.autolink-subnav {
  background: linear-gradient(90deg, #071526 0%, #0c2340 50%, #163761 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 2px solid rgba(255, 96, 0, 0.35);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 99;
}

.autolink-subnav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.autolink-subnav-list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

@media (max-width: 992px) {
  .autolink-subnav-list {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .autolink-subnav-list::-webkit-scrollbar {
    display: none;
  }
}

.autolink-subnav-list li {
  margin: 0;
}

.nav-item-link {
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  padding: 9px 18px !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none !important;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}

.nav-item-link:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff6000 0%, #ff8800 100%) !important;
  border-color: #ff6000 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 96, 0, 0.45);
}

.nav-item-link.active {
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff6000 0%, #ff8800 100%) !important;
  border-color: #ff6000 !important;
  box-shadow: 0 4px 14px rgba(255, 96, 0, 0.4);
}

.nav-vendor-link {
  background: linear-gradient(135deg, rgba(255, 170, 0, 0.2) 0%, rgba(255, 96, 0, 0.3) 100%) !important;
  color: #ffc107 !important;
  border: 1.5px solid #ffaa00 !important;
  font-weight: 800 !important;
}

.nav-vendor-link:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff6000 0%, #ffaa00 100%) !important;
  border-color: #ff6000 !important;
}

/* Menu Déroulant Élégant (Dropdown Boutique) */
.nav-item-dropdown {
  position: relative;
}

.nav-caret {
  font-size: 11px;
  transition: transform 0.2s ease;
  display: inline-block;
}

.nav-item-dropdown:hover .nav-caret {
  transform: rotate(180deg);
}

.autolink-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 290px;
  background: linear-gradient(145deg, #071526 0%, #0c2340 100%);
  border: 1.5px solid rgba(255, 96, 0, 0.45);
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.55);
  padding: 10px;
  z-index: 1000;
  flex-direction: column;
  gap: 4px;
  backdrop-filter: blur(8px);
}

.nav-item-dropdown:hover .autolink-dropdown-menu,
.nav-item-dropdown:focus-within .autolink-dropdown-menu {
  display: flex;
  animation: fadeInDropdown 0.22s ease-out forwards;
}

@keyframes fadeInDropdown {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.dropdown-item {
  color: #e2e8f0 !important;
  padding: 10px 14px;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.dropdown-item:hover {
  background: rgba(255, 96, 0, 0.18);
  color: #ffaa00 !important;
  transform: translateX(4px);
}

.dropdown-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 6px 0;
}

.dropdown-all {
  background: linear-gradient(135deg, #ff6000, #ff8800) !important;
  color: #ffffff !important;
  font-weight: 800;
  justify-content: center;
}

.dropdown-all:hover {
  background: linear-gradient(135deg, #e55600, #ff7700) !important;
  color: #ffffff !important;
  transform: none;
}


/* ==========================================================================
   GRAND CARROUSEL DÉFILANT ANIMÉ (3 SLIDES AVEC IMAGES OFFICIELLES)
   ========================================================================== */
.autolink-slider-wrapper {
  position: relative;
  max-width: 1240px;
  margin: 20px auto 30px;
  border-radius: var(--al-radius-lg);
  overflow: hidden;
  box-shadow: 0 15px 40px -10px rgba(12, 35, 64, 0.25);
}

.autolink-slides-container {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

.autolink-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 60px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  gap: 30px;
}

.slide-theme-blue {
  background: linear-gradient(135deg, #071526 0%, #0c2340 50%, #163761 100%);
  color: #ffffff;
}

.slide-theme-orange {
  background: linear-gradient(135deg, #18181b 0%, #27272a 40%, #ff6000 130%);
  color: #ffffff;
}

.slide-theme-seller {
  background: linear-gradient(135deg, #091b2f 0%, #0f3057 60%, #0056b3 100%);
  color: #ffffff;
}

.slide-text-content {
  flex: 1;
  max-width: 580px;
  z-index: 2;
}

.slide-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 96, 0, 0.2);
  border: 1px solid var(--al-orange);
  color: #ff8800;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 9999px;
  margin-bottom: 18px;
}

.slide-title {
  font-family: var(--al-font-title);
  font-size: 38px;
  line-height: 1.15;
  font-weight: 900;
  color: #ffffff !important;
  margin-bottom: 16px;
}

.slide-title span {
  color: var(--al-orange);
}

.slide-subtitle {
  font-size: 16px;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 28px;
}

.slide-cta-group {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.slide-btn-primary {
  background: var(--al-orange);
  color: #ffffff !important;
  padding: 14px 28px;
  font-weight: 800;
  font-size: 15px;
  border-radius: 9999px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 20px -5px var(--al-orange-glow);
  transition: all 0.2s ease;
}

.slide-btn-primary:hover {
  background: var(--al-orange-hover);
  transform: translateY(-2px);
}

.slide-btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  padding: 14px 26px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 9999px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
}

.slide-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.slide-visual {
  flex: 1;
  max-width: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.slide-visual img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.slide-visual img:hover {
  transform: scale(1.02);
}

/* Contrôles du Slider */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(12, 35, 64, 0.8);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s;
  backdrop-filter: blur(4px);
}

.slider-arrow:hover {
  background: var(--al-orange);
  border-color: var(--al-orange);
}

.slider-prev,
.slider-arrow.prev { left: 16px; }

.slider-next,
.slider-arrow.next { right: 16px; }

.slider-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.slider-dot,
.slider-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.slider-dot.active,
.slider-dots .dot.active {
  width: 32px;
  border-radius: 6px;
  background: var(--al-orange);
}

/* ==========================================================================
   4 BADGES DE RÉASSURANCE DU POSTER OFFICIEL
   ========================================================================== */
.autolink-poster-badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1240px;
  margin: -10px auto 35px;
  padding: 0 20px;
}

.poster-badge-card {
  background: #ffffff;
  border: 1px solid var(--al-border);
  border-radius: var(--al-radius);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s, border-color 0.2s;
}

.poster-badge-card:hover {
  transform: translateY(-3px);
  border-color: var(--al-orange);
}

.poster-badge-card .icon {
  font-size: 28px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fff7ed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--al-orange);
  flex-shrink: 0;
}

.poster-badge-card h4 {
  font-size: 15px;
  font-weight: 800;
  color: var(--al-navy);
  margin: 0 0 2px;
}

.poster-badge-card p {
  font-size: 12px;
  color: var(--al-text-muted);
  margin: 0;
}

/* ==========================================================================
   SÉLECTEUR DE PIÈCES PAR VÉHICULE (PRESTIGE HIGH-TECH)
   ========================================================================== */
.autolink-selector-widget {
  background: linear-gradient(135deg, #09182b 0%, #0d223c 60%, #102d50 100%);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 20px 45px rgba(9, 24, 43, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08);
  border-top: 3px solid #ff6000;
  margin: 25px auto 40px;
  max-width: 1240px;
  position: relative;
}

.selector-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.selector-tag-badge {
  display: inline-block;
  background: rgba(255, 96, 0, 0.15);
  color: #ff8800;
  border: 1px solid rgba(255, 96, 0, 0.3);
  font-size: 11.5px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 9999px;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
}

.selector-title-group h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 4px 0;
}

.selector-title-group p {
  color: #94a3b8;
  font-size: 14px;
  margin: 0;
}

.selector-guarantee-badge {
  background: rgba(37, 211, 102, 0.12);
  color: #4ade80;
  border: 1px solid rgba(37, 211, 102, 0.3);
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.selector-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 992px) {
  .selector-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .selector-grid {
    grid-template-columns: 1fr;
  }
  .autolink-selector-widget {
    padding: 22px 16px;
    margin: 15px auto 30px;
    border-radius: 16px;
  }
  .selector-title-group h3 {
    font-size: 20px;
  }
}

.selector-field label {
  display: flex;
  align-items: center;
  font-size: 12.5px;
  font-weight: 700;
  color: #cbd5e1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.step-num-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #ff6000;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  border-radius: 50%;
  margin-right: 8px;
}

.selector-field select {
  height: 50px;
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 0 16px;
  font-size: 14.5px;
  font-weight: 600;
  color: #0f172a;
  width: 100%;
  outline: none;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.selector-field select:focus {
  border-color: #ff6000;
  box-shadow: 0 0 0 3px rgba(255, 96, 0, 0.35);
}

.selector-action-btn {
  grid-column: 1 / -1;
  margin-top: 8px;
  height: 54px;
  background: linear-gradient(135deg, #ff6000 0%, #ea580c 100%);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.25s ease;
  box-shadow: 0 10px 25px rgba(255, 96, 0, 0.35);
  letter-spacing: 0.4px;
}

.selector-action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(255, 96, 0, 0.5);
  background: linear-gradient(135deg, #ff7700 0%, #f97316 100%);
}

.selector-action-btn .btn-arrow {
  transition: transform 0.2s ease;
}

.selector-action-btn:hover .btn-arrow {
  transform: translateX(4px);
}

/* ==========================================================================
   VENTES FLASH DU JOUR (STYLE JUMIA)
   ========================================================================== */
.flash-sales-section {
  background: #ffffff;
  border-radius: var(--al-radius-lg);
  border: 1.5px solid #fee2e2;
  box-shadow: 0 10px 30px rgba(239, 68, 68, 0.08);
  max-width: 1240px;
  margin: 40px auto;
  padding: 24px;
}

.flash-sales-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  padding-bottom: 18px;
  border-bottom: 1.5px solid #f1f5f9;
  margin-bottom: 24px;
}

.flash-title-wrap h3 {
  font-family: var(--al-font-title);
  font-size: 24px;
  font-weight: 900;
  color: #dc2626;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.flash-tag {
  font-size: 13px;
  color: #dc2626;
  font-weight: 700;
  background: #fee2e2;
  padding: 4px 10px;
  border-radius: 6px;
  margin-left: 10px;
}

.flash-countdown {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #18181b;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 14px;
}

.flash-countdown #flash-timer {
  background: #ef4444;
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 1px;
}

/* ==========================================================================
   BANNIÈRE MULTI-VENDEURS EXPAT-DAKAR
   ========================================================================== */
.expat-seller-banner {
  background: linear-gradient(135deg, #0c2340 0%, #1e3a8a 100%);
  border-radius: var(--al-radius-lg);
  color: #ffffff;
  padding: 40px;
  max-width: 1240px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  box-shadow: 0 15px 35px rgba(12, 35, 64, 0.2);
}

.expat-tag {
  background: rgba(255, 96, 0, 0.2);
  color: #ff8800;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.expat-seller-banner h3 {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff !important;
  margin: 10px 0 8px;
}

.expat-seller-banner p {
  font-size: 15px;
  color: #cbd5e1;
  max-width: 650px;
  margin: 0;
  line-height: 1.6;
}

/* ==========================================================================
   FORMULAIRES (VENDEURS & CONTACT)
   ========================================================================== */
.vendor-form-card,
.contact-form-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1.5px solid #e2e8f0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  padding: 40px;
  max-width: 800px;
  margin: 30px auto;
}

.vendor-form-header {
  text-align: center;
  margin-bottom: 30px;
}

.badge-tag {
  background: #fff7ed;
  color: var(--al-orange);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 800;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.vendor-form-body label,
.contact-form-card label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 6px;
}

.vendor-form-body input,
.vendor-form-body select,
.vendor-form-body textarea,
.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  font-size: 14px;
  background: #f8fafc;
  outline: none;
  box-sizing: border-box;
}

.vendor-form-body input:focus,
.vendor-form-body select:focus,
.vendor-form-body textarea:focus,
.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
  border-color: var(--al-orange) !important;
  background: #ffffff;
  box-shadow: 0 0 0 3px var(--al-orange-glow) !important;
}

/* ==========================================================================
   RESPONSIVE DESIGN MOBILE & TABLETTE
   ========================================================================== */
@media (max-width: 900px) {
  .autolink-poster-badges {
    grid-template-columns: repeat(2, 1fr);
  }
  .selector-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .selector-action-btn {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .autolink-topbar {
    display: none; /* Simplification header sur smartphone */
  }
  .autolink-nav-container {
    flex-wrap: wrap;
    padding: 10px 14px;
    gap: 10px;
  }
  .autolink-search-bar {
    order: 3;
    max-width: 100%;
    width: 100%;
    margin-top: 4px;
  }
  .header-action-icon .label {
    display: none; /* Affiche seulement l'icône sur mobile */
  }
  .autolink-slide {
    flex-direction: column;
    padding: 35px 18px 25px;
    text-align: center;
  }
  .slide-title {
    font-size: 24px;
    line-height: 1.2;
  }
  .slide-cta-group {
    justify-content: center;
    gap: 10px;
  }
  .slide-btn-primary,
  .slide-btn-secondary {
    padding: 12px 20px;
    font-size: 13.5px;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
  .slide-visual {
    max-width: 260px;
    margin-top: 15px;
  }
  .slider-arrow {
    display: none;
  }
  .form-row-2 {
    grid-template-columns: 1fr;
  }
  .selector-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .selector-action-btn {
    grid-column: span 1;
    font-size: 15px;
    height: 50px;
  }
  .selector-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .classifieds-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .btn-post-ad {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
  .departments-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .dept-scroll {
    width: 100%;
  }
  .autolink-poster-badges {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .autolink-header-actions .btn-sell-part {
    display: none !important; /* Déjà présent au centre de la barre basse mobile fixe */
  }
  .autolink-logo-link img {
    height: 40px;
  }
  .autolink-header-actions {
    gap: 8px;
  }
  .header-action-icon {
    padding: 6px 8px;
  }
}
/* ==========================================================================
   BARRE BASSE MOBILE FIXE (STRICTEMENT SMARTPHONE / MOBILES <= 768px)
   ========================================================================== */
.autolink-mobile-bottom-bar {
  display: none !important; /* STRICTEMENT MASQUÉ SUR PC / ORDINATEUR */
}

@media (max-width: 768px) {
  .autolink-mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.08);
    display: flex !important;
    justify-content: space-around;
    padding: 8px 0;
    z-index: 9999;
  }
  .mobile-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
    gap: 3px;
    position: relative;
  }
  .mobile-bar-item.active,
  .mobile-bar-item:hover {
    color: var(--al-orange);
  }
  .mobile-bar-item .icon {
    font-size: 20px;
  }
  .mobile-bar-item.highlight {
    color: var(--al-orange);
    font-weight: 800;
  }
  .mobile-bar-item.highlight .icon {
    background: var(--al-orange);
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-top: -12px;
    box-shadow: 0 4px 10px var(--al-orange-glow);
  }
  .mobile-bar-item .fav-badge {
    position: absolute;
    top: -2px;
    right: 2px;
    background: #ef4444;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    min-width: 15px;
    height: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
  }
  body {
    padding-bottom: 70px !important;
  }
}

/* ==========================================================================
   GRILLE DES CATÉGORIES (UNIVERS TECHNIQUES MARCHANDS)
   ========================================================================== */
.autolink-cat-grid-wrapper {
  max-width: 1240px;
  margin: 40px auto;
  padding: 0 20px;
}

.cat-grid-header {
  text-align: center;
  margin-bottom: 30px;
}

.cat-grid-header .sub-badge {
  display: inline-block;
  background: rgba(255, 96, 0, 0.12);
  color: var(--al-orange);
  font-weight: 800;
  font-size: 13px;
  padding: 5px 14px;
  border-radius: 9999px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.cat-grid-header h2 {
  font-family: var(--al-font-title);
  font-size: 30px;
  font-weight: 900;
  color: var(--al-navy);
  margin-bottom: 8px;
}

.cat-grid-header p {
  color: #64748b;
  font-size: 15px;
}

.autolink-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.cat-card-item {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px 18px;
  text-decoration: none !important;
  color: inherit !important;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  transition: all 0.25s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.cat-card-item:hover {
  border-color: var(--al-orange);
  transform: translateY(-4px);
  box-shadow: 0 12px 25px -5px rgba(255, 96, 0, 0.18);
}

.cat-card-icon {
  font-size: 32px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border-radius: 12px;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.cat-card-item:hover .cat-card-icon {
  transform: scale(1.1);
  background: rgba(255, 96, 0, 0.1);
}

.cat-card-content {
  flex: 1;
}

.cat-card-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: var(--al-orange);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.cat-card-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--al-navy);
  margin: 0 0 4px 0;
  line-height: 1.25;
}

.cat-card-desc {
  font-size: 12.5px;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
}

.cat-card-arrow {
  color: #cbd5e1;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.2s;
}

.cat-card-item:hover .cat-card-arrow {
  color: var(--al-orange);
  transform: translateX(4px);
}

/* ==========================================================================
   BOUTIQUE COMMERCIALE AUTOLINK (HERO & FILTRES RAPIDES)
   ========================================================================== */
.autolink-boutique-hero {
  background: linear-gradient(135deg, #071526 0%, #0c2340 60%, #163761 100%);
  border-radius: 18px;
  padding: 35px 30px;
  margin-bottom: 35px;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(12, 35, 64, 0.15);
}

.boutique-hero-content {
  margin-bottom: 25px;
}

.boutique-badge {
  display: inline-block;
  background: rgba(255, 96, 0, 0.2);
  border: 1px solid var(--al-orange);
  color: #ff8800;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 12px;
  border-radius: 9999px;
  margin-bottom: 12px;
}

.boutique-hero-title {
  font-family: var(--al-font-title);
  font-size: 28px;
  font-weight: 900;
  color: #ffffff !important;
  margin: 0 0 8px 0;
}

.boutique-hero-desc {
  color: #cbd5e1;
  font-size: 15px;
  max-width: 650px;
  line-height: 1.5;
  margin: 0 0 16px 0;
}

.boutique-reassurance-pills {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 600;
  color: #94a3b8;
}

.boutique-reassurance-pills span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.08);
  padding: 6px 14px;
  border-radius: 9999px;
  color: #e2e8f0;
}

.boutique-quick-filters {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.filters-label {
  font-size: 13px;
  font-weight: 700;
  color: #94a3b8;
  white-space: nowrap;
}

.pills-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}

.pill-filter-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 9999px;
  transition: all 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.pill-filter-item:hover,
.pill-filter-item.active {
  background: var(--al-orange) !important;
  border-color: var(--al-orange) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px var(--al-orange-glow);
}

/* ==========================================================================
   PAGE RESPONSIVE ADAPTATIONS (MOBILE & TABLETTE)
   ========================================================================== */
@media (max-width: 1024px) {
  .autolink-cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .autolink-cat-grid {
    grid-template-columns: 1fr;
  }
  .autolink-boutique-hero {
    padding: 24px 18px;
  }
  .boutique-hero-title {
    font-size: 22px;
  }
  .boutique-reassurance-pills {
    flex-direction: column;
    gap: 8px;
  }
}

/* ==========================================================================
   PETITES ANNONCES MULTI-VENDEURS & GARAGES (STYLE EXPAT-DAKAR)
   ========================================================================== */
.autolink-classifieds-section {
  max-width: 1240px;
  margin: 50px auto;
  padding: 0 20px;
}

.classifieds-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
  gap: 20px;
  flex-wrap: wrap;
}

.classifieds-title-group .expat-mini-badge {
  display: inline-block;
  background: rgba(255, 96, 0, 0.12);
  color: var(--al-orange);
  font-weight: 800;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

.classifieds-title-group h2 {
  font-family: var(--al-font-title);
  font-size: 28px;
  font-weight: 900;
  color: var(--al-navy);
  margin: 0 0 6px 0;
}

.classifieds-title-group p {
  color: #64748b;
  font-size: 14.5px;
  margin: 0;
}

.btn-post-ad {
  background: linear-gradient(135deg, #0c2340 0%, #163761 100%);
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 14px;
  padding: 12px 22px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(12, 35, 64, 0.2);
  transition: all 0.2s;
  white-space: nowrap;
}

.btn-post-ad:hover {
  background: var(--al-orange);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--al-orange-glow);
}

.classifieds-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.classified-card {
  position: relative;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
  padding: 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s ease;
}

.classified-card:hover {
  border-color: var(--al-orange);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 96, 0, 0.12);
}

.classified-card .card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.classified-card .cat-chip {
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
}

.classified-card .badge-seller-verified {
  background: rgba(37, 211, 102, 0.12);
  color: #15803d;
  font-size: 11.5px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 9999px;
}

.classified-card .ad-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--al-navy);
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.classified-card .ad-compat {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 12px;
}

.classified-card .ad-meta {
  display: flex;
  gap: 16px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f1f5f9;
}

.classified-card .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.classified-card .ad-price {
  font-size: 22px;
  font-weight: 900;
  color: var(--al-orange);
}

.btn-ad-whatsapp {
  background: #25d366;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
  transition: all 0.2s;
}

.btn-ad-whatsapp:hover {
  background: #1ebd56;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.45);
}

@media (max-width: 850px) {
  .classifieds-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   BOUTON COMMANDE RAPIDE WHATSAPP (FICHE PRODUIT WOOCOMMERCE)
   ========================================================================== */
.autolink-single-wa-order {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}

.btn-whatsapp-order {
  background: linear-gradient(135deg, #25d366 0%, #1ebd56 100%);
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
  transition: all 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}

.btn-whatsapp-order:hover {
  background: linear-gradient(135deg, #1ebd56 0%, #179844 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(37, 211, 102, 0.45);
}

.wa-order-note {
  font-size: 12px;
  color: #64748b;
  text-align: center;
  margin-top: 8px;
  font-weight: 600;
}

/* ==========================================================================
   WIDGET FLOTTANT WHATSAPP (GLOBAL TOUT LE SITE)
   ========================================================================== */
.autolink-floating-wa {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9998;
}

.floating-wa-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366 0%, #1ebd56 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.floating-wa-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.65);
}

.floating-wa-btn .wa-icon {
  font-size: 28px;
}

.floating-wa-btn .wa-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #25d366;
  animation: waPulse 2s infinite;
}

@keyframes waPulse {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.6); opacity: 0; }
}

.floating-wa-btn .wa-tooltip {
  position: absolute;
  right: 70px;
  background: #0c2340;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
  transform: translateX(10px);
}

.floating-wa-btn:hover .wa-tooltip {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 768px) {
  .autolink-floating-wa {
    bottom: 80px; /* Positionné juste au-dessus de la barre basse mobile */
    right: 15px;
  }
  .floating-wa-btn {
    width: 52px;
    height: 52px;
  }
  .floating-wa-btn .wa-icon {
    font-size: 24px;
  }
  .floating-wa-btn .wa-tooltip {
    display: none;
  }
}

/* ==========================================================================
   ZONE D'UPLOAD PHOTOS VENDEUR (1 À 2 PHOTOS)
   ========================================================================== */
.photo-upload-box {
  margin: 18px 0;
  border: 2px dashed #cbd5e1;
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  background: #f8fafc;
  cursor: pointer;
  transition: all 0.25s ease;
}

.photo-upload-box:hover {
  border-color: var(--al-orange);
  background: #fff7ed;
}

.photo-previews-grid {
  display: flex;
  gap: 14px;
  margin-top: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.photo-preview-item {
  position: relative;
  width: 95px;
  height: 95px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--al-orange);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.photo-preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photo-preview-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #ef4444;
  color: #ffffff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* ==========================================================================
   FORMULES DE MISE EN AVANT VENDEUR (GRATUIT, À LA UNE, PRO)
   ========================================================================== */
.plan-selection-group {
  margin: 22px 0;
}

.plan-selection-group > label {
  font-size: 14px;
  font-weight: 800;
  color: #0c2340;
  margin-bottom: 10px;
  display: block;
}

.plan-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 8px;
}

.plan-card {
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 14px;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.plan-card input[type="radio"] {
  position: absolute;
  top: 14px;
  right: 14px;
  width: auto !important;
  cursor: pointer;
  accent-color: var(--al-orange);
}

.plan-card:hover {
  border-color: var(--al-orange);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.plan-card.active {
  border-color: var(--al-orange);
  background: #fffbf5;
  box-shadow: 0 6px 18px rgba(255, 96, 0, 0.15);
}

.plan-badge-free {
  background: #e2e8f0;
  color: #334155;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 8px;
  width: fit-content;
}

.plan-badge-featured {
  background: #fef3c7;
  color: #b45309;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 8px;
  width: fit-content;
}

.plan-badge-pro {
  background: #dbeafe;
  color: #1e40af;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 8px;
  width: fit-content;
}

.plan-card h4 {
  font-size: 15px;
  font-weight: 800;
  color: #0c2340;
  margin: 0 0 4px;
}

.plan-card .plan-price {
  font-size: 17px;
  font-weight: 800;
  color: var(--al-orange);
  margin-bottom: 6px;
}

.plan-card p {
  font-size: 11.5px;
  color: #64748b;
  margin: 0;
  line-height: 1.45;
}

/* ==========================================================================
   ESPACE MEMBRES & MON COMPTE WOOCOMMERCE
   ========================================================================== */
.autolink-account-banner {
  background: linear-gradient(135deg, #071526 0%, #0c2340 50%, #163761 100%);
  border-radius: 16px;
  padding: 35px 25px;
  color: #ffffff;
  text-align: center;
  margin: 15px auto 35px;
  max-width: 960px;
  box-shadow: 0 10px 30px rgba(12, 35, 64, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.autolink-account-banner h2 {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff !important;
  margin: 12px 0 8px;
}

.autolink-account-banner p {
  color: #cbd5e1;
  font-size: 14.5px;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.5;
}

.autolink-account-banner .account-badge {
  background: rgba(255, 96, 0, 0.25);
  color: #ffaa00;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 170, 0, 0.35);
  display: inline-block;
}

/* Cartes Connexion et Inscription WooCommerce */
#customer_login {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 30px !important;
  max-width: 960px;
  margin: 0 auto 40px !important;
}

#customer_login .col-1,
#customer_login .col-2 {
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: 32px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04) !important;
  float: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

#customer_login h2 {
  font-size: 21px;
  font-weight: 800;
  color: #0c2340;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f1f5f9;
}

#customer_login .woocommerce-form-login__submit,
#customer_login .woocommerce-form-register__submit {
  background: linear-gradient(135deg, #ff6000, #ff8800) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 13px 24px !important;
  font-weight: 800 !important;
  width: 100% !important;
  cursor: pointer !important;
  font-size: 15px !important;
  margin-top: 12px !important;
  box-shadow: 0 4px 15px rgba(255, 96, 0, 0.3) !important;
  transition: all 0.2s ease !important;
}

#customer_login .woocommerce-form-login__submit:hover,
#customer_login .woocommerce-form-register__submit:hover {
  background: linear-gradient(135deg, #e55600, #ff7700) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 96, 0, 0.4) !important;
}

/* Raccourcis Dashboard Membre */
.autolink-account-dashboard-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 20px 0 30px;
}

.dash-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.dash-card:hover {
  border-color: var(--al-orange);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.dash-card-seller {
  border-color: rgba(255, 96, 0, 0.35);
  background: linear-gradient(135deg, #fffbf7 0%, #ffffff 100%);
}

.dash-card .dash-icon {
  font-size: 32px;
  width: 54px;
  height: 54px;
  background: #fff7ed;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dash-card h4 {
  font-size: 15.5px;
  font-weight: 800;
  color: #0c2340;
  margin: 0 0 4px;
}

.dash-card p {
  font-size: 12px;
  color: #64748b;
  margin: 0;
}

.dash-card .dash-arrow {
  margin-left: auto;
  font-size: 20px;
  color: var(--al-orange);
  font-weight: 800;
}

.user-logged-banner {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
  padding: 14px 20px;
  border-radius: 10px;
  margin-bottom: 22px;
  font-size: 14px;
}

.user-guest-banner {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e40af;
  padding: 14px 20px;
  border-radius: 10px;
  margin-bottom: 22px;
  font-size: 14px;
}

.user-guest-banner a {
  color: var(--al-orange);
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .plan-cards-grid {
    grid-template-columns: 1fr;
  }
  #customer_login {
    grid-template-columns: 1fr !important;
  }
  .autolink-account-dashboard-cards {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   VERSION 2.5 : NAVIGATION PRESTIGE ÉPURÉE (INSPIRÉE DE DIFONCIER)
   ========================================================================== */
.autolink-main-menu {
  background: #08111d !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid #ff6000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 99;
}

.autolink-menu-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.autolink-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 14px;
  align-items: center;
}

@media (max-width: 992px) {
  .autolink-menu-list {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
  }
  .autolink-menu-list::-webkit-scrollbar { display: none; }
}

.menu-link {
  color: #f1f5f9 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 14px 12px !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none !important;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.menu-link:hover, .menu-link.active {
  color: #ff8800 !important;
}

.menu-item-has-dropdown {
  position: relative;
}

.menu-item-has-dropdown .caret {
  font-size: 11px;
  transition: transform 0.2s ease;
}

.menu-item-has-dropdown:hover .caret {
  transform: rotate(180deg);
}

.autolink-mega-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 320px;
  background: #0d1a2d;
  border: 1.5px solid rgba(255, 96, 0, 0.4);
  border-radius: 12px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6);
  padding: 12px;
  z-index: 1000;
  flex-direction: column;
  gap: 6px;
}

.menu-item-has-dropdown:hover .autolink-mega-dropdown {
  display: flex;
  animation: fadeInDropdown 0.2s ease-out forwards;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none !important;
  color: #ffffff !important;
  transition: all 0.2s ease;
}

.dropdown-item .d-ico {
  font-size: 22px;
}

.dropdown-item strong {
  display: block;
  font-size: 13.5px;
  color: #ffffff;
}

.dropdown-item span {
  display: block;
  font-size: 11.5px;
  color: #94a3b8;
}

.dropdown-item:hover {
  background: rgba(255, 96, 0, 0.15);
  transform: translateX(4px);
}

.dropdown-item:hover strong {
  color: #ffaa00;
}

.dropdown-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 6px 0;
}

.dropdown-footer-link {
  color: #ffaa00 !important;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  text-decoration: none !important;
  display: block;
}

.dropdown-footer-link:hover {
  text-decoration: underline !important;
}

.menu-push-right {
  margin-left: auto;
}

.menu-btn-publish {
  background: linear-gradient(135deg, #ff6000 0%, #ff8800 100%);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 13.5px;
  padding: 9px 18px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(255, 96, 0, 0.4);
  transition: all 0.25s ease;
  white-space: nowrap;
}

.menu-btn-publish:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 96, 0, 0.6);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  animation: pulseDot 1.4s infinite;
}

@keyframes pulseDot {
  0% { transform: scale(0.9); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.8; }
}

/* Favoris Wishlist Badge */
.autolink-fav-link {
  position: relative;
}

.fav-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #ef4444;
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 9999px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}



/* ==========================================================================
   BANDEAU RAYONS RAPIDES (PRESTIGE HIGH VISIBILITY)
   ========================================================================== */
.autolink-departments-bar {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 14px 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.departments-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.dept-title {
  font-weight: 800;
  font-size: 14px;
  color: #0f172a;
  white-space: nowrap;
  font-family: 'Outfit', sans-serif;
  display: flex;
  align-items: center;
  gap: 6px;
}

.dept-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
}

.dept-scroll::-webkit-scrollbar { display: none; }

.dept-chip {
  background: #f8fafc;
  color: #334155 !important;
  font-size: 13.5px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 9999px;
  text-decoration: none !important;
  border: 1.5px solid #e2e8f0;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dept-chip:hover {
  background: #ff6000;
  color: #ffffff !important;
  border-color: #ff6000;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 96, 0, 0.35);
}

.dept-chip.highlight {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  color: #ea580c !important;
  border-color: #fdba74;
  font-weight: 800;
}

/* ==========================================================================
   GRILLE TYPES DE VÉHICULES (INSPIRÉE DE DIFONCIER)
   ========================================================================== */
.autolink-vehicle-types-section {
  padding: 50px 0;
  background: #f8fafc;
}

.section-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title-wrap {
  text-align: center;
  margin-bottom: 35px;
}

.sub-badge {
  display: inline-block;
  background: rgba(255, 96, 0, 0.1);
  color: #ea580c;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.section-title-wrap h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px 0;
}

.section-title-wrap p {
  color: #64748b;
  font-size: 15px;
  margin: 0;
}

.vehicle-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 992px) {
  .vehicle-types-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .vehicle-types-grid {
    grid-template-columns: 1fr;
  }
}

.vtype-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  transition: all 0.25s ease;
}

.vtype-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.1);
  border-color: #ffaa00;
}

.vtype-icon-box {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: #fff7ed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vtype-emoji {
  font-size: 32px;
}

.vtype-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 4px 0;
}

.vtype-content p {
  font-size: 12.5px;
  color: #64748b;
  margin: 0 0 8px 0;
  line-height: 1.35;
}

.vtype-link-text {
  font-size: 12.5px;
  font-weight: 700;
  color: #ff6000;
}

/* ==========================================================================
   CARTES D'ANNONCES : IMAGES HD, GRADIENTS & BADGES HAUTE VISIBILITÉ
   ========================================================================== */
.card-top-featured {
  border: 2px solid #f59e0b !important;
  background: linear-gradient(180deg, #fffcf5 0%, #ffffff 100%);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.18) !important;
}

.card-image-wrap {
  position: relative;
  width: 100%;
  height: 230px;
  border-radius: 12px;
  overflow: hidden;
  background: #071526;
  margin-bottom: 14px;
}

.card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.classified-card:hover .card-image-wrap img {
  transform: scale(1.05);
}

.card-image-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: linear-gradient(180deg, rgba(6, 17, 33, 0.75) 0%, rgba(6, 17, 33, 0.25) 60%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}

.badge-top-ribbon {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
  color: #071221 !important;
  font-family: 'Outfit', sans-serif;
  font-size: 11.5px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 6px 14px;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  border: 1.5px solid #fef08a;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.badge-boost-ribbon {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif;
  font-size: 11.5px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 6px 14px;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  border: 1.5px solid #fca5a5;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}

/* Bouton Favoris (Cœur) Haute Visibilité */
.fav-heart-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ffffff !important;
  border: none !important;
  font-size: 19px !important;
  border-radius: 50% !important;
  width: 38px !important;
  height: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 6 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  line-height: 1 !important;
}

.fav-heart-btn:hover {
  transform: scale(1.18) !important;
  box-shadow: 0 6px 16px rgba(225, 29, 72, 0.35) !important;
}

/* Bannière de Sécurité & Activation Mon Compte */
.autolink-account-security-alert {
  background: linear-gradient(135deg, #0b1c33 0%, #0f2747 100%);
  border: 1.5px solid #2563eb;
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  box-shadow: 0 8px 24px rgba(11, 28, 51, 0.2);
  color: #e2e8f0;
}

.sec-alert-icon {
  font-size: 36px;
  line-height: 1;
  flex-shrink: 0;
}

.sec-alert-body {
  flex-grow: 1;
}

.sec-alert-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

.sec-alert-header h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}

.sec-badge-status {
  background: rgba(37, 211, 102, 0.2);
  color: #4ade80;
  font-size: 11.5px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(74, 222, 128, 0.4);
}

.sec-pin-code {
  background: #1e3a5f;
  color: #ffaa00;
  font-size: 17px;
  padding: 3px 10px;
  border-radius: 6px;
  letter-spacing: 2px;
  border: 1px solid rgba(255, 170, 0, 0.3);
}

.sec-alert-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.btn-sec-wa {
  background: #25d366;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 13px;
  padding: 9px 18px;
  border-radius: 9999px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s ease;
}

.btn-sec-wa:hover {
  transform: translateY(-2px);
  background: #1ebd56;
}

.sec-email-notice {
  font-size: 13px;
  color: #94a3b8;
}

.sec-email-notice strong {
  color: #ffffff;
}

/* ==========================================================================
   TABLEAU DE BORD MON COMPTE : MES ANNONCES (BDD)
   ========================================================================== */
.autolink-account-tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 14px;
}

.autolink-account-tab-header h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px 0;
}

.autolink-account-tab-header p {
  color: #64748b;
  font-size: 14px;
  margin: 0;
}

.btn-account-publish {
  background: linear-gradient(135deg, #ff6000 0%, #ff8800 100%);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 13.5px;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(255, 96, 0, 0.3);
}

.autolink-user-ads-table-wrap {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  overflow-x: auto;
  border: 1px solid #e2e8f0;
}

.autolink-user-ads-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.autolink-user-ads-table th {
  background: #f8fafc;
  padding: 14px 16px;
  font-size: 12.5px;
  font-weight: 700;
  color: #475569;
  border-bottom: 1px solid #e2e8f0;
  text-transform: uppercase;
}

.autolink-user-ads-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
  font-size: 13.5px;
}

.ad-img-col img {
  width: 60px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
}

.badge-status {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 11.5px;
  font-weight: 700;
}

.badge-status.active {
  background: #dcfce7;
  color: #15803d;
}

.badge-status.sold {
  background: #fee2e2;
  color: #b91c1c;
}

.badge-plan {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 10.5px;
  font-weight: 800;
  margin-left: 4px;
}

.badge-plan.top {
  background: #fef3c7;
  color: #b45309;
}

.badge-plan.boost {
  background: #fee2e2;
  color: #b91c1c;
}

.btn-action {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 6px;
  text-decoration: none !important;
  display: inline-block;
  margin-right: 4px;
  transition: all 0.2s ease;
}

.btn-action.sold {
  background: #fff7ed;
  color: #c2410c !important;
  border: 1px solid #ffedd5;
}

.btn-action.sold:hover {
  background: #ffedd5;
}

.btn-action.activate {
  background: #f0fdf4;
  color: #15803d !important;
  border: 1px solid #bbf7d0;
}

.btn-action.delete {
  background: #fef2f2;
  color: #b91c1c !important;
  border: 1px solid #fecaca;
}

.btn-action.delete:hover {
  background: #fee2e2;
}

.autolink-empty-ads {
  text-align: center;
  padding: 50px 20px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px dashed #cbd5e1;
}

.autolink-empty-ads .empty-ico {
  font-size: 44px;
  display: block;
  margin-bottom: 12px;
}

.autolink-empty-ads h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px 0;
}

.autolink-empty-ads p {
  color: #64748b;
  font-size: 14px;
  margin: 0 0 18px 0;
}

.btn-first-publish {
  background: linear-gradient(135deg, #ff6000 0%, #ff8800 100%);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none !important;
  display: inline-block;
  box-shadow: 0 4px 14px rgba(255, 96, 0, 0.4);
}

/* ==========================================================================
   COMMENT ÇA MARCHE EN 4 ÉTAPES (INSPIRÉ DE DIFONCIER)
   ========================================================================== */
.autolink-steps-section {
  padding: 50px 0;
  background: #ffffff;
  border-top: 1px solid #f1f5f9;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 992px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }
}

.step-card {
  text-align: center;
  padding: 24px 16px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  position: relative;
}

.step-num {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  background: #ff6000;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(255, 96, 0, 0.4);
}

.step-icon {
  font-size: 34px;
  margin-bottom: 10px;
}

.step-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px 0;
}

.step-card p {
  font-size: 12.5px;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
}

/* ==========================================================================
   POURQUOI CHOISIR AUTOLINK (RÉASSURANCE)
   ========================================================================== */
.autolink-trust-section {
  padding: 40px 0;
  background: #08111d;
  color: #ffffff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 800px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }
}

.trust-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px;
  border-radius: 12px;
  text-align: center;
}

.trust-icon {
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}

.trust-card h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.trust-card p {
  color: #94a3b8;
  font-size: 13px;
  margin: 0;
  line-height: 1.45;
}

/* ==========================================================================
   GRILLE FAVORIS
   ========================================================================== */
.favorites-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .favorites-card-grid {
    grid-template-columns: 1fr;
  }
}

.fav-item-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.fav-item-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.fav-card-body {
  padding: 16px;
}

.fav-card-body h5 {
  font-size: 14.5px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px 0;
}

.fav-card-body .fav-price {
  font-size: 15px;
  font-weight: 800;
  color: #ff6000;
  margin-bottom: 12px;
}

.fav-actions {
  display: flex;
  gap: 10px;
}

.btn-fav-view {
  flex: 1;
  background: #0f172a;
  color: #ffffff !important;
  font-size: 12.5px;
  font-weight: 700;
  padding: 8px;
  text-align: center;
  border-radius: 6px;
  text-decoration: none !important;
}

.btn-fav-remove {
  background: #fee2e2;
  border: none;
  border-radius: 6px;
  padding: 8px 12px;
  cursor: pointer;
}

/* ==========================================================================
   20. BADGE SIGNALEMENT MODÉRATION ANNONCE
   ========================================================================== */
.badge-report-link {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8 !important;
  background: rgba(148, 163, 184, 0.1);
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 6px;
  padding: 3px 7px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  transition: all 0.2s ease;
  margin-left: auto;
}
.badge-report-link:hover {
  color: #ef4444 !important;
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.3);
  transform: translateY(-1px);
}

/* ==========================================================================
   21. INSTRUCTIONS DE PAIEMENT WAVE DIRECT (Page Commande Reçue)
   ========================================================================== */
.autolink-wave-success-card {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 2px solid #0284c7;
  border-radius: 16px;
  padding: 28px;
  margin: 25px 0 35px;
  box-shadow: 0 10px 30px rgba(2, 132, 199, 0.12);
}
.autolink-wave-success-card .wave-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1.5px solid rgba(2, 132, 199, 0.2);
}
.autolink-wave-success-card .wave-icon {
  font-size: 2.4rem;
  line-height: 1;
}
.autolink-wave-success-card .wave-header h3 {
  margin: 0;
  color: #0369a1;
  font-size: 1.35rem;
  font-weight: 800;
  font-family: 'Outfit', sans-serif;
}
.autolink-wave-success-card .wave-header p {
  margin: 4px 0 0;
  color: #0284c7;
  font-size: 0.92rem;
}
.autolink-wave-success-card .wave-details-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #bae6fd;
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 600px) {
  .autolink-wave-success-card .wave-details-box {
    grid-template-columns: 1fr;
  }
}
.autolink-wave-success-card .wave-detail-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.autolink-wave-success-card .wave-detail-row .lbl {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #64748b;
}
.autolink-wave-success-card .wave-detail-row .val {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}
.autolink-wave-success-card .wave-detail-row .val.highlight {
  color: #0284c7;
  font-size: 1.35rem;
  font-weight: 900;
}
.autolink-wave-success-card .wave-detail-row .val.phone-badge {
  color: #0369a1;
  font-size: 1.25rem;
  font-weight: 900;
  background: #e0f2fe;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 6px;
  width: fit-content;
}
.autolink-wave-success-card .wave-detail-row .val.phone-badge small {
  font-size: 0.85rem;
  color: #475569;
  font-weight: 600;
}
.autolink-wave-success-card .wave-action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.btn-wave-wa-proof {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff !important;
  padding: 14px 24px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 0.98rem;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.35);
  transition: all 0.25s ease;
}
.btn-wave-wa-proof:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.5);
}
.btn-wave-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #0f172a !important;
  border: 1.5px solid #cbd5e1;
  padding: 13px 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.btn-wave-call:hover {
  background: #f8fafc;
  border-color: #94a3b8;
}

/* ==========================================================================
   22. FOOTER PRESTIGE HAUT DE GAMME (STYLE ÉPURÉ SÉNÉGALAIS DIFONCIER)
   ========================================================================== */
.autolink-custom-footer {
  background: #08111d;
  color: #cbd5e1;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  margin-top: 50px;
  border-top: 3px solid #ff6000;
}

/* Bandeau Réassurance Confiance */
.footer-trust-strip {
  background: #0b1a2e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 20px;
}
.footer-trust-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .footer-trust-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .footer-trust-inner {
    grid-template-columns: 1fr;
  }
}
.trust-pill {
  display: flex;
  align-items: center;
  gap: 14px;
}
.trust-pill .trust-ico {
  font-size: 1.9rem;
  line-height: 1;
  flex-shrink: 0;
}
.trust-pill strong {
  display: block;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
}
.trust-pill span {
  display: block;
  color: #94a3b8;
  font-size: 0.8rem;
  margin-top: 2px;
}

/* Grille Principale 4 Colonnes */
.footer-main-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 20px 40px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.1fr 1.1fr;
  gap: 36px;
}
@media (max-width: 1024px) {
  .footer-main-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .footer-main-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.footer-col h4 {
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 18px 0;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  position: relative;
  padding-bottom: 8px;
}
.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: #ff6000;
  border-radius: 2px;
}

.footer-brand-logo img {
  border-radius: 8px;
  display: block;
  margin-bottom: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}
.footer-brand-text {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #94a3b8;
  margin-bottom: 16px;
}
.footer-company-legal {
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.03);
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-company-legal strong {
  color: #cbd5e1;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul li a {
  color: #cbd5e1;
  text-decoration: none !important;
  font-size: 0.88rem;
  transition: all 0.2s ease;
  display: inline-block;
}
.footer-col ul li a:hover {
  color: #ff6000 !important;
  transform: translateX(4px);
}

.footer-contact-item {
  font-size: 0.88rem;
  margin-bottom: 14px;
  line-height: 1.5;
}
.footer-contact-item span {
  display: block;
  color: #94a3b8;
  font-size: 0.8rem;
  margin-bottom: 2px;
}
.footer-contact-item a {
  color: #ffffff;
  text-decoration: none !important;
  font-weight: 700;
}
.footer-contact-item a:hover {
  color: #ff6000 !important;
}
.footer-wa-link {
  display: inline-block;
  color: #25d366 !important;
  font-weight: 700;
}
.footer-wa-link:hover {
  text-decoration: underline !important;
}

.footer-payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.pay-badge {
  background: #0f1f33;
  color: #94a3b8;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Barre Basse Copyright & CDP */
.footer-bottom-bar {
  background: #050a12;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px;
  font-size: 0.82rem;
  color: #64748b;
}
.footer-bottom-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom-inner p {
  margin: 0;
}
.footer-bottom-inner strong {
  color: #cbd5e1;
}
.footer-bottom-inner .cdp-notice {
  font-size: 0.78rem;
  color: #64748b;
}

/* ==========================================================================
   23. PAGE DÉDIÉE MES FAVORIS (/mes-favoris/)
   ========================================================================== */
.autolink-favorites-page-wrap {
  max-width: 1240px;
  margin: 40px auto 60px;
  padding: 0 20px;
}
.fav-page-header {
  text-align: center;
  margin-bottom: 35px;
}
.fav-mini-badge {
  display: inline-block;
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.25);
  font-size: 12px;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 9999px;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
.fav-page-header h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 8px 0;
}
.fav-page-header p {
  color: #64748b;
  font-size: 15px;
  margin: 0;
}
.favorites-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .favorites-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .favorites-card-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   24. SLIDE THÈME PROMO -50% & BADGE MENU
   ========================================================================== */
.slide-theme-promo {
  background: linear-gradient(135deg, #071526 0%, #0d2847 45%, #b45309 130%);
  color: #ffffff;
}
.slide-badge.promo {
  background: rgba(245, 158, 11, 0.2);
  border: 1.5px solid #f59e0b;
  color: #fbbf24;
}
.promo-pill-mini {
  background: #ef4444;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  padding: 2px 7px;
  border-radius: 9999px;
  margin-left: 4px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(239, 68, 68, 0.4);
}

/* ==========================================================================
   25. PAGE DÉDIÉE TARIFS PUBLICITÉ & BOOST (-50% PROMO)
   ========================================================================== */
.autolink-pricing-page-wrap {
  max-width: 1240px;
  margin: 40px auto 70px;
  padding: 0 20px;
}

.pricing-page-header {
  text-align: center;
  margin-bottom: 30px;
}
.pricing-mini-badge {
  display: inline-block;
  background: rgba(245, 158, 11, 0.15);
  color: #d97706;
  border: 1.5px solid #f59e0b;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 16px;
  border-radius: 9999px;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}
.pricing-page-header h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 34px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 10px 0;
}
.pricing-page-header p {
  color: #64748b;
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.55;
}

/* Bannière Urgence Promo */
.pricing-promo-banner {
  background: linear-gradient(135deg, #09182b 0%, #0d2847 100%);
  border: 2px solid #f59e0b;
  border-radius: 14px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.15);
  color: #e2e8f0;
}
.promo-banner-icon {
  font-size: 32px;
  flex-shrink: 0;
}
.promo-banner-text {
  font-size: 14.5px;
  line-height: 1.5;
}
.promo-banner-text strong {
  color: #fbbf24;
}

/* Grille des Cartes Tarifaires */
.pricing-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .pricing-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .pricing-cards-grid {
    grid-template-columns: 1fr;
  }
}

.pricing-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  padding: 30px 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all 0.25s ease;
}
.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.1);
  border-color: var(--al-orange);
}

/* Carte Le Plus Populaire (Top Semaine) */
.card-top-popular {
  border: 2.5px solid #f59e0b !important;
  box-shadow: 0 12px 35px rgba(245, 158, 11, 0.22) !important;
  background: linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
  transform: scale(1.02);
}
.card-top-popular:hover {
  transform: scale(1.04) translateY(-4px);
}
.pcard-popular-ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
  color: #071221;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 900;
  padding: 4px 14px;
  border-radius: 9999px;
  letter-spacing: 0.8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  white-space: nowrap;
}

.pcard-header {
  margin-bottom: 20px;
}
.pcard-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 12px;
  border-radius: 9999px;
  margin-bottom: 12px;
}
.pcard-badge.free { background: #f1f5f9; color: #475569; }
.pcard-badge.boost { background: #fee2e2; color: #dc2626; border: 1px solid #fca5a5; }
.pcard-badge.top { background: #fef3c7; color: #b45309; border: 1px solid #fcd34d; }
.pcard-badge.display { background: #e0e7ff; color: #4338ca; border: 1px solid #a5b4fc; }
.pcard-badge.vip { background: #fae8ff; color: #86198f; border: 1px solid #f0abfc; }

.pcard-header h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px 0;
}
.pcard-desc {
  font-size: 13.5px;
  color: #64748b;
  margin: 0;
  line-height: 1.45;
}

.pcard-price {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f1f5f9;
}
.pcard-price .p-old {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #94a3b8;
  text-decoration: line-through;
  margin-bottom: 2px;
}
.pcard-price .p-amount {
  font-family: 'Outfit', sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: var(--al-orange);
  letter-spacing: -1px;
}
.pcard-price .p-curr {
  font-size: 18px;
  font-weight: 800;
  color: var(--al-navy);
}
.pcard-price .p-period {
  display: block;
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
  margin-top: 2px;
}

.pcard-features {
  list-style: none;
  padding: 0;
  margin: 0 0 26px 0;
  font-size: 13.5px;
  color: #334155;
  line-height: 1.6;
}
.pcard-features li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.pcard-action {
  margin-top: auto;
}
.btn-pcard {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 18px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.25s ease;
  box-sizing: border-box;
}
.btn-pcard.standard {
  background: #f1f5f9;
  color: #334155 !important;
}
.btn-pcard.standard:hover {
  background: #e2e8f0;
}
.btn-pcard.boost {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.35);
}
.btn-pcard.boost:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(239, 68, 68, 0.45);
}
.btn-pcard.top {
  background: linear-gradient(135deg, #ff6000 0%, #ea580c 100%);
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(255, 96, 0, 0.4);
}
.btn-pcard.top:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 96, 0, 0.55);
}
.btn-pcard.display {
  background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.35);
}
.btn-pcard.display:hover {
  transform: translateY(-2px);
}
.btn-pcard.vip {
  background: linear-gradient(135deg, #9333ea 0%, #7e22ce 100%);
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(147, 51, 234, 0.35);
}
.btn-pcard.vip:hover {
  transform: translateY(-2px);
}

/* Instructions Wave Direct Rapide */
.pricing-wave-box {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
.wave-box-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.wave-box-header .wave-ico {
  font-size: 36px;
  line-height: 1;
}
.wave-box-header h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px 0;
}
.wave-box-header p {
  color: #64748b;
  font-size: 14px;
  margin: 0;
}
.wave-steps-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 12px;
}
.wstep {
  display: flex;
  flex-direction: column;
}
.wstep strong {
  color: #0f172a;
  font-size: 14px;
}
.wstep span {
  color: #64748b;
  font-size: 13px;
}
.warrow {
  color: #cbd5e1;
  font-size: 18px;
  font-weight: 900;
}
@media (max-width: 600px) {
  .warrow { display: none; }
  .wave-steps-inline { flex-direction: column; align-items: flex-start; }
}
.btn-wave-confirm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25d366;
  color: #ffffff !important;
  font-weight: 800;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 9999px;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4);
  transition: all 0.25s ease;
  width: 100%;
  box-sizing: border-box;
}
.btn-wave-confirm:hover {
  background: #1ebd56;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.55);
}


