*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-color:#B4726B;--secondary-color:#CA9893;--tertiary-color:#F0DCE3;--text-dark:#2a2a2a;--text-medium:#4a4a4a;--text-light:#6a6a6a;--bg-light:#fafbfc;--bg-white:#fff;--bg-cream:#f8f9fa}
body{color:var(--text-dark);font:17px/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:var(--bg-light)}
.skip_link__nav{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
.skip_link__nav:focus{position:static;width:auto;height:auto}
header{background:linear-gradient(135deg,#b4726bf2 0%,#ca9893eb 100%);position:relative;box-shadow:0 2px 12px #b4726b26}
.header_wrapper__container{max-width:1280px;margin:0 auto;padding:0 25px}
.top_row__business_info{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-bottom:1px solid #fff3}
.brand_identity__block{display:flex;align-items:center;gap:18px}
.logo_container__wrap{width:65px;height:65px;display:flex;align-items:center;justify-content:center;background:#ffffff26;border-radius:8px;padding:8px}
.logo_container__wrap img{width:100%;height:100%;object-fit:contain}
.company_name__text{font-size:24px;font-weight:600;color:#fff;letter-spacing:.3px}
.business_hours__display{color:#fffffff2;font-size:15px;font-weight:500;display:flex;align-items:center;gap:8px}
.business_hours__display::before{content:"";font-size:18px}
.navigation_row__main{padding:16px 0}
.main_nav__menu{display:flex;justify-content:center;align-items:center;gap:12px;list-style:none}
.nav_item__link{color:#fff;text-decoration:none;padding:11px 22px;border-radius:6px;font-weight:500;font-size:16px;transition:background-color .25s ease,opacity .25s ease;display:inline-block;background:#ffffff1a}
.nav_item__link:hover{background:#ffffff40;opacity:.9}
.nav_item__link:focus{outline:3px solid #ffffffb3;outline-offset:2px}
main{min-height:60vh}
footer{background:linear-gradient(180deg,#b4726be0 0%,#b4726bf5 100%);color:#fff;padding:55px 0 35px;margin-top:80px;position:relative}
footer::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#fff6,transparent)}
.footer_container__wrap{max-width:1280px;margin:0 auto;padding:0 25px}
.footer_grid__layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:45px;margin-bottom:45px}
.footer_section__block h3{font-size:19px;margin-bottom:20px;font-weight:600;color:#fff;border-bottom:2px solid #ffffff40;padding-bottom:10px}
.footer_links__list{list-style:none}
.footer_links__list li{margin-bottom:12px}
.footer_link__item{color:#ffffffeb;text-decoration:none;font-size:15px;transition:color .25s ease,opacity .25s ease;display:inline-block}
.footer_link__item:hover{color:#fff;opacity:.8}
.footer_link__item:focus{outline:2px solid #fffc;outline-offset:3px}
.contact_info__text{color:#ffffffeb;font-size:15px;line-height:1.8;margin-bottom:10px}
.contact_info__text a{color:#fff;text-decoration:none;transition:opacity .25s ease}
.contact_info__text a:hover{opacity:.8}
.footer_bottom__copyright{text-align:center;padding-top:30px;border-top:1px solid #fff3;color:#ffffffe0;font-size:14px}
.consent_overlay__backdrop{position:fixed;bottom:0;left:0;right:0;background:#2a2a2aeb;backdrop-filter:blur(8px);z-index:9999;padding:28px;box-shadow:0 -4px 25px #0003;border-top:3px solid var(--primary-color);display:none}
.consent_overlay__backdrop.active_state{display:block}
.consent_content__wrapper{max-width:920px;margin:0 auto;color:#f5f5f5}
.consent_header__title{font-size:21px;font-weight:600;margin-bottom:15px;color:#fff}
.consent_description__text{font-size:15px;line-height:1.6;margin-bottom:22px;color:#ffffffe6}
.consent_actions__buttons{display:flex;gap:12px;flex-wrap:wrap}
.consent_button__primary,.consent_button__secondary,.consent_button__tertiary{padding:13px 26px;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .25s ease,opacity .25s ease;min-width:140px}
.consent_button__primary{color:#fff;background:var(--primary-color)}
.consent_button__primary:hover{opacity:.95;background:#9f5e58}
.consent_button__secondary{color:#fff;background:#ffffff26}
.consent_button__secondary:hover{background:#ffffff40}
.consent_button__tertiary{color:#fff;border:2px solid #fff6}
.consent_button__tertiary:hover{border-color:#ffffffb3;background:#ffffff0d}
.consent_button__primary:focus,.consent_button__secondary:focus,.consent_button__tertiary:focus{outline:3px solid #b4726b99;outline-offset:2px}
@media (max-width: 768px) {
.top_row__business_info{flex-direction:column;gap:15px;text-align:center}
.brand_identity__block{flex-direction:column;gap:12px}
.main_nav__menu{flex-direction:column;gap:8px}
.nav_item__link{width:100%;text-align:center}
.footer_grid__layout{grid-template-columns:1fr;gap:35px}
.consent_actions__buttons{flex-direction:column}
.consent_button__primary,.consent_button__secondary,.consent_button__tertiary{width:100%}
}
@media (max-width: 480px) {
.company_name__text{font-size:20px}
.business_hours__display{font-size:14px}
body{font-size:16px}
.consent_header__title{font-size:18px}
.consent_description__text{font-size:14px}
}
.education-business-page{background:#fff;color:#212529;line-height:1.7}
.education-business-page .intro-banner-section{background:linear-gradient(135deg,#F0DCE3 0%,#fafbfc 100%);padding:85px 20px 75px;position:relative;overflow:hidden}
.education-business-page .intro-banner-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ca989326 0%,transparent 70%);border-radius:50%}
.education-business-page .intro-content-wrapper{max-width:920px;margin:0 auto;position:relative;z-index:2}
.education-business-page .intro-banner-section h1{font-size:2.8rem;color:#B4726B;margin:0 0 25px;font-weight:700;line-height:1.2}
.education-business-page .intro-banner-section .lead-text{font-size:1.25rem;color:#495057;margin:0 0 35px;max-width:780px}
.education-business-page .intro-banner-section .context-note{background:#ffffffd9;padding:30px 35px;border-left:5px solid #B4726B;border-radius:8px;box-shadow:0 3px 15px #00000014}
.education-business-page .intro-banner-section .context-note p{margin:0 0 12px;color:#343a40;font-size:1.05rem}
.education-business-page .intro-banner-section .context-note p:last-child{margin:0;font-weight:600;color:#B4726B}
.education-business-page .learning-formats-grid{padding:80px 20px;background:#f8f9fa}
.education-business-page .formats-grid-container{max-width:1200px;margin:0 auto}
.education-business-page .formats-grid-container h2{font-size:2.3rem;color:#343a40;margin:0 0 55px;text-align:center;font-weight:700}
.education-business-page .formats-layout{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:start}
.education-business-page .format-image-holder{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #0000001f}
.education-business-page .format-image-holder img{width:100%;height:520px;object-fit:cover;display:block}
.education-business-page .formats-content-area{display:flex;flex-direction:column;gap:25px}
.education-business-page .format-card-item{background:#fff;padding:32px;border-radius:10px;border:2px solid #F0DCE3;transition:all .3s ease;position:relative}
.education-business-page .format-card-item::before{content:'';position:absolute;left:0;top:0;height:100%;width:4px;background:#B4726B;transform:scaleY(0);transition:transform .3s ease}
.education-business-page .format-card-item:hover{border-color:#CA9893;box-shadow:0 6px 20px #b4726b26}
.education-business-page .format-card-item:hover::before{transform:scaleY(1)}
.education-business-page .format-card-item h3{font-size:1.45rem;color:#B4726B;margin:0 0 15px;font-weight:600}
.education-business-page .format-card-item p{margin:0;color:#495057;font-size:1.02rem;line-height:1.65}
.education-business-page .instructor-showcase-section{padding:80px 20px;background:#fff;position:relative}
.education-business-page .instructor-showcase-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#F0DCE3 50%,transparent 100%)}
.education-business-page .instructor-content-wrapper{max-width:1150px;margin:0 auto}
.education-business-page .instructor-showcase-section h2{font-size:2.3rem;color:#343a40;margin:0 0 50px;text-align:center;font-weight:700}
.education-business-page .instructor-dual-layout{display:grid;grid-template-columns:480px 1fr;gap:50px;align-items:center}
.education-business-page .instructor-visual-box{position:relative}
.education-business-page .instructor-visual-box img{width:100%;height:420px;object-fit:cover;border-radius:15px;box-shadow:0 10px 30px #00000026}
.education-business-page .instructor-visual-box::before{content:'';position:absolute;top:-15px;left:-15px;right:15px;bottom:15px;border:3px solid #F0DCE3;border-radius:15px;z-index:-1}
.education-business-page .instructor-details-area{display:flex;flex-direction:column;gap:28px}
.education-business-page .instructor-feature-block{padding:0 0 0 25px;border-left:4px solid #CA9893}
.education-business-page .instructor-feature-block h3{font-size:1.35rem;color:#B4726B;margin:0 0 12px;font-weight:600}
.education-business-page .instructor-feature-block p{margin:0;color:#495057;font-size:1.02rem;line-height:1.7}
.education-business-page .program-structure-timeline{padding:80px 20px 85px;background:linear-gradient(180deg,#fafbfc 0%,#f8f9fa 100%)}
.education-business-page .timeline-container-main{max-width:1000px;margin:0 auto}
.education-business-page .program-structure-timeline h2{font-size:2.3rem;color:#343a40;margin:0 0 25px;text-align:center;font-weight:700}
.education-business-page .timeline-intro-text{text-align:center;color:#495057;font-size:1.12rem;margin:0 auto 55px;max-width:750px;line-height:1.65}
.education-business-page .timeline-phases-wrapper{position:relative;padding:40px 0 0}
.education-business-page .timeline-vertical-line{position:absolute;left:60px;top:80px;bottom:80px;width:3px;background:linear-gradient(180deg,#F0DCE3 0%,#CA9893 50%,#F0DCE3 100%)}
.education-business-page .timeline-phase-item{position:relative;padding:0 0 50px 140px;min-height:100px}
.education-business-page .timeline-phase-item:last-child{padding-bottom:0}
.education-business-page .phase-number-marker{position:absolute;left:30px;top:0;width:60px;height:60px;background:#fff;border:4px solid #B4726B;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#B4726B;box-shadow:0 4px 15px #b4726b40;z-index:2}
.education-business-page .phase-content-box{background:#fff;padding:30px 35px;border-radius:12px;box-shadow:0 5px 20px #00000014;border:1px solid #F0DCE3}
.education-business-page .phase-content-box h3{font-size:1.5rem;color:#343a40;margin:0 0 15px;font-weight:600}
.education-business-page .phase-content-box p{margin:0 0 12px;color:#495057;font-size:1.02rem;line-height:1.7}
.education-business-page .phase-content-box p:last-child{margin:0}
.education-business-page .phase-content-box strong{color:#B4726B;font-weight:600}
.education-business-page .program-application-zone{padding:75px 20px 80px;background:#fff;text-align:center}
.education-business-page .application-content-holder{max-width:850px;margin:0 auto}
.education-business-page .application-visual-wrapper{margin:0 0 45px;position:relative;display:inline-block}
.education-business-page .application-visual-wrapper img{width:100%;max-width:600px;height:340px;object-fit:cover;border-radius:15px;box-shadow:0 12px 35px #00000026}
.education-business-page .application-visual-wrapper::after{content:'';position:absolute;top:15px;right:-15px;width:100%;height:100%;border:3px solid #CA9893;border-radius:15px;z-index:-1}
.education-business-page .program-application-zone h2{font-size:2.2rem;color:#343a40;margin:0 0 25px;font-weight:700}
.education-business-page .application-description{font-size:1.15rem;color:#495057;line-height:1.75;margin:0 0 40px}
.education-business-page .application-cta-button{display:inline-block;padding:18px 50px;background:linear-gradient(135deg,#B4726B 0%,#CA9893 100%);color:#fff;text-decoration:none;border-radius:50px;font-size:1.15rem;font-weight:600;box-shadow:0 6px 25px #b4726b4d;transition:all .3s ease;border:none;cursor:pointer}
.education-business-page .application-cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 35px #b4726b66;background:linear-gradient(135deg,#9d5f59 0%,#b88580 100%);color:#fff}
@media (max-width: 992px) {
.education-business-page .intro-banner-section h1{font-size:2.3rem}
.education-business-page .formats-layout{grid-template-columns:1fr;gap:40px}
.education-business-page .format-image-holder img{height:400px}
.education-business-page .instructor-dual-layout{grid-template-columns:1fr;gap:40px}
.education-business-page .instructor-visual-box img{height:380px}
}
@media (max-width: 768px) {
.education-business-page .intro-banner-section{padding:60px 20px 55px}
.education-business-page .intro-banner-section h1{font-size:1.95rem}
.education-business-page .intro-banner-section .lead-text{font-size:1.1rem}
.education-business-page .learning-formats-grid,.education-business-page .instructor-showcase-section,.education-business-page .program-structure-timeline,.education-business-page .program-application-zone{padding:60px 20px}
.education-business-page .formats-grid-container h2,.education-business-page .instructor-showcase-section h2,.education-business-page .program-structure-timeline h2,.education-business-page .program-application-zone h2{font-size:1.85rem;margin-bottom:35px}
.education-business-page .format-image-holder img{height:320px}
.education-business-page .instructor-visual-box img{height:320px}
.education-business-page .timeline-vertical-line{left:25px}
.education-business-page .timeline-phase-item{padding:0 0 40px 100px}
.education-business-page .phase-number-marker{left:0;width:50px;height:50px;font-size:1.3rem}
.education-business-page .phase-content-box{padding:25px}
.education-business-page .application-visual-wrapper img{height:280px}
.education-business-page .application-cta-button{padding:16px 40px;font-size:1.05rem}
}
.index-hero-immersive{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#F0DCE3 0%,#fafbfc 100%)}
.index-hero-immersive::before{content:'';position:absolute;top:-10%;right:-5%;width:60%;height:120%;background:linear-gradient(225deg,#b4726b26,#ca989314);clip-path:polygon(30% 0%,100% 0%,100% 100%,0% 100%);z-index:1}
.index-hero-content-wrapper{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:80px 30px;display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:center}
.index-hero-text-block h1{font-size:3.8rem;line-height:1.1;color:#212529;margin:0 0 30px;font-weight:700;letter-spacing:-.02em}
.index-hero-text-block h1 span{display:block;color:#B4726B;font-size:2.2rem;margin-top:15px;font-weight:400}
.index-hero-text-block p{font-size:1.2rem;line-height:1.7;color:#495057;margin:0 0 40px;max-width:520px}
.index-hero-cta-link{display:inline-block;padding:18px 45px;background:linear-gradient(135deg,#B4726B,#CA9893);color:#fff;text-decoration:none;font-size:1.05rem;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 15px #b4726b4d}
.index-hero-cta-link:hover{transform:translateY(-3px);box-shadow:0 8px 25px #b4726b66}
.index-hero-image-container{position:relative;width:100%;height:500px}
.index-hero-image-container img{width:100%;height:100%;object-fit:cover;border-radius:20px;box-shadow:0 20px 60px #00000026}
.index-diagonal-section{position:relative;background:#fff;padding:120px 0 80px;margin-top:-80px;clip-path:polygon(0 80px,100% 0,100% 100%,0 100%)}
.index-diagonal-content{max-width:1100px;margin:0 auto;padding:0 30px;display:grid;grid-template-columns:0.9fr 1.1fr;gap:80px;align-items:start}
.index-diagonal-visual{position:relative}
.index-diagonal-visual img{width:100%;height:420px;object-fit:cover;border-radius:12px;transform:rotate(-2deg);box-shadow:0 15px 40px #0000001f}
.index-diagonal-text h2{font-size:2.6rem;color:#212529;margin:0 0 25px;font-weight:700;line-height:1.2}
.index-diagonal-text p{font-size:1.05rem;line-height:1.8;color:#495057;margin:0 0 20px}
.index-diagonal-text p:last-of-type{margin-bottom:0}
.index-layered-approach{position:relative;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:100px 0;overflow:hidden}
.index-layered-approach::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#B4726B,#CA9893,#F0DCE3)}
.index-layered-container{max-width:1200px;margin:0 auto;padding:0 30px}
.index-layered-header{text-align:center;margin-bottom:70px}
.index-layered-header h2{font-size:2.8rem;color:#212529;margin:0 0 20px;font-weight:700}
.index-layered-header p{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.index-approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.index-approach-card{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;position:relative;overflow:hidden}
.index-approach-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#B4726B,#CA9893);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.index-approach-card:hover::before{transform:scaleX(1)}
.index-approach-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #0000001f}
.index-approach-card h3{font-size:1.5rem;color:#B4726B;margin:0 0 18px;font-weight:600}
.index-approach-card p{font-size:.98rem;line-height:1.7;color:#495057;margin:0}
.index-asymmetric-showcase{position:relative;background:#fff;padding:90px 0}
.index-asymmetric-layout{max-width:1150px;margin:0 auto;padding:0 30px;display:grid;grid-template-columns:1.2fr 0.8fr;gap:70px;align-items:center}
.index-showcase-content h2{font-size:2.5rem;color:#212529;margin:0 0 30px;font-weight:700;line-height:1.25}
.index-showcase-feature{margin-bottom:35px;padding-left:35px;position:relative}
.index-showcase-feature::before{content:'';position:absolute;left:0;top:5px;width:20px;height:20px;background:#B4726B;border-radius:50%;box-shadow:0 0 0 4px #b4726b26}
.index-showcase-feature h3{font-size:1.25rem;color:#212529;margin:0 0 12px;font-weight:600}
.index-showcase-feature p{font-size:.98rem;line-height:1.7;color:#495057;margin:0}
.index-showcase-visual{position:relative}
.index-showcase-visual img{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 18px 50px #00000024}
.index-final-engagement{position:relative;background:linear-gradient(135deg,#F0DCE3 0%,#fff 50%,#f8f9fa 100%);padding:100px 0;overflow:hidden}
.index-final-engagement::before{content:'';position:absolute;top:-50%;left:-20%;width:500px;height:500px;background:radial-gradient(circle,#ca989326,transparent);border-radius:50%}
.index-engagement-wrapper{max-width:1050px;margin:0 auto;padding:0 30px;position:relative;z-index:2}
.index-engagement-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.index-engagement-info h2{font-size:2.7rem;color:#212529;margin:0 0 25px;font-weight:700;line-height:1.2}
.index-engagement-info p{font-size:1.08rem;line-height:1.75;color:#495057;margin:0 0 35px}
.index-engagement-cta{display:inline-block;padding:16px 40px;background:#B4726B;color:#fff;text-decoration:none;font-size:1.05rem;font-weight:600;border-radius:8px;transition:all .3s ease}
.index-engagement-cta:hover{background:#CA9893;transform:scale(1.05)}
.index-engagement-visual-block img{width:100%;height:400px;object-fit:cover;border-radius:14px;box-shadow:0 15px 45px #0000001f}
@media (max-width: 768px) {
.index-hero-content-wrapper{grid-template-columns:1fr;gap:40px;padding:60px 20px}
.index-hero-text-block h1{font-size:2.5rem}
.index-hero-text-block h1 span{font-size:1.6rem}
.index-hero-image-container{height:350px}
.index-diagonal-section{padding:80px 0 60px;clip-path:polygon(0 40px,100% 0,100% 100%,0 100%)}
.index-diagonal-content{grid-template-columns:1fr;gap:40px}
.index-diagonal-visual img{height:300px}
.index-approach-grid{grid-template-columns:1fr;gap:30px}
.index-asymmetric-layout{grid-template-columns:1fr;gap:40px}
.index-showcase-visual img{height:320px}
.index-engagement-split{grid-template-columns:1fr;gap:40px}
.index-engagement-visual-block img{height:280px}
}
.page-contact-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.contact-intro-zone{padding:5rem 1rem 3rem;text-align:center;max-width:820px;margin:0 auto}
.contact-intro-zone h1{font-size:2.8rem;color:#212529;font-weight:700;line-height:1.2;margin-bottom:1.5rem}
.contact-intro-zone .intro-statement{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:.8rem}
.contact-intro-zone .intro-note{font-size:1rem;color:#6c757d;line-height:1.6}
.form-interaction-container{max-width:1100px;margin:0 auto;padding:0 1rem 4rem}
.form-visual-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:start}
.sidebar-details-panel{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 12px #b4726b14;position:sticky;top:2rem}
.sidebar-details-panel h2{font-size:1.5rem;color:#212529;font-weight:600;margin-bottom:2rem;border-bottom:3px solid #F0DCE3;padding-bottom:.8rem}
.detail-cluster{margin-bottom:2rem}
.detail-cluster:last-child{margin-bottom:0}
.detail-label-text{font-size:.85rem;text-transform:uppercase;letter-spacing:.8px;color:#B4726B;font-weight:600;margin-bottom:.6rem;display:block}
.detail-value-text{font-size:1.05rem;color:#343a40;line-height:1.6;word-break:break-word}
.detail-value-text a{color:#B4726B;text-decoration:none;transition:color .3s ease}
.detail-value-text a:hover{color:#9d5f59}
.availability-note-box{background:linear-gradient(135deg,#F0DCE3 0%,#f8f9fa 100%);border-left:4px solid #B4726B;padding:1.2rem;border-radius:6px;margin-top:2rem}
.availability-note-box p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.primary-form-block{background:#fff;border-radius:12px;padding:2.8rem;box-shadow:0 2px 20px #ca98931a}
.primary-form-block h2{font-size:1.65rem;color:#212529;font-weight:600;margin-bottom:.6rem}
.form-guidance-text{font-size:1rem;color:#6c757d;line-height:1.6;margin-bottom:2rem}
.input-field-wrapper{margin-bottom:1.8rem}
.field-descriptor{display:block;font-size:.95rem;color:#343a40;font-weight:500;margin-bottom:.5rem}
.text-input-element,.textarea-input-element,.select-input-element{width:100%;padding:.9rem 1.1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .3s ease;font-family:inherit}
.text-input-element:focus,.textarea-input-element:focus,.select-input-element:focus{outline:none;border-color:#CA9893;background:#fff;box-shadow:0 0 0 4px #ca98931a}
.textarea-input-element{min-height:140px;resize:vertical}
.select-input-element{cursor:pointer;appearance:none;padding-right:3rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23B4726B'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E") no-repeat right 1rem center}
.dual-field-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.consent-verification-zone{margin:2rem 0;padding:1.5rem;background:#f8f9fa;border-radius:8px}
.consent-checkbox-wrapper{display:flex;align-items:start;gap:.8rem}
.consent-checkbox-wrapper input[type="checkbox"]{margin-top:.3rem;width:18px;height:18px;cursor:pointer;accent-color:#B4726B}
.consent-text-statement{font-size:.92rem;color:#495057;line-height:1.6}
.consent-text-statement a{color:#B4726B;text-decoration:underline;font-weight:500}
.consent-text-statement a:hover{color:#9d5f59}
.action-submit-button{background:linear-gradient(135deg,#B4726B 0%,#CA9893 100%);color:#fff;border:none;padding:1.1rem 3rem;font-size:1.05rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #b4726b40;position:relative;z-index:10}
.action-submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b4726b59}
.action-submit-button:active{transform:translateY(0)}
.alternative-reach-section{max-width:1100px;margin:4rem auto;padding:0 1rem}
.alternative-reach-section h2{font-size:2rem;color:#212529;font-weight:600;text-align:center;margin-bottom:3rem}
.methods-display-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.method-card-item{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 2px 12px #b4726b14;transition:transform .3s ease,box-shadow .3s ease}
.method-card-item:hover{transform:translateY(-4px);box-shadow:0 6px 24px #b4726b26}
.method-icon-circle{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#F0DCE3 0%,#fff 100%);margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:1.8rem}
.method-card-item h3{font-size:1.2rem;color:#212529;font-weight:600;margin-bottom:.8rem}
.method-card-item p{font-size:.95rem;color:#6c757d;line-height:1.6;margin:0}
.timeline-expectations-block{max-width:900px;margin:5rem auto;padding:0 1rem}
.timeline-expectations-block h2{font-size:1.9rem;color:#212529;font-weight:600;text-align:center;margin-bottom:3.5rem}
.timeline-flow-container{position:relative;padding-left:80px}
.timeline-connector-line{position:absolute;left:30px;top:40px;bottom:40px;width:3px;background:linear-gradient(180deg,#B4726B 0%,#F0DCE3 100%)}
.timeline-moment-item{position:relative;margin-bottom:3rem;padding-left:2rem}
.timeline-moment-item:last-child{margin-bottom:0}
.timeline-dot-marker{position:absolute;left:-65px;top:8px;width:24px;height:24px;border-radius:50%;background:#B4726B;border:4px solid #fff;box-shadow:0 2px 8px #b4726b4d;z-index:5}
.timeline-moment-item h3{font-size:1.3rem;color:#212529;font-weight:600;margin-bottom:.6rem}
.timeline-moment-item p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.expertise-showcase-zone{background:linear-gradient(135deg,#F0DCE3 0%,#fff 100%);padding:5rem 1rem;margin:4rem 0}
.expertise-showcase-zone .container{max-width:1000px;margin:0 auto}
.expertise-showcase-zone h2{font-size:2.1rem;color:#212529;font-weight:700;text-align:center;margin-bottom:1.2rem}
.expertise-intro-para{font-size:1.1rem;color:#495057;text-align:center;line-height:1.7;margin-bottom:3rem;max-width:750px;margin-left:auto;margin-right:auto}
.specialization-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.specialization-item-card{background:#fff;border-radius:10px;padding:2rem;box-shadow:0 2px 12px #b4726b1a}
.specialization-item-card h3{font-size:1.25rem;color:#B4726B;font-weight:600;margin-bottom:.8rem}
.specialization-item-card p{font-size:.98rem;color:#495057;line-height:1.7;margin:0}
.location-context-panel{max-width:900px;margin:5rem auto;padding:0 1rem;text-align:center}
.location-context-panel h2{font-size:1.85rem;color:#212529;font-weight:600;margin-bottom:1.5rem}
.location-description-text{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:2.5rem}
.address-display-box{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 16px #b4726b1f;display:inline-block;text-align:left;min-width:350px}
.address-display-box .address-line{font-size:1.1rem;color:#343a40;line-height:1.8;margin-bottom:.3rem}
.address-display-box .address-line:last-child{margin-bottom:0}
@media (max-width: 992px) {
.form-visual-grid{grid-template-columns:1fr;gap:2rem}
.sidebar-details-panel{position:static}
.methods-display-grid{grid-template-columns:1fr;gap:1.5rem}
.specialization-grid{grid-template-columns:1fr}
.timeline-flow-container{padding-left:50px}
.timeline-dot-marker{left:-45px}
}
@media (max-width: 768px) {
.contact-intro-zone h1{font-size:2.2rem}
.contact-intro-zone .intro-statement{font-size:1.05rem}
.primary-form-block{padding:2rem 1.5rem}
.dual-field-row{grid-template-columns:1fr;gap:1.8rem}
.action-submit-button{width:100%}
.timeline-flow-container{padding-left:0}
.timeline-connector-line{display:none}
.timeline-dot-marker{position:static;display:inline-block;margin-bottom:1rem}
.timeline-moment-item{padding-left:0;text-align:center}
.address-display-box{min-width:auto;width:100%}
}
@media (max-width: 576px) {
.contact-intro-zone{padding:3rem 1rem 2rem}
.contact-intro-zone h1{font-size:1.8rem}
.sidebar-details-panel,.primary-form-block{padding:1.8rem}
.expertise-showcase-zone{padding:3rem 1rem}
.expertise-showcase-zone h2{font-size:1.7rem}
}
.apropos-hero-section{background:linear-gradient(135deg,#F0DCE3 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.apropos-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#b4726b1a 0%,transparent 70%);border-radius:50%}
.apropos-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.apropos-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.apropos-hero-content .intro-text{font-size:1.15rem;color:#495057;line-height:1.7;max-width:720px;margin-bottom:32px}
.apropos-mission-block{background:#fff;padding:70px 20px;position:relative}
.apropos-mission-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.apropos-mission-content h2{font-size:2.2rem;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.3}
.apropos-mission-content p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.apropos-mission-image{width:100%;height:420px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000014}
.apropos-mission-image img{width:100%;height:100%;object-fit:cover}
.apropos-valeurs-section{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:70px 20px}
.apropos-valeurs-container{max-width:1200px;margin:0 auto}
.apropos-valeurs-header{text-align:center;margin-bottom:50px}
.apropos-valeurs-header h2{font-size:2.2rem;color:#212529;margin-bottom:18px;font-weight:700}
.apropos-valeurs-header p{font-size:1.08rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.apropos-valeurs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.apropos-valeur-card{background:#fff;padding:35px 28px;border-radius:8px;border-left:4px solid #B4726B;box-shadow:0 4px 15px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.apropos-valeur-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}
.apropos-valeur-card h3{font-size:1.4rem;color:#B4726B;margin-bottom:16px;font-weight:600}
.apropos-valeur-card p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:14px}
.apropos-valeur-exemple{font-size:.95rem;color:#6c757d;font-style:italic;padding-top:12px;border-top:1px solid #e9ecef;line-height:1.6}
.apropos-approche-section{background:#fff;padding:70px 20px}
.apropos-approche-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:45px;align-items:start}
.apropos-approche-visuel{position:sticky;top:20px}
.apropos-approche-visuel img{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 8px 25px #00000014}
.apropos-approche-details h2{font-size:2.2rem;color:#212529;margin-bottom:32px;font-weight:700}
.apropos-approche-etape{margin-bottom:32px;padding-left:48px;position:relative}
.apropos-approche-etape::before{content:'';position:absolute;left:10px;top:8px;width:18px;height:18px;background:#B4726B;border-radius:50%;border:3px solid #F0DCE3}
.apropos-approche-etape h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.apropos-approche-etape p{font-size:1.02rem;color:#495057;line-height:1.7}
.apropos-pedagogie-block{background:linear-gradient(to right,#fafbfc 0%,#F0DCE3 100%);padding:70px 20px}
.apropos-pedagogie-content{max-width:1200px;margin:0 auto}
.apropos-pedagogie-intro{text-align:center;margin-bottom:45px}
.apropos-pedagogie-intro h2{font-size:2.2rem;color:#212529;margin-bottom:20px;font-weight:700}
.apropos-pedagogie-intro p{font-size:1.08rem;color:#495057;max-width:720px;margin:0 auto;line-height:1.7}
.apropos-pedagogie-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:45px}
.apropos-pedagogie-item{display:flex;gap:25px;background:#fff;padding:28px;border-radius:10px;box-shadow:0 4px 15px #0000000f}
.apropos-pedagogie-icone{flex-shrink:0;width:100px;height:100px;border-radius:8px;overflow:hidden}
.apropos-pedagogie-icone img{width:100%;height:100%;object-fit:cover}
.apropos-pedagogie-texte h3{font-size:1.35rem;color:#212529;margin-bottom:12px;font-weight:600}
.apropos-pedagogie-texte p{font-size:1rem;color:#495057;line-height:1.7}
.apropos-engagement-section{background:#fff;padding:70px 20px 80px}
.apropos-engagement-wrapper{max-width:1200px;margin:0 auto}
.apropos-engagement-header{text-align:center;margin-bottom:50px}
.apropos-engagement-header h2{font-size:2.2rem;color:#212529;margin-bottom:18px;font-weight:700}
.apropos-engagement-header p{font-size:1.08rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.apropos-engagement-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px;margin-bottom:50px}
.apropos-engagement-card{background:linear-gradient(135deg,#fafbfc 0%,#F0DCE3 100%);padding:32px;border-radius:10px;border:2px solid transparent;transition:all .3s ease}
.apropos-engagement-card:hover{border-color:#CA9893;box-shadow:0 6px 20px #b4726b1f}
.apropos-engagement-card h3{font-size:1.4rem;color:#B4726B;margin-bottom:16px;font-weight:600}
.apropos-engagement-card p{font-size:1.02rem;color:#495057;line-height:1.7;margin-bottom:14px}
.apropos-engagement-card ul{list-style:none;padding-left:0}
.apropos-engagement-card ul li{font-size:.98rem;color:#495057;padding-left:24px;margin-bottom:10px;position:relative;line-height:1.6}
.apropos-engagement-card ul li::before{content:'';position:absolute;left:0;color:#B4726B;font-weight:700}
.apropos-cta-final{text-align:center;background:#B4726B;padding:45px 32px;border-radius:12px;max-width:900px;margin:0 auto}
.apropos-cta-final h3{font-size:1.8rem;color:#fff;margin-bottom:20px;font-weight:700}
.apropos-cta-final p{font-size:1.08rem;color:#fff;margin-bottom:28px;line-height:1.7}
.apropos-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.apropos-btn-primary{background:#fff;color:#B4726B;padding:14px 32px;border-radius:6px;text-decoration:none;font-size:1.05rem;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid #fff}
.apropos-btn-primary:hover{background:none;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}
.apropos-btn-secondary{background:none;color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-size:1.05rem;font-weight:600;border:2px solid #fff;transition:all .3s ease;display:inline-block}
.apropos-btn-secondary:hover{background:#fff;color:#B4726B;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}
@media (max-width: 968px) {
.apropos-hero-content h1{font-size:2.2rem}
.apropos-mission-wrapper{grid-template-columns:1fr;gap:35px}
.apropos-mission-image{order:-1;height:320px}
.apropos-valeurs-grid{grid-template-columns:1fr;gap:25px}
.apropos-approche-layout{grid-template-columns:1fr;gap:35px}
.apropos-approche-visuel{position:static}
.apropos-pedagogie-showcase{grid-template-columns:1fr;gap:25px}
.apropos-engagement-grid{grid-template-columns:1fr;gap:25px}
.apropos-cta-buttons{flex-direction:column;align-items:center}
}
@media (max-width: 640px) {
.apropos-hero-section{padding:50px 16px 40px}
.apropos-hero-content h1{font-size:1.8rem}
.apropos-mission-block,.apropos-valeurs-section,.apropos-approche-section,.apropos-pedagogie-block,.apropos-engagement-section{padding:50px 16px}
.apropos-pedagogie-item{flex-direction:column}
.apropos-pedagogie-icone{width:100%;height:180px}
}
.programme-hero-section{background:linear-gradient(135deg,#F0DCE3 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.programme-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#CA9893;opacity:.1;border-radius:50%}
.programme-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.programme-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.programme-hero-content .intro-text{font-size:1.15rem;color:#495057;line-height:1.7;max-width:800px;margin-bottom:35px}
.programme-hero-stats{display:flex;gap:40px;flex-wrap:wrap;margin-top:40px}
.stat-item{background:#fff;padding:25px 30px;border-radius:8px;box-shadow:0 2px 8px #b4726b1a;min-width:180px}
.stat-item .number{font-size:2.2rem;color:#B4726B;font-weight:700;display:block;margin-bottom:8px}
.stat-item .label{font-size:.95rem;color:#495057;line-height:1.4}
.parcours-grid-section{padding:70px 20px;background:#fff}
.parcours-grid-wrapper{max-width:1200px;margin:0 auto}
.parcours-grid-wrapper h2{font-size:2.3rem;color:#212529;margin-bottom:15px;font-weight:700;text-align:center}
.parcours-grid-wrapper .section-intro{font-size:1.05rem;color:#495057;text-align:center;max-width:700px;margin:0 auto 50px;line-height:1.6}
.parcours-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-top:40px}
.parcours-card{background:#f8f9fa;border-left:4px solid #B4726B;padding:35px 30px;border-radius:6px;transition:transform .3s ease,box-shadow .3s ease}
.parcours-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #b4726b26}
.parcours-card h3{font-size:1.5rem;color:#212529;margin-bottom:15px;font-weight:600}
.parcours-card .duration{display:inline-block;background:#CA9893;color:#fff;padding:6px 14px;border-radius:20px;font-size:.85rem;margin-bottom:20px;font-weight:500}
.parcours-card p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:20px}
.parcours-card ul{list-style:none;padding:0;margin:0}
.parcours-card ul li{font-size:.95rem;color:#343a40;padding:8px 0;padding-left:25px;position:relative;line-height:1.5}
.parcours-card ul li::before{content:'→';position:absolute;left:0;color:#B4726B;font-weight:700}
.methodologie-zigzag{padding:70px 20px;background:linear-gradient(180deg,#fafbfc 0%,#fff 100%)}
.methodologie-container{max-width:1200px;margin:0 auto}
.methodologie-container h2{font-size:2.3rem;color:#212529;margin-bottom:50px;font-weight:700;text-align:center}
.zigzag-item{display:flex;gap:50px;margin-bottom:60px;align-items:center}
.zigzag-item:nth-child(even){flex-direction:row-reverse}
.zigzag-image{flex:1;min-width:300px}
.zigzag-image img{width:100%;height:380px;object-fit:cover;border-radius:8px;box-shadow:0 4px 15px #b4726b33}
.zigzag-content{flex:1}
.zigzag-content h3{font-size:1.7rem;color:#212529;margin-bottom:20px;font-weight:600}
.zigzag-content p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:15px}
.zigzag-highlight{background:#F0DCE3;padding:20px 25px;border-radius:6px;margin-top:25px;border-left:3px solid #B4726B}
.zigzag-highlight p{margin:0;font-size:1rem;color:#343a40;font-weight:500}
.tarifs-section{padding:70px 20px;background:#fff}
.tarifs-wrapper{max-width:1200px;margin:0 auto}
.tarifs-wrapper h2{font-size:2.3rem;color:#212529;margin-bottom:15px;font-weight:700;text-align:center}
.tarifs-wrapper .pricing-intro{font-size:1.05rem;color:#495057;text-align:center;max-width:650px;margin:0 auto 50px;line-height:1.6}
.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;margin-top:40px}
.price-card{background:#f8f9fa;padding:40px 30px;border-radius:8px;text-align:center;border:2px solid transparent;transition:border-color .3s ease,transform .3s ease;position:relative}
.price-card.featured{background:linear-gradient(135deg,#F0DCE3 0%,#fafbfc 100%);border-color:#B4726B;transform:scale(1.05)}
.price-card:hover{border-color:#CA9893;transform:translateY(-8px)}
.price-card h3{font-size:1.6rem;color:#212529;margin-bottom:15px;font-weight:600}
.price-card .price{font-size:2.5rem;color:#B4726B;font-weight:700;margin-bottom:10px;display:block}
.price-card .period{font-size:.9rem;color:#495057;margin-bottom:25px;display:block}
.price-card ul{list-style:none;padding:0;margin:25px 0;text-align:left}
.price-card ul li{font-size:.95rem;color:#343a40;padding:10px 0;padding-left:30px;position:relative;line-height:1.5}
.price-card ul li::before{content:'';position:absolute;left:0;color:#B4726B;font-weight:700;font-size:1.1rem}
.price-card .cta-button{background:#B4726B;color:#fff;padding:14px 35px;border-radius:6px;text-decoration:none;display:inline-block;margin-top:20px;font-weight:600;transition:background .3s ease,transform .2s ease}
.price-card .cta-button:hover{background:#9d5f5a;transform:scale(1.05)}
.calendrier-section{padding:70px 20px;background:#fafbfc;position:relative}
.calendrier-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#B4726B 0%,#CA9893 50%,#F0DCE3 100%)}
.calendrier-container{max-width:1000px;margin:0 auto}
.calendrier-container h2{font-size:2.3rem;color:#212529;margin-bottom:40px;font-weight:700;text-align:center}
.sessions-timeline{position:relative;padding-left:0}
.timeline-item{background:#fff;padding:30px 35px;border-radius:8px;margin-bottom:25px;box-shadow:0 2px 10px #b4726b1a;border-left:5px solid #CA9893;position:relative}
.timeline-item .session-date{font-size:1.1rem;color:#B4726B;font-weight:700;margin-bottom:12px;display:block}
.timeline-item h3{font-size:1.4rem;color:#212529;margin-bottom:15px;font-weight:600}
.timeline-item p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:15px}
.timeline-item .places-info{display:inline-block;background:#F0DCE3;color:#212529;padding:8px 16px;border-radius:5px;font-size:.9rem;font-weight:600;margin-top:10px}
.faq-contact-section{padding:70px 20px;background:#fff}
.faq-contact-container{max-width:1100px;margin:0 auto}
.faq-contact-container h2{font-size:2.3rem;color:#212529;margin-bottom:45px;font-weight:700;text-align:center}
.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:60px}
.faq-item{background:#f8f9fa;padding:30px;border-radius:8px;border-top:3px solid #B4726B}
.faq-item h3{font-size:1.3rem;color:#212529;margin-bottom:15px;font-weight:600}
.faq-item p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.contact-cta-box{background:linear-gradient(135deg,#F0DCE3 0%,#CA9893 100%);padding:50px 40px;border-radius:10px;text-align:center;box-shadow:0 4px 15px #b4726b33}
.contact-cta-box h3{font-size:1.8rem;color:#212529;margin-bottom:20px;font-weight:700}
.contact-cta-box p{font-size:1.1rem;color:#343a40;margin-bottom:30px;line-height:1.6}
.contact-info-list{list-style:none;padding:0;margin:25px 0}
.contact-info-list li{font-size:1.05rem;color:#212529;padding:10px 0;font-weight:500}
.contact-cta-box .primary-btn{background:#fff;color:#B4726B;padding:15px 40px;border-radius:6px;text-decoration:none;display:inline-block;font-weight:700;transition:background .3s ease,color .3s ease,transform .2s ease;margin-top:15px}
.contact-cta-box .primary-btn:hover{background:#B4726B;color:#fff;transform:scale(1.08)}
@media (max-width: 768px) {
.programme-hero-content h1{font-size:2.2rem}
.programme-hero-stats{flex-direction:column;gap:20px}
.stat-item{width:100%}
.parcours-cards-grid{grid-template-columns:1fr}
.zigzag-item,.zigzag-item:nth-child(even){flex-direction:column}
.zigzag-image{min-width:100%}
.zigzag-image img{height:280px}
.pricing-grid{grid-template-columns:1fr}
.price-card.featured{transform:scale(1)}
.faq-grid{grid-template-columns:1fr}
.contact-cta-box{padding:35px 25px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fff 0%,#fafbfc 50%,#f8f9fa 100%);min-height:100vh;padding:0}
.policy-header-zone{background:linear-gradient(165deg,#F0DCE3 0%,#CA9893 100%);padding:4rem 2rem 3rem;position:relative;overflow:hidden}
.policy-header-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;pointer-events:none}
.policy-title-main{max-width:900px;margin:0 auto;color:#212529;font-size:2.8rem;font-weight:700;line-height:1.2;text-align:center;position:relative;z-index:2}
.policy-intro-text{max-width:800px;margin:1.5rem auto 0;color:#343a40;font-size:1.1rem;line-height:1.7;text-align:center;position:relative;z-index:2}
.content-container-policy{max-width:1100px;margin:0 auto;padding:4rem 2rem}
.narrative-block-one{background:#fff;border-left:4px solid #B4726B;padding:2.5rem;margin-bottom:3rem;box-shadow:0 2px 12px #b4726b14;border-radius:0 8px 8px 0}
.narrative-block-one h2{color:#B4726B;font-size:1.9rem;font-weight:600;margin-bottom:1.5rem;line-height:1.3}
.narrative-block-one p{color:#495057;font-size:1.05rem;line-height:1.8;margin-bottom:1.2rem}
.narrative-block-one p:last-child{margin-bottom:0}
.mosaic-section-tech{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}
.mosaic-item-tech{background:#f8f9fa;padding:2rem;border-radius:12px;border-top:3px solid #CA9893;transition:transform .3s ease,box-shadow .3s ease}
.mosaic-item-tech:hover{transform:translateY(-5px);box-shadow:0 8px 24px #ca989326}
.mosaic-item-tech h3{color:#343a40;font-size:1.4rem;font-weight:600;margin-bottom:1rem}
.mosaic-item-tech p{color:#495057;font-size:1rem;line-height:1.7;margin-bottom:.8rem}
.fragmented-explanation{background:linear-gradient(to right,#fff 0%,#F0DCE3 100%);padding:3rem 2.5rem;margin-bottom:3rem;border-radius:16px;position:relative}
.fragmented-explanation::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(to right,#B4726B,#CA9893,#F0DCE3)}
.fragmented-explanation h2{color:#B4726B;font-size:2rem;font-weight:700;margin-bottom:2rem}
.fragment-small{margin-bottom:2.5rem}
.fragment-small h3{color:#343a40;font-size:1.3rem;font-weight:600;margin-bottom:.8rem}
.fragment-small p{color:#495057;font-size:1.05rem;line-height:1.75}
.layered-disclosure{background:#fff;padding:2.8rem;margin-bottom:3rem;border:2px solid #F0DCE3;border-radius:8px}
.layered-disclosure h2{color:#B4726B;font-size:1.85rem;font-weight:600;margin-bottom:1.8rem;text-align:center}
.disclosure-segment{padding:1.5rem 0;border-bottom:1px solid #f5f6fa}
.disclosure-segment:last-child{border-bottom:none}
.disclosure-segment h4{color:#343a40;font-size:1.2rem;font-weight:600;margin-bottom:.9rem}
.disclosure-segment p{color:#495057;font-size:1.02rem;line-height:1.7}
.asymmetric-choice-zone{display:flex;gap:2.5rem;margin-bottom:3rem;align-items:stretch}
.choice-column-left{flex:1.2;background:#f8f9fa;padding:2.5rem;border-radius:12px 0 0 12px;border-left:5px solid #B4726B}
.choice-column-right{flex:1;background:#F0DCE3;padding:2.5rem;border-radius:0 12px 12px 0}
.choice-column-left h3,.choice-column-right h3{color:#212529;font-size:1.5rem;font-weight:600;margin-bottom:1.3rem}
.choice-column-left p,.choice-column-right p{color:#343a40;font-size:1.05rem;line-height:1.75;margin-bottom:1rem}
.reflective-monolith{background:linear-gradient(135deg,#fff 0%,#fafbfc 100%);padding:3.5rem;margin-bottom:3rem;border-radius:20px;box-shadow:0 4px 20px #b4726b1a}
.reflective-monolith h2{color:#B4726B;font-size:2.1rem;font-weight:700;margin-bottom:2rem;text-align:center}
.reflective-monolith p{color:#495057;font-size:1.08rem;line-height:1.85;margin-bottom:1.5rem;text-align:justify}
.contact-embedded-zone{background:#343a40;color:#f8f9fa;padding:2.5rem;border-radius:8px;margin-bottom:3rem}
.contact-embedded-zone h3{color:#F0DCE3;font-size:1.6rem;font-weight:600;margin-bottom:1.5rem}
.contact-embedded-zone p{font-size:1.05rem;line-height:1.7;margin-bottom:.8rem;color:#f8f9fa}
.contact-data-line{display:flex;align-items:center;gap:.8rem;margin-bottom:.6rem}
.contact-data-line strong{color:#CA9893;min-width:80px}
.final-temporal-note{background:#F0DCE3;padding:1.8rem;border-radius:8px;text-align:center;margin-top:2rem}
.final-temporal-note p{color:#343a40;font-size:.95rem;line-height:1.6;margin:0}
@media (max-width: 768px) {
.policy-header-zone{padding:3rem 1.5rem 2rem}
.policy-title-main{font-size:2rem}
.policy-intro-text{font-size:1rem}
.content-container-policy{padding:2.5rem 1.5rem}
.narrative-block-one{padding:1.8rem}
.mosaic-section-tech{grid-template-columns:1fr;gap:1.5rem}
.fragmented-explanation{padding:2rem 1.5rem}
.asymmetric-choice-zone{flex-direction:column;gap:0}
.choice-column-left{border-radius:12px 12px 0 0;border-left:none;border-top:5px solid #B4726B}
.choice-column-right{border-radius:0 0 12px 12px}
.reflective-monolith{padding:2rem 1.5rem}
.reflective-monolith p{text-align:left}
.contact-embedded-zone{padding:2rem 1.5rem}
.contact-data-line{flex-direction:column;align-items:flex-start;gap:.3rem}
}
@media (max-width: 480px) {
.policy-title-main{font-size:1.7rem}
.narrative-block-one h2,.fragmented-explanation h2,.layered-disclosure h2,.reflective-monolith h2{font-size:1.5rem}
.mosaic-item-tech,.choice-column-left,.choice-column-right{padding:1.5rem}
}
.politique-confidentialite-container{max-width:900px;margin:0 auto;padding:60px 20px;background:#fff}
.politique-confidentialite-container .entete-politique{margin-bottom:50px;padding-bottom:30px;border-bottom:3px solid #F0DCE3}
.politique-confidentialite-container .titre-principal-politique{font-size:2.8rem;color:#B4726B;margin-bottom:20px;font-weight:700;line-height:1.2}
.politique-confidentialite-container .date-maj{font-size:.95rem;color:#495057;font-style:italic;margin-bottom:25px}
.politique-confidentialite-container .intro-narrative{font-size:1.1rem;line-height:1.8;color:#343a40;margin-bottom:40px}
.politique-confidentialite-container .section-politique{margin-bottom:45px}
.politique-confidentialite-container .titre-section-maj{font-size:1.9rem;color:#B4726B;margin-bottom:20px;font-weight:600;line-height:1.3}
.politique-confidentialite-container .titre-sous-section{font-size:1.4rem;color:#CA9893;margin-top:30px;margin-bottom:15px;font-weight:600}
.politique-confidentialite-container .paragraphe-contenu{font-size:1.05rem;line-height:1.8;color:#495057;margin-bottom:18px}
.politique-confidentialite-container .liste-points-cles{margin:25px 0;padding-left:0;list-style:none}
.politique-confidentialite-container .liste-points-cles li{position:relative;padding-left:30px;margin-bottom:15px;font-size:1.05rem;line-height:1.7;color:#495057}
.politique-confidentialite-container .liste-points-cles li:before{content:"→";position:absolute;left:0;color:#B4726B;font-weight:700;font-size:1.2rem}
.politique-confidentialite-container .encadre-important{background:linear-gradient(135deg,#F0DCE3 0%,#fafbfc 100%);border-left:5px solid #B4726B;padding:25px;margin:30px 0;border-radius:4px}
.politique-confidentialite-container .encadre-important p{margin-bottom:10px;font-size:1.05rem;line-height:1.7;color:#343a40}
.politique-confidentialite-container .bloc-contact-politique{background:#f8f9fa;padding:35px;margin-top:50px;border-radius:6px;border:2px solid #F0DCE3}
.politique-confidentialite-container .titre-contact-bloc{font-size:1.6rem;color:#B4726B;margin-bottom:20px;font-weight:600}
.politique-confidentialite-container .info-contact-ligne{font-size:1.05rem;line-height:1.9;color:#495057;margin-bottom:12px}
.politique-confidentialite-container .info-contact-ligne strong{color:#343a40;font-weight:600}
.politique-confidentialite-container .lien-email-contact{color:#B4726B;text-decoration:none;border-bottom:1px solid #CA9893;transition:all .3s ease}
.politique-confidentialite-container .lien-email-contact:hover{color:#CA9893;border-bottom-color:#B4726B}
.politique-confidentialite-container .bloc-categories-donnees{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:30px 0}
.politique-confidentialite-container .carte-categorie{background:#fafbfc;padding:20px;border-radius:6px;border:1px solid #F0DCE3}
.politique-confidentialite-container .carte-categorie h4{color:#B4726B;font-size:1.2rem;margin-bottom:12px;font-weight:600}
.politique-confidentialite-container .carte-categorie p{font-size:.98rem;line-height:1.6;color:#495057;margin:0}
.politique-confidentialite-container .separateur-section{height:2px;background:linear-gradient(90deg,transparent,#F0DCE3,transparent);margin:50px 0;border:none}
@media (max-width: 768px) {
.politique-confidentialite-container{padding:40px 15px}
.politique-confidentialite-container .titre-principal-politique{font-size:2rem}
.politique-confidentialite-container .titre-section-maj{font-size:1.5rem}
.politique-confidentialite-container .titre-sous-section{font-size:1.2rem}
.politique-confidentialite-container .paragraphe-contenu,.politique-confidentialite-container .liste-points-cles li{font-size:1rem}
.politique-confidentialite-container .bloc-categories-donnees{grid-template-columns:1fr}
}
.success-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.success-container{max-width:820px;margin:0 auto;padding:80px 24px 100px}
.success-visual-top{text-align:center;margin-bottom:48px}
.success-icon-wrap{display:inline-block;width:96px;height:96px;background:linear-gradient(160deg,#B4726B 0%,#CA9893 100%);border-radius:50%;position:relative;margin-bottom:32px;box-shadow:0 8px 24px #b4726b38}
.success-icon-wrap::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);width:18px;height:36px;border:solid #fff;border-width:0 4px 4px 0;margin-left:-4px;margin-top:-6px}
.success-main-heading{font-size:38px;font-weight:700;color:#212529;margin:0 0 18px;line-height:1.3}
.success-subtext{font-size:19px;color:#495057;line-height:1.6;margin:0}
.success-info-card{background:#fff;border-radius:12px;padding:42px 36px;margin-bottom:36px;box-shadow:0 2px 12px #0000000f;border-left:4px solid #B4726B}
.success-info-card h2{font-size:22px;font-weight:600;color:#343a40;margin:0 0 20px}
.success-info-card p{font-size:16px;color:#495057;line-height:1.7;margin:0 0 16px}
.success-info-card p:last-child{margin-bottom:0}
.success-timeline-section{background:#fff;border-radius:12px;padding:38px 32px;margin-bottom:36px;box-shadow:0 2px 12px #0000000f}
.success-timeline-section h2{font-size:24px;font-weight:600;color:#212529;margin:0 0 28px;text-align:center}
.timeline-step{display:flex;gap:20px;margin-bottom:32px;position:relative;padding-left:60px}
.timeline-step:last-child{margin-bottom:0}
.timeline-marker{position:absolute;left:0;top:0;width:44px;height:44px;background:linear-gradient(135deg,#F0DCE3 0%,#CA9893 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:#212529;flex-shrink:0;box-shadow:0 3px 10px #b4726b2e}
.timeline-content h3{font-size:18px;font-weight:600;color:#343a40;margin:0 0 10px}
.timeline-content p{font-size:15px;color:#495057;line-height:1.6;margin:0}
.success-contact-block{background:linear-gradient(145deg,#F0DCE3 0%,#fff 100%);border-radius:12px;padding:40px 36px;text-align:center;margin-bottom:36px}
.success-contact-block h2{font-size:22px;font-weight:600;color:#212529;margin:0 0 18px}
.success-contact-block p{font-size:16px;color:#495057;line-height:1.6;margin:0 0 24px}
.contact-details-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:28px;text-align:left}
.contact-item{background:#fff;padding:18px 22px;border-radius:8px;font-size:15px;color:#343a40;border:1px solid #F0DCE3}
.contact-item strong{display:block;font-size:13px;color:#B4726B;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.success-actions{display:flex;flex-direction:column;gap:14px;margin-top:32px}
.btn-primary-success{display:inline-block;background:linear-gradient(135deg,#B4726B 0%,#CA9893 100%);color:#fff;padding:16px 32px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 14px #b4726b40;border:none;text-align:center}
.btn-primary-success:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b4726b59}
.btn-secondary-success{display:inline-block;background:#fff;color:#B4726B;padding:16px 32px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;border:2px solid #B4726B;text-align:center}
.btn-secondary-success:hover{background:#F0DCE3;border-color:#CA9893}
.success-footer-note{text-align:center;padding:28px 20px;font-size:14px;color:#6c757d;line-height:1.6}
@media (max-width: 768px) {
.success-container{padding:60px 20px 80px}
.success-main-heading{font-size:30px}
.success-subtext{font-size:17px}
.success-info-card{padding:32px 24px}
.success-timeline-section{padding:32px 24px}
.timeline-step{padding-left:54px}
.timeline-marker{width:38px;height:38px;font-size:16px}
.success-contact-block{padding:32px 24px}
.success-actions{gap:12px}
}
@media (min-width: 769px) {
.success-actions{flex-direction:row;justify-content:center}
.btn-primary-success,.btn-secondary-success{min-width:220px}
}