/*
Theme Name: Iturbide Informatique
Theme URI: https://iturbide-informatique.com
Author: Iturbide Informatique
Description: Thème one-page bilingue FR/Basque pour Iturbide Informatique
Version: 1.29
License: GNU General Public License v2 or later
Text Domain: iturbide
*/

/* ===== VARIABLES ===== */
:root {
  --rouge: #C1272D;
  --rouge-dark: #8f1c21;
  --anthracite: #2C2C2C;
  --anthracite-light: #3d3d3d;
  --or: #C9A84C;
  --or-light: #e2c47a;
  --blanc: #F5F5F5;
  --blanc-dim: rgba(245,245,245,0.75);
  --gris: #888;
  --font: 'Ubuntu', sans-serif;
  --transition: 0.3s ease;
  --shadow: 0 4px 24px rgba(0,0,0,0.18);
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font);
  background: var(--blanc);
  color: var(--anthracite);
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3 { font-weight: 700; line-height: 1.2; }
h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
h3 { font-size: 1.2rem; }

.section-title {
  text-align: center;
  margin-bottom: 3rem;
}
.section-title h2 { color: var(--anthracite); }
.section-title .subtitle-eu {
  font-size: 0.85rem;
  color: var(--or);
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 0.4rem;
  display: block;
}
.section-title .divider {
  width: 60px;
  height: 3px;
  background: var(--rouge);
  margin: 1rem auto 0;
  border-radius: 2px;
}

/* ===== LAYOUT ===== */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

section { padding: 5rem 0; }
section:nth-child(even) { background: #f0f0f0; }

/* ===== HEADER / NAV ===== */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #333333;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
  transition: background var(--transition);
}

#site-header.scrolled {
  background: rgba(44,44,44,0.97);
  backdrop-filter: blur(8px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-img {
  height: 46px;
  width: auto;
  flex-shrink: 0;
  border-radius: 4px;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
  transition: transform var(--transition);
}
.site-logo:hover .logo-img {
  transform: scale(1.05);
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.logo-text .name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--blanc);
  letter-spacing: 0.05em;
}
.logo-text .tagline {
  font-size: 0.65rem;
  font-weight: 300;
  color: var(--or);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.main-nav a {
  color: rgba(245,245,245,0.8);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.5rem 0.9rem;
  border-radius: 4px;
  transition: color var(--transition), background var(--transition);
}
.main-nav a:hover,
.main-nav a.active {
  color: var(--blanc);
  background: rgba(193,39,45,0.25);
}

/* Langue toggle */
.lang-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(255,255,255,0.15);
}

.lang-btn {
  background: none;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(245,245,245,0.6);
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0.3rem 0.6rem;
  border-radius: 3px;
  cursor: pointer;
  transition: all var(--transition);
}
.lang-btn.active {
  background: var(--rouge);
  border-color: var(--rouge);
  color: var(--blanc);
}

/* Menu burger mobile */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 0.5rem;
}
.burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--blanc);
  border-radius: 2px;
  transition: all var(--transition);
}

/* ===== HERO ===== */
#hero {
  min-height: 100vh;
  background: var(--anthracite);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0;
}

#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 10% 50%, rgba(193,39,45,0.28) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 25%, rgba(201,168,76,0.13) 0%, transparent 45%),
    radial-gradient(ellipse at 50% 80%, rgba(80,40,20,0.25) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 0%, rgba(60,30,10,0.3) 0%, transparent 60%);
}

#hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(193,39,45,0.15);
  border: 1px solid rgba(193,39,45,0.4);
  color: var(--or-light);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

.hero-content h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  color: var(--blanc);
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

.hero-content h1 span { color: var(--rouge); }

.hero-sub {
  font-size: 1.05rem;
  color: var(--blanc-dim);
  font-weight: 300;
  margin-bottom: 0.5rem;
}

.hero-eu {
  font-size: 0.9rem;
  color: var(--or);
  font-weight: 300;
  margin-bottom: 2.5rem;
  letter-spacing: 0.05em;
}

.hero-since {
  font-size: 0.8rem;
  color: rgba(245,245,245,0.35);
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--rouge);
  color: var(--blanc);
  font-family: var(--font);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
  display: inline-block;
}
.btn-primary:hover { background: var(--rouge-dark); transform: translateY(-2px); }

.btn-secondary {
  background: transparent;
  color: var(--blanc);
  font-family: var(--font);
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  border-radius: 4px;
  border: 1px solid rgba(245,245,245,0.3);
  cursor: pointer;
  transition: all var(--transition);
  display: inline-block;
}
.btn-secondary:hover {
  border-color: var(--or);
  color: var(--or);
  transform: translateY(-2px);
}

/* Scroll indicator */
.scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: rgba(245,245,245,0.3);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.scroll-arrow {
  width: 20px;
  height: 20px;
  border-right: 1px solid rgba(245,245,245,0.3);
  border-bottom: 1px solid rgba(245,245,245,0.3);
  transform: rotate(45deg);
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 100% { transform: rotate(45deg) translateY(0); }
  50% { transform: rotate(45deg) translateY(5px); }
}

/* ===== PRESTATIONS ===== */
#prestations { background: var(--blanc); }

.prestations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.presta-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}
.presta-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--rouge);
}
.presta-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.presta-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.presta-card h3 {
  color: var(--anthracite);
  margin-bottom: 0.3rem;
}
.presta-card .eu {
  font-size: 0.75rem;
  color: var(--or);
  margin-bottom: 1rem;
  font-weight: 400;
}
.presta-card p {
  font-size: 0.875rem;
  color: var(--gris);
  line-height: 1.6;
}
.presta-list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.presta-list li {
  font-size: 0.82rem;
  color: #555;
  padding-left: 1rem;
  position: relative;
}
.presta-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--rouge);
  font-size: 0.7rem;
}

/* ===== TARIFS ===== */
#tarifs { background: #f0f0f0; }

.tarifs-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.tarif-bloc {
  background: var(--anthracite);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.tarif-header {
  background: var(--rouge);
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tarif-header .icon { font-size: 1.5rem; }
.tarif-header h3 { color: var(--blanc); font-size: 1.1rem; }
.tarif-header .eu { color: rgba(245,245,245,0.7); font-size: 0.75rem; font-weight: 300; }

.tarif-body { padding: 1.5rem 2rem; }

.tarif-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.tarif-line:last-child { border-bottom: none; }
.tarif-line .label { font-size: 0.875rem; color: rgba(245,245,245,0.75); }
.tarif-line .label .eu-label { display: block; font-size: 0.72rem; color: var(--or); margin-top: 0.1rem; }
.tarif-line .price {
  font-size: 1rem;
  font-weight: 700;
  color: var(--or-light);
  white-space: nowrap;
}
.tarif-line .price .unit { font-size: 0.72rem; font-weight: 300; color: rgba(201,168,76,0.7); margin-left: 0.2rem; }

.tarif-note {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  font-size: 0.75rem;
  color: rgba(245,245,245,0.35);
  line-height: 1.6;
}

/* ===== HORAIRES ===== */
#horaires { background: var(--blanc); }

.horaires-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.horaires-table { width: 100%; }

.horaire-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 1rem;
  border-radius: 4px;
  transition: background var(--transition);
}
.horaire-row:hover { background: rgba(193,39,45,0.05); }
.horaire-row.today {
  background: rgba(193,39,45,0.08);
  border-left: 3px solid var(--rouge);
}
.horaire-row .day { font-size: 0.9rem; font-weight: 500; }
.horaire-row .day .eu { display: block; font-size: 0.72rem; color: var(--or); font-weight: 300; }
.horaire-row .hours { font-size: 0.85rem; color: #555; text-align: right; }
.horaire-row .hours.closed { color: var(--rouge); font-weight: 500; }

.horaires-info {
  background: var(--anthracite);
  border-radius: 8px;
  padding: 2rem;
  color: var(--blanc);
}
.horaires-info h3 { color: var(--or); margin-bottom: 1.5rem; font-size: 1rem; letter-spacing: 0.05em; }
.info-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.2rem;
  align-items: flex-start;
}
.info-item .info-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 0.1rem; }
.info-item p { font-size: 0.875rem; color: rgba(245,245,245,0.75); line-height: 1.6; }
.info-item p strong { color: var(--blanc); display: block; margin-bottom: 0.2rem; }

/* ===== LOCALISATION ===== */
#localisation { background: #f0f0f0; }

.map-wrapper {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 400px;
}
.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.map-address {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  color: #555;
}
.map-address strong { color: var(--anthracite); }

/* ===== CONTACT ===== */
#contact { background: var(--anthracite); }
#contact .section-title h2 { color: var(--blanc); }

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
  align-items: start;
}

.contact-infos { color: var(--blanc); }
.contact-infos h3 { font-size: 1rem; color: var(--or); margin-bottom: 1.5rem; }
.contact-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}
.contact-item .ci-icon { font-size: 1.2rem; flex-shrink: 0; }
.contact-item p { font-size: 0.9rem; color: rgba(245,245,245,0.7); line-height: 1.6; }
.contact-item p strong { color: var(--blanc); display: block; margin-bottom: 0.2rem; font-size: 0.8rem; letter-spacing: 0.05em; text-transform: uppercase; }
.contact-item a { color: var(--or); transition: color var(--transition); }
.contact-item a:hover { color: var(--or-light); }

.contact-email-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.2rem;
  padding: 2.5rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  height: 100%;
}
.contact-email-block p {
  font-size: 0.9rem;
  color: rgba(245,245,245,0.65);
  line-height: 1.6;
}
.email-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--rouge);
  color: var(--blanc);
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem 1.75rem;
  border-radius: 4px;
  transition: background var(--transition), transform var(--transition);
  word-break: break-all;
}
.email-cta:hover { background: var(--rouge-dark); transform: translateY(-2px); }
.contact-hint {
  font-size: 0.78rem !important;
  color: rgba(245,245,245,0.35) !important;
  letter-spacing: 0.05em;
}


/* ===== TARIF LABEL SUB ===== */
.label-sub {
  display: block;
  font-size: 0.72rem;
  color: rgba(201,168,76,0.55);
  margin-top: 0.15rem;
}

/* ===== TARIF DEVIS ===== */
.price.devis {
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(201,168,76,0.6);
  font-style: italic;
}

/* ===== TARIF HEADER ICON ===== */
.tarif-header-icon {
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ===== PRESTA ICON SVG ===== */
.presta-icon {
  width: 52px;
  height: 52px;
  background: rgba(193,39,45,0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  color: var(--rouge);
  transition: background var(--transition);
}
.presta-card:hover .presta-icon {
  background: rgba(193,39,45,0.15);
}

/* ===== HORAIRES BLOC TITLE ===== */
.horaires-bloc-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 0.75rem;
}

/* ===== INFO ICON SVG ===== */
.info-icon {
  width: 36px;
  height: 36px;
  background: rgba(201,168,76,0.1);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--or);
}

/* ===== CI ICON SVG ===== */
.ci-icon {
  width: 36px;
  height: 36px;
  background: rgba(193,39,45,0.15);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--or-light);
}


/* ===== MATRIX CANVAS ===== */
#matrix-canvas {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
  opacity: 0.10;
  pointer-events: none;
}

/* ===== ENGRENAGES STEAMPUNK ===== */
.gear {
  position: absolute;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}
.gear svg { fill: var(--or); }

.gear-1 {
  width: 220px; height: 220px;
  top: -40px; right: 8%;
  animation: gear-cw 22s linear infinite;
}
.gear-2 {
  width: 130px; height: 130px;
  bottom: 10%; right: 18%;
  animation: gear-ccw 15s linear infinite;
}
.gear-3 {
  width: 90px; height: 90px;
  bottom: 20%; left: 5%;
  animation: gear-cw 10s linear infinite;
}

@keyframes gear-cw  { from { transform: rotate(0deg); }   to { transform: rotate(360deg); } }
@keyframes gear-ccw { from { transform: rotate(0deg); }   to { transform: rotate(-360deg); } }

/* ===== STEAMPUNK DIVIDER ===== */
.section-title .divider {
  position: relative;
  overflow: visible;
}
.section-title .divider::before,
.section-title .divider::after {
  content: '⚙';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7rem;
  color: var(--rouge);
}
.section-title .divider::before { left: -18px; }
.section-title .divider::after  { right: -18px; }

/* ===== HERO COPPER BORDER ===== */
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding-left: 1.5rem;
  border-left: 2px solid rgba(201,168,76,0.3);
}
.hero-content::before {
  content: '';
  position: absolute;
  top: 0; left: -2px;
  width: 2px; height: 40px;
  background: var(--or);
}

/* ===== STEAMPUNK CARD CORNER ===== */
.presta-card::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 20px; height: 20px;
  border-bottom: 2px solid var(--rouge);
  border-right: 2px solid var(--rouge);
  opacity: 0.4;
  transition: opacity var(--transition);
}
.presta-card:hover::after { opacity: 1; }

/* ===== OSM LINK ===== */
.map-wrapper a { color: var(--or); }


/* ===== FADE-IN SCROLL ===== */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.presta-card:nth-child(2).fade-in  { transition-delay: 0.1s; }
.presta-card:nth-child(3).fade-in  { transition-delay: 0.2s; }
.presta-card:nth-child(4).fade-in  { transition-delay: 0.1s; }
.presta-card:nth-child(5).fade-in  { transition-delay: 0.2s; }
.presta-card:nth-child(6).fade-in  { transition-delay: 0.3s; }


/* ===== LEAFLET MAP ===== */
#leaflet-map {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  z-index: 1;
}
.custom-marker { background: none; border: none; }
.marker-pin {
  width: 16px; height: 16px;
  background: var(--rouge);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
  margin: 0 auto;
}
.marker-label {
  background: var(--anthracite);
  color: var(--or);
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
  white-space: nowrap;
  margin-top: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.leaflet-popup-content-wrapper {
  font-family: var(--font) !important;
  border-radius: 6px !important;
}

/* ===== SECTION PROFESSIONNELS ===== */
#professionnels { background: var(--anthracite); }
#professionnels .section-title h2 { color: var(--blanc); }
#professionnels .section-title .subtitle-eu { color: var(--or); }
#professionnels .section-title .divider { background: var(--rouge); }

.pro-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.pro-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color var(--transition), transform var(--transition);
}
.pro-card:hover {
  border-color: rgba(201,168,76,0.3);
  transform: translateY(-3px);
}
.pro-card-main {
  border-color: rgba(193,39,45,0.4);
  position: relative;
}
.pro-card-main::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--rouge), var(--or));
}

.pro-card-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem 1.5rem 0;
}
.pro-icon {
  width: 48px; height: 48px;
  background: rgba(193,39,45,0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--or);
  flex-shrink: 0;
}
.pro-card-header h3 { color: var(--blanc); font-size: 1rem; margin-bottom: 0.3rem; }
.pro-badge {
  display: inline-block;
  background: var(--rouge);
  color: var(--blanc);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 2px;
}

.pro-card-body { padding: 1.2rem 1.5rem 1.5rem; }
.pro-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: rgba(245,245,245,0.75);
  line-height: 1.5;
}
.pro-feature svg { flex-shrink: 0; color: var(--or); margin-top: 2px; }
.pro-feature strong { color: var(--blanc); }

.pro-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  flex-wrap: wrap;
}
.pro-price {
  font-size: 0.8rem;
  color: var(--or);
  font-style: italic;
}

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


/* ===== MATRIX CANVAS SECTIONS ===== */
.section-matrix {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  opacity: 0.07;
  z-index: 0;
}

/* ===== STEAMPUNK GEARS SECTIONS ===== */
.sp-gear {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  animation: sp-gear-fade-in 1s ease forwards;
}
.sp-gear svg { fill: var(--or); }

@keyframes sp-gear-fade-in { to { opacity: 0.08; } }

.sp-gs1 {
  width: 120px; height: 120px;
  top: -20px; right: 3%;
  animation: sp-gear-fade-in 1s ease forwards, gear-cw 18s linear infinite;
}
.sp-gs2 {
  width: 70px; height: 70px;
  bottom: 10px; left: 2%;
  animation: sp-gear-fade-in 1s ease forwards, gear-ccw 12s linear infinite;
}

/* Sections sombres = gears plus visibles */
#professionnels .sp-gear,
#contact .sp-gear { animation: sp-gear-fade-in-light 1s ease forwards, gear-cw 18s linear infinite; }
#professionnels .sp-gs2,
#contact .sp-gs2 { animation: sp-gear-fade-in-light 1s ease forwards, gear-ccw 12s linear infinite; }
@keyframes sp-gear-fade-in-light { to { opacity: 0.12; } }

/* ===== ÉCLAIRS CANVAS (ramifié) ===== */
.sp-lightning {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.sp-l1 { top: 10%; left: 1%; }
.sp-l2 { top: 55%; right: 1%; }

/* Sections relatives pour positionnement absolu des décos */
section { position: relative; overflow: hidden; }

/* ===== TUBE STEAMPUNK ENTRE SECTIONS ===== */
.section-title .divider::before,
.section-title .divider::after {
  animation: gear-spin-sm 6s linear infinite;
  display: inline-block;
}
@keyframes gear-spin-sm {
  from { transform: translateY(-50%) rotate(0deg); }
  to   { transform: translateY(-50%) rotate(360deg); }
}

/* ===== FOOTER ===== */
#site-footer {
  background: #1a1a1a;
  color: rgba(245,245,245,0.4);
  text-align: center;
  padding: 2rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
#site-footer a { color: var(--or); transition: color var(--transition); }
#site-footer a:hover { color: var(--or-light); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .tarifs-wrapper,
  .horaires-wrapper,
  .contact-wrapper { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .main-nav { display: none; }
  .main-nav.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 70px; left: 0; right: 0;
    background: var(--anthracite);
    padding: 1rem 2rem 2rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    z-index: 999;
  }
  .burger { display: flex; }
  .lang-toggle { margin-left: 0; }
  .hero-content h1 { font-size: 2.2rem; }
}

@media (max-width: 480px) {
  .prestations-grid { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; }
}
