*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-color:#A89AC9;--secondary-color:#AEAAD3;--tertiary-color:#D0D0EE;--dark-text:#212529;--medium-text:#495057;--light-bg:#fafbfc;--white:#fff;--gradient-main:linear-gradient(135deg,#A89AC9 0%,#AEAAD3 100%);--gradient-soft:linear-gradient(to right,#D0D0EE 0%,#f8f9fa 100%)}
::-webkit-scrollbar{width:12px;height:12px}
::-webkit-scrollbar-track{background:#f5f6fa;border-radius:10px}
::-webkit-scrollbar-thumb{background:var(--gradient-main);border-radius:10px;border:2px solid #f5f6fa}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#9686b8 0%,#9d99c2 100%)}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7;color:var(--dark-text);background-color:var(--light-bg);font-size:16px}
header{background:linear-gradient(145deg,#fff 0%,#f8f9fa 100%);border-bottom:3px solid var(--primary-color);box-shadow:0 4px 20px #a89ac926}
.header_grid_2x2{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:15px 20px;max-width:1400px;margin:0 auto;padding:25px 30px;align-items:center}
.logo_container_tl{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:flex-start;z-index:10}
.logo_container_tl img{height:85px;width:85px;object-fit:contain}
.company_info_tr{grid-column:2;grid-row:1;display:flex;flex-direction:column;align-items:flex-end;justify-content:center}
.company_name_47x{font-size:clamp(1.3rem,2.5vw,1.9rem);font-weight:700;color:var(--dark-text);letter-spacing:-.5px;margin-bottom:5px}
.service_area_tag{font-size:clamp(0.85rem,1.2vw,1rem);color:var(--medium-text);font-weight:500;padding:6px 16px;background:var(--gradient-soft);border-radius:20px;display:inline-block}
.navigation_bottom_span{grid-column:1 / -1;grid-row:2;margin-top:25px;display:flex;justify-content:center;align-items:center;border-top:1px solid #a89ac933;padding-top:20px}
.main_nav_menu_k9{display:flex;gap:35px;list-style:none;flex-wrap:wrap;justify-content:center}
.main_nav_menu_k9 li{position:relative}
.main_nav_menu_k9 a{text-decoration:none;color:var(--dark-text);font-weight:600;font-size:clamp(0.95rem,1.5vw,1.1rem);padding:10px 18px;display:block;border-radius:8px;transition:background-color .3s ease,color .3s ease;position:relative}
.main_nav_menu_k9 a:hover{background-color:#a89ac91f;color:#7f6fb3}
.main_nav_menu_k9 a:focus{outline:2px solid var(--primary-color);outline-offset:3px}
main{min-height:60vh}
footer{background:linear-gradient(135deg,#2d2541 0%,#3f3556 50%,#4a4063 100%);color:#f8f9fa;padding:55px 30px 30px;margin-top:80px;border-top:4px solid var(--primary-color)}
.footer_structure_wrap{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:45px}
.footer_section_brand{display:flex;flex-direction:column;gap:20px}
.footer_logo_container{display:flex;align-items:center;gap:15px}
.footer_logo_container img{height:65px;width:65px;object-fit:contain}
.footer_brand_name{font-size:1.6rem;font-weight:700;color:#fff}
.footer_contact_block p{margin-bottom:12px;font-size:.95rem;line-height:1.6}
.footer_contact_block strong{color:var(--tertiary-color);font-weight:600;display:block;margin-bottom:5px}
.footer_contact_block a{color:#d0d0ee;text-decoration:none;transition:color .3s ease}
.footer_contact_block a:hover{color:#fff}
.footer_section_links h3{font-size:1.25rem;font-weight:700;margin-bottom:20px;color:var(--tertiary-color);border-bottom:2px solid #a89ac966;padding-bottom:10px}
.footer_links_list{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_links_list a{color:#e8e9ec;text-decoration:none;font-size:.95rem;transition:color .3s ease,padding-left .3s ease;display:block}
.footer_links_list a:hover{color:#fff;padding-left:8px}
.footer_links_list a:focus{outline:2px solid var(--tertiary-color);outline-offset:3px}
.footer_bottom_bar{margin-top:50px;padding-top:25px;border-top:1px solid #d0d0ee40;text-align:center;font-size:.9rem;color:#c8c9d4}
@media (max-width: 768px) {
.header_grid_2x2{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:20px;padding:20px 15px}
.logo_container_tl{grid-column:1;grid-row:1;justify-content:center}
.company_info_tr{grid-column:1;grid-row:2;align-items:center;text-align:center}
.navigation_bottom_span{grid-column:1;grid-row:3;margin-top:15px}
.main_nav_menu_k9{flex-direction:column;gap:8px;width:100%}
.main_nav_menu_k9 a{text-align:center;padding:12px 20px}
.footer_structure_wrap{grid-template-columns:1fr;gap:35px}
}
.consent_overlay_82v{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,#fff 0%,#f9f9fb 100%);border-top:3px solid var(--primary-color);box-shadow:0 -6px 30px #00000026;padding:28px 25px;z-index:9999;display:none;animation:slideUpConsent .4s ease-out}
@keyframes slideUpConsent {
from{transform:translateY(100%);opacity:0}
to{transform:translateY(0);opacity:1}
}
.consent_overlay_82v.active_state{display:block}
.consent_content_wrapper{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:20px}
.consent_text_block{color:var(--dark-text);font-size:.95rem;line-height:1.6}
.consent_text_block a{color:var(--primary-color);text-decoration:underline;font-weight:600;transition:color .3s ease}
.consent_text_block a:hover{color:#8f7eb8}
.consent_actions_row{display:flex;gap:15px;flex-wrap:wrap;align-items:center}
.btn_accept_all_9q{background:var(--gradient-main);color:#fff;border:none;padding:12px 28px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .3s ease;box-shadow:0 3px 10px #a89ac94d}
.btn_accept_all_9q:hover{opacity:.88}
.btn_accept_all_9q:focus{outline:2px solid var(--dark-text);outline-offset:2px}
.btn_reject_all_3f{background:#fff;color:var(--dark-text);border:2px solid var(--primary-color);padding:12px 28px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,color .3s ease}
.btn_reject_all_3f:hover{background-color:#a89ac91a}
.btn_reject_all_3f:focus{outline:2px solid var(--dark-text);outline-offset:2px}
@media (max-width: 600px) {
.consent_overlay_82v{padding:20px 15px}
.consent_actions_row{flex-direction:column;width:100%}
.btn_accept_all_9q,.btn_reject_all_3f{width:100%;text-align:center}
}
.temoignages-hero-section{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 20px;position:relative;overflow:hidden}
.temoignages-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a89ac91a 0%,transparent 70%);border-radius:50%}
.temoignages-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.temoignages-hero-content h1{font-size:48px;color:#212529;font-weight:700;margin-bottom:20px;line-height:1.2}
.temoignages-hero-content .intro-text{font-size:20px;color:#495057;line-height:1.6;max-width:800px;margin-bottom:40px}
.temoignages-hero-stats{display:flex;gap:50px;flex-wrap:wrap;margin-top:50px}
.stat-item{text-align:center}
.stat-number{font-size:42px;font-weight:700;color:#A89AC9;display:block;margin-bottom:8px}
.stat-label{font-size:16px;color:#495057}
.experiences-reelles-section{background:#fff;padding:90px 20px;position:relative}
.experiences-container{max-width:1200px;margin:0 auto}
.experiences-container h2{font-size:38px;color:#212529;margin-bottom:50px;font-weight:700}
.temoignages-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:60px}
.temoignage-card{background:#f8f9fa;border-radius:12px;padding:35px;position:relative;border-left:4px solid #A89AC9;transition:transform .3s ease,box-shadow .3s ease}
.temoignage-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #a89ac926}
.temoignage-header{display:flex;align-items:center;gap:20px;margin-bottom:25px}
.temoignage-photo{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #D0D0EE}
.temoignage-info h3{font-size:20px;color:#212529;margin-bottom:5px;font-weight:600}
.temoignage-info .role{font-size:14px;color:#6c757d}
.temoignage-text{font-size:16px;color:#495057;line-height:1.7;margin-bottom:20px}
.temoignage-date{font-size:13px;color:#6c757d;font-style:italic}
.resultats-concrets-wrapper{background:#fafbfc;border-radius:16px;padding:45px;margin-top:40px}
.resultats-concrets-wrapper h3{font-size:28px;color:#212529;margin-bottom:35px;font-weight:600}
.resultats-list{display:flex;flex-direction:column;gap:25px}
.resultat-item{display:flex;align-items:flex-start;gap:20px}
.resultat-icon{width:50px;height:50px;background:linear-gradient(135deg,#A89AC9 0%,#AEAAD3 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-weight:700;font-size:20px}
.resultat-content h4{font-size:18px;color:#212529;margin-bottom:8px;font-weight:600}
.resultat-content p{font-size:15px;color:#495057;line-height:1.6}
.parcours-section{background:linear-gradient(180deg,#fff 0%,#f5f6fa 100%);padding:90px 20px}
.parcours-content{max-width:1200px;margin:0 auto}
.parcours-content h2{font-size:38px;color:#212529;margin-bottom:60px;font-weight:700;text-align:center}
.parcours-timeline{position:relative;padding-left:80px}
.timeline-item{position:relative;margin-bottom:60px;padding-left:40px}
.timeline-item::before{content:'';position:absolute;left:-40px;top:0;width:20px;height:20px;background:#A89AC9;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 4px #D0D0EE}
.timeline-item::after{content:'';position:absolute;left:-31px;top:20px;width:2px;height:calc(100% + 40px);background:linear-gradient(180deg,#AEAAD3 0%,#D0D0EE 100%)}
.timeline-item:last-child::after{display:none}
.timeline-content{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 15px #0000000d}
.timeline-content h3{font-size:22px;color:#212529;margin-bottom:12px;font-weight:600}
.timeline-date{font-size:14px;color:#A89AC9;margin-bottom:15px;font-weight:600}
.timeline-content p{font-size:16px;color:#495057;line-height:1.7}
.methode-section{background:#fff;padding:90px 20px;position:relative}
.methode-section::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:300px;background:linear-gradient(180deg,transparent 0%,#f8f9fa 100%);z-index:1}
.methode-wrapper{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.methode-wrapper h2{font-size:38px;color:#212529;margin-bottom:50px;font-weight:700}
.methode-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.methode-visual{position:relative}
.methode-image-primary{width:100%;height:450px;object-fit:cover;border-radius:16px;box-shadow:0 15px 40px #0000001a}
.methode-image-secondary{position:absolute;bottom:-30px;right:-30px;width:200px;height:200px;object-fit:cover;border-radius:12px;border:6px solid #fff;box-shadow:0 10px 30px #00000026}
.methode-details{padding-top:20px}
.methode-details h3{font-size:28px;color:#212529;margin-bottom:25px;font-weight:600}
.etapes-list{display:flex;flex-direction:column;gap:30px}
.etape-card{background:#fafbfc;border-radius:12px;padding:25px;border:2px solid #D0D0EE;transition:all .3s ease}
.etape-card:hover{border-color:#A89AC9;background:#fff}
.etape-number{display:inline-block;width:40px;height:40px;background:linear-gradient(135deg,#A89AC9 0%,#AEAAD3 100%);color:#fff;border-radius:8px;text-align:center;line-height:40px;font-weight:700;font-size:18px;margin-bottom:15px}
.etape-card h4{font-size:20px;color:#212529;margin-bottom:10px;font-weight:600}
.etape-card p{font-size:15px;color:#495057;line-height:1.7}
.impact-section{background:radial-gradient(circle at top right,#f5f6fa 0%,#fff 50%,#fafbfc 100%);padding:90px 20px}
.impact-container{max-width:1200px;margin:0 auto}
.impact-container h2{font-size:38px;color:#212529;margin-bottom:30px;font-weight:700;text-align:center}
.impact-intro{font-size:18px;color:#495057;text-align:center;max-width:800px;margin:0 auto 60px;line-height:1.7}
.impact-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:60px}
.category-box{background:#fff;border-radius:16px;padding:40px 30px;text-align:center;box-shadow:0 8px 25px #a89ac91a;transition:all .4s ease;position:relative;overflow:hidden}
.category-box::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#A89AC9 0%,#AEAAD3 50%,#D0D0EE 100%);transform:scaleX(0);transition:transform .4s ease}
.category-box:hover::before{transform:scaleX(1)}
.category-box:hover{transform:translateY(-8px);box-shadow:0 15px 40px #a89ac933}
.category-icon-wrapper{width:80px;height:80px;margin:0 auto 25px;background:linear-gradient(135deg,#D0D0EE 0%,#AEAAD3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;color:#fff}
.category-box h3{font-size:22px;color:#212529;margin-bottom:15px;font-weight:600}
.category-box p{font-size:15px;color:#495057;line-height:1.6}
.cta-final-wrapper{background:linear-gradient(135deg,#A89AC9 0%,#AEAAD3 100%);border-radius:20px;padding:50px;text-align:center;position:relative;overflow:hidden}
.cta-final-wrapper::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%)}
.cta-final-wrapper h3{font-size:32px;color:#fff;margin-bottom:20px;font-weight:700;position:relative;z-index:2}
.cta-final-wrapper p{font-size:18px;color:#fff;margin-bottom:35px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.7;position:relative;z-index:2}
.cta-button-primary{display:inline-block;background:#fff;color:#A89AC9;padding:18px 45px;border-radius:10px;text-decoration:none;font-weight:600;font-size:17px;transition:all .3s ease;position:relative;z-index:2;box-shadow:0 8px 20px #00000026}
.cta-button-primary:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 12px 30px #0003}
@media (max-width: 768px) {
.temoignages-hero-content h1{font-size:32px}
.temoignages-hero-content .intro-text{font-size:17px}
.temoignages-hero-stats{gap:30px;justify-content:center}
.stat-number{font-size:32px}
.temoignages-grid{grid-template-columns:1fr;gap:30px}
.temoignage-card{padding:25px}
.parcours-timeline{padding-left:40px}
.timeline-item{padding-left:30px}
.timeline-item::before{left:-30px}
.timeline-item::after{left:-21px}
.methode-grid{grid-template-columns:1fr;gap:40px}
.methode-image-secondary{width:150px;height:150px;bottom:-20px;right:-20px}
.impact-categories{grid-template-columns:1fr;gap:25px}
.cta-final-wrapper{padding:35px 25px}
.cta-final-wrapper h3{font-size:26px}
.cta-final-wrapper p{font-size:16px}
}
.faq-page-wrapper{background:#fff;min-height:100vh}
.faq-hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.faq-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a89ac91f 0%,transparent 70%);border-radius:50%}
.faq-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.faq-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.faq-hero-intro{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:20px}
.faq-search-container{background:#fff;border:2px solid #D0D0EE;border-radius:12px;padding:16px 24px;margin-top:40px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 12px #0000000a}
.faq-search-icon{color:#A89AC9;font-size:1.3rem}
.faq-search-input{border:none;outline:none;font-size:1rem;color:#343a40;flex:1;background:transparent}
.faq-search-input::placeholder{color:#6c757d}
.faq-categories-section{padding:70px 20px;background:#fff}
.faq-categories-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.faq-category-card{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);border:1px solid #e9ecef;border-radius:16px;padding:32px 28px;transition:all .3s ease;position:relative;overflow:hidden}
.faq-category-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#A89AC9 0%,#AEAAD3 100%);transform:scaleY(0);transition:transform .3s ease}
.faq-category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #a89ac926;border-color:#AEAAD3}
.faq-category-card:hover::before{transform:scaleY(1)}
.faq-category-icon{width:56px;height:56px;background:linear-gradient(135deg,#A89AC9 0%,#AEAAD3 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.5rem;color:#fff}
.faq-category-title{font-size:1.4rem;color:#212529;margin-bottom:12px;font-weight:600}
.faq-category-desc{font-size:.95rem;color:#6c757d;line-height:1.6;margin-bottom:16px}
.faq-category-count{font-size:.85rem;color:#A89AC9;font-weight:500}
.faq-questions-section{padding:70px 20px 80px;background:#f8f9fa;position:relative}
.faq-questions-wrapper{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:50px}
.faq-sidebar{position:sticky;top:20px;height:fit-content}
.faq-sidebar-title{font-size:1.1rem;color:#343a40;margin-bottom:20px;font-weight:600}
.faq-sidebar-nav{list-style:none;padding:0;margin:0}
.faq-sidebar-item{margin-bottom:8px}
.faq-sidebar-link{display:block;padding:12px 16px;color:#495057;text-decoration:none;border-radius:8px;transition:all .2s ease;font-size:.95rem;border-left:3px solid transparent}
.faq-sidebar-link:hover{background:#fff;color:#A89AC9;border-left-color:#A89AC9}
.faq-sidebar-link.active-link{background:#fff;color:#A89AC9;border-left-color:#A89AC9;font-weight:500}
.faq-main-content{background:#fff;border-radius:16px;padding:48px;box-shadow:0 2px 8px #0000000a}
.faq-section-header{display:flex;align-items:center;gap:40px;margin-bottom:50px;padding-bottom:24px;border-bottom:2px solid #e9ecef}
.faq-section-image{width:180px;height:180px;border-radius:16px;object-fit:cover;box-shadow:0 4px 12px #00000014}
.faq-section-intro h2{font-size:2rem;color:#212529;margin-bottom:12px;font-weight:700}
.faq-section-intro p{font-size:1.05rem;color:#6c757d;line-height:1.6}
.faq-accordion{display:flex;flex-direction:column;gap:16px}
.faq-item{background:#fafbfc;border:1px solid #e9ecef;border-radius:12px;overflow:hidden;transition:all .3s ease}
.faq-item:hover{border-color:#AEAAD3}
.faq-question-btn{width:100%;padding:22px 28px;background:transparent;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:1.1rem;color:#212529;font-weight:600;transition:color .2s ease}
.faq-question-btn:hover{color:#A89AC9}
.faq-question-text{flex:1}
.faq-toggle-icon{width:32px;height:32px;background:linear-gradient(135deg,#A89AC9 0%,#AEAAD3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;transition:transform .3s ease;flex-shrink:0}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 28px}
.faq-answer-content{padding-bottom:24px;font-size:1rem;color:#495057;line-height:1.7}
.faq-answer-content p{margin-bottom:14px}
.faq-answer-content ul{margin:16px 0;padding-left:24px}
.faq-answer-content li{margin-bottom:8px;color:#495057}
.faq-highlight-box{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);border-left:4px solid #A89AC9;padding:18px 22px;margin:20px 0;border-radius:8px}
.faq-highlight-box p{margin:0;color:#343a40;font-weight:500}
.faq-item input[type="checkbox"]{display:none}
.faq-item input[type="checkbox"]:checked ~ .faq-answer{max-height:800px;padding-top:0}
.faq-item input[type="checkbox"]:checked ~ .faq-question-btn .faq-toggle-icon{transform:rotate(45deg)}
.faq-expert-section{background:#fff;padding:60px 20px;margin-top:40px}
.faq-expert-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.faq-expert-profiles{display:flex;flex-direction:column;gap:30px}
.faq-expert-card{display:flex;align-items:center;gap:20px;padding:24px;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);border-radius:16px;border:1px solid #e9ecef;transition:all .3s ease}
.faq-expert-card:hover{transform:translateX(8px);box-shadow:0 6px 20px #a89ac91f}
.faq-expert-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #D0D0EE}
.faq-expert-info h3{font-size:1.2rem;color:#212529;margin-bottom:6px;font-weight:600}
.faq-expert-role{font-size:.9rem;color:#A89AC9;margin-bottom:8px;font-weight:500}
.faq-expert-bio{font-size:.9rem;color:#6c757d;line-height:1.5}
.faq-expert-visual{position:relative}
.faq-expert-main-image{width:100%;height:auto;border-radius:20px;box-shadow:0 8px 24px #0000001a}
.faq-cta-section{background:linear-gradient(135deg,#A89AC9 0%,#AEAAD3 50%,#D0D0EE 100%);padding:70px 20px;text-align:center;position:relative;overflow:hidden}
.faq-cta-section::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:#ffffff1a;border-radius:50%}
.faq-cta-section::after{content:'';position:absolute;bottom:-150px;right:-150px;width:400px;height:400px;background:#ffffff14;border-radius:50%}
.faq-cta-content{max-width:700px;margin:0 auto;position:relative;z-index:2}
.faq-cta-content h2{font-size:2.2rem;color:#fff;margin-bottom:20px;font-weight:700}
.faq-cta-content p{font-size:1.1rem;color:#fff;margin-bottom:32px;line-height:1.6;opacity:.95}
.faq-cta-button{display:inline-block;padding:16px 40px;background:#fff;color:#A89AC9;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 16px #00000026;position:relative;z-index:10}
.faq-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0003;background:#fafbfc}
@media (max-width: 992px) {
.faq-questions-wrapper{grid-template-columns:1fr;gap:30px}
.faq-sidebar{position:static;background:#fff;padding:24px;border-radius:12px}
.faq-sidebar-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}
.faq-expert-container{grid-template-columns:1fr;gap:40px}
.faq-section-header{flex-direction:column;text-align:center}
}
@media (max-width: 768px) {
.faq-hero-content h1{font-size:2rem}
.faq-categories-grid{grid-template-columns:1fr}
.faq-main-content{padding:28px 20px}
.faq-question-btn{font-size:1rem;padding:18px 20px}
.faq-section-header{gap:20px}
.faq-section-image{width:140px;height:140px}
.faq-cta-content h2{font-size:1.7rem}
.faq-expert-card{flex-direction:column;text-align:center}
}
.index-hero-wrapper{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden}
.index-hero-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#a89ac9eb 0%,#aeaad3e0 50%,#d0d0eed9 100%);z-index:1}
.index-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.index-hero-content{position:relative;z-index:2;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 5%;max-width:1200px;margin:0 auto}
.index-hero-title{font-size:3.8rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 2px 8px #00000026}
.index-hero-subtitle{font-size:1.5rem;color:#fff;margin-bottom:2.5rem;max-width:680px;line-height:1.6;font-weight:300}
.index-hero-cta{display:inline-block;padding:16px 42px;background:#fff;color:#A89AC9;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #0003}
.index-hero-cta:hover{transform:translateY(-3px);box-shadow:0 6px 25px #0000004d;background:#f8f9fa}
.index-benefits-section{background:#fff;padding:90px 5% 80px}
.index-benefits-container{max-width:1140px;margin:0 auto}
.index-benefits-intro{text-align:center;margin-bottom:70px}
.index-benefits-heading{font-size:2.6rem;color:#212529;margin-bottom:1.2rem;font-weight:700}
.index-benefits-description{font-size:1.15rem;color:#495057;max-width:720px;margin:0 auto;line-height:1.7}
.index-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px}
.index-benefit-card{background:#fafbfc;padding:35px 28px;border-radius:12px;border-left:4px solid #A89AC9;transition:all .3s ease}
.index-benefit-card:hover{transform:translateX(8px);box-shadow:0 8px 24px #a89ac92e}
.index-benefit-title{font-size:1.4rem;color:#212529;margin-bottom:.9rem;font-weight:600}
.index-benefit-text{font-size:1rem;color:#495057;line-height:1.65}
.index-approach-section{background:linear-gradient(165deg,#f8f9fa 0%,#D0D0EE 100%);padding:85px 5%;position:relative;overflow:hidden}
.index-approach-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#aeaad326 0%,transparent 70%);border-radius:50%}
.index-approach-wrapper{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:45% 50%;gap:5%;align-items:center;position:relative;z-index:1}
.index-approach-image{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 12px 35px #0000001f}
.index-approach-content h2{font-size:2.4rem;color:#212529;margin-bottom:1.4rem;font-weight:700}
.index-approach-content p{font-size:1.05rem;color:#343a40;line-height:1.75;margin-bottom:1.1rem}
.index-method-section{background:#fff;padding:90px 5%}
.index-method-container{max-width:1000px;margin:0 auto}
.index-method-title{font-size:2.5rem;color:#212529;text-align:center;margin-bottom:65px;font-weight:700}
.index-method-timeline{position:relative}
.index-method-timeline::before{content:'';position:absolute;left:30px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#A89AC9 0%,#D0D0EE 100%)}
.index-method-step{position:relative;padding-left:85px;padding-bottom:50px;margin-bottom:20px}
.index-method-step:last-child{padding-bottom:0}
.index-method-marker{position:absolute;left:0;top:0;width:60px;height:60px;background:#A89AC9;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:700;box-shadow:0 4px 12px #a89ac959;z-index:2}
.index-method-step h3{font-size:1.5rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.index-method-step p{font-size:1.02rem;color:#495057;line-height:1.7}
.index-tools-section{background:#f5f6fa;padding:85px 5%}
.index-tools-layout{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:52% 43%;gap:5%;align-items:center}
.index-tools-visual{width:100%;height:450px;object-fit:cover;border-radius:20px;box-shadow:0 10px 30px #0000001a}
.index-tools-info h2{font-size:2.3rem;color:#212529;margin-bottom:1.5rem;font-weight:700}
.index-tools-info p{font-size:1.05rem;color:#343a40;line-height:1.75;margin-bottom:1.2rem}
.index-tools-list{list-style:none;padding:0;margin:1.8rem 0 0}
.index-tools-list li{padding:12px 0 12px 35px;position:relative;font-size:1.05rem;color:#495057;line-height:1.6}
.index-tools-list li::before{content:'';position:absolute;left:0;color:#A89AC9;font-weight:700;font-size:1.3rem}
.index-testimonial-section{background:linear-gradient(135deg,#A89AC9 0%,#AEAAD3 100%);padding:90px 5%}
.index-testimonial-wrapper{max-width:900px;margin:0 auto;text-align:center}
.index-testimonial-quote{font-size:1.6rem;color:#fff;line-height:1.8;font-style:italic;margin-bottom:2.5rem;font-weight:300}
.index-testimonial-author-block{display:flex;align-items:center;justify-content:center;gap:25px}
.index-testimonial-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 4px 15px #0003}
.index-testimonial-details{text-align:left}
.index-testimonial-name{font-size:1.3rem;color:#fff;font-weight:600;margin-bottom:.3rem}
.index-testimonial-role{font-size:1rem;color:#ffffffd9}
.index-results-section{background:#fff;padding:90px 5%}
.index-results-container{max-width:1140px;margin:0 auto}
.index-results-header{text-align:center;margin-bottom:65px}
.index-results-header h2{font-size:2.5rem;color:#212529;margin-bottom:1rem;font-weight:700}
.index-results-header p{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.index-results-comparison{width:100%;border-collapse:collapse;background:#fafbfc;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000f}
.index-results-comparison thead{background:linear-gradient(135deg,#A89AC9 0%,#AEAAD3 100%)}
.index-results-comparison th{padding:22px 18px;text-align:left;color:#fff;font-weight:600;font-size:1.1rem}
.index-results-comparison td{padding:18px;border-bottom:1px solid #e9ecef;color:#343a40;font-size:1rem}
.index-results-comparison tbody tr:hover{background:#f8f9fa}
.index-results-comparison tbody tr:last-child td{border-bottom:none}
.index-results-checkmark{color:#A89AC9;font-weight:700;font-size:1.2rem}
.index-cta-section{background:linear-gradient(165deg,#D0D0EE 0%,#AEAAD3 100%);padding:100px 5%;text-align:center}
.index-cta-content{max-width:800px;margin:0 auto}
.index-cta-content h2{font-size:2.8rem;color:#fff;margin-bottom:1.5rem;font-weight:700}
.index-cta-content p{font-size:1.2rem;color:#fff;margin-bottom:2.5rem;line-height:1.7}
.index-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.index-cta-primary{display:inline-block;padding:16px 40px;background:#fff;color:#A89AC9;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #00000026}
.index-cta-primary:hover{transform:translateY(-3px);box-shadow:0 6px 25px #00000040}
.index-cta-secondary{display:inline-block;padding:16px 40px;background:transparent;color:#fff;text-decoration:none;border:2px solid #fff;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease}
.index-cta-secondary:hover{background:#ffffff26;transform:translateY(-3px)}
@media (max-width: 968px) {
.index-hero-title{font-size:2.8rem}
.index-hero-subtitle{font-size:1.2rem}
.index-approach-wrapper,.index-tools-layout{grid-template-columns:1fr;gap:40px}
.index-approach-image,.index-tools-visual{height:350px}
.index-benefits-heading,.index-method-title,.index-results-header h2{font-size:2.2rem}
.index-method-timeline::before{left:20px}
.index-method-marker{width:50px;height:50px;font-size:1.3rem}
.index-method-step{padding-left:75px}
.index-results-comparison{font-size:.95rem}
.index-results-comparison th,.index-results-comparison td{padding:14px 12px}
}
@media (max-width: 640px) {
.index-hero-title{font-size:2.2rem}
.index-hero-subtitle{font-size:1.05rem}
.index-hero-cta{padding:14px 32px;font-size:1rem}
.index-benefits-section,.index-approach-section,.index-method-section,.index-tools-section,.index-testimonial-section,.index-results-section,.index-cta-section{padding:60px 5%}
.index-benefits-grid{grid-template-columns:1fr}
.index-approach-image,.index-tools-visual{height:280px}
.index-testimonial-quote{font-size:1.3rem}
.index-testimonial-author-block{flex-direction:column;gap:15px}
.index-testimonial-details{text-align:center}
.index-results-comparison{display:block;overflow-x:auto}
.index-cta-content h2{font-size:2.2rem}
.index-cta-buttons{flex-direction:column;align-items:center}
.index-cta-primary,.index-cta-secondary{width:100%;max-width:320px}
}
.contact-hero-wrapper{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 50%,#f5f6fa 100%);padding:4rem 1.5rem 3rem;position:relative;overflow:hidden}
.contact-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a89ac914 0%,transparent 70%);border-radius:50%}
.contact-intro-content{max-width:780px;margin:0 auto;text-align:center;position:relative;z-index:2}
.contact-intro-content h1{font-size:2.8rem;color:#212529;margin-bottom:1.2rem;font-weight:700;line-height:1.2}
.contact-intro-content p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:0}
.contact-main-section{padding:4rem 1.5rem;background:#fff}
.contact-grid-layout{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:3.5rem;align-items:start}
.contact-info-block{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);padding:2.5rem;border-radius:12px;border:1px solid #e9ecef;position:sticky;top:2rem}
.contact-info-block h2{font-size:1.5rem;color:#212529;margin-bottom:1.8rem;font-weight:600}
.info-item-wrapper{margin-bottom:2rem}
.info-item-wrapper:last-child{margin-bottom:0}
.info-label-text{font-size:.85rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-weight:600}
.info-value-text{font-size:1.05rem;color:#343a40;line-height:1.6}
.info-value-text a{color:#A89AC9;text-decoration:none;transition:color .3s ease}
.info-value-text a:hover{color:#8b7db3;text-decoration:underline}
.contact-form-container{background:#fff;padding:2.5rem;border-radius:12px;border:1px solid #e9ecef;box-shadow:0 2px 12px #0000000a}
.contact-form-container h2{font-size:1.75rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.form-intro-text{font-size:1rem;color:#6c757d;margin-bottom:2rem;line-height:1.6}
.form-field-group{margin-bottom:1.5rem}
.form-field-label{display:block;font-size:.95rem;color:#343a40;margin-bottom:.5rem;font-weight:500}
.form-text-input,.form-textarea-input{width:100%;padding:.85rem 1rem;font-size:1rem;color:#212529;background:#fff;border:2px solid #dee2e6;border-radius:8px;transition:all .3s ease;font-family:inherit}
.form-text-input:focus,.form-textarea-input:focus{outline:none;border-color:#A89AC9;box-shadow:0 0 0 4px #a89ac91a}
.form-textarea-input{min-height:140px;resize:vertical}
.privacy-consent-wrapper{margin:1.8rem 0;display:flex;align-items:start;gap:.7rem}
.privacy-checkbox-input{margin-top:.3rem;width:18px;height:18px;cursor:pointer;accent-color:#A89AC9}
.privacy-label-text{font-size:.9rem;color:#495057;line-height:1.5}
.privacy-label-text a{color:#A89AC9;text-decoration:underline}
.privacy-label-text a:hover{color:#8b7db3}
.form-submit-btn{width:100%;padding:1rem 2rem;font-size:1.05rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#A89AC9 0%,#AEAAD3 100%);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;position:relative;z-index:10}
.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a89ac94d;background:linear-gradient(135deg,#9887b8 0%,#9d99c2 100%)}
.form-submit-btn:active{transform:translateY(0)}
.additional-help-section{padding:3.5rem 1.5rem;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%)}
.help-content-wrapper{max-width:900px;margin:0 auto;text-align:center}
.help-content-wrapper h2{font-size:2rem;color:#212529;margin-bottom:1rem;font-weight:600}
.help-description-text{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:2rem}
.help-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.8rem;margin-top:2.5rem}
.help-card-item{background:#fff;padding:2rem;border-radius:10px;border:1px solid #e9ecef;transition:all .3s ease}
.help-card-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #a89ac926;border-color:#D0D0EE}
.card-icon-circle{width:56px;height:56px;background:linear-gradient(135deg,#D0D0EE 0%,#AEAAD3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;font-size:1.5rem;color:#fff}
.help-card-item h3{font-size:1.2rem;color:#212529;margin-bottom:.7rem;font-weight:600}
.help-card-item p{font-size:.95rem;color:#6c757d;line-height:1.6;margin-bottom:0}
.schedule-meeting-section{padding:4rem 1.5rem;background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);position:relative}
.schedule-meeting-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#d0d0ee1f 0%,transparent 70%);border-radius:50%;z-index:1}
.schedule-content-box{max-width:820px;margin:0 auto;background:#fff;padding:3rem;border-radius:14px;box-shadow:0 4px 20px #0000000f;position:relative;z-index:2;border:1px solid #e9ecef}
.schedule-content-box h2{font-size:2.2rem;color:#212529;margin-bottom:1rem;font-weight:600;text-align:center}
.schedule-text-content{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:2rem;text-align:center}
.schedule-benefits-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-bottom:2.5rem}
.benefit-list-item{display:flex;align-items:start;gap:.8rem;padding:1rem;background:#f8f9fa;border-radius:8px;transition:background .3s ease}
.benefit-list-item:hover{background:#f5f6fa}
.benefit-check-icon{width:24px;height:24px;background:#A89AC9;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;flex-shrink:0;margin-top:.1rem}
.benefit-item-text{font-size:.95rem;color:#343a40;line-height:1.5}
.schedule-cta-wrapper{text-align:center;padding-top:1.5rem;border-top:1px solid #e9ecef}
.schedule-cta-text{font-size:1rem;color:#6c757d;margin-bottom:1.2rem}
.schedule-email-link{display:inline-block;padding:.9rem 2.2rem;font-size:1.05rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#A89AC9 0%,#AEAAD3 100%);border-radius:8px;text-decoration:none;transition:all .3s ease}
.schedule-email-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a89ac94d;background:linear-gradient(135deg,#9887b8 0%,#9d99c2 100%)}
@media (max-width: 992px) {
.contact-grid-layout{grid-template-columns:1fr;gap:2.5rem}
.contact-info-block{position:static}
.schedule-benefits-list{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.contact-hero-wrapper{padding:3rem 1.5rem 2rem}
.contact-intro-content h1{font-size:2rem}
.contact-intro-content p{font-size:1rem}
.contact-main-section{padding:3rem 1.5rem}
.contact-form-container{padding:2rem 1.5rem}
.schedule-content-box{padding:2rem 1.5rem}
.schedule-content-box h2{font-size:1.75rem}
.help-cards-grid{grid-template-columns:1fr}
}
.programme-apprentissage-hero{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 50%,#D0D0EE 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.programme-apprentissage-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a89ac926 0%,transparent 70%);border-radius:50%}
.hero-contenu-principal{max-width:920px;margin:0 auto;position:relative;z-index:2}
.hero-contenu-principal h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.hero-contenu-principal .sous-titre-hero{font-size:1.35rem;color:#495057;line-height:1.6;margin-bottom:32px}
.hero-contenu-principal .description-hero{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:40px}
.bouton-hero-principal{display:inline-block;background:linear-gradient(135deg,#A89AC9 0%,#AEAAD3 100%);color:#fff;padding:16px 38px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #a89ac940}
.bouton-hero-principal:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a89ac959;background:linear-gradient(135deg,#9987b8 0%,#9d99c2 100%)}
.bloc-methode-pedagogique{background:#fff;padding:70px 20px;position:relative}
.conteneur-methode-interne{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.zone-texte-methode h2{font-size:2.3rem;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.3}
.zone-texte-methode .paragraphe-methode{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:22px}
.zone-texte-methode .liste-avantages-methode{list-style:none;padding:0;margin:32px 0}
.zone-texte-methode .liste-avantages-methode li{font-size:1.05rem;color:#343a40;padding:14px 0 14px 36px;position:relative;line-height:1.6}
.zone-texte-methode .liste-avantages-methode li::before{content:'';position:absolute;left:0;top:14px;color:#A89AC9;font-weight:700;font-size:1.3rem}
.zone-image-methode{position:relative}
.zone-image-methode img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001a}
.section-parcours-formation{background:linear-gradient(180deg,#fafbfc 0%,#f8f9fa 100%);padding:70px 20px;position:relative}
.section-parcours-formation::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#D0D0EE 50%,transparent 100%)}
.conteneur-parcours-interne{max-width:1100px;margin:0 auto}
.conteneur-parcours-interne h2{font-size:2.3rem;color:#212529;text-align:center;margin-bottom:18px;font-weight:700}
.conteneur-parcours-interne .sous-titre-parcours{font-size:1.15rem;color:#495057;text-align:center;margin-bottom:50px;line-height:1.6}
.grille-etapes-parcours{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}
.carte-etape-parcours{background:#fff;padding:36px 28px;border-radius:10px;position:relative;box-shadow:0 4px 16px #0000000f;transition:all .3s ease;border-top:4px solid #A89AC9}
.carte-etape-parcours:hover{transform:translateY(-6px);box-shadow:0 8px 28px #a89ac92e}
.numero-etape-parcours{position:absolute;top:-20px;left:28px;width:44px;height:44px;background:linear-gradient(135deg,#A89AC9 0%,#AEAAD3 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 4px 12px #a89ac94d}
.carte-etape-parcours h3{font-size:1.4rem;color:#212529;margin-bottom:16px;margin-top:14px;font-weight:600}
.carte-etape-parcours p{font-size:1rem;color:#495057;line-height:1.7}
.section-temoignages-experts{background:#fff;padding:70px 20px}
.conteneur-temoignages-interne{max-width:1140px;margin:0 auto}
.conteneur-temoignages-interne h2{font-size:2.3rem;color:#212529;text-align:center;margin-bottom:60px;font-weight:700}
.grille-temoignages{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.carte-temoignage-expert{background:#fafbfc;padding:32px;border-radius:10px;border:1px solid #D0D0EE;transition:all .3s ease}
.carte-temoignage-expert:hover{border-color:#AEAAD3;box-shadow:0 6px 20px #a89ac91f}
.zone-image-expert{margin-bottom:24px;text-align:center}
.zone-image-expert img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #A89AC9}
.contenu-temoignage-expert p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:20px;font-style:italic}
.info-expert-temoignage{border-top:1px solid #D0D0EE;padding-top:16px}
.info-expert-temoignage .nom-expert{font-size:1.1rem;color:#212529;font-weight:600;margin-bottom:4px}
.info-expert-temoignage .role-expert{font-size:.95rem;color:#A89AC9}
.bloc-modalites-pratiques{background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);padding:70px 20px;position:relative}
.bloc-modalites-pratiques::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent 0%,#D0D0EE 50%,transparent 100%)}
.conteneur-modalites-interne{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:55% 45%;gap:50px;align-items:start}
.zone-contenu-modalites h2{font-size:2.3rem;color:#212529;margin-bottom:28px;font-weight:700}
.zone-contenu-modalites .intro-modalites{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:36px}
.liste-caracteristiques-modalites{list-style:none;padding:0;margin:0 0 36px}
.liste-caracteristiques-modalites li{background:#fff;padding:18px 22px;margin-bottom:14px;border-radius:8px;border-left:4px solid #A89AC9;font-size:1.05rem;color:#343a40;line-height:1.6;box-shadow:0 2px 8px #0000000a}
.zone-visuel-modalites{position:relative;padding-top:40px}
.zone-visuel-modalites img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001a}
.encart-info-session{background:linear-gradient(135deg,#A89AC9 0%,#AEAAD3 100%);color:#fff;padding:28px;border-radius:10px;margin-top:-60px;position:relative;z-index:3;box-shadow:0 6px 20px #a89ac94d}
.encart-info-session h3{font-size:1.3rem;margin-bottom:16px;font-weight:600}
.encart-info-session p{font-size:1rem;line-height:1.6;margin-bottom:20px;opacity:.95}
.bouton-contact-modalites{display:inline-block;background:#fff;color:#A89AC9;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease}
.bouton-contact-modalites:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}
@media (max-width: 992px) {
.conteneur-methode-interne{grid-template-columns:1fr;gap:40px}
.zone-image-methode img{height:380px}
.grille-etapes-parcours{grid-template-columns:1fr;gap:50px}
.grille-temoignages{grid-template-columns:1fr;gap:28px}
.conteneur-modalites-interne{grid-template-columns:1fr;gap:40px}
.zone-visuel-modalites{padding-top:0}
.encart-info-session{margin-top:20px}
}
@media (max-width: 768px) {
.programme-apprentissage-hero{padding:60px 20px 50px}
.hero-contenu-principal h1{font-size:2.2rem}
.hero-contenu-principal .sous-titre-hero{font-size:1.15rem}
.bloc-methode-pedagogique,.section-parcours-formation,.section-temoignages-experts,.bloc-modalites-pratiques{padding:50px 20px}
.zone-texte-methode h2,.conteneur-parcours-interne h2,.conteneur-temoignages-interne h2,.zone-contenu-modalites h2{font-size:1.9rem}
.zone-image-methode img{height:300px}
.zone-visuel-modalites img{height:320px}
}
.blog-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.blog-hero-section{background:linear-gradient(165deg,#D0D0EE 0%,#AEAAD3 50%,#A89AC9 100%);padding:4.5rem 1.5rem 5rem;position:relative;overflow:hidden}
.blog-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;z-index:1}
.blog-hero-section::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:#ffffff14;border-radius:50%;z-index:1}
.blog-hero-content{max-width:850px;margin:0 auto;text-align:center;position:relative;z-index:2}
.blog-hero-content h1{font-size:3rem;color:#fff;margin-bottom:1.5rem;font-weight:700;line-height:1.2;text-shadow:0 2px 4px #0000001a}
.blog-hero-content p{font-size:1.25rem;color:#fff;line-height:1.7;margin-bottom:2rem;opacity:.95}
.blog-articles-grid{max-width:1200px;margin:0 auto;padding:5rem 1.5rem;display:grid;grid-template-columns:1fr;gap:3rem}
.article-card-horizontal{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #a89ac926;display:grid;grid-template-columns:45% 55%;transition:transform .3s ease,box-shadow .3s ease}
.article-card-horizontal:hover{transform:translateY(-8px);box-shadow:0 8px 30px #a89ac940}
.article-image-wrapper{position:relative;overflow:hidden;height:100%;min-height:320px}
.article-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.article-card-horizontal:hover .article-image-wrapper img{transform:scale(1.08)}
.article-content-area{padding:2.5rem;display:flex;flex-direction:column;justify-content:space-between}
.article-meta-info{display:flex;gap:1.5rem;margin-bottom:1.2rem;flex-wrap:wrap}
.article-date-badge{background:linear-gradient(135deg,#D0D0EE,#AEAAD3);color:#343a40;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}
.article-category-tag{background:#f8f9fa;color:#A89AC9;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;border:2px solid #D0D0EE}
.article-content-area h2{font-size:1.85rem;color:#212529;margin-bottom:1rem;line-height:1.3;font-weight:700}
.article-excerpt-text{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1.5rem}
.article-author-section{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #f8f9fa}
.author-avatar-circle{width:50px;height:50px;border-radius:50%;object-fit:cover;border:3px solid #D0D0EE}
.author-info-block p{margin:0;font-size:.95rem;color:#343a40;font-weight:600}
.author-info-block span{font-size:.85rem;color:#6c757d}
.article-read-link{display:inline-block;color:#A89AC9;font-weight:600;text-decoration:none;font-size:1rem;transition:color .3s ease;margin-top:1rem}
.article-read-link:hover{color:#8979b3}
.radial-insights-section{background:#fff;padding:5rem 1.5rem;position:relative}
.radial-insights-container{max-width:1000px;margin:0 auto;text-align:center}
.radial-insights-container h2{font-size:2.5rem;color:#212529;margin-bottom:1rem;font-weight:700}
.radial-section-intro{font-size:1.15rem;color:#495057;line-height:1.7;max-width:750px;margin:0 auto 3.5rem}
.radial-hub-layout{position:relative;margin:4rem auto;max-width:900px;min-height:600px}
.central-concept-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;background:linear-gradient(135deg,#A89AC9,#AEAAD3);border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;z-index:3;box-shadow:0 6px 25px #a89ac94d}
.central-concept-circle h3{font-size:1.3rem;color:#fff;font-weight:700;line-height:1.3;margin:0}
.spoke-item-card{position:absolute;width:220px;background:#fff;border-radius:12px;padding:1.8rem;box-shadow:0 4px 18px #a89ac933;border:3px solid #D0D0EE;transition:all .3s ease}
.spoke-item-card:hover{transform:scale(1.05);box-shadow:0 6px 25px #a89ac959;border-color:#AEAAD3}
.spoke-item-card::before{content:'';position:absolute;width:3px;background:linear-gradient(135deg,#D0D0EE,#AEAAD3);z-index:-1}
.spoke-item-card h4{font-size:1.1rem;color:#A89AC9;margin-bottom:.8rem;font-weight:700}
.spoke-item-card p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.spoke-top-left{top:0;left:0}
.spoke-top-left::before{height:150px;top:100%;left:50%;transform:rotate(35deg);transform-origin:top}
.spoke-top-right{top:0;right:0}
.spoke-top-right::before{height:150px;top:100%;right:50%;transform:rotate(-35deg);transform-origin:top}
.spoke-middle-left{top:50%;left:-50px;transform:translateY(-50%)}
.spoke-middle-left::before{width:130px;height:3px;top:50%;left:100%}
.spoke-middle-right{top:50%;right:-50px;transform:translateY(-50%)}
.spoke-middle-right::before{width:130px;height:3px;top:50%;right:100%}
.spoke-bottom-left{bottom:0;left:0}
.spoke-bottom-left::before{height:150px;bottom:100%;left:50%;transform:rotate(-35deg);transform-origin:bottom}
.spoke-bottom-right{bottom:0;right:0}
.spoke-bottom-right::before{height:150px;bottom:100%;right:50%;transform:rotate(35deg);transform-origin:bottom}
.narrow-content-section{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:5rem 1.5rem}
.narrow-column-wrapper{max-width:680px;margin:0 auto;text-align:center}
.narrow-column-wrapper h2{font-size:2.3rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.3}
.narrow-intro-paragraph{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:2.5rem}
.focused-story-block{background:#fff;border-left:5px solid #A89AC9;padding:2rem;margin-bottom:2rem;border-radius:8px;text-align:left;box-shadow:0 3px 15px #a89ac91f}
.focused-story-block h3{font-size:1.5rem;color:#343a40;margin-bottom:1rem;font-weight:700}
.focused-story-block p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1rem}
.focused-story-block p:last-child{margin-bottom:0}
.cta-button-centered{display:inline-block;background:linear-gradient(135deg,#A89AC9,#AEAAD3);color:#fff;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.05rem;margin-top:2rem;transition:all .3s ease;box-shadow:0 4px 15px #a89ac94d}
.cta-button-centered:hover{transform:translateY(-3px);box-shadow:0 6px 20px #a89ac966;background:linear-gradient(135deg,#9888b8,#9d99c2)}
@media (max-width: 992px) {
.article-card-horizontal{grid-template-columns:1fr}
.article-image-wrapper{min-height:280px}
.radial-hub-layout{position:static;display:flex;flex-direction:column;gap:2rem;min-height:auto}
.central-concept-circle{position:static;transform:none;width:100%;max-width:300px;margin:0 auto 2rem}
.spoke-item-card{position:static;width:100%;max-width:400px;margin:0 auto;transform:none}
.spoke-item-card::before{display:none}
.spoke-item-card:hover{transform:scale(1.02)}
}
@media (max-width: 768px) {
.blog-hero-content h1{font-size:2.2rem}
.blog-hero-content p{font-size:1.1rem}
.article-content-area{padding:1.8rem}
.article-content-area h2{font-size:1.5rem}
.radial-insights-container h2{font-size:2rem}
.narrow-column-wrapper h2{font-size:1.9rem}
}
@media (max-width: 576px) {
.blog-hero-section{padding:3rem 1rem 3.5rem}
.blog-hero-content h1{font-size:1.8rem}
.article-meta-info{gap:.8rem}
.article-content-area{padding:1.5rem}
.article-author-section{flex-direction:column;text-align:center}
.narrow-column-wrapper h2{font-size:1.6rem}
.focused-story-block{padding:1.5rem}
}
.politique-cookies-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.politique-header-zone{background:linear-gradient(165deg,#A89AC9 0%,#AEAAD3 50%,#D0D0EE 100%);padding:4.5rem 1.5rem 3.5rem;position:relative;overflow:hidden}
.politique-header-zone::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:#ffffff14;transform:rotate(-15deg);border-radius:50%}
.politique-header-content{max-width:920px;margin:0 auto;position:relative;z-index:2}
.politique-main-title{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2;text-shadow:0 2px 8px #00000026}
.politique-subtitle-text{font-size:1.15rem;color:#fffffff2;margin:0;line-height:1.6}
.politique-document-container{max-width:920px;margin:-2rem auto 0;padding:0 1.5rem 5rem;position:relative;z-index:3}
.politique-content-card{background:#fff;border-radius:12px;padding:3.5rem 3rem;box-shadow:0 8px 24px #a89ac91f}
.politique-intro-block{margin-bottom:3rem;padding-bottom:2.5rem;border-bottom:2px solid #f5f6fa}
.politique-intro-text{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:1.2rem}
.politique-intro-text:last-child{margin-bottom:0}
.politique-section-principale{margin-bottom:2.8rem}
.politique-section-heading{font-size:1.75rem;font-weight:600;color:#212529;margin:0 0 1.5rem;padding-left:1rem;border-left:4px solid #A89AC9;line-height:1.3}
.politique-texte-standard{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:1.3rem}
.politique-liste-technologies{margin:1.8rem 0;padding:0;list-style:none}
.politique-liste-technologies li{padding:1rem 1.2rem;margin-bottom:.8rem;background:linear-gradient(120deg,#fafbfc 0%,#f8f9fa 100%);border-left:3px solid #AEAAD3;border-radius:6px;font-size:1.05rem;color:#343a40;line-height:1.6}
.politique-liste-technologies li strong{color:#A89AC9;display:block;margin-bottom:.3rem}
.politique-grille-finalites{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}
.politique-carte-finalite{background:#f8f9fa;padding:1.8rem 1.5rem;border-radius:10px;border-top:4px solid #D0D0EE;transition:all .3s ease}
.politique-carte-finalite:hover{transform:translateY(-4px);box-shadow:0 6px 18px #a89ac926;border-top-color:#A89AC9}
.politique-finalite-titre{font-size:1.15rem;font-weight:600;color:#212529;margin:0 0 .8rem}
.politique-finalite-desc{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.politique-tableau-container{overflow-x:auto;margin:2rem 0;border-radius:8px;box-shadow:0 2px 8px #0000000f}
.politique-tableau-controle{width:100%;border-collapse:collapse;background:#fff}
.politique-tableau-controle thead{background:linear-gradient(135deg,#A89AC9 0%,#AEAAD3 100%)}
.politique-tableau-controle th{padding:1.2rem 1.5rem;text-align:left;font-size:1.05rem;font-weight:600;color:#fff;border-bottom:3px solid #D0D0EE}
.politique-tableau-controle td{padding:1.2rem 1.5rem;font-size:1rem;color:#495057;border-bottom:1px solid #f5f6fa;line-height:1.6}
.politique-tableau-controle tbody tr:hover{background:#fafbfc}
.politique-tableau-controle tbody tr:last-child td{border-bottom:none}
.politique-bloc-important{background:linear-gradient(135deg,#a89ac914 0%,#d0d0ee1f 100%);padding:2rem 2.2rem;border-radius:10px;margin:2.5rem 0;border:2px solid #D0D0EE}
.politique-bloc-important .politique-texte-standard{margin-bottom:1rem}
.politique-bloc-important .politique-texte-standard:last-child{margin-bottom:0}
.politique-section-contact{margin-top:3.5rem;padding-top:2.5rem;border-top:2px solid #f5f6fa}
.politique-contact-grid{display:grid;grid-template-columns:1fr;gap:1.2rem;margin-top:1.5rem}
.politique-contact-item{display:flex;align-items:flex-start;padding:1.2rem;background:#fafbfc;border-radius:8px;border-left:3px solid #AEAAD3}
.politique-contact-label{font-weight:600;color:#343a40;margin-right:.8rem;font-size:1.05rem;min-width:80px}
.politique-contact-value{color:#495057;font-size:1.05rem;line-height:1.6}
.politique-contact-value a{color:#A89AC9;text-decoration:none;transition:color .3s ease}
.politique-contact-value a:hover{color:#8779a9;text-decoration:underline}
.politique-derniere-maj{margin-top:3rem;padding-top:2rem;border-top:1px solid #f5f6fa;text-align:center;font-size:.95rem;color:#6c757d}
@media (max-width: 768px) {
.politique-header-zone{padding:3rem 1.5rem 2.5rem}
.politique-main-title{font-size:2rem}
.politique-subtitle-text{font-size:1rem}
.politique-content-card{padding:2rem 1.5rem}
.politique-section-heading{font-size:1.5rem}
.politique-grille-finalites{grid-template-columns:1fr}
.politique-tableau-container{margin-left:-1.5rem;margin-right:-1.5rem;border-radius:0}
.politique-tableau-controle th,.politique-tableau-controle td{padding:.9rem 1rem;font-size:.95rem}
.politique-bloc-important{padding:1.5rem 1.2rem}
.politique-contact-item{flex-direction:column}
.politique-contact-label{margin-bottom:.5rem;min-width:auto}
}
@media (max-width: 480px) {
.politique-main-title{font-size:1.75rem}
.politique-content-card{padding:1.5rem 1.2rem}
.politique-section-heading{font-size:1.35rem;padding-left:.8rem}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.privacy-hero-block{background:linear-gradient(165deg,#D0D0EE 0%,#AEAAD3 50%,#A89AC9 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.privacy-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff1a;border-radius:50%;z-index:1}
.privacy-hero-block::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#ffffff14;border-radius:50%;z-index:1}
.privacy-title-main{font-size:3rem;color:#fff;font-weight:700;margin:0 0 20px;position:relative;z-index:2;letter-spacing:-.5px}
.privacy-subtitle-text{font-size:1.15rem;color:#fff;max-width:680px;margin:0 auto;line-height:1.7;position:relative;z-index:2;opacity:.95}
.privacy-update-date{display:inline-block;background:#ffffff40;padding:8px 20px;border-radius:30px;font-size:.9rem;color:#fff;margin-top:25px;position:relative;z-index:2;font-weight:500}
.privacy-content-container{max-width:920px;margin:0 auto;padding:60px 25px 80px}
.privacy-intro-section{background:#fff;padding:45px;border-radius:12px;box-shadow:0 2px 15px #a89ac91f;margin-bottom:50px;border-left:5px solid #A89AC9}
.privacy-intro-section p{font-size:1.05rem;color:#343a40;line-height:1.8;margin:0 0 20px}
.privacy-intro-section p:last-child{margin-bottom:0}
.privacy-section-block{background:#fff;padding:40px;border-radius:10px;margin-bottom:35px;box-shadow:0 1px 10px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.privacy-section-block:hover{transform:translateY(-3px);box-shadow:0 4px 20px #a89ac92e}
.privacy-section-heading{font-size:1.75rem;color:#212529;font-weight:700;margin:0 0 25px;padding-bottom:15px;border-bottom:3px solid #D0D0EE;position:relative}
.privacy-section-heading::after{content:'';position:absolute;bottom:-3px;left:0;width:80px;height:3px;background:#A89AC9}
.privacy-text-content p{font-size:1rem;color:#495057;line-height:1.75;margin:0 0 18px}
.privacy-text-content p:last-child{margin-bottom:0}
.privacy-list-items{list-style:none;padding:0;margin:20px 0}
.privacy-list-items li{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:15px;padding-left:35px;position:relative}
.privacy-list-items li::before{content:'→';position:absolute;left:0;color:#A89AC9;font-weight:700;font-size:1.2rem}
.privacy-emphasis-box{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:30px;border-radius:8px;border:2px solid #D0D0EE;margin:30px 0}
.privacy-emphasis-box p{font-size:1.02rem;color:#343a40;line-height:1.8;margin:0 0 15px}
.privacy-emphasis-box p:last-child{margin-bottom:0}
.privacy-subheading-text{font-size:1.35rem;color:#212529;font-weight:600;margin:30px 0 18px}
.privacy-contact-final{background:linear-gradient(165deg,#A89AC9 0%,#AEAAD3 100%);padding:50px 40px;border-radius:12px;text-align:center;margin-top:60px;box-shadow:0 4px 25px #a89ac940}
.privacy-contact-final h2{font-size:1.9rem;color:#fff;font-weight:700;margin:0 0 25px}
.privacy-contact-final p{font-size:1.05rem;color:#fff;line-height:1.7;margin:0 0 30px;opacity:.95}
.privacy-contact-details{display:flex;flex-direction:column;gap:15px;align-items:center}
.privacy-contact-item{font-size:1rem;color:#fff;background:#fff3;padding:12px 25px;border-radius:8px;display:inline-block;font-weight:500}
.privacy-table-wrapper{overflow-x:auto;margin:25px 0}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014}
.privacy-data-table th{background:linear-gradient(135deg,#AEAAD3 0%,#A89AC9 100%);color:#fff;padding:16px;text-align:left;font-weight:600;font-size:1rem}
.privacy-data-table td{padding:14px 16px;color:#495057;border-bottom:1px solid #f0f0f0;font-size:.95rem;line-height:1.6}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:hover{background:#fafbfc}
@media (max-width: 768px) {
.privacy-title-main{font-size:2.2rem}
.privacy-subtitle-text{font-size:1rem}
.privacy-hero-block{padding:60px 20px 50px}
.privacy-content-container{padding:40px 20px 60px}
.privacy-intro-section{padding:30px 25px}
.privacy-section-block{padding:30px 25px}
.privacy-section-heading{font-size:1.5rem}
.privacy-contact-final{padding:40px 25px}
.privacy-contact-final h2{font-size:1.6rem}
.privacy-data-table th,.privacy-data-table td{padding:12px;font-size:.9rem}
}
@media (max-width: 480px) {
.privacy-title-main{font-size:1.8rem}
.privacy-list-items li{padding-left:30px}
.privacy-emphasis-box{padding:20px}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:100vh;padding:0;margin:0}
.confirmation-zone{max-width:920px;margin:0 auto;padding:80px 24px 60px}
.status-visual{text-align:center;margin-bottom:48px;position:relative}
.checkmark-circle{width:140px;height:140px;margin:0 auto 32px;position:relative;background:linear-gradient(145deg,#A89AC9,#AEAAD3);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #a89ac940;animation:pulse-once .6s ease-out}
@keyframes pulse-once {
0%{transform:scale(0.8);opacity:0}
50%{transform:scale(1.05)}
100%{transform:scale(1);opacity:1}
}
.checkmark-symbol{width:70px;height:70px;border:6px solid #fff;border-left:none;border-top:none;transform:rotate(45deg) translateY(-8px)}
.confirmation-zone h1{font-size:38px;font-weight:700;color:#212529;margin:0 0 16px;line-height:1.2}
.confirmation-zone .subtitle-text{font-size:19px;color:#495057;line-height:1.6;margin:0}
.details-container{background:#fff;border-radius:12px;padding:48px;margin:56px 0 44px;box-shadow:0 2px 16px #0000000f;border-left:5px solid #A89AC9}
.info-row{display:grid;grid-template-columns:180px 1fr;gap:24px;padding:20px 0;border-bottom:1px solid #f5f6fa}
.info-row:last-child{border-bottom:none;padding-bottom:0}
.info-row:first-child{padding-top:0}
.label-column{font-weight:600;color:#343a40;font-size:16px}
.value-column{color:#495057;font-size:16px;line-height:1.6}
.pathway-section{margin:52px 0}
.pathway-section h2{font-size:28px;font-weight:700;color:#212529;margin:0 0 36px;text-align:left}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:48px}
.step-card{background:#fff;padding:36px 28px;border-radius:10px;box-shadow:0 3px 12px #0000000d;border-top:4px solid #D0D0EE;transition:all .3s ease;position:relative}
.step-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #a89ac926}
.step-number{width:48px;height:48px;background:linear-gradient(135deg,#AEAAD3,#D0D0EE);color:#212529;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:22px;margin-bottom:20px}
.step-card h3{font-size:20px;font-weight:600;color:#212529;margin:0 0 12px;line-height:1.3}
.step-card p{font-size:15px;color:#495057;line-height:1.6;margin:0}
.timeline-block{background:linear-gradient(to right,#fafbfc,#fff);padding:44px;border-radius:12px;border:2px solid #D0D0EE;margin:40px 0}
.timeline-block h3{font-size:22px;font-weight:600;color:#212529;margin:0 0 28px}
.timeline-items{display:flex;flex-direction:column;gap:24px}
.timeline-entry{display:flex;gap:20px;align-items:flex-start}
.time-marker{min-width:120px;font-weight:600;color:#A89AC9;font-size:15px;padding-top:2px}
.timeline-content{flex:1}
.timeline-content h4{font-size:17px;font-weight:600;color:#343a40;margin:0 0 6px}
.timeline-content p{font-size:15px;color:#495057;line-height:1.6;margin:0}
.resource-panel{background:#fff;padding:52px 44px;border-radius:12px;box-shadow:0 4px 16px #0000000f;margin:48px 0}
.resource-panel h2{font-size:28px;font-weight:700;color:#212529;margin:0 0 32px}
.resource-list{display:flex;flex-direction:column;gap:20px}
.resource-item{display:flex;align-items:center;gap:18px;padding:24px;background:#f8f9fa;border-radius:8px;transition:all .3s ease;border-left:4px solid transparent}
.resource-item:hover{background:#fafbfc;border-left-color:#AEAAD3}
.resource-icon{width:52px;height:52px;background:linear-gradient(135deg,#D0D0EE,#AEAAD3);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.resource-icon::before{content:"→";font-size:28px;color:#fff;font-weight:700}
.resource-text h4{font-size:18px;font-weight:600;color:#212529;margin:0 0 6px}
.resource-text p{font-size:15px;color:#495057;margin:0;line-height:1.5}
.action-zone{text-align:center;padding:56px 0 40px;margin-top:48px;border-top:2px solid #f5f6fa}
.action-zone h2{font-size:26px;font-weight:700;color:#212529;margin:0 0 24px}
.action-zone p{font-size:17px;color:#495057;line-height:1.6;margin:0 0 36px;max-width:640px;margin-left:auto;margin-right:auto}
.button-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.primary-action{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#A89AC9,#AEAAD3);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:17px;transition:all .3s ease;box-shadow:0 4px 12px #a89ac94d;border:none;cursor:pointer}
.primary-action:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a89ac966;color:#fff}
.secondary-action{display:inline-block;padding:16px 40px;background:#fff;color:#A89AC9;text-decoration:none;border-radius:8px;font-weight:600;font-size:17px;transition:all .3s ease;border:2px solid #A89AC9;cursor:pointer}
.secondary-action:hover{background:#fafbfc;color:#A89AC9;border-color:#AEAAD3}
.contact-reminder{background:linear-gradient(135deg,#f8f9fa,#fafbfc);padding:40px;border-radius:10px;margin:52px 0 0;text-align:center;border:1px solid #D0D0EE}
.contact-reminder h3{font-size:22px;font-weight:600;color:#212529;margin:0 0 16px}
.contact-reminder p{font-size:16px;color:#495057;margin:0 0 24px;line-height:1.6}
.contact-details{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}
.contact-item{font-size:15px;color:#343a40}
.contact-item strong{color:#A89AC9;font-weight:600}
@media (max-width: 768px) {
.confirmation-zone{padding:60px 20px 40px}
.checkmark-circle{width:110px;height:110px}
.checkmark-symbol{width:55px;height:55px;border-width:5px}
.confirmation-zone h1{font-size:30px}
.confirmation-zone .subtitle-text{font-size:17px}
.details-container{padding:32px 24px;margin:40px 0 32px}
.info-row{grid-template-columns:1fr;gap:8px;padding:16px 0}
.steps-grid{grid-template-columns:1fr;gap:20px}
.timeline-block{padding:32px 24px}
.timeline-entry{flex-direction:column;gap:8px}
.time-marker{min-width:auto}
.resource-panel{padding:36px 24px}
.resource-item{flex-direction:column;text-align:center;gap:16px}
.button-group{flex-direction:column;align-items:stretch}
.primary-action,.secondary-action{width:100%}
.contact-details{flex-direction:column;gap:16px}
}