*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-shade:#A39AB3;--secondary-shade:#D0C9D8;--tertiary-shade:#E3E0E7;--dark-base:#1a1a1a;--dark-secondary:#2c2c2c;--dark-tertiary:#343a40;--light-text:#f8f9fa;--light-secondary:#e9ecef}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);color:var(--light-text);line-height:1.7;min-height:100vh;display:flex;flex-direction:column}
header{background:linear-gradient(180deg,#2c2c2c 0%,#343a40 100%);border-bottom:3px solid var(--primary-shade);box-shadow:0 4px 12px #0000004d}
.masthead_row_82{background:radial-gradient(circle at top right,#a39ab326,transparent 70%);padding:28px 6%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #d0c9d833}
.brand_identity_47{display:flex;align-items:center;gap:18px}
.logo_wrapper_93{position:relative;z-index:10;background:#e3e0e714;padding:10px;border-radius:8px;box-shadow:0 2px 8px #a39ab340}
.logo_wrapper_93 img{height:70px;width:70px;display:block;object-fit:contain}
.company_title_61{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;color:var(--light-text);letter-spacing:-.5px;font-variation-settings:wght 700}
.contact_info_28{display:flex;align-items:center;gap:10px;padding:12px 22px;background:#a39ab31f;border-radius:6px;border:1px solid var(--secondary-shade)}
.email_link_54{color:var(--secondary-shade);text-decoration:none;font-size:.95rem;transition:color .25s ease}
.email_link_54:hover{color:var(--tertiary-shade)}
.email_link_54:focus{outline:2px solid var(--tertiary-shade);outline-offset:3px}
.navigation_bar_15{padding:0 6%;background:linear-gradient(90deg,#343a40e6 0%,#2c2c2ce6 100%)}
.main_nav_76{display:flex;justify-content:center;align-items:center;gap:4px;list-style:none}
.nav_item_39{position:relative}
.nav_link_88{display:block;padding:22px 28px;color:var(--light-text);text-decoration:none;font-size:1.02rem;font-weight:500;transition:background .3s ease,color .3s ease;border-radius:0;font-variation-settings:wght 500}
.nav_link_88:hover{background:#a39ab32e;color:var(--tertiary-shade)}
.nav_link_88:focus{outline:2px solid var(--tertiary-shade);outline-offset:-2px;background:#a39ab32e}
main{flex:1}
footer{background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%);border-top:3px solid var(--primary-shade);padding:50px 6% 30px;margin-top:80px}
.footer_grid_42{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:45px;margin-bottom:40px}
.footer_section_73 h3{color:var(--secondary-shade);font-size:1.25rem;margin-bottom:18px;font-weight:600;font-variation-settings:wght 600}
.footer_links_19{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_link_56{color:var(--light-secondary);text-decoration:none;font-size:.98rem;transition:color .25s ease;display:inline-block}
.footer_link_56:hover{color:var(--tertiary-shade)}
.footer_link_56:focus{outline:2px solid var(--tertiary-shade);outline-offset:3px;color:var(--tertiary-shade)}
.footer_logo_container_34{background:#e3e0e70f;padding:14px;border-radius:8px;display:inline-block;margin-bottom:16px}
.footer_logo_container_34 img{height:60px;width:60px;display:block}
.contact_detail_91{color:var(--light-secondary);margin-bottom:10px;font-size:.96rem}
.copyright_bar_67{text-align:center;padding-top:28px;border-top:1px solid #d0c9d833;color:var(--light-secondary);font-size:.92rem}
.consent_overlay_48{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);border-top:2px solid var(--primary-shade);padding:28px 6%;box-shadow:0 -6px 24px #0006;z-index:9999;display:none}
.consent_overlay_48.active_state_72{display:block}
.consent_content_29{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:20px}
.consent_text_block_55 h2{color:var(--secondary-shade);font-size:1.35rem;margin-bottom:12px;font-weight:600}
.consent_text_block_55 p{color:var(--light-secondary);line-height:1.6;margin-bottom:8px}
.policy_reference_83{color:var(--tertiary-shade);text-decoration:underline;transition:color .25s ease}
.policy_reference_83:hover{color:var(--light-text)}
.policy_reference_83:focus{outline:2px solid var(--tertiary-shade);outline-offset:2px}
.consent_actions_37{display:flex;gap:16px;flex-wrap:wrap}
.consent_button_14{padding:14px 32px;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease,opacity .3s ease;font-variation-settings:wght 600}
.consent_button_14:focus{outline:2px solid var(--light-text);outline-offset:3px}
.accept_action_96{background:linear-gradient(135deg,var(--primary-shade),var(--secondary-shade));color:var(--dark-base)}
.accept_action_96:hover{opacity:.88}
.reject_action_51{background:#e3e0e726;color:var(--light-text);border:1px solid var(--secondary-shade)}
.reject_action_51:hover{background:#e3e0e740}
@media (max-width: 968px) {
.masthead_row_82{flex-direction:column;gap:20px;text-align:center}
.brand_identity_47{flex-direction:column;gap:14px}
.main_nav_76{flex-direction:column;align-items:stretch;gap:0}
.nav_link_88{padding:18px 20px;text-align:center;border-bottom:1px solid #d0c9d81a}
.footer_grid_42{grid-template-columns:1fr;gap:35px}
.consent_actions_37{flex-direction:column}
.consent_button_14{width:100%}
}
@media (max-width: 580px) {
.company_title_61{font-size:1.4rem}
.contact_info_28{flex-direction:column;gap:8px}
.nav_link_88{font-size:.96rem;padding:16px 18px}
}
.programme-pedagogique-principal{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;color:#f8f9fa;overflow-x:hidden}
.hero-finances-intro{background:linear-gradient(165deg,#2c2c2c 0%,#1a1a1a 50%,#343a40 100%);padding:120px 20px 80px;position:relative}
.hero-finances-intro::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#a39ab326 0%,transparent 70%);border-radius:50%}
.hero-finances-intro .contenu-hero{max-width:850px;margin:0 auto;text-align:center;position:relative;z-index:2}
.hero-finances-intro h1{font-size:3.2rem;font-weight:700;color:#E3E0E7;margin-bottom:25px;line-height:1.2;letter-spacing:-.5px}
.hero-finances-intro .sous-titre-hero{font-size:1.3rem;color:#D0C9D8;margin-bottom:35px;line-height:1.6;font-weight:300}
.hero-finances-intro .info-session{background:#a39ab31f;border:1px solid #A39AB3;border-radius:8px;padding:22px 30px;display:inline-block;margin-top:15px}
.hero-finances-intro .info-session p{margin:0;font-size:1.05rem;color:#E3E0E7}
.bloc-methodes-visuelles{padding:90px 20px;background:#1a1a1a;position:relative}
.bloc-methodes-visuelles::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60%;height:2px;background:linear-gradient(90deg,transparent 0%,#A39AB3 50%,transparent 100%)}
.conteneur-methodes{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.zone-image-methode{position:relative}
.zone-image-methode img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #00000080}
.zone-image-methode::before{content:'';position:absolute;top:-20px;left:-20px;width:140px;height:140px;border:3px solid #A39AB3;border-radius:12px;z-index:-1}
.contenu-texte-methodes h2{font-size:2.5rem;color:#E3E0E7;margin-bottom:25px;font-weight:700}
.contenu-texte-methodes p{font-size:1.1rem;line-height:1.8;color:#D0C9D8;margin-bottom:20px}
.contenu-texte-methodes .point-cle{background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);padding:18px 24px;border-left:4px solid #A39AB3;margin-top:30px;border-radius:4px}
.contenu-texte-methodes .point-cle p{margin:0;font-size:1.05rem;color:#E3E0E7}
.section-approche-pratique{padding:85px 20px;background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%)}
.conteneur-approche{max-width:1100px;margin:0 auto;text-align:center}
.conteneur-approche h2{font-size:2.6rem;color:#E3E0E7;margin-bottom:20px;font-weight:700}
.conteneur-approche .intro-approche{font-size:1.15rem;color:#D0C9D8;margin-bottom:55px;max-width:750px;margin-left:auto;margin-right:auto;line-height:1.7}
.grille-competences{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:50px}
.carte-competence{background:#343a40;padding:35px 28px;border-radius:10px;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}
.carte-competence::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#A39AB3 0%,#D0C9D8 100%);transform:scaleX(0);transition:transform .3s ease}
.carte-competence:hover::before{transform:scaleX(1)}
.carte-competence:hover{border-color:#A39AB3;transform:translateY(-8px);box-shadow:0 15px 40px #a39ab340}
.carte-competence h3{font-size:1.4rem;color:#E3E0E7;margin-bottom:15px;font-weight:600}
.carte-competence p{font-size:1rem;color:#D0C9D8;line-height:1.6;margin:0}
.zone-temoignages-authentiques{padding:90px 20px;background:#1a1a1a;position:relative}
.zone-temoignages-authentiques::before{content:'';position:absolute;top:0;left:0;width:250px;height:250px;background:radial-gradient(circle,#d0c9d81a 0%,transparent 70%);border-radius:50%}
.conteneur-temoignages{max-width:1150px;margin:0 auto}
.conteneur-temoignages h2{font-size:2.5rem;color:#E3E0E7;text-align:center;margin-bottom:60px;font-weight:700}
.grille-temoignages{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.carte-temoignage{background:linear-gradient(145deg,#2c2c2c 0%,#343a40 100%);padding:40px;border-radius:12px;position:relative;border:1px solid #a39ab333}
.carte-temoignage::after{content:'"';position:absolute;top:15px;right:25px;color:#a39ab326;font:6rem/1 Georgia,serif}
.info-personne{display:flex;align-items:center;gap:20px;margin-bottom:25px}
.info-personne img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #A39AB3}
.details-personne h4{font-size:1.2rem;color:#E3E0E7;margin:0 0 5px;font-weight:600}
.details-personne p{font-size:.95rem;color:#A39AB3;margin:0}
.texte-temoignage{font-size:1.05rem;line-height:1.7;color:#D0C9D8;position:relative;z-index:1}
.section-deroulement-formation{padding:95px 20px;background:linear-gradient(180deg,#343a40 0%,#2c2c2c 50%,#1a1a1a 100%)}
.conteneur-deroulement{max-width:950px;margin:0 auto}
.conteneur-deroulement h2{font-size:2.6rem;color:#E3E0E7;text-align:center;margin-bottom:25px;font-weight:700}
.conteneur-deroulement .description-deroulement{font-size:1.1rem;color:#D0C9D8;text-align:center;margin-bottom:60px;line-height:1.7}
.liste-etapes{position:relative}
.liste-etapes::before{content:'';position:absolute;left:50px;top:40px;bottom:40px;width:3px;background:linear-gradient(180deg,#A39AB3 0%,#D0C9D8 100%)}
.etape-formation{position:relative;padding-left:130px;margin-bottom:50px}
.numero-etape{position:absolute;left:25px;top:0;width:50px;height:50px;background:linear-gradient(135deg,#A39AB3 0%,#D0C9D8 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:#1a1a1a;z-index:2;box-shadow:0 5px 20px #a39ab366}
.etape-formation h3{font-size:1.5rem;color:#E3E0E7;margin-bottom:12px;font-weight:600}
.etape-formation p{font-size:1.05rem;color:#D0C9D8;line-height:1.7;margin:0}
.bloc-inscription-finale{padding:100px 20px;background:#1a1a1a;position:relative;overflow:hidden}
.bloc-inscription-finale::before{content:'';position:absolute;bottom:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#a39ab31f 0%,transparent 70%);border-radius:50%}
.conteneur-inscription{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.carte-inscription{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);padding:60px 50px;border-radius:16px;border:2px solid #A39AB3;box-shadow:0 25px 70px #0009}
.carte-inscription h2{font-size:2.8rem;color:#E3E0E7;margin-bottom:20px;font-weight:700}
.carte-inscription .message-inscription{font-size:1.2rem;color:#D0C9D8;margin-bottom:35px;line-height:1.7}
.carte-inscription .dates-importantes{background:#a39ab31a;padding:25px;border-radius:8px;margin-bottom:40px;border-left:4px solid #A39AB3}
.carte-inscription .dates-importantes p{font-size:1.1rem;color:#E3E0E7;margin:8px 0;line-height:1.6}
.bouton-contact-principal{display:inline-block;background:linear-gradient(135deg,#A39AB3 0%,#D0C9D8 100%);color:#1a1a1a;padding:18px 45px;font-size:1.15rem;font-weight:700;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 8px 25px #a39ab34d;position:relative;overflow:hidden}
.bouton-contact-principal::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#D0C9D8 0%,#E3E0E7 100%);transition:left .3s ease;z-index:-1}
.bouton-contact-principal:hover::before{left:0}
.bouton-contact-principal:hover{transform:translateY(-3px);box-shadow:0 12px 35px #a39ab380}
@media (max-width: 968px) {
.hero-finances-intro h1{font-size:2.4rem}
.hero-finances-intro .sous-titre-hero{font-size:1.1rem}
.conteneur-methodes{grid-template-columns:1fr;gap:40px}
.zone-image-methode img{height:350px}
.grille-competences{grid-template-columns:1fr;gap:25px}
.grille-temoignages{grid-template-columns:1fr;gap:30px}
.liste-etapes::before{left:25px}
.etape-formation{padding-left:90px}
.numero-etape{left:0;width:45px;height:45px;font-size:1.2rem}
.carte-inscription{padding:45px 30px}
.carte-inscription h2{font-size:2.2rem}
}
@media (max-width: 640px) {
.hero-finances-intro{padding:80px 20px 60px}
.hero-finances-intro h1{font-size:2rem}
.bloc-methodes-visuelles,.section-approche-pratique,.zone-temoignages-authentiques,.section-deroulement-formation,.bloc-inscription-finale{padding:60px 20px}
.contenu-texte-methodes h2,.conteneur-approche h2,.conteneur-temoignages h2,.conteneur-deroulement h2{font-size:2rem}
.zone-image-methode::before{width:100px;height:100px}
.carte-inscription h2{font-size:1.8rem}
.bouton-contact-principal{padding:15px 35px;font-size:1.05rem}
}
.finances-index-wrap{background:#1a1a1a;color:#f8f9fa;font-family:'Segoe UI',system-ui,sans-serif;line-height:1.7;overflow-x:hidden}
.hero-finances-main{min-height:100vh;position:relative;display:flex;align-items:center;background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);padding:0;margin:0}
.hero-finances-main::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url(./landing_images/GT4Vwah9.jpg) center/cover no-repeat;opacity:.15;z-index:1}
.hero-content-finances{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:2rem}
.hero-finances-main h1{font-size:3.8rem;font-weight:700;color:#E3E0E7;margin:0 0 1.5rem;line-height:1.2;text-shadow:0 2px 20px #a39ab34d}
.hero-finances-main .hero-subtitle{font-size:1.4rem;color:#D0C9D8;margin:0 0 2.5rem;max-width:650px}
.hero-cta-btn{display:inline-block;background:linear-gradient(135deg,#A39AB3 0%,#8B7E9E 100%);color:#fff;padding:1rem 2.5rem;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #a39ab366}
.hero-cta-btn:hover{transform:translateY(-3px);box-shadow:0 6px 25px #a39ab399;background:linear-gradient(135deg,#8B7E9E 0%,#A39AB3 100%)}
.zigzag-intro-section{background:#2c2c2c;padding:6rem 2rem}
.zigzag-intro-section .container{max-width:1200px;margin:0 auto}
.zigzag-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.zigzag-text-area h2{font-size:2.5rem;color:#E3E0E7;margin:0 0 1.5rem;font-weight:600}
.zigzag-text-area p{font-size:1.1rem;color:#D0C9D8;margin:0 0 1rem}
.zigzag-image-holder{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0006}
.zigzag-image-holder img{width:100%;height:420px;object-fit:cover;display:block;transition:transform .4s ease}
.zigzag-image-holder:hover img{transform:scale(1.05)}
.methods-grid-section{background:linear-gradient(180deg,#1a1a1a 0%,#343a40 100%);padding:6rem 2rem;position:relative}
.methods-grid-section::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#A39AB3,transparent)}
.methods-grid-section .container{max-width:1200px;margin:0 auto}
.section-header-center{text-align:center;margin:0 0 4rem}
.section-header-center h2{font-size:2.8rem;color:#E3E0E7;margin:0 0 1rem;font-weight:700}
.section-header-center .subtitle-desc{font-size:1.2rem;color:#D0C9D8;max-width:700px;margin:0 auto}
.methods-grid-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.method-card-item{background:#2c2c2c;padding:2.5rem 2rem;border-radius:12px;border:1px solid #3a3a3a;transition:all .3s ease;position:relative}
.method-card-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#A39AB3,#D0C9D8);transition:height .3s ease;border-radius:12px 0 0 12px}
.method-card-item:hover::before{height:100%}
.method-card-item:hover{transform:translateY(-8px);box-shadow:0 12px 35px #a39ab34d;border-color:#A39AB3}
.method-card-item h3{font-size:1.6rem;color:#E3E0E7;margin:0 0 1rem;font-weight:600}
.method-card-item p{font-size:1rem;color:#D0C9D8;margin:0;line-height:1.6}
.visual-comparison-block{background:#2c2c2c;padding:6rem 2rem}
.visual-comparison-block .container{max-width:1100px;margin:0 auto}
.comparison-flex-wrap{display:flex;gap:3rem;align-items:stretch}
.comparison-left-content{flex:1}
.comparison-left-content h2{font-size:2.6rem;color:#E3E0E7;margin:0 0 2rem;font-weight:600}
.comparison-table-styled{width:100%;border-collapse:separate;border-spacing:0;background:#1a1a1a;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px #0000004d}
.comparison-table-styled thead{background:linear-gradient(135deg,#A39AB3 0%,#8B7E9E 100%)}
.comparison-table-styled thead th{padding:1rem;text-align:left;color:#fff;font-weight:600;font-size:1rem}
.comparison-table-styled tbody tr{border-bottom:1px solid #3a3a3a;transition:background .2s ease}
.comparison-table-styled tbody tr:hover{background:#343a40}
.comparison-table-styled tbody td{padding:1rem;color:#D0C9D8;font-size:.95rem}
.comparison-table-styled tbody td:first-child{color:#E3E0E7;font-weight:500}
.comparison-right-visual{flex:0 0 380px;position:relative}
.comparison-right-visual img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #0006}
.pricing-showcase-section{background:linear-gradient(180deg,#343a40 0%,#1a1a1a 100%);padding:6rem 2rem;position:relative}
.pricing-showcase-section .container{max-width:1200px;margin:0 auto}
.pricing-cards-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0 0}
.pricing-card-box{background:#2c2c2c;padding:2.5rem 2rem;border-radius:12px;border:2px solid #3a3a3a;text-align:center;transition:all .3s ease;position:relative}
.pricing-card-box.featured-price{border-color:#A39AB3;transform:scale(1.05);box-shadow:0 12px 40px #a39ab366}
.pricing-card-box:hover{transform:translateY(-10px) scale(1.02);border-color:#A39AB3;box-shadow:0 15px 45px #a39ab34d}
.pricing-card-box h3{font-size:1.8rem;color:#E3E0E7;margin:0 0 1rem;font-weight:600}
.price-amount-display{font-size:3rem;color:#A39AB3;font-weight:700;margin:0 0 .5rem}
.price-period{font-size:1rem;color:#D0C9D8;margin:0 0 2rem}
.features-price-list{list-style:none;padding:0;margin:0 0 2rem;text-align:left}
.features-price-list li{padding:.6rem 0;color:#D0C9D8;font-size:.95rem;border-bottom:1px solid #3a3a3a}
.features-price-list li:last-child{border-bottom:none}
.price-cta-button{display:inline-block;background:linear-gradient(135deg,#A39AB3 0%,#8B7E9E 100%);color:#fff;padding:.9rem 2rem;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}
.price-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a39ab380}
.testimonial-overlay-section{background:#2c2c2c;padding:6rem 2rem;position:relative}
.testimonial-overlay-section .container{max-width:1000px;margin:0 auto}
.testimonial-main-box{background:linear-gradient(135deg,#343a40 0%,#495057 100%);padding:4rem 3rem;border-radius:16px;position:relative;box-shadow:0 10px 40px #0006}
.testimonial-main-box::before{content:'"';position:absolute;top:-20px;left:30px;color:#A39AB3;opacity:.3;font:8rem/1 Georgia,serif}
.testimonial-content-area{position:relative;z-index:2}
.testimonial-content-area p{font-size:1.3rem;color:#E3E0E7;line-height:1.8;margin:0 0 2rem;font-style:italic}
.testimonial-author-info{display:flex;align-items:center;gap:1.5rem}
.author-portrait-circle{width:70px;height:70px;border-radius:50%;overflow:hidden;border:3px solid #A39AB3;box-shadow:0 4px 15px #a39ab366}
.author-portrait-circle img{width:100%;height:100%;object-fit:cover}
.author-details-text h4{font-size:1.3rem;color:#E3E0E7;margin:0 0 .3rem;font-weight:600}
.author-details-text .author-role{font-size:1rem;color:#D0C9D8;margin:0}
.steps-diagonal-section{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);padding:6rem 2rem;position:relative;overflow:hidden}
.steps-diagonal-section::after{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:radial-gradient(circle,#a39ab326 0%,transparent 70%);border-radius:50%;pointer-events:none}
.steps-diagonal-section .container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.steps-wrapper-diagonal{display:grid;grid-template-columns:1fr;gap:3rem;margin:3rem 0 0}
.step-item-angled{background:#2c2c2c;padding:2.5rem 3rem 2.5rem 5rem;border-radius:12px;position:relative;border-left:4px solid #A39AB3;transition:all .3s ease}
.step-item-angled:hover{transform:translateX(15px);box-shadow:0 8px 30px #a39ab34d}
.step-number-badge{position:absolute;left:-25px;top:50%;transform:translateY(-50%);width:50px;height:50px;background:linear-gradient(135deg,#A39AB3 0%,#8B7E9E 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;font-weight:700;box-shadow:0 4px 15px #a39ab380}
.step-item-angled h3{font-size:1.8rem;color:#E3E0E7;margin:0 0 1rem;font-weight:600}
.step-item-angled p{font-size:1.05rem;color:#D0C9D8;margin:0;line-height:1.7}
.final-cta-asymmetric{background:linear-gradient(135deg,#343a40 0%,#495057 100%);padding:6rem 2rem;position:relative}
.final-cta-asymmetric .container{max-width:1200px;margin:0 auto}
.cta-asymmetric-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:4rem;align-items:center}
.cta-text-area h2{font-size:2.8rem;color:#E3E0E7;margin:0 0 1.5rem;font-weight:700;line-height:1.3}
.cta-text-area p{font-size:1.2rem;color:#D0C9D8;margin:0 0 2rem;line-height:1.7}
.cta-buttons-group{display:flex;gap:1.5rem;flex-wrap:wrap}
.cta-primary-btn,.cta-secondary-btn{display:inline-block;padding:1rem 2.2rem;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease}
.cta-primary-btn{background:linear-gradient(135deg,#A39AB3 0%,#8B7E9E 100%);color:#fff;box-shadow:0 4px 15px #a39ab366}
.cta-primary-btn:hover{transform:translateY(-3px);box-shadow:0 6px 25px #a39ab399}
.cta-secondary-btn{background:transparent;color:#E3E0E7;border:2px solid #A39AB3}
.cta-secondary-btn:hover{background:#A39AB3;color:#fff;transform:translateY(-3px)}
.cta-visual-accent{position:relative}
.cta-accent-shape{width:100%;height:350px;background:linear-gradient(135deg,#A39AB3 0%,#D0C9D8 100%);border-radius:50% 20% 50% 20%;position:relative;box-shadow:0 15px 50px #a39ab366;animation:float-shape 6s ease-in-out infinite}
@keyframes float-shape {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-20px) rotate(5deg)}
}
@media (max-width: 992px) {
.hero-finances-main h1{font-size:2.8rem}
.zigzag-content-wrapper{grid-template-columns:1fr;gap:2.5rem}
.methods-grid-container{grid-template-columns:repeat(2,1fr);gap:2rem}
.comparison-flex-wrap{flex-direction:column}
.comparison-right-visual{flex:1}
.comparison-right-visual img{height:400px}
.pricing-cards-wrapper{grid-template-columns:1fr}
.pricing-card-box.featured-price{transform:scale(1)}
.cta-asymmetric-layout{grid-template-columns:1fr;gap:3rem}
.step-item-angled{padding-left:4rem}
.step-number-badge{left:-20px;width:45px;height:45px;font-size:1.3rem}
}
@media (max-width: 768px) {
.hero-finances-main h1{font-size:2.2rem}
.hero-finances-main .hero-subtitle{font-size:1.1rem}
.section-header-center h2{font-size:2.2rem}
.methods-grid-container{grid-template-columns:1fr}
.zigzag-image-holder img{height:300px}
.comparison-right-visual img{height:300px}
.testimonial-main-box{padding:3rem 2rem}
.testimonial-content-area p{font-size:1.1rem}
.cta-buttons-group{flex-direction:column}
.cta-primary-btn,.cta-secondary-btn{display:block;text-align:center}
.step-item-angled{padding:2rem 1.5rem 2rem 3.5rem}
.step-item-angled:hover{transform:translateX(10px)}
.cta-accent-shape{height:250px}
}
.contact-hero-zone{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-zone::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#a39ab326 0%,transparent 70%);border-radius:50%}
.contact-hero-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;color:#E3E0E7;margin-bottom:20px;font-weight:700;line-height:1.2}
.contact-hero-content .subtitle-text{font-size:1.15rem;color:#D0C9D8;line-height:1.6;margin-bottom:0}
.contact-split-wrapper{background:#1a1a1a;padding:70px 20px}
.contact-split-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.info-panel-left{background:linear-gradient(160deg,#2c2c2c 0%,#343a40 100%);padding:50px 40px;border-radius:12px;border-left:4px solid #A39AB3}
.info-panel-left h2{font-size:2rem;color:#E3E0E7;margin-bottom:25px;font-weight:600}
.info-panel-left p{font-size:1.05rem;color:#D0C9D8;line-height:1.7;margin-bottom:35px}
.contact-detail-item{display:flex;align-items:flex-start;margin-bottom:28px;padding-left:15px}
.contact-detail-item .icon-marker{width:20px;height:20px;background:#A39AB3;border-radius:50%;margin-right:18px;flex-shrink:0;margin-top:4px}
.contact-detail-item .detail-content{flex:1}
.contact-detail-item .detail-label{font-size:.85rem;color:#A39AB3;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;display:block;font-weight:600}
.contact-detail-item .detail-value{font-size:1.1rem;color:#f8f9fa;line-height:1.5}
.contact-detail-item .detail-value a{color:#f8f9fa;text-decoration:none;transition:color .3s ease}
.contact-detail-item .detail-value a:hover{color:#A39AB3}
.form-panel-right{background:#2c2c2c;padding:50px 40px;border-radius:12px;box-shadow:0 8px 30px #0006}
.form-panel-right h2{font-size:1.85rem;color:#E3E0E7;margin-bottom:15px;font-weight:600}
.form-panel-right .form-intro{font-size:1rem;color:#D0C9D8;margin-bottom:35px;line-height:1.6}
.contact-form-main{display:flex;flex-direction:column;gap:22px}
.form-group-custom{display:flex;flex-direction:column}
.form-group-custom label{font-size:.95rem;color:#D0C9D8;margin-bottom:8px;font-weight:500}
.form-group-custom input,.form-group-custom textarea{background:#1a1a1a;border:2px solid #495057;border-radius:6px;padding:14px 16px;font-size:1rem;color:#f8f9fa;transition:border-color .3s ease,background-color .3s ease}
.form-group-custom input:focus,.form-group-custom textarea:focus{outline:none;border-color:#A39AB3;background:#242424}
.form-group-custom textarea{resize:vertical;min-height:140px;font-family:inherit}
.consent-checkbox-wrapper{display:flex;align-items:flex-start;margin-top:8px}
.consent-checkbox-wrapper input[type="checkbox"]{width:20px;height:20px;margin-right:12px;margin-top:2px;cursor:pointer;flex-shrink:0}
.consent-checkbox-wrapper label{font-size:.92rem;color:#D0C9D8;line-height:1.5;cursor:pointer}
.consent-checkbox-wrapper label a{color:#A39AB3;text-decoration:underline;transition:color .3s ease}
.consent-checkbox-wrapper label a:hover{color:#E3E0E7}
.submit-btn-custom{background:linear-gradient(135deg,#A39AB3 0%,#8a7d9a 100%);color:#fff;font-size:1.1rem;font-weight:600;padding:16px 40px;border:none;border-radius:6px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;margin-top:12px;z-index:10;position:relative}
.submit-btn-custom:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a39ab366}
.submit-btn-custom:active{transform:translateY(0)}
.hours-section-wrapper{background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%);padding:75px 20px}
.hours-content-box{max-width:900px;margin:0 auto;text-align:center}
.hours-content-box h2{font-size:2.2rem;color:#E3E0E7;margin-bottom:20px;font-weight:600}
.hours-content-box .intro-para{font-size:1.08rem;color:#D0C9D8;line-height:1.7;margin-bottom:45px}
.hours-grid-display{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}
.hour-card-item{background:#343a40;padding:35px 25px;border-radius:10px;border-top:3px solid #A39AB3;transition:transform .3s ease,box-shadow .3s ease}
.hour-card-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #a39ab34d}
.hour-card-item h3{font-size:1.3rem;color:#E3E0E7;margin-bottom:15px;font-weight:600}
.hour-card-item p{font-size:1rem;color:#D0C9D8;line-height:1.6;margin:0}
.faq-section-area{background:#1a1a1a;padding:70px 20px}
.faq-inner-container{max-width:950px;margin:0 auto}
.faq-inner-container h2{font-size:2.3rem;color:#E3E0E7;margin-bottom:50px;text-align:center;font-weight:600}
.faq-item-block{background:#2c2c2c;padding:30px 35px;margin-bottom:20px;border-radius:8px;border-left:4px solid #A39AB3;transition:background-color .3s ease}
.faq-item-block:hover{background:#343a40}
.faq-item-block h3{font-size:1.3rem;color:#E3E0E7;margin-bottom:12px;font-weight:600}
.faq-item-block p{font-size:1.05rem;color:#D0C9D8;line-height:1.7;margin:0}
.map-visual-section{background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);padding:80px 20px;position:relative}
.map-visual-section::after{content:'';position:absolute;bottom:-50%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#d0c9d81a 0%,transparent 70%);border-radius:50%}
.map-content-inner{max-width:1000px;margin:0 auto;text-align:center;position:relative;z-index:2}
.map-content-inner h2{font-size:2.1rem;color:#E3E0E7;margin-bottom:25px;font-weight:600}
.map-content-inner p{font-size:1.1rem;color:#D0C9D8;line-height:1.7;margin-bottom:35px}
.location-highlight-box{background:#1a1a1a99;padding:40px 45px;border-radius:10px;display:inline-block;border:2px solid #A39AB3;margin-top:20px}
.location-highlight-box .address-line{font-size:1.2rem;color:#f8f9fa;margin-bottom:10px;font-weight:500}
.location-highlight-box .region-line{font-size:1.05rem;color:#A39AB3;font-style:italic}
.cta-final-section{background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%);padding:75px 20px;text-align:center}
.cta-final-content{max-width:800px;margin:0 auto}
.cta-final-content h2{font-size:2.4rem;color:#E3E0E7;margin-bottom:20px;font-weight:700}
.cta-final-content p{font-size:1.15rem;color:#D0C9D8;line-height:1.7;margin-bottom:40px}
.cta-button-primary{display:inline-block;background:linear-gradient(135deg,#A39AB3 0%,#8a7d9a 100%);color:#fff;font-size:1.15rem;font-weight:600;padding:18px 50px;border-radius:8px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;z-index:10;position:relative}
.cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #a39ab380}
@media (max-width: 968px) {
.contact-split-container{grid-template-columns:1fr;gap:40px}
.hours-grid-display{grid-template-columns:1fr;gap:25px}
.contact-hero-content h1{font-size:2.2rem}
.info-panel-left,.form-panel-right{padding:40px 30px}
}
@media (max-width: 640px) {
.contact-hero-zone{padding:60px 20px 50px}
.contact-hero-content h1{font-size:1.9rem}
.contact-hero-content .subtitle-text{font-size:1.05rem}
.info-panel-left h2,.form-panel-right h2{font-size:1.6rem}
.hours-content-box h2,.faq-inner-container h2,.map-content-inner h2,.cta-final-content h2{font-size:1.8rem}
.submit-btn-custom{width:100%}
}
.tech-req-wrapper{background:#1a1a1a;color:#f8f9fa;min-height:100vh;position:relative;overflow-x:hidden}
.tech-req-hero-section{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:120px 20px 80px;position:relative}
.tech-req-hero-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#A39AB3 0%,#D0C9D8 50%,#E3E0E7 100%)}
.tech-req-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.tech-req-hero-text h1{font-size:3.2rem;font-weight:700;color:#fff;margin-bottom:24px;line-height:1.2}
.tech-req-hero-text p{font-size:1.15rem;color:#D0C9D8;line-height:1.7;margin-bottom:20px}
.tech-req-hero-image-box{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #a39ab326}
.tech-req-hero-image-box img{width:100%;height:480px;object-fit:cover;display:block}
.tech-req-hero-image-box::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,#1a1a1ab3,transparent)}
.tech-req-main-block{max-width:1200px;margin:0 auto;padding:80px 20px}
.tech-req-intro-text{background:#2c2c2c;padding:50px;border-radius:8px;border-left:4px solid #A39AB3;margin-bottom:70px}
.tech-req-intro-text h2{font-size:2rem;color:#E3E0E7;margin-bottom:20px;font-weight:600}
.tech-req-intro-text p{font-size:1.05rem;color:#D0C9D8;line-height:1.8;margin-bottom:16px}
.tech-req-zigzag-container{display:flex;flex-direction:column;gap:80px}
.tech-req-spec-row{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.tech-req-spec-row:nth-child(even){direction:rtl}
.tech-req-spec-row:nth-child(even) > *{direction:ltr}
.tech-req-spec-content{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);padding:45px;border-radius:12px;position:relative}
.tech-req-spec-content::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#A39AB3,#D0C9D8);border-radius:12px;z-index:-1;opacity:.3}
.tech-req-spec-content h3{font-size:1.8rem;color:#fff;margin-bottom:24px;font-weight:600}
.tech-req-spec-list{list-style:none;padding:0;margin:0}
.tech-req-spec-list li{padding:14px 0 14px 35px;color:#D0C9D8;font-size:1.05rem;line-height:1.7;position:relative;border-bottom:1px solid #a39ab326}
.tech-req-spec-list li:last-child{border-bottom:none}
.tech-req-spec-list li::before{content:'▸';position:absolute;left:0;color:#A39AB3;font-size:1.3rem;line-height:1.7}
.tech-req-spec-visual{position:relative}
.tech-req-spec-image{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 15px 45px #0006}
.tech-req-compatibility-section{background:#343a40;padding:60px;border-radius:12px;margin-top:70px;position:relative;overflow:hidden}
.tech-req-compatibility-section::before{content:'';position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,#a39ab31a 0%,transparent 70%);border-radius:50%}
.tech-req-compatibility-section h3{font-size:2rem;color:#fff;margin-bottom:40px;text-align:center;font-weight:600}
.tech-req-compat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.tech-req-compat-card{background:#2c2c2c;padding:35px;border-radius:8px;border-top:3px solid #A39AB3;transition:transform .3s ease,box-shadow .3s ease}
.tech-req-compat-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #a39ab333}
.tech-req-compat-card h4{font-size:1.4rem;color:#E3E0E7;margin-bottom:16px;font-weight:600}
.tech-req-compat-card p{font-size:1rem;color:#D0C9D8;line-height:1.7;margin-bottom:12px}
.tech-req-compat-card ul{list-style:none;padding:0;margin:16px 0 0}
.tech-req-compat-card ul li{padding:8px 0;color:#D0C9D8;font-size:.95rem;padding-left:25px;position:relative}
.tech-req-compat-card ul li::before{content:'';position:absolute;left:0;color:#A39AB3;font-weight:700}
.tech-req-expert-panel{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:70px 0;margin-top:80px}
.tech-req-expert-inner{max-width:1200px;margin:0 auto;padding:0 20px}
.tech-req-expert-inner h3{font-size:2rem;color:#fff;margin-bottom:50px;text-align:center;font-weight:600}
.tech-req-expert-profiles{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.tech-req-expert-item{background:#343a40;border-radius:12px;padding:35px;text-align:center;transition:transform .3s ease}
.tech-req-expert-item:hover{transform:scale(1.03)}
.tech-req-expert-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 20px;border:4px solid #A39AB3;display:block}
.tech-req-expert-item h4{font-size:1.3rem;color:#E3E0E7;margin-bottom:8px;font-weight:600}
.tech-req-expert-item .tech-req-expert-role{font-size:.95rem;color:#A39AB3;margin-bottom:16px;font-style:italic}
.tech-req-expert-item p{font-size:.98rem;color:#D0C9D8;line-height:1.7}
.tech-req-security-block{max-width:1200px;margin:80px auto 0;padding:0 20px}
.tech-req-security-wrapper{background:#2c2c2c;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0000004d}
.tech-req-security-header{background:linear-gradient(90deg,#A39AB3 0%,#D0C9D8 100%);padding:40px 50px}
.tech-req-security-header h3{font-size:2rem;color:#1a1a1a;margin:0;font-weight:700}
.tech-req-security-body{padding:50px}
.tech-req-security-body p{font-size:1.05rem;color:#D0C9D8;line-height:1.8;margin-bottom:24px}
.tech-req-security-features{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:40px}
.tech-req-security-item{background:#343a40;padding:30px;border-radius:8px;border-left:4px solid #A39AB3}
.tech-req-security-item h5{font-size:1.2rem;color:#E3E0E7;margin-bottom:12px;font-weight:600}
.tech-req-security-item p{font-size:.98rem;color:#D0C9D8;line-height:1.7;margin:0}
.tech-req-cta-final{max-width:800px;margin:80px auto 0;padding:0 20px 100px;text-align:center}
.tech-req-cta-final h3{font-size:2.2rem;color:#fff;margin-bottom:24px;font-weight:600}
.tech-req-cta-final p{font-size:1.1rem;color:#D0C9D8;line-height:1.8;margin-bottom:35px}
.tech-req-btn-primary{display:inline-block;background:linear-gradient(135deg,#A39AB3 0%,#D0C9D8 100%);color:#1a1a1a;padding:18px 45px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 30px #a39ab34d;position:relative;z-index:10}
.tech-req-btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #a39ab366}
@media (max-width: 968px) {
.tech-req-hero-content{grid-template-columns:1fr;gap:40px}
.tech-req-hero-text h1{font-size:2.5rem}
.tech-req-hero-image-box img{height:350px}
.tech-req-spec-row{grid-template-columns:1fr;gap:30px}
.tech-req-spec-row:nth-child(even){direction:ltr}
.tech-req-expert-profiles{grid-template-columns:1fr;gap:30px}
.tech-req-security-features{grid-template-columns:1fr}
.tech-req-intro-text{padding:35px}
.tech-req-compatibility-section{padding:40px 30px}
.tech-req-security-body{padding:35px}
}
@media (max-width: 640px) {
.tech-req-hero-section{padding:80px 20px 60px}
.tech-req-hero-text h1{font-size:2rem}
.tech-req-hero-text p{font-size:1rem}
.tech-req-hero-image-box img{height:280px}
.tech-req-intro-text{padding:25px}
.tech-req-intro-text h2{font-size:1.6rem}
.tech-req-spec-content{padding:30px}
.tech-req-spec-content h3{font-size:1.5rem}
.tech-req-spec-image{height:280px}
.tech-req-compatibility-section{padding:35px 20px}
.tech-req-compat-card{padding:25px}
.tech-req-security-body{padding:25px}
.tech-req-security-header{padding:30px 25px}
.tech-req-cta-final h3{font-size:1.8rem}
.tech-req-btn-primary{padding:15px 35px;font-size:1rem}
}
.success-stories-main{background:#1a1a1a;color:#f8f9fa;overflow-x:hidden}
.success-stories-main *{box-sizing:border-box}
.success-hero-section{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:120px 20px 80px;position:relative;border-bottom:3px solid #A39AB3}
.success-hero-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,#a39ab31a 0%,transparent 50%);pointer-events:none}
.success-hero-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.success-hero-content h1{font-size:3.2rem;font-weight:700;margin:0 0 30px;color:#E3E0E7;line-height:1.2;letter-spacing:-.5px}
.success-hero-content .hero-subtitle{font-size:1.3rem;color:#D0C9D8;line-height:1.6;margin:0;font-weight:300}
.timeline-showcase-block{background:#2c2c2c;padding:90px 20px;position:relative}
.timeline-showcase-wrapper{max-width:1100px;margin:0 auto}
.timeline-showcase-intro{text-align:center;margin-bottom:70px}
.timeline-showcase-intro h2{font-size:2.5rem;color:#E3E0E7;margin:0 0 20px;font-weight:600}
.timeline-showcase-intro p{font-size:1.15rem;color:#D0C9D8;line-height:1.7;max-width:700px;margin:0 auto}
.timeline-track{position:relative;padding:40px 0 40px 80px}
.timeline-track::before{content:'';position:absolute;left:30px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#A39AB3 0%,#D0C9D8 100%)}
.timeline-moment{position:relative;margin-bottom:60px;padding:30px;background:#343a40;border-radius:8px;border-left:4px solid #A39AB3;transition:transform .3s ease,box-shadow .3s ease}
.timeline-moment:hover{transform:translateX(10px);box-shadow:0 8px 25px #a39ab333}
.timeline-moment::before{content:'';position:absolute;left:-54px;top:35px;width:20px;height:20px;background:#A39AB3;border:4px solid #2c2c2c;border-radius:50%;z-index:3}
.timeline-moment h3{font-size:1.5rem;color:#E3E0E7;margin:0 0 10px;font-weight:600}
.timeline-moment .moment-date{display:inline-block;background:#a39ab333;color:#D0C9D8;padding:5px 15px;border-radius:20px;font-size:.9rem;margin-bottom:15px}
.timeline-moment p{font-size:1.05rem;color:#f8f9fa;line-height:1.7;margin:0}
.bordered-comparison-section{background:#1a1a1a;padding:85px 20px}
.bordered-comparison-container{max-width:1200px;margin:0 auto}
.bordered-comparison-header{text-align:center;margin-bottom:60px}
.bordered-comparison-header h2{font-size:2.4rem;color:#E3E0E7;margin:0 0 18px;font-weight:600}
.bordered-comparison-header p{font-size:1.1rem;color:#D0C9D8;line-height:1.6;max-width:650px;margin:0 auto}
.comparison-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.comparison-box{background:#2c2c2c;border:2px solid #A39AB3;border-radius:10px;padding:35px 25px;transition:transform .3s ease,border-color .3s ease}
.comparison-box:hover{transform:translateY(-8px);border-color:#D0C9D8}
.comparison-box h3{font-size:1.6rem;color:#E3E0E7;margin:0 0 20px;font-weight:600}
.comparison-box ul{list-style:none;padding:0;margin:0}
.comparison-box ul li{font-size:1.05rem;color:#f8f9fa;line-height:1.8;padding-left:30px;position:relative;margin-bottom:12px}
.comparison-box ul li::before{content:'';position:absolute;left:0;color:#A39AB3;font-weight:700;font-size:1.2rem}
.zigzag-testimonial-block{background:#343a40;padding:90px 20px;position:relative}
.zigzag-testimonial-block::before{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(135deg,transparent 0%,#a39ab30d 100%);pointer-events:none}
.zigzag-testimonial-wrapper{max-width:1150px;margin:0 auto;position:relative;z-index:2}
.zigzag-testimonial-title{text-align:center;margin-bottom:70px}
.zigzag-testimonial-title h2{font-size:2.5rem;color:#E3E0E7;margin:0 0 15px;font-weight:600}
.zigzag-row{display:flex;align-items:center;gap:50px;margin-bottom:70px}
.zigzag-row.reverse{flex-direction:row-reverse}
.zigzag-image-side{flex:0 0 280px}
.zigzag-image-side img{width:100%;height:280px;object-fit:cover;border-radius:12px;border:3px solid #A39AB3}
.zigzag-content-side{flex:1}
.zigzag-content-side h3{font-size:1.7rem;color:#E3E0E7;margin:0 0 15px;font-weight:600}
.zigzag-content-side .testimonial-role{font-size:1rem;color:#A39AB3;margin:0 0 20px;font-style:italic}
.zigzag-content-side blockquote{font-size:1.1rem;color:#f8f9fa;line-height:1.7;margin:0;padding:0;border:none;position:relative}
.zigzag-content-side blockquote::before{content:'"';font-size:4rem;color:#A39AB3;position:absolute;left:-30px;top:-20px;line-height:1;opacity:.3}
.visual-data-section{background:#2c2c2c;padding:85px 20px}
.visual-data-container{max-width:1100px;margin:0 auto}
.visual-data-header{text-align:center;margin-bottom:60px}
.visual-data-header h2{font-size:2.4rem;color:#E3E0E7;margin:0 0 18px;font-weight:600}
.visual-data-header p{font-size:1.1rem;color:#D0C9D8;line-height:1.6}
.data-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:35px;margin-bottom:60px}
.stat-item{background:#343a40;padding:40px 30px;border-radius:10px;text-align:center;border-bottom:4px solid #A39AB3;transition:transform .3s ease}
.stat-item:hover{transform:scale(1.05)}
.stat-item .stat-number{font-size:3rem;color:#A39AB3;font-weight:700;margin:0 0 10px;line-height:1}
.stat-item .stat-label{font-size:1.1rem;color:#f8f9fa;line-height:1.5;margin:0}
.progress-showcase{background:#1a1a1a;padding:40px;border-radius:10px;border:2px solid #495057}
.progress-showcase h3{font-size:1.8rem;color:#E3E0E7;margin:0 0 35px;text-align:center;font-weight:600}
.progress-bar-item{margin-bottom:30px}
.progress-bar-item:last-child{margin-bottom:0}
.progress-bar-label{display:flex;justify-content:space-between;margin-bottom:10px}
.progress-bar-label span{font-size:1.05rem;color:#D0C9D8}
.progress-bar-label .progress-percent{color:#A39AB3;font-weight:600}
.progress-bar-track{background:#343a40;height:12px;border-radius:20px;overflow:hidden;position:relative}
.progress-bar-fill{background:linear-gradient(90deg,#A39AB3 0%,#D0C9D8 100%);height:100%;border-radius:20px;transition:width .5s ease}
.asymmetric-case-study{background:#1a1a1a;padding:90px 20px}
.asymmetric-case-wrapper{max-width:1200px;margin:0 auto}
.asymmetric-case-intro{max-width:750px;margin-bottom:60px}
.asymmetric-case-intro h2{font-size:2.6rem;color:#E3E0E7;margin:0 0 20px;font-weight:600}
.asymmetric-case-intro p{font-size:1.15rem;color:#D0C9D8;line-height:1.7;margin:0}
.asymmetric-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:50px;align-items:start}
.case-content-column{background:#2c2c2c;padding:45px;border-radius:12px;border-top:5px solid #A39AB3}
.case-content-column h3{font-size:1.8rem;color:#E3E0E7;margin:0 0 25px;font-weight:600}
.case-content-column p{font-size:1.05rem;color:#f8f9fa;line-height:1.8;margin:0 0 20px}
.case-content-column p:last-child{margin-bottom:0}
.case-visual-column img{width:100%;height:auto;border-radius:12px;border:3px solid #495057;margin-bottom:25px}
.case-highlight-box{background:#343a40;padding:30px;border-radius:10px;border-left:5px solid #D0C9D8}
.case-highlight-box h4{font-size:1.4rem;color:#E3E0E7;margin:0 0 15px;font-weight:600}
.case-highlight-box ul{list-style:none;padding:0;margin:0}
.case-highlight-box ul li{font-size:1.05rem;color:#f8f9fa;line-height:1.7;padding-left:25px;position:relative;margin-bottom:10px}
.case-highlight-box ul li::before{content:'→';position:absolute;left:0;color:#D0C9D8;font-weight:700}
.final-cta-section{background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);padding:100px 20px;text-align:center;position:relative;border-top:3px solid #A39AB3}
.final-cta-section::before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60%;height:80%;background:radial-gradient(ellipse at center,#a39ab31a 0%,transparent 70%);pointer-events:none}
.final-cta-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.final-cta-content h2{font-size:2.8rem;color:#E3E0E7;margin:0 0 25px;font-weight:700;line-height:1.3}
.final-cta-content p{font-size:1.2rem;color:#D0C9D8;line-height:1.7;margin:0 0 40px}
.cta-button-primary{display:inline-block;background:linear-gradient(135deg,#A39AB3 0%,#D0C9D8 100%);color:#1a1a1a;padding:18px 50px;font-size:1.15rem;font-weight:600;border-radius:50px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:10}
.cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #a39ab366}
@media (max-width: 768px) {
.success-hero-content h1{font-size:2.2rem}
.success-hero-content .hero-subtitle{font-size:1.1rem}
.timeline-track{padding-left:50px}
.timeline-track::before{left:15px}
.timeline-moment::before{left:-39px;width:16px;height:16px}
.timeline-showcase-intro h2,.bordered-comparison-header h2,.zigzag-testimonial-title h2,.visual-data-header h2{font-size:2rem}
.comparison-grid{grid-template-columns:1fr}
.zigzag-row,.zigzag-row.reverse{flex-direction:column}
.zigzag-image-side{flex:0 0 auto;width:100%;max-width:300px}
.data-stats-grid{grid-template-columns:1fr}
.asymmetric-layout{grid-template-columns:1fr}
.asymmetric-case-intro h2{font-size:2rem}
.final-cta-content h2{font-size:2rem}
.final-cta-content p{font-size:1.05rem}
.cta-button-primary{padding:15px 35px;font-size:1.05rem}
}
.politique-cookies-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;padding:0;margin:0}
.politique-cookies-main-container{max-width:920px;margin:0 auto;padding:80px 30px;color:#f8f9fa}
.politique-titre-principal{font-size:2.8rem;font-weight:700;color:#E3E0E7;margin-bottom:15px;line-height:1.2;letter-spacing:-.5px}
.politique-date-mise-a-jour{font-size:.95rem;color:#D0C9D8;margin-bottom:50px;font-style:italic}
.politique-cookies-texte-intro{font-size:1.15rem;line-height:1.8;color:#e9ecef;margin-bottom:45px;border-left:4px solid #A39AB3;background:#a39ab314;padding:25px 25px 25px 30px;border-radius:0 8px 8px 0}
.politique-section-block{margin-bottom:55px;background:#343a4066;padding:35px;border-radius:10px;border:1px solid #a39ab326}
.politique-section-block:nth-child(even){background:#49505740;border-left:3px solid #A39AB3}
.politique-section-titre{font-size:1.75rem;color:#D0C9D8;margin-bottom:20px;font-weight:600;letter-spacing:-.3px}
.politique-section-texte{font-size:1.05rem;line-height:1.85;color:#f8f9fa;margin-bottom:18px}
.politique-section-texte:last-child{margin-bottom:0}
.politique-liste-technologies{list-style:none;padding:0;margin:25px 0}
.politique-liste-technologies li{padding:18px 20px;margin-bottom:12px;background:#1a1a1a99;border-left:4px solid #D0C9D8;border-radius:5px;font-size:1.03rem;color:#e9ecef;line-height:1.7}
.politique-liste-technologies li strong{color:#E3E0E7;display:block;margin-bottom:8px;font-size:1.08rem}
.politique-tableau-cookies{width:100%;border-collapse:collapse;margin:30px 0;background:#1a1a1a80;border-radius:8px;overflow:hidden}
.politique-tableau-cookies th{background:linear-gradient(135deg,#A39AB3 0%,#8a7f9a 100%);color:#1a1a1a;padding:18px 15px;text-align:left;font-weight:600;font-size:1.05rem}
.politique-tableau-cookies td{padding:16px 15px;border-bottom:1px solid #a39ab333;color:#f8f9fa;font-size:1rem;line-height:1.6}
.politique-tableau-cookies tr:last-child td{border-bottom:none}
.politique-tableau-cookies tr:nth-child(even){background:#343a404d}
.politique-encadre-important{background:linear-gradient(135deg,#a39ab326 0%,#d0c9d81a 100%);border:2px solid #A39AB3;border-radius:10px;padding:28px 30px;margin:35px 0}
.politique-encadre-important p{margin:0;font-size:1.08rem;line-height:1.8;color:#E3E0E7}
.politique-sous-section{margin-top:30px;padding-left:20px;border-left:2px solid #d0c9d84d}
.politique-sous-titre{font-size:1.35rem;color:#D0C9D8;margin-bottom:15px;font-weight:600}
.politique-instructions-liste{list-style:none;counter-reset:instruction-counter;padding:0;margin:20px 0}
.politique-instructions-liste li{counter-increment:instruction-counter;position:relative;padding-left:50px;margin-bottom:20px;font-size:1.04rem;line-height:1.75;color:#e9ecef}
.politique-instructions-liste li::before{content:counter(instruction-counter);position:absolute;left:0;top:0;background:linear-gradient(135deg,#A39AB3 0%,#8a7f9a 100%);color:#1a1a1a;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem}
.politique-contact-section{margin-top:60px;background:#a39ab31a;padding:40px;border-radius:12px;border-top:4px solid #A39AB3}
.politique-contact-titre{font-size:1.6rem;color:#E3E0E7;margin-bottom:20px;font-weight:600}
.politique-contact-details{font-size:1.06rem;line-height:2;color:#f8f9fa}
.politique-contact-details a{color:#D0C9D8;text-decoration:none;border-bottom:1px solid #d0c9d866;transition:all .3s ease}
.politique-contact-details a:hover{color:#E3E0E7;border-bottom-color:#E3E0E7}
.politique-lien-interne{color:#D0C9D8;text-decoration:none;border-bottom:1px dotted #A39AB3;transition:color .3s ease}
.politique-lien-interne:hover{color:#E3E0E7}
@media (max-width: 768px) {
.politique-cookies-main-container{padding:50px 20px}
.politique-titre-principal{font-size:2.2rem}
.politique-section-block{padding:25px 20px}
.politique-section-titre{font-size:1.5rem}
.politique-tableau-cookies{font-size:.9rem}
.politique-tableau-cookies th,.politique-tableau-cookies td{padding:12px 10px}
.politique-instructions-liste li{padding-left:45px;font-size:1rem}
.politique-instructions-liste li::before{width:28px;height:28px;font-size:.9rem}
.politique-contact-section{padding:30px 20px}
}
@media (max-width: 480px) {
.politique-titre-principal{font-size:1.85rem}
.politique-cookies-texte-intro{font-size:1.05rem;padding:20px 18px}
.politique-section-titre{font-size:1.35rem}
.politique-encadre-important{padding:20px 18px}
}
.privacy-main-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;padding:0;margin:0}
.privacy-hero-banner{background:linear-gradient(165deg,#2c2c2c 0%,#1a1a1a 70%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.privacy-hero-banner::before{content:'';position:absolute;top:-50%;right:-20%;width:80%;height:200%;background:radial-gradient(ellipse at center,#a39ab314 0%,transparent 70%);transform:rotate(-15deg);pointer-events:none}
.privacy-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.privacy-hero-content h1{color:#f8f9fa;font-size:2.8rem;font-weight:700;margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.5px}
.privacy-update-badge{display:inline-block;background:#a39ab326;color:#D0C9D8;padding:.6rem 1.3rem;border-radius:25px;font-size:.9rem;font-weight:500;border:1px solid #a39ab340;margin-bottom:1rem}
.privacy-intro-text{color:#e9ecef;font-size:1.15rem;line-height:1.7;margin:0}
.privacy-content-container{max-width:900px;margin:0 auto;padding:3.5rem 1.5rem 5rem}
.privacy-contact-block{background:linear-gradient(145deg,#343a40 0%,#2c2c2c 100%);border-left:4px solid #A39AB3;padding:2rem 2.5rem;margin:0 0 3rem;border-radius:8px;box-shadow:0 4px 15px #0000004d}
.privacy-contact-block h2{color:#D0C9D8;font-size:1.5rem;font-weight:600;margin:0 0 1.2rem;letter-spacing:-.3px}
.privacy-contact-info{color:#e9ecef;font-size:1rem;line-height:1.8;margin:0}
.privacy-contact-info a{color:#A39AB3;text-decoration:none;transition:color .3s ease;font-weight:500}
.privacy-contact-info a:hover{color:#D0C9D8;text-decoration:underline}
.privacy-main-section{margin:0 0 3.5rem}
.privacy-main-section h2{color:#f8f9fa;font-size:2rem;font-weight:700;margin:0 0 1.5rem;line-height:1.3;letter-spacing:-.4px}
.privacy-main-section h3{color:#D0C9D8;font-size:1.4rem;font-weight:600;margin:2.5rem 0 1.2rem;line-height:1.4}
.privacy-main-section p{color:#e9ecef;font-size:1.05rem;line-height:1.8;margin:0 0 1.3rem}
.privacy-main-section ul{margin:1.5rem 0;padding:0 0 0 1.5rem}
.privacy-main-section li{color:#e9ecef;font-size:1.05rem;line-height:1.8;margin:.8rem 0}
.privacy-emphasis-box{background:#a39ab314;border:1px solid #a39ab333;border-radius:6px;padding:1.8rem;margin:2rem 0}
.privacy-emphasis-box p{margin:0 0 .8rem}
.privacy-emphasis-box p:last-child{margin:0}
.privacy-data-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}
.privacy-category-card{background:#343a40;border-radius:8px;padding:1.8rem;border:1px solid #a39ab326;transition:transform .3s ease,border-color .3s ease}
.privacy-category-card:hover{transform:translateY(-4px);border-color:#a39ab366}
.privacy-category-card h4{color:#A39AB3;font-size:1.2rem;font-weight:600;margin:0 0 1rem}
.privacy-category-card p{color:#e9ecef;font-size:.95rem;line-height:1.7;margin:0}
.privacy-rights-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}
.privacy-right-item{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);padding:1.8rem;border-radius:8px;border-left:3px solid #A39AB3;box-shadow:0 3px 10px #00000040}
.privacy-right-item h4{color:#D0C9D8;font-size:1.15rem;font-weight:600;margin:0 0 .8rem}
.privacy-right-item p{color:#e9ecef;font-size:.98rem;line-height:1.7;margin:0}
.privacy-timeline-container{position:relative;padding:2rem 0 2rem 3rem;margin:2rem 0}
.privacy-timeline-container::before{content:'';position:absolute;left:8px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#A39AB3 0%,#a39ab34d 100%)}
.privacy-timeline-item{position:relative;margin:0 0 2.5rem;padding:0 0 0 1.5rem}
.privacy-timeline-item::before{content:'';position:absolute;left:-28px;top:5px;width:14px;height:14px;background:#A39AB3;border:3px solid #1a1a1a;border-radius:50%;box-shadow:0 0 0 3px #a39ab333}
.privacy-timeline-item h4{color:#D0C9D8;font-size:1.15rem;font-weight:600;margin:0 0 .7rem}
.privacy-timeline-item p{color:#e9ecef;font-size:.98rem;line-height:1.7;margin:0}
.privacy-footer-note{background:#1a1a1a;border-top:2px solid #a39ab333;padding:2.5rem 1.5rem;margin:4rem 0 0;text-align:center}
.privacy-footer-note p{color:#D0C9D8;font-size:.95rem;line-height:1.7;margin:0 auto;max-width:800px}
@media (max-width: 768px) {
.privacy-hero-banner{padding:3.5rem 1rem 2.5rem}
.privacy-hero-content h1{font-size:2rem}
.privacy-intro-text{font-size:1rem}
.privacy-content-container{padding:2rem 1rem 3rem}
.privacy-contact-block{padding:1.5rem}
.privacy-main-section h2{font-size:1.6rem}
.privacy-main-section h3{font-size:1.2rem}
.privacy-data-categories{grid-template-columns:1fr}
.privacy-timeline-container{padding-left:2.5rem}
.privacy-timeline-item::before{left:-25px}
}
.succes-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 50%,#1a1a1a 100%);min-height:100vh;padding:0;margin:0}
.succes-conteneur-principal{max-width:920px;margin:0 auto;padding:80px 24px 100px}
.succes-zone-confirmation{background:linear-gradient(160deg,#2c2c2c 0%,#343a40 100%);border:2px solid #A39AB3;border-radius:16px;padding:68px 48px;position:relative;overflow:hidden;margin-bottom:56px}
.succes-zone-confirmation::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,#a39ab314 0%,transparent 70%);pointer-events:none}
.succes-icone-validation{width:84px;height:84px;margin:0 auto 32px;background:linear-gradient(135deg,#A39AB3 0%,#D0C9D8 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 8px 24px #a39ab34d}
.succes-icone-validation::after{content:'';font-size:48px;color:#1a1a1a;font-weight:700;line-height:1}
.succes-titre-principal{font-size:42px;font-weight:700;color:#f8f9fa;text-align:center;margin:0 0 20px;line-height:1.2;letter-spacing:-.5px}
.succes-texte-confirmation{font-size:19px;color:#D0C9D8;text-align:center;line-height:1.6;margin:0 0 44px;max-width:600px;margin-left:auto;margin-right:auto}
.succes-bloc-details{background:#1a1a1a;border-left:4px solid #A39AB3;padding:32px 36px;border-radius:8px;margin-bottom:48px}
.succes-element-info{display:flex;align-items:flex-start;margin-bottom:24px;gap:18px}
.succes-element-info:last-child{margin-bottom:0}
.succes-pastille-numero{min-width:36px;height:36px;background:linear-gradient(135deg,#A39AB3 0%,#D0C9D8 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#1a1a1a;flex-shrink:0}
.succes-contenu-info{flex:1;padding-top:4px}
.succes-label-info{font-size:15px;color:#A39AB3;margin:0 0 6px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.succes-valeur-info{font-size:18px;color:#f8f9fa;margin:0;line-height:1.5}
.succes-section-etapes{margin-bottom:64px}
.succes-titre-section{font-size:32px;font-weight:700;color:#f8f9fa;margin:0 0 36px;text-align:center;letter-spacing:-.3px}
.succes-grille-etapes{display:grid;grid-template-columns:1fr;gap:28px}
.succes-carte-etape{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);border-radius:12px;padding:32px;border:1px solid #495057;transition:all .3s ease;position:relative}
.succes-carte-etape:hover{border-color:#A39AB3;transform:translateY(-4px);box-shadow:0 12px 32px #a39ab333}
.succes-entete-etape{display:flex;align-items:center;gap:20px;margin-bottom:18px}
.succes-numero-etape{width:52px;height:52px;background:#A39AB3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#1a1a1a;flex-shrink:0}
.succes-titre-etape{font-size:22px;font-weight:600;color:#f8f9fa;margin:0;line-height:1.3}
.succes-description-etape{font-size:16px;color:#D0C9D8;line-height:1.6;margin:0;padding-left:72px}
.succes-zone-actions{background:#2c2c2c;border-radius:16px;padding:52px 40px;text-align:center;border:1px solid #495057}
.succes-message-final{font-size:20px;color:#D0C9D8;line-height:1.7;margin:0 0 36px;max-width:640px;margin-left:auto;margin-right:auto}
.succes-groupe-boutons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.succes-bouton-primaire{background:linear-gradient(135deg,#A39AB3 0%,#D0C9D8 100%);color:#1a1a1a;font-size:17px;font-weight:600;padding:16px 40px;border-radius:8px;text-decoration:none;display:inline-block;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 16px #a39ab34d}
.succes-bouton-primaire:hover{transform:translateY(-2px);box-shadow:0 8px 24px #a39ab380}
.succes-bouton-secondaire{background:transparent;color:#D0C9D8;font-size:17px;font-weight:600;padding:16px 40px;border-radius:8px;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid #A39AB3;cursor:pointer}
.succes-bouton-secondaire:hover{background:#a39ab31a;border-color:#D0C9D8;color:#f8f9fa}
.succes-separateur-visuel{height:2px;background:linear-gradient(90deg,transparent 0%,#A39AB3 50%,transparent 100%);margin:56px 0;border:none}
.succes-bloc-ressources{background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);border-radius:12px;padding:40px;margin-bottom:48px}
.succes-titre-ressources{font-size:26px;font-weight:700;color:#f8f9fa;margin:0 0 28px}
.succes-liste-ressources{display:grid;gap:16px}
.succes-item-ressource{display:flex;align-items:center;gap:16px;padding:18px;background:#1a1a1a;border-radius:8px;transition:all .3s ease}
.succes-item-ressource:hover{background:#2c2c2c;transform:translateX(6px)}
.succes-icone-ressource{width:44px;height:44px;background:linear-gradient(135deg,#A39AB3 0%,#D0C9D8 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.succes-icone-ressource::after{content:'→';font-size:24px;color:#1a1a1a;font-weight:700}
.succes-texte-ressource{font-size:17px;color:#D0C9D8;margin:0;line-height:1.4}
@media (max-width: 768px) {
.succes-conteneur-principal{padding:48px 20px 60px}
.succes-zone-confirmation{padding:44px 28px}
.succes-titre-principal{font-size:32px}
.succes-texte-confirmation{font-size:17px}
.succes-bloc-details{padding:24px 20px}
.succes-titre-section{font-size:26px}
.succes-carte-etape{padding:24px}
.succes-description-etape{padding-left:0;margin-top:14px}
.succes-zone-actions{padding:36px 24px}
.succes-groupe-boutons{flex-direction:column;gap:14px}
.succes-bouton-primaire,.succes-bouton-secondaire{width:100%;text-align:center}
.succes-bloc-ressources{padding:28px 20px}
}