:root{--clr_primary:#1E384E;--clr_secondary:#2CAB87;--clr_tertiary:#F6FAF9;--clr_light_bg:#fff;--clr_light_gray:#f8f9fa;--clr_text_dark:#212529;--clr_text_medium:#495057;--gradient_complex:linear-gradient(45deg,#1E384E 0%,#2CAB87 50%,#F6FAF9 100%)}
*{margin:0;padding:0;box-sizing:border-box}
body{color:var(--clr_text_dark);overflow-x:hidden;font:17px/1.7 'General Sans','Segoe UI',Tahoma,sans-serif;background:var(--clr_light_bg)}
@media (prefers-reduced-motion: reduce) {
*,::before,::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
.hdr_wrapper_z9k{background:var(--clr_light_bg);width:100%;position:relative;z-index:100}
.hdr_row1_company{background:var(--clr_tertiary);padding:12px 5%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #1e384e14}
.company_name_h1{font-size:1.1rem;font-weight:600;color:var(--clr_primary);letter-spacing:.3px}
.business_hours_txt{font-size:.9rem;color:var(--clr_text_medium);font-weight:400}
.hdr_row2_trust_email{background:var(--clr_light_bg);padding:16px 5%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.trust_indicators_section{display:flex;gap:28px;align-items:center}
.trust_item_block{display:flex;align-items:center;gap:8px;font-size:.88rem;color:var(--clr_text_medium)}
.trust_icon_svg{width:18px;height:18px;fill:var(--clr_secondary)}
.email_contact_wrap{display:flex;align-items:center;gap:10px}
.email_link_styled{color:var(--clr_primary);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s}
.email_link_styled:hover{color:var(--clr_secondary)}
.email_link_styled:focus{outline:3px solid var(--clr_secondary);outline-offset:2px;border-radius:3px}
.hdr_row3_navigation{background:var(--clr_primary);padding:0 5%;position:relative}
.nav_main_container{display:flex;justify-content:center;align-items:center;gap:0}
.nav_link_item{color:var(--clr_light_bg);text-decoration:none;padding:18px 26px;font-size:.96rem;font-weight:500;display:inline-block;transition:background-color 0.25s,color .25s;position:relative}
.nav_link_item:hover{background:var(--clr_secondary)}
.nav_link_item:focus{outline:3px solid var(--clr_tertiary);outline-offset:-3px;z-index:10}
.logo_container_absolute{position:absolute;left:5%;top:50%;transform:translateY(-50%);z-index:150}
.logo_img_element{height:95px;width:95px;display:block;object-fit:contain}
main{min-height:60vh}
.ftr_main_wrapper{background:var(--clr_light_gray);padding:55px 5% 30px;margin-top:80px}
.ftr_content_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:45px;max-width:1400px;margin:0 auto}
.ftr_section_block{display:flex;flex-direction:column;gap:16px}
.ftr_section_title{font-size:1.15rem;font-weight:700;color:var(--clr_primary);margin-bottom:8px;letter-spacing:.2px}
.ftr_link_item{color:var(--clr_text_medium);text-decoration:none;font-size:.94rem;transition:color .2s;display:inline-block;line-height:1.8}
.ftr_link_item:hover{color:var(--clr_secondary)}
.ftr_link_item:focus{outline:3px solid var(--clr_secondary);outline-offset:3px;border-radius:2px}
.ftr_email_display{color:var(--clr_text_dark);font-size:.92rem}
.ftr_logo_section{display:flex;flex-direction:column;gap:18px;align-items:flex-start}
.ftr_logo_img{height:75px;width:75px;object-fit:contain}
.ftr_brand_description{font-size:.9rem;color:var(--clr_text_medium);line-height:1.6;max-width:320px}
.ftr_disclaimer_box{background:#1e384e0a;border-left:4px solid var(--clr_secondary);padding:22px 26px;margin-top:40px;font-size:.82rem;color:var(--clr_text_medium);line-height:1.65;max-width:1400px;margin-left:auto;margin-right:auto}
.ftr_copyright_bar{text-align:center;padding-top:35px;margin-top:35px;border-top:1px solid #1e384e1f;font-size:.88rem;color:var(--clr_text_medium)}
.cookie_overlay_zt3{position:fixed;bottom:28px;right:28px;background:var(--clr_light_bg);border:2px solid var(--clr_primary);border-radius:6px;padding:28px 32px;max-width:440px;box-shadow:0 8px 24px #1e384e2e;z-index:9999;display:none}
.cookie_overlay_zt3.active_visible{display:block}
.cookie_heading_m7{font-size:1.22rem;font-weight:700;color:var(--clr_primary);margin-bottom:14px}
.cookie_description_text{font-size:.91rem;color:var(--clr_text_medium);line-height:1.6;margin-bottom:22px}
.cookie_categories_wrap{display:flex;flex-direction:column;gap:14px;margin-bottom:22px}
.category_item_row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #1e384e14}
.category_label_txt{font-size:.88rem;color:var(--clr_text_dark);font-weight:500}
.category_description_small{font-size:.78rem;color:var(--clr_text_medium);margin-top:3px}
.toggle_switch_container{position:relative;width:48px;height:24px}
.toggle_switch_input{opacity:0;width:0;height:0}
.toggle_slider_element{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:background-color .3s;border-radius:24px;background:#ccc}
.toggle_slider_element:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;transition:transform .3s;border-radius:50%;background:var(--clr_light_bg)}
.toggle_switch_input:checked + .toggle_slider_element{background:var(--clr_secondary)}
.toggle_switch_input:checked + .toggle_slider_element:before{transform:translateX(24px)}
.toggle_switch_input:focus + .toggle_slider_element{outline:3px solid var(--clr_primary);outline-offset:2px}
.cookie_buttons_row{display:flex;gap:12px;justify-content:space-between}
.cookie_btn_base{padding:12px 20px;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:opacity 0.2s,background-color .2s;flex:1;min-height:48px}
.cookie_btn_base:hover{opacity:.85}
.cookie_btn_base:focus{outline:3px solid var(--clr_primary);outline-offset:3px}
.btn_accept_all{color:var(--clr_light_bg);background:var(--clr_secondary)}
.btn_reject_all{color:var(--clr_light_bg);background:var(--clr_text_medium)}
.btn_save_preferences{color:var(--clr_light_bg);background:var(--clr_primary)}
@media (max-width: 1024px) {
.logo_container_absolute{position:static;transform:none;display:flex;justify-content:center;padding:18px 0}
.hdr_row3_navigation{padding:0}
.nav_main_container{flex-direction:column;width:100%}
.nav_link_item{width:100%;text-align:center;border-bottom:1px solid #f6faf91a}
}
@media (max-width: 768px) {
.hdr_row1_company{flex-direction:column;gap:10px;text-align:center}
.hdr_row2_trust_email{flex-direction:column;align-items:flex-start}
.trust_indicators_section{flex-direction:column;align-items:flex-start;gap:12px}
.ftr_content_grid{grid-template-columns:1fr;gap:35px}
.cookie_overlay_zt3{left:15px;right:15px;bottom:15px;max-width:none}
.cookie_buttons_row{flex-direction:column}
}
@media (max-width: 480px) {
body{font-size:16px}
.company_name_h1{font-size:1rem}
.nav_link_item{padding:16px 20px;font-size:.92rem}
.logo_img_element{height:70px;width:70px}
}
.whychoose-wrapper{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7}
.whychoose-hero-block{background:linear-gradient(135deg,#F6FAF9 0%,#fff 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}
.whychoose-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#2cab8714 0%,transparent 70%);border-radius:50%}
.whychoose-hero-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}
.whychoose-hero-title{font-size:2.8rem;font-weight:700;color:#1E384E;margin-bottom:1.5rem;line-height:1.2}
.whychoose-hero-title::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#2CAB87 0%,#1E384E 100%);margin-top:1.2rem}
.whychoose-hero-text{font-size:1.15rem;color:#495057;max-width:720px;margin-bottom:2rem}
.whychoose-approach-section{background:#fff;padding:5rem 0;position:relative}
.whychoose-approach-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.whychoose-approach-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.whychoose-approach-visual{position:relative}
.whychoose-approach-visual img{width:100%;height:auto;border-radius:12px;box-shadow:0 12px 40px #1e384e1f}
.whychoose-approach-visual::before{content:'';position:absolute;top:-20px;left:-20px;width:140px;height:140px;background:linear-gradient(135deg,#2CAB87 0%,#2cab874d 100%);border-radius:50%;z-index:-1}
.whychoose-approach-content h2{font-size:2.2rem;color:#1E384E;margin-bottom:1.5rem;font-weight:700;position:relative;padding-left:1.2rem}
.whychoose-approach-content h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#2CAB87 0%,#1E384E 100%);border-radius:3px}
.whychoose-approach-content p{font-size:1.05rem;color:#495057;margin-bottom:1.3rem}
.whychoose-approach-highlights{display:flex;flex-direction:column;gap:1.2rem;margin-top:2rem}
.whychoose-highlight-item{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem;background:#F6FAF9;border-radius:8px;border-left:4px solid #2CAB87;transition:all .3s ease}
.whychoose-highlight-item:hover{transform:translateX(8px);box-shadow:0 4px 16px #2cab8726}
.whychoose-highlight-icon{width:48px;height:48px;background:linear-gradient(135deg,#2CAB87 0%,#1E384E 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.3rem;flex-shrink:0}
.whychoose-highlight-text{flex:1}
.whychoose-highlight-text strong{display:block;color:#1E384E;font-size:1.1rem;margin-bottom:.3rem}
.whychoose-highlight-text span{color:#495057;font-size:.95rem;line-height:1.5}
.whychoose-difference-section{background:linear-gradient(135deg,#1E384E 0%,#2d4f68 100%);padding:5rem 0;position:relative;overflow:hidden}
.whychoose-difference-section::after{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#2cab8726 0%,transparent 70%);border-radius:50%}
.whychoose-difference-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}
.whychoose-difference-header{text-align:center;margin-bottom:4rem}
.whychoose-difference-header h2{font-size:2.4rem;color:#fff;margin-bottom:1rem;font-weight:700}
.whychoose-difference-header p{font-size:1.1rem;color:#F6FAF9;max-width:680px;margin:0 auto}
.whychoose-difference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.whychoose-difference-card{background:#f6faf90d;border:2px solid #2cab8733;border-radius:12px;padding:2.5rem 2rem;text-align:center;transition:all .4s ease;backdrop-filter:blur(10px)}
.whychoose-difference-card:hover{background:#f6faf91a;border-color:#2CAB87;transform:translateY(-8px);box-shadow:0 12px 32px #2cab8740}
.whychoose-difference-number{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#2CAB87 0%,#F6FAF9 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;line-height:1}
.whychoose-difference-card h3{font-size:1.3rem;color:#fff;margin-bottom:1rem;font-weight:600}
.whychoose-difference-card p{font-size:.98rem;color:#F6FAF9;line-height:1.6;margin:0}
.whychoose-values-section{background:#f8f9fa;padding:5rem 0;position:relative}
.whychoose-values-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.whychoose-values-layout{display:grid;grid-template-columns:45% 55%;gap:3rem;align-items:center}
.whychoose-values-visual-wrapper{position:relative}
.whychoose-values-visual-wrapper img{width:100%;height:auto;border-radius:16px;box-shadow:0 20px 60px #1e384e2e}
.whychoose-values-decorative{position:absolute;bottom:-30px;right:-30px;width:180px;height:180px;background:linear-gradient(225deg,#2CAB87 0%,#2cab8766 100%);border-radius:50%;z-index:-1}
.whychoose-values-content h2{font-size:2.3rem;color:#1E384E;margin-bottom:2rem;font-weight:700}
.whychoose-values-content h2 span{color:#2CAB87;position:relative}
.whychoose-values-content h2 span::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:#2CAB87;opacity:.3}
.whychoose-values-list{display:flex;flex-direction:column;gap:1.8rem}
.whychoose-value-item{display:grid;grid-template-columns:70px 1fr;gap:1.5rem;align-items:start}
.whychoose-value-icon-box{width:70px;height:70px;background:linear-gradient(135deg,#2CAB87 0%,#1E384E 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;flex-shrink:0;box-shadow:0 4px 16px #2cab874d}
.whychoose-value-text h3{font-size:1.25rem;color:#1E384E;margin-bottom:.5rem;font-weight:600}
.whychoose-value-text p{font-size:.98rem;color:#495057;line-height:1.6;margin:0}
@media (max-width: 992px) {
.whychoose-hero-title{font-size:2.2rem}
.whychoose-approach-grid{grid-template-columns:1fr;gap:3rem}
.whychoose-approach-visual::before{width:100px;height:100px}
.whychoose-difference-grid{grid-template-columns:1fr;gap:1.5rem}
.whychoose-values-layout{grid-template-columns:1fr;gap:2.5rem}
.whychoose-values-decorative{width:120px;height:120px;bottom:-20px;right:-20px}
}
@media (max-width: 768px) {
.whychoose-hero-block{padding:3rem 0 2.5rem}
.whychoose-hero-title{font-size:1.8rem}
.whychoose-hero-text{font-size:1rem}
.whychoose-approach-section,.whychoose-difference-section,.whychoose-values-section{padding:3rem 0}
.whychoose-approach-content h2,.whychoose-difference-header h2,.whychoose-values-content h2{font-size:1.8rem}
.whychoose-highlight-item{padding:1rem}
.whychoose-highlight-icon{width:40px;height:40px;font-size:1.1rem}
.whychoose-difference-card{padding:2rem 1.5rem}
.whychoose-value-item{grid-template-columns:60px 1fr;gap:1rem}
.whychoose-value-icon-box{width:60px;height:60px;font-size:1.5rem}
}
.team-page-wrapper{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.7}
.team-hero-block{background:linear-gradient(135deg,#F6FAF9 0%,#fff 100%);padding:80px 20px;position:relative;overflow:hidden}
.team-hero-block::before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#2cab8714 0%,transparent 70%);border-radius:50%}
.team-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.team-hero-content h1{font-size:2.8rem;font-weight:700;color:#1E384E;margin-bottom:24px;line-height:1.2}
.team-hero-content h1::after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,#2CAB87 0%,#1E384E 100%);margin-top:20px}
.team-hero-content p{font-size:1.15rem;color:#495057;max-width:750px;margin-bottom:20px}
.team-expertise-grid{background:#fff;padding:90px 20px}
.team-expertise-container{max-width:1200px;margin:0 auto}
.team-expertise-intro{text-align:center;margin-bottom:60px}
.team-expertise-intro h2{font-size:2.3rem;color:#1E384E;font-weight:700;margin-bottom:18px;position:relative;display:inline-block}
.team-expertise-intro h2::before{content:"";position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#2CAB87}
.team-expertise-intro h2::after{content:"";position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#2CAB87}
.team-expertise-intro p{font-size:1.05rem;color:#495057;max-width:700px;margin:0 auto}
.team-grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:50px}
.team-specialty-card{background:#F6FAF9;padding:35px;border-radius:12px;border-left:5px solid #2CAB87;transition:all .3s ease;position:relative}
.team-specialty-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2cab8708 0%,transparent 100%);border-radius:12px;opacity:0;transition:opacity .3s ease}
.team-specialty-card:hover::before{opacity:1}
.team-specialty-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #1e384e1a}
.team-specialty-card h3{font-size:1.4rem;color:#1E384E;font-weight:600;margin-bottom:15px;display:flex;align-items:center}
.team-specialty-card h3::before{content:"→";color:#2CAB87;font-weight:700;margin-right:12px;font-size:1.6rem}
.team-specialty-card p{font-size:.98rem;color:#495057;line-height:1.65}
.team-visual-showcase{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:50px}
.team-showcase-image{border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #1e384e1f}
.team-showcase-image img{width:100%;height:340px;object-fit:cover;display:block;transition:transform .4s ease}
.team-showcase-image:hover img{transform:scale(1.05)}
.team-approach-section{background:linear-gradient(180deg,#fff 0%,#F6FAF9 100%);padding:90px 20px;position:relative}
.team-approach-section::before{content:"";position:absolute;top:0;left:0;width:100%;height:8px;background:linear-gradient(90deg,#2CAB87 0%,#1E384E 50%,#2CAB87 100%)}
.team-approach-wrapper{max-width:1100px;margin:0 auto}
.team-approach-header{text-align:center;margin-bottom:55px}
.team-approach-header h2{font-size:2.3rem;color:#1E384E;font-weight:700;margin-bottom:20px}
.team-approach-header p{font-size:1.08rem;color:#495057;max-width:680px;margin:0 auto}
.team-process-timeline{position:relative;padding-left:0}
.team-timeline-item{display:grid;grid-template-columns:80px 1fr;gap:30px;margin-bottom:45px;align-items:start}
.team-timeline-marker{width:70px;height:70px;background:linear-gradient(135deg,#2CAB87 0%,#1E384E 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:700;color:#fff;box-shadow:0 6px 20px #2cab874d;position:relative}
.team-timeline-content{background:#fff;padding:30px;border-radius:10px;border:2px solid #F6FAF9;transition:all .3s ease}
.team-timeline-content:hover{border-color:#2CAB87;box-shadow:0 8px 25px #1e384e14}
.team-timeline-content h3{font-size:1.35rem;color:#1E384E;font-weight:600;margin-bottom:12px}
.team-timeline-content p{font-size:.98rem;color:#495057;line-height:1.7;margin-bottom:0}
.team-cta-block{text-align:center;margin-top:60px;padding:45px;background:#fff;border-radius:12px;box-shadow:0 10px 35px #1e384e14}
.team-cta-block h3{font-size:1.8rem;color:#1E384E;font-weight:600;margin-bottom:20px}
.team-cta-block p{font-size:1.05rem;color:#495057;margin-bottom:28px;max-width:650px;margin-left:auto;margin-right:auto}
.team-cta-button{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#2CAB87 0%,#1E384E 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 6px 20px #2cab874d}
.team-cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #2cab8766;color:#fff}
@media (max-width: 768px) {
.team-hero-content h1{font-size:2rem}
.team-hero-content p{font-size:1rem}
.team-grid-layout{grid-template-columns:1fr;gap:25px}
.team-visual-showcase{grid-template-columns:1fr;gap:20px}
.team-showcase-image img{height:260px}
.team-expertise-intro h2::before,.team-expertise-intro h2::after{display:none}
.team-timeline-item{grid-template-columns:60px 1fr;gap:20px}
.team-timeline-marker{width:55px;height:55px;font-size:1.3rem}
.team-approach-header h2,.team-expertise-intro h2{font-size:1.8rem}
.team-cta-block{padding:30px 20px}
.team-cta-block h3{font-size:1.5rem}
}
.hero-finance-main{background:linear-gradient(135deg,#F6FAF9 0%,#fff 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.hero-finance-main::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:linear-gradient(45deg,#2cab8714 0%,transparent 70%);transform:rotate(-15deg);z-index:1}
.hero-content-wrapper{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.hero-finance-main h1{font-size:3.2rem;color:#1E384E;font-weight:700;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.02em}
.hero-finance-main h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#2CAB87 0%,transparent 100%);margin-top:1.2rem}
.hero-intro-text{font-size:1.25rem;color:#495057;line-height:1.7;margin-bottom:2.5rem;max-width:720px}
.hero-cta-button{display:inline-block;padding:1rem 2.5rem;background:#2CAB87;color:#fff;text-decoration:none;font-weight:600;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 12px #2cab8740;font-size:1.05rem}
.hero-cta-button:hover{background:#248f6f;transform:translateY(-2px);box-shadow:0 6px 20px #2cab8759;color:#fff}
.process-showcase-section{background:#fff;padding:5rem 2rem;position:relative}
.process-grid-container{max-width:1200px;margin:0 auto}
.process-section-title{font-size:2.5rem;color:#1E384E;font-weight:700;margin-bottom:3rem;text-align:center;position:relative}
.process-section-title::before{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:#2CAB87}
.process-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:4rem}
.process-card-item{background:#F6FAF9;padding:2.5rem 2rem;border-radius:8px;border-left:4px solid #2CAB87;transition:all .3s ease;position:relative}
.process-card-item:hover{transform:translateX(8px);box-shadow:0 8px 24px #1e384e1f}
.process-card-number{position:absolute;top:-20px;left:20px;background:#1E384E;color:#fff;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 4px 12px #1e384e33}
.process-card-item h3{color:#1E384E;font-size:1.4rem;margin-bottom:1rem;font-weight:600}
.process-card-item p{color:#495057;line-height:1.7;font-size:1rem}
.results-metrics-section{background:linear-gradient(165deg,#1E384E 0%,#2d4f6a 100%);padding:5rem 2rem;color:#fff;position:relative;clip-path:polygon(0 3%,100% 0,100% 97%,0 100%);margin:3rem 0}
.metrics-content-wrapper{max-width:1200px;margin:0 auto}
.metrics-intro-block{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:4rem}
.metrics-text-content h2{font-size:2.3rem;margin-bottom:1.5rem;font-weight:700;color:#fff}
.metrics-text-content p{font-size:1.1rem;line-height:1.8;color:#F6FAF9;opacity:.95}
.metrics-visual-image{border-radius:8px;overflow:hidden;box-shadow:0 12px 32px #0000004d}
.metrics-visual-image img{width:100%;height:350px;object-fit:cover;display:block}
.metrics-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
.metric-stat-box{text-align:center;padding:2rem 1.5rem;background:#f6faf91a;border-radius:8px;border:1px solid #2cab874d;transition:all .3s ease}
.metric-stat-box:hover{background:#2cab8726;transform:translateY(-4px)}
.metric-number{font-size:2.8rem;font-weight:700;color:#2CAB87;margin-bottom:.5rem;display:block}
.metric-label{font-size:1rem;color:#F6FAF9;opacity:.9}
.approach-methodology-section{background:#F6FAF9;padding:5rem 2rem}
.approach-container{max-width:1200px;margin:0 auto}
.approach-header{text-align:center;margin-bottom:4rem}
.approach-header h2{font-size:2.5rem;color:#1E384E;font-weight:700;margin-bottom:1.2rem}
.approach-header p{font-size:1.15rem;color:#495057;line-height:1.7;max-width:750px;margin:0 auto}
.approach-content-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start}
.approach-details-list{display:flex;flex-direction:column;gap:2rem}
.approach-item-block{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 12px #1e384e14;border-top:3px solid #2CAB87;transition:all .3s ease}
.approach-item-block:hover{box-shadow:0 8px 24px #1e384e26;transform:translateY(-3px)}
.approach-item-block h3{color:#1E384E;font-size:1.35rem;margin-bottom:.8rem;font-weight:600}
.approach-item-block h3::before{content:'→';color:#2CAB87;margin-right:.8rem;font-weight:700}
.approach-item-block p{color:#495057;line-height:1.7;font-size:1rem}
.approach-visual-side img{width:100%;height:500px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #1e384e26}
.client-stories-section{background:#fff;padding:5rem 2rem}
.stories-wrapper{max-width:1200px;margin:0 auto}
.stories-section-header{text-align:center;margin-bottom:4rem}
.stories-section-header h2{font-size:2.5rem;color:#1E384E;font-weight:700;margin-bottom:1rem;position:relative;display:inline-block}
.stories-section-header h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:70px;height:3px;background:linear-gradient(90deg,#2CAB87,#1E384E)}
.stories-grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:3rem}
.story-card-box{background:linear-gradient(135deg,#F6FAF9 0%,#fff 100%);padding:2.5rem;border-radius:8px;box-shadow:0 4px 16px #1e384e1a;position:relative;overflow:hidden}
.story-card-box::before{content:'"';position:absolute;top:-20px;left:20px;color:#2cab871a;font:8rem/1 Georgia,serif}
.story-client-name{font-weight:700;color:#1E384E;font-size:1.2rem;margin-bottom:.5rem}
.story-client-context{color:#2CAB87;font-size:.95rem;margin-bottom:1.5rem;font-weight:500}
.story-testimonial-text{color:#495057;line-height:1.8;font-size:1.05rem;font-style:italic;position:relative;z-index:1}
.stories-visual-showcase{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}
.showcase-image-block img{width:100%;height:280px;object-fit:cover;border-radius:8px;box-shadow:0 6px 20px #1e384e1f;transition:all .3s ease}
.showcase-image-block img:hover{transform:scale(1.03);box-shadow:0 10px 30px #1e384e2e}
@media (max-width: 768px) {
.hero-finance-main{padding:3rem 1.5rem 2.5rem}
.hero-finance-main h1{font-size:2.2rem}
.hero-intro-text{font-size:1.1rem}
.process-grid-layout{grid-template-columns:1fr;gap:3rem}
.process-card-item{padding-top:3rem}
.metrics-intro-block{grid-template-columns:1fr;gap:2rem}
.metrics-stats-grid{grid-template-columns:1fr;gap:1.5rem}
.approach-content-grid{grid-template-columns:1fr}
.approach-visual-side img{height:350px}
.stories-grid-layout{grid-template-columns:1fr;gap:2rem}
.stories-visual-showcase{grid-template-columns:1fr}
.results-metrics-section{clip-path:polygon(0 2%,100% 0,100% 98%,0 100%)}
}
.contact-gateway-2025{background:linear-gradient(135deg,#F6FAF9 0%,#fff 100%);min-height:100vh}
.contact-gateway-2025 .container{max-width:1200px;margin:0 auto;padding:0 20px}
.intro-statement-block{padding:80px 0 60px;text-align:center}
.intro-statement-block h1{font-size:2.8rem;color:#1E384E;font-weight:700;margin:0 0 24px;line-height:1.2}
.intro-statement-block .subtext-description{font-size:1.15rem;color:#495057;max-width:720px;margin:0 auto 48px;line-height:1.7}
.dual-approach-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:60px 0;align-items:start}
.form-pathway-container{background:#fff;padding:48px;border-radius:8px;box-shadow:0 4px 20px #1e384e14}
.form-pathway-container h2{font-size:1.8rem;color:#1E384E;margin:0 0 12px;font-weight:600}
.form-pathway-container .form-intro-text{font-size:.95rem;color:#495057;margin:0 0 32px;line-height:1.6}
.custom-input-field{margin-bottom:28px}
.custom-input-field label{display:block;font-size:.9rem;color:#1E384E;margin-bottom:8px;font-weight:500}
.custom-input-field input,.custom-input-field select,.custom-input-field textarea{width:100%;padding:14px 16px;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;color:#212529;background:#F6FAF9;transition:all .3s ease}
.custom-input-field input:focus,.custom-input-field select:focus,.custom-input-field textarea:focus{outline:none;border-color:#2CAB87;background:#fff}
.custom-input-field textarea{min-height:140px;resize:vertical;font-family:inherit}
.consent-acknowledgment-box{margin:32px 0;padding:18px;background:#F6FAF9;border-radius:6px;border-left:4px solid #2CAB87}
.consent-acknowledgment-box label{display:flex;align-items:start;cursor:pointer;font-size:.9rem;color:#495057;line-height:1.6}
.consent-acknowledgment-box input[type="checkbox"]{margin-right:12px;margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.consent-acknowledgment-box a{color:#2CAB87;text-decoration:none;font-weight:500}
.consent-acknowledgment-box a:hover{text-decoration:underline}
.submit-pathway-btn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#2CAB87 0%,#1E384E 100%);color:#fff;border:none;border-radius:6px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #2cab874d}
.submit-pathway-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2cab8766}
.direct-channels-container{display:flex;flex-direction:column;gap:32px}
.channel-card-item{background:#fff;padding:36px;border-radius:8px;box-shadow:0 4px 20px #1e384e14;border-left:5px solid #2CAB87;transition:all .3s ease}
.channel-card-item:hover{transform:translateX(8px);box-shadow:0 6px 24px #1e384e1f}
.channel-card-item h3{font-size:1.4rem;color:#1E384E;margin:0 0 16px;font-weight:600}
.channel-card-item .channel-detail-line{font-size:1rem;color:#495057;margin:12px 0;line-height:1.6}
.channel-card-item .channel-detail-line strong{color:#1E384E;font-weight:600}
.channel-card-item .timing-note{font-size:.88rem;color:#6c757d;margin-top:16px;padding-top:16px;border-top:1px solid #e9ecef;font-style:italic}
.location-context-section{padding:80px 0;background:linear-gradient(180deg,#fff 0%,#F6FAF9 100%)}
.location-inner-wrapper{max-width:900px;margin:0 auto;text-align:center}
.location-inner-wrapper h2{font-size:2.2rem;color:#1E384E;margin:0 0 20px;font-weight:700}
.location-inner-wrapper .location-intro-paragraph{font-size:1.05rem;color:#495057;margin:0 0 48px;line-height:1.7}
.address-display-block{background:#fff;padding:48px;border-radius:8px;box-shadow:0 4px 20px #1e384e14;text-align:left}
.address-display-block .address-line-item{font-size:1.1rem;color:#343a40;margin:14px 0;line-height:1.8;display:flex;align-items:center}
.address-display-block .address-line-item::before{content:"";width:6px;height:6px;background:#2CAB87;border-radius:50%;margin-right:16px;flex-shrink:0}
.address-display-block .context-note-text{font-size:.95rem;color:#6c757d;margin-top:32px;padding-top:28px;border-top:2px solid #F6FAF9;line-height:1.6}
@media (max-width: 992px) {
.dual-approach-wrapper{grid-template-columns:1fr;gap:48px}
.intro-statement-block h1{font-size:2.2rem}
.form-pathway-container,.address-display-block{padding:36px}
}
@media (max-width: 768px) {
.intro-statement-block{padding:60px 0 40px}
.intro-statement-block h1{font-size:1.9rem}
.intro-statement-block .subtext-description{font-size:1rem}
.form-pathway-container,.channel-card-item,.address-display-block{padding:28px}
.location-context-section{padding:60px 0}
.location-inner-wrapper h2{font-size:1.8rem}
.dual-approach-wrapper{padding:40px 0}
}
@media (max-width: 480px) {
.intro-statement-block h1{font-size:1.6rem}
.form-pathway-container h2,.channel-card-item h3{font-size:1.4rem}
.submit-pathway-btn{font-size:1rem;padding:14px 24px}
}
.apropos-hero-section{background:linear-gradient(135deg,#F6FAF9 0%,#fff 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.apropos-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:linear-gradient(45deg,#2cab870d 0%,transparent 70%);transform:rotate(-15deg);z-index:1}
.apropos-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.apropos-hero-title{font-size:3.2rem;color:#1E384E;font-weight:700;margin-bottom:1.5rem;line-height:1.2}
.apropos-hero-title::after{content:'';display:block;width:80px;height:4px;background:#2CAB87;margin-top:1.5rem}
.apropos-hero-text{font-size:1.25rem;color:#495057;line-height:1.7;max-width:800px;margin-bottom:2rem}
.apropos-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;margin-top:3rem}
.apropos-stat-item{text-align:center;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #1e384e14}
.apropos-stat-number{font-size:2.5rem;color:#2CAB87;font-weight:700;display:block;margin-bottom:.5rem}
.apropos-stat-label{font-size:.95rem;color:#495057;font-weight:500}
.apropos-histoire-section{background:#fff;padding:5rem 2rem}
.apropos-histoire-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.apropos-histoire-visual{position:relative}
.apropos-histoire-img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 12px 32px #1e384e26}
.apropos-histoire-content h2{font-size:2.5rem;color:#1E384E;font-weight:700;margin-bottom:1.5rem;position:relative;padding-left:1.5rem}
.apropos-histoire-content h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:70%;background:#2CAB87;border-radius:3px}
.apropos-histoire-content p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1.5rem}
.apropos-histoire-highlight{background:#F6FAF9;padding:1.5rem;border-left:4px solid #2CAB87;margin:2rem 0;border-radius:4px}
.apropos-histoire-highlight p{margin-bottom:0;color:#1E384E;font-weight:500}
.apropos-valeurs-section{background:linear-gradient(180deg,#F6FAF9 0%,#fff 100%);padding:5rem 2rem;position:relative}
.apropos-valeurs-wrapper{max-width:1200px;margin:0 auto}
.apropos-valeurs-header{text-align:center;margin-bottom:4rem}
.apropos-valeurs-header h2{font-size:2.8rem;color:#1E384E;font-weight:700;margin-bottom:1rem}
.apropos-valeurs-header p{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.apropos-valeurs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}
.apropos-valeur-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 16px #1e384e1a;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.apropos-valeur-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #1e384e26}
.apropos-valeur-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#2CAB87 0%,#1E384E 100%);border-radius:12px 12px 0 0}
.apropos-valeur-icon{width:60px;height:60px;background:linear-gradient(135deg,#2CAB87 0%,#1E384E 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.8rem;color:#fff}
.apropos-valeur-card h3{font-size:1.5rem;color:#1E384E;font-weight:700;margin-bottom:1rem}
.apropos-valeur-card p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:0}
.apropos-approche-section{background:#fff;padding:5rem 2rem}
.apropos-approche-container{max-width:1400px;margin:0 auto}
.apropos-approche-intro{text-align:center;max-width:800px;margin:0 auto 4rem}
.apropos-approche-intro h2{font-size:2.6rem;color:#1E384E;font-weight:700;margin-bottom:1.5rem}
.apropos-approche-intro p{font-size:1.1rem;color:#495057;line-height:1.8}
.apropos-approche-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.apropos-approche-steps{display:flex;flex-direction:column;gap:2rem}
.apropos-step-item{display:flex;gap:1.5rem;align-items:flex-start}
.apropos-step-number{min-width:70px;height:70px;background:linear-gradient(135deg,#1E384E 0%,#2CAB87 100%);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;box-shadow:0 4px 12px #1e384e33}
.apropos-step-content{flex:1;padding-top:.5rem}
.apropos-step-content h3{font-size:1.4rem;color:#1E384E;font-weight:700;margin-bottom:.75rem}
.apropos-step-content p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:0}
.apropos-approche-visuals{display:grid;grid-template-columns:1fr;gap:2rem}
.apropos-approche-img{width:100%;height:280px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #1e384e1f}
.apropos-engagement-section{background:linear-gradient(135deg,#1E384E 0%,#2CAB87 100%);padding:5rem 2rem;position:relative;overflow:hidden}
.apropos-engagement-section::before{content:'';position:absolute;top:-30%;left:-10%;width:500px;height:500px;background:#ffffff0d;border-radius:50%}
.apropos-engagement-section::after{content:'';position:absolute;bottom:-20%;right:-5%;width:400px;height:400px;background:#ffffff08;border-radius:50%}
.apropos-engagement-wrapper{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.apropos-engagement-content{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}
.apropos-engagement-text h2{font-size:2.8rem;color:#fff;font-weight:700;margin-bottom:1.5rem;line-height:1.2}
.apropos-engagement-text p{font-size:1.15rem;color:#F6FAF9;line-height:1.8;margin-bottom:1.5rem}
.apropos-engagement-cta{display:flex;gap:1.5rem;margin-top:2.5rem;flex-wrap:wrap}
.apropos-btn-primary{background:#fff;color:#1E384E;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block;box-shadow:0 4px 12px #00000026}
.apropos-btn-primary:hover{background:#F6FAF9;transform:translateY(-2px);box-shadow:0 6px 16px #0003}
.apropos-btn-secondary{background:none;color:#fff;padding:1rem 2.5rem;border:2px solid #fff;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block}
.apropos-btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}
.apropos-engagement-image{position:relative}
.apropos-engagement-img{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 12px 32px #0000004d}
@media (max-width: 992px) {
.apropos-hero-title{font-size:2.5rem}
.apropos-histoire-container{grid-template-columns:1fr;gap:3rem}
.apropos-valeurs-grid{grid-template-columns:1fr;gap:2rem}
.apropos-approche-content{grid-template-columns:1fr}
.apropos-engagement-content{grid-template-columns:1fr;gap:3rem}
}
@media (max-width: 768px) {
.apropos-hero-section{padding:3rem 1.5rem 2.5rem}
.apropos-hero-title{font-size:2rem}
.apropos-hero-text{font-size:1.1rem}
.apropos-stat-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}
.apropos-histoire-section,.apropos-valeurs-section,.apropos-approche-section,.apropos-engagement-section{padding:3rem 1.5rem}
.apropos-histoire-img,.apropos-approche-img,.apropos-engagement-img{height:250px}
.apropos-valeurs-header h2,.apropos-approche-intro h2,.apropos-engagement-text h2{font-size:2rem}
.apropos-engagement-cta{flex-direction:column}
.apropos-btn-primary,.apropos-btn-secondary{text-align:center;width:100%}
}
.doc-main-wrapper{background:linear-gradient(135deg,#F6FAF9 0%,#fff 100%);padding:0;margin:0}
.doc-hero-area{background:linear-gradient(165deg,#1E384E 0%,#2CAB87 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.doc-hero-area::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#f6faf91a;border-radius:50%;z-index:1}
.doc-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.doc-hero-title{font-size:3.2rem;color:#F6FAF9;margin-bottom:24px;font-weight:700;line-height:1.2}
.doc-hero-subtitle{font-size:1.3rem;color:#F6FAF9;opacity:.95;max-width:720px;line-height:1.6;margin-bottom:0}
.doc-intro-section{background:#fff;padding:90px 20px;position:relative}
.doc-intro-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:start}
.doc-intro-text h2{font-size:2.4rem;color:#1E384E;margin-bottom:28px;font-weight:700;position:relative;padding-left:24px}
.doc-intro-text h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:40px;background:#2CAB87;border-radius:3px}
.doc-intro-text p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:20px}
.doc-intro-image{border-radius:12px;overflow:hidden;box-shadow:0 12px 40px #1e384e26;transform:translateY(20px)}
.doc-intro-image img{width:100%;height:420px;object-fit:cover;display:block}
.doc-categories-block{background:linear-gradient(180deg,#F6FAF9 0%,#fff 100%);padding:100px 20px;position:relative}
.doc-categories-wrapper{max-width:1200px;margin:0 auto}
.doc-categories-heading{text-align:center;margin-bottom:70px}
.doc-categories-heading h2{font-size:2.6rem;color:#1E384E;margin-bottom:18px;font-weight:700}
.doc-categories-heading p{font-size:1.15rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.doc-categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.doc-category-card{background:#fff;border:2px solid #F6FAF9;border-radius:16px;padding:45px 32px;transition:all .3s ease;position:relative;overflow:hidden}
.doc-category-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#2CAB87 0%,#1E384E 100%);transform:scaleX(0);transition:transform .3s ease}
.doc-category-card:hover::before{transform:scaleX(1)}
.doc-category-card:hover{border-color:#2CAB87;box-shadow:0 8px 30px #2cab8733;transform:translateY(-5px)}
.doc-category-icon{width:64px;height:64px;background:linear-gradient(135deg,#2CAB87 0%,#1E384E 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:1.8rem;color:#F6FAF9}
.doc-category-card h3{font-size:1.5rem;color:#1E384E;margin-bottom:16px;font-weight:700}
.doc-category-card p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:0}
.doc-process-section{background:#fff;padding:95px 20px;position:relative}
.doc-process-container{max-width:1200px;margin:0 auto}
.doc-process-header{max-width:800px;margin-bottom:65px}
.doc-process-header h2{font-size:2.5rem;color:#1E384E;margin-bottom:22px;font-weight:700}
.doc-process-header p{font-size:1.1rem;color:#495057;line-height:1.75}
.doc-process-visual{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;align-items:center}
.doc-process-image-block{border-radius:16px;overflow:hidden;box-shadow:0 16px 50px #1e384e2e;position:relative}
.doc-process-image-block::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 60%,#1e384e4d 100%);pointer-events:none}
.doc-process-image-block img{width:100%;height:480px;object-fit:cover;display:block}
.doc-process-steps{display:flex;flex-direction:column;gap:32px}
.doc-single-step{display:flex;gap:24px;align-items:start;padding:28px;background:#F6FAF9;border-radius:12px;border-left:5px solid #2CAB87;transition:all .3s ease}
.doc-single-step:hover{background:#fff;box-shadow:0 6px 24px #2cab8726;transform:translateX(8px)}
.doc-step-number{width:52px;height:52px;background:linear-gradient(135deg,#1E384E 0%,#2CAB87 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:#F6FAF9;flex-shrink:0}
.doc-step-content h4{font-size:1.3rem;color:#1E384E;margin-bottom:10px;font-weight:700}
.doc-step-content p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:0}
.doc-features-display{background:linear-gradient(165deg,#1E384E 0%,#2CAB87 100%);padding:100px 20px;position:relative;overflow:hidden}
.doc-features-display::after{content:'';position:absolute;bottom:-40%;left:-15%;width:500px;height:500px;background:#f6faf914;border-radius:50%}
.doc-features-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.doc-features-top h2{font-size:2.7rem;color:#F6FAF9;text-align:center;margin-bottom:60px;font-weight:700}
.doc-features-layout{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}
.doc-features-image-side{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d}
.doc-features-image-side img{width:100%;height:500px;object-fit:cover;display:block}
.doc-features-list{display:flex;flex-direction:column;gap:28px}
.doc-feature-item{background:#f6faf9f2;padding:32px;border-radius:12px;border-left:6px solid #2CAB87;transition:all .3s ease}
.doc-feature-item:hover{background:#fff;transform:translateX(-8px);box-shadow:0 8px 30px #0003}
.doc-feature-item h3{font-size:1.4rem;color:#1E384E;margin-bottom:12px;font-weight:700;display:flex;align-items:center;gap:12px}
.doc-feature-item h3::before{content:'';width:28px;height:28px;background:#2CAB87;color:#F6FAF9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}
.doc-feature-item p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:0}
.doc-contact-finale{background:#fff;padding:100px 20px;position:relative}
.doc-contact-finale::before{content:'';position:absolute;top:0;left:0;width:100%;height:8px;background:linear-gradient(90deg,#1E384E 0%,#2CAB87 50%,#1E384E 100%)}
.doc-contact-wrapper{max-width:900px;margin:0 auto;text-align:center}
.doc-contact-wrapper h2{font-size:2.6rem;color:#1E384E;margin-bottom:24px;font-weight:700;position:relative;display:inline-block}
.doc-contact-wrapper h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#2CAB87;border-radius:2px}
.doc-contact-wrapper p{font-size:1.15rem;color:#495057;line-height:1.8;margin-bottom:45px;margin-top:35px}
.doc-contact-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:50px}
.doc-info-card{background:#F6FAF9;padding:35px 25px;border-radius:12px;transition:all .3s ease;border:2px solid transparent}
.doc-info-card:hover{border-color:#2CAB87;background:#fff;box-shadow:0 8px 28px #2cab8726;transform:translateY(-5px)}
.doc-info-card-icon{font-size:2.2rem;margin-bottom:18px}
.doc-info-card h4{font-size:1.2rem;color:#1E384E;margin-bottom:12px;font-weight:700}
.doc-info-card p{font-size:.95rem;color:#495057;margin-bottom:0;line-height:1.6}
.doc-cta-button{display:inline-block;background:linear-gradient(135deg,#2CAB87 0%,#1E384E 100%);color:#F6FAF9;padding:18px 50px;border-radius:50px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 24px #2cab874d;position:relative;z-index:10}
.doc-cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 35px #2cab8766;color:#F6FAF9}
@media (max-width: 992px) {
.doc-hero-title{font-size:2.4rem}
.doc-hero-subtitle{font-size:1.1rem}
.doc-intro-container{grid-template-columns:1fr;gap:40px}
.doc-intro-image{transform:translateY(0)}
.doc-categories-grid{grid-template-columns:repeat(2,1fr);gap:28px}
.doc-process-visual{grid-template-columns:1fr;gap:40px}
.doc-features-layout{grid-template-columns:1fr;gap:40px}
.doc-contact-info-grid{grid-template-columns:1fr;gap:25px}
}
@media (max-width: 768px) {
.doc-hero-area{padding:80px 20px 60px}
.doc-hero-title{font-size:2rem}
.doc-hero-subtitle{font-size:1rem}
.doc-intro-section{padding:60px 20px}
.doc-intro-text h2{font-size:1.9rem}
.doc-categories-block{padding:70px 20px}
.doc-categories-heading h2{font-size:2rem}
.doc-categories-grid{grid-template-columns:1fr}
.doc-process-section{padding:70px 20px}
.doc-process-header h2{font-size:2rem}
.doc-single-step{flex-direction:column;gap:16px}
.doc-step-number{width:48px;height:48px;font-size:1.2rem}
.doc-features-display{padding:70px 20px}
.doc-features-top h2{font-size:2rem}
.doc-contact-finale{padding:70px 20px}
.doc-contact-wrapper h2{font-size:2rem}
.doc-process-image-block img,.doc-features-image-side img,.doc-intro-image img{height:320px}
}
.cp-main-wrapper{background:linear-gradient(135deg,#F6FAF9 0%,#fff 100%);min-height:100vh;padding:0;margin:0}
.cp-hero-block{background:linear-gradient(165deg,#1E384E 0%,#2CAB87 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.cp-hero-block::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:#f6faf90d;transform:rotate(25deg);pointer-events:none}
.cp-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.cp-hero-intro{color:#F6FAF9;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;font-weight:300;letter-spacing:.3px}
.cp-hero-title{color:#fff;font-size:2.8rem;font-weight:700;margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.5px}
.cp-hero-subtitle{color:#F6FAF9;font-size:1.25rem;line-height:1.7;margin:0;font-weight:400;opacity:.95}
.cp-content-container{max-width:1400px;margin:0 auto;padding:0}
.cp-narrative-section{padding:4rem 2rem;background:#fff;border-bottom:1px solid #1e384e14}
.cp-narrative-block{max-width:1100px;margin:0 auto}
.cp-section-marker{display:inline-block;color:#2CAB87;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1.5rem;position:relative;padding-left:2.5rem}
.cp-section-marker::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:30px;height:2px;background:#2CAB87}
.cp-narrative-heading{font-size:2.2rem;color:#1E384E;font-weight:700;margin:0 0 2rem;line-height:1.3}
.cp-text-flow{color:#343a40;font-size:1.05rem;line-height:1.85;margin-bottom:1.8rem}
.cp-text-flow:last-child{margin-bottom:0}
.cp-highlight-term{color:#1E384E;font-weight:600;position:relative;padding-bottom:2px}
.cp-highlight-term::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#2CAB87 0%,#2cab874d 100%)}
.cp-grid-layout{padding:4.5rem 2rem;background:#F6FAF9}
.cp-grid-inner{max-width:1100px;margin:0 auto}
.cp-grid-header{margin-bottom:3.5rem;text-align:center}
.cp-grid-title{font-size:2rem;color:#1E384E;font-weight:700;margin:0 0 1rem}
.cp-grid-subtitle{font-size:1.1rem;color:#495057;line-height:1.6;max-width:700px;margin:0 auto}
.cp-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.cp-grid-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #1e384e0f;transition:all .3s ease;border-top:3px solid #2CAB87}
.cp-grid-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1e384e1f}
.cp-card-label{font-size:1.3rem;color:#1E384E;font-weight:600;margin:0 0 1rem;line-height:1.3}
.cp-card-description{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.cp-dual-column{padding:4rem 2rem;background:#fff}
.cp-dual-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.cp-column-left{padding-right:1rem}
.cp-column-right{padding-left:1rem}
.cp-column-heading{font-size:1.9rem;color:#1E384E;font-weight:700;margin:0 0 1.5rem;line-height:1.3;position:relative;padding-bottom:1rem}
.cp-column-heading::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:#2CAB87}
.cp-column-text{font-size:1.05rem;color:#343a40;line-height:1.8;margin-bottom:1.5rem}
.cp-detail-list{list-style:none;padding:0;margin:2rem 0 0}
.cp-detail-item{padding:1rem 0 1rem 2.5rem;position:relative;font-size:1rem;color:#495057;line-height:1.7;border-bottom:1px solid #1e384e0f}
.cp-detail-item:last-child{border-bottom:none}
.cp-detail-item::before{content:'→';position:absolute;left:0;top:1rem;color:#2CAB87;font-size:1.3rem;font-weight:700}
.cp-technical-section{padding:4.5rem 2rem;background:linear-gradient(180deg,#F6FAF9 0%,#fff 100%)}
.cp-technical-wrapper{max-width:1100px;margin:0 auto}
.cp-technical-intro{margin-bottom:3rem}
.cp-technical-headline{font-size:2.1rem;color:#1E384E;font-weight:700;margin:0 0 1.2rem;line-height:1.3}
.cp-technical-lead{font-size:1.1rem;color:#495057;line-height:1.7;margin:0}
.cp-specs-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:2.5rem}
.cp-spec-block{background:#fff;padding:2.5rem;border-radius:6px;border-left:4px solid #2CAB87;box-shadow:0 2px 12px #1e384e14}
.cp-spec-title{font-size:1.4rem;color:#1E384E;font-weight:600;margin:0 0 1.5rem}
.cp-spec-content{font-size:1rem;color:#495057;line-height:1.8;margin:0}
.cp-divider-wave{height:60px;background:#fff;position:relative;overflow:hidden}
.cp-divider-wave::before{content:'';position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(90deg,transparent 0%,#2CAB87 50%,transparent 100%);opacity:.1;clip-path:polygon(0 50%,10% 30%,20% 40%,30% 20%,40% 35%,50% 10%,60% 25%,70% 15%,80% 30%,90% 20%,100% 40%,100% 100%,0 100%)}
.cp-control-section{padding:4rem 2rem;background:#fff}
.cp-control-wrapper{max-width:1100px;margin:0 auto}
.cp-control-header{margin-bottom:3rem}
.cp-control-title{font-size:2rem;color:#1E384E;font-weight:700;margin:0 0 1.2rem;line-height:1.3}
.cp-control-intro{font-size:1.1rem;color:#495057;line-height:1.7;margin:0}
.cp-toggle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}
.cp-toggle-card{background:#F6FAF9;padding:2rem;border-radius:6px;border:2px solid #2cab8733;transition:all .3s ease}
.cp-toggle-card:hover{border-color:#2CAB87;box-shadow:0 4px 16px #2cab8726}
.cp-toggle-name{font-size:1.3rem;color:#1E384E;font-weight:600;margin:0 0 1rem}
.cp-toggle-info{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.cp-contact-zone{padding:4.5rem 2rem;background:linear-gradient(135deg,#1E384E 0%,#2CAB87 100%);position:relative;overflow:hidden}
.cp-contact-zone::after{content:'';position:absolute;bottom:-30%;left:-10%;width:50%;height:80%;background:#f6faf90d;border-radius:50%;pointer-events:none}
.cp-contact-inner{max-width:800px;margin:0 auto;position:relative;z-index:2;text-align:center}
.cp-contact-label{color:#F6FAF9;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;opacity:.9}
.cp-contact-message{font-size:1.8rem;color:#fff;font-weight:600;margin:0 0 2.5rem;line-height:1.4}
.cp-info-cluster{display:flex;flex-direction:column;gap:1.2rem;align-items:center}
.cp-info-line{color:#F6FAF9;font-size:1.05rem;margin:0;line-height:1.6}
.cp-info-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s ease}
.cp-info-link:hover{opacity:.8}
@media (max-width: 768px) {
.cp-hero-block{padding:3rem 1.5rem 2.5rem}
.cp-hero-title{font-size:2rem}
.cp-hero-subtitle{font-size:1.1rem}
.cp-narrative-section{padding:3rem 1.5rem}
.cp-narrative-heading{font-size:1.8rem}
.cp-grid-layout{padding:3rem 1.5rem}
.cp-card-grid{grid-template-columns:1fr;gap:1.5rem}
.cp-dual-inner{grid-template-columns:1fr;gap:2.5rem}
.cp-column-left,.cp-column-right{padding:0}
.cp-technical-section{padding:3rem 1.5rem}
.cp-specs-container{grid-template-columns:1fr;gap:1.5rem}
.cp-control-section{padding:3rem 1.5rem}
.cp-toggle-grid{grid-template-columns:1fr}
.cp-contact-zone{padding:3rem 1.5rem}
.cp-contact-message{font-size:1.5rem}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#F6FAF9 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0}
.policy-hero-section{background:linear-gradient(165deg,#1E384E 0%,#2d4a62 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.policy-hero-section::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#2cab8726 0%,transparent 70%);border-radius:50%}
.policy-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.policy-main-title{font-size:2.8rem;font-weight:700;color:#fff;margin-bottom:20px;letter-spacing:-.5px}
.policy-intro-text{font-size:1.15rem;color:#F6FAF9;line-height:1.7;margin-bottom:15px}
.policy-update-info{display:inline-block;background:#2cab8733;color:#2CAB87;padding:8px 18px;border-radius:20px;font-size:.9rem;font-weight:600;margin-top:25px}
.policy-content-container{max-width:1400px;margin:0 auto;padding:60px 40px 80px}
.policy-section-block{background:#fff;border-radius:12px;padding:50px 60px;margin-bottom:35px;box-shadow:0 2px 12px #1e384e14;border-left:4px solid #2CAB87}
.policy-section-title{font-size:1.95rem;color:#1E384E;font-weight:700;margin-bottom:25px;position:relative;padding-bottom:15px}
.policy-section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#2CAB87 0%,transparent 100%)}
.policy-text-content{font-size:1.05rem;line-height:1.8;color:#343a40;margin-bottom:22px}
.policy-text-highlight{color:#1E384E;font-weight:600}
.policy-subsection-heading{font-size:1.45rem;color:#1E384E;font-weight:600;margin-top:35px;margin-bottom:18px;padding-left:20px;border-left:3px solid #2CAB87}
.policy-list-container{margin:25px 0;padding-left:10px}
.policy-list-item{position:relative;padding-left:35px;margin-bottom:18px;font-size:1.05rem;line-height:1.75;color:#495057}
.policy-list-item::before{content:'';position:absolute;left:0;top:9px;width:8px;height:8px;background:#2CAB87;border-radius:50%;box-shadow:0 0 0 3px #2cab8733}
.policy-emphasis-box{background:linear-gradient(135deg,#F6FAF9 0%,#fff 100%);border-left:4px solid #2CAB87;padding:30px 35px;margin:30px 0;border-radius:8px}
.policy-contact-section{background:linear-gradient(120deg,#1E384E 0%,#2d4a62 100%);border-radius:12px;padding:45px 50px;margin-top:50px;color:#fff}
.policy-contact-title{font-size:1.75rem;font-weight:700;margin-bottom:25px;color:#fff}
.policy-contact-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-top:25px}
.policy-contact-item{display:flex;flex-direction:column;gap:8px}
.policy-contact-label{font-size:.9rem;color:#2CAB87;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.policy-contact-value{font-size:1.1rem;color:#F6FAF9;line-height:1.6}
.policy-divider-wave{height:60px;background:linear-gradient(90deg,transparent 0%,#2CAB87 50%,transparent 100%);opacity:.1;margin:45px 0;clip-path:polygon(0 50%,10% 30%,20% 50%,30% 70%,40% 50%,50% 30%,60% 50%,70% 70%,80% 50%,90% 30%,100% 50%,100% 100%,0 100%)}
.policy-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin:30px 0}
.policy-category-card{background:#F6FAF9;padding:25px;border-radius:10px;border:2px solid #2cab8733;transition:all .3s ease}
.policy-category-card:hover{border-color:#2CAB87;transform:translateY(-3px);box-shadow:0 6px 20px #2cab8726}
.policy-category-label{font-size:1.2rem;color:#1E384E;font-weight:700;margin-bottom:12px}
.policy-category-description{font-size:1rem;color:#495057;line-height:1.7}
.policy-timeline-item{position:relative;padding-left:45px;margin-bottom:28px}
.policy-timeline-marker{position:absolute;left:0;top:5px;width:24px;height:24px;background:#2CAB87;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.8rem;box-shadow:0 0 0 4px #2cab8733}
.policy-timeline-content{font-size:1.05rem;line-height:1.75;color:#495057}
@media (max-width: 768px) {
.policy-main-title{font-size:2rem}
.policy-section-block{padding:35px 25px}
.policy-content-container{padding:40px 20px}
.policy-section-title{font-size:1.6rem}
.policy-contact-details{grid-template-columns:1fr}
.policy-category-grid{grid-template-columns:1fr}
}
.page-success-wrapper{background:linear-gradient(135deg,#F6FAF9 0%,#fff 50%,#f8f9fa 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;position:relative;overflow:hidden}
.page-success-wrapper::before{content:'';position:absolute;top:-10%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,#2cab8714 0%,transparent 70%);border-radius:50%;pointer-events:none}
.page-success-wrapper::after{content:'';position:absolute;bottom:-15%;left:-8%;width:500px;height:500px;background:radial-gradient(circle,#1e384e0d 0%,transparent 65%);border-radius:50%;pointer-events:none}
.success-content-container{max-width:720px;width:100%;background:#fff;border-radius:16px;box-shadow:0 8px 32px #1e384e14;padding:4rem 3rem;position:relative;z-index:2;border-top:4px solid #2CAB87}
.success-icon-holder{width:90px;height:90px;margin:0 auto 2.5rem;background:linear-gradient(135deg,#2CAB87 0%,#25967a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse-grow 2s ease-in-out infinite}
@keyframes pulse-grow {
0%,100%{transform:scale(1);box-shadow:0 0 0 0 #2cab8766}
50%{transform:scale(1.05);box-shadow:0 0 0 20px #2cab8700}
}
.success-icon-holder::before{content:'';font-size:48px;color:#fff;font-weight:700;line-height:1}
.success-main-heading{font-size:2.2rem;font-weight:700;color:#1E384E;text-align:center;margin:0 0 1.5rem;line-height:1.3}
.success-description-text{font-size:1.1rem;color:#495057;text-align:center;line-height:1.7;margin:0 0 2rem}
.success-timeline-info{background:#F6FAF9;border-left:3px solid #2CAB87;padding:1.5rem 1.8rem;margin:2rem 0;border-radius:8px}
.success-timeline-info p{font-size:.95rem;color:#343a40;line-height:1.6;margin:0 0 .8rem}
.success-timeline-info p:last-child{margin-bottom:0}
.success-next-steps-area{margin:2.5rem 0 0;padding-top:2rem;border-top:1px solid #e9ecef}
.success-steps-title{font-size:1.3rem;font-weight:600;color:#1E384E;margin:0 0 1.5rem;text-align:center}
.success-step-item{display:flex;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}
.success-step-number{flex-shrink:0;width:36px;height:36px;background:linear-gradient(135deg,#1E384E 0%,#2c4a61 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem}
.success-step-content p{margin:0;font-size:.98rem;color:#495057;line-height:1.6}
.success-actions-row{display:flex;gap:1rem;margin-top:2.5rem;flex-wrap:wrap;justify-content:center}
.success-btn-primary{display:inline-block;padding:.9rem 2rem;background:linear-gradient(135deg,#2CAB87 0%,#25967a 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 12px #2cab8740;position:relative;z-index:10}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2cab8759;color:#fff}
.success-btn-secondary{display:inline-block;padding:.9rem 2rem;background:none;color:#1E384E;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid #1E384E;cursor:pointer;position:relative;z-index:10}
.success-btn-secondary:hover{background:#1E384E;color:#fff;transform:translateY(-2px)}
.success-contact-details{text-align:center;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e9ecef}
.success-contact-title{font-size:1.05rem;font-weight:600;color:#1E384E;margin:0 0 1rem}
.success-contact-list{display:flex;flex-direction:column;gap:.6rem;align-items:center}
.success-contact-item{font-size:.95rem;color:#495057;display:flex;align-items:center;gap:.5rem}
.success-contact-item::before{content:'•';color:#2CAB87;font-weight:700;font-size:1.2rem}
@media (max-width: 768px) {
.page-success-wrapper{padding:2rem 1rem}
.success-content-container{padding:2.5rem 1.5rem}
.success-main-heading{font-size:1.7rem}
.success-description-text{font-size:1rem}
.success-icon-holder{width:75px;height:75px;margin-bottom:2rem}
.success-icon-holder::before{font-size:38px}
.success-actions-row{flex-direction:column;align-items:stretch}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center}
}