:root{--clr_prime:#7E6EB2;--clr_second:#A098BC;--clr_tert:#DDDBE8;--clr_bg_light:#fafbfc;--clr_bg_lighter:#fff;--clr_txt_dark:#212529;--clr_txt_mid:#495057;--clr_txt_soft:#6c757d;--clr_border:#e9ecef;--overlay_prime:#7e6eb2cc;--overlay_second:#a098bcb3;--transition_spd:.3s}
*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.65;color:var(--clr_txt_dark);background:var(--clr_bg_light);overflow-x:hidden}
::-webkit-scrollbar{width:11px;height:11px}
::-webkit-scrollbar-track{background:var(--clr_tert)}
::-webkit-scrollbar-thumb{background:var(--clr_second);border-radius:6px;border:2px solid var(--clr_tert)}
::-webkit-scrollbar-thumb:hover{background:var(--clr_prime)}
a{text-decoration:none;color:inherit;transition:color var(--transition_spd) ease,opacity var(--transition_spd) ease}
a:focus-visible{outline:2px solid var(--clr_prime);outline-offset:3px;border-radius:2px}
img{max-width:100%;height:auto;display:block}
.brand_unit_wrap{background:linear-gradient(135deg,var(--clr_bg_lighter) 0%,#dddbe859 100%);border-bottom:1px solid var(--clr_border);position:relative;z-index:100}
.brand_unit_inner{max-width:1340px;margin:0 auto;padding:15px 24px;display:inline-flex;align-items:center;gap:15px;flex-wrap:nowrap;width:100%}
.logo_anchor_box{display:inline-flex;align-items:center;flex-shrink:0;position:relative;z-index:10}
.logo_visual_asset{height:58px;width:58px;object-fit:contain}
.connector_dot{width:6px;height:6px;border-radius:50%;background:var(--clr_second);flex-shrink:0}
.company_title_text{font-size:clamp(1.1rem,2.2vw,1.35rem);font-weight:600;color:var(--clr_prime);letter-spacing:-.015em;white-space:nowrap}
.connector_line_elem{width:32px;height:2px;background:linear-gradient(90deg,var(--clr_second),var(--clr_tert));flex-shrink:0}
.tagline_descriptor{font-size:clamp(0.85rem,1.6vw,0.95rem);color:var(--clr_txt_mid);font-weight:400;white-space:nowrap}
.nav_zone_holder{margin-left:auto;display:inline-flex;gap:8px;align-items:center}
.nav_menu_list{list-style:none;display:inline-flex;gap:6px;align-items:center}
.nav_item_single a{display:inline-block;padding:9px 17px;font-size:.95rem;font-weight:500;color:var(--clr_txt_dark);border-radius:6px;background:transparent;transition:background var(--transition_spd) ease,color var(--transition_spd) ease;white-space:nowrap}
.nav_item_single a:hover{background:var(--overlay_second);color:var(--clr_bg_lighter)}
.nav_item_single a:focus-visible{outline:2px solid var(--clr_prime);outline-offset:2px}
@media (max-width: 1024px) {
.brand_unit_inner{flex-wrap:wrap;gap:12px;padding:18px 20px}
.connector_line_elem,.connector_dot{display:none}
.nav_zone_holder{width:100%;margin-left:0;justify-content:center}
.nav_menu_list{flex-wrap:wrap;justify-content:center;gap:5px}
.nav_item_single a{padding:8px 14px;font-size:.9rem}
}
@media (max-width: 640px) {
.brand_unit_inner{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
.logo_anchor_box{justify-content:center}
.company_title_text,.tagline_descriptor{white-space:normal}
.nav_menu_list{flex-direction:column;gap:4px;width:100%}
.nav_item_single{width:100%}
.nav_item_single a{width:100%;text-align:center;padding:11px 16px}
}
.footer_structure_wrap{background:linear-gradient(165deg,#7e6eb214 0%,#dddbe838 100%);border-top:2px solid var(--clr_tert);padding:38px 24px 26px;margin-top:60px;position:relative}
.footer_content_grid{max-width:1340px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr 1.3fr;gap:42px;margin-bottom:32px}
.footer_segment{display:flex;flex-direction:column;gap:14px}
.footer_heading_label{font-size:1.08rem;font-weight:600;color:var(--clr_prime);margin-bottom:6px;letter-spacing:-.01em}
.footer_text_block{font-size:.92rem;line-height:1.7;color:var(--clr_txt_mid)}
.footer_text_block strong{color:var(--clr_txt_dark);font-weight:600}
.footer_contact_line{display:flex;align-items:baseline;gap:8px;font-size:.92rem;color:var(--clr_txt_mid)}
.footer_contact_line a{color:var(--clr_prime);font-weight:500;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}
.footer_contact_line a:hover{opacity:.75}
.footer_links_cluster{display:flex;flex-direction:column;gap:9px}
.footer_links_cluster a{font-size:.92rem;color:var(--clr_txt_mid);transition:color var(--transition_spd) ease;display:inline-block}
.footer_links_cluster a:hover{color:var(--clr_prime)}
.footer_disclaimer_zone{max-width:1340px;margin:0 auto 28px;padding:20px 24px;background:#dddbe84d;border-left:4px solid var(--clr_prime);border-radius:4px}
.footer_disclaimer_text{font-size:.87rem;line-height:1.72;color:var(--clr_txt_soft);text-align:left}
.footer_bottom_bar{max-width:1340px;margin:0 auto;padding-top:22px;border-top:1px solid var(--clr_border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.footer_copyright_notice{font-size:.88rem;color:var(--clr_txt_soft)}
.footer_logo_mini{height:42px;width:42px;opacity:.75}
@media (max-width: 900px) {
.footer_content_grid{grid-template-columns:1fr;gap:32px}
.footer_bottom_bar{flex-direction:column;text-align:center}
}
.consent_modal_overlay{position:fixed;bottom:0;left:0;right:0;background:var(--clr_bg_lighter);border-top:3px solid var(--clr_prime);box-shadow:0 -6px 28px #7e6eb22e;padding:26px 28px;z-index:9999;transform:translateY(100%);opacity:0;transition:transform .4s ease,opacity .4s ease}
.consent_modal_overlay.visible_state{transform:translateY(0);opacity:1}
.consent_content_wrapper{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.consent_text_section{flex:1;min-width:0}
.consent_heading_title{font-size:1.12rem;font-weight:600;color:var(--clr_prime);margin-bottom:9px;letter-spacing:-.01em}
.consent_description_para{font-size:.93rem;line-height:1.6;color:var(--clr_txt_mid);margin-bottom:8px}
.consent_policy_link{color:var(--clr_prime);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;font-weight:500}
.consent_policy_link:hover{opacity:.75}
.consent_actions_group{display:flex;gap:12px;flex-shrink:0}
.consent_btn_primary,.consent_btn_secondary{padding:12px 26px;font-size:.95rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background var(--transition_spd) ease,opacity var(--transition_spd) ease;white-space:nowrap;min-width:140px}
.consent_btn_primary{background:var(--clr_prime);color:var(--clr_bg_lighter)}
.consent_btn_primary:hover{opacity:.85}
.consent_btn_primary:focus-visible{outline:3px solid var(--clr_second);outline-offset:2px}
.consent_btn_secondary{background:transparent;color:var(--clr_prime);border:2px solid var(--clr_prime)}
.consent_btn_secondary:hover{background:#7e6eb214}
.consent_btn_secondary:focus-visible{outline:3px solid var(--clr_second);outline-offset:2px}
@media (max-width: 768px) {
.consent_modal_overlay{padding:20px 18px}
.consent_content_wrapper{flex-direction:column;align-items:stretch}
.consent_actions_group{flex-direction:column;gap:10px}
.consent_btn_primary,.consent_btn_secondary{width:100%;min-height:48px;font-size:1rem}
.consent_description_para{font-size:.95rem}
}
@media (max-width: 480px) {
.consent_heading_title{font-size:1.05rem}
.consent_description_para{font-size:.92rem}
.consent_btn_primary,.consent_btn_secondary{padding:14px 20px}
}
.compliance-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.compliance-hero-section{background:linear-gradient(to right,#fff,#DDDBE8);padding:80px 20px 60px;position:relative;overflow:hidden}
.compliance-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7e6eb214,transparent 70%);border-radius:50%}
.compliance-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.compliance-hero-text h1{font-size:2.8rem;color:#212529;margin-bottom:24px;line-height:1.2;font-weight:700}
.compliance-hero-text p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:16px}
.compliance-hero-image img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #7e6eb226}
.compliance-framework-section{padding:90px 20px;background:#fff}
.framework-container{max-width:1400px;margin:0 auto}
.framework-intro{text-align:center;margin-bottom:70px}
.framework-intro h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.framework-intro p{font-size:1.1rem;color:#495057;max-width:800px;margin:0 auto;line-height:1.7}
.framework-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}
.framework-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:40px 30px;border-radius:16px;border:2px solid #DDDBE8;transition:all .3s ease;position:relative}
.framework-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(to bottom,#7E6EB2,#A098BC);border-radius:16px 0 0 16px;transition:height .4s ease}
.framework-card:hover::before{height:100%}
.framework-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #7e6eb233;border-color:#A098BC}
.framework-card h3{font-size:1.5rem;color:#7E6EB2;margin-bottom:18px;font-weight:600}
.framework-card p{font-size:1rem;color:#495057;line-height:1.6;margin-bottom:14px}
.framework-card ul{list-style:none;padding:0;margin:20px 0 0}
.framework-card ul li{font-size:.95rem;color:#343a40;padding:8px 0;padding-left:28px;position:relative;line-height:1.5}
.framework-card ul li::before{content:'';position:absolute;left:0;color:#7E6EB2;font-weight:700;font-size:1.1rem}
.framework-detailed-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000d;margin-top:50px}
.framework-detailed-table table{width:100%;border-collapse:collapse}
.framework-detailed-table thead{background:linear-gradient(135deg,#7E6EB2,#A098BC)}
.framework-detailed-table thead th{color:#fff;font-size:1.05rem;font-weight:600;padding:20px 24px;text-align:left;border-bottom:3px solid #DDDBE8}
.framework-detailed-table tbody tr{border-bottom:1px solid #f5f6fa;transition:background .2s ease}
.framework-detailed-table tbody tr:hover{background:#fafbfc}
.framework-detailed-table tbody tr:nth-child(even){background:#f8f9fa}
.framework-detailed-table tbody tr:nth-child(even):hover{background:#f5f6fa}
.framework-detailed-table tbody td{padding:20px 24px;color:#343a40;font-size:.98rem;line-height:1.6}
.framework-detailed-table tbody td:first-child{font-weight:600;color:#7E6EB2}
.compliance-process-section{padding:90px 20px;background:linear-gradient(to bottom,#fafbfc,#fff);position:relative}
.process-wrapper{max-width:1300px;margin:0 auto}
.process-header{margin-bottom:60px}
.process-header h2{font-size:2.4rem;color:#212529;margin-bottom:18px;font-weight:700}
.process-header p{font-size:1.1rem;color:#495057;line-height:1.7;max-width:900px}
.process-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:start}
.process-steps{display:flex;flex-direction:column;gap:35px}
.process-step-item{background:#fff;padding:35px;border-radius:14px;border-left:5px solid #DDDBE8;box-shadow:0 6px 25px #0000000a;transition:all .3s ease;position:relative}
.process-step-item:hover{border-left-color:#7E6EB2;box-shadow:0 10px 35px #7e6eb226;transform:translateX(8px)}
.process-step-number{display:inline-block;width:50px;height:50px;background:linear-gradient(135deg,#7E6EB2,#A098BC);color:#fff;border-radius:50%;text-align:center;line-height:50px;font-size:1.3rem;font-weight:700;margin-bottom:16px;box-shadow:0 4px 15px #7e6eb24d}
.process-step-item h3{font-size:1.4rem;color:#212529;margin-bottom:14px;font-weight:600}
.process-step-item p{font-size:1rem;color:#495057;line-height:1.6;margin-bottom:10px}
.process-visual-column{position:sticky;top:100px}
.process-image-card{background:#fff;padding:20px;border-radius:14px;box-shadow:0 8px 30px #0000000f;margin-bottom:30px}
.process-image-card img{width:100%;height:320px;object-fit:cover;border-radius:10px}
.process-experts{background:linear-gradient(135deg,#f8f9fa,#fff);padding:30px;border-radius:14px;border:2px solid #DDDBE8}
.process-experts h4{font-size:1.3rem;color:#7E6EB2;margin-bottom:24px;font-weight:600}
.expert-profile{display:flex;gap:18px;align-items:center;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #DDDBE8}
.expert-profile:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.expert-profile img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #A098BC}
.expert-info h5{font-size:1.1rem;color:#212529;margin-bottom:6px;font-weight:600}
.expert-info p{font-size:.92rem;color:#495057;line-height:1.5}
.compliance-cta-section{background:linear-gradient(135deg,#7E6EB2 0%,#A098BC 100%);padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.compliance-cta-section::before{content:'';position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:#ffffff0d;border-radius:50%}
.compliance-cta-section::after{content:'';position:absolute;bottom:-150px;right:-150px;width:500px;height:500px;background:#ffffff0d;border-radius:50%}
.cta-content-box{max-width:800px;margin:0 auto;position:relative;z-index:2}
.cta-content-box h2{font-size:2.2rem;color:#fff;margin-bottom:20px;font-weight:700}
.cta-content-box p{font-size:1.15rem;color:#fffffff2;line-height:1.7;margin-bottom:35px}
.cta-button-primary{display:inline-block;background:#fff;color:#7E6EB2;padding:18px 50px;border-radius:30px;font-size:1.1rem;font-weight:600;text-decoration:none;box-shadow:0 8px 25px #00000026;transition:all .3s ease}
.cta-button-primary:hover{transform:translateY(-4px);box-shadow:0 12px 35px #00000040;background:#f8f9fa}
@media (max-width: 1024px) {
.compliance-hero-content{grid-template-columns:1fr;gap:40px}
.compliance-hero-text h1{font-size:2.3rem}
.framework-grid{grid-template-columns:repeat(2,1fr);gap:30px}
.process-layout{grid-template-columns:1fr;gap:40px}
.process-visual-column{position:static}
}
@media (max-width: 768px) {
.compliance-hero-section{padding:60px 20px 40px}
.compliance-hero-text h1{font-size:1.9rem}
.compliance-hero-text p{font-size:1.05rem}
.compliance-hero-image img{height:320px}
.framework-grid{grid-template-columns:1fr;gap:25px}
.framework-intro h2,.process-header h2{font-size:1.9rem}
.framework-detailed-table{overflow-x:auto}
.framework-detailed-table table{min-width:600px}
.process-steps{gap:25px}
.process-step-item{padding:25px}
.process-image-card img{height:240px}
.cta-content-box h2{font-size:1.8rem}
.cta-content-box p{font-size:1.05rem}
}
@media (max-width: 480px) {
.compliance-hero-text h1{font-size:1.6rem}
.framework-card{padding:30px 20px}
.process-step-number{width:45px;height:45px;line-height:45px;font-size:1.15rem}
.cta-button-primary{padding:15px 35px;font-size:1rem}
}
.index-hero-wrap{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.index-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7e6eb214 0%,transparent 70%);border-radius:50%}
.hero-content-main{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-block h1{font-size:2.8rem;font-weight:700;color:#212529;line-height:1.2;margin-bottom:24px}
.hero-text-block p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:32px}
.hero-cta-btn{display:inline-block;background:#7E6EB2;color:#fff;padding:16px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #7e6eb233}
.hero-cta-btn:hover{background:#6d5c9e;transform:translateY(-2px);box-shadow:0 6px 20px #7e6eb24d}
.hero-image-block img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #00000014}
.approach-methodology-section{padding:80px 20px;background:#fff}
.approach-content-grid{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:50px;align-items:start}
.methodology-text-area h2{font-size:2.3rem;color:#212529;font-weight:700;margin-bottom:28px;line-height:1.3}
.methodology-text-area p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.methodology-visual-card{background:linear-gradient(160deg,#f8f9fa 0%,#DDDBE8 100%);padding:40px;border-radius:16px;box-shadow:0 6px 18px #0000000f}
.methodology-visual-card img{width:100%;height:auto;border-radius:8px;margin-bottom:20px}
.methodology-visual-card h3{font-size:1.4rem;color:#212529;font-weight:600;margin-bottom:12px}
.methodology-visual-card p{font-size:.95rem;color:#495057;line-height:1.6}
.compliance-process-wrap{background:#f5f6fa;padding:70px 20px;position:relative}
.compliance-inner-container{max-width:1140px;margin:0 auto}
.compliance-heading-center{text-align:center;margin-bottom:60px}
.compliance-heading-center h2{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:16px}
.compliance-heading-center p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.process-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.step-card-item{background:#fff;padding:36px 28px;border-radius:12px;box-shadow:0 4px 16px #0000000d;position:relative;transition:all .3s ease}
.step-card-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #7e6eb226}
.step-number-badge{width:50px;height:50px;background:linear-gradient(135deg,#7E6EB2 0%,#A098BC 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;margin-bottom:20px}
.step-card-item h3{font-size:1.3rem;color:#212529;font-weight:600;margin-bottom:14px}
.step-card-item p{font-size:.98rem;color:#495057;line-height:1.7}
.results-showcase-section{padding:80px 20px;background:#fff}
.results-showcase-layout{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.results-image-wrapper img{width:100%;height:auto;border-radius:16px;box-shadow:0 10px 30px #0000001a}
.results-text-content h2{font-size:2.3rem;color:#212529;font-weight:700;margin-bottom:24px;line-height:1.3}
.results-text-content p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:18px}
.results-metric-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:32px}
.metric-box{background:#f8f9fa;padding:24px;border-radius:10px;border-left:4px solid #7E6EB2}
.metric-box h4{font-size:1.8rem;color:#7E6EB2;font-weight:700;margin-bottom:8px}
.metric-box p{font-size:.95rem;color:#495057;margin:0}
.expertise-differentiation-block{background:linear-gradient(180deg,#fafbfc 0%,#fff 100%);padding:70px 20px}
.expertise-container-max{max-width:1140px;margin:0 auto}
.expertise-header-intro{text-align:center;margin-bottom:50px}
.expertise-header-intro h2{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:18px}
.expertise-header-intro p{font-size:1.08rem;color:#495057;line-height:1.7;max-width:750px;margin:0 auto}
.differentiation-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.diff-card-block{display:flex;gap:20px;align-items:start;padding:32px;background:#fff;border-radius:12px;box-shadow:0 3px 12px #0000000a;transition:all .3s ease}
.diff-card-block:hover{box-shadow:0 6px 20px #7e6eb21f}
.diff-icon-wrapper{flex-shrink:0}
.diff-icon-svg{width:48px;height:48px}
.diff-text-content h3{font-size:1.35rem;color:#212529;font-weight:600;margin-bottom:12px}
.diff-text-content p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.testimonial-experience-wrap{padding:80px 20px;background:#f8f9fa}
.testimonial-max-container{max-width:1140px;margin:0 auto}
.testimonial-section-title{text-align:center;margin-bottom:50px}
.testimonial-section-title h2{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:14px}
.testimonial-cards-layout{display:grid;grid-template-columns:1fr 1fr;gap:36px}
.testimonial-single-card{background:#fff;padding:40px;border-radius:14px;box-shadow:0 5px 18px #0000000f;display:flex;flex-direction:column;gap:24px}
.testimonial-profile-row{display:flex;gap:20px;align-items:center}
.testimonial-avatar img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #DDDBE8}
.testimonial-person-info h4{font-size:1.2rem;color:#212529;font-weight:600;margin-bottom:4px}
.testimonial-person-info p{font-size:.92rem;color:#7E6EB2;margin:0}
.testimonial-quote-text{font-size:1.02rem;color:#495057;line-height:1.8;font-style:italic}
.cta-final-section{background:linear-gradient(135deg,#7E6EB2 0%,#A098BC 100%);padding:70px 20px;text-align:center}
.cta-content-center{max-width:800px;margin:0 auto}
.cta-content-center h2{font-size:2.5rem;color:#fff;font-weight:700;margin-bottom:20px;line-height:1.3}
.cta-content-center p{font-size:1.15rem;color:#fff;margin-bottom:36px;line-height:1.7;opacity:.95}
.cta-button-primary{display:inline-block;background:#fff;color:#7E6EB2;padding:18px 42px;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 16px #00000026}
.cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 6px 24px #00000040;background:#f8f9fa}
@media (max-width: 992px) {
.hero-content-main{grid-template-columns:1fr;gap:40px}
.hero-text-block h1{font-size:2.2rem}
.approach-content-grid{grid-template-columns:1fr;gap:40px}
.process-steps-grid{grid-template-columns:1fr;gap:24px}
.results-showcase-layout{grid-template-columns:1fr;gap:40px}
.differentiation-grid{grid-template-columns:1fr;gap:24px}
.testimonial-cards-layout{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 768px) {
.index-hero-wrap{padding:60px 16px 40px}
.hero-text-block h1{font-size:1.9rem}
.hero-text-block p{font-size:1.05rem}
.methodology-text-area h2,.compliance-heading-center h2,.results-text-content h2,.expertise-header-intro h2,.testimonial-section-title h2{font-size:1.9rem}
.cta-content-center h2{font-size:2rem}
.results-metric-row{grid-template-columns:1fr;gap:16px}
.diff-card-block{flex-direction:column;padding:24px}
.testimonial-single-card{padding:28px}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.contact-hero-section{background:linear-gradient(165deg,#fff 0%,#DDDBE8 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#7e6eb214 0%,transparent 70%);border-radius:50%}
.contact-hero-content{max-width:720px;margin:0 auto;position:relative;z-index:2}
.contact-hero-title{font-size:2.8rem;color:#212529;margin:0 0 20px;font-weight:700;line-height:1.2}
.contact-hero-subtitle{font-size:1.15rem;color:#495057;line-height:1.7;margin:0}
.contact-details-section{padding:70px 20px;background:#fff}
.contact-details-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.contact-info-block{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:45px;border-radius:12px;border:2px solid #DDDBE8;box-shadow:0 4px 20px #7e6eb214}
.contact-info-title{font-size:1.6rem;color:#212529;margin:0 0 30px;font-weight:600}
.contact-info-item{margin-bottom:28px;display:flex;flex-direction:column}
.contact-info-item:last-child{margin-bottom:0}
.contact-info-label{font-size:.9rem;color:#7E6EB2;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}
.contact-info-value{font-size:1.05rem;color:#343a40;line-height:1.6}
.contact-info-value a{color:#7E6EB2;text-decoration:none;transition:color .3s ease}
.contact-info-value a:hover{color:#5d4d8a;text-decoration:underline}
.contact-form-block{background:#fff;padding:45px;border-radius:12px;border:2px solid #DDDBE8;box-shadow:0 6px 25px #7e6eb21f}
.contact-form-title{font-size:1.6rem;color:#212529;margin:0 0 25px;font-weight:600}
.contact-form-field{margin-bottom:22px}
.contact-form-label{display:block;font-size:.95rem;color:#343a40;font-weight:500;margin-bottom:8px}
.contact-form-input,.contact-form-textarea{width:100%;padding:14px 16px;font-size:1rem;color:#212529;background:#f8f9fa;border:2px solid #DDDBE8;border-radius:8px;transition:all .3s ease;font-family:inherit}
.contact-form-input:focus,.contact-form-textarea:focus{outline:none;border-color:#7E6EB2;background:#fff;box-shadow:0 0 0 3px #7e6eb21a}
.contact-form-textarea{resize:vertical;min-height:140px}
.contact-form-privacy{margin:25px 0;display:flex;align-items:start;gap:10px}
.contact-form-checkbox{width:18px;height:18px;margin-top:2px;cursor:pointer;accent-color:#7E6EB2}
.contact-form-privacy-text{font-size:.9rem;color:#495057;line-height:1.5}
.contact-form-privacy-text a{color:#7E6EB2;text-decoration:underline}
.contact-form-privacy-text a:hover{color:#5d4d8a}
.contact-form-submit{background:linear-gradient(135deg,#7E6EB2 0%,#A098BC 100%);color:#fff;border:none;padding:16px 40px;font-size:1.05rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #7e6eb240;position:relative;z-index:10}
.contact-form-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7e6eb259}
.contact-form-submit:active{transform:translateY(0)}
.contact-map-section{padding:70px 20px;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%)}
.contact-map-container{max-width:900px;margin:0 auto;text-align:center}
.contact-map-title{font-size:1.8rem;color:#212529;margin:0 0 20px;font-weight:600}
.contact-map-description{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 35px}
.contact-map-details{background:#fff;padding:40px;border-radius:12px;border:2px solid #DDDBE8;box-shadow:0 4px 20px #7e6eb214;text-align:left}
.contact-map-address{font-size:1rem;color:#343a40;line-height:1.8;margin:0 0 25px}
.contact-map-note{font-size:.95rem;color:#7E6EB2;background:#fafbfc;padding:18px;border-radius:8px;border-left:4px solid #7E6EB2;margin:0;line-height:1.6}
@media (max-width: 768px) {
.contact-hero-title{font-size:2rem}
.contact-hero-subtitle{font-size:1rem}
.contact-details-container{grid-template-columns:1fr;gap:30px}
.contact-info-block,.contact-form-block{padding:30px 25px}
.contact-info-title,.contact-form-title{font-size:1.4rem}
.contact-map-title{font-size:1.5rem}
.contact-map-details{padding:25px 20px}
}
@media (max-width: 480px) {
.contact-hero-section{padding:60px 15px 40px}
.contact-hero-title{font-size:1.7rem}
.contact-details-section,.contact-map-section{padding:50px 15px}
.contact-info-block,.contact-form-block{padding:25px 20px}
.contact-form-submit{width:100%;padding:14px 30px}
}
.about-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);min-height:100vh}
.about-hero-section{position:relative;padding:5rem 0 4rem;overflow:hidden;background:#fff}
.about-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7e6eb214 0%,transparent 70%);border-radius:50%;z-index:1}
.about-hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem}
.about-hero-title{font-size:3.2rem;font-weight:700;color:#212529;margin-bottom:1.5rem;line-height:1.2}
.about-hero-subtitle{font-size:1.3rem;color:#495057;line-height:1.7;margin-bottom:2rem;max-width:780px}
.about-hero-meta{display:flex;gap:2rem;flex-wrap:wrap;margin-top:2.5rem}
.about-meta-item{display:flex;flex-direction:column;gap:.4rem}
.about-meta-label{font-size:.85rem;color:#7E6EB2;text-transform:uppercase;letter-spacing:.8px;font-weight:600}
.about-meta-value{font-size:1.1rem;color:#343a40;font-weight:500}
.about-story-block{padding:6rem 0;background:linear-gradient(to right,#f8f9fa 0%,#fff 100%)}
.about-story-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.about-story-text{padding-right:2rem}
.about-story-heading{font-size:2.4rem;color:#212529;margin-bottom:1.8rem;font-weight:700;line-height:1.3}
.about-story-paragraph{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1.5rem}
.about-story-image-wrap{position:relative;height:480px;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #7e6eb226}
.about-story-image-wrap img{width:100%;height:100%;object-fit:cover}
.about-values-section{padding:5rem 0;background:#fff}
.about-values-wrapper{max-width:1200px;margin:0 auto;padding:0 2rem}
.about-values-header{text-align:center;margin-bottom:4rem}
.about-values-title{font-size:2.6rem;color:#212529;margin-bottom:1rem;font-weight:700}
.about-values-intro{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.about-value-card{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:2.5rem;border-radius:8px;border:1px solid #DDDBE8;transition:all .3s ease}
.about-value-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #7e6eb21f;border-color:#A098BC}
.about-value-number{font-size:3rem;color:#7E6EB2;font-weight:700;line-height:1;margin-bottom:1rem;opacity:.3}
.about-value-name{font-size:1.4rem;color:#212529;font-weight:600;margin-bottom:1rem}
.about-value-description{font-size:.98rem;color:#495057;line-height:1.7}
.about-approach-block{padding:6rem 0;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);position:relative}
.about-approach-container{max-width:1400px;margin:0 auto;padding:0 2rem}
.about-approach-heading{font-size:2.5rem;color:#212529;margin-bottom:3rem;font-weight:700;text-align:center}
.about-approach-content{display:grid;grid-template-columns:0.9fr 1.1fr;gap:5rem;align-items:start}
.about-approach-visual{position:relative}
.about-approach-image-main{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 6px 20px #7e6eb226}
.about-approach-image-accent{position:absolute;bottom:-2rem;right:-2rem;width:240px;height:240px;object-fit:cover;border-radius:8px;border:4px solid #fff;box-shadow:0 8px 24px #00000026}
.about-approach-details{padding-top:1rem}
.about-approach-item{margin-bottom:2.5rem;padding-left:3rem;position:relative}
.about-approach-item::before{content:'';position:absolute;left:0;top:.4rem;width:32px;height:32px;background:linear-gradient(135deg,#7E6EB2 0%,#A098BC 100%);border-radius:50%}
.about-approach-item::after{content:'';position:absolute;left:9px;top:.5rem;color:#fff;font-size:1.1rem;font-weight:700}
.about-approach-item-title{font-size:1.3rem;color:#212529;font-weight:600;margin-bottom:.7rem}
.about-approach-item-text{font-size:1rem;color:#495057;line-height:1.7}
.about-team-section{padding:5rem 0 6rem;background:#fff}
.about-team-wrapper{max-width:1200px;margin:0 auto;padding:0 2rem}
.about-team-header{margin-bottom:4rem}
.about-team-title{font-size:2.6rem;color:#212529;margin-bottom:1.2rem;font-weight:700}
.about-team-description{font-size:1.1rem;color:#495057;line-height:1.7;max-width:720px}
.about-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;margin-bottom:4rem}
.about-team-member{background:#fafbfc;border-radius:8px;overflow:hidden;border:1px solid #DDDBE8;transition:all .3s ease}
.about-team-member:hover{box-shadow:0 10px 28px #7e6eb22e;border-color:#A098BC}
.about-team-photo{width:100%;height:340px;object-fit:cover}
.about-team-info{padding:2rem}
.about-team-name{font-size:1.5rem;color:#212529;font-weight:600;margin-bottom:.5rem}
.about-team-role{font-size:.95rem;color:#7E6EB2;font-weight:500;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}
.about-team-bio{font-size:.98rem;color:#495057;line-height:1.7}
.about-cta-section{padding:4rem 2rem;background:linear-gradient(135deg,#7E6EB2 0%,#A098BC 100%);text-align:center}
.about-cta-content{max-width:720px;margin:0 auto}
.about-cta-heading{font-size:2.2rem;color:#fff;margin-bottom:1.5rem;font-weight:700;line-height:1.3}
.about-cta-text{font-size:1.1rem;color:#fffffff2;line-height:1.7;margin-bottom:2.5rem}
.about-cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.about-cta-btn-primary{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#7E6EB2;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.about-cta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040;background:#f8f9fa}
.about-cta-btn-secondary{display:inline-block;padding:1rem 2.5rem;background:transparent;color:#fff;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:6px;border:2px solid #ffffffe6;transition:all .3s ease}
.about-cta-btn-secondary:hover{background:#ffffff26;border-color:#fff;transform:translateY(-2px)}
@media (max-width: 992px) {
.about-hero-title{font-size:2.5rem}
.about-story-container{grid-template-columns:1fr;gap:3rem}
.about-story-text{padding-right:0}
.about-values-grid{grid-template-columns:1fr;gap:2rem}
.about-approach-content{grid-template-columns:1fr;gap:3rem}
.about-approach-image-accent{display:none}
.about-team-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.about-hero-section{padding:3rem 0 2rem}
.about-hero-title{font-size:2rem}
.about-hero-subtitle{font-size:1.1rem}
.about-story-block,.about-values-section,.about-approach-block,.about-team-section{padding:3rem 0}
.about-story-heading,.about-values-title,.about-approach-heading,.about-team-title{font-size:1.9rem}
.about-story-image-wrap{height:320px}
.about-approach-item{padding-left:2.5rem}
.about-cta-heading{font-size:1.8rem}
.about-cta-buttons{flex-direction:column;align-items:stretch}
.about-cta-btn-primary,.about-cta-btn-secondary{width:100%;text-align:center}
}
.services-main-wrapper{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7;overflow-x:hidden}
.services-hero-block{background:linear-gradient(135deg,#f8f9fa 0%,#DDDBE8 100%);padding:120px 20px 80px;position:relative}
.services-hero-block::before{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(45deg,transparent 0%,#7e6eb214 100%);clip-path:polygon(30% 0,100% 0,100% 100%,0 100%)}
.services-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.services-hero-title{font-size:3.2rem;font-weight:800;color:#212529;margin-bottom:30px;line-height:1.2;letter-spacing:-.02em}
.services-hero-subtitle{font-size:1.35rem;color:#495057;max-width:700px;margin-bottom:0;font-weight:400}
.services-detailed-section{padding:100px 20px;background:#fff}
.services-detailed-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.services-detail-left{position:sticky;top:40px}
.services-detail-heading{font-size:2.6rem;font-weight:700;color:#212529;margin-bottom:28px;line-height:1.3}
.services-detail-text{font-size:1.1rem;color:#495057;margin-bottom:20px}
.services-detail-image-wrapper{width:100%;height:420px;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #00000014;margin-top:35px}
.services-detail-image-wrapper img{width:100%;height:100%;object-fit:cover}
.services-detail-right{display:flex;flex-direction:column;gap:35px}
.services-feature-card{background:#fafbfc;border-left:5px solid #7E6EB2;padding:35px 40px;border-radius:8px;transition:all .3s ease}
.services-feature-card:hover{transform:translateX(8px);box-shadow:0 8px 24px #7e6eb21f;background:#fff}
.services-feature-title{font-size:1.5rem;font-weight:700;color:#212529;margin-bottom:16px}
.services-feature-description{font-size:1.05rem;color:#495057;line-height:1.7;margin:0}
.services-timeline-section{padding:100px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);position:relative}
.services-timeline-container{max-width:1100px;margin:0 auto}
.services-timeline-header{text-align:center;margin-bottom:80px}
.services-timeline-title{font-size:2.8rem;font-weight:700;color:#212529;margin-bottom:24px}
.services-timeline-intro{font-size:1.2rem;color:#495057;max-width:700px;margin:0 auto}
.services-timeline-track{position:relative;padding-left:80px}
.services-timeline-track::before{content:'';position:absolute;left:28px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#7E6EB2 0%,#A098BC 50%,#DDDBE8 100%)}
.services-timeline-item{position:relative;margin-bottom:60px;padding-left:0}
.services-timeline-marker{position:absolute;left:-66px;top:8px;width:56px;height:56px;background:#7E6EB2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1.3rem;box-shadow:0 4px 16px #7e6eb24d;z-index:2}
.services-timeline-content{background:#fff;padding:35px;border-radius:12px;box-shadow:0 4px 20px #0000000f;border:2px solid #f8f9fa;transition:all .3s ease}
.services-timeline-content:hover{border-color:#A098BC;box-shadow:0 8px 32px #7e6eb226}
.services-timeline-step-title{font-size:1.6rem;font-weight:700;color:#212529;margin-bottom:16px}
.services-timeline-step-text{font-size:1.05rem;color:#495057;margin:0;line-height:1.7}
.services-expert-section{padding:100px 20px;background:#fff}
.services-expert-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:380px 1fr;gap:70px;align-items:center}
.services-expert-image-block{position:relative}
.services-expert-image-frame{width:100%;height:480px;border-radius:20px;overflow:hidden;box-shadow:0 16px 48px #0000001f;position:relative}
.services-expert-image-frame::before{content:'';position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;border:3px solid #A098BC;border-radius:20px;z-index:-1}
.services-expert-image-frame img{width:100%;height:100%;object-fit:cover}
.services-expert-content-block{padding-left:20px}
.services-expert-heading{font-size:2.5rem;font-weight:700;color:#212529;margin-bottom:32px;line-height:1.3}
.services-expert-paragraph{font-size:1.1rem;color:#495057;margin-bottom:24px;line-height:1.8}
.services-expert-highlight{background:linear-gradient(135deg,#f8f9fa 0%,#DDDBE8 100%);padding:32px;border-radius:12px;border-left:5px solid #7E6EB2;margin-top:35px}
.services-expert-highlight-text{font-size:1.15rem;color:#343a40;font-weight:500;margin:0;line-height:1.7}
.services-cta-button{display:inline-block;background:#7E6EB2;color:#fff;padding:18px 42px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;margin-top:35px;transition:all .3s ease;box-shadow:0 4px 16px #7e6eb240}
.services-cta-button:hover{background:#6d5c9e;transform:translateY(-2px);box-shadow:0 8px 24px #7e6eb259;color:#fff}
@media (max-width: 1024px) {
.services-detailed-container{grid-template-columns:1fr;gap:50px}
.services-detail-left{position:static}
.services-expert-wrapper{grid-template-columns:1fr;gap:50px}
.services-expert-image-block{max-width:400px;margin:0 auto}
.services-expert-content-block{padding-left:0}
}
@media (max-width: 768px) {
.services-hero-title{font-size:2.2rem}
.services-hero-subtitle{font-size:1.15rem}
.services-hero-block{padding:80px 20px 60px}
.services-detail-heading{font-size:2rem}
.services-timeline-title{font-size:2.2rem}
.services-expert-heading{font-size:2rem}
.services-timeline-track{padding-left:70px}
.services-timeline-marker{left:-58px;width:48px;height:48px;font-size:1.1rem}
.services-timeline-track::before{left:20px}
.services-feature-card{padding:28px 24px}
.services-expert-image-frame{height:400px}
}
@media (max-width: 480px) {
.services-hero-title{font-size:1.8rem}
.services-hero-subtitle{font-size:1.05rem}
.services-detail-heading{font-size:1.7rem}
.services-timeline-title{font-size:1.8rem}
.services-expert-heading{font-size:1.7rem}
.services-timeline-track{padding-left:60px}
.services-timeline-marker{left:-50px;width:40px;height:40px;font-size:1rem}
.services-timeline-track::before{left:15px}
.services-cta-button{padding:16px 32px;font-size:1rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.cookie-policy-container{max-width:920px;margin:0 auto;background:#fff;padding:50px 45px;border-radius:12px;box-shadow:0 4px 20px #7e6eb214}
.cookie-policy-header{margin-bottom:45px;border-bottom:3px solid #DDDBE8;padding-bottom:30px}
.cookie-policy-header h1{font-size:2.4rem;color:#212529;margin-bottom:15px;font-weight:700;line-height:1.3}
.policy-last-update{color:#495057;font-size:.95rem;font-style:italic}
.cookie-intro-block{background:linear-gradient(to right,#f5f6fa,#fafbfc);padding:30px;border-left:5px solid #7E6EB2;margin-bottom:40px;border-radius:6px}
.cookie-intro-block p{color:#343a40;line-height:1.7;font-size:1.05rem;margin:0}
.cookie-section-block{margin-bottom:45px}
.cookie-section-block h2{font-size:1.8rem;color:#7E6EB2;margin-bottom:20px;font-weight:600;position:relative;padding-left:18px}
.cookie-section-block h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:24px;background:#A098BC;border-radius:3px}
.cookie-section-block h3{font-size:1.35rem;color:#343a40;margin-top:28px;margin-bottom:15px;font-weight:600}
.cookie-section-block p{color:#495057;line-height:1.75;margin-bottom:18px;font-size:1rem}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:25px;margin:30px 0}
.cookie-type-card{background:#f8f9fa;padding:28px;border-radius:8px;border:2px solid #DDDBE8;transition:all .3s ease}
.cookie-type-card:hover{border-color:#A098BC;box-shadow:0 6px 18px #7e6eb21f;transform:translateY(-3px)}
.cookie-type-card h4{color:#7E6EB2;font-size:1.2rem;margin-bottom:12px;font-weight:600}
.cookie-type-card p{color:#495057;line-height:1.7;margin:0;font-size:.98rem}
.cookie-purpose-list{background:#fafbfc;padding:25px 30px;border-radius:8px;margin:25px 0}
.cookie-purpose-list ul{list-style:none;padding:0;margin:0}
.cookie-purpose-list li{color:#343a40;padding:12px 0;padding-left:35px;position:relative;line-height:1.6;font-size:1rem}
.cookie-purpose-list li::before{content:'◆';position:absolute;left:0;color:#7E6EB2;font-size:1.2rem;top:10px}
.browser-instructions-box{background:linear-gradient(135deg,#DDDBE8 0%,#f5f6fa 100%);padding:35px;border-radius:10px;margin:30px 0}
.browser-instructions-box h4{color:#212529;font-size:1.25rem;margin-bottom:18px;font-weight:600}
.browser-instructions-box p{color:#343a40;line-height:1.75;margin-bottom:15px}
.browser-links-section{margin-top:25px}
.browser-links-section p{color:#495057;font-weight:500;margin-bottom:12px}
.important-notice-block{background:#fff;border:2px solid #7E6EB2;padding:30px;border-radius:8px;margin:35px 0}
.important-notice-block h3{color:#7E6EB2;font-size:1.4rem;margin-bottom:15px;margin-top:0}
.important-notice-block p{color:#343a40;line-height:1.75;margin-bottom:12px}
.retention-info-table{width:100%;margin:30px 0;border-collapse:separate;border-spacing:0;border:2px solid #DDDBE8;border-radius:8px;overflow:hidden}
.retention-info-table th{background:#7E6EB2;color:#fff;padding:18px;text-align:left;font-weight:600;font-size:1.05rem}
.retention-info-table td{padding:16px 18px;border-bottom:1px solid #DDDBE8;color:#343a40;line-height:1.6}
.retention-info-table tr:last-child td{border-bottom:none}
.retention-info-table tr:nth-child(even){background:#f8f9fa}
.contact-info-footer{background:#f5f6fa;padding:35px;border-radius:8px;margin-top:45px;text-align:center}
.contact-info-footer h3{color:#212529;font-size:1.5rem;margin-bottom:20px;font-weight:600}
.contact-info-footer p{color:#495057;line-height:1.7;margin-bottom:10px;font-size:1rem}
.contact-info-footer a{color:#7E6EB2;text-decoration:none;font-weight:600;transition:color .3s ease}
.contact-info-footer a:hover{color:#A098BC;text-decoration:underline}
.company-details-block{background:#fafbfc;padding:25px;border-radius:6px;margin-top:20px;font-size:.92rem;color:#495057;line-height:1.6}
@media (max-width: 768px) {
.cookie-policy-wrapper{padding:30px 15px}
.cookie-policy-container{padding:30px 20px}
.cookie-policy-header h1{font-size:1.8rem}
.cookie-section-block h2{font-size:1.5rem}
.cookie-section-block h3{font-size:1.2rem}
.cookie-intro-block{padding:20px}
.cookie-type-card{padding:20px}
.browser-instructions-box{padding:25px 20px}
.retention-info-table th,.retention-info-table td{padding:12px;font-size:.92rem}
.contact-info-footer{padding:25px 20px}
}
@media (max-width: 480px) {
.cookie-policy-header h1{font-size:1.5rem}
.cookie-section-block h2{font-size:1.3rem}
.cookie-purpose-list li{padding-left:25px;font-size:.95rem}
.retention-info-table{font-size:.85rem}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.privacy-hero-section{background:linear-gradient(to right,#7E6EB2,#A098BC);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.privacy-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#ffffff1a;border-radius:50%;z-index:1}
.privacy-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:#ffffff14;border-radius:50%;z-index:1}
.privacy-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.privacy-main-title{font-size:2.8rem;color:#fff;margin:0 0 20px;font-weight:700;line-height:1.2;letter-spacing:-.5px}
.privacy-hero-description{font-size:1.15rem;color:#fffffff2;margin:0;line-height:1.7;max-width:700px;margin:0 auto}
.privacy-update-date{display:inline-block;background:#fff3;padding:8px 20px;border-radius:25px;color:#fff;font-size:.95rem;margin-top:30px;font-weight:500}
.privacy-content-container{max-width:900px;margin:0 auto;padding:60px 20px 80px}
.privacy-intro-block{background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 8px #7e6eb214;margin-bottom:50px;border-left:4px solid #7E6EB2}
.privacy-intro-block p{color:#343a40;font-size:1.05rem;line-height:1.8;margin:0 0 15px}
.privacy-intro-block p:last-child{margin-bottom:0}
.privacy-section-block{background:#fff;padding:45px 40px;border-radius:10px;margin-bottom:35px;box-shadow:0 1px 6px #0000000f;transition:box-shadow .3s ease}
.privacy-section-block:hover{box-shadow:0 4px 15px #7e6eb21f}
.privacy-section-heading{font-size:1.75rem;color:#7E6EB2;margin:0 0 25px;font-weight:700;position:relative;padding-bottom:15px}
.privacy-section-heading::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(to right,#7E6EB2,#A098BC);border-radius:2px}
.privacy-section-text{color:#495057;font-size:1.02rem;line-height:1.85;margin:0 0 18px}
.privacy-list-wrapper{margin:25px 0}
.privacy-list-item{position:relative;padding-left:30px;margin-bottom:16px;color:#495057;font-size:1.02rem;line-height:1.75}
.privacy-list-item::before{content:'●';position:absolute;left:0;color:#A098BC;font-size:1.2rem;top:0}
.privacy-nested-list{margin:15px 0 15px 20px}
.privacy-nested-item{position:relative;padding-left:25px;margin-bottom:12px;color:#495057;font-size:.98rem;line-height:1.7}
.privacy-nested-item::before{content:'◦';position:absolute;left:0;color:#A098BC;font-size:1.1rem}
.privacy-important-note{background:linear-gradient(135deg,#f5f6fa 0%,#DDDBE8 100%);border-left:4px solid #7E6EB2;padding:25px 30px;border-radius:8px;margin:30px 0}
.privacy-important-note p{color:#343a40;font-size:1.02rem;line-height:1.8;margin:0;font-weight:500}
.privacy-rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.privacy-right-card{background:#fafbfc;padding:25px;border-radius:10px;border:1px solid #DDDBE8;transition:all .3s ease}
.privacy-right-card:hover{border-color:#A098BC;transform:translateY(-3px);box-shadow:0 6px 20px #7e6eb226}
.privacy-right-title{font-size:1.15rem;color:#7E6EB2;margin:0 0 12px;font-weight:700}
.privacy-right-description{color:#495057;font-size:.97rem;line-height:1.7;margin:0}
.privacy-contact-section{background:linear-gradient(to bottom right,#7E6EB2,#A098BC);padding:50px 40px;border-radius:12px;margin-top:50px;text-align:center;position:relative;overflow:hidden}
.privacy-contact-section::before{content:'';position:absolute;top:-100px;right:-100px;width:250px;height:250px;background:#ffffff1a;border-radius:50%}
.privacy-contact-title{font-size:1.8rem;color:#fff;margin:0 0 20px;font-weight:700;position:relative;z-index:2}
.privacy-contact-text{color:#fffffff2;font-size:1.05rem;line-height:1.8;margin:0 0 25px;max-width:700px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.privacy-company-info{background:#ffffff26;padding:25px 30px;border-radius:10px;margin-top:30px;text-align:left;max-width:600px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.privacy-company-row{margin-bottom:12px;color:#fff;font-size:.98rem;line-height:1.6}
.privacy-company-row:last-child{margin-bottom:0}
.privacy-company-label{font-weight:600;display:inline-block;min-width:180px}
.privacy-table-wrapper{overflow-x:auto;margin:30px 0;border-radius:10px;box-shadow:0 2px 8px #0000000f}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff}
.privacy-data-table th{background:linear-gradient(to right,#7E6EB2,#A098BC);color:#fff;padding:18px 20px;text-align:left;font-weight:700;font-size:1.05rem;border:none}
.privacy-data-table td{padding:16px 20px;color:#495057;font-size:.98rem;line-height:1.7;border-bottom:1px solid #f0f0f0}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:nth-child(even){background:#fafbfc}
.privacy-data-table tr:hover{background:#f5f6fa}
@media (max-width: 768px) {
.privacy-main-title{font-size:2rem}
.privacy-hero-section{padding:60px 20px 40px}
.privacy-section-block{padding:30px 25px}
.privacy-intro-block{padding:30px 25px}
.privacy-section-heading{font-size:1.5rem}
.privacy-rights-grid{grid-template-columns:1fr}
.privacy-contact-section{padding:40px 25px}
.privacy-company-label{display:block;min-width:auto;margin-bottom:5px}
.privacy-data-table th,.privacy-data-table td{padding:12px 15px;font-size:.92rem}
}
@media (max-width: 480px) {
.privacy-main-title{font-size:1.65rem}
.privacy-hero-description{font-size:1.02rem}
.privacy-section-block{padding:25px 20px}
.privacy-content-container{padding:40px 15px 60px}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.success-hero-section{background:linear-gradient(160deg,#fff 0%,#DDDBE8 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.success-hero-section::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#7e6eb214 0%,transparent 70%);animation:pulse-glow 8s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{transform:scale(1);opacity:.5}
50%{transform:scale(1.1);opacity:.8}
}
.success-icon-container{width:120px;height:120px;margin:0 auto 30px;position:relative;z-index:2}
.success-checkmark{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#7E6EB2 0%,#A098BC 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px #7e6eb24d;animation:scale-in .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes scale-in {
0%{transform:scale(0) rotate(-180deg);opacity:0}
100%{transform:scale(1) rotate(0deg);opacity:1}
}
.success-checkmark svg{width:60px;height:60px;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:100;stroke-dashoffset:100;animation:draw-check .8s ease-out .3s forwards}
@keyframes draw-check {
to{stroke-dashoffset:0}
}
.success-main-title{font-size:42px;font-weight:700;color:#212529;margin:0 0 20px;position:relative;z-index:2;animation:fade-up .8s ease-out .4s backwards}
@keyframes fade-up {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.success-subtitle{font-size:20px;color:#495057;margin:0;line-height:1.6;max-width:600px;margin:0 auto;position:relative;z-index:2;animation:fade-up .8s ease-out .6s backwards}
.success-content-area{max-width:900px;margin:-30px auto 0;padding:0 20px 80px;position:relative;z-index:3}
.success-main-card{background:#fff;border-radius:16px;padding:50px 40px;box-shadow:0 4px 24px #0000000f;margin-bottom:40px;animation:fade-up .8s ease-out .8s backwards}
.success-message-block{margin-bottom:40px;padding-bottom:40px;border-bottom:2px solid #f5f6fa}
.success-message-title{font-size:26px;font-weight:600;color:#343a40;margin:0 0 18px}
.success-message-text{font-size:17px;line-height:1.7;color:#495057;margin:0 0 14px}
.success-message-text:last-child{margin-bottom:0}
.success-next-steps{background:linear-gradient(135deg,#f8f9fa 0%,#DDDBE8 50%);border-radius:12px;padding:35px 30px;margin-bottom:35px}
.steps-title{font-size:22px;font-weight:600;color:#343a40;margin:0 0 24px;text-align:center}
.steps-list-container{display:grid;gap:20px}
.step-item-box{display:flex;align-items:flex-start;gap:18px}
.step-number-circle{min-width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#7E6EB2 0%,#A098BC 100%);color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #7e6eb240}
.step-content-block{flex:1;padding-top:4px}
.step-heading{font-size:18px;font-weight:600;color:#343a40;margin:0 0 8px}
.step-description{font-size:16px;line-height:1.6;color:#495057;margin:0}
.success-info-highlight{background:#fff;border-left:4px solid #7E6EB2;border-radius:8px;padding:25px 28px;margin-bottom:35px}
.info-highlight-text{font-size:16px;line-height:1.7;color:#343a40;margin:0}
.info-highlight-text strong{color:#7E6EB2;font-weight:600}
.success-actions-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:40px}
.success-action-btn{display:inline-block;padding:16px 32px;font-size:17px;font-weight:600;text-decoration:none;border-radius:10px;text-align:center;transition:all .3s ease;border:none;cursor:pointer;position:relative;z-index:10}
.btn-primary-action{background:linear-gradient(135deg,#7E6EB2 0%,#A098BC 100%);color:#fff;box-shadow:0 4px 16px #7e6eb24d}
.btn-primary-action:hover{transform:translateY(-2px);box-shadow:0 6px 24px #7e6eb266}
.btn-secondary-action{background:#fff;color:#7E6EB2;border:2px solid #7E6EB2}
.btn-secondary-action:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 16px #7e6eb226}
.success-resources-section{background:#fff;border-radius:16px;padding:45px 40px;box-shadow:0 4px 24px #0000000f;animation:fade-up .8s ease-out 1s backwards}
.resources-header{font-size:24px;font-weight:600;color:#343a40;margin:0 0 30px;text-align:center}
.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}
.resource-card-item{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #DDDBE8;border-radius:12px;padding:28px 24px;transition:all .3s ease}
.resource-card-item:hover{border-color:#A098BC;transform:translateY(-4px);box-shadow:0 8px 20px #7e6eb226}
.resource-icon-wrapper{width:50px;height:50px;border-radius:10px;background:linear-gradient(135deg,#7E6EB2 0%,#A098BC 100%);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.resource-icon-wrapper svg{width:26px;height:26px;stroke:#fff;fill:none;stroke-width:2}
.resource-card-title{font-size:19px;font-weight:600;color:#343a40;margin:0 0 12px}
.resource-card-text{font-size:15px;line-height:1.6;color:#495057;margin:0 0 18px}
.resource-link-btn{display:inline-block;color:#7E6EB2;font-size:15px;font-weight:600;text-decoration:none;transition:color .3s ease;position:relative;z-index:10}
.resource-link-btn:hover{color:#A098BC}
.resource-link-btn::after{content:'→';margin-left:6px;transition:margin-left .3s ease}
.resource-link-btn:hover::after{margin-left:10px}
.success-footer-note{text-align:center;padding:40px 20px 0;max-width:700px;margin:0 auto}
.footer-note-text{font-size:15px;line-height:1.7;color:#6c757d;margin:0}
.contact-link-inline{color:#7E6EB2;font-weight:600;text-decoration:none;transition:color .3s ease}
.contact-link-inline:hover{color:#A098BC;text-decoration:underline}
@media (max-width: 768px) {
.success-hero-section{padding:60px 20px 40px}
.success-main-title{font-size:32px}
.success-subtitle{font-size:18px}
.success-main-card{padding:35px 25px}
.success-next-steps{padding:28px 20px}
.success-actions-row{grid-template-columns:1fr}
.resources-grid{grid-template-columns:1fr}
.success-resources-section{padding:35px 25px}
}
@media (max-width: 480px) {
.success-icon-container{width:100px;height:100px;margin-bottom:24px}
.success-checkmark{width:100px;height:100px}
.success-checkmark svg{width:50px;height:50px}
.success-main-title{font-size:28px}
.success-message-title{font-size:22px}
.steps-title{font-size:20px}
}
.error-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden}
.error-page-wrapper::before{content:'';position:absolute;top:-10%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,#7e6eb214 0%,transparent 70%);border-radius:50%;pointer-events:none}
.error-page-wrapper::after{content:'';position:absolute;bottom:-15%;left:-8%;width:600px;height:600px;background:radial-gradient(circle,#a098bc0f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.error-content-container{max-width:720px;width:100%;text-align:center;position:relative;z-index:2}
.error-visual-block{margin-bottom:2.5rem;position:relative}
.error-number-display{font-size:10rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#7E6EB2 0%,#A098BC 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:-.02em;position:relative;display:inline-block}
.error-number-display::before{content:'404';position:absolute;top:8px;left:8px;z-index:-1;background:linear-gradient(135deg,#7e6eb226 0%,#a098bc1a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.error-title-main{font-size:2rem;font-weight:700;color:#212529;margin:0 0 1rem;line-height:1.3}
.error-description-text{font-size:1.125rem;color:#495057;line-height:1.7;margin:0 0 2.5rem;max-width:560px;margin-left:auto;margin-right:auto}
.error-navigation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-bottom:3rem}
.error-nav-card{background:#fff;border:2px solid #DDDBE8;border-radius:12px;padding:1.75rem 1.5rem;text-decoration:none;transition:all .3s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden}
.error-nav-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#7E6EB2 0%,#A098BC 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.error-nav-card:hover{border-color:#A098BC;transform:translateY(-4px);box-shadow:0 12px 28px #7e6eb226}
.error-nav-card:hover::before{transform:scaleX(1)}
.error-card-icon{width:48px;height:48px;background:linear-gradient(135deg,#7e6eb21a 0%,#a098bc14 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem;transition:transform .3s ease}
.error-nav-card:hover .error-card-icon{transform:scale(1.1) rotate(5deg)}
.error-card-title{font-size:1.125rem;font-weight:600;color:#212529;margin:0 0 .5rem;line-height:1.4}
.error-card-description{font-size:.9375rem;color:#6c757d;margin:0;line-height:1.5}
.error-primary-action{margin-bottom:2rem}
.error-home-button{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;background:linear-gradient(135deg,#7E6EB2 0%,#A098BC 100%);color:#fff;font-size:1.125rem;font-weight:600;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #7e6eb240;position:relative;overflow:hidden;z-index:1}
.error-home-button::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#6d5da0 0%,#8f84ac 100%);z-index:-1;opacity:0;transition:opacity .3s ease}
.error-home-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #7e6eb259}
.error-home-button:hover::before{opacity:1}
.error-help-section{background:#fff;border:1px solid #DDDBE8;border-radius:16px;padding:2rem;margin-top:2rem}
.error-help-title{font-size:1.25rem;font-weight:600;color:#212529;margin:0 0 1.25rem}
.error-links-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;list-style:none;padding:0;margin:0}
.error-links-list li{margin:0}
.error-help-link{display:inline-block;color:#7E6EB2;text-decoration:none;font-size:.9375rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;background:#7e6eb20f;transition:all .25s ease;position:relative}
.error-help-link::after{content:'→';margin-left:.5rem;display:inline-block;transition:transform .25s ease}
.error-help-link:hover{background:#7e6eb21f;color:#6d5da0;transform:translateX(2px)}
.error-help-link:hover::after{transform:translateX(4px)}
.error-contact-note{margin-top:1.5rem;font-size:.9375rem;color:#6c757d;line-height:1.6}
.error-contact-link{color:#7E6EB2;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .25s ease}
.error-contact-link:hover{border-bottom-color:#7E6EB2}
@media (max-width: 768px) {
.error-page-wrapper{padding:1.5rem 1rem}
.error-number-display{font-size:6rem}
.error-number-display::before{top:5px;left:5px}
.error-title-main{font-size:1.5rem}
.error-description-text{font-size:1rem;margin-bottom:2rem}
.error-navigation-grid{grid-template-columns:1fr;gap:1rem}
.error-home-button{font-size:1rem;padding:.875rem 2rem}
.error-help-section{padding:1.5rem}
.error-links-list{flex-direction:column;gap:.75rem}
}
@media (max-width: 480px) {
.error-number-display{font-size:4.5rem}
.error-title-main{font-size:1.25rem}
.error-nav-card{padding:1.5rem 1.25rem}
.error-card-icon{width:42px;height:42px;font-size:1.25rem}
}