/* =========================================================
   ADS CREATION — CLEAN PRO CSS (Blue + Gold)
   Pages: header, homePro (hero + method + reviews), contactPro
   ========================================================= */

/* =============== THEME =============== */
:root{
  --bg0:#070b18;          /* page base */
  --bg1:#0b1430;          /* deep blue */
  --bg2:#081029;          /* darker */
  --card:rgba(255,255,255,.03);
  --card2:rgba(10,16,40,.55);
  --text:#f7f7fb;
  --muted:#c7cedd;
  --gold:#a58f7f;         /* dark gold */
  --line:rgba(255,255,255,.10);
  --lineGold:rgba(165,143,127,.28);
  --shadow: 0 22px 70px rgba(0,0,0,.45);
}

/* =============== BASE =============== */
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:var(--text);

  /* ✅ fond uni + léger dégradé (sans coupures) */
  background:
    radial-gradient(1200px 700px at 20% 0%, rgba(60,90,160,.14), transparent 60%),
    radial-gradient(1000px 600px at 85% 10%, rgba(30,60,130,.10), transparent 62%),
    linear-gradient(180deg, var(--bg1) 0%, var(--bg0) 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;

  overflow-x:hidden;
}
a{color:inherit}
img{max-width:100%; display:block}
.container{width:min(1120px,92%); margin:0 auto}

h1,h2,h3,p,ul{margin:0}
p{line-height:1.7}
ul{padding-left:18px}

/* =============== BUTTONS =============== */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 14px;
  border-radius:12px;
  border:1px solid var(--lineGold);
  background: rgba(255,255,255,.02);
  text-decoration:none;
  font-weight:900;
  letter-spacing:.2px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover{
  transform: translateY(-2px);
  border-color: rgba(165,143,127,.70);
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
}
.btn--accent{
  background: linear-gradient(180deg, rgba(165,143,127,.96), rgba(141,118,102,.96));
  border-color: transparent;
  color:#0b1026;
}
.btn--ghost{
  background: transparent;
}

/* =============== REVEAL =============== */
.reveal{
  transform: translateY(14px);
  opacity:0;
  transition: transform .75s ease, opacity .75s ease;
}
.reveal.is-in{
  transform: translateY(0);
  opacity:1;
}

/* =============== HEADER (COMPACT, PRO) =============== */
.header{
  position: sticky;
  top: 0;
  z-index: 100;
  height:64px;
  overflow:hidden;
  background: linear-gradient(180deg, rgba(8,15,40,.92), rgba(8,15,40,.72));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header__inner{
  height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 0;
}

/* brand */
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  max-height:64px;
}
.brand__logo{
  width:34px;
  height:34px;
  object-fit:contain;
  flex-shrink:0;
}
.brand__text{
  display:flex;
  flex-direction:column;
  justify-content:center;
  line-height:1.1;
}
.brand__name{
  font-size:14px;
  font-weight:950;
  white-space:nowrap;
}
.brand__tagline{
  font-size:11px;
  color:var(--muted);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:260px;
}

/* nav */
.nav{
  display:flex;
  align-items:center;
  gap:16px;
}
.nav a{
  font-size:13px;
  text-decoration:none;
  white-space:nowrap;
  opacity:.92;
}
.nav a:hover{opacity:1}
.nav .btn{
  padding:8px 12px;
  font-size:13px;
  border-radius:10px;
}

/* responsive nav */
@media (max-width: 820px){
  .brand__tagline{display:none}
}
@media (max-width: 640px){
  .nav a:not(.btn){display:none}
}

/* =============== HOME PRO =============== */
.homePro .mainPro{padding-bottom:70px}

/* HERO */
.homePro .heroPro{
  position:relative;
  min-height: calc(100vh - 64px);
  display:flex;
  align-items:center;
  padding: 54px 0 42px;
  overflow:hidden;

  /* ✅ fond identique partout : on ne met plus de fond spécifique ici */
  background: transparent;
}
.heroPro__bg{display:none;} /* on neutralise l'ancien système glow/grid/noise */
.heroPro__wrap{text-align:center}

/* pill */
.pill{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--lineGold);
  background: rgba(255,255,255,.02);
  color: var(--muted);
  font-weight:900;
  letter-spacing:.2px;
}
.heroPro__top{display:flex; justify-content:center; margin-bottom:16px}

/* title */
.heroPro__center h1{
  margin: 0 auto 12px;
  font-size: 56px;
  line-height: 1.02;
  letter-spacing: -1px;
  max-width: 18ch;
}
.gold{color:var(--gold); text-shadow: 0 18px 45px rgba(0,0,0,.35)}
.heroPro__center p{
  margin: 0 auto 18px;
  color: var(--muted);
  max-width: 72ch;
  font-size: 16px;
}

/* hero ctas */
.heroPro__cta{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top: 14px;
}

/* kpis */
.heroPro__cards{
  margin: 26px auto 0;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 980px;
}
.kpi{
  border:1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.02);
  padding: 14px;
  text-align:left;
  box-shadow: 0 16px 55px rgba(0,0,0,.25);
}
.kpi__t{font-weight:950}
.kpi__d{color:var(--muted); font-size:12px; margin-top:6px}

/* slogan (replaces "Découvrir…") */
.heroPro__slogan{
  margin-top: 18px;
  display:inline-flex;
  gap:10px;
  align-items:center;
  color: var(--muted);
  font-weight:900;
  font-size:12px;
  justify-content:center;
}
.heroPro__slogan .dot{
  width:10px; height:10px;
  border-radius:999px;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(165,143,127,.14);
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.18)}}

/* Section headings */
.sectionPro{padding: 60px 0 0}
.sectionPro__head{
  margin: 0 auto 22px;
  text-align:center;
  max-width: 780px;
}
.sectionPro__head h2{margin:0 0 8px; font-size:28px}
.sectionPro__head p{margin:0; color:var(--muted)}

/* Method steps (no center line) */
.timelinePro{
  margin: 24px auto 0;
  max-width: 900px;
  padding: 8px 0;
}
.timelinePro::before{display:none}

.tStep{
  padding: 28px 0;
  display:grid;
  gap: 12px;
  place-items:center;
}
.tStep__btn{
  padding: 12px 16px;
  border-radius: 999px;
  border:1px solid var(--lineGold);
  background: rgba(255,255,255,.02);
  color: var(--text);
  font-weight: 950;
  cursor:pointer;
  box-shadow: 0 18px 55px rgba(0,0,0,.30);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.tStep__btn:hover{
  transform: translateY(-2px);
  border-color: rgba(165,143,127,.70);
  box-shadow: 0 22px 70px rgba(0,0,0,.38);
}
.tStep__btn--gold{
  background: linear-gradient(180deg, rgba(165,143,127,.96), rgba(141,118,102,.96));
  color:#0b1026;
  border-color: transparent;
}

.tStep__card{
  width: min(860px, 92%);
  border-radius: 20px;
  border:1px solid var(--line);
  background: var(--card2);
  padding: 18px;
  box-shadow: var(--shadow);
  text-align:left;
}
.tStep__card h3{margin:0 0 8px}
.tStep__card p{margin:0 0 10px; color:var(--muted)}
.tStep__card ul{margin:0; color:var(--muted)}
.tStep__card li{margin:6px 0}

/* tags */
.tags{display:flex; gap:8px; flex-wrap:wrap; margin-top:8px}
.tags span{
  border:1px solid var(--line);
  padding:6px 10px;
  border-radius:999px;
  color:var(--muted);
  background: rgba(255,255,255,.02);
  font-weight:900;
  font-size:12px;
}

/* mini cards */
.miniGrid{display:grid; grid-template-columns: repeat(3, 1fr); gap:10px; margin-top:10px}
.miniCard{
  display:block;
  padding:12px;
  border-radius:16px;
  text-decoration:none;
  border:1px solid var(--line);
  background: rgba(255,255,255,.02);
  font-weight:950;
  transition: transform .18s ease, border-color .18s ease;
}
.miniCard:hover{
  transform: translateY(-2px);
  border-color: rgba(165,143,127,.55);
}

/* closing */
.rowBtns{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}
.closing{
  margin: 30px auto 0;
  max-width: 900px;
  text-align:center;
  border:1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  background: var(--card2);
  box-shadow: var(--shadow);
}
.closing p{
  color:var(--muted);
  max-width:72ch;
  margin: 10px auto 0;
}

/* =============== REVIEWS MARQUEE =============== */
.reviewsMarquee{
  margin: 18px auto 0;
  max-width: 980px;
  text-align:left;
  border:1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.02);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.reviewsMarquee__head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}
.rmTitle{font-weight:950}
.rmMeta{display:flex; gap:10px; align-items:center}
.rmSmall{color:var(--muted); font-size:12px}
.stars{color: var(--gold); letter-spacing:1px}

.reviewsMarquee__viewport{
  overflow:hidden;
  padding: 14px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.reviewCard{
  width: 320px;
  border:1px solid var(--line);
  border-radius: 18px;
  background: var(--card2);
  padding: 14px;
  transition: transform .18s ease, border-color .18s ease;
}
.reviewCard:hover{
  transform: translateY(-2px);
  border-color: rgba(165,143,127,.55);
}
.reviewCard__top{
  display:flex;
  gap:10px;
  align-items:center;
  margin-bottom: 10px;
}
.avatar{
  width:36px; height:36px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(165,143,127,.18);
  border:1px solid var(--lineGold);
  font-weight:950;
}
.who .name{font-weight:950}
.who .sub{
  display:flex;
  gap:10px;
  align-items:center;
  color:var(--muted);
  font-size:12px;
}
.reviewCard__text{
  color: var(--muted);
  line-height: 1.65;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow:hidden;
}
.reviewsMarquee__foot{
  padding: 14px 16px 16px;
  border-top: 1px solid var(--line);
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* =============== CONTACT PRO =============== */
.contactWrap{padding-bottom:70px}
.contactHero{padding: 42px 0 18px}
.contactHero__inner{
  text-align:center;
  max-width: 900px;
  margin: 0 auto;
}
.contactHero h1{
  margin: 12px 0 10px;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.8px;
}
.contactHero p{
  margin: 0 auto 14px;
  color: var(--muted);
  max-width: 70ch;
}
.contactHero__actions{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top: 12px;
}

.notice{
  margin:14px auto 0;
  max-width: 820px;
  border-radius:16px;
  padding:12px 14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.02);
  color: var(--muted);
}

.contactSection{padding: 26px 0 0}
.contactGrid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
  align-items:start;
}

.contactCard{
  border:1px solid var(--line);
  border-radius: 22px;
  background: var(--card2);
  box-shadow: var(--shadow);
  padding: 18px;
}
.contactCard--tight{padding: 16px}

.contactCard__head h2{margin:0 0 6px}
.contactCard__head .muted{margin:0; color:var(--muted); font-size:12px}

.formPro{margin-top: 12px}
.field{display:flex; flex-direction:column; gap:6px; margin-top: 10px}
.field label{color: var(--muted); font-size:12px; font-weight:900; letter-spacing:.2px}

.formPro input, .formPro textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.02);
  color: var(--text);
  outline:none;
}
.formPro input:focus, .formPro textarea:focus{
  border-color: rgba(165,143,127,.55);
  box-shadow: 0 0 0 4px rgba(165,143,127,.10);
}

.row2{display:grid; grid-template-columns: 1fr 1fr; gap: 10px}
.formBottom{margin-top: 14px; display:flex; flex-direction:column; gap:10px}
.small{font-size:12px; color:var(--muted); line-height:1.6; margin:0}

.chipsPick{display:flex; gap:10px; flex-wrap:wrap; margin-top:6px}
.chip{
  position:relative;
  display:inline-flex;
  align-items:center;
  border:1px solid var(--line);
  padding:10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.02);
  cursor:pointer;
  user-select:none;
  transition: transform .18s ease, border-color .18s ease;
}
.chip:hover{transform: translateY(-1px); border-color: rgba(165,143,127,.55)}
.chip input{position:absolute; opacity:0; pointer-events:none}
.chip span{color: var(--muted); font-weight:900; font-size:12px}
.chip input:checked + span{color: var(--text)}
.chip input:checked + span::after{
  content:"";
  display:inline-block;
  width:8px; height:8px;
  border-radius:999px;
  background: var(--gold);
  margin-left:8px;
  box-shadow: 0 0 0 6px rgba(165,143,127,.12);
}

.contactAside{display:flex; flex-direction:column; gap:14px}
.infoLine{
  display:grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.infoLine:first-of-type{border-top:none}
.infoLine .k{color: var(--muted); font-weight:900; font-size:12px}
.infoLine .v{color: var(--text)}
.asideCtas{display:flex; gap:10px; flex-wrap:wrap; margin-top: 12px}
.bullet{margin: 10px 0 0; padding-left: 18px; color: var(--muted)}
.bullet li{margin:8px 0}
.hp{display:none}

/* =============== RESPONSIVE =============== */
@media (max-width: 980px){
  .heroPro__center h1{font-size:40px}
  .heroPro__cards{grid-template-columns:1fr; max-width:560px}
  .miniGrid{grid-template-columns:1fr}

  .contactGrid{grid-template-columns: 1fr}
  .contactHero h1{font-size:36px}
  .row2{grid-template-columns:1fr}
}
/* =========================================================
   REVIEWS MARQUEE — SINGLE SOURCE OF TRUTH (CSS ONLY)
   ========================================================= */

.reviewsMarquee{
  overflow:hidden;
}

.reviewsMarquee__viewport{
  overflow:hidden;
  padding: 14px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.reviewsMarquee__track{
  display:flex;
  flex-wrap:nowrap;
  gap:12px;
  width:max-content;              /* track = largeur contenu */
  will-change: transform;
  animation: adsReviewsScroll 160s linear infinite;
}

.reviewsMarquee__track > .reviewCard{
  flex: 0 0 auto;                 /* ne pas shrink */
  width: 320px;
}

@keyframes adsReviewsScroll{
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(-50%,0,0); } /* marche si liste dupliquée */
}

.reviewCard:hover ~ .reviewCard,
.reviewCard:hover{
  /* rien, juste pour garder le hover */
}

/* pause seulement si on survole UNE carte */
.reviewsMarquee__track:has(.reviewCard:hover){
  animation-play-state: paused;
}
.reviewCard:hover{
  transform: translateY(-2px);
  border-color: rgba(165,143,127,.55);
}
