/* ══════════════════════════════════════════
   AUVRAY MEDIA — CSS Additionnel WordPress
   Coller dans Apparence → CSS additionnel
══════════════════════════════════════════ */

/* Reset WordPress interférences */
.wp-site-blocks, .entry-content, .wp-block-group,
.wp-block-post-content, body.wp-singular {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}

/* Force le fond sombre */
body {
  background: #0a1628 !important;
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif !important;
}

/* Hero service — forcer l'affichage correct */
.service-hero {
  padding: 160px 80px 80px !important;
  min-height: 70vh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
}

.service-hero-title {
  font-size: clamp(48px, 7vw, 96px) !important;
  line-height: 0.95 !important;
  letter-spacing: -3px !important;
  margin-bottom: 16px !important;
}

/* Contact section — forcer l'espacement */
.contact-cta {
  padding: 100px 80px !important;
}

.contact-cta-inner {
  display: grid !important;
  grid-template-columns: 1fr 1.4fr !important;
  gap: 100px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
}

.contact-cta-title {
  font-size: clamp(32px, 4vw, 52px) !important;
  line-height: 1.1 !important;
  margin-bottom: 24px !important;
}

.contact-highlight-item {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 14px 20px !important;
  margin-bottom: 0 !important;
  background: rgba(255,255,255,0.04) !important;
  border-left: 3px solid #3a7bd5 !important;
}

/* Services grille — 3 colonnes */
.services-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2px !important;
}

/* Formules — 3 colonnes */
.formules-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
}

/* Processus — 4 colonnes */
.process-steps {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 2px !important;
}

/* Stats service */
.service-stats {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 2px !important;
}

/* Bannière promo */
.promo-banner {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9000 !important;
  height: 56px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Nav */
#site-nav {
  top: 56px !important;
}

/* Sections cards */
.service-detail-card,
.service-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 2px !important;
}

/* Mobile */
@media (max-width: 900px) {
  .services-grid,
  .formules-grid,
  .service-stats { grid-template-columns: 1fr !important; }
  .process-steps { grid-template-columns: 1fr 1fr !important; }
  .contact-cta-inner { grid-template-columns: 1fr !important; gap: 40px !important; }
  .service-hero { padding: 120px 24px 48px !important; }
  .contact-cta { padding: 60px 24px !important; }
}
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  animation: gridMove 20s linear infinite;
}
@keyframes gridMove {
  0% { transform: translateY(0); }
  100% { transform: translateY(80px); }
}
.hero-tag {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--accent2); margin-bottom: 24px;
  opacity: 0; animation: fadeUp 0.8s 0.3s forwards;
  position: relative;
}
.hero-title {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(56px, 9vw, 130px);
  line-height: 0.92; letter-spacing: -3px;
  margin-bottom: 40px;
  opacity: 0; animation: fadeUp 0.8s 0.5s forwards;
  position: relative;
}
.hero-title em {
  font-style: italic; font-weight: 600;
  color: transparent; -webkit-text-stroke: 1.5px var(--blanc);
}
.hero-title .highlight { color: var(--accent2); }
.hero-bottom {
  display: flex; align-items: flex-end; justify-content: space-between;
  opacity: 0; animation: fadeUp 0.8s 0.7s forwards;
  position: relative;
}
.hero-desc {
  max-width: 380px; font-size: 16px;
  line-height: 1.7; color: var(--text-muted);
}
.hero-desc strong { color: var(--blanc); font-weight: 400; }
.hero-cta-group { display: flex; gap: 16px; align-items: center; }
.btn-primary {
  background: var(--accent); color: white; border: none;
  padding: 16px 36px;
  font-family: 'Syne', sans-serif; font-size: 14px;
  font-weight: 700; letter-spacing: 0.5px;
  cursor: none; transition: all 0.25s;
  text-decoration: none; display: inline-block;
}
.btn-primary:hover { background: var(--accent2); transform: translateY(-2px); color: white; box-shadow: 0 12px 40px rgba(0,71,179,0.35); }
.btn-outline {
  background: transparent; color: var(--blanc);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 16px 36px;
  font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 600;
  cursor: none; transition: all 0.25s;
  text-decoration: none; display: inline-block;
}
.btn-outline:hover { border-color: var(--blanc); background: rgba(255,255,255,0.05); color: var(--blanc); }
.scroll-line {
  display: flex; align-items: center; gap: 12px;
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--text-muted);
}
.scroll-line::before {
  content: ''; width: 40px; height: 1px; background: var(--text-muted);
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ═══════════════════════════════════════════
   TICKER
═══════════════════════════════════════════ */
.ticker {
  background: var(--accent); padding: 14px 0;
  overflow: hidden; white-space: nowrap;
}
.ticker-inner { display: inline-flex; animation: ticker 25s linear infinite; }
.ticker-item {
  font-family: 'Syne', sans-serif; font-weight: 700;
  font-size: 13px; letter-spacing: 2px; text-transform: uppercase;
  padding: 0 40px; color: white;
}
.ticker-item::after { content: '✦'; margin-left: 40px; opacity: 0.6; }
@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════
   SECTIONS COMMUNES
═══════════════════════════════════════════ */
.section { padding: 120px 48px; }
.section-alt { padding: 120px 48px; background: var(--gris); }
.section-label {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--accent2); margin-bottom: 20px;
  display: flex; align-items: center; gap: 12px;
}
.section-label::before { content: ''; width: 30px; height: 1px; background: var(--accent2); }
.section-title {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1; letter-spacing: -2px; margin-bottom: 80px;
}

/* ═══════════════════════════════════════════
   SERVICES
═══════════════════════════════════════════ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  align-items: stretch;
}
.services-grid > a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.service-card {
  background: var(--bg-card);
  padding: 48px 40px;
  position: relative; overflow: hidden;
  transition: all 0.3s; cursor: none;
  height: 100%;
  display: flex; flex-direction: column;
}
.service-desc { flex: 1; }
.service-card:hover { background: var(--gris-clair); }
.service-card::before {
  content: ''; position: absolute;
  bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--accent2);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s ease;
}
.service-card:hover::before { transform: scaleX(1); }
.service-num { font-family: 'Syne', sans-serif; font-size: 11px; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 32px; }
.service-icon { font-size: 32px; margin-bottom: 24px; display: block; }
.service-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 22px; margin-bottom: 16px; line-height: 1.2; }
.service-desc { font-size: 14px; line-height: 1.8; color: var(--text-muted); }
.service-arrow { display: inline-flex; margin-top: 28px; font-size: 20px; color: var(--accent2); transition: transform 0.2s; }
.service-card:hover .service-arrow { transform: translate(4px, -4px); }

/* ═══════════════════════════════════════════
   FORMULES
═══════════════════════════════════════════ */
.formules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.formule-card {
  padding: 48px 40px; background: var(--noir);
  position: relative; overflow: hidden;
  transition: transform 0.3s; cursor: none;
}
.formule-card:hover { transform: translateY(-6px); }
.formule-card.featured { background: var(--accent); }
.formule-card.featured .formule-prix,
.formule-card.featured .formule-name,
.formule-card.featured .formule-desc,
.formule-card.featured .formule-feature { color: white !important; }
.formule-card.featured .formule-feature-check { color: #ffd600; }
.formule-card.featured .btn-formule { background: white; color: var(--accent); }
.formule-badge {
  display: inline-block; background: #ffd600; color: var(--noir);
  font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 4px 12px; margin-bottom: 32px; font-family: 'Syne', sans-serif;
}
.formule-name { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 28px; margin-bottom: 8px; }
.formule-desc { font-size: 13px; color: var(--text-muted); margin-bottom: 32px; line-height: 1.6; }
.formule-prix { font-family: 'Syne', sans-serif; font-size: 48px; font-weight: 800; letter-spacing: -2px; margin-bottom: 4px; }
.formule-prix sup { font-size: 22px; letter-spacing: 0; }
.formule-freq { font-size: 12px; color: var(--text-muted); margin-bottom: 40px; letter-spacing: 1px; }
.formule-features { list-style: none; margin-bottom: 40px; display: flex; flex-direction: column; gap: 12px; }
.formule-feature { font-size: 14px; color: var(--blanc); display: flex; align-items: center; gap: 10px; }
.formule-feature-check { color: var(--accent2); font-size: 16px; font-weight: 700; }
.btn-formule {
  width: 100%; background: var(--accent); color: white; border: none;
  padding: 16px; font-family: 'Syne', sans-serif; font-size: 14px;
  font-weight: 700; letter-spacing: 0.5px; cursor: none;
  transition: all 0.2s; text-align: center; display: block; text-decoration: none;
}
.btn-formule:hover { opacity: 0.9; transform: translateY(-2px); color: white; }

/* ═══════════════════════════════════════════
   RÉSEAUX SOCIAUX
═══════════════════════════════════════════ */
.reseaux-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.reseaux-visual { position: relative; height: 500px; }
.phone-mockup {
  width: 220px; background: var(--gris);
  border-radius: 36px; padding: 16px;
  position: absolute; box-shadow: 0 40px 80px rgba(0,0,0,0.6);
}
.phone-mockup:nth-child(1) { left: 0; top: 40px; z-index: 2; }
.phone-mockup:nth-child(2) { right: 0; top: 0; z-index: 1; transform: rotate(5deg); opacity: 0.7; }
.phone-screen { background: var(--noir); border-radius: 26px; overflow: hidden; aspect-ratio: 9/19; }
.phone-header { height: 60px; display: flex; align-items: center; padding: 0 16px; gap: 8px; }
.phone-avatar { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.3); border: 2px solid white; }
.phone-follow { margin-left: auto; background: white; color: var(--noir); font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 4px; }
.phone-img { height: 200px; display: flex; align-items: center; justify-content: center; font-size: 48px; }
.phone-actions { padding: 12px 16px; display: flex; gap: 14px; font-size: 18px; }
.phone-likes { padding: 0 16px 8px; font-size: 11px; font-weight: 600; }
.phone-caption { padding: 0 16px; font-size: 10px; color: var(--text-muted); line-height: 1.5; }
.reseaux-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 48px; }
.stat-box { background: var(--gris); padding: 28px 24px; }
.stat-num { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 36px; color: var(--accent2); letter-spacing: -1px; }
.stat-label { font-size: 12px; color: var(--text-muted); margin-top: 4px; }

/* ═══════════════════════════════════════════
   PROCESSUS
═══════════════════════════════════════════ */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.step { background: var(--noir); padding: 48px 32px; position: relative; overflow: hidden; }
.step::after {
  content: attr(data-num);
  position: absolute; right: -10px; top: -20px;
  font-family: 'Syne', sans-serif; font-weight: 800; font-size: 100px;
  color: rgba(255,255,255,0.03); line-height: 1; pointer-events: none;
}
.step-num { font-family: 'Syne', sans-serif; font-size: 11px; letter-spacing: 2px; color: var(--accent2); margin-bottom: 24px; }
.step-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 20px; margin-bottom: 12px; line-height: 1.2; }
.step-desc { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* ═══════════════════════════════════════════
   PORTFOLIO
═══════════════════════════════════════════ */
.portfolio-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 300px 300px;
  gap: 4px;
}
.portfolio-item { background: var(--gris); position: relative; overflow: hidden; cursor: none; }
.portfolio-item:first-child { grid-row: 1 / 3; }
.portfolio-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
  display: flex; flex-direction: column;
  justify-content: flex-end; padding: 28px;
  opacity: 0; transition: opacity 0.3s;
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent2); margin-bottom: 6px; }
.portfolio-name { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 18px; }
.portfolio-bg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 60px; transition: transform 0.4s; }
.portfolio-item:hover .portfolio-bg { transform: scale(1.05); }

/* ═══════════════════════════════════════════
   CONTACT
═══════════════════════════════════════════ */
#contact-section {
  padding: 120px 48px;
  background: var(--noir);
}
.contact-inner {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 80px; align-items: start;
  max-width: 1200px; margin: 0 auto;
}
.contact-title { font-family: 'Syne', sans-serif; font-weight: 800; font-size: clamp(36px, 4vw, 56px); line-height: 1; letter-spacing: -2px; margin-bottom: 24px; }
.contact-desc { font-size: 15px; line-height: 1.8; color: var(--text-muted); margin-bottom: 48px; max-width: 360px; }
.contact-infos { display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; }
.contact-info-item { display: flex; align-items: center; gap: 16px; }
.contact-info-icon { font-size: 20px; }
.contact-info-label { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 2px; }
.contact-info-val { font-size: 14px; color: var(--blanc); text-decoration: none; transition: color 0.2s; }
.contact-info-val:hover { color: var(--accent2); }
.contact-socials { display: flex; gap: 10px; flex-wrap: wrap; }
.social-pill {
  border: 1px solid var(--gris-clair); color: var(--text-muted);
  padding: 8px 18px; font-size: 12px; letter-spacing: 1px;
  text-decoration: none; text-transform: uppercase;
  font-family: 'Syne', sans-serif; font-weight: 600;
  transition: all 0.2s; cursor: none;
}
.social-pill:hover { border-color: var(--accent2); color: var(--accent2); cursor: pointer; }
.contact-form-wrap { background: var(--gris); padding: 48px 44px; }
.form-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 20px; margin-bottom: 32px; padding-bottom: 20px; border-bottom: 1px solid var(--gris-clair); }
.form-group { margin-bottom: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-label { display: block; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px; font-family: 'Syne', sans-serif; font-weight: 600; }
.form-input { width: 100%; background: var(--noir); border: 1px solid var(--gris-clair); color: var(--blanc); padding: 13px 16px; font-family: 'DM Sans', sans-serif; font-size: 14px; outline: none; transition: border-color 0.2s; appearance: none; -webkit-appearance: none; }
.form-input::placeholder { color: #2a4070; }
.form-input:focus { border-color: var(--accent2); }
.form-textarea { resize: vertical; min-height: 110px; }
.form-select-wrap { position: relative; }
.form-select { cursor: none; padding-right: 40px; }
.form-select option { background: var(--gris); }
.select-arrow { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--text-muted); pointer-events: none; font-size: 13px; }
.form-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.pill { border: 1px solid var(--gris-clair); background: transparent; color: var(--text-muted); padding: 7px 16px; font-family: 'DM Sans', sans-serif; font-size: 13px; cursor: none; transition: all 0.2s; }
.pill:hover { border-color: var(--accent2); color: var(--blanc); }
.pill.active { background: var(--accent); border-color: var(--accent); color: white; }
.btn-submit { width: 100%; background: var(--accent); color: white; border: none; padding: 17px; font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.5px; cursor: none; transition: all 0.25s; margin-top: 8px; }
.btn-submit:hover { background: var(--accent2); transform: translateY(-2px); box-shadow: 0 12px 40px rgba(0,71,179,0.4); }
.form-privacy { font-size: 11px; color: var(--text-muted); text-align: center; margin-top: 14px; }
.form-error { display: none; color: #ff6b6b; font-size: 13px; margin-bottom: 16px; padding: 12px; background: rgba(255,107,107,0.1); border-left: 3px solid #ff6b6b; }
.form-success { display: none; text-align: center; padding: 60px 20px; }
.form-success-icon { font-size: 56px; margin-bottom: 20px; }
.form-success h3 { font-family: 'Syne', sans-serif; font-size: 24px; margin-bottom: 12px; }
.form-success p { color: var(--text-muted); font-size: 15px; line-height: 1.7; }

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */
#site-footer {
  background: #050d1a;
  padding: 60px 48px 0;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
}
.footer-logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 20px; margin-bottom: 16px; color: var(--blanc); display: flex; align-items: center; gap: 10px; }
.footer-logo img { height: 40px; width: 40px; object-fit: cover; border-radius: 6px; }
.footer-logo span { color: var(--accent2); }
.footer-tagline { font-size: 13px; color: var(--text-muted); line-height: 1.7; max-width: 240px; }
.footer-col h4 { font-family: 'Syne', sans-serif; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 20px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: var(--blanc); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--accent2); }
.footer-bottom { background: #050d1a; padding: 20px 48px; border-top: 1px solid #0d2147; display: flex; justify-content: space-between; align-items: center; margin-top: 60px; }
.footer-bottom p { font-size: 12px; color: var(--text-muted); }

/* ═══════════════════════════════════════════
   REVEAL ANIMATIONS
═══════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════════
   RESPONSIVE MOBILE
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  #site-nav { padding: 20px 24px; }
  nav ul.nav-links { display: none; }
  #hero { padding: 0 24px 56px; }
  .hero-bottom { flex-direction: column; align-items: flex-start; gap: 24px; }
  .section, .section-alt { padding: 80px 24px; }
  .services-grid { grid-template-columns: 1fr; }
  .formules-grid { grid-template-columns: 1fr; }
  .reseaux-inner { grid-template-columns: 1fr; }
  .reseaux-visual { height: 320px; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .portfolio-item:first-child { grid-row: auto; }
  .portfolio-bg { min-height: 200px; }
  #contact-section { padding: 80px 24px; }
  .contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .contact-form-wrap { padding: 32px 24px; }
  .form-row { grid-template-columns: 1fr; }
  #site-footer { grid-template-columns: 1fr 1fr; padding: 48px 24px 0; }
  .footer-bottom { padding: 16px 24px; flex-direction: column; gap: 8px; text-align: center; }
}
@media (max-width: 500px) {
  .hero-title { letter-spacing: -1px; }
  #site-footer { grid-template-columns: 1fr; }
  .reseaux-visual { display: none; }
}

/* ═══════════════════════════════════════════
   PAGES DE SERVICE
═══════════════════════════════════════════ */
.service-hero {
  min-height: 70vh;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 160px 80px 80px;
  position: relative; overflow: hidden;
}
.service-hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(58,123,213,0.2) 0%, transparent 60%);
}
.service-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  animation: gridMove 20s linear infinite;
}
.service-tag {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--accent2); margin-bottom: 16px; position: relative;
  opacity: 0; animation: fadeUp 0.6s 0.2s forwards;
}
.service-icon-big {
  font-size: 72px; margin-bottom: 24px;
  position: relative; display: block;
  opacity: 0; animation: fadeUp 0.6s 0.3s forwards;
}
.service-hero-title {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.95; letter-spacing: -3px; margin-bottom: 16px;
  position: relative; opacity: 0; animation: fadeUp 0.6s 0.4s forwards;
}
.service-hero-sub {
  font-size: 20px; color: var(--accent2); font-weight: 300;
  margin-bottom: 24px; position: relative;
  opacity: 0; animation: fadeUp 0.6s 0.5s forwards;
}
.service-hero-desc {
  max-width: 620px; font-size: 16px; line-height: 1.8;
  color: var(--text-muted); position: relative;
  opacity: 0; animation: fadeUp 0.6s 0.6s forwards;
}

/* Stats barre */
.service-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px;
}

/* Contenu service (éditeur WordPress) */
.service-content { padding: 80px 48px; }
.service-content h2 {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: clamp(28px, 3vw, 44px); letter-spacing: -1px;
  margin-bottom: 40px; margin-top: 60px;
}
.service-content h2:first-child { margin-top: 0; }
.service-content h3 {
  font-family: 'Syne', sans-serif; font-weight: 700;
  font-size: 20px; margin-bottom: 12px; margin-top: 32px;
  color: var(--accent2);
}
.service-content p {
  font-size: 15px; line-height: 1.8; color: var(--text-muted);
  margin-bottom: 16px;
}
.service-content ul {
  list-style: none; margin-bottom: 24px;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px;
}
.service-content ul li {
  background: var(--gris); padding: 28px 24px;
  font-size: 14px; line-height: 1.7; color: var(--text-muted);
  position: relative; padding-left: 40px;
  transition: background 0.3s;
}
.service-content ul li:hover { background: var(--gris-clair); }
.service-content ul li::before {
  content: '→'; position: absolute; left: 16px; top: 28px;
  color: var(--accent2); font-weight: 700;
}
.service-content ul li strong { color: var(--blanc); display: block; margin-bottom: 6px; }

/* Contact CTA section */
.contact-cta {
  padding: 100px 80px;
  background: var(--gris);
}
.contact-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 100px;
  align-items: start;
  padding: 0 40px;
}
.contact-cta-title {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 24px;
}
.contact-cta-desc {
  font-size: 15px;
  line-height: 1.9;
  color: var(--text-muted);
  margin-bottom: 40px;
  max-width: 400px;
}
.contact-highlight {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.contact-highlight-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  color: var(--text-muted);
  padding: 14px 20px;
  background: rgba(255,255,255,0.04);
  border-left: 3px solid var(--accent2);
}
.contact-highlight-item span:first-child {
  font-size: 22px;
  min-width: 28px;
  text-align: center;
}
.contact-highlight-item a {
  color: var(--blanc);
  transition: color 0.2s;
  font-size: 15px;
}
.contact-highlight-item a:hover { color: var(--accent2); }

/* Cards service dans l'éditeur */
.service-cards-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 2px; margin: 32px 0;
}
.service-detail-card {
  background: var(--noir); padding: 36px 32px;
  transition: background 0.3s; cursor: default;
  position: relative; overflow: hidden;
}
.service-detail-card::before {
  content: ''; position: absolute;
  bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--accent2);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s;
}
.service-detail-card:hover::before { transform: scaleX(1); }
.service-detail-card:hover { background: var(--gris-clair); }
.service-detail-card h4 {
  font-family: 'Syne', sans-serif; font-weight: 700;
  font-size: 17px; margin-bottom: 10px; color: var(--blanc);
}
.service-detail-card p { font-size: 13px; line-height: 1.7; color: var(--text-muted); margin:0; }

/* Liens de service sur la page d'accueil */
a.service-link { display: block; text-decoration: none; color: inherit; }

/* Responsive pages service */
@media (max-width: 900px) {
  .service-hero { padding: 100px 24px 48px; }
  .service-stats { grid-template-columns: repeat(2, 1fr); }
  .service-content { padding: 60px 24px; }
  .service-content ul { grid-template-columns: 1fr; }
  .service-cards-grid { grid-template-columns: 1fr; }
  .contact-cta { padding: 60px 24px; }
  .contact-cta-inner { grid-template-columns: 1fr; gap: 40px; }
}



/* ═══════════════════════════════════════════
   PROMO BANNER — SPRING EDITION
═══════════════════════════════════════════ */
.promo-banner {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9000;
  height: 56px;
  background: linear-gradient(135deg, #ffd600 0%, #ffaa00 25%, #ff6600 50%, #ffaa00 75%, #ffd600 100%);
  background-size: 400% 100%;
  animation: promoShimmer 3s ease infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  box-shadow: 0 4px 30px rgba(255,214,0,0.6), 0 0 60px rgba(255,100,0,0.3);
}
@keyframes promoShimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.promo-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}
.promo-tag {
  background: #0a1628;
  color: #ffd600;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  white-space: nowrap;
  border: 2px solid #0a1628;
  animation: promoPulse 1.5s ease infinite;
}
@keyframes promoPulse {
  0%, 100% { transform: scale(1); box-shadow: none; }
  50% { transform: scale(1.04); box-shadow: 0 0 12px rgba(0,0,0,0.3); }
}
.promo-text {
  color: #0a1628;
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  white-space: nowrap;
}
.promo-text strong {
  color: #0a1628;
  font-weight: 900;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.promo-cta {
  background: #0a1628;
  color: #ffd600;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 9px 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  white-space: nowrap;
  cursor: none;
  border: 2px solid #0a1628;
}
.promo-cta:hover {
  background: white;
  color: #0a1628;
  transform: scale(1.05);
}
.promo-close {
  position: absolute;
  right: 20px;
  background: rgba(0,0,0,0.15);
  border: none;
  color: #0a1628;
  font-size: 16px;
  font-weight: 700;
  cursor: none;
  transition: all 0.2s;
  padding: 4px 10px;
  border-radius: 2px;
}
.promo-close:hover {
  background: rgba(0,0,0,0.3);
}

/* Décaler le nav + hero quand bannière visible */
#site-nav { top: 56px !important; }
#hero { padding-top: 180px !important; }

@media (max-width: 900px) {
  .promo-banner { height: auto; padding: 10px 40px 10px 16px; flex-wrap: wrap; }
  .promo-inner { flex-wrap: wrap; justify-content: center; gap: 10px; }
  .promo-text { font-size: 12px; text-align: center; }
  .promo-tag { font-size: 10px; }
  #site-nav { top: 60px !important; }
}
