@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=Barlow:wght@300;400;500;600&display=swap');
:root {
  --dark: #0a1628;
  --dark2: #111f38;
  --dark3: #182844;
  --orange: #e8520a;
  --orange-light: #ff6b35;
  --orange-dark: #c04108;
  --green: #1a9e68;
  --green-light: #22c281;
  --white: #ffffff;
  --gray: #f4f6f9;
  --gray2: #e8ecf2;
  --text: #1a2540;
  --text-light: #5a6882;
  --radius: 8px;
  --shadow: 0 4px 24px rgba(0,0,0,0.12);
  --shadow-lg: 0 12px 48px rgba(0,0,0,0.18);
}

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; background: var(--white); color: var(--text); overflow-x: hidden; }

/* =================== PAGES =================== */
.page { display: none; min-height: 100vh; padding-top: 64px; }
.page.active { display: block; }

/* =================== HERO =================== */
.hero {
  background: var(--dark);
  min-height: calc(100vh - 64px);
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(232,82,10,0.15) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 10% 80%, rgba(26,158,104,0.1) 0%, transparent 60%),
    linear-gradient(135deg, #0a1628 0%, #111f38 50%, #0d1e30 100%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-content {
  position: relative; max-width: 1280px; margin: 0 auto;
  padding: 80px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232,82,10,0.15); border: 1px solid rgba(232,82,10,0.3);
  color: var(--orange); border-radius: 100px; padding: 6px 16px;
  font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-badge::before { content: '●'; font-size: 8px; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{ opacity:1; } 50%{ opacity:0.3; } }
.hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(42px, 5vw, 72px); font-weight: 900; line-height: 1;
  color: white; text-transform: uppercase; letter-spacing: -1px; margin-bottom: 20px;
}
.hero-title em { color: var(--orange); font-style: normal; }
.hero-subtitle {
  color: rgba(255,255,255,0.65); font-size: 16px; line-height: 1.7; margin-bottom: 36px; max-width: 480px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: var(--radius);
  font-weight: 700; font-size: 14px; cursor: pointer; border: none;
  transition: all 0.2s; text-decoration: none; letter-spacing: 0.3px;
  font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; font-size: 15px;
}
.btn-primary { background: var(--orange); color: white; }
.btn-primary:hover { background: var(--orange-light); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(232,82,10,0.4); }
.btn-secondary { background: rgba(255,255,255,0.08); color: white; border: 1.5px solid rgba(255,255,255,0.2); }
.btn-secondary:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.4); }
.btn-green { background: var(--green); color: white; }
.btn-green:hover { background: var(--green-light); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--orange); border: 2px solid var(--orange); }
.btn-outline:hover { background: var(--orange); color: white; }
.btn-sm { padding: 10px 20px; font-size: 13px; }
.btn-lg { padding: 18px 36px; font-size: 17px; }
.hero-stats { display: flex; gap: 32px; }
.hero-stat { text-align: center; }
.hero-stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: 36px; font-weight: 900; color: var(--orange); display: block; }
.hero-stat-label { font-size: 11px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1px; }

.hero-visual {
  position: relative; display: flex; flex-direction: column; gap: 16px;
}
.hero-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px; padding: 20px 24px; backdrop-filter: blur(10px);
}
.hero-card-title {
  font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 700;
  color: white; margin-bottom: 8px; text-transform: uppercase;
}
.hero-card-desc { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.5; }
.hero-card-tag {
  display: inline-block; background: var(--orange); color: white;
  font-size: 10px; font-weight: 700; padding: 3px 10px; border-radius: 100px;
  text-transform: uppercase; margin-bottom: 10px; letter-spacing: 0.5px;
}
.hero-card-tag.green { background: var(--green); }
.hero-card-price { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 900; color: var(--orange); margin-top: 8px; }
.hero-card-price span { font-size: 13px; color: rgba(255,255,255,0.5); font-family: 'Barlow', sans-serif; font-weight: 400; }

/* =================== SECTIONS =================== */
.section { padding: 80px 24px; }
.section-dark { background: var(--dark); }
.section-gray { background: var(--gray); }
.section-dark2 { background: var(--dark2); }
.container { max-width: 1280px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-tag {
  display: inline-block; color: var(--orange); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px;
  padding: 4px 14px; border: 1px solid rgba(232,82,10,0.3); border-radius: 100px;
  background: rgba(232,82,10,0.08);
}
.section-tag.green { color: var(--green); border-color: rgba(26,158,104,0.3); background: rgba(26,158,104,0.08); }
.section-title {
  font-family: 'Barlow Condensed', sans-serif; font-size: clamp(32px, 4vw, 52px);
  font-weight: 900; text-transform: uppercase; color: var(--dark); line-height: 1.05;
  margin-bottom: 16px;
}
.section-title.white { color: white; }
.section-title em { color: var(--orange); font-style: normal; }
.section-subtitle { font-size: 16px; color: var(--text-light); max-width: 560px; margin: 0 auto; line-height: 1.7; }
.section-subtitle.white { color: rgba(255,255,255,0.6); }

/* =================== PROFILS =================== */
.profils-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.profil-card {
  background: white; border: 1.5px solid var(--gray2); border-radius: 12px;
  padding: 28px; cursor: pointer; transition: all 0.25s; position: relative; overflow: hidden;
}
.profil-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--orange); transform: scaleY(0); transition: transform 0.25s;
  transform-origin: bottom;
}
.profil-card:hover { border-color: var(--orange); box-shadow: 0 8px 32px rgba(232,82,10,0.12); transform: translateY(-2px); }
.profil-card:hover::before { transform: scaleY(1); }
.profil-icon { font-size: 36px; margin-bottom: 14px; }
.profil-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 18px; text-transform: uppercase; color: var(--dark); margin-bottom: 6px; }
.profil-desc { font-size: 13px; color: var(--text-light); line-height: 1.5; margin-bottom: 14px; }
.profil-services { display: flex; flex-wrap: wrap; gap: 6px; }
.profil-tag {
  font-size: 10px; font-weight: 600; padding: 3px 10px; border-radius: 100px;
  background: rgba(232,82,10,0.08); color: var(--orange); text-transform: uppercase; letter-spacing: 0.5px;
}
.profil-tag.green { background: rgba(26,158,104,0.08); color: var(--green); }
.profil-arrow { position: absolute; top: 24px; right: 24px; color: var(--gray2); font-size: 18px; transition: all 0.25s; }
.profil-card:hover .profil-arrow { color: var(--orange); transform: translateX(3px); }

/* =================== EQUIPEMENTS GRID =================== */
.equip-filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }
.filter-btn {
  padding: 8px 20px; border-radius: 100px; font-size: 13px; font-weight: 600;
  cursor: pointer; border: 1.5px solid var(--gray2); background: white;
  color: var(--text-light); transition: all 0.2s; font-family: 'Barlow', sans-serif;
}
.filter-btn:hover { border-color: var(--orange); color: var(--orange); }
.filter-btn.active { background: var(--orange); border-color: var(--orange); color: white; }
.equip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.equip-card {
  background: white; border-radius: 12px; overflow: hidden;
  border: 1.5px solid var(--gray2); transition: all 0.25s;
}
.equip-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.equip-card-img {
  height: 180px; background: var(--dark); position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.equip-card-emoji { font-size: 64px; }
.equip-card-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--orange); color: white; font-size: 10px; font-weight: 700;
  padding: 4px 12px; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.5px;
}
.equip-card-badge.green { background: var(--green); }
.equip-card-body { padding: 20px; }
.equip-card-title { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 800; text-transform: uppercase; color: var(--dark); margin-bottom: 6px; }
.equip-card-desc { font-size: 13px; color: var(--text-light); line-height: 1.5; margin-bottom: 14px; }
.equip-card-prices { display: flex; justify-content: space-between; align-items: flex-end; }
.equip-price { text-align: center; }
.equip-price-label { font-size: 10px; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.5px; display: block; margin-bottom: 2px; }
.equip-price-val { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 800; color: var(--orange); }
.equip-price-val.green { color: var(--green); }
.equip-price-val.small { font-size: 16px; color: var(--text); }

/* =================== PROCESS =================== */
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; position: relative; }
.process-steps::before {
  content: ''; position: absolute; top: 40px; left: calc(100%/6); right: calc(100%/6);
  height: 2px; background: linear-gradient(90deg, var(--orange), var(--green));
  z-index: 0;
}
.process-step { text-align: center; padding: 0 32px; position: relative; z-index: 1; }
.process-num {
  width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: 'Barlow Condensed', sans-serif; font-size: 32px; font-weight: 900; margin: 0 auto 20px;
  border: 3px solid;
}
.process-num.n1 { background: var(--orange); border-color: var(--orange); color: white; }
.process-num.n2 { background: var(--dark2); border-color: var(--orange); color: var(--orange); }
.process-num.n3 { background: var(--green); border-color: var(--green); color: white; }
.process-title { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 800; text-transform: uppercase; color: white; margin-bottom: 10px; }
.process-desc { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.6; }

/* =================== REASSURANCE =================== */
.reassurance-bar {
  background: var(--orange); padding: 0;
  display: flex;
}
.reassurance-items { max-width: 1280px; margin: 0 auto; display: flex; width: 100%; }
.reassurance-item {
  flex: 1; padding: 20px 24px; display: flex; align-items: center; gap: 14px;
  border-right: 1px solid rgba(255,255,255,0.2); color: white;
}
.reassurance-item:last-child { border-right: none; }
.reassurance-icon { font-size: 28px; flex-shrink: 0; }
.reassurance-text { }
.reassurance-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 16px; text-transform: uppercase; }
.reassurance-desc { font-size: 12px; opacity: 0.8; margin-top: 2px; }

/* =================== TEMOIGNAGES =================== */
.temoignages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.temoignage-card {
  background: var(--dark3); border-radius: 12px; padding: 28px;
  border: 1px solid rgba(255,255,255,0.07);
}
.temoignage-stars { color: var(--orange); font-size: 16px; margin-bottom: 14px; }
.temoignage-text { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.temoignage-author { display: flex; align-items: center; gap: 12px; }
.temoignage-avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--orange);
  display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700;
  color: white; font-family: 'Barlow Condensed', sans-serif; flex-shrink: 0;
}
.temoignage-name { font-weight: 700; color: white; font-size: 14px; }
.temoignage-role { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 2px; }

/* =================== ZONE GEO =================== */
.geo-map {
  background: var(--dark3); border-radius: 12px; padding: 40px; text-align: center;
  border: 1px solid rgba(255,255,255,0.07); position: relative; overflow: hidden;
}
.geo-map-visual {
  font-size: 100px; margin-bottom: 16px;
  filter: drop-shadow(0 0 30px rgba(232,82,10,0.4));
}
.geo-tag { display: inline-block; background: rgba(232,82,10,0.15); border: 1px solid rgba(232,82,10,0.3); color: var(--orange); font-size: 13px; font-weight: 600; padding: 6px 16px; border-radius: 100px; margin: 4px; }

/* =================== FORMULAIRE DEVIS =================== */
.devis-form { background: var(--dark3); border-radius: 16px; padding: 40px; border: 1px solid rgba(255,255,255,0.08); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group.full { grid-column: 1 / -1; }
.form-label { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1px; }
.form-input, .form-select, .form-textarea {
  background: rgba(255,255,255,0.05); border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: var(--radius); padding: 12px 16px; color: white; font-size: 14px;
  font-family: 'Barlow', sans-serif; transition: border-color 0.2s; outline: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--orange); }
.form-textarea { resize: vertical; min-height: 100px; }
.form-select option { background: var(--dark2); }

/* =================== LOCATION PAGE =================== */
.location-types { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 56px; }
.loc-type-card {
  border-radius: 16px; padding: 36px; position: relative; overflow: hidden;
}
.loc-type-card.courte { background: linear-gradient(135deg, var(--orange-dark), var(--orange)); }
.loc-type-card.longue { background: linear-gradient(135deg, #0d6641, var(--green)); }
.loc-type-icon { font-size: 48px; margin-bottom: 16px; }
.loc-type-title { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 900; text-transform: uppercase; color: white; margin-bottom: 8px; }
.loc-type-sub { font-size: 14px; color: rgba(255,255,255,0.8); margin-bottom: 20px; line-height: 1.5; }
.loc-type-bullets { list-style: none; }
.loc-type-bullets li { font-size: 13px; color: rgba(255,255,255,0.85); padding: 5px 0; padding-left: 20px; position: relative; }
.loc-type-bullets li::before { content: '✓'; position: absolute; left: 0; color: rgba(255,255,255,0.9); font-weight: 700; }

.tarifs-table { width: 100%; border-collapse: collapse; }
.tarifs-table th { background: var(--dark); color: white; padding: 14px 18px; text-align: left; font-family: 'Barlow Condensed', sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.tarifs-table td { padding: 14px 18px; border-bottom: 1px solid var(--gray2); font-size: 14px; }
.tarifs-table tr:last-child td { border-bottom: none; }
.tarifs-table tr:hover td { background: rgba(232,82,10,0.04); }
.tarifs-price { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 20px; color: var(--orange); }
.tarifs-price.green { color: var(--green); }
.tarifs-included { font-size: 11px; color: var(--text-light); }

/* =================== BOUTIQUE =================== */
.boutique-banner {
  background: var(--dark); padding: 48px 24px; text-align: center;
  border-bottom: 2px solid var(--orange);
}
.boutique-note {
  background: rgba(232,82,10,0.08); border: 1px solid rgba(232,82,10,0.2);
  border-radius: var(--radius); padding: 12px 20px; font-size: 13px;
  color: var(--orange); display: inline-block; margin-bottom: 32px;
}
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.shop-card {
  background: white; border-radius: 12px; overflow: hidden;
  border: 1.5px solid var(--gray2); transition: all 0.25s;
}
.shop-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.shop-card-img {
  height: 200px; background: var(--gray); display: flex; align-items: center; justify-content: center;
  font-size: 72px; position: relative;
}
.shop-card-badge {
  position: absolute; top: 12px; right: 12px;
  background: var(--orange); color: white; font-size: 10px; font-weight: 700;
  padding: 4px 10px; border-radius: 100px;
}
.shop-card-badge.occasion { background: var(--green); }
.shop-card-body { padding: 18px; }
.shop-card-brand { font-size: 10px; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; font-weight: 700; margin-bottom: 6px; }
.shop-card-name { font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.shop-card-desc { font-size: 12px; color: var(--text-light); line-height: 1.5; margin-bottom: 14px; }
.shop-card-footer { display: flex; align-items: center; justify-content: space-between; }
.shop-card-price { font-family: 'Barlow Condensed', sans-serif; font-size: 26px; font-weight: 900; color: var(--dark); }
.shop-card-price-old { font-size: 14px; color: var(--text-light); text-decoration: line-through; }
.shop-add-btn {
  background: var(--orange); color: white; border: none; border-radius: var(--radius);
  padding: 10px 16px; font-weight: 700; font-size: 13px; cursor: pointer;
  transition: all 0.2s; font-family: 'Barlow Condensed', sans-serif;
}
.shop-add-btn:hover { background: var(--orange-light); }

/* =================== CONTACT =================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 900; text-transform: uppercase; color: white; margin-bottom: 8px; }
.contact-info p { color: rgba(255,255,255,0.6); font-size: 15px; line-height: 1.7; margin-bottom: 32px; }
.contact-items { display: flex; flex-direction: column; gap: 16px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; }
.contact-item-icon {
  width: 44px; height: 44px; border-radius: var(--radius); background: rgba(232,82,10,0.15);
  border: 1px solid rgba(232,82,10,0.3); display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.contact-item-title { font-weight: 700; color: white; font-size: 14px; }
.contact-item-value { color: rgba(255,255,255,0.6); font-size: 13px; margin-top: 2px; }
.showroom-card {
  background: rgba(232,82,10,0.08); border: 1px solid rgba(232,82,10,0.2);
  border-radius: 12px; padding: 24px; margin-top: 32px;
}
.showroom-card h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 800; text-transform: uppercase; color: var(--orange); margin-bottom: 8px; }
.showroom-card p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* =================== ENTRETIEN =================== */
.entretien-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.entretien-card {
  background: var(--dark3); border-radius: 12px; padding: 28px;
  border: 1px solid rgba(255,255,255,0.07); text-align: center;
}
.entretien-icon { font-size: 40px; margin-bottom: 16px; }
.entretien-title { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 800; text-transform: uppercase; color: white; margin-bottom: 10px; }
.entretien-desc { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* =================== PAGE PROFIL =================== */
.profil-hero {
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 100%);
  padding: 80px 24px; border-bottom: 2px solid rgba(232,82,10,0.3);
}
.profil-hero-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
.profil-hero-emoji { font-size: 80px; line-height: 1; }
.profil-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.profil-benefit {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius); padding: 16px; display: flex; gap: 12px; align-items: flex-start;
}
.profil-benefit-icon { font-size: 20px; flex-shrink: 0; }
.profil-benefit-title { font-weight: 700; color: white; font-size: 13px; margin-bottom: 4px; }
.profil-benefit-desc { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.5; }

/* =================== FAQ =================== */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--dark3); border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
}
.faq-q {
  padding: 18px 24px; cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; color: white; font-weight: 600; font-size: 15px;
  transition: background 0.2s;
}
.faq-q:hover { background: rgba(255,255,255,0.04); }
.faq-a {
  padding: 0 24px; max-height: 0; overflow: hidden; transition: all 0.3s;
  color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.7;
}
.faq-a.open { padding: 16px 24px; max-height: 200px; }
.faq-toggle { color: var(--orange); font-size: 20px; transition: transform 0.3s; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }

/* =================== PAGE INDICATOR =================== */
.page-indicator {
  position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%);
  background: var(--dark); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px; padding: 8px 20px; display: flex; gap: 8px; align-items: center;
  font-size: 11px; color: rgba(255,255,255,0.5); z-index: 999;
}
.pi-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.2); }
.pi-dot.active { background: var(--orange); }

/* =================== BREADCRUMB =================== */
.breadcrumb {
  background: var(--gray); padding: 12px 24px; border-bottom: 1px solid var(--gray2);
}
.breadcrumb-inner { max-width: 1280px; margin: 0 auto; font-size: 12px; color: var(--text-light); }
.breadcrumb-inner span { color: var(--text); }

/* =================== TWO COL =================== */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.two-col-img {
  background: var(--dark3); border-radius: 16px; aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center; font-size: 100px;
  border: 1px solid rgba(255,255,255,0.07);
}
.feature-list { display: flex; flex-direction: column; gap: 16px; }
.feature-item { display: flex; gap: 14px; }
.feature-icon { color: var(--orange); font-size: 20px; margin-top: 2px; flex-shrink: 0; }
.feature-title { font-weight: 700; font-size: 15px; color: var(--text); margin-bottom: 4px; }
.feature-desc { font-size: 13px; color: var(--text-light); line-height: 1.5; }

/* =================== CTA STRIP =================== */
.cta-strip { padding: 64px 24px; background: var(--orange); text-align: center; }
.cta-strip h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 40px; font-weight: 900; text-transform: uppercase; color: white; margin-bottom: 12px; }
.cta-strip p { color: rgba(255,255,255,0.85); font-size: 16px; margin-bottom: 28px; }
.btn-white { background: white; color: var(--orange); }
.btn-white:hover { background: rgba(255,255,255,0.9); }
.btn-white-outline { background: transparent; color: white; border: 2px solid rgba(255,255,255,0.6); }
.btn-white-outline:hover { background: rgba(255,255,255,0.15); border-color: white; }

/* =================== MISC =================== */
.divider { height: 1px; background: var(--gray2); margin: 40px 0; }
.chip {
  display: inline-block; padding: 4px 12px; border-radius: 100px;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
}
.chip-orange { background: rgba(232,82,10,0.1); color: var(--orange); }
.chip-green { background: rgba(26,158,104,0.1); color: var(--green); }
.chip-dark { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.6); }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.mb-8 { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-40 { margin-bottom: 40px; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.w-full { width: 100%; }
.mt-32 { margin-top: 32px; }

/* ===== Intégration PrestaShop — pages NJA full-bleed ===== */
body#index, body#cms, body#contact, body#module-njashop-boutique { overflow-x: hidden; }
body#index #content-wrapper, body#cms #content-wrapper, body#contact #content-wrapper,
body#index #content, body#cms #content, body#contact #content { padding:0 !important; margin:0; border:0; }
body#index #wrapper > .container, body#cms #wrapper > .container, body#contact #wrapper > .container { max-width:100%; padding-left:0; padding-right:0; }
.nja-page { position: relative; }
.nja-page > * { width:100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.nja-page * { box-sizing: border-box; }
.nja-page .container { max-width:1280px; margin-left:auto; margin-right:auto; padding-left:24px; padding-right:24px; }
@media (max-width: 900px){
  .nja-page .hero-content, .nja-page .two-col, .nja-page .contact-grid,
  .nja-page .location-types, .nja-page .form-grid, .nja-page .profil-hero-inner { grid-template-columns: 1fr !important; }
  .nja-page .profils-grid, .nja-page .equip-grid, .nja-page .temoignages-grid,
  .nja-page .entretien-grid, .nja-page .shop-grid, .nja-page .grid-3, .nja-page .grid-4 { grid-template-columns: 1fr 1fr !important; }
  .nja-page .tarifs-table { display:block; overflow-x:auto; }
}
@media (max-width: 560px){
  .nja-page .profils-grid, .nja-page .equip-grid, .nja-page .temoignages-grid,
  .nja-page .entretien-grid, .nja-page .shop-grid, .nja-page .grid-3, .nja-page .grid-4,
  .nja-page .reassurance-items { grid-template-columns: 1fr !important; }
  .nja-page .reassurance-items { flex-direction:column; }
}

/* Révélation messages formulaire devis via ancre */
#devis-merci:target, #devis-erreur:target { display:block !important; }

/* ===== Cartes produit dynamiques (vedette + boutique) ===== */
.shop-card-img { overflow:hidden; }
.shop-card-img img { max-width:100%; max-height:100%; width:auto; height:auto; object-fit:contain; display:block; }
.shop-card-name { min-height:2.4em; }
.shop-card-footer .shop-add-btn { text-decoration:none; display:inline-block; }
.equip-card-img img { max-width:100%; max-height:100%; object-fit:contain; }
/* Full-bleed page boutique (module) */
body#module-njashop-boutique #content-wrapper, body#module-njashop-boutique #content { padding:0 !important; margin:0; }
body#module-njashop-boutique #wrapper > .container { max-width:100%; padding-left:0; padding-right:0; }
