:root{--primary-tone:#958EA2;--secondary-tone:#C8BCCB;--tertiary-tone:#E2DAE3;--dark-charcoal:#212529;--soft-charcoal:#343a40;--medium-slate:#495057;--pure-white:#fff;--cloud-gray:#f8f9fa;--mist-gray:#f5f6fa;--cream-base:#fafbfc}
*{margin:0;padding:0;box-sizing:border-box}
body{color:var(--dark-charcoal);background:var(--pure-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:16px/1.7 'Work Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
.top_brand_strip{background:linear-gradient(135deg,var(--primary-tone) 0%,var(--secondary-tone) 50%,var(--tertiary-tone) 100%);padding:35px 5% 25px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.brand_logo_container{display:flex;align-items:center;gap:16px;z-index:10}
.brand_logo_container img{height:65px;width:65px;object-fit:contain;display:block}
.brand_identity_text h1{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;color:var(--pure-white);margin:0;letter-spacing:-.02em}
.tagline_description{max-width:520px;text-align:right}
.tagline_description p{font-size:clamp(0.95rem,2vw,1.1rem);color:var(--pure-white);line-height:1.5;margin:0;font-weight:400;opacity:.96}
.nav_action_strip{background:var(--cloud-gray);padding:18px 5%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;border-bottom:1px solid #958ea226}
.primary_navigation{display:flex;gap:32px;align-items:center;list-style:none;flex-wrap:wrap}
.primary_navigation a{font-size:1rem;font-weight:600;color:var(--soft-charcoal);text-decoration:none;position:relative;padding:8px 0;transition:color .25s ease}
.primary_navigation a:hover{color:var(--primary-tone)}
.primary_navigation a:focus{outline:2px solid var(--primary-tone);outline-offset:4px;border-radius:3px}
.primary_navigation a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-tone);transition:width .3s ease}
.primary_navigation a:hover::after{width:100%}
.cta_button_group{display:flex;gap:14px;align-items:center}
.btn_primary_cta{background:linear-gradient(45deg,var(--primary-tone) 0%,var(--secondary-tone) 100%);color:var(--pure-white);padding:12px 28px;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem;transition:opacity .25s ease,transform .2s ease;border:none;cursor:pointer;display:inline-block}
.btn_primary_cta:hover{opacity:.88}
.btn_primary_cta:focus{outline:3px solid var(--primary-tone);outline-offset:3px}
.btn_secondary_outline{background:transparent;color:var(--primary-tone);padding:12px 28px;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem;border:2px solid var(--primary-tone);transition:background-color .25s ease,color .25s ease;display:inline-block}
.btn_secondary_outline:hover{background:var(--primary-tone);color:var(--pure-white)}
.btn_secondary_outline:focus{outline:3px solid var(--primary-tone);outline-offset:3px}
footer{background:var(--soft-charcoal);color:var(--cloud-gray);padding:60px 5% 30px}
.footer_content_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:45px;margin-bottom:50px}
.footer_section h3{font-size:1.25rem;font-weight:700;color:var(--pure-white);margin-bottom:20px;letter-spacing:-.01em}
.footer_section p,.footer_section a{font-size:.95rem;line-height:1.8;color:var(--cloud-gray);text-decoration:none;transition:color .25s ease}
.footer_section a:hover{color:var(--tertiary-tone)}
.footer_section a:focus{outline:2px solid var(--tertiary-tone);outline-offset:2px;border-radius:2px}
.footer_links_list{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_contact_item{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}
.footer_contact_item strong{color:var(--pure-white);min-width:70px}
.footer_bottom_bar{border-top:1px solid #f8f9fa26;padding-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.copyright_notice{font-size:.9rem;color:var(--cloud-gray)}
.footer_logo_small{height:45px;width:45px;opacity:.7}
.consent_overlay{position:fixed;bottom:0;left:0;right:0;background:var(--pure-white);box-shadow:0 -4px 20px #00000026;padding:28px 5%;display:none;z-index:9999;border-top:3px solid var(--primary-tone);animation:slideUpFade .4s ease-out}
@keyframes slideUpFade {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.consent_wrapper{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}
.consent_text_block{flex:1;min-width:300px}
.consent_text_block h4{font-size:1.15rem;font-weight:700;color:var(--dark-charcoal);margin-bottom:10px}
.consent_text_block p{font-size:.93rem;color:var(--medium-slate);line-height:1.6;margin-bottom:8px}
.consent_text_block a{color:var(--primary-tone);text-decoration:underline;font-weight:600}
.consent_text_block a:focus{outline:2px solid var(--primary-tone);outline-offset:2px}
.consent_actions_group{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.btn_consent_accept{background:var(--primary-tone);color:var(--pure-white);padding:12px 32px;border:none;border-radius:5px;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .25s ease;min-width:140px}
.btn_consent_accept:hover{opacity:.85}
.btn_consent_accept:focus{outline:3px solid var(--primary-tone);outline-offset:3px}
.btn_consent_decline{background:transparent;color:var(--medium-slate);padding:12px 32px;border:2px solid var(--medium-slate);border-radius:5px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .25s ease,color .25s ease;min-width:140px}
.btn_consent_decline:hover{background:var(--medium-slate);color:var(--pure-white)}
.btn_consent_decline:focus{outline:3px solid var(--medium-slate);outline-offset:3px}
@media (max-width: 768px) {
.top_brand_strip{flex-direction:column;text-align:center;padding:25px 5% 20px}
.tagline_description{text-align:center;max-width:100%}
.nav_action_strip{flex-direction:column;padding:15px 5%}
.primary_navigation{width:100%;flex-direction:column;gap:8px;text-align:center}
.primary_navigation a{width:100%;padding:12px}
.cta_button_group{width:100%;flex-direction:column}
.btn_primary_cta,.btn_secondary_outline{width:100%;text-align:center}
.footer_content_grid{grid-template-columns:1fr;gap:35px}
.footer_bottom_bar{flex-direction:column;text-align:center}
.consent_wrapper{flex-direction:column;gap:20px}
.consent_text_block{min-width:100%;text-align:center}
.consent_actions_group{width:100%;flex-direction:column}
.btn_consent_accept,.btn_consent_decline{width:100%}
}
@media (max-width: 480px) {
.brand_logo_container img{height:55px;width:55px}
.primary_navigation{gap:4px}
}
.pricing-page-wrapper{background:#fff;min-height:100vh}
.pricing-hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#E2DAE3 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.pricing-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#c5bccb33 0%,transparent 70%);border-radius:50%}
.pricing-hero-content{max-width:880px;margin:0 auto;position:relative;z-index:2}
.pricing-hero-content h1{font-size:3.2rem;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.2}
.pricing-hero-content .lead-text{font-size:1.3rem;color:#495057;line-height:1.7;margin-bottom:35px}
.pricing-hero-image{margin-top:50px;border-radius:12px;overflow:hidden;box-shadow:0 15px 40px #958ea240}
.pricing-hero-image img{width:100%;height:420px;object-fit:cover;display:block}
.approach-details-section{background:#fff;padding:90px 20px}
.approach-details-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.approach-left-column h2{font-size:2.4rem;color:#212529;margin-bottom:25px;font-weight:600;line-height:1.3}
.approach-left-column p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.approach-right-column{background:#f8f9fa;padding:45px;border-radius:8px;border-left:4px solid #958EA2}
.approach-feature-item{margin-bottom:32px}
.approach-feature-item:last-child{margin-bottom:0}
.approach-feature-item h3{font-size:1.25rem;color:#343a40;margin-bottom:12px;font-weight:600;display:flex;align-items:center;gap:12px}
.approach-feature-item h3 i{color:#958EA2;font-size:1.1rem}
.approach-feature-item p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.investment-structure-section{background:linear-gradient(to bottom,#fafbfc 0%,#f5f6fa 100%);padding:85px 20px}
.investment-structure-wrapper{max-width:1100px;margin:0 auto}
.investment-structure-wrapper h2{font-size:2.6rem;color:#212529;text-align:center;margin-bottom:50px;font-weight:600}
.investment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:55px}
.investment-card{background:#fff;padding:40px 30px;border-radius:10px;box-shadow:0 4px 20px #958ea21f;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.investment-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#958EA2 0%,#C8BCCB 100%);border-radius:10px 10px 0 0}
.investment-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #958ea233}
.investment-card h3{font-size:1.4rem;color:#343a40;margin-bottom:18px;font-weight:600}
.investment-card p{font-size:.98rem;color:#495057;line-height:1.7;margin:0}
.investment-note{background:#E2DAE3;padding:35px;border-radius:8px;text-align:center;margin-top:40px}
.investment-note p{font-size:1.08rem;color:#343a40;line-height:1.7;margin:0;font-weight:500}
.consultation-process-section{background:#fff;padding:95px 20px;position:relative}
.consultation-process-container{max-width:1150px;margin:0 auto}
.consultation-process-container h2{font-size:2.5rem;color:#212529;margin-bottom:60px;font-weight:600;text-align:center}
.process-timeline{position:relative;padding-left:0}
.process-step{display:grid;grid-template-columns:80px 1fr;gap:35px;margin-bottom:55px;position:relative}
.process-step:last-child{margin-bottom:0}
.step-number-container{position:relative;display:flex;flex-direction:column;align-items:center}
.step-number{width:80px;height:80px;background:linear-gradient(135deg,#958EA2 0%,#C8BCCB 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;box-shadow:0 4px 15px #958ea24d;position:relative;z-index:2}
.step-connector{width:3px;flex-grow:1;background:linear-gradient(180deg,#C8BCCB 0%,#E2DAE3 100%);position:absolute;top:80px;left:50%;transform:translateX(-50%);height:calc(100% + 55px)}
.process-step:last-child .step-connector{display:none}
.step-content{background:#f8f9fa;padding:35px 40px;border-radius:10px;border:2px solid #E2DAE3;transition:border-color .3s ease}
.step-content:hover{border-color:#C8BCCB}
.step-content h3{font-size:1.5rem;color:#343a40;margin-bottom:15px;font-weight:600}
.step-content p{font-size:1.02rem;color:#495057;line-height:1.75;margin:0}
.process-cta-container{text-align:center;margin-top:65px}
.process-cta-button{display:inline-block;background:#958EA2;color:#fff;padding:16px 45px;border-radius:6px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:background .3s ease,transform .2s ease;box-shadow:0 4px 15px #958ea240}
.process-cta-button:hover{background:#847d91;transform:translateY(-2px);box-shadow:0 6px 20px #958ea259;color:#fff;text-decoration:none}
@media (max-width: 992px) {
.pricing-hero-content h1{font-size:2.5rem}
.approach-details-container{grid-template-columns:1fr;gap:50px}
.investment-grid{grid-template-columns:1fr;gap:30px}
.process-step{grid-template-columns:60px 1fr;gap:25px}
.step-number{width:60px;height:60px;font-size:1.4rem}
.step-connector{top:60px}
}
@media (max-width: 768px) {
.pricing-hero-section{padding:80px 20px 60px}
.pricing-hero-content h1{font-size:2rem}
.pricing-hero-content .lead-text{font-size:1.1rem}
.pricing-hero-image img{height:280px}
.approach-details-section{padding:60px 20px}
.approach-right-column{padding:30px}
.investment-structure-section{padding:60px 20px}
.consultation-process-section{padding:60px 20px}
.process-step{grid-template-columns:1fr;gap:20px;padding-left:0}
.step-number-container{flex-direction:row;justify-content:flex-start}
.step-connector{display:none}
.step-content{padding:25px}
}
.index-hero-wrapper{background:linear-gradient(135deg,#E2DAE3 0%,#fafbfc 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.index-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#c8bccb4d 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:3rem;color:#212529;margin-bottom:24px;line-height:1.2;font-weight:700}
.index-hero-text p{font-size:1.125rem;color:#495057;margin-bottom:32px;line-height:1.7}
.index-hero-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #958ea240;transform:rotate(2deg);transition:transform .4s ease}
.index-hero-image:hover{transform:rotate(0deg) scale(1.02)}
.index-hero-image img{width:100%;height:450px;object-fit:cover;display:block}
.index-cta-primary{display:inline-block;background:#958EA2;color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.125rem;transition:all .3s ease;box-shadow:0 4px 15px #958ea24d}
.index-cta-primary:hover{background:#7d7691;transform:translateY(-2px);box-shadow:0 6px 25px #958ea266}
.index-database-focus{background:#fff;padding:90px 20px}
.index-database-container{max-width:1100px;margin:0 auto;display:flex;gap:50px;align-items:flex-start}
.index-database-visual{flex:0 0 380px;position:relative}
.index-database-visual img{width:100%;height:320px;object-fit:cover;border-radius:12px;box-shadow:0 12px 35px #49505726}
.index-database-visual::after{content:'';position:absolute;top:20px;left:-20px;width:100%;height:100%;border:3px solid #C8BCCB;border-radius:12px;z-index:-1}
.index-database-details{flex:1}
.index-database-details h2{font-size:2.25rem;color:#212529;margin-bottom:20px;font-weight:700}
.index-database-details p{font-size:1.0625rem;color:#495057;line-height:1.75;margin-bottom:16px}
.index-database-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:32px}
.index-metric-card{background:#f8f9fa;padding:24px;border-radius:10px;border-left:4px solid #958EA2}
.index-metric-card h3{font-size:1.75rem;color:#958EA2;margin-bottom:8px;font-weight:700}
.index-metric-card span{font-size:.9375rem;color:#495057;display:block}
.index-analytics-section{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:0 20px 80px}
.index-analytics-wrapper{max-width:900px;margin:0 auto;text-align:center}
.index-analytics-wrapper h2{font-size:2.5rem;color:#212529;margin-bottom:28px;font-weight:700}
.index-analytics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}
.index-analytics-item{background:#fff;padding:36px 24px;border-radius:12px;box-shadow:0 8px 25px #958ea21f;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}
.index-analytics-item::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#958EA2 0%,#C8BCCB 100%);transform:scaleX(0);transition:transform .3s ease}
.index-analytics-item:hover::before{transform:scaleX(1)}
.index-analytics-item:hover{transform:translateY(-8px);box-shadow:0 15px 40px #958ea233}
.index-analytics-item i{font-size:2.5rem;color:#958EA2;margin-bottom:20px}
.index-analytics-item h3{font-size:1.25rem;color:#212529;margin-bottom:12px;font-weight:600}
.index-analytics-item p{font-size:.9375rem;color:#495057;line-height:1.6}
.index-curriculum-block{background:#fff;padding:80px 20px}
.index-curriculum-layout{max-width:1150px;margin:0 auto}
.index-curriculum-header{text-align:center;margin-bottom:60px}
.index-curriculum-header h2{font-size:2.5rem;color:#212529;margin-bottom:18px;font-weight:700}
.index-curriculum-header p{font-size:1.125rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.index-curriculum-columns{display:grid;grid-template-columns:400px 1fr;gap:50px;align-items:start}
.index-curriculum-image-block img{width:100%;height:500px;object-fit:cover;border-radius:16px;box-shadow:0 15px 45px #4950572e}
.index-curriculum-list{display:flex;flex-direction:column;gap:24px}
.index-curriculum-stage{background:#f8f9fa;padding:28px 32px;border-radius:10px;border-left:5px solid #C8BCCB;transition:all .3s ease}
.index-curriculum-stage:hover{background:#E2DAE3;border-left-color:#958EA2;transform:translateX(8px)}
.index-curriculum-stage h3{font-size:1.375rem;color:#212529;margin-bottom:10px;font-weight:600}
.index-curriculum-stage p{font-size:1rem;color:#495057;line-height:1.65;margin:0}
.index-tools-showcase{background:linear-gradient(135deg,#958EA2 0%,#C8BCCB 100%);padding:90px 20px;position:relative}
.index-tools-showcase::after{content:'';position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to top,#ffffff26 0%,transparent 100%)}
.index-tools-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.index-tools-content h2{font-size:2.75rem;color:#fff;text-align:center;margin-bottom:24px;font-weight:700}
.index-tools-intro{font-size:1.125rem;color:#fff;text-align:center;max-width:750px;margin:0 auto 50px;line-height:1.7;opacity:.95}
.index-tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px}
.index-tool-card{background:#fffffff2;padding:32px 28px;border-radius:12px;box-shadow:0 10px 30px #21252926;transition:transform .3s ease}
.index-tool-card:hover{transform:translateY(-6px);box-shadow:0 15px 45px #21252940}
.index-tool-card h3{font-size:1.375rem;color:#212529;margin-bottom:14px;font-weight:600}
.index-tool-card p{font-size:1rem;color:#495057;line-height:1.65;margin:0}
.index-productivity-element{background:#fff;padding:80px 20px}
.index-productivity-wrap{max-width:950px;margin:0 auto}
.index-productivity-top{display:flex;gap:45px;align-items:center;margin-bottom:50px}
.index-productivity-visual{flex:0 0 420px}
.index-productivity-visual img{width:100%;height:350px;object-fit:cover;border-radius:14px;box-shadow:0 12px 40px #958ea233}
.index-productivity-text h2{font-size:2.375rem;color:#212529;margin-bottom:20px;font-weight:700}
.index-productivity-text p{font-size:1.0625rem;color:#495057;line-height:1.75;margin-bottom:14px}
.index-productivity-features{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:40px}
.index-productivity-point{background:#f8f9fa;padding:24px;border-radius:10px;border-top:3px solid #958EA2}
.index-productivity-point h4{font-size:1.125rem;color:#212529;margin-bottom:10px;font-weight:600}
.index-productivity-point p{font-size:.9375rem;color:#495057;line-height:1.6;margin:0}
.index-learning-path{background:linear-gradient(180deg,#f5f6fa 0%,#E2DAE3 100%);padding:85px 20px}
.index-learning-container{max-width:800px;margin:0 auto}
.index-learning-container h2{font-size:2.625rem;color:#212529;text-align:center;margin-bottom:22px;font-weight:700}
.index-learning-desc{font-size:1.125rem;color:#495057;text-align:center;margin-bottom:55px;line-height:1.7}
.index-timeline-wrapper{position:relative;padding-left:60px}
.index-timeline-wrapper::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:3px;background:#C8BCCB}
.index-timeline-phase{position:relative;margin-bottom:40px;background:#fff;padding:28px 32px;border-radius:12px;box-shadow:0 8px 25px #958ea226}
.index-timeline-phase::before{content:'';position:absolute;left:-53px;top:32px;width:16px;height:16px;background:#958EA2;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 3px #C8BCCB}
.index-timeline-phase h3{font-size:1.5rem;color:#212529;margin-bottom:12px;font-weight:600}
.index-timeline-phase p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.index-timeline-phase span{display:inline-block;background:#E2DAE3;color:#212529;padding:6px 14px;border-radius:6px;font-size:.875rem;font-weight:600;margin-bottom:10px}
.index-cta-block{background:#fff;padding:90px 20px;text-align:center}
.index-cta-inner{max-width:750px;margin:0 auto;background:linear-gradient(135deg,#958EA2 0%,#C8BCCB 100%);padding:60px 40px;border-radius:16px;box-shadow:0 20px 60px #958ea24d;position:relative;overflow:hidden}
.index-cta-inner::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#fff3 0%,transparent 70%);border-radius:50%}
.index-cta-inner h2{font-size:2.5rem;color:#fff;margin-bottom:20px;font-weight:700;position:relative;z-index:2}
.index-cta-inner p{font-size:1.125rem;color:#fff;margin-bottom:36px;line-height:1.7;opacity:.95;position:relative;z-index:2}
.index-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;position:relative;z-index:2}
.index-cta-button-white{display:inline-block;background:#fff;color:#958EA2;padding:16px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.0625rem;transition:all .3s ease;box-shadow:0 4px 15px #21252933}
.index-cta-button-white:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 6px 25px #2125294d}
.index-cta-button-outline{display:inline-block;background:transparent;color:#fff;padding:16px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.0625rem;border:2px solid #fff;transition:all .3s ease}
.index-cta-button-outline:hover{background:#ffffff26;transform:translateY(-3px)}
@media (max-width: 992px) {
.index-hero-content{grid-template-columns:1fr;gap:40px}
.index-hero-text h1{font-size:2.5rem}
.index-database-container{flex-direction:column}
.index-database-visual{flex:1 1 auto;width:100%}
.index-analytics-grid{grid-template-columns:1fr;gap:24px}
.index-curriculum-columns{grid-template-columns:1fr;gap:40px}
.index-productivity-top{flex-direction:column}
.index-productivity-visual{flex:1 1 auto;width:100%}
.index-productivity-features{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.index-hero-wrapper{padding:60px 20px 70px}
.index-hero-text h1{font-size:2rem}
.index-hero-text p{font-size:1rem}
.index-hero-image img{height:300px}
.index-database-focus{padding:60px 20px}
.index-database-details h2{font-size:1.875rem}
.index-database-metrics{grid-template-columns:1fr}
.index-analytics-wrapper h2{font-size:2rem}
.index-curriculum-header h2{font-size:2rem}
.index-curriculum-image-block img{height:350px}
.index-tools-content h2{font-size:2.25rem}
.index-tools-grid{grid-template-columns:1fr}
.index-productivity-visual img{height:280px}
.index-productivity-text h2{font-size:2rem}
.index-learning-container h2{font-size:2.125rem}
.index-timeline-wrapper{padding-left:50px}
.index-timeline-phase::before{left:-43px}
.index-cta-inner{padding:50px 30px}
.index-cta-inner h2{font-size:2rem}
.index-cta-buttons{flex-direction:column;align-items:stretch}
.index-cta-button-white,.index-cta-button-outline{width:100%;text-align:center}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.contact-hero-section{background:linear-gradient(to right,#fff 0%,#f5f6fa 100%);padding:4.5rem 1.5rem 3rem;position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#c2bccb26 0%,transparent 70%);border-radius:50%}
.contact-hero-content{max-width:880px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:1.2rem;font-weight:700;line-height:1.2}
.contact-hero-subtitle{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:0}
.contact-main-container{max-width:1140px;margin:0 auto;padding:3.5rem 1.5rem}
.contact-grid-layout{display:grid;grid-template-columns:1fr 1.6fr;gap:3rem;align-items:start}
.contact-info-block{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 3px 12px #958ea214;position:sticky;top:2rem}
.contact-info-block h2{font-size:1.5rem;color:#212529;margin-bottom:1.8rem;font-weight:600}
.info-item-wrapper{margin-bottom:2rem}
.info-item-wrapper:last-child{margin-bottom:0}
.info-item-label{font-size:.85rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-weight:600}
.info-item-content{font-size:1rem;color:#343a40;line-height:1.6}
.info-item-content a{color:#958EA2;text-decoration:none;transition:color .3s ease}
.info-item-content a:hover{color:#7a7087}
.contact-form-container{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 3px 12px #958ea214}
.contact-form-container h2{font-size:1.75rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.form-intro-text{font-size:1rem;color:#495057;line-height:1.6;margin-bottom:2rem}
.form-field-group{margin-bottom:1.5rem}
.form-field-label{display:block;font-size:.95rem;color:#343a40;margin-bottom:.5rem;font-weight:500}
.form-input-field{width:100%;padding:.85rem 1rem;font-size:1rem;color:#212529;background:#fafbfc;border:2px solid #E2DAE3;border-radius:8px;transition:all .3s ease}
.form-input-field:focus{outline:none;border-color:#958EA2;background:#fff;box-shadow:0 0 0 3px #958ea21a}
.form-textarea-field{width:100%;padding:.85rem 1rem;font-size:1rem;color:#212529;background:#fafbfc;border:2px solid #E2DAE3;border-radius:8px;min-height:160px;resize:vertical;font-family:inherit;transition:all .3s ease}
.form-textarea-field:focus{outline:none;border-color:#958EA2;background:#fff;box-shadow:0 0 0 3px #958ea21a}
.privacy-consent-wrapper{margin-top:1.8rem;margin-bottom:1.8rem}
.consent-checkbox-group{display:flex;align-items:start;gap:.7rem}
.consent-checkbox-input{margin-top:.2rem;width:18px;height:18px;cursor:pointer;accent-color:#958EA2}
.consent-label-text{font-size:.9rem;color:#495057;line-height:1.5}
.consent-label-text a{color:#958EA2;text-decoration:underline;transition:color .3s ease}
.consent-label-text a:hover{color:#7a7087}
.submit-button-wrapper{margin-top:2rem}
.form-submit-button{background:linear-gradient(135deg,#958EA2 0%,#7a7087 100%);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #958ea240}
.form-submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #958ea259}
.form-submit-button:active{transform:translateY(0)}
.location-showcase-section{background:linear-gradient(to bottom,#fff 0%,#f8f9fa 100%);padding:4rem 1.5rem;margin-top:3rem}
.location-content-wrapper{max-width:1140px;margin:0 auto}
.location-visual-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:3rem;align-items:center}
.location-image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #958ea226}
.location-image-container img{width:100%;height:420px;object-fit:cover;display:block}
.location-text-content h2{font-size:2rem;color:#212529;margin-bottom:1.2rem;font-weight:600;line-height:1.3}
.location-description-text{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1.5rem}
.location-address-detail{background:#fafbfc;padding:1.5rem;border-radius:8px;border-left:4px solid #958EA2;margin-top:1.8rem}
.location-address-detail p{font-size:1rem;color:#343a40;line-height:1.6;margin:0}
@media (max-width: 968px) {
.contact-grid-layout{grid-template-columns:1fr;gap:2rem}
.contact-info-block{position:static}
.location-visual-grid{grid-template-columns:1fr;gap:2rem}
.location-image-container img{height:320px}
}
@media (max-width: 768px) {
.contact-hero-section{padding:3rem 1.5rem 2rem}
.contact-hero-content h1{font-size:2.2rem}
.contact-hero-subtitle{font-size:1.05rem}
.contact-main-container{padding:2.5rem 1.5rem}
.contact-form-container{padding:2rem 1.5rem}
.contact-form-container h2{font-size:1.5rem}
.location-showcase-section{padding:3rem 1.5rem}
.location-text-content h2{font-size:1.7rem}
.location-image-container img{height:280px}
}
@media (max-width: 576px) {
.contact-hero-content h1{font-size:1.9rem}
.contact-info-block{padding:2rem 1.5rem}
.form-submit-button{width:100%;padding:1rem}
}
.learning-program-wrapper{background:#fff;min-height:100vh}
.learning-program-wrapper .lp-hero-section{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.learning-program-wrapper .lp-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#c2bccb26 0%,transparent 70%);border-radius:50%}
.learning-program-wrapper .lp-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.learning-program-wrapper .lp-hero-title{font-size:48px;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.learning-program-wrapper .lp-hero-subtitle{font-size:20px;color:#495057;margin-bottom:30px;line-height:1.6;max-width:700px}
.learning-program-wrapper .lp-hero-meta{display:flex;gap:30px;flex-wrap:wrap;margin-top:25px}
.learning-program-wrapper .lp-meta-item{display:flex;align-items:center;gap:10px;font-size:16px;color:#343a40}
.learning-program-wrapper .lp-meta-icon{width:40px;height:40px;background:#E2DAE3;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#958EA2;font-size:18px}
.learning-program-wrapper .lp-journey-section{padding:70px 20px;background:#fff}
.learning-program-wrapper .lp-journey-container{max-width:1100px;margin:0 auto}
.learning-program-wrapper .lp-section-header{text-align:center;margin-bottom:60px}
.learning-program-wrapper .lp-section-title{font-size:36px;color:#212529;margin-bottom:15px;font-weight:700}
.learning-program-wrapper .lp-section-description{font-size:18px;color:#495057;line-height:1.6;max-width:650px;margin:0 auto}
.learning-program-wrapper .lp-path-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:50px}
.learning-program-wrapper .lp-path-stage{background:#f8f9fa;padding:35px 25px;border-radius:12px;border-left:4px solid #958EA2;transition:all .3s ease;position:relative}
.learning-program-wrapper .lp-path-stage:hover{transform:translateY(-5px);box-shadow:0 8px 25px #958ea226}
.learning-program-wrapper .lp-stage-number{position:absolute;top:-15px;left:25px;width:50px;height:50px;background:linear-gradient(135deg,#958EA2 0%,#C8BCCB 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 4px 12px #958ea24d}
.learning-program-wrapper .lp-stage-title{font-size:22px;color:#212529;margin-bottom:12px;font-weight:600;margin-top:25px}
.learning-program-wrapper .lp-stage-duration{font-size:14px;color:#958EA2;margin-bottom:15px;font-weight:500}
.learning-program-wrapper .lp-stage-description{font-size:15px;color:#495057;line-height:1.6;margin-bottom:20px}
.learning-program-wrapper .lp-stage-skills{list-style:none;padding:0;margin:0}
.learning-program-wrapper .lp-stage-skills li{font-size:14px;color:#343a40;padding:8px 0;border-bottom:1px solid #E2DAE3;line-height:1.5}
.learning-program-wrapper .lp-stage-skills li:last-child{border-bottom:none}
.learning-program-wrapper .lp-stage-skills li::before{content:'→';color:#958EA2;margin-right:10px;font-weight:700}
.learning-program-wrapper .lp-faq-section{padding:70px 20px;background:linear-gradient(180deg,#fafbfc 0%,#fff 100%)}
.learning-program-wrapper .lp-faq-container{max-width:1000px;margin:0 auto}
.learning-program-wrapper .lp-faq-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:50px}
.learning-program-wrapper .lp-faq-column h3{font-size:24px;color:#212529;margin-bottom:30px;font-weight:600;padding-bottom:15px;border-bottom:3px solid #E2DAE3}
.learning-program-wrapper .lp-faq-item{margin-bottom:30px;padding:25px;background:#fff;border-radius:10px;border:1px solid #E2DAE3;transition:all .3s ease}
.learning-program-wrapper .lp-faq-item:hover{border-color:#958EA2;box-shadow:0 5px 20px #958ea21a}
.learning-program-wrapper .lp-faq-question{font-size:17px;color:#212529;font-weight:600;margin-bottom:12px;line-height:1.4}
.learning-program-wrapper .lp-faq-answer{font-size:15px;color:#495057;line-height:1.7}
.learning-program-wrapper .lp-cta-section{padding:80px 20px;background:linear-gradient(135deg,#958EA2 0%,#C8BCCB 100%);text-align:center;position:relative;overflow:hidden}
.learning-program-wrapper .lp-cta-section::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:#ffffff1a;border-radius:50%}
.learning-program-wrapper .lp-cta-section::after{content:'';position:absolute;bottom:-150px;right:-150px;width:400px;height:400px;background:#ffffff14;border-radius:50%}
.learning-program-wrapper .lp-cta-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.learning-program-wrapper .lp-cta-title{font-size:38px;color:#fff;margin-bottom:20px;font-weight:700;line-height:1.3}
.learning-program-wrapper .lp-cta-description{font-size:18px;color:#fff;margin-bottom:35px;line-height:1.6;opacity:.95}
.learning-program-wrapper .lp-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.learning-program-wrapper .lp-cta-button{padding:16px 40px;font-size:16px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;display:inline-block}
.learning-program-wrapper .lp-cta-button-primary{background:#fff;color:#958EA2;border:2px solid #fff}
.learning-program-wrapper .lp-cta-button-primary:hover{background:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}
.learning-program-wrapper .lp-cta-button-secondary{background:transparent;color:#fff;border:2px solid #fff}
.learning-program-wrapper .lp-cta-button-secondary:hover{background:#fff;color:#958EA2;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}
.learning-program-wrapper .lp-image-showcase{margin-top:50px;text-align:center}
.learning-program-wrapper .lp-showcase-image{max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 40px #21252926;width:800px;max-width:100%}
@media (max-width: 768px) {
.learning-program-wrapper .lp-hero-title{font-size:32px}
.learning-program-wrapper .lp-hero-subtitle{font-size:17px}
.learning-program-wrapper .lp-section-title{font-size:28px}
.learning-program-wrapper .lp-path-grid{grid-template-columns:1fr}
.learning-program-wrapper .lp-faq-layout{grid-template-columns:1fr;gap:30px}
.learning-program-wrapper .lp-cta-title{font-size:28px}
.learning-program-wrapper .lp-cta-buttons{flex-direction:column;align-items:center}
.learning-program-wrapper .lp-cta-button{width:100%;max-width:300px}
}
@media (max-width: 480px) {
.learning-program-wrapper .lp-hero-section{padding:50px 15px 40px}
.learning-program-wrapper .lp-hero-meta{flex-direction:column;gap:15px}
.learning-program-wrapper .lp-journey-section,.learning-program-wrapper .lp-faq-section,.learning-program-wrapper .lp-cta-section{padding:50px 15px}
}
.events-page-2025{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.events-hero-section{background:linear-gradient(165deg,#E2DAE3 0%,#C8BCCB 45%,#958EA2 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.events-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff14;border-radius:50%;z-index:1}
.events-hero-section::after{content:'';position:absolute;bottom:-30%;left:-10%;width:450px;height:450px;background:#958ea21f;border-radius:50%;z-index:1}
.events-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.events-hero-content h1{font-size:3.2rem;color:#fff;font-weight:700;margin:0 0 24px;line-height:1.2;text-shadow:2px 2px 8px #00000026}
.events-hero-content .hero-subtitle{font-size:1.3rem;color:#fff;line-height:1.6;margin:0 0 36px;max-width:720px;opacity:.95}
.events-cta-group{display:flex;gap:18px;flex-wrap:wrap;align-items:center}
.events-primary-btn{background:#fff;color:#958EA2;padding:16px 38px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block;box-shadow:0 4px 12px #00000026}
.events-primary-btn:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 6px 18px #0003;color:#958EA2}
.events-secondary-btn{background:transparent;color:#fff;padding:16px 38px;border:2px solid #fff;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block}
.events-secondary-btn:hover{background:#ffffff26;transform:translateY(-3px);color:#fff}
.upcoming-events-section{padding:90px 20px;background:#fff}
.upcoming-events-container{max-width:1320px;margin:0 auto}
.section-header-events{text-align:center;margin-bottom:70px}
.section-header-events h2{font-size:2.6rem;color:#212529;font-weight:700;margin:0 0 18px;position:relative;display:inline-block}
.section-header-events h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#958EA2 0%,#C8BCCB 100%);border-radius:2px}
.section-header-events p{font-size:1.15rem;color:#495057;line-height:1.7;max-width:680px;margin:24px auto 0}
.events-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:50px}
.event-card-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 3px 12px #958ea21f;transition:all .35s ease;border:1px solid #E2DAE3}
.event-card-item:hover{transform:translateY(-8px);box-shadow:0 8px 24px #958ea238}
.event-card-image-wrapper{width:100%;height:220px;overflow:hidden;position:relative}
.event-card-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.event-card-item:hover .event-card-image-wrapper img{transform:scale(1.08)}
.event-date-badge{position:absolute;top:16px;left:16px;background:#958EA2;color:#fff;padding:8px 16px;border-radius:6px;font-weight:600;font-size:.9rem;box-shadow:0 2px 8px #0003}
.event-card-content{padding:28px 24px}
.event-card-content h3{font-size:1.4rem;color:#212529;font-weight:700;margin:0 0 14px;line-height:1.3}
.event-meta-info{display:flex;gap:20px;margin-bottom:16px;flex-wrap:wrap}
.event-meta-item{display:flex;align-items:center;gap:8px;font-size:.95rem;color:#495057}
.event-meta-item i{color:#958EA2;font-size:1rem}
.event-card-content p{font-size:1rem;color:#495057;line-height:1.6;margin:0 0 20px}
.event-learn-more{color:#958EA2;font-weight:600;text-decoration:none;font-size:1rem;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}
.event-learn-more:hover{color:#7a6f8a;gap:12px}
.past-events-showcase{padding:90px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.past-events-wrapper{max-width:1200px;margin:0 auto}
.past-events-header{margin-bottom:60px}
.past-events-header h2{font-size:2.4rem;color:#212529;font-weight:700;margin:0 0 16px}
.past-events-header p{font-size:1.1rem;color:#495057;line-height:1.7;max-width:750px}
.past-events-timeline{position:relative;padding-left:80px}
.past-events-timeline::before{content:'';position:absolute;left:40px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#958EA2 0%,#C8BCCB 50%,#E2DAE3 100%)}
.timeline-event-block{position:relative;margin-bottom:60px;padding-left:40px}
.timeline-marker-circle{position:absolute;left:-48px;top:8px;width:20px;height:20px;background:#958EA2;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #E2DAE3;z-index:2}
.timeline-event-content{background:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 16px #958ea21a;border-left:4px solid #C8BCCB}
.timeline-event-date{font-size:.9rem;color:#958EA2;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}
.timeline-event-content h3{font-size:1.6rem;color:#212529;font-weight:700;margin:0 0 14px}
.timeline-event-content p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 18px}
.timeline-stats-row{display:flex;gap:28px;flex-wrap:wrap;margin-top:20px;padding-top:20px;border-top:1px solid #E2DAE3}
.timeline-stat-box{display:flex;align-items:center;gap:10px}
.timeline-stat-box i{color:#958EA2;font-size:1.2rem}
.timeline-stat-box span{font-size:.95rem;color:#495057}
.timeline-stat-box strong{color:#212529;font-weight:700}
.event-resources-section{padding:90px 20px 110px;background:#fff}
.event-resources-container{max-width:1100px;margin:0 auto}
.resources-header-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:50px}
.resources-text-column h2{font-size:2.5rem;color:#212529;font-weight:700;margin:0 0 20px;line-height:1.2}
.resources-text-column p{font-size:1.1rem;color:#495057;line-height:1.7;margin:0 0 28px}
.resources-image-column{position:relative}
.resources-image-column img{width:100%;height:360px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #958ea22e}
.resources-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.resource-card-box{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:32px 28px;border-radius:12px;border:2px solid #E2DAE3;transition:all .3s ease}
.resource-card-box:hover{border-color:#C8BCCB;box-shadow:0 6px 18px #958ea224;transform:translateY(-4px)}
.resource-card-icon{width:56px;height:56px;background:linear-gradient(135deg,#958EA2 0%,#C8BCCB 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.resource-card-icon i{color:#fff;font-size:1.6rem}
.resource-card-box h3{font-size:1.4rem;color:#212529;font-weight:700;margin:0 0 12px}
.resource-card-box p{font-size:1rem;color:#495057;line-height:1.6;margin:0 0 18px}
.resource-card-link{color:#958EA2;font-weight:600;text-decoration:none;font-size:.98rem;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}
.resource-card-link:hover{color:#7a6f8a;gap:12px}
@media (max-width: 1024px) {
.events-grid-layout{grid-template-columns:repeat(2,1fr);gap:28px}
.resources-header-split{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.events-hero-content h1{font-size:2.2rem}
.events-hero-content .hero-subtitle{font-size:1.1rem}
.events-cta-group{flex-direction:column;align-items:stretch}
.events-primary-btn,.events-secondary-btn{text-align:center;width:100%}
.events-grid-layout{grid-template-columns:1fr;gap:24px}
.section-header-events h2{font-size:2rem}
.past-events-timeline{padding-left:50px}
.past-events-timeline::before{left:20px}
.timeline-marker-circle{left:-28px}
.timeline-event-content{padding:24px 20px}
.resources-cards-grid{grid-template-columns:1fr;gap:24px}
.resources-text-column h2{font-size:2rem}
}
@media (max-width: 480px) {
.events-hero-section{padding:80px 20px 60px}
.events-hero-content h1{font-size:1.8rem}
.upcoming-events-section,.past-events-showcase,.event-resources-section{padding:60px 20px}
.timeline-stats-row{flex-direction:column;gap:12px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.cookie-policy-container{max-width:920px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 20px #958ea21f;padding:50px 60px}
.cookie-policy-header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:2px solid #E2DAE3}
.cookie-policy-header h1{font-size:2.4em;color:#212529;margin-bottom:15px;font-weight:700;line-height:1.2}
.cookie-policy-updated{color:#958EA2;font-size:.95em;font-weight:500}
.cookie-policy-intro{background:linear-gradient(to right,#f8f9fa,#fff);padding:30px;border-left:4px solid #958EA2;margin-bottom:45px;border-radius:6px}
.cookie-policy-intro p{color:#495057;font-size:1.05em;line-height:1.7;margin:0}
.cookie-section-block{margin-bottom:45px}
.cookie-section-block h2{color:#212529;font-size:1.8em;margin-bottom:20px;font-weight:600;display:flex;align-items:center;gap:12px}
.cookie-section-block h2::before{content:'';width:6px;height:32px;background:linear-gradient(180deg,#958EA2 0%,#C8BCCB 100%);border-radius:3px}
.cookie-section-block h3{color:#343a40;font-size:1.35em;margin-top:30px;margin-bottom:15px;font-weight:600}
.cookie-section-block p{color:#495057;font-size:1em;line-height:1.75;margin-bottom:18px}
.cookie-section-block ul{list-style:none;padding:0;margin:25px 0}
.cookie-section-block ul li{color:#495057;font-size:1em;line-height:1.7;margin-bottom:15px;padding-left:35px;position:relative}
.cookie-section-block ul li::before{content:'→';position:absolute;left:0;color:#958EA2;font-weight:700;font-size:1.2em}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:25px;margin:35px 0}
.cookie-type-card{background:#fafbfc;border:2px solid #E2DAE3;border-radius:8px;padding:25px;transition:all .3s ease}
.cookie-type-card:hover{border-color:#C8BCCB;box-shadow:0 6px 16px #958ea226;transform:translateY(-2px)}
.cookie-type-card h4{color:#212529;font-size:1.2em;margin-bottom:12px;font-weight:600;display:flex;align-items:center;gap:10px}
.cookie-type-badge{display:inline-block;background:#958EA2;color:#fff;font-size:.75em;padding:4px 10px;border-radius:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.cookie-type-card p{color:#495057;font-size:.98em;line-height:1.7;margin:0}
.cookie-info-box{background:linear-gradient(135deg,#E2DAE3 0%,#C8BCCB 100%);padding:28px;border-radius:8px;margin:30px 0}
.cookie-info-box h4{color:#212529;font-size:1.15em;margin-bottom:12px;font-weight:600}
.cookie-info-box p{color:#343a40;font-size:.98em;line-height:1.7;margin:0}
.cookie-browser-instructions{background:#fff;border:2px solid #E2DAE3;border-radius:8px;padding:30px;margin:30px 0}
.cookie-browser-instructions h4{color:#212529;font-size:1.2em;margin-bottom:20px;font-weight:600}
.cookie-browser-list{display:grid;gap:15px}
.cookie-browser-item{background:#fafbfc;padding:18px 22px;border-radius:6px;border-left:4px solid #958EA2;color:#495057;font-size:.98em;line-height:1.6}
.cookie-browser-item strong{color:#212529;font-weight:600}
.cookie-contact-section{background:linear-gradient(to right,#f8f9fa,#fafbfc);padding:35px;border-radius:8px;margin-top:50px;text-align:center;border:2px solid #E2DAE3}
.cookie-contact-section h3{color:#212529;font-size:1.5em;margin-bottom:18px;font-weight:600}
.cookie-contact-section p{color:#495057;font-size:1.05em;line-height:1.7;margin-bottom:12px}
.cookie-contact-link{color:#958EA2;font-weight:600;text-decoration:none;transition:color .3s ease}
.cookie-contact-link:hover{color:#7d7691}
.cookie-policy-footer-note{margin-top:50px;padding-top:30px;border-top:2px solid #E2DAE3;text-align:center}
.cookie-policy-footer-note p{color:#958EA2;font-size:.9em;line-height:1.6;margin:0}
@media (max-width: 768px) {
.cookie-policy-wrapper{padding:40px 15px}
.cookie-policy-container{padding:35px 25px}
.cookie-policy-header h1{font-size:1.9em}
.cookie-section-block h2{font-size:1.5em}
.cookie-section-block h3{font-size:1.2em}
.cookie-intro{padding:20px}
.cookie-type-card{padding:20px}
.cookie-contact-section{padding:25px 20px}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:80px 0}
.privacy-container{max-width:900px;margin:0 auto;padding:0 24px}
.privacy-header-section{background:#fff;border-radius:12px;padding:60px 48px;margin-bottom:48px;box-shadow:0 4px 16px #958ea214;border-left:6px solid #958EA2}
.privacy-header-section h1{font-size:42px;color:#212529;margin:0 0 20px;font-weight:700;line-height:1.2}
.privacy-last-updated{display:inline-block;background:#E2DAE3;color:#495057;padding:10px 20px;border-radius:6px;font-size:15px;font-weight:500;margin-bottom:24px}
.privacy-intro-text{font-size:17px;line-height:1.7;color:#495057;margin:0}
.privacy-content-block{background:#fff;border-radius:12px;padding:48px;margin-bottom:32px;box-shadow:0 2px 12px #958ea20f;border-top:3px solid #C8BCCB}
.privacy-content-block h2{font-size:28px;color:#212529;margin:0 0 24px;font-weight:700;padding-bottom:16px;border-bottom:2px solid #E2DAE3}
.privacy-content-block h3{font-size:20px;color:#343a40;margin:32px 0 16px;font-weight:600}
.privacy-content-block p{font-size:16px;line-height:1.8;color:#495057;margin:0 0 20px}
.privacy-content-block ul{list-style:none;padding:0;margin:24px 0}
.privacy-content-block ul li{position:relative;padding-left:32px;margin-bottom:16px;font-size:16px;line-height:1.7;color:#495057}
.privacy-content-block ul li::before{content:"→";position:absolute;left:0;color:#958EA2;font-weight:700;font-size:18px}
.privacy-table-wrapper{overflow-x:auto;margin:32px 0;border-radius:8px;box-shadow:0 2px 8px #958ea20f}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff}
.privacy-data-table thead{background:linear-gradient(135deg,#958EA2 0%,#C8BCCB 100%)}
.privacy-data-table th{padding:18px 24px;text-align:left;font-size:15px;font-weight:600;color:#fff;border-bottom:2px solid #E2DAE3}
.privacy-data-table td{padding:18px 24px;font-size:15px;color:#495057;border-bottom:1px solid #E2DAE3;line-height:1.6}
.privacy-data-table tbody tr:nth-child(even){background:#fafbfc}
.privacy-data-table tbody tr:hover{background:#f5f6fa}
.privacy-highlight-box{background:linear-gradient(135deg,#E2DAE3 0%,#f8f9fa 100%);border-left:4px solid #958EA2;padding:24px 32px;margin:32px 0;border-radius:8px}
.privacy-highlight-box p{margin:0;color:#343a40;font-size:16px;line-height:1.7}
.privacy-contact-box{background:#fff;border-radius:12px;padding:48px;margin-top:48px;box-shadow:0 4px 16px #958ea21a;border:2px solid #E2DAE3}
.privacy-contact-box h2{font-size:26px;color:#212529;margin:0 0 24px;font-weight:700}
.privacy-contact-details{display:grid;gap:20px;margin-top:24px}
.privacy-contact-item{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#fafbfc;border-radius:8px;border-left:3px solid #C8BCCB}
.privacy-contact-item strong{color:#343a40;font-size:15px;display:block;margin-bottom:6px}
.privacy-contact-item span{color:#495057;font-size:15px;line-height:1.6}
.privacy-section-divider{height:2px;background:linear-gradient(90deg,transparent 0%,#C8BCCB 50%,transparent 100%);margin:48px 0;border:none}
@media (max-width: 768px) {
.privacy-policy-wrapper{padding:40px 0}
.privacy-header-section{padding:40px 28px;margin-bottom:32px}
.privacy-header-section h1{font-size:32px}
.privacy-content-block{padding:32px 24px;margin-bottom:24px}
.privacy-content-block h2{font-size:24px}
.privacy-content-block h3{font-size:18px}
.privacy-contact-box{padding:32px 24px}
.privacy-data-table th,.privacy-data-table td{padding:12px 16px;font-size:14px}
}
@media (max-width: 480px) {
.privacy-container{padding:0 16px}
.privacy-header-section{padding:32px 20px}
.privacy-header-section h1{font-size:28px}
.privacy-content-block{padding:24px 20px}
.privacy-content-block h2{font-size:22px}
.privacy-highlight-box{padding:20px 24px}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.success-content-container{max-width:720px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 8px 32px #958ea21f;padding:0;overflow:hidden}
.success-header-section{background:linear-gradient(165deg,#E2DAE3 0%,#C8BCCB 100%);padding:50px 40px 45px;text-align:center;position:relative}
.success-header-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#958EA2 0%,#C8BCCB 50%,#E2DAE3 100%)}
.success-icon-wrapper{width:90px;height:90px;background:#fff;border-radius:50%;margin:0 auto 28px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #958ea22e;animation:successPulse 2s ease-in-out infinite}
@keyframes successPulse {
0%,100%{transform:scale(1);box-shadow:0 6px 24px #958ea22e}
50%{transform:scale(1.05);box-shadow:0 8px 32px #958ea240}
}
.success-icon-wrapper svg{width:48px;height:48px;fill:#958EA2}
.success-main-heading{font-size:36px;font-weight:700;color:#2d2738;margin:0 0 14px;letter-spacing:-.5px}
.success-subheading{font-size:18px;color:#4a4556;margin:0;font-weight:400;line-height:1.5}
.success-body-section{padding:45px 40px}
.confirmation-message-block{margin-bottom:38px}
.confirmation-message-block h2{font-size:22px;color:#343a40;margin:0 0 16px;font-weight:600}
.confirmation-message-block p{font-size:16px;color:#495057;line-height:1.7;margin:0 0 14px}
.confirmation-message-block p:last-child{margin-bottom:0}
.next-steps-container{background:#f8f9fa;border-left:4px solid #958EA2;padding:28px;border-radius:8px;margin-bottom:38px}
.next-steps-container h3{font-size:19px;color:#343a40;margin:0 0 18px;font-weight:600}
.steps-list-custom{list-style:none;padding:0;margin:0}
.steps-list-custom li{padding-left:32px;margin-bottom:14px;position:relative;font-size:15px;color:#495057;line-height:1.6}
.steps-list-custom li:last-child{margin-bottom:0}
.steps-list-custom li::before{content:'';position:absolute;left:0;top:0;width:22px;height:22px;background:#958EA2;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}
.contact-info-block{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:28px;border-radius:8px;margin-bottom:38px;border:1px solid #E2DAE3}
.contact-info-block h3{font-size:18px;color:#343a40;margin:0 0 16px;font-weight:600}
.contact-details-grid{display:flex;flex-direction:column;gap:14px}
.contact-item-row{display:flex;align-items:flex-start;gap:12px}
.contact-item-row svg{width:20px;height:20px;fill:#958EA2;flex-shrink:0;margin-top:2px}
.contact-item-row span{font-size:15px;color:#495057;line-height:1.6}
.contact-item-row a{color:#958EA2;text-decoration:none;transition:color .3s ease}
.contact-item-row a:hover{color:#7a7487;text-decoration:underline}
.action-buttons-wrapper{display:flex;flex-direction:column;gap:14px;margin-bottom:32px}
.primary-action-btn{background:linear-gradient(135deg,#958EA2 0%,#C8BCCB 100%);color:#fff;border:none;padding:16px 32px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:all .3s ease;box-shadow:0 4px 12px #958ea233}
.primary-action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #958ea24d;background:linear-gradient(135deg,#7a7487 0%,#b3a8b7 100%)}
.secondary-action-btn{background:#fff;color:#958EA2;border:2px solid #958EA2;padding:14px 32px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:all .3s ease}
.secondary-action-btn:hover{background:#f8f9fa;border-color:#7a7487;color:#7a7487;transform:translateY(-1px)}
.helpful-resources-section{border-top:1px solid #E2DAE3;padding-top:32px}
.helpful-resources-section h3{font-size:19px;color:#343a40;margin:0 0 20px;font-weight:600}
.resources-grid-custom{display:grid;grid-template-columns:1fr;gap:16px}
.resource-card-item{background:#fff;border:1px solid #E2DAE3;border-radius:8px;padding:20px;transition:all .3s ease}
.resource-card-item:hover{border-color:#C8BCCB;box-shadow:0 4px 16px #958ea21f;transform:translateY(-2px)}
.resource-card-item h4{font-size:17px;color:#343a40;margin:0 0 10px;font-weight:600}
.resource-card-item p{font-size:14px;color:#495057;line-height:1.6;margin:0 0 14px}
.resource-link-btn{color:#958EA2;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color .3s ease}
.resource-link-btn:hover{color:#7a7487;gap:10px}
.resource-link-btn::after{content:'→';font-size:16px;transition:transform .3s ease}
.resource-link-btn:hover::after{transform:translateX(4px)}
@media screen and (max-width: 768px) {
.success-page-wrapper{padding:30px 15px}
.success-header-section{padding:40px 25px 35px}
.success-main-heading{font-size:28px}
.success-subheading{font-size:16px}
.success-body-section{padding:35px 25px}
.next-steps-container,.contact-info-block{padding:22px}
.action-buttons-wrapper{gap:12px}
.primary-action-btn,.secondary-action-btn{padding:14px 24px;font-size:15px}
}
@media screen and (max-width: 480px) {
.success-icon-wrapper{width:75px;height:75px}
.success-icon-wrapper svg{width:40px;height:40px}
.success-main-heading{font-size:24px}
.success-header-section{padding:35px 20px 30px}
.success-body-section{padding:30px 20px}
.confirmation-message-block h2{font-size:20px}
.next-steps-container h3,.contact-info-block h3,.helpful-resources-section h3{font-size:17px}
}