/* =========================
   HERO SECTION COACHING MIRIAM
   À ajouter à ton style.css
========================= */
body {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 0, 168, 0.08), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(212, 175, 109, 0.10), transparent 34%),
    linear-gradient(180deg, #f7f1e6 0%, #efe5d5 100%);
  background-attachment: fixed;
}
.home-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(11, 0, 16, 0.88) 0%, rgba(20, 2, 26, 0.82) 35%, rgba(58, 13, 31, 0.55) 60%, rgba(58, 13, 31, 0.18) 100%),
    radial-gradient(circle at 15% 20%, rgba(255, 0, 168, 0.12), transparent 25%),
    radial-gradient(circle at 85% 25%, rgba(212, 175, 109, 0.12), transparent 30%),
    linear-gradient(135deg, #14021a 0%, #3a0d1f 45%, #5c1535 100%);
  color: var(--cream);
}

/* Petit voile premium */
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 15%, rgba(255,255,255,0.06), transparent 10%),
    radial-gradient(circle at 25% 30%, rgba(255,255,255,0.05), transparent 8%),
    radial-gradient(circle at 10% 55%, rgba(255,255,255,0.04), transparent 7%),
    radial-gradient(circle at 70% 18%, rgba(255,255,255,0.05), transparent 8%);
  pointer-events: none;
  z-index: 1;
}

/* =========================
   HEADER HERO
========================= */
.home-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  background: rgba(8, 2, 14, 0.25);
  backdrop-filter: blur(6px);
}

.home-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  gap: 30px;
}

.home-logo a {
  color: var(--cream);
  text-decoration: none;
  font-size: 40px;
  font-family: "Great Vibes", cursive;
  line-height: 1;
}

.home-menu ul {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
}

.home-menu ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 0 24px;
  color: var(--cream);
  text-decoration: none;
  font-weight: 700;
  border-left: 1px solid rgba(255,255,255,0.08);
  transition: all 0.3s ease;
}

.home-menu ul li:last-child a {
  border-right: 1px solid rgba(255,255,255,0.08);
}

.home-menu ul li a:hover {
  background: rgba(255,255,255,0.06);
  color: var(--gold);
}

.home-menu ul li a.active {
  position: relative;
  background: linear-gradient(180deg, #ff2d7a 0%, #ff005d 100%);
  color: #fff;
}

.home-menu ul li a.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #ff005d;
}

.home-header-cta .btn {
  margin-top: 0;
}

/* =========================
   CONTENU HERO
========================= */
.hero-coaching-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 40px;
  min-height: calc(100vh - 92px);
  padding-top: 60px;
  padding-bottom: 160px;
}

/* =========================
   BLOC GAUCHE
========================= */
.hero-coaching-left {
  max-width: 720px;
  order: 2;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  padding: 14px 24px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  color: var(--cream);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.hero-coaching-left h1 {
  font-size: 78px;
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -2px;
  margin-bottom: 28px;
  color: #fff;
}

.hero-coaching-left h1 span {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  color: var(--gold);
  letter-spacing: 0;
}

.hero-coaching-left h1 br {
  content: "";
}

.hero-description {
  font-size: 22px;
  line-height: 1.7;
  max-width: 650px;
  color: rgba(255, 245, 230, 0.88);
  margin-bottom: 34px;
}

/* Boutons */
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 46px;
}

.btn-outline {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  border: 1px solid rgba(212, 175, 109, 0.45);
  color: var(--cream);
  background: rgba(255,255,255,0.04);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.btn-outline:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  background: rgba(255,255,255,0.08);
}

/* Preuve sociale */
.hero-social-proof span {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 245, 230, 0.75);
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.hero-brand-list span {
  font-size: 34px;
  font-weight: 800;
  color: rgba(255,255,255,0.92);
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
}

.hero-brand-list span:nth-child(2) {
  color: var(--gold);
}

.hero-brand-list span:nth-child(3) {
  font-family: "Great Vibes", cursive;
  font-size: 44px;
  color: #fff;
}

.hero-brand-list span:nth-child(4) {
  color: rgba(255,255,255,0.88);
}

/* =========================
   BLOC DROIT / IMAGE
========================= */
.hero-coaching-right {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  order: 1;
}

.hero-image-glow {
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,109,0.22) 0%, rgba(255,0,168,0.10) 35%, rgba(255,255,255,0.04) 52%, transparent 72%);
  filter: blur(16px);
  top: 80px;
  right: 30px;
}

.hero-image-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 650px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.hero-image-card img {
  width: 100%;
  max-height: 820px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 30px 55px rgba(0, 0, 0, 0.35));
}

/* =========================
   VAGUE BAS HERO
========================= */
.hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 3;
  line-height: 0;
}

.hero-wave svg {
  display: block;
  width: 100%;
  height: 170px;
}

.hero-wave path {
  fill: #f7f3ef;
  opacity: 0.98;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1280px) {
  .hero-coaching-left h1 {
    font-size: 64px;
  }

  .hero-description {
    font-size: 20px;
  }

  .hero-coaching-right {
    min-height: 660px;
  }

  .hero-image-glow {
    width: 470px;
    height: 470px;
  }
}

@media (max-width: 1024px) {
  .home-nav {
    flex-wrap: wrap;
    justify-content: center;
    padding: 18px 0;
  }

  .home-menu ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-menu ul li a,
  .home-menu ul li:last-child a {
    min-height: auto;
    padding: 14px 18px;
    border: none;
  }

  .home-menu ul li a.active::after {
    display: none;
  }

  .hero-coaching-grid {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .hero-coaching-left {
    margin: 0 auto;
  }

  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons,
  .hero-brand-list {
    justify-content: center;
  }

  .hero-coaching-right {
    min-height: auto;
  }

  .hero-image-card {
    max-width: 520px;
    margin: 0 auto;
  }

  .hero-image-card img {
    max-height: 620px;
  }

  .hero-image-glow {
    top: 40px;
    right: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 768px) {
  .home-logo a {
    font-size: 34px;
  }

  .hero-pill {
    font-size: 12px;
    padding: 12px 18px;
  }

  .hero-coaching-left h1 {
    font-size: 46px;
    letter-spacing: -1px;
  }

  .hero-description {
    font-size: 17px;
    line-height: 1.75;
  }

  .hero-brand-list {
    gap: 16px;
  }

  .hero-brand-list span {
    font-size: 22px;
  }

  .hero-brand-list span:nth-child(3) {
    font-size: 30px;
  }

  .hero-wave svg {
    height: 120px;
  }
}

@media (max-width: 480px) {
  .home-header {
    border-bottom: none;
  }

  .home-nav {
    gap: 16px;
  }

  .home-menu ul {
    gap: 8px;
  }

  .home-menu ul li a {
    padding: 10px 14px;
    font-size: 14px;
    background: rgba(255,255,255,0.04);
    border-radius: 8px;
  }

  .hero-coaching-grid {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 110px;
  }

  .hero-coaching-left h1 {
    font-size: 38px;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-buttons .btn,
  .hero-buttons .btn-outline {
    width: 100%;
  }

  .hero-image-card {
    max-width: 360px;
  }

  .hero-wave svg {
    height: 90px;
  }
}

/* =========================
   SECTION ABOUT
========================= */
.about {
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 0, 168, 0.08), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(212, 175, 109, 0.10), transparent 34%),
    linear-gradient(180deg, #f7f1e6 0%, #efe5d5 100%);
  border-top: 1px solid rgba(212, 175, 109, 0.15);
  border-bottom: 1px solid rgba(212, 175, 109, 0.08);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 80px;
}

/* =========================
   TEXTE
========================= */
.about-left h2 {
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 25px;
  color: var(--dark);
}

.about-left h2 span {
  font-family: "Great Vibes", cursive;
  color: var(--prune);
}

.about-left p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(20, 2, 26, 0.78);
  margin-bottom: 20px;
  max-width: 600px;
}

/* Signature */
.about-signature {
  margin-top: 30px;
  font-family: "Great Vibes", cursive;
  font-size: 36px;
  color: var(--prune);
}

/* =========================
   IMAGE
========================= */
.about-right {
  display: flex;
  justify-content: center;
}

.about-image-wrapper {
  position: relative;
  width: 420px;
  height: 420px;
}

/* Glow */
.about-image-glow {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,109,0.25), transparent 70%);
  filter: blur(20px);
}

/* Image */
.about-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid rgba(92, 21, 53, 0.15);
  position: relative;
  z-index: 2;
}

/* Badge */
.about-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff00a8, #d4af6d);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 700;
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.about-badge strong {
  font-size: 28px;
}

.about-badge span {
  font-size: 12px;
  text-align: center;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .about-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-left {
    margin: 0 auto;
  }

  .about-left p {
    margin-left: auto;
    margin-right: auto;
  }

  .about-right {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .about-left h2 {
    font-size: 40px;
  }

  .about-image-wrapper {
    width: 300px;
    height: 300px;
  }

  .about-badge {
    width: 90px;
    height: 90px;
  }

  .about-badge strong {
    font-size: 20px;
  }
}

/* =========================
   SECTION ÉTAPES + CTA
========================= */
.steps-cta {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  border-top: 1px solid rgba(212, 175, 109, 0.18);
  border-bottom: 1px solid rgba(212, 175, 109, 0.10);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 0, 168, 0.08), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(212, 175, 109, 0.10), transparent 34%),
    linear-gradient(180deg, #f7f1e6 0%, #efe5d5 100%);
}

.steps-cta::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -100px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(212, 175, 109, 0.16), transparent 70%);
  filter: blur(70px);
  z-index: 0;
}

.steps-cta::after {
  content: "";
  position: absolute;
  bottom: -140px;
  right: -100px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 0, 168, 0.10), transparent 70%);
  filter: blur(80px);
  z-index: 0;
}

.steps-cta .container {
  position: relative;
  z-index: 2;
}

.steps-cta-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 90px;
  align-items: start;
}

/* =========================
   COLONNE GAUCHE
========================= */
.steps-cta-left {
  max-width: 680px;
}

.steps-cta-left .section-tag {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(212, 175, 109, 0.18);
  color: var(--prune);
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}

.steps-cta-left h2 {
  font-size: 72px;
  line-height: 0.98;
  letter-spacing: -2px;
  color: var(--dark);
  margin-bottom: 24px;
}

.steps-cta-left h2 span {
  font-family: "Great Vibes", cursive;
  color: var(--prune);
  font-weight: 400;
  letter-spacing: 0;
}

.steps-intro {
  font-size: 22px;
  line-height: 1.6;
  color: rgba(20, 2, 26, 0.55);
  margin-bottom: 46px;
  max-width: 460px;
}

.steps-description {
  font-size: 18px;
  line-height: 1.9;
  color: rgba(20, 2, 26, 0.78);
  margin-bottom: 38px;
  max-width: 700px;
}

/* =========================
   CARTE CTA
========================= */
.steps-cta-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(92, 21, 53, 0.08);
  border-radius: 34px;
  padding: 56px 48px;
  box-shadow:
    0 22px 55px rgba(58, 13, 31, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.65);
  max-width: 640px;
}

.steps-cta-card h3 {
  font-size: 64px;
  line-height: 1;
  letter-spacing: -2px;
  color: var(--dark);
  margin-bottom: 22px;
}

.steps-cta-card p {
  font-size: 18px;
  line-height: 1.85;
  color: rgba(20, 2, 26, 0.72);
  max-width: 500px;
  margin-bottom: 26px;
}

.steps-cta-card .btn {
  margin-top: 0;
}

/* =========================
   COLONNE DROITE / TIMELINE
========================= */
.steps-cta-right {
  position: relative;
}

.steps-timeline {
  position: relative;
  padding: 10px 0;
}

.steps-timeline::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 26px;
  bottom: 26px;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(92, 21, 53, 0.25) 0%,
    rgba(212, 175, 109, 0.35) 100%
  );
}

.step-item {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 22px;
}

.step-item + .step-item {
  margin-top: 28px;
}

.step-number {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  background: rgba(212, 175, 109, 0.18);
  border: 1px solid rgba(92, 21, 53, 0.10);
  box-shadow: 0 8px 20px rgba(58, 13, 31, 0.08);
}

.step-card {
  position: relative;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(92, 21, 53, 0.08);
  border-radius: 24px;
  padding: 30px 34px;
  box-shadow: 0 16px 35px rgba(58, 13, 31, 0.08);
}

.step-card::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 34px;
  width: 22px;
  height: 22px;
  background: inherit;
  border-left: 1px solid rgba(92, 21, 53, 0.08);
  border-bottom: 1px solid rgba(92, 21, 53, 0.08);
  transform: rotate(45deg);
}

.step-card h4 {
  font-size: 20px;
  line-height: 1.3;
  color: var(--dark);
  margin-bottom: 10px;
}

.step-card p {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(20, 2, 26, 0.72);
}

/* Étapes actives en version premium */
.step-item-active .step-number {
  background: linear-gradient(135deg, var(--pink), #ff4ebd);
  color: #fff;
  border-color: transparent;
  box-shadow:
    0 10px 25px rgba(255, 0, 168, 0.22),
    0 0 0 8px rgba(255, 0, 168, 0.08);
}

.step-item-active .step-card {
  background: linear-gradient(135deg, #5c1535 0%, #3a0d1f 100%);
  border-color: rgba(255, 0, 168, 0.18);
  box-shadow:
    0 18px 40px rgba(58, 13, 31, 0.22),
    0 0 22px rgba(255, 0, 168, 0.08);
}

.step-item-active .step-card::before {
  border-left-color: rgba(255, 0, 168, 0.18);
  border-bottom-color: rgba(255, 0, 168, 0.18);
}

.step-item-active .step-card h4,
.step-item-active .step-card p {
  color: var(--cream);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1200px) {
  .steps-cta-grid {
    gap: 60px;
  }

  .steps-cta-left h2 {
    font-size: 58px;
  }

  .steps-cta-card h3 {
    font-size: 50px;
  }
}

@media (max-width: 1024px) {
  .steps-cta {
    padding: 90px 0;
  }

  .steps-cta-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .steps-cta-left,
  .steps-cta-right {
    max-width: 100%;
  }

  .steps-intro {
    max-width: 100%;
  }

  .steps-cta-card {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .steps-cta-left h2 {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .steps-intro {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .steps-description,
  .step-card p,
  .steps-cta-card p {
    font-size: 16px;
  }

  .steps-cta-card {
    padding: 34px 24px;
    border-radius: 24px;
  }

  .steps-cta-card h3 {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .step-item {
    grid-template-columns: 58px 1fr;
    gap: 16px;
  }

  .step-number {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .steps-timeline::before {
    left: 21px;
  }

  .step-card {
    padding: 24px 22px;
    border-radius: 20px;
  }

  .step-card::before {
    left: -10px;
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .steps-cta {
    padding: 75px 0;
  }

  .steps-cta-left .section-tag {
    font-size: 13px;
    padding: 8px 14px;
  }

  .steps-cta-left h2 {
    font-size: 36px;
  }

  .steps-cta-card h3 {
    font-size: 32px;
  }

  .step-card h4 {
    font-size: 18px;
  }
}

/* =========================
   CTA FULL WIDTH
========================= */
.cta-full {
  position: relative;
  padding: 120px 0;
  background-image: url('images/appel_bg.png'),
    radial-gradient(circle at 20% 20%, rgba(255, 0, 168, 0.10), transparent 30%),
    radial-gradient(circle at 80% 80%, rgba(212, 175, 109, 0.15), transparent 40%),
    linear-gradient(135deg, #14021a, #3a0d1f, #5c1535);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}

/* BOX CENTRALE */
.cta-box {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(135deg, #14021a 0%, #3a0d1f 45%, #5c1535 100%);
  padding: 70px 50px;
  border-radius: 25px;
  border: 1px solid rgba(212, 175, 109, 0.2);
  box-shadow: 0 25px 60px rgba(0,0,0,0.35);
}

/* TITRE */
.cta-box h2 {
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: var(--cream);
}

/* TEXTE */
.cta-box p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,245,230,0.85);
  margin-bottom: 30px;
}

/* BOUTON */
.cta-box .btn {
  margin-top: 10px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
  .cta-box {
    padding: 40px 25px;
  }

  .cta-box h2 {
    font-size: 36px;
  }

  .cta-box p {
    font-size: 16px;
  }
}

/* =========================
   SECTION NEWSLETTER
========================= */
.newsletter {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 0, 168, 0.08), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(212, 175, 109, 0.10), transparent 34%),
    linear-gradient(180deg, #f7f1e6 0%, #efe5d5 100%);
  border-top: 1px solid rgba(212, 175, 109, 0.15);
}

.newsletter::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -100px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(212, 175, 109, 0.18), transparent 70%);
  filter: blur(70px);
  z-index: 0;
}

.newsletter::after {
  content: "";
  position: absolute;
  bottom: -140px;
  right: -100px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 0, 168, 0.10), transparent 70%);
  filter: blur(80px);
  z-index: 0;
}

.newsletter .container {
  position: relative;
  z-index: 2;
}

.newsletter-box {
  max-width: 1620px;
  margin: 0 auto;
  padding: 90px 60px 80px;
  text-align: center;
  background: linear-gradient(135deg, #14021a 0%, #3a0d1f 45%, #5c1535 100%);
  border: 1px solid rgba(212, 175, 109, 0.15);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

/* Avatar */
.newsletter-avatar {
  width: 280px;
  height: 280px;
  margin: 0 auto 34px;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid rgba(212, 175, 109, 0.3);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(212, 175, 109, 0.15);
}

.newsletter-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Badge */
.newsletter-badge {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 14px;
  background: rgba(212, 175, 109, 0.15);
  color: var(--gold);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}

/* Titre */
.newsletter h2 {
  max-width: 980px;
  margin: 0 auto 20px;
  font-size: 76px;
  line-height: 1.06;
  letter-spacing: -2px;
  color: var(--cream);
  font-weight: 500;
}

.newsletter h2 span {
  font-family: "Great Vibes", cursive;
  color: var(--gold);
  font-weight: 400;
  letter-spacing: 0;
}

/* Sous-titre */
.newsletter-subtitle {
  max-width: 760px;
  margin: 0 auto 34px;
  font-size: 20px;
  line-height: 1.8;
  color: rgba(255, 245, 230, 0.8);
}

/* Formulaire */
.newsletter-form {
  max-width: 820px;
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: 1fr 220px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(212, 175, 109, 0.2);
  background: rgba(255,255,255,0.08);
}

.newsletter-form input {
  width: 100%;
  height: 76px;
  padding: 0 26px;
  border: none;
  outline: none;
  background: transparent;
  color: var(--cream);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.newsletter-form input::placeholder {
  color: rgba(255, 245, 230, 0.5);
}

.newsletter-form button {
  border: none;
  outline: none;
  cursor: pointer;
  background: linear-gradient(135deg, #5c1535, #3a0d1f);
  color: var(--cream);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.newsletter-form button:hover {
  opacity: 0.96;
}

/* Note */
.newsletter-note {
  margin-bottom: 34px;
  font-size: 18px;
  color: rgba(255, 245, 230, 0.65);
}

/* Réseaux */
.newsletter-socials {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.newsletter-socials a {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  background: rgba(212, 175, 109, 0.18);
  color: var(--cream);
  border: 1px solid rgba(212, 175, 109, 0.25);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.newsletter-socials a:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #ff2d7a 0%, #ff005d 100%);
  color: #fff;
  border-color: rgba(255, 45, 122, 0.5);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .newsletter {
    padding: 90px 0;
  }

  .newsletter-box {
    padding: 70px 35px 60px;
  }

  .newsletter-avatar {
    width: 220px;
    height: 220px;
  }

  .newsletter h2 {
    font-size: 56px;
  }

  .newsletter-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .newsletter-box {
    padding: 55px 20px 50px;
  }

  .newsletter-avatar {
    width: 170px;
    height: 170px;
    margin-bottom: 24px;
  }

  .newsletter-badge {
    font-size: 14px;
    padding: 10px 18px;
  }

  .newsletter h2 {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .newsletter-subtitle,
  .newsletter-note {
    font-size: 16px;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .newsletter-form input,
  .newsletter-form button {
    height: 62px;
    font-size: 16px;
  }

  .newsletter-socials a {
    width: 48px;
    height: 48px;
    font-size: 15px;
  }
}

/* =========================
   SECTION SERVICES PREMIUM
========================= */
.services-premium {
  position: relative;
  padding: 120px 0;
  background:
    linear-gradient(135deg, #0b0010 0%, #1a0226 40%, #3a0d1f 100%);
  color: var(--cream);
  overflow: hidden;
}

/* Glow subtil */
.services-premium::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,0,168,0.12), transparent 70%);
  filter: blur(80px);
}

.services-premium::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -100px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(212,175,109,0.15), transparent 70%);
  filter: blur(90px);
}

/* HEADER */
.services-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 80px;
}

.services-header h2 {
  font-size: 64px;
  line-height: 1.05;
  margin-bottom: 20px;
}

.services-header h2 span {
  font-family: "Great Vibes", cursive;
  color: var(--gold);
}

.services-header p {
  font-size: 20px;
  color: rgba(255,245,230,0.75);
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.service-card {
  position: relative;
  padding: 50px 40px;
  border-radius: 24px;

  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);

  backdrop-filter: blur(10px);

  transition: all 0.35s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  background: linear-gradient(135deg, #5c1535, #3a0d1f);
  box-shadow: 0 25px 60px rgba(0,0,0,0.4);
}

/* TITRE */
.service-card h3 {
  font-size: 28px;
  margin-bottom: 16px;
}

/* TEXTE */
.service-card p {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,245,230,0.75);
  margin-bottom: 20px;
}

/* TAG */
.service-tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(212,175,109,0.15);
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-header h2 {
    font-size: 42px;
  }
}