*{margin:0;box-sizing:border-box;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Manrope',-apple-system,BlinkMacSystemFont,sans-serif;background:#fafbfc;color:#2d3339;line-height:1.7;min-height:100vh;display:flex;flex-direction:column}
:focus-visible{outline:3px solid #6F9DF8;outline-offset:3px}
header{background:linear-gradient(135deg,#fff 0%,#f5f8fc 100%);position:relative;box-shadow:0 2px 12px #6f9df814}
.header_banner_row{background:linear-gradient(110deg,#6F9DF8 0%,#6f9df826 100%);padding:14px 6%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #6f9df81f}
.company_identifier{font-family:'Space Grotesk',sans-serif;font-size:1.05rem;font-weight:600;color:#1a2530;letter-spacing:.3px}
.contact_email_display{font-size:.9rem;color:#495461;text-decoration:none;transition:color .25s ease}
.contact_email_display:hover{color:#B93106}
.header_nav_container{padding:22px 6%;display:flex;align-items:center;justify-content:space-between;gap:40px}
.logo_wrapper_45x{flex-shrink:0;display:flex;align-items:center;z-index:15}
.logo_wrapper_45x img{height:64px;width:64px;object-fit:contain;display:block}
.main_navigation_set{display:flex;gap:8px;align-items:center;list-style:none;flex-wrap:wrap}
.main_navigation_set li{margin:0}
.main_navigation_set a{display:block;padding:11px 22px;font-size:.98rem;font-weight:500;color:#2d3339;text-decoration:none;border-radius:8px;transition:background-color .25s ease,color .25s ease;white-space:nowrap}
.main_navigation_set a:hover{background-color:#6f9df81a;color:#6F9DF8}
main{flex:1}
footer{background:linear-gradient(160deg,#1e2a36 0%,#2d3d4d 100%);color:#e4e8ec;padding:56px 6% 32px;margin-top:70px}
.footer_stream_column{max-width:820px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:36px}
.footer_brand_section{display:flex;flex-direction:column;align-items:center;gap:14px}
.footer_logo_container img{height:58px;width:58px;object-fit:contain}
.footer_company_title{font-family:'Space Grotesk',sans-serif;font-size:1.25rem;font-weight:600;color:#fff;letter-spacing:.4px}
.footer_contact_display{font-size:.92rem;color:#c4cdd6;margin-top:6px}
.footer_contact_display a{color:#C4F8DE;text-decoration:none;transition:opacity .25s ease}
.footer_contact_display a:hover{opacity:.75}
.footer_service_links{display:flex;flex-wrap:wrap;justify-content:center;gap:28px;list-style:none}
.footer_service_links a{font-size:.94rem;color:#d1dae3;text-decoration:none;transition:color .25s ease;position:relative}
.footer_service_links a::after{content:'';position:absolute;bottom:-3px;left:0;width:0;height:1px;background:#C4F8DE;transition:width .3s ease}
.footer_service_links a:hover{color:#C4F8DE}
.footer_service_links a:hover::after{width:100%}
.footer_divider_line{width:100%;height:1px;background:#ffffff1f;margin:18px 0}
.footer_copyright_text{font-size:.88rem;color:#9ba8b5;letter-spacing:.2px}
.consent_modal_wrapper{position:fixed;bottom:28px;left:28px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026 0 2px 8px #6f9df81a;max-width:440px;padding:28px;z-index:9999;border:1px solid #6f9df833;opacity:0;transform:translateY(20px);animation:slideConsentUp .4s ease forwards;display:none}
.consent_modal_wrapper.visible_state{display:block}
@keyframes slideConsentUp {
to{opacity:1;transform:translateY(0)}
}
.consent_header_zone{margin-bottom:16px}
.consent_title_text{font-family:'Space Grotesk',sans-serif;font-size:1.15rem;font-weight:600;color:#1a2530;margin-bottom:10px}
.consent_description_block{font-size:.92rem;color:#495461;line-height:1.6}
.consent_category_group{margin:20px 0;display:flex;flex-direction:column;gap:14px}
.consent_category_item{display:flex;align-items:flex-start;gap:12px;padding:14px;background:#f7f9fb;border-radius:10px;border:1px solid #e4e9f0}
.consent_toggle_switch{position:relative;width:48px;height:26px;flex-shrink:0;margin-top:2px}
.consent_toggle_switch input{opacity:0;width:0;height:0}
.consent_slider_track{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#cbd4dd;border-radius:26px;transition:background .3s ease}
.consent_slider_track::before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .3s ease}
.consent_toggle_switch input:checked + .consent_slider_track{background:linear-gradient(135deg,#6F9DF8 0%,#5a88e0 100%)}
.consent_toggle_switch input:checked + .consent_slider_track::before{transform:translateX(22px)}
.consent_category_content{flex:1}
.consent_category_label{font-weight:600;font-size:.94rem;color:#2d3339;margin-bottom:4px;display:block}
.consent_category_explain{font-size:.85rem;color:#6b7682;line-height:1.5}
.consent_actions_row{display:flex;gap:10px;margin-top:22px}
.consent_btn_base{flex:1;padding:13px 20px;font-family:'Manrope',sans-serif;font-size:.94rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .25s ease}
.consent_btn_accept{background:linear-gradient(135deg,#6F9DF8 0%,#5a88e0 100%);color:#fff}
.consent_btn_accept:hover{background:linear-gradient(135deg,#5a88e0 0%,#4a75cc 100%)}
.consent_btn_reject{background:#f0f3f7;color:#495461;border:1px solid #d4dce5}
.consent_btn_reject:hover{background:#e4e9f0}
@media (max-width: 768px) {
.header_banner_row{flex-direction:column;gap:8px;padding:12px 5%;text-align:center}
.company_identifier{font-size:.95rem}
.contact_email_display{font-size:.85rem}
.header_nav_container{flex-direction:column;gap:20px;padding:18px 5%}
.main_navigation_set{flex-direction:column;width:100%;gap:6px}
.main_navigation_set a{width:100%;text-align:center;padding:12px 18px}
footer{padding:40px 5% 24px}
.footer_stream_column{gap:28px}
.footer_service_links{flex-direction:column;gap:16px}
.consent_modal_wrapper{left:16px;right:16px;bottom:16px;max-width:none;padding:22px}
.consent_actions_row{flex-direction:column}
}
@media (max-width: 480px) {
.logo_wrapper_45x img{height:52px;width:52px}
.consent_title_text{font-size:1.05rem}
.consent_description_block{font-size:.88rem}
}
.apropos-hero-principale{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.apropos-hero-principale::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(circle,#6f9df814 0%,transparent 70%);pointer-events:none}
.apropos-contenu-hero{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.apropos-titre-principal{font-size:2.8rem;font-weight:700;color:#212529;margin-bottom:1.5rem;line-height:1.2}
.apropos-titre-principal::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#6F9DF8 0%,#C4F8DE 100%);margin-top:1rem}
.apropos-intro-texte{font-size:1.15rem;color:#495057;line-height:1.7;max-width:750px;margin-bottom:2rem}
.apropos-stats-ligne{display:flex;gap:2.5rem;margin-top:3rem;flex-wrap:wrap}
.apropos-stat-item{flex:1;min-width:200px}
.apropos-stat-nombre{font-size:2.5rem;font-weight:700;color:#6F9DF8;display:block;margin-bottom:.5rem}
.apropos-stat-label{font-size:.95rem;color:#495057;line-height:1.4}
.apropos-section-valeurs{background:#fff;padding:5rem 1.5rem;position:relative}
.apropos-valeurs-conteneur{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.apropos-valeurs-image{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #6f9df826}
.apropos-valeurs-contenu h2{font-size:2.2rem;color:#212529;margin-bottom:1.5rem;font-weight:700;position:relative;padding-left:1.5rem}
.apropos-valeurs-contenu h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:60%;background:#B93106}
.apropos-valeur-bloc{margin-bottom:2rem;padding-left:2rem;position:relative}
.apropos-valeur-bloc::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;background:#C4F8DE;border:3px solid #6F9DF8;border-radius:50%}
.apropos-valeur-titre{font-size:1.25rem;color:#212529;font-weight:600;margin-bottom:.5rem}
.apropos-valeur-desc{font-size:1rem;color:#495057;line-height:1.6}
.apropos-section-equipe{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:5rem 1.5rem}
.apropos-equipe-conteneur{max-width:1140px;margin:0 auto}
.apropos-equipe-intro{text-align:center;margin-bottom:4rem}
.apropos-equipe-intro h2{font-size:2.2rem;color:#212529;font-weight:700;margin-bottom:1rem}
.apropos-equipe-intro p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.apropos-membres-grille{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}
.apropos-membre-carte{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}
.apropos-membre-carte:hover{transform:translateY(-8px);box-shadow:0 12px 32px #6f9df833}
.apropos-membre-photo{width:100%;height:320px;object-fit:cover}
.apropos-membre-info{padding:2rem}
.apropos-membre-nom{font-size:1.4rem;color:#212529;font-weight:700;margin-bottom:.5rem}
.apropos-membre-role{font-size:1rem;color:#6F9DF8;font-weight:600;margin-bottom:1rem;display:inline-block;padding:.25rem .75rem;background:#6f9df81a;border-radius:20px}
.apropos-membre-bio{font-size:.98rem;color:#495057;line-height:1.6}
.apropos-section-approche{background:#fff;padding:5rem 1.5rem;position:relative}
.apropos-approche-conteneur{max-width:1140px;margin:0 auto}
.apropos-approche-grille{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}
.apropos-approche-visuel{width:100%;height:280px;object-fit:cover;border-radius:12px;box-shadow:0 6px 20px #0000001a}
.apropos-approche-contenu h2{font-size:2.2rem;color:#212529;font-weight:700;margin-bottom:2rem}
.apropos-methode-etape{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #6F9DF8;position:relative;padding-left:5rem}
.apropos-etape-numero{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);width:45px;height:45px;background:linear-gradient(135deg,#6F9DF8 0%,#B93106 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700}
.apropos-etape-titre{font-size:1.15rem;color:#212529;font-weight:600;margin-bottom:.5rem}
.apropos-etape-desc{font-size:.95rem;color:#495057;line-height:1.5}
.apropos-cta-final{background:linear-gradient(135deg,#6F9DF8 0%,#B93106 100%);color:#fff;padding:2.5rem;border-radius:12px;text-align:center;margin-top:3rem}
.apropos-cta-final h3{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#fff}
.apropos-cta-final p{font-size:1.05rem;margin-bottom:2rem;opacity:.95;color:#fff}
.apropos-btn-contact{display:inline-block;background:#fff;color:#6F9DF8;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:10}
.apropos-btn-contact:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0003;color:#6F9DF8}
@media (max-width: 768px) {
.apropos-hero-principale{padding:3rem 1rem 2.5rem}
.apropos-titre-principal{font-size:2rem}
.apropos-intro-texte{font-size:1rem}
.apropos-stats-ligne{gap:1.5rem}
.apropos-stat-item{min-width:150px}
.apropos-stat-nombre{font-size:2rem}
.apropos-valeurs-conteneur{grid-template-columns:1fr;gap:2rem}
.apropos-valeurs-image{height:300px}
.apropos-valeurs-contenu h2{font-size:1.8rem}
.apropos-membres-grille{grid-template-columns:1fr;gap:2rem}
.apropos-membre-photo{height:280px}
.apropos-approche-grille{grid-template-columns:1fr;gap:1.5rem}
.apropos-approche-visuel{height:220px}
.apropos-approche-contenu h2{font-size:1.8rem}
.apropos-methode-etape{padding-left:4.5rem}
.apropos-etape-numero{width:40px;height:40px;font-size:1.1rem}
}
.index-hero-wrapper{position:relative;height:92vh;overflow:hidden;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%)}
.index-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:150%;background:linear-gradient(165deg,#6f9df814 0%,#c4f8de1f 100%);transform:rotate(-12deg);z-index:1}
.index-hero-content{position:relative;z-index:2;padding:0 5%;height:100%;display:flex;align-items:center}
.index-hero-text-zone{max-width:580px;animation:fadeSlideIn 1s ease-out}
@keyframes fadeSlideIn {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.index-hero-text-zone h1{font-size:3.8rem;line-height:1.15;color:#212529;font-weight:800;margin-bottom:1.8rem;letter-spacing:-.02em}
.index-hero-text-zone h1::after{content:'';display:block;width:90px;height:6px;background:linear-gradient(90deg,#6F9DF8 0%,#C4F8DE 100%);margin-top:1.5rem;border-radius:3px}
.index-hero-text-zone p{font-size:1.3rem;line-height:1.7;color:#495057;margin-bottom:2.5rem}
.index-hero-cta-btn{display:inline-block;padding:18px 42px;background:#6F9DF8;color:#fff;text-decoration:none;font-weight:600;font-size:1.1rem;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 15px #6f9df840}
.index-hero-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6f9df859;background:#5a8de6}
.index-hero-visual{position:absolute;right:5%;top:50%;transform:translateY(-50%);width:45%;height:70%;z-index:2;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000001f}
.index-hero-visual img{width:100%;height:100%;object-fit:cover}
.index-diagonal-section{position:relative;background:linear-gradient(168deg,#fff 0%,#f8f9fa 100%);padding:120px 0 140px;clip-path:polygon(0 8%,100% 0,100% 92%,0 100%);margin-top:-80px}
.index-diagonal-content{max-width:1200px;margin:0 auto;padding:0 5%;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.index-diagonal-text h2{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:1.8rem;line-height:1.25}
.index-diagonal-text h2::before{content:'01';display:block;font-size:1rem;color:#6F9DF8;font-weight:600;margin-bottom:.8rem;letter-spacing:.1em}
.index-diagonal-text p{font-size:1.15rem;line-height:1.8;color:#495057;margin-bottom:1.5rem}
.index-diagonal-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 15px 50px #0000001a}
.index-diagonal-image::before{content:'';position:absolute;top:-20px;left:-20px;width:120px;height:120px;background:linear-gradient(135deg,#6F9DF8 0%,#C4F8DE 100%);border-radius:50%;z-index:-1;opacity:.3}
.index-diagonal-image img{width:100%;height:460px;object-fit:cover;display:block}
.index-metrics-showcase{background:#fff;padding:100px 0;position:relative}
.index-metrics-container{max-width:1200px;margin:0 auto;padding:0 5%}
.index-metrics-intro{text-align:center;max-width:720px;margin:0 auto 70px}
.index-metrics-intro h2{font-size:2.6rem;color:#212529;font-weight:700;margin-bottom:1.2rem}
.index-metrics-intro h2 span{color:#6F9DF8;position:relative}
.index-metrics-intro h2 span::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#C4F8DE;border-radius:2px}
.index-metrics-intro p{font-size:1.15rem;line-height:1.7;color:#495057}
.index-metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.index-metric-card{background:#fafbfc;padding:45px 35px;border-radius:12px;text-align:center;border:2px solid transparent;transition:all .4s ease;position:relative}
.index-metric-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6F9DF8 0%,#C4F8DE 100%);border-radius:12px 12px 0 0;opacity:0;transition:opacity .3s ease}
.index-metric-card:hover{border-color:#6F9DF8;transform:translateY(-8px);box-shadow:0 15px 40px #6f9df826}
.index-metric-card:hover::before{opacity:1}
.index-metric-value{font-size:3.2rem;font-weight:800;color:#6F9DF8;margin-bottom:.8rem;line-height:1}
.index-metric-label{font-size:1.1rem;color:#343a40;font-weight:600;margin-bottom:.6rem}
.index-metric-desc{font-size:.95rem;color:#495057;line-height:1.6}
.index-layered-approach{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:110px 0;position:relative;overflow:hidden}
.index-layered-approach::after{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#c4f8de33 0%,transparent 70%);border-radius:50%}
.index-layered-container{max-width:1200px;margin:0 auto;padding:0 5%;position:relative;z-index:1}
.index-layered-header{margin-bottom:60px}
.index-layered-header h2{font-size:2.7rem;color:#212529;font-weight:700;margin-bottom:1rem}
.index-layered-header p{font-size:1.2rem;color:#495057;line-height:1.7;max-width:680px}
.index-approach-stack{display:flex;flex-direction:column;gap:30px}
.index-approach-layer{display:grid;grid-template-columns:80px 1fr;gap:30px;background:#fff;padding:40px;border-radius:14px;border-left:5px solid #6F9DF8;box-shadow:0 8px 30px #0000000f;transition:all .3s ease}
.index-approach-layer:hover{transform:translateX(8px);box-shadow:0 12px 40px #0000001a}
.index-approach-layer:nth-child(2){border-left-color:#C4F8DE}
.index-approach-layer:nth-child(3){border-left-color:#B93106}
.index-layer-number{width:80px;height:80px;background:linear-gradient(135deg,#6F9DF8 0%,#C4F8DE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:#fff;flex-shrink:0}
.index-approach-layer:nth-child(2) .index-layer-number{background:linear-gradient(135deg,#C4F8DE 0%,#6F9DF8 100%)}
.index-approach-layer:nth-child(3) .index-layer-number{background:linear-gradient(135deg,#B93106 0%,#6F9DF8 100%)}
.index-layer-content h3{font-size:1.8rem;color:#212529;font-weight:700;margin-bottom:1rem}
.index-layer-content p{font-size:1.05rem;line-height:1.7;color:#495057}
.index-asymmetric-reality{background:#fff;padding:120px 0;position:relative}
.index-reality-wrapper{max-width:1400px;margin:0 auto;padding:0 5%;display:grid;grid-template-columns:55% 45%;gap:60px;align-items:center}
.index-reality-visual{position:relative}
.index-reality-main-img{width:100%;height:520px;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000001f;position:relative}
.index-reality-main-img img{width:100%;height:100%;object-fit:cover}
.index-reality-accent-box{position:absolute;bottom:-30px;right:-30px;width:280px;background:linear-gradient(135deg,#6F9DF8 0%,#5a8de6 100%);padding:35px;border-radius:16px;box-shadow:0 15px 50px #6f9df84d}
.index-reality-accent-box h4{font-size:1.1rem;color:#fff;font-weight:600;margin-bottom:.8rem}
.index-reality-accent-box p{font-size:.95rem;color:#ffffffe6;line-height:1.6}
.index-reality-text h2{font-size:2.9rem;color:#212529;font-weight:700;margin-bottom:1.8rem;line-height:1.2}
.index-reality-text h2::before{content:'';display:inline-block;width:60px;height:5px;background:#C4F8DE;margin-right:15px;vertical-align:middle;border-radius:3px}
.index-reality-text p{font-size:1.1rem;line-height:1.8;color:#495057;margin-bottom:2rem}
.index-reality-link{display:inline-flex;align-items:center;gap:12px;color:#6F9DF8;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease}
.index-reality-link::after{content:'→';font-size:1.4rem;transition:transform .3s ease}
.index-reality-link:hover{color:#5a8de6}
.index-reality-link:hover::after{transform:translateX(6px)}
.index-testimonial-segment{background:linear-gradient(170deg,#fafbfc 0%,#f8f9fa 100%);padding:100px 0;position:relative}
.index-testimonial-container{max-width:1100px;margin:0 auto;padding:0 5%}
.index-testimonial-card{background:#fff;border-radius:20px;padding:60px;box-shadow:0 15px 50px #00000014;position:relative}
.index-testimonial-card::before{content:'"';position:absolute;top:30px;left:40px;font-size:8rem;color:#6f9df81a;font-family:Georgia,serif;line-height:1}
.index-testimonial-content{position:relative;z-index:1}
.index-testimonial-text{font-size:1.3rem;line-height:1.75;color:#343a40;margin-bottom:2.5rem;font-style:italic}
.index-testimonial-author{display:flex;align-items:center;gap:25px}
.index-author-photo{width:80px;height:80px;border-radius:50%;overflow:hidden;border:4px solid #C4F8DE}
.index-author-photo img{width:100%;height:100%;object-fit:cover}
.index-author-info h4{font-size:1.3rem;color:#212529;font-weight:700;margin-bottom:.4rem}
.index-author-info p{font-size:1rem;color:#6F9DF8;font-weight:500}
.index-transformation-zone{background:#fff;padding:110px 0;position:relative}
.index-transformation-wrapper{max-width:1200px;margin:0 auto;padding:0 5%}
.index-transformation-header{text-align:center;margin-bottom:70px}
.index-transformation-header h2{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:1.2rem}
.index-transformation-header p{font-size:1.2rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.index-transform-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.index-transform-item{position:relative;padding-left:40px}
.index-transform-item::before{content:'';position:absolute;left:0;top:8px;width:20px;height:20px;background:linear-gradient(135deg,#6F9DF8 0%,#C4F8DE 100%);border-radius:50%}
.index-transform-item h3{font-size:1.5rem;color:#212529;font-weight:700;margin-bottom:.8rem}
.index-transform-item p{font-size:1.05rem;line-height:1.7;color:#495057}
.index-final-cta-section{background:linear-gradient(135deg,#6F9DF8 0%,#5a8de6 100%);padding:90px 0;position:relative;overflow:hidden}
.index-final-cta-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#c4f8de33 0%,transparent 70%);border-radius:50%}
.index-cta-container{max-width:900px;margin:0 auto;padding:0 5%;text-align:center;position:relative;z-index:1}
.index-cta-container h2{font-size:3rem;color:#fff;font-weight:800;margin-bottom:1.5rem;line-height:1.2}
.index-cta-container p{font-size:1.3rem;color:#fffffff2;margin-bottom:2.5rem;line-height:1.7}
.index-cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}
.index-cta-primary{display:inline-block;padding:20px 45px;background:#fff;color:#6F9DF8;text-decoration:none;font-weight:700;font-size:1.15rem;border-radius:10px;transition:all .3s ease;box-shadow:0 8px 25px #00000026}
.index-cta-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #00000040}
.index-cta-secondary{display:inline-block;padding:20px 45px;background:transparent;color:#fff;text-decoration:none;font-weight:700;font-size:1.15rem;border-radius:10px;border:2px solid #fff;transition:all .3s ease}
.index-cta-secondary:hover{background:#fff;color:#6F9DF8;transform:translateY(-3px)}
@media (max-width: 1024px) {
.index-hero-visual{width:50%;height:60%}
.index-diagonal-content{grid-template-columns:1fr;gap:50px}
.index-metrics-grid{grid-template-columns:1fr;gap:30px}
.index-reality-wrapper{grid-template-columns:1fr;gap:50px}
.index-transform-grid{grid-template-columns:1fr;gap:35px}
}
@media (max-width: 768px) {
.index-hero-wrapper{height:auto;padding:80px 0 60px}
.index-hero-content{flex-direction:column}
.index-hero-visual{position:relative;width:100%;height:350px;margin-top:40px;right:0;transform:none}
.index-hero-text-zone h1{font-size:2.5rem}
.index-diagonal-section{padding:80px 0 90px}
.index-diagonal-text h2{font-size:2rem}
.index-diagonal-image img{height:320px}
.index-metrics-intro h2{font-size:2rem}
.index-layered-header h2{font-size:2rem}
.index-approach-layer{grid-template-columns:1fr;gap:20px}
.index-reality-text h2{font-size:2.2rem}
.index-reality-accent-box{position:relative;bottom:0;right:0;margin-top:30px;width:100%}
.index-testimonial-card{padding:40px 30px}
.index-testimonial-text{font-size:1.1rem}
.index-transformation-header h2{font-size:2.2rem}
.index-cta-container h2{font-size:2.2rem}
.index-cta-buttons{flex-direction:column;align-items:stretch}
.index-cta-primary,.index-cta-secondary{width:100%;text-align:center}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh}
.contact-hero-zone{padding:4rem 1.5rem 3rem;background:linear-gradient(165deg,#fff 0%,#C4F8DE 100%);position:relative;overflow:hidden}
.contact-hero-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#6f9df81a 0%,transparent 70%);border-radius:50%}
.hero-content-block{max-width:720px;margin:0 auto;position:relative;z-index:2}
.hero-content-block h1{font-size:2.8rem;line-height:1.15;color:#212529;margin-bottom:1.5rem;font-weight:700}
.hero-description-text{font-size:1.1rem;line-height:1.7;color:#495057;margin-bottom:0}
.interaction-grid-section{padding:4rem 1.5rem;background:#fff}
.interaction-layout-wrapper{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}
.side-information-panel{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:2.5rem;border-radius:12px;border-left:4px solid #6F9DF8;box-shadow:0 4px 12px #0000000a}
.side-information-panel h2{font-size:1.6rem;color:#212529;margin-bottom:1.8rem;font-weight:600}
.info-cluster-item{margin-bottom:2rem}
.info-cluster-item:last-child{margin-bottom:0}
.info-item-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;color:#B93106;font-weight:600;margin-bottom:.5rem;display:block}
.info-item-content{font-size:1.05rem;color:#343a40;line-height:1.6}
.info-item-content a{color:#6F9DF8;text-decoration:none;transition:color .2s ease}
.info-item-content a:hover{color:#5a8de6;text-decoration:underline}
.primary-form-container{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 6px 24px #00000014;border:1px solid #f0f0f0}
.primary-form-container h2{font-size:1.7rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.form-intro-note{font-size:.95rem;color:#495057;margin-bottom:2rem;line-height:1.6}
.form-field-group{margin-bottom:1.5rem}
.form-field-group label{display:block;font-size:.95rem;color:#343a40;margin-bottom:.5rem;font-weight:500}
.form-field-group input,.form-field-group select,.form-field-group textarea{width:100%;padding:.85rem 1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .3s ease}
.form-field-group input:focus,.form-field-group select:focus,.form-field-group textarea:focus{outline:none;border-color:#6F9DF8;background:#fff;box-shadow:0 0 0 3px #6f9df81a}
.form-field-group textarea{min-height:140px;resize:vertical}
.privacy-acknowledgment-box{margin:2rem 0 1.5rem;padding:1.2rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}
.privacy-acknowledgment-box label{display:flex;align-items:start;cursor:pointer;font-size:.9rem;color:#495057;line-height:1.6}
.privacy-acknowledgment-box input[type="checkbox"]{width:18px;height:18px;margin-right:.8rem;margin-top:.15rem;cursor:pointer;flex-shrink:0}
.privacy-acknowledgment-box a{color:#6F9DF8;text-decoration:none;font-weight:500}
.privacy-acknowledgment-box a:hover{text-decoration:underline}
.form-submit-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#6F9DF8 0%,#5a8de6 100%);color:#fff;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #6f9df84d;position:relative;z-index:10}
.form-submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6f9df866}
.visual-showcase-section{padding:4rem 1.5rem;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.showcase-grid-layout{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.showcase-image-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001a;position:relative}
.showcase-image-wrapper::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#6f9df81a 0%,transparent 100%);pointer-events:none}
.showcase-image-wrapper img{width:100%;height:380px;object-fit:cover;display:block}
.showcase-text-block h3{font-size:1.8rem;color:#212529;margin-bottom:1.2rem;font-weight:600;line-height:1.3}
.showcase-text-block p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1.5rem}
.showcase-text-block ul{list-style:none;padding:0;margin:0}
.showcase-text-block ul li{padding-left:1.8rem;margin-bottom:.8rem;position:relative;color:#343a40;font-size:1rem;line-height:1.6}
.showcase-text-block ul li::before{content:'';position:absolute;left:0;top:.45rem;width:8px;height:8px;background:#B93106;border-radius:50%}
.operational-details-section{padding:4rem 1.5rem 5rem;background:#fff}
.details-content-wrapper{max-width:900px;margin:0 auto}
.details-content-wrapper h2{font-size:2rem;color:#212529;margin-bottom:2rem;font-weight:600;text-align:center}
.details-grid-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}
.detail-card-item{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:2rem 1.5rem;border-radius:10px;border-top:3px solid #6F9DF8;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease}
.detail-card-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014}
.card-icon-placeholder{width:48px;height:48px;background:linear-gradient(135deg,#C4F8DE 0%,#6F9DF8 100%);border-radius:8px;margin-bottom:1.2rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#212529}
.detail-card-item h4{font-size:1.2rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.detail-card-item p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.additional-context-note{background:#f8f9fa;padding:2rem;border-radius:10px;border-left:4px solid #B93106;text-align:center}
.additional-context-note p{font-size:1.05rem;color:#343a40;line-height:1.7;margin:0}
@media (max-width: 992px) {
.interaction-layout-wrapper{grid-template-columns:1fr;gap:3rem}
.showcase-grid-layout{grid-template-columns:1fr;gap:2.5rem}
.details-grid-cards{grid-template-columns:1fr;gap:1.5rem}
}
@media (max-width: 768px) {
.contact-hero-zone{padding:3rem 1.5rem 2.5rem}
.hero-content-block h1{font-size:2.2rem}
.hero-description-text{font-size:1rem}
.interaction-grid-section,.visual-showcase-section,.operational-details-section{padding:3rem 1.5rem}
.side-information-panel,.primary-form-container{padding:1.8rem}
.showcase-image-wrapper img{height:280px}
}
@media (max-width: 576px) {
.hero-content-block h1{font-size:1.8rem}
.primary-form-container h2,.details-content-wrapper h2{font-size:1.5rem}
.side-information-panel,.primary-form-container{padding:1.5rem}
}
.apprentissage-hero{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}
.apprentissage-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#6f9df814 0%,transparent 70%);border-radius:50%}
.apprentissage-hero .hero-contenu{max-width:750px;margin:0 auto;text-align:center;position:relative;z-index:2}
.apprentissage-hero h1{font-size:2.8rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.apprentissage-hero h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#6F9DF8 0%,#C4F8DE 100%);margin:1.5rem auto 0}
.apprentissage-hero .hero-description{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:2rem}
.apprentissage-hero .hero-meta{display:inline-flex;align-items:center;gap:.5rem;background:#fff;padding:.75rem 1.5rem;border-radius:50px;box-shadow:0 2px 12px #0000000f;font-size:.95rem;color:#6F9DF8;font-weight:600}
.methode-section{padding:5rem 0;background:#fff}
.methode-section .section-intro{max-width:680px;margin:0 auto 4rem;text-align:center}
.methode-section h2{font-size:2.3rem;color:#212529;margin-bottom:1rem;font-weight:700;position:relative;display:inline-block}
.methode-section h2::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#B93106}
.methode-section .intro-texte{font-size:1.05rem;color:#495057;line-height:1.6}
.methode-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1100px;margin:0 auto}
.methode-etape{background:#f8f9fa;padding:2.5rem 2rem;border-radius:12px;position:relative;border-left:4px solid #6F9DF8;transition:transform .3s ease,box-shadow .3s ease}
.methode-etape:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000014}
.methode-etape .etape-numero{position:absolute;top:-15px;left:20px;width:45px;height:45px;background:linear-gradient(135deg,#6F9DF8 0%,#5a8ce5 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem;box-shadow:0 3px 12px #6f9df84d}
.methode-etape h3{font-size:1.4rem;color:#212529;margin:1rem 0 .8rem;font-weight:600}
.methode-etape p{font-size:.98rem;color:#495057;line-height:1.6;margin:0}
.apprentissage-pratique{padding:5rem 0;background:linear-gradient(180deg,#fafbfc 0%,#fff 100%);position:relative}
.pratique-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}
.pratique-visuel{position:relative}
.pratique-visuel img{width:100%;height:450px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #0000001f}
.pratique-visuel::after{content:'';position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:linear-gradient(135deg,#c4f8de66 0%,transparent 100%);border-radius:50%;z-index:-1}
.pratique-contenu h2{font-size:2.2rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.3}
.pratique-contenu h2 span{color:#6F9DF8;position:relative}
.pratique-contenu h2 span::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:#C4F8DE}
.pratique-liste{list-style:none;padding:0;margin:2rem 0}
.pratique-liste li{padding:1rem 0 1rem 3rem;position:relative;font-size:1.05rem;color:#343a40;line-height:1.6;border-bottom:1px solid #e9ecef}
.pratique-liste li:last-child{border-bottom:none}
.pratique-liste li::before{content:'→';position:absolute;left:0;top:50%;transform:translateY(-50%);width:35px;height:35px;background:linear-gradient(135deg,#C4F8DE 0%,#b3f0d0 100%);color:#212529;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}
.temoignages-section{padding:5rem 0;background:#fff;position:relative}
.temoignages-section::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#6F9DF8 50%,transparent 100%)}
.temoignages-titre{text-align:center;max-width:700px;margin:0 auto 4rem}
.temoignages-titre h2{font-size:2.3rem;color:#212529;margin-bottom:1rem;font-weight:700}
.temoignages-titre p{font-size:1.05rem;color:#495057;line-height:1.6}
.temoignages-grille{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1100px;margin:0 auto}
.temoignage-carte{background:#f8f9fa;padding:2.5rem;border-radius:16px;position:relative;box-shadow:0 4px 16px #0000000d;transition:box-shadow .3s ease}
.temoignage-carte:hover{box-shadow:0 8px 28px #0000001a}
.temoignage-carte::before{content:'"';position:absolute;top:15px;left:20px;font-size:5rem;color:#6f9df826;font-family:Georgia,serif;line-height:1}
.temoignage-auteur{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.5rem}
.temoignage-auteur img{width:65px;height:65px;border-radius:50%;object-fit:cover;border:3px solid #C4F8DE}
.auteur-info h4{font-size:1.15rem;color:#212529;margin:0 0 .3rem;font-weight:600}
.auteur-info .role{font-size:.9rem;color:#6F9DF8;font-weight:500}
.temoignage-texte{font-size:1rem;color:#343a40;line-height:1.7;position:relative;z-index:2;font-style:italic}
.parcours-section{padding:5rem 0;background:linear-gradient(135deg,#f5f6fa 0%,#fff 100%)}
.parcours-container{max-width:1200px;margin:0 auto}
.parcours-header{text-align:center;margin-bottom:4rem}
.parcours-header h2{font-size:2.3rem;color:#212529;margin-bottom:1rem;font-weight:700}
.parcours-header .date-info{display:inline-block;background:#fff;padding:.8rem 2rem;border-radius:50px;color:#B93106;font-weight:600;font-size:1rem;box-shadow:0 3px 12px #b9310626}
.parcours-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.parcours-image{position:relative}
.parcours-image img{width:100%;height:500px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #0000001a}
.parcours-details{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 6px 24px #00000014}
.parcours-details h3{font-size:1.8rem;color:#212529;margin-bottom:1.5rem;font-weight:700;padding-bottom:1rem;border-bottom:2px solid #C4F8DE}
.modules-liste{list-style:none;padding:0;margin:0}
.modules-liste li{padding:1.2rem 0;font-size:1.05rem;color:#343a40;line-height:1.6;border-bottom:1px solid #e9ecef;display:flex;align-items:flex-start;gap:1rem}
.modules-liste li:last-child{border-bottom:none}
.modules-liste li::before{content:'';color:#6F9DF8;font-weight:700;font-size:1.3rem;flex-shrink:0;margin-top:.1rem}
.parcours-cta{margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef}
.parcours-cta .btn-inscription{display:inline-block;background:linear-gradient(135deg,#6F9DF8 0%,#5a8ce5 100%);color:#fff;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px #6f9df84d}
.parcours-cta .btn-inscription:hover{transform:translateY(-2px);box-shadow:0 6px 24px #6f9df866}
@media (max-width: 968px) {
.apprentissage-hero h1{font-size:2.2rem}
.methode-grid{grid-template-columns:1fr}
.pratique-wrapper{grid-template-columns:1fr;gap:2.5rem}
.pratique-visuel img{height:350px}
.temoignages-grille{grid-template-columns:1fr;gap:2rem}
.parcours-grid{grid-template-columns:1fr;gap:2rem}
.parcours-image img{height:350px}
.parcours-details{padding:2rem}
}
@media (max-width: 640px) {
.apprentissage-hero{padding:3rem 0 2.5rem}
.apprentissage-hero h1{font-size:1.8rem}
.methode-section h2,.temoignages-titre h2,.parcours-header h2{font-size:1.8rem}
.methode-section h2::before{display:none}
.pratique-contenu h2{font-size:1.7rem}
.pratique-liste li{padding-left:2.5rem}
.temoignage-carte{padding:2rem 1.5rem}
}
.stats-page-wrapper{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}
.stats-hero-intro{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.stats-hero-intro::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#6f9df814 0%,transparent 70%);border-radius:50%}
.stats-hero-intro .intro-content-box{max-width:780px;margin:0 auto;position:relative;z-index:2}
.stats-hero-intro h1{font-size:2.8rem;font-weight:700;color:#212529;margin-bottom:24px;line-height:1.2}
.stats-hero-intro h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#6F9DF8 0%,#C4F8DE 100%);margin-top:16px}
.stats-hero-intro p{font-size:1.15rem;color:#495057;margin-bottom:18px}
.stats-performance-grid{background:#fff;padding:70px 20px}
.stats-performance-grid .perf-container{max-width:1140px;margin:0 auto}
.stats-performance-grid h2{font-size:2.2rem;font-weight:700;color:#212529;margin-bottom:40px;text-align:center}
.stats-performance-grid h2::before{content:'◆';color:#6F9DF8;margin-right:12px;font-size:1.4rem}
.perf-metrics-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:50px}
.metric-card-item{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);border:2px solid #e9ecef;border-radius:12px;padding:32px 24px;transition:all .3s ease;position:relative}
.metric-card-item::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#6F9DF8 0%,#C4F8DE 100%);border-radius:12px 0 0 12px;opacity:0;transition:opacity .3s ease}
.metric-card-item:hover::before{opacity:1}
.metric-card-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px #6f9df826;border-color:#6F9DF8}
.metric-card-item h3{font-size:1.4rem;color:#343a40;margin-bottom:14px;font-weight:600}
.metric-card-item p{font-size:1rem;color:#495057;line-height:1.6;margin-bottom:0}
.metric-number-display{font-size:2.6rem;font-weight:700;color:#6F9DF8;margin-bottom:10px;display:block}
.stats-visual-showcase{background:linear-gradient(135deg,#C4F8DE 0%,#f8f9fa 100%);padding:70px 20px}
.visual-showcase-container{max-width:1140px;margin:0 auto}
.showcase-split-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.showcase-content-side h2{font-size:2.1rem;font-weight:700;color:#212529;margin-bottom:28px;line-height:1.3}
.showcase-content-side h2 span{color:#B93106;position:relative}
.showcase-content-side h2 span::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#B93106}
.showcase-content-side p{font-size:1.05rem;color:#495057;margin-bottom:20px;line-height:1.7}
.showcase-feature-list{list-style:none;padding:0;margin:30px 0 0}
.showcase-feature-list li{padding:12px 0 12px 32px;position:relative;font-size:1.05rem;color:#343a40;margin-bottom:10px}
.showcase-feature-list li::before{content:'';position:absolute;left:0;top:12px;width:24px;height:24px;background:#6F9DF8;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}
.showcase-image-side img{width:100%;height:auto;border-radius:16px;box-shadow:0 12px 32px #0000001a;object-fit:cover}
.stats-expert-insight{background:#fff;padding:70px 20px}
.expert-insight-container{max-width:960px;margin:0 auto}
.insight-card-wrapper{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);border-radius:20px;padding:50px 40px;box-shadow:0 4px 16px #0000000f;position:relative}
.insight-card-wrapper::after{content:'';position:absolute;bottom:-8px;right:-8px;width:100%;height:100%;background:linear-gradient(135deg,#6f9df81a 0%,#c4f8de1a 100%);border-radius:20px;z-index:-1}
.expert-profile-section{display:flex;align-items:center;gap:28px;margin-bottom:32px}
.expert-photo-wrap img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:4px solid #6F9DF8}
.expert-details-wrap h3{font-size:1.5rem;font-weight:700;color:#212529;margin-bottom:6px}
.expert-details-wrap p{font-size:1.05rem;color:#6F9DF8;margin:0;font-weight:500}
.insight-quote-text{font-size:1.15rem;color:#343a40;line-height:1.8;font-style:italic;margin-bottom:24px;position:relative;padding-left:30px}
.insight-quote-text::before{content:'"';position:absolute;left:0;top:-10px;font-size:4rem;color:#C4F8DE;font-family:Georgia,serif;line-height:1}
.insight-action-area{margin-top:32px;text-align:center}
.insight-cta-button{display:inline-block;background:linear-gradient(135deg,#6F9DF8 0%,#5a8ce0 100%);color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #6f9df84d}
.insight-cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #6f9df866;background:linear-gradient(135deg,#5a8ce0 0%,#6F9DF8 100%);color:#fff}
@media (max-width: 768px) {
.stats-hero-intro{padding:60px 20px 40px}
.stats-hero-intro h1{font-size:2rem}
.stats-hero-intro p{font-size:1.05rem}
.stats-performance-grid h2{font-size:1.8rem}
.perf-metrics-wrapper{grid-template-columns:1fr;gap:20px}
.showcase-split-layout{grid-template-columns:1fr;gap:30px}
.showcase-content-side h2{font-size:1.7rem}
.insight-card-wrapper{padding:30px 24px}
.expert-profile-section{flex-direction:column;text-align:center;gap:20px}
.insight-quote-text{font-size:1.05rem;padding-left:20px}
.insight-cta-button{padding:14px 32px;font-size:1rem}
}
@media (max-width: 480px) {
.stats-hero-intro h1{font-size:1.7rem}
.metric-number-display{font-size:2.2rem}
.showcase-content-side h2{font-size:1.5rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.cookie-policy-header-section{background:linear-gradient(165deg,#6F9DF8 0%,#5a8ae6 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.cookie-policy-header-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#c4f8de26 0%,transparent 70%);border-radius:50%}
.cookie-policy-header-section::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.cookie-header-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.cookie-policy-main-title{font-size:3rem;color:#fff;margin:0 0 20px;font-weight:700;letter-spacing:-.5px;line-height:1.2}
.cookie-policy-subtitle{font-size:1.15rem;color:#ffffffeb;margin:0;line-height:1.6;font-weight:400}
.cookie-main-content-area{max-width:1400px;margin:0 auto;padding:60px 20px 80px}
.cookie-intro-block{background:#fff;border-radius:12px;padding:50px;margin-bottom:40px;box-shadow:0 2px 8px #0000000a;border-left:4px solid #6F9DF8}
.cookie-intro-block p{font-size:1.1rem;color:#495057;line-height:1.8;margin:0 0 20px}
.cookie-intro-block p:last-child{margin-bottom:0}
.cookie-philosophy-wrapper{background:linear-gradient(to right,#f8f9fa 0%,#fff 50%,#f8f9fa 100%);padding:55px 40px;margin-bottom:35px;border-radius:8px;position:relative}
.cookie-philosophy-wrapper::before{content:'';position:absolute;left:0;top:20px;bottom:20px;width:3px;background:linear-gradient(to bottom,#6F9DF8,#C4F8DE)}
.cookie-section-title{font-size:2.2rem;color:#212529;margin:0 0 30px;font-weight:600;position:relative;padding-left:25px}
.cookie-section-title::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#B93106;border-radius:50%}
.cookie-philosophy-text{font-size:1.05rem;color:#343a40;line-height:1.9;margin:0 0 25px}
.cookie-tech-ecosystem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-bottom:45px}
.cookie-tech-card{background:#fff;padding:40px 35px;border-radius:10px;box-shadow:0 3px 12px #0000000f;transition:transform .3s ease,box-shadow .3s ease;border-top:3px solid #C4F8DE}
.cookie-tech-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #6f9df826}
.cookie-tech-card-title{font-size:1.5rem;color:#212529;margin:0 0 20px;font-weight:600;position:relative;padding-bottom:12px}
.cookie-tech-card-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:2px;background:linear-gradient(to right,#6F9DF8,#C4F8DE)}
.cookie-tech-card-description{font-size:1rem;color:#495057;line-height:1.8;margin:0}
.cookie-narrative-section{background:#fff;padding:60px 50px;margin-bottom:40px;border-radius:12px;box-shadow:0 2px 10px #0000000d}
.cookie-narrative-title{font-size:2rem;color:#212529;margin:0 0 35px;font-weight:600;text-align:center;position:relative;padding-bottom:20px}
.cookie-narrative-title::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(to right,#B93106,#6F9DF8)}
.cookie-narrative-content{font-size:1.05rem;color:#343a40;line-height:1.9;margin:0 0 25px}
.cookie-purpose-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:45px}
.cookie-purpose-tile{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:35px 30px;border-radius:8px;border:1px solid #e9ecef;position:relative;overflow:hidden}
.cookie-purpose-tile::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,#6F9DF8,#C4F8DE)}
.cookie-purpose-tile-heading{font-size:1.3rem;color:#212529;margin:0 0 15px;font-weight:600;padding-left:15px}
.cookie-purpose-tile-text{font-size:.98rem;color:#495057;line-height:1.75;margin:0;padding-left:15px}
.cookie-distinction-wrapper{background:linear-gradient(to bottom,#fff 0%,#fafbfc 100%);padding:55px 45px;margin-bottom:40px;border-radius:10px;border:2px solid #e9ecef}
.cookie-distinction-title{font-size:1.9rem;color:#212529;margin:0 0 40px;font-weight:600;text-align:center}
.cookie-distinction-columns{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.cookie-essential-column{background:#fff;padding:40px 35px;border-radius:8px;box-shadow:0 2px 8px #0000000a;border-top:4px solid #6F9DF8}
.cookie-optional-column{background:#fff;padding:40px 35px;border-radius:8px;box-shadow:0 2px 8px #0000000a;border-top:4px solid #C4F8DE}
.cookie-column-heading{font-size:1.5rem;color:#212529;margin:0 0 25px;font-weight:600}
.cookie-column-description{font-size:1rem;color:#495057;line-height:1.8;margin:0 0 20px}
.cookie-column-list{list-style:none;padding:0;margin:20px 0 0}
.cookie-column-list li{font-size:.98rem;color:#343a40;line-height:1.7;margin:0 0 12px;padding-left:25px;position:relative}
.cookie-column-list li::before{content:'→';position:absolute;left:0;color:#6F9DF8;font-weight:700}
.cookie-control-narrative{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:50px 45px;margin-bottom:40px;border-radius:10px;border-left:5px solid #B93106}
.cookie-control-heading{font-size:1.8rem;color:#212529;margin:0 0 30px;font-weight:600}
.cookie-control-text{font-size:1.05rem;color:#343a40;line-height:1.85;margin:0 0 20px}
.cookie-reflection-block{background:#fff;padding:55px 50px;border-radius:12px;box-shadow:0 4px 16px #0000000f;margin-bottom:45px;text-align:center}
.cookie-reflection-statement{font-size:1.2rem;color:#495057;line-height:1.9;margin:0;font-style:italic;position:relative;padding:0 40px}
.cookie-reflection-statement::before,.cookie-reflection-statement::after{content:'"';font-size:3rem;color:#C4F8DE;position:absolute;font-family:Georgia,serif}
.cookie-reflection-statement::before{top:-20px;left:0}
.cookie-reflection-statement::after{bottom:-40px;right:0}
.cookie-contact-fragment{background:linear-gradient(to right,#6F9DF8,#5a8ae6);padding:45px 40px;border-radius:10px;text-align:center;position:relative;overflow:hidden}
.cookie-contact-fragment::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,#c4f8de33 0%,transparent 70%);border-radius:50%}
.cookie-contact-intro-text{font-size:1.1rem;color:#fffffff2;margin:0 0 25px;line-height:1.7;position:relative;z-index:2}
.cookie-contact-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;position:relative;z-index:2}
.cookie-contact-item{background:#ffffff26;padding:25px 20px;border-radius:8px;backdrop-filter:blur(10px);transition:background .3s ease}
.cookie-contact-item:hover{background:#ffffff38}
.cookie-contact-item-label{font-size:.9rem;color:#fffc;margin:0 0 8px;text-transform:uppercase;letter-spacing:1px;font-weight:600}
.cookie-contact-item-value{font-size:1.05rem;color:#fff;margin:0;font-weight:500}
.cookie-contact-item-value a{color:#fff;text-decoration:none;transition:opacity .3s ease}
.cookie-contact-item-value a:hover{opacity:.8}
@media (max-width: 768px) {
.cookie-policy-main-title{font-size:2rem}
.cookie-policy-subtitle{font-size:1rem}
.cookie-intro-block{padding:30px 25px}
.cookie-philosophy-wrapper{padding:35px 25px}
.cookie-section-title{font-size:1.7rem}
.cookie-tech-ecosystem-grid{grid-template-columns:1fr}
.cookie-narrative-section{padding:40px 30px}
.cookie-purpose-mosaic{grid-template-columns:1fr}
.cookie-distinction-columns{grid-template-columns:1fr;gap:25px}
.cookie-control-narrative{padding:35px 25px}
.cookie-reflection-block{padding:40px 25px}
.cookie-reflection-statement{padding:0 20px}
.cookie-contact-fragment{padding:35px 25px}
.cookie-contact-details-grid{grid-template-columns:1fr}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.privacy-hero-section{background:linear-gradient(165deg,#6F9DF8 0%,#5a7ec9 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.privacy-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#c4f8de33 0%,transparent 70%);border-radius:50%}
.privacy-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:350px;height:350px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.privacy-main-title{font-size:48px;font-weight:700;color:#fff;margin:0 0 15px;position:relative;z-index:2;line-height:1.2}
.privacy-subtitle-text{font-size:18px;color:#fffffff2;max-width:700px;margin:0 auto;position:relative;z-index:2;line-height:1.6}
.privacy-update-stamp{display:inline-block;background:#fff3;padding:8px 20px;border-radius:25px;font-size:14px;color:#fff;margin-top:25px;position:relative;z-index:2;backdrop-filter:blur(10px)}
.privacy-content-container{max-width:100%;padding:0;margin:0}
.privacy-intro-block{background:#fff;padding:70px 60px;border-bottom:3px solid #C4F8DE}
.privacy-intro-block .container{max-width:1000px;margin:0 auto}
.privacy-opening-text{font-size:19px;line-height:1.8;color:#343a40;margin-bottom:30px}
.privacy-opening-text::first-letter{font-size:42px;font-weight:700;color:#6F9DF8;float:left;line-height:1;margin:5px 10px 0 0}
.privacy-philosophical-note{background:linear-gradient(135deg,#f8f9fa 0%,#C4F8DE 100%);padding:35px;border-left:5px solid #6F9DF8;margin:40px 0;border-radius:0 8px 8px 0}
.privacy-philosophical-note p{font-size:17px;color:#212529;line-height:1.7;margin:0;font-style:italic}
.privacy-main-section{padding:80px 60px;background:#fafbfc;border-bottom:1px solid #e9ecef}
.privacy-main-section:nth-child(even){background:#fff}
.privacy-main-section .container{max-width:1000px;margin:0 auto}
.privacy-section-heading{font-size:34px;font-weight:700;color:#212529;margin:0 0 35px;position:relative;padding-bottom:15px}
.privacy-section-heading::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#6F9DF8 0%,#C4F8DE 100%);border-radius:2px}
.privacy-body-paragraph{font-size:17px;line-height:1.8;color:#495057;margin-bottom:25px}
.privacy-body-paragraph strong{color:#212529;font-weight:600}
.privacy-subsection-title{font-size:24px;font-weight:600;color:#343a40;margin:45px 0 20px;padding-left:20px;border-left:4px solid #6F9DF8}
.privacy-detail-list{list-style:none;padding:0;margin:30px 0}
.privacy-detail-list li{padding:18px 0 18px 50px;position:relative;font-size:17px;line-height:1.7;color:#495057;border-bottom:1px solid #e9ecef}
.privacy-detail-list li:last-child{border-bottom:none}
.privacy-detail-list li::before{content:'';position:absolute;left:10px;top:23px;width:12px;height:12px;background:#6F9DF8;border-radius:50%;box-shadow:0 0 0 4px #6f9df826}
.privacy-highlight-box{background:linear-gradient(135deg,#6f9df814 0%,#c4f8de1f 100%);padding:40px;border-radius:8px;margin:40px 0;border:2px solid #C4F8DE}
.privacy-highlight-box p{font-size:17px;line-height:1.8;color:#343a40;margin-bottom:15px}
.privacy-highlight-box p:last-child{margin-bottom:0}
.privacy-data-categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:40px 0}
.privacy-category-card{background:#fff;padding:30px;border-radius:8px;border:2px solid #e9ecef;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}
.privacy-category-card:hover{border-color:#6F9DF8;box-shadow:0 6px 20px #6f9df826;transform:translateY(-3px)}
.privacy-category-card h3{font-size:20px;font-weight:600;color:#212529;margin:0 0 15px}
.privacy-category-card p{font-size:16px;line-height:1.7;color:#495057;margin:0}
.privacy-contact-section{background:linear-gradient(165deg,#212529 0%,#343a40 100%);padding:70px 60px;position:relative;overflow:hidden}
.privacy-contact-section::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#6f9df826 0%,transparent 70%);border-radius:50%}
.privacy-contact-section .container{max-width:1000px;margin:0 auto;position:relative;z-index:2}
.privacy-contact-title{font-size:32px;font-weight:700;color:#fff;margin:0 0 30px;text-align:center}
.privacy-contact-content{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;align-items:flex-start}
.privacy-contact-method{background:#ffffff14;padding:35px;border-radius:8px;flex:1;min-width:280px;backdrop-filter:blur(10px);border:1px solid #ffffff1a}
.privacy-contact-method h3{font-size:20px;font-weight:600;color:#C4F8DE;margin:0 0 15px}
.privacy-contact-method p{font-size:16px;line-height:1.7;color:#ffffffe6;margin:0 0 10px}
.privacy-contact-method a{color:#6F9DF8;text-decoration:none;transition:color .3s ease}
.privacy-contact-method a:hover{color:#C4F8DE;text-decoration:underline}
.privacy-footnote-area{background:#f8f9fa;padding:50px 60px;text-align:center}
.privacy-footnote-area .container{max-width:800px;margin:0 auto}
.privacy-footnote-text{font-size:15px;line-height:1.7;color:#495057;margin:0}
@media (max-width: 768px) {
.privacy-hero-section{padding:60px 20px 40px}
.privacy-main-title{font-size:36px}
.privacy-subtitle-text{font-size:16px}
.privacy-intro-block,.privacy-main-section,.privacy-contact-section,.privacy-footnote-area{padding:50px 25px}
.privacy-section-heading{font-size:28px}
.privacy-subsection-title{font-size:21px}
.privacy-body-paragraph,.privacy-detail-list li{font-size:16px}
.privacy-data-categories-grid{grid-template-columns:1fr}
.privacy-contact-content{flex-direction:column}
.privacy-contact-method{min-width:100%}
}
.confirmation-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:85vh;padding:0;position:relative;overflow:hidden}
.confirmation-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#6f9df814 0%,transparent 70%);border-radius:50%;pointer-events:none}
.confirmation-wrapper::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#c4f8de1f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.success-content-zone{max-width:680px;margin:0 auto;padding:100px 24px 80px;position:relative;z-index:2}
.confirmation-status-mark{width:110px;height:110px;margin:0 auto 38px;position:relative;background:linear-gradient(145deg,#C4F8DE,#c4f8de80);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #6f9df826;animation:pulse-gentle 2.5s ease-in-out infinite}
@keyframes pulse-gentle {
0%,100%{transform:scale(1);box-shadow:0 8px 24px #6f9df826}
50%{transform:scale(1.05);box-shadow:0 12px 32px #6f9df840}
}
.confirmation-status-mark::before{content:'';position:absolute;width:46px;height:24px;border-left:5px solid #212529;border-bottom:5px solid #212529;transform:rotate(-45deg) translateY(-4px);opacity:.85}
.confirmation-status-mark::after{content:'';position:absolute;inset:-12px;border:2px solid #6f9df833;border-radius:50%}
.main-confirmation-heading{font-size:2.8rem;font-weight:700;color:#212529;text-align:center;margin:0 0 22px;line-height:1.2;letter-spacing:-.5px}
.confirmation-subtext{font-size:1.15rem;line-height:1.65;color:#495057;text-align:center;margin:0 0 48px}
.info-blocks-container{display:grid;grid-template-columns:1fr;gap:20px;margin:0 0 42px}
.single-info-block{background:#fff;border-radius:12px;padding:28px 26px;border-left:4px solid #6F9DF8;box-shadow:0 2px 12px #0000000a;transition:all .3s ease}
.single-info-block:hover{box-shadow:0 6px 20px #6f9df81f;transform:translateY(-2px)}
.single-info-block:nth-child(2){border-left-color:#C4F8DE}
.block-mini-title{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#6F9DF8;margin:0 0 10px}
.block-main-text{font-size:1.05rem;line-height:1.7;color:#343a40;margin:0}
.timeline-expectation-area{background:#fff;border-radius:14px;padding:36px 32px;margin:0 0 42px;box-shadow:0 3px 16px #0000000d;border-top:3px solid #B93106}
.timeline-heading{font-size:1.45rem;font-weight:700;color:#212529;margin:0 0 26px;display:flex;align-items:center;gap:12px}
.timeline-heading::before{content:'';width:8px;height:8px;background:#B93106;border-radius:50%;flex-shrink:0}
.timeline-steps-wrapper{display:flex;flex-direction:column;gap:24px;padding-left:32px;position:relative}
.timeline-steps-wrapper::before{content:'';position:absolute;left:11px;top:8px;bottom:8px;width:2px;background:linear-gradient(180deg,#6F9DF8 0%,#C4F8DE 100%)}
.step-item-row{position:relative;padding-left:0}
.step-item-row::before{content:'';position:absolute;left:-27px;top:6px;width:10px;height:10px;background:#6F9DF8;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 2px #6F9DF8;z-index:1}
.step-item-row:nth-child(2)::before{background:#C4F8DE;box-shadow:0 0 0 2px #C4F8DE}
.step-item-row:nth-child(3)::before{background:#B93106;box-shadow:0 0 0 2px #B93106}
.step-content-text{font-size:1.02rem;line-height:1.65;color:#343a40;margin:0}
.step-content-text strong{color:#212529;font-weight:600}
.action-buttons-zone{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin:0 0 36px}
.primary-action-btn{background:linear-gradient(135deg,#6F9DF8 0%,#5a8de6 100%);color:#fff;font-size:1.05rem;font-weight:600;padding:16px 38px;border-radius:8px;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 14px #6f9df84d;border:none;cursor:pointer;position:relative;z-index:10}
.primary-action-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #6f9df866;background:linear-gradient(135deg,#5a8de6 0%,#4a7dd6 100%);color:#fff}
.secondary-action-btn{background:#fff;color:#6F9DF8;font-size:1.05rem;font-weight:600;padding:16px 38px;border-radius:8px;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;border:2px solid #6F9DF8;cursor:pointer;position:relative;z-index:10}
.secondary-action-btn:hover{background:#6F9DF8;color:#fff;transform:translateY(-3px);box-shadow:0 6px 18px #6f9df840}
.contact-reference-box{background:linear-gradient(145deg,#f8f9fa,#fff);border-radius:12px;padding:28px 24px;text-align:center;border:1px solid #6f9df826}
.contact-reference-label{font-size:.95rem;color:#6c757d;margin:0 0 14px;font-weight:500}
.contact-details-list{display:flex;flex-direction:column;gap:10px;align-items:center}
.contact-detail-item{font-size:1rem;color:#495057;display:flex;align-items:center;gap:8px}
.contact-detail-item::before{content:'→';color:#6F9DF8;font-weight:700}
.contact-detail-link{color:#6F9DF8;text-decoration:none;font-weight:600;transition:color .2s ease}
.contact-detail-link:hover{color:#B93106;text-decoration:underline}
@media (max-width: 768px) {
.success-content-zone{padding:60px 20px 50px}
.main-confirmation-heading{font-size:2rem}
.confirmation-subtext{font-size:1.05rem;margin-bottom:36px}
.confirmation-status-mark{width:90px;height:90px;margin-bottom:28px}
.confirmation-status-mark::before{width:38px;height:20px;border-width:4px}
.timeline-expectation-area{padding:28px 22px}
.timeline-heading{font-size:1.25rem}
.timeline-steps-wrapper{padding-left:28px}
.step-item-row::before{left:-23px}
.action-buttons-zone{flex-direction:column;align-items:stretch}
.primary-action-btn,.secondary-action-btn{width:100%;justify-content:center;padding:14px 28px}
.contact-details-list{gap:12px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.success-content-zone{max-width:620px;padding:80px 28px 70px}
.main-confirmation-heading{font-size:2.4rem}
}