.home-page{
  background:#f7f9fc;
  color:#18212f;
  overflow:hidden;
}

.home-page > *{
  position:relative;
  z-index:1;
}

.home-hero-premium{
  padding:56px 0 46px;
  background:linear-gradient(180deg,#f9fbfe 0%,#f4f7fb 100%);
  border-bottom:1px solid #e4eaf1;
}

.home-hero-premium-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:42px;
  align-items:center;
}

.home-kicker,
.section-kicker,
.category-label{
  margin:0 0 10px;
  font-size:.72rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#7f8a9d;
  font-weight:700;
}

.home-hero-premium-copy h1{
  margin:0 0 18px;
  max-width:760px;
  font-size:clamp(1.95rem, 3vw, 3.1rem);
  line-height:1.08;
  letter-spacing:-0.035em;
  color:#0f172a;
  font-weight:600;
}

.home-intro{
  margin:0;
  max-width:660px;
  font-size:1rem;
  line-height:1.8;
  color:#586578;
}

.home-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}

.home-trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.home-trust-row span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border:1px solid #dbe2ea;
  background:rgba(255,255,255,.72);
  color:#425167;
  font-size:.82rem;
}

.home-hero-premium-visual{
  min-width:0;
}

.home-hero-image-stack{
  position:relative;
  min-height:520px;
}

.home-image-card{
  margin:0;
  background:#fff;
  border:1px solid #e3e8ee;
  box-shadow:0 22px 50px rgba(15,23,42,.08);
  overflow:hidden;
}

.home-image-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.home-image-card-main{
  width:100%;
  max-width:640px;
  aspect-ratio:16 / 11;
}

.home-image-card-secondary{
  position:absolute;
  right:-12px;
  bottom:-34px;
  width:52%;
  aspect-ratio:16 / 10;
  border:8px solid #f7f9fc;
  box-shadow:0 18px 42px rgba(15,23,42,.10);
}

/* Encart offre de lancement */
.launch-offer-banner{
  padding:30px 0;
  background:#f7f9fc;
}

.launch-offer-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:28px;
  padding:30px 34px;
  background:
    radial-gradient(circle at top left, rgba(220,38,38,.20), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #fff1f1 48%, #ffffff 100%);
  border:1px solid #fecaca;
  border-left:6px solid #dc2626;
  box-shadow:0 18px 42px rgba(127,29,29,.10);
}

.launch-offer-text{
  max-width:820px;
}

.launch-offer-badge{
  display:inline-flex;
  align-items:center;
  margin-bottom:12px;
  padding:7px 12px;
  background:#dc2626;
  color:#ffffff;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.launch-offer-text h2{
  margin:0 0 10px;
  font-size:clamp(1.45rem, 2.2vw, 2.1rem);
  line-height:1.15;
  letter-spacing:-0.03em;
  color:#991b1b;
  font-weight:700;
}

.launch-offer-text p{
  margin:0;
  color:#566476;
  line-height:1.7;
  font-size:1rem;
}

.launch-offer-text strong{
  color:#b91c1c;
  font-weight:800;
}

.launch-offer-note{
  margin-top:7px !important;
  font-size:.9rem !important;
  color:#7f1d1d !important;
}

.launch-offer-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
  flex-shrink:0;
}

.home-section{
  padding:72px 0;
}

.home-section-soft{
  background:#ffffff;
  border-bottom:1px solid #e7ecf2;
}

.home-editorial-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:42px;
  align-items:start;
}

.home-editorial-copy h2,
.section-heading h2,
.home-closing-copy h2{
  margin:0 0 14px;
  font-size:clamp(1.45rem, 2.2vw, 2.05rem);
  line-height:1.15;
  letter-spacing:-0.03em;
  font-weight:600;
  color:#0f172a;
}

.home-editorial-copy p,
.section-heading p,
.home-closing-copy p{
  margin:0;
  line-height:1.8;
  color:#566476;
}

.home-editorial-points{
  display:grid;
  gap:14px;
}

.editorial-point{
  display:grid;
  gap:6px;
  padding:18px 0;
  border-bottom:1px solid #e6ebf2;
}

.editorial-point strong{
  font-size:1rem;
  color:#111827;
}

.editorial-point span{
  color:#657286;
  line-height:1.6;
}

.section-heading{
  margin-bottom:28px;
  max-width:840px;
}

.section-heading-compact{
  margin-bottom:26px;
}

.category-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.category-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 220px 160px;
  gap:22px;
  align-items:center;
  padding:22px 24px;
  background:#fff;
  border:1px solid #dde4ec;
  transition:border-color .18s ease, box-shadow .18s ease;
}

.category-row:hover{
  border-color:#c6d0db;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}

.category-row-main h3{
  margin:0 0 6px;
  font-size:1.1rem;
  line-height:1.3;
  color:#111827;
  font-weight:600;
}

.category-meta{
  margin:0;
  color:#6b7280;
  font-size:.95rem;
}

.category-row-price{
  text-align:left;
}

.category-price-label{
  margin:0 0 6px;
  font-size:.88rem;
  color:#6b7280;
}

.category-price{
  margin:0;
  font-size:1.32rem;
  line-height:1.15;
  font-weight:600;
  color:#111827;
}

.category-price-muted{
  color:#475467;
}

.category-row-link{
  display:flex;
  justify-content:flex-end;
}

.text-link{
  color:#111827;
  text-decoration:none;
  font-weight:600;
}

.text-link:hover{
  text-decoration:underline;
}

.home-section-alt-premium{
  background:linear-gradient(180deg,#ffffff 0%,#f6f8fb 100%);
  border-top:1px solid #e4e9f0;
}

.home-closing-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:44px;
  align-items:center;
}

.home-closing-image{
  margin:0;
  background:#fff;
  border:1px solid #e2e8ef;
  box-shadow:0 20px 50px rgba(15,23,42,.07);
  overflow:hidden;
}

.home-closing-image img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}

.value-list.refined{
  display:grid;
  gap:14px;
  margin-top:24px;
}

.value-item{
  display:grid;
  gap:6px;
  padding:16px 0;
  border-bottom:1px solid #e4e9ef;
}

.value-item strong{
  font-size:1rem;
  color:#111827;
}

.value-item span{
  color:#667387;
  line-height:1.6;
}

.empty-state-classic{
  padding:26px;
  border:1px dashed #cfd6de;
  background:#fff;
  color:#6b7280;
}

@media (max-width: 1180px){
  .home-hero-premium-grid,
  .home-editorial-grid,
  .home-closing-grid{
    grid-template-columns:1fr;
  }

  .home-hero-image-stack{
    min-height:auto;
    display:grid;
    gap:18px;
  }

  .home-image-card-secondary{
    position:static;
    width:100%;
    border:1px solid #e3e8ee;
    box-shadow:0 14px 34px rgba(15,23,42,.08);
  }
}

@media (max-width: 900px){
  .category-row{
    grid-template-columns:1fr;
    gap:14px;
  }

  .category-row-link{
    justify-content:flex-start;
  }

  .launch-offer-inner{
    flex-direction:column;
    align-items:flex-start;
    padding:26px;
  }

  .launch-offer-actions{
    justify-content:flex-start;
  }
}

@media (max-width: 720px){
  .home-hero-premium{
    padding:42px 0 34px;
  }

  .home-hero-premium-copy h1{
    font-size:2rem;
  }

  .home-editorial-copy h2,
  .section-heading h2,
  .home-closing-copy h2{
    font-size:1.55rem;
  }

  .category-price{
    font-size:1.2rem;
  }

  .launch-offer-inner{
    padding:22px;
  }

  .launch-offer-text h2{
    font-size:1.45rem;
  }

  .launch-offer-actions{
    width:100%;
  }

  .launch-offer-actions .btn{
    width:100%;
    justify-content:center;
  }
}