.audience-carousel{padding:var(--space-16) var(--space-8);padding-bottom:calc(var(--space-16) + 140px);background:#f7f6f4}.audience-carousel__inner{position:relative;max-width:var(--max-width);margin:0 auto;min-height:540px}.audience-carousel__inner:before{content:"";position:absolute;top:0;left:0;width:100%;height:460px;background:var(--color-white);border-radius:var(--radius-2xl);box-shadow:0 2px 16px rgba(0,0,0,.05);z-index:0}.audience-carousel__header{position:relative;z-index:1;width:300px;height:460px;padding:var(--space-12) var(--space-10);display:flex;flex-direction:column;justify-content:space-between}.audience-carousel__title{font-family:var(--font-display);font-size:var(--text-4xl);font-weight:700;line-height:1.15;color:var(--color-dark)}.audience-carousel__nav{display:flex;gap:var(--space-3)}.audience-carousel__arrow{width:48px;height:48px;border-radius:50%;border:1.5px solid var(--color-border);background:var(--color-white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast);color:var(--color-text-muted)}.audience-carousel__arrow:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-subtle)}.audience-carousel__arrow:active{transform:scale(.95)}.audience-carousel__arrow svg{width:18px;height:18px}.audience-carousel__track-wrapper{position:absolute;top:var(--space-5);left:40%;right:calc(-1 * ((100vw - var(--max-width)) / 2 + var(--space-8)));height:520px;z-index:2;overflow-x:auto;overflow-y:clip;scrollbar-width:none;-ms-overflow-style:none}.audience-carousel__track-wrapper::-webkit-scrollbar{display:none}.audience-carousel__track{display:flex;gap:var(--space-5)}.audience-carousel__spacer{flex-shrink:0;width:360px}.audience-card{flex-shrink:0;width:290px;height:520px;border-radius:var(--radius-xl);position:relative;overflow:hidden;cursor:pointer}.audience-card,.audience-card__image{transition:transform var(--transition-base)}.audience-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.audience-card:hover .audience-card__image{transform:scale(1.05)}.audience-card__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75),rgba(0,0,0,.25) 40%,rgba(0,0,0,0) 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:var(--space-6)}.audience-card__title{font-family:var(--font-display);font-size:var(--text-xl);font-weight:700;color:var(--color-white);margin-bottom:var(--space-2);line-height:1.2}.audience-card__desc{font-size:var(--text-sm);color:rgba(255,255,255,.75);line-height:1.5}@media (max-width:1024px){.audience-carousel__inner:before{width:100%;height:auto}.audience-carousel__header{width:100%;height:auto;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:var(--space-6);padding:var(--space-8) var(--space-6)}.audience-carousel__title{font-size:var(--text-3xl)}.audience-carousel__track-wrapper{position:relative;top:auto;left:auto;right:auto;margin-right:calc(-1 * var(--space-8));margin-top:var(--space-6);height:auto}.audience-carousel{padding-bottom:var(--space-16)}.audience-carousel__inner{min-height:auto}.audience-card{height:420px}}@media (max-width:768px){.audience-carousel{padding:var(--space-24) 0 var(--space-8);background:var(--color-white)}.audience-carousel__inner:before{display:none}.audience-carousel__header{flex-direction:row;align-items:center;justify-content:space-between;padding:0 var(--space-5) var(--space-5);height:auto}.audience-carousel__title{font-size:var(--text-2xl);line-height:1.2}.audience-carousel__nav{flex-shrink:0}.audience-carousel__arrow{width:36px;height:36px}.audience-carousel__arrow svg{width:14px;height:14px}.audience-carousel__track-wrapper{margin-right:0;margin-top:0;padding:0 var(--space-5)}.audience-carousel__track{gap:var(--space-4);padding-right:30vw}.audience-card{width:72vw;height:380px;border-radius:var(--radius-lg)}}@media (max-width:480px){.audience-carousel{padding:var(--space-20) 0 var(--space-6)}.audience-carousel__header{padding:0 var(--space-4) var(--space-4)}.audience-carousel__title{font-size:var(--text-xl)}.audience-carousel__track-wrapper{padding:0 var(--space-4)}.audience-carousel__track{gap:var(--space-3);padding-right:30vw}.audience-card{width:75vw;height:340px}.audience-carousel__arrow{width:32px;height:32px}}.hero{padding:calc(var(--header-height) + var(--space-8)) var(--space-6) var(--space-8)}.hero__container{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;position:relative;perspective:1200px;min-height:480px;grid-gap:0;gap:0}.hero__content{position:relative;z-index:2;background:var(--color-primary);border-radius:var(--radius-2xl);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:var(--space-6);padding:var(--space-10);transform:rotateY(2deg) translateZ(20px);box-shadow:0 25px 50px -12px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.05);transition:transform .5s ease}.hero__container:hover .hero__content{transform:rotateY(1deg) translateZ(30px)}.hero__photo-wrapper{position:relative;z-index:3;border-radius:var(--radius-2xl);overflow:hidden;margin-left:calc(-1 * var(--space-10));margin-top:20px;transform:rotateY(-2deg) translateZ(40px);box-shadow:0 30px 60px -15px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.1);transition:transform .5s ease;min-height:400px}.hero__container:hover .hero__photo-wrapper{transform:rotateY(-1deg) translateZ(50px)}.hero__content:before{width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.08) 0,transparent 70%);top:-30%;right:10%}.hero__content:after,.hero__content:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.hero__content:after{width:300px;height:300px;background:radial-gradient(circle,rgba(167,139,250,.15) 0,transparent 70%);bottom:-15%;left:5%}.hero__content h1{color:var(--color-white);font-size:clamp(2.4rem,3.5vw + .5rem,3.5rem);line-height:1.02;letter-spacing:-.04em}.hero__content h1 .hero-sub{display:block;font-size:.55em;font-weight:500;opacity:.7;letter-spacing:-.01em;margin-top:var(--space-2)}.hero__subtitle{color:rgba(255,255,255,.7);font-size:var(--text-base);line-height:1.7;max-width:400px}.hero__proof{display:flex;align-items:center;gap:var(--space-3)}.hero__avatars{display:flex}.hero__avatar{width:32px;height:32px;border-radius:50%;border:2px solid var(--color-primary);background:rgba(255,255,255,.2);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;margin-left:-8px}.hero__avatar:first-child{margin-left:0}.hero__proof-text{font-size:var(--text-xs);color:rgba(255,255,255,.6);line-height:1.4}.hero__proof-text strong{color:rgba(255,255,255,.9)}.hero__photo-wrapper img{width:100%;height:100%;object-fit:cover}.hero__float-card{position:absolute;bottom:var(--space-8);left:var(--space-6);background:rgba(255,255,255,.12);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5);display:flex;align-items:center;gap:var(--space-4);z-index:3;animation:hero-float 4s ease-in-out infinite}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero__float-stat{text-align:center}.hero__float-stat-value{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:800;color:var(--color-white);line-height:1}.hero__float-stat-label{font-size:10px;color:rgba(255,255,255,.5);margin-top:2px}.hero__float-divider{width:1px;height:36px;background:rgba(255,255,255,.15)}.marquee{padding:var(--space-8) 0;overflow:hidden;border-bottom:1px solid var(--color-border-light)}.marquee__track{display:flex;animation:marquee-scroll 30s linear infinite;width:max-content}.marquee__group{gap:var(--space-16);padding-right:var(--space-16)}.marquee__group,.marquee__item{display:flex;align-items:center;flex-shrink:0}.marquee__item{font-family:var(--font-display);font-size:var(--text-xl);font-weight:700;color:var(--color-border);white-space:nowrap;letter-spacing:-.01em}.marquee__item--logo{filter:grayscale(100%);opacity:.45;transition:filter .3s ease,opacity .3s ease}.marquee__item--logo:hover{filter:grayscale(0);opacity:1}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.manifesto{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-16);gap:var(--space-16);align-items:start}.manifesto__left h2{font-size:clamp(2.5rem,4vw + .5rem,3.8rem);line-height:1.08;letter-spacing:-.04em;margin-bottom:var(--space-6)}.manifesto__left p{font-size:var(--text-lg);color:var(--color-text-secondary);line-height:1.7;max-width:400px}.manifesto__right{display:flex;flex-direction:column;gap:var(--space-10);padding-top:var(--space-4)}.manifesto__point{padding-left:var(--space-5);border-left:2px solid var(--color-primary)}.manifesto__num{font-family:var(--font-display);font-size:clamp(2rem,3vw,3rem);font-weight:800;color:var(--color-primary-light);line-height:1;letter-spacing:-.04em}.manifesto__point h4{font-size:var(--text-lg);font-weight:700;margin-bottom:6px}.manifesto__point p{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.7}.home-impact{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0 var(--space-6);border-radius:var(--radius-2xl)}.home-impact__bg{position:absolute;inset:0;z-index:0}.home-impact__bg img{object-fit:cover;width:100%;height:100%}.home-impact__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,15,25,.6) 0,rgba(15,15,25,.85));z-index:1}.home-impact__content{position:relative;z-index:2;text-align:center;padding:var(--space-16) var(--space-8);max-width:800px}.home-impact__content h2{color:var(--color-white);font-size:clamp(1.8rem,3vw + .5rem,2.8rem);line-height:1.15;letter-spacing:-.03em;margin-bottom:var(--space-12)}.home-impact__stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-8);gap:var(--space-8)}.home-impact__stat{text-align:center}.home-impact__stat-value{font-family:var(--font-display);font-size:var(--text-5xl);font-weight:800;color:var(--color-white);line-height:1;letter-spacing:-.04em;margin-bottom:var(--space-2)}.home-impact__stat-label{font-size:var(--text-sm);color:rgba(255,255,255,.5);line-height:1.4}.formation-editorial{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;align-items:stretch;text-decoration:none;color:inherit;padding:var(--space-12) 0;border-bottom:1px solid var(--color-border-light);transition:opacity var(--transition-base)}.formation-editorial:first-child{border-top:1px solid var(--color-border-light)}.formation-editorial:hover{opacity:.8}.formation-editorial__image{position:relative;overflow:hidden;border-radius:var(--radius-xl);aspect-ratio:3/2}.formation-editorial__image img{object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.formation-editorial:hover .formation-editorial__image img{transform:scale(1.04)}.formation-editorial__body{padding-left:var(--space-12);display:flex;flex-direction:column;justify-content:center;gap:var(--space-4)}.formation-editorial__meta{display:flex;align-items:center;gap:var(--space-3)}.formation-editorial__meta-text{font-size:var(--text-xs);color:var(--color-text-muted);font-weight:500;letter-spacing:.02em}.formation-editorial h3{font-size:var(--text-3xl);line-height:1.15;letter-spacing:-.02em}.formation-editorial p{font-size:var(--text-base);color:var(--color-text-secondary);line-height:1.7;max-width:420px}.formation-editorial__cta{font-family:var(--font-display);font-weight:600;font-size:var(--text-sm);color:var(--color-primary);display:inline-flex;align-items:center;gap:var(--space-2);margin-top:var(--space-2);transition:gap var(--transition-fast)}.formation-editorial:hover .formation-editorial__cta{gap:var(--space-4)}.formation-editorial--reverse{direction:rtl}.formation-editorial--reverse>*{direction:ltr}.formation-editorial--reverse .formation-editorial__body{padding-left:0;padding-right:var(--space-12)}.home-pratique{padding:var(--space-20) 0;background:var(--color-white)}.home-pratique__container{background:transparent;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-12);position:relative}.home-pratique__container:after,.home-pratique__container:before{display:none}.home-pratique__header{position:relative;z-index:1;margin-bottom:var(--space-16);max-width:660px}.home-pratique__eyebrow{font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);margin-bottom:var(--space-4)}.home-pratique__header h2{color:var(--color-dark);font-size:clamp(2.2rem,4vw + .5rem,3.8rem);line-height:1.08;letter-spacing:-.03em}.home-pratique__header-sub{display:block;font-size:.45em;font-weight:400;color:var(--color-text-muted);letter-spacing:0;margin-top:var(--space-3);line-height:1.5}.home-pratique__grid{position:relative;z-index:1;display:flex;flex-direction:column;max-width:var(--max-width);margin:0 auto}.home-pratique__item{display:grid;grid-template-columns:1fr 380px;grid-gap:var(--space-16);gap:var(--space-16);padding:var(--space-10) 0;border-top:1px solid var(--color-border-light);align-items:start;transition:all .25s ease}.home-pratique__item:last-child{border-bottom:1px solid var(--color-border-light)}.home-pratique__item-lead{display:flex;flex-direction:column;gap:var(--space-3)}.home-pratique__item-num{display:block;font-family:var(--font-display);font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);transition:color .25s ease}.home-pratique__item:hover .home-pratique__item-num{color:var(--color-primary)}.home-pratique__item h4{color:var(--color-dark);font-size:clamp(1.4rem,2.2vw,2rem);font-weight:700;line-height:1.2;letter-spacing:-.025em;transition:color .25s ease;margin:0}.home-pratique__item:hover h4{color:var(--color-primary)}.home-pratique__item-body{padding-top:var(--space-1)}.home-pratique__item-body p{font-size:var(--text-base);color:var(--color-text-secondary);line-height:1.75;margin:0}.stats-strip{background:var(--color-dark);border-radius:var(--radius-2xl);max-width:var(--max-width);margin:0 auto;padding:var(--space-16) var(--space-12);display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--space-8);gap:var(--space-8);text-align:center}.stats-strip__item{display:flex;flex-direction:column;gap:var(--space-2)}.stats-strip__value{font-family:var(--font-display);font-size:clamp(2.5rem,4vw,4rem);font-weight:800;color:var(--color-primary-light);letter-spacing:-.03em;line-height:1}.stats-strip__label{font-size:var(--text-sm);color:rgba(255,255,255,.5)}.coaching{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-12);gap:var(--space-12);align-items:center}.coaching__photo{position:relative;overflow:hidden;border-radius:var(--radius-2xl);aspect-ratio:4/3}.coaching__photo img{object-fit:cover}.coaching__content{display:flex;flex-direction:column;gap:var(--space-6)}.coaching__content h2{font-size:clamp(2rem,3vw + .5rem,3rem);line-height:1.1;letter-spacing:-.03em}.coaching__steps{display:flex;flex-direction:column;gap:var(--space-6)}.coaching__step{display:flex;gap:var(--space-4);align-items:flex-start}.coaching__step-num{width:36px;height:36px;border-radius:50%;background:var(--color-primary);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:var(--text-sm);flex-shrink:0}.coaching__step-text h5{font-size:var(--text-base);font-weight:700;margin-bottom:4px}.coaching__step-text p{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.6}.quote-section{text-align:center;max-width:800px;margin:0 auto}.quote-section__mark{font-size:4rem;line-height:1;color:var(--color-primary);margin-bottom:var(--space-6)}.quote-section blockquote{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw + .5rem,2.3rem);font-weight:500;line-height:1.4;letter-spacing:-.02em;color:var(--color-dark);margin-bottom:var(--space-8)}.quote-section__author{gap:var(--space-4)}.quote-section__author,.quote-section__avatar{display:flex;align-items:center;justify-content:center}.quote-section__avatar{width:52px;height:52px;border-radius:50%;background:var(--color-primary);color:var(--color-white);font-family:var(--font-display);font-weight:700;font-size:var(--text-lg)}.quote-section__name{font-weight:700;font-size:var(--text-base)}.quote-section__role{font-size:var(--text-sm);color:var(--color-text-muted)}.quotes-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-10);gap:var(--space-10);margin-top:var(--space-16);text-align:left}.quotes-row__item p{font-size:var(--text-base);line-height:1.6;color:var(--color-text-secondary);margin-bottom:var(--space-4);font-style:italic}.quotes-row__author{display:flex;align-items:center;gap:var(--space-3)}.quotes-row__avatar{width:36px;height:36px;border-radius:50%;background:var(--color-surface);color:var(--color-text-muted);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:var(--text-xs)}.quotes-row__name{font-weight:700;font-size:var(--text-sm)}.quotes-row__role{font-size:var(--text-xs);color:var(--color-text-muted)}.advantages{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-16);gap:var(--space-16);align-items:start}.advantages__headline{position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + var(--space-8))}.advantages__headline h2{font-size:clamp(2rem,3.5vw + .5rem,3.5rem);line-height:1.08;letter-spacing:-.03em;margin-bottom:var(--space-6)}.advantages__headline p{font-size:var(--text-lg);color:var(--color-text-secondary);line-height:1.6;max-width:380px}.advantages__list{display:flex;flex-direction:column}.advantage-item{display:flex;gap:var(--space-5);padding:var(--space-8) 0;border-bottom:1px solid var(--color-border-light)}.advantage-item:first-child{padding-top:0}.advantage-item:last-child{border-bottom:none}.advantage-item__number{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:800;color:var(--color-primary-light);line-height:1;flex-shrink:0;width:48px;letter-spacing:-.04em}.advantage-item__content h4{font-size:var(--text-lg);font-weight:700;margin-bottom:var(--space-2)}.advantage-item__content p{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.7}.cta-final{padding:0 var(--space-6) var(--space-6)}.cta-final__container{max-width:var(--max-width);margin:0 auto;background:var(--color-dark);border-radius:var(--radius-2xl);padding:var(--space-20) var(--space-12);text-align:center;position:relative;overflow:hidden}.cta-final__container:before{content:"";position:absolute;width:400px;height:400px;background:var(--color-primary);border-radius:50%;filter:blur(180px);opacity:.15;top:-30%;left:50%;transform:translateX(-50%);pointer-events:none}.cta-final__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:var(--space-6)}.cta-final__content h2{color:var(--color-white);font-size:clamp(2rem,4vw + .5rem,3.5rem);line-height:1.1;letter-spacing:-.03em}.cta-final__content p{color:rgba(255,255,255,.6);font-size:var(--text-lg);max-width:480px}@media (max-width:1024px){.hero__container{grid-template-columns:1fr;min-height:auto;perspective:none;background:var(--color-primary);border-radius:var(--radius-2xl);overflow:hidden}.hero__content{transform:none;box-shadow:none;border-radius:0}.hero__container:hover .hero__content{transform:none}.hero__photo-wrapper{min-height:280px;margin-left:0;margin-top:0;transform:none;box-shadow:none;border-radius:0}.hero__container:hover .hero__photo-wrapper{transform:none}.hero__float-card{display:none}.manifesto{grid-template-columns:1fr;gap:var(--space-10)}.manifesto__left p{max-width:100%}.formation-editorial{grid-template-columns:1fr;gap:var(--space-6)}.formation-editorial--reverse{direction:ltr}.formation-editorial__body{padding-left:0!important;padding-right:0!important}.formation-editorial__image{aspect-ratio:16/9}.coaching,.home-pratique__grid,.home-pratique__item{grid-template-columns:1fr}.home-pratique__item{gap:var(--space-4)}.home-pratique{padding:0 var(--space-4)}.home-pratique__container{padding:var(--space-12) var(--space-6)}.coaching__photo{aspect-ratio:16/9}.quotes-row{gap:var(--space-8)}.advantages,.quotes-row{grid-template-columns:1fr}.advantages{gap:var(--space-10)}.advantages__headline{position:static}.home-impact{margin:0 var(--space-4);min-height:400px}.home-impact__stats{gap:var(--space-6)}}@media (max-width:768px){.hero{padding:calc(var(--header-height) + var(--space-3)) var(--space-3) var(--space-3)}.hero__container{border-radius:var(--radius-xl);overflow:hidden;position:relative;display:flex;flex-direction:column;min-height:85vh}.hero__photo-wrapper{position:absolute;inset:0;min-height:unset;border-radius:0;z-index:0}.hero__photo-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,var(--color-primary) 0,var(--color-primary) 25%,rgba(123,110,246,.85) 50%,rgba(123,110,246,.4) 75%,rgba(123,110,246,.15) 100%);z-index:1}.hero__content{position:relative;z-index:2;padding:var(--space-8) var(--space-5);padding-bottom:var(--space-20);border-radius:0;gap:var(--space-4);background:none;flex:1 1;justify-content:flex-start}.hero__content:after,.hero__content:before{display:none}.hero__content h1{font-size:clamp(1.75rem,7vw,2.5rem);letter-spacing:-.03em}.hero__content h1 .hero-sub{font-size:.5em;margin-top:var(--space-1)}.hero__subtitle{max-width:100%;font-size:var(--text-sm);line-height:1.6}.hero__proof{gap:var(--space-2)}.hero__avatar{width:28px;height:28px;font-size:9px;margin-left:-6px}.hero__proof-text{font-size:11px}.hero__ctas{flex-direction:column;width:100%;gap:var(--space-3)}.hero__ctas .btn{width:100%;justify-content:center}.hero__ctas .btn--white{padding:12px 24px;font-size:var(--text-sm);border-radius:var(--radius-md)}.hero__ctas .btn--outline-white{background:transparent;border:none;color:rgba(255,255,255,.7);padding:8px 0;font-size:var(--text-sm)}.hero__ctas .btn--outline-white:hover{color:var(--color-white);background:transparent;transform:none}.home-impact{margin:0 var(--space-3);border-radius:var(--radius-xl);min-height:340px}.home-impact__content{padding:var(--space-10) var(--space-5)}.home-impact__content h2{font-size:clamp(1.4rem,5vw,2rem);margin-bottom:var(--space-8)}.home-impact__stats{grid-template-columns:1fr;gap:var(--space-5)}.home-impact__stat-value{font-size:var(--text-4xl)}.stats-strip{grid-template-columns:1fr 1fr;padding:var(--space-10) var(--space-6);border-radius:var(--radius-xl)}.manifesto__left h2{font-size:clamp(1.8rem,6vw,2.5rem)}.coaching__content h2{font-size:clamp(1.6rem,5vw,2.2rem)}.advantages__headline h2{font-size:clamp(1.8rem,6vw,2.5rem)}.quote-section blockquote{font-size:clamp(1.2rem,4vw,1.8rem)}.formation-editorial h3{font-size:var(--text-2xl)}.cta-final{padding:0 var(--space-4) var(--space-4)}.cta-final__container{padding:var(--space-12) var(--space-6);border-radius:var(--radius-xl)}.cta-final__content h2{font-size:clamp(1.6rem,5vw,2.5rem)}.fullbleed-img{aspect-ratio:16/9;border-radius:var(--radius-xl)}}@media (max-width:480px){.hero{padding:calc(var(--header-height) + var(--space-2)) var(--space-2) var(--space-2)}.home-pratique{padding:0 var(--space-2)}.home-pratique__container{padding:var(--space-10) var(--space-4)}.home-pratique__item{gap:var(--space-3);padding:var(--space-8) 0}.home-pratique__item h4{font-size:var(--text-xl)}.hero__content,.stats-strip{padding:var(--space-8) var(--space-5)}.stats-strip{grid-template-columns:1fr;gap:var(--space-6)}.manifesto__point{grid-template-columns:48px 1fr}.advantage-item__number{width:36px;font-size:var(--text-2xl)}.quote-section__author{flex-direction:column;gap:var(--space-2)}.cta-final__container{padding:var(--space-10) var(--space-5)}}.platform-preview{display:flex;flex-direction:column;gap:var(--space-6)}.platform-preview__browser{max-width:900px;margin:0 auto}.platform-preview__chrome{background:#f0f0f0;padding:var(--space-3) var(--space-4);display:flex;align-items:center;gap:var(--space-3);border-bottom:1px solid rgba(0,0,0,.06)}.platform-preview__dots{display:flex;gap:6px;flex-shrink:0}.platform-preview__dots span{width:12px;height:12px;border-radius:50%;background:#d0d0d0}.platform-preview__dots span:first-child{background:#ff5f57}.platform-preview__dots span:nth-child(2){background:#febc2e}.platform-preview__dots span:nth-child(3){background:#28c840}.platform-preview__url{flex:1 1;background:#e5e5e5;border-radius:var(--radius-pill);padding:4px 12px;font-size:11px;color:#888;font-family:var(--font-body);text-align:center}.platform-preview__screen{background:var(--color-white);line-height:0}.platform-preview__pills{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:center}.platform-preview__pill{font-size:var(--text-sm);font-weight:500;color:var(--color-text-secondary);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:var(--space-2) var(--space-5)}@media (max-width:768px){.platform-preview__pills{gap:var(--space-2)}.platform-preview__pill{font-size:var(--text-xs);padding:var(--space-2) var(--space-4)}}