*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-brand:#C3C1B1;--secondary-brand:#D5CEBC;--tertiary-brand:#E9E6D9;--text-dark:#212529;--text-medium:#495057;--bg-light:#fafbfc;--bg-cream:#f8f9fa;--white:#fff}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;color:var(--text-dark);background-color:var(--white);font-size:clamp(15px,1.05vw,17px)}
.site_wrapper_92k{min-height:100vh;display:flex;flex-direction:column}
header{background:linear-gradient(135deg,#c3c1b114 0%,#e9e6d91f 100%);position:relative;overflow:hidden}
.header_banner_text_7hq{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:clamp(3.2rem,8vw,6.5rem);font-weight:700;color:#c3c1b126;letter-spacing:-.02em;white-space:nowrap;z-index:1;user-select:none;pointer-events:none}
.header_content_overlay_3px{position:relative;z-index:2;padding:1.8rem 4%;max-width:1400px;margin:0 auto;width:100%}
.header_row_top_9fn{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:1.5rem}
.logo_container_4kd{flex-shrink:0}
.logo_link_8wz{display:block;line-height:0}
.logo_img_2hj{height:68px;width:68px;object-fit:contain;display:block}
.announcement_block_5rt{background:#c3c1b138;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:.85rem 1.6rem;border-radius:50px;border:1px solid #c3c1b14d;box-shadow:0 4px 12px #c3c1b126}
.announcement_text_1mk{font-size:clamp(0.88rem,1vw,0.96rem);color:var(--text-medium);font-weight:500;letter-spacing:.01em}
.header_row_bottom_6vp{display:flex;align-items:center;justify-content:center;gap:3rem;padding-top:1.2rem}
.main_navigation_8zx{display:flex;gap:2.4rem;list-style:none}
.nav_item_link_4wp{color:var(--text-dark);text-decoration:none;font-weight:500;font-size:clamp(0.94rem,1.02vw,1.05rem);padding:.6rem 0;position:relative;transition:color .25s ease;letter-spacing:.01em}
.nav_item_link_4wp::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-brand);transition:width .3s ease}
.nav_item_link_4wp:hover{color:var(--primary-brand)}
.nav_item_link_4wp:hover::after{width:100%}
.nav_item_link_4wp:focus-visible{outline:2px solid var(--primary-brand);outline-offset:4px;border-radius:2px}
main{flex:1}
footer{background:linear-gradient(165deg,#2c2b28 0%,#3a3934 100%);color:var(--bg-light);padding:3.5rem 4% 2rem;margin-top:5rem}
.footer_container_9bx{max-width:1400px;margin:0 auto}
.footer_grid_7pm{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:3rem;margin-bottom:2.5rem}
.footer_section_2kl h3{font-size:1.15rem;margin-bottom:1.2rem;color:var(--tertiary-brand);font-weight:600;letter-spacing:.02em}
.footer_nav_list_5hz{list-style:none;display:flex;flex-direction:column;gap:.75rem}
.footer_link_3wx{color:#e9e6d9d9;text-decoration:none;font-size:.96rem;transition:color .25s ease,padding-left .25s ease;display:inline-block}
.footer_link_3wx:hover{color:var(--tertiary-brand);padding-left:.4rem}
.footer_link_3wx:focus-visible{outline:2px solid var(--tertiary-brand);outline-offset:3px;border-radius:2px}
.contact_info_8rz{display:flex;flex-direction:column;gap:1rem}
.contact_item_4nl{display:flex;align-items:flex-start;gap:.65rem}
.contact_label_6jt{font-weight:600;color:var(--tertiary-brand);min-width:85px;font-size:.94rem}
.contact_value_9hk{color:#e9e6d9e0;font-size:.94rem}
.contact_value_9hk a{color:inherit;text-decoration:none;transition:color .25s ease}
.contact_value_9hk a:hover{color:var(--tertiary-brand)}
.footer_logo_container_1vb{margin-bottom:1.5rem}
.footer_logo_img_8pz{height:56px;width:56px;object-fit:contain}
.footer_description_7mk{color:#e9e6d9c7;font-size:.92rem;line-height:1.6;max-width:380px}
.footer_bottom_2wq{border-top:1px solid #e9e6d933;padding-top:2rem;text-align:center}
.copyright_text_5nx{font-size:.9rem;color:#e9e6d9b3;letter-spacing:.01em}
@media (max-width: 968px) {
.header_banner_text_7hq{font-size:clamp(2rem,6vw,3.5rem)}
.header_row_top_9fn{flex-direction:column;align-items:center;gap:1.2rem}
.header_row_bottom_6vp{flex-direction:column;gap:1.5rem}
.main_navigation_8zx{flex-direction:column;align-items:center;gap:1.2rem}
.footer_grid_7pm{grid-template-columns:1fr;gap:2rem}
}
@media (max-width: 640px) {
.header_content_overlay_3px{padding:1.4rem 5%}
.logo_img_2hj{height:56px;width:56px}
.announcement_block_5rt{padding:.7rem 1.2rem}
.announcement_text_1mk{font-size:.85rem}
}
.consent_overlay_9kv{position:fixed;bottom:0;left:0;right:0;background:#fffffff5;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:1px solid #c3c1b166;box-shadow:0 -8px 32px #0000001f;padding:1.8rem 5%;z-index:9999;transform:translateY(100%);transition:transform .4s cubic-bezier(0.4,0,0.2,1)}
.consent_overlay_9kv.visible_state_2hx{transform:translateY(0)}
.consent_inner_7ql{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.consent_message_4rt{flex:1;min-width:280px}
.consent_title_8px{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}
.consent_description_3nw{font-size:.94rem;color:var(--text-medium);line-height:1.6}
.consent_policy_link_5vz{color:var(--primary-brand);text-decoration:underline;transition:opacity .2s ease}
.consent_policy_link_5vz:hover{opacity:.75}
.consent_policy_link_5vz:focus-visible{outline:2px solid var(--primary-brand);outline-offset:2px;border-radius:2px}
.consent_actions_6bm{display:flex;gap:1rem;flex-wrap:wrap}
.consent_button_1wk{padding:.75rem 1.8rem;border:none;border-radius:6px;font-size:.96rem;font-weight:600;cursor:pointer;transition:all .25s ease;font-family:inherit;min-width:140px}
.consent_button_1wk:focus-visible{outline:3px solid var(--primary-brand);outline-offset:3px}
.accept_all_btn_7kp{background:var(--primary-brand);color:var(--text-dark)}
.accept_all_btn_7kp:hover{background:#b3b1a1}
.reject_all_btn_2mx{background:transparent;color:var(--text-dark);border:2px solid var(--primary-brand)}
.reject_all_btn_2mx:hover{background:#c3c1b11f}
@media (max-width: 768px) {
.consent_inner_7ql{flex-direction:column;align-items:stretch}
.consent_actions_6bm{flex-direction:column}
.consent_button_1wk{width:100%}
}
.page-wrap-finances{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7;overflow-x:hidden}
.hero-finances-main{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#E9E6D9 0%,#D5CEBC 100%);overflow:hidden}
.hero-finances-main::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(./photo_storage/wQPTGzLDhW.jpg);background-size:cover;background-position:center;opacity:.15;z-index:1}
.hero-finances-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:80px 20px}
.hero-finances-title{font-size:3.5rem;font-weight:800;color:#212529;margin-bottom:30px;line-height:1.2;letter-spacing:-1px}
.hero-finances-subtitle{font-size:1.4rem;color:#495057;margin-bottom:40px;max-width:700px;font-weight:400}
.hero-finances-cta{display:inline-block;padding:18px 45px;background:#C3C1B1;color:#212529;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #c3c1b14d}
.hero-finances-cta:hover{background:#212529;color:#fff;transform:translateY(-2px);box-shadow:0 6px 25px #c3c1b180}
.section-instructor-approach{padding:100px 20px;background:#fff}
.instructor-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;max-width:1200px;margin:0 auto;align-items:center}
.instructor-image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a}
.instructor-image-container img{width:100%;height:auto;display:block}
.instructor-content-area h2{font-size:2.8rem;color:#212529;margin-bottom:25px;font-weight:700}
.instructor-content-area p{font-size:1.1rem;color:#495057;margin-bottom:20px;line-height:1.8}
.instructor-highlight-box{background:linear-gradient(135deg,#E9E6D9 0%,#D5CEBC 100%);padding:30px;border-radius:12px;margin-top:30px;border-left:5px solid #C3C1B1}
.section-edge-programs{padding:0;background:#f8f9fa}
.edge-block-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;max-width:100%}
.edge-program-item{padding:80px 40px;text-align:center;position:relative;transition:all .4s ease}
.edge-program-item:nth-child(1){background:#E9E6D9}
.edge-program-item:nth-child(2){background:#D5CEBC}
.edge-program-item:nth-child(3){background:#C3C1B1}
.edge-program-icon{font-size:3.5rem;margin-bottom:25px;display:block}
.edge-program-item h3{font-size:1.8rem;color:#212529;margin-bottom:20px;font-weight:700}
.edge-program-item p{font-size:1.05rem;color:#495057;line-height:1.7;max-width:350px;margin:0 auto}
.edge-program-item:hover{transform:translateY(-8px);box-shadow:0 15px 50px #00000026}
.section-pricing-table{padding:100px 20px;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%)}
.pricing-header-central{text-align:center;max-width:800px;margin:0 auto 70px}
.pricing-header-central h2{font-size:3rem;color:#212529;margin-bottom:20px;font-weight:700}
.pricing-header-central p{font-size:1.2rem;color:#495057}
.pricing-cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto}
.pricing-card-block{background:#fff;border-radius:20px;padding:50px 35px;box-shadow:0 8px 30px #00000014;transition:all .3s ease;border:2px solid transparent}
.pricing-card-block:hover{transform:translateY(-10px);border-color:#C3C1B1;box-shadow:0 15px 50px #c3c1b14d}
.pricing-card-title{font-size:1.8rem;color:#212529;margin-bottom:15px;font-weight:700}
.pricing-card-amount{font-size:3.2rem;color:#C3C1B1;font-weight:800;margin-bottom:10px}
.pricing-card-period{font-size:1rem;color:#6c757d;margin-bottom:30px;display:block}
.pricing-features-list{list-style:none;padding:0;margin:0 0 35px}
.pricing-features-list li{padding:12px 0;color:#495057;font-size:1.05rem;border-bottom:1px solid #f0f0f0}
.pricing-features-list li:before{content:'';color:#C3C1B1;font-weight:700;margin-right:12px;font-size:1.2rem}
.pricing-card-button{display:block;width:100%;padding:16px;background:#E9E6D9;color:#212529;text-align:center;text-decoration:none;border-radius:10px;font-weight:600;font-size:1.05rem;transition:all .3s ease}
.pricing-card-button:hover{background:#C3C1B1;transform:scale(1.03)}
.section-visual-showcase{padding:100px 20px;background:#fff}
.showcase-asymmetric-grid{display:grid;grid-template-columns:2fr 1fr;gap:30px;max-width:1400px;margin:0 auto}
.showcase-large-feature{grid-row:span 2;position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a}
.showcase-large-feature img{width:100%;height:100%;object-fit:cover;display:block}
.showcase-content-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#212529f2,transparent);padding:40px;color:#fff}
.showcase-content-overlay h3{font-size:2.2rem;margin-bottom:15px;font-weight:700}
.showcase-content-overlay p{font-size:1.1rem;line-height:1.7;color:#f8f9fa}
.showcase-small-item{background:#f8f9fa;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #00000014;transition:all .3s ease}
.showcase-small-item:hover{transform:scale(1.05);box-shadow:0 10px 35px #00000026}
.showcase-small-item img{width:100%;height:250px;object-fit:cover;display:block}
.showcase-small-content{padding:25px}
.showcase-small-content h4{font-size:1.4rem;color:#212529;margin-bottom:12px;font-weight:600}
.showcase-small-content p{font-size:1rem;color:#495057;line-height:1.6}
.section-methodology-timeline{padding:100px 20px;background:linear-gradient(135deg,#E9E6D9 0%,#D5CEBC 50%,#C3C1B1 100%);position:relative}
.methodology-wrapper{max-width:1000px;margin:0 auto}
.methodology-intro-text{text-align:center;margin-bottom:70px}
.methodology-intro-text h2{font-size:3rem;color:#212529;margin-bottom:20px;font-weight:700}
.methodology-intro-text p{font-size:1.2rem;color:#495057;max-width:700px;margin:0 auto}
.timeline-vertical-container{position:relative;padding-left:80px}
.timeline-connector-line{position:absolute;left:30px;top:0;bottom:0;width:4px;background:#21252933}
.timeline-step-block{position:relative;margin-bottom:60px;background:#fff;padding:35px;border-radius:15px;box-shadow:0 5px 25px #0000001a;transition:all .3s ease}
.timeline-step-block:hover{transform:translateX(10px);box-shadow:0 8px 35px #00000026}
.timeline-number-marker{position:absolute;left:-50px;top:35px;width:50px;height:50px;background:#C3C1B1;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#212529;box-shadow:0 4px 15px #c3c1b166;z-index:2}
.timeline-step-block h3{font-size:1.8rem;color:#212529;margin-bottom:15px;font-weight:700}
.timeline-step-block p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0}
.section-final-callout{padding:120px 20px;background:#212529;text-align:center;color:#fff}
.callout-inner-content{max-width:900px;margin:0 auto}
.callout-inner-content h2{font-size:3.2rem;margin-bottom:25px;font-weight:700;color:#fff}
.callout-inner-content p{font-size:1.3rem;margin-bottom:20px;line-height:1.8;color:#f8f9fa}
.callout-meta-info{display:flex;justify-content:center;gap:50px;margin:40px 0;flex-wrap:wrap}
.callout-info-item{display:flex;flex-direction:column;align-items:center}
.callout-info-label{font-size:.95rem;color:#C3C1B1;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px;font-weight:600}
.callout-info-value{font-size:1.1rem;color:#fff;font-weight:400}
.callout-action-button{display:inline-block;padding:20px 55px;background:#C3C1B1;color:#212529;text-decoration:none;border-radius:10px;font-weight:700;font-size:1.2rem;margin-top:30px;transition:all .3s ease;box-shadow:0 6px 25px #c3c1b166}
.callout-action-button:hover{background:#E9E6D9;transform:translateY(-3px);box-shadow:0 10px 40px #c3c1b199}
@media (max-width: 1024px) {
.hero-finances-title{font-size:2.8rem}
.instructor-grid-layout{grid-template-columns:1fr;gap:40px}
.edge-block-wrapper{grid-template-columns:1fr}
.pricing-cards-container{grid-template-columns:1fr;gap:30px}
.showcase-asymmetric-grid{grid-template-columns:1fr}
.showcase-large-feature{grid-row:span 1}
.timeline-vertical-container{padding-left:60px}
.timeline-number-marker{left:-45px;width:45px;height:45px;font-size:1.3rem}
}
@media (max-width: 768px) {
.hero-finances-title{font-size:2.2rem}
.hero-finances-subtitle{font-size:1.1rem}
.hero-finances-cta{padding:15px 35px;font-size:1rem}
.instructor-content-area h2{font-size:2rem}
.pricing-header-central h2{font-size:2.2rem}
.pricing-card-amount{font-size:2.5rem}
.methodology-intro-text h2{font-size:2.2rem}
.callout-inner-content h2{font-size:2.2rem}
.callout-inner-content p{font-size:1.1rem}
.callout-meta-info{gap:30px}
.timeline-vertical-container{padding-left:0;padding-top:20px}
.timeline-connector-line{display:none}
.timeline-number-marker{position:relative;left:0;top:0;margin:0 auto 20px}
.section-instructor-approach,.section-pricing-table,.section-visual-showcase,.section-methodology-timeline{padding:60px 20px}
.section-final-callout{padding:80px 20px}
}
.contact-main-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:100vh;position:relative}
.contact-hero-block{padding:80px 20px 60px;text-align:center;background:#fff;border-bottom:3px solid #E9E6D9;position:relative}
.contact-hero-block::after{content:'';position:absolute;bottom:-3px;left:50%;transform:translateX(-50%);width:120px;height:3px;background:linear-gradient(90deg,#C3C1B1,#D5CEBC)}
.contact-hero-block h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;letter-spacing:-.5px}
.contact-hero-block .subtitle-text{font-size:1.15rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.contact-content-grid{max-width:1240px;margin:0 auto;padding:70px 20px;display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:start}
.contact-info-sidebar{background:#fff;padding:45px 35px;border-radius:12px;box-shadow:0 4px 20px #0000000f;border-left:4px solid #C3C1B1;position:sticky;top:20px}
.contact-info-sidebar h2{font-size:1.7rem;color:#212529;margin-bottom:30px;font-weight:600}
.info-block-item{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #E9E6D9}
.info-block-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.info-block-item h3{font-size:.9rem;color:#6c757d;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-weight:600}
.info-block-item p{font-size:1.05rem;color:#343a40;line-height:1.6;margin:0}
.info-block-item a{color:#495057;text-decoration:none;transition:color .2s ease}
.info-block-item a:hover{color:#C3C1B1}
.contact-form-container{background:#fff;padding:50px 45px;border-radius:12px;box-shadow:0 4px 20px #0000000f}
.contact-form-container h2{font-size:1.9rem;color:#212529;margin-bottom:15px;font-weight:600}
.contact-form-container .form-intro{font-size:1.05rem;color:#6c757d;margin-bottom:35px;line-height:1.6}
.form-group-custom{margin-bottom:26px}
.form-group-custom label{display:block;font-size:.95rem;color:#495057;margin-bottom:8px;font-weight:500}
.form-group-custom input,.form-group-custom textarea,.form-group-custom select{width:100%;padding:14px 16px;border:2px solid #E9E6D9;border-radius:8px;font-size:1rem;color:#343a40;background:#fafbfc;transition:all .3s ease;font-family:inherit}
.form-group-custom input:focus,.form-group-custom textarea:focus,.form-group-custom select:focus{outline:none;border-color:#C3C1B1;background:#fff;box-shadow:0 0 0 3px #c3c1b11a}
.form-group-custom textarea{min-height:160px;resize:vertical}
.form-row-split{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.checkbox-wrapper{margin:30px 0;display:flex;align-items:start;gap:12px}
.checkbox-wrapper input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.checkbox-wrapper label{font-size:.95rem;color:#495057;line-height:1.5;cursor:pointer}
.checkbox-wrapper label a{color:#C3C1B1;text-decoration:underline}
.checkbox-wrapper label a:hover{color:#212529}
.submit-btn-custom{background:linear-gradient(135deg,#C3C1B1,#D5CEBC);color:#212529;border:none;padding:16px 45px;font-size:1.05rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #c3c1b14d}
.submit-btn-custom:hover{transform:translateY(-2px);box-shadow:0 6px 18px #c3c1b166;background:linear-gradient(135deg,#D5CEBC,#C3C1B1)}
.visual-section-block{max-width:1240px;margin:0 auto;padding:0 20px 80px}
.image-text-combo{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center;background:#fff;padding:50px;border-radius:12px;box-shadow:0 4px 20px #0000000f}
.text-content-area h2{font-size:2rem;color:#212529;margin-bottom:20px;font-weight:600;line-height:1.3}
.text-content-area p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:15px}
.image-wrapper-custom{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001a}
.image-wrapper-custom img{width:100%;height:380px;object-fit:cover;display:block}
.image-wrapper-custom::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#c3c1b126,#d5cebc1a);pointer-events:none}
@media (max-width: 968px) {
.contact-content-grid{grid-template-columns:1fr;gap:40px;padding:50px 20px}
.contact-info-sidebar{position:static}
.image-text-combo{grid-template-columns:1fr;gap:35px;padding:35px 25px}
.form-row-split{grid-template-columns:1fr;gap:0}
.contact-hero-block h1{font-size:2.2rem}
.text-content-area h2{font-size:1.6rem}
.image-wrapper-custom img{height:300px}
}
@media (max-width: 640px) {
.contact-hero-block{padding:60px 20px 40px}
.contact-hero-block h1{font-size:1.8rem}
.contact-form-container{padding:35px 25px}
.contact-info-sidebar{padding:35px 25px}
.submit-btn-custom{width:100%}
}
.learning-main-wrapper{background:#fff;min-height:100vh}
.learning-hero-zone{background:linear-gradient(135deg,#fafbfc 0%,#E9E6D9 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.learning-hero-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#d3cebc4d 0%,transparent 70%);border-radius:50%}
.learning-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}
.learning-hero-text h1{font-size:3rem;line-height:1.2;color:#212529;margin-bottom:24px;font-weight:700}
.learning-hero-text p{font-size:1.125rem;line-height:1.7;color:#495057;margin-bottom:32px}
.learning-hero-img{border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000026}
.learning-hero-img img{width:100%;height:450px;object-fit:cover;display:block}
.learning-cta-btn{display:inline-block;background:#C3C1B1;color:#212529;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 #c3c1b166}
.learning-cta-btn:hover{background:#D5CEBC;transform:translateY(-2px);box-shadow:0 6px 20px #c3c1b180}
.learning-journey-section{background:#f8f9fa;padding:100px 20px;position:relative}
.learning-journey-container{max-width:1400px;margin:0 auto}
.learning-journey-header{text-align:center;margin-bottom:80px}
.learning-journey-header h2{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:700}
.learning-journey-header p{font-size:1.125rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.learning-stages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}
.learning-stage-card{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 4px 20px #00000014;position:relative;transition:all .3s ease}
.learning-stage-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#C3C1B1 0%,#E9E6D9 100%);border-radius:12px 0 0 12px}
.learning-stage-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}
.learning-stage-number{display:inline-block;width:50px;height:50px;background:#E9E6D9;color:#212529;border-radius:50%;text-align:center;line-height:50px;font-size:1.5rem;font-weight:700;margin-bottom:20px}
.learning-stage-card h3{font-size:1.5rem;color:#212529;margin-bottom:16px;font-weight:600}
.learning-stage-card p{font-size:1rem;color:#495057;line-height:1.6;margin-bottom:20px}
.learning-stage-list{list-style:none;padding:0;margin:0}
.learning-stage-list li{font-size:.95rem;color:#495057;padding:8px 0 8px 24px;position:relative;line-height:1.5}
.learning-stage-list li::before{content:'→';position:absolute;left:0;color:#C3C1B1;font-weight:700}
.learning-program-details{background:#fff;padding:100px 20px}
.learning-details-wrap{max-width:1200px;margin:0 auto;display:flex;gap:60px;align-items:center}
.learning-details-visual{flex:1;position:relative}
.learning-details-visual img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 15px 50px #00000026}
.learning-details-content{flex:1}
.learning-details-content h2{font-size:2.25rem;color:#212529;margin-bottom:24px;font-weight:700}
.learning-details-content p{font-size:1.0625rem;color:#495057;line-height:1.7;margin-bottom:28px}
.learning-focus-areas{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:40px}
.learning-focus-item{background:#f8f9fa;padding:24px;border-radius:8px;border-left:3px solid #C3C1B1}
.learning-focus-item h4{font-size:1.125rem;color:#212529;margin-bottom:10px;font-weight:600}
.learning-focus-item p{font-size:.9375rem;color:#495057;line-height:1.6;margin:0}
.learning-faq-section{background:linear-gradient(180deg,#E9E6D9 0%,#fafbfc 100%);padding:100px 20px}
.learning-faq-container{max-width:1100px;margin:0 auto}
.learning-faq-intro{text-align:center;margin-bottom:60px}
.learning-faq-intro h2{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:700}
.learning-faq-intro p{font-size:1.125rem;color:#495057;line-height:1.7}
.learning-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.learning-faq-category{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #00000014}
.learning-faq-category h3{font-size:1.5rem;color:#212529;margin-bottom:24px;font-weight:600;padding-bottom:12px;border-bottom:2px solid #E9E6D9}
.learning-faq-item{margin-bottom:24px}
.learning-faq-item:last-child{margin-bottom:0}
.learning-faq-question{font-size:1.0625rem;color:#212529;font-weight:600;margin-bottom:10px;display:block}
.learning-faq-answer{font-size:.9375rem;color:#495057;line-height:1.6;margin:0}
.learning-contact-strip{background:#212529;padding:60px 20px;text-align:center}
.learning-contact-strip-content{max-width:800px;margin:0 auto}
.learning-contact-strip h3{font-size:2rem;color:#fff;margin-bottom:16px;font-weight:700}
.learning-contact-strip p{font-size:1.125rem;color:#D5CEBC;margin-bottom:30px;line-height:1.6}
.learning-contact-link{display:inline-block;background:#C3C1B1;color:#212529;padding:14px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.0625rem;transition:all .3s ease}
.learning-contact-link:hover{background:#E9E6D9;transform:scale(1.05)}
@media (max-width: 1024px) {
.learning-hero-content{grid-template-columns:1fr;gap:40px}
.learning-hero-text h1{font-size:2.5rem}
.learning-stages-grid{grid-template-columns:1fr;gap:30px}
.learning-details-wrap{flex-direction:column;gap:40px}
.learning-faq-grid{grid-template-columns:1fr;gap:24px}
.learning-focus-areas{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.learning-hero-zone{padding:80px 20px 60px}
.learning-hero-text h1{font-size:2rem}
.learning-hero-text p{font-size:1rem}
.learning-hero-img img{height:300px}
.learning-journey-section{padding:60px 20px}
.learning-journey-header h2{font-size:2rem}
.learning-program-details{padding:60px 20px}
.learning-details-content h2{font-size:1.875rem}
.learning-details-visual img{height:350px}
.learning-faq-section{padding:60px 20px}
.learning-faq-intro h2{font-size:2rem}
.learning-faq-category{padding:30px 24px}
.learning-contact-strip{padding:50px 20px}
.learning-contact-strip h3{font-size:1.75rem}
}
.intl-students-hero{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.intl-students-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#d3cebc26 0%,transparent 70%);border-radius:50%;z-index:1}
.intl-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.intl-hero-badge{display:inline-block;background:#E9E6D9;color:#495057;padding:8px 24px;border-radius:30px;font-size:.9rem;font-weight:500;margin-bottom:24px;letter-spacing:.5px}
.intl-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:20px;line-height:1.2;font-weight:700}
.intl-hero-subtitle{font-size:1.15rem;color:#495057;line-height:1.7;max-width:720px;margin-bottom:35px}
.intl-quick-facts{display:flex;gap:35px;flex-wrap:wrap;margin-top:40px}
.intl-fact-item{display:flex;align-items:center;gap:12px}
.intl-fact-icon{width:48px;height:48px;background:linear-gradient(135deg,#D5CEBC 0%,#E9E6D9 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}
.intl-fact-text{color:#343a40;font-size:.95rem;line-height:1.4;font-weight:500}
.intl-services-section{background:#fff;padding:90px 20px;position:relative}
.intl-services-wrapper{max-width:1300px;margin:0 auto}
.intl-services-header{text-align:center;margin-bottom:70px}
.intl-services-header h2{font-size:2.4rem;color:#212529;margin-bottom:18px;font-weight:700}
.intl-services-intro{font-size:1.1rem;color:#495057;max-width:800px;margin:0 auto;line-height:1.7}
.intl-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px 40px;margin-bottom:60px}
.intl-service-card{background:#fafbfc;padding:40px 32px;border-radius:16px;border:2px solid transparent;transition:all .3s ease;position:relative}
.intl-service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#C3C1B1 0%,#D5CEBC 100%);border-radius:16px 16px 0 0;opacity:0;transition:opacity .3s ease}
.intl-service-card:hover{border-color:#D5CEBC;transform:translateY(-5px);box-shadow:0 12px 28px #c3c1b126}
.intl-service-card:hover::before{opacity:1}
.intl-service-number{display:inline-block;width:36px;height:36px;background:linear-gradient(135deg,#C3C1B1 0%,#D5CEBC 100%);color:#fff;border-radius:50%;text-align:center;line-height:36px;font-weight:700;font-size:.95rem;margin-bottom:20px}
.intl-service-card h3{font-size:1.35rem;color:#212529;margin-bottom:14px;font-weight:600}
.intl-service-card p{color:#495057;line-height:1.7;font-size:.98rem;margin:0}
.intl-image-showcase{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:50px}
.intl-showcase-item{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #343a4014}
.intl-showcase-item img{width:100%;height:320px;object-fit:cover;display:block}
.intl-showcase-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#212529eb,transparent);padding:30px 24px 20px;color:#fff;font-size:1.05rem;line-height:1.5}
.intl-process-section{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:85px 20px;position:relative}
.intl-process-container{max-width:1100px;margin:0 auto}
.intl-process-intro{max-width:750px;margin-bottom:65px}
.intl-process-intro h2{font-size:2.3rem;color:#212529;margin-bottom:22px;font-weight:700}
.intl-process-description{font-size:1.08rem;color:#495057;line-height:1.75;margin-bottom:16px}
.intl-process-timeline{position:relative;padding-left:0}
.intl-timeline-item{display:grid;grid-template-columns:140px 1fr;gap:35px;margin-bottom:50px;align-items:start}
.intl-timeline-marker{position:relative;padding-top:8px}
.intl-timeline-number{width:70px;height:70px;background:linear-gradient(135deg,#C3C1B1 0%,#D5CEBC 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;box-shadow:0 4px 12px #c3c1b140}
.intl-timeline-connector{position:absolute;left:35px;top:70px;width:2px;height:100px;background:linear-gradient(to bottom,#D5CEBC 0%,transparent 100%)}
.intl-timeline-item:last-child .intl-timeline-connector{display:none}
.intl-timeline-content{background:#fff;padding:32px 28px;border-radius:14px;border-left:4px solid #E9E6D9;box-shadow:0 4px 16px #343a400f}
.intl-timeline-content h3{font-size:1.4rem;color:#212529;margin-bottom:12px;font-weight:600}
.intl-timeline-content p{color:#495057;line-height:1.7;font-size:.98rem;margin:0}
.intl-timeline-highlight{background:#fafbfc;padding:18px 20px;border-radius:8px;margin-top:18px;border:1px solid #E9E6D9}
.intl-timeline-highlight strong{color:#343a40;font-weight:600}
.intl-cta-box{background:linear-gradient(135deg,#C3C1B1 0%,#D5CEBC 100%);padding:45px 40px;border-radius:16px;text-align:center;margin-top:60px;box-shadow:0 8px 24px #c3c1b133}
.intl-cta-box h3{font-size:1.7rem;color:#fff;margin-bottom:16px;font-weight:700}
.intl-cta-box p{color:#fff;font-size:1.05rem;margin-bottom:28px;line-height:1.6;opacity:.95}
.intl-cta-button{display:inline-block;background:#fff;color:#343a40;padding:14px 38px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}
.intl-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000026;color:#212529}
@media (max-width: 768px) {
.intl-students-hero{padding:60px 20px 50px}
.intl-hero-content h1{font-size:2rem}
.intl-hero-subtitle{font-size:1.05rem}
.intl-quick-facts{flex-direction:column;gap:20px}
.intl-services-grid{grid-template-columns:1fr;gap:30px}
.intl-image-showcase{grid-template-columns:1fr;gap:20px}
.intl-showcase-item img{height:240px}
.intl-timeline-item{grid-template-columns:1fr;gap:20px}
.intl-timeline-marker{padding-top:0}
.intl-timeline-connector{display:none}
.intl-process-intro h2,.intl-services-header h2{font-size:1.9rem}
.intl-cta-box{padding:35px 24px}
.intl-cta-box h3{font-size:1.4rem}
}
.cookies-policy-page{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);min-height:100vh;padding:0;margin:0}
.policy-header-wrapper{background:linear-gradient(180deg,#E9E6D9 0%,#fff 100%);padding:4rem 2rem 3rem;text-align:center;border-bottom:3px solid #C3C1B1}
.policy-main-title{font-size:2.8rem;color:#2c2c2c;margin:0 0 1rem;font-weight:700;letter-spacing:-.5px}
.policy-subtitle-text{font-size:1.1rem;color:#5a5a5a;max-width:720px;margin:0 auto;line-height:1.6}
.policy-content-container{max-width:920px;margin:0 auto;padding:3rem 2rem 4rem}
.intro-block-section{background:#fff;border-left:5px solid #C3C1B1;padding:2rem 2.5rem;margin-bottom:3rem;box-shadow:0 2px 8px #0000000f;border-radius:4px}
.intro-block-section p{font-size:1.05rem;line-height:1.75;color:#3d3d3d;margin:0 0 1.2rem}
.intro-block-section p:last-child{margin-bottom:0}
.policy-section-block{background:#fafbfc;padding:2.5rem;margin-bottom:2.5rem;border-radius:8px;border:1px solid #e5e3dc}
.section-heading-style{font-size:1.8rem;color:#2c2c2c;margin:0 0 1.5rem;font-weight:600;position:relative;padding-bottom:.7rem}
.section-heading-style::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:3px;background:linear-gradient(90deg,#C3C1B1 0%,#D5CEBC 100%)}
.policy-section-block p{font-size:1rem;line-height:1.8;color:#4a4a4a;margin:0 0 1.3rem}
.policy-section-block p:last-of-type{margin-bottom:0}
.alternate-bg-block{background:#fff;padding:2.5rem;margin-bottom:2.5rem;border-radius:8px;box-shadow:0 3px 12px #0000000a}
.subsection-title-text{font-size:1.3rem;color:#3d3d3d;margin:2rem 0 1rem;font-weight:600}
.technology-list-container{background:#f5f6fa;padding:1.8rem;border-radius:6px;margin:1.5rem 0}
.tech-item-row{display:flex;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0ddd5}
.tech-item-row:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.tech-marker-circle{min-width:10px;width:10px;height:10px;background:#C3C1B1;border-radius:50%;margin-top:6px;margin-right:1.2rem}
.tech-content-wrapper p{margin:0 0 .5rem;font-size:.98rem;line-height:1.7;color:#4a4a4a}
.tech-content-wrapper p:last-child{margin-bottom:0}
.strong-emphasis-text{font-weight:600;color:#2c2c2c}
.contact-info-section{background:linear-gradient(135deg,#E9E6D9 0%,#D5CEBC 100%);padding:3rem 2.5rem;border-radius:8px;margin-top:3rem;text-align:center}
.contact-heading-large{font-size:1.6rem;color:#2c2c2c;margin:0 0 1.5rem;font-weight:600}
.contact-details-text{font-size:1rem;line-height:1.8;color:#3d3d3d;margin:0 0 1rem}
.contact-details-text:last-child{margin-bottom:0}
.link-styled-element{color:#5a5a5a;text-decoration:underline;transition:color .3s ease}
.link-styled-element:hover{color:#2c2c2c}
@media (max-width: 768px) {
.policy-main-title{font-size:2rem}
.policy-header-wrapper{padding:3rem 1.5rem 2rem}
.policy-content-container{padding:2rem 1.5rem 3rem}
.policy-section-block,.alternate-bg-block{padding:1.8rem;margin-bottom:2rem}
.intro-block-section{padding:1.5rem}
.section-heading-style{font-size:1.5rem}
.technology-list-container{padding:1.3rem}
.contact-info-section{padding:2rem 1.5rem}
}
@media (max-width: 480px) {
.policy-main-title{font-size:1.7rem}
.section-heading-style{font-size:1.3rem}
.tech-marker-circle{min-width:8px;width:8px;height:8px}
}
.politique-vie-privee-principale{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.en-tete-politique-section{background:linear-gradient(180deg,#fff 0%,#E9E6D9 100%);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #C3C1B1}
.en-tete-politique-section h1{font-size:2.8rem;color:#212529;margin:0 0 20px;font-weight:700;letter-spacing:-.5px}
.date-maj-politique{font-size:1rem;color:#495057;font-weight:500}
.conteneur-politique-complet{max-width:900px;margin:0 auto;padding:60px 30px;background:#fff;box-shadow:0 4px 20px #c3c1b126}
.intro-politique-texte{font-size:1.15rem;line-height:1.8;color:#343a40;margin-bottom:50px;padding:30px;background:linear-gradient(to right,#E9E6D9 0%,#f8f9fa 100%);border-left:5px solid #C3C1B1}
.section-politique-individuelle{margin-bottom:55px}
.section-politique-individuelle h2{font-size:1.9rem;color:#212529;margin-bottom:25px;font-weight:700;border-bottom:2px solid #D5CEBC;padding-bottom:12px}
.section-politique-individuelle h3{font-size:1.4rem;color:#343a40;margin:30px 0 18px;font-weight:600}
.section-politique-individuelle p{font-size:1.05rem;line-height:1.75;color:#495057;margin-bottom:20px}
.liste-donnees-speciales{background:#fafbfc;padding:25px 30px;border-radius:8px;margin:25px 0;border:1px solid #D5CEBC}
.liste-donnees-speciales li{font-size:1.05rem;color:#343a40;margin-bottom:12px;padding-left:10px;line-height:1.7}
.bloc-important-info{background:linear-gradient(135deg,#E9E6D9 0%,#D5CEBC 100%);padding:30px;border-radius:10px;margin:35px 0;border-left:6px solid #C3C1B1}
.bloc-important-info p{color:#212529;font-weight:500;margin:0;font-size:1.08rem}
.tableau-retention-donnees{width:100%;margin:30px 0;border-collapse:separate;border-spacing:0;border:2px solid #D5CEBC;border-radius:8px;overflow:hidden}
.tableau-retention-donnees thead{background:linear-gradient(180deg,#C3C1B1 0%,#D5CEBC 100%)}
.tableau-retention-donnees th{padding:18px 20px;text-align:left;font-size:1.1rem;color:#212529;font-weight:700;border-bottom:2px solid #C3C1B1}
.tableau-retention-donnees td{padding:16px 20px;font-size:1.05rem;color:#343a40;border-bottom:1px solid #E9E6D9}
.tableau-retention-donnees tbody tr:nth-child(even){background:#fafbfc}
.tableau-retention-donnees tbody tr:nth-child(odd){background:#fff}
.encadre-contact-final{background:#fff;padding:40px;border:3px solid #C3C1B1;border-radius:12px;margin-top:60px;text-align:center}
.encadre-contact-final h2{font-size:1.8rem;color:#212529;margin-bottom:25px;font-weight:700}
.encadre-contact-final p{font-size:1.1rem;color:#343a40;margin-bottom:15px;line-height:1.7}
.info-contact-ligne{display:inline-block;margin:8px 15px;font-size:1.05rem;color:#495057;font-weight:500}
.separateur-visuel-doux{height:2px;background:linear-gradient(to right,transparent 0%,#D5CEBC 50%,transparent 100%);margin:45px 0;border:none}
@media (max-width: 768px) {
.en-tete-politique-section{padding:60px 20px 40px}
.en-tete-politique-section h1{font-size:2rem}
.conteneur-politique-complet{padding:40px 20px}
.intro-politique-texte{font-size:1.05rem;padding:20px}
.section-politique-individuelle h2{font-size:1.5rem}
.section-politique-individuelle h3{font-size:1.2rem}
.tableau-retention-donnees{font-size:.95rem}
.tableau-retention-donnees th,.tableau-retention-donnees td{padding:12px 10px}
.encadre-contact-final{padding:25px 20px}
.info-contact-ligne{display:block;margin:10px 0}
}
@media (max-width: 480px) {
.en-tete-politique-section h1{font-size:1.7rem}
.section-politique-individuelle p{font-size:1rem}
.liste-donnees-speciales{padding:20px}
}
.refund-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0}
.refund-hero-section{background:linear-gradient(to right,#E9E6D9,#D5CEBC);padding:4rem 2rem 3rem;text-align:center;position:relative;overflow:hidden}
.refund-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#c3c1b133;border-radius:50%;z-index:1}
.refund-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:#e9e6d94d;border-radius:50%;z-index:1}
.refund-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.refund-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:1rem;font-weight:700;letter-spacing:-.5px}
.refund-hero-lead{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:1.5rem}
.refund-meta-info{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem}
.refund-meta-item{font-size:.9rem;color:#343a40;display:flex;align-items:center;gap:.5rem}
.refund-meta-item strong{color:#212529}
.refund-content-container{max-width:900px;margin:0 auto;padding:3rem 2rem}
.refund-intro-block{background:#fff;padding:2.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d;border-left:4px solid #C3C1B1}
.refund-intro-block h2{font-size:1.8rem;color:#212529;margin-bottom:1.2rem;font-weight:600}
.refund-intro-block p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1rem}
.refund-intro-block p:last-child{margin-bottom:0}
.refund-conditions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}
.refund-condition-card{background:linear-gradient(135deg,#fff 0%,#fafbfc 100%);padding:2rem;border-radius:10px;border:2px solid #E9E6D9;transition:all .3s ease}
.refund-condition-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #c3c1b133;border-color:#C3C1B1}
.refund-condition-card h3{font-size:1.3rem;color:#212529;margin-bottom:1rem;font-weight:600}
.refund-condition-card p{font-size:1rem;color:#495057;line-height:1.7}
.refund-process-section{background:#fff;padding:2.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d}
.refund-process-section h2{font-size:1.8rem;color:#212529;margin-bottom:1.8rem;font-weight:600;text-align:center}
.refund-process-flow{display:flex;flex-direction:column;gap:1.5rem}
.refund-step-item{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:linear-gradient(to right,#fafbfc,#fff);border-radius:8px;border:1px solid #E9E6D9}
.refund-step-marker{min-width:50px;height:50px;background:linear-gradient(135deg,#C3C1B1,#D5CEBC);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#212529;flex-shrink:0}
.refund-step-content h4{font-size:1.2rem;color:#212529;margin-bottom:.6rem;font-weight:600}
.refund-step-content p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.refund-exceptions-block{background:linear-gradient(135deg,#E9E6D9 0%,#D5CEBC 100%);padding:2.5rem;border-radius:12px;margin-bottom:2rem}
.refund-exceptions-block h2{font-size:1.8rem;color:#212529;margin-bottom:1.5rem;font-weight:600}
.refund-exceptions-list{display:flex;flex-direction:column;gap:1rem}
.refund-exception-item{background:#ffffffe6;padding:1.2rem 1.5rem;border-radius:8px;font-size:1rem;color:#343a40;line-height:1.7;border-left:3px solid #C3C1B1}
.refund-timing-section{background:#fff;padding:2.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d}
.refund-timing-section h2{font-size:1.8rem;color:#212529;margin-bottom:1.5rem;font-weight:600}
.refund-timing-content{display:flex;flex-direction:column;gap:1.5rem}
.refund-timing-box{padding:1.5rem;background:linear-gradient(to right,#fafbfc,#fff);border-radius:8px;border:2px solid #E9E6D9}
.refund-timing-box h3{font-size:1.3rem;color:#212529;margin-bottom:1rem;font-weight:600}
.refund-timing-box p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.refund-contact-final{background:linear-gradient(135deg,#C3C1B1 0%,#D5CEBC 100%);padding:3rem 2.5rem;border-radius:12px;text-align:center;margin-bottom:2rem}
.refund-contact-final h2{font-size:1.9rem;color:#212529;margin-bottom:1rem;font-weight:600}
.refund-contact-final p{font-size:1.1rem;color:#343a40;line-height:1.7;margin-bottom:1.8rem}
.refund-contact-details{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1.5rem}
.refund-contact-item{font-size:1rem;color:#212529;font-weight:500}
.refund-contact-item a{color:#212529;text-decoration:none;border-bottom:2px solid #212529;transition:all .3s ease}
.refund-contact-item a:hover{color:#495057;border-bottom-color:#495057}
.refund-cta-button{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#212529;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;border:2px solid #212529;margin-top:1rem}
.refund-cta-button:hover{background:#212529;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2125294d}
@media (max-width: 768px) {
.refund-hero-content h1{font-size:2rem}
.refund-hero-lead{font-size:1rem}
.refund-meta-info{gap:1rem}
.refund-content-container{padding:2rem 1.5rem}
.refund-intro-block,.refund-process-section,.refund-exceptions-block,.refund-timing-section,.refund-contact-final{padding:1.8rem}
.refund-conditions-grid{grid-template-columns:1fr}
.refund-step-item{flex-direction:column;gap:1rem}
.refund-step-marker{min-width:45px;height:45px;font-size:1.1rem}
.refund-contact-details{flex-direction:column;gap:1rem}
.refund-cta-button{padding:.9rem 2rem;font-size:1rem}
}
@media (max-width: 480px) {
.refund-hero-section{padding:3rem 1.5rem 2rem}
.refund-hero-content h1{font-size:1.7rem}
.refund-condition-card,.refund-timing-box{padding:1.5rem}
.refund-intro-block h2,.refund-process-section h2,.refund-exceptions-block h2,.refund-timing-section h2{font-size:1.5rem}
}
.success-wrapper{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);padding:0;margin:0}
.confirmation-hero{background:linear-gradient(to bottom,#E9E6D9 0%,#fff 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.confirmation-hero::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#d3cebc26 0%,transparent 70%);animation:pulse-gentle 4s ease-in-out infinite}
@keyframes pulse-gentle {
0%,100%{transform:scale(1);opacity:.3}
50%{transform:scale(1.1);opacity:.5}
}
.check-symbol{width:90px;height:90px;margin:0 auto 35px;position:relative;z-index:2}
.check-circle{width:90px;height:90px;border-radius:50%;background:#C3C1B1;display:flex;align-items:center;justify-content:center;animation:scale-in .5s cubic-bezier(0.68,-0.55,0.265,1.55);box-shadow:0 4px 20px #c3c1b166}
@keyframes scale-in {
0%{transform:scale(0);opacity:0}
100%{transform:scale(1);opacity:1}
}
.checkmark-svg{width:45px;height:45px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;animation:draw-check .6s ease-out .3s forwards;stroke-dasharray:60;stroke-dashoffset:60}
@keyframes draw-check {
to{stroke-dashoffset:0}
}
.main-heading-success{font-size:42px;color:#212529;font-weight:700;margin:0 0 20px;position:relative;z-index:2;line-height:1.2}
.subtitle-confirmation{font-size:19px;color:#495057;max-width:620px;margin:0 auto;line-height:1.6;position:relative;z-index:2}
.details-container{max-width:900px;margin:0 auto;padding:50px 20px}
.info-panel{background:#fff;border-radius:12px;padding:45px;margin-bottom:35px;box-shadow:0 2px 15px #0000000f;border:1px solid #E9E6D9}
.panel-title{font-size:24px;color:#212529;font-weight:600;margin:0 0 25px;padding-bottom:18px;border-bottom:2px solid #E9E6D9}
.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:30px}
.info-item{display:flex;flex-direction:column}
.item-label{font-size:13px;text-transform:uppercase;letter-spacing:.8px;color:#6c757d;margin-bottom:8px;font-weight:500}
.item-value{font-size:18px;color:#212529;font-weight:600;line-height:1.4}
.next-steps-block{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:12px;padding:45px;margin-bottom:35px;border-left:4px solid #C3C1B1}
.steps-heading{font-size:26px;color:#212529;font-weight:600;margin:0 0 30px}
.step-sequence{display:flex;flex-direction:column;gap:25px}
.single-step{display:flex;gap:20px;align-items:flex-start}
.step-number{min-width:45px;height:45px;background:#D5CEBC;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#343a40;flex-shrink:0}
.step-content{flex:1;padding-top:6px}
.step-title{font-size:18px;color:#212529;font-weight:600;margin:0 0 8px}
.step-description{font-size:16px;color:#495057;line-height:1.6;margin:0}
.additional-info{background:#fff;border-radius:12px;padding:40px;margin-bottom:35px;border:2px dashed #D5CEBC}
.info-message{font-size:16px;color:#495057;line-height:1.7;margin:0 0 15px}
.info-message:last-child{margin-bottom:0}
.emphasis-text{color:#212529;font-weight:600}
.action-zone{background:linear-gradient(to right,#E9E6D9 0%,#D5CEBC 100%);border-radius:12px;padding:50px;text-align:center;margin-bottom:40px}
.action-heading{font-size:28px;color:#212529;font-weight:700;margin:0 0 18px}
.action-text{font-size:17px;color:#343a40;margin:0 0 30px;line-height:1.6}
.button-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.primary-action-btn{background:#C3C1B1;color:#212529;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;display:inline-block;transition:all .3s ease;border:2px solid #C3C1B1;position:relative;z-index:10}
.primary-action-btn:hover{background:#b5b3a3;border-color:#b5b3a3;transform:translateY(-2px);box-shadow:0 4px 12px #c3c1b14d}
.secondary-action-btn{background:transparent;color:#212529;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;display:inline-block;transition:all .3s ease;border:2px solid #212529;position:relative;z-index:10}
.secondary-action-btn:hover{background:#212529;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #21252933}
.contact-reminder{background:#fafbfc;border-radius:12px;padding:35px;text-align:center}
.reminder-title{font-size:20px;color:#212529;font-weight:600;margin:0 0 15px}
.contact-details{font-size:16px;color:#495057;line-height:1.8;margin:0}
.contact-link{color:#C3C1B1;text-decoration:none;font-weight:600;transition:color .3s ease}
.contact-link:hover{color:#b5b3a3;text-decoration:underline}
@media (max-width: 768px) {
.confirmation-hero{padding:60px 15px 40px}
.main-heading-success{font-size:32px}
.subtitle-confirmation{font-size:17px}
.check-symbol,.check-circle{width:75px;height:75px}
.checkmark-svg{width:38px;height:38px}
.info-panel,.next-steps-block,.additional-info,.action-zone{padding:30px 20px}
.info-grid{grid-template-columns:1fr;gap:20px}
.step-sequence{gap:20px}
.single-step{gap:15px}
.step-number{min-width:40px;height:40px;font-size:18px}
.button-group{flex-direction:column;gap:15px}
.primary-action-btn,.secondary-action-btn{width:100%;padding:14px 30px}
}
.error-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#E9E6D9 100%);display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden}
.error-page-wrapper::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#d3cebc1a 1px,transparent 1px);background-size:40px 40px;animation:drift 60s linear infinite;pointer-events:none}
@keyframes drift {
0%{transform:translate(0,0) rotate(0deg)}
100%{transform:translate(50px,50px) rotate(360deg)}
}
.error-content-container{max-width:880px;width:100%;background:#fff;border-radius:16px;box-shadow:0 8px 32px #c3c1b133;padding:60px 40px;text-align:center;position:relative;z-index:1}
.error-visual-element{margin-bottom:40px;position:relative}
.error-number-display{font-size:140px;font-weight:800;color:#C3C1B1;line-height:1;margin:0;text-shadow:4px 4px 0 #E9E6D9;letter-spacing:-4px}
.error-decorative-line{width:80px;height:4px;background:linear-gradient(90deg,#C3C1B1,#D5CEBC);margin:30px auto;border-radius:2px}
.error-main-heading{font-size:32px;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.3}
.error-description-text{font-size:18px;color:#495057;line-height:1.7;margin:0 0 35px;max-width:600px;margin-left:auto;margin-right:auto}
.error-suggestions-block{background:#f8f9fa;border-left:4px solid #C3C1B1;padding:30px;margin:40px 0;text-align:left;border-radius:8px}
.suggestions-title{font-size:20px;font-weight:600;color:#212529;margin:0 0 20px}
.suggestions-list{list-style:none;padding:0;margin:0}
.suggestions-list li{font-size:16px;color:#495057;padding:12px 0;border-bottom:1px solid #E9E6D9;line-height:1.6}
.suggestions-list li:last-child{border-bottom:none}
.suggestions-list li::before{content:'→';color:#C3C1B1;font-weight:700;margin-right:12px;font-size:18px}
.error-actions-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-top:40px}
.primary-error-button{background:linear-gradient(135deg,#C3C1B1,#D5CEBC);color:#212529;padding:16px 40px;border:none;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 12px #c3c1b14d}
.primary-error-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c3c1b166;background:linear-gradient(135deg,#D5CEBC,#E9E6D9)}
.secondary-error-button{background:transparent;color:#495057;padding:16px 40px;border:2px solid #C3C1B1;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease}
.secondary-error-button:hover{background:#f8f9fa;border-color:#D5CEBC;transform:translateY(-2px)}
.error-contact-info{margin-top:50px;padding-top:30px;border-top:1px solid #E9E6D9}
.contact-info-title{font-size:16px;font-weight:600;color:#212529;margin:0 0 15px}
.contact-details-wrapper{display:flex;gap:30px;justify-content:center;flex-wrap:wrap}
.contact-item{font-size:15px;color:#495057;text-decoration:none;transition:color .3s ease}
.contact-item:hover{color:#C3C1B1}
@media (max-width: 768px) {
.error-content-container{padding:40px 25px}
.error-number-display{font-size:100px}
.error-main-heading{font-size:26px}
.error-description-text{font-size:16px}
.error-suggestions-block{padding:20px}
.error-actions-group{flex-direction:column;gap:15px}
.primary-error-button,.secondary-error-button{width:100%;text-align:center}
.contact-details-wrapper{flex-direction:column;gap:15px}
}
@media (max-width: 480px) {
.error-number-display{font-size:80px;text-shadow:2px 2px 0 #E9E6D9}
.error-main-heading{font-size:22px}
.suggestions-list li{font-size:15px}
}