/* =========================================================
   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: .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, .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, .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, .96) 0%, rgba(0, 0, 0, .72) 38%, rgba(0, 0, 0, .10) 100%),
        url("/img/brand/hero-studio1.jpg") 65% 38% / cover no-repeat;
    opacity: .9;
    transform: translateY(86px);
    filter: brightness(1.05) contrast(1.00);
}

.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: .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: .04em;
}

.studio-hero__text {
    margin: 20px 0 0;
    max-width: 460px;
    color: rgba(255, 255, 255, .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: .075em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .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, .25),
        0 2px 6px rgba(0, 0, 0, .4);
    border: 1px solid rgba(255, 255, 255, .08);
}

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

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

.studio-btn--ghost:hover {
    background: rgba(216, 179, 106, .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: .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, .72);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
}

.studio-card--dark p {
    color: rgba(255, 255, 255, .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, .12);
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.studio-proof-card {
    min-height: 210px;
    padding: 26px 22px;
    text-align: center;
    border-right: 1px solid rgba(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, .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, .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, .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, .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, .55);
    background: rgba(216, 179, 106, .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, .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, .12);
}

.studio-training-card__image {
    height: 210px;
    background:
        linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .72)),
        url("/img/studio.jpg") center / cover no-repeat;
    filter: grayscale(1);
    opacity: .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, .75);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
}

.studio-training-card span {
    display: block;
    color: rgba(216, 179, 106, .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, .5);
    border-radius: 999px;
    cursor: pointer;
    transition: all .2s ease;
}

.studio-training-card__more:hover {
    background: rgba(216, 179, 106, .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, .08), rgba(0, 0, 0, .72)),
        url("/img/brand/training-functional.jpg");
}

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

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

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

.studio-training-card__image--surprise {
    background-image:
        linear-gradient(rgba(0, 0, 0, .08), rgba(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, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

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

.studio-audience__block--who {
    border-right: 1px solid rgba(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, .12);
    border: 1px solid rgba(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, .42);
    color: #a07933;
    font-size: 24px;
}

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

.studio-audience-grid p {
    margin: 8px 0 0;
    color: rgba(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: .9fr 1.1fr;
    gap: 60px;
    align-items: center;
    border-top: 1px solid rgba(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, .12);
    border: 1px solid rgba(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, .7);
    font-weight: 700;
}

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

.studio-limited-final {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    background: #070707;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .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, .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, .22), rgba(7, 7, 7, .05)),
        url("/img/brand/studio-limited.jpg") center / cover no-repeat;
    filter: grayscale(.15) contrast(1.05) brightness(.88);
}

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

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

.studio-final-cta-split__image {
    background-image:
        linear-gradient(rgba(0, 0, 0, .28), rgba(0, 0, 0, .46)),
        url("/img/brand/final-cta.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 55% 85%;
    filter: grayscale(.25) contrast(1.08) brightness(.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, .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, .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, .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: .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, .1);
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
}

.studio-footer__bottom a {
    margin-left: 22px;
    color: rgba(255, 255, 255, .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, .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, .22);
    border-radius: 16px;
    box-shadow: 0 30px 90px rgba(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, .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, .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, .72), rgba(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, .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, .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, .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;
    }
}

/* =========================================================
   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: .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, .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, .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, .96) 0%, rgba(0, 0, 0, .72) 38%, rgba(0, 0, 0, .10) 100%),
        url("/img/brand/hero-studio1.jpg") 65% 38% / cover no-repeat;
    opacity: .9;
    transform: translateY(86px);
    filter: brightness(1.05) contrast(1.00);
}

.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: .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: .04em;
}

.studio-hero__text {
    margin: 20px 0 0;
    max-width: 460px;
    color: rgba(255, 255, 255, .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: .075em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .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, .25),
        0 2px 6px rgba(0, 0, 0, .4);
    border: 1px solid rgba(255, 255, 255, .08);
}

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

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

.studio-btn--ghost:hover {
    background: rgba(216, 179, 106, .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: .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, .72);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
}

.studio-card--dark p {
    color: rgba(255, 255, 255, .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, .12);
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.studio-proof-card {
    min-height: 210px;
    padding: 26px 22px;
    text-align: center;
    border-right: 1px solid rgba(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, .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, .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, .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, .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, .55);
    background: rgba(216, 179, 106, .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, .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, .12);
}

.studio-training-card__image {
    height: 210px;
    background:
        linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .72)),
        url("/img/studio.jpg") center / cover no-repeat;
    filter: grayscale(1);
    opacity: .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, .75);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
}

.studio-training-card span {
    display: block;
    color: rgba(216, 179, 106, .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, .5);
    border-radius: 999px;
    cursor: pointer;
    transition: all .2s ease;
}

.studio-training-card__more:hover {
    background: rgba(216, 179, 106, .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, .08), rgba(0, 0, 0, .72)),
        url("/img/brand/training-functional.jpg");
}

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

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

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

.studio-training-card__image--surprise {
    background-image:
        linear-gradient(rgba(0, 0, 0, .08), rgba(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, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

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

.studio-audience__block--who {
    border-right: 1px solid rgba(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, .12);
    border: 1px solid rgba(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, .42);
    color: #a07933;
    font-size: 24px;
}

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

.studio-audience-grid p {
    margin: 8px 0 0;
    color: rgba(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: .9fr 1.1fr;
    gap: 60px;
    align-items: center;
    border-top: 1px solid rgba(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, .12);
    border: 1px solid rgba(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, .7);
    font-weight: 700;
}

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

.studio-limited-final {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    background: #070707;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .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, .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, .22), rgba(7, 7, 7, .05)),
        url("/img/brand/studio-limited.jpg") center / cover no-repeat;
    filter: grayscale(.15) contrast(1.05) brightness(.88);
}

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

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

.studio-final-cta-split__image {
    background-image:
        linear-gradient(rgba(0, 0, 0, .28), rgba(0, 0, 0, .46)),
        url("/img/brand/final-cta.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 55% 85%;
    filter: grayscale(.25) contrast(1.08) brightness(.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, .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, .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, .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: .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, .1);
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
}

.studio-footer__bottom a {
    margin-left: 22px;
    color: rgba(255, 255, 255, .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, .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, .22);
    border-radius: 16px;
    box-shadow: 0 30px 90px rgba(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, .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, .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, .72), rgba(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, .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, .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, .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: .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, .22);
        border-radius: 4px;
        color: rgba(255, 255, 255, .88) !important;
        font-size: 10px !important;
        font-weight: 900;
        letter-spacing: .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: .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;
    }
}