*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-clr:#7C8994;--secondary-clr:#91ADB9;--tertiary-clr:#B4B7D6;--bg-light:#fafbfc;--bg-white:#fff;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d;--shadow-sm:0 2px 8px #7c89941a;--shadow-md:0 4px 16px #7c899426;--shadow-lg:0 8px 24px #7c899433;scroll-behavior:smooth;scroll-padding-top:30px}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7;color:var(--text-dark);background:var(--bg-light);min-height:100vh;display:flex;flex-direction:column}
.top_header_container{background:linear-gradient(135deg,#7C8994 0%,#91ADB9 100%);padding:30px 5% 25px;box-shadow:var(--shadow-md);position:relative}
.top_header_container::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#ffffff4d,transparent)}
.brand_row_1{display:flex;justify-content:center;align-items:center;margin-bottom:30px}
.logo_wrapper_main{background:var(--bg-white);padding:15px;border-radius:12px;box-shadow:var(--shadow-lg);display:inline-flex;align-items:center;justify-content:center}
.logo_wrapper_main img{height:110px;width:110px;display:block;object-fit:contain}
.brand_row_2{display:flex;justify-content:center;align-items:center;margin-bottom:30px}
.company_title_section{text-align:center}
.company_title_section h1{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:300;color:var(--bg-white);letter-spacing:.5px;text-shadow:0 2px 4px #0000001a}
.nav_row_3{display:flex;justify-content:center;align-items:center}
.primary_navigation_bar{background:#ffffff26;backdrop-filter:blur(10px);border-radius:50px;padding:8px 20px;box-shadow:0 4px 12px #0000001a}
.primary_navigation_bar ul{list-style:none;display:flex;gap:5px;flex-wrap:wrap;justify-content:center}
.primary_navigation_bar li{display:inline-block}
.primary_navigation_bar a{display:block;padding:12px 24px;color:var(--bg-white);text-decoration:none;font-size:1rem;font-weight:500;border-radius:25px;transition:background-color .3s ease,opacity .3s ease;white-space:nowrap}
.primary_navigation_bar a:hover,.primary_navigation_bar a:focus{background:#ffffff40;opacity:.9;outline:2px solid var(--bg-white);outline-offset:2px}
main{flex:1}
.footer_master_container{background:linear-gradient(180deg,#91ADB9 0%,#7C8994 100%);color:var(--bg-white);padding:60px 5% 30px;margin-top:80px;position:relative}
.footer_master_container::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#fff6,transparent)}
.footer_grid_layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px;max-width:1400px;margin:0 auto 50px}
.footer_column_about{display:flex;flex-direction:column;gap:20px}
.footer_logo_container{background:var(--bg-white);padding:12px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;width:fit-content;box-shadow:var(--shadow-md)}
.footer_logo_container img{height:70px;width:70px;display:block;object-fit:contain}
.footer_brand_name{font-size:1.6rem;font-weight:400;margin-bottom:10px;letter-spacing:.3px}
.footer_description_text{font-size:.95rem;line-height:1.6;color:#ffffffe6;max-width:400px}
.footer_column_links h3,.footer_column_contact h3{font-size:1.2rem;font-weight:600;margin-bottom:20px;color:var(--bg-white);letter-spacing:.5px}
.footer_links_list{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_links_list a{color:#ffffffd9;text-decoration:none;font-size:.95rem;transition:color .3s ease,opacity .3s ease;display:inline-block}
.footer_links_list a:hover,.footer_links_list a:focus{color:var(--bg-white);opacity:.8;outline:1px solid #ffffff80;outline-offset:3px}
.contact_info_wrapper{display:flex;flex-direction:column;gap:15px}
.contact_item_email{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#ffffffe6}
.contact_item_email::before{content:'';font-size:1.3rem;opacity:.8}
.contact_item_email a{color:#ffffffe6;text-decoration:none;transition:opacity .3s ease}
.contact_item_email a:hover,.contact_item_email a:focus{opacity:.8;outline:1px solid #ffffff80;outline-offset:2px}
.footer_bottom_bar{text-align:center;padding-top:30px;border-top:1px solid #fff3;max-width:1400px;margin:0 auto}
.copyright_notice{font-size:.9rem;color:#fffc;letter-spacing:.3px}
.consent_overlay_wrapper{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);max-width:520px;width:calc(100% - 40px);background:var(--bg-white);border-radius:16px;box-shadow:0 8px 32px #00000026;padding:28px;z-index:9999;border:1px solid #7c899433}
.consent_overlay_wrapper.hidden_state{display:none}
.consent_header_section{margin-bottom:18px}
.consent_header_section h2{font-size:1.3rem;color:var(--primary-clr);font-weight:600;margin-bottom:8px}
.consent_description_text{font-size:.9rem;color:var(--text-medium);line-height:1.6;margin-bottom:18px}
.consent_description_text a{color:var(--primary-clr);text-decoration:underline;transition:opacity .3s ease}
.consent_description_text a:hover,.consent_description_text a:focus{opacity:.7;outline:2px solid var(--primary-clr);outline-offset:2px}
.consent_actions_row{display:flex;gap:12px;flex-wrap:wrap}
.consent_btn_accept,.consent_btn_decline{flex:1;min-width:140px;padding:12px 20px;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .3s ease,background-color .3s ease;font-family:inherit}
.consent_btn_accept{background:linear-gradient(135deg,var(--primary-clr),var(--secondary-clr));color:var(--bg-white)}
.consent_btn_accept:hover,.consent_btn_accept:focus{opacity:.85;outline:2px solid var(--primary-clr);outline-offset:2px}
.consent_btn_decline{background:var(--bg-light);color:var(--text-dark);border:1px solid #7c89944d}
.consent_btn_decline:hover,.consent_btn_decline:focus{background:#e9ecef;outline:2px solid var(--text-medium);outline-offset:2px}
@media (max-width: 768px) {
.top_header_container{padding:20px 4% 18px}
.brand_row_1{margin-bottom:20px}
.logo_wrapper_main{padding:12px}
.logo_wrapper_main img{height:80px;width:80px}
.brand_row_2{margin-bottom:20px}
.company_title_section h1{font-size:1.5rem}
.primary_navigation_bar{padding:6px 12px}
.primary_navigation_bar ul{gap:3px}
.primary_navigation_bar a{padding:10px 16px;font-size:.9rem}
.footer_master_container{padding:40px 4% 25px;margin-top:50px}
.footer_grid_layout{grid-template-columns:1fr;gap:35px;margin-bottom:35px}
.footer_logo_container img{height:60px;width:60px}
.consent_overlay_wrapper{bottom:10px;width:calc(100% - 20px);padding:20px}
.consent_header_section h2{font-size:1.15rem}
.consent_description_text{font-size:.85rem}
.consent_actions_row{flex-direction:column}
.consent_btn_accept,.consent_btn_decline{width:100%}
}
@media (max-width: 480px) {
.primary_navigation_bar a{padding:8px 12px;font-size:.85rem}
}
.tech-req-main-wrapper{background:linear-gradient(135deg,#fff 0%,#f8f9fa 50%,#fafbfc 100%);min-height:100vh;padding:0;margin:0}
.tech-req-hero-section{background:linear-gradient(to right,#f5f6fa 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.tech-req-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#b4b7d626 0%,transparent 70%);border-radius:50%}
.tech-req-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.tech-req-hero-title{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:25px;line-height:1.2}
.tech-req-hero-subtitle{font-size:1.15rem;color:#495057;line-height:1.7;max-width:780px;margin-bottom:15px}
.tech-req-comparison-zone{background:#fff;padding:70px 20px;position:relative}
.tech-req-comparison-container{max-width:1300px;margin:0 auto}
.tech-req-section-header{text-align:left;margin-bottom:50px;padding-left:40px;border-left:5px solid #7C8994}
.tech-req-section-title{font-size:2.2rem;color:#212529;font-weight:600;margin-bottom:18px}
.tech-req-section-description{font-size:1.05rem;color:#495057;line-height:1.8;max-width:850px}
.tech-req-comparison-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px;margin-bottom:60px}
.tech-req-comparison-card{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);border:2px solid #e9ecef;border-radius:12px;padding:35px;transition:all .3s ease;position:relative}
.tech-req-comparison-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #7c899426;border-color:#91ADB9}
.tech-req-card-label{display:inline-block;background:#7C8994;color:#fff;padding:8px 18px;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}
.tech-req-card-title{font-size:1.6rem;color:#212529;font-weight:600;margin-bottom:20px}
.tech-req-card-content{color:#495057;font-size:1rem;line-height:1.7;margin-bottom:25px}
.tech-req-specs-list{list-style:none;padding:0;margin:0}
.tech-req-specs-list li{padding:12px 0;border-bottom:1px solid #e9ecef;color:#343a40;font-size:.95rem;display:flex;align-items:center}
.tech-req-specs-list li:last-child{border-bottom:none}
.tech-req-specs-list li::before{content:'●';color:#91ADB9;font-size:1.2rem;margin-right:12px;flex-shrink:0}
.tech-req-table-wrapper{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 8px 25px #00000014;margin-top:40px}
.tech-req-table{width:100%;border-collapse:collapse}
.tech-req-table thead{background:linear-gradient(135deg,#7C8994 0%,#91ADB9 100%)}
.tech-req-table th{color:#fff;padding:20px 25px;text-align:left;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.5px}
.tech-req-table tbody tr{border-bottom:1px solid #e9ecef;transition:background-color .2s ease}
.tech-req-table tbody tr:hover{background-color:#f8f9fa}
.tech-req-table td{padding:20px 25px;color:#343a40;font-size:.95rem;vertical-align:top}
.tech-req-table td:first-child{font-weight:600;color:#212529;width:30%}
.tech-req-check-mark{color:#28a745;font-size:1.3rem;font-weight:700}
.tech-req-cross-mark{color:#dc3545;font-size:1.3rem;font-weight:700}
.tech-req-visual-content{background:linear-gradient(to bottom,#fff 0%,#f5f6fa 100%);padding:70px 20px}
.tech-req-visual-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.tech-req-visual-text{padding:30px 0}
.tech-req-visual-headline{font-size:2rem;color:#212529;font-weight:600;margin-bottom:25px;line-height:1.3}
.tech-req-visual-description{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:30px}
.tech-req-feature-blocks{display:grid;gap:20px;margin-top:35px}
.tech-req-feature-item{background:#fff;border-left:4px solid #B4B7D6;padding:20px 25px;border-radius:8px;transition:all .3s ease}
.tech-req-feature-item:hover{border-left-color:#7C8994;box-shadow:0 6px 20px #7c89941a;transform:translateX(5px)}
.tech-req-feature-name{font-size:1.1rem;color:#212529;font-weight:600;margin-bottom:8px}
.tech-req-feature-detail{font-size:.95rem;color:#495057;line-height:1.6}
.tech-req-visual-image{border-radius:15px;overflow:hidden;box-shadow:0 10px 35px #0000001f;position:relative}
.tech-req-visual-image img{width:100%;height:auto;display:block;object-fit:cover}
.tech-req-methodology-area{background:#fff;padding:70px 20px;position:relative}
.tech-req-methodology-area::before{content:'';position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to top,#f5f6fa 0%,transparent 100%);pointer-events:none}
.tech-req-methodology-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.tech-req-methodology-intro{text-align:center;margin-bottom:60px}
.tech-req-methodology-heading{font-size:2.3rem;color:#212529;font-weight:600;margin-bottom:20px}
.tech-req-methodology-subtext{font-size:1.1rem;color:#495057;line-height:1.7;max-width:900px;margin:0 auto}
.tech-req-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}
.tech-req-process-step{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);border:2px solid #e9ecef;border-radius:12px;padding:35px 30px;text-align:center;position:relative;transition:all .3s ease}
.tech-req-process-step:hover{border-color:#91ADB9;box-shadow:0 8px 25px #91adb933;transform:translateY(-8px)}
.tech-req-step-number{display:inline-block;width:60px;height:60px;background:linear-gradient(135deg,#7C8994 0%,#91ADB9 100%);color:#fff;border-radius:50%;font-size:1.8rem;font-weight:700;line-height:60px;margin-bottom:25px;box-shadow:0 4px 15px #7c89944d}
.tech-req-step-name{font-size:1.3rem;color:#212529;font-weight:600;margin-bottom:15px}
.tech-req-step-info{font-size:.95rem;color:#495057;line-height:1.7}
.tech-req-cta-zone{background:linear-gradient(135deg,#7C8994 0%,#91ADB9 50%,#B4B7D6 100%);padding:70px 20px;text-align:center;position:relative;overflow:hidden}
.tech-req-cta-zone::before{content:'';position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);border-radius:50%}
.tech-req-cta-zone::after{content:'';position:absolute;bottom:-150px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.tech-req-cta-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.tech-req-cta-title{font-size:2.5rem;color:#fff;font-weight:700;margin-bottom:25px;line-height:1.3}
.tech-req-cta-text{font-size:1.15rem;color:#fff;line-height:1.8;margin-bottom:40px;opacity:.95}
.tech-req-cta-button{display:inline-block;background:#fff;color:#7C8994;padding:18px 45px;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 25px #00000026;position:relative;z-index:10}
.tech-req-cta-button:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 12px 35px #0003;color:#7C8994}
.tech-req-image-showcase{background:#fafbfc;padding:70px 20px}
.tech-req-showcase-container{max-width:1200px;margin:0 auto}
.tech-req-showcase-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}
.tech-req-showcase-image{border-radius:15px;overflow:hidden;box-shadow:0 15px 45px #00000026}
.tech-req-showcase-image img{width:100%;height:550px;object-fit:cover;display:block}
.tech-req-showcase-text{padding:20px}
.tech-req-showcase-heading{font-size:2.1rem;color:#212529;font-weight:600;margin-bottom:25px;line-height:1.3}
.tech-req-showcase-paragraph{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.tech-req-stats-row{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-top:35px}
.tech-req-stat-box{background:#fff;border:2px solid #e9ecef;border-radius:10px;padding:25px;text-align:center;transition:all .3s ease}
.tech-req-stat-box:hover{border-color:#B4B7D6;box-shadow:0 6px 20px #b4b7d633}
.tech-req-stat-number{font-size:2.5rem;color:#7C8994;font-weight:700;margin-bottom:10px;line-height:1}
.tech-req-stat-label{font-size:.95rem;color:#495057;font-weight:500}
@media (max-width: 992px) {
.tech-req-hero-title{font-size:2.2rem}
.tech-req-comparison-grid{grid-template-columns:1fr;gap:25px}
.tech-req-visual-grid{grid-template-columns:1fr;gap:40px}
.tech-req-process-grid{grid-template-columns:1fr;gap:30px}
.tech-req-showcase-grid{grid-template-columns:1fr}
.tech-req-showcase-image img{height:400px}
.tech-req-stats-row{grid-template-columns:1fr}
.tech-req-table-wrapper{overflow-x:auto}
}
@media (max-width: 768px) {
.tech-req-hero-section{padding:50px 20px 40px}
.tech-req-hero-title{font-size:1.8rem}
.tech-req-hero-subtitle{font-size:1rem}
.tech-req-section-title{font-size:1.8rem}
.tech-req-card-title{font-size:1.4rem}
.tech-req-cta-title{font-size:1.9rem}
.tech-req-comparison-zone,.tech-req-visual-content,.tech-req-methodology-area,.tech-req-cta-zone,.tech-req-image-showcase{padding:50px 20px}
.tech-req-section-header{padding-left:20px}
.tech-req-table th,.tech-req-table td{padding:15px;font-size:.9rem}
.tech-req-showcase-heading{font-size:1.7rem}
}
.methodo-page-wrap{background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#212529;line-height:1.7;overflow-x:hidden}
.methodo-hero-zone{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:5rem 2rem 4rem;position:relative}
.methodo-hero-zone::before{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(to left,#b4b7d626,transparent);z-index:1}
.methodo-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.methodo-hero-content h1{font-size:2.8rem;font-weight:700;color:#343a40;margin-bottom:1.5rem;letter-spacing:-.5px}
.methodo-hero-content .lead-text{font-size:1.25rem;color:#495057;max-width:720px;margin-bottom:2rem;line-height:1.8}
.methodo-intro-stats{display:flex;gap:3rem;margin-top:3rem;flex-wrap:wrap}
.stat-item-hero{flex:1;min-width:200px}
.stat-item-hero .number{font-size:2.5rem;font-weight:700;color:#7C8994;display:block;margin-bottom:.5rem}
.stat-item-hero .label{color:#495057;font-size:.95rem}
.methodo-philosophy-section{padding:5rem 2rem;background:#fff}
.methodo-philosophy-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.philosophy-text h2{font-size:2.2rem;color:#343a40;margin-bottom:1.5rem;font-weight:700}
.philosophy-text p{color:#495057;margin-bottom:1.2rem;font-size:1.05rem}
.philosophy-img-wrap{position:relative}
.philosophy-img-wrap img{width:100%;height:400px;object-fit:cover;border-radius:8px;box-shadow:0 10px 40px #00000014}
.philosophy-img-wrap::after{content:'';position:absolute;bottom:-20px;right:-20px;width:80%;height:80%;background:linear-gradient(135deg,#91adb933,#b4b7d633);border-radius:8px;z-index:-1}
.methodo-approach-section{padding:5rem 2rem;background:linear-gradient(to bottom,#f5f6fa,#fafbfc);position:relative}
.approach-container{max-width:1140px;margin:0 auto}
.approach-header{text-align:center;margin-bottom:4rem}
.approach-header h2{font-size:2.2rem;color:#343a40;margin-bottom:1rem;font-weight:700}
.approach-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto}
.approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.approach-card{background:#fff;padding:2.5rem 2rem;border-radius:8px;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #B4B7D6}
.approach-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}
.approach-card h3{font-size:1.4rem;color:#343a40;margin-bottom:1rem;font-weight:600}
.approach-card p{color:#495057;font-size:.98rem;line-height:1.7}
.methodo-process-section{padding:5rem 2rem;background:#fff}
.process-wrapper{max-width:900px;margin:0 auto}
.process-wrapper h2{font-size:2.2rem;color:#343a40;text-align:center;margin-bottom:3rem;font-weight:700}
.process-timeline{position:relative;padding-left:60px}
.timeline-item{position:relative;margin-bottom:3rem;padding-left:30px}
.timeline-marker{position:absolute;left:-60px;top:0;width:50px;height:50px;background:linear-gradient(135deg,#91ADB9,#B4B7D6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1.2rem;box-shadow:0 4px 15px #7c89944d}
.timeline-item::before{content:'';position:absolute;left:-35px;top:50px;width:2px;height:calc(100% + 1rem);background:linear-gradient(to bottom,#91ADB9,#B4B7D6)}
.timeline-item:last-child::before{display:none}
.timeline-item h3{font-size:1.3rem;color:#343a40;margin-bottom:.8rem;font-weight:600}
.timeline-item p{color:#495057;font-size:1rem;line-height:1.7}
.methodo-collab-section{padding:5rem 2rem;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%)}
.collab-layout{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:40% 60%;gap:4rem;align-items:center}
.collab-visual img{width:100%;height:450px;object-fit:cover;border-radius:8px;box-shadow:0 15px 50px #0000001a}
.collab-content h2{font-size:2.2rem;color:#343a40;margin-bottom:1.5rem;font-weight:700}
.collab-content p{color:#495057;margin-bottom:1.2rem;font-size:1.05rem;line-height:1.8}
.collab-features{margin-top:2rem;display:flex;flex-direction:column;gap:1.2rem}
.feature-point{display:flex;align-items:flex-start;gap:1rem}
.feature-point::before{content:'';display:inline-block;width:28px;height:28px;background:#B4B7D6;color:#fff;border-radius:50%;text-align:center;line-height:28px;flex-shrink:0;font-weight:700}
.feature-point span{color:#343a40;font-size:1rem;line-height:1.7}
.methodo-commitment-section{padding:5rem 2rem;background:#fff}
.commitment-wrap{max-width:1140px;margin:0 auto;text-align:center}
.commitment-wrap h2{font-size:2.2rem;color:#343a40;margin-bottom:2rem;font-weight:700}
.commitment-wrap .intro-paragraph{font-size:1.1rem;color:#495057;max-width:800px;margin:0 auto 3rem;line-height:1.8}
.commitment-pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;text-align:left;margin-bottom:3rem}
.pillar-box{background:linear-gradient(135deg,#f8f9fa,#fafbfc);padding:2.5rem;border-radius:8px;border-left:5px solid #7C8994;transition:border-color .3s ease}
.pillar-box:hover{border-left-color:#91ADB9}
.pillar-box h3{font-size:1.4rem;color:#343a40;margin-bottom:1rem;font-weight:600}
.pillar-box p{color:#495057;font-size:1rem;line-height:1.7}
.cta-button-methodo{display:inline-block;background:linear-gradient(135deg,#7C8994,#91ADB9);color:#fff;padding:1rem 3rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 20px #7c89944d;margin-top:2rem}
.cta-button-methodo:hover{transform:translateY(-3px);box-shadow:0 6px 30px #7c899466}
@media (max-width: 992px) {
.methodo-philosophy-inner{grid-template-columns:1fr;gap:2.5rem}
.approach-grid{grid-template-columns:1fr;gap:2rem}
.collab-layout{grid-template-columns:1fr;gap:2.5rem}
.commitment-pillars{grid-template-columns:1fr;gap:2rem}
.methodo-hero-content h1{font-size:2.2rem}
.methodo-intro-stats{gap:2rem}
.process-timeline{padding-left:50px}
.timeline-marker{left:-50px;width:45px;height:45px;font-size:1.1rem}
.timeline-item::before{left:-27px}
}
@media (max-width: 768px) {
.methodo-hero-zone{padding:3rem 1.5rem 2.5rem}
.methodo-hero-content h1{font-size:1.9rem}
.methodo-hero-content .lead-text{font-size:1.1rem}
.methodo-intro-stats{flex-direction:column;gap:1.5rem}
.stat-item-hero{min-width:100%}
.philosophy-text h2,.approach-header h2,.process-wrapper h2,.collab-content h2,.commitment-wrap h2{font-size:1.8rem}
.philosophy-img-wrap img{height:300px}
.collab-visual img{height:350px}
.process-timeline{padding-left:40px}
.timeline-marker{left:-40px;width:40px;height:40px;font-size:1rem}
.timeline-item{padding-left:20px}
.timeline-item::before{left:-20px}
.cta-button-methodo{padding:.9rem 2rem;font-size:1rem}
}
.index-hero-wrapper{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden}
.index-hero-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#7c8994eb 0%,#91adb9e0 50%,#b4b7d6e6 100%);z-index:1}
.index-hero-wrapper .hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.index-hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px 20px;max-width:1200px;margin:0 auto}
.index-hero-content h1{font-size:3.8rem;font-weight:700;color:#fff;margin:0 0 30px;line-height:1.2;text-shadow:2px 4px 8px #0000004d}
.index-hero-content .hero-subtitle{font-size:1.5rem;color:#fff;margin:0 0 45px;line-height:1.6;max-width:750px;text-shadow:1px 2px 4px #00000040}
.index-hero-content .hero-cta-group{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}
.index-hero-content .btn-primary-hero{padding:16px 40px;font-size:1.1rem;font-weight:600;background:#fff;color:#7C8994;border:none;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #0003}
.index-hero-content .btn-primary-hero:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d;background:#f8f9fa}
.index-hero-content .btn-secondary-hero{padding:16px 40px;font-size:1.1rem;font-weight:600;background:transparent;color:#fff;border:2px solid #fff;border-radius:8px;text-decoration:none;transition:all .3s ease}
.index-hero-content .btn-secondary-hero:hover{background:#ffffff26;transform:translateY(-3px)}
.collaboration-journey-section{background:#fff;padding:90px 20px;position:relative}
.collaboration-journey-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#7C8994 0%,#91ADB9 50%,#B4B7D6 100%)}
.collaboration-content-wrapper{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.collaboration-text-area h2{font-size:2.6rem;color:#212529;margin:0 0 25px;font-weight:700;line-height:1.3}
.collaboration-text-area .intro-paragraph{font-size:1.15rem;color:#495057;line-height:1.8;margin:0 0 30px}
.collaboration-stages-list{display:flex;flex-direction:column;gap:25px;margin:35px 0 40px}
.stage-item-box{background:#f8f9fa;padding:25px 30px;border-radius:12px;border-left:5px solid #91ADB9;transition:all .3s ease}
.stage-item-box:hover{transform:translateX(8px);box-shadow:0 4px 16px #7c899426;border-left-color:#B4B7D6}
.stage-item-box h3{font-size:1.3rem;color:#7C8994;margin:0 0 12px;font-weight:600}
.stage-item-box p{font-size:1rem;color:#495057;margin:0;line-height:1.6}
.collaboration-visual-area img{width:100%;height:auto;border-radius:16px;box-shadow:0 8px 24px #0000001f}
.collaboration-text-area .cta-link-inline{color:#7C8994;text-decoration:none;font-weight:600;border-bottom:2px solid transparent;transition:border-color .3s ease}
.collaboration-text-area .cta-link-inline:hover{border-bottom-color:#91ADB9}
.pricing-structure-section{background:linear-gradient(165deg,#f5f6fa 0%,#fafbfc 100%);padding:85px 20px;position:relative;overflow:hidden}
.pricing-structure-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#b4b7d61a 0%,transparent 70%);border-radius:50%}
.pricing-container-main{max-width:1200px;margin:0 auto;position:relative;z-index:1}
.pricing-container-main h2{font-size:2.8rem;color:#212529;text-align:center;margin:0 0 20px;font-weight:700}
.pricing-intro-text{text-align:center;font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto 55px;line-height:1.7}
.pricing-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;margin-bottom:50px}
.pricing-card-item{background:#fff;border-radius:16px;padding:40px 30px;box-shadow:0 6px 20px #00000014;transition:all .3s ease;border-top:4px solid #91ADB9;position:relative}
.pricing-card-item:hover{transform:translateY(-8px);box-shadow:0 12px 32px #7c899426}
.pricing-card-item.featured-card{border-top-color:#B4B7D6;box-shadow:0 8px 28px #b4b7d633}
.pricing-card-item h3{font-size:1.6rem;color:#212529;margin:0 0 15px;font-weight:600}
.pricing-card-item .price-display{font-size:2.4rem;color:#7C8994;font-weight:700;margin:0 0 10px}
.pricing-card-item .price-period{font-size:.95rem;color:#6c757d;margin:0 0 25px}
.pricing-card-item .features-list{list-style:none;padding:0;margin:0 0 30px}
.pricing-card-item .features-list li{padding:10px 0;color:#495057;font-size:1rem;line-height:1.6;border-bottom:1px solid #f8f9fa}
.pricing-card-item .features-list li:last-child{border-bottom:none}
.pricing-card-item .btn-pricing{display:block;width:100%;padding:14px 20px;background:#7C8994;color:#fff;text-align:center;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}
.pricing-card-item .btn-pricing:hover{background:#91ADB9;transform:scale(1.02)}
.faq-journey-section{background:#fff;padding:90px 20px}
.faq-content-container{max-width:1100px;margin:0 auto}
.faq-content-container h2{font-size:2.6rem;color:#212529;margin:0 0 50px;text-align:center;font-weight:700}
.faq-accordion-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.faq-column{display:flex;flex-direction:column;gap:20px}
.faq-item-block{background:#f8f9fa;border-radius:12px;padding:25px 30px;border-left:4px solid #7C8994;transition:all .3s ease}
.faq-item-block:hover{background:#fff;box-shadow:0 4px 16px #7c89941a;border-left-color:#B4B7D6}
.faq-item-block h3{font-size:1.2rem;color:#212529;margin:0 0 15px;font-weight:600;line-height:1.4}
.faq-item-block p{font-size:1rem;color:#495057;margin:0;line-height:1.7}
.methodology-showcase-section{background:linear-gradient(135deg,#7C8994 0%,#91ADB9 100%);padding:100px 20px;position:relative;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin:60px 0}
.methodology-showcase-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url(./visuals/IsDwHh.jpg) center center / cover no-repeat;opacity:.15;z-index:0}
.methodology-content-grid{max-width:1300px;margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center}
.methodology-text-zone h2{font-size:2.8rem;color:#fff;margin:0 0 30px;font-weight:700;line-height:1.3}
.methodology-text-zone .description-text{font-size:1.15rem;color:#fff;line-height:1.8;margin:0 0 35px;opacity:.95}
.methodology-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:40px}
.feature-box-item{background:#ffffff1f;padding:25px;border-radius:12px;backdrop-filter:blur(10px);transition:all .3s ease;border:1px solid #fff3}
.feature-box-item:hover{background:#ffffff2e;transform:translateY(-5px)}
.feature-box-item h3{font-size:1.2rem;color:#fff;margin:0 0 12px;font-weight:600}
.feature-box-item p{font-size:.95rem;color:#fff;margin:0;line-height:1.6;opacity:.9}
.methodology-text-zone .btn-methodology{display:inline-block;padding:16px 40px;background:#fff;color:#7C8994;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.methodology-text-zone .btn-methodology:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000040;background:#f8f9fa}
.methodology-visual-zone{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.methodology-visual-zone img{width:100%;height:280px;object-fit:cover;border-radius:12px;box-shadow:0 6px 20px #0000004d;transition:all .3s ease}
.methodology-visual-zone img:hover{transform:scale(1.05)}
.methodology-visual-zone img:first-child{grid-column:1 / -1;height:350px}
@media (max-width: 992px) {
.index-hero-content h1{font-size:2.8rem}
.index-hero-content .hero-subtitle{font-size:1.25rem}
.collaboration-content-wrapper{grid-template-columns:1fr;gap:40px}
.faq-accordion-wrapper{grid-template-columns:1fr}
.methodology-content-grid{grid-template-columns:1fr;gap:50px}
.methodology-features-grid{grid-template-columns:1fr}
.methodology-visual-zone{grid-template-columns:1fr}
.methodology-visual-zone img:first-child{grid-column:1;height:280px}
}
@media (max-width: 768px) {
.index-hero-wrapper{min-height:500px}
.index-hero-content h1{font-size:2.2rem}
.index-hero-content .hero-subtitle{font-size:1.1rem}
.index-hero-content .hero-cta-group{flex-direction:column;width:100%;max-width:300px}
.index-hero-content .btn-primary-hero,.index-hero-content .btn-secondary-hero{width:100%;text-align:center}
.collaboration-journey-section,.pricing-structure-section,.faq-journey-section,.methodology-showcase-section{padding:60px 20px}
.collaboration-text-area h2,.pricing-container-main h2,.faq-content-container h2,.methodology-text-zone h2{font-size:2rem}
.pricing-cards-grid{grid-template-columns:1fr}
.methodology-showcase-section{clip-path:polygon(0 2%,100% 0,100% 98%,0 100%);margin:40px 0}
}
.contact-main-wrapper{background:#fff;min-height:100vh}
.contact-hero-section{background:linear-gradient(135deg,#B4B7D6 0%,#91ADB9 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff1a;border-radius:50%}
.contact-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{color:#fff;font-size:2.8rem;font-weight:700;margin-bottom:20px;line-height:1.2}
.contact-hero-content p{color:#fff;font-size:1.2rem;line-height:1.7;opacity:.95}
.contact-info-section{padding:70px 20px;background:#f8f9fa}
.contact-info-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.contact-info-card{background:#fff;padding:35px 28px;border-radius:8px;box-shadow:0 2px 12px #7c899414;transition:transform .3s ease,box-shadow .3s ease}
.contact-info-card:hover{transform:translateY(-5px);box-shadow:0 6px 24px #7c899426}
.contact-info-icon{width:50px;height:50px;background:linear-gradient(135deg,#B4B7D6,#91ADB9);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.5rem;color:#fff}
.contact-info-card h3{color:#212529;font-size:1.3rem;margin-bottom:12px;font-weight:600}
.contact-info-card p{color:#495057;font-size:1rem;line-height:1.6;margin:0}
.contact-info-card a{color:#7C8994;text-decoration:none;transition:color .3s ease}
.contact-info-card a:hover{color:#91ADB9}
.visual-showcase-section{padding:70px 20px;background:#fff}
.visual-showcase-container{max-width:1200px;margin:0 auto}
.visual-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.visual-image-wrapper img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #7c89941f}
.visual-text-content h2{color:#212529;font-size:2.2rem;margin-bottom:20px;font-weight:700}
.visual-text-content p{color:#495057;font-size:1.05rem;line-height:1.8;margin-bottom:15px}
.form-main-section{padding:70px 20px;background:#fafbfc}
.form-section-wrapper{max-width:900px;margin:0 auto}
.form-header-text{text-align:center;margin-bottom:50px}
.form-header-text h2{color:#212529;font-size:2.4rem;margin-bottom:15px;font-weight:700}
.form-header-text p{color:#495057;font-size:1.1rem;line-height:1.7}
.contact-form-container{background:#fff;padding:45px 40px;border-radius:12px;box-shadow:0 4px 20px #7c89941a}
.form-row-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:25px}
.form-group-item{display:flex;flex-direction:column}
.form-group-item label{color:#343a40;font-size:.95rem;font-weight:600;margin-bottom:8px}
.form-group-item input,.form-group-item select,.form-group-item textarea{padding:12px 16px;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;color:#212529;transition:border-color .3s ease,box-shadow .3s ease;background:#fff}
.form-group-item input:focus,.form-group-item select:focus,.form-group-item textarea:focus{outline:none;border-color:#91ADB9;box-shadow:0 0 0 3px #91adb926}
.form-group-full{margin-bottom:25px}
.form-group-full label{color:#343a40;font-size:.95rem;font-weight:600;margin-bottom:8px;display:block}
.form-group-full textarea{width:100%;min-height:150px;resize:vertical;padding:12px 16px;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;color:#212529;transition:border-color .3s ease,box-shadow .3s ease;font-family:inherit}
.form-group-full textarea:focus{outline:none;border-color:#91ADB9;box-shadow:0 0 0 3px #91adb926}
.privacy-checkbox-wrapper{margin-bottom:30px;display:flex;align-items:flex-start;gap:10px}
.privacy-checkbox-wrapper input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer}
.privacy-checkbox-wrapper label{color:#495057;font-size:.95rem;line-height:1.6;cursor:pointer}
.privacy-checkbox-wrapper a{color:#7C8994;text-decoration:underline;transition:color .3s ease}
.privacy-checkbox-wrapper a:hover{color:#91ADB9}
.form-submit-btn{background:linear-gradient(135deg,#7C8994,#91ADB9);color:#fff;padding:15px 45px;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;width:100%}
.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7c899440}
.partnership-benefits-section{padding:70px 20px;background:#fff}
.partnership-container{max-width:1100px;margin:0 auto}
.partnership-header{text-align:center;margin-bottom:50px}
.partnership-header h2{color:#212529;font-size:2.3rem;margin-bottom:18px;font-weight:700}
.partnership-header p{color:#495057;font-size:1.1rem;line-height:1.7;max-width:700px;margin:0 auto}
.benefits-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:35px}
.benefit-card-item{background:#f8f9fa;padding:35px 30px;border-radius:10px;border-left:4px solid #B4B7D6;transition:transform .3s ease,box-shadow .3s ease}
.benefit-card-item:hover{transform:translateX(5px);box-shadow:0 4px 16px #7c89941f}
.benefit-card-item h3{color:#212529;font-size:1.4rem;margin-bottom:15px;font-weight:600}
.benefit-card-item p{color:#495057;font-size:1rem;line-height:1.7;margin:0}
.final-cta-section{padding:80px 20px;background:linear-gradient(135deg,#7C8994 0%,#B4B7D6 100%);text-align:center}
.final-cta-content{max-width:750px;margin:0 auto}
.final-cta-content h2{color:#fff;font-size:2.5rem;margin-bottom:20px;font-weight:700}
.final-cta-content p{color:#fff;font-size:1.15rem;line-height:1.8;margin-bottom:35px;opacity:.95}
.cta-button-link{display:inline-block;background:#fff;color:#7C8994;padding:16px 50px;border-radius:6px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}
.cta-button-link:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026}
@media (max-width: 768px) {
.contact-hero-content h1{font-size:2rem}
.contact-hero-content p{font-size:1.05rem}
.contact-info-grid{grid-template-columns:1fr}
.visual-showcase-grid{grid-template-columns:1fr;gap:30px}
.visual-image-wrapper img{height:300px}
.form-row-wrapper{grid-template-columns:1fr}
.contact-form-container{padding:30px 25px}
.visual-text-content h2,.form-header-text h2,.partnership-header h2{font-size:1.8rem}
.benefits-grid-layout{grid-template-columns:1fr}
.final-cta-content h2{font-size:2rem}
}
.apropos-hero-sect{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.apropos-hero-sect::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#b4b7d626 0%,transparent 70%);border-radius:50%}
.apropos-hero-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.apropos-hero-content h1{font-size:3.2rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.apropos-hero-content p{font-size:1.25rem;color:#495057;line-height:1.7;margin-bottom:0}
.valeurs-bloc{background:#fff;padding:90px 20px}
.valeurs-container{max-width:1200px;margin:0 auto}
.valeurs-intro{text-align:left;margin-bottom:60px;max-width:700px}
.valeurs-intro h2{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:600}
.valeurs-intro p{font-size:1.1rem;color:#495057;line-height:1.8}
.valeurs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.valeur-carte{background:#f8f9fa;padding:40px 30px;border-radius:12px;border-left:4px solid #7C8994;transition:transform .3s ease,box-shadow .3s ease}
.valeur-carte:hover{transform:translateY(-8px);box-shadow:0 12px 30px #7c899426}
.valeur-carte h3{font-size:1.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.valeur-carte p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.histoire-section{background:linear-gradient(to bottom,#fafbfc 0%,#fff 100%);padding:90px 20px;position:relative}
.histoire-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.histoire-texte h2{font-size:2.5rem;color:#212529;margin-bottom:24px;font-weight:600}
.histoire-texte p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.histoire-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 15px 40px #0000001a}
.histoire-image img{width:100%;height:480px;object-fit:cover;display:block}
.methode-bloc{background:#fff;padding:90px 20px}
.methode-conteneur{max-width:1100px;margin:0 auto}
.methode-header{text-align:center;margin-bottom:70px}
.methode-header h2{font-size:2.5rem;color:#212529;margin-bottom:18px;font-weight:600}
.methode-header p{font-size:1.1rem;color:#495057;max-width:650px;margin:0 auto;line-height:1.7}
.methode-etapes{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.etape-item{background:#f8f9fa;padding:35px;border-radius:12px;position:relative;border-top:3px solid #91ADB9}
.etape-numero{position:absolute;top:-20px;left:35px;width:44px;height:44px;background:#7C8994;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700}
.etape-item h3{font-size:1.35rem;color:#212529;margin-bottom:14px;margin-top:10px;font-weight:600}
.etape-item p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.engagement-section{background:linear-gradient(135deg,#7C8994 0%,#91ADB9 100%);padding:100px 20px;position:relative;overflow:hidden}
.engagement-section::after{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.engagement-contenu{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center;position:relative;z-index:2}
.engagement-texte h2{font-size:2.6rem;color:#fff;margin-bottom:26px;font-weight:600}
.engagement-texte p{font-size:1.1rem;color:#fff;line-height:1.8;margin-bottom:22px;opacity:.95}
.engagement-liste{list-style:none;padding:0;margin:30px 0 0}
.engagement-liste li{font-size:1.05rem;color:#fff;padding:12px 0 12px 35px;position:relative;line-height:1.6}
.engagement-liste li::before{content:'';position:absolute;left:0;top:12px;width:24px;height:24px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.engagement-visuel img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 20px 50px #0003}
.contact-final-bloc{background:#fff;padding:100px 20px}
.contact-final-wrapper{max-width:900px;margin:0 auto;text-align:center}
.contact-final-wrapper h2{font-size:2.5rem;color:#212529;margin-bottom:22px;font-weight:600}
.contact-final-wrapper p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:35px}
.contact-infos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:45px}
.contact-info-item{background:#f8f9fa;padding:30px 20px;border-radius:12px;border-bottom:3px solid #B4B7D6}
.contact-info-item h3{font-size:1.1rem;color:#212529;margin-bottom:10px;font-weight:600}
.contact-info-item p{font-size:1rem;color:#495057;margin:0;line-height:1.6}
.contact-btn-principal{display:inline-block;background:#7C8994;color:#fff;padding:16px 45px;border-radius:8px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:background .3s ease,transform .3s ease}
.contact-btn-principal:hover{background:#91ADB9;transform:translateY(-3px);box-shadow:0 8px 20px #7c899440}
.image-decorative-histoire img{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #00000014}
@media (max-width: 768px) {
.apropos-hero-sect{padding:80px 20px 60px}
.apropos-hero-content h1{font-size:2.2rem}
.apropos-hero-content p{font-size:1.1rem}
.valeurs-grid{grid-template-columns:1fr;gap:25px}
.histoire-wrapper{grid-template-columns:1fr;gap:40px}
.histoire-image img{height:320px}
.methode-etapes{grid-template-columns:1fr;gap:30px}
.engagement-contenu{grid-template-columns:1fr;gap:40px}
.engagement-visuel img{height:300px}
.contact-infos-grid{grid-template-columns:1fr;gap:20px}
.valeurs-bloc,.histoire-section,.methode-bloc,.engagement-section,.contact-final-bloc{padding:60px 20px}
.valeurs-intro h2,.histoire-texte h2,.methode-header h2,.engagement-texte h2,.contact-final-wrapper h2{font-size:2rem}
}
.programme-apprentissage-main{background:#fff;min-height:100vh}
.programme-hero-principal{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.programme-hero-principal::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:linear-gradient(45deg,#b4b7d61a 0%,#91adb914 100%);transform:rotate(-15deg);z-index:1}
.programme-hero-contenu{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.programme-hero-contenu h1{font-size:3.2rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.programme-hero-contenu .sous-titre-hero{font-size:1.3rem;color:#495057;margin-bottom:2.5rem;line-height:1.6;max-width:700px}
.programme-hero-contenu .date-info{display:inline-block;background:#fff;padding:.8rem 1.5rem;border-radius:8px;color:#7C8994;font-weight:600;box-shadow:0 2px 8px #0000000f;margin-bottom:2rem}
.bouton-principal-hero{display:inline-block;background:linear-gradient(135deg,#7C8994 0%,#91ADB9 100%);color:#fff;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 12px #7c89944d;z-index:10;position:relative}
.bouton-principal-hero:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7c899466}
.section-parcours-formation{padding:5rem 2rem;background:#fff;position:relative}
.grille-parcours{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.colonne-contenu-parcours{padding-right:2rem}
.colonne-contenu-parcours h2{font-size:2.5rem;color:#212529;margin-bottom:1.8rem;font-weight:700;line-height:1.3}
.colonne-contenu-parcours .intro-parcours{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:2.5rem}
.liste-modules-parcours{display:flex;flex-direction:column;gap:1.5rem}
.module-item{background:#f8f9fa;padding:1.8rem;border-radius:12px;border-left:4px solid #B4B7D6;transition:all .3s ease;position:relative}
.module-item:hover{transform:translateX(8px);box-shadow:0 4px 16px #7c899426;border-left-color:#7C8994}
.module-item h3{font-size:1.3rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.module-item p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.colonne-visuel-parcours{position:relative}
.colonne-visuel-parcours img{width:100%;height:550px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #0000001f}
.section-methodologie{padding:5rem 2rem;background:linear-gradient(180deg,#fafbfc 0%,#f5f6fa 100%);position:relative}
.conteneur-methodologie{max-width:1200px;margin:0 auto}
.conteneur-methodologie h2{font-size:2.6rem;color:#212529;text-align:center;margin-bottom:1.2rem;font-weight:700}
.conteneur-methodologie .intro-centree{text-align:center;font-size:1.15rem;color:#495057;max-width:800px;margin:0 auto 4rem;line-height:1.7}
.grille-approches{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3.5rem}
.carte-approche{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 16px #00000014;transition:all .3s ease;position:relative;overflow:hidden}
.carte-approche::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#7C8994 0%,#B4B7D6 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.carte-approche:hover::before{transform:scaleX(1)}
.carte-approche:hover{transform:translateY(-8px);box-shadow:0 8px 24px #7c899433}
.carte-approche h3{font-size:1.4rem;color:#212529;margin-bottom:1rem;font-weight:600}
.carte-approche p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.section-temoignages-experiences{padding:5rem 2rem;background:#fff;position:relative}
.conteneur-temoignages{max-width:1300px;margin:0 auto}
.conteneur-temoignages h2{font-size:2.5rem;color:#212529;margin-bottom:3.5rem;font-weight:700;text-align:center}
.disposition-mixte-temoignages{display:grid;grid-template-columns:1.2fr 0.8fr;gap:3rem;align-items:start}
.zone-temoignages-principaux{display:flex;flex-direction:column;gap:2rem}
.temoignage-complet{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:2.5rem;border-radius:12px;border:1px solid #7c899426;position:relative}
.temoignage-complet::before{content:'"';position:absolute;top:1rem;left:1.5rem;color:#b4b7d64d;font:5rem/1 Georgia,serif}
.temoignage-complet .texte-temoignage{font-size:1.1rem;color:#343a40;line-height:1.8;margin-bottom:1.5rem;position:relative;z-index:2}
.temoignage-complet .auteur-temoignage{display:flex;align-items:center;gap:1rem;position:relative;z-index:2}
.temoignage-complet .initiales-auteur{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#91ADB9 0%,#B4B7D6 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem}
.temoignage-complet .info-auteur h4{font-size:1.1rem;color:#212529;margin:0 0 .3rem;font-weight:600}
.temoignage-complet .info-auteur p{font-size:.95rem;color:#7C8994;margin:0}
.zone-visuel-lateral{position:sticky;top:2rem}
.zone-visuel-lateral img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 6px 20px #0000001a;margin-bottom:2rem}
.encart-action-lateral{background:linear-gradient(135deg,#7C8994 0%,#91ADB9 100%);padding:2.5rem;border-radius:12px;color:#fff;text-align:center}
.encart-action-lateral h3{font-size:1.5rem;margin-bottom:1rem;font-weight:600}
.encart-action-lateral p{font-size:1rem;margin-bottom:1.8rem;line-height:1.6;opacity:.95}
.bouton-lateral-blanc{display:inline-block;background:#fff;color:#7C8994;padding:.9rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;z-index:10;position:relative}
.bouton-lateral-blanc:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}
@media (max-width: 1024px) {
.grille-parcours{grid-template-columns:1fr;gap:3rem}
.colonne-contenu-parcours{padding-right:0}
.grille-approches{grid-template-columns:1fr;gap:1.5rem}
.disposition-mixte-temoignages{grid-template-columns:1fr}
.zone-visuel-lateral{position:static}
}
@media (max-width: 768px) {
.programme-hero-principal{padding:3rem 1.5rem 2.5rem}
.programme-hero-contenu h1{font-size:2.2rem}
.programme-hero-contenu .sous-titre-hero{font-size:1.1rem}
.section-parcours-formation,.section-methodologie,.section-temoignages-experiences{padding:3rem 1.5rem}
.colonne-contenu-parcours h2,.conteneur-methodologie h2,.conteneur-temoignages h2{font-size:2rem}
.colonne-visuel-parcours img,.zone-visuel-lateral img{height:300px}
}
.policy-doc-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.policy-header-section{background:linear-gradient(165deg,#B4B7D6 0%,#91ADB9 100%);padding:4rem 1.5rem 3rem;text-align:center;position:relative;overflow:hidden}
.policy-header-section::before{content:'';position:absolute;top:-50%;right:-10%;width:40%;height:200%;background:#ffffff14;transform:rotate(15deg)}
.policy-title-main{font-size:2.8rem;color:#fff;margin:0 0 1rem;font-weight:700;letter-spacing:-.5px;position:relative;z-index:2}
.policy-subtitle-text{font-size:1.15rem;color:#fffffff2;max-width:700px;margin:0 auto;line-height:1.6;position:relative;z-index:2}
.policy-content-container{max-width:900px;margin:-2rem auto 0;padding:0 1.5rem 4rem;position:relative;z-index:3}
.policy-intro-block{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #7c89941f;margin-bottom:2rem;border-left:5px solid #7C8994}
.policy-intro-block p{font-size:1.05rem;line-height:1.75;color:#343a40;margin:0 0 1.2rem}
.policy-intro-block p:last-child{margin-bottom:0}
.tech-disclosure-segment{background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);padding:2.5rem;border-radius:12px;margin-bottom:1.5rem;border:2px solid #e9ecef}
.segment-heading-primary{font-size:1.8rem;color:#212529;margin:0 0 1.5rem;font-weight:700;display:flex;align-items:center;gap:.8rem}
.segment-heading-primary::before{content:'';width:6px;height:32px;background:linear-gradient(180deg,#7C8994 0%,#91ADB9 100%);border-radius:3px}
.tech-disclosure-segment p{font-size:1.02rem;line-height:1.8;color:#495057;margin:0 0 1.3rem}
.data-tracking-panel{background:#fff;padding:2rem 2.5rem;border-radius:10px;margin-bottom:1.5rem;box-shadow:0 2px 12px #91adb91a}
.panel-title-secondary{font-size:1.5rem;color:#343a40;margin:0 0 1.3rem;font-weight:600;position:relative;padding-left:1.2rem}
.panel-title-secondary::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#B4B7D6;border-radius:50%}
.data-tracking-panel p{font-size:1rem;line-height:1.75;color:#495057;margin:0 0 1.1rem}
.mechanics-explanation-box{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:2rem;border-radius:8px;margin:1.5rem 0;border:1px solid #dee2e6}
.mechanics-explanation-box p{font-size:.98rem;line-height:1.7;color:#495057;margin:0 0 1rem}
.detail-list-custom{list-style:none;padding:0;margin:1.5rem 0}
.detail-list-custom li{padding:.9rem 0 .9rem 2.5rem;position:relative;font-size:1rem;line-height:1.65;color:#343a40;border-bottom:1px solid #f1f3f5}
.detail-list-custom li:last-child{border-bottom:none}
.detail-list-custom li::before{content:'→';position:absolute;left:.5rem;color:#91ADB9;font-weight:700;font-size:1.2rem}
.control-options-section{background:#fff;padding:2.5rem;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 3px 16px #7c89941c;border-top:4px solid #B4B7D6}
.control-options-section h3{font-size:1.6rem;color:#212529;margin:0 0 1.4rem;font-weight:700}
.control-options-section p{font-size:1.01rem;line-height:1.75;color:#495057;margin:0 0 1.2rem}
.functional-categorization-area{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:2.3rem;border-radius:10px;margin-bottom:1.5rem;border-left:5px solid #91ADB9}
.functional-categorization-area h3{font-size:1.55rem;color:#343a40;margin:0 0 1.3rem;font-weight:600}
.functional-categorization-area p{font-size:.99rem;line-height:1.72;color:#495057;margin:0 0 1.15rem}
.impact-description-zone{background:#fff;padding:2rem 2.3rem;border-radius:8px;margin:1.5rem 0;box-shadow:0 2px 10px #91adb917}
.impact-description-zone p{font-size:1rem;line-height:1.7;color:#495057;margin:0 0 1.1rem}
.distinction-block-essential{background:linear-gradient(135deg,#B4B7D6 0%,#91ADB9 100%);padding:2rem;border-radius:10px;margin:2rem 0;box-shadow:0 4px 18px #7c899426}
.distinction-block-essential p{font-size:1.05rem;line-height:1.75;color:#fff;margin:0 0 1rem}
.distinction-block-essential p:last-child{margin-bottom:0}
.access-management-container{background:#fafbfc;padding:2.5rem;border-radius:12px;margin-bottom:1.5rem;border:2px dashed #B4B7D6}
.access-management-container h3{font-size:1.65rem;color:#212529;margin:0 0 1.4rem;font-weight:700}
.access-management-container p{font-size:1.01rem;line-height:1.75;color:#495057;margin:0 0 1.2rem}
.temporal-context-segment{background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);padding:2rem 2.5rem;border-radius:10px;margin-bottom:1.5rem;box-shadow:0 2px 14px #7c89941a}
.temporal-context-segment h3{font-size:1.5rem;color:#343a40;margin:0 0 1.3rem;font-weight:600}
.temporal-context-segment p{font-size:.99rem;line-height:1.7;color:#495057;margin:0 0 1.15rem}
.purpose-clarification-module{background:#fff;padding:2.3rem;border-radius:10px;margin-bottom:1.5rem;border:1px solid #e9ecef}
.purpose-clarification-module h3{font-size:1.6rem;color:#212529;margin:0 0 1.4rem;font-weight:700;color:#7C8994}
.purpose-clarification-module p{font-size:1rem;line-height:1.75;color:#495057;margin:0 0 1.2rem}
.contact-information-final{background:linear-gradient(135deg,#7C8994 0%,#91ADB9 100%);padding:2.5rem;border-radius:12px;margin-top:3rem;text-align:center;box-shadow:0 5px 22px #7c89942e}
.contact-information-final p{font-size:1.08rem;line-height:1.7;color:#fff;margin:0 0 1.5rem}
.contact-details-list{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.8rem}
.contact-details-list li{font-size:1.02rem;color:#fffffff2;line-height:1.6}
.contact-details-list li strong{color:#fff;font-weight:600}
@media (max-width: 768px) {
.policy-title-main{font-size:2rem}
.policy-subtitle-text{font-size:1.02rem}
.policy-content-container{padding:0 1rem 3rem}
.policy-intro-block,.tech-disclosure-segment,.data-tracking-panel,.control-options-section,.functional-categorization-area{padding:1.8rem}
.segment-heading-primary{font-size:1.5rem}
.panel-title-secondary{font-size:1.3rem}
.detail-list-custom li{padding-left:2rem;font-size:.95rem}
.contact-information-final{padding:2rem 1.5rem}
}
@media (max-width: 480px) {
.policy-header-section{padding:3rem 1rem 2.5rem}
.policy-title-main{font-size:1.75rem}
.segment-heading-primary{font-size:1.35rem;flex-direction:column;align-items:flex-start}
.segment-heading-primary::before{width:4px;height:24px}
}
.politique-confidentialite-page{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.politique-confidentialite-page .entete-politique-section{background:linear-gradient(180deg,#fff 0%,#f5f6fa 100%);padding:80px 20px 60px;border-bottom:3px solid #B4B7D6;position:relative}
.politique-confidentialite-page .entete-politique-section::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#7C8994 0%,#91ADB9 50%,#B4B7D6 100%)}
.politique-confidentialite-page .titre-principal-politique{font-size:2.8rem;color:#212529;font-weight:700;margin:0 0 20px;line-height:1.2;text-align:center}
.politique-confidentialite-page .introduction-generale-bloc{max-width:900px;margin:0 auto;padding:0 20px}
.politique-confidentialite-page .texte-introduction-principale{font-size:1.15rem;color:#495057;line-height:1.8;margin-bottom:15px}
.politique-confidentialite-page .container-contenu-principal{max-width:900px;margin:60px auto;padding:0 20px}
.politique-confidentialite-page .section-politique-individuelle{background:#fff;padding:50px 45px;margin-bottom:40px;border-radius:8px;box-shadow:0 2px 12px #7c899414;border-left:5px solid #91ADB9;position:relative}
.politique-confidentialite-page .section-politique-individuelle:nth-child(even){border-left-color:#B4B7D6}
.politique-confidentialite-page .section-politique-individuelle:nth-child(3n){border-left-color:#7C8994}
.politique-confidentialite-page .titre-section-politique{font-size:1.9rem;color:#343a40;font-weight:600;margin:0 0 25px;line-height:1.3}
.politique-confidentialite-page .paragraphe-contenu-politique{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:18px}
.politique-confidentialite-page .liste-elements-politique{margin:25px 0 25px 25px;padding:0;list-style:none}
.politique-confidentialite-page .liste-elements-politique li{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:15px;padding-left:30px;position:relative}
.politique-confidentialite-page .liste-elements-politique li::before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;background:#91ADB9;border-radius:50%}
.politique-confidentialite-page .section-politique-individuelle:nth-child(even) .liste-elements-politique li::before{background:#B4B7D6}
.politique-confidentialite-page .sous-section-imbriquee{margin-top:30px;padding-left:20px;border-left:3px solid #f5f6fa}
.politique-confidentialite-page .sous-titre-section{font-size:1.4rem;color:#343a40;font-weight:600;margin:0 0 18px}
.politique-confidentialite-page .section-finale-contact{background:linear-gradient(135deg,#7C8994 0%,#91ADB9 100%);padding:60px 45px;margin-bottom:0;border-radius:8px;border-left:none;text-align:center}
.politique-confidentialite-page .section-finale-contact .titre-section-politique{color:#fff;margin-bottom:30px}
.politique-confidentialite-page .section-finale-contact .paragraphe-contenu-politique{color:#fff;font-size:1.1rem}
.politique-confidentialite-page .bloc-coordonnees-contact{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-top:35px}
.politique-confidentialite-page .element-coordonnee{background:#ffffff26;padding:20px 30px;border-radius:6px;color:#fff;font-size:1.05rem;line-height:1.6}
.politique-confidentialite-page .etiquette-coordonnee{font-weight:600;display:block;margin-bottom:8px;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}
.politique-confidentialite-page .section-accent-special{background:linear-gradient(135deg,#f5f6fa 0%,#fff 100%);padding:40px 45px;margin:40px 0;border-radius:8px;border:2px solid #B4B7D6;box-shadow:0 4px 16px #b4b7d626}
@media (max-width: 768px) {
.politique-confidentialite-page .entete-politique-section{padding:50px 15px 40px}
.politique-confidentialite-page .titre-principal-politique{font-size:2rem}
.politique-confidentialite-page .container-contenu-principal{margin:30px auto;padding:0 15px}
.politique-confidentialite-page .section-politique-individuelle{padding:30px 25px;margin-bottom:25px}
.politique-confidentialite-page .titre-section-politique{font-size:1.5rem}
.politique-confidentialite-page .section-finale-contact{padding:40px 25px}
.politique-confidentialite-page .bloc-coordonnees-contact{flex-direction:column;gap:20px}
.politique-confidentialite-page .element-coordonnee{width:100%}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.success-confirmation-block{max-width:720px;margin:0 auto;padding:80px 30px 60px}
.success-icon-area{text-align:center;margin-bottom:45px}
.success-checkmark-circle{width:90px;height:90px;background:linear-gradient(135deg,#B4B7D6 0%,#91ADB9 100%);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #91adb940;animation:scaleIn .5s ease-out}
@keyframes scaleIn {
0%{transform:scale(0);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-icon{width:45px;height:45px;stroke:#fff;stroke-width:3;fill:none}
.success-main-heading{font-size:38px;font-weight:700;color:#212529;text-align:center;margin:0 0 25px;line-height:1.3}
.success-subtext{font-size:18px;color:#495057;text-align:center;margin:0 0 50px;line-height:1.6}
.success-details-panel{background:#fff;border-radius:12px;padding:40px 35px;margin-bottom:40px;box-shadow:0 2px 12px #0000000f;border-left:4px solid #91ADB9}
.success-info-row{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-bottom:1px solid #f5f6fa}
.success-info-row:last-child{border-bottom:none;padding-bottom:0}
.success-info-label{font-size:15px;color:#7C8994;font-weight:500;margin:0}
.success-info-value{font-size:16px;color:#212529;font-weight:600;margin:0;text-align:right}
.success-next-steps-section{background:linear-gradient(135deg,#b4b7d614 0%,#91adb914 100%);border-radius:12px;padding:35px;margin-bottom:45px}
.success-steps-title{font-size:22px;font-weight:700;color:#212529;margin:0 0 30px}
.success-step-item{display:flex;gap:20px;margin-bottom:28px}
.success-step-item:last-child{margin-bottom:0}
.success-step-number{width:36px;height:36px;background:#91ADB9;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}
.success-step-content{flex:1;padding-top:4px}
.success-step-heading{font-size:17px;font-weight:600;color:#212529;margin:0 0 8px}
.success-step-description{font-size:15px;color:#495057;margin:0;line-height:1.6}
.success-actions-area{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}
.success-btn-primary{background:linear-gradient(135deg,#7C8994 0%,#91ADB9 100%);color:#fff;padding:16px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;display:inline-block;transition:all .3s ease;box-shadow:0 4px 12px #7c899440;border:none;cursor:pointer}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #7c899459}
.success-btn-secondary{background:#fff;color:#7C8994;padding:16px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;display:inline-block;transition:all .3s ease;border:2px solid #7C8994;cursor:pointer}
.success-btn-secondary:hover{background:#f8f9fa;border-color:#91ADB9;color:#91ADB9}
.success-support-notice{background:#fff;border-radius:10px;padding:28px;text-align:center;box-shadow:0 2px 8px #0000000a}
.success-support-text{font-size:15px;color:#495057;margin:0 0 15px;line-height:1.6}
.success-contact-link{color:#7C8994;text-decoration:none;font-weight:600;border-bottom:2px solid transparent;transition:border-color .3s ease}
.success-contact-link:hover{border-bottom-color:#91ADB9;color:#91ADB9}
@media (max-width: 768px) {
.success-confirmation-block{padding:60px 20px 40px}
.success-main-heading{font-size:30px;margin-bottom:20px}
.success-subtext{font-size:16px;margin-bottom:35px}
.success-details-panel{padding:30px 25px}
.success-info-row{flex-direction:column;align-items:flex-start;gap:8px}
.success-info-value{text-align:left}
.success-next-steps-section{padding:25px 20px}
.success-steps-title{font-size:20px;margin-bottom:25px}
.success-step-item{gap:15px}
.success-actions-area{flex-direction:column;gap:12px}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center}
.success-support-notice{padding:22px 18px}
}
@media (max-width: 480px) {
.success-checkmark-circle{width:75px;height:75px}
.success-checkmark-icon{width:38px;height:38px}
.success-main-heading{font-size:26px}
}