:root{--primary-hue:#95A8C1;--secondary-hue:#BDC4DB;--tertiary-hue:#DADEEF;--bg-light:#fafbfc;--bg-white:#fff;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d;--border-subtle:#e9ecef}
*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;font-weight:400;line-height:1.65;color:var(--text-dark);background:var(--bg-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.header_luxury_wrapper{background:linear-gradient(135deg,var(--bg-white) 0%,#bdc4db14 100%);border-bottom:1px solid #95a8c126;position:relative}
.header_inner_structure{max-width:1340px;margin:0 auto;padding:0 clamp(1.25rem,3vw,2.5rem)}
.row_prime_logo{display:flex;align-items:center;padding:clamp(1.25rem,2.5vw,1.875rem) 0 0;gap:1.25rem}
.logo_container_elite{display:flex;align-items:center;gap:.875rem}
.logo_image_refined{height:62px;width:62px;object-fit:contain;display:block}
.trust_section_premium{margin-left:auto;display:flex;gap:clamp(1.5rem,3vw,2.5rem);align-items:center}
.trust_badge_elite{display:flex;flex-direction:column;gap:.25rem}
.badge_label_refined{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-hue)}
.badge_value_elegant{font-size:1.125rem;font-weight:700;color:var(--text-dark);line-height:1.2}
.row_secondary_contact{display:flex;align-items:center;justify-content:space-between;padding:clamp(1.25rem,2.5vw,1.875rem) 0;gap:2rem}
.appointment_block_styled{display:flex;align-items:center;gap:.75rem}
.appointment_cta_button{padding:.875rem 2rem;background:linear-gradient(135deg,var(--primary-hue) 0%,#95a8c1d9 100%);color:var(--bg-white);text-decoration:none;font-weight:600;font-size:.9375rem;border-radius:.375rem;transition:opacity .25s ease,box-shadow .25s ease;box-shadow:0 2px 8px #95a8c133}
.appointment_cta_button:hover{opacity:.88;box-shadow:0 4px 14px #95a8c152}
.appointment_cta_button:focus{outline:2px solid var(--primary-hue);outline-offset:3px}
.phone_contact_elegant{display:flex;align-items:center;gap:.625rem}
.phone_icon_wrapper{width:2.75rem;height:2.75rem;background:#95a8c11f;border-radius:50%;display:flex;align-items:center;justify-content:center}
.phone_svg_icon{width:1.25rem;height:1.25rem;fill:var(--primary-hue)}
.phone_details_block{display:flex;flex-direction:column;gap:.125rem}
.phone_label_small{font-size:.75rem;color:var(--text-medium);font-weight:500}
.phone_number_link{font-size:1.0625rem;font-weight:700;color:var(--text-dark);text-decoration:none;transition:color .25s ease}
.phone_number_link:hover{color:var(--primary-hue)}
.phone_number_link:focus{outline:2px solid var(--primary-hue);outline-offset:2px;border-radius:.25rem}
.row_tertiary_navigation{display:flex;justify-content:flex-end;padding:0 0 clamp(1.25rem,2.5vw,1.875rem)}
.navigation_primary_menu{display:flex;gap:clamp(1.5rem,3vw,3rem);align-items:center;list-style:none}
.nav_item_refined{position:relative}
.nav_link_elegant{font-size:.9375rem;font-weight:600;color:var(--text-dark);text-decoration:none;padding:.5rem 0;display:block;position:relative;transition:color .25s ease}
.nav_link_elegant::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-hue);transition:width .3s ease}
.nav_link_elegant:hover{color:var(--primary-hue)}
.nav_link_elegant:hover::after{width:100%}
.nav_link_elegant:focus{outline:2px solid var(--primary-hue);outline-offset:4px;border-radius:.25rem}
.footer_premium_architecture{background:linear-gradient(165deg,#f8f9fa 0%,#dadeef40 100%);border-top:1px solid #95a8c133;padding:clamp(3rem,6vw,5rem) 0 0;position:relative}
.footer_inner_refined{max-width:1340px;margin:0 auto;padding:0 clamp(1.25rem,3vw,2.5rem)}
.footer_main_grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:clamp(2rem,4vw,3.5rem);margin-bottom:clamp(2.5rem,5vw,4rem)}
.footer_column_brand{display:flex;flex-direction:column;gap:1.25rem}
.footer_logo_wrapper{display:flex;align-items:center;gap:.875rem}
.footer_logo_image{height:56px;width:56px;object-fit:contain}
.footer_brand_name{font-size:1.375rem;font-weight:700;color:var(--text-dark);line-height:1.2}
.footer_description_text{font-size:.9375rem;color:var(--text-medium);line-height:1.7;margin-top:.5rem}
.footer_column_generic{display:flex;flex-direction:column;gap:1.125rem}
.footer_heading_styled{font-size:1.0625rem;font-weight:700;color:var(--text-dark);margin-bottom:.375rem;letter-spacing:.01em}
.footer_links_list{list-style:none;display:flex;flex-direction:column;gap:.75rem}
.footer_link_item a{font-size:.9375rem;color:var(--text-medium);text-decoration:none;transition:color .25s ease}
.footer_link_item a:hover{color:var(--primary-hue)}
.footer_link_item a:focus{outline:2px solid var(--primary-hue);outline-offset:3px;border-radius:.25rem}
.contact_info_block{display:flex;flex-direction:column;gap:1rem}
.contact_item_styled{display:flex;flex-direction:column;gap:.375rem}
.contact_label_small{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--primary-hue)}
.contact_value_text{font-size:.9375rem;color:var(--text-dark);line-height:1.6}
.contact_value_text a{color:var(--text-dark);text-decoration:none;transition:color .25s ease}
.contact_value_text a:hover{color:var(--primary-hue)}
.contact_value_text a:focus{outline:2px solid var(--primary-hue);outline-offset:2px;border-radius:.25rem}
.disclaimer_financial_block{background:#95a8c114;border:1px solid #95a8c12e;border-radius:.5rem;padding:clamp(1.5rem,3vw,2rem);margin-bottom:clamp(2rem,4vw,3rem)}
.disclaimer_heading_legal{font-size:.875rem;font-weight:700;color:var(--text-dark);margin-bottom:.875rem;text-transform:uppercase;letter-spacing:.05em}
.disclaimer_text_content{font-size:.8125rem;color:var(--text-medium);line-height:1.75}
.footer_bottom_bar{border-top:1px solid #95a8c12e;padding:clamp(1.5rem,3vw,2rem) 0;display:flex;justify-content:space-between;align-items:center;gap:2rem}
.copyright_text_styled{font-size:.875rem;color:var(--text-medium)}
.footer_utility_links{display:flex;gap:1.75rem;list-style:none}
.footer_utility_links a{font-size:.875rem;color:var(--text-medium);text-decoration:none;transition:color .25s ease}
.footer_utility_links a:hover{color:var(--primary-hue)}
.footer_utility_links a:focus{outline:2px solid var(--primary-hue);outline-offset:3px;border-radius:.25rem}
@media (max-width: 1024px) {
.footer_main_grid{grid-template-columns:1fr 1fr;gap:2.5rem}
.trust_section_premium{gap:1.5rem}
.navigation_primary_menu{gap:1.75rem}
}
@media (max-width: 768px) {
.row_prime_logo{flex-direction:column;align-items:flex-start;padding-bottom:1rem}
.trust_section_premium{width:100%;justify-content:flex-start;margin-left:0}
.row_secondary_contact{flex-direction:column;align-items:flex-start;gap:1.5rem}
.row_tertiary_navigation{justify-content:flex-start}
.navigation_primary_menu{flex-wrap:wrap;gap:1.25rem}
.footer_main_grid{grid-template-columns:1fr;gap:2rem}
.footer_bottom_bar{flex-direction:column;align-items:flex-start;gap:1.25rem}
.footer_utility_links{flex-direction:column;gap:.875rem}
}
@media (max-width: 480px) {
.logo_image_refined{height:52px;width:52px}
.footer_logo_image{height:48px;width:48px}
.appointment_cta_button{padding:.75rem 1.5rem;font-size:.875rem}
.trust_section_premium{flex-direction:column;align-items:flex-start;gap:1rem}
.navigation_primary_menu{flex-direction:column;align-items:flex-start;gap:1rem}
}
.cookie_consent_card{position:fixed;bottom:1.5rem;right:1.5rem;max-width:420px;background:var(--bg-white);border:1px solid #95a8c140;border-radius:.75rem;padding:1.75rem;box-shadow:0 8px 32px #2125291f;z-index:9999;display:none;animation:slideInRight .4s ease-out}
@keyframes slideInRight {
from{transform:translateX(120%);opacity:0}
to{transform:translateX(0);opacity:1}
}
.cookie_consent_card.visible_state{display:block}
.cookie_header_row{display:flex;align-items:center;gap:.875rem;margin-bottom:1rem}
.cookie_icon_visual{width:2.5rem;height:2.5rem;background:#95a8c126;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cookie_svg_graphic{width:1.375rem;height:1.375rem;fill:var(--primary-hue)}
.cookie_title_main{font-size:1.125rem;font-weight:700;color:var(--text-dark);line-height:1.3}
.cookie_message_body{font-size:.875rem;color:var(--text-medium);line-height:1.65;margin-bottom:1.5rem}
.cookie_policy_inline_link{color:var(--primary-hue);text-decoration:underline;transition:opacity .2s ease}
.cookie_policy_inline_link:hover{opacity:.8}
.cookie_policy_inline_link:focus{outline:2px solid var(--primary-hue);outline-offset:2px;border-radius:.25rem}
.cookie_actions_row{display:flex;gap:.75rem}
.cookie_btn_accept{flex:1;padding:.75rem 1.25rem;background:linear-gradient(135deg,var(--primary-hue) 0%,#95a8c1e6 100%);color:var(--bg-white);border:none;border-radius:.375rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:opacity .25s ease;font-family:inherit}
.cookie_btn_accept:hover{opacity:.88}
.cookie_btn_accept:focus{outline:2px solid var(--primary-hue);outline-offset:3px}
.cookie_btn_reject{flex:1;padding:.75rem 1.25rem;background:transparent;color:var(--text-medium);border:1px solid #95a8c159;border-radius:.375rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .25s ease,border-color .25s ease;font-family:inherit}
.cookie_btn_reject:hover{background:#95a8c114;border-color:#95a8c180}
.cookie_btn_reject:focus{outline:2px solid var(--primary-hue);outline-offset:3px}
@media (max-width: 768px) {
.cookie_consent_card{bottom:1rem;right:1rem;left:1rem;max-width:none}
}
@media (max-width: 480px) {
.cookie_actions_row{flex-direction:column}
.cookie_consent_card{padding:1.5rem}
}
.industries-hero-section{background:linear-gradient(135deg,#DADEEF 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.industries-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#bdc4db4d 0%,transparent 70%);border-radius:50%}
.industries-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.industries-hero-content h1{font-size:3rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.2}
.industries-hero-content .lead-text{font-size:1.25rem;color:#495057;line-height:1.7;max-width:800px}
.industries-grid-block{background:#fff;padding:90px 20px;position:relative}
.industries-grid-container{max-width:1200px;margin:0 auto}
.industries-grid-title{text-align:center;margin-bottom:60px}
.industries-grid-title h2{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:700}
.industries-grid-title p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.industries-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;margin-top:50px}
.industry-card-item{background:#fafbfc;border:2px solid #DADEEF;border-radius:12px;padding:40px 30px;transition:all .3s ease;position:relative}
.industry-card-item:hover{transform:translateY(-8px);box-shadow:0 12px 30px #95a8c133;border-color:#95A8C1}
.industry-card-item h3{font-size:1.5rem;color:#212529;margin-bottom:18px;font-weight:600}
.industry-card-item p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:15px}
.industry-card-item ul{list-style:none;padding:0;margin:20px 0 0}
.industry-card-item ul li{font-size:.95rem;color:#343a40;padding:8px 0 8px 25px;position:relative;line-height:1.5}
.industry-card-item ul li::before{content:'';position:absolute;left:0;color:#95A8C1;font-weight:700;font-size:1.1rem}
.industries-approach-section{background:linear-gradient(to right,#f8f9fa 0%,#DADEEF 100%);padding:90px 20px}
.industries-approach-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.approach-content-area h2{font-size:2.3rem;color:#212529;margin-bottom:30px;font-weight:700;line-height:1.3}
.approach-steps-list{list-style:none;padding:0;margin:0}
.approach-step-item{background:#fff;border-left:5px solid #95A8C1;padding:25px 30px;margin-bottom:25px;border-radius:8px;box-shadow:0 4px 15px #95a8c126}
.approach-step-item .step-number{display:inline-block;width:40px;height:40px;background:#95A8C1;color:#fff;border-radius:50%;text-align:center;line-height:40px;font-weight:700;margin-bottom:15px;font-size:1.1rem}
.approach-step-item h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.approach-step-item p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.approach-image-area img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 25px #95a8c140}
.industries-methodology-block{background:#fff;padding:90px 20px;position:relative}
.methodology-inner-container{max-width:1100px;margin:0 auto}
.methodology-header-zone{text-align:center;margin-bottom:60px}
.methodology-header-zone h2{font-size:2.5rem;color:#212529;margin-bottom:25px;font-weight:700}
.methodology-header-zone p{font-size:1.15rem;color:#495057;line-height:1.7;max-width:750px;margin:0 auto}
.methodology-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:50px}
.methodology-feature-box{background:linear-gradient(135deg,#fafbfc 0%,#DADEEF 100%);padding:35px;border-radius:10px;border:1px solid #BDC4DB;position:relative}
.methodology-feature-box::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#95A8C1,#BDC4DB);border-radius:10px;z-index:-1;opacity:0;transition:opacity .3s ease}
.methodology-feature-box:hover::before{opacity:1}
.methodology-feature-box h3{font-size:1.4rem;color:#212529;margin-bottom:18px;font-weight:600}
.methodology-feature-box p{font-size:1rem;color:#343a40;line-height:1.7;margin:0}
.industries-benefits-section{background:#f8f9fa;padding:90px 20px;position:relative}
.benefits-layout-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:50px;align-items:center}
.benefits-image-column img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #95a8c14d}
.benefits-content-column h2{font-size:2.4rem;color:#212529;margin-bottom:30px;font-weight:700;line-height:1.3}
.benefits-list-vertical{list-style:none;padding:0;margin:0}
.benefits-list-vertical li{background:#fff;padding:25px 30px;margin-bottom:20px;border-radius:8px;border-left:4px solid #95A8C1;box-shadow:0 3px 12px #95a8c11f;transition:all .3s ease}
.benefits-list-vertical li:hover{transform:translateX(8px);box-shadow:0 5px 20px #95a8c133}
.benefits-list-vertical li strong{display:block;font-size:1.2rem;color:#212529;margin-bottom:10px;font-weight:600}
.benefits-list-vertical li span{font-size:1rem;color:#495057;line-height:1.6}
.industries-cta-final{background:linear-gradient(135deg,#95A8C1 0%,#BDC4DB 100%);padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.industries-cta-final::before{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);border-radius:50%}
.cta-final-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.cta-final-content h2{font-size:2.5rem;color:#fff;margin-bottom:25px;font-weight:700;line-height:1.3}
.cta-final-content p{font-size:1.2rem;color:#fff;margin-bottom:35px;line-height:1.7}
.cta-button-primary{display:inline-block;background:#fff;color:#95A8C1;padding:18px 45px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 20px #00000026}
.cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000040;background:#f8f9fa}
@media (max-width: 768px) {
.industries-hero-content h1{font-size:2rem}
.industries-hero-content .lead-text{font-size:1.1rem}
.industries-cards-grid{grid-template-columns:1fr;gap:25px}
.industries-approach-wrapper{grid-template-columns:1fr;gap:40px}
.approach-image-area{order:-1}
.methodology-features-grid{grid-template-columns:1fr;gap:25px}
.benefits-layout-container{grid-template-columns:1fr;gap:40px}
.benefits-image-column{order:-1}
.industries-grid-title h2,.methodology-header-zone h2,.benefits-content-column h2,.cta-final-content h2{font-size:2rem}
.approach-content-area h2{font-size:1.9rem}
}
.index-hero-wrap{background:linear-gradient(135deg,#DADEEF 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,#95a8c126 0%,transparent 70%);border-radius:50%}
.index-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}
.index-hero-text h1{font-size:2.8rem;color:#212529;line-height:1.2;margin-bottom:24px;font-weight:700}
.index-hero-text p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:32px}
.index-hero-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #0000001f}
.index-cta-primary{display:inline-block;padding:16px 40px;background:#95A8C1;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #95a8c14d}
.index-cta-primary:hover{background:#7d92ab;transform:translateY(-2px);box-shadow:0 6px 16px #95a8c166}
.index-approach-section{padding:80px 20px;background:#fff}
.index-approach-container{max-width:1100px;margin:0 auto}
.index-approach-intro{text-align:center;margin-bottom:60px}
.index-approach-intro h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.index-approach-intro p{font-size:1.1rem;color:#495057;max-width:800px;margin:0 auto;line-height:1.8}
.index-approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}
.index-approach-card{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);padding:40px 30px;border-radius:10px;border:2px solid #DADEEF;transition:all .3s ease;position:relative}
.index-approach-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#95A8C1;border-radius:10px 0 0 10px;transition:height .3s ease}
.index-approach-card:hover::before{height:100%}
.index-approach-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px #95a8c133}
.index-approach-icon{width:60px;height:60px;background:#DADEEF;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:1.8rem;color:#95A8C1}
.index-approach-card h3{font-size:1.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.index-approach-card p{font-size:1rem;color:#495057;line-height:1.7}
.index-process-section{padding:80px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.index-process-wrapper{max-width:1200px;margin:0 auto}
.index-process-header{margin-bottom:60px}
.index-process-header h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.index-process-header p{font-size:1.1rem;color:#495057;line-height:1.8;max-width:900px}
.index-process-visual{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;margin-bottom:60px}
.index-process-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 20px #0000001a}
.index-process-steps{display:flex;flex-direction:column;gap:30px}
.index-process-item{background:#fff;padding:30px;border-radius:10px;border-left:5px solid #95A8C1;box-shadow:0 4px 12px #00000014;transition:all .3s ease}
.index-process-item:hover{box-shadow:0 8px 20px #95a8c140;transform:translateX(5px)}
.index-process-item h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600;display:flex;align-items:center;gap:15px}
.index-process-number{width:36px;height:36px;background:#DADEEF;color:#95A8C1;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}
.index-process-item p{font-size:1rem;color:#495057;line-height:1.7;margin-left:51px}
.index-insights-section{padding:80px 20px;background:#fff}
.index-insights-container{max-width:1200px;margin:0 auto}
.index-insights-title{text-align:center;margin-bottom:50px}
.index-insights-title h2{font-size:2.4rem;color:#212529;margin-bottom:18px;font-weight:700}
.index-insights-title p{font-size:1.1rem;color:#495057;line-height:1.8}
.index-insights-layout{display:grid;grid-template-columns:2fr 1fr;gap:50px;align-items:start}
.index-insights-content{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:45px;border-radius:12px;border:2px solid #DADEEF}
.index-insights-content h3{font-size:1.8rem;color:#212529;margin-bottom:24px;font-weight:600}
.index-insights-list{display:flex;flex-direction:column;gap:24px}
.index-insight-point{display:flex;gap:20px;align-items:start}
.index-insight-marker{width:48px;height:48px;background:#95A8C1;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0;font-weight:600}
.index-insight-text{flex:1}
.index-insight-text h4{font-size:1.2rem;color:#212529;margin-bottom:8px;font-weight:600}
.index-insight-text p{font-size:1rem;color:#495057;line-height:1.7}
.index-insights-sidebar img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 20px #0000001a;margin-bottom:30px}
.index-insights-cta{background:#DADEEF;padding:35px;border-radius:10px;text-align:center}
.index-insights-cta h4{font-size:1.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.index-insights-cta p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:24px}
.index-cta-secondary{display:inline-block;padding:14px 35px;background:#95A8C1;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease}
.index-cta-secondary:hover{background:#7d92ab;transform:translateY(-2px);box-shadow:0 6px 16px #95a8c159}
@media (max-width: 768px) {
.index-hero-content{grid-template-columns:1fr;gap:40px}
.index-hero-text h1{font-size:2rem}
.index-hero-text p{font-size:1rem}
.index-approach-grid{grid-template-columns:1fr;gap:30px}
.index-process-visual{grid-template-columns:1fr;gap:40px}
.index-process-item p{margin-left:0}
.index-insights-layout{grid-template-columns:1fr;gap:40px}
.index-insights-content{padding:30px}
.index-approach-intro h2,.index-process-header h2,.index-insights-title h2{font-size:1.8rem}
}
.contact-wrapper-main{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0}
.contact-hero-section{background:linear-gradient(180deg,#DADEEF 0%,#BDC4DB 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,#95a8c133 0%,transparent 70%);border-radius:50%}
.contact-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#ffffff4d 0%,transparent 70%);border-radius:50%}
.contact-hero-content{max-width:700px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.contact-hero-content p{font-size:1.15rem;color:#343a40;line-height:1.6;margin:0}
.contact-content-grid{max-width:1200px;margin:0 auto;padding:70px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.contact-info-panel{background:#fff;padding:50px 40px;border-radius:12px;box-shadow:0 4px 20px #95a8c126;border-left:5px solid #95A8C1}
.contact-info-panel h2{font-size:2rem;color:#212529;margin-bottom:30px;font-weight:600}
.info-block-item{margin-bottom:35px;padding-left:50px;position:relative}
.info-block-item:last-child{margin-bottom:0}
.info-block-item::before{content:'';position:absolute;left:0;top:3px;width:35px;height:35px;background:linear-gradient(135deg,#95A8C1 0%,#BDC4DB 100%);border-radius:8px}
.info-block-item h3{font-size:1.1rem;color:#495057;margin-bottom:8px;font-weight:600}
.info-block-item p{font-size:1rem;color:#343a40;line-height:1.7;margin:0}
.info-block-item a{color:#343a40;text-decoration:none;transition:color .3s ease}
.info-block-item a:hover{color:#95A8C1}
.contact-form-panel{background:#fff;padding:50px 40px;border-radius:12px;box-shadow:0 4px 20px #95a8c126;border-right:5px solid #BDC4DB}
.contact-form-panel h2{font-size:2rem;color:#212529;margin-bottom:15px;font-weight:600}
.contact-form-panel > p{font-size:1rem;color:#495057;line-height:1.6;margin-bottom:35px}
.form-group-custom{margin-bottom:25px}
.form-group-custom label{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.form-group-custom input,.form-group-custom textarea,.form-group-custom select{width:100%;padding:14px 18px;border:2px solid #DADEEF;border-radius:8px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .3s ease;font-family:inherit}
.form-group-custom input:focus,.form-group-custom textarea:focus,.form-group-custom select:focus{outline:none;border-color:#95A8C1;background:#fff;box-shadow:0 0 0 3px #95a8c11a}
.form-group-custom textarea{min-height:150px;resize:vertical}
.form-checkbox-group{margin:30px 0;display:flex;align-items:start;gap:12px}
.form-checkbox-group input[type="checkbox"]{width:20px;height:20px;margin-top:3px;cursor:pointer;accent-color:#95A8C1;flex-shrink:0}
.form-checkbox-group label{font-size:.9rem;color:#495057;line-height:1.5;cursor:pointer}
.form-checkbox-group label a{color:#95A8C1;text-decoration:none;border-bottom:1px solid #95A8C1;transition:color .3s ease}
.form-checkbox-group label a:hover{color:#7a8da8}
.submit-btn-custom{width:100%;padding:16px 30px;background:linear-gradient(135deg,#95A8C1 0%,#BDC4DB 100%);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #95a8c14d}
.submit-btn-custom:hover{transform:translateY(-2px);box-shadow:0 6px 25px #95a8c166}
.submit-btn-custom:active{transform:translateY(0)}
.additional-info-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 20px;position:relative}
.additional-info-section::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#95A8C1 50%,transparent 100%)}
.additional-info-container{max-width:900px;margin:0 auto;text-align:center}
.additional-info-container h2{font-size:2.2rem;color:#212529;margin-bottom:25px;font-weight:600}
.additional-info-container p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.response-time-box{display:inline-block;background:#DADEEF;padding:15px 35px;border-radius:50px;margin-top:20px}
.response-time-box p{font-size:1rem;color:#343a40;font-weight:500;margin:0}
@media (max-width: 968px) {
.contact-content-grid{grid-template-columns:1fr;gap:40px;padding:50px 20px}
.contact-hero-content h1{font-size:2.2rem}
.contact-info-panel,.contact-form-panel{padding:40px 30px}
}
@media (max-width: 640px) {
.contact-hero-section{padding:60px 20px 40px}
.contact-hero-content h1{font-size:1.8rem}
.contact-hero-content p{font-size:1rem}
.contact-info-panel h2,.contact-form-panel h2,.additional-info-container h2{font-size:1.6rem}
.contact-info-panel,.contact-form-panel{padding:30px 20px}
.info-block-item{padding-left:45px}
.additional-info-section{padding:60px 20px}
}
.services-hero-wrap{background:linear-gradient(135deg,#DADEEF 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.services-hero-wrap::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:radial-gradient(circle,#bdc4db4d 0%,transparent 70%);border-radius:50%}
.services-hero-content{max-width:850px;margin:0 auto;text-align:center}
.services-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.services-hero-content .hero-subtitle{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:0}
.services-grid-section{padding:70px 20px;background:#fff}
.services-grid-container{max-width:1200px;margin:0 auto}
.services-grid-intro{text-align:center;margin-bottom:55px}
.services-grid-intro h2{font-size:2.2rem;color:#212529;margin-bottom:18px;font-weight:600}
.services-grid-intro p{font-size:1.05rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.6}
.services-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;margin-bottom:50px}
.service-card-item{background:#fafbfc;border:1px solid #e1e4e8;border-radius:12px;padding:35px 28px;transition:all .3s ease;position:relative}
.service-card-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #95a8c133;border-color:#95A8C1}
.service-card-item h3{font-size:1.45rem;color:#212529;margin-bottom:15px;font-weight:600}
.service-card-item .card-description{font-size:.98rem;color:#495057;line-height:1.65;margin-bottom:20px}
.service-card-item .card-features{list-style:none;padding:0;margin:0}
.service-card-item .card-features li{padding:8px 0;color:#343a40;font-size:.95rem;position:relative;padding-left:25px}
.service-card-item .card-features li::before{content:'';position:absolute;left:0;color:#95A8C1;font-weight:700}
.process-section-visual{padding:75px 20px;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%)}
.process-content-wrap{max-width:1150px;margin:0 auto}
.process-header-block{text-align:center;margin-bottom:60px}
.process-header-block h2{font-size:2.1rem;color:#212529;margin-bottom:16px;font-weight:600}
.process-header-block p{font-size:1.05rem;color:#495057;max-width:620px;margin:0 auto;line-height:1.6}
.process-steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;position:relative}
.process-step-box{background:#fff;padding:32px 25px;border-radius:10px;border:2px solid #DADEEF;position:relative;transition:all .3s ease}
.process-step-box:hover{border-color:#95A8C1;box-shadow:0 6px 20px #95a8c126}
.process-step-number{width:50px;height:50px;background:linear-gradient(135deg,#95A8C1 0%,#BDC4DB 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;margin-bottom:20px}
.process-step-box h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.process-step-box p{font-size:.96rem;color:#495057;line-height:1.65;margin:0}
.pricing-showcase-section{padding:70px 20px;background:#fff}
.pricing-content-holder{max-width:1100px;margin:0 auto}
.pricing-intro-text{text-align:center;margin-bottom:50px}
.pricing-intro-text h2{font-size:2.2rem;color:#212529;margin-bottom:18px;font-weight:600}
.pricing-intro-text p{font-size:1.05rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.pricing-cards-display{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:45px}
.pricing-card-single{background:#fafbfc;border:2px solid #e1e4e8;border-radius:12px;padding:40px 30px;text-align:center;transition:all .3s ease;position:relative}
.pricing-card-single:hover{transform:translateY(-3px);border-color:#95A8C1;box-shadow:0 10px 30px #95a8c12e}
.pricing-card-single.featured-plan{border-color:#95A8C1;background:linear-gradient(135deg,#fff 0%,#DADEEF 100%)}
.pricing-card-single h3{font-size:1.5rem;color:#212529;margin-bottom:15px;font-weight:600}
.pricing-amount-display{font-size:2.8rem;color:#95A8C1;font-weight:700;margin-bottom:10px}
.pricing-amount-display .currency-symbol{font-size:1.8rem;vertical-align:super}
.pricing-period-text{font-size:.95rem;color:#495057;margin-bottom:25px}
.pricing-features-list{list-style:none;padding:0;margin:0 0 30px;text-align:left}
.pricing-features-list li{padding:10px 0;color:#343a40;font-size:.95rem;position:relative;padding-left:28px}
.pricing-features-list li::before{content:'';position:absolute;left:0;color:#95A8C1;font-weight:700;font-size:1.1rem}
.pricing-cta-button{display:inline-block;background:#95A8C1;color:#fff;padding:14px 35px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer}
.pricing-cta-button:hover{background:#7d92ab;transform:scale(1.03);box-shadow:0 5px 15px #95a8c14d}
.featured-plan .pricing-cta-button{background:#212529}
.featured-plan .pricing-cta-button:hover{background:#343a40}
.visual-showcase-section{padding:75px 20px;background:linear-gradient(to right,#f8f9fa 0%,#DADEEF 100%)}
.visual-showcase-container{max-width:1200px;margin:0 auto}
.visual-content-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;margin-bottom:60px}
.visual-text-block h2{font-size:2.1rem;color:#212529;margin-bottom:20px;font-weight:600;line-height:1.3}
.visual-text-block p{font-size:1.02rem;color:#495057;line-height:1.7;margin-bottom:18px}
.visual-text-block .highlight-box{background:#fff;padding:20px;border-left:4px solid #95A8C1;border-radius:6px;margin-top:25px}
.visual-text-block .highlight-box p{margin:0;color:#343a40;font-style:italic}
.visual-image-block{position:relative}
.visual-image-block img{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 8px 25px #0000001a}
.visual-content-layout.reverse-layout{grid-template-columns:1fr 1fr}
.visual-content-layout.reverse-layout .visual-text-block{order:2}
.visual-content-layout.reverse-layout .visual-image-block{order:1}
@media (max-width: 768px) {
.services-hero-content h1{font-size:2rem}
.services-hero-content .hero-subtitle{font-size:1rem}
.services-cards-grid{grid-template-columns:1fr}
.process-steps-container{grid-template-columns:1fr}
.pricing-cards-display{grid-template-columns:1fr}
.visual-content-layout,.visual-content-layout.reverse-layout{grid-template-columns:1fr;gap:30px}
.visual-content-layout.reverse-layout .visual-text-block,.visual-content-layout.reverse-layout .visual-image-block{order:unset}
.visual-image-block img{height:280px}
.services-hero-wrap{padding:50px 20px 40px}
.services-grid-section,.process-section-visual,.pricing-showcase-section,.visual-showcase-section{padding:50px 20px}
}
@media (max-width: 480px) {
.services-hero-content h1{font-size:1.7rem}
.services-grid-intro h2,.process-header-block h2,.pricing-intro-text h2,.visual-text-block h2{font-size:1.7rem}
.pricing-amount-display{font-size:2.3rem}
.service-card-item,.process-step-box,.pricing-card-single{padding:25px 20px}
}
.hiw-wrapper-2025{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);min-height:100vh}
.hiw-hero-block{background:linear-gradient(to right,#DADEEF 0%,#BDC4DB 100%);padding:90px 20px 80px;position:relative;overflow:hidden}
.hiw-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#95a8c126;border-radius:50%;z-index:1}
.hiw-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.hiw-hero-title{font-size:48px;font-weight:700;color:#212529;margin:0 0 24px;line-height:1.2;letter-spacing:-.5px}
.hiw-hero-subtitle{font-size:20px;color:#495057;line-height:1.6;max-width:680px;margin:0 0 36px}
.hiw-nav-links{display:flex;gap:16px;flex-wrap:wrap}
.hiw-btn-primary{display:inline-block;padding:14px 32px;background:#95A8C1;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;transition:all .3s ease;border:2px solid #95A8C1}
.hiw-btn-primary:hover{background:#7a8da8;border-color:#7a8da8;transform:translateY(-2px);box-shadow:0 6px 20px #95a8c14d}
.hiw-btn-secondary{display:inline-block;padding:14px 32px;background:transparent;color:#212529;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;border:2px solid #212529;transition:all .3s ease}
.hiw-btn-secondary:hover{background:#212529;color:#fff;transform:translateY(-2px)}
.hiw-journey-section{padding:100px 20px;background:#fff}
.hiw-journey-container{max-width:1140px;margin:0 auto}
.hiw-section-header{text-align:center;margin-bottom:70px}
.hiw-section-title{font-size:42px;font-weight:700;color:#212529;margin:0 0 18px;line-height:1.3}
.hiw-section-description{font-size:18px;color:#495057;line-height:1.7;max-width:720px;margin:0 auto}
.hiw-timeline-wrapper{position:relative;padding:40px 0}
.hiw-timeline-item{display:flex;gap:50px;margin-bottom:70px;position:relative;align-items:flex-start}
.hiw-timeline-item:last-child{margin-bottom:0}
.hiw-timeline-marker-container{flex-shrink:0;width:80px;display:flex;flex-direction:column;align-items:center;position:relative}
.hiw-timeline-marker{width:70px;height:70px;background:linear-gradient(135deg,#95A8C1 0%,#BDC4DB 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#fff;box-shadow:0 4px 15px #95a8c140;position:relative;z-index:2}
.hiw-timeline-connector{width:3px;flex-grow:1;background:linear-gradient(to bottom,#BDC4DB 0%,#DADEEF 100%);margin-top:15px;min-height:80px}
.hiw-timeline-item:last-child .hiw-timeline-connector{display:none}
.hiw-timeline-content{flex:1;padding-top:8px}
.hiw-timeline-heading{font-size:26px;font-weight:700;color:#212529;margin:0 0 14px;line-height:1.3}
.hiw-timeline-text{font-size:17px;color:#495057;line-height:1.7;margin:0 0 12px}
.hiw-solutions-section{padding:100px 20px;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%)}
.hiw-solutions-container{max-width:1140px;margin:0 auto}
.hiw-solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:50px}
.hiw-challenge-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 12px #0000000f;border-left:5px solid #95A8C1;transition:all .3s ease}
.hiw-challenge-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #95a8c133}
.hiw-challenge-title{font-size:22px;font-weight:700;color:#212529;margin:0 0 16px;line-height:1.3}
.hiw-challenge-problem{font-size:16px;color:#6c757d;line-height:1.6;margin:0 0 20px;padding-left:20px;border-left:3px solid #DADEEF}
.hiw-challenge-solution{font-size:16px;color:#343a40;line-height:1.7;margin:0}
.hiw-challenge-solution strong{color:#95A8C1;font-weight:600}
.hiw-editorial-section{padding:100px 20px;background:#fff;position:relative}
.hiw-editorial-container{max-width:1140px;margin:0 auto}
.hiw-editorial-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hiw-editorial-image-block{position:relative}
.hiw-editorial-image-block::before{content:'';position:absolute;top:-20px;left:-20px;width:100%;height:100%;background:linear-gradient(135deg,#DADEEF 0%,#BDC4DB 100%);border-radius:16px;z-index:1}
.hiw-editorial-img{width:100%;height:auto;border-radius:16px;display:block;position:relative;z-index:2;box-shadow:0 10px 30px #0000001f}
.hiw-editorial-content{padding:20px 0}
.hiw-editorial-heading{font-size:38px;font-weight:700;color:#212529;margin:0 0 24px;line-height:1.3}
.hiw-editorial-paragraph{font-size:17px;color:#495057;line-height:1.8;margin:0 0 20px}
.hiw-editorial-list{list-style:none;padding:0;margin:30px 0}
.hiw-editorial-list-item{font-size:16px;color:#343a40;line-height:1.7;margin-bottom:16px;padding-left:35px;position:relative}
.hiw-editorial-list-item::before{content:'';position:absolute;left:0;top:0;width:24px;height:24px;background:#95A8C1;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}
.hiw-cta-wrapper{margin-top:35px}
@media (max-width: 768px) {
.hiw-hero-block{padding:60px 20px 50px}
.hiw-hero-title{font-size:34px;margin-bottom:18px}
.hiw-hero-subtitle{font-size:17px;margin-bottom:28px}
.hiw-nav-links{flex-direction:column}
.hiw-btn-primary,.hiw-btn-secondary{text-align:center;width:100%}
.hiw-journey-section,.hiw-solutions-section,.hiw-editorial-section{padding:60px 20px}
.hiw-section-title{font-size:32px;margin-bottom:14px}
.hiw-section-description{font-size:16px}
.hiw-timeline-item{gap:30px;margin-bottom:50px}
.hiw-timeline-marker-container{width:60px}
.hiw-timeline-marker{width:55px;height:55px;font-size:22px}
.hiw-timeline-connector{min-height:60px}
.hiw-timeline-heading{font-size:22px}
.hiw-timeline-text{font-size:16px}
.hiw-solutions-grid{grid-template-columns:1fr;gap:30px}
.hiw-challenge-card{padding:30px}
.hiw-editorial-layout{grid-template-columns:1fr;gap:40px}
.hiw-editorial-heading{font-size:30px}
.hiw-editorial-paragraph{font-size:16px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.hiw-hero-title{font-size:42px}
.hiw-section-title{font-size:38px}
.hiw-timeline-item{gap:40px}
.hiw-solutions-grid{gap:35px}
.hiw-editorial-layout{gap:50px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.cookie-policy-header-section{background:linear-gradient(120deg,#DADEEF 0%,#BDC4DB 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.cookie-policy-header-section::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,#95a8c126 0%,transparent 70%);border-radius:50%}
.cookie-policy-header-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#bdc4db33 0%,transparent 70%);border-radius:50%}
.cookie-policy-main-title{font-size:42px;font-weight:700;color:#212529;margin:0 0 16px;position:relative;z-index:2;line-height:1.2}
.cookie-policy-subtitle{font-size:18px;color:#495057;margin:0;position:relative;z-index:2;line-height:1.6}
.cookie-policy-content-container{max-width:900px;margin:0 auto;padding:60px 20px 80px}
.cookie-policy-intro-block{background:#fff;border-left:4px solid #95A8C1;padding:32px;margin-bottom:48px;border-radius:8px;box-shadow:0 2px 8px #0000000a}
.cookie-policy-intro-block p{font-size:16px;line-height:1.8;color:#343a40;margin:0 0 16px}
.cookie-policy-intro-block p:last-child{margin-bottom:0}
.cookie-policy-section-block{background:#fff;padding:40px 36px;margin-bottom:32px;border-radius:12px;box-shadow:0 3px 12px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.cookie-policy-section-block:hover{transform:translateY(-4px);box-shadow:0 6px 20px #95a8c126}
.cookie-policy-section-heading{font-size:26px;font-weight:600;color:#212529;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #DADEEF;line-height:1.3}
.cookie-policy-section-block p{font-size:15px;line-height:1.8;color:#495057;margin:0 0 18px}
.cookie-policy-section-block p:last-child{margin-bottom:0}
.cookie-policy-types-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:28px}
.cookie-policy-type-card{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);border:2px solid #DADEEF;border-radius:10px;padding:26px;transition:border-color .3s ease,background .3s ease}
.cookie-policy-type-card:hover{border-color:#95A8C1;background:#fff}
.cookie-policy-type-title{font-size:19px;font-weight:600;color:#212529;margin:0 0 12px;display:flex;align-items:center;line-height:1.4}
.cookie-policy-type-icon{width:32px;height:32px;background:linear-gradient(135deg,#95A8C1 0%,#BDC4DB 100%);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}
.cookie-policy-type-icon::after{content:'●';color:#fff;font-size:14px}
.cookie-policy-type-description{font-size:15px;line-height:1.7;color:#495057;margin:0}
.cookie-policy-list-styled{list-style:none;padding:0;margin:24px 0 0}
.cookie-policy-list-styled li{font-size:15px;line-height:1.7;color:#495057;padding-left:32px;margin-bottom:14px;position:relative}
.cookie-policy-list-styled li::before{content:'';position:absolute;left:0;top:8px;width:8px;height:8px;background:#95A8C1;border-radius:50%}
.cookie-policy-emphasis-box{background:linear-gradient(135deg,#DADEEF 0%,#BDC4DB 30%);padding:28px 32px;border-radius:10px;margin:32px 0;border-left:5px solid #95A8C1}
.cookie-policy-emphasis-box p{font-size:15px;line-height:1.8;color:#212529;margin:0 0 14px;font-weight:500}
.cookie-policy-emphasis-box p:last-child{margin-bottom:0}
.cookie-policy-table-wrapper{overflow-x:auto;margin:28px 0;border-radius:8px;box-shadow:0 2px 8px #0000000a}
.cookie-policy-data-table{width:100%;border-collapse:collapse;background:#fff}
.cookie-policy-data-table th{background:linear-gradient(135deg,#95A8C1 0%,#BDC4DB 100%);color:#fff;padding:16px;text-align:left;font-size:15px;font-weight:600;border:none}
.cookie-policy-data-table td{padding:16px;border-bottom:1px solid #f0f0f0;font-size:14px;color:#495057;line-height:1.6}
.cookie-policy-data-table tr:last-child td{border-bottom:none}
.cookie-policy-data-table tr:hover{background:#fafbfc}
.cookie-policy-contact-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #DADEEF;border-radius:12px;padding:36px;margin-top:48px;text-align:center}
.cookie-policy-contact-title{font-size:22px;font-weight:600;color:#212529;margin:0 0 18px;line-height:1.3}
.cookie-policy-contact-info{font-size:15px;line-height:1.8;color:#495057;margin:0 0 22px}
.cookie-policy-contact-details{display:flex;flex-direction:column;gap:10px;align-items:center}
.cookie-policy-contact-link{color:#95A8C1;text-decoration:none;font-size:16px;font-weight:500;transition:color .3s ease}
.cookie-policy-contact-link:hover{color:#212529;text-decoration:underline}
.cookie-policy-update-note{text-align:center;padding:24px 20px;font-size:14px;color:#6c757d;font-style:italic}
@media (max-width: 768px) {
.cookie-policy-header-section{padding:60px 20px 40px}
.cookie-policy-main-title{font-size:32px}
.cookie-policy-subtitle{font-size:16px}
.cookie-policy-content-container{padding:40px 16px 60px}
.cookie-policy-intro-block{padding:24px}
.cookie-policy-section-block{padding:28px 24px}
.cookie-policy-section-heading{font-size:22px}
.cookie-policy-type-card{padding:20px}
.cookie-policy-emphasis-box{padding:20px 24px}
.cookie-policy-contact-section{padding:28px 24px}
.cookie-policy-data-table th,.cookie-policy-data-table td{padding:12px;font-size:13px}
}
@media (max-width: 480px) {
.cookie-policy-main-title{font-size:28px}
.cookie-policy-section-heading{font-size:20px}
.cookie-policy-type-title{font-size:17px}
}
.privacy-policy-page{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.privacy-header-section{background:linear-gradient(165deg,#95A8C1 0%,#BDC4DB 50%,#DADEEF 100%);padding:4.5rem 1.5rem 3rem;text-align:center;position:relative;overflow:hidden}
.privacy-header-section::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:#ffffff14;transform:rotate(25deg)}
.privacy-main-title{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 1rem;letter-spacing:-.5px;position:relative;z-index:2}
.privacy-update-date{font-size:1.05rem;color:#ffffffeb;margin:0;font-weight:500;position:relative;z-index:2}
.privacy-content-wrapper{max-width:920px;margin:0 auto;padding:3.5rem 1.5rem 4rem}
.privacy-intro-block{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 12px #95a8c11f;margin-bottom:2.5rem;border-left:5px solid #95A8C1}
.privacy-intro-block p{font-size:1.1rem;line-height:1.75;color:#495057;margin:0 0 1.2rem}
.privacy-intro-block p:last-child{margin-bottom:0}
.privacy-section-item{background:#fff;padding:2.2rem 2.5rem;margin-bottom:2rem;border-radius:10px;box-shadow:0 1px 8px #95a8c11a;border-top:3px solid #DADEEF;transition:transform .2s ease,box-shadow .2s ease}
.privacy-section-item:hover{transform:translateY(-3px);box-shadow:0 4px 16px #95a8c12e}
.privacy-section-heading{font-size:1.75rem;font-weight:700;color:#212529;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #DADEEF}
.privacy-section-item p{font-size:1.05rem;line-height:1.8;color:#495057;margin:0 0 1.3rem}
.privacy-section-item p:last-child{margin-bottom:0}
.privacy-list-styled{list-style:none;padding:0;margin:1.5rem 0}
.privacy-list-styled li{font-size:1.05rem;line-height:1.75;color:#495057;margin-bottom:1rem;padding-left:2rem;position:relative}
.privacy-list-styled li::before{content:'';position:absolute;left:0;top:.6rem;width:8px;height:8px;background:#95A8C1;border-radius:50%}
.privacy-subsection-title{font-size:1.3rem;font-weight:600;color:#343a40;margin:2rem 0 1rem}
.privacy-contact-box{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:2.5rem;border-radius:12px;margin-top:3rem;border:2px solid #BDC4DB;text-align:center}
.privacy-contact-box h3{font-size:1.65rem;font-weight:700;color:#212529;margin:0 0 1.2rem}
.privacy-contact-box p{font-size:1.05rem;line-height:1.7;color:#495057;margin:0 0 1.5rem}
.privacy-contact-details{display:flex;flex-direction:column;gap:.8rem;align-items:center}
.privacy-contact-link{font-size:1.1rem;color:#95A8C1;text-decoration:none;font-weight:600;transition:color .2s ease}
.privacy-contact-link:hover{color:#7a8fa8;text-decoration:underline}
.privacy-address-text{font-size:1.05rem;color:#495057;margin:.5rem 0 0}
@media (max-width: 768px) {
.privacy-main-title{font-size:2rem}
.privacy-header-section{padding:3rem 1.2rem 2rem}
.privacy-content-wrapper{padding:2rem 1.2rem 3rem}
.privacy-intro-block{padding:1.8rem}
.privacy-section-item{padding:1.8rem 1.5rem}
.privacy-section-heading{font-size:1.5rem}
.privacy-contact-box{padding:2rem 1.5rem}
}
@media (max-width: 480px) {
.privacy-main-title{font-size:1.65rem}
.privacy-update-date{font-size:.95rem}
.privacy-section-heading{font-size:1.35rem}
.privacy-intro-block,.privacy-section-item,.privacy-contact-box{padding:1.5rem}
.privacy-list-styled li{padding-left:1.5rem}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.success-main-container{max-width:920px;margin:0 auto;padding:80px 20px 60px}
.success-icon-area{text-align:center;margin-bottom:35px}
.success-checkmark-circle{width:110px;height:110px;margin:0 auto;background:linear-gradient(135deg,#95A8C1 0%,#BDC4DB 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #95a8c140;animation:successPulse .6s ease-out}
@keyframes successPulse {
0%{transform:scale(0.3);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-svg{width:55px;height:55px}
.success-checkmark-path{stroke:#fff;stroke-width:4;fill:none;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;animation:drawCheck .8s ease-out .3s forwards}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.success-heading-primary{font-size:2.8rem;font-weight:700;color:#212529;text-align:center;margin:0 0 18px;line-height:1.2}
.success-message-block{background:#fff;border-radius:12px;padding:45px 40px;margin-bottom:40px;box-shadow:0 2px 12px #0000000f;border-left:4px solid #95A8C1}
.success-message-text{font-size:1.1rem;color:#495057;line-height:1.7;margin:0 0 22px}
.success-message-text:last-child{margin-bottom:0}
.success-message-highlight{color:#95A8C1;font-weight:600}
.success-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin:45px 0}
.success-info-card{background:#fff;padding:32px 28px;border-radius:10px;box-shadow:0 2px 10px #0000000d;transition:all .3s ease}
.success-info-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #95a8c133}
.success-card-icon{width:42px;height:42px;background:linear-gradient(135deg,#DADEEF 0%,#BDC4DB 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.success-card-icon-svg{width:24px;height:24px;stroke:#95A8C1;stroke-width:2.5;fill:none}
.success-card-title{font-size:1.15rem;font-weight:600;color:#212529;margin:0 0 12px}
.success-card-description{font-size:.95rem;color:#6c757d;line-height:1.6;margin:0}
.success-navigation-section{background:linear-gradient(135deg,#DADEEF 0%,#f8f9fa 100%);border-radius:12px;padding:40px 35px;margin-bottom:35px}
.success-nav-heading{font-size:1.4rem;font-weight:600;color:#212529;text-align:center;margin:0 0 28px}
.success-button-group{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.success-btn-primary{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:linear-gradient(135deg,#95A8C1 0%,#BDC4DB 100%);color:#fff;text-decoration:none;font-size:1rem;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #95a8c14d}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #95a8c166;color:#fff}
.success-btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:#fff;color:#95A8C1;text-decoration:none;font-size:1rem;font-weight:600;border-radius:8px;border:2px solid #95A8C1;transition:all .3s ease}
.success-btn-secondary:hover{background:#95A8C1;color:#fff;transform:translateY(-2px)}
.success-resources-area{background:#fff;border-radius:12px;padding:38px 35px;box-shadow:0 2px 10px #0000000d}
.success-resources-title{font-size:1.3rem;font-weight:600;color:#212529;margin:0 0 25px}
.success-resource-list{list-style:none;padding:0;margin:0}
.success-resource-item{padding:18px 0;border-bottom:1px solid #f0f0f0}
.success-resource-item:last-child{border-bottom:none}
.success-resource-link{display:flex;align-items:center;gap:14px;text-decoration:none;color:#495057;transition:all .3s ease}
.success-resource-link:hover{color:#95A8C1;transform:translateX(5px)}
.success-resource-icon{width:36px;height:36px;background:linear-gradient(135deg,#DADEEF 0%,#BDC4DB 100%);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.success-resource-icon-svg{width:20px;height:20px;stroke:#95A8C1;stroke-width:2.5;fill:none}
.success-resource-content h4{font-size:1.05rem;font-weight:600;color:#212529;margin:0 0 6px}
.success-resource-content p{font-size:.9rem;color:#6c757d;margin:0;line-height:1.5}
.success-contact-reminder{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #DADEEF;border-radius:10px;padding:28px 32px;margin-top:35px;text-align:center}
.success-reminder-text{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.success-contact-link{color:#95A8C1;font-weight:600;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}
.success-contact-link:hover{border-bottom-color:#95A8C1}
@media (max-width: 768px) {
.success-main-container{padding:60px 16px 40px}
.success-heading-primary{font-size:2.2rem}
.success-message-block{padding:32px 24px}
.success-details-grid{grid-template-columns:1fr;gap:20px}
.success-button-group{flex-direction:column;align-items:stretch}
.success-btn-primary,.success-btn-secondary{justify-content:center;width:100%}
.success-checkmark-circle{width:90px;height:90px}
.success-checkmark-svg{width:45px;height:45px}
.success-navigation-section{padding:32px 24px}
.success-resources-area{padding:30px 24px}
}
@media (max-width: 480px) {
.success-heading-primary{font-size:1.9rem}
.success-message-text{font-size:1rem}
.success-info-card{padding:24px 20px}
}