*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-shade:#A093B3;--secondary-shade:#A4A0C9;--tertiary-shade:#E1DFE9;--white-base:#fff;--light-neutral:#f8f9fa;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d}
body{color:var(--text-dark);background-color:var(--white-base);font:16px/1.65 -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}
.header_outer_container{background:linear-gradient(135deg,var(--tertiary-shade) 0%,var(--white-base) 100%);border-bottom:1px solid #a093b326;padding:20px 0;position:relative}
.header_flow_wrapper{max-width:1280px;margin:0 auto;padding:0 40px;display:flex;align-items:center;gap:15px;flex-wrap:wrap}
.logo_container_box{display:flex;align-items:center;gap:12px;position:relative;z-index:50}
.logo_image_element{height:70px;width:70px;object-fit:contain}
.company_brand_text{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600;color:var(--primary-shade);letter-spacing:-.02em}
.connector_dot{width:6px;height:6px;background:var(--secondary-shade);border-radius:50%;flex-shrink:0}
.tagline_element_phrase{font-size:clamp(0.875rem,1.5vw,1rem);color:var(--text-medium);font-style:italic;padding:0 8px}
.navigation_primary_menu{display:flex;gap:8px;margin-left:auto;align-items:center}
.nav_link_item{text-decoration:none;color:var(--text-dark);padding:10px 18px;font-size:.95rem;font-weight:500;border-radius:6px;transition:background-color .25s ease,color .25s ease;display:inline-block}
.nav_link_item:hover{background-color:#a093b31f;color:var(--primary-shade)}
.nav_link_item:focus{outline:2px solid var(--primary-shade);outline-offset:2px}
.hero_section_block{background:linear-gradient(160deg,var(--white-base) 0%,var(--tertiary-shade) 100%);padding:80px 40px;text-align:center}
.hero_inner_content{max-width:920px;margin:0 auto}
.hero_heading_main{font-size:clamp(2rem,5vw,3.5rem);color:var(--text-dark);font-weight:700;margin-bottom:24px;line-height:1.2}
.hero_description_text{font-size:clamp(1.05rem,2vw,1.3rem);color:var(--text-medium);margin-bottom:36px;max-width:720px;margin-left:auto;margin-right:auto}
.cta_button_primary{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,var(--primary-shade),var(--secondary-shade));color:var(--white-base);text-decoration:none;font-size:1.05rem;font-weight:600;border-radius:8px;transition:opacity .3s ease}
.cta_button_primary:hover{opacity:.88}
.cta_button_primary:focus{outline:3px solid var(--primary-shade);outline-offset:3px}
.features_grid_section{padding:90px 40px;background-color:var(--light-neutral)}
.features_container_wrapper{max-width:1200px;margin:0 auto}
.section_title_heading{font-size:clamp(1.75rem,4vw,2.5rem);color:var(--text-dark);text-align:center;margin-bottom:60px;font-weight:700}
.features_grid_layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.feature_card_item{background:var(--white-base);padding:36px;border-radius:12px;box-shadow:0 4px 12px #a093b314;transition:box-shadow .3s ease}
.feature_card_item:hover{box-shadow:0 8px 24px #a093b326}
.feature_icon_box{width:56px;height:56px;background:linear-gradient(135deg,var(--tertiary-shade),var(--secondary-shade));border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.75rem}
.feature_title_text{font-size:1.35rem;color:var(--text-dark);margin-bottom:14px;font-weight:600}
.feature_description_paragraph{font-size:1rem;color:var(--text-medium);line-height:1.7}
.statistics_section_area{padding:90px 40px;background:var(--white-base)}
.stats_container_box{max-width:1100px;margin:0 auto;text-align:center}
.stats_grid_display{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:50px;margin-top:50px}
.stat_item_block{padding:20px}
.stat_number_large{font-size:clamp(2.5rem,5vw,3.5rem);color:var(--primary-shade);font-weight:700;display:block;margin-bottom:10px}
.stat_label_text{font-size:1.05rem;color:var(--text-medium);font-weight:500}
.footer_main_container{background:linear-gradient(135deg,var(--primary-shade) 0%,var(--secondary-shade) 100%);color:var(--white-base);padding:60px 40px 30px}
.footer_content_wrapper{max-width:1200px;margin:0 auto}
.footer_grid_layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:50px;margin-bottom:50px}
.footer_column_block{display:flex;flex-direction:column;gap:16px}
.footer_heading_title{font-size:1.15rem;font-weight:600;margin-bottom:8px;color:var(--white-base)}
.footer_link_element{color:#ffffffd9;text-decoration:none;font-size:.95rem;transition:color .25s ease;display:inline-block}
.footer_link_element:hover{color:var(--white-base)}
.footer_link_element:focus{outline:2px solid var(--white-base);outline-offset:2px}
.footer_email_text{color:#ffffffd9;font-size:.95rem}
.footer_bottom_bar{border-top:1px solid #fff3;padding-top:30px;text-align:center}
.copyright_text_element{font-size:.9rem;color:#ffffffbf}
.consent_overlay_container{position:fixed;bottom:0;left:0;right:0;background:var(--white-base);box-shadow:0 -4px 20px #00000026;padding:28px 32px;z-index:9999;border-top:3px solid var(--primary-shade);display:none}
.consent_overlay_container.visible_state{display:block}
.consent_content_inner{max-width:1100px;margin:0 auto;display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.consent_message_text{flex:1;min-width:280px;font-size:.95rem;color:var(--text-dark);line-height:1.6}
.consent_link_policy{color:var(--primary-shade);text-decoration:underline;font-weight:500}
.consent_link_policy:hover{color:var(--secondary-shade)}
.consent_actions_group{display:flex;gap:12px;flex-wrap:wrap}
.consent_button_base{padding:11px 24px;font-size:.9rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:opacity .25s ease;font-family:inherit}
.consent_button_base:hover{opacity:.85}
.consent_button_base:focus{outline:2px solid var(--text-dark);outline-offset:2px}
.consent_accept_btn{background:linear-gradient(135deg,var(--primary-shade),var(--secondary-shade));color:var(--white-base)}
.consent_reject_btn{background:var(--tertiary-shade);color:var(--text-dark)}
@media (max-width: 768px) {
.header_flow_wrapper{padding:0 20px;flex-direction:column;align-items:flex-start;gap:20px}
.connector_dot{display:none}
.tagline_element_phrase{padding:0}
.navigation_primary_menu{margin-left:0;flex-wrap:wrap;width:100%}
.nav_link_item{padding:10px 14px;font-size:.9rem}
.hero_section_block{padding:60px 20px}
.features_grid_section,.statistics_section_area{padding:60px 20px}
.footer_main_container{padding:40px 20px 20px}
.consent_overlay_container{padding:20px}
.consent_content_inner{flex-direction:column;align-items:stretch}
.consent_actions_group{width:100%}
.consent_button_base{flex:1}
}
@media (max-width: 480px) {
.logo_image_element{height:56px;width:56px}
.navigation_primary_menu{gap:6px}
.nav_link_item{padding:8px 12px}
.features_grid_layout{gap:24px}
.stats_grid_display{gap:36px}
.footer_grid_layout{gap:32px}
}
.learning-hub-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}
.learning-hub-wrapper *{box-sizing:border-box}
.learning-hub-intro-section{background:linear-gradient(135deg,#fafbfc 0%,#E1DFE9 100%);padding:80px 20px;position:relative;border-bottom:4px solid #A093B3}
.learning-hub-intro-section::before{content:'';position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,#a4a0c933 0%,transparent 70%);border-radius:50%;z-index:1}
.learning-hub-intro-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.learning-hub-intro-content{max-width:720px}
.learning-hub-intro-content h1{font-size:2.8rem;font-weight:700;color:#343a40;margin:0 0 24px;line-height:1.2}
.learning-hub-intro-content .intro-subheading{font-size:1.3rem;color:#495057;margin:0 0 28px;font-weight:400}
.learning-hub-intro-content p{font-size:1.05rem;color:#495057;margin:0 0 16px}
.learning-hub-intro-content .intro-highlight{background:#a093b326;padding:20px 24px;border-left:4px solid #A093B3;margin:28px 0;font-size:1.08rem}
.insights-grid-section{padding:90px 20px;background:#fff;position:relative}
.insights-grid-container{max-width:1300px;margin:0 auto}
.insights-section-header{text-align:center;margin-bottom:60px}
.insights-section-header h2{font-size:2.4rem;color:#343a40;margin:0 0 16px;font-weight:700}
.insights-section-header .section-subtitle{font-size:1.15rem;color:#495057;margin:0}
.insights-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:50px}
.insight-card-item{background:#f8f9fa;border:2px solid #E1DFE9;border-radius:8px;overflow:hidden;transition:all .3s ease;position:relative}
.insight-card-item:hover{transform:translateY(-6px);box-shadow:0 12px 28px #a093b340;border-color:#A093B3}
.insight-card-image{width:100%;height:220px;object-fit:cover;display:block}
.insight-card-content{padding:28px 24px}
.insight-card-content h3{font-size:1.4rem;color:#343a40;margin:0 0 14px;font-weight:600}
.insight-card-content p{font-size:1rem;color:#495057;margin:0 0 12px;line-height:1.6}
.insight-card-content .card-detail{font-size:.95rem;color:#6c757d;margin:0}
.expert-guidance-section{padding:85px 20px;background:linear-gradient(180deg,#fafbfc 0%,#fff 100%);border-top:1px solid #E1DFE9;border-bottom:1px solid #E1DFE9}
.expert-guidance-container{max-width:1200px;margin:0 auto}
.expert-guidance-header{margin-bottom:50px}
.expert-guidance-header h2{font-size:2.3rem;color:#343a40;margin:0 0 18px;font-weight:700}
.expert-guidance-header p{font-size:1.1rem;color:#495057;margin:0;max-width:800px}
.expert-profiles-wrapper{display:flex;gap:28px;align-items:flex-start}
.expert-profile-card{flex:1;background:#fff;border:2px solid #E1DFE9;border-radius:12px;padding:32px;position:relative;transition:all .3s ease}
.expert-profile-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#A093B3 0%,#A4A0C9 100%);border-radius:12px 12px 0 0}
.expert-profile-card:hover{box-shadow:0 8px 24px #a093b333}
.expert-profile-header{display:flex;align-items:center;gap:20px;margin-bottom:24px}
.expert-profile-img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #A4A0C9}
.expert-profile-info h3{font-size:1.35rem;color:#343a40;margin:0 0 6px;font-weight:600}
.expert-profile-info .expert-role{font-size:.98rem;color:#6c757d;margin:0}
.expert-profile-content p{font-size:1rem;color:#495057;margin:0 0 14px;line-height:1.65}
.expert-profile-content .profile-note{font-size:.95rem;color:#6c757d;font-style:italic;margin:0}
.practical-methods-section{padding:90px 20px;background:#fff}
.practical-methods-container{max-width:1400px;margin:0 auto}
.practical-methods-header{text-align:center;margin-bottom:55px}
.practical-methods-header h2{font-size:2.4rem;color:#343a40;margin:0 0 16px;font-weight:700}
.practical-methods-header p{font-size:1.1rem;color:#495057;margin:0}
.methods-layout-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.methods-list-column{background:#f8f9fa;border:2px solid #E1DFE9;border-radius:10px;padding:40px 36px}
.methods-list-column h3{font-size:1.8rem;color:#343a40;margin:0 0 28px;font-weight:600}
.method-item{margin-bottom:26px;position:relative;padding-left:50px}
.method-item::before{content:'';position:absolute;left:0;top:4px;width:36px;height:36px;background:linear-gradient(135deg,#A093B3 0%,#A4A0C9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.method-item h4{font-size:1.25rem;color:#343a40;margin:0 0 10px;font-weight:600}
.method-item p{font-size:1rem;color:#495057;margin:0;line-height:1.6}
.methods-visual-column{display:flex;flex-direction:column;gap:24px}
.methods-highlight-box{background:linear-gradient(135deg,#E1DFE9 0%,#fafbfc 100%);border:2px solid #A4A0C9;border-radius:10px;padding:32px}
.methods-highlight-box h4{font-size:1.5rem;color:#343a40;margin:0 0 16px;font-weight:600}
.methods-highlight-box p{font-size:1.05rem;color:#495057;margin:0 0 12px;line-height:1.65}
.methods-highlight-box ul{list-style:none;padding:0;margin:16px 0 0}
.methods-highlight-box ul li{font-size:1rem;color:#495057;margin-bottom:10px;padding-left:28px;position:relative}
.methods-highlight-box ul li::before{content:'';position:absolute;left:0;color:#A093B3;font-weight:700;font-size:1.2rem}
.next-steps-section{padding:85px 20px;background:linear-gradient(135deg,#fafbfc 0%,#E1DFE9 100%);border-top:3px solid #A093B3;position:relative}
.next-steps-container{max-width:1100px;margin:0 auto;text-align:center}
.next-steps-container h2{font-size:2.5rem;color:#343a40;margin:0 0 24px;font-weight:700}
.next-steps-container .steps-intro{font-size:1.15rem;color:#495057;margin:0 0 45px;max-width:780px;margin-left:auto;margin-right:auto}
.steps-action-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:50px}
.action-step-box{background:#fff;border:2px solid #A4A0C9;border-radius:12px;padding:36px 30px;text-align:left;transition:all .3s ease;position:relative;overflow:hidden}
.action-step-box::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#A093B3 0%,#A4A0C9 100%);transform:scaleX(0);transition:transform .3s ease}
.action-step-box:hover{transform:scale(1.03);box-shadow:0 10px 30px #a093b340}
.action-step-box:hover::after{transform:scaleX(1)}
.action-step-box h3{font-size:1.5rem;color:#343a40;margin:0 0 16px;font-weight:600}
.action-step-box p{font-size:1.05rem;color:#495057;margin:0;line-height:1.65}
.steps-cta-wrapper{margin-top:45px}
.steps-main-cta{display:inline-block;background:linear-gradient(135deg,#A093B3 0%,#A4A0C9 100%);color:#fff;padding:18px 48px;font-size:1.15rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 15px #a093b34d;position:relative;z-index:10}
.steps-main-cta:hover{transform:translateY(-3px);box-shadow:0 8px 25px #a093b366;background:linear-gradient(135deg,#8f84a6 0%,#9894bc 100%)}
@media (max-width: 992px) {
.learning-hub-intro-content h1{font-size:2.3rem}
.insights-card-grid{grid-template-columns:repeat(2,1fr);gap:24px}
.expert-profiles-wrapper{flex-direction:column}
.methods-layout-wrapper{grid-template-columns:1fr;gap:32px}
.steps-action-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.learning-hub-intro-section{padding:60px 20px}
.learning-hub-intro-content h1{font-size:2rem}
.learning-hub-intro-content .intro-subheading{font-size:1.15rem}
.insights-card-grid{grid-template-columns:1fr}
.insights-section-header h2,.expert-guidance-header h2,.practical-methods-header h2,.next-steps-container h2{font-size:2rem}
.method-item{padding-left:45px}
.method-item::before{width:32px;height:32px}
}
@media (max-width: 576px) {
.learning-hub-intro-content h1{font-size:1.75rem}
.insights-grid-section,.expert-guidance-section,.practical-methods-section,.next-steps-section{padding:60px 16px}
.expert-profile-header{flex-direction:column;text-align:center}
.steps-main-cta{padding:16px 36px;font-size:1.05rem}
}
.index-hero-wrapper{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.index-hero-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#a093b3eb 0%,#a4a0c9e0 100%);z-index:1}
.index-hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.index-hero-content-zone{position:relative;z-index:2;max-width:920px;padding:40px 20px;text-align:center}
.index-hero-content-zone h1{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.15;letter-spacing:-.5px}
.index-hero-content-zone p{font-size:1.25rem;color:#fff;margin:0 0 36px;line-height:1.6;max-width:680px;margin-left:auto;margin-right:auto}
.index-hero-cta-button{display:inline-block;padding:16px 44px;background:#fff;color:#A093B3;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 14px #00000026}
.index-hero-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003;background:#f8f9fa}
.index-challenge-section{padding:90px 20px;background:#fff}
.index-challenge-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.index-challenge-text-area h2{font-size:2.4rem;color:#212529;margin:0 0 20px;font-weight:700;line-height:1.2}
.index-challenge-text-area p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 16px}
.index-challenge-image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #a093b326}
.index-challenge-image-container img{width:100%;height:420px;object-fit:cover;display:block}
.index-approach-block{padding:85px 20px;background:linear-gradient(160deg,#f8f9fa 0%,#E1DFE9 100%)}
.index-approach-inner{max-width:1100px;margin:0 auto;text-align:center}
.index-approach-inner h2{font-size:2.3rem;color:#212529;margin:0 0 48px;font-weight:700}
.index-approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:50px}
.index-approach-card{background:#fff;padding:36px 28px;border-radius:10px;box-shadow:0 4px 16px #a093b31f;transition:transform .3s ease}
.index-approach-card:hover{transform:translateY(-6px)}
.index-approach-card h3{font-size:1.4rem;color:#A093B3;margin:0 0 14px;font-weight:600}
.index-approach-card p{font-size:1rem;color:#495057;line-height:1.65;margin:0}
.index-approach-bottom-image{margin-top:40px;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #a093b32e}
.index-approach-bottom-image img{width:100%;height:380px;object-fit:cover;display:block}
.index-timeline-wrapper{padding:90px 20px;background:#fff}
.index-timeline-content{max-width:1000px;margin:0 auto}
.index-timeline-content h2{font-size:2.3rem;color:#212529;margin:0 0 56px;font-weight:700;text-align:center}
.index-timeline-item{display:flex;gap:40px;margin-bottom:48px;align-items:flex-start}
.index-timeline-marker{flex-shrink:0;width:70px;height:70px;background:linear-gradient(135deg,#A093B3 0%,#A4A0C9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;box-shadow:0 4px 12px #a093b340}
.index-timeline-details h3{font-size:1.45rem;color:#212529;margin:0 0 12px;font-weight:600}
.index-timeline-details p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0}
.index-results-zone{padding:85px 20px;background:#f5f6fa}
.index-results-container{max-width:1180px;margin:0 auto}
.index-results-header{text-align:center;margin-bottom:50px}
.index-results-header h2{font-size:2.3rem;color:#212529;margin:0 0 18px;font-weight:700}
.index-results-header p{font-size:1.1rem;color:#495057;line-height:1.6;max-width:720px;margin:0 auto}
.index-results-split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.index-results-image-box{border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #a093b326}
.index-results-image-box img{width:100%;height:460px;object-fit:cover;display:block}
.index-results-testimonial{background:#fff;padding:40px;border-radius:10px;box-shadow:0 4px 16px #a093b31f;border-left:5px solid #A093B3}
.index-results-testimonial p{font-size:1.1rem;color:#343a40;line-height:1.75;margin:0 0 24px;font-style:italic}
.index-testimonial-author{display:flex;align-items:center;gap:18px}
.index-author-photo{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid #E1DFE9}
.index-author-info h4{font-size:1.1rem;color:#212529;margin:0 0 4px;font-weight:600}
.index-author-info span{font-size:.95rem;color:#6c757d}
.index-cta-final-section{padding:95px 20px;background:linear-gradient(135deg,#A093B3 0%,#A4A0C9 100%);text-align:center}
.index-cta-final-content{max-width:840px;margin:0 auto}
.index-cta-final-content h2{font-size:2.5rem;color:#fff;margin:0 0 22px;font-weight:700;line-height:1.2}
.index-cta-final-content p{font-size:1.15rem;color:#fff;margin:0 0 38px;line-height:1.65}
.index-cta-button-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.index-cta-primary-btn{display:inline-block;padding:16px 40px;background:#fff;color:#A093B3;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 14px #00000026}
.index-cta-primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040;background:#f8f9fa}
.index-cta-secondary-btn{display:inline-block;padding:16px 40px;background:transparent;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;border:2px solid #fff;transition:all .3s ease}
.index-cta-secondary-btn:hover{background:#fff;color:#A093B3;transform:translateY(-2px)}
@media (max-width: 768px) {
.index-hero-content-zone h1{font-size:2.2rem}
.index-hero-content-zone p{font-size:1.1rem}
.index-challenge-container{grid-template-columns:1fr;gap:40px}
.index-approach-grid{grid-template-columns:1fr;gap:24px}
.index-timeline-item{flex-direction:column;gap:20px}
.index-timeline-marker{width:60px;height:60px;font-size:1.3rem}
.index-results-split{grid-template-columns:1fr;gap:36px}
.index-cta-button-group{flex-direction:column;align-items:center}
.index-cta-primary-btn,.index-cta-secondary-btn{width:100%;max-width:320px}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.contact-hero-section{padding:80px 20px 60px;background:linear-gradient(165deg,#E1DFE9 0%,#fff 100%);position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#a093b326 0%,transparent 70%);border-radius:50%}
.contact-hero-content{max-width:720px;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:#495057;line-height:1.7;margin-bottom:0}
.contact-info-grid{padding:70px 20px;background:#fff}
.contact-info-container{max-width:1100px;margin:0 auto}
.info-cards-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}
.info-card-item{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);border:2px solid #E1DFE9;border-radius:12px;padding:35px 25px;transition:all .3s ease;position:relative}
.info-card-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #a093b333;border-color:#A4A0C9}
.info-card-icon{width:50px;height:50px;background:linear-gradient(135deg,#A093B3 0%,#A4A0C9 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.5rem;color:#fff}
.info-card-item h3{font-size:1.25rem;color:#212529;margin-bottom:12px;font-weight:600}
.info-card-item p{font-size:.98rem;color:#495057;line-height:1.6;margin:0}
.info-card-item a{color:#A093B3;text-decoration:none;transition:color .3s ease}
.info-card-item a:hover{color:#212529}
.visual-split-section{padding:0;background:#f8f9fa}
.split-content-wrapper{display:grid;grid-template-columns:1fr 1fr;max-width:1400px;margin:0 auto}
.split-image-side{position:relative;min-height:500px;overflow:hidden}
.split-image-side img{width:100%;height:100%;object-fit:cover;display:block}
.split-text-side{padding:80px 60px;background:linear-gradient(135deg,#fff 0%,#fafbfc 100%);display:flex;flex-direction:column;justify-content:center}
.split-text-side h2{font-size:2.2rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.3}
.split-text-side p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.split-text-side ul{list-style:none;padding:0;margin:30px 0}
.split-text-side ul li{padding-left:30px;position:relative;margin-bottom:15px;color:#343a40;font-size:1.02rem}
.split-text-side ul li::before{content:'';position:absolute;left:0;color:#A093B3;font-weight:700;font-size:1.2rem}
.form-section-main{padding:80px 20px;background:linear-gradient(165deg,#fff 0%,#E1DFE9 40%,#f8f9fa 100%)}
.form-container-centered{max-width:680px;margin:0 auto}
.form-header-block{text-align:center;margin-bottom:50px}
.form-header-block h2{font-size:2.4rem;color:#212529;margin-bottom:18px;font-weight:700}
.form-header-block p{font-size:1.08rem;color:#495057;line-height:1.7}
.contact-form-wrapper{background:#fff;border-radius:16px;padding:50px 45px;box-shadow:0 15px 50px #a093b326}
.form-group-custom{margin-bottom:28px}
.form-group-custom label{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.form-group-custom input,.form-group-custom select,.form-group-custom textarea{width:100%;padding:14px 18px;border:2px solid #E1DFE9;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 select:focus,.form-group-custom textarea:focus{outline:none;border-color:#A4A0C9;background:#fff;box-shadow:0 0 0 3px #a4a0c91a}
.form-group-custom textarea{min-height:140px;resize:vertical}
.checkbox-group-custom{margin:30px 0;display:flex;align-items:flex-start;gap:12px}
.checkbox-group-custom input[type="checkbox"]{width:auto;margin-top:4px;cursor:pointer;flex-shrink:0}
.checkbox-group-custom label{font-size:.92rem;color:#495057;line-height:1.6;cursor:pointer;margin:0}
.checkbox-group-custom a{color:#A093B3;text-decoration:underline}
.checkbox-group-custom a:hover{color:#212529}
.submit-btn-custom{width:100%;padding:16px 30px;background:linear-gradient(135deg,#A093B3 0%,#A4A0C9 100%);border:none;border-radius:8px;font-size:1.1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;margin-top:10px}
.submit-btn-custom:hover{transform:translateY(-2px);box-shadow:0 8px 25px #a093b359}
.submit-btn-custom:active{transform:translateY(0)}
.location-showcase-section{padding:70px 20px;background:#fff}
.location-content-wrap{max-width:1200px;margin:0 auto}
.location-header-text{text-align:center;margin-bottom:50px}
.location-header-text h2{font-size:2.3rem;color:#212529;margin-bottom:18px;font-weight:700}
.location-header-text p{font-size:1.06rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.location-visual-grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:35px;margin-top:45px}
.location-image-block{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 35px #00000014}
.location-image-block img{width:100%;height:100%;object-fit:cover;display:block;min-height:380px}
.location-details-card{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);border-radius:16px;padding:40px 35px;border:2px solid #E1DFE9;display:flex;flex-direction:column;justify-content:center}
.detail-item-row{margin-bottom:28px}
.detail-item-row:last-child{margin-bottom:0}
.detail-item-row h3{font-size:1.15rem;color:#212529;margin-bottom:10px;font-weight:600}
.detail-item-row p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.detail-divider{height:2px;background:linear-gradient(90deg,#E1DFE9 0%,transparent 100%);margin:25px 0}
@media (max-width: 968px) {
.contact-hero-content h1{font-size:2.2rem}
.split-content-wrapper{grid-template-columns:1fr}
.split-image-side{min-height:350px}
.split-text-side{padding:50px 30px}
.location-visual-grid{grid-template-columns:1fr}
.location-image-block img{min-height:300px}
}
@media (max-width: 640px) {
.contact-hero-section{padding:60px 20px 40px}
.contact-hero-content h1{font-size:1.9rem}
.contact-hero-content p{font-size:1.05rem}
.contact-info-grid{padding:50px 20px}
.info-cards-row{gap:20px}
.info-card-item{padding:28px 20px}
.form-section-main{padding:60px 20px}
.form-header-block h2{font-size:1.95rem}
.contact-form-wrapper{padding:35px 25px}
.split-text-side h2{font-size:1.85rem}
.location-header-text h2{font-size:1.95rem}
.location-showcase-section{padding:50px 20px}
}
.about-page-wrapper{background:#fff;min-height:100vh}
.about-hero-section{background:linear-gradient(135deg,#E1DFE9 0%,#A4A0C9 100%);padding:80px 20px;position:relative;overflow:hidden}
.about-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;z-index:1}
.about-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.about-hero-content h1{font-size:48px;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.about-hero-content p{font-size:20px;color:#495057;line-height:1.6;max-width:700px}
.story-grid-section{padding:100px 20px;background:#f8f9fa;position:relative}
.story-grid-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.story-text-block h2{font-size:38px;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.3}
.story-text-block p{font-size:17px;color:#495057;line-height:1.8;margin-bottom:20px}
.story-image-block{position:relative}
.story-image-block img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #a093b34d}
.values-showcase-section{padding:100px 20px;background:#fff;position:relative}
.values-showcase-section::before{content:'';position:absolute;left:0;top:0;width:100%;height:8px;background:linear-gradient(90deg,#A093B3,#A4A0C9,#E1DFE9)}
.values-content-wrapper{max-width:1200px;margin:0 auto}
.values-header{text-align:center;margin-bottom:70px}
.values-header h2{font-size:42px;color:#212529;margin-bottom:20px;font-weight:700}
.values-header p{font-size:18px;color:#495057;max-width:650px;margin:0 auto;line-height:1.7}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}
.value-card{background:#fafbfc;padding:40px 30px;border-radius:8px;border-left:5px solid #A093B3;transition:all .3s ease}
.value-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #a093b333;border-left-color:#A4A0C9}
.value-card h3{font-size:24px;color:#212529;margin-bottom:16px;font-weight:600}
.value-card p{font-size:16px;color:#495057;line-height:1.7}
.values-image-split{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.values-image-split img{width:100%;height:320px;object-fit:cover;border-radius:8px}
.team-asymmetric-section{padding:100px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);position:relative}
.team-layout-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:70px;align-items:start}
.team-main-content h2{font-size:40px;color:#212529;margin-bottom:30px;font-weight:700;line-height:1.3}
.team-main-content p{font-size:17px;color:#495057;line-height:1.8;margin-bottom:24px}
.approach-list{list-style:none;padding:0;margin:40px 0}
.approach-list li{padding:20px 0;border-bottom:1px solid #E1DFE9;font-size:16px;color:#343a40;position:relative;padding-left:35px}
.approach-list li::before{content:'→';position:absolute;left:0;color:#A093B3;font-size:20px;font-weight:700}
.team-sidebar-block{background:#fafbfc;padding:40px;border-radius:12px;border:2px solid #E1DFE9;position:sticky;top:20px}
.team-member-card{text-align:center;margin-bottom:30px}
.team-member-card img{width:140px;height:140px;object-fit:cover;border-radius:50%;margin-bottom:20px;border:4px solid #A4A0C9}
.team-member-card h4{font-size:20px;color:#212529;margin-bottom:8px;font-weight:600}
.team-member-card p{font-size:15px;color:#495057;margin-bottom:16px;line-height:1.6}
.commitment-stats{margin-top:30px;padding-top:30px;border-top:2px solid #E1DFE9}
.stat-item{margin-bottom:20px}
.stat-item strong{display:block;font-size:28px;color:#A093B3;margin-bottom:5px;font-weight:700}
.stat-item span{font-size:14px;color:#495057;text-transform:uppercase;letter-spacing:1px}
.closing-zigzag-section{padding:90px 20px;background:#fff;position:relative;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin-top:-50px}
.closing-content-wrapper{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.closing-image-block img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 12px 35px #a093b340}
.closing-text-block h2{font-size:36px;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.3}
.closing-text-block p{font-size:17px;color:#495057;line-height:1.8;margin-bottom:20px}
.contact-action-button{display:inline-block;padding:16px 40px;background:#A093B3;color:#fff;text-decoration:none;border-radius:6px;font-size:17px;font-weight:600;transition:all .3s ease;margin-top:20px;position:relative;z-index:10}
.contact-action-button:hover{background:#A4A0C9;transform:translateY(-2px);box-shadow:0 6px 20px #a093b366}
@media (max-width: 768px) {
.about-hero-content h1{font-size:32px}
.about-hero-content p{font-size:17px}
.story-grid-container{grid-template-columns:1fr;gap:40px}
.story-text-block h2{font-size:28px}
.story-image-block img{height:320px}
.values-header h2{font-size:32px}
.values-grid{grid-template-columns:1fr;gap:30px}
.values-image-split{grid-template-columns:1fr}
.team-layout-wrapper{grid-template-columns:1fr;gap:40px}
.team-sidebar-block{position:static}
.team-main-content h2{font-size:28px}
.closing-content-wrapper{grid-template-columns:1fr;gap:40px}
.closing-text-block h2{font-size:28px}
.closing-image-block img{height:300px}
.closing-zigzag-section{clip-path:none;margin-top:0}
}
.success-stories-wrapper{background:#fff;min-height:100vh}
.success-stories-hero{background:linear-gradient(135deg,#E1DFE9 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.success-stories-hero::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:#A4A0C9;opacity:.1;border-radius:50%}
.hero-content-box{max-width:920px;margin:0 auto;position:relative;z-index:2}
.hero-content-box h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.hero-intro-text{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:16px}
.story-grid-section{padding:70px 20px;background:#fafbfc}
.story-grid-container{max-width:1200px;margin:0 auto}
.section-header-box{text-align:center;margin-bottom:50px}
.section-header-box h2{font-size:2.2rem;color:#212529;margin-bottom:18px;font-weight:600}
.section-header-box p{font-size:1.05rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.stories-display-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;margin-bottom:45px}
.story-card-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 3px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #E1DFE9}
.story-card-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px #a093b326}
.story-card-image{width:100%;height:220px;object-fit:cover}
.story-card-content{padding:28px}
.story-card-content h3{font-size:1.4rem;color:#212529;margin-bottom:14px;font-weight:600}
.story-card-content p{font-size:.98rem;color:#495057;line-height:1.65;margin-bottom:12px}
.story-meta-info{font-size:.88rem;color:#6c757d;font-style:italic;margin-top:16px;padding-top:16px;border-top:1px solid #E1DFE9}
.testimonial-spotlight{padding:80px 20px;background:#fff;position:relative}
.testimonial-spotlight::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#A093B3,#A4A0C9,#E1DFE9)}
.testimonial-wrapper{max-width:1100px;margin:0 auto;display:flex;gap:45px;align-items:center;flex-wrap:wrap}
.testimonial-profile-side{flex:0 0 280px;text-align:center}
.profile-image-circle{width:180px;height:180px;border-radius:50%;object-fit:cover;border:5px solid #E1DFE9;margin:0 auto 20px;display:block}
.profile-name-text{font-size:1.3rem;color:#212529;font-weight:600;margin-bottom:8px}
.profile-role-text{font-size:.95rem;color:#6c757d;margin-bottom:5px}
.profile-company-text{font-size:.92rem;color:#A093B3;font-weight:500}
.testimonial-content-side{flex:1;min-width:300px}
.quote-symbol{color:#A4A0C9;margin-bottom:15px;font:4rem/1 Georgia,serif}
.testimonial-quote-text{font-size:1.15rem;color:#343a40;line-height:1.75;margin-bottom:20px;font-style:italic}
.testimonial-details-box{background:#f8f9fa;padding:25px;border-radius:8px;border-left:4px solid #A093B3}
.testimonial-details-box p{font-size:.98rem;color:#495057;line-height:1.6;margin-bottom:10px}
.testimonial-details-box p:last-child{margin-bottom:0}
.results-highlight{font-weight:600;color:#A093B3}
.cta-learn-more{text-align:center;margin-top:40px}
.btn-learn-more{display:inline-block;padding:14px 36px;background:#A093B3;color:#fff;text-decoration:none;border-radius:6px;font-size:1.05rem;font-weight:500;transition:all .3s ease;border:2px solid #A093B3}
.btn-learn-more:hover{background:#8e7fa1;border-color:#8e7fa1;transform:translateY(-2px);box-shadow:0 4px 12px #a093b34d}
@media (max-width: 768px) {
.success-stories-hero{padding:60px 15px 40px}
.hero-content-box h1{font-size:2rem}
.hero-intro-text{font-size:1rem}
.story-grid-section{padding:50px 15px}
.section-header-box h2{font-size:1.75rem}
.stories-display-grid{grid-template-columns:1fr;gap:25px}
.testimonial-spotlight{padding:50px 15px}
.testimonial-wrapper{flex-direction:column;gap:30px}
.testimonial-profile-side{flex:0 0 auto}
.profile-image-circle{width:150px;height:150px}
.quote-symbol{font-size:3rem}
.testimonial-quote-text{font-size:1.05rem}
}
@media (max-width: 480px) {
.hero-content-box h1{font-size:1.65rem}
.section-header-box h2{font-size:1.5rem}
.story-card-content{padding:20px}
.story-card-content h3{font-size:1.2rem}
.testimonial-details-box{padding:18px}
.btn-learn-more{padding:12px 28px;font-size:.98rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.cookie-policy-container{max-width:920px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 20px #a093b314;padding:70px 80px;border:1px solid #E1DFE9}
@media (max-width: 768px) {
.cookie-policy-container{padding:40px 30px}
}
@media (max-width: 480px) {
.cookie-policy-container{padding:30px 20px}
}
.cookie-policy-header-section{margin-bottom:50px;border-bottom:3px solid #A4A0C9;padding-bottom:30px}
.cookie-policy-main-title{font-size:2.6rem;font-weight:700;color:#212529;margin:0 0 18px;line-height:1.2}
@media (max-width: 768px) {
.cookie-policy-main-title{font-size:2rem}
}
.cookie-policy-effective-date{font-size:.95rem;color:#6c757d;margin:0;font-style:italic}
.cookie-policy-intro-block{background:linear-gradient(to right,#fafbfc,#fff);padding:35px;border-left:5px solid #A093B3;margin-bottom:45px;border-radius:6px}
.cookie-policy-intro-text{font-size:1.1rem;line-height:1.8;color:#343a40;margin:0}
.cookie-policy-content-section{margin-bottom:48px}
.cookie-policy-section-heading{font-size:1.75rem;font-weight:600;color:#212529;margin:0 0 22px;padding-bottom:12px;border-bottom:2px solid #E1DFE9}
.cookie-policy-subsection-heading{font-size:1.35rem;font-weight:600;color:#343a40;margin:32px 0 16px}
.cookie-policy-paragraph{font-size:1.02rem;line-height:1.75;color:#495057;margin:0 0 20px}
.cookie-policy-list-block{margin:25px 0;padding-left:0;list-style:none}
.cookie-policy-list-item{position:relative;padding-left:32px;margin-bottom:16px;font-size:1.02rem;line-height:1.7;color:#495057}
.cookie-policy-list-item::before{content:"→";position:absolute;left:0;color:#A093B3;font-weight:700;font-size:1.2rem}
.cookie-policy-highlight-box{background:#f8f9fa;border:2px solid #A4A0C9;border-radius:8px;padding:28px 32px;margin:30px 0}
.cookie-policy-highlight-title{font-size:1.2rem;font-weight:600;color:#212529;margin:0 0 14px}
.cookie-policy-highlight-text{font-size:1rem;line-height:1.7;color:#343a40;margin:0}
.cookie-policy-data-table{width:100%;border-collapse:separate;border-spacing:0;margin:30px 0;border:1px solid #E1DFE9;border-radius:8px;overflow:hidden}
.cookie-policy-table-header{background:linear-gradient(135deg,#A093B3,#A4A0C9)}
.cookie-policy-table-header-cell{padding:18px 20px;text-align:left;font-weight:600;font-size:1.05rem;color:#fff;border-bottom:2px solid #A093B3}
.cookie-policy-table-row{background:#fff;transition:background .2s ease}
.cookie-policy-table-row:nth-child(even){background:#fafbfc}
.cookie-policy-table-row:hover{background:#f8f9fa}
.cookie-policy-table-cell{padding:16px 20px;font-size:.98rem;color:#495057;border-bottom:1px solid #E1DFE9;vertical-align:top}
.cookie-policy-table-row:last-child .cookie-policy-table-cell{border-bottom:none}
@media (max-width: 768px) {
.cookie-policy-data-table{font-size:.9rem}
.cookie-policy-table-header-cell,.cookie-policy-table-cell{padding:12px 14px}
}
.cookie-policy-contact-section{background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #A093B3;border-radius:10px;padding:40px;margin-top:50px}
.cookie-policy-contact-heading{font-size:1.6rem;font-weight:600;color:#212529;margin:0 0 24px}
.cookie-policy-contact-details{display:flex;flex-direction:column;gap:14px}
.cookie-policy-contact-item{font-size:1.05rem;color:#343a40;line-height:1.6}
.cookie-policy-contact-label{font-weight:600;color:#A093B3;display:inline-block;min-width:90px}
.cookie-policy-contact-link{color:#A093B3;text-decoration:none;transition:color .2s ease}
.cookie-policy-contact-link:hover{color:#8a7d9d;text-decoration:underline}
@media (max-width: 768px) {
.cookie-policy-contact-section{padding:30px 25px}
}
.cookie-policy-nested-list{margin:18px 0 18px 30px;padding-left:0;list-style:none}
.cookie-policy-nested-item{position:relative;padding-left:28px;margin-bottom:12px;font-size:.98rem;line-height:1.65;color:#495057}
.cookie-policy-nested-item::before{content:"•";position:absolute;left:0;color:#A4A0C9;font-weight:700;font-size:1.3rem}
.cookie-policy-duration-note{background:#E1DFE9;padding:20px 26px;border-radius:6px;margin:25px 0}
.cookie-policy-duration-text{font-size:.96rem;line-height:1.65;color:#343a40;margin:0}
.cookie-policy-emphasis{font-weight:600;color:#212529}
.privacy-policy-wrapper{background:#fff;min-height:100vh;padding:0;margin:0}
.privacy-hero-section{background:linear-gradient(135deg,#E1DFE9 0%,#A4A0C9 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.privacy-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff1a;border-radius:50%;z-index:1}
.privacy-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#a093b326;border-radius:50%;z-index:1}
.privacy-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.privacy-main-title{font-size:48px;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.2}
.privacy-update-date{font-size:16px;color:#495057;font-weight:500;margin:0 0 30px}
.privacy-intro-text{font-size:18px;color:#343a40;line-height:1.7;margin:0}
.privacy-content-container{max-width:900px;margin:0 auto;padding:60px 20px 80px}
.privacy-section-block{margin:0 0 50px;background:#fafbfc;padding:40px;border-radius:8px;border-left:4px solid #A093B3;box-shadow:0 2px 8px #a093b314}
.privacy-section-block:nth-child(even){background:#fff;border-left-color:#A4A0C9}
.privacy-section-heading{font-size:28px;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.3}
.privacy-subsection-title{font-size:22px;font-weight:600;color:#343a40;margin:30px 0 15px;line-height:1.4}
.privacy-text-paragraph{font-size:16px;color:#495057;line-height:1.8;margin:0 0 18px}
.privacy-text-paragraph:last-child{margin-bottom:0}
.privacy-emphasis-text{font-weight:600;color:#343a40}
.privacy-list-container{margin:20px 0;padding-left:0;list-style:none}
.privacy-list-item{font-size:16px;color:#495057;line-height:1.7;margin:0 0 12px;padding-left:30px;position:relative}
.privacy-list-item::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;background:#A093B3;border-radius:50%}
.privacy-nested-list{margin:15px 0;padding-left:0;list-style:none}
.privacy-nested-item{font-size:15px;color:#495057;line-height:1.7;margin:0 0 10px;padding-left:25px;position:relative}
.privacy-nested-item::before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;background:#A4A0C9;border-radius:50%}
.privacy-highlight-box{background:linear-gradient(135deg,#E1DFE9 0%,#e1dfe980 100%);padding:25px;border-radius:6px;margin:25px 0;border:1px solid #A4A0C9}
.privacy-highlight-box .privacy-text-paragraph{margin-bottom:12px}
.privacy-highlight-box .privacy-text-paragraph:last-child{margin-bottom:0}
.privacy-contact-section{background:linear-gradient(135deg,#A093B3 0%,#A4A0C9 100%);padding:50px 40px;border-radius:8px;margin:60px 0 0;text-align:center}
.privacy-contact-heading{font-size:26px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.3}
.privacy-contact-text{font-size:16px;color:#fff;line-height:1.7;margin:0 0 15px}
.privacy-contact-link{color:#fff;text-decoration:underline;font-weight:600;transition:opacity .3s ease}
.privacy-contact-link:hover{opacity:.8}
.privacy-data-table{width:100%;margin:25px 0;border-collapse:separate;border-spacing:0;border:1px solid #E1DFE9;border-radius:6px;overflow:hidden}
.privacy-data-table thead{background:#A093B3}
.privacy-table-header{padding:15px 20px;text-align:left;font-size:16px;font-weight:600;color:#fff;border-bottom:2px solid #fff}
.privacy-table-row{background:#fafbfc}
.privacy-table-row:nth-child(even){background:#fff}
.privacy-table-cell{padding:15px 20px;font-size:15px;color:#495057;line-height:1.6;border-bottom:1px solid #E1DFE9}
.privacy-table-row:last-child .privacy-table-cell{border-bottom:none}
@media (max-width: 768px) {
.privacy-main-title{font-size:36px}
.privacy-hero-section{padding:60px 20px 40px}
.privacy-content-container{padding:40px 20px 60px}
.privacy-section-block{padding:30px 20px;margin-bottom:35px}
.privacy-section-heading{font-size:24px}
.privacy-subsection-title{font-size:20px}
.privacy-contact-section{padding:35px 25px}
.privacy-data-table{font-size:14px}
.privacy-table-header,.privacy-table-cell{padding:12px 15px}
}
@media (max-width: 480px) {
.privacy-main-title{font-size:28px}
.privacy-intro-text{font-size:16px}
.privacy-section-heading{font-size:22px}
.privacy-section-block{padding:25px 15px}
}
.success-wrapper{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}
.success-inner-container{max-width:680px;width:100%;background:#fff;border-radius:16px;box-shadow:0 8px 32px #a093b31f;padding:3.5rem 2.5rem;position:relative;overflow:hidden}
.success-inner-container::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#a093b3 0%,#a4a0c9 50%,#e1dfe9 100%)}
.success-icon-area{text-align:center;margin-bottom:2rem}
.success-checkmark-circle{width:88px;height:88px;margin:0 auto;background:linear-gradient(135deg,#a4a0c9 0%,#a093b3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:successPulse .6s ease-out}
@keyframes successPulse {
0%{transform:scale(0.4);opacity:0}
50%{transform:scale(1.08)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-circle::after{content:'';color:#fff;font-size:3rem;font-weight:700;line-height:1}
.success-heading-primary{font-size:2.25rem;font-weight:700;color:#212529;text-align:center;margin:0 0 1rem;line-height:1.3}
.success-subtext-message{font-size:1.125rem;color:#495057;text-align:center;line-height:1.6;margin:0 0 2.5rem}
.success-details-block{background:#f8f9fa;border-radius:12px;padding:1.75rem;margin-bottom:2rem;border-left:4px solid #a093b3}
.success-detail-row{display:flex;justify-content:space-between;align-items:baseline;padding:.75rem 0;border-bottom:1px solid #e1dfe9}
.success-detail-row:last-child{border-bottom:none}
.success-detail-label{font-size:.9375rem;color:#6c757d;font-weight:500}
.success-detail-value{font-size:1rem;color:#212529;font-weight:600;text-align:right}
.success-next-steps-heading{font-size:1.375rem;font-weight:600;color:#343a40;margin:0 0 1.25rem}
.success-steps-list{list-style:none;padding:0;margin:0 0 2rem}
.success-step-item{display:flex;align-items:flex-start;margin-bottom:1.25rem;padding-left:2.5rem;position:relative}
.success-step-item::before{content:'';position:absolute;left:0;top:4px;width:24px;height:24px;background:#e1dfe9;border-radius:50%;border:3px solid #a4a0c9}
.success-step-text{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.success-action-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:2.5rem}
.success-btn-primary{background:linear-gradient(135deg,#a093b3 0%,#a4a0c9 100%);color:#fff;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #a093b333}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a093b34d}
.success-btn-secondary{background:#fff;color:#a093b3;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-size:1rem;font-weight:600;border:2px solid #a093b3;cursor:pointer;transition:all .3s ease}
.success-btn-secondary:hover{background:#f8f9fa;transform:translateY(-2px)}
.success-support-note{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e1dfe9}
.success-support-text{font-size:.9375rem;color:#6c757d;margin:0 0 .5rem;line-height:1.6}
.success-contact-link{color:#a093b3;text-decoration:none;font-weight:600;transition:color .3s ease}
.success-contact-link:hover{color:#a4a0c9;text-decoration:underline}
@media (max-width: 768px) {
.success-inner-container{padding:2.5rem 1.5rem}
.success-heading-primary{font-size:1.75rem}
.success-subtext-message{font-size:1rem}
.success-checkmark-circle{width:72px;height:72px}
.success-checkmark-circle::after{font-size:2.5rem}
.success-action-buttons{flex-direction:column}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center}
.success-detail-row{flex-direction:column;gap:.25rem}
.success-detail-value{text-align:left}
}
@media (max-width: 480px) {
.success-wrapper{padding:1rem .75rem}
.success-inner-container{padding:2rem 1.25rem}
.success-heading-primary{font-size:1.5rem}
.success-details-block{padding:1.25rem}
}
.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,#a193b314 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,#a4a0c90f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.error-content-container{max-width:720px;width:100%;background:#fff;border-radius:16px;padding:3.5rem 2.5rem;box-shadow:0 8px 32px #a193b31f 0 2px 8px #0000000a;position:relative;z-index:1;text-align:center}
.error-number-display{font-size:8rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#A093B3 0%,#A4A0C9 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1rem;letter-spacing:-.02em}
.error-main-heading{font-size:2rem;font-weight:700;color:#212529;margin:0 0 1.25rem;line-height:1.3}
.error-description-text{font-size:1.125rem;color:#495057;line-height:1.7;margin:0 0 2rem}
.error-possibilities-block{background:#f8f9fa;border-left:4px solid #A093B3;padding:1.75rem 2rem;margin:2rem 0 2.5rem;text-align:left;border-radius:6px}
.possibilities-heading{font-size:1.125rem;font-weight:600;color:#343a40;margin:0 0 1rem}
.possibilities-listing{list-style:none;padding:0;margin:0}
.possibilities-listing li{font-size:1rem;color:#495057;line-height:1.6;padding:.5rem 0 .5rem 1.75rem;position:relative}
.possibilities-listing li::before{content:'';position:absolute;left:0;top:1rem;width:8px;height:8px;background:#A4A0C9;border-radius:50%}
.error-action-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin:2.5rem 0 0}
.primary-action-btn{display:inline-block;padding:.95rem 2.25rem;background:linear-gradient(135deg,#A093B3 0%,#A4A0C9 100%);color:#fff;font-size:1.0625rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 12px #a193b340;position:relative;z-index:10}
.primary-action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a193b359}
.secondary-action-btn{display:inline-block;padding:.95rem 2.25rem;background:#fff;color:#A093B3;font-size:1.0625rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;border:2px solid #A093B3;cursor:pointer;position:relative;z-index:10}
.secondary-action-btn:hover{background:#A093B3;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #a193b333}
.helper-contact-section{margin:2.5rem 0 0;padding:2rem 0 0;border-top:1px solid #E1DFE9}
.helper-contact-text{font-size:.9375rem;color:#495057;line-height:1.6;margin:0 0 1rem}
.contact-link-element{color:#A093B3;text-decoration:none;font-weight:600;transition:color .25s ease;position:relative;z-index:10}
.contact-link-element:hover{color:#A4A0C9;text-decoration:underline}
.floating-shapes-decor{position:absolute;top:15%;left:8%;width:80px;height:80px;border:3px solid #a193b326;border-radius:12px;transform:rotate(25deg);pointer-events:none}
.floating-circle-decor{position:absolute;bottom:18%;right:12%;width:60px;height:60px;border:3px solid #a4a0c926;border-radius:50%;pointer-events:none}
@media (max-width: 768px) {
.error-content-container{padding:2.5rem 1.75rem}
.error-number-display{font-size:5.5rem}
.error-main-heading{font-size:1.625rem}
.error-description-text{font-size:1rem}
.error-possibilities-block{padding:1.5rem}
.error-action-buttons{flex-direction:column;align-items:stretch}
.primary-action-btn,.secondary-action-btn{width:100%;text-align:center}
.floating-shapes-decor,.floating-circle-decor{display:none}
}
@media (max-width: 480px) {
.error-content-container{padding:2rem 1.25rem}
.error-number-display{font-size:4.5rem}
.error-main-heading{font-size:1.375rem}
.possibilities-listing li{padding-left:1.5rem;font-size:.9375rem}
}