:root{--primary-color:#318EE8;--secondary-color:#1161A4;--tertiary-color:#6F3310;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d;--bg-white:#fff;--bg-light:#f8f9fa;--bg-cream:#fafbfc;--bg-subtle:#f5f6fa;--shadow-soft:0 2px 8px #318ee814;--shadow-medium:0 4px 16px #1161a41f;--shadow-strong:0 6px 24px #318ee826}
*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth;overscroll-behavior:contain}
body{font-family:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.7;color:var(--text-dark);background:linear-gradient(135deg,var(--bg-white) 0%,var(--bg-subtle) 100%);min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}
header{background:linear-gradient(to bottom,#fff,#f8f9fa);box-shadow:var(--shadow-soft);position:relative;z-index:100}
.header_grid_container{max-width:1320px;margin:0 auto;padding:0 24px}
.top_header_row{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:center;padding:18px 0 16px;border-bottom:1px solid #318ee81a}
.logo_holder_a1{display:flex;align-items:center;justify-content:flex-start;z-index:110}
.logo_holder_a1 img{height:85px;width:85px;object-fit:contain;display:block}
.company_name_section{display:flex;align-items:center;justify-content:flex-end}
.company_title_h1{color:var(--secondary-color);letter-spacing:-.02em;font:600 clamp(1.3rem,2.5vw,1.75rem) 'Space Grotesk',sans-serif}
.navigation_row_b2{padding:20px 0}
.main_nav_element{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.nav_link_item{color:var(--text-dark);text-decoration:none;padding:12px 22px;border-radius:8px;transition:all .25s ease;background:none;position:relative;min-height:48px;display:inline-flex;align-items:center;justify-content:center;font:500 1rem 'Space Grotesk',sans-serif}
.nav_link_item:hover{background:linear-gradient(135deg,#318ee814,#1161a414);color:var(--primary-color)}
.nav_link_item:focus{outline:3px solid var(--primary-color);outline-offset:2px}
.nav_link_item:active{background:#1161a426}
main{flex:1;width:100%}
footer{background:linear-gradient(to right,#318EE8,#1161A4);color:var(--bg-white);padding:56px 24px 32px;margin-top:80px;box-shadow:0 -4px 16px #1161a426}
.footer_container_main{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px}
.footer_section_block{display:flex;flex-direction:column;gap:18px}
.footer_heading_h3{margin-bottom:8px;color:var(--bg-white);font:600 1.25rem 'Space Grotesk',sans-serif}
.footer_logo_wrapper{margin-bottom:12px}
.footer_logo_wrapper img{height:75px;width:75px;object-fit:contain}
.footer_link_service{color:#ffffffe6;text-decoration:none;font-size:.975rem;transition:all .2s ease;padding:6px 0;display:inline-block}
.footer_link_service:hover{color:var(--bg-white);opacity:1;padding-left:6px}
.footer_link_service:focus{outline:2px solid var(--bg-white);outline-offset:3px;border-radius:4px}
.footer_email_contact{color:#fffffff2;font-size:.975rem;line-height:1.6}
.footer_email_link{color:var(--bg-white);text-decoration:underline;transition:opacity .2s ease}
.footer_email_link:hover{opacity:.8}
.footer_bottom_bar{max-width:1320px;margin:48px auto 0;padding-top:28px;border-top:1px solid #fff3;text-align:center;color:#ffffffe6;font-size:.925rem}
.consent_modal_overlay{position:fixed;bottom:24px;right:24px;max-width:440px;background:var(--bg-white);border-radius:16px;box-shadow:var(--shadow-strong);padding:32px;z-index:9999;border:1px solid #318ee826;display:none}
.consent_modal_overlay.visible_state{display:block;animation:slideInUp .4s cubic-bezier(0.4,0,0.2,1)}
@keyframes slideInUp {
from{transform:translateY(30px);opacity:0}
to{transform:translateY(0);opacity:1}
}
.consent_header_title{color:var(--secondary-color);margin-bottom:14px;font:600 1.35rem 'Space Grotesk',sans-serif}
.consent_description_text{font-size:.95rem;line-height:1.65;color:var(--text-medium);margin-bottom:24px}
.consent_category_wrapper{display:flex;flex-direction:column;gap:16px;margin-bottom:26px}
.category_item_block{display:flex;align-items:flex-start;gap:14px;padding:14px;background:var(--bg-subtle);border-radius:10px;border:1px solid #318ee81a}
.toggle_switch_wrapper{flex-shrink:0;margin-top:2px}
.toggle_switch_input{appearance:none;width:52px;height:28px;background:#cbd5e0;border-radius:14px;position:relative;cursor:pointer;transition:background .3s ease;outline:none}
.toggle_switch_input:checked{background:var(--primary-color)}
.toggle_switch_input:focus{box-shadow:0 0 0 3px #318ee84d}
.toggle_switch_input::before{content:'';position:absolute;width:22px;height:22px;background:var(--bg-white);border-radius:50%;top:3px;left:3px;transition:transform .3s ease;box-shadow:0 2px 4px #00000026}
.toggle_switch_input:checked::before{transform:translateX(24px)}
.category_content_info{flex:1}
.category_label_name{font-weight:600;font-size:1rem;color:var(--text-dark);margin-bottom:5px;display:block}
.category_description_small{font-size:.875rem;color:var(--text-light);line-height:1.5}
.consent_actions_row{display:flex;gap:12px;flex-wrap:wrap}
.consent_button_base{flex:1;min-width:140px;padding:14px 24px;border-radius:10px;border:none;cursor:pointer;transition:all .25s ease;min-height:52px;font:600 .975rem 'Space Grotesk',sans-serif}
.consent_button_base:focus{outline:3px solid var(--tertiary-color);outline-offset:2px}
.accept_all_btn{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--bg-white);box-shadow:var(--shadow-soft)}
.accept_all_btn:hover{background:linear-gradient(135deg,var(--secondary-color),var(--primary-color));box-shadow:var(--shadow-medium)}
.reject_all_btn{background:var(--bg-subtle);color:var(--text-dark);border:1px solid #318ee833}
.reject_all_btn:hover{background:#318ee814;border-color:var(--primary-color)}
.save_choices_btn{background:var(--tertiary-color);color:var(--bg-white)}
.save_choices_btn:hover{background:#8a3f14}
@media (max-width: 768px) {
.top_header_row{grid-template-columns:1fr;gap:16px;text-align:center;padding:14px 0 12px}
.logo_holder_a1{justify-content:center}
.logo_holder_a1 img{height:70px;width:70px}
.company_name_section{justify-content:center}
.company_title_h1{font-size:1.25rem}
.navigation_row_b2{padding:16px 0}
.main_nav_element{flex-direction:column;gap:6px}
.nav_link_item{width:100%;padding:14px 20px}
.footer_container_main{grid-template-columns:1fr;gap:36px}
.consent_modal_overlay{bottom:12px;right:12px;left:12px;max-width:none;padding:24px}
.consent_actions_row{flex-direction:column}
.consent_button_base{min-width:100%}
}
@media (max-width: 480px) {
.company_title_h1{font-size:1.1rem}
.nav_link_item{font-size:.95rem;padding:12px 16px}
.consent_header_title{font-size:1.15rem}
.consent_description_text{font-size:.9rem}
}
@media (prefers-reduced-motion: reduce) {
*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
.remote-tips-hero{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.remote-tips-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#318ee814 0%,transparent 70%);border-radius:50%}
.remote-tips-hero .hero-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;position:relative;z-index:2}
.remote-tips-hero .hero-text-section h1{font-size:2.8em;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.remote-tips-hero .hero-text-section h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#318EE8,#1161A4);margin-top:15px}
.remote-tips-hero .hero-text-section p{font-size:1.15em;color:#495057;line-height:1.7;margin-bottom:15px}
.remote-tips-hero .hero-image-section img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px #0000001a}
.workspace-setup-section{background:#fff;padding:70px 20px;position:relative}
.workspace-setup-section::before{content:'';position:absolute;left:0;top:0;width:100%;height:6px;background:linear-gradient(90deg,#318EE8,#1161A4,#6F3310)}
.workspace-setup-section .section-container{max-width:1100px;margin:0 auto}
.workspace-setup-section h2{font-size:2.2em;color:#212529;margin-bottom:40px;text-align:center;font-weight:700}
.workspace-setup-section h2::before{content:'◆';color:#318EE8;margin-right:12px;font-size:.7em}
.workspace-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}
.workspace-card{background:#f8f9fa;padding:35px 25px;border-radius:8px;border-left:4px solid #318EE8;transition:all .3s ease}
.workspace-card:nth-child(2){border-left-color:#1161A4}
.workspace-card:nth-child(3){border-left-color:#6F3310}
.workspace-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000014}
.workspace-card h3{font-size:1.4em;color:#212529;margin-bottom:15px;font-weight:600}
.workspace-card p{font-size:1em;color:#495057;line-height:1.6;margin-bottom:12px}
.workspace-card ul{list-style:none;padding:0;margin:20px 0 0}
.workspace-card ul li{font-size:.95em;color:#495057;padding:8px 0;padding-left:25px;position:relative}
.workspace-card ul li::before{content:'';position:absolute;left:0;color:#318EE8;font-weight:700}
.productivity-techniques-section{background:linear-gradient(180deg,#fafbfc 0%,#f5f6fa 100%);padding:70px 20px;position:relative}
.productivity-techniques-section .section-wrapper{max-width:1200px;margin:0 auto}
.productivity-techniques-section h2{font-size:2.2em;color:#212529;margin-bottom:25px;font-weight:700}
.productivity-techniques-section .intro-text{font-size:1.1em;color:#495057;line-height:1.7;margin-bottom:50px;max-width:800px}
.techniques-layout{display:flex;gap:40px;align-items:flex-start}
.techniques-image-col{flex:0 0 45%}
.techniques-image-col img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #0000001f}
.techniques-content-col{flex:1}
.technique-item{background:#fff;padding:25px;margin-bottom:20px;border-radius:8px;box-shadow:0 2px 10px #0000000d;border-top:3px solid #318EE8;transition:all .3s ease}
.technique-item:nth-child(even){border-top-color:#1161A4}
.technique-item:hover{box-shadow:0 4px 20px #0000001a}
.technique-item h3{font-size:1.3em;color:#212529;margin-bottom:12px;font-weight:600}
.technique-item p{font-size:.98em;color:#495057;line-height:1.6;margin:0}
.digital-tools-section{background:#fff;padding:70px 20px;position:relative}
.digital-tools-section::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,#318EE8,transparent)}
.digital-tools-section .section-container{max-width:1150px;margin:0 auto}
.digital-tools-section h2{font-size:2.2em;color:#212529;margin-bottom:20px;font-weight:700;text-align:center}
.digital-tools-section .section-intro{font-size:1.05em;color:#495057;line-height:1.7;text-align:center;margin-bottom:50px;max-width:750px;margin-left:auto;margin-right:auto}
.tools-comparison-table{width:100%;border-collapse:separate;border-spacing:0;background:#f8f9fa;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #0000000f}
.tools-comparison-table thead{background:linear-gradient(135deg,#318EE8,#1161A4)}
.tools-comparison-table thead th{color:#fff;padding:20px 15px;text-align:left;font-weight:600;font-size:1.05em}
.tools-comparison-table tbody tr{border-bottom:1px solid #e9ecef;transition:background .2s ease}
.tools-comparison-table tbody tr:hover{background:#fff}
.tools-comparison-table tbody tr:last-child{border-bottom:none}
.tools-comparison-table td{padding:18px 15px;color:#495057;font-size:.96em;line-height:1.5}
.tools-comparison-table td:first-child{font-weight:600;color:#212529}
.tools-comparison-table .check-mark{color:#318EE8;font-weight:700;font-size:1.2em}
.tools-comparison-table .cross-mark{color:#6F3310;font-size:1.2em}
.wellbeing-balance-section{background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);padding:70px 20px 80px;position:relative}
.wellbeing-balance-section::before{content:'';position:absolute;bottom:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#1161a40f 0%,transparent 70%);border-radius:50%}
.wellbeing-balance-section .section-wrapper{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.wellbeing-balance-section h2{font-size:2.2em;color:#212529;margin-bottom:30px;font-weight:700}
.wellbeing-balance-section h2::after{content:'';display:block;width:100px;height:3px;background:#6F3310;margin-top:15px}
.balance-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:40px}
.balance-column h3{font-size:1.5em;color:#212529;margin-bottom:20px;font-weight:600;padding-bottom:12px;border-bottom:2px solid #318EE8}
.balance-column:last-child h3{border-bottom-color:#6F3310}
.balance-tip-box{background:#fff;padding:20px;margin-bottom:18px;border-radius:6px;box-shadow:0 2px 8px #0000000d;border-left:3px solid #318EE8}
.balance-column:last-child .balance-tip-box{border-left-color:#6F3310}
.balance-tip-box h4{font-size:1.1em;color:#212529;margin-bottom:10px;font-weight:600}
.balance-tip-box p{font-size:.95em;color:#495057;line-height:1.6;margin:0}
.cta-button-wrapper{text-align:center;margin-top:50px}
.cta-primary-button{display:inline-block;background:linear-gradient(135deg,#318EE8,#1161A4);color:#fff;padding:16px 40px;border-radius:6px;font-size:1.1em;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #318ee84d}
.cta-primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #318ee866;background:linear-gradient(135deg,#1161A4,#318EE8)}
@media (max-width: 992px) {
.remote-tips-hero .hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.remote-tips-hero .hero-text-section h1{font-size:2.2em}
.workspace-grid{grid-template-columns:1fr;gap:25px}
.techniques-layout{flex-direction:column}
.techniques-image-col{flex:0 0 100%}
.balance-content-grid{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 768px) {
.remote-tips-hero{padding:50px 15px 40px}
.remote-tips-hero .hero-text-section h1{font-size:1.8em}
.remote-tips-hero .hero-image-section img{height:300px}
.workspace-setup-section,.productivity-techniques-section,.digital-tools-section,.wellbeing-balance-section{padding:50px 15px}
.workspace-setup-section h2,.productivity-techniques-section h2,.digital-tools-section h2,.wellbeing-balance-section h2{font-size:1.8em}
.tools-comparison-table{font-size:.9em}
.tools-comparison-table thead th,.tools-comparison-table td{padding:12px 10px}
}
.finances-hero-main{position:relative;min-height:92vh;display:flex;align-items:center;background:linear-gradient(135deg,#318EE8 0%,#1161A4 100%);overflow:hidden}
.finances-hero-main::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;opacity:.18;z-index:1;background:url(./img/image_3.jpg) (cover) center}
.finances-hero-main::after{content:'';position:absolute;bottom:0;left:0;right:0;height:180px;background:linear-gradient(to top,#f8f9fa 0%,transparent 100%);z-index:2}
.hero-content-wrapper{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:80px 20px}
.hero-content-wrapper h1{font-size:3.8rem;line-height:1.15;color:#fff;font-weight:800;margin:0 0 28px;text-shadow:0 2px 12px #00000026}
.hero-content-wrapper .hero-subtitle{font-size:1.45rem;line-height:1.6;color:#fff;margin:0 0 42px;max-width:720px;font-weight:400;opacity:.95}
.hero-cta-btn{display:inline-block;padding:18px 44px;background:#6F3310;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #6f33104d}
.hero-cta-btn:hover{background:#8a4114;transform:translateY(-2px);box-shadow:0 6px 20px #6f331066}
.diagonal-split-section{background:#fff;position:relative;padding:90px 0 100px;overflow:hidden}
.diagonal-split-section::before{content:'';position:absolute;top:0;left:-5%;right:-5%;height:100%;background:linear-gradient(125deg,#f8f9fa 0%,#f8f9fa 48%,#fff 48%,#fff 100%);z-index:1}
.diagonal-content-grid{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.diagonal-text-area h2{font-size:2.6rem;color:#1161A4;margin:0 0 24px;font-weight:700;line-height:1.25}
.diagonal-text-area h2::before{content:'';display:block;width:60px;height:5px;background:#318EE8;margin-bottom:20px}
.diagonal-text-area p{font-size:1.1rem;line-height:1.75;color:#495057;margin:0 0 18px}
.diagonal-image-area{position:relative}
.diagonal-image-area img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #0000001f;transform:rotate(-2deg);transition:transform .4s ease}
.diagonal-image-area img:hover{transform:rotate(0deg) scale(1.02)}
.asymmetric-cards-block{background:#f8f9fa;padding:100px 0;position:relative}
.asymmetric-cards-container{max-width:1200px;margin:0 auto;padding:0 20px}
.asymmetric-cards-container h2{font-size:2.8rem;color:#1161A4;text-align:center;margin:0 0 65px;font-weight:700;position:relative}
.asymmetric-cards-container h2::after{content:'';position:absolute;bottom:-18px;left:50%;transform:translateX(-50%);width:90px;height:4px;background:linear-gradient(90deg,#318EE8,#6F3310)}
.cards-layout-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:35px}
.finance-card-item{background:#fff;padding:40px 32px;border-radius:10px;box-shadow:0 4px 18px #00000014;transition:all .35s ease;position:relative;overflow:hidden}
.finance-card-item::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:#318EE8;transform:scaleY(0);transition:transform .35s ease}
.finance-card-item:hover{transform:translateY(-8px);box-shadow:0 12px 35px #318ee826}
.finance-card-item:hover::before{transform:scaleY(1)}
.finance-card-item:nth-child(2){margin-top:30px}
.finance-card-item:nth-child(3){margin-top:-20px}
.finance-card-item h3{font-size:1.6rem;color:#212529;margin:0 0 18px;font-weight:700}
.finance-card-item h3 span{color:#318EE8}
.finance-card-item p{font-size:1.05rem;line-height:1.7;color:#495057;margin:0}
.layered-content-block{background:#fff;padding:95px 0;position:relative}
.layered-wrapper{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:55% 45%;gap:0;position:relative}
.layered-image-box{position:relative;z-index:2}
.layered-image-box img{width:100%;height:520px;object-fit:cover;border-radius:10px;box-shadow:0 10px 40px #00000026}
.layered-text-box{background:linear-gradient(135deg,#1161A4 0%,#318EE8 100%);padding:55px 45px 55px 70px;margin-left:-40px;z-index:3;border-radius:10px;box-shadow:0 8px 30px #1161a440;align-self:center}
.layered-text-box h2{font-size:2.4rem;color:#fff;margin:0 0 24px;font-weight:700;line-height:1.3}
.layered-text-box p{font-size:1.08rem;line-height:1.7;color:#fff;margin:0 0 30px;opacity:.95}
.layered-cta-link{display:inline-block;padding:15px 38px;background:#6F3310;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:all .3s ease}
.layered-cta-link:hover{background:#8a4114;transform:translateX(4px)}
.curved-comparison-section{background:#f8f9fa;padding:0 0 100px;position:relative;clip-path:ellipse(120% 100% at 50% 100%);margin-top:-80px;padding-top:140px}
.comparison-container{max-width:1200px;margin:0 auto;padding:0 20px}
.comparison-container h2{font-size:2.7rem;color:#1161A4;text-align:center;margin:0 0 55px;font-weight:700}
.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:start}
.comparison-column{background:#fff;padding:45px 38px;border-radius:10px;box-shadow:0 6px 25px #0000001a}
.comparison-column h3{font-size:1.8rem;color:#212529;margin:0 0 28px;font-weight:700;padding-bottom:18px;border-bottom:3px solid #318EE8}
.comparison-column ul{list-style:none;padding:0;margin:0}
.comparison-column li{padding:16px 0 16px 38px;font-size:1.08rem;line-height:1.6;color:#495057;position:relative;border-bottom:1px solid #e9ecef}
.comparison-column li:last-child{border-bottom:none}
.comparison-column li::before{content:'';position:absolute;left:0;top:16px;width:26px;height:26px;background:#318EE8;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.comparison-image-holder{grid-column:1 / -1;margin-top:40px}
.comparison-image-holder img{width:100%;height:380px;object-fit:cover;border-radius:10px;box-shadow:0 8px 30px #0000001f}
@media (max-width: 992px) {
.finances-hero-main{min-height:75vh}
.hero-content-wrapper h1{font-size:2.8rem}
.hero-content-wrapper .hero-subtitle{font-size:1.25rem}
.diagonal-content-grid{grid-template-columns:1fr;gap:50px}
.diagonal-text-area h2{font-size:2.2rem}
.diagonal-image-area img{height:380px}
.cards-layout-grid{grid-template-columns:1fr;gap:30px}
.finance-card-item:nth-child(2),.finance-card-item:nth-child(3){margin-top:0}
.layered-wrapper{grid-template-columns:1fr;gap:40px}
.layered-text-box{margin-left:0;padding:45px 35px}
.comparison-grid{grid-template-columns:1fr;gap:35px}
}
@media (max-width: 768px) {
.finances-hero-main{min-height:65vh}
.hero-content-wrapper{padding:60px 20px}
.hero-content-wrapper h1{font-size:2.2rem;margin-bottom:20px}
.hero-content-wrapper .hero-subtitle{font-size:1.1rem;margin-bottom:32px}
.hero-cta-btn{padding:15px 35px;font-size:1rem}
.diagonal-split-section{padding:60px 0 70px}
.diagonal-split-section::before{background:#f8f9fa}
.diagonal-text-area h2{font-size:1.9rem}
.diagonal-text-area p{font-size:1.05rem}
.diagonal-image-area img{height:320px;transform:rotate(0)}
.asymmetric-cards-block{padding:70px 0}
.asymmetric-cards-container h2{font-size:2.2rem;margin-bottom:45px}
.finance-card-item{padding:35px 28px}
.finance-card-item h3{font-size:1.4rem}
.layered-content-block{padding:70px 0}
.layered-image-box img{height:380px}
.layered-text-box h2{font-size:2rem}
.curved-comparison-section{padding:100px 0 70px;margin-top:-60px;clip-path:none}
.comparison-container h2{font-size:2.2rem}
.comparison-column{padding:35px 28px}
.comparison-column h3{font-size:1.6rem}
.comparison-image-holder img{height:280px}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);min-height:600px}
.contact-hero-section{padding:80px 20px 60px;background:linear-gradient(165deg,#f5f6fa 0%,#fff 50%,#fafbfc 100%);position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#318ee814 0%,transparent 70%);border-radius:50%;z-index:1}
.contact-hero-content{max-width:680px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;line-height:1.2;color:#1161A4;margin-bottom:24px;font-weight:700;letter-spacing:-.02em}
.contact-hero-content .intro-text{font-size:1.15rem;line-height:1.7;color:#495057;margin-bottom:16px}
.contact-hero-content .intro-note{font-size:1rem;line-height:1.6;color:#6c757d}
.dual-column-section{padding:70px 20px;background:#fff}
.dual-column-wrapper{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:start}
.info-column{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);padding:45px 35px;border-radius:12px;box-shadow:0 4px 20px #1161a414;border:1px solid #318ee81a}
.info-column h2{font-size:1.75rem;color:#1161A4;margin-bottom:28px;font-weight:600;position:relative;padding-bottom:16px}
.info-column h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#318EE8 0%,#1161A4 100%);border-radius:2px}
.info-item{margin-bottom:32px;padding-left:15px;border-left:3px solid #318EE8}
.info-item:last-child{margin-bottom:0}
.info-label{font-size:.9rem;color:#6F3310;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;display:block}
.info-value{font-size:1.05rem;color:#343a40;line-height:1.6}
.info-value a{color:#318EE8;text-decoration:none;transition:color .3s ease}
.info-value a:hover{color:#1161A4}
.form-column{background:#fafbfc;padding:50px 45px;border-radius:12px;box-shadow:0 6px 30px #0000000f;border:1px solid #318ee81f}
.form-column h2{font-size:1.9rem;color:#212529;margin-bottom:12px;font-weight:700}
.form-intro{font-size:1rem;color:#6c757d;margin-bottom:36px;line-height:1.6}
.contact-form-main{display:flex;flex-direction:column;gap:24px}
.form-row-dual{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.form-group-custom{display:flex;flex-direction:column}
.form-group-custom label{font-size:.95rem;color:#495057;margin-bottom:8px;font-weight:500}
.form-group-custom input,.form-group-custom select,.form-group-custom textarea{padding:14px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;color:#212529;background:#fff;transition:all .3s ease;font-family:inherit}
.form-group-custom input:focus,.form-group-custom select:focus,.form-group-custom textarea:focus{outline:none;border-color:#318EE8;box-shadow:0 0 0 3px #318ee81a}
.form-group-custom textarea{min-height:140px;resize:vertical}
.privacy-consent-box{display:flex;align-items:start;gap:12px;margin-top:8px;padding:18px;background:#fff;border-radius:8px;border:1px solid #e9ecef}
.privacy-consent-box input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.privacy-consent-box label{font-size:.92rem;color:#495057;line-height:1.6;cursor:pointer;margin:0}
.privacy-consent-box a{color:#318EE8;text-decoration:underline;transition:color .3s ease}
.privacy-consent-box a:hover{color:#1161A4}
.submit-button-main{padding:16px 40px;background:linear-gradient(135deg,#318EE8 0%,#1161A4 100%);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:12px;box-shadow:0 4px 15px #318ee840;position:relative;z-index:10}
.submit-button-main:hover{transform:translateY(-2px);box-shadow:0 6px 25px #318ee859;background:linear-gradient(135deg,#1161A4 0%,#318EE8 100%)}
.submit-button-main:active{transform:translateY(0)}
.visual-context-section{padding:70px 20px;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);position:relative}
.visual-context-container{max-width:1000px;margin:0 auto}
.visual-context-header{text-align:center;margin-bottom:50px}
.visual-context-header h2{font-size:2.2rem;color:#1161A4;margin-bottom:18px;font-weight:700}
.visual-context-header p{font-size:1.1rem;color:#6c757d;line-height:1.6;max-width:700px;margin:0 auto}
.image-showcase-block{display:grid;grid-template-columns:1.2fr 1fr;gap:45px;align-items:center;background:#fff;padding:45px;border-radius:12px;box-shadow:0 5px 25px #0000000f}
.showcase-image-wrapper{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 8px 30px #1161a426}
.showcase-image-wrapper img{width:100%;height:380px;object-fit:cover;display:block}
.showcase-text-content h3{font-size:1.7rem;color:#212529;margin-bottom:20px;font-weight:600;line-height:1.3}
.showcase-text-content p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:16px}
.showcase-text-content .highlight-box{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #318EE8;margin-top:24px}
.showcase-text-content .highlight-box p{margin:0;font-size:1rem;color:#6F3310;font-weight:500}
@media (max-width: 992px) {
.dual-column-wrapper{grid-template-columns:1fr;gap:40px}
.form-column{padding:40px 30px}
.image-showcase-block{grid-template-columns:1fr;gap:35px;padding:35px 30px}
.showcase-image-wrapper img{height:320px}
}
@media (max-width: 768px) {
.contact-hero-content h1{font-size:2.2rem}
.form-row-dual{grid-template-columns:1fr;gap:24px}
.info-column{padding:35px 25px}
.form-column{padding:35px 25px}
.visual-context-header h2{font-size:1.8rem}
.showcase-text-content h3{font-size:1.5rem}
.image-showcase-block{padding:30px 20px}
}
@media (max-width: 480px) {
.contact-hero-section{padding:60px 20px 50px}
.contact-hero-content h1{font-size:1.85rem}
.contact-hero-content .intro-text{font-size:1.05rem}
.submit-button-main{width:100%;padding:14px 30px}
.showcase-image-wrapper img{height:260px}
}
.aboutpage-wrapper{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7}
.aboutpage-wrapper .aboutsection-hero{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}
.aboutpage-wrapper .aboutsection-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(circle,#318ee814 0%,transparent 70%);transform:rotate(-15deg)}
.aboutpage-wrapper .abouthero-content{max-width:920px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}
.aboutpage-wrapper .abouthero-pretitle{font-size:.95rem;color:#318EE8;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;display:inline-block;position:relative;padding-left:2.5rem}
.aboutpage-wrapper .abouthero-pretitle::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:32px;height:3px;background:#318EE8}
.aboutpage-wrapper .abouthero-title{font-size:3.2rem;font-weight:800;color:#212529;margin-bottom:1.8rem;line-height:1.15}
.aboutpage-wrapper .abouthero-subtitle{font-size:1.35rem;color:#495057;margin-bottom:2.5rem;font-weight:400;line-height:1.6}
.aboutpage-wrapper .aboutsection-story{padding:5rem 0;background:#fff}
.aboutpage-wrapper .aboutstory-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem}
.aboutpage-wrapper .aboutstory-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #1161a41f}
.aboutpage-wrapper .aboutstory-image img{width:100%;height:480px;object-fit:cover;display:block;transition:transform .6s ease}
.aboutpage-wrapper .aboutstory-image:hover img{transform:scale(1.05)}
.aboutpage-wrapper .aboutstory-text h2{font-size:2.6rem;color:#212529;margin-bottom:1.8rem;font-weight:700;line-height:1.25;position:relative;padding-bottom:1rem}
.aboutpage-wrapper .aboutstory-text h2::after{content:'';position:absolute;bottom:0;left:0;width:70px;height:4px;background:linear-gradient(90deg,#318EE8 0%,#1161A4 100%);border-radius:2px}
.aboutpage-wrapper .aboutstory-text p{font-size:1.1rem;color:#495057;margin-bottom:1.5rem;line-height:1.8}
.aboutpage-wrapper .aboutstory-text p:last-of-type{margin-bottom:0}
.aboutpage-wrapper .aboutsection-values{padding:5rem 0;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);position:relative}
.aboutpage-wrapper .aboutvalues-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.aboutpage-wrapper .aboutvalues-header{text-align:center;margin-bottom:4rem}
.aboutpage-wrapper .aboutvalues-header h2{font-size:2.8rem;color:#212529;margin-bottom:1.2rem;font-weight:700}
.aboutpage-wrapper .aboutvalues-header p{font-size:1.2rem;color:#6c757d;max-width:700px;margin:0 auto}
.aboutpage-wrapper .aboutvalues-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}
.aboutpage-wrapper .aboutvalue-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}
.aboutpage-wrapper .aboutvalue-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#318EE8 0%,#1161A4 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.aboutpage-wrapper .aboutvalue-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #318ee826;border-color:#318EE8}
.aboutpage-wrapper .aboutvalue-card:hover::before{transform:scaleX(1)}
.aboutpage-wrapper .aboutvalue-icon{width:65px;height:65px;background:linear-gradient(135deg,#318EE8 0%,#1161A4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.8rem;color:#fff}
.aboutpage-wrapper .aboutvalue-card h3{font-size:1.5rem;color:#212529;margin-bottom:1rem;font-weight:600}
.aboutpage-wrapper .aboutvalue-card p{font-size:1.05rem;color:#6c757d;line-height:1.7;margin:0}
.aboutpage-wrapper .aboutsection-approach{padding:5rem 0;background:#fff}
.aboutpage-wrapper .aboutapproach-container{max-width:1300px;margin:0 auto;padding:0 1.5rem}
.aboutpage-wrapper .aboutapproach-intro{text-align:center;max-width:800px;margin:0 auto 4.5rem}
.aboutpage-wrapper .aboutapproach-intro h2{font-size:2.7rem;color:#212529;margin-bottom:1.3rem;font-weight:700}
.aboutpage-wrapper .aboutapproach-intro p{font-size:1.15rem;color:#6c757d;line-height:1.7}
.aboutpage-wrapper .aboutapproach-visual{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:3rem}
.aboutpage-wrapper .aboutapproach-imagebox{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #00000014}
.aboutpage-wrapper .aboutapproach-imagebox img{width:100%;height:360px;object-fit:cover;display:block}
.aboutpage-wrapper .aboutapproach-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
.aboutpage-wrapper .aboutstep-item{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:2.2rem 1.8rem;border-radius:12px;border-left:5px solid #318EE8;transition:all .3s ease;position:relative}
.aboutpage-wrapper .aboutstep-item:hover{transform:translateX(8px);box-shadow:0 6px 25px #318ee81f}
.aboutpage-wrapper .aboutstep-number{font-size:3rem;font-weight:800;color:#318EE8;opacity:.2;line-height:1;margin-bottom:.5rem}
.aboutpage-wrapper .aboutstep-item h4{font-size:1.3rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.aboutpage-wrapper .aboutstep-item p{font-size:1rem;color:#6c757d;line-height:1.65;margin:0}
.aboutpage-wrapper .aboutsection-commitment{padding:5rem 0 6rem;background:linear-gradient(135deg,#f5f6fa 0%,#e9ecef 100%);position:relative}
.aboutpage-wrapper .aboutcommitment-wrapper{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.aboutpage-wrapper .aboutcommitment-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}
.aboutpage-wrapper .aboutcommitment-content h2{font-size:2.9rem;color:#212529;margin-bottom:1.8rem;font-weight:700;line-height:1.2}
.aboutpage-wrapper .aboutcommitment-content p{font-size:1.12rem;color:#495057;line-height:1.8;margin-bottom:2rem}
.aboutpage-wrapper .aboutcommitment-features{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}
.aboutpage-wrapper .aboutfeature-point{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem;background:#fff;border-radius:10px;box-shadow:0 2px 12px #0000000a;transition:all .3s ease}
.aboutpage-wrapper .aboutfeature-point:hover{transform:translateX(6px);box-shadow:0 4px 20px #318ee81a}
.aboutpage-wrapper .aboutfeature-check{width:28px;height:28px;background:linear-gradient(135deg,#318EE8 0%,#1161A4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:.85rem;font-weight:700}
.aboutpage-wrapper .aboutfeature-text{font-size:1.08rem;color:#343a40;line-height:1.6;font-weight:500}
.aboutpage-wrapper .aboutcommitment-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 15px 50px #1161a426}
.aboutpage-wrapper .aboutcommitment-image img{width:100%;height:520px;object-fit:cover;display:block}
.aboutpage-wrapper .aboutcta-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#318EE8 0%,#1161A4 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #318ee84d;border:none;cursor:pointer;position:relative;z-index:10}
.aboutpage-wrapper .aboutcta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #318ee866;background:linear-gradient(135deg,#1161A4 0%,#318EE8 100%)}
@media (max-width: 992px) {
.aboutpage-wrapper .abouthero-title{font-size:2.5rem}
.aboutpage-wrapper .aboutstory-grid{grid-template-columns:1fr;gap:3rem}
.aboutpage-wrapper .aboutstory-image img{height:400px}
.aboutpage-wrapper .aboutapproach-visual{grid-template-columns:1fr;gap:2rem}
.aboutpage-wrapper .aboutapproach-steps{grid-template-columns:1fr;gap:1.5rem}
.aboutpage-wrapper .aboutcommitment-layout{grid-template-columns:1fr;gap:3rem}
.aboutpage-wrapper .aboutcommitment-image{order:-1}
}
@media (max-width: 768px) {
.aboutpage-wrapper .aboutsection-hero{padding:3.5rem 0 3rem}
.aboutpage-wrapper .abouthero-title{font-size:2rem}
.aboutpage-wrapper .abouthero-subtitle{font-size:1.15rem}
.aboutpage-wrapper .aboutstory-text h2,.aboutpage-wrapper .aboutvalues-header h2,.aboutpage-wrapper .aboutapproach-intro h2,.aboutpage-wrapper .aboutcommitment-content h2{font-size:2rem}
.aboutpage-wrapper .aboutvalues-grid{grid-template-columns:1fr;gap:1.5rem}
.aboutpage-wrapper .aboutstory-image img,.aboutpage-wrapper .aboutapproach-imagebox img,.aboutpage-wrapper .aboutcommitment-image img{height:300px}
}
.preparatifs-financiers-hero{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:4.5rem 1.5rem 3.5rem;position:relative;overflow:hidden}
.preparatifs-financiers-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#318ee814 0%,transparent 70%);border-radius:50%}
.preparatifs-hero-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.preparatifs-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.preparatifs-hero-texte h1{font-size:2.8rem;color:#212529;margin-bottom:1.5rem;line-height:1.2;font-weight:700}
.preparatifs-hero-texte h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#318EE8 0%,#1161A4 100%);margin-top:1rem}
.preparatifs-hero-texte p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:1.2rem}
.preparatifs-hero-image-wrap{position:relative}
.preparatifs-hero-image-wrap img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #1161a41f}
.preparatifs-hero-image-wrap::before{content:'';position:absolute;top:-15px;left:-15px;width:100%;height:100%;border:3px solid #318EE8;border-radius:12px;z-index:-1}
.preparatifs-fondations-section{background:#fff;padding:5rem 1.5rem;position:relative}
.preparatifs-fondations-conteneur{max-width:1200px;margin:0 auto}
.preparatifs-fondations-intro{text-align:center;margin-bottom:4rem}
.preparatifs-fondations-intro h2{font-size:2.4rem;color:#212529;margin-bottom:1rem;font-weight:700;position:relative;display:inline-block}
.preparatifs-fondations-intro h2::before{content:'○';color:#318EE8;font-size:1.4rem;position:absolute;left:-40px;top:50%;transform:translateY(-50%)}
.preparatifs-fondations-intro h2::after{content:'○';color:#1161A4;font-size:1.4rem;position:absolute;right:-40px;top:50%;transform:translateY(-50%)}
.preparatifs-fondations-intro p{font-size:1.1rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.6}
.preparatifs-grille-elements{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:3.5rem}
.preparatifs-element-carte{background:#f8f9fa;padding:2.5rem 2rem;border-radius:10px;border-left:5px solid #318EE8;transition:all .3s ease;position:relative}
.preparatifs-element-carte:nth-child(2){border-left-color:#1161A4}
.preparatifs-element-carte:nth-child(3){border-left-color:#6F3310}
.preparatifs-element-carte:hover{transform:translateY(-5px);box-shadow:0 12px 28px #318ee826}
.preparatifs-element-carte h3{font-size:1.5rem;color:#212529;margin-bottom:1rem;font-weight:600}
.preparatifs-element-carte ul{list-style:none;padding:0;margin:0}
.preparatifs-element-carte li{font-size:1rem;color:#495057;padding:.6rem 0;padding-left:1.8rem;position:relative;line-height:1.5}
.preparatifs-element-carte li::before{content:'';position:absolute;left:0;color:#318EE8;font-weight:700;font-size:1.1rem}
.preparatifs-image-complement{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:center;background:linear-gradient(120deg,#f5f6fa 0%,#fff 100%);padding:2.5rem;border-radius:12px}
.preparatifs-image-complement img{width:100%;height:280px;object-fit:cover;border-radius:8px;box-shadow:0 6px 18px #00000014}
.preparatifs-complement-texte{padding:1rem}
.preparatifs-complement-texte h4{font-size:1.4rem;color:#1161A4;margin-bottom:.8rem;font-weight:600}
.preparatifs-complement-texte p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.preparatifs-demarche-section{background:linear-gradient(165deg,#f8f9fa 0%,#e9ecef 100%);padding:5rem 1.5rem;position:relative}
.preparatifs-demarche-conteneur{max-width:1100px;margin:0 auto}
.preparatifs-demarche-header{margin-bottom:3.5rem}
.preparatifs-demarche-header h2{font-size:2.3rem;color:#212529;margin-bottom:1rem;font-weight:700}
.preparatifs-demarche-header h2 span{color:#318EE8;position:relative}
.preparatifs-demarche-header h2 span::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:#1161A4}
.preparatifs-demarche-header p{font-size:1.1rem;color:#6c757d;line-height:1.6;max-width:650px}
.preparatifs-etapes-layout{display:flex;gap:3rem;align-items:stretch}
.preparatifs-etapes-liste{flex:1;display:flex;flex-direction:column;gap:2rem}
.preparatifs-etape-item{background:#fff;padding:2rem 2.5rem;border-radius:10px;box-shadow:0 4px 12px #0000000f;display:flex;gap:1.5rem;align-items:flex-start;position:relative;transition:all .3s ease}
.preparatifs-etape-item:hover{box-shadow:0 8px 20px #318ee826;transform:translateX(5px)}
.preparatifs-etape-numero{background:linear-gradient(135deg,#318EE8 0%,#1161A4 100%);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0;box-shadow:0 4px 10px #318ee84d}
.preparatifs-etape-contenu h3{font-size:1.4rem;color:#212529;margin-bottom:.7rem;font-weight:600}
.preparatifs-etape-contenu p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.preparatifs-etapes-visuel{flex:0 0 380px;position:relative}
.preparatifs-etapes-visuel img{width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #1161a433}
.preparatifs-etapes-visuel::after{content:'';position:absolute;top:15px;right:-15px;width:100%;height:100%;border:3px dashed #318EE8;border-radius:12px;z-index:-1}
@media (max-width: 968px) {
.preparatifs-hero-grid{grid-template-columns:1fr;gap:2.5rem}
.preparatifs-hero-texte h1{font-size:2.2rem}
.preparatifs-grille-elements{grid-template-columns:1fr;gap:2rem}
.preparatifs-image-complement{grid-template-columns:1fr}
.preparatifs-etapes-layout{flex-direction:column}
.preparatifs-etapes-visuel{flex:1;max-height:350px}
.preparatifs-fondations-intro h2::before,.preparatifs-fondations-intro h2::after{display:none}
}
@media (max-width: 640px) {
.preparatifs-financiers-hero{padding:3rem 1rem 2.5rem}
.preparatifs-hero-texte h1{font-size:1.8rem}
.preparatifs-hero-texte p{font-size:1rem}
.preparatifs-fondations-intro h2{font-size:1.9rem}
.preparatifs-demarche-header h2{font-size:1.9rem}
.preparatifs-element-carte{padding:1.8rem 1.5rem}
.preparatifs-etape-item{padding:1.5rem;flex-direction:column;gap:1rem}
.preparatifs-etape-numero{width:45px;height:45px;font-size:1.3rem}
}
.policy-cookie-wrapper{background:linear-gradient(135deg,#f8f9fa 0%,#fff 50%,#fafbfc 100%);min-height:100%;padding:0}
.policy-cookie-header-zone{background:linear-gradient(180deg,#fff 0%,#f5f6fa 100%);border-bottom:3px solid #318EE8;padding:3.5rem 0 2.5rem;position:relative;overflow:hidden}
.policy-cookie-header-zone::before{content:'';position:absolute;top:0;right:-10%;width:40%;height:100%;background:linear-gradient(135deg,#318ee808 0%,#1161a40d 100%);transform:skewX(-15deg)}
.policy-cookie-header-inner{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}
.policy-cookie-title-primary{font-size:2.8rem;font-weight:700;color:#1161A4;margin:0 0 1rem;line-height:1.2;letter-spacing:-.02em}
.policy-cookie-subtitle-line{font-size:1.15rem;color:#495057;line-height:1.6;margin:0;font-weight:400}
.policy-cookie-main-content{max-width:1400px;margin:0 auto;padding:4rem 2rem 5rem}
.policy-cookie-intro-block{background:#fff;border-left:5px solid #318EE8;padding:2.5rem;margin-bottom:3.5rem;box-shadow:0 2px 8px #0000000a;border-radius:0 8px 8px 0}
.policy-cookie-intro-block p{font-size:1.1rem;line-height:1.8;color:#343a40;margin:0 0 1.2rem}
.policy-cookie-intro-block p:last-child{margin-bottom:0}
.policy-cookie-section-divider{height:3px;background:linear-gradient(90deg,#318EE8 0%,#1161A4 50%,#318ee833 100%);margin:4rem 0;border:none}
.policy-cookie-thematic-segment{margin-bottom:4rem}
.policy-cookie-segment-heading{font-size:2rem;font-weight:700;color:#1161A4;margin:0 0 1.8rem;padding-left:1.5rem;border-left:4px solid #6F3310;line-height:1.3}
.policy-cookie-narrative-text{font-size:1.05rem;line-height:1.9;color:#343a40;margin-bottom:1.5rem}
.policy-cookie-layered-box{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #e9ecef;border-radius:8px;padding:2rem;margin:2rem 0;position:relative}
.policy-cookie-layered-box::before{content:'';position:absolute;top:-4px;left:20px;width:60px;height:4px;background:#318EE8;border-radius:2px}
.policy-cookie-layered-box h3{font-size:1.4rem;color:#1161A4;margin:0 0 1.2rem;font-weight:600}
.policy-cookie-layered-box p{font-size:1.05rem;line-height:1.8;color:#495057;margin-bottom:1rem}
.policy-cookie-layered-box p:last-child{margin-bottom:0}
.policy-cookie-enumeration-list{list-style:none;padding:0;margin:2rem 0}
.policy-cookie-enumeration-list li{padding:1.2rem 1.5rem 1.2rem 3.5rem;margin-bottom:1rem;background:#fff;border-radius:6px;box-shadow:0 1px 4px #0000000f;position:relative;font-size:1.05rem;line-height:1.7;color:#343a40}
.policy-cookie-enumeration-list li::before{content:'';position:absolute;left:1.2rem;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#318EE8;border-radius:50%;box-shadow:0 0 0 4px #318ee826}
.policy-cookie-contrast-panel{background:linear-gradient(135deg,#1161A4 0%,#318EE8 100%);color:#fff;padding:2.5rem;border-radius:8px;margin:3rem 0;box-shadow:0 4px 12px #1161a433}
.policy-cookie-contrast-panel h3{font-size:1.6rem;margin:0 0 1.5rem;font-weight:700;color:#fff}
.policy-cookie-contrast-panel p{font-size:1.05rem;line-height:1.8;margin-bottom:1rem;color:#fffffff2}
.policy-cookie-contrast-panel p:last-child{margin-bottom:0}
.policy-cookie-dual-column{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin:3rem 0}
.policy-cookie-dual-column-item{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:2rem;box-shadow:0 2px 6px #0000000a}
.policy-cookie-dual-column-item h4{font-size:1.3rem;color:#318EE8;margin:0 0 1.2rem;font-weight:600}
.policy-cookie-dual-column-item p{font-size:1rem;line-height:1.8;color:#495057;margin-bottom:.8rem}
.policy-cookie-dual-column-item p:last-child{margin-bottom:0}
.policy-cookie-technical-descriptor{background:#f8f9fa;border-left:3px solid #6F3310;padding:1.5rem;margin:1.5rem 0;font-size:1rem;line-height:1.7;color:#343a40}
.policy-cookie-technical-descriptor strong{color:#1161A4;font-weight:600}
.policy-cookie-fragmented-thoughts{margin:3rem 0;padding:2rem 0;border-top:2px solid #e9ecef;border-bottom:2px solid #e9ecef}
.policy-cookie-fragmented-thoughts p{font-size:1.05rem;line-height:1.8;color:#495057;margin-bottom:1.5rem}
.policy-cookie-fragmented-thoughts p:last-child{margin-bottom:0}
.policy-cookie-closing-zone{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);border-top:2px solid #318EE8;padding:3rem 2.5rem;margin-top:4rem;border-radius:8px}
.policy-cookie-closing-zone p{font-size:1.05rem;line-height:1.8;color:#343a40;margin-bottom:1.2rem}
.policy-cookie-closing-zone p:last-child{margin-bottom:0}
.policy-cookie-contact-embed{display:inline-block;color:#1161A4;font-weight:600;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .3s ease}
.policy-cookie-contact-embed:hover{border-bottom-color:#318EE8}
@media (max-width: 768px) {
.policy-cookie-header-zone{padding:2.5rem 0 1.8rem}
.policy-cookie-title-primary{font-size:2rem}
.policy-cookie-subtitle-line{font-size:1rem}
.policy-cookie-header-inner,.policy-cookie-main-content{padding-left:1.2rem;padding-right:1.2rem}
.policy-cookie-intro-block{padding:1.8rem}
.policy-cookie-segment-heading{font-size:1.6rem;padding-left:1rem}
.policy-cookie-dual-column{grid-template-columns:1fr;gap:1.5rem}
.policy-cookie-layered-box,.policy-cookie-contrast-panel{padding:1.8rem}
.policy-cookie-enumeration-list li{padding:1rem 1.2rem 1rem 3rem}
.policy-cookie-closing-zone{padding:2rem 1.5rem}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);width:100%;min-height:100vh}
.privacy-hero-block{background:linear-gradient(to right,#318EE8,#1161A4);padding:4rem 2rem;text-align:center;position:relative;overflow:hidden}
.privacy-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;z-index:1}
.privacy-hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto}
.privacy-main-title{color:#fff;font-size:3rem;font-weight:700;margin:0 0 1rem;letter-spacing:-.02em}
.privacy-subtitle-line{color:#fffffff2;font-size:1.15rem;line-height:1.6;margin:0}
.privacy-update-notice{background:#ffffff26;display:inline-block;padding:.5rem 1.5rem;border-radius:30px;color:#fff;font-size:.95rem;margin-top:1.5rem;border:1px solid #ffffff4d}
.privacy-content-container{max-width:1400px;margin:0 auto;padding:5rem 2rem}
.privacy-intro-segment{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #318ee814;margin-bottom:3rem;border-left:5px solid #318EE8}
.privacy-intro-segment p{color:#343a40;font-size:1.1rem;line-height:1.8;margin:0 0 1.2rem}
.privacy-intro-segment p:last-child{margin-bottom:0}
.privacy-section-block{background:#fff;padding:3rem;margin-bottom:2.5rem;border-radius:12px;box-shadow:0 2px 15px #0000000f;position:relative}
.privacy-section-block::after{content:'';position:absolute;bottom:0;left:3rem;right:3rem;height:1px;background:linear-gradient(to right,transparent,#318EE8,transparent);opacity:.3}
.privacy-section-block:last-of-type::after{display:none}
.privacy-section-heading{color:#1161A4;font-size:1.85rem;font-weight:700;margin:0 0 1.8rem;position:relative;padding-left:1.5rem}
.privacy-section-heading::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:60%;background:linear-gradient(180deg,#318EE8,#1161A4);border-radius:3px}
.privacy-text-content{color:#495057;font-size:1.05rem;line-height:1.85;margin:0 0 1.5rem}
.privacy-text-content:last-child{margin-bottom:0}
.privacy-emphasis-term{color:#1161A4;font-weight:600;position:relative}
.privacy-subsection-title{color:#343a40;font-size:1.35rem;font-weight:600;margin:2.5rem 0 1.3rem;padding-bottom:.5rem;border-bottom:2px solid #f8f9fa}
.privacy-list-container{margin:1.5rem 0;padding-left:1.5rem}
.privacy-list-item{color:#495057;font-size:1.05rem;line-height:1.75;margin-bottom:1rem;position:relative;padding-left:1.8rem}
.privacy-list-item::before{content:'';position:absolute;left:0;top:.6rem;width:10px;height:10px;background:#318EE8;border-radius:50%;border:2px solid #f8f9fa}
.privacy-nested-list{margin:.8rem 0 0 2rem;padding:0;list-style:none}
.privacy-nested-item{color:#495057;font-size:1rem;line-height:1.7;margin-bottom:.7rem;padding-left:1.5rem;position:relative}
.privacy-nested-item::before{content:'→';position:absolute;left:0;color:#318EE8;font-weight:600}
.privacy-highlight-box{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #318EE8;border-radius:8px;padding:2rem;margin:2rem 0}
.privacy-highlight-box p{color:#343a40;font-size:1.05rem;line-height:1.75;margin:0 0 1rem}
.privacy-highlight-box p:last-child{margin-bottom:0}
.privacy-contact-segment{background:linear-gradient(135deg,#1161A4 0%,#318EE8 100%);padding:3.5rem;border-radius:12px;margin-top:4rem;text-align:center;position:relative;overflow:hidden}
.privacy-contact-segment::before{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:#ffffff14;border-radius:50%}
.privacy-contact-heading{color:#fff;font-size:2rem;font-weight:700;margin:0 0 1rem;position:relative;z-index:2}
.privacy-contact-text{color:#fffffff2;font-size:1.1rem;line-height:1.7;margin:0 0 2rem;position:relative;z-index:2}
.privacy-contact-details{position:relative;z-index:2}
.privacy-contact-item{color:#fff;font-size:1.1rem;margin:.8rem 0;display:inline-block;padding:.5rem 1.5rem;background:#ffffff26;border-radius:25px;margin:.5rem;border:1px solid #ffffff4d}
.privacy-table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:8px;box-shadow:0 2px 10px #0000000d}
.privacy-data-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff}
.privacy-data-table thead{background:linear-gradient(135deg,#318EE8,#1161A4)}
.privacy-data-table th{color:#fff;font-size:1.05rem;font-weight:600;padding:1.2rem 1.5rem;text-align:left;border-bottom:3px solid #1161A4}
.privacy-data-table td{color:#495057;font-size:1rem;padding:1.2rem 1.5rem;border-bottom:1px solid #f8f9fa;line-height:1.6}
.privacy-data-table tbody tr:hover{background:#f8f9fa}
.privacy-data-table tbody tr:last-child td{border-bottom:none}
.privacy-divider-element{height:3px;background:linear-gradient(to right,transparent,#318EE8,#1161A4,transparent);margin:3rem 0;border:none;border-radius:2px}
.privacy-note-callout{background:#fff9e6;border-left:4px solid #6F3310;padding:1.5rem 2rem;margin:2rem 0;border-radius:4px}
.privacy-note-callout p{color:#343a40;font-size:1rem;line-height:1.7;margin:0}
.privacy-strong-text{color:#1161A4;font-weight:700}
@media (max-width: 768px) {
.privacy-main-title{font-size:2rem}
.privacy-hero-block{padding:3rem 1.5rem}
.privacy-content-container{padding:3rem 1.5rem}
.privacy-section-block{padding:2rem 1.5rem}
.privacy-intro-segment{padding:2rem 1.5rem}
.privacy-section-heading{font-size:1.5rem}
.privacy-contact-segment{padding:2.5rem 1.5rem}
.privacy-contact-heading{font-size:1.6rem}
.privacy-data-table th,.privacy-data-table td{padding:1rem;font-size:.95rem}
.privacy-section-block::after{left:1.5rem;right:1.5rem}
}
.success-wrapper{background:linear-gradient(135deg,#f8f9fa 0%,#fff 50%,#fafbfc 100%);min-height:80vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}
.success-container{max-width:680px;margin:0 auto;text-align:center}
.success-icon-area{margin-bottom:2.5rem;position:relative}
.success-checkmark{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#318EE8 0%,#1161A4 100%);margin:0 auto;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #318ee840;animation:scaleIn .5s ease-out}
.success-checkmark svg{width:48px;height:48px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;animation:drawCheck .6s ease-out .3s forwards;stroke-dasharray:100;stroke-dashoffset:100}
@keyframes scaleIn {
0%{transform:scale(0);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.success-heading-primary{font-size:2.2rem;font-weight:700;color:#212529;margin-bottom:1.2rem;line-height:1.3}
.success-message-text{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:2rem}
.success-message-text::before{content:'';display:block;width:60px;height:3px;background:linear-gradient(90deg,#318EE8,#1161A4);margin:0 auto 1.5rem;border-radius:2px}
.success-info-block{background:#fff;border:2px solid #f5f6fa;border-radius:12px;padding:2rem 1.8rem;margin:2.5rem 0;box-shadow:0 4px 16px #0000000a}
.success-detail-label{font-size:.9rem;color:#6F3310;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.8rem}
.success-detail-content{font-size:1.05rem;color:#343a40;line-height:1.6}
.success-next-steps{margin-top:2.8rem;padding-top:2.5rem;border-top:1px solid #e9ecef}
.success-steps-title{font-size:1.3rem;font-weight:600;color:#212529;margin-bottom:1.8rem}
.success-step-item{display:flex;align-items:flex-start;text-align:left;margin-bottom:1.5rem;gap:1rem}
.success-step-number{min-width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#1161A4,#318EE8);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;flex-shrink:0}
.success-step-text{font-size:1rem;color:#495057;line-height:1.6;padding-top:.4rem}
.success-cta-area{margin-top:3rem;display:flex;flex-direction:column;gap:1rem;align-items:center}
.success-btn-primary{background:linear-gradient(135deg,#318EE8,#1161A4);color:#fff;padding:.95rem 2.5rem;border-radius:8px;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-block;box-shadow:0 4px 14px #318ee84d;transition:all .3s ease;border:none}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #318ee866;color:#fff}
.success-btn-secondary{background:none;color:#318EE8;padding:.95rem 2.5rem;border:2px solid #318EE8;border-radius:8px;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease}
.success-btn-secondary:hover{background:#318EE8;color:#fff}
.success-contact-info{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e9ecef}
.success-contact-label{font-size:.95rem;color:#6c757d;margin-bottom:1rem}
.success-contact-details{display:flex;flex-direction:column;gap:.6rem;font-size:.95rem;color:#495057}
.success-contact-item{display:flex;align-items:center;justify-content:center;gap:.5rem}
.success-contact-item::before{content:'•';color:#318EE8;font-weight:700}
@media (max-width: 768px) {
.success-wrapper{padding:2rem 1rem}
.success-heading-primary{font-size:1.8rem}
.success-message-text{font-size:1rem}
.success-checkmark{width:75px;height:75px}
.success-checkmark svg{width:40px;height:40px}
.success-info-block{padding:1.5rem 1.2rem}
.success-cta-area{flex-direction:column}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center}
}
@media (min-width: 769px) {
.success-cta-area{flex-direction:row;justify-content:center}
}