*{margin:0;padding:0;box-sizing:border-box}
:root{--brand-primary:#B78B8A;--brand-secondary:#AFB9A5;--brand-tertiary:#D4D6D0;--bg-light:#fafbfc;--bg-white:#fff;--bg-cream:#f8f9fa;--text-dark:#212529;--text-medium:#495057;--text-muted:#6c757d;--overlay-primary:#b78b8acc;--overlay-secondary:#afb9a5cc}
html{font-size:16px;scroll-behavior:smooth}
body{color:var(--text-dark);min-height:100vh;display:flex;flex-direction:column;font:1rem/1.7 'Manrope',-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-white)}
header{background:linear-gradient(135deg,var(--bg-white) 0%,var(--bg-cream) 100%);border-bottom:1px solid var(--brand-tertiary);position:relative;width:100%}
.masthead_row_9x{padding:1.75rem 2rem;border-bottom:1px solid #b78b8a26;background:var(--bg-white)}
.masthead_container_4k{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}
.company_title_3j{color:var(--brand-primary);letter-spacing:-.02em;margin:0;font:600 2rem 'Space Grotesk',sans-serif}
.contact_info_7m{display:flex;align-items:center;gap:.75rem}
.email_link_5p{font-size:.9375rem;color:var(--text-medium);text-decoration:none;transition:color .25s ease;font-weight:500}
.email_link_5p:hover{color:var(--brand-primary)}
.email_link_5p:focus{outline:3px solid var(--brand-primary);outline-offset:3px;border-radius:3px}
.navigation_row_8h{background:linear-gradient(to right,#afb9a514,#d4d6d014);padding:0}
.nav_container_2w{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:clamp(1.5rem,3vw,3rem);padding:0 2rem}
.logo_wrapper_6q{display:flex;align-items:center;justify-content:center;padding:1.25rem 0;position:relative;z-index:10}
.site_logo_1r{height:90px;width:90px;object-fit:contain;display:block}
.main_navigation_4t{display:flex;align-items:center;gap:clamp(1.25rem,2.5vw,2.5rem);list-style:none;padding:1.25rem 0}
.nav_item_8d{position:relative}
.nav_link_3x{font-size:1rem;font-weight:500;color:var(--text-dark);text-decoration:none;padding:.625rem 1rem;display:block;transition:color .25s ease,background-color .25s ease;border-radius:6px;white-space:nowrap}
.nav_link_3x:hover{color:var(--brand-primary);background:#b78b8a14}
.nav_link_3x:focus{outline:3px solid var(--brand-primary);outline-offset:2px}
main{flex:1;width:100%}
footer{background:linear-gradient(135deg,#2a2d32 0%,#1f2124 100%);color:var(--bg-cream);padding:3.5rem 2rem 2rem;margin-top:auto;border-top:3px solid var(--brand-primary)}
.footer_content_9b{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;row-gap:2.5rem}
.footer_section_7v{display:flex;flex-direction:column;gap:1.25rem}
.footer_logo_holder_4n{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}
.footer_logo_2k{height:70px;width:70px;object-fit:contain}
.footer_brand_name_8x{color:var(--brand-tertiary);font:600 1.5rem 'Space Grotesk',sans-serif}
.footer_heading_5m{color:var(--brand-tertiary);margin-bottom:.75rem;font:600 1.125rem 'Space Grotesk',sans-serif}
.footer_links_3p{list-style:none;display:flex;flex-direction:column;gap:.875rem}
.footer_link_6h{color:#f8f9fad9;text-decoration:none;font-size:.9375rem;transition:color .25s ease;display:inline-block}
.footer_link_6h:hover{color:var(--brand-primary)}
.footer_link_6h:focus{outline:2px solid var(--brand-primary);outline-offset:3px;border-radius:3px}
.footer_contact_item_9w{color:#f8f9fad9;font-size:.9375rem;line-height:1.6}
.footer_email_link_4z{color:var(--brand-secondary);text-decoration:none;transition:color .25s ease}
.footer_email_link_4z:hover{color:var(--brand-primary)}
.footer_email_link_4z:focus{outline:2px solid var(--brand-primary);outline-offset:2px;border-radius:3px}
.footer_bottom_1c{max-width:1400px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid #d4d6d033;text-align:center}
.copyright_text_8r{font-size:.875rem;color:#f8f9fab3}
.cookie_overlay_5j{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#fffffffa 0%,#f8f9fafa 100%);backdrop-filter:blur(12px);border:2px solid var(--brand-tertiary);border-radius:16px;box-shadow:0 12px 40px #21252926;max-width:620px;width:calc(100% - 2rem);z-index:9999;padding:2rem;display:none}
.cookie_overlay_5j.visible_state_2x{display:block;animation:slideUpFade_3k .4s ease-out forwards}
@keyframes slideUpFade_3k {
from{opacity:0;transform:translateX(-50%) translateY(20px)}
to{opacity:1;transform:translateX(-50%) translateY(0)}
}
.cookie_title_9v{color:var(--text-dark);margin-bottom:1rem;font:600 1.375rem 'Space Grotesk',sans-serif}
.cookie_description_4h{font-size:.9375rem;color:var(--text-medium);line-height:1.6;margin-bottom:1.5rem}
.cookie_categories_7n{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.75rem}
.category_group_8m{padding:1rem;border-radius:10px;border-left:3px solid var(--brand-secondary);background:#d4d6d026}
.category_header_3w{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}
.category_name_6p{font-weight:600;font-size:.9375rem;color:var(--text-dark)}
.toggle_switch_9r{position:relative;width:50px;height:26px}
.toggle_input_4v{opacity:0;width:0;height:0}
.toggle_slider_8k{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:background-color .3s ease;border-radius:26px;background:#cbd5e0}
.toggle_slider_8k:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;transition:transform .3s ease;border-radius:50%;background:#fff}
.toggle_input_4v:checked + .toggle_slider_8k{background:var(--brand-secondary)}
.toggle_input_4v:checked + .toggle_slider_8k:before{transform:translateX(24px)}
.toggle_input_4v:focus + .toggle_slider_8k{outline:3px solid var(--brand-primary);outline-offset:2px}
.category_description_7t{font-size:.875rem;color:var(--text-medium);line-height:1.5}
.cookie_actions_5z{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.cookie_button_2h{padding:.875rem 1.5rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .25s ease,transform .15s ease;min-height:48px;font:600 .9375rem 'Manrope',sans-serif}
.cookie_button_2h:hover{transform:translateY(-1px)}
.cookie_button_2h:focus{outline:3px solid var(--brand-primary);outline-offset:3px}
.cookie_button_2h:active{transform:translateY(0)}
.accept_button_6w{background:linear-gradient(135deg,var(--brand-primary),#a67b7a);color:#fff}
.accept_button_6w:hover{background:linear-gradient(135deg,#a67b7a,var(--brand-primary))}
.reject_button_3n{color:var(--text-dark);border:2px solid var(--brand-tertiary);background:var(--bg-cream)}
.reject_button_3n:hover{background:var(--brand-tertiary)}
@media (max-width: 768px) {
.masthead_row_9x{padding:1.25rem 1rem}
.masthead_container_4k{flex-direction:column;gap:1rem;text-align:center}
.company_title_3j{font-size:1.5rem}
.contact_info_7m{justify-content:center}
.nav_container_2w{flex-direction:column;padding:1rem;gap:1rem}
.logo_wrapper_6q{padding:.75rem 0}
.site_logo_1r{height:70px;width:70px}
.main_navigation_4t{flex-wrap:wrap;justify-content:center;gap:.75rem;padding:.75rem 0}
.nav_link_3x{padding:.5rem .875rem;font-size:.9375rem}
.footer_content_9b{grid-template-columns:1fr;gap:2rem}
.cookie_overlay_5j{bottom:1rem;padding:1.5rem;width:calc(100% - 1rem)}
.cookie_title_9v{font-size:1.25rem}
.cookie_actions_5z{grid-template-columns:1fr}
.cookie_button_2h{padding:.75rem 1.25rem}
}
@media (max-width: 480px) {
.company_title_3j{font-size:1.25rem}
.email_link_5p{font-size:.875rem}
.main_navigation_4t{flex-direction:column;width:100%}
.nav_link_3x{text-align:center;width:100%}
}
.tarifs-hero-principale{background:linear-gradient(165deg,#fafbfc 0%,#f5f6fa 100%);padding:6rem 1.5rem 5rem;position:relative;overflow:hidden}
.tarifs-hero-principale::before{content:'';position:absolute;top:-20%;right:-10%;width:50%;height:120%;background:radial-gradient(circle,#afb9a514 0%,transparent 70%);border-radius:50%}
.conteneur-hero-tarifs{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.titre-hero-tarifs{font-size:3.2rem;font-weight:700;color:#212529;margin-bottom:1.5rem;line-height:1.2}
.titre-hero-tarifs::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#B78B8A 0%,#AFB9A5 100%);margin-top:1.2rem}
.sous-titre-hero-tarifs{font-size:1.35rem;color:#495057;max-width:720px;line-height:1.7;margin-bottom:2rem}
.date-mise-jour-tarifs{display:inline-block;background:#afb9a526;color:#343a40;padding:.6rem 1.4rem;border-radius:25px;font-size:.95rem;font-weight:500;margin-top:1.5rem}
.section-approche-financiere{padding:5rem 1.5rem;background:#fff}
.conteneur-approche-flex{max-width:1140px;margin:0 auto;display:flex;gap:3.5rem;align-items:center}
.bloc-contenu-approche{flex:1}
.badge-approche{display:inline-block;background:linear-gradient(135deg,#B78B8A 0%,#AFB9A5 100%);color:#fff;padding:.5rem 1.2rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem}
.titre-approche-section{font-size:2.5rem;color:#212529;font-weight:700;margin-bottom:1.8rem;line-height:1.3}
.titre-approche-section span{color:#B78B8A;position:relative}
.titre-approche-section span::before{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:#B78B8A}
.texte-approche-desc{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:1.5rem}
.liste-principes-approche{list-style:none;padding:0;margin:2rem 0}
.liste-principes-approche li{padding-left:2rem;position:relative;margin-bottom:1rem;color:#343a40;font-size:1.05rem;line-height:1.6}
.liste-principes-approche li::before{content:'';position:absolute;left:0;top:8px;width:8px;height:8px;background:#AFB9A5;border-radius:50%;transform:rotate(45deg)}
.bloc-image-approche{flex:0 0 45%}
.image-approche-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 15px 40px #0000001a}
.image-approche-container img{width:100%;height:520px;object-fit:cover;display:block}
.image-approche-container::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 60%,#2125294d 100%)}
.section-methodologie-structure{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:5.5rem 1.5rem}
.conteneur-methodo-global{max-width:1140px;margin:0 auto}
.entete-methodologie{text-align:center;margin-bottom:4rem}
.titre-methodologie-principale{font-size:2.6rem;color:#212529;font-weight:700;margin-bottom:1.2rem}
.description-methodologie{font-size:1.15rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.grille-etapes-methodologie{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}
.carte-etape-methodo{background:#fff;padding:2.5rem 2rem;border-radius:10px;box-shadow:0 8px 25px #0000000f;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.carte-etape-methodo:hover{transform:translateY(-6px);box-shadow:0 12px 35px #0000001f}
.numero-etape-methodo{position:absolute;top:-18px;left:28px;width:44px;height:44px;background:linear-gradient(135deg,#B78B8A 0%,#AFB9A5 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;box-shadow:0 4px 12px #b78b8a4d}
.titre-carte-etape{font-size:1.5rem;color:#212529;font-weight:600;margin-bottom:1rem;padding-top:1rem}
.texte-carte-etape{font-size:1rem;color:#495057;line-height:1.7}
.section-comparaison-detaillee{padding:5rem 1.5rem;background:#fff}
.conteneur-comparaison{max-width:1140px;margin:0 auto}
.titre-section-comparaison{font-size:2.5rem;color:#212529;font-weight:700;text-align:center;margin-bottom:1.5rem}
.intro-comparaison{text-align:center;font-size:1.1rem;color:#495057;max-width:720px;margin:0 auto 3.5rem;line-height:1.7}
.tableau-comparaison-wrapper{overflow-x:auto;border-radius:12px;box-shadow:0 10px 30px #00000014}
.tableau-comparaison{width:100%;border-collapse:collapse;background:#fff}
.tableau-comparaison thead{background:linear-gradient(135deg,#B78B8A 0%,#AFB9A5 100%)}
.tableau-comparaison thead th{color:#fff;font-weight:600;padding:1.3rem 1.5rem;text-align:left;font-size:1.05rem;border-bottom:3px solid #fff}
.tableau-comparaison tbody tr{border-bottom:1px solid #e9ecef;transition:background-color .2s ease}
.tableau-comparaison tbody tr:hover{background:#f8f9fa}
.tableau-comparaison tbody td{padding:1.2rem 1.5rem;color:#343a40;font-size:1rem;line-height:1.6}
.tableau-comparaison tbody td:first-child{font-weight:600;color:#212529}
.tableau-comparaison .check-positif{color:#AFB9A5;font-weight:700;font-size:1.2rem}
.tableau-comparaison .cross-negatif{color:#B78B8A;font-weight:700;font-size:1.2rem}
.section-temoignages-experience{background:linear-gradient(165deg,#f5f6fa 0%,#fafbfc 100%);padding:5.5rem 1.5rem;position:relative}
.conteneur-temoignages{max-width:1140px;margin:0 auto}
.titre-temoignages-section{font-size:2.5rem;color:#212529;font-weight:700;text-align:center;margin-bottom:3.5rem}
.grille-temoignages{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.carte-temoignage{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 8px 25px #0000000f;position:relative;transition:transform .3s ease}
.carte-temoignage:hover{transform:translateY(-5px)}
.carte-temoignage::before{content:'"';position:absolute;top:15px;left:20px;color:#b78b8a26;font:5rem/1 Georgia,serif}
.texte-temoignage{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:2rem;position:relative;z-index:1}
.auteur-temoignage-flex{display:flex;align-items:center;gap:1.2rem;padding-top:1.5rem;border-top:1px solid #e9ecef}
.photo-auteur-temoignage{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid #D4D6D0}
.info-auteur-temoignage{flex:1}
.nom-auteur-temoignage{font-size:1.1rem;font-weight:600;color:#212529;margin-bottom:.3rem}
.titre-auteur-temoignage{font-size:.95rem;color:#6c757d}
.section-demarrage-action{padding:5rem 1.5rem;background:#fff;position:relative}
.conteneur-demarrage{max-width:900px;margin:0 auto;text-align:center}
.bloc-visuel-demarrage{margin-bottom:3rem}
.image-demarrage-action{width:100%;max-width:650px;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 15px 40px #0000001a}
.titre-demarrage-action{font-size:2.6rem;color:#212529;font-weight:700;margin-bottom:1.5rem;line-height:1.3}
.description-demarrage{font-size:1.15rem;color:#495057;line-height:1.8;margin-bottom:2.5rem}
.groupe-boutons-demarrage{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.bouton-primaire-demarrage{display:inline-block;background:linear-gradient(135deg,#B78B8A 0%,#AFB9A5 100%);color:#fff;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #b78b8a40}
.bouton-primaire-demarrage:hover{transform:translateY(-3px);box-shadow:0 6px 20px #b78b8a59;color:#fff}
.bouton-secondaire-demarrage{display:inline-block;background:#fff;color:#495057;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;border:2px solid #D4D6D0;transition:all .3s ease}
.bouton-secondaire-demarrage:hover{background:#f8f9fa;border-color:#B78B8A;color:#343a40}
@media (max-width: 992px) {
.conteneur-approche-flex{flex-direction:column}
.bloc-image-approche{flex:0 0 100%}
.grille-etapes-methodologie{grid-template-columns:repeat(2,1fr)}
.grille-temoignages{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.tarifs-hero-principale{padding:4rem 1.5rem 3rem}
.titre-hero-tarifs{font-size:2.3rem}
.sous-titre-hero-tarifs{font-size:1.15rem}
.titre-approche-section{font-size:2rem}
.grille-etapes-methodologie{grid-template-columns:1fr;gap:3rem}
.carte-etape-methodo{padding-top:3rem}
.titre-section-comparaison{font-size:2rem}
.tableau-comparaison thead th,.tableau-comparaison tbody td{padding:1rem .8rem;font-size:.95rem}
.titre-demarrage-action{font-size:2.1rem}
.groupe-boutons-demarrage{flex-direction:column;align-items:center}
.bouton-primaire-demarrage,.bouton-secondaire-demarrage{width:100%;max-width:320px}
}
.index-hero-container{position:relative;min-height:95vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%)}
.index-hero-container::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:.15;z-index:1;background:url(./site_images/8ohe4luRy.jpg) (cover) center}
.index-hero-content-wrap{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:60px 30px}
.index-hero-title-main{font-size:4.2rem;font-weight:800;color:#212529;line-height:1.15;margin-bottom:28px;letter-spacing:-.02em}
.index-hero-title-accent{color:#B78B8A;display:block;font-size:3.6rem;margin-top:12px}
.index-hero-description{font-size:1.3rem;color:#495057;line-height:1.7;max-width:620px;margin-bottom:40px}
.index-hero-cta-primary{display:inline-block;padding:18px 42px;background:linear-gradient(135deg,#B78B8A 0%,#AFB9A5 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #b78b8a40}
.index-hero-cta-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #b78b8a59}
.index-philosophy-section{background:#fff;padding:90px 30px;position:relative}
.index-philosophy-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;max-width:1200px;margin:0 auto;align-items:center}
.index-philosophy-image-wrap{position:relative}
.index-philosophy-image-wrap img{width:100%;height:520px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #00000014}
.index-philosophy-image-wrap::after{content:'';position:absolute;top:-20px;right:-20px;width:200px;height:200px;background:linear-gradient(135deg,#AFB9A5 0%,#D4D6D0 100%);border-radius:50%;z-index:-1;opacity:.3}
.index-philosophy-content h2{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.3}
.index-philosophy-content h2::before{content:'';display:block;width:60px;height:4px;background:#B78B8A;margin-bottom:20px}
.index-philosophy-content p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:20px}
.index-approach-section{background:linear-gradient(180deg,#f8f9fa 0%,#fafbfc 100%);padding:100px 30px;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin:-50px 0}
.index-approach-header{text-align:center;max-width:800px;margin:0 auto 70px}
.index-approach-header h2{font-size:3rem;color:#212529;font-weight:700;margin-bottom:18px}
.index-approach-header p{font-size:1.2rem;color:#495057;line-height:1.7}
.index-approach-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto}
.index-approach-card-item{background:#fff;padding:40px 30px;border-radius:10px;box-shadow:0 6px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}
.index-approach-card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#B78B8A 0%,#AFB9A5 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.index-approach-card-item:hover::before{transform:scaleX(1)}
.index-approach-card-item:hover{transform:translateY(-8px);box-shadow:0 12px 35px #0000001a}
.index-approach-card-number{font-size:3rem;font-weight:800;color:#D4D6D0;line-height:1;margin-bottom:20px}
.index-approach-card-item h3{font-size:1.5rem;color:#212529;margin-bottom:16px;font-weight:600}
.index-approach-card-item p{font-size:1rem;color:#495057;line-height:1.7}
.index-mentor-section{background:#fff;padding:90px 30px}
.index-mentor-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.index-mentor-profiles-wrap{display:flex;flex-direction:column;gap:35px}
.index-mentor-profile-card{display:flex;gap:25px;align-items:start;padding:25px;background:#f8f9fa;border-radius:10px;transition:background .3s ease}
.index-mentor-profile-card:hover{background:#f5f6fa}
.index-mentor-profile-img{width:90px;height:90px;border-radius:50%;object-fit:cover;box-shadow:0 4px 15px #0000001a}
.index-mentor-profile-info h4{font-size:1.3rem;color:#212529;margin-bottom:6px;font-weight:600}
.index-mentor-profile-role{font-size:.95rem;color:#B78B8A;margin-bottom:12px;font-weight:500}
.index-mentor-profile-info p{font-size:.98rem;color:#495057;line-height:1.6}
.index-mentor-text-content h2{font-size:2.6rem;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.3}
.index-mentor-text-content p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:18px}
.index-mentor-highlight-box{background:linear-gradient(135deg,#AFB9A5 0%,#D4D6D0 100%);padding:25px 30px;border-radius:8px;margin-top:30px;border-left:5px solid #B78B8A}
.index-mentor-highlight-box p{color:#212529;font-size:1.08rem;font-weight:500;line-height:1.7;margin:0}
.index-program-structure-section{background:linear-gradient(225deg,#f8f9fa 0%,#fff 100%);padding:100px 30px;position:relative}
.index-program-structure-section::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#afb9a526 0%,transparent 70%);pointer-events:none}
.index-program-structure-container{max-width:1200px;margin:0 auto}
.index-program-structure-intro{text-align:center;margin-bottom:60px}
.index-program-structure-intro h2{font-size:3rem;color:#212529;font-weight:700;margin-bottom:20px}
.index-program-structure-intro h2::after{content:'';display:block;width:80px;height:4px;background:#B78B8A;margin:20px auto 0}
.index-program-structure-intro p{font-size:1.15rem;color:#495057;line-height:1.7;max-width:700px;margin:0 auto}
.index-program-phases-wrap{display:flex;flex-direction:column;gap:40px;position:relative}
.index-program-phases-wrap::before{content:'';position:absolute;left:50px;top:40px;bottom:40px;width:3px;background:linear-gradient(180deg,#B78B8A 0%,#AFB9A5 100%)}
.index-program-phase-item{display:grid;grid-template-columns:100px 1fr;gap:30px;align-items:start;position:relative}
.index-program-phase-marker{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#B78B8A 0%,#AFB9A5 100%);display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:700;color:#fff;box-shadow:0 6px 20px #b78b8a4d;position:relative;z-index:2}
.index-program-phase-content{background:#fff;padding:35px 40px;border-radius:10px;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.index-program-phase-content:hover{transform:translateX(8px);box-shadow:0 8px 30px #0000001a}
.index-program-phase-content h3{font-size:1.8rem;color:#212529;margin-bottom:12px;font-weight:600}
.index-program-phase-duration{font-size:.95rem;color:#B78B8A;font-weight:600;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}
.index-program-phase-content p{font-size:1.05rem;color:#495057;line-height:1.7}
.index-pricing-section{background:#fff;padding:90px 30px}
.index-pricing-container{max-width:1200px;margin:0 auto}
.index-pricing-header{text-align:center;margin-bottom:60px}
.index-pricing-header h2{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:18px}
.index-pricing-header p{font-size:1.1rem;color:#495057;line-height:1.7}
.index-pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.index-pricing-card{background:linear-gradient(180deg,#fafbfc 0%,#fff 100%);border:2px solid #D4D6D0;border-radius:12px;padding:45px 35px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative}
.index-pricing-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001a;border-color:#B78B8A}
.index-pricing-card-header h3{font-size:1.9rem;color:#212529;margin-bottom:12px;font-weight:600}
.index-pricing-card-price{font-size:3rem;color:#B78B8A;font-weight:800;margin-bottom:8px}
.index-pricing-card-period{font-size:1rem;color:#495057;margin-bottom:28px}
.index-pricing-card-features{list-style:none;padding:0;margin:0 0 30px}
.index-pricing-card-features li{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:14px;padding-left:30px;position:relative}
.index-pricing-card-features li::before{content:'';position:absolute;left:0;top:0;color:#AFB9A5;font-weight:700;font-size:1.2rem}
.index-pricing-card-cta{display:inline-block;width:100%;text-align:center;padding:16px 30px;background:linear-gradient(135deg,#B78B8A 0%,#AFB9A5 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:transform .3s ease,box-shadow .3s ease}
.index-pricing-card-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b78b8a4d}
.index-real-results-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:90px 30px;position:relative;overflow:hidden}
.index-real-results-section::after{content:'';position:absolute;bottom:-100px;left:-100px;width:300px;height:300px;background:radial-gradient(circle,#b78b8a1a 0%,transparent 70%);pointer-events:none}
.index-real-results-container{max-width:1200px;margin:0 auto}
.index-real-results-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.index-real-results-visual{position:relative}
.index-real-results-visual img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 15px 50px #0000001f}
.index-real-results-visual::before{content:'';position:absolute;bottom:-25px;left:-25px;width:180px;height:180px;background:linear-gradient(135deg,#AFB9A5 0%,#D4D6D0 100%);border-radius:50%;z-index:-1;opacity:.4}
.index-real-results-text h2{font-size:2.7rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.3}
.index-real-results-text h2::before{content:'';display:inline-block;width:50px;height:4px;background:#B78B8A;margin-right:15px;vertical-align:middle}
.index-real-results-text p{font-size:1.08rem;color:#495057;line-height:1.8;margin-bottom:18px}
.index-real-results-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-top:35px}
.index-real-results-stat-box{background:#fff;padding:25px 20px;border-radius:8px;text-align:center;box-shadow:0 4px 15px #0000000f}
.index-real-results-stat-number{font-size:2.5rem;color:#B78B8A;font-weight:800;margin-bottom:8px;line-height:1}
.index-real-results-stat-label{font-size:.98rem;color:#495057;font-weight:500}
.index-final-cta-section{background:linear-gradient(135deg,#B78B8A 0%,#AFB9A5 100%);padding:80px 30px;position:relative;overflow:hidden}
.index-final-cta-section::before{content:'';position:absolute;top:-50px;right:-50px;width:250px;height:250px;background:#ffffff1a;border-radius:50%}
.index-final-cta-section::after{content:'';position:absolute;bottom:-80px;left:-80px;width:300px;height:300px;background:#ffffff14;border-radius:50%}
.index-final-cta-container{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.index-final-cta-container h2{font-size:3rem;color:#fff;font-weight:700;margin-bottom:22px;line-height:1.3}
.index-final-cta-container p{font-size:1.25rem;color:#fff;line-height:1.7;margin-bottom:40px;opacity:.95}
.index-final-cta-button{display:inline-block;padding:20px 50px;background:#fff;color:#B78B8A;text-decoration:none;border-radius:8px;font-weight:700;font-size:1.15rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 25px #00000026}
.index-final-cta-button:hover{transform:translateY(-4px);box-shadow:0 10px 35px #00000040}
@media (max-width: 768px) {
.index-hero-title-main{font-size:2.8rem}
.index-hero-title-accent{font-size:2.4rem}
.index-hero-description{font-size:1.1rem}
.index-philosophy-grid{grid-template-columns:1fr;gap:40px}
.index-philosophy-image-wrap img{height:350px}
.index-approach-cards-grid{grid-template-columns:1fr;gap:30px}
.index-mentor-layout{grid-template-columns:1fr;gap:50px}
.index-program-phases-wrap::before{left:30px}
.index-program-phase-item{grid-template-columns:60px 1fr;gap:20px}
.index-program-phase-marker{width:60px;height:60px;font-size:1.5rem}
.index-program-phase-content{padding:25px 20px}
.index-pricing-grid{grid-template-columns:1fr;gap:30px}
.index-real-results-split{grid-template-columns:1fr;gap:40px}
.index-real-results-visual img{height:300px}
.index-final-cta-container h2{font-size:2.2rem}
.index-final-cta-container p{font-size:1.1rem}
}
.contact-space-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:600px}
.contact-intro-band{background:#fff;padding:4rem 1.5rem 3rem;border-bottom:3px solid #D4D6D0}
.contact-intro-band .container{max-width:920px;margin:0 auto}
.contact-intro-band h1{font-size:2.2rem;color:#212529;font-weight:700;line-height:1.3;margin-bottom:1.2rem;letter-spacing:-.02em}
.contact-intro-band .lead-phrase{font-size:1.15rem;color:#495057;line-height:1.7;max-width:720px}
.contact-form-grid-section{padding:4rem 1.5rem}
.contact-form-grid-section .container{max-width:1140px;margin:0 auto}
.contact-dual-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:3.5rem;align-items:start}
.contact-info-column{background:#fff;padding:2.5rem;border-radius:8px;border:2px solid #D4D6D0;box-shadow:0 2px 12px #0000000a}
.contact-info-column h2{font-size:1.5rem;color:#212529;font-weight:600;margin-bottom:1.8rem;position:relative;padding-bottom:.8rem}
.contact-info-column h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#B78B8A 0%,#AFB9A5 100%)}
.info-detail-block{margin-bottom:2rem}
.info-detail-block:last-child{margin-bottom:0}
.info-detail-block .detail-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#B78B8A;font-weight:600;margin-bottom:.5rem;display:block}
.info-detail-block .detail-value{font-size:1.05rem;color:#343a40;line-height:1.6}
.info-detail-block .detail-value a{color:#343a40;text-decoration:none;border-bottom:1px solid #AFB9A5;transition:all .3s ease}
.info-detail-block .detail-value a:hover{color:#B78B8A;border-bottom-color:#B78B8A}
.contact-form-column{background:#fff;padding:2.8rem;border-radius:8px;border-left:4px solid #AFB9A5;box-shadow:0 4px 20px #0000000f}
.contact-form-column h2{font-size:1.6rem;color:#212529;font-weight:600;margin-bottom:.8rem}
.contact-form-column .form-intro-text{font-size:.95rem;color:#495057;margin-bottom:2rem;line-height:1.6}
.main-contact-form{display:flex;flex-direction:column;gap:1.5rem}
.form-field-wrapper{display:flex;flex-direction:column;gap:.5rem}
.form-field-wrapper label{font-size:.95rem;color:#343a40;font-weight:500;display:flex;align-items:center;gap:.4rem}
.form-field-wrapper label .required-mark{color:#B78B8A;font-size:1.1rem}
.form-field-wrapper input,.form-field-wrapper select,.form-field-wrapper textarea{width:100%;padding:.85rem 1rem;font-size:1rem;color:#212529;background:#f8f9fa;border:2px solid #D4D6D0;border-radius:4px;transition:all .3s ease;font-family:inherit}
.form-field-wrapper input:focus,.form-field-wrapper select:focus,.form-field-wrapper textarea:focus{outline:none;background:#fff;border-color:#AFB9A5;box-shadow:0 0 0 3px #afb9a526}
.form-field-wrapper textarea{min-height:140px;resize:vertical}
.form-dual-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.privacy-consent-wrapper{display:flex;align-items:start;gap:.8rem;padding:1.2rem;background:#fafbfc;border-radius:4px;border:1px solid #D4D6D0}
.privacy-consent-wrapper input[type="checkbox"]{width:20px;height:20px;margin-top:.2rem;cursor:pointer;accent-color:#B78B8A;flex-shrink:0}
.privacy-consent-wrapper .consent-text{font-size:.9rem;color:#495057;line-height:1.6}
.privacy-consent-wrapper .consent-text a{color:#B78B8A;text-decoration:none;border-bottom:1px solid #B78B8A;transition:all .3s ease}
.privacy-consent-wrapper .consent-text a:hover{color:#AFB9A5;border-bottom-color:#AFB9A5}
.submit-button-wrapper{display:flex;justify-content:flex-end;margin-top:.5rem}
.main-submit-button{padding:.95rem 2.5rem;font-size:1.05rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#B78B8A 0%,#AFB9A5 100%);border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #b78b8a40;position:relative;z-index:10}
.main-submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b78b8a59}
.main-submit-button:active{transform:translateY(0)}
.visual-context-section{padding:4rem 1.5rem;background:#fff}
.visual-context-section .container{max-width:1140px;margin:0 auto}
.context-layout-split{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}
.context-content-area h2{font-size:1.8rem;color:#212529;font-weight:700;margin-bottom:1.2rem;line-height:1.3}
.context-content-area .context-description{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1.5rem}
.context-points-list{list-style:none;padding:0;margin:2rem 0}
.context-points-list li{padding-left:2rem;margin-bottom:1rem;position:relative;font-size:1rem;color:#343a40;line-height:1.6}
.context-points-list li::before{content:'';position:absolute;left:0;top:.5rem;width:8px;height:8px;background:#B78B8A;border-radius:50%}
.context-action-link{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.8rem;font-size:1rem;font-weight:600;color:#343a40;background:#D4D6D0;text-decoration:none;border-radius:4px;transition:all .3s ease;margin-top:1rem}
.context-action-link:hover{background:#AFB9A5;color:#fff;transform:translateX(4px)}
.context-image-area{position:relative}
.context-image-area img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #0000001a;border:3px solid #D4D6D0}
@media (max-width: 968px) {
.contact-dual-layout{grid-template-columns:1fr;gap:2rem}
.contact-info-column{order:2}
.contact-form-column{order:1}
.context-layout-split{grid-template-columns:1fr;gap:2.5rem}
.context-image-area{order:-1}
}
@media (max-width: 768px) {
.contact-intro-band{padding:3rem 1.5rem 2rem}
.contact-intro-band h1{font-size:1.8rem}
.contact-intro-band .lead-phrase{font-size:1rem}
.form-dual-columns{grid-template-columns:1fr;gap:1.5rem}
.contact-form-column{padding:2rem 1.5rem}
.contact-info-column{padding:2rem 1.5rem}
.context-content-area h2{font-size:1.5rem}
.submit-button-wrapper{justify-content:stretch}
.main-submit-button{width:100%;justify-content:center}
}
@media (max-width: 480px) {
.contact-intro-band h1{font-size:1.6rem}
.contact-form-grid-section{padding:3rem 1rem}
.visual-context-section{padding:3rem 1rem}
}
.apropos-heros{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.apropos-heros::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#afb9a51f 0%,transparent 70%);border-radius:50%}
.apropos-heros .conteneur-principal{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.apropos-heros .titre-principal{font-size:2.8rem;font-weight:700;color:#212529;margin-bottom:1.5rem;line-height:1.2}
.apropos-heros .titre-principal::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#B78B8A 0%,#AFB9A5 100%);margin-top:1.2rem}
.apropos-heros .texte-introduction{font-size:1.15rem;color:#495057;line-height:1.7;max-width:750px;margin-bottom:2rem}
.apropos-heros .details-fondation{display:flex;gap:3rem;margin-top:2.5rem;flex-wrap:wrap}
.apropos-heros .bloc-info{flex:1;min-width:200px}
.apropos-heros .bloc-info .chiffre{font-size:2.5rem;font-weight:700;color:#B78B8A;display:block;margin-bottom:.5rem}
.apropos-heros .bloc-info .libelle{font-size:.95rem;color:#495057;text-transform:uppercase;letter-spacing:.5px}
.section-valeurs{padding:5rem 2rem;background:#fff}
.section-valeurs .conteneur-grille{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.section-valeurs .carte-valeur{background:#fafbfc;padding:2.5rem 2rem;border-left:4px solid #AFB9A5;position:relative;transition:all .3s ease}
.section-valeurs .carte-valeur:hover{transform:translateX(8px);box-shadow:0 8px 24px #00000014}
.section-valeurs .carte-valeur::before{content:'';position:absolute;top:2rem;right:2rem;width:50px;height:50px;background:#b78b8a1a;border-radius:50%}
.section-valeurs .titre-valeur{font-size:1.4rem;color:#212529;margin-bottom:1rem;font-weight:600}
.section-valeurs .description-valeur{color:#495057;line-height:1.6;font-size:.98rem}
.section-parcours{padding:5rem 2rem;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);position:relative}
.section-parcours .ligne-temps{max-width:900px;margin:0 auto;position:relative;padding-left:80px}
.section-parcours .ligne-temps::before{content:'';position:absolute;left:30px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#B78B8A 0%,#AFB9A5 100%)}
.section-parcours .titre-section{font-size:2.2rem;color:#212529;margin-bottom:3rem;text-align:center;font-weight:700}
.section-parcours .etape-temps{position:relative;margin-bottom:3rem;padding-left:0}
.section-parcours .etape-temps .marqueur{position:absolute;left:-50px;top:0;width:20px;height:20px;background:#B78B8A;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 4px #b78b8a33}
.section-parcours .etape-temps .annee{font-size:1.1rem;font-weight:700;color:#B78B8A;margin-bottom:.5rem;display:block}
.section-parcours .etape-temps .titre-etape{font-size:1.3rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.section-parcours .etape-temps .texte-etape{color:#495057;line-height:1.7;font-size:.98rem}
.section-equipe{padding:5rem 2rem;background:#fff}
.section-equipe .conteneur-equipe{max-width:1200px;margin:0 auto}
.section-equipe .titre-equipe{font-size:2.2rem;color:#212529;margin-bottom:1rem;font-weight:700;text-align:center}
.section-equipe .sous-titre-equipe{text-align:center;color:#495057;font-size:1.05rem;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}
.section-equipe .grille-membres{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}
.section-equipe .carte-membre{background:#fafbfc;border-radius:8px;overflow:hidden;transition:all .3s ease;border:1px solid #D4D6D0}
.section-equipe .carte-membre:hover{box-shadow:0 12px 32px #0000001a;transform:translateY(-4px)}
.section-equipe .photo-membre{width:100%;height:320px;object-fit:cover}
.section-equipe .info-membre{padding:2rem}
.section-equipe .nom-membre{font-size:1.4rem;color:#212529;margin-bottom:.5rem;font-weight:600}
.section-equipe .poste-membre{color:#B78B8A;font-size:.95rem;margin-bottom:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.section-equipe .bio-membre{color:#495057;line-height:1.6;font-size:.96rem}
.section-engagement{padding:5rem 2rem;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);position:relative}
.section-engagement .conteneur-engagement{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.section-engagement .zone-contenu .titre-engagement{font-size:2.2rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.3}
.section-engagement .zone-contenu .titre-engagement::before{content:'';display:inline-block;width:6px;height:40px;background:#AFB9A5;margin-right:1rem;vertical-align:middle}
.section-engagement .zone-contenu .paragraphe-engagement{color:#495057;line-height:1.7;margin-bottom:1.5rem;font-size:1.02rem}
.section-engagement .liste-engagements{list-style:none;padding:0;margin:2rem 0}
.section-engagement .liste-engagements li{padding:1rem 0 1rem 2.5rem;position:relative;color:#495057;line-height:1.6;border-bottom:1px solid #d4d6d04d}
.section-engagement .liste-engagements li::before{content:'';position:absolute;left:0;top:1rem;width:28px;height:28px;background:#AFB9A5;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.section-engagement .zone-visuelle{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.section-engagement .image-engagement{width:100%;height:240px;object-fit:cover;border-radius:8px;box-shadow:0 4px 16px #00000014}
.section-engagement .image-engagement:first-child{grid-row:span 2;height:auto}
@media (max-width: 768px) {
.apropos-heros{padding:3rem 1.5rem}
.apropos-heros .titre-principal{font-size:2rem}
.apropos-heros .texte-introduction{font-size:1rem}
.apropos-heros .details-fondation{gap:1.5rem}
.section-valeurs{padding:3rem 1.5rem}
.section-valeurs .conteneur-grille{grid-template-columns:1fr;gap:1.5rem}
.section-parcours{padding:3rem 1.5rem}
.section-parcours .ligne-temps{padding-left:60px}
.section-parcours .ligne-temps::before{left:20px}
.section-parcours .etape-temps .marqueur{left:-40px;width:16px;height:16px}
.section-equipe{padding:3rem 1.5rem}
.section-equipe .grille-membres{grid-template-columns:1fr;gap:2rem}
.section-engagement{padding:3rem 1.5rem}
.section-engagement .conteneur-engagement{grid-template-columns:1fr;gap:2rem}
.section-engagement .zone-visuelle{grid-template-columns:1fr}
.section-engagement .image-engagement:first-child{grid-row:span 1}
}
.programme-formation-main{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7}
.programme-formation-main *{box-sizing:border-box}
.intro-hero-financier{padding:90px 20px 80px;background:#fff;position:relative;overflow:hidden}
.intro-hero-financier::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#afb9a51f 0%,transparent 70%);border-radius:50%;z-index:1}
.intro-hero-financier .contenu-wrapper{max-width:1200px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.intro-hero-financier .texte-principal-intro{padding-top:30px}
.intro-hero-financier .titre-principal-hero{font-size:2.8rem;font-weight:700;color:#212529;margin:0 0 28px;line-height:1.25;letter-spacing:-.02em}
.intro-hero-financier .titre-principal-hero::after{content:'';display:block;width:85px;height:5px;background:linear-gradient(90deg,#B78B8A 0%,#AFB9A5 100%);margin-top:22px;border-radius:3px}
.intro-hero-financier .description-hero-intro{font-size:1.15rem;color:#495057;margin:0 0 35px;line-height:1.8}
.intro-hero-financier .points-cles-liste{list-style:none;padding:0;margin:35px 0 0}
.intro-hero-financier .points-cles-liste li{padding:14px 0 14px 40px;position:relative;font-size:1.05rem;color:#343a40;margin-bottom:12px}
.intro-hero-financier .points-cles-liste li::before{content:'→';position:absolute;left:0;top:14px;color:#B78B8A;font-size:1.3rem;font-weight:700}
.intro-hero-financier .image-contexte-financier{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #00000014}
.intro-hero-financier .image-contexte-financier img{width:100%;height:480px;object-fit:cover;display:block}
.parcours-apprentissage-bloc{padding:95px 20px;background:linear-gradient(165deg,#f5f6fa 0%,#fff 100%);position:relative}
.parcours-apprentissage-bloc::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,transparent 0%,#D4D6D0 50%,transparent 100%)}
.parcours-apprentissage-bloc .conteneur-parcours{max-width:1100px;margin:0 auto}
.parcours-apprentissage-bloc .entete-parcours{text-align:center;margin-bottom:65px}
.parcours-apprentissage-bloc .titre-section-parcours{font-size:2.5rem;font-weight:700;color:#212529;margin:0 0 20px;position:relative;display:inline-block}
.parcours-apprentissage-bloc .titre-section-parcours::before{content:'';position:absolute;top:-12px;left:-25px;width:50px;height:50px;background:linear-gradient(135deg,#afb9a526 0%,#b78b8a26 100%);border-radius:50%;z-index:-1}
.parcours-apprentissage-bloc .sous-titre-parcours{font-size:1.15rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.75}
.parcours-apprentissage-bloc .etapes-container{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}
.parcours-apprentissage-bloc .etape-individuelle{background:#fff;padding:38px 30px;border-radius:12px;box-shadow:0 4px 20px #0000000f;position:relative;transition:all .35s ease;border-top:4px solid transparent}
.parcours-apprentissage-bloc .etape-individuelle:nth-child(1){border-top-color:#B78B8A}
.parcours-apprentissage-bloc .etape-individuelle:nth-child(2){border-top-color:#AFB9A5}
.parcours-apprentissage-bloc .etape-individuelle:nth-child(3){border-top-color:#D4D6D0}
.parcours-apprentissage-bloc .etape-individuelle:hover{transform:translateY(-6px);box-shadow:0 8px 30px #0000001f}
.parcours-apprentissage-bloc .numero-etape{width:50px;height:50px;background:linear-gradient(135deg,#B78B8A 0%,#AFB9A5 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:22px}
.parcours-apprentissage-bloc .titre-etape{font-size:1.4rem;font-weight:700;color:#212529;margin:0 0 16px}
.parcours-apprentissage-bloc .description-etape{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.temoignages-transformation-section{padding:90px 20px;background:#fff;position:relative}
.temoignages-transformation-section::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;background:radial-gradient(circle,#d4d6d014 0%,transparent 70%);border-radius:50%;z-index:1}
.temoignages-transformation-section .conteneur-temoignages{max-width:1150px;margin:0 auto;position:relative;z-index:2}
.temoignages-transformation-section .titre-temoignages-bloc{font-size:2.4rem;font-weight:700;color:#212529;margin:0 0 60px;text-align:center}
.temoignages-transformation-section .titre-temoignages-bloc::after{content:'';display:block;width:100px;height:4px;background:linear-gradient(90deg,#B78B8A 0%,#AFB9A5 100%);margin:25px auto 0;border-radius:2px}
.temoignages-transformation-section .grille-temoignages{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.temoignages-transformation-section .carte-temoignage{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);border-radius:14px;padding:35px 28px;box-shadow:0 6px 25px #00000012;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;transition:all .3s ease}
.temoignages-transformation-section .carte-temoignage::before{content:'"';position:absolute;top:15px;left:20px;color:#b78b8a1f;font:5rem/1 Georgia,serif}
.temoignages-transformation-section .carte-temoignage:hover{box-shadow:0 10px 35px #0000001f;transform:translateY(-4px)}
.temoignages-transformation-section .photo-participant{width:90px;height:90px;border-radius:50%;object-fit:cover;margin-bottom:20px;border:4px solid #fff;box-shadow:0 4px 15px #0000001a}
.temoignages-transformation-section .nom-participant{font-size:1.25rem;font-weight:700;color:#212529;margin:0 0 8px}
.temoignages-transformation-section .contexte-participant{font-size:.95rem;color:#B78B8A;margin:0 0 20px;font-weight:600}
.temoignages-transformation-section .recit-temoignage{font-size:1rem;color:#495057;line-height:1.75;margin:0;position:relative;z-index:2}
.prochaines-sessions-bloc{padding:100px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);position:relative}
.prochaines-sessions-bloc::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,#afb9a50d 0%,transparent 100%);z-index:1}
.prochaines-sessions-bloc .conteneur-sessions{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.prochaines-sessions-bloc .entete-sessions{margin-bottom:55px}
.prochaines-sessions-bloc .titre-sessions-principales{font-size:2.5rem;font-weight:700;color:#212529;margin:0 0 22px;position:relative;display:inline-block;padding-left:30px}
.prochaines-sessions-bloc .titre-sessions-principales::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:60px;background:linear-gradient(180deg,#B78B8A 0%,#AFB9A5 100%);border-radius:3px}
.prochaines-sessions-bloc .introduction-sessions{font-size:1.1rem;color:#495057;line-height:1.75;max-width:750px;margin:0 0 40px}
.prochaines-sessions-bloc .tableau-sessions{background:#fff;border-radius:12px;box-shadow:0 6px 30px #00000014;overflow:hidden}
.prochaines-sessions-bloc .tableau-sessions table{width:100%;border-collapse:collapse}
.prochaines-sessions-bloc .tableau-sessions thead{background:linear-gradient(135deg,#B78B8A 0%,#AFB9A5 100%)}
.prochaines-sessions-bloc .tableau-sessions th{padding:20px 25px;text-align:left;font-size:1.05rem;font-weight:700;color:#fff;letter-spacing:.02em}
.prochaines-sessions-bloc .tableau-sessions tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .25s ease}
.prochaines-sessions-bloc .tableau-sessions tbody tr:last-child{border-bottom:none}
.prochaines-sessions-bloc .tableau-sessions tbody tr:hover{background:#fafbfc}
.prochaines-sessions-bloc .tableau-sessions td{padding:22px 25px;font-size:1rem;color:#343a40}
.prochaines-sessions-bloc .colonne-session{font-weight:700;color:#212529}
.prochaines-sessions-bloc .badge-disponible{display:inline-block;padding:6px 14px;background:#afb9a526;color:#5a6b4f;border-radius:20px;font-size:.9rem;font-weight:600}
.prochaines-sessions-bloc .badge-complet{display:inline-block;padding:6px 14px;background:#b78b8a26;color:#7a5958;border-radius:20px;font-size:.9rem;font-weight:600}
.prochaines-sessions-bloc .action-inscription{margin-top:45px;text-align:center}
.prochaines-sessions-bloc .bouton-inscription-principal{display:inline-block;padding:16px 45px;background:linear-gradient(135deg,#B78B8A 0%,#AFB9A5 100%);color:#fff;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 15px #b78b8a40;position:relative;z-index:10}
.prochaines-sessions-bloc .bouton-inscription-principal:hover{transform:translateY(-3px);box-shadow:0 8px 25px #b78b8a59;background:linear-gradient(135deg,#a67978 0%,#9ba88f 100%)}
@media (max-width: 968px) {
.intro-hero-financier .contenu-wrapper{grid-template-columns:1fr;gap:45px}
.intro-hero-financier .titre-principal-hero{font-size:2.2rem}
.intro-hero-financier .image-contexte-financier img{height:350px}
.parcours-apprentissage-bloc .etapes-container{grid-template-columns:1fr;gap:30px}
.temoignages-transformation-section .grille-temoignages{grid-template-columns:1fr;gap:30px}
.prochaines-sessions-bloc .tableau-sessions{overflow-x:auto}
.prochaines-sessions-bloc .tableau-sessions table{min-width:600px}
}
@media (max-width: 640px) {
.intro-hero-financier{padding:60px 20px}
.intro-hero-financier .titre-principal-hero{font-size:1.85rem}
.intro-hero-financier .description-hero-intro{font-size:1.05rem}
.parcours-apprentissage-bloc{padding:70px 20px}
.parcours-apprentissage-bloc .titre-section-parcours{font-size:2rem}
.temoignages-transformation-section{padding:70px 20px}
.temoignages-transformation-section .titre-temoignages-bloc{font-size:2rem}
.prochaines-sessions-bloc{padding:70px 20px}
.prochaines-sessions-bloc .titre-sessions-principales{font-size:2rem}
.prochaines-sessions-bloc .tableau-sessions th,.prochaines-sessions-bloc .tableau-sessions td{padding:16px 18px;font-size:.95rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:80vh;padding:0}
.cookie-main-container{max-width:100%;margin:0;padding:0}
.cookie-header-section{background:linear-gradient(165deg,#f8f9fa 0%,#fff 50%,#fafbfc 100%);padding:4.5rem 2rem 3rem;border-bottom:3px solid #D4D6D0;position:relative;overflow:hidden}
.cookie-header-section::before{content:'';position:absolute;top:0;right:-10%;width:40%;height:100%;background:linear-gradient(120deg,transparent 0%,#afb9a514 100%);transform:skewX(-12deg)}
.cookie-title-block{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.cookie-main-title{font-size:2.8rem;color:#212529;font-weight:700;margin:0 0 1.2rem;letter-spacing:-.02em;line-height:1.2}
.cookie-subtitle-text{font-size:1.15rem;color:#495057;line-height:1.7;margin:0;max-width:750px}
.cookie-content-body{max-width:100%;padding:0;background:#fff}
.cookie-intro-narrative{padding:3.5rem 2rem;background:linear-gradient(to bottom,#fff 0%,#fafbfc 100%);border-bottom:1px solid #e9ecef}
.cookie-intro-inner{max-width:1100px;margin:0 auto}
.cookie-intro-heading{font-size:1.75rem;color:#343a40;font-weight:600;margin:0 0 1.8rem;position:relative;padding-left:1.2rem}
.cookie-intro-heading::before{content:'';position:absolute;left:0;top:.3rem;width:4px;height:2rem;background:linear-gradient(180deg,#B78B8A 0%,#AFB9A5 100%);border-radius:2px}
.cookie-narrative-block{background:#f8f9fa;padding:2rem;border-radius:8px;border-left:4px solid #AFB9A5;margin-bottom:1.8rem}
.cookie-narrative-text{font-size:1.05rem;color:#495057;line-height:1.8;margin:0 0 1.2rem}
.cookie-narrative-text:last-child{margin-bottom:0}
.cookie-conceptual-framework{padding:3rem 2rem;background:#fff}
.cookie-framework-inner{max-width:1100px;margin:0 auto}
.cookie-framework-title{font-size:1.85rem;color:#212529;font-weight:600;margin:0 0 2.5rem;text-align:center;position:relative;padding-bottom:1rem}
.cookie-framework-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#B78B8A 0%,#AFB9A5 100%);border-radius:2px}
.cookie-tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}
.cookie-tech-item{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:2rem 1.8rem;border-radius:6px;border:1px solid #e9ecef;transition:all .3s ease}
.cookie-tech-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000000f;border-color:#D4D6D0}
.cookie-tech-label{font-size:1.3rem;color:#343a40;font-weight:600;margin:0 0 1rem;display:flex;align-items:center}
.cookie-tech-label::before{content:'◆';color:#B78B8A;margin-right:.7rem;font-size:1rem}
.cookie-tech-description{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.cookie-purpose-mosaic{padding:3.5rem 2rem;background:linear-gradient(to right,#f8f9fa 0%,#fff 50%,#f8f9fa 100%);border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef}
.cookie-purpose-inner{max-width:1100px;margin:0 auto}
.cookie-purpose-heading{font-size:1.75rem;color:#212529;font-weight:600;margin:0 0 2rem;position:relative;display:inline-block}
.cookie-purpose-heading::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#AFB9A5 0%,transparent 100%)}
.cookie-purpose-fragment{background:#fff;padding:2.5rem;margin-bottom:2rem;border-radius:8px;box-shadow:0 2px 8px #0000000a;border-top:3px solid #D4D6D0}
.cookie-fragment-title{font-size:1.35rem;color:#343a40;font-weight:600;margin:0 0 1.3rem;letter-spacing:-.01em}
.cookie-fragment-text{font-size:1.05rem;color:#495057;line-height:1.75;margin:0 0 1rem}
.cookie-fragment-subtext{font-size:.98rem;color:#6c757d;line-height:1.7;margin:0;padding-left:1.5rem;border-left:2px solid #D4D6D0}
.cookie-distinction-zone{padding:3rem 2rem;background:#fff}
.cookie-distinction-inner{max-width:1100px;margin:0 auto}
.cookie-distinction-heading{font-size:1.8rem;color:#212529;font-weight:600;margin:0 0 2.5rem;text-align:center}
.cookie-distinction-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}
.cookie-distinction-card{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:2.5rem 2rem;border-radius:8px;border:2px solid #e9ecef;position:relative}
.cookie-distinction-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#B78B8A 0%,#AFB9A5 100%);border-radius:8px 8px 0 0}
.cookie-card-heading{font-size:1.4rem;color:#343a40;font-weight:600;margin:0 0 1.5rem}
.cookie-card-content{font-size:1.02rem;color:#495057;line-height:1.75;margin:0 0 1.2rem}
.cookie-card-list{list-style:none;padding:0;margin:1.2rem 0 0}
.cookie-card-list li{font-size:.98rem;color:#495057;line-height:1.7;margin-bottom:.8rem;padding-left:1.5rem;position:relative}
.cookie-card-list li::before{content:'▸';position:absolute;left:0;color:#AFB9A5;font-weight:600}
.cookie-control-landscape{padding:3.5rem 2rem;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);border-top:1px solid #e9ecef}
.cookie-control-inner{max-width:1100px;margin:0 auto}
.cookie-control-title{font-size:1.75rem;color:#212529;font-weight:600;margin:0 0 2rem;position:relative;padding-left:1.2rem}
.cookie-control-title::before{content:'';position:absolute;left:0;top:.3rem;width:4px;height:2rem;background:linear-gradient(180deg,#AFB9A5 0%,#B78B8A 100%);border-radius:2px}
.cookie-control-block{background:#fff;padding:2.2rem;border-radius:6px;border:1px solid #e9ecef;margin-bottom:1.8rem;box-shadow:0 2px 6px #00000008}
.cookie-control-statement{font-size:1.05rem;color:#495057;line-height:1.8;margin:0 0 1.2rem}
.cookie-control-detail{font-size:.98rem;color:#6c757d;line-height:1.7;margin:0;padding:1rem 1.5rem;background:#f8f9fa;border-radius:4px;border-left:3px solid #D4D6D0}
.cookie-closure-space{padding:3rem 2rem 4rem;background:linear-gradient(to top,#fafbfc 0%,#fff 100%);border-top:1px solid #e9ecef}
.cookie-closure-inner{max-width:1100px;margin:0 auto}
.cookie-closure-reflection{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:2.5rem;border-radius:8px;border:1px solid #e9ecef;margin-bottom:2.5rem}
.cookie-reflection-text{font-size:1.05rem;color:#495057;line-height:1.8;margin:0 0 1.2rem}
.cookie-reflection-text:last-child{margin-bottom:0}
.cookie-contact-reframe{background:#fff;padding:2.5rem;border-radius:8px;border:2px solid #D4D6D0;text-align:center}
.cookie-contact-prompt{font-size:1.1rem;color:#343a40;font-weight:500;margin:0 0 1.5rem}
.cookie-contact-details{display:flex;flex-direction:column;gap:.8rem;align-items:center}
.cookie-contact-item{font-size:1rem;color:#495057;margin:0;padding:.5rem 1.2rem;background:#f8f9fa;border-radius:4px;display:inline-block}
.cookie-contact-item a{color:#B78B8A;text-decoration:none;font-weight:500;transition:color .2s ease}
.cookie-contact-item a:hover{color:#AFB9A5;text-decoration:underline}
@media (max-width: 768px) {
.cookie-header-section{padding:3rem 1.5rem 2rem}
.cookie-main-title{font-size:2rem}
.cookie-subtitle-text{font-size:1.05rem}
.cookie-intro-narrative,.cookie-conceptual-framework,.cookie-purpose-mosaic,.cookie-distinction-zone,.cookie-control-landscape,.cookie-closure-space{padding:2.5rem 1.5rem}
.cookie-tech-grid{grid-template-columns:1fr;gap:1.5rem}
.cookie-distinction-columns{grid-template-columns:1fr;gap:1.8rem}
.cookie-narrative-block,.cookie-purpose-fragment,.cookie-control-block{padding:1.5rem}
}
@media (max-width: 480px) {
.cookie-main-title{font-size:1.75rem}
.cookie-framework-title,.cookie-purpose-heading,.cookie-distinction-heading,.cookie-control-title{font-size:1.5rem}
.cookie-tech-item{padding:1.5rem}
}
.privacy-main-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.privacy-hero-section{background:linear-gradient(to right,#B78B8A,#AFB9A5);padding:4rem 2rem;text-align:center;position:relative;overflow:hidden}
.privacy-hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,#ffffff08 10px,#ffffff08 20px)}
.privacy-hero-title{color:#fff;font-size:2.8rem;font-weight:700;margin:0 0 1rem;position:relative;z-index:1}
.privacy-hero-subtitle{color:#f8f9fa;font-size:1.1rem;max-width:700px;margin:0 auto;line-height:1.6;position:relative;z-index:1}
.privacy-content-container{max-width:100%;padding:0;margin:0}
.privacy-intro-block{background:#fff;padding:3rem 5%;border-bottom:3px solid #D4D6D0}
.privacy-intro-text{font-size:1.15rem;line-height:1.8;color:#343a40;margin:0 0 1.5rem}
.privacy-intro-accent{background:linear-gradient(120deg,#AFB9A5 0%,#B78B8A 100%);padding:1.5rem 2rem;border-left:5px solid #B78B8A;margin:2rem 0}
.privacy-intro-accent p{color:#fff;font-size:1.05rem;margin:0;line-height:1.7}
.privacy-section-container{background:#f5f6fa;padding:2.5rem 5%}
.privacy-section-container:nth-child(even){background:#fff}
.privacy-section-title{color:#212529;font-size:2rem;font-weight:600;margin:0 0 2rem;position:relative;padding-bottom:1rem}
.privacy-section-title::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(to right,#B78B8A,#AFB9A5)}
.privacy-text-block{color:#495057;font-size:1.05rem;line-height:1.85;margin:0 0 1.8rem}
.privacy-micro-section{background:#fafbfc;border:2px solid #D4D6D0;padding:2rem;margin:2.5rem 0;border-radius:8px}
.privacy-micro-heading{color:#B78B8A;font-size:1.4rem;font-weight:600;margin:0 0 1.2rem}
.privacy-list-custom{list-style:none;padding:0;margin:1.5rem 0}
.privacy-list-custom li{color:#343a40;font-size:1.05rem;line-height:1.75;padding-left:2rem;margin-bottom:1rem;position:relative}
.privacy-list-custom li::before{content:'';position:absolute;left:0;top:.6rem;width:10px;height:10px;background:#AFB9A5;border-radius:50%}
.privacy-emphasis-box{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border-left:6px solid #B78B8A;padding:1.8rem 2.5rem;margin:2rem 0;box-shadow:0 2px 8px #0000000f}
.privacy-emphasis-box p{color:#212529;font-size:1.08rem;line-height:1.8;margin:0 0 1rem}
.privacy-emphasis-box p:last-child{margin-bottom:0}
.privacy-data-category{background:#fff;border:1px solid #D4D6D0;padding:1.5rem;margin:1.5rem 0;border-radius:6px}
.privacy-data-category h4{color:#B78B8A;font-size:1.2rem;font-weight:600;margin:0 0 1rem}
.privacy-data-category p{color:#495057;font-size:1.02rem;line-height:1.75;margin:0}
.privacy-dual-column{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin:2.5rem 0}
.privacy-column-item{background:#fafbfc;padding:2rem;border-radius:8px;border-top:4px solid #AFB9A5}
.privacy-column-item h4{color:#212529;font-size:1.3rem;font-weight:600;margin:0 0 1.2rem}
.privacy-column-item p{color:#495057;font-size:1.03rem;line-height:1.8;margin:0 0 1rem}
.privacy-contact-segment{background:linear-gradient(to bottom right,#B78B8A,#AFB9A5);padding:3rem 5%;margin:3rem 0 0}
.privacy-contact-title{color:#fff;font-size:1.8rem;font-weight:600;margin:0 0 1.5rem}
.privacy-contact-details{background:#ffffff26;padding:2rem;border-radius:8px;backdrop-filter:blur(10px)}
.privacy-contact-item{color:#fff;font-size:1.1rem;margin:.8rem 0;display:flex;align-items:center;line-height:1.6}
.privacy-contact-item strong{font-weight:600;margin-right:.8rem;min-width:120px}
.privacy-highlight-term{color:#B78B8A;font-weight:600}
.privacy-alternate-row{background:#f8f9fa;padding:2rem;margin:2rem 0;border-radius:6px}
.privacy-alternate-row:nth-of-type(odd){background:#fff;border:1px solid #D4D6D0}
.privacy-numbered-block{counter-reset:privacy-counter;margin:2rem 0}
.privacy-numbered-item{counter-increment:privacy-counter;position:relative;padding-left:4rem;margin-bottom:2rem}
.privacy-numbered-item::before{content:counter(privacy-counter);position:absolute;left:0;top:0;width:50px;height:50px;background:linear-gradient(135deg,#AFB9A5,#B78B8A);color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:50%}
.privacy-numbered-item h4{color:#212529;font-size:1.25rem;font-weight:600;margin:0 0 .8rem}
.privacy-numbered-item p{color:#495057;font-size:1.03rem;line-height:1.8;margin:0}
.privacy-footnote-area{background:#f5f6fa;padding:2rem 5%;border-top:2px solid #D4D6D0;margin-top:3rem}
.privacy-footnote-text{color:#495057;font-size:.95rem;line-height:1.7;margin:.5rem 0}
@media (max-width: 768px) {
.privacy-hero-section{padding:3rem 1.5rem}
.privacy-hero-title{font-size:2rem}
.privacy-hero-subtitle{font-size:1rem}
.privacy-intro-block,.privacy-section-container{padding:2rem 4%}
.privacy-section-title{font-size:1.6rem}
.privacy-dual-column{grid-template-columns:1fr;gap:1.5rem}
.privacy-numbered-item{padding-left:3.5rem}
.privacy-numbered-item::before{width:40px;height:40px;font-size:1.2rem}
.privacy-contact-segment{padding:2rem 4%}
.privacy-contact-item{flex-direction:column;align-items:flex-start}
.privacy-contact-item strong{margin-bottom:.3rem}
}
.success-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:85vh;display:flex;align-items:center;padding:3rem 1.5rem}
.success-inner-container{max-width:720px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 8px 32px #b78b8a1f;padding:3.5rem 2.5rem;position:relative;overflow:hidden}
.success-inner-container::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#B78B8A 0%,#AFB9A5 50%,#D4D6D0 100%)}
.success-icon-area{text-align:center;margin-bottom:2rem}
.success-checkmark-circle{width:92px;height:92px;background:linear-gradient(135deg,#AFB9A5 0%,#B78B8A 100%);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #afb9a540;animation:pulse-check .6s ease-out}
@keyframes pulse-check {
0%{transform:scale(0.85);opacity:.7}
50%{transform:scale(1.05)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-circle svg{width:48px;height:48px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}
.success-main-heading{font-size:2.1rem;font-weight:700;color:#212529;text-align:center;margin-bottom:1.2rem;line-height:1.3}
.success-subtext{font-size:1.05rem;color:#495057;text-align:center;line-height:1.65;margin-bottom:2.5rem}
.success-details-box{background:#f8f9fa;border-left:4px solid #B78B8A;padding:1.8rem 2rem;margin-bottom:2.5rem;border-radius:6px}
.success-details-box p{font-size:.95rem;color:#343a40;line-height:1.7;margin-bottom:.85rem}
.success-details-box p:last-child{margin-bottom:0}
.success-details-box strong{color:#B78B8A;font-weight:600}
.success-timeline-info{background:linear-gradient(135deg,#afb9a514 0%,#d4d6d01f 100%);padding:1.6rem 1.8rem;border-radius:8px;margin-bottom:2.5rem;border:1px solid #afb9a533}
.success-timeline-info h3{font-size:1.1rem;font-weight:600;color:#212529;margin-bottom:1rem}
.success-timeline-info ul{list-style:none;padding:0;margin:0}
.success-timeline-info li{font-size:.93rem;color:#495057;line-height:1.6;margin-bottom:.7rem;padding-left:1.8rem;position:relative}
.success-timeline-info li::before{content:'';position:absolute;left:0;top:.55rem;width:8px;height:8px;background:#AFB9A5;border-radius:50%}
.success-timeline-info li:last-child{margin-bottom:0}
.success-action-zone{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap;margin-top:2.5rem}
.success-btn-primary{background:linear-gradient(135deg,#B78B8A 0%,#AFB9A5 100%);color:#fff;padding:.9rem 2.2rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 16px #b78b8a33;border:none;cursor:pointer;z-index:10;position:relative}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #b78b8a4d;color:#fff}
.success-btn-secondary{background:#fff;color:#495057;padding:.9rem 2.2rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid #D4D6D0;cursor:pointer;z-index:10;position:relative}
.success-btn-secondary:hover{background:#f8f9fa;border-color:#B78B8A;color:#B78B8A;transform:translateY(-2px)}
.success-contact-reference{text-align:center;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e9ecef}
.success-contact-reference p{font-size:.9rem;color:#6c757d;line-height:1.6;margin-bottom:.5rem}
.success-contact-reference a{color:#B78B8A;text-decoration:none;font-weight:600;transition:color .3s ease}
.success-contact-reference a:hover{color:#AFB9A5}
@media (max-width: 768px) {
.success-wrapper{padding:2rem 1rem}
.success-inner-container{padding:2.5rem 1.8rem}
.success-main-heading{font-size:1.75rem}
.success-subtext{font-size:1rem}
.success-checkmark-circle{width:78px;height:78px}
.success-checkmark-circle svg{width:40px;height:40px}
.success-action-zone{flex-direction:column;gap:1rem}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center}
.success-details-box{padding:1.5rem}
.success-timeline-info{padding:1.4rem 1.5rem}
}
@media (max-width: 480px) {
.success-main-heading{font-size:1.5rem}
.success-inner-container{padding:2rem 1.5rem}
.success-checkmark-circle{width:70px;height:70px}
.success-checkmark-circle svg{width:36px;height:36px}
}