/* =====================================================
   SCORPX DESIGN 
===================================================== */

:root {
  --gold: #c5a059;
  --gold-dim: rgba(197, 160, 89, 0.7);
  --gold-glow: rgba(197, 160, 89, 0.3);
  --gold-gradient: linear-gradient(135deg, #c5a059 0%, #e6cd98 100%);
  --bg-dark: #050505;
  --glass-bg: rgba(20, 20, 20, 0.45);
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
  --text-main: #f0f0f0;
  --text-dim: #999;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; text-rendering: optimizeLegibility; max-width: 100%; overflow-x: hidden; }
body {
  background: linear-gradient(0deg, #464646cc, #000000), var(--bg-dark);
  color: var(--text-main);
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input, textarea, [contenteditable="true"] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.no-scroll { overflow: hidden; }
a { color: inherit; }

/* APPARENCE ET VITRIFICATION */
.ambient-glow { position: absolute; border-radius: 50%; filter: blur(140px); z-index: 0; pointer-events: none; opacity: 0.5; }
.glow-1 { top: 5%; left: -15%; width: 60vw; height: 60vw; background: radial-gradient(circle, rgba(197,160,89,0.12) 0%, transparent 70%); }
.glow-2 { top: 50%; right: -15%; width: 50vw; height: 50vw; background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%); }
.glass-panel {
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(197, 160, 89, 0.7);
  box-shadow: var(--glass-shadow);
  border-radius: 24px;
}

/* EN-TETE & NAVI */
.minimal-nav {
  position: fixed; width: 100%; top: 0; left: 0; height: 80px;
  display: flex; justify-content: space-between; align-items: center;
  padding: 0 5%; z-index: 1000;
  border-radius: 0; border-top: none; border-left: none; border-right: none;
}
.logo { font-family: 'Playfair Display', serif; font-size: 1.2rem; letter-spacing: 4px; color: white; text-decoration: none; font-weight: 600; z-index: 1001; }
.logo span { background: var(--gold-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links a { text-decoration: none; color: #ccc; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 2px; transition: 0.3s; }
.nav-links a:hover { color: white; text-shadow: 0 0 10px var(--gold-glow); }
.cta-btn { background: var(--gold-gradient); color: #000 !important; padding: 10px 24px; border-radius: 30px; font-weight: 600; transition: transform 0.3s, box-shadow 0.3s; border: none; cursor: pointer; text-decoration: none; }
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 20px var(--gold-glow); }
.menu-toggle { display: none; flex-direction: column; justify-content: space-between; width: 30px; height: 20px; background: transparent; border: none; cursor: pointer; z-index: 1001; }
.menu-toggle span { width: 100%; height: 2px; background-color: var(--gold); transition: 0.3s; display: block; }
.social-sticky { position: fixed; right: 1100px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: row; gap: 35px; z-index: 999; }
.social-sticky a { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; color: white; border-radius: 50%; transition: 0.4s var(--ease); }
.social-sticky a svg { width: 22px; height: 22px; }
.social-sticky a:hover { color: var(--gold); transform: translateX(-5px) scale(1.1); border-color: var(--gold); box-shadow: 0 10px 20px rgba(0,0,0,0.5); }

/* CALQUES */
.container-premium { max-width: 1200px; margin: 0 auto; padding: 0 5%; position: relative; z-index: 2; }
.section-box { margin-bottom: 200px; padding-top: 80px; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(40px) scale(0.98); transition: all 0.8s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0) scale(1); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: 50s !important; transition-duration: 0.001s !important; }
}

/* LINK */
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 2000; background: var(--gold); color: #000; padding: 10px 18px; font-weight: 600; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }
*:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

/* ========= ED ================================ */

.ed-tick { font-family: 'Inter', sans-serif; font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); display: inline-block; }
.ed-italic { font-style: italic; background: var(--gold-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ed-h2 { font-family: 'Playfair Display', serif; font-weight: 400; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; letter-spacing: -0.02em; margin: 18px 0 28px; }
.ed-h2 em { font-style: italic; background: var(--gold-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ed-lede { color: #d8d8d8; font-size: 1.05rem; line-height: 1.75; max-width: 60ch; }

/* Hero */
.ed-hero { position: relative; min-height: 100vh; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 5% 80px; }
.ed-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; mix-blend-mode: luminosity; z-index: 0; }
.ed-hero-veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.1) 35%, rgba(0,0,0,0.85) 100%); z-index: 1; }
.ed-hero-grid { position: relative; z-index: 2; display: grid; grid-template-rows: auto 1fr auto; gap: 40px; padding-top: 140px; transform: translateY(var(--hero-y, 0)); opacity: var(--hero-o, 1); }
.ed-hero-meta { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; border-top: 1px solid rgba(197,160,89,0.25); border-bottom: 1px solid rgba(197,160,89,0.25); padding: 14px 0; }
.ed-hero-meta .ed-tick { color: #d8d8d8; }
.ed-hero-meta .ed-tick:first-child { color: var(--gold); }
.ed-hero-title { font-family: 'Playfair Display', serif; font-weight: 400; font-size: clamp(3.5rem, 12vw, 10rem); line-height: 0.92; letter-spacing: -0.04em; }
.ed-hero-title .ed-line { display: block; }
.ed-hero-foot { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: end; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.08); }
.ed-hero-lede { color: #e1e1e1; font-size: 1rem; line-height: 1.7; max-width: 52ch; }
.ed-hero-lede em { color: var(--gold); font-style: normal; }
.ed-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.ed-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; border-radius: 999px; text-decoration: none; font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; transition: 0.3s var(--ease); border: 1px solid transparent; cursor: pointer; font-family: 'Inter', sans-serif; }
.ed-btn-solid { background: var(--gold-gradient); color: #000; }
.ed-btn-solid:hover { transform: translateY(-2px); box-shadow: 0 12px 30px var(--gold-glow); }
.ed-btn-line {color: #000000;border-color: rgb(0 0 0 / 25%);background: var(--gold-gradient);backdrop-filter: blur(8px);}
.ed-btn-line:hover { border-color: var(--gold); color: var(--gold); }
.ed-btn-lg { padding: 18px 32px; font-size: 0.85rem; margin-top: 50px;}

/* Marques */
.ed-hero-marquee { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 18px 0; border-top: 1px solid rgba(197,160,89,0.2); overflow: hidden; background: rgb(199 168 103 / 61%); backdrop-filter: blur(10px); display: flex; }
.ed-marquee-track { display: flex; width: max-content; animation: ed-marquee 35s linear infinite; }
.ed-marquee-content { display: flex; gap: 28px; padding-right: 28px; font-family: 'Playfair Display', serif; font-style: italic; font-size: 1rem; color: #d8d8d8; white-space: nowrap; }
@keyframes ed-marquee { 0% { transform: translate3d(0, 0, 0); } 100% { transform: translate3d(-50%, 0, 0); } }

/* Manifeste & Grille globale */
.ed-manifesto-grid { display: grid; grid-template-columns: 220px 1fr; gap: 60px; align-items: start; }
.ed-manifesto-side { position: sticky; top: 110px; padding-top: 6px; border-top: 1px solid rgba(197,160,89,0.3); }
.ed-side-label { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.4rem; color: #fff; margin-top: 14px; }
.ed-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 50px 0 40px; padding: 40px 0; border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); }
.ed-stat-num { font-family: 'Playfair Display', serif; font-size: clamp(2.8rem, 5vw, 4rem); color: var(--gold); display: block; line-height: 1; letter-spacing: -0.03em; }
.ed-stat-num i { font-style: italic; font-size: 0.45em; color: #fff; margin-left: 6px; }
.ed-stat-lbl { display: block; margin-top: 12px; font-size: 0.8rem; color: var(--text-dim); letter-spacing: 1px; line-height: 1.5; text-transform: uppercase; }
.ed-pillars { list-style: none; display: grid; gap: 14px; }
.ed-pillars li { padding: 18px 22px; border-left: 2px solid var(--gold); background: rgba(197,160,89,0.04); color: #e1e1e1; font-size: 0.95rem; line-height: 1.6; transition: 0.3s; }
.ed-pillars li:hover { background: rgba(197,160,89,0.1); transform: translateX(6px); }
.ed-pillars strong { color: var(--gold); font-weight: 600; margin-right: 8px; }

/* Index prestations */
.ed-index-head { max-width: 720px; margin-bottom: 60px; }
.ed-index-list { list-style: none; border-top: 1px solid rgba(255,255,255,0.1); margin-top: 40px; }
.ed-index-list[hidden] { display: none; }
.ed-row { border-bottom: 1px solid rgba(255,255,255,0.1); padding: 0; transition: background 0.4s; position: relative; cursor: pointer; }
.ed-row:hover { background: rgb(197 160 89 / 13%); }
.ed-row-link { display: grid; grid-template-columns: 80px 1fr auto 40px; gap: 30px; align-items: center; padding: 32px 0; text-decoration: none; color: inherit; }
.ed-row-link::before { content: ''; position: absolute; inset: 0; z-index: 1; }
.ed-row > *:not(.ed-row-link) { position: relative; z-index: 0; pointer-events: none; }
.ed-row-price { display: block; margin-top: 8px; font-family: 'Inter', sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); }
.ed-row-num { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--gold); opacity: 0.6; font-style: italic; }
.ed-row-title { font-family: 'Playfair Display', serif; font-size: clamp(1.4rem, 2.5vw, 2.2rem); font-weight: 400; color: #fff; margin-bottom: 6px; transition: 0.3s; }
.ed-row-teaser { color: var(--text-dim); font-size: 0.95rem; }
.ed-row-tag { font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase; color: #000000; padding: 8px 16px; border: 1px solid rgba(197,160,89,0.3); border-radius: 999px; background: var(--gold-gradient); }
.ed-row-arrow { font-size: 1.6rem; color: var(--gold); transition: transform 0.4s var(--ease); }
.ed-row-link:hover .ed-row-arrow { transform: translateX(8px); }
.ed-row-link:hover .ed-row-title { color: var(--gold); }
.ed-row-detail { padding: 0 0 28px 110px; max-width: 720px; color: var(--text-dim); font-size: 0.9rem; line-height: 1.7; }

/* Tabs Index */
.ed-tabs { display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.ed-tab { font-family: 'Inter', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--text-main); background: transparent; border: 1px solid var(--gold-dim); padding: 10px 20px; border-radius: 999px; cursor: pointer; transition: all 0.3s var(--ease); }
.ed-tab:hover { border-color: var(--gold); color: var(--gold); }
.ed-tab.active { background: var(--gold-gradient); border-color: transparent; color: #000; }

/* Process */
.ed-process-list { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 60px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 40px; margin-top: 20px; }
.ed-process-item { display: flex; align-items: flex-start; gap: 20px; padding: 0; transition: transform 0.3s; border-bottom: none; }
.ed-process-item:hover { transform: translateX(5px); }
.ed-process-num { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: var(--gold); opacity: 0.6; font-style: italic; line-height: 1; margin-top: 2px; }
.ed-process-item h3 { font-family: 'Playfair Display', serif; font-size: clamp(1.2rem, 1.5vw, 1.4rem); font-weight: 400; color: #fff; margin-bottom: 8px; }
.ed-process-item p { color: var(--text-dim); font-size: 0.9rem; line-height: 1.6; }

/* Split Layout pour FAQ & Avis (2 Colonnes) */
.ed-split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.ed-split-col { display: flex; flex-direction: column; }

/* FAQ */
.ed-faq-item { border-bottom: 1px solid rgba(255,255,255,0.1); }
.ed-faq-item:first-child { border-top: 1px solid rgba(255,255,255,0.1); }
.ed-faq-question { padding: 25px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: 'Playfair Display', serif; font-size: clamp(1.1rem, 1.5vw, 1.3rem); font-weight: 400; color: #fff; background: none; border: none; width: 100%; text-align: left; transition: color 0.3s; }
.ed-faq-question:hover { color: var(--gold); }
.ed-faq-question::after { content: '+'; font-family: 'Inter', sans-serif; color: var(--gold); font-size: 1.6rem; font-weight: 300; transition: transform 0.4s var(--ease); line-height: 1; margin-left: 15px; }
.ed-faq-item.active .ed-faq-question::after { transform: rotate(45deg); color: #fff; }
.ed-faq-answer { max-height: 0; overflow: hidden; opacity: 0; transition: all 0.5s var(--ease); padding: 0; }
.ed-faq-answer p { color: var(--text-dim); line-height: 1.6; padding-bottom: 25px; font-size: 0.9rem; }
.ed-faq-item.active .ed-faq-answer { max-height: 500px; opacity: 1; }

/* Partenaires & Avis  */
.ed-logos-compact { padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 25px; gap: 15px; }
.logos { display: flex; flex-wrap: wrap; align-items: center; }
.logos img { height: 35px; object-fit: contain; transition: 0.3s; opacity: 0.8; }
.logos img:hover { opacity: 1; }
.logos img.imbretex { filter: brightness(10); height: 45px; margin-top: 10px; }
.logos img.castore { filter: brightness(10); height: 65px; margin-left: 10px;}
.logos img.avery { height: 45px; margin-left: 15px; }
.logos img.troism { margin-left: 15px; }
.logos img.xpel { margin-left: 15px; }

.ed-manreviews { display: flex; flex-direction: column; align-items: flex-start; margin-top: 10px; }
.ed-mantesti-item p { font-family: 'Playfair Display', serif; font-style: italic; margin-bottom: 15px; line-height: 1.5; font-weight: 300; color: #fff; transition: opacity 0.5s ease; max-width: 100%; }
.ed-mantesti-item cite { color: var(--gold); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; font-style: normal; display: block; transition: opacity 0.5s ease; }
.ed-progress-bar-container { width: 100%; height: 2px; background: rgba(255,255,255,0.1); overflow: hidden; position: relative; }
#review-progress { height: 100%; background: var(--gold-gradient); width: 0%; }

/* Contact */
.ed-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.ed-contact-list { display: flex; flex-direction: column; }
.ed-contact-row { display: grid; grid-template-columns: 130px 1fr; gap: 30px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.08); align-items: baseline; }
.ed-contact-row:first-child { border-top: 1px solid rgba(255,255,255,0.08); }
.ed-contact-row dt { font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
.ed-contact-row dd { font-family: 'Playfair Display', serif; font-size: 1.15rem; color: #fff; line-height: 1.5; }
.ed-contact-row dd a { color: #fff; text-decoration: none; border-bottom: 1px solid transparent; transition: 0.3s; }
.ed-contact-row dd a:hover { color: var(--gold); border-color: var(--gold); }
.ed-contact-social { display: flex; gap: 24px; flex-wrap: wrap; }
.ed-contact-social a { font-size: 0.95rem; }

/* PIED DE PAGE */
.footer-clean { text-align: center; padding: 40px; color: var(--text-dim); font-size: 0.85rem; border-radius: 0; border-bottom: none; border-left: none; border-right: none; }
.footer-clean a:hover { color: var(--gold) !important; }

/* ==== RESPONSIVE ===== */

@media (max-width: 950px) {
  .social-sticky { right: 30px; }
}
@media (max-width: 900px) {
  .ed-hero { padding-bottom: 100px; }
  .ed-hero-grid { padding-top: 110px; gap: 28px; }
  .ed-hero-foot { grid-template-columns: 1fr; gap: 24px; }
  .ed-hero-cta { justify-content: flex-start; }
  
  .ed-manifesto-grid { grid-template-columns: 1fr; gap: 30px; }
  .ed-manifesto-side { position: static; }
  .ed-stats { grid-template-columns: 1fr; gap: 30px; }
  
  .ed-row-link { grid-template-columns: 50px 1fr 30px; gap: 18px; padding: 24px 0; }
  .ed-row-tag { display: none; }
  .ed-row-detail { padding-left: 68px; padding-right: 0; }
  
  /* Repasse en 1 colonne sur tablette/mobile */
  .ed-process-list { grid-template-columns: 1fr; gap: 30px; }
  .ed-split-layout { grid-template-columns: 1fr; gap: 50px; }

  .ed-contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .ed-contact-row { grid-template-columns: 1fr; gap: 6px; }
}
@media (max-width: 768px) {
  .section-box { margin-bottom: 70px; padding-top: 60px; }

  /* Header mobile */
  .minimal-nav { justify-content: space-between; }
  .menu-toggle { display: flex; z-index: 1005; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
  
  .nav-links { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(5,5,5,0.98); backdrop-filter: blur(20px); flex-direction: column; justify-content: center; align-items: center; gap: 30px; transform: translateX(100%); transition: transform 0.4s var(--ease); z-index: 1000; }
  .nav-links.active { transform: translateX(0); }
  .nav-links a { margin: 0; font-size: 1.2rem; }

  /* Socials cachés du header, visibles uniquement quand le menu burger est ouvert */
  .social-sticky {
    position: fixed; left: 0; right: 0; bottom: 40px; top: 150px; transform: none; justify-content: center; gap: 24px; margin: 0; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.3s var(--ease); z-index: 1002;
  }
  body:has(.nav-links.active) .social-sticky,
  .nav-links.active ~ .social-sticky { opacity: 1; visibility: visible; pointer-events: auto; }
  .social-sticky a { width: 44px; height: 44px; }

  .ed-marquee-track { animation-duration: 15s; } /* Marquee plus rapide sur mobile */

  .logos { gap: 20px; justify-content: flex-start; }
  .footer-clean { padding: 40px 20px; }

  /* Onglets prestations en mobile */
  .ed-tab { padding: 9px 16px; font-size: 0.68rem; letter-spacing: 1.5px; }
}

/* == Sections Process / Confiance / Contact ========== */

.reveal { opacity: 1; transform: none; transition: opacity 0.4s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.ed-hero-grid { transform: none !important; opacity: 1 !important; }
.pro-section { margin-bottom: 140px; padding-top: 60px; }
.pro-head { max-width: 760px; margin: 0 auto 70px; text-align: center; }
.pro-head .ed-tick { display: inline-block; margin-bottom: 14px; }
.pro-head .ed-h2 { margin: 12px 0 22px; }
.pro-head .ed-lede { margin: 0 auto; }
.pro-eyebrow { font-family: 'Inter', sans-serif; font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 10px; }
.pro-h3 { font-family: 'Playfair Display', serif; font-weight: 400; font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1.1; letter-spacing: -0.02em; color: #fff; margin: 0 0 14px; }
.pro-h3 em { font-style: italic; background: var(--gold-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.pro-sub { color: var(--text-dim); font-size: 0.95rem; line-height: 1.7; margin-bottom: 26px; max-width: 46ch; }
.pro-timeline { position: relative; max-width: 1000px; margin: 0 auto; padding: 20px 0; }
.pro-timeline-track {
  position: absolute; left: 50%; top: 0; bottom: 0; width: 1px;
  background: linear-gradient(180deg, transparent 0%, var(--gold-dim) 12%, var(--gold-dim) 88%, transparent 100%);
  transform: translateX(-50%);
}
.pro-step { position: relative; display: grid; grid-template-columns: 1fr 80px 1fr; align-items: center; margin: 30px 0; grid-auto-flow: column; }
.pro-step-marker {
  grid-column: 2; justify-self: center;
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #050505; border: 1px solid var(--gold);
  font-family: 'Playfair Display', serif; font-style: italic;
  color: var(--gold); font-size: 1.05rem;
  box-shadow: 0 0 0 6px rgba(5,5,5,1), 0 0 24px rgba(197,160,89,0.25);
  position: relative; z-index: 2;
}
.pro-step-card {
  grid-column: 1; padding: 26px 28px; border-radius: 16px;
  border: 1px solid rgba(197,160,89,0.25);
  background: rgba(20,20,20,0.55);
  position: relative;
  transition: border-color 0.3s, transform 0.3s var(--ease), box-shadow 0.3s;
}
.pro-step-card:hover { border-color: var(--gold); box-shadow: 0 12px 36px rgba(0,0,0,0.5), 0 0 0 1px rgba(197,160,89,0.4); }
.pro-step-card::after {
  content: ''; position: absolute; top: 50%; right: -16px; width: 16px; height: 1px;
  background: rgba(197,160,89,0.4);
}
.pro-step-right .pro-step-card { grid-column: 3; }
.pro-step-right .pro-step-card::after { right: auto; left: -16px; }
.pro-step-card h3 { font-family: 'Playfair Display', serif; font-weight: 400; font-size: 1.25rem; color: #fff; margin-bottom: 10px; }
.pro-step-card p { color: var(--text-dim); font-size: 0.92rem; line-height: 1.65; margin: 0; }


.pro-pillars {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  margin: 80px auto 0; max-width: 1000px;
}
.pro-pillar {
  padding: 36px; border-radius: 18px;
  background: linear-gradient(180deg, rgba(197,160,89,0.06) 0%, rgba(20,20,20,0.5) 100%);
  border: 1px solid rgba(197,160,89,0.25);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.pro-pillar:hover { border-color: var(--gold); box-shadow: 0 16px 40px rgba(0,0,0,0.4); }
.pro-pillar-tag {
  display: inline-block; font-family: 'Inter', sans-serif;
  font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); padding: 6px 14px; border: 1px solid rgba(197,160,89,0.4);
  border-radius: 999px; margin-bottom: 18px;
}
.pro-pillar h3 {
  font-family: 'Playfair Display', serif; font-weight: 400;
  font-size: 1.6rem; color: #fff; margin-bottom: 12px;
}
.pro-pillar p { color: var(--text-dim); font-size: 0.95rem; line-height: 1.7; margin: 0; }

/* ========== MARQUE CONFIANCE ========== */
.pro-trust-strip {
  display: grid; grid-template-columns: auto 1fr; gap: 40px;
  align-items: center; padding: 26px 36px; border-radius: 18px;
  margin-bottom: 70px;
}
.pro-trust-label {
  font-family: 'Inter', sans-serif; font-size: 0.7rem; letter-spacing: 3px;
  text-transform: uppercase; color: var(--gold); white-space: nowrap;
  padding-right: 30px; border-right: 1px solid rgba(197,160,89,0.3);
}
.pro-logos {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-around; gap: 30px;
}
.pro-logos img { height: 38px; object-fit: contain; opacity: 0.75; transition: opacity 0.3s; filter: grayscale(20%); }
.pro-logos img:hover { opacity: 1; filter: none; }
.pro-logos img.imbretex { filter: brightness(10) grayscale(20%); height: 46px; }
.pro-logos img.castore { filter: brightness(10) grayscale(20%); height: 60px; }
.pro-logos img.avery { height: 46px; }

/* ========== FAQ + GRILLE AVIS ========== */
.pro-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.pro-faq-col { display: flex; flex-direction: column; }
.pro-faq-col .faq-container { margin-top: 10px; }

.pro-review-card {
  position: relative; padding: 40px 36px 32px;
  border-radius: 20px; background: linear-gradient(180deg, rgba(197,160,89,0.08) 0%, rgba(20,20,20,0.6) 100%);
  border: 1px solid rgba(197,160,89,0.3);
}
.pro-quote {
  width: 38px; height: 38px; color: var(--gold); opacity: 0.55;
  margin-bottom: 14px; display: block;
}
.pro-review-card #manreview-text {
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: 1.15rem; line-height: 1.6; color: #fff; font-weight: 300;
  margin-bottom: 18px; transition: opacity 0.5s ease;
}
.pro-review-card #manreview-author {
  display: block; color: var(--gold); font-size: 0.78rem;
  letter-spacing: 2px; text-transform: uppercase; font-style: normal;
  transition: opacity 0.5s ease;
}
.pro-review-card .ed-progress-bar-container {
  width: 100%; height: 2px; background: rgba(255,255,255,0.08);
  overflow: hidden; margin-top: 22px;
}
.pro-review-card #review-progress { height: 100%; background: var(--gold-gradient); width: 0%; }
.pro-review-cta { margin-top: 24px; display: inline-flex; }
.pro-trustindex { margin-top: 28px; }

/* ========== CARTE CONTACTE ========== */
.pro-contact-cards {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  margin-bottom: 36px;
}
.pro-contact-card {
  display: flex; flex-direction: column; gap: 10px;
  padding: 28px 24px; border-radius: 18px;
  background: rgba(20,20,20,0.55);
  border: 1px solid rgba(197,160,89,0.25);
  text-decoration: none; color: inherit;
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
}
a.pro-contact-card:hover {
  border-color: var(--gold);
  background: rgba(197,160,89,0.06);
  box-shadow: 0 12px 32px rgba(0,0,0,0.4);
}
.pro-contact-icon {
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  border-radius: 12px; background: rgba(197,160,89,0.1);
  border: 1px solid rgba(197,160,89,0.3); color: var(--gold);
  margin-bottom: 6px;
}
.pro-contact-icon svg { width: 22px; height: 22px; }
.pro-contact-label {
  font-family: 'Inter', sans-serif; font-size: 0.7rem; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--gold);
}
.pro-contact-value { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: #fff; line-height: 1.5; }
.pro-contact-footer { display: flex; justify-content: space-between; align-items: center; padding: 28px 36px; border-radius: 18px; gap: 30px; flex-wrap: wrap; }
.pro-contact-social { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 8px; }
.pro-contact-social a { font-family: 'Playfair Display', serif; font-size: 1rem; color: #fff; text-decoration: none; border-bottom: 1px solid transparent; transition: 0.3s; }
.pro-contact-social a:hover { color: var(--gold); border-color: var(--gold); }
.pro-cta { margin-top: 0 !important; }

/* ========== RESPONSIVE ========== */

@media (max-width: 900px) {
  .pro-section { margin-bottom: 90px; padding-top: 40px; }
  .pro-head { margin-bottom: 50px; text-align: left; }
  .pro-timeline-track { left: 28px; transform: none; }
  .pro-step { grid-template-columns: 56px 1fr; gap: 18px; margin: 18px 0; }
  .pro-step-marker { grid-column: 1; justify-self: start; }
  .pro-step-card,
  .pro-step-right .pro-step-card { grid-column: 2; }
  .pro-step-card::after,
  .pro-step-right .pro-step-card::after { display: none; }.pro-pillars { grid-template-columns: 1fr; }
  .pro-trust-strip { grid-template-columns: 1fr; padding: 22px 24px; }
  .pro-trust-label { border-right: none; padding-right: 0; padding-bottom: 12px; border-bottom: 1px solid rgba(197,160,89,0.3); }
  .pro-logos { justify-content: flex-start; gap: 22px; }.pro-faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .pro-contact-cards { grid-template-columns: 1fr 1fr; }
  .pro-contact-footer { flex-direction: column; align-items: flex-start; }
}

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

/* ========	ÉCRANS 15" ET 17" (Laptops) ============= */

@media (max-width: 1500px), (max-height: 850px) {
  .ed-hero-grid { padding-top: 100px;gap: 20px; }
  .ed-hero-title { font-size: clamp(3rem, 8vw, 7rem); line-height: 1; }
  .ed-hero-foot { padding-top: 15px; gap: 30px; }
  .social-sticky { right: auto;left: 420px; flex-direction: row; gap: 20px; }
  .section-box {  margin-bottom: 120px; padding-top: 60px; }
}
