/* =========================================================
   M PRO TRAINER — PAGE STUDIO / LANDING
   Desktop V2 premium
========================================================= */

/* RESET APP SUR PAGE STUDIO */
body.page-studio {
  margin: 0;
  min-height: 100vh;
  background: #050505;
  color: #fff;
  overflow-y: auto !important;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif;
}

body.page-studio .app-sidebar,
body.page-studio .mobile-header,
body.page-studio .sidebar-backdrop {
  display: none !important;
}

body.page-studio .app-shell {
  display: block !important;
  min-height: auto !important;
  height: auto !important;
  overflow: visible !important;
}

body.page-studio .app-main {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  min-height: 100vh !important;
  overflow: visible !important;
}

.studio-page {
  background: #050505;
  color: #fff;
}

.studio-proof-card__icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.studio-audience-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   HEADER
========================================================= */

.studio-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 64px;
  padding: 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(5, 5, 5, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(216, 179, 106, 0.12);
}

.studio-logo img {
  height: 46px;
  display: block;
}

.studio-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.studio-nav a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.studio-nav a:hover {
  color: #fff;
}

.studio-nav__cta {
  background: linear-gradient(135deg, #d8b36a, #f2d99a);
  color: #111 !important;
  padding: 14px 20px;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(216, 179, 106, 0.28);
}

/* =========================================================
   HERO
========================================================= */

.studio-hero {
  position: relative;
  height: 520px;
  min-height: 520px;
  padding: 92px 7vw 58px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 70% 20%,
      rgba(216, 179, 106, 0.14),
      transparent 28%
    ),
    linear-gradient(90deg, #050505 0%, #080808 48%, #111 100%);
}

.studio-hero::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  bottom: -30px;
  left: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.96) 0%,
      rgba(0, 0, 0, 0.72) 38%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    url("/img/brand/hero-studio1.jpg") 65% 38% / cover no-repeat;
  opacity: 0.9;
  transform: translateY(86px);
  filter: brightness(1.05) contrast(1);
}

.studio-hero__content,
.studio-hero__visual {
  position: relative;
  z-index: 2;
}

.studio-kicker {
  margin: 0 0 16px;
  color: #d8b36a;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.studio-hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 950;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.studio-hero__lead {
  margin: 32px 0 0;
  color: #d8b36a;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.studio-hero__text {
  margin: 20px 0 0;
  max-width: 460px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

.studio-actions {
  margin-top: 38px;
  display: flex;
  gap: 18px;
}

.studio-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.studio-btn:hover {
  transform: translateY(-1px);
}

.studio-btn--primary {
  background: linear-gradient(135deg, #d2aa60, #f1d89b);
  color: #101010;
  box-shadow:
    0 10px 25px rgba(216, 179, 106, 0.25),
    0 2px 6px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.studio-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 40px rgba(216, 179, 106, 0.35),
    0 4px 12px rgba(0, 0, 0, 0.5);
}

.studio-btn--ghost {
  border: 1px solid rgba(216, 179, 106, 0.9);
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
}

.studio-btn--ghost:hover {
  background: rgba(216, 179, 106, 0.12);
  border-color: #d8b36a;
}

.studio-hero__visual {
  min-height: 520px;
}

.studio-hero__image {
  display: none;
}

/* =========================================================
   TITLES
========================================================= */

.studio-section-title {
  max-width: 1180px;
  margin: 0 auto 34px;
}

.studio-section-title--center {
  text-align: center;
}

.studio-section-title span {
  display: block;
  color: #d8b36a;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.studio-section-title h2,
.studio-difference h2,
.studio-objective h2,
.studio-for-who h2,
.studio-limited h2,
.studio-final-cta h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.04em;
}

/* =========================================================
   PROBLEMS + DIFFERENCE WHITE SECTION
========================================================= */

.studio-card:last-child {
  border-right: 0;
}

.studio-card h3 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 950;
}

.studio-card p {
  margin: 0;
  color: rgba(0, 0, 0, 0.72);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

.studio-card--dark p {
  color: rgba(255, 255, 255, 0.72);
}

/* =========================================================
   PROOF — PROBLEMS + FRAME
========================================================= */

.studio-proof {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  background: #f4f1eb;
  color: #0d0d0d;
  overflow: hidden;
}

.studio-proof__left {
  background: #faf7f2;
  padding: 58px 46px 62px;
}

.studio-proof__left,
.studio-proof__right {
  padding-left: clamp(20px, 5vw, 80px);
  padding-right: clamp(20px, 5vw, 80px);
}

.studio-proof__title h2,
.studio-proof__right h2 {
  margin: 0 0 30px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.studio-proof__problems {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.studio-proof-card {
  min-height: 210px;
  padding: 26px 22px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.studio-proof-card:last-child {
  border-right: 0;
}

.studio-proof-card__icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 18px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #a07933;
  border: 1px solid rgba(160, 121, 51, 0.42);
  font-size: 28px;
  line-height: 1;
}

.studio-proof-card h3 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 950;
}

.studio-proof-card p {
  margin: 0;
  color: rgba(0, 0, 0, 0.72);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.studio-proof-checks div {
  color: rgba(255, 255, 255, 0.85);
}

.studio-proof__right strong {
  color: #fff;
}

.studio-proof__right {
  background: linear-gradient(135deg, #0b0b0b 0%, #15120d 100%);
  color: #fff;
  padding: 58px 46px 62px;
  box-shadow:
    inset 1px 0 0 rgba(216, 179, 106, 0.18),
    -20px 0 40px rgba(0, 0, 0, 0.25);
}

.studio-proof__right h2 {
  color: #fff;
  margin: 0 0 30px;
}

.studio-proof-checks {
  display: grid;
  gap: 16px;
}

.studio-proof-checks div {
  position: relative;
  padding-left: 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 750;
}

.studio-proof-checks div::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #d8b36a;
  border: 1px solid rgba(216, 179, 106, 0.55);
  background: rgba(216, 179, 106, 0.08);
  font-size: 12px;
}

.studio-proof__right strong {
  display: block;
  margin-top: 28px;
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 950;
}

/* =========================================================
   TRAININGS
========================================================= */

.studio-trainings {
  padding: 78px 5vw 90px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(216, 179, 106, 0.12),
      transparent 30%
    ),
    #070707;
  color: #fff;
}

.studio-training-grid {
  max-width: 1280px;
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.studio-training-card {
  position: relative;
  min-height: 440px;
  background: #111;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.studio-training-card__image {
  height: 210px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72)),
    url("/img/studio.jpg") center / cover no-repeat;
  filter: grayscale(1);
  opacity: 0.8;
}

.studio-training-card__content {
  padding: 28px 24px 30px;
  text-align: center;
}

.studio-training h2,
.studio-trainings h2 {
  letter-spacing: -0.025em;
  word-spacing: 0.08em;
}

.studio-training-card h3 {
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: 950;
  text-transform: uppercase;
}

.studio-training-card p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

.studio-training-card span {
  display: block;
  color: rgba(216, 179, 106, 0.95);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.studio-training-card__more {
  margin-top: 14px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #d8b36a;
  background: transparent;
  border: 1px solid rgba(216, 179, 106, 0.5);
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.studio-training-card__more:hover {
  background: rgba(216, 179, 106, 0.1);
  border-color: #d8b36a;
}

.studio-training-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
}

.studio-training-modal {
  background: rgba(0, 0, 0, 0.75);
  /* au lieu de 0.6/0.65 */
}

.studio-training-modal.active {
  display: block;
}

.studio-training-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
}

.studio-training-modal__dialog {
  position: relative;
  max-width: 680px;
  margin: 10vh auto;
  background: #111;
  color: #fff;
  padding: 40px;
  border-radius: 14px;
  z-index: 2;
}

.studio-training-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.studio-training-modal__text {
  margin-top: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.studio-training-modal__text p {
  margin: 0 0 16px;
}

.studio-training-modal__text ul {
  margin: 18px 0;
  padding-left: 0;
  list-style: none;
}

.studio-training-modal__text li {
  margin: 8px 0;
  color: #d8b36a;
  font-weight: 700;
}

.studio-training-modal__text li::before {
  content: "✓";
  margin-right: 10px;
}

.studio-training-modal__box {
  max-width: 720px;
  /* au lieu de ~600 */
}

.studio-training-modal__text p {
  margin-bottom: 18px;
}

.studio-training-modal__text {
  padding-bottom: 10px;
}

.studio-training-card__image--functional {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72)),
    url("/img/brand/training-functional.jpg");
}

.studio-training-card__image--express {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72)),
    url("/img/brand/training-express.jpg");
}

.studio-training-card__image--pilates {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72)),
    url("/img/brand/training-pilates.jpg");
}

.studio-training-card__image--cardio {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72)),
    url("/img/brand/training-cardio.jpg");
}

.studio-training-card__image--surprise {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72)),
    url("/img/brand/training-surprise.jpg");
}

.studio-training-card__image--functional {
  background-position: 65% center;
}

.studio-training-card__image--surprise {
  background-position: center 20%;
}

.studio-training-card__image {
  transition: all 0.4s ease;
}

.studio-trainings h2 {
  letter-spacing: -0.01em;
}

.studio-training-actions {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.studio-training-card {
  transition: all 0.3s ease;
}

.studio-training-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* =========================================================
   AUDIENCE + OBJECTIVE
========================================================= */

.studio-audience {
  background: #faf7f2;
  color: #0d0d0d;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.studio-audience__block {
  padding: 66px 6vw 64px;
}

.studio-audience__block--who {
  border-right: 1px solid rgba(0, 0, 0, 0.14);
}

.studio-audience .studio-kicker {
  color: #a07933;
  margin-bottom: 14px;
}

.studio-audience h2 {
  margin: 0 0 34px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.studio-audience-grid {
  display: grid;
  gap: 1px;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.studio-audience-grid--three {
  grid-template-columns: repeat(3, 1fr);
}

.studio-audience-grid--four {
  grid-template-columns: repeat(4, 1fr);
}

.studio-audience-grid div {
  background: #faf7f2;
  padding: 28px 18px;
  text-align: center;
}

.studio-audience-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 16px;
  border-radius: 999px;
  border: 1px solid rgba(160, 121, 51, 0.42);
  color: #a07933;
  font-size: 24px;
}

.studio-audience-grid strong {
  display: block;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.studio-audience-grid p {
  margin: 8px 0 0;
  color: rgba(0, 0, 0, 0.72);
  font-size: 14px;
  font-weight: 650;
}

.studio-audience-note {
  margin-top: 28px;
  padding: 16px 18px;
  background: #111;
  color: #fff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 850;
}

.studio-audience-final {
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 850;
  text-align: center;
}

.studio-audience-note {
  margin-top: 28px;
  padding: 16px 18px;
  background: #111;
  color: #fff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 850;
}

.studio-audience__block--goal h2 {
  max-width: none;
  font-size: clamp(30px, 2.25vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

/* =========================================================
   FOR WHO
========================================================= */

.studio-for-who {
  background: #f4f1eb;
  color: #0d0d0d;
  padding: 70px 7vw 76px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.studio-for-who .studio-kicker {
  color: #a07933;
}

.studio-for-who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.studio-for-who-grid div {
  background: #f4f1eb;
  padding: 34px 24px;
}

.studio-for-who-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
}

.studio-for-who-grid span {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
}

/* =========================================================
   LIMITED FINAL
========================================================= */

.studio-limited-final {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  background: #070707;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.studio-limited-final__text {
  padding: 76px 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.studio-limited-final__text h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.studio-limited-final__text p:not(.studio-kicker) {
  margin: 24px 0 0;
  max-width: 480px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}

.studio-limited-final__text strong {
  display: block;
  margin-top: 28px;
  color: #d8b36a;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 900;
}

.studio-limited-final__image {
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.22), rgba(7, 7, 7, 0.05)),
    url("/img/brand/studio-limited.jpg") center / cover no-repeat;
  filter: grayscale(0.15) contrast(1.05) brightness(0.88);
}

/* =========================================================
   FINAL CTA
========================================================= */

.studio-final-cta-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 320px;
  /* avant sûrement 420-500 */
  padding: 0px 0;
  background: #050505;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.studio-final-cta-split__image {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.46)),
    url("/img/brand/final-cta.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 55% 85%;
  filter: grayscale(0.25) contrast(1.08) brightness(0.78);
}

.studio-final-cta-split__content {
  padding: 82px 7vw 86px 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.studio-final-cta-split__content h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.studio-final-cta-split__content p:not(.studio-kicker) {
  margin: 18px 0 32px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  font-weight: 650;
}

.studio-final-cta__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.studio-final-cta-split__content h2 {
  font-size: clamp(38px, 4.2vw, 58px);
  white-space: nowrap;
}

.studio-final-cta-split {
  min-height: auto;
  /* ou supprime complètement le min-height */
}

.studio-final-cta-split__image {
  display: block;
}

/* =========================================================
   FOOTER
========================================================= */

.studio-footer {
  background: #030303;
  color: #fff;
  padding: 54px 7vw 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 44px;
}

.studio-footer__brand img {
  width: 140px;
  display: block;
  margin-bottom: 18px;
}

.studio-footer__brand p,
.studio-footer__col p,
.studio-footer__col a,
.studio-footer__col button {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 600;
}

.studio-footer__col h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.studio-footer__col a,
.studio-footer__col button {
  display: block;
}

.studio-footer__col button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

.studio-footer__col a:hover,
.studio-footer__col button:hover {
  color: #d8b36a;
}

.studio-footer__bottom {
  grid-column: 1 / -1;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.studio-footer__bottom a {
  margin-left: 22px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.studio-footer__bottom a:hover {
  color: #d8b36a;
}

.trial-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.trial-modal.is-open {
  display: block;
}

.trial-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.trial-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100vw - 36px));
  margin: 10vh auto;
  padding: 42px;
  background: linear-gradient(135deg, #0b0b0b 0%, #15120d 100%);
  color: #fff;
  border: 1px solid rgba(216, 179, 106, 0.22);
  border-radius: 16px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

.trial-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.trial-modal__dialog h2 {
  margin: 0 0 22px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.trial-modal__text p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 550;
}

.trial-modal__text ol {
  margin: 22px 0 24px;
  padding: 0;
  list-style: none;
  counter-reset: trialSteps;
  display: grid;
  gap: 12px;
}

.trial-modal__text li {
  counter-increment: trialSteps;
  position: relative;
  padding-left: 42px;
  color: #fff;
  font-weight: 800;
}

.trial-modal__text li::before {
  content: counter(trialSteps);
  position: absolute;
  left: 0;
  top: -3px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #111;
  background: linear-gradient(135deg, #d2aa60, #f1d89b);
  font-size: 13px;
  font-weight: 950;
}

.trial-modal__actions {
  margin-top: 30px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* =========================================================
   RESPONSIVE FINAL
========================================================= */

@media (max-width: 1100px) {
  .studio-limited-final {
    grid-template-columns: 1fr;
  }

  .studio-limited-final__image {
    min-height: 420px;
  }

  .studio-footer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .studio-limited-final__text,
  .studio-final-cta {
    padding-left: 22px;
    padding-right: 22px;
  }

  .studio-limited-final__image {
    min-height: 320px;
  }

  .studio-final-cta__actions {
    flex-direction: column;
  }

  .studio-footer {
    grid-template-columns: 1fr;
    padding-left: 22px;
    padding-right: 22px;
  }

  .studio-footer__bottom {
    flex-direction: column;
  }

  .studio-footer__bottom a {
    display: block;
    margin: 8px 0 0;
  }
}

/* =========================================================
   MOBILE / TABLET
========================================================= */

@media (max-width: 1100px) {
  .studio-training-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .studio-problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .studio-difference,
  .studio-objective,
  .studio-for-who {
    grid-template-columns: 1fr;
  }

  .studio-proof {
    grid-template-columns: 1fr;
  }

  .studio-proof__problems {
    grid-template-columns: repeat(2, 1fr);
  }

  .studio-objective__image {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .studio-header {
    height: 66px;
    padding: 0 18px;
  }

  .studio-logo img {
    height: 38px;
  }

  .studio-nav a:not(.studio-nav__cta) {
    display: none;
  }

  .studio-nav {
    gap: 0;
  }

  .studio-nav__cta {
    padding: 11px 14px;
    font-size: 11px !important;
  }

  .studio-hero {
    min-height: auto;
    padding: 104px 22px 70px;
    display: block;
  }

  .studio-hero::before {
    background:
      linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.96)),
      url("/img/studio.jpg") center / cover no-repeat;
  }

  .studio-hero h1 {
    font-size: 42px;
  }

  .studio-hero__lead {
    font-size: 18px;
  }

  .studio-hero__text {
    font-size: 16px;
  }

  .studio-actions {
    flex-direction: column;
  }

  .studio-btn {
    width: 100%;
  }

  .studio-problems,
  .studio-trainings,
  .studio-for-who,
  .studio-limited,
  .studio-final-cta {
    padding-left: 22px;
    padding-right: 22px;
  }

  .studio-problem-grid,
  .studio-training-grid,
  .studio-for-who-grid,
  .studio-objective-grid {
    grid-template-columns: 1fr;
  }

  .studio-difference {
    padding: 0 22px 70px;
  }

  .studio-objective__block {
    padding: 70px 22px;
  }

  .studio-section-title h2,
  .studio-difference h2,
  .studio-objective h2,
  .studio-for-who h2,
  .studio-limited h2,
  .studio-final-cta h2 {
    font-size: 34px;
  }

  .studio-card {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }

  .studio-proof {
    padding: 54px 22px 58px;
  }

  .studio-proof__problems {
    grid-template-columns: 1fr;
  }

  .studio-proof__right {
    padding: 32px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
  }

  .studio-training-card {
    min-height: auto;
  }
}

@media (max-width: 1100px) {
  .studio-audience {
    grid-template-columns: 1fr;
  }

  .studio-audience__block--who {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  }
}

@media (max-width: 760px) {
  .studio-audience__block {
    padding: 54px 22px;
  }

  .studio-audience-grid--three,
  .studio-audience-grid--four {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .studio-final-cta-split {
    grid-template-columns: 1fr;
  }

  .studio-final-cta-split__image {
    min-height: 320px;
  }
}

/* =========================================================
   MOBILE FIX FINAL — anti débordement horizontal
========================================================= */

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .studio-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .studio-header,
  .studio-hero,
  .studio-proof,
  .studio-trainings,
  .studio-audience,
  .studio-limited-final,
  .studio-final-cta-split,
  .studio-footer {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  * {
    box-sizing: border-box;
  }

  img,
  svg,
  video {
    max-width: 100%;
  }

  .studio-btn,
  .studio-nav__cta {
    max-width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
  }

  .studio-actions,
  .studio-training-actions,
  .studio-final-cta__actions {
    width: 100%;
    max-width: 100%;
  }

  .studio-actions .studio-btn,
  .studio-training-actions .studio-btn,
  .studio-final-cta__actions .studio-btn {
    width: 100%;
    justify-content: center;
  }

  .studio-final-cta-split__content h2 {
    white-space: normal !important;
  }

  .studio-audience__block h2,
  .studio-limited-final h2,
  .studio-proof__title h2,
  .studio-proof__right h2,
  .studio-section-title h2 {
    max-width: 100%;
    overflow-wrap: normal;
  }

  .trial-modal__dialog {
    max-width: calc(100vw - 28px);
    box-sizing: border-box;
  }
}

/* =========================================================
   MOBILE FIX PAGE STUDIO
========================================================= */

@media (max-width: 760px) {
  body.page-studio,
  body.page-studio .app-main,
  .studio-page {
    background: #050505;
    overflow-x: hidden;
  }

  /* Boutons hero */
  .studio-actions {
    width: 100%;
    gap: 18px;
    margin-top: 34px;
  }

  .studio-actions .studio-btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  /* Bloc noir "Un cadre plus clair" */
  .studio-proof__right {
    margin-left: -22px;
    margin-right: -22px;
    padding: 42px 22px 46px;
    width: calc(100% + 44px);
    box-sizing: border-box;
  }

  .studio-proof__right h2 {
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -0.04em;
  }

  .studio-proof-checks div {
    font-size: 16px;
    line-height: 1.35;
  }

  .studio-proof__right strong {
    font-size: 18px;
    line-height: 1.35;
  }

  /* Titre "Mon objectif" plus propre sur mobile */
  .studio-audience__block--goal h2 {
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: -0.055em;
  }

  .studio-audience__block--goal h2 br {
    display: none;
  }

  /* Modales scrollables sur mobile */
  .studio-training-modal.active,
  .trial-modal.is-open {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .studio-training-modal__dialog,
  .trial-modal__dialog {
    max-height: calc(100dvh - 90px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 70px auto 40px;
  }

  .studio-training-modal__dialog {
    width: calc(100vw - 28px);
    padding: 34px 26px;
  }

  .trial-modal__dialog {
    width: calc(100vw - 28px);
    padding: 34px 24px;
  }

  /* Footer / suppression bande blanche */
  .studio-footer {
    margin-bottom: 0;
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
    background: #050505;
  }
}

/* =========================================================
   MOBILE FIX HERO + JONCTIONS + FOOTER
========================================================= */

@media (max-width: 760px) {
  /* Hero : titre un peu moins violent sur mobile */
  .studio-hero h1 {
    font-size: clamp(36px, 11vw, 44px);
    line-height: 0.98;
    letter-spacing: -0.055em;
  }

  /* Hero : éviter que le 2e bouton soit mangé */
  .studio-hero {
    padding-bottom: 92px;
  }

  .studio-actions {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 34px;
    padding-bottom: 10px;
  }

  .studio-actions .studio-btn {
    min-height: 58px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Supprime le trait blanc entre le bloc noir et les entraînements */
  .studio-proof {
    border-bottom: 0 !important;
  }

  .studio-proof__right {
    border-bottom: 0 !important;
  }

  .studio-trainings {
    border-top: 0 !important;
    margin-top: 0 !important;
  }

  /* Supprime la bande blanche après le footer */
  html,
  body,
  body.page-studio,
  body.page-studio .app-main,
  .studio-page {
    background: #050505 !important;
  }

  .studio-footer {
    background: #050505 !important;
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
    margin-bottom: 0 !important;
  }

  .studio-page::after {
    content: "";
    display: block;
    height: 0;
    background: #050505;
  }
}

@media (max-width: 760px) {
  .studio-hero {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

@media (max-width: 760px) {
  /* HERO : supprimer le gros trou noir */
  .studio-hero {
    height: auto !important;
    min-height: 0 !important;
    padding: 104px 22px 54px !important;
  }

  .studio-hero::before {
    top: 0 !important;
    bottom: 0 !important;
    transform: none !important;
  }

  .studio-hero__visual {
    display: none !important;
  }

  /* HERO : titre plus propre */
  .studio-hero h1 {
    font-size: clamp(31px, 8.7vw, 36px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.05em !important;
  }

  /* Supprimer la bande blanche/grise entre blocs */
  .studio-proof {
    background: #050505 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .studio-proof__left {
    background: #faf7f2 !important;
  }

  .studio-proof__right {
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .studio-trainings {
    margin-top: 0 !important;
    padding-top: 64px !important;
    border-top: 0 !important;
  }
}

@media (max-width: 760px) {
  .studio-nav {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .studio-nav a:not(.studio-nav__cta):not(.studio-nav__member) {
    display: none;
  }

  .studio-nav__member {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 10px !important;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
  }

  .studio-nav__cta {
    height: 42px;
    padding: 0 13px;
    font-size: 10px !important;
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .studio-header {
    padding: 0 10px !important;
    gap: 10px;
  }

  .studio-logo img {
    height: 34px !important;
  }

  .studio-nav {
    margin-left: auto;
    gap: 7px !important;
  }

  .studio-nav__member,
  .studio-nav__cta {
    height: 40px !important;
    min-height: 40px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 10px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
  }

  .studio-nav__member {
    font-size: 10px !important;
  }

  .studio-nav__cta {
    font-size: 9.5px !important;
    letter-spacing: 0.07em !important;
  }
}

@media (max-width: 760px) {
  body.page-studio .studio-proof__right {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 42px 22px 48px !important;
    overflow: visible !important;
  }

  body.page-studio .studio-proof-checks {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.page-studio .studio-proof-checks div {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 34px !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  body.page-studio .studio-proof__right strong {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }
}
/* FIX DESKTOP — boutons hero sur une seule ligne */
@media (min-width: 761px) {
  .studio-hero .studio-actions {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    max-width: none !important;
  }

  .studio-hero .studio-actions .studio-btn {
    flex-shrink: 0 !important;
    width: auto !important;
    min-width: fit-content !important;
    max-width: none !important;
    white-space: nowrap !important;
  }
}
/* Alignement cartes entraînements */
.studio-training-card {
  display: flex;
  flex-direction: column;
}

.studio-training-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.studio-training-card p {
  min-height: 76px;
}

.studio-training-card span {
  min-height: 54px;
}

.studio-training-card__more {
  margin-top: 18px;
  align-self: center;
}
@media (max-width: 760px) {
  /* Bloc expérience découverte */
  .studio-final-cta-split__content {
    padding: 56px 22px 64px !important;
  }

  /* Supprime le gros vide noir au-dessus */
  .studio-final-cta-split__image {
    min-height: 140px !important;
    background-position: center 35% !important;
  }

  /* Texte plus respirant */
  .studio-final-cta-split__content p {
    max-width: 100%;
    line-height: 1.45;
  }

  /* Boutons CTA mobile */
  .studio-final-cta__actions {
    width: 100%;
  }

  .studio-final-cta__actions .studio-btn {
    width: 100%;
    max-width: 100%;
    white-space: normal !important;
    text-align: center;
    line-height: 1.2;
    padding: 18px 16px;
  }
}
@media (max-width: 760px) {
  #trialRequestBtnFinal {
    font-size: 13px !important;
    letter-spacing: 0.035em !important;
    line-height: 1.15 !important;
    padding: 16px 12px !important;
    white-space: nowrap !important;
  }
}
@media (max-width: 760px) {
  #trialRequestBtn {
    font-size: 13px !important;
    letter-spacing: 0.025em !important;
    white-space: nowrap !important;
  }
}
.app-shell--public {
  display: block !important;
}

.app-shell--public .app-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
html,
body {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body.page-cgv,
body.page-cgv-studio,
body.page-confidentialite,
body.page-confidentialite-studio,
body.page-mentions-legales {
  background: #f3efe8 !important;
}

body.page-cgv .mobile-header,
body.page-cgv-studio .mobile-header,
body.page-confidentialite .mobile-header,
body.page-confidentialite-studio .mobile-header,
body.page-mentions-legales .mobile-header {
  display: none !important;
}

body.page-cgv .app-shell,
body.page-cgv-studio .app-shell,
body.page-confidentialite .app-shell,
body.page-confidentialite-studio .app-shell,
body.page-mentions-legales .app-shell,
body.page-cgv .app-main,
body.page-cgv-studio .app-main,
body.page-confidentialite .app-main,
body.page-confidentialite-studio .app-main,
body.page-mentions-legales .app-main {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #f3efe8 !important;
}

body.page-cgv .app-main,
body.page-cgv-studio .app-main,
body.page-confidentialite .app-main,
body.page-confidentialite-studio .app-main,
body.page-mentions-legales .app-main {
  padding: 56px 32px 80px !important;
}

body.page-cgv .legal-page,
body.page-cgv-studio .legal-page,
body.page-confidentialite .legal-page,
body.page-confidentialite-studio .legal-page,
body.page-mentions-legales .legal-page {
  width: 100% !important;
  max-width: 980px !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0 auto !important;
  padding: 56px !important;
  box-sizing: border-box !important;
  border-radius: 30px !important;
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #e5ded2 !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08) !important;
}

@media (max-width: 640px) {
  body.page-cgv .app-main,
  body.page-cgv-studio .app-main,
  body.page-confidentialite .app-main,
  body.page-confidentialite-studio .app-main,
  body.page-mentions-legales .app-main {
    padding: 24px 12px 48px !important;
  }

  body.page-cgv .legal-page,
  body.page-cgv-studio .legal-page,
  body.page-confidentialite .legal-page,
  body.page-confidentialite-studio .legal-page,
  body.page-mentions-legales .legal-page {
    padding: 30px 22px !important;
    border-radius: 22px !important;
  }
}

@media (max-width: 640px) {
  .page-cgv .app-main,
  .page-cgv-studio .app-main,
  .page-confidentialite .app-main,
  .page-confidentialite-studio .app-main,
  .page-mentions-legales .app-main {
    padding: 24px 12px !important;
  }

  .page-cgv .legal-page,
  .page-cgv-studio .legal-page,
  .page-confidentialite .legal-page,
  .page-confidentialite-studio .legal-page,
  .page-mentions-legales .legal-page {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .legal-page h2 {
    font-size: 21px;
  }
}
.discovery-activation-page {
  min-height: 100vh;
  padding: 48px 18px;
  background:
    radial-gradient(
      circle at top left,
      rgba(215, 180, 106, 0.18),
      transparent 34%
    ),
    linear-gradient(135deg, #07101f 0%, #111827 52%, #211b14 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.discovery-activation-hero {
  width: 100%;
  max-width: 720px;
}

.discovery-activation-card {
  padding: 38px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(215, 180, 106, 0.35);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.discovery-activation-brand {
  width: 170px;
  margin-bottom: 28px;
}

.discovery-activation-brand img {
  width: 100%;
  height: auto;
  display: block;
}

.discovery-activation-kicker {
  margin: 0 0 10px;
  color: #9b7a36;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.discovery-activation-card h1 {
  margin: 0 0 16px;
  color: #101828;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.discovery-activation-intro {
  max-width: 560px;
  margin: 0 0 24px;
  color: #475467;
  font-size: 17px;
  line-height: 1.65;
}

.discovery-activation-benefit {
  margin: 26px 0;
  padding: 24px;
  border-radius: 24px;
  background: #111827;
  color: #fff;
}

.discovery-activation-benefit span {
  display: block;
  margin-bottom: 8px;
  color: #d7b46a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.discovery-activation-benefit strong {
  display: block;
  font-size: 30px;
  line-height: 1.15;
}

.discovery-activation-benefit small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.discovery-activation-status {
  margin-top: 24px;
}

.discovery-activation-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.discovery-activation-steps div {
  padding: 16px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #ececf3;
}

.discovery-activation-steps strong {
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #d7b46a;
  color: #111827;
  font-size: 14px;
}

.discovery-activation-steps span {
  display: block;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 720px) {
  .discovery-activation-page {
    align-items: flex-start;
    padding: 24px 14px;
  }

  .discovery-activation-card {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .discovery-activation-brand {
    width: 140px;
  }

  .discovery-activation-steps {
    grid-template-columns: 1fr;
  }
}
.discovery-conversion-box--premium {
  margin-top: 28px;
}

.discovery-conversion-header h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.1;
  color: #101828;
}

.discovery-conversion-header p {
  margin: 0 0 12px;
  color: #475467;
  font-size: 16px;
  line-height: 1.65;
}

.discovery-conversion-btn--premium,
.discovery-signup-form button[type="submit"] {
  width: 100%;
  margin-top: 18px;
  height: 56px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #10182d, #1b2845);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(16, 24, 45, 0.22);
}

.discovery-signup-form {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.discovery-signup-form label {
  display: grid;
  gap: 7px;
  color: #101828;
  font-size: 13px;
  font-weight: 900;
}

.discovery-signup-form input,
.discovery-signup-form select {
  height: 48px;
  border: 1px solid #d0d5dd;
  border-radius: 14px;
  padding: 0 14px;
  background: #fff;
  color: #101828;
  font-size: 15px;
}

.discovery-signup-form input:focus,
.discovery-signup-form select:focus {
  outline: none;
  border-color: #d7b46a;
  box-shadow: 0 0 0 4px rgba(215, 180, 106, 0.16);
}
/* =========================================================
   DISCOVERY ACTIVATION — FORM PREMIUM
========================================================= */

.discovery-conversion-box--form {
  margin-top: 28px;
}

.studio-how-it-works {
  margin: 22px 0 28px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #111827, #182235);
  color: #fff;
  border: 1px solid rgba(215, 180, 106, 0.28);
}

.studio-how-it-works h3,
.pack-choice-section h3 {
  margin: 0 0 10px;
  color: #101828;
  font-size: 20px;
  line-height: 1.15;
}

.studio-how-it-works h3 {
  color: #fff;
}

.studio-how-it-works p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  font-weight: 600;
}

.studio-how-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.studio-how-grid div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.studio-how-grid strong {
  display: block;
  margin-bottom: 6px;
  color: #d7b46a;
  font-size: 13px;
  font-weight: 950;
}

.studio-how-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

.pack-choice-section {
  margin-top: 10px;
}

.pack-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.discovery-signup-form .pack-choice-card {
  position: relative;
  display: block;
  padding: 20px 16px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pack-choice-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pack-choice-card span {
  display: block;
  margin-bottom: 8px;
  color: #101828;
  font-size: 15px;
  font-weight: 950;
}

.pack-choice-card strong {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 26px;
  line-height: 1;
}

.pack-choice-card small {
  display: block;
  color: #667085;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 650;
}

.pack-choice-card:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 180, 106, 0.75);
  box-shadow: 0 16px 32px rgba(16, 24, 40, 0.1);
}

.pack-choice-card:has(input:checked) {
  background: #111827;
  border-color: #d7b46a;
  box-shadow: 0 18px 38px rgba(16, 24, 40, 0.22);
}

.pack-choice-card:has(input:checked) span,
.pack-choice-card:has(input:checked) strong {
  color: #fff;
}

.pack-choice-card:has(input:checked) small {
  color: rgba(255, 255, 255, 0.72);
}

.pack-choice-card--highlight::before {
  content: "Recommandé";
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(215, 180, 106, 0.18);
  color: #9b7a36;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.discovery-cgv-check {
  margin-top: 4px;
  padding: 18px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 12px !important;
  color: #475467 !important;
  font-size: 13px !important;
  line-height: 1.45;
  font-weight: 700 !important;
}

.discovery-cgv-check input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 1px;
  accent-color: #d7b46a;
}

.discovery-cgv-check a {
  color: #9b7a36;
  font-weight: 950;
}

@media (max-width: 720px) {
  .studio-how-grid,
  .pack-choice-grid {
    grid-template-columns: 1fr;
  }

  .studio-how-it-works {
    padding: 20px;
  }

  .pack-choice-card strong {
    font-size: 24px;
  }
}
.discovery-pack-card {
  position: relative;
  cursor: pointer;
}

.discovery-pack-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.discovery-pack-card:has(input:checked) {
  transform: translateY(-3px);
  border-color: #d7b46a;
  box-shadow:
    0 0 0 1px rgba(215, 180, 106, 0.45),
    0 24px 55px rgba(16, 24, 40, 0.22);
}

.discovery-pack-card:has(input:checked)::after {
  content: "Sélectionné";
  position: absolute;
  right: 18px;
  top: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #d7b46a;
  color: #101828;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.discovery-pack-grid .buy-credit-card {
  min-height: auto;
}
@media (max-width: 720px) {
  .discovery-activation-page {
    min-height: 100dvh !important;
    height: auto !important;
    display: block !important;
    align-items: initial !important;
    justify-content: initial !important;
    overflow-y: visible !important;
    padding: 24px 14px 56px !important;
  }

  .discovery-activation-card {
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  .discovery-activation-status,
  .discovery-conversion-box,
  .discovery-signup-form {
    overflow: visible !important;
  }

  body.page-studio,
  body.page-studio .app-shell,
  body.page-studio .app-main {
    height: auto !important;
    min-height: 100dvh !important;
    overflow-y: auto !important;
  }
}
/* FIX SCROLL TABLETTE / MOBILE — ACTIVATION DÉCOUVERTE */
@media (max-width: 1024px) {
  html,
  body,
  body.page-studio,
  body.page-studio .app-shell,
  body.page-studio .app-main,
  .studio-public-page,
  .discovery-activation-page,
  .discovery-activation-hero,
  .discovery-activation-card {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow-y: visible !important;
  }

  html,
  body {
    overflow-y: auto !important;
  }

  body.page-studio .app-main {
    min-height: 100dvh !important;
    overflow-y: auto !important;
  }

  .discovery-activation-page {
    display: block !important;
    padding: 24px 14px 100px !important;
    align-items: initial !important;
    justify-content: initial !important;
  }

  .discovery-activation-hero {
    max-width: 720px;
    margin: 0 auto;
  }
}
/* FIX SCROLL PAGE ACTIVATION — GLOBAL */
html,
body,
.app-shell,
.app-main,
.app-shell--public,
.app-shell--public .app-main,
.studio-public-page,
.discovery-activation-page,
.discovery-activation-hero,
.discovery-activation-card {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

html,
body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.app-main {
  min-height: 100dvh !important;
}

.discovery-activation-page {
  display: block !important;
  padding-bottom: 120px !important;
}

.discovery-activation-hero {
  margin: 0 auto;
}
