/* Rose du Sahara — Home page performance-focused styles */

.page-home .rds-home-lazy,
.page-home .rds-home-about,
.page-home .rds-home-reviews {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.page-home .rds-home-products {
  color: #fff;
}
.page-home .rds-home-products,
.page-home .rds-home-products * {
  box-sizing: border-box;
}

.page-home .rds-home-products__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.page-home .rds-home-products__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
}
.page-home .rds-home-products__sub {
  color: rgba(255,255,255,.82);
  margin: 6px 0 0;
}
.page-home .rds-home-products__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.page-home .rds-home-products__arrow {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: #ffe6b5;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}
.page-home .rds-home-products__arrow:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,.09);
  border-color: rgba(255,230,181,.38);
}
.page-home .rds-home-products__arrow:focus-visible,
.page-home .rds-home-products__card:focus-visible,
.page-home .rds-home-products__cta:focus-visible {
  outline: 3px solid rgba(255,230,181,.9);
  outline-offset: 2px;
}

.page-home .rds-home-products__viewport {
  overflow: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  border-radius: 18px;
}
.page-home .rds-home-products__viewport::-webkit-scrollbar {
  display: none;
}
.page-home .rds-home-products__track {
  display: flex;
  flex-wrap: nowrap;
  min-width: 100%;
  gap: 18px;
  padding: 8px 2px 14px;
  align-items: stretch;
  will-change: transform;
  transform: translate3d(0,0,0);
}
.page-home .rds-home-products__track.is-loading {
  min-height: 360px;
}
.page-home .rds-home-products--centered .rds-home-products__track {
  justify-content: center;
}

.page-home .rds-home-products__card {
  flex: 0 0 auto;
  width: var(--rds-home-card-w, 240px);
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.03);
  text-decoration: none;
  color: inherit;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.page-home .rds-home-products__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0,0,0,.28);
  border-color: rgba(255,255,255,.26);
}
.page-home .rds-home-products__media {
  position: relative;
  margin: 14px 14px 10px;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: rgba(255,255,255,.04);
}
.page-home .rds-home-products__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.page-home .rds-home-products__body {
  padding: 0 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.page-home .rds-home-products__name {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  min-height: 68px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-home .rds-home-products__price {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,.94);
}
.page-home .rds-home-products__cta {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(0,0,0,.24);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
}
.page-home .rds-home-products__placeholder {
  flex: 0 0 auto;
  width: var(--rds-home-card-w, 240px);
  border-radius: 22px;
  min-height: 340px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,.08), rgba(255,255,255,.04));
  background-size: 200% 100%;
  animation: rds-home-shimmer 1.1s linear infinite;
  border: 1px solid rgba(255,255,255,.12);
}
.page-home .rds-home-products__error {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255,80,80,.12);
  color: #fff;
}
.page-home .rds-home-products__more {
  display: flex;
  justify-content: center;
}

@keyframes rds-home-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.page-home .trust-badges {
  padding: 18px 16px;
}
.page-home .trust-shell {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background: transparent;
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
  overflow: hidden;
}
.page-home .trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  padding: 14px 16px 16px 16px;
}
.page-home .trust-card {
  position: relative;
  border-radius: 18px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(280px 120px at 20% 0%, rgba(255,255,255,.10), transparent 65%),
    rgba(255,255,255,.06);
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
  overflow: hidden;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.page-home .trust-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 26px 60px rgba(0,0,0,.28), 0 16px 40px rgba(255,220,170,.08);
  background:
    radial-gradient(280px 120px at 20% 0%, rgba(255,255,255,.14), transparent 65%),
    rgba(255,255,255,.07);
}
.page-home .trust-hoverline {
  position: absolute;
  left: -30%;
  top: -35%;
  width: 60%;
  height: 180%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  opacity: 0;
  transition: opacity .18s ease, left .38s ease;
  pointer-events: none;
}
.page-home .trust-card:hover .trust-hoverline {
  opacity: 1;
  left: 70%;
}
.page-home .trust-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.22);
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 16px 40px rgba(0,0,0,.22);
  color: rgba(255,220,170,.92);
  flex: 0 0 auto;
}
.page-home .trust-icon svg {
  width: 28px;
  height: 28px;
}
.page-home .trust-kicker {
  color: rgba(255,255,255,.75);
  font-size: 12px;
  letter-spacing: .2px;
  font-weight: 800;
}
.page-home .trust-main {
  margin-top: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.1;
}
.page-home .trust-micro {
  margin-top: 6px;
  font-size: 12.5px;
  color: rgba(255,255,255,.78);
  font-weight: 700;
}

.page-home .florale::before {
  background-image: url("/assets/img/bg-florale-960.webp");
}
@media (min-width: 1024px) {
  .page-home .florale::before {
    background-image: url("/assets/img/bg-florale-1600.webp");
  }
}

.page-home .rds-home-about .photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}


.page-home .rds-home-about{
  padding-top: 28px;
}
.page-home .rds-home-about__head{
  display:grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  gap: 24px;
  align-items:end;
  margin-bottom: 24px;
}
.page-home .rds-home-about__eyebrow,
.page-home .rds-home-about__kicker{
  display:inline-flex;
  align-items:center;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid rgba(255,230,181,.18);
  background: rgba(255,230,181,.08);
  color: var(--rds-gold);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.page-home .rds-home-about__head .h2{
  margin: 10px 0 0;
}
.page-home .rds-home-about__intro{
  margin:0;
  color: rgba(255,255,255,.82);
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  line-height:1.65;
}
.page-home .rds-home-about__layout{
  display:grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 24px;
  align-items:start;
}
.page-home .rds-home-about__content,
.page-home .rds-home-about__aside{
  display:grid;
  gap: 22px;
}
.page-home .rds-home-about__card{
  border:1px solid rgba(255,255,255,.14);
  border-radius:24px;
  background:
    radial-gradient(560px 180px at 0% 0%, rgba(255,230,181,.10), transparent 65%),
    rgba(255,255,255,.04);
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
  padding: 24px;
}
.page-home .rds-home-about__card h4{
  margin:0 0 12px;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  line-height:1.15;
}
.page-home .rds-home-about__card p{
  margin:0 0 16px;
  color: rgba(255,255,255,.88);
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height:1.7;
}
.page-home .rds-home-about__card p:last-child{
  margin-bottom:0;
}
.page-home .rds-home-about__trust-head{
  display:grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .85fr);
  gap: 18px;
  align-items:end;
  margin-bottom:18px;
}
.page-home .rds-home-about__trust-head p{
  margin:0;
  color: rgba(255,255,255,.72);
  font-size: .96rem;
  line-height:1.55;
}
.page-home .rds-home-about__kicker{
  margin-bottom:10px;
}
.page-home .rds-home-about__stats{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.page-home .rds-home-about__stat{
  border-radius:18px;
  padding:16px 16px 14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.page-home .rds-home-about__stat-value{
  display:block;
  color:#fff;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  font-weight:900;
  line-height:1.1;
}
.page-home .rds-home-about__stat-label{
  display:block;
  margin-top:8px;
  color: rgba(255,255,255,.74);
  font-size: .92rem;
  line-height:1.45;
  font-weight:700;
}
.page-home .rds-home-about__photo{
  margin:0;
  width:100%;
  border-radius:24px;
}
.page-home .rds-home-about .photo img,
.page-home .rds-home-about__photo img{
  width:100%;
  height: 390px;
  object-fit: cover;
  object-position:center;
  display:block;
  border-radius: 24px;
}
.page-home .rds-home-about__values-list{
  list-style:none;
  margin: 16px 0 0;
  padding:0;
  display:grid;
  gap:12px;
}
.page-home .rds-home-about__values-list li{
  border-radius:16px;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
  color: rgba(255,255,255,.86);
  line-height:1.55;
}
.page-home .rds-home-about__values-list strong{
  color:#fff;
}


@media (max-width: 1024px) {
  .page-home .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .page-home .rds-home-products__head {
    align-items: start;
    flex-direction: column;
  }
  .page-home .rds-home-products__actions {
    align-self: flex-start;
  }
  .page-home .rds-home-products__track {
    gap: 14px;
  }
  .page-home .rds-home-products__name {
    min-height: 64px;
  }
  .page-home .rds-home-products__placeholder {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .page-home .trust-grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 1280px) {
  .page-home .rds-home-about__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  }
  .page-home .rds-home-about .photo img,
  .page-home .rds-home-about__photo img {
    height: 340px;
  }
}

@media (max-width: 1024px) {
  .page-home .rds-home-about__head,
  .page-home .rds-home-about__layout,
  .page-home .rds-home-about__trust-head {
    grid-template-columns: 1fr;
  }
  .page-home .rds-home-about__head {
    gap: 14px;
  }
  .page-home .rds-home-about__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-home .rds-home-about .photo img,
  .page-home .rds-home-about__photo img {
    height: 320px;
  }
}

@media (max-width: 640px) {
  .page-home .rds-home-about__card {
    padding: 18px;
    border-radius: 20px;
  }
  .page-home .rds-home-about__stats {
    grid-template-columns: 1fr;
  }
  .page-home .rds-home-about .photo img,
  .page-home .rds-home-about__photo img {
    height: 260px;
    border-radius: 20px;
  }
}

.page-home .rds-home-copy {
  padding-top: 18px;
}
.page-home .rds-home-copy__panel {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background:
    radial-gradient(600px 220px at 0% 0%, rgba(255,230,181,.10), transparent 60%),
    rgba(255,255,255,.03);
  box-shadow: 0 18px 60px rgba(0,0,0,.20);
  overflow: hidden;
}
.page-home .rds-home-copy__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, .95fr);
  gap: 22px;
  padding: 24px;
}
.page-home .rds-home-copy__eyebrow,
.page-home .rds-home-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,230,181,.18);
  background: rgba(255,230,181,.08);
  color: var(--rds-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.page-home .rds-home-copy__title,
.page-home .rds-home-faq h2 {
  margin: 0px 0 10px;
  font-size: clamp(28px, 2vw, 30px);
  line-height: 1.5;
}
.page-home .rds-home-copy__lead {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
}
.page-home .rds-home-copy__text,
.page-home .rds-home-faq__intro p,
.page-home .rds-home-faq__item p {
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.75;
}
.page-home .rds-home-copy__text {
  margin-top: 14px;
}
.page-home .rds-home-copy__aside {
  align-self: stretch;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: rgba(0,0,0,.22);
  padding: 20px;
}
.page-home .rds-home-copy__aside h3 {
  margin: 0 0 12px;
  font-size: 20px;
}
.page-home .rds-home-copy__aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.page-home .rds-home-copy__aside a,
.page-home .rds-home-faq__item a {
  color: #ffe6b5;
  text-decoration: none;
}
.page-home .rds-home-copy__aside a:hover,
.page-home .rds-home-faq__item a:hover {
  text-decoration: underline;
}

.page-home .rds-home-faq__shell {
  border: 1px solid #ffe6b5;
  border-radius: 24px;
  background: #806b64;
  box-shadow: 0 18px 60px rgba(0,0,0,.20);
  padding: 24px;
}
.page-home .rds-home-faq__intro {
  max-width: 780px;
}
.page-home .rds-home-faq__grid {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}
.page-home .rds-home-faq__item {
  border: 1px solid #ffe6b5;
  border-radius: 20px;
  background: rgba(0,0,0,.20);
  padding: 20px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  transform-origin: center;
}

.page-home .rds-home-faq__item:hover {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.page-home .rds-home-faq__item h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  color: #fff;
}

@media (max-width: 1024px) {
  .page-home .rds-home-copy__grid,
  .page-home .rds-home-faq__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-home .rds-home-copy__grid,
  .page-home .rds-home-faq__shell {
    padding: 18px;
  }
  .page-home .rds-home-copy__lead {
    font-size: 16px;
  }
  .page-home .rds-home-copy__aside,
  .page-home .rds-home-faq__item {
    padding: 16px;
  }
}

/* =========================================================
   RDS HOME FAQ — correction contraste Lighthouse
========================================================= */
.page-home .rds-home-faq__shell {
  background: #6f5d57;
}

.page-home .rds-home-faq__eyebrow {
  justify-content: center;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid #ffe6b5;
  background: rgba(0,0,0,.55);
  color: #fff4d6;
  font-weight: 700;
}

.page-home .rds-home-faq h2,
.page-home .rds-home-faq__intro h2 {
  color: #fff4d6;
}

.page-home .rds-home-faq__intro p {
  color: rgba(255,255,255,.96);
}

.page-home .rds-home-faq__intro h2 {
  margin-top: 10px;
}

.page-home .rds-home-faq__item {
  background: rgba(0,0,0,.32);
  border-color: rgba(255,230,181,.9);
}

.page-home .rds-home-faq__item,
.page-home .rds-home-faq__item p,
.page-home .rds-home-faq__item li,
.page-home .rds-home-faq__item .answer {
  color: rgba(255,255,255,.94);
}

.page-home .rds-home-faq__item h3,
.page-home .rds-home-faq__item .question,
.page-home .rds-home-faq__item summary {
  color: #fff4d6;
}


/* Mobile title sizing fix */
@media (max-width: 640px){
  .page-home .rds-home-copy__title{
    font-size: clamp(20px, 2vw, 20px) !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 420px){
  .page-home .rds-home-copy__title{
    font-size: clamp(20px, 2vw, 20px) !important;
    line-height: 1.35 !important;
  }
}


/* =========================================================
   HOME — split bouquets / gift card
========================================================= */
.page-home .rds-home-split-offers {
  display: grid;
  grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
  gap: 24px;
  align-items: stretch;
}

.page-home .rds-home-split-offers__bouquet,
.page-home .rds-home-gift-teaser {
  min-height: 360px;
}

.page-home .rds-home-split-offers__bouquet .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-home .rds-home-gift-teaser {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255,230,181,.22);
  background-image: url("/assets/img/gift-card-template7.webp");
  background-size: cover;
  background-position: 65% center;
  background-repeat: no-repeat;
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
}

.page-home .rds-home-gift-teaser::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,.52),
    rgba(0,0,0,.18)
  );
  pointer-events: none;
}

.page-home .rds-home-gift-teaser__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 28px;
  display: flex;
  flex-direction: column;
}

.page-home .rds-home-gift-teaser__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,230,181,.45);
  background: rgba(0,0,0,.30);
  color: #fff4d6;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.page-home .rds-home-gift-teaser h3 {
  margin: 14px 0 10px;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.02;
  color: #fff4d6;
}

.page-home .rds-home-gift-teaser p {
  margin: 0;
  color: rgba(255,255,255,.92);
  line-height: 1.7;
}

.page-home .rds-home-gift-teaser__form {
  margin-top: auto;
  display: grid;
  gap: 12px;
}

.page-home .rds-home-gift-teaser__label {
  color: #fff4d6;
  font-weight: 700;
}

.page-home .rds-home-gift-teaser__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 12px;
}

.page-home .rds-home-gift-teaser__input,
.page-home .rds-home-gift-teaser__select {
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(255,230,181,.28);
  background: rgba(255,255,255,.96);
}

.page-home .rds-home-gift-teaser__select {
  appearance: none;
  cursor: pointer;
  font-weight: 700;
}

.page-home .rds-home-gift-teaser__help {
  color: rgba(255,255,255,.74);
  font-size: 14px;
}

.page-home .rds-home-gift-teaser__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.page-home .rds-home-gift-teaser__actions .btn {
  min-height: 52px;
}

@media (max-width: 1024px) {
  .page-home .rds-home-split-offers {
    grid-template-columns: 1fr;
  }

  .page-home .rds-home-split-offers__bouquet,
  .page-home .rds-home-gift-teaser {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .page-home .rds-home-gift-teaser__inner {
    padding: 20px;
  }

  .page-home .rds-home-gift-teaser__row {
    grid-template-columns: 1fr;
  }

  .page-home .rds-home-gift-teaser__actions {
    flex-direction: column;
  }

  .page-home .rds-home-gift-teaser__actions .btn {
    width: 100%;
  }
}


/* ===== Home responsive tweak: trust badges text + bouquet buttons centering ===== */
@media (max-width: 640px){
  .page-home .trust-card{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-home .trust-body{
    width: 100%;
    text-align: center;
  }
  .page-home .rds-home-split-offers__bouquet .content{
    align-items: center;
    text-align: center;
  }
  .page-home .rds-home-split-offers__bouquet .actions,
  .page-home .florale .actions{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .page-home .rds-home-split-offers__bouquet .actions .btn,
  .page-home .florale .actions .btn{
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===== Semaine 3 — Hero conversion homepage 90+ ===== */
.page-home .rds-conversion-hero{
  padding: clamp(44px, 6vw, 74px) 0 clamp(34px, 5vw, 56px);
  text-align: center;
}

.page-home .rds-conversion-hero .container{
  max-width: 1120px;
}

.page-home .rds-hero-eyebrow{
  margin: 0 0 12px;
  color: rgba(255,230,181,.88);
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.page-home .rds-conversion-hero h1{
  max-width: 980px;
  margin: 0 auto 12px;
  color: var(--rds-gold);
  font-family: var(--rds-font-stack);
  font-size: clamp(36px, 5.35vw, 72px);
  font-weight: 750;
  line-height: .98;
  letter-spacing: .015em;
  text-wrap: balance;
  white-space: normal !important;
}

.page-home .rds-conversion-hero .orn{
  margin: 14px 0 18px;
}

.page-home .rds-conversion-hero .orn .line{
  width: min(32vw, 330px);
}

.page-home .rds-hero-diamond{
  color: var(--rds-gold);
  font-size: 20px;
  line-height: 1;
}

.page-home .rds-conversion-hero .tag{
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,.88);
  font-size: clamp(17px, 1.65vw, 22px);
  line-height: 1.45;
  letter-spacing: .01em;
  white-space: normal !important;
  text-wrap: balance;
}

.page-home .rds-hero-actions{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 26px auto 0;
}

.page-home .rds-hero-actions .btn{
  min-height: 50px;
  padding: 13px 22px;
  box-shadow: 0 14px 34px rgba(0,0,0,.22);
}

.page-home .rds-hero-actions .btn.secondary{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,230,181,.58);
  color: #fff;
}

.page-home .rds-hero-actions .btn.secondary:hover,
.page-home .rds-hero-actions .btn.secondary:focus-visible{
  background: rgba(255,230,181,.10);
  border-color: rgba(255,230,181,.9);
}

.page-home .rds-hero-proofs{
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px auto 0;
  padding: 0;
}

.page-home .rds-hero-proofs li{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,230,181,.24);
  background: rgba(0,0,0,.22);
  color: rgba(255,255,255,.9);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
}

.page-home .rds-hero-proofs li::before{
  content: "✓";
  margin-right: 8px;
  color: var(--rds-gold);
  font-weight: 900;
}

@media (max-width: 640px){
  .page-home .rds-conversion-hero{
    padding: 34px 0 28px !important;
  }

  .page-home .rds-hero-eyebrow{
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: .17em;
  }

  .page-home .rds-conversion-hero h1{
    font-size: clamp(29px, 8.7vw, 42px) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
    margin-bottom: 10px !important;
  }

  .page-home .rds-conversion-hero .tag{
    max-width: 34rem;
    font-size: clamp(15px, 4.05vw, 18px) !important;
    line-height: 1.4 !important;
  }

  .page-home .rds-hero-actions{
    gap: 10px;
    margin-top: 22px;
  }

  .page-home .rds-hero-actions .btn{
    width: min(100%, 330px);
  }

  .page-home .rds-hero-proofs{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    max-width: 390px;
    margin-top: 18px;
  }

  .page-home .rds-hero-proofs li{
    min-height: 42px;
    padding: 8px 10px;
    font-size: 12.5px;
    text-align: center;
  }
}

@media (max-width: 420px){
  .page-home .rds-conversion-hero .container{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .page-home .rds-conversion-hero h1{
    font-size: clamp(27px, 7.25vw, 31px) !important;
    line-height: 1.05 !important;
  }

  .page-home .rds-conversion-hero .orn{
    margin: 10px 0 12px !important;
  }

  .page-home .rds-conversion-hero .orn .line{
    width: min(22vw, 82px) !important;
  }

  .page-home .rds-conversion-hero .tag{
    font-size: 14.5px !important;
    line-height: 1.36 !important;
  }

  .page-home .rds-hero-proofs{
    grid-template-columns: 1fr;
    max-width: 310px;
  }
}

/* ===== Semaine 3 V2 — hero plus premium + suppression doublon badges ===== */
.page-home .rds-conversion-hero{
  padding: clamp(38px, 5vw, 64px) 0 clamp(30px, 4vw, 46px);
}

.page-home .rds-conversion-hero .container{
  max-width: 1060px;
}

.page-home .rds-conversion-hero h1{
  max-width: 900px;
  font-size: clamp(38px, 4.25vw, 58px) !important;
  line-height: 1.04 !important;
  letter-spacing: .006em !important;
}

.page-home .rds-conversion-hero .tag{
  max-width: 670px;
  font-size: clamp(17px, 1.35vw, 20px) !important;
}

.page-home .rds-hero-proofline{
  margin: 18px auto 0;
  max-width: 850px;
  color: rgba(255,255,255,.80);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .01em;
}

.page-home .rds-hero-proofline span{
  display: inline-block;
  margin: 0 .55em;
  color: var(--rds-gold);
}

.page-home .trust-badges{
  display: none !important;
}

@media (max-width: 640px){
  .page-home .rds-conversion-hero h1{
    font-size: clamp(30px, 7.8vw, 39px) !important;
    line-height: 1.08 !important;
  }
  .page-home .rds-hero-proofline{
    max-width: 330px;
    font-size: 13px;
  }
}

@media (max-width: 420px){
  .page-home .rds-conversion-hero h1{
    font-size: clamp(28px, 7.15vw, 31px) !important;
  }
}

/* ===== Semaine 3 V3 — réglage CRO final hero + preuves + section post-hero ===== */
.page-home .rds-conversion-hero h1{
  max-width: 880px;
  font-size: clamp(36px, 3.95vw, 54px) !important;
  line-height: 1.055 !important;
}

@media (min-width: 1440px){
  .page-home .rds-conversion-hero h1{
    font-size: clamp(50px, 3.65vw, 54px) !important;
  }
}

.page-home .rds-hero-actions{
  margin-top: 24px !important;
  margin-bottom: 0 !important;
}

.page-home .rds-hero-proofline{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 24px auto 0 !important;
  max-width: 920px;
  color: rgba(255,255,255,.84);
  font-size: clamp(13px, .92vw, 15px);
  font-weight: 750;
  line-height: 1.35;
}

.page-home .rds-hero-proofline span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  color: inherit !important;
  white-space: nowrap;
}

.page-home .rds-home-afterhero{
  position: relative;
  background:
    linear-gradient(90deg, rgba(0,0,0,.96), rgba(21,17,14,.98) 45%, rgba(0,0,0,.96)),
    linear-gradient(180deg, rgba(255,230,181,.18), rgba(255,230,181,0));
  border-top: 1px solid rgba(255,230,181,.18);
  border-bottom: 1px solid rgba(255,230,181,.15);
  padding: 18px 0;
}

.page-home .rds-home-afterhero__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.page-home .rds-home-afterhero__copy{
  min-width: 0;
}

.page-home .rds-home-afterhero__eyebrow{
  display: block;
  margin-bottom: 4px;
  color: var(--rds-gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.page-home .rds-home-afterhero p{
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.45;
}

.page-home .rds-home-afterhero__cta{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(255,230,181,.70);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background: rgba(255,230,181,.06);
  box-shadow: 0 12px 28px rgba(0,0,0,.20);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.page-home .rds-home-afterhero__cta:hover,
.page-home .rds-home-afterhero__cta:focus-visible{
  transform: translateY(-2px);
  border-color: rgba(255,230,181,.95);
  background: rgba(255,230,181,.12);
}

@media (max-width: 760px){
  .page-home .rds-home-afterhero__inner{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
  }

  .page-home .rds-home-afterhero__cta{
    width: min(100%, 330px);
  }
}

@media (max-width: 640px){
  .page-home .rds-conversion-hero h1{
    font-size: clamp(30px, 7.6vw, 38px) !important;
  }

  .page-home .rds-hero-proofline{
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    max-width: 340px;
    margin-top: 20px !important;
    font-size: 13px;
  }

  .page-home .rds-hero-proofline span{
    white-space: normal;
  }
}

@media (max-width: 420px){
  .page-home .rds-conversion-hero h1{
    font-size: clamp(27px, 7vw, 30px) !important;
  }
}


/* RDS ABOUT CLEAN V2 - compact no offset */
.page-home .rds-home-about{
  padding-top: 34px;
  padding-bottom: 42px;
}
.page-home .rds-home-about__head--compact{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);
  gap:24px;
  align-items:end;
  margin-bottom:20px;
}
.page-home .rds-home-about__head--compact .h2{
  margin:10px 0 0;
}
.page-home .rds-about-clean{
  display:grid;
  grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);
  gap:22px;
  align-items:stretch;
}
.page-home .rds-about-clean__media{
  min-height:100%;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.24);
  box-shadow:0 18px 56px rgba(0,0,0,.24);
}
.page-home .rds-about-clean__media img{
  display:block;
  width:100%;
  height:100%;
  min-height:330px;
  max-height:430px;
  object-fit:cover;
  object-position:center;
}
.page-home .rds-about-clean__content{
  display:grid;
  grid-template-rows:auto 1fr;
  gap:16px;
}
.page-home .rds-about-clean__block,
.page-home .rds-about-clean__values,
.page-home .rds-about-trustbar{
  border:1px solid rgba(255,255,255,.14);
  border-radius:24px;
  background:
    radial-gradient(560px 180px at 0% 0%, rgba(255,230,181,.10), transparent 65%),
    rgba(255,255,255,.045);
  box-shadow:0 18px 56px rgba(0,0,0,.22);
}
.page-home .rds-about-clean__block{
  padding:24px;
}
.page-home .rds-about-clean__block h4{
  margin:0 0 12px;
  font-size:clamp(1.45rem,1.55vw,1.85rem);
  line-height:1.12;
}
.page-home .rds-about-clean__block p{
  margin:0 0 13px;
  color:rgba(255,255,255,.87);
  font-size:clamp(1rem,1.03vw,1.08rem);
  line-height:1.62;
}
.page-home .rds-about-clean__block p:last-child{
  margin-bottom:0;
}
.page-home .rds-about-clean__values{
  padding:16px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  align-content:start;
}
.page-home .rds-about-clean__values div{
  border-radius:18px;
  padding:16px;
  background:rgba(0,0,0,.20);
  border:1px solid rgba(255,255,255,.10);
}
.page-home .rds-about-clean__values strong{
  display:block;
  margin-bottom:7px;
  color:#fff;
  font-weight:900;
}
.page-home .rds-about-clean__values span{
  display:block;
  color:rgba(255,255,255,.74);
  font-size:.94rem;
  line-height:1.42;
}
.page-home .rds-about-trustbar{
  margin-top:18px;
  padding:18px;
  display:grid;
  grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr);
  gap:18px;
  align-items:center;
}
.page-home .rds-about-trustbar__head{
  display:grid;
  gap:8px;
}
.page-home .rds-about-trustbar__head strong{
  color:#fff;
  font-size:clamp(1.05rem,1.2vw,1.22rem);
  line-height:1.25;
}
.page-home .rds-about-trustbar__items{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.page-home .rds-about-trustbar__items div{
  min-height:86px;
  border-radius:18px;
  padding:15px 14px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
}
.page-home .rds-about-trustbar__items span{
  display:block;
  color:#fff;
  font-size:clamp(1.1rem,1.28vw,1.32rem);
  font-weight:950;
  line-height:1.12;
}
.page-home .rds-about-trustbar__items small{
  display:block;
  margin-top:7px;
  color:rgba(255,255,255,.72);
  font-size:.88rem;
  line-height:1.35;
  font-weight:700;
}
@media (max-width:1280px){
  .page-home .rds-about-clean{
    grid-template-columns:minmax(260px,.88fr) minmax(0,1.12fr);
  }
  .page-home .rds-about-clean__values{
    grid-template-columns:1fr;
  }
  .page-home .rds-about-trustbar{
    grid-template-columns:1fr;
  }
}
@media (max-width:1024px){
  .page-home .rds-home-about__head--compact,
  .page-home .rds-about-clean{
    grid-template-columns:1fr;
  }
  .page-home .rds-about-clean__media img{
    min-height:280px;
    max-height:340px;
  }
  .page-home .rds-about-clean__values{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .page-home .rds-about-trustbar__items{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:640px){
  .page-home .rds-home-about{
    padding-top:26px;
    padding-bottom:34px;
  }
  .page-home .rds-about-clean__media img{
    min-height:220px;
    max-height:260px;
  }
  .page-home .rds-about-clean__block,
  .page-home .rds-about-trustbar{
    padding:16px;
    border-radius:20px;
  }
  .page-home .rds-about-clean__values,
  .page-home .rds-about-trustbar__items{
    grid-template-columns:1fr;
  }
}


/* RDS FAQ COMPACT ACCORDION — FINAL FROM USER ORIGINAL */
.page-home .rds-home-faq{
  padding-top:30px;
  padding-bottom:38px;
}
.page-home .rds-home-faq__shell--compact{
  padding:18px !important;
  border-radius:24px !important;
  background:
    radial-gradient(720px 220px at 0% 0%,rgba(255,230,181,.10),transparent 62%),
    #6f5d57 !important;
  border:1px solid rgba(255,230,181,.72) !important;
  box-shadow:0 18px 60px rgba(0,0,0,.20);
}
.page-home .rds-home-faq__intro--compact{
  max-width:none !important;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:16px;
  align-items:start;
  margin-bottom:14px;
}
.page-home .rds-home-faq__intro--compact h2{
  margin:0 0 5px !important;
  font-size:clamp(28px,2.35vw,40px) !important;
  line-height:1.05 !important;
  color:#fff4d6 !important;
}
.page-home .rds-home-faq__intro--compact p{
  margin:0 !important;
  max-width:760px;
  color:rgba(255,255,255,.92) !important;
  font-size:clamp(.96rem,.98vw,1.04rem);
  line-height:1.55 !important;
}
.page-home .rds-home-faq__accordion{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin-top:0;
}
.page-home .rds-home-faq__accordion .rds-home-faq__item{
  padding:0 !important;
  border-radius:17px !important;
  overflow:hidden;
  background:rgba(0,0,0,.26) !important;
  border:1px solid rgba(255,230,181,.56) !important;
  box-shadow:none !important;
  transform:none !important;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.page-home .rds-home-faq__accordion .rds-home-faq__item:hover{
  transform:none !important;
  border-color:rgba(255,230,181,.86) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.12) !important;
}
.page-home .rds-home-faq__accordion .rds-home-faq__item[open]{
  background:rgba(0,0,0,.34) !important;
  border-color:rgba(255,230,181,.88) !important;
}
.page-home .rds-home-faq__accordion summary{
  list-style:none;
  cursor:pointer;
  display:grid;
  grid-template-columns:minmax(0,1fr) 32px;
  gap:14px;
  align-items:center;
  padding:15px 17px;
  color:#fff4d6 !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:clamp(1rem,1.08vw,1.15rem) !important;
  font-weight:850 !important;
  line-height:1.25 !important;
}
.page-home .rds-home-faq__accordion summary::-webkit-details-marker{
  display:none;
}
.page-home .rds-home-faq__accordion summary:focus-visible{
  outline:3px solid rgba(255,230,181,.82);
  outline-offset:-4px;
  border-radius:16px;
}
.page-home .rds-home-faq__icon{
  width:30px;
  height:30px;
  border-radius:999px;
  border:1px solid rgba(255,230,181,.42);
  background:rgba(0,0,0,.24);
  position:relative;
}
.page-home .rds-home-faq__icon::before,
.page-home .rds-home-faq__icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:13px;
  height:2px;
  border-radius:99px;
  background:#fff4d6;
  transform:translate(-50%,-50%);
  transition:transform .18s ease,opacity .18s ease;
}
.page-home .rds-home-faq__icon::after{
  transform:translate(-50%,-50%) rotate(90deg);
}
.page-home .rds-home-faq__item[open] .rds-home-faq__icon::after{
  opacity:0;
  transform:translate(-50%,-50%) rotate(0deg);
}
.page-home .rds-home-faq__answer{
  padding:0 17px 16px;
}
.page-home .rds-home-faq__answer p{
  margin:0 !important;
  color:rgba(255,255,255,.92) !important;
  line-height:1.62 !important;
  font-size:.98rem;
}
.page-home .rds-home-faq__answer a{
  color:#ffe6b5;
  font-weight:800;
  text-decoration:none;
}
.page-home .rds-home-faq__answer a:hover{
  text-decoration:underline;
}
@media (min-width:1025px){
  .page-home .rds-home-faq__accordion{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .page-home .rds-home-faq__accordion .rds-home-faq__item:first-child{
    grid-column:1/-1;
  }
}
@media (max-width:640px){
  .page-home .rds-home-faq{
    padding-top:24px;
    padding-bottom:30px;
  }
  .page-home .rds-home-faq__shell--compact{
    padding:14px !important;
    border-radius:20px !important;
  }
  .page-home .rds-home-faq__intro--compact{
    grid-template-columns:1fr;
    gap:9px;
    margin-bottom:12px;
  }
  .page-home .rds-home-faq__intro--compact h2{
    font-size:clamp(28px,9vw,36px) !important;
  }
  .page-home .rds-home-faq__accordion summary{
    grid-template-columns:minmax(0,1fr) 30px;
    padding:14px;
    font-size:.98rem !important;
  }
  .page-home .rds-home-faq__answer{
    padding:0 14px 14px;
  }
  .page-home .rds-home-faq__icon{
    width:30px;
    height:30px;
  }
}
