/* =========================================================
   RESET
========================================================= */
*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background:#0b0c10;
  color:#f3f4f6;
  line-height:1.6;
}

a { color: inherit; text-decoration: none; }

/* =========================================================
   VARIABLES
========================================================= */
:root{
  --bg:#0b0c10;
  --panel: rgba(10,10,14,.55);
  --muted:#a7abb6;

  --pink:#FF006B;
  --orange:#f89310;
  --green:#0cf60c;

  --border: rgba(255,255,255,.12);
  --border2: rgba(255,255,255,.08);
}

/* =========================================================
   LAYOUT
========================================================= */
.container{
  width: min(1100px, 92%);
  margin-inline: auto;
}
.upper{
  text-transform: uppercase;
}

/* =========================================================
   HEADER
========================================================= */
.site-header{
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 12, 16, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border2);
}

.header-flex{
  height: 70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.logo{
  font-weight: 900;
  font-size: 20px;
  letter-spacing: .2px;
}
.logo span{ color: var(--pink); }

.main-nav a{
  margin-left: 20px;
  font-weight: 800;
  font-size: 14px;
  color:#f3f4f6;
}

.btn-header{
  padding: 9px 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--orange));
  color: #0b0c10;
  font-weight: 900;
}

/* =========================================================
   HERO VIDEO FULL WIDTH
========================================================= */
.hero-video-full{
  min-height: 100vh;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:
    radial-gradient(1000px 520px at 20% 0%, rgba(255,0,107,.18), transparent 60%),
    radial-gradient(1000px 520px at 80% 0%, rgba(248,147,16,.14), transparent 60%),
    var(--bg);
}

.hero-video-content{
  text-align:center;
  padding: 90px 4% 40px;
}

.eyebrow{
  font-size: 14px;
  color: var(--muted);
  letter-spacing: .3px;
}

.hero-video-content h1{
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  margin: 12px 0;
}

.lead{
  max-width: 860px;
  margin: 0 auto 20px;
  font-size: 18px;
  color: var(--muted);
}

.hero-cta{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
  padding: 14px 20px;
  border-radius: 14px;
  font-weight: 900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.btn-primary{
  background: linear-gradient(90deg, var(--pink), var(--orange));
  color:#0b0c10;
}

.btn-secondary{
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.03);
  color:#f3f4f6;
}

.hero-video-wrapper{
  width:100%;
  padding: 0 4%;
}

.hero-video-wrapper iframe{
  width:100%;
  height:56.25vw;
  max-height:75vh;
  border:0;
  display:block;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

/* =========================================================
   STEPS (IMAGE FULL WIDTH)
========================================================= */
.steps-full-bg{
  width:100%;
  min-height:115vh;
  position: relative;
  background-image: url("../img/reussite.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.steps-full-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(900px 480px at 18% 20%, rgba(0, 190, 255, .14), transparent 60%),
    radial-gradient(900px 480px at 82% 10%, rgba(40, 90, 255, .18), transparent 55%),
    linear-gradient(180deg, #070b18 0%, #050817 100%);
}

.steps-content {
  position: relative;
  z-index: 2;
}

/* =========================================================
   ESTIMATION (SANS IMAGE DE FOND)
========================================================= */
.estimate-section{
  width:100%;
  padding: 90px 0;
  background: #0f1117;
  position: relative;
  overflow:hidden;
}

.estimate-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 420px at 20% 20%, rgba(255,0,107,.14), transparent 60%),
    radial-gradient(900px 420px at 80% 40%, rgba(248,147,16,.12), transparent 60%);
  z-index:0;
}

.estimate-inner{
  width: 100%;
  margin: 0 auto;
  padding-inline: 4%;
  position: relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  gap: 16px;
}


.estimate-head{
  text-align:center;
}
.estimate-head h2{
  font-size: 32px;
  margin-bottom: 10px;
  line-height:1.1;
}
.estimate-head p{
  max-width: 880px;
  margin: 0 auto;
  color: rgba(243,244,246,.82);
}

/* Card */
.estimate-card{
  border-radius: 22px;
  border: 1px solid var(--border);
  background: var(--panel);
  backdrop-filter: blur(10px);
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
  padding: 18px;
}

.estimate-table-wrap{
  overflow-x:auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
}

/* =========================================================
   TABLE
========================================================= */
.estimate-table{
  width:100%;
  min-width:780px;
  border-collapse: collapse;
  border-radius: 16px;
  overflow:hidden;
}

/* ✅ 1) HEADER : dégradé sur le TR (ligne entière) */
.estimate-table thead tr{
  background: linear-gradient(90deg, var(--pink), var(--orange));
}

/* ✅ 2) TH transparent pour laisser voir le fond du TR */
.estimate-table thead th{
  background: transparent !important;
  color: white;
  text-align:left;
  padding: 14px;
  font-weight: 900;
  letter-spacing: .3px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  white-space: nowrap;
}

/* Body cells */
.estimate-table tbody td{
  padding: 14px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  color: rgba(243,244,246,.90);
  background: rgba(255,255,255,.04);
  vertical-align: middle;
}

.estimate-table tbody tr:nth-child(even) td{
  background: rgba(255,255,255,.02);
}

.estimate-table td.num{
  text-align:right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.estimate-table td.strong{
  font-weight: 900;
  color:#fff;
}

.estimate-table td.muted{
  color: rgba(243,244,246,.55);
  text-align:center;
}

/* Packs badge */
.estimate-table td.pack{
  text-align:center;
  font-weight: 900;
  color: white;
  background: linear-gradient(90deg, var(--pink), var(--orange));
  border-radius: 12px;
}

/* ✅ IMPORTANT : si td a "num pack", pack gagne (sinon align-right casse le badge) */
.estimate-table td.num.pack{
  text-align: center !important;
}

/* =========================================================
   HIGHLIGHTS (fond sur TR, pas sur TD)
========================================================= */

/* TD transparents pour lignes highlight */
.estimate-table tbody tr.row-highlight td{
  background: transparent !important;
}

/* Mois 7 : vert plein sur toute la ligne */
.estimate-table tbody tr.row-highlight.month-7{
  background: var(--green);
  color: white;
  font-weight: 900;
}
.estimate-table tbody tr.row-highlight.month-7 td{
  color:white !important;
}

/* Mois 12 : dégradé rose/orange sur toute la ligne */
.estimate-table tbody tr.row-highlight.month-12{
  background: linear-gradient(90deg, var(--pink), var(--orange));
  color: white;
  font-weight: 900;
}
.estimate-table tbody tr.row-highlight.month-12 td{
  color:white !important;
}

/* coins arrondis lignes highlight */
.estimate-table tbody tr.row-highlight td:first-child{
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.estimate-table tbody tr.row-highlight td:last-child{
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* Note */
.estimate-note{
  margin: 12px 6px 0;
  color: rgba(243,244,246,.75);
  font-size: 12px;
  text-align:center;
}

/* =========================================================
   FOOTER
========================================================= */
.site-footer{
  padding: 30px 0;
  border-top: 1px solid var(--border2);
  text-align:center;
  font-size: 14px;
  color: var(--muted);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 900px){
  .lead{ font-size: 16px; }
}

@media (max-width: 768px){
  .header-flex{
    min-height: 70px;
    height: auto;
    padding: 10px 0;
  }

  .main-nav{
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  .main-nav a:not(.btn-header){ display:none; }

  .main-nav .btn-header{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    padding: 8px 14px;
    font-size: 0.95rem !important;
    line-height: 1;
    white-space: nowrap;
  }

  .hero-video-content{ padding-top: 70px; }
  .estimate-section{ padding: 70px 0; }
  .estimate-head h2{ font-size: 28px; }
}

.pack_2{
  color: white;
  text-align:center;
  font-weight: 900;
  margin : 30px 0px;
  /* background: linear-gradient(90deg, red, green);
  border-radius: 12px; */
}

/* =========================
   STEPS (stairs + growth arrow)
   ========================= */

.steps-full-bg{
  padding: clamp(48px, 6vw, 84px) 16px;
  background:
    radial-gradient(900px 480px at 18% 20%, rgba(0, 190, 255, .14), transparent 60%),
    radial-gradient(900px 480px at 82% 10%, rgba(40, 90, 255, .18), transparent 55%),
    linear-gradient(180deg, #070b18 0%, #050817 100%);
  color: #eaf1ff;
}

.steps-content{
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.steps-head{
  max-width: 760px;
  margin-bottom: 28px;
}

.steps-eyebrow{
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .85;
  font-size: .85rem;
  margin: 0 0 10px;
}

.steps-head h2{
  margin: 0 0 10px;
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  line-height: 1.1;
}

.steps-sub{
  margin: 0;
  opacity: .88;
  line-height: 1.6;
}

/* The stairs container */
.stepstairs{
  list-style: none;
  padding: 0;
  margin: 26px 0 14px;
  display: grid;
  gap: 14px;
}

/* Each step has an offset like real stairs */
.step{
  --step-bg-1: #0bb8ff;
  --step-bg-2: #1c5cff;
  --step-shadow: rgba(0,0,0,.35);
  width: min(920px, 100%);
}

/* Offset increases with step number */
.step--1{ margin-left: 0;   width: min(760px, 100%); }
.step--2{ margin-left: clamp(0px, 4vw, 44px); width: min(820px, 100%); }
.step--3{ margin-left: clamp(0px, 8vw, 88px); width: min(900px, 100%); }

/* Shape */
.step-shape{
  position: relative;
  display: grid;
  grid-template-columns: 64px 56px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 18px 18px 18px;

  background: linear-gradient(135deg, var(--step-bg-1), var(--step-bg-2));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 40px var(--step-shadow);
  border-radius: 18px;

  /* angled cut like the templates */
  clip-path: polygon(
    0% 0%,
    94% 0%,
    100% 50%,
    94% 100%,
    0% 100%,
    6% 50%
  );
}

/* Color variations per step */
.step--1 .step-shape{
  --step-bg-1: #1fe7d2;
  --step-bg-2: #0b8bff;
}
.step--2 .step-shape{
  --step-bg-1: #0bb8ff;
  --step-bg-2: #1c5cff;
}
.step--3 .step-shape{
  --step-bg-1: #1c5cff;
  --step-bg-2: #0a2bd6;
}

/* Number badge */
.step-badge{
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 1.4rem;
  color: #081027;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

/* Icon */
.step-icon{
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(7, 11, 24, .24);
  border: 1px solid rgba(255,255,255,.14);
}

.step-icon svg{
  width: 26px;
  height: 26px;
  color: rgba(255,255,255,.92);
}

/* Text */
.step-body h3{
  margin: 0 0 6px;
  font-size: 1.1rem;
  font-weight: 800;
}

.step-body p{
  margin: 0;
  opacity: .92;
  line-height: 1.55;
  max-width: 66ch;
}

/* Growth arrow on the right (decorative) */
.steps-arrow{
  position: absolute;
  right: 0;
  top: 140px;
  width: min(320px, 36vw);
  height: min(320px, 36vw);
  opacity: .42;
  filter: drop-shadow(0 26px 48px rgba(0,0,0,.35));

  background: linear-gradient(135deg, rgba(32, 220, 255, .55), rgba(35, 95, 255, .55));
  clip-path: polygon(
    56% 0%,
    100% 44%,
    78% 44%,
    78% 100%,
    34% 100%,
    34% 64%,
    0% 64%,
    0% 44%,
    34% 44%
  );
}

/* Note */
.steps-note{
  margin: 14px 0 0;
  opacity: .80;
  font-size: .95rem;
  line-height: 1.5;
  max-width: 90ch;
}

/* Responsive */
@media (max-width: 820px){
  .steps-arrow{ display:none; }

  .step--1, .step--2, .step--3{
    margin-left: 0;
    width: 100%;
  }

  .step-shape{
    clip-path: none; /* simpler shape on mobile */
    border-radius: 16px;
    grid-template-columns: 52px 52px 1fr;
    padding: 16px;
  }
}

@media (max-width: 520px){
  .step-shape{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .step-badge{ width: 46px; height: 46px; border-radius: 14px; }
  .step-icon{ width: 46px; height: 46px; }
}

/* =========================
   BOOST - 3 cartes premium
   ========================= */

.boost-steps{
  padding: clamp(44px, 6vw, 90px) 16px;
  background:
    radial-gradient(900px 520px at 18% 18%, rgba(255, 0, 107, .14), transparent 60%),
    radial-gradient(900px 520px at 82% 18%, rgba(0, 200, 255, .14), transparent 60%),
    linear-gradient(180deg, #000 0%, #05040b 100%);
  color: #f3f6ff;
}

.boost-steps__wrap{
  max-width: 1180px;
  margin: 0 auto;
}

.boost-steps__head{
  text-align: center;
  margin-bottom: 34px;
}

.boost-steps__kicker{
  margin: 0 0 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .82rem;
  opacity: .75;
}

.boost-steps__title{
  margin: 0;
  font-weight: 900;
  letter-spacing: .02em;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
}

/* Grid */
.boost-steps__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* Card */
.boost-card{
  position: relative;
  padding: 22px 20px 20px;
  border-radius: 18px;
  background: rgba(20, 20, 24, .75);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

/* Gradient border (clean trick) */
.boost-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(135deg,
    rgba(255, 0, 107, .75),
    rgba(0, 200, 255, .65),
    rgba(255, 170, 64, .65)
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: .55;
  z-index: -1;
}

/* subtle glow blob */
.boost-card::after{
  content:"";
  position:absolute;
  width: 260px;
  height: 260px;
  right: -130px;
  top: -130px;
  background: radial-gradient(circle at 30% 30%,
    rgba(0, 200, 255, .22),
    transparent 60%);
  filter: blur(2px);
  opacity: .9;
  z-index: -1;
}

.boost-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(0,0,0,.55);
  border-color: rgba(255,255,255,.14);
}

/* Top row: badge + icon */
.boost-card__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.boost-card__badge{
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-weight: 900;
  font-size: 1.15rem;
  color: #0b0b10;
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
}

.boost-card__icon{
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}

.boost-card__icon svg{
  width: 24px;
  height: 24px;
  color: rgba(255,255,255,.92);
}

/* Text */
.boost-card__title{
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: .01em;
}

.boost-card__text{
  margin: 0;
  opacity: .88;
  line-height: 1.6;
  font-size: .97rem;
}

/* Small variations per card */
.boost-card--1::after{
  background: radial-gradient(circle at 30% 30%,
    rgba(255, 170, 64, .22), transparent 60%);
}
.boost-card--2::after{
  background: radial-gradient(circle at 30% 30%,
    rgba(0, 200, 255, .22), transparent 60%);
}
.boost-card--3::after{
  background: radial-gradient(circle at 30% 30%,
    rgba(255, 0, 107, .20), transparent 60%);
}

/* Responsive */
@media (max-width: 980px){
  .boost-steps__grid{ grid-template-columns: 1fr; }
  .boost-card{ padding: 18px 16px; }
}

.boost-card::before{
  background: linear-gradient(135deg,
    #ff2f92,
    #ff8a00,
    #ffd84d,
    #b3005e
  );
  opacity: .85;
}

.boost-card--1::after{
  background: radial-gradient(circle at 30% 30%,
    rgba(255, 216, 77, .35),
    transparent 60%);
}

.boost-card--2::after{
  background: radial-gradient(circle at 30% 30%,
    rgba(255, 138, 0, .35),
    transparent 60%);
}

.boost-card--3::after{
  background: radial-gradient(circle at 30% 30%,
    rgba(255, 47, 146, .35),
    transparent 60%);
}

.boost-card__badge{
  background: linear-gradient(135deg,
    #ffd84d,
    #ff8a00,
    #ff2f92
  );
  color: #14000a;
  box-shadow:
    0 12px 30px rgba(255, 47, 146, .45),
    0 0 0 1px rgba(255,255,255,.15);
}

.boost-card__icon{
  background: linear-gradient(135deg,
    rgba(255, 47, 146, .18),
    rgba(255, 138, 0, .18)
  );
  border-color: rgba(255, 216, 77, .35);
}

.boost-card__icon svg{
  color: #ffd84d;
}

.boost-card:hover{
  transform: translateY(-6px) scale(1.01);
  box-shadow:
    0 30px 80px rgba(255, 47, 146, .25),
    0 0 0 1px rgba(255, 216, 77, .25);
}

.titre_exemple{
  color: #ff8a00;
  text-align: center;
  font-size: clamp(2rem, 8vw, 5em) !important
   
}

.btn-header {
  font-size: 1.5em !important;
}

.appel {
  color: white;
  text-align: center;
  margin-top: 15px;
}

.pack_2{
  color: white !important;
  background: linear-gradient(100deg,
    #ff2f92,
    #ff8a00,
    #ffd84d
  ) !important;
  
  border-radius: 10px !important;
  margin: 10px 0px !important;
}

#objectif-300{
  background-color: #ff2f92;
}

#estimation{
  background-image: url("assets/img/estimation.png") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* =========================================================
   FAQ (ACCORDION)
========================================================= */
.faq-section{
  width:100%;
  padding: 90px 0;
  position: relative;
  overflow:hidden;
  background: #0b0c10;
}

.faq-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    radial-gradient(900px 420px at 20% 30%, rgba(255,0,107,.14), transparent 60%),
    radial-gradient(900px 420px at 80% 60%, rgba(248,147,16,.12), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(0,0,0,0) 55%);
}

.faq-inner{
  width: min(1100px, 92%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.faq-head{
  text-align:center;
  margin-bottom: 18px;
}

.faq-head h2{
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1.1;
}

.faq-head p{
  max-width: 820px;
  margin: 0 auto;
  color: rgba(243,244,246,.82);
}

.faq-list{
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.faq-item{
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(10,10,14,.55);
  backdrop-filter: blur(10px);
  box-shadow: 0 22px 70px rgba(0,0,0,.35);
  overflow: hidden;
}

.faq-item summary{
  cursor: pointer;
  list-style: none;
  padding: 16px 16px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  font-weight: 900;
}

/* remove default arrow */
.faq-item summary::-webkit-details-marker{ display:none; }

.faq-q{
  display:flex;
  align-items:center;
  gap: 10px;
}

.faq-pill{
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display:grid;
  place-items:center;
  font-weight: 900;
  background: linear-gradient(135deg, var(--pink), var(--orange));
  color: #0b0c10;
  flex: 0 0 auto;
}

.faq-icon{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  flex: 0 0 auto;
}

.faq-icon svg{
  width: 18px;
  height: 18px;
  color: rgba(243,244,246,.92);
  transition: transform .18s ease;
}

.faq-item[open] .faq-icon svg{ transform: rotate(45deg); }

.faq-a{
  padding: 0 16px 16px;
  color: rgba(243,244,246,.86);
  border-top: 1px solid rgba(255,255,255,.08);
}

.faq-a p{ margin-top: 12px; }
.faq-a ul{ margin: 10px 0 0 18px; color: rgba(243,244,246,.82); }

.faq-note{
  margin-top: 14px;
  text-align:center;
  font-size: 12px;
  color: rgba(243,244,246,.70);
}

@media (max-width: 768px){
  .faq-section{ padding: 70px 0; }
  .faq-head h2{ font-size: 28px; }
}

.faq-a h2,
.faq-a h3 {
  margin: 15px 0px;
}

.faq-a ol{
  margin-left : 20px;
}

.faq-a ul{
  margin-left : 10px;
}


/* =========================================================
   TESTIMONIALS (3 COLONNES – CARD EN 2 COLONNES)
========================================================= */

.testimonials-section{
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 90px 0;
  background: #0b0c10;
  position: relative;
  overflow:hidden;
}

/* Fond décoratif */
.testimonials-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 420px at 20% 20%, rgba(255,0,107,.14), transparent 60%),
    radial-gradient(900px 420px at 80% 40%, rgba(248,147,16,.12), transparent 60%);
  z-index:0;
}

/* Contenu centré */
.testimonials-inner{
  width: min(1100px, 92%);
  width: 90%;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

/* Head */
.testimonials-head{
  text-align:center;
  margin-bottom: 36px;
}

.testimonials-head h2{
  font-size: 32px;
  margin-bottom: 10px;
  line-height:1.1;
}

.testimonials-head p{
  max-width: 860px;
  margin: 0 auto;
  color: rgba(243,244,246,.82);
}

/* ===== GRID 3 COLONNES ===== */
.testimonials-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* ===== CARD ===== */
.testimonial-card{
  border-radius: 20px;
  border: 1px solid var(--border);
  background: var(--panel);
  backdrop-filter: blur(10px);
  box-shadow: 0 22px 70px rgba(0,0,0,.45);
  overflow:hidden;
  transition: transform .18s ease, box-shadow .18s ease;

  /* 👇 layout interne 2 colonnes */
  display: grid;
  grid-template-columns: 120px 1fr;
  min-height: 180px;
}

.testimonial-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 30px 90px rgba(0,0,0,.6);
}

/* ===== IMAGE À GAUCHE ===== */
.testimonial-media{
  height: 100%;
  background: #111;
}

.testimonial-media img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

/* ===== CONTENU À DROITE ===== */
.testimonial-content{
  padding: 18px;
  display:flex;
  flex-direction:column;
  gap: 12px;
}

/* Badge */
.testimonial-pill{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 15vw;
  max-width: 200px;
  width: 15vw;
  margin-bottom: 0;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  background: linear-gradient(90deg, var(--pink), var(--orange));
  color: #0b0c10;
}



/* Lien */
.testimonial-link{
  width: fit-content;
  font-weight: 900;
  font-size: 14px;
  color: var(--orange);
  transition: opacity .15s ease;
}

.testimonial-link:hover{
  opacity: .8;
}

/* Auteur / usage */
.testimonial-author{
  margin-top: auto;
  font-size: 13px;
  color: var(--muted);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 980px){
  .testimonials-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px){
  .testimonial-card{
    grid-template-columns: 1fr;
  }

  .testimonial-media{
    height: 160px;
  }
}

/* =========================================================
   TESTIMONIAL – TITRE & CTA
========================================================= */

/* Nom de la personne */
.testimonial-name{
  margin: 0;
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
}

/* Bouton CTA */
.testimonial-link{
  margin-top: 6px;
  width: fit-content;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 14px;
  color: #0b0c10;
  background: linear-gradient(90deg, var(--pink), var(--orange));
  box-shadow: 0 10px 28px rgba(255, 0, 107, .35);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

/* Hover */
.testimonial-link:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(248,147,16,.45);
  opacity: .95;
}

.economie_mois{
  color: #ff8a00;
  font-size: 1.2em;
}