*{box-sizing:border-box;margin:0;padding:0}
:root{--gold:#f5c62e;--gold2:#ffd34f;--black:#070b0d;--text:#111519;--muted:#60676b}
html{scroll-behavior:smooth}
body{font-family:'Poppins',Arial,sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:auto}

.site-header{position:absolute;top:0;left:0;width:100%;z-index:20;padding:20px 0}
.site-header:before{content:"";position:absolute;inset:0 0 auto 0;height:105px;background:linear-gradient(180deg,rgba(0,0,0,.68),rgba(0,0,0,0));z-index:-1}
.nav-wrap{display:flex;align-items:center;gap:30px}
.brand{width:205px;display:block;flex:none}
.brand img{width:100%;height:auto}
.main-nav{display:flex;align-items:center;gap:28px;margin-left:auto}
.main-nav a{color:#fff;font-size:13px;font-weight:500;white-space:nowrap;position:relative}
.main-nav a:after{content:"";position:absolute;left:0;bottom:-9px;width:0;height:2px;background:var(--gold);transition:.25s}
.main-nav a:hover:after,.main-nav a.active:after{width:100%}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 22px;border-radius:7px;font-size:13px;font-weight:700;transition:.25s;border:1px solid transparent}
.btn-gold{background:var(--gold);color:#080a0b}
.btn-gold:hover{background:var(--gold2);transform:translateY(-2px)}
.btn-outline{border-color:rgba(255,255,255,.72);color:#fff;background:rgba(0,0,0,.08)}
.btn-outline:hover{background:#fff;color:#111}
.btn-outline.dark{border-color:#1c252b;color:#111;background:transparent}
.btn-outline.dark:hover{background:#111;color:#fff}
.download-icon{font-size:18px;font-weight:800}

.hero{position:relative;height:720px;min-height:720px;overflow:hidden;background:#080b0d;color:#fff}
.hero-background{position:absolute;inset:0;z-index:0}
.hero-background img{width:auto;height:100%;max-width:none;object-fit:contain;object-position:center right;position:absolute;right:0;top:0}
.hero-shade{position:absolute;inset:0;z-index:1;background:
  linear-gradient(90deg,rgba(3,5,7,.82) 0%,rgba(3,5,7,.63) 29%,rgba(3,5,7,.18) 58%,rgba(3,5,7,.05) 100%),
  linear-gradient(0deg,rgba(0,0,0,.20),transparent 40%,rgba(0,0,0,.16))}
.hero-inner{position:relative;z-index:2;height:100%;display:flex;align-items:center}
.hero-copy{width:53%;padding-top:55px}
.eyebrow{font-size:12px;letter-spacing:3px;font-weight:600;margin-bottom:20px;color:#fff}
.eyebrow span{color:var(--gold)}
.hero h1{font-size:60px;line-height:1.08;letter-spacing:-2px;margin-bottom:22px}
.hero h1 span{color:var(--gold)}
.hero-text{font-size:15px;color:#f0f0f0;margin-bottom:28px;max-width:570px}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}
.hero-note{margin-top:42px;font-size:12px;color:#f1f1f1;display:flex;gap:12px;align-items:center}
.hero-note span{width:30px;height:3px;background:var(--gold);display:block;flex:none}

section{scroll-margin-top:50px}
.commitments,.advantages{padding:68px 0 74px;text-align:center;background:#fff}
.section-kicker{color:#c29a25;font-size:11px;font-weight:700;letter-spacing:1.4px;margin-bottom:5px}
section h2{font-size:37px;line-height:1.2;letter-spacing:-1.2px}
.feature-grid{display:grid;gap:0;margin-top:38px}
.feature-grid.four{grid-template-columns:repeat(4,1fr)}
.feature-card{padding:18px 25px;border-right:1px solid #e2e2e2}
.feature-card:last-child{border-right:0}
.feature-icon,.line-icon{height:58px;display:flex;align-items:center;justify-content:center;font-size:42px;font-weight:300;color:#0d1114;margin-bottom:7px}
.feature-card h3{font-size:16px;margin-bottom:7px}
.feature-card p{font-size:12px;color:#555;line-height:1.65}

.product-section{background:#f4f5f5;overflow:hidden}
.product-grid{min-height:560px;display:grid;grid-template-columns:52% 48%;align-items:center}
.product-copy{padding:70px 30px 70px 0}
.product-copy h2{font-size:48px;margin:0 0 2px}
.product-copy h3{font-size:19px;line-height:1.35;margin-bottom:18px}
.product-copy>p:not(.section-kicker){max-width:560px;color:#5b5f61;font-size:13px;margin-bottom:27px}
.product-actions{display:flex;gap:13px;flex-wrap:wrap}
.product-visual{height:560px;display:flex;align-items:center;justify-content:center;padding:20px 0 20px 20px;overflow:hidden}
.product-visual img{width:auto;height:430px;max-width:88%;object-fit:contain;object-position:center;filter:drop-shadow(0 14px 18px rgba(0,0,0,.10))}

.advantages{padding-top:75px;padding-bottom:82px}
.advantages .line-icon{font-size:44px}
.cta{background:#080d11;color:#fff;padding:48px 0}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta h2{font-size:29px;line-height:1.25}
.cta p{color:#d2d5d6;font-size:13px;margin-top:10px}

.footer{background:#05090c;color:#fff;padding:46px 0 0;border-top:1px solid #1b2024}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1.5fr 1fr;gap:50px;padding-bottom:40px}
.footer-brand img{width:210px;margin-bottom:18px}
.footer p,.footer a{font-size:12px;color:#cbd0d2}
.footer-grid h3{font-size:13px;margin-bottom:15px}
.footer-grid>div:not(.footer-brand)>a{display:block;margin-bottom:8px}
.footer-grid>div:not(.footer-brand)>p{margin-bottom:8px}
.socials{display:flex;gap:10px}
.socials a{width:38px;height:38px;border:1px solid #32393e;border-radius:50%;display:flex!important;align-items:center;justify-content:center;font-size:15px!important;color:#fff!important}
.footer-bottom{border-top:1px solid #252b2f;padding:19px 0;display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-bottom div{display:flex;gap:10px;align-items:center}

.menu-toggle{display:none;background:none;border:0}

@media(max-width:900px){
  .site-header{padding:14px 0}
  .brand{width:160px}
  .main-nav{display:none;position:absolute;top:72px;left:4%;right:4%;background:#090d10;padding:22px;border:1px solid #252b2f;border-radius:10px;flex-direction:column;align-items:flex-start;gap:17px}
  .main-nav.open{display:flex}
  .menu-toggle{display:flex;margin-left:auto;flex-direction:column;gap:5px}
  .menu-toggle span{width:25px;height:2px;background:#fff}
  .nav-download{display:none}
  .hero{height:760px;min-height:760px}
  .hero-background img{object-position:center right}
  .hero-shade{background:linear-gradient(90deg,rgba(3,5,7,.86) 0%,rgba(3,5,7,.58) 46%,rgba(3,5,7,.20) 100%)}
  .hero-inner{min-height:760px}
  .hero-copy{width:68%;padding-top:100px}
  .hero h1{font-size:48px}
  .feature-grid.four{grid-template-columns:repeat(2,1fr)}
  .feature-card:nth-child(2){border-right:0}
  .feature-card:nth-child(1),.feature-card:nth-child(2){border-bottom:1px solid #e2e2e2}
  .product-grid{grid-template-columns:1fr;min-height:0}
  .product-copy{padding:55px 0 25px}
  .product-visual{height:470px;padding:15px 0 0;align-items:center;justify-content:center}
  .product-visual img{height:390px;width:auto;max-width:92%;object-fit:contain}
  .footer-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:560px){
  .container{width:90%}
  .brand{width:145px}
  .hero{height:720px;min-height:720px}
  .hero-background img{object-position:61% center}
  .hero-shade{background:linear-gradient(90deg,rgba(3,5,7,.90) 0%,rgba(3,5,7,.67) 58%,rgba(3,5,7,.32) 100%)}
  .hero-inner{min-height:720px}
  .hero-copy{width:100%;padding-top:105px}
  .hero h1{font-size:40px}
  .hero-text{font-size:13px}
  .desktop{display:none}
  .hero-actions,.product-actions{flex-direction:column;align-items:stretch}
  .hero-actions .btn,.product-actions .btn{width:100%}
  .hero-note{margin-top:28px}
  section h2{font-size:30px}
  .feature-grid.four{grid-template-columns:1fr}
  .feature-card{border-right:0!important;border-bottom:1px solid #e2e2e2!important;padding:24px 10px}
  .feature-card:last-child{border-bottom:0!important}
  .product-copy h2{font-size:39px}
  .product-copy h3{font-size:17px}
  .product-visual{height:410px;align-items:center;justify-content:center}
  .product-visual img{height:340px;width:auto;max-width:94%}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .footer-bottom div{flex-wrap:wrap}
}

/* Icônes de la section "Les avantages" — style fidèle à la maquette */
.advantages .line-icon{
  height:66px;
  margin-bottom:8px;
}
.advantages .line-icon svg{
  width:56px;
  height:56px;
  overflow:visible;
  fill:none;
  stroke:#080b0d;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.advantages .line-icon svg circle,
.advantages .line-icon svg ellipse,
.advantages .line-icon svg rect,
.advantages .line-icon svg line,
.advantages .line-icon svg path,
.advantages .line-icon svg polyline{
  vector-effect:non-scaling-stroke;
}
@media(max-width:560px){
  .advantages .line-icon{height:60px}
  .advantages .line-icon svg{width:52px;height:52px}
}

/* Icônes de la section « Nos engagements » — style conforme à la référence */
.commitments .feature-icon{
  height:66px;
  margin-bottom:8px;
}
.commitments .feature-icon svg{
  width:56px;
  height:56px;
  fill:none;
  stroke:#080b0d;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  overflow:visible;
}
.commitments .feature-icon svg path,
.commitments .feature-icon svg circle,
.commitments .feature-icon svg polyline{
  vector-effect:non-scaling-stroke;
}
@media(max-width:560px){
  .commitments .feature-icon{height:60px}
  .commitments .feature-icon svg{width:52px;height:52px}
}

/* Icône Télécharger — même icône sur tous les CTA de téléchargement */
.download-icon{
  width:20px;
  height:20px;
  flex:0 0 20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
  vertical-align:middle;
}
a .download-icon,
button .download-icon{
  margin-right:10px;
}
a:has(.download-icon),
button:has(.download-icon){
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
@media(max-width:560px){
  .download-icon{width:18px;height:18px;flex-basis:18px}
  a .download-icon,
  button .download-icon{margin-right:8px}
}

/* Icônes réelles du footer — contact + réseaux sociaux */
.footer-contact-row{
  display:flex;
  align-items:center;
  gap:12px;
}
.footer-contact-icon{
  width:22px;
  height:22px;
  flex:0 0 22px;
  fill:none;
  stroke:#f4c430;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-contact-row span{
  display:inline-block;
}
.socials a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.socials a svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.socials a:first-child svg path{
  fill:currentColor;
  stroke:none;
}
.socials a:nth-child(2) svg path{
  fill:currentColor;
  stroke:none;
}
.socials a:nth-child(2) svg rect{
  fill:none;
  stroke:currentColor;
}
.socials a:nth-child(3) svg path:first-child{
  fill:none;
}
@media(max-width:560px){
  .footer-contact-icon{width:20px;height:20px;flex-basis:20px}
  .footer-contact-row{gap:10px}
  .socials a svg{width:20px;height:20px}
}

/* Signature visuelle du Hero — phrase manuscrite, placée sur l'espace libre
   entre le contenu et le personnage, comme dans la maquette de référence. */
.hero-phrase{
  position:absolute;
  z-index:3;
  left:51%;
  top:14%;
  width:245px;
  pointer-events:none;
  transform:rotate(-4deg);
  color:#fff;
  font-family:"Segoe Script","Brush Script MT","URW Chancery L",cursive;
  font-size:32px;
  font-weight:500;
  line-height:1.12;
  text-align:left;
  text-shadow:0 2px 8px rgba(0,0,0,.35);
}
.hero-phrase::after{
  content:"";
  position:absolute;
  left:-3px;
  bottom:-20px;
  width:190px;
  height:18px;
  border-bottom:4px solid #f4c430;
  border-radius:50%;
  transform:rotate(-7deg) skewX(-18deg);
  filter:drop-shadow(0 2px 2px rgba(0,0,0,.2));
}
@media(max-width:1200px){
  .hero-phrase{
    left:50%;
    top:15%;
    font-size:29px;
    width:220px;
  }
}
@media(max-width:900px){
  .hero-phrase{
    left:50%;
    top:12%;
    font-size:25px;
    width:190px;
  }
  .hero-phrase::after{
    width:150px;
    bottom:-14px;
    height:13px;
    border-bottom-width:3px;
  }
}
@media(max-width:560px){
  .hero-phrase{
    left:auto;
    right:7%;
    top:15%;
    width:155px;
    font-size:21px;
  }
  .hero-phrase::after{
    width:125px;
  }
}

/* Démonstration de recherche — ajoutée sans modifier les sections existantes */
.search-demo{
  background:#080d11;
  color:#fff;
  padding:82px 0 88px;
  overflow:hidden;
  position:relative;
}
.search-demo:before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-210px;
  top:-250px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(245,198,46,.16),rgba(245,198,46,0) 68%);
  pointer-events:none;
}
.search-demo-inner{position:relative;z-index:1}
.search-demo-heading{text-align:center;max-width:720px;margin:0 auto 34px}
.search-demo-heading .section-kicker{color:var(--gold2)}
.search-demo-heading h2{font-size:36px;letter-spacing:-1px;margin-bottom:13px}
.search-demo-heading>p:last-child{font-size:13px;color:#c8ced1;max-width:650px;margin:0 auto}
.search-demo-panel{
  max-width:930px;
  margin:0 auto;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  box-shadow:0 24px 70px rgba(0,0,0,.28);
  padding:24px;
}
.search-demo-input-wrap{
  height:64px;
  display:flex;
  align-items:center;
  gap:14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:11px;
  padding:0 18px;
  background:#0d1317;
  box-shadow:inset 0 0 0 1px rgba(245,198,46,.02);
}
.search-demo-icon{width:22px;height:22px;fill:none;stroke:#f5c62e;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}
.search-demo-input{font-size:16px;font-weight:500;letter-spacing:.15px;flex:1;min-width:0;display:flex;align-items:center;min-height:30px}
.search-demo-cursor{display:inline-block;width:2px;height:22px;background:var(--gold);margin-left:2px;animation:searchCursor .85s steps(1,end) infinite}
.search-demo-shortcut{font-size:9px;letter-spacing:1px;color:#7e878c;border:1px solid #30383d;border-radius:5px;padding:6px 8px;white-space:nowrap}
@keyframes searchCursor{0%,45%{opacity:1}46%,100%{opacity:0}}
.search-demo-results{padding-top:22px;opacity:0;transform:translateY(8px);transition:opacity .5s ease,transform .5s ease;pointer-events:none}
.search-demo-panel.is-results-visible .search-demo-results{opacity:1;transform:translateY(0)}
.search-demo-results-head{display:flex;justify-content:space-between;align-items:center;color:#929ca1;font-size:11px;margin:0 2px 12px}
.search-demo-results-head span:last-child{color:#f5c62e}
.search-demo-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
.search-result-card{min-height:126px;border:1px solid rgba(255,255,255,.09);background:#0c1216;border-radius:10px;padding:16px;display:flex;align-items:flex-start;gap:12px;position:relative;transition:transform .25s ease,border-color .25s ease,background .25s ease}
.search-result-card:hover{transform:translateY(-3px);border-color:rgba(245,198,46,.42);background:#10181d}
.search-result-icon{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex:none;font-size:13px;font-weight:700}
.search-result-icon.film{background:rgba(245,198,46,.13);color:#f5c62e}
.search-result-icon.folder{background:rgba(255,255,255,.08);color:#fff}
.search-result-content{min-width:0;padding-right:15px}
.search-result-type{display:block;color:#f5c62e;text-transform:uppercase;font-size:8px;letter-spacing:1.2px;font-weight:700;margin-bottom:4px}
.search-result-card h3{font-size:13px;line-height:1.35;color:#fff;margin:0 0 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.search-result-card p{font-size:9px;line-height:1.5;color:#808b90;margin:0}
.search-result-card p span{color:#b2b8bb;padding:0 3px}
.search-result-arrow{position:absolute;right:13px;bottom:12px;color:#657075;font-size:14px}
@media(max-width:900px){
  .search-demo{padding:68px 0 72px}
  .search-demo-heading h2{font-size:31px}
  .search-demo-cards{grid-template-columns:1fr}
  .search-result-card{min-height:92px}
}
@media(max-width:560px){
  .search-demo{padding:58px 0 62px}
  .search-demo-heading h2{font-size:28px}
  .search-demo-heading>p:last-child{font-size:12px}
  .search-demo-panel{padding:14px;border-radius:12px}
  .search-demo-input-wrap{height:56px;padding:0 13px;gap:10px}
  .search-demo-input{font-size:14px}
  .search-demo-shortcut{display:none}
  .search-result-card{padding:14px}
}
@media(prefers-reduced-motion:reduce){
  .search-demo-cursor{animation:none;opacity:1}
  .search-demo-results{transition:none}
  .search-result-card{transition:none}
}

/* =========================================================
   Section créateur + YouTube Short
   Ajoutée sans déplacer ni modifier les sections existantes.
   ========================================================= */
.creator-video-section{
  background:#f5f5f3;
  padding:96px 0;
  border-top:1px solid rgba(8,11,13,.06);
}
.creator-video-inner{
  width:min(1180px, calc(100% - 48px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(280px,430px) minmax(0,1fr);
  gap:78px;
  align-items:center;
}
.creator-video-media{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.creator-video-label{
  width:100%;
  margin-bottom:16px;
  color:#b88a00;
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
  text-align:left;
}
.creator-video-frame{
  width:min(100%,390px);
  aspect-ratio:9 / 16;
  overflow:hidden;
  background:#080b0d;
  border-radius:22px;
  box-shadow:0 22px 55px rgba(8,11,13,.18);
  border:1px solid rgba(244,196,48,.35);
}
.creator-video-frame iframe{
  width:100%;
  height:100%;
  display:block;
  border:0;
}
.creator-video-link{
  margin-top:16px;
  color:#111519;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}
.creator-video-link:hover{
  color:#b88a00;
}
.creator-video-copy .section-kicker{
  color:#b88a00;
  font-size:13px;
  font-weight:800;
  letter-spacing:.18em;
  margin-bottom:14px;
}
.creator-video-copy h2{
  margin:0 0 22px;
  color:#111519;
  font-size:clamp(38px,4.2vw,58px);
  line-height:1.02;
  letter-spacing:-.04em;
}
.creator-video-copy h2 span{
  color:#f0bd20;
}
.creator-intro{
  max-width:650px;
  margin:0 0 30px;
  color:#5f666b;
  font-size:17px;
  line-height:1.75;
}
.creator-points{
  display:grid;
  gap:16px;
}
.creator-points article{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:15px;
  align-items:start;
  padding:17px 0;
  border-top:1px solid rgba(17,21,25,.10);
}
.creator-point-icon{
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1.5px solid #f0bd20;
  border-radius:50%;
  color:#111519;
  font-size:11px;
  font-weight:800;
}
.creator-points h3{
  margin:1px 0 5px;
  color:#111519;
  font-size:16px;
}
.creator-points p{
  margin:0;
  color:#687077;
  font-size:14px;
  line-height:1.55;
}
.creator-signature{
  margin:28px 0 0;
  color:#111519;
  font-size:15px;
  font-weight:700;
  font-style:italic;
}
@media(max-width:900px){
  .creator-video-section{padding:72px 0}
  .creator-video-inner{
    grid-template-columns:1fr;
    gap:48px;
    width:min(680px,calc(100% - 36px));
  }
  .creator-video-media{order:1}
  .creator-video-copy{order:2}
  .creator-video-frame{width:min(330px,100%)}
}
@media(max-width:560px){
  .creator-video-section{padding:58px 0}
  .creator-video-inner{width:calc(100% - 28px);gap:36px}
  .creator-video-frame{border-radius:16px}
  .creator-video-copy h2{font-size:39px}
  .creator-intro{font-size:15px}
}

.archive-offer-section{background:#080b0d;color:#fff;padding:105px 0}.archive-offer-inner{width:min(1180px,calc(100% - 48px));margin:auto;display:grid;grid-template-columns:1fr 460px;gap:80px;align-items:center}.archive-offer-heading .section-kicker,.archive-journey-inner .section-kicker,.archive-final-cta .section-kicker{color:#f0bd20;font-size:12px;font-weight:800;letter-spacing:.18em;margin-bottom:15px}.archive-offer-heading h2{margin:0 0 24px;font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.045em}.archive-offer-heading h2 span,.archive-journey-inner h2 span,.archive-final-cta h2 span{color:#f0bd20}.archive-offer-heading p{max-width:610px;color:#b9bec1;font-size:17px;line-height:1.75}.archive-offer-card{background:#fff;color:#111519;border-radius:24px;padding:34px;box-shadow:0 25px 70px #0004}.archive-offer-badge{display:inline-flex;padding:7px 11px;border-radius:999px;background:#f0bd20;font-size:10px;font-weight:900;letter-spacing:.12em}.archive-offer-price{display:flex;align-items:end;gap:10px;margin-top:24px}.archive-offer-price strong{font-size:64px;line-height:.9;letter-spacing:-.05em}.archive-offer-price span{font-size:20px;font-weight:800;margin-bottom:5px}.archive-offer-life{margin-top:10px;font-size:14px;font-weight:900;letter-spacing:.16em}.archive-offer-card>p{color:#687077}.archive-offer-list{list-style:none;padding:0;margin:20px 0 25px;display:grid;gap:11px}.archive-offer-list li{font-size:14px;color:#3f474c}.archive-offer-actions,.archive-final-cta-actions{display:grid;gap:10px}.archive-btn{min-height:52px;padding:14px 18px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:10px;text-decoration:none;font-size:12px;font-weight:900;letter-spacing:.04em}.archive-btn-dark{background:#111519;color:#fff}.archive-btn-gold{background:#f0bd20;color:#111519}.archive-btn-light{background:#fff;color:#111519}.archive-offer-card small{display:block;margin-top:16px;color:#858b8f;font-size:11px;line-height:1.5}.archive-journey-section{background:#f5f5f3;padding:100px 0}.archive-journey-inner{width:min(1180px,calc(100% - 48px));margin:auto;text-align:center}.archive-journey-inner h2{margin:0;color:#111519;font-size:clamp(40px,5vw,62px);line-height:1.02}.archive-journey-intro{max-width:620px;margin:20px auto 48px;color:#697177;line-height:1.7}.archive-journey-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;text-align:left}.archive-step{background:#fff;border:1px solid #11151914;border-radius:18px;padding:25px}.archive-step>span{color:#b88a00;font-size:12px;font-weight:900}.archive-step h3{margin:20px 0 9px;color:#111519}.archive-step p{margin:0;color:#6a7277;font-size:14px;line-height:1.6}.archive-final-cta{background:#111519;color:#fff;padding:82px 0}.archive-final-cta-inner{width:min(1180px,calc(100% - 48px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:45px}.archive-final-cta h2{margin:0;font-size:clamp(38px,4.5vw,58px);line-height:1.02}.archive-final-cta p{max-width:590px;color:#adb3b7;line-height:1.7}.archive-final-cta-actions{width:360px;flex-shrink:0}@media(max-width:950px){.archive-offer-inner{grid-template-columns:1fr;gap:48px}.archive-journey-grid{grid-template-columns:repeat(2,1fr)}.archive-final-cta-inner{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.archive-offer-section,.archive-journey-section{padding:72px 0}.archive-offer-inner,.archive-journey-inner,.archive-final-cta-inner{width:calc(100% - 28px)}.archive-offer-card{padding:25px 20px}.archive-offer-price strong{font-size:52px}.archive-journey-grid{grid-template-columns:1fr}.archive-final-cta-actions{width:100%}}

/* V20 — Icônes illustratives du parcours */
.archive-step{position:relative}
.archive-step-icon{width:42px;height:42px;display:block;margin-bottom:18px;fill:none;stroke:#b88a00;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.archive-step:hover .archive-step-icon{stroke:#111519;transform:translateY(-2px);transition:transform .2s ease,stroke .2s ease}

/* V23 — preuve sociale téléchargement */
.nav-download{flex-direction:column;gap:1px;line-height:1.05}.nav-download .download-icon{position:absolute;left:15px}

/* V24 — Compteur de téléchargements réel dans le Hero */
.hero-download-counter{
  margin-top:18px;
  display:flex;
  align-items:baseline;
  gap:7px;
  color:#fff;
  min-height:28px;
  width:max-content;
}
.hero-counter-icon{
  color:var(--gold);
  font-size:24px;
  line-height:1;
  font-weight:800;
  margin-right:2px;
  transform:translateY(1px);
}
.hero-counter-label{
  color:#f2f2f2;
  font-size:13px;
  font-style:italic;
  font-weight:500;
}
.hero-download-counter strong{
  color:var(--gold);
  font-size:22px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.02em;
}
.hero-counter-suffix{
  color:#f2f2f2;
  font-size:13px;
}
@media(max-width:560px){
  .hero-download-counter{margin-top:15px;gap:6px}
  .hero-counter-label,.hero-counter-suffix{font-size:12px}
  .hero-download-counter strong{font-size:21px}
}
