/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BOUTIKA WEB - PROFESSIONAL STYLES
   DM Sans font, clean design, orange & navy accent
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Anti-FOUC: reveal page once this stylesheet loads */
html { visibility: visible !important; opacity: 1 !important; }

:root {
  /* Colors - Orange & White with Navy */
  --white: #FFFFFF;
  --off-white: #FFFBF5;
  --bg: #FDF8F3;
  --accent: #F97316;
  --accent-dark: #EA580C;
  --accent-light: #FFF7ED;
  --primary: #1E293B;
  --primary-light: #334155;
  --dark: #111111;
  --gray-100: #F3F4F6;
  --gray-200: #E5E7EB;
  --gray-300: #D1D5DB;
  --gray-400: #9CA3AF;
  --gray-500: #6B7280;
  --gray-600: #4B5563;
  --gray-700: #374151;
  --border: #E5E7EB;

  /* Spacing */
  --section-padding: 80px 0;
  --container-width: 1200px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESET & BASE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--dark);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 600;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LAYOUT
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.section-inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px;
}

.header-inner,
.hero-inner,
.cta-inner,
.footer-inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   TOP HEADER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.top-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 72px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-icon {
  width: 40px;
  height: 40px;
  background: var(--accent);
  background-image: url('logo2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
}

.logo-text {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.5px;
}

.header-search {
  flex: 1;
  max-width: 480px;
  position: relative;
}

.header-search input {
  width: 100%;
  height: 44px;
  padding: 0 16px 0 44px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  font-size: 15px;
  background: var(--gray-100);
  transition: all 0.2s;
}

.header-search input:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15);
}

.header-search .search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: var(--gray-400);
  pointer-events: none;
}

.header-nav {
  display: flex;
  gap: 12px;
}

.nav-btn {
  padding: 10px 20px;
  border-radius: var(--radius-lg);
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
}

.nav-btn.nav-accent {
  background: var(--accent);
  color: var(--white);
}

.nav-btn.nav-accent:hover {
  background: var(--accent-dark);
}

.nav-btn.nav-dark {
  background: var(--primary);
  color: var(--white);
}

.nav-btn.nav-dark:hover {
  background: var(--primary-light);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-icon-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  color: var(--gray-600);
  transition: all 0.2s;
}

.header-icon-btn:hover {
  background: var(--gray-100);
  color: var(--dark);
}

.header-icon-btn svg {
  width: 22px;
  height: 22px;
}

.btn-login {
  padding: 10px 20px;
  background: var(--dark);
  color: var(--white);
  border-radius: var(--radius-lg);
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
  text-decoration: none;
}

.btn-login:hover {
  background: var(--gray-700);
}

.btn-signup {
  padding: 10px 20px;
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
  border-radius: var(--radius-lg);
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
  text-decoration: none;
}

.btn-signup:hover {
  background: var(--accent);
  color: var(--white);
}

/* Language Toggle */
.header-user-name {
  display: none;
}

.lang-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: var(--dark);
  transition: all 0.2s;
}
.lang-toggle:hover {
  background: var(--gray-200);
}
.lang-toggle svg {
  width: 16px;
  height: 16px;
}
.lang-toggle-label {
  font-weight: 700;
  color: var(--accent-dark);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HERO SECTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.hero-section {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  padding: 80px 0 100px;
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-badge {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(255,255,255,0.15);
  border-radius: 50px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
}

.hero-content h1 {
  font-size: 52px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.hero-content h1 .text-accent {
  color: var(--accent);
}

.hero-content p {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 32px;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 16px;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: var(--accent);
  color: var(--dark);
  border-radius: var(--radius-lg);
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s;
}

.btn-hero-primary svg {
  width: 20px;
  height: 20px;
}

.btn-hero-primary:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
}

.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  padding: 16px 28px;
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: var(--radius-lg);
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s;
}

.btn-hero-secondary:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.1);
}

/* Hero Visual - Floating Cards */
.hero-visual {
  position: relative;
  height: 400px;
}

.hero-cards-stack {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  animation: float 6s ease-in-out infinite;
}

.hero-float-card.hfc-1 {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.hero-float-card.hfc-2 {
  top: 45%;
  right: 5%;
  animation-delay: 2s;
}

.hero-float-card.hfc-3 {
  bottom: 10%;
  left: 20%;
  animation-delay: 4s;
}

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

.hfc-info {
  display: flex;
  flex-direction: column;
}

.hfc-title {
  font-weight: 600;
  color: var(--dark);
}

.hfc-price {
  color: var(--accent);
  font-weight: 700;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   ENTRY SECTION (Two Cards)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.entry-section {
  padding: var(--section-padding);
  background: var(--white);
}

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

.entry-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px;
  border-radius: var(--radius-xl);
  transition: all 0.3s;
}

.entry-card.entry-accent {
  background: linear-gradient(135deg, #E0F7F5 0%, #F0FFFE 100%);
  border: 1px solid #B2EBE5;
}

.entry-card.entry-dark {
  background: linear-gradient(135deg, #1E293B 0%, #334155 100%);
  color: var(--white);
}

.entry-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.entry-icon {
  font-size: 48px;
  flex-shrink: 0;
}

.entry-badge {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(0,0,0,0.1);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}

.entry-dark .entry-badge {
  background: rgba(255,255,255,0.2);
}

.entry-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.entry-content p {
  font-size: 15px;
  opacity: 0.8;
  margin-bottom: 16px;
}

.entry-cta {
  font-weight: 600;
  color: var(--accent);
}

.entry-dark .entry-cta {
  color: var(--accent);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   ABOUT SECTION (Qui sommes-nous)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.about-section {
  padding: var(--section-padding);
  /* background removed - set inline for custom images */
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.section-badge {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(249, 115, 22, 0.12);
  color: var(--accent-dark);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}

.about-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 24px;
  line-height: 1.2;
}

.about-content p {
  font-size: 16px;
  color: var(--gray-600);
  margin-bottom: 16px;
}

.about-stats {
  display: flex;
  gap: 40px;
  margin: 32px 0;
}

.about-stat {
  display: flex;
  flex-direction: column;
}

.about-stat strong {
  font-size: 36px;
  font-weight: 700;
  color: var(--accent);
}

.about-stat span {
  font-size: 14px;
  color: var(--gray-500);
}

.btn-secondary {
  display: inline-flex;
  padding: 12px 24px;
  color: var(--accent-dark);
  font-weight: 600;
  transition: all 0.2s;
}

.btn-secondary:hover {
  color: var(--primary);
}

.about-visual {
  display: flex;
  justify-content: center;
}

.about-image {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, var(--accent) 0%, #EA580C 100%);
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-flag {
  font-size: 120px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SECTION HEADERS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
}

.section-header.center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark);
}

.see-all-link {
  font-size: 15px;
  font-weight: 600;
  color: var(--accent);
  transition: color 0.2s;
}

.see-all-link:hover {
  color: var(--accent-dark);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CATEGORIES SECTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.categories-section {
  padding: var(--section-padding);
  background: var(--white);
}

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

.category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  border-radius: var(--radius-lg);
  text-align: center;
  transition: all 0.3s;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.cat-icon {
  font-size: 40px;
  margin-bottom: 12px;
}

.category-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 4px;
}

.cat-count {
  font-size: 13px;
  color: var(--gray-500);
}

/* Category Colors */
.cat-pink { background: #FDF2F8; }
.cat-indigo { background: #EEF2FF; }
.cat-orange { background: #FFF7ED; }
.cat-green { background: #ECFDF5; }
.cat-rose { background: #FFF1F2; }
.cat-teal { background: #FFF7ED; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PRODUCTS SECTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.products-section {
  padding: var(--section-padding);
  background: var(--white);
}

.products-section.bg-gray {
  background: var(--bg);
}

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

.product-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: var(--shadow-sm);
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.card-image {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-emoji {
  font-size: 56px;
}

/* SVG Icon replacements for emojis */
.card-icon {
  width: 48px;
  height: 48px;
  color: rgba(0,0,0,0.18);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cat-icon-svg {
  width: 40px;
  height: 40px;
  color: var(--gray-600);
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-bottom: 12px;
}

.step-icon {
  width: 56px;
  height: 56px;
  color: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-bottom: 24px;
}

.entry-icon-svg {
  width: 48px;
  height: 48px;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.entry-accent .entry-icon-svg {
  color: var(--accent-dark);
}

.entry-dark .entry-icon-svg {
  color: var(--accent);
}

.contact-icon-svg {
  width: 24px;
  height: 24px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.listing-thumb {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.listing-thumb .card-icon {
  width: 40px;
  height: 40px;
}

.stat-icon {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--gray-500);
  font-size: 14px;
}

.stat-icon svg {
  width: 16px;
  height: 16px;
}

.heart-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: white;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heart-btn svg {
  width: 18px;
  height: 18px;
}

.upload-icon {
  width: 48px;
  height: 48px;
  color: var(--gray-400);
  margin-bottom: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-body {
  padding: 16px;
}

.card-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.seller-avatar {
  width: 24px;
  height: 24px;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
}

.card-meta span:last-child {
  font-size: 13px;
  color: var(--gray-500);
}

.card-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HOW IT WORKS SECTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.how-section {
  padding: var(--section-padding);
  background: var(--white);
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.how-card {
  text-align: center;
  padding: 32px 24px;
  position: relative;
}

.how-number {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 48px;
  font-weight: 700;
  color: var(--gray-100);
}

.how-icon {
  font-size: 56px;
  margin-bottom: 24px;
}

.how-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--dark);
}

.how-card p {
  font-size: 15px;
  color: var(--gray-600);
}

.how-cta {
  text-align: center;
  margin-top: 48px;
}

.btn-primary-lg {
  display: inline-flex;
  padding: 18px 36px;
  background: var(--accent);
  color: var(--dark);
  border-radius: var(--radius-lg);
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s;
}

.btn-primary-lg:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MARCHÃ‰ SECTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.marche-section {
  padding: var(--section-padding);
  background: var(--bg);
}

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

.marche-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  background: var(--white);
  border-radius: var(--radius-lg);
  transition: all 0.3s;
}

.marche-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.marche-logo {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: 22px;
  flex-shrink: 0;
}

.marche-info h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 4px;
}

.marche-info p {
  font-size: 14px;
  color: var(--gray-500);
  margin-bottom: 8px;
}

.marche-meta {
  display: flex;
  gap: 12px;
  font-size: 13px;
}

.marche-rating {
  color: #F59E0B;
  font-weight: 600;
}

.marche-products {
  color: var(--gray-400);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SPONSORS SECTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.sponsors-section {
  padding: var(--section-padding);
  background: var(--white);
}

.sponsors-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 48px;
}

.sponsor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 32px;
}

.sponsor-logo {
  width: 72px;
  height: 72px;
  background: var(--gray-100);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  color: var(--gray-600);
}

.sponsor-card span {
  font-size: 14px;
  color: var(--gray-500);
  font-weight: 500;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CATÃ‰GORIES D'ENTREPRISES (SECTEURS)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.sectors-section {
  padding: 80px 0;
  background: var(--bg);
}
.sectors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.sector-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.sector-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
  border-color: var(--sector-color, var(--accent));
}
.sector-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--sector-bg, #F0F0F0);
  color: var(--sector-color, #333);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.sector-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin: 0;
}
.sector-card p {
  font-size: 13px;
  color: #6B7280;
  line-height: 1.5;
  margin: 0;
}
.sector-count {
  font-size: 12px;
  font-weight: 600;
  color: var(--sector-color, var(--accent));
  margin-top: auto;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   TÃ‰MOIGNAGES
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.testimonials-section {
  padding: 80px 0;
  background: white;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.testimonial-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.testimonial-quote {
  font-size: 15px;
  color: #374151;
  line-height: 1.7;
  font-style: italic;
  flex: 1;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
.testimonial-author strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
}
.testimonial-author span {
  font-size: 12px;
  color: #6B7280;
}

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

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CTA SECTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
}

.cta-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}

.cta-content p {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 32px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.btn-cta-primary {
  display: inline-flex;
  padding: 16px 32px;
  background: var(--accent);
  color: var(--dark);
  border-radius: var(--radius-lg);
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s;
}

.btn-cta-primary:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
}

.btn-cta-secondary {
  display: inline-flex;
  padding: 16px 32px;
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: var(--radius-lg);
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s;
}

.btn-cta-secondary:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.1);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FOOTER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.site-footer {
  background: var(--dark);
  color: var(--white);
  padding-top: 80px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 48px;
  padding-bottom: 48px;
}

.footer-brand p {
  margin-top: 16px;
  font-size: 15px;
  color: var(--gray-400);
  max-width: 280px;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  background: var(--gray-700);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.footer-social a:hover {
  background: var(--accent);
}

.footer-social svg {
  width: 20px;
  height: 20px;
}

.footer-col h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-col a {
  display: block;
  font-size: 14px;
  color: var(--gray-400);
  margin-bottom: 12px;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: var(--accent);
}

.footer-bottom {
  border-top: 1px solid var(--gray-700);
  padding: 24px;
  text-align: center;
}

.footer-bottom p {
  font-size: 14px;
  color: var(--gray-500);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LEGAL PAGES
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.legal-page {
  padding: 48px 0 80px;
  background: var(--white);
}

.legal-page .section-inner {
  max-width: 800px;
}

.legal-header {
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.legal-header h1 {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}

.legal-meta {
  font-size: 14px;
  color: var(--gray-500);
}

.legal-content h2 {
  font-size: 22px;
  font-weight: 600;
  color: var(--dark);
  margin: 32px 0 16px;
}

.legal-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  margin: 24px 0 12px;
}

.legal-content p {
  font-size: 16px;
  color: var(--gray-600);
  margin-bottom: 16px;
  line-height: 1.7;
}

.legal-content ul, .legal-content ol {
  margin: 16px 0;
  padding-left: 24px;
}

.legal-content li {
  font-size: 16px;
  color: var(--gray-600);
  margin-bottom: 8px;
  line-height: 1.7;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   ACCOUNT PAGE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.account-page {
  padding: 48px 0 80px;
  background: var(--bg);
}

.account-header {
  background: var(--white);
  padding: 32px;
  border-radius: var(--radius-xl);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.account-avatar {
  width: 100px;
  height: 100px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
}

.account-info h1 {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
}

.account-info p {
  color: var(--gray-500);
  margin-bottom: 8px;
}

.account-badges {
  display: flex;
  gap: 8px;
}

.account-badge {
  display: inline-flex;
  padding: 4px 12px;
  background: var(--gray-100);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-600);
}

.account-badge.verified {
  background: #ECFDF5;
  color: #059669;
}

.account-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
}

.account-sidebar {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 16px;
  height: fit-content;
}

.account-nav {
  display: flex;
  flex-direction: column;
}

.account-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  font-size: 15px;
  color: var(--gray-600);
  transition: all 0.2s;
}

.account-nav-item:hover,
.account-nav-item.active {
  background: var(--gray-100);
  color: var(--dark);
}

.account-nav-item.active {
  background: rgba(249, 115, 22, 0.1);
  color: var(--accent-dark);
}

.account-nav-item svg {
  width: 20px;
  height: 20px;
}

.account-main {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
}

.account-section {
  margin-bottom: 32px;
}

.account-section:last-child {
  margin-bottom: 0;
}

.account-section h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-700);
  margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  font-size: 15px;
  transition: all 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

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

.btn-save {
  display: inline-flex;
  padding: 14px 28px;
  background: var(--accent);
  color: var(--dark);
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s;
}

.btn-save:hover {
  background: var(--accent-dark);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CONNEXION / INSCRIPTION PAGES
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.auth-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background: var(--bg);
}

.auth-container {
  width: 100%;
  max-width: 440px;
}

.auth-logo {
  text-align: center;
  margin-bottom: 32px;
}

.auth-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: var(--shadow-lg);
}

.auth-card h1 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}

.auth-card .subtitle {
  text-align: center;
  color: var(--gray-500);
  margin-bottom: 32px;
}

.auth-form .form-group {
  margin-bottom: 20px;
}

.auth-form .btn-primary {
  width: 100%;
  padding: 14px;
  background: var(--accent);
  color: var(--dark);
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}

.auth-form .btn-primary:hover {
  background: var(--accent-dark);
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0;
  color: var(--gray-400);
  font-size: 14px;
}

.auth-divider::before,
.auth-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

.auth-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s;
}

.btn-social:hover {
  background: var(--gray-100);
}

.auth-footer {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: var(--gray-500);
}

.auth-footer a {
  color: var(--accent);
  font-weight: 500;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CONTACT PAGE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.contact-page {
  padding: 48px 0 80px;
  background: var(--bg);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
}

.contact-info {
  background: var(--primary);
  color: var(--white);
  padding: 40px;
  border-radius: var(--radius-xl);
}

.contact-info h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.contact-info > p {
  color: rgba(255,255,255,0.8);
  margin-bottom: 32px;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-method-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.1);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.contact-method-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}

.contact-method-info p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}

.contact-form-card {
  background: var(--white);
  padding: 40px;
  border-radius: var(--radius-xl);
}

.contact-form-card h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LAKOU BREDA â€” ACTIVITIES SECTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.lakou-section {
  margin: 48px 0;
  background: linear-gradient(135deg, #1E293B 0%, #334155 60%, #3B82F6 100%);
  border-radius: var(--radius-xl);
  overflow: hidden;
  color: white;
}
.lakou-inner {
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px;
  padding: 56px 48px;
  align-items: center;
}
.lakou-badge {
  display: inline-block; padding: 5px 14px;
  background: rgba(255,255,255,.15); border-radius: 20px;
  font-size: 12px; font-weight: 600; letter-spacing: .5px;
  text-transform: uppercase; margin-bottom: 16px;
  backdrop-filter: blur(4px);
}
.lakou-title {
  font-size: 28px; font-weight: 700; line-height: 1.25;
  margin-bottom: 14px;
}
.lakou-desc {
  font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.8);
  margin-bottom: 28px;
}
.lakou-features {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  margin-bottom: 32px;
}
.lakou-feat {
  display: flex; gap: 14px; align-items: flex-start;
}
.lakou-feat-icon {
  width: 42px; height: 42px; min-width: 42px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.lakou-feat h4 {
  font-size: 14px; font-weight: 600; margin-bottom: 4px;
}
.lakou-feat p {
  font-size: 12.5px; line-height: 1.5; color: rgba(255,255,255,.7);
}
.lakou-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 28px; background: var(--accent); color: var(--dark);
  border-radius: var(--radius-md); font-size: 14px; font-weight: 600;
  text-decoration: none; transition: all .2s;
}
.lakou-cta:hover {
  background: white; color: var(--primary); transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.lakou-stat-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.lakou-stat {
  background: rgba(255,255,255,.1); border-radius: var(--radius-md);
  padding: 24px 20px; text-align: center;
  backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,.1);
  transition: all .2s;
}
.lakou-stat:hover {
  background: rgba(255,255,255,.18); transform: translateY(-2px);
}
.lakou-stat-num {
  display: block; font-size: 28px; font-weight: 700; line-height: 1;
  margin-bottom: 6px;
}
.lakou-stat-label {
  font-size: 12px; color: rgba(255,255,255,.7);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   ACTIVITÃ‰S LAKOU BREDA PAGE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.act-block { margin-bottom: 56px; }
.act-block-inner {
  display: flex; gap: 40px; align-items: flex-start;
}
.act-block-reverse { flex-direction: row-reverse; }
.act-block-icon {
  width: 64px; height: 64px; min-width: 64px;
  border-radius: var(--radius-lg); display: flex;
  align-items: center; justify-content: center;
  margin-top: 4px;
}
.act-block-content { flex: 1; }
.act-block-content h2 {
  font-size: 24px; font-weight: 700; margin-bottom: 12px;
}
.act-block-content > p {
  font-size: 15px; line-height: 1.7; color: var(--gray-600);
  margin-bottom: 28px; max-width: 640px;
}

/* Activity cards grid */
.act-cards {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
}
.act-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px;
  transition: all .2s;
}
.act-card:hover {
  border-color: var(--accent); box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.act-card-num {
  font-size: 12px; font-weight: 700; color: var(--accent);
  margin-bottom: 8px; letter-spacing: 1px;
}
.act-card h3 {
  font-size: 16px; font-weight: 600; margin-bottom: 8px;
}
.act-card p {
  font-size: 13px; line-height: 1.6; color: var(--gray-500);
  margin-bottom: 12px;
}
.act-tag {
  display: inline-block; padding: 4px 12px;
  background: var(--gray-100); color: var(--gray-600);
  border-radius: 20px; font-size: 11px; font-weight: 600;
}

/* Events */
.act-events {
  display: flex; flex-direction: column; gap: 16px;
}
.act-event {
  display: flex; gap: 20px; align-items: flex-start;
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px;
  transition: all .2s;
}
.act-event:hover {
  border-color: var(--accent); box-shadow: var(--shadow-md);
}
.act-event-date {
  min-width: 60px; text-align: center;
  background: var(--gray-100); border-radius: var(--radius-md);
  padding: 12px 8px;
}
.act-event-day {
  display: block; font-size: 26px; font-weight: 700;
  color: var(--dark); line-height: 1;
}
.act-event-month {
  display: block; font-size: 11px; font-weight: 600;
  text-transform: uppercase; color: var(--gray-500);
}
.act-event-content { flex: 1; }
.act-event-content h3 {
  font-size: 17px; font-weight: 600; margin-bottom: 6px;
}
.act-event-content p {
  font-size: 13px; line-height: 1.6; color: var(--gray-500);
  margin-bottom: 12px;
}
.act-event-tags {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.act-event-tag {
  font-size: 11px; font-weight: 600; padding: 4px 12px;
  border-radius: 20px;
}
.act-event-tag-green { background: #D1FAE5; color: #065F46; }
.act-event-tag-purple { background: #F3E8FF; color: #7C3AED; }
.act-event-tag-gold { background: #FEF3C7; color: #D97706; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MOBILE MENU
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.mobile-menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: var(--gray-100);
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
}

.mobile-menu-btn svg {
  width: 24px;
  height: 24px;
  color: var(--dark);
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1001;
  opacity: 0;
  transition: opacity 0.3s;
}

.mobile-menu-overlay.active {
  opacity: 1;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 320px;
  height: 100%;
  background: var(--white);
  z-index: 1002;
  transition: right 0.3s ease;
  overflow-y: auto;
  padding: 20px;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.mobile-menu-close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray-100);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-menu-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 500;
  color: var(--dark);
  transition: all 0.2s;
}

.mobile-menu-nav a:hover,
.mobile-menu-nav a.active {
  background: var(--accent-light);
  color: var(--accent-dark);
}

.mobile-menu-nav a svg {
  width: 20px;
  height: 20px;
}

.mobile-menu-actions {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-menu-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVE DESIGN - COMPREHENSIVE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Large tablets and small desktops */
@media (max-width: 1200px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .footer-inner {
    grid-template-columns: 1fr repeat(2, 1fr);
    gap: 32px;
  }
  
  .footer-links {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

/* Tablets */
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .hero-content p {
    margin: 0 auto 32px;
  }
  
  .hero-actions {
    justify-content: center;
  }
  
  .hero-visual {
    display: none;
  }
  
  .about-grid {
    grid-template-columns: 1fr;
  }
  
  .about-visual {
    order: -1;
  }
  
  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .account-grid {
    grid-template-columns: 1fr;
  }
  
  .account-sidebar {
    display: flex;
    overflow-x: auto;
    padding: 8px;
  }
  
  .account-nav {
    flex-direction: row;
  }
  
  .account-nav-item {
    white-space: nowrap;
  }
  
  .sectors-grid { 
    grid-template-columns: repeat(2, 1fr); 
  }
  
  .testimonials-grid { 
    grid-template-columns: 1fr; 
  }
}

/* Small tablets and large phones */
@media (max-width: 768px) {
  :root {
    --section-padding: 48px 0;
  }
  
  /* Header mobile improvements */
  .header-inner {
    flex-wrap: nowrap;
    height: 56px;
    padding: 0 12px;
    gap: 8px;
  }
  
  .header-search {
    max-width: 100%;
    width: auto;
    flex: 1;
    min-width: 0;
  }
  
  .header-nav {
    display: none;
  }
  
  .header-actions {
    gap: 4px;
  }
  
  .header-actions .btn-signup,
  .header-actions .btn-login {
    display: none;
  }
  
  .mobile-menu-btn {
    display: flex;
  }
  
  .mobile-menu-overlay {
    display: block;
  }
  
  .header-icon-btn {
    width: 40px;
    height: 40px;
  }
  
  .header-icon-btn svg {
    width: 20px;
    height: 20px;
  }
  
  .lang-toggle {
    display: none;
  }
  
  /* Logo */
  .logo-text {
    font-size: 18px;
  }
  
  .logo-icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  
  /* Hero section */
  .hero-content h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  
  .hero-content p {
    font-size: 16px;
  }
  
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  
  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
  }
  
  /* Entry cards */
  .entry-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .entry-card {
    padding: 24px;
  }
  
  /* Categories */
  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  
  .category-card {
    padding: 16px 8px;
  }
  
  .cat-icon {
    font-size: 28px;
    margin-bottom: 8px;
  }
  
  .category-card span {
    font-size: 12px;
  }
  
  /* Products */
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .product-img {
    height: 140px;
  }
  
  .product-info {
    padding: 12px;
  }
  
  .product-title {
    font-size: 13px;
    line-height: 1.3;
  }
  
  .product-price {
    font-size: 15px;
  }
  
  /* Section headers */
  .section-header h2 {
    font-size: 24px;
  }
  
  /* How it works */
  .how-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .how-step {
    padding: 24px;
  }
  
  /* MarchÃ© grid */
  .marche-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  /* Footer */
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
  
  /* Contact */
  .contact-grid {
    grid-template-columns: 1fr;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
  
  /* Lakou section */
  .lakou-inner {
    grid-template-columns: 1fr;
    padding: 32px 20px;
    gap: 32px;
  }
  
  .lakou-features {
    grid-template-columns: 1fr;
  }
  
  .lakou-title {
    font-size: 24px;
  }
  
  /* Activities */
  .act-block-inner,
  .act-block-reverse {
    flex-direction: column;
    gap: 20px;
  }
  
  .act-cards {
    grid-template-columns: 1fr;
  }
  
  .act-event {
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }
  
  .act-event-date {
    display: flex;
    gap: 8px;
    align-items: baseline;
    padding: 8px 16px;
  }
  
  /* About stats */
  .about-stats {
    flex-direction: column;
    gap: 16px;
  }
  
  .about-stat {
    text-align: center;
  }
  
  /* CTA section */
  .cta-section {
    padding: 60px 0;
  }
  
  .cta-content h2 {
    font-size: 28px;
  }
  
  .cta-buttons {
    flex-direction: column;
  }
  
  .btn-cta-primary,
  .btn-cta-secondary {
    width: 100%;
    justify-content: center;
  }
  
  /* Account page */
  .account-header {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  
  .account-avatar {
    width: 80px;
    height: 80px;
    font-size: 28px;
  }
  
  .account-info h1 {
    font-size: 22px;
  }
  
  .account-section h2 {
    font-size: 20px;
  }
  
  /* Auth pages */
  .auth-card {
    padding: 24px;
    margin: 16px;
  }
  
  .auth-card h1 {
    font-size: 24px;
  }
}

/* Mobile phones */
@media (max-width: 480px) {
  /* Header */
  .header-inner {
    padding: 10px 12px;
  }
  
  .header-search input {
    height: 40px;
    font-size: 14px;
  }
  
  .header-icon-btn {
    width: 36px;
    height: 36px;
  }
  
  .header-icon-btn svg {
    width: 18px;
    height: 18px;
  }
  
  /* Hide less important header icons on very small screens */
  .header-actions > a:not(:first-child):not(:last-child) {
    display: none;
  }
  
  /* Hero */
  .hero-section {
    padding: 40px 0;
  }
  
  .hero-content h1 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  
  .hero-content p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  
  .btn-hero-primary,
  .btn-hero-secondary {
    padding: 12px 20px;
    font-size: 14px;
  }
  
  /* Categories */
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .category-card {
    padding: 14px 8px;
  }
  
  .cat-icon {
    font-size: 24px;
  }
  
  .category-card span {
    font-size: 11px;
  }
  
  /* Products */
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .product-card {
    border-radius: 10px;
  }
  
  .product-img {
    height: 120px;
  }
  
  .product-info {
    padding: 10px;
  }
  
  .product-title {
    font-size: 12px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  
  .product-price {
    font-size: 14px;
  }
  
  .product-location {
    font-size: 10px;
  }
  
  /* Sections */
  .section-inner {
    padding: 0 12px;
  }
  
  .section-header {
    margin-bottom: 20px;
  }
  
  .section-header h2 {
    font-size: 20px;
  }
  
  .section-badge {
    font-size: 11px;
    padding: 4px 10px;
  }
  
  /* Entry cards */
  .entry-card {
    padding: 20px;
  }
  
  .entry-card h3 {
    font-size: 20px;
  }
  
  .entry-card p {
    font-size: 13px;
  }
  
  /* How steps */
  .how-step {
    padding: 20px;
  }
  
  .how-step h3 {
    font-size: 16px;
  }
  
  .how-step p {
    font-size: 13px;
  }
  
  /* Footer */
  .footer-links {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .footer-brand p {
    font-size: 13px;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  
  .footer-legal {
    justify-content: center;
  }
  
  /* Lakou */
  .lakou-inner {
    padding: 24px 16px;
  }
  
  .lakou-title {
    font-size: 20px;
  }
  
  .lakou-stat-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  
  .lakou-stat {
    padding: 16px 12px;
  }
  
  .lakou-stat-num {
    font-size: 22px;
  }
  
  /* Auth */
  .auth-card {
    padding: 20px;
    margin: 12px;
    border-radius: 16px;
  }
  
  .auth-card h1 {
    font-size: 22px;
  }
  
  .form-group label {
    font-size: 13px;
  }
  
  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 12px 14px;
    font-size: 14px;
  }
  
  /* Account */
  .account-page {
    padding: 20px 0;
  }
  
  .account-sidebar {
    padding: 4px;
  }
  
  .account-nav-item {
    padding: 10px 14px;
    font-size: 13px;
  }
  
  .account-section {
    padding: 20px;
  }
  
  /* CTA */
  .cta-section {
    padding: 48px 0;
  }
  
  .cta-content h2 {
    font-size: 24px;
  }
  
  .cta-content p {
    font-size: 14px;
  }
  
  .btn-cta-primary,
  .btn-cta-secondary {
    padding: 14px 24px;
    font-size: 14px;
  }
  
  /* MarchÃ© cards */
  .marche-card {
    padding: 16px;
  }
  
  .marche-card h3 {
    font-size: 16px;
  }
  
  /* About section */
  .about-section {
    padding: 48px 0;
  }
  
  .about-content h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  
  .about-content p {
    font-size: 14px;
  }
  
  .about-stat strong {
    font-size: 28px;
  }
}

/* ═══════════════════════════════════════
   PRODUCT PAGE RESPONSIVE
   ═══════════════════════════════════════ */
.product-page-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
}

.product-main-image {
  background: #EAF4FF;
  border-radius: 16px;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-thumbnails {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.product-thumb {
  width: 100px;
  height: 100px;
  min-width: 100px;
  background: #EAF4FF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.product-thumb.active {
  border: 2px solid var(--accent);
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info-card {
  background: white;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
}

.product-action-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  background: var(--accent);
  color: var(--dark);
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s;
}

.product-action-btn:hover {
  background: var(--accent-dark);
}

@media (max-width: 900px) {
  .product-page-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .product-main-image {
    height: 350px;
  }
  
  .product-thumb {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
  
  .product-info-card {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .product-main-image {
    height: 280px;
    border-radius: 12px;
    margin-bottom: 12px;
  }
  
  .product-thumbnails {
    gap: 8px;
  }
  
  .product-thumb {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 10px;
  }
  
  .product-info-card {
    padding: 16px;
    border-radius: 12px;
  }
  
  .product-action-btn {
    padding: 14px;
    font-size: 14px;
  }
}

/* ═══════════════════════════════════════
   MESSAGERIE PAGE RESPONSIVE
   ═══════════════════════════════════════ */
.messaging-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 0;
  height: calc(100vh - 140px);
  background: white;
  border-radius: 16px;
  overflow: hidden;
}

.messaging-sidebar {
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
}

.messaging-main {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .messaging-grid {
    grid-template-columns: 1fr;
    height: auto;
    min-height: calc(100vh - 100px);
  }
  
  .messaging-sidebar {
    border-right: none;
    border-bottom: 1px solid var(--border);
    max-height: 300px;
    overflow-y: auto;
  }
  
  .messaging-sidebar.hidden-mobile {
    display: none;
  }
  
  .messaging-main.hidden-mobile {
    display: none;
  }
}

/* ═══════════════════════════════════════
   GENERAL MOBILE UTILITY CLASSES
   ═══════════════════════════════════════ */
.mobile-full-width {
  width: 100% !important;
}

.mobile-stack {
  flex-direction: column !important;
}

@media (max-width: 768px) {
  /* Fix any inline grid that might break */
  [style*="grid-template-columns: 1fr 420px"],
  [style*="grid-template-columns:1fr 420px"] {
    grid-template-columns: 1fr !important;
  }
  
  [style*="grid-template-columns: 1fr 380px"],
  [style*="grid-template-columns:1fr 380px"] {
    grid-template-columns: 1fr !important;
  }
  
  /* Fix inline fixed heights */
  [style*="height: 480px"],
  [style*="height:480px"] {
    height: 300px !important;
  }
  
  /* Prevent horizontal scroll on any element */
  .section-inner {
    overflow-x: hidden;
  }
  
  /* Make inline flex buttons stack on mobile */
  [style*="display:flex"][style*="gap:12px"] {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  [style*="height: 480px"],
  [style*="height:480px"] {
    height: 250px !important;
  }
  
  /* Smaller thumbnails on mobile */
  [style*="width:100px"][style*="height:100px"] {
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
  }
  
  /* Fix seller stats grid */
  [style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   COMPREHENSIVE MOBILE FIXES
   ═══════════════════════════════════════════════════════════════════════ */

/* Tablet and below - General */
@media (max-width: 1024px) {
  .header-nav {
    display: none;
  }
  
  .about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .about-visual {
    display: none;
  }
  
  .entry-grid {
    grid-template-columns: 1fr;
  }
  
  .sponsors-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

/* Mobile phones - 768px and below */
@media (max-width: 768px) {
  /* Base fixes */
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw;
  }
  
  * {
    max-width: 100%;
  }
  
  /* Section padding reduction */
  .about-section,
  .entry-section,
  .categories-section,
  .products-section,
  .sponsors-section,
  .how-section,
  .cta-section {
    padding: 40px 0;
  }
  
  /* Section inner padding */
  .section-inner {
    padding: 0 16px;
  }
  
  /* About section mobile */
  .about-grid {
    grid-template-columns: 1fr !important;
    gap: 24px;
    text-align: center;
  }
  
  .about-content {
    text-align: center;
  }
  
  .about-stats {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  
  .about-stat {
    flex: 1;
    min-width: 80px;
    text-align: center;
  }
  
  /* Categories mobile */
  .categories-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }
  
  .category-card {
    padding: 16px 10px;
  }
  
  .cat-icon-svg {
    width: 32px;
    height: 32px;
  }
  
  .category-card h3 {
    font-size: 13px;
  }
  
  .cat-count {
    font-size: 11px;
  }
  
  /* Products grid mobile */
  .products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }
  
  .product-card {
    border-radius: 12px;
  }
  
  .product-img {
    height: 130px;
  }
  
  .product-info {
    padding: 10px;
  }
  
  .product-title {
    font-size: 12px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  
  .product-price {
    font-size: 14px;
  }
  
  /* Sponsors mobile */
  .sponsors-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .sponsor-card {
    padding: 16px 8px;
  }
  
  .sponsor-logo {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  
  .sponsor-card span {
    font-size: 11px;
  }
  
  /* How section mobile */
  .how-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
  
  .how-card {
    padding: 24px 20px;
  }
  
  .how-card h3 {
    font-size: 16px;
  }
  
  .how-card p {
    font-size: 13px;
  }
  
  /* Entry cards mobile */
  .entry-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
  
  .entry-card {
    padding: 24px 20px;
  }
  
  .entry-card h3 {
    font-size: 20px;
  }
  
  .entry-card p {
    font-size: 13px;
  }
  
  /* Section headers mobile */
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 20px;
  }
  
  .section-header h2 {
    font-size: 22px;
  }
  
  .section-header.center {
    align-items: center;
    text-align: center;
  }
  
  .see-all-link {
    font-size: 13px;
  }
  
  /* Footer mobile */
  .footer-inner {
    grid-template-columns: 1fr !important;
    gap: 32px;
  }
  
  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  
  .footer-brand p {
    font-size: 13px;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  
  /* Buttons mobile */
  .btn-hero-primary,
  .btn-hero-secondary,
  .btn-cta-primary,
  .btn-cta-secondary {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
  }
  
  /* CTA section mobile */
  .cta-content {
    text-align: center;
  }
  
  .cta-content h2 {
    font-size: 24px;
  }
  
  .cta-buttons {
    flex-direction: column;
    gap: 12px;
  }
}

/* Small phones - 480px and below */
@media (max-width: 480px) {
  /* Header compact */
  .header-inner {
    padding: 8px 12px !important;
    gap: 8px;
  }
  
  .logo-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  
  .logo-text {
    font-size: 16px;
  }
  
  .header-search input {
    height: 38px;
    font-size: 14px;
    padding-left: 38px;
  }
  
  .header-search .search-icon {
    width: 18px;
    height: 18px;
    left: 12px;
  }
  
  .header-icon-btn {
    width: 36px;
    height: 36px;
  }
  
  .header-icon-btn svg {
    width: 18px;
    height: 18px;
  }
  
  /* About section small */
  .about-content h2 {
    font-size: 22px !important;
  }
  
  .about-stat strong {
    font-size: 24px !important;
  }
  
  .about-stat span {
    font-size: 11px;
  }
  
  /* Products even smaller */
  .product-img {
    height: 110px;
  }
  
  .product-info {
    padding: 8px;
  }
  
  .product-title {
    font-size: 11px;
  }
  
  .product-price {
    font-size: 13px;
  }
  
  .product-location {
    font-size: 9px;
  }
  
  /* Categories small */
  .category-card {
    padding: 12px 8px;
  }
  
  .cat-icon-svg {
    width: 28px;
    height: 28px;
  }
  
  .category-card h3 {
    font-size: 11px;
  }
  
  /* Section headers small */
  .section-header h2 {
    font-size: 20px;
  }
  
  .section-badge {
    font-size: 11px;
    padding: 4px 10px;
  }
  
  /* Footer small */
  .footer-links {
    grid-template-columns: 1fr;
  }
  
  /* Mobile menu improvements */
  .mobile-menu {
    width: 90%;
    padding: 16px;
  }
  
  .mobile-menu-nav a {
    padding: 14px 12px;
    font-size: 15px;
  }
  
  .mobile-menu-actions .btn-signup,
  .mobile-menu-actions .btn-login {
    padding: 12px 16px;
    font-size: 14px;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   MOBILE BOTTOM TAB BAR - Instagram/Amazon Style
   ═══════════════════════════════════════════════════════════════════════ */
.mobile-tab-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 8px 0;
  padding-bottom: calc(8px + env(safe-area-inset-bottom));
  z-index: 9999;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
}

.mobile-tab-bar-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
}

.mobile-tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--gray-500);
  font-size: 10px;
  font-weight: 500;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 8px;
  transition: all 0.2s;
  min-width: 56px;
}

.mobile-tab-item svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.8;
}

.mobile-tab-item.active {
  color: var(--accent);
}

.mobile-tab-item.active svg {
  stroke-width: 2.2;
}

/* Center sell button - prominent action */
.mobile-tab-sell {
  background: var(--accent);
  color: white !important;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-top: -28px;
  box-shadow: 0 4px 15px rgba(249, 115, 22, 0.4);
  position: relative;
}

.mobile-tab-sell::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: var(--white);
  z-index: -1;
}

.mobile-tab-sell svg {
  width: 28px;
  height: 28px;
  stroke-width: 2.5;
}

.mobile-tab-sell span {
  display: none;
}

@media (max-width: 768px) {
  .mobile-tab-bar {
    display: block;
  }
  
  /* Add bottom padding to body for tab bar */
  body {
    padding-bottom: 80px;
  }
  
  /* Hide mobile menu button when tab bar is visible */
  .mobile-menu-btn {
    display: none !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   MOBILE HEADER SIMPLIFIED
   ═══════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .top-header {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  
  .header-inner {
    height: 56px;
    padding: 0 12px;
    gap: 8px;
    flex-wrap: nowrap;
  }
  
  .logo-text {
    display: none;
  }
  
  .logo-icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  
  /* User name shown next to logo on mobile */
  .header-user-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90px;
    flex-shrink: 0;
  }
  
  .header-search {
    flex: 1;
    max-width: none;
    min-width: 0;
  }
  
  .header-search input {
    height: 40px;
    font-size: 14px;
    border-radius: 20px;
    padding-left: 40px;
    background: var(--gray-100);
  }
  
  .header-actions {
    gap: 4px;
    flex-shrink: 0;
  }
  
  .header-actions .btn-signup,
  .header-actions .btn-login,
  .header-actions .lang-toggle {
    display: none !important;
  }
  
  /* Only show notifications icon */
  .header-actions > a:not([href="notifications.html"]) {
    display: none;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   HORIZONTAL SCROLL CATEGORIES
   ═══════════════════════════════════════════════════════════════════════ */
.categories-scroll {
  display: none;
}

@media (max-width: 768px) {
  .categories-section .categories-grid {
    display: none;
  }
  
  .categories-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 0 16px 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .categories-scroll::-webkit-scrollbar {
    display: none;
  }
  
  .cat-scroll-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  
  .cat-scroll-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--gray-100);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
  }
  
  .cat-scroll-icon svg {
    width: 28px;
    height: 28px;
    color: var(--gray-600);
  }
  
  .cat-scroll-item:hover .cat-scroll-icon,
  .cat-scroll-item:active .cat-scroll-icon {
    background: var(--accent-light);
  }
  
  .cat-scroll-item:hover .cat-scroll-icon svg,
  .cat-scroll-item:active .cat-scroll-icon svg {
    color: var(--accent);
  }
  
  .cat-scroll-name {
    font-size: 11px;
    color: var(--gray-700);
    font-weight: 500;
    white-space: nowrap;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   WHATSAPP FLOATING BUTTON
   ═══════════════════════════════════════════════════════════════════════ */
.whatsapp-float {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 16px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  z-index: 999;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.whatsapp-float:hover,
.whatsapp-float:active {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: white;
}

@media (max-width: 768px) {
  .whatsapp-float {
    display: flex;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   MOBILE PRODUCT GRID OPTIMIZED
   ═══════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    padding: 0 4px;
  }
  
  .product-card {
    border-radius: 12px;
    overflow: hidden;
  }
  
  .product-img {
    height: 140px;
    aspect-ratio: 1;
  }
  
  .product-info {
    padding: 10px;
  }
  
  .product-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
  }
  
  .product-price {
    font-size: 15px;
    font-weight: 700;
    color: var(--accent);
  }
  
  .product-location {
    font-size: 10px;
    color: var(--gray-500);
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 3px;
  }
  
  .product-location svg {
    width: 10px;
    height: 10px;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   MOBILE TOUCH TARGETS (44x44 minimum)
   ═══════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .btn-hero-primary,
  .btn-hero-secondary,
  .btn-cta-primary,
  .btn-cta-secondary,
  .btn-signup,
  .btn-login {
    min-height: 48px;
    padding: 14px 24px;
    font-size: 15px;
    border-radius: 12px;
  }
  
  .header-icon-btn {
    min-width: 44px;
    min-height: 44px;
  }
  
  /* Full width buttons on mobile */
  .hero-actions {
    flex-direction: column;
    width: 100%;
  }
  
  .hero-actions .btn-hero-primary,
  .hero-actions .btn-hero-secondary {
    width: 100%;
    justify-content: center;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   STICKY BOTTOM ACTION BUTTONS (Product pages)
   ═══════════════════════════════════════════════════════════════════════ */
.sticky-bottom-actions {
  display: none;
  position: fixed;
  bottom: 72px;
  left: 0;
  right: 0;
  background: var(--white);
  padding: 12px 16px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
  box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
  z-index: 998;
  gap: 12px;
}

.sticky-bottom-actions .btn-primary {
  flex: 1;
  background: var(--accent);
  color: white;
  border: none;
  padding: 14px 20px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.sticky-bottom-actions .btn-secondary {
  width: 52px;
  height: 52px;
  border: 2px solid var(--border);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
}

.sticky-bottom-actions .btn-secondary svg {
  width: 22px;
  height: 22px;
  color: var(--gray-600);
}

@media (max-width: 768px) {
  .sticky-bottom-actions {
    display: flex;
  }
  
  /* Adjust body padding for sticky bar + tab bar */
  body.has-sticky-actions {
    padding-bottom: 150px;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   MOBILE SECTION IMPROVEMENTS
   ═══════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Reduce section paddings */
  section {
    padding: 32px 0;
  }
  
  .section-inner {
    padding: 0 16px;
  }
  
  /* Section headers */
  .section-header {
    margin-bottom: 16px;
  }
  
  .section-header h2 {
    font-size: 20px;
    font-weight: 700;
  }
  
  .see-all-link {
    font-size: 13px;
    padding: 8px 12px;
    background: var(--gray-100);
    border-radius: 20px;
  }
  
  /* About section mobile */
  .about-section {
    padding: 40px 0 !important;
  }
  
  .about-content h2 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
  
  .about-content p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  
  .about-stats {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
    margin: 24px 0 !important;
  }
  
  .about-stat {
    text-align: center !important;
  }
  
  .about-stat strong {
    font-size: 24px !important;
    display: block !important;
  }
  
  .about-stat span {
    font-size: 11px !important;
  }
  
  /* Entry cards mobile */
  .entry-grid {
    gap: 12px !important;
  }
  
  .entry-card {
    padding: 20px !important;
    border-radius: 16px !important;
  }
  
  .entry-card h3 {
    font-size: 18px !important;
  }
  
  .entry-card p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
  
  /* How it works mobile */
  .how-grid {
    gap: 12px !important;
  }
  
  .how-card {
    padding: 20px !important;
    border-radius: 14px !important;
  }
  
  .how-number {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  
  /* Footer mobile */
  .footer-section {
    padding: 40px 0 100px !important;
  }
  
  .footer-brand .logo-text {
    display: inline;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   MOBILE SCROLL PERFORMANCE
   ═══════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }
  
  img {
    content-visibility: auto;
  }
  
  .product-img img {
    /* loading is an HTML attribute, not CSS */
  }
}
/* ═══════════════════════════════════════════════════════════════════════
   MOBILE DESIGN - App Mobile Style (Teal + Bottom Nav)
   Automatically transforms into app interface on screens <= 768px
   ═══════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  :root {
    --accent: #F97316 !important;
    --accent-dark: #EA580C !important;
    --accent-light: #EBF9F8 !important;
  }

  body {
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
  }

  /* ═══ APP-STYLE HEADER ═══ */
  .top-header {
    padding: 10px 16px !important;
    background: rgba(255,255,255,0.95) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0,0,0,0.06) !important;
  }

  .top-header .header-inner {
    height: auto !important;
    padding: 0 !important;
  }

  .top-header .logo-icon {
    background: #F97316 !important;
    width: 34px !important;
    height: 34px !important;
  }

  .top-header .logo-text {
    display: inline !important;
    font-size: 1.1rem !important;
  }

  /* Hide category bar on mobile - use bottom nav instead */
  .category-bar {
    display: none !important;
  }

  /* Hide search bar - use Explorer page instead */
  .header-search {
    display: none !important;
  }

  /* Simplified header actions */
  .header-actions {
    gap: 8px !important;
  }

  .header-actions .btn-signup,
  .header-actions .btn-login,
  .header-actions .lang-toggle {
    display: none !important;
  }

  .header-icon-btn {
    width: 36px !important;
    height: 36px !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    border-radius: 50% !important;
  }

  /* ═══ APP-STYLE BOTTOM NAV ═══ */
  .mobile-tab-bar {
    background: rgba(255,255,255,0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-top: 1px solid rgba(0,0,0,0.06) !important;
    padding: 6px 0 14px !important;
    box-shadow: 0 -2px 20px rgba(0,0,0,0.04) !important;
  }

  .mobile-tab-bar-inner {
    max-width: 480px !important;
  }

  .mobile-tab-item {
    color: #C8C8C8 !important;
    font-size: 10px !important;
    gap: 3px !important;
  }

  .mobile-tab-item svg {
    width: 22px !important;
    height: 22px !important;
    stroke-width: 1.5 !important;
  }

  .mobile-tab-item.active {
    color: #111 !important;
    font-weight: 600 !important;
  }

  .mobile-tab-item.active svg {
    stroke-width: 2.2 !important;
  }

  /* Center + button - Dark prominent style like app */
  .mobile-tab-sell {
    background: linear-gradient(135deg, #111 0%, #333 100%) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25) !important;
    width: 52px !important;
    height: 52px !important;
    margin-top: -24px !important;
    border: none !important;
  }

  .mobile-tab-sell svg {
    color: white !important;
    stroke: white !important;
    width: 20px !important;
    height: 20px !important;
    stroke-width: 2.5 !important;
  }

  .mobile-tab-sell:active {
    transform: scale(0.95) !important;
  }

  /* ═══ BUTTONS TEAL ═══ */
  .btn-signup, .btn-primary, .action-btn.primary {
    background: #F97316 !important;
    border-color: #F97316 !important;
  }

  .btn-signup:hover, .btn-primary:hover {
    background: #EA580C !important;
  }

  .btn-login, .btn-secondary {
    color: #F97316 !important;
    border-color: #F97316 !important;
  }

  /* ═══ CATEGORY PILLS TEAL ═══ */
  .cat-pill.active,
  .filter-pills button.active,
  .cat-tab.active {
    background: #F97316 !important;
    border-color: #F97316 !important;
    color: white !important;
  }

  /* ═══ PRODUCT PRICES TEAL ═══ */
  .product-card .price,
  .product-price,
  .pcard-price {
    color: #F97316 !important;
  }

  .product-card .wishlist-btn:hover,
  .wishlist-btn.active {
    color: #F97316 !important;
  }

  /* ═══ MISC ADJUSTMENTS ═══ */
  .whatsapp-float {
    bottom: 90px !important;
    right: 16px !important;
  }

  .hero-cta .btn-primary {
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%) !important;
  }

  .entry-card::before {
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%) !important;
  }

  .footer-section {
    padding-bottom: 100px !important;
  }

  /* Hero section mobile */
  .hero-section {
    padding: 20px 16px !important;
    min-height: auto !important;
  }

  .hero-title {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }

  .hero-subtitle {
    font-size: 14px !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   MOBILE APP INTERFACE STYLES
   Complete app interface for mobile screens
   ═══════════════════════════════════════════════════════════════════════ */

/* Hide mobile app content by default (desktop) */
.mobile-app-content {
  display: none;
}

/* Show desktop content by default */
.desktop-content {
  display: block;
}

/* On mobile: swap visibility */
@media (max-width: 768px) {
  .mobile-app-content {
    display: block;
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    min-height: 100vh;
    padding-bottom: 90px;
  }

  .desktop-content {
    display: none !important;
  }

  /* Hide desktop header on mobile */
  .top-header {
    display: none !important;
  }

  /* ═══ APP TOP NAV ═══ */
  .app-top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }

  .app-logo {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #111;
  }

  .app-nav-right {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .app-nav-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    text-decoration: none;
    position: relative;
  }

  .notif-dot {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 8px;
    height: 8px;
    background: #EF4444;
    border-radius: 50%;
    border: 2px solid white;
  }

  /* ═══ APP SEARCH BAR ═══ */
  .app-search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #fff;
  }

  .app-search-form {
    flex: 1;
    display: flex;
    align-items: center;
    background: #F5F5F3;
    border-radius: 12px;
    padding: 12px 14px;
    gap: 10px;
  }

  .app-search-form svg {
    color: #999;
    flex-shrink: 0;
  }

  .app-search-form input {
    flex: 1;
    border: none;
    background: none;
    font-size: 14px;
    font-family: inherit;
    color: #111;
  }

  .app-search-form input::placeholder {
    color: #999;
  }

  .app-filter-btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
  }

  /* ═══ APP PAGE CONTENT ═══ */
  .app-page-content {
    padding: 0;
  }

  /* ═══ APP HERO CARDS ═══ */
  .app-hero-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 20px;
  }

  .app-hero-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 16px;
    text-decoration: none;
    color: white;
    position: relative;
    overflow: hidden;
  }

  .app-card-dark {
    background: linear-gradient(135deg, #111 0%, #333 100%);
  }

  .app-card-teal {
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  }

  .app-hero-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .app-hero-text {
    flex: 1;
  }

  .app-hero-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
  }

  .app-hero-sub {
    display: block;
    font-size: 12px;
    opacity: 0.8;
  }

  .app-hero-cta {
    font-size: 20px;
    opacity: 0.7;
  }

  /* ═══ APP SECTION ═══ */
  .app-section {
    padding: 20px;
    padding-top: 10px;
  }

  .app-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
  }

  .app-section-header h3 {
    font-size: 16px;
    font-weight: 600;
    color: #111;
  }

  .app-see-all {
    font-size: 13px;
    color: #F97316;
    text-decoration: none;
    font-weight: 500;
  }

  /* ═══ APP CATEGORIES SCROLL ═══ */
  .app-cat-scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .app-cat-scroll::-webkit-scrollbar {
    display: none;
  }

  .app-cat-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    min-width: 70px;
  }

  .app-cat-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .app-cat-tile span {
    font-size: 11px;
    color: #444;
    font-weight: 500;
    text-align: center;
  }

  /* ═══ APP PRODUCTS GRID ═══ */
  .app-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .app-product-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #EBEBEB;
    overflow: hidden;
    text-decoration: none;
  }

  .app-product-img {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .app-wishlist {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.9);
    border: 1px solid #EBEBEB;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .app-product-info {
    padding: 10px 12px;
  }

  .app-product-title {
    font-size: 13px;
    font-weight: 500;
    color: #111;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .app-product-price {
    font-size: 14px;
    font-weight: 700;
    color: #F97316;
    margin-bottom: 4px;
  }

  .app-product-loc {
    font-size: 11px;
    color: #999;
  }

  /* ═══ APP SELLERS SCROLL ═══ */
  .app-sellers-scroll {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .app-sellers-scroll::-webkit-scrollbar {
    display: none;
  }

  .app-seller-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    min-width: 72px;
  }

  .app-seller-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 14px;
  }

  .app-seller-name {
    font-size: 11px;
    color: #111;
    font-weight: 500;
    text-align: center;
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .app-seller-rating {
    font-size: 10px;
    color: #F59E0B;
    font-weight: 600;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   EXPLORER PAGE MOBILE FIX
   ═══════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Stack filters row on mobile */
  [style*="justify-content:space-between"][style*="margin-bottom:24px"] {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 12px;
  }
  
  /* Make filter selects full width */
  [style*="justify-content:space-between"][style*="margin-bottom:24px"] > div {
    width: 100%;
  }
  
  [style*="justify-content:space-between"][style*="margin-bottom:24px"] select,
  [style*="justify-content:space-between"][style*="margin-bottom:24px"] button {
    flex: 1;
    min-width: 0;
  }
  
  /* Category pills scroll properly */
  [style*="overflow-x:auto"] {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }
  
  [style*="overflow-x:auto"]::-webkit-scrollbar {
    display: none;
  }
  
  /* Product card image uniform height */
  .card-image {
    height: 140px;
  }
  
  /* Pagination mobile */
  #pagination {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  /* Tighter explorer page padding */
  main[style*="padding:32px 0"] {
    padding: 16px 0 80px !important;
  }
  
  /* Category bar tighter */
  [style*="border-bottom:1px solid #E5E7EB"][style*="padding:16px 0"] {
    padding: 10px 0 !important;
  }
  
  /* Smaller filter title */
  [style*="margin-bottom:24px"] h1 {
    font-size: 20px !important;
  }
  
  /* Smaller select/button */
  [style*="margin-bottom:24px"] select,
  [style*="margin-bottom:24px"] button[style*="border:1px"] {
    padding: 8px 12px !important;
    font-size: 13px !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   PRODUCT PAGE MOBILE FIX  
   ═══════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Fix product thumbnails container */
  [style*="display:flex"][style*="gap:12px"]:has([style*="width:100px"][style*="height:100px"]) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }
  
  /* Product info card padding */
  [style*="background:white"][style*="border-radius:16px"][style*="padding:32px"] {
    padding: 20px !important;
  }
  
  /* Product buttons stack */
  [style*="display:flex"][style*="gap:12px"][style*="margin-bottom:24px"]:has(a[href*="messagerie"]) {
    flex-direction: row;
  }
  
  [style*="display:flex"][style*="gap:12px"][style*="margin-bottom:24px"] a[style*="flex:1"] {
    font-size: 14px !important;
    padding: 14px !important;
  }
  
  /* Product description section */
  [style*="margin-top:40px"][style*="grid-template-columns"] {
    gap: 24px !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   MOBILE APP-STYLE OVERRIDE
   Transform web pages to look like app pages on mobile
   ═══════════════════════════════════════════════════════════════════════ */
.bottom-nav {
  display: none;
}
.mobile-auth-btn {
  display: none;
}

@media (max-width: 768px) {

  /* ── HEADER: Transform .top-header into .top-bar style ── */
  .top-header {
    background: rgba(255,255,255,.96) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(0,0,0,.06) !important;
    box-shadow: none !important;
  }
  .header-inner {
    max-width: 480px !important;
    margin: 0 auto !important;
    height: auto !important;
    padding: 14px 20px !important;
    gap: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  /* Hide search bar in header */
  .header-search { display: none !important; }

  /* Hide BOUTIKA text, keep B icon */
  .logo-text { display: none !important; }

  /* Make logo-icon match app style */
  .logo-icon {
    width: 36px !important;
    height: 36px !important;
    font-size: 18px !important;
    border-radius: 10px !important;
  }

  /* Hide all header action buttons except notifications */
  .header-actions .btn-signup,
  .header-actions .btn-login,
  .header-actions .lang-toggle,
  .header-actions [aria-label="Favoris"],
  .header-actions [aria-label="Mon compte"],
  .header-actions [aria-label="Messages"] {
    display: none !important;
  }

  /* Hide hamburger menu — bottom nav replaces it */
  .mobile-menu-btn { display: none !important; }
  .mobile-menu, .mobile-menu-overlay { display: none !important; }

  /* Auth button injected by JS */
  .mobile-auth-btn {
    display: flex !important;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #111;
    padding: 6px 12px;
    background: #F3F4F6;
    border-radius: 50px;
    white-space: nowrap;
    text-decoration: none;
    margin-left: 12px;
  }
  .mobile-auth-btn svg { width: 18px; height: 18px; flex-shrink: 0; }

  /* ── CONTENT: Constrain to app-width ── */
  .section-inner {
    max-width: 480px !important;
    padding: 0 16px !important;
  }
  main {
    padding-bottom: 80px !important;
    background: #F5F5F7 !important;
  }

  /* ── FOOTER: Hide completely ── */
  .site-footer {
    display: none !important;
  }

  /* ── BOTTOM NAV ── */
  .bottom-nav {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    max-width: 480px; margin: 0 auto;
    display: flex; align-items: center;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(0,0,0,.06);
    padding: 8px 0 14px;
    z-index: 200;
    box-shadow: 0 -2px 16px rgba(0,0,0,.04);
  }
  .bn-item {
    flex: 1;
    display: flex; flex-direction: column; align-items: center;
    gap: 4px; padding: 4px 0;
    font-size: .62rem; font-weight: 500;
    color: #9CA3AF;
    text-decoration: none;
    transition: color .2s;
  }
  .bn-item svg { width: 22px; height: 22px; stroke-width: 1.5; }
  .bn-item.active { color: #111; font-weight: 600; }
  .bn-item.active svg { stroke-width: 2.2; }
  .bn-add {
    width: 52px; height: 52px; border-radius: 50%;
    background: #F97316;
    display: flex; align-items: center; justify-content: center;
    margin: -20px 6px 0; flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(249,115,22,.35);
    text-decoration: none;
  }
  .bn-add svg { width: 20px; height: 20px; stroke-width: 2.5; }
}

/* ── Cookie Consent Banner (Desktop) ──────────── */
.cookie-banner{
  position:fixed;bottom:24px;right:24px;left:auto;z-index:9999;
  background:#fff;width:400px;max-width:calc(100vw - 48px);
  border-radius:20px;
  box-shadow:0 8px 40px rgba(0,0,0,.14);
  padding:28px 24px 28px;
  transform:translateY(20px);opacity:0;
  transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .4s ease;
  font-family:var(--font,'DM Sans',sans-serif);
}
.cookie-banner.show{transform:translateY(0);opacity:1;}
.cookie-banner-icon{
  width:44px;height:44px;margin:0 auto 14px;
  background:var(--accent-light,#FFF7ED);
  border-radius:14px;display:flex;align-items:center;justify-content:center;
}
.cookie-banner-icon svg{width:24px;height:24px;color:var(--accent,#F97316);}
.cookie-banner h3{
  font-size:17px;font-weight:700;color:var(--primary,#1E293B);
  text-align:center;margin:0 0 8px;
}
.cookie-banner p{
  font-size:14px;line-height:1.6;color:var(--muted,#64748B);
  text-align:center;margin:0 0 20px;
}
.cookie-banner p a{color:var(--accent,#F97316);text-decoration:underline;}
.cookie-btns{display:flex;gap:10px;}
.cookie-btns button{
  flex:1;border:none;border-radius:12px;padding:13px 0;
  font-size:14px;font-weight:600;cursor:pointer;
  font-family:var(--font,'DM Sans',sans-serif);transition:all .2s;
}
.cookie-btns button:hover{filter:brightness(.95);}
.cookie-btn-accept{background:var(--accent,#F97316);color:#fff;}
.cookie-btn-decline{background:#F1F5F9;color:var(--primary,#1E293B);}

/* Mobile performance mode: keep design, remove costly effects */
@media (max-width: 768px) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .top-header,
  .bottom-nav,
  .mobile-tab-bar,
  .cookie-banner {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .card,
  .hero-card,
  .pcard,
  .app-product-card,
  .bn-add,
  .cookie-banner {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
}
