*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-brand:#5D8D97;--secondary-brand:#A693AF;--tertiary-brand:#E8E6E4;--text-dark:#212529;--text-medium:#495057;--bg-light:#fff;--bg-subtle:#f8f9fa;--bg-cream:#fafbfc}
body{color:var(--text-dark);isolation:isolate;font:16px/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:var(--bg-light)}
.sr_only_skip{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.sr_only_skip:focus{position:fixed;top:10px;left:10px;width:auto;height:auto;padding:12px 24px;background:var(--primary-brand);color:var(--bg-light);z-index:10000;text-decoration:none;border-radius:4px}
header{background:linear-gradient(135deg,#5d8d9714 0%,#a693af0f 100%);border-bottom:1px solid var(--tertiary-brand);padding:35px 5% 30px;position:relative}
.header_wrapper_top{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px;flex-wrap:wrap;gap:20px}
.logo_container_37k{display:flex;align-items:center;z-index:50;position:relative}
.logo_container_37k img{height:85px;width:85px;object-fit:contain;display:block}
.brand_story_segment{flex:1;max-width:550px;text-align:right}
.brand_story_segment h1{font-size:clamp(1.4rem,3vw,1.95rem);color:var(--primary-brand);font-weight:600;margin-bottom:8px;letter-spacing:-.02em}
.brand_story_segment p{font-size:clamp(0.95rem,2vw,1.05rem);color:var(--text-medium);line-height:1.5}
.header_wrapper_bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
nav[aria-label="Navigation principale"]{flex:1;z-index:40}
.main_nav_links_82q{display:flex;gap:32px;list-style:none;flex-wrap:wrap;align-items:center}
.main_nav_links_82q li a{text-decoration:none;color:var(--text-dark);font-size:1.05rem;font-weight:500;padding:8px 4px;position:relative;transition:color .25s ease}
.main_nav_links_82q li a:hover{color:var(--primary-brand)}
.main_nav_links_82q li a:focus{outline:2px solid var(--primary-brand);outline-offset:4px;border-radius:2px}
.main_nav_links_82q li a::after{content:'';position:absolute;bottom:2px;left:0;width:0;height:2px;transition:width .3s ease;background:var(--primary-brand)}
.main_nav_links_82q li a:hover::after{width:100%}
.cta_action_zone{display:flex;align-items:center}
.cta_primary_btn_89x{color:var(--bg-light);padding:12px 28px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:background-color .25s ease,opacity .25s ease;border:none;cursor:pointer;display:inline-block;background:var(--secondary-brand)}
.cta_primary_btn_89x:hover{opacity:.95;background:#8f7d9d}
.cta_primary_btn_89x:focus{outline:2px solid var(--text-dark);outline-offset:3px}
footer{background:linear-gradient(to bottom,var(--bg-subtle) 0%,var(--tertiary-brand) 100%);border-top:2px solid #5d8d9733;padding:55px 5% 35px;margin-top:60px;position:relative}
.footer_grid_container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:45px;margin-bottom:45px}
.footer_section_block{display:flex;flex-direction:column;gap:18px}
.footer_section_block h3{font-size:1.25rem;color:var(--primary-brand);font-weight:600;margin-bottom:8px}
.footer_links_list_94m{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_links_list_94m li a{text-decoration:none;color:var(--text-medium);font-size:1rem;transition:color .25s ease;display:inline-block}
.footer_links_list_94m li a:hover{color:var(--primary-brand)}
.footer_links_list_94m li a:focus{outline:2px solid var(--primary-brand);outline-offset:3px;border-radius:2px}
.footer_contact_info p{color:var(--text-medium);font-size:1rem;line-height:1.6}
.footer_contact_info a{color:var(--primary-brand);text-decoration:none;transition:opacity .25s ease}
.footer_contact_info a:hover{opacity:.8}
.footer_contact_info a:focus{outline:2px solid var(--primary-brand);outline-offset:2px;border-radius:2px}
.footer_logo_zone{display:flex;align-items:center;margin-bottom:15px}
.footer_logo_zone img{height:65px;width:65px;object-fit:contain}
.footer_bottom_bar{border-top:1px solid #5d8d9733;padding-top:25px;text-align:center}
.footer_bottom_bar p{color:var(--text-medium);font-size:.95rem}
@media (max-width: 768px) {
header{padding:25px 5% 20px}
.header_wrapper_top{flex-direction:column;align-items:flex-start;margin-bottom:25px}
.brand_story_segment{text-align:left;max-width:100%}
.header_wrapper_bottom{flex-direction:column;align-items:flex-start;gap:20px}
.main_nav_links_82q{flex-direction:column;gap:15px;width:100%}
.main_nav_links_82q li{width:100%}
.main_nav_links_82q li a{display:block;padding:10px 0}
.cta_action_zone{width:100%}
.cta_primary_btn_89x{width:100%;text-align:center}
.footer_grid_container{grid-template-columns:1fr;gap:35px}
}
@media (max-width: 480px) {
.logo_container_37k img{height:70px;width:70px}
.brand_story_segment h1{font-size:1.35rem}
.brand_story_segment p{font-size:.95rem}
.main_nav_links_82q li a{font-size:1rem}
}
.consent_overlay_layer{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,#e8e6e4fa 0%,#e8e6e4f5 100%);border-top:3px solid var(--primary-brand);padding:28px 5%;box-shadow:0 -4px 20px #0000001f;z-index:9999;display:none;isolation:isolate}
.consent_overlay_layer.visible_state{display:block}
.consent_content_wrapper{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:20px}
.consent_message_text{color:var(--text-dark);font-size:1rem;line-height:1.6}
.consent_message_text a{color:var(--primary-brand);text-decoration:underline;transition:opacity .25s ease}
.consent_message_text a:hover{opacity:.8}
.consent_message_text a:focus{outline:2px solid var(--primary-brand);outline-offset:2px;border-radius:2px}
.consent_actions_row{display:flex;gap:15px;flex-wrap:wrap}
.consent_btn_base{padding:12px 26px;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:background-color .25s ease,opacity .25s ease;min-width:140px}
.consent_btn_accept{color:var(--bg-light);background:var(--secondary-brand)}
.consent_btn_accept:hover{opacity:.95;background:#8f7d9d}
.consent_btn_reject{color:var(--text-dark);border:2px solid var(--text-medium)}
.consent_btn_reject:hover{background:#49505714}
.consent_btn_base:focus{outline:2px solid var(--text-dark);outline-offset:3px}
@media (max-width: 768px) {
.consent_overlay_layer{padding:22px 5%}
.consent_actions_row{flex-direction:column}
.consent_btn_base{width:100%;min-width:auto}
}
.programme-apprentissage-conteneur{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.bloc-hero-programme{padding:120px 20px 80px;background:linear-gradient(165deg,#5D8D97 0%,#A693AF 100%);position:relative;overflow:hidden}
.bloc-hero-programme::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff14;border-radius:50%;z-index:1}
.bloc-hero-programme::after{content:'';position:absolute;bottom:-30%;left:-10%;width:450px;height:450px;background:#e8e6e41f;border-radius:50%;z-index:1}
.contenu-hero-programme{max-width:940px;margin:0 auto;position:relative;z-index:2}
.contenu-hero-programme h1{font-size:3.2rem;color:#fff;font-weight:700;line-height:1.2;margin-bottom:28px;letter-spacing:-.5px}
.contenu-hero-programme .description-principale{font-size:1.25rem;color:#E8E6E4;line-height:1.7;margin-bottom:40px;max-width:720px}
.marqueurs-programme{display:flex;gap:45px;flex-wrap:wrap;margin-top:45px}
.marqueur-item{display:flex;align-items:center;gap:14px}
.icone-marqueur{width:48px;height:48px;background:#ffffff2e;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#fff}
.texte-marqueur{color:#fff;font-size:1.05rem;font-weight:500}
.section-methode-enseignement{padding:95px 20px;background:#fff}
.conteneur-methode{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.zone-visuelle-methode{position:relative}
.zone-visuelle-methode img{width:100%;height:520px;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #5d8d972e}
.badge-info-methode{position:absolute;bottom:25px;right:25px;background:linear-gradient(135deg,#5D8D97 0%,#A693AF 100%);padding:18px 28px;border-radius:12px;color:#fff;font-weight:600;font-size:1.1rem;box-shadow:0 10px 30px #5d8d9759}
.zone-contenu-methode h2{font-size:2.6rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.25}
.zone-contenu-methode .intro-methode{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:38px}
.liste-caracteristiques-methode{display:flex;flex-direction:column;gap:22px}
.item-caracteristique{display:flex;gap:16px;align-items:flex-start}
.symbole-caracteristique{width:32px;height:32px;background:linear-gradient(135deg,#5D8D97 0%,#A693AF 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;flex-shrink:0;margin-top:2px}
.item-caracteristique .texte-item{flex:1}
.item-caracteristique h3{font-size:1.2rem;color:#212529;font-weight:600;margin-bottom:8px}
.item-caracteristique p{font-size:1rem;color:#495057;line-height:1.6}
.section-modules-formation{padding:100px 20px;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%)}
.conteneur-modules{max-width:1140px;margin:0 auto}
.entete-modules{text-align:center;margin-bottom:65px}
.entete-modules h2{font-size:2.7rem;color:#212529;font-weight:700;margin-bottom:20px}
.entete-modules .sous-titre-modules{font-size:1.2rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.6}
.grille-modules{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.carte-module{background:#fff;border-radius:16px;padding:38px 32px;box-shadow:0 4px 20px #5d8d9714;transition:all .35s ease;border:2px solid transparent;position:relative}
.carte-module::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#5D8D97 0%,#A693AF 100%);border-radius:16px 16px 0 0}
.carte-module:hover{transform:translateY(-6px);box-shadow:0 12px 40px #5d8d9729;border-color:#A693AF}
.icone-module{width:64px;height:64px;background:linear-gradient(135deg,#5D8D97 0%,#A693AF 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;margin-bottom:24px}
.carte-module h3{font-size:1.4rem;color:#212529;font-weight:600;margin-bottom:14px}
.carte-module .description-module{font-size:1rem;color:#495057;line-height:1.65;margin-bottom:20px}
.duree-module{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#f8f9fa;border-radius:8px;font-size:.95rem;color:#5D8D97;font-weight:500}
.section-temoignages-etudiants{padding:105px 20px;background:#fff;position:relative}
.section-temoignages-etudiants::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(165deg,#5d8d9708 0%,#a693af0a 100%);z-index:0}
.conteneur-temoignages{max-width:1180px;margin:0 auto;position:relative;z-index:1}
.entete-temoignages{text-align:center;margin-bottom:70px}
.entete-temoignages h2{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:18px}
.entete-temoignages .description-temoignages{font-size:1.15rem;color:#495057;max-width:640px;margin:0 auto;line-height:1.7}
.grille-temoignages{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.carte-temoignage{background:#fff;border-radius:18px;padding:42px 36px;box-shadow:0 8px 32px #5d8d971a;position:relative;border:1px solid #E8E6E4;transition:all .3s ease}
.carte-temoignage:hover{box-shadow:0 16px 48px #5d8d972e;transform:translateY(-4px)}
.profil-etudiant{display:flex;align-items:center;gap:18px;margin-bottom:28px}
.photo-etudiant{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid #A693AF}
.info-etudiant h4{font-size:1.2rem;color:#212529;font-weight:600;margin-bottom:6px}
.info-etudiant .parcours-etudiant{font-size:.95rem;color:#5D8D97;font-weight:500}
.citation-temoignage{font-size:1.05rem;color:#343a40;line-height:1.7;font-style:italic;position:relative;padding-left:24px;margin-bottom:22px}
.citation-temoignage::before{content:'"';position:absolute;left:0;top:-8px;color:#A693AF;opacity:.3;font:3rem Georgia,serif}
.evaluation-etudiant{display:flex;gap:6px;font-size:1.1rem;color:#A693AF}
.section-action-inscription{padding:95px 20px;background:linear-gradient(135deg,#5D8D97 0%,#A693AF 100%);position:relative;overflow:hidden}
.section-action-inscription::before{content:'';position:absolute;top:-40%;left:-15%;width:500px;height:500px;background:#ffffff0f;border-radius:50%}
.section-action-inscription::after{content:'';position:absolute;bottom:-35%;right:-10%;width:420px;height:420px;background:#e8e6e414;border-radius:50%}
.conteneur-action{max-width:880px;margin:0 auto;text-align:center;position:relative;z-index:2}
.conteneur-action h2{font-size:2.9rem;color:#fff;font-weight:700;margin-bottom:24px;line-height:1.2}
.conteneur-action .description-action{font-size:1.2rem;color:#E8E6E4;line-height:1.7;margin-bottom:45px;max-width:720px;margin-left:auto;margin-right:auto}
.groupe-boutons-action{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}
.bouton-principal-action{display:inline-flex;align-items:center;gap:12px;padding:18px 42px;background:#fff;color:#5D8D97;font-size:1.1rem;font-weight:600;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 24px #00000026;position:relative;z-index:3}
.bouton-principal-action:hover{transform:translateY(-3px);box-shadow:0 12px 36px #00000040;background:#f8f9fa}
.bouton-secondaire-action{display:inline-flex;align-items:center;gap:12px;padding:18px 42px;background:none;color:#fff;font-size:1.1rem;font-weight:600;border-radius:12px;text-decoration:none;transition:all .3s ease;border:2px solid #fff;position:relative;z-index:3}
.bouton-secondaire-action:hover{background:#ffffff1f;transform:translateY(-3px)}
.info-supplementaire-action{margin-top:48px;padding-top:38px;border-top:1px solid #fff3}
.info-supplementaire-action p{font-size:1.05rem;color:#E8E6E4;margin-bottom:18px}
.lien-details-fonctionnement{color:#fff;font-size:1.05rem;font-weight:500;text-decoration:underline;transition:opacity .3s ease}
.lien-details-fonctionnement:hover{opacity:.85}
@media (max-width: 992px) {
.contenu-hero-programme h1{font-size:2.5rem}
.conteneur-methode{grid-template-columns:1fr;gap:50px}
.zone-visuelle-methode img{height:420px}
.grille-modules{grid-template-columns:repeat(2,1fr);gap:28px}
.grille-temoignages{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 768px) {
.bloc-hero-programme{padding:80px 20px 60px}
.contenu-hero-programme h1{font-size:2rem}
.marqueurs-programme{flex-direction:column;gap:24px}
.zone-visuelle-methode img{height:340px}
.zone-contenu-methode h2{font-size:2rem}
.grille-modules{grid-template-columns:1fr}
.entete-modules h2,.entete-temoignages h2{font-size:2rem}
.conteneur-action h2{font-size:2.2rem}
.groupe-boutons-action{flex-direction:column;align-items:stretch}
.bouton-principal-action,.bouton-secondaire-action{justify-content:center}
}
.budgetpage-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.budgetpage-wrapper .hero-budget-intro{padding:5rem 0 4rem;background:linear-gradient(to bottom right,#E8E6E4 0%,#fff 100%);position:relative;overflow:hidden}
.budgetpage-wrapper .hero-budget-intro::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#5d8d9714 0%,transparent 70%);border-radius:50%}
.budgetpage-wrapper .hero-budget-intro .intro-content{max-width:720px;margin:0 auto;text-align:center;position:relative;z-index:2}
.budgetpage-wrapper .hero-budget-intro h1{font-size:2.8rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.budgetpage-wrapper .hero-budget-intro .intro-desc{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:2rem}
.budgetpage-wrapper .visual-workflow-section{padding:4.5rem 0;background:#fff;position:relative}
.budgetpage-wrapper .workflow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}
.budgetpage-wrapper .workflow-card{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);padding:2.5rem 2rem;border-radius:12px;border:1px solid #E8E6E4;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.budgetpage-wrapper .workflow-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #5d8d9726}
.budgetpage-wrapper .workflow-card .card-number{width:56px;height:56px;background:linear-gradient(135deg,#5D8D97 0%,#A693AF 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}
.budgetpage-wrapper .workflow-card h3{font-size:1.4rem;color:#212529;margin-bottom:1rem;font-weight:600}
.budgetpage-wrapper .workflow-card p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.budgetpage-wrapper .detailed-process-block{padding:5rem 0;background:linear-gradient(to right,#fafbfc 0%,#f8f9fa 50%,#fafbfc 100%)}
.budgetpage-wrapper .process-split-layout{display:grid;grid-template-columns:45% 55%;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}
.budgetpage-wrapper .process-split-layout .image-container{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 16px 48px #0000001f}
.budgetpage-wrapper .process-split-layout .image-container img{width:100%;height:480px;object-fit:cover;display:block}
.budgetpage-wrapper .process-split-layout .content-area h2{font-size:2.2rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.3}
.budgetpage-wrapper .process-split-layout .content-area .detail-paragraph{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:1.5rem}
.budgetpage-wrapper .process-split-layout .content-area .feature-checklist{list-style:none;padding:0;margin:2rem 0 0}
.budgetpage-wrapper .process-split-layout .content-area .feature-checklist li{font-size:1.05rem;color:#343a40;padding-left:2rem;margin-bottom:1rem;position:relative;line-height:1.6}
.budgetpage-wrapper .process-split-layout .content-area .feature-checklist li::before{content:'';position:absolute;left:0;color:#5D8D97;font-weight:700;font-size:1.3rem}
.budgetpage-wrapper .expertise-showcase-section{padding:5rem 0;background:#fff;position:relative}
.budgetpage-wrapper .expertise-showcase-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(to right,#5D8D97 0%,#A693AF 50%,#5D8D97 100%)}
.budgetpage-wrapper .expertise-content-wrapper{max-width:1100px;margin:0 auto}
.budgetpage-wrapper .expertise-content-wrapper h2{font-size:2.4rem;color:#212529;text-align:center;margin-bottom:3rem;font-weight:700}
.budgetpage-wrapper .expertise-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}
.budgetpage-wrapper .expertise-item{display:flex;gap:1.5rem;align-items:flex-start}
.budgetpage-wrapper .expertise-item .icon-wrapper{width:64px;height:64px;background:linear-gradient(135deg,#A693AF 0%,#5D8D97 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 20px #a693af40}
.budgetpage-wrapper .expertise-item .icon-wrapper svg{width:32px;height:32px;fill:#fff}
.budgetpage-wrapper .expertise-item .text-content h3{font-size:1.4rem;color:#212529;margin-bottom:.75rem;font-weight:600}
.budgetpage-wrapper .expertise-item .text-content p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.budgetpage-wrapper .testimonial-highlight-section{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa 0%,#E8E6E4 100%);position:relative}
.budgetpage-wrapper .testimonial-zigzag{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;align-items:center}
.budgetpage-wrapper .testimonial-card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 8px 32px #00000014;position:relative}
.budgetpage-wrapper .testimonial-card::before{content:'"';position:absolute;top:-20px;left:30px;color:#A693AF;opacity:.3;font:6rem/1 Georgia,serif}
.budgetpage-wrapper .testimonial-card .quote-text{font-size:1.15rem;color:#343a40;line-height:1.8;margin-bottom:2rem;font-style:italic;position:relative;z-index:2}
.budgetpage-wrapper .testimonial-card .author-info{display:flex;align-items:center;gap:1.5rem}
.budgetpage-wrapper .testimonial-card .author-info img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #E8E6E4}
.budgetpage-wrapper .testimonial-card .author-info .author-details{display:flex;flex-direction:column}
.budgetpage-wrapper .testimonial-card .author-info .author-name{font-size:1.1rem;color:#212529;font-weight:600;margin-bottom:.25rem}
.budgetpage-wrapper .testimonial-card .author-info .author-role{font-size:.95rem;color:#5D8D97}
.budgetpage-wrapper .testimonial-image-side{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 16px 48px #0000001f}
.budgetpage-wrapper .testimonial-image-side img{width:100%;height:520px;object-fit:cover;display:block}
.budgetpage-wrapper .final-action-block{padding:5rem 0;background:linear-gradient(to bottom,#fff 0%,#f8f9fa 100%);text-align:center}
.budgetpage-wrapper .final-action-block .action-content{max-width:800px;margin:0 auto}
.budgetpage-wrapper .final-action-block h2{font-size:2.5rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.3}
.budgetpage-wrapper .final-action-block .action-description{font-size:1.15rem;color:#495057;line-height:1.75;margin-bottom:2.5rem}
.budgetpage-wrapper .final-action-block .cta-button-primary{display:inline-block;padding:1.1rem 3rem;background:linear-gradient(135deg,#5D8D97 0%,#A693AF 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 24px #5d8d974d}
.budgetpage-wrapper .final-action-block .cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px #5d8d9766}
.budgetpage-wrapper .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
@media (max-width: 992px) {
.budgetpage-wrapper .workflow-grid{grid-template-columns:1fr;gap:2rem}
.budgetpage-wrapper .process-split-layout{grid-template-columns:1fr;gap:3rem}
.budgetpage-wrapper .expertise-grid{grid-template-columns:1fr;gap:2.5rem}
.budgetpage-wrapper .testimonial-zigzag{grid-template-columns:1fr;gap:3rem}
.budgetpage-wrapper .hero-budget-intro h1{font-size:2.2rem}
}
@media (max-width: 768px) {
.budgetpage-wrapper .hero-budget-intro{padding:3rem 0 2.5rem}
.budgetpage-wrapper .hero-budget-intro h1{font-size:1.9rem}
.budgetpage-wrapper .hero-budget-intro .intro-desc{font-size:1.05rem}
.budgetpage-wrapper .workflow-card{padding:2rem 1.5rem}
.budgetpage-wrapper .process-split-layout .image-container img{height:320px}
.budgetpage-wrapper .testimonial-image-side img{height:380px}
.budgetpage-wrapper .final-action-block h2{font-size:2rem}
}
.budget-hero-wrapper{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.budget-hero-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#5d8d97eb,#a693afe0);z-index:1}
.budget-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.budget-hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:820px;padding:30px}
.budget-hero-content h1{font-size:3.2rem;font-weight:700;margin-bottom:28px;line-height:1.2;letter-spacing:-.5px}
.budget-hero-content p{font-size:1.3rem;line-height:1.7;margin-bottom:38px;opacity:.95}
.budget-cta-primary{display:inline-block;background:#fff;color:#5D8D97;padding:16px 42px;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.budget-cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0003;background:#f8f9fa}
.budget-approach-section{background:#fff;padding:95px 0}
.budget-approach-container{max-width:1200px;margin:0 auto;padding:0 20px}
.budget-approach-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.budget-approach-visual{position:relative}
.budget-approach-visual img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #5d8d9726}
.budget-approach-text h2{font-size:2.4rem;color:#212529;margin-bottom:24px;font-weight:700}
.budget-approach-text p{font-size:1.05rem;line-height:1.8;color:#495057;margin-bottom:18px}
.budget-structure-zone{background:linear-gradient(160deg,#f8f9fa 0%,#E8E6E4 100%);padding:85px 0}
.budget-structure-wrap{max-width:1140px;margin:0 auto;padding:0 20px}
.budget-structure-header{text-align:center;margin-bottom:65px}
.budget-structure-header h2{font-size:2.5rem;color:#212529;margin-bottom:18px;font-weight:700}
.budget-structure-header p{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.budget-modules-display{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.budget-module-card{background:#fff;padding:38px 28px;border-radius:10px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease;border-top:4px solid #5D8D97}
.budget-module-card:nth-child(2){border-top-color:#A693AF}
.budget-module-card:nth-child(3){border-top-color:#5D8D97}
.budget-module-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}
.budget-module-card h3{font-size:1.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.budget-module-card p{font-size:.98rem;color:#495057;line-height:1.7;margin-bottom:12px}
.budget-module-card ul{list-style:none;padding:0;margin:20px 0 0}
.budget-module-card ul li{font-size:.93rem;color:#495057;padding:8px 0;padding-left:24px;position:relative}
.budget-module-card ul li::before{content:'';position:absolute;left:0;color:#5D8D97;font-weight:700}
.budget-practical-realm{background:#fff;padding:90px 0}
.budget-practical-inner{max-width:1200px;margin:0 auto;padding:0 20px}
.budget-practical-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:55px;align-items:center}
.budget-practical-content h2{font-size:2.3rem;color:#212529;margin-bottom:26px;font-weight:700}
.budget-scenario-block{background:#f8f9fa;padding:28px;border-radius:8px;margin-bottom:22px;border-left:4px solid #A693AF}
.budget-scenario-block h3{font-size:1.2rem;color:#212529;margin-bottom:12px;font-weight:600}
.budget-scenario-block p{font-size:.97rem;color:#495057;line-height:1.7;margin:0}
.budget-practical-visual img{width:100%;height:520px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #a693af26}
.budget-timeline-space{background:linear-gradient(180deg,#fafbfc 0%,#fff 100%);padding:85px 0}
.budget-timeline-container{max-width:1000px;margin:0 auto;padding:0 20px}
.budget-timeline-intro{text-align:center;margin-bottom:60px}
.budget-timeline-intro h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.budget-timeline-intro p{font-size:1.08rem;color:#495057;line-height:1.7}
.budget-timeline-flow{position:relative;padding-left:0}
.budget-timeline-item{display:grid;grid-template-columns:140px 1fr;gap:38px;margin-bottom:48px;align-items:start}
.budget-timeline-marker{text-align:right;padding-top:8px}
.budget-timeline-marker span{display:inline-block;background:#5D8D97;color:#fff;padding:10px 20px;border-radius:6px;font-weight:600;font-size:.95rem}
.budget-timeline-details{background:#fff;padding:32px;border-radius:10px;box-shadow:0 4px 16px #0000000f;border-left:4px solid #A693AF}
.budget-timeline-details h3{font-size:1.35rem;color:#212529;margin-bottom:14px;font-weight:600}
.budget-timeline-details p{font-size:.98rem;color:#495057;line-height:1.7;margin:0}
.budget-outcomes-section{background:#fff;padding:90px 0}
.budget-outcomes-wrapper{max-width:1180px;margin:0 auto;padding:0 20px}
.budget-outcomes-arrangement{display:grid;grid-template-columns:1fr 1.1fr;gap:58px;align-items:center}
.budget-outcomes-image img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #5d8d9726}
.budget-outcomes-info h2{font-size:2.3rem;color:#212529;margin-bottom:28px;font-weight:700}
.budget-outcomes-info p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:18px}
.budget-competence-list{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:32px}
.budget-competence-item{background:#f8f9fa;padding:18px 22px;border-radius:8px;font-size:.96rem;color:#212529;font-weight:500;display:flex;align-items:center}
.budget-competence-item::before{content:'→';color:#5D8D97;font-weight:700;margin-right:12px;font-size:1.2rem}
.budget-action-finale{background:linear-gradient(135deg,#5D8D97 0%,#A693AF 100%);padding:80px 0;text-align:center}
.budget-action-content{max-width:750px;margin:0 auto;padding:0 20px}
.budget-action-content h2{font-size:2.5rem;color:#fff;margin-bottom:24px;font-weight:700}
.budget-action-content p{font-size:1.15rem;color:#fff;line-height:1.8;margin-bottom:36px;opacity:.95}
.budget-action-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.budget-btn-light{display:inline-block;background:#fff;color:#5D8D97;padding:16px 38px;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.budget-btn-light:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000038;background:#f8f9fa}
.budget-btn-outline{display:inline-block;background:none;color:#fff;padding:16px 38px;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:6px;border:2px solid #fff;transition:all .3s ease}
.budget-btn-outline:hover{background:#fff;color:#5D8D97;transform:translateY(-2px)}
@media (max-width: 768px) {
.budget-hero-content h1{font-size:2rem}
.budget-hero-content p{font-size:1.05rem}
.budget-approach-grid,.budget-practical-layout,.budget-outcomes-arrangement{grid-template-columns:1fr;gap:40px}
.budget-modules-display{grid-template-columns:1fr}
.budget-timeline-item{grid-template-columns:1fr;gap:15px}
.budget-timeline-marker{text-align:left}
.budget-competence-list{grid-template-columns:1fr}
.budget-action-buttons{flex-direction:column;align-items:center}
.budget-approach-visual img,.budget-practical-visual img,.budget-outcomes-image img{height:320px}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.contact-hero-zone{background:linear-gradient(165deg,#E8E6E4 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#5d8d9714 0%,transparent 70%);border-radius:50%}
.contact-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;color:#212529;margin:0 0 20px;font-weight:700;line-height:1.2}
.contact-hero-subtitle{font-size:1.15rem;color:#495057;line-height:1.7;max-width:680px;margin:0 0 35px}
.contact-quick-info{display:flex;gap:35px;flex-wrap:wrap;margin-top:40px}
.quick-info-item{display:flex;align-items:flex-start;gap:12px}
.quick-info-icon{width:42px;height:42px;background:#5D8D97;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 3px 8px #5d8d9726}
.quick-info-icon svg{width:20px;height:20px;fill:#fff}
.quick-info-text{padding-top:4px}
.quick-info-label{font-size:.85rem;color:#6c757d;margin:0 0 4px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.quick-info-value{font-size:1.05rem;color:#212529;margin:0;font-weight:600}
.contact-main-section{max-width:1100px;margin:-40px auto 0;padding:0 20px 80px;position:relative;z-index:3}
.contact-dual-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:50px;align-items:start}
.contact-info-column{background:#fff;border-radius:16px;padding:45px 35px;box-shadow:0 8px 24px #0000000f;position:sticky;top:30px}
.info-column-title{font-size:1.65rem;color:#212529;margin:0 0 30px;font-weight:700}
.contact-detail-block{margin-bottom:35px}
.contact-detail-block:last-child{margin-bottom:0}
.detail-block-heading{font-size:.9rem;color:#6c757d;margin:0 0 10px;font-weight:600;text-transform:uppercase;letter-spacing:.8px}
.detail-block-content{font-size:1.05rem;color:#212529;line-height:1.8;margin:0}
.detail-block-content a{color:#5D8D97;text-decoration:none;font-weight:600;transition:color .3s ease}
.detail-block-content a:hover{color:#4a7179}
.contact-visual-accent{margin-top:40px;border-radius:12px;overflow:hidden;box-shadow:0 6px 18px #00000014}
.contact-visual-accent img{width:100%;height:280px;object-fit:cover;display:block}
.contact-form-column{background:#fff;border-radius:16px;padding:50px 45px;box-shadow:0 8px 24px #0000000f}
.form-column-title{font-size:1.85rem;color:#212529;margin:0 0 15px;font-weight:700}
.form-column-description{font-size:1rem;color:#6c757d;line-height:1.7;margin:0 0 35px}
.contact-form-group{margin-bottom:28px}
.contact-form-label{display:block;font-size:.95rem;color:#343a40;margin:0 0 8px;font-weight:600}
.contact-form-input,.contact-form-textarea{width:100%;padding:14px 18px;border:2px solid #E8E6E4;border-radius:10px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .3s ease;font-family:inherit;box-sizing:border-box}
.contact-form-input:focus,.contact-form-textarea:focus{outline:none;border-color:#5D8D97;background:#fff;box-shadow:0 0 0 3px #5d8d971a}
.contact-form-textarea{min-height:150px;resize:vertical}
.contact-form-checkbox-wrapper{display:flex;align-items:flex-start;gap:12px;margin:30px 0}
.contact-form-checkbox{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#5D8D97;flex-shrink:0}
.contact-form-checkbox-label{font-size:.92rem;color:#495057;line-height:1.6;cursor:pointer}
.contact-form-checkbox-label a{color:#5D8D97;text-decoration:underline;font-weight:600}
.contact-form-submit{background:linear-gradient(135deg,#5D8D97 0%,#4a7179 100%);color:#fff;border:none;padding:16px 50px;border-radius:10px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #5d8d9740;width:100%}
.contact-form-submit:hover{transform:translateY(-2px);box-shadow:0 6px 18px #5d8d9759;background:linear-gradient(135deg,#4a7179 0%,#3d5f66 100%)}
.contact-form-submit:active{transform:translateY(0)}
.contact-cta-section{background:linear-gradient(135deg,#A693AF 0%,#8e7a9b 100%);padding:70px 20px;margin-top:60px;position:relative;overflow:hidden}
.contact-cta-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#ffffff14 0%,transparent 70%);border-radius:50%}
.contact-cta-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.contact-cta-title{font-size:2.2rem;color:#fff;margin:0 0 20px;font-weight:700;line-height:1.3}
.contact-cta-text{font-size:1.15rem;color:#fff;line-height:1.7;margin:0 0 35px;opacity:.95}
.contact-cta-button{display:inline-block;background:#fff;color:#A693AF;padding:16px 45px;border-radius:10px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.contact-cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000040;background:#f8f9fa}
@media (max-width: 968px) {
.contact-dual-layout{grid-template-columns:1fr;gap:40px}
.contact-info-column{position:static}
.contact-hero-content h1{font-size:2.2rem}
.contact-quick-info{gap:25px}
}
@media (max-width: 640px) {
.contact-hero-zone{padding:60px 20px 50px}
.contact-hero-content h1{font-size:1.85rem}
.contact-hero-subtitle{font-size:1rem}
.contact-quick-info{flex-direction:column;gap:20px}
.contact-form-column{padding:35px 25px}
.contact-info-column{padding:35px 25px}
.form-column-title{font-size:1.55rem}
.contact-cta-title{font-size:1.75rem}
.contact-cta-text{font-size:1rem}
}
.intl-students-hero{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.intl-students-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#5d8d9714 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero-text-side h1{font-size:2.8rem;color:#212529;margin-bottom:24px;line-height:1.2;font-weight:700}
.hero-text-side p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:16px}
.hero-image-side{position:relative}
.hero-image-side img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #5d8d9726}
.budget-planning-section{background:#fff;padding:70px 20px}
.budget-planning-container{max-width:1200px;margin:0 auto}
.section-header-centered{text-align:center;margin-bottom:50px}
.section-header-centered h2{font-size:2.3rem;color:#212529;margin-bottom:16px;font-weight:700}
.section-header-centered p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.budget-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:40px}
.budget-card{background:#f8f9fa;padding:36px 28px;border-radius:8px;border-left:4px solid #5D8D97;transition:all .3s ease}
.budget-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #5d8d971f}
.budget-card h3{font-size:1.4rem;color:#212529;margin-bottom:14px;font-weight:600}
.budget-card p{font-size:1rem;color:#495057;line-height:1.65}
.budget-card ul{list-style:none;padding:0;margin:16px 0 0}
.budget-card ul li{padding:8px 0 8px 24px;position:relative;color:#495057;font-size:.95rem;line-height:1.5}
.budget-card ul li::before{content:'→';position:absolute;left:0;color:#5D8D97;font-weight:700}
.financial-steps-section{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:0 20px 70px}
.steps-wrapper{max-width:900px;margin:0 auto;position:relative;padding-left:80px}
.timeline-step{position:relative;margin-bottom:48px;padding-left:30px}
.timeline-step::before{content:'';position:absolute;left:-54px;top:0;width:2px;height:100%;background:linear-gradient(180deg,#5D8D97 0%,#A693AF 100%)}
.step-marker{position:absolute;left:-67px;top:4px;width:28px;height:28px;background:#5D8D97;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.9rem;z-index:2;box-shadow:0 0 0 4px #ffffff,0 0 0 6px #5D8D97}
.timeline-step:last-child::before{display:none}
.timeline-step h3{font-size:1.5rem;color:#212529;margin-bottom:12px;font-weight:600}
.timeline-step p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:10px}
.expert-insight-section{background:#fff;padding:70px 20px}
.insight-layout{max-width:1200px;margin:0 auto;display:flex;gap:50px;align-items:flex-start}
.insight-profile{flex:0 0 280px}
.profile-card{background:#f8f9fa;padding:32px;border-radius:12px;text-align:center;position:sticky;top:100px}
.profile-card img{width:160px;height:160px;border-radius:50%;object-fit:cover;margin-bottom:20px;border:4px solid #5D8D97}
.profile-card h3{font-size:1.3rem;color:#212529;margin-bottom:8px;font-weight:600}
.profile-card p{font-size:.95rem;color:#495057;line-height:1.5}
.insight-content{flex:1}
.insight-content h2{font-size:2.2rem;color:#212529;margin-bottom:24px;font-weight:700}
.insight-content p{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:20px}
.insight-highlight{background:linear-gradient(135deg,#f8f9fa 0%,#E8E6E4 100%);padding:28px 32px;border-radius:8px;border-left:5px solid #A693AF;margin:32px 0}
.insight-highlight p{font-size:1.1rem;color:#343a40;font-style:italic;margin:0;line-height:1.7}
.resources-section{background:linear-gradient(135deg,#5D8D97 0%,#A693AF 100%);padding:70px 20px;color:#fff}
.resources-container{max-width:1200px;margin:0 auto}
.resources-intro{text-align:center;margin-bottom:50px}
.resources-intro h2{font-size:2.3rem;color:#fff;margin-bottom:18px;font-weight:700}
.resources-intro p{font-size:1.1rem;color:#fffffff2;max-width:750px;margin:0 auto;line-height:1.65}
.resources-visual-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.resource-image-wrapper{position:relative}
.resource-image-wrapper img{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0003}
.resource-list-side{background:#ffffff1a;padding:40px;border-radius:12px;backdrop-filter:blur(10px)}
.resource-list-side h3{font-size:1.6rem;color:#fff;margin-bottom:24px;font-weight:600}
.resource-item{padding:20px 0;border-bottom:1px solid #fff3}
.resource-item:last-child{border-bottom:none}
.resource-item h4{font-size:1.15rem;color:#fff;margin-bottom:8px;font-weight:600}
.resource-item p{font-size:.98rem;color:#ffffffe6;line-height:1.6;margin:0}
.contact-cta-box{background:#ffffff26;padding:36px;border-radius:12px;text-align:center;margin-top:50px;backdrop-filter:blur(10px)}
.contact-cta-box h3{font-size:1.8rem;color:#fff;margin-bottom:16px;font-weight:600}
.contact-cta-box p{font-size:1.05rem;color:#fffffff2;margin-bottom:28px;line-height:1.6}
.cta-button-primary{display:inline-block;background:#fff;color:#5D8D97;padding:14px 40px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;position:relative;z-index:10}
.cta-button-primary:hover{background:#E8E6E4;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}
@media (max-width: 1024px) {
.hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.budget-grid{grid-template-columns:repeat(2,1fr);gap:24px}
.insight-layout{flex-direction:column;gap:40px}
.insight-profile{flex:1;width:100%}
.profile-card{position:static}
.resources-visual-grid{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 768px) {
.intl-students-hero{padding:60px 20px 50px}
.hero-text-side h1{font-size:2.2rem}
.hero-text-side p{font-size:1.05rem}
.hero-image-side img{height:320px}
.budget-grid{grid-template-columns:1fr;gap:20px}
.section-header-centered h2{font-size:1.9rem}
.steps-wrapper{padding-left:60px}
.step-marker{left:-54px;width:24px;height:24px;font-size:.8rem}
.timeline-step::before{left:-42px}
.timeline-step h3{font-size:1.3rem}
.insight-content h2{font-size:1.8rem}
.resources-intro h2{font-size:1.9rem}
.resource-list-side{padding:28px}
.contact-cta-box{padding:28px 20px}
.contact-cta-box h3{font-size:1.5rem}
}
@media (max-width: 480px) {
.hero-text-side h1{font-size:1.8rem}
.steps-wrapper{padding-left:50px}
.step-marker{left:-46px;width:20px;height:20px;font-size:.75rem;box-shadow:0 0 0 3px #ffffff,0 0 0 5px #5D8D97}
.timeline-step::before{left:-37px}
.timeline-step{padding-left:20px}
.resource-image-wrapper img{height:280px}
}
.policy-page-wrapper{background:linear-gradient(to bottom,#fff 0%,#f8f9fa 50%,#fafbfc 100%);min-height:100vh;padding:0}
.policy-hero-section{background:linear-gradient(135deg,#5D8D97 0%,#A693AF 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.policy-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#e8e6e41a;border-radius:50%;z-index:1}
.policy-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.policy-main-title{color:#fff;font-size:2.8em;font-weight:700;margin:0 0 20px;line-height:1.2;letter-spacing:-.5px}
.policy-subtitle-text{color:#E8E6E4;font-size:1.15em;line-height:1.6;margin:0;font-weight:400}
.policy-content-container{max-width:1000px;margin:0 auto;padding:60px 25px 80px}
.policy-intro-block{background:#fff;padding:45px;border-radius:8px;margin-bottom:50px;box-shadow:0 2px 12px #5d8d9714;border-left:4px solid #5D8D97}
.policy-intro-text{color:#343a40;font-size:1.05em;line-height:1.8;margin:0 0 20px}
.policy-intro-text:last-child{margin-bottom:0}
.policy-section-wrapper{background:#fff;padding:50px 45px;margin-bottom:35px;border-radius:8px;box-shadow:0 1px 8px #5d8d970f;position:relative}
.policy-section-wrapper::after{content:'';position:absolute;bottom:0;left:45px;right:45px;height:1px;background:linear-gradient(to right,transparent 0%,#E8E6E4 50%,transparent 100%)}
.policy-section-wrapper:last-of-type::after{display:none}
.section-heading-main{color:#5D8D97;font-size:1.9em;font-weight:700;margin:0 0 30px;line-height:1.3}
.section-subheading-text{color:#A693AF;font-size:1.4em;font-weight:600;margin:35px 0 20px;line-height:1.4}
.section-subheading-text:first-of-type{margin-top:0}
.policy-paragraph-text{color:#495057;font-size:1.02em;line-height:1.75;margin:0 0 18px}
.policy-paragraph-text:last-child{margin-bottom:0}
.policy-list-container{margin:25px 0;padding:0}
.policy-list-item{color:#495057;font-size:1.02em;line-height:1.75;margin-bottom:15px;padding-left:30px;position:relative}
.policy-list-item::before{content:'';position:absolute;left:0;top:10px;width:6px;height:6px;background:#5D8D97;border-radius:50%}
.policy-list-item:last-child{margin-bottom:0}
.emphasis-text-inline{color:#5D8D97;font-weight:600}
.policy-table-wrapper{margin:30px 0;overflow-x:auto;background:#fafbfc;padding:20px;border-radius:6px}
.policy-data-table{width:100%;border-collapse:collapse;background:#fff}
.policy-data-table thead{background:linear-gradient(135deg,#5D8D97 0%,#A693AF 100%)}
.policy-table-header{color:#fff;font-size:1em;font-weight:600;padding:18px 20px;text-align:left;border-bottom:2px solid #E8E6E4}
.policy-table-cell{color:#495057;font-size:.98em;padding:16px 20px;border-bottom:1px solid #E8E6E4;line-height:1.6}
.policy-data-table tbody tr:last-child .policy-table-cell{border-bottom:none}
.policy-data-table tbody tr:nth-child(even){background:#f8f9fa}
.policy-highlight-box{background:linear-gradient(to right,#E8E6E4 0%,#fafbfc 100%);padding:30px;border-radius:6px;margin:30px 0;border-left:3px solid #A693AF}
.highlight-box-text{color:#343a40;font-size:1em;line-height:1.7;margin:0}
.policy-contact-section{background:linear-gradient(135deg,#5D8D97 0%,#A693AF 100%);padding:50px 45px;border-radius:8px;margin-top:50px;text-align:center}
.contact-heading-text{color:#fff;font-size:1.6em;font-weight:700;margin:0 0 25px;line-height:1.3}
.contact-info-wrapper{display:flex;flex-direction:column;gap:15px;max-width:600px;margin:0 auto}
.contact-detail-item{color:#E8E6E4;font-size:1.05em;line-height:1.6;margin:0}
.contact-link-text{color:#fff;font-weight:600;text-decoration:none;border-bottom:1px solid #ffffff4d;transition:border-color .3s ease}
.contact-link-text:hover{border-bottom-color:#fff}
@media (max-width: 768px) {
.policy-hero-section{padding:60px 20px 40px}
.policy-main-title{font-size:2em}
.policy-subtitle-text{font-size:1.05em}
.policy-content-container{padding:40px 20px 60px}
.policy-intro-block,.policy-section-wrapper{padding:30px 25px}
.section-heading-main{font-size:1.5em}
.section-subheading-text{font-size:1.2em}
.policy-table-wrapper{padding:15px}
.policy-table-header,.policy-table-cell{padding:12px 15px;font-size:.95em}
.policy-contact-section{padding:35px 25px}
.contact-heading-text{font-size:1.4em}
}
@media (max-width: 480px) {
.policy-main-title{font-size:1.7em}
.policy-intro-block,.policy-section-wrapper{padding:25px 20px}
.policy-section-wrapper::after{left:20px;right:20px}
}
.politique-confidentialite-conteneur{max-width:920px;margin:0 auto;padding:60px 20px 80px;background:#fff}
.politique-confidentialite-conteneur .en-tete-principal{margin-bottom:50px;border-left:6px solid #5D8D97;padding-left:28px}
.politique-confidentialite-conteneur .en-tete-principal h1{font-size:2.6em;color:#212529;margin:0 0 12px;font-weight:700;line-height:1.2}
.politique-confidentialite-conteneur .en-tete-principal .date-mise-a-jour{font-size:.95em;color:#495057;font-style:italic}
.politique-confidentialite-conteneur .paragraphe-introduction{background:linear-gradient(135deg,#f8f9fa 0%,#E8E6E4 100%);padding:32px;border-radius:8px;margin-bottom:45px;border-top:3px solid #A693AF}
.politique-confidentialite-conteneur .paragraphe-introduction p{font-size:1.05em;line-height:1.75;color:#343a40;margin:0}
.politique-confidentialite-conteneur .section-contenu{margin-bottom:48px}
.politique-confidentialite-conteneur .section-contenu h2{font-size:1.85em;color:#212529;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #E8E6E4;font-weight:600}
.politique-confidentialite-conteneur .section-contenu h3{font-size:1.35em;color:#343a40;margin:28px 0 16px;font-weight:600}
.politique-confidentialite-conteneur .section-contenu p{font-size:1.02em;line-height:1.8;color:#495057;margin-bottom:16px}
.politique-confidentialite-conteneur .section-contenu ul{margin:20px 0;padding-left:0;list-style:none}
.politique-confidentialite-conteneur .section-contenu ul li{padding-left:32px;margin-bottom:12px;position:relative;line-height:1.7;color:#495057;font-size:1.01em}
.politique-confidentialite-conteneur .section-contenu ul li::before{content:"→";position:absolute;left:8px;color:#5D8D97;font-weight:700}
.politique-confidentialite-conteneur .encadre-important{background:#fafbfc;border-left:5px solid #A693AF;padding:24px 28px;margin:30px 0;border-radius:4px}
.politique-confidentialite-conteneur .encadre-important p{margin:0;font-size:1.03em;color:#343a40;line-height:1.75}
.politique-confidentialite-conteneur .bloc-contact-final{background:linear-gradient(to right,#5D8D97 0%,#A693AF 100%);padding:40px;border-radius:10px;margin-top:60px;color:#fff}
.politique-confidentialite-conteneur .bloc-contact-final h2{color:#fff;font-size:1.75em;margin-bottom:20px;border-bottom:none}
.politique-confidentialite-conteneur .bloc-contact-final p{color:#fff;font-size:1.05em;line-height:1.7;margin-bottom:12px}
.politique-confidentialite-conteneur .bloc-contact-final a{color:#fff;text-decoration:underline;font-weight:600}
.politique-confidentialite-conteneur .bloc-contact-final a:hover{color:#E8E6E4}
.politique-confidentialite-conteneur .liste-donnees-collectees{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:25px 0}
.politique-confidentialite-conteneur .liste-donnees-collectees .carte-donnee{background:#f8f9fa;padding:20px;border-radius:6px;border-top:3px solid #5D8D97}
.politique-confidentialite-conteneur .liste-donnees-collectees .carte-donnee h4{font-size:1.15em;color:#212529;margin:0 0 10px;font-weight:600}
.politique-confidentialite-conteneur .liste-donnees-collectees .carte-donnee p{font-size:.97em;color:#495057;margin:0;line-height:1.6}
.politique-confidentialite-conteneur .tableau-droits{width:100%;border-collapse:collapse;margin:25px 0;background:#fff}
.politique-confidentialite-conteneur .tableau-droits th{background:#5D8D97;color:#fff;padding:16px;text-align:left;font-weight:600;font-size:1.05em}
.politique-confidentialite-conteneur .tableau-droits td{padding:14px 16px;border-bottom:1px solid #E8E6E4;color:#495057;font-size:.98em;line-height:1.6}
.politique-confidentialite-conteneur .tableau-droits tr:nth-child(even){background:#fafbfc}
.politique-confidentialite-conteneur .tableau-droits tr:hover{background:#f5f6fa}
@media (max-width: 768px) {
.politique-confidentialite-conteneur{padding:40px 16px 60px}
.politique-confidentialite-conteneur .en-tete-principal h1{font-size:2em}
.politique-confidentialite-conteneur .section-contenu h2{font-size:1.55em}
.politique-confidentialite-conteneur .section-contenu h3{font-size:1.2em}
.politique-confidentialite-conteneur .paragraphe-introduction{padding:24px}
.politique-confidentialite-conteneur .bloc-contact-final{padding:30px 20px}
.politique-confidentialite-conteneur .liste-donnees-collectees{grid-template-columns:1fr}
.politique-confidentialite-conteneur .tableau-droits{font-size:.9em}
.politique-confidentialite-conteneur .tableau-droits th,.politique-confidentialite-conteneur .tableau-droits td{padding:12px}
}
.success-wrapper{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 50%,#fff 100%);min-height:100vh;padding:0;margin:0}
.success-container{max-width:720px;margin:0 auto;padding:80px 24px 60px}
.confirmation-visual{text-align:center;margin-bottom:48px;position:relative}
.check-circle{width:120px;height:120px;margin:0 auto 32px;position:relative;display:inline-block}
.check-circle svg{width:100%;height:100%;filter:drop-shadow(0 8px 16px #5d8d9726)}
.outer-ring{fill:none;stroke:#5D8D97;stroke-width:4;stroke-dasharray:377;stroke-dashoffset:377;animation:ring-draw 1.2s ease-out forwards}
.checkmark-path{fill:none;stroke:#5D8D97;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;animation:check-draw .6s .8s ease-out forwards}
@keyframes ring-draw {
to{stroke-dashoffset:0}
}
@keyframes check-draw {
to{stroke-dashoffset:0}
}
.success-heading{font-size:2.4rem;font-weight:700;color:#212529;margin:0 0 16px;line-height:1.2}
.success-subtext{font-size:1.15rem;color:#495057;line-height:1.6;margin:0}
.details-panel{background:#fff;border:2px solid #E8E6E4;border-radius:12px;padding:40px 32px;margin:48px 0;box-shadow:0 4px 12px #0000000a}
.detail-row{display:flex;justify-content:space-between;align-items:baseline;padding:18px 0;border-bottom:1px solid #f5f6fa}
.detail-row:last-child{border-bottom:none;padding-bottom:0}
.detail-row:first-child{padding-top:0}
.detail-label{font-size:.95rem;color:#6c757d;font-weight:500}
.detail-value{font-size:1.05rem;color:#212529;font-weight:600;text-align:right}
.timeline-section{margin:56px 0}
.timeline-intro{font-size:1.1rem;color:#343a40;margin:0 0 32px;line-height:1.7}
.step-grid{display:grid;grid-template-columns:1fr;gap:24px}
.step-card{background:linear-gradient(135deg,#fff 0%,#fafbfc 100%);border-left:4px solid #A693AF;padding:24px 28px;border-radius:8px;transition:all .3s ease;position:relative}
.step-card:hover{transform:translateX(4px);box-shadow:0 6px 16px #a693af1f}
.step-number{position:absolute;top:-12px;left:20px;background:#A693AF;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;box-shadow:0 2px 8px #a693af40}
.step-title{font-size:1.15rem;font-weight:600;color:#212529;margin:8px 0 12px}
.step-description{font-size:.98rem;color:#495057;line-height:1.6;margin:0}
.action-zone{text-align:center;margin:56px 0 0;padding:48px 24px;background:linear-gradient(135deg,#f8f9fa 0%,#E8E6E4 100%);border-radius:16px}
.action-message{font-size:1.05rem;color:#343a40;margin:0 0 28px;line-height:1.7}
.button-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.primary-action{background:#5D8D97;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block;border:2px solid #5D8D97;position:relative;z-index:10}
.primary-action:hover{background:#4a7179;border-color:#4a7179;transform:translateY(-2px);box-shadow:0 6px 16px #5d8d9740}
.secondary-action{background:none;color:#5D8D97;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block;border:2px solid #5D8D97;position:relative;z-index:10}
.secondary-action:hover{background:#5D8D97;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #5d8d9733}
.support-note{margin:40px 0 0;padding:24px;background:#fff;border-radius:8px;border:1px solid #E8E6E4}
.support-note p{margin:0 0 12px;font-size:.95rem;color:#495057;line-height:1.6}
.support-note p:last-child{margin-bottom:0}
.contact-link{color:#5D8D97;text-decoration:none;font-weight:600;border-bottom:1px solid transparent;transition:border-color .2s ease}
.contact-link:hover{border-bottom-color:#5D8D97}
@media (max-width: 768px) {
.success-container{padding:60px 20px 40px}
.success-heading{font-size:1.9rem}
.success-subtext{font-size:1.05rem}
.check-circle{width:90px;height:90px;margin-bottom:24px}
.details-panel{padding:28px 20px}
.detail-row{flex-direction:column;gap:8px}
.detail-value{text-align:left}
.button-group{flex-direction:column;gap:12px}
.primary-action,.secondary-action{width:100%;text-align:center}
.action-zone{padding:32px 20px}
}
@media (max-width: 480px) {
.success-heading{font-size:1.6rem}
.step-card{padding:20px}
.step-number{width:28px;height:28px;font-size:.85rem}
}