*,::before,::after{margin:0;padding:0;border:0;box-sizing:border-box}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
body{font-family:'Red Hat Display',sans-serif;background:#F0F5FF;color:#2B1683;line-height:1.6}
.header{background:#2B1683;position:relative;z-index:100}
.header_top_bar{background:linear-gradient(90deg,#2B1683 60%,#FCC85D 100%);padding:6px 0;border-bottom:1px solid #fcc85d2e}
.header_top_inner{max-width:1366px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.header_top_bar .contact_links{display:flex;align-items:center;gap:20px}
.header_top_bar .contact_links a{color:#F0F5FF;font-size:13px;text-decoration:none;display:flex;align-items:center;gap:6px;opacity:.85;transition:opacity 180ms}
.header_top_bar .contact_links a:hover{opacity:1}
.header_top_bar .contact_links .pe-7s-phone,.header_top_bar .contact_links .pe-7s-mail{font-size:15px;color:#FCC85D}
.header_nav_row{background:#2B1683;padding:0}
.header_nav_inner{max-width:1366px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;min-height:54px}
.main_nav{display:flex;align-items:center;gap:4px;list-style:none}
.main_nav li a{color:#F0F5FF;font-size:14px;font-weight:400;text-decoration:none;padding:8px 14px;border-radius:4px;display:block;transition:background 180ms,color 180ms;letter-spacing:.01em}
.main_nav li a:hover,.main_nav li a.nav--active{background:#fcc85d26;color:#FCC85D}
.header_cta_button{background:linear-gradient(135deg,#FCC85D,#f5a800);color:#2B1683;font-family:'Red Hat Display',sans-serif;font-size:13px;font-weight:700;padding:9px 20px;border-radius:4px;text-decoration:none;border:none;cursor:pointer;transition:box-shadow 180ms,transform 150ms;box-shadow:0 2px 8px #fcc85d4d;white-space:nowrap}
.header_cta_button:hover{box-shadow:0 4px 16px #fcc85d73;transform:translateY(-1px)}
.brand_float_container{display:flex;justify-content:center;position:relative;background:#2B1683;padding-bottom:18px}
.brand_float_inner{display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;z-index:10}
.site_logo_wrapper{width:100px;height:100px;background:#F0F5FF;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px #2b168340 0 0 0 4px #fcc85d59;overflow:hidden}
.site_logo_wrapper img{width:80px;height:80px;object-fit:contain}
.site_name_label{color:#FCC85D;font-size:22px;font-weight:700;letter-spacing:.04em;text-shadow:0 2px 8px #0003}
.site_tagline{color:#f0f5ffb3;font-size:12px;letter-spacing:.06em;text-transform:uppercase}
@media (max-width: 768px) {
.header_top_bar .contact_links{gap:10px}
.header_top_bar .contact_links a{font-size:11px}
.main_nav{gap:0;flex-wrap:wrap;justify-content:center}
.main_nav li a{font-size:13px;padding:6px 10px}
.header_cta_button{font-size:12px;padding:7px 12px}
.site_logo_wrapper{width:80px;height:80px}
.site_logo_wrapper img{width:64px;height:64px}
.site_name_label{font-size:18px}
}
@media (max-width: 480px) {
.header_top_bar .contact_links a span.link_text{display:none}
.header_nav_inner{flex-direction:column;align-items:flex-start;padding:8px 12px;gap:8px}
.main_nav{width:100%}
}
.footer{background:#2B1683;color:#F0F5FF;padding:56px 0 0;position:relative;overflow:hidden}
.footer::before{content:'';position:absolute;top:-60px;left:-60px;width:220px;height:220px;background:radial-gradient(circle,#fcc85d1f,transparent 70%);border-radius:50%;pointer-events:none}
.footer::after{content:'';position:absolute;bottom:60px;right:-40px;width:180px;height:180px;background:radial-gradient(circle,#f0f5ff0f,transparent 70%);border-radius:50%;pointer-events:none}
.footer_inner{max-width:1366px;margin:auto;padding:0 24px}
.footer_grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px}
.footer_brand_block .footer_logo_row{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.footer_brand_block .footer_logo_img{width:56px;height:56px;background:#F0F5FF;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #fcc85d33}
.footer_brand_block .footer_logo_img img{width:44px;height:44px;object-fit:contain}
.footer_brand_block .footer_brand_name{font-size:20px;font-weight:700;color:#FCC85D}
.footer_brand_block .footer_brand_desc{font-size:13px;color:#f0f5ffa6;line-height:1.7;max-width:280px}
.footer_brand_block .footer_contact_list{margin-top:20px;display:flex;flex-direction:column;gap:8px}
.footer_brand_block .footer_contact_list li{list-style:none;display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#f0f5ffb3}
.footer_brand_block .footer_contact_list li i{color:#FCC85D;font-size:16px;margin-top:1px;flex-shrink:0}
.footer_brand_block .footer_contact_list a{color:#f0f5ffb3;text-decoration:none;transition:color 180ms}
.footer_brand_block .footer_contact_list a:hover{color:#FCC85D}
.footer_nav_block .footer_nav_title{font-size:13px;font-weight:700;color:#FCC85D;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.footer_nav_block .footer_nav_title i{font-size:16px}
.footer_nav_block ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.footer_nav_block ul li{position:relative}
.footer_nav_block ul li::before{content:'';display:inline-block;width:4px;height:4px;background:#FCC85D;border-radius:50%;margin-right:8px;vertical-align:middle;opacity:.6}
.footer_nav_block ul li a{font-size:13px;color:#f0f5ffa6;text-decoration:none;transition:color 180ms}
.footer_nav_block ul li a:hover{color:#FCC85D}
.footer_decor_dots{display:flex;gap:6px;margin-top:24px}
.footer_decor_dots span{width:6px;height:6px;border-radius:50%;background:#fcc85d4d}
.footer_decor_dots span:first-child{background:#FCC85D}
.footer_divider{border:none;border-top:1px solid #f0f5ff1a;margin:0}
.footer_bottom{max-width:1366px;margin:auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.footer_copyright{font-size:12px;color:#f0f5ff73}
.footer_copyright span{color:#FCC85D}
.footer_bottom_badges{display:flex;align-items:center;gap:12px}
.footer_bottom_badges .badge_item{font-size:11px;color:#f0f5ff66;display:flex;align-items:center;gap:5px}
.footer_bottom_badges .badge_item i{font-size:13px;color:#fcc85d80}
@media (max-width: 900px) {
.footer_grid{grid-template-columns:1fr 1fr;gap:28px}
}
@media (max-width: 560px) {
.footer_grid{grid-template-columns:1fr;gap:24px}
.footer_bottom{flex-direction:column;text-align:center}
}
.cookie_toast{position:fixed;left:20px;top:50%;transform:translateY(-60px);opacity:0;z-index:9999;width:300px;background:#fff;border-radius:6px;box-shadow:0 8px 32px #2b16832e 0 2px 8px #0000001a;border-left:4px solid #FCC85D;overflow:hidden;transition:transform 220ms cubic-bezier(.4,0,.2,1),opacity 220ms}
.cookie_toast[data-visible="true"]{transform:translateY(-50%);opacity:1}
.cookie_toast_header{background:linear-gradient(135deg,#2B1683,#3d23a8);padding:12px 16px;display:flex;align-items:center;gap:10px}
.cookie_toast_header i{color:#FCC85D;font-size:18px}
.cookie_toast_header h3{color:#fff;font-size:13px;font-weight:700;font-family:'Red Hat Display',sans-serif}
.cookie_toast_body{padding:14px 16px}
.cookie_toast_body p{font-size:12px;color:#444;line-height:1.6;margin-bottom:12px;font-family:'Red Hat Display',sans-serif}
.cookie_toast_body p a{color:#2B1683;font-weight:700}
.cookie_privacy_options{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}
.cookie_privacy_option{display:flex;align-items:center;gap:8px;font-size:12px;color:#333;font-family:'Red Hat Display',sans-serif;cursor:pointer}
.cookie_privacy_option input[type="radio"]{accent-color:#2B1683}
.cookie_opt_out{font-size:11px;color:#888;margin-bottom:10px;font-family:'Red Hat Display',sans-serif}
.cookie_opt_out button{background:none;border:1px solid #ddd;border-radius:3px;padding:2px 8px;font-size:11px;cursor:pointer;color:#555;font-family:'Red Hat Display',sans-serif;transition:border-color 180ms}
.cookie_opt_out button:hover{border-color:#2B1683;color:#2B1683}
.cookie_toast_actions{display:flex;gap:8px}
.cookie_btn_accept{flex:1;background:linear-gradient(135deg,#FCC85D,#f5a800);color:#2B1683;border:none;border-radius:4px;padding:9px 12px;font-size:12px;font-weight:700;cursor:pointer;font-family:'Red Hat Display',sans-serif;transition:box-shadow 180ms}
.cookie_btn_accept:hover{box-shadow:0 2px 10px #fcc85d80}
.cookie_btn_decline{flex:1;background:linear-gradient(135deg,#2B1683,#3d23a8);color:#fff;border:none;border-radius:4px;padding:9px 12px;font-size:12px;font-weight:700;cursor:pointer;font-family:'Red Hat Display',sans-serif;transition:box-shadow 180ms}
.cookie_btn_decline:hover{box-shadow:0 2px 10px #2b168366}
.legal-article-dcqi{max-width:860px;margin:0 auto;padding:48px 32px 80px;background:#fff;border-radius:4px;box-shadow:0 2px 12px #2b168312 0 1px 3px #2b16830a}
.legal-article-dcqi p{font-size:16px;line-height:1.85;color:#1a1a2e;margin:0 0 20px;font-weight:400;letter-spacing:.01em}
.legal-article-dcqi ul,.legal-article-dcqi ol{margin:0 0 24px;padding-left:28px}
.legal-article-dcqi ul{list-style:none;padding-left:0}
.legal-article-dcqi ul li{position:relative;padding-left:22px;font-size:16px;line-height:1.8;color:#1a1a2e;margin-bottom:10px}
.legal-article-dcqi ul li::before{content:'';position:absolute;left:0;top:11px;width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#FCC85D,#2B1683)}
.legal-article-dcqi ol{list-style:decimal}
.legal-article-dcqi ol li{font-size:16px;line-height:1.8;color:#1a1a2e;margin-bottom:10px;padding-left:6px}
.legal-article-dcqi ol li::marker{color:#2B1683;font-weight:600}
.legal-article-dcqi ul ul,.legal-article-dcqi ol ol,.legal-article-dcqi ul ol,.legal-article-dcqi ol ul{margin-top:10px;margin-bottom:6px}
.legal-article-dcqi strong,.legal-article-dcqi b{font-weight:700;color:#2B1683;letter-spacing:.005em}
.legal-article-dcqi a{color:#2B1683;text-decoration:underline;text-decoration-color:#FCC85D;text-decoration-thickness:2px;text-underline-offset:3px;transition:color 180ms ease,text-decoration-color 180ms ease;font-weight:500}
.legal-article-dcqi a:hover{color:#FCC85D;text-decoration-color:#2B1683}
.legal-article-dcqi a:focus{outline:2px solid #FCC85D;outline-offset:2px;border-radius:2px}
.legal-article-dcqi div{margin-bottom:32px}
.legal-article-dcqi div p:last-child{margin-bottom:0}
.legal-article-dcqi div + div{padding-top:8px;border-top:1px solid #F0F5FF}
@media (max-width: 768px) {
.legal-article-dcqi{padding:32px 20px 56px;border-radius:2px}
.legal-article-dcqi p{font-size:15px;line-height:1.78;margin-bottom:16px}
.legal-article-dcqi ul li,.legal-article-dcqi ol li{font-size:15px;line-height:1.75;margin-bottom:8px}
.legal-article-dcqi ul{margin-bottom:20px}
.legal-article-dcqi ol{margin-bottom:20px}
}
@media (max-width: 480px) {
.legal-article-dcqi{padding:24px 16px 40px;box-shadow:0 1px 6px #2b16830f}
.legal-article-dcqi p{font-size:14.5px;line-height:1.75}
.legal-article-dcqi ul li,.legal-article-dcqi ol li{font-size:14.5px}
.legal-article-dcqi ul li::before{width:6px;height:6px;top:10px}
.legal-article-dcqi div{margin-bottom:24px}
}
.about_hero_wrapper{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden}
.about_hero_wrapper .hero_bg_image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.18;animation:hero_pulse 6s ease-in-out infinite}
@keyframes hero_pulse {
0%,100%{transform:scale(1);opacity:.18}
50%{transform:scale(1.04);opacity:.24}
}
.about_hero_wrapper .hero_bg_gradient{position:absolute;inset:0;background:linear-gradient(135deg,#2B1683 0%,#1a0e52 60%,#FCC85D22 100%);z-index:1}
.about_hero_wrapper .hero_accent_dot{position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#FCC85D33 0%,transparent 70%);right:-60px;top:-80px;z-index:2}
.about_hero_content{position:relative;z-index:3;max-width:1366px;margin:auto;padding:80px 48px;width:100%}
.about_hero_content .hero_label{display:inline-block;background:linear-gradient(90deg,#FCC85D,#f0a820);color:#2B1683;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:2px;margin-bottom:24px}
.about_hero_content .hero_heading{font-size:clamp(32px,5vw,58px);font-weight:800;color:#fff;line-height:1.15;max-width:640px;margin-bottom:20px}
.about_hero_content .hero_heading span{color:#FCC85D}
.about_hero_content .hero_description{font-size:17px;line-height:1.7;color:#c8d4f0;max-width:560px;margin-bottom:36px}
.hero_button_row{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.hero_primary_button{display:inline-block;background:linear-gradient(135deg,#FCC85D,#f0a820);color:#2B1683;font-weight:700;font-size:15px;padding:14px 32px;border-radius:4px;text-decoration:none;border:none;cursor:pointer;transition:transform 150ms ease,box-shadow 150ms ease;position:relative;z-index:10}
.hero_primary_button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #FCC85D55}
.hero_secondary_button{display:inline-block;background:transparent;color:#FCC85D;font-weight:600;font-size:15px;padding:13px 32px;border-radius:4px;text-decoration:none;border:2px solid #FCC85D;cursor:pointer;transition:background 200ms ease,color 200ms ease;position:relative;z-index:10}
.hero_secondary_button:hover{background:#FCC85D;color:#2B1683}
.story_section_wrapper{background:#F0F5FF;padding:80px 0}
.story_section_inner{max-width:1366px;margin:auto;padding:0 48px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.story_image_column{position:relative}
.story_image_column .story_img_main{width:100%;height:400px;object-fit:cover;border-radius:6px;display:block;box-shadow:0 12px 40px #2b168326}
.story_image_column .story_img_badge{position:absolute;bottom:-24px;right:-20px;background:#2B1683;color:#FCC85D;border-radius:4px;padding:20px 24px;box-shadow:0 8px 24px #2b168340}
.story_img_badge .badge_year{font-size:36px;font-weight:800;line-height:1;display:block}
.story_img_badge .badge_label{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;opacity:.85}
.story_text_column .section_eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#FCC85D;background:#2B1683;display:inline-block;padding:4px 12px;border-radius:2px;margin-bottom:18px}
.story_text_column .story_heading{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#2B1683;line-height:1.2;margin-bottom:20px;position:relative}
.story_text_column .story_heading::after{content:'';display:block;width:56px;height:4px;background:linear-gradient(90deg,#FCC85D,#f0a820);border-radius:2px;margin-top:14px}
.story_text_column .story_body{font-size:16px;line-height:1.75;color:#3d3d5c;margin-bottom:16px}
.values_section_wrapper{background:linear-gradient(160deg,#2B1683 0%,#1e0f5e 100%);padding:80px 0;position:relative;overflow:hidden}
.values_section_wrapper::before{content:'';position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,#FCC85D18 0%,transparent 65%);left:-200px;bottom:-150px}
.values_section_inner{max-width:1366px;margin:auto;padding:0 48px;position:relative;z-index:2}
.values_section_header{text-align:center;margin-bottom:56px}
.values_section_header .values_title{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#fff;margin-bottom:14px}
.values_section_header .values_title span{color:#FCC85D}
.values_section_header .values_subtitle{font-size:16px;color:#a8b8e0;max-width:560px;margin:0 auto;line-height:1.65}
.values_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.value_card{background:#ffffff0f;border:1px solid #fcc85d2e;border-radius:6px;padding:36px 28px;transition:background 200ms ease,border-color 200ms ease,transform 200ms ease}
.value_card:hover{background:#fcc85d1a;border-color:#FCC85D;transform:translateY(-4px)}
.value_card .card_icon_wrap{width:52px;height:52px;background:linear-gradient(135deg,#FCC85D,#f0a820);border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.value_card .card_icon_wrap i{font-size:22px;color:#2B1683}
.value_card .card_title{font-size:18px;font-weight:700;color:#fff;margin-bottom:10px}
.value_card .card_text{font-size:15px;color:#a8b8e0;line-height:1.65}
.approach_section_wrapper{background:#fff;padding:80px 0}
.approach_section_inner{max-width:1366px;margin:auto;padding:0 48px}
.approach_top_row{display:grid;grid-template-columns:5fr 7fr;gap:56px;align-items:start;margin-bottom:56px}
.approach_text_block .approach_label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#2B1683;border-left:4px solid #FCC85D;padding-left:12px;margin-bottom:18px}
.approach_text_block .approach_heading{font-size:clamp(22px,3vw,34px);font-weight:800;color:#2B1683;line-height:1.25;margin-bottom:18px}
.approach_text_block .approach_body{font-size:15px;line-height:1.75;color:#4a4a6a}
.approach_image_block .approach_img{width:100%;height:320px;object-fit:cover;border-radius:6px;display:block;box-shadow:0 8px 30px #2b16831f}
.approach_steps_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #e0e8f8;border-radius:6px;overflow:hidden}
.approach_step_item{padding:32px 24px;border-right:1px solid #e0e8f8;position:relative}
.approach_step_item:last-child{border-right:none}
.approach_step_item .step_number{font-size:40px;font-weight:900;color:#FCC85D;line-height:1;margin-bottom:12px;display:block}
.approach_step_item .step_title{font-size:15px;font-weight:700;color:#2B1683;margin-bottom:8px}
.approach_step_item .step_desc{font-size:14px;color:#5a6a8a;line-height:1.6}
.cta_section_wrapper{background:#F0F5FF;padding:80px 0}
.cta_section_inner{max-width:1366px;margin:auto;padding:0 48px;display:grid;grid-template-columns:7fr 5fr;gap:48px;align-items:center}
.cta_text_block .cta_heading{font-size:clamp(24px,3vw,38px);font-weight:800;color:#2B1683;line-height:1.2;margin-bottom:16px}
.cta_text_block .cta_heading span{color:#FCC85D;background:#2B1683;padding:0 8px;border-radius:2px}
.cta_text_block .cta_body{font-size:16px;line-height:1.7;color:#3d3d5c;margin-bottom:28px}
.cta_stat_list{display:flex;flex-direction:column;gap:12px}
.cta_stat_item{display:flex;flex-direction:row;align-items:center;gap:12px}
.cta_stat_item .stat_icon{width:36px;height:36px;background:linear-gradient(135deg,#2B1683,#4a2db0);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cta_stat_item .stat_icon i{font-size:16px;color:#FCC85D}
.cta_stat_item .stat_text{font-size:15px;color:#2B1683;font-weight:500}
.cta_image_block{position:relative}
.cta_image_block .cta_img{width:100%;height:300px;object-fit:cover;border-radius:6px;display:block;box-shadow:0 12px 40px #2b168326}
.cta_image_block .cta_img_overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,#2b168399 100%);border-radius:6px}
.cta_image_block .cta_img_label{position:absolute;bottom:20px;left:20px;color:#fff;font-weight:700;font-size:18px}
.cta_image_block .cta_img_sublabel{position:absolute;bottom:2px;left:20px;color:#FCC85D;font-size:13px;font-weight:500}
.cta_button_group{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;margin-top:28px}
.cta_main_button{display:inline-block;background:linear-gradient(135deg,#2B1683,#4a2db0);color:#FCC85D;font-weight:700;font-size:15px;padding:14px 30px;border-radius:4px;text-decoration:none;transition:transform 150ms,box-shadow 150ms;position:relative;z-index:5}
.cta_main_button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2b16834d}
.cta_contact_button{display:inline-block;background:transparent;color:#2B1683;font-weight:600;font-size:15px;padding:13px 30px;border-radius:4px;text-decoration:none;border:2px solid #2B1683;transition:background 200ms,color 200ms;position:relative;z-index:5}
.cta_contact_button:hover{background:#2B1683;color:#FCC85D}
.svg_divider_wave{display:block;width:100%;overflow:hidden;line-height:0}
.svg_divider_wave svg{display:block;width:100%}
@media (max-width: 1024px) {
.story_section_inner{grid-template-columns:1fr;gap:40px}
.story_image_column .story_img_badge{right:12px;bottom:-12px}
.values_grid{grid-template-columns:repeat(2,1fr)}
.approach_top_row{grid-template-columns:1fr;gap:32px}
.approach_steps_grid{grid-template-columns:repeat(2,1fr)}
.approach_step_item:nth-child(2){border-right:none}
.approach_step_item:nth-child(1),.approach_step_item:nth-child(2){border-bottom:1px solid #e0e8f8}
.cta_section_inner{grid-template-columns:1fr;gap:36px}
}
@media (max-width: 768px) {
.about_hero_content{padding:60px 24px}
.story_section_inner{padding:0 24px}
.values_section_inner{padding:0 24px}
.values_grid{grid-template-columns:1fr}
.approach_section_inner{padding:0 24px}
.approach_steps_grid{grid-template-columns:1fr}
.approach_step_item{border-right:none;border-bottom:1px solid #e0e8f8}
.approach_step_item:last-child{border-bottom:none}
.cta_section_inner{padding:0 24px}
.hero_button_row{flex-direction:column}
.cta_button_group{flex-direction:column}
}
.statistics_hero{position:relative;width:100%;min-height:520px;overflow:hidden;display:flex;align-items:flex-end}
.statistics_hero .hero_image_wrapper{position:absolute;inset:0;width:100%;height:100%}
.statistics_hero .hero_image_wrapper img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;filter:brightness(0.45) saturate(0.7)}
.statistics_hero .hero_grid_overlay{position:absolute;inset:0;background-image:linear-gradient(#f0f5ff0a 1px,transparent 1px),linear-gradient(90deg,#f0f5ff0a 1px,transparent 1px);background-size:48px 48px;pointer-events:none}
.statistics_hero .hero_gradient_veil{position:absolute;inset:0;background:linear-gradient(to top,#2b1683e0 0%,#2b16834d 55%,transparent 100%)}
.statistics_hero .hero_text_lower{position:relative;z-index:2;width:100%;max-width:1366px;margin:0 auto;padding:56px 40px 52px}
.statistics_hero .hero_label_tag{display:inline-block;background:#FCC85D;color:#2B1683;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;margin-bottom:18px;border-radius:2px}
.statistics_hero .hero_main_title{font-size:clamp(28px,5vw,54px);font-weight:800;color:#F0F5FF;line-height:1.15;margin:0 0 16px;max-width:720px}
.statistics_hero .hero_main_title span{color:#FCC85D}
.statistics_hero .hero_subtitle_line{font-size:17px;color:#f0f5ffc7;max-width:540px;line-height:1.6;margin:0}
.stat_numbers_band{background:#2B1683;padding:0;overflow:hidden}
.stat_numbers_band .band_inner{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid #fcc85d26}
.stat_numbers_band .band_item{padding:44px 32px;border-right:1px solid #fcc85d26;border-bottom:1px solid #fcc85d14;position:relative}
.stat_numbers_band .band_item::before{content:'';position:absolute;bottom:0;left:0;width:0;height:3px;background:#FCC85D;transition:width 350ms ease}
.stat_numbers_band .band_item:hover::before{width:100%}
.stat_numbers_band .band_number{font-size:48px;font-weight:900;color:#FCC85D;line-height:1;margin-bottom:6px;letter-spacing:-1px}
.stat_numbers_band .band_unit{font-size:22px;font-weight:400;color:#fcc85d99}
.stat_numbers_band .band_desc{font-size:13px;color:#f0f5ffa6;line-height:1.5;margin-top:4px}
.stat_numbers_band .band_icon{font-size:22px;color:#fcc85d66;margin-bottom:12px;display:block}
.course_breakdown_section{background:#F0F5FF;padding:80px 0}
.course_breakdown_section .breakdown_container{max-width:1366px;margin:0 auto;padding:0 40px}
.course_breakdown_section .breakdown_header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:52px;gap:32px;flex-wrap:wrap}
.course_breakdown_section .breakdown_title_group{flex:1;min-width:260px}
.course_breakdown_section .section_eyebrow{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#2B1683;margin-bottom:10px;display:flex;flex-direction:row;align-items:center;gap:8px}
.course_breakdown_section .section_eyebrow::before{content:'';display:inline-block;width:24px;height:3px;background:#FCC85D;border-radius:2px}
.course_breakdown_section .breakdown_main_heading{font-size:clamp(22px,3.5vw,38px);font-weight:800;color:#2B1683;line-height:1.2;margin:0}
.course_breakdown_section .breakdown_intro_text{max-width:380px;font-size:15px;color:#4a4a6a;line-height:1.65;margin:0;flex-shrink:0;min-width:220px}
.course_breakdown_section .breakdown_grid{display:grid;grid-template-columns:1fr 1fr;gap:4px}
.course_breakdown_section .breakdown_card{background:#fff;padding:36px 32px;position:relative;overflow:hidden;transition:box-shadow 200ms ease}
.course_breakdown_section .breakdown_card:hover{box-shadow:0 8px 24px #2b16831a;z-index:1}
.course_breakdown_section .breakdown_card.featured_card{background:linear-gradient(135deg,#2B1683 0%,#1a0d5e 100%);grid-column:1 / 2;grid-row:1 / 3;padding:48px 40px;display:flex;flex-direction:column;justify-content:space-between}
.course_breakdown_section .breakdown_card.featured_card .card_heading{color:#F0F5FF}
.course_breakdown_section .breakdown_card.featured_card .card_text{color:#f0f5ffbf}
.course_breakdown_section .featured_card_image{width:100%;height:200px;object-fit:cover;border-radius:3px;margin-bottom:24px;opacity:.85}
.course_breakdown_section .card_topic_badge{display:inline-block;background:#fcc85d26;color:#FCC85D;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:4px 10px;border-radius:2px;margin-bottom:14px}
.course_breakdown_section .featured_card .card_topic_badge{background:#fcc85d33;color:#FCC85D}
.course_breakdown_section .card_heading{font-size:18px;font-weight:700;color:#2B1683;margin:0 0 10px;line-height:1.3}
.course_breakdown_section .card_text{font-size:14px;color:#5a5a7a;line-height:1.6;margin:0}
.course_breakdown_section .card_metric_row{display:flex;flex-direction:row;gap:20px;margin-top:20px;padding-top:20px;border-top:1px solid #fcc85d4d}
.course_breakdown_section .card_metric{display:flex;flex-direction:column}
.course_breakdown_section .card_metric_value{font-size:22px;font-weight:800;color:#FCC85D;line-height:1}
.course_breakdown_section .card_metric_label{font-size:11px;color:#f0f5ff8c;margin-top:3px}
.course_breakdown_section .breakdown_card:not(.featured_card) .card_metric_value{color:#2B1683}
.course_breakdown_section .breakdown_card:not(.featured_card) .card_metric_row{border-top:1px solid #2b16831f}
.course_breakdown_section .breakdown_card:not(.featured_card) .card_metric_label{color:#7a7a9a}
.performance_section{background:#fff;padding:80px 0;overflow:hidden}
.performance_section .performance_container{max-width:1366px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.performance_section .performance_text_col{display:flex;flex-direction:column}
.performance_section .perf_eyebrow{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#FCC85D;background:#2B1683;display:inline-block;padding:5px 12px;border-radius:2px;margin-bottom:20px;width:fit-content}
.performance_section .perf_heading{font-size:clamp(22px,3vw,36px);font-weight:800;color:#2B1683;line-height:1.25;margin:0 0 20px}
.performance_section .perf_body{font-size:15px;color:#4a4a6a;line-height:1.7;margin:0 0 36px}
.performance_section .perf_image{width:100%;height:340px;object-fit:cover;border-radius:4px;box-shadow:0 16px 48px #2b168326;display:block}
.performance_section .skill_bar_list{display:flex;flex-direction:column;gap:18px}
.performance_section .skill_bar_item{display:flex;flex-direction:column;gap:6px}
.performance_section .skill_bar_label_row{display:flex;flex-direction:row;justify-content:space-between;align-items:center}
.performance_section .skill_bar_name{font-size:13px;font-weight:600;color:#2B1683}
.performance_section .skill_bar_pct{font-size:13px;font-weight:700;color:#2B1683}
.performance_section .skill_bar_track{width:100%;height:8px;background:#eef0fa;border-radius:4px;overflow:hidden}
.performance_section .skill_bar_fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#2B1683,#FCC85D);transition:width 600ms cubic-bezier(0.4,0,0.2,1)}
.topics_overview_section{background:linear-gradient(160deg,#2B1683 0%,#1a0d5e 60%,#0d0730 100%);padding:80px 0;position:relative;overflow:hidden}
.topics_overview_section::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,#fcc85d14 0%,transparent 70%);pointer-events:none}
.topics_overview_section .topics_container{max-width:1366px;margin:0 auto;padding:0 40px}
.topics_overview_section .topics_header{text-align:center;margin-bottom:56px}
.topics_overview_section .topics_heading{font-size:clamp(24px,3.5vw,40px);font-weight:800;color:#F0F5FF;margin:0 0 14px;position:relative;display:inline-block}
.topics_overview_section .topics_heading::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#FCC85D;border-radius:2px}
.topics_overview_section .topics_subtext{font-size:15px;color:#f0f5ffa6;max-width:520px;margin:20px auto 0;line-height:1.65}
.topics_overview_section .topics_layout{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3px}
.topics_overview_section .topic_tile{background:#ffffff0d;border:1px solid #fcc85d1a;padding:32px 28px;transition:background 200ms ease,border-color 200ms ease;position:relative}
.topics_overview_section .topic_tile:hover{background:#fcc85d14;border-color:#fcc85d4d}
.topics_overview_section .topic_tile.wide_tile{grid-column:span 2;display:flex;flex-direction:row;gap:32px;align-items:center}
.topics_overview_section .wide_tile_image{width:260px;height:180px;object-fit:cover;flex-shrink:0;border-radius:3px;opacity:.8}
.topics_overview_section .topic_tile_icon{font-size:28px;color:#FCC85D;margin-bottom:14px;display:block}
.topics_overview_section .topic_tile_number{position:absolute;top:18px;right:20px;font-size:11px;font-weight:700;color:#fcc85d4d;letter-spacing:1px}
.topics_overview_section .topic_tile_heading{font-size:16px;font-weight:700;color:#F0F5FF;margin:0 0 10px}
.topics_overview_section .topic_tile_desc{font-size:13px;color:#f0f5ff99;line-height:1.6;margin:0}
.topics_overview_section .topic_tag_list{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;margin-top:14px}
.topics_overview_section .topic_tag{font-size:10px;font-weight:600;letter-spacing:.5px;color:#FCC85D;background:#fcc85d1f;padding:3px 10px;border-radius:2px;text-transform:uppercase}
.old-nav{display:none}
@media (max-width: 1024px) {
.stat_numbers_band .band_inner{grid-template-columns:repeat(2,1fr)}
.performance_section .performance_container{grid-template-columns:1fr;gap:40px}
.performance_section .perf_image{height:260px}
.course_breakdown_section .breakdown_grid{grid-template-columns:1fr}
.course_breakdown_section .breakdown_card.featured_card{grid-column:auto;grid-row:auto}
.topics_overview_section .topics_layout{grid-template-columns:1fr 1fr}
.topics_overview_section .topic_tile.wide_tile{grid-column:span 2}
}
@media (max-width: 767px) {
.statistics_hero{min-height:400px}
.statistics_hero .hero_text_lower{padding:32px 20px 40px}
.stat_numbers_band .band_inner{grid-template-columns:1fr 1fr}
.stat_numbers_band .band_item{padding:28px 20px}
.stat_numbers_band .band_number{font-size:34px}
.course_breakdown_section{padding:52px 0}
.course_breakdown_section .breakdown_container{padding:0 20px}
.course_breakdown_section .breakdown_header{flex-direction:column;align-items:flex-start;margin-bottom:32px}
.course_breakdown_section .breakdown_grid{grid-template-columns:1fr;gap:3px}
.performance_section{padding:52px 0}
.performance_section .performance_container{padding:0 20px;gap:32px}
.topics_overview_section{padding:52px 0}
.topics_overview_section .topics_container{padding:0 20px}
.topics_overview_section .topics_layout{grid-template-columns:1fr}
.topics_overview_section .topic_tile.wide_tile{grid-column:span 1;flex-direction:column}
.topics_overview_section .wide_tile_image{width:100%;height:180px}
}
.program_hero_section{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.program_hero_section .hero_background_image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.program_hero_section .hero_overlay{position:absolute;inset:0;background:linear-gradient(135deg,#2b1683e0 0%,#fcc85d73 100%);z-index:1}
.program_hero_section .hero_texture_layer{position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,#f0f5ff0a 0px,#f0f5ff0a 1px,transparent 1px,transparent 12px);z-index:2}
.program_hero_section .hero_floating_shape{position:absolute;border-radius:50%;z-index:2}
.program_hero_section .hero_floating_shape--large{width:340px;height:340px;background:radial-gradient(circle,#fcc85d2e 0%,transparent 70%);top:-80px;right:-60px}
.program_hero_section .hero_floating_shape--small{width:160px;height:160px;background:radial-gradient(circle,#2b168340 0%,transparent 70%);bottom:20px;left:40px}
.program_hero_content_container{position:relative;z-index:3;max-width:780px;margin:0 auto;text-align:center;padding:100px 24px 80px}
.program_hero_content_container .hero_eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fcc85d2e;border:1px solid #fcc85d66;border-radius:4px;padding:6px 16px;color:#FCC85D;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:24px}
.program_hero_content_container .hero_main_title{font-size:clamp(2rem,5vw,3.4rem);font-weight:700;color:#F0F5FF;line-height:1.15;margin-bottom:20px;letter-spacing:-.02em}
.program_hero_content_container .hero_main_title .hero_accent_word{color:#FCC85D;position:relative}
.program_hero_content_container .hero_main_title .hero_accent_word::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#FCC85D,#fcc85d00);border-radius:2px}
.program_hero_content_container .hero_subtitle{font-size:1.08rem;color:#f0f5ffd1;line-height:1.7;max-width:580px;margin:0 auto 36px}
.program_hero_content_container .hero_cta_group{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.program_hero_content_container .hero_button_primary{background:linear-gradient(135deg,#FCC85D,#f0a800);color:#2B1683;font-weight:700;font-size:.95rem;padding:14px 32px;border-radius:4px;border:none;cursor:pointer;text-decoration:none;display:inline-block;transition:box-shadow 200ms,transform 150ms;z-index:5;position:relative}
.program_hero_content_container .hero_button_primary:hover{box-shadow:0 8px 24px #fcc85d73;transform:translateY(-2px)}
.program_hero_content_container .hero_button_outline{background:transparent;color:#F0F5FF;font-weight:600;font-size:.95rem;padding:13px 28px;border-radius:4px;border:2px solid #f0f5ff73;cursor:pointer;text-decoration:none;display:inline-block;transition:border-color 200ms,background 200ms;z-index:5;position:relative}
.program_hero_content_container .hero_button_outline:hover{border-color:#FCC85D;background:#fcc85d14}
.program_overview_block{background:#F0F5FF;padding:80px 0 70px}
.program_overview_inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.program_overview_text .overview_label{display:flex;align-items:center;gap:10px;color:#2B1683;font-size:.78rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:18px}
.program_overview_text .overview_label::before{content:'';display:block;width:32px;height:3px;background:linear-gradient(90deg,#FCC85D,#2B1683);border-radius:2px}
.program_overview_text .overview_heading{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#2B1683;line-height:1.25;margin-bottom:20px}
.program_overview_text .overview_body{font-size:1rem;color:#444;line-height:1.75;margin-bottom:28px}
.program_overview_stats{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.program_overview_stats .stat_item{background:#fff;border-radius:6px;padding:18px 16px;border-left:4px solid #FCC85D;box-shadow:0 2px 12px #2b168312}
.program_overview_stats .stat_item .stat_number{font-size:1.9rem;font-weight:800;color:#2B1683;line-height:1;margin-bottom:4px}
.program_overview_stats .stat_item .stat_label{font-size:.82rem;color:#666;line-height:1.4}
.program_overview_visual{position:relative}
.program_overview_visual .overview_image_wrapper{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 16px 48px #2b16832e}
.program_overview_visual .overview_image_wrapper img{width:100%;height:360px;object-fit:cover;display:block}
.program_overview_visual .overview_badge{position:absolute;bottom:-20px;left:-20px;background:linear-gradient(135deg,#2B1683,#4a2fcc);color:#FCC85D;border-radius:6px;padding:20px 24px;box-shadow:0 8px 24px #2b16834d}
.program_overview_visual .overview_badge .badge_icon{font-size:1.6rem;display:block;margin-bottom:6px}
.program_overview_visual .overview_badge .badge_text{font-size:.78rem;font-weight:700;color:#FCC85D;text-transform:uppercase;letter-spacing:.08em}
.program_modules_block{background:#fff;padding:80px 0}
.program_modules_inner{max-width:1200px;margin:0 auto;padding:0 24px}
.program_modules_header{text-align:center;max-width:640px;margin:0 auto 56px}
.program_modules_header .modules_eyebrow{display:inline-block;background:linear-gradient(135deg,#2B1683,#4a2fcc);color:#FCC85D;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:6px 18px;border-radius:30px;margin-bottom:16px}
.program_modules_header .modules_title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#2B1683;line-height:1.25;margin-bottom:14px}
.program_modules_header .modules_desc{font-size:1rem;color:#555;line-height:1.7}
.accordion_container{display:flex;flex-direction:column;gap:0;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}
.accordion_item input[type="checkbox"]{position:absolute;opacity:0;width:0;height:0}
.accordion_item{border-bottom:1px solid #e8e8e8}
.accordion_item:last-child{border-bottom:none}
.accordion_label{display:flex;align-items:center;justify-content:space-between;padding:22px 28px;cursor:pointer;background:#fff;transition:background 200ms;user-select:none}
.accordion_label:hover{background:#F0F5FF}
.accordion_label .accordion_label_left{display:flex;align-items:center;gap:16px}
.accordion_label .accordion_number{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#FCC85D,#f0a800);color:#2B1683;font-weight:800;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.accordion_label .accordion_title{font-size:1rem;font-weight:600;color:#2B1683}
.accordion_label .accordion_meta{font-size:.82rem;color:#888;margin-left:auto;margin-right:20px;white-space:nowrap}
.accordion_icon{width:22px;height:22px;position:relative;flex-shrink:0}
.accordion_icon::before,.accordion_icon::after{content:'';position:absolute;background:#2B1683;border-radius:2px;transition:transform 200ms,opacity 200ms}
.accordion_icon::before{width:14px;height:2px;top:10px;left:4px}
.accordion_icon::after{width:2px;height:14px;top:4px;left:10px}
.accordion_item input:checked ~ .accordion_label .accordion_icon::after{opacity:0;transform:rotate(90deg)}
.accordion_body{max-height:0;overflow:hidden;transition:max-height 300ms ease}
.accordion_item input:checked ~ .accordion_body{max-height:400px}
.accordion_body_inner{padding:0 28px 24px 80px;background:#F0F5FF}
.accordion_body_inner .accordion_body_text{font-size:.95rem;color:#444;line-height:1.7;margin-bottom:16px}
.accordion_body_inner .accordion_topics{display:flex;flex-wrap:wrap;gap:8px}
.accordion_body_inner .accordion_topics .topic_tag{background:#fff;border:1px solid #ddd;border-radius:4px;padding:5px 12px;font-size:.8rem;color:#2B1683}
.program_method_block{background:linear-gradient(135deg,#2B1683 0%,#1a0e52 100%);padding:80px 0;position:relative;overflow:hidden}
.program_method_block::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#fcc85d1f 0%,transparent 70%)}
.program_method_inner{max-width:1200px;margin:0 auto;padding:0 24px}
.program_method_header{max-width:520px;margin-bottom:56px}
.program_method_header .method_label{color:#FCC85D;font-size:.78rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:14px;display:flex;align-items:center;gap:10px}
.program_method_header .method_label::after{content:'';flex:1;height:1px;background:#fcc85d4d;max-width:60px}
.program_method_header .method_title{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;color:#F0F5FF;line-height:1.25;margin-bottom:14px}
.program_method_header .method_desc{font-size:1rem;color:#f0f5ffbf;line-height:1.7}
.method_cards_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.method_card{background:#f0f5ff12;border:1px solid #fcc85d33;border-radius:8px;padding:32px 28px;transition:background 200ms,transform 150ms;position:relative}
.method_card:hover{background:#f0f5ff1c;transform:translateY(-3px)}
.method_card .method_card_icon{width:52px;height:52px;background:linear-gradient(135deg,#fcc85d33,#fcc85d14);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;border:1px solid #fcc85d40}
.method_card .method_card_icon .pe-7s{font-size:1.6rem;color:#FCC85D}
.method_card .method_card_title{font-size:1.05rem;font-weight:700;color:#F0F5FF;margin-bottom:10px}
.method_card .method_card_text{font-size:.9rem;color:#f0f5ffb3;line-height:1.65}
.method_card .method_card_step{position:absolute;top:20px;right:20px;font-size:2.8rem;font-weight:900;color:#fcc85d1a;line-height:1}
.program_skills_block{background:#fff;padding:80px 0}
.program_skills_inner{max-width:1200px;margin:0 auto;padding:0 24px}
.skills_layout_wrapper{display:grid;grid-template-columns:5fr 7fr;gap:64px;align-items:start}
.skills_intro_column .skills_label{display:inline-flex;align-items:center;gap:8px;color:#2B1683;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px;background:linear-gradient(135deg,#2b168314,#fcc85d26);padding:6px 14px;border-radius:4px}
.skills_intro_column .skills_heading{font-size:clamp(1.4rem,2.8vw,2rem);font-weight:700;color:#2B1683;line-height:1.25;margin-bottom:20px}
.skills_intro_column .skills_body{font-size:.97rem;color:#555;line-height:1.75;margin-bottom:30px}
.skills_cta_link{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#2B1683,#4a2fcc);color:#FCC85D;font-weight:700;font-size:.9rem;padding:13px 26px;border-radius:4px;text-decoration:none;transition:box-shadow 200ms,transform 150ms;position:relative;z-index:5}
.skills_cta_link:hover{box-shadow:0 8px 24px #2b16834d;transform:translateY(-2px)}
.skills_progress_column{display:flex;flex-direction:column;gap:20px}
.skill_progress_item .skill_progress_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.skill_progress_item .skill_progress_header .skill_name{font-size:.92rem;font-weight:600;color:#2B1683}
.skill_progress_item .skill_progress_header .skill_pct{font-size:.85rem;font-weight:700;color:#2B1683}
.skill_progress_item .skill_bar_track{height:8px;background:#e8edf8;border-radius:4px;overflow:hidden}
.skill_progress_item .skill_bar_fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#FCC85D,#2B1683)}
.skill_progress_item .skill_sub_tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.skill_progress_item .skill_sub_tags .sub_tag{font-size:.75rem;color:#666;background:#F0F5FF;border-radius:3px;padding:3px 8px}
.program_enroll_block{background:linear-gradient(135deg,#FCC85D 0%,#f5b800 50%,#ffd060 100%);padding:70px 0;position:relative;overflow:hidden}
.program_enroll_block::before{content:'';position:absolute;bottom:-60px;right:-60px;width:280px;height:280px;border-radius:50%;background:#2b16831a}
.program_enroll_block::after{content:'';position:absolute;top:-40px;left:5%;width:160px;height:160px;border-radius:50%;background:#2b168312}
.program_enroll_inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap;position:relative;z-index:2}
.enroll_text_side .enroll_kicker{font-size:.78rem;font-weight:700;color:#2B1683;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px;opacity:.75}
.enroll_text_side .enroll_headline{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#2B1683;line-height:1.2;margin-bottom:12px}
.enroll_text_side .enroll_subline{font-size:1rem;color:#2b1683cc;line-height:1.6;max-width:460px}
.enroll_form_side{background:#fff;border-radius:8px;padding:32px 36px;box-shadow:0 12px 40px #2b16832e;min-width:320px;flex-shrink:0}
.enroll_form_side .enroll_form_title{font-size:1.1rem;font-weight:700;color:#2B1683;margin-bottom:20px;text-align:center}
.enroll_form_side .bx--form-item{margin-bottom:14px}
.enroll_form_side .bx--label{font-size:.82rem;color:#444;margin-bottom:5px;display:block;font-weight:600}
.enroll_form_side .bx--text-input,.enroll_form_side .bx--select-input{width:100%;border:1.5px solid #ddd;border-radius:4px;padding:10px 14px;font-size:.9rem;color:#222;background:#fafafa;outline:none;transition:border-color 200ms;box-sizing:border-box}
.enroll_form_side .bx--text-input:focus,.enroll_form_side .bx--select-input:focus{border-color:#2B1683;background:#fff}
.enroll_form_side .enroll_submit_btn{width:100%;background:linear-gradient(135deg,#2B1683,#4a2fcc);color:#FCC85D;font-weight:700;font-size:.95rem;padding:14px;border-radius:4px;border:none;cursor:pointer;margin-top:6px;transition:box-shadow 200ms,transform 150ms;position:relative;z-index:5}
.enroll_form_side .enroll_submit_btn:hover{box-shadow:0 8px 24px #2b168359;transform:translateY(-2px)}
.enroll_form_side .enroll_privacy_note{font-size:.75rem;color:#999;text-align:center;margin-top:12px;line-height:1.5}
@media (max-width: 1024px) {
.program_overview_inner{grid-template-columns:1fr;gap:40px}
.method_cards_grid{grid-template-columns:1fr 1fr}
.skills_layout_wrapper{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 720px) {
.program_hero_content_container{padding:80px 20px 60px}
.program_overview_stats{grid-template-columns:1fr 1fr}
.method_cards_grid{grid-template-columns:1fr}
.program_enroll_inner{flex-direction:column}
.enroll_form_side{width:100%;min-width:unset;padding:24px 20px}
.accordion_body_inner{padding:0 20px 20px}
.accordion_label{padding:18px}
.accordion_label .accordion_meta{display:none}
.program_overview_visual .overview_badge{left:10px;bottom:-10px;padding:14px 18px}
}
.hero_section{position:relative;overflow:hidden;background:linear-gradient(135deg,#2B1683 0%,#1a0d52 60%,#FCC85D 100%);padding:80px 0 60px}
.hero_section .hero_container{max-width:1366px;margin:auto;padding:0 40px;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.hero_section .hero_text_side{flex:1 1 55%;display:flex;flex-direction:column;gap:20px}
.hero_section .hero_eyebrow{display:inline-flex;align-items:center;gap:10px;background:#fcc85d26;border:1px solid #fcc85d66;border-radius:4px;padding:6px 14px;color:#FCC85D;font-size:13px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;width:fit-content}
.hero_section .hero_heading{font-size:clamp(32px,5vw,58px);font-weight:800;line-height:1.15;color:#fff;margin:0}
.hero_section .hero_heading span{color:#FCC85D;position:relative}
.hero_section .hero_heading span::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#FCC85D,transparent);border-radius:2px}
.hero_section .hero_description{font-size:17px;line-height:1.75;color:#ffffffd1;max-width:520px;margin:0}
.hero_section .hero_cta_group{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;margin-top:8px}
.hero_section .hero_cta_primary{background:linear-gradient(135deg,#FCC85D,#f0b030);color:#2B1683;font-weight:700;font-size:15px;padding:14px 28px;border-radius:4px;border:none;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:transform 150ms,box-shadow 150ms;z-index:3;position:relative}
.hero_section .hero_cta_primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #fcc85d66}
.hero_section .hero_cta_secondary{background:transparent;color:#fff;font-weight:600;font-size:15px;padding:14px 28px;border-radius:4px;border:2px solid #ffffff4d;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:border-color 200ms,background 200ms}
.hero_section .hero_cta_secondary:hover{border-color:#ffffffb3;background:#ffffff12}
.hero_section .hero_image_side{flex:1 1 40%;position:relative;display:flex;align-items:center;justify-content:center}
.hero_section .hero_image_frame{position:relative;width:100%;max-width:460px;border-radius:6px;overflow:hidden;box-shadow:0 20px 60px #0006}
.hero_section .hero_image_frame img{width:100%;height:360px;object-fit:cover;display:block;filter:saturate(0.9) contrast(1.05)}
.hero_section .film_overlay{position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 3px,#00000008 3px,#00000008 4px);pointer-events:none}
.hero_section .film_grain{position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");opacity:.35;mix-blend-mode:overlay;pointer-events:none}
.hero_section .hero_shape_1{position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#fcc85d1f 0%,transparent 70%);pointer-events:none}
.hero_section .hero_shape_2{position:absolute;bottom:-80px;left:10%;width:200px;height:200px;border:2px solid #fcc85d1a;border-radius:50%;pointer-events:none}
.hero_section .hero_stats_row{display:flex;flex-direction:row;gap:28px;margin-top:16px;padding-top:20px;border-top:1px solid #ffffff1f}
.hero_section .hero_stat_item{display:flex;flex-direction:column;gap:2px}
.hero_section .hero_stat_number{font-size:26px;font-weight:800;color:#FCC85D;line-height:1}
.hero_section .hero_stat_label{font-size:12px;color:#fff9;line-height:1.4}
.interaction_section{background:#F0F5FF;padding:80px 0}
.interaction_container{max-width:1366px;margin:auto;padding:0 40px}
.interaction_header{text-align:center;margin-bottom:52px}
.interaction_header h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#2B1683;margin:0 0 14px;position:relative;display:inline-block}
.interaction_header h2::before{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:48px;height:4px;background:linear-gradient(90deg,#FCC85D,#2B1683);border-radius:2px}
.interaction_header p{font-size:16px;color:#555;max-width:560px;margin:20px auto 0;line-height:1.7}
.interaction_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.interaction_card{background:#fff;border-radius:6px;padding:32px 28px;border:1px solid #2b168314;box-shadow:0 2px 12px #2b16830f;display:flex;flex-direction:column;gap:14px;transition:transform 200ms,box-shadow 200ms;position:relative;overflow:hidden}
.interaction_card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FCC85D,#2B1683)}
.interaction_card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #2b16831f}
.interaction_card .card_icon{width:48px;height:48px;background:linear-gradient(135deg,#2B1683,#4a2fbf);border-radius:4px;display:flex;align-items:center;justify-content:center;color:#FCC85D;font-size:22px}
.interaction_card h4{font-size:17px;font-weight:700;color:#2B1683;margin:0}
.interaction_card p{font-size:14px;line-height:1.65;color:#555;margin:0}
.interaction_card .card_tag{display:inline-block;background:#fcc85d33;color:#2B1683;font-size:11px;font-weight:700;padding:4px 10px;border-radius:2px;text-transform:uppercase;letter-spacing:.8px;width:fit-content}
.schedule_section{background:#fff;padding:80px 0}
.schedule_container{max-width:1366px;margin:auto;padding:0 40px;display:flex;flex-direction:row;gap:60px;align-items:flex-start}
.schedule_text_side{flex:1 1 42%;display:flex;flex-direction:column;gap:20px}
.schedule_text_side h2{font-size:clamp(24px,3vw,36px);font-weight:800;color:#2B1683;margin:0;line-height:1.25}
.schedule_text_side h2 em{font-style:normal;color:#FCC85D;background:#2B1683;padding:2px 8px;border-radius:2px}
.schedule_text_side p{font-size:15px;line-height:1.75;color:#444;margin:0}
.schedule_link_btn{display:inline-flex;align-items:center;gap:8px;color:#2B1683;font-weight:700;font-size:14px;text-decoration:none;border-bottom:2px solid #FCC85D;padding-bottom:2px;transition:color 200ms;width:fit-content}
.schedule_link_btn:hover{color:#FCC85D}
.schedule_visual_side{flex:1 1 52%}
.schedule_timeline{display:flex;flex-direction:column;gap:0;position:relative}
.schedule_timeline::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#FCC85D,#2B1683)}
.schedule_step{display:flex;flex-direction:row;gap:24px;align-items:flex-start;padding:20px 0;position:relative}
.schedule_step_dot{width:42px;height:42px;min-width:42px;border-radius:50%;background:#2B1683;border:3px solid #FCC85D;display:flex;align-items:center;justify-content:center;color:#FCC85D;font-weight:800;font-size:14px;z-index:1}
.schedule_step_content{background:#F0F5FF;border-radius:4px;padding:18px 20px;flex:1;border-left:3px solid transparent;transition:border-color 200ms}
.schedule_step_content:hover{border-left-color:#FCC85D}
.schedule_step_content h5{font-size:15px;font-weight:700;color:#2B1683;margin:0 0 6px}
.schedule_step_content p{font-size:13px;color:#555;margin:0;line-height:1.6}
.schedule_step_content .step_meta{display:flex;gap:12px;margin-top:8px;flex-wrap:wrap}
.schedule_step_content .step_badge{background:#2b168314;color:#2B1683;font-size:11px;font-weight:600;padding:3px 8px;border-radius:2px}
.people_section{background:linear-gradient(160deg,#2B1683 0%,#1e1060 100%);padding:80px 0;position:relative;overflow:hidden}
.people_section::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#fcc85d14 0%,transparent 70%);pointer-events:none}
.people_container{max-width:1366px;margin:auto;padding:0 40px}
.people_top_row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:20px}
.people_top_row h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#fff;margin:0;max-width:480px;line-height:1.2}
.people_top_row p{color:#ffffffa6;font-size:15px;max-width:360px;line-height:1.7;margin:0}
.people_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.people_card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;padding:28px;display:flex;flex-direction:column;gap:16px;transition:background 200ms,border-color 200ms}
.people_card:hover{background:#ffffff1a;border-color:#fcc85d4d}
.people_card_top{display:flex;flex-direction:row;gap:16px;align-items:center}
.people_avatar{width:56px;height:56px;min-width:56px;border-radius:50%;background:linear-gradient(135deg,#FCC85D,#f0b030);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;color:#2B1683}
.people_card_meta h4{font-size:16px;font-weight:700;color:#fff;margin:0 0 4px}
.people_card_meta span{font-size:12px;color:#FCC85D;font-weight:600}
.people_card p{font-size:13px;line-height:1.7;color:#ffffffa6;margin:0}
.people_card_image{width:100%;height:200px;object-fit:cover;border-radius:4px;display:block}
.people_card_skills{display:flex;flex-wrap:wrap;gap:6px}
.people_skill_tag{background:#fcc85d26;border:1px solid #fcc85d40;color:#FCC85D;font-size:11px;font-weight:600;padding:4px 10px;border-radius:2px}
.guarantees_section{background:#F0F5FF;padding:80px 0}
.guarantees_container{max-width:1366px;margin:auto;padding:0 40px}
.guarantees_layout{display:grid;grid-template-columns:1fr 2fr;gap:52px;align-items:start}
.guarantees_intro h2{font-size:clamp(24px,3vw,36px);font-weight:800;color:#2B1683;margin:0 0 16px;line-height:1.25}
.guarantees_intro p{font-size:15px;line-height:1.75;color:#555;margin:0 0 28px}
.about_link_btn{display:inline-flex;align-items:center;gap:8px;background:#2B1683;color:#FCC85D;font-weight:700;font-size:14px;text-decoration:none;padding:12px 22px;border-radius:4px;transition:background 200ms,transform 150ms}
.about_link_btn:hover{background:#1e1060;transform:translateY(-2px)}
.guarantees_list{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.guarantee_item{background:#fff;border-radius:6px;padding:24px;box-shadow:0 2px 10px #2b16830f;display:flex;flex-direction:column;gap:12px;border-bottom:3px solid transparent;transition:border-color 200ms,transform 200ms}
.guarantee_item:hover{border-bottom-color:#FCC85D;transform:translateY(-3px)}
.guarantee_icon_wrap{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#2b16831a,#2b16830d);display:flex;align-items:center;justify-content:center;font-size:20px;color:#2B1683}
.guarantee_item h5{font-size:15px;font-weight:700;color:#2B1683;margin:0}
.guarantee_item p{font-size:13px;line-height:1.65;color:#555;margin:0}
.outcomes_section{background:#fff;padding:80px 0}
.outcomes_container{max-width:1366px;margin:auto;padding:0 40px}
.outcomes_header{text-align:center;margin-bottom:56px}
.outcomes_header h2{font-size:clamp(26px,3.5vw,42px);font-weight:800;color:#2B1683;margin:0 0 14px}
.outcomes_header p{font-size:16px;color:#555;max-width:540px;margin:0 auto;line-height:1.7}
.outcomes_two_col{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.outcomes_visual{position:relative}
.outcomes_image_wrap{border-radius:6px;overflow:hidden;box-shadow:0 8px 32px #2b168326;position:relative}
.outcomes_image_wrap img{width:100%;height:340px;object-fit:cover;display:block}
.outcomes_image_badge{position:absolute;bottom:20px;left:20px;background:#2B1683;color:#FCC85D;font-weight:700;font-size:13px;padding:10px 16px;border-radius:4px;display:flex;align-items:center;gap:8px}
.outcomes_skills_list{display:flex;flex-direction:column;gap:16px}
.outcome_skill_row{display:flex;flex-direction:column;gap:7px}
.outcome_skill_label{display:flex;justify-content:space-between;align-items:center}
.outcome_skill_label span{font-size:14px;font-weight:600;color:#2B1683}
.outcome_skill_label em{font-style:normal;font-size:13px;font-weight:700;color:#FCC85D;background:#2B1683;padding:2px 8px;border-radius:2px}
.skill_bar_track{width:100%;height:8px;background:#2b16831a;border-radius:4px;overflow:hidden}
.skill_bar_fill{height:100%;background:linear-gradient(90deg,#2B1683,#FCC85D);border-radius:4px;transition:width 600ms ease}
.outcomes_bottom_list{margin-top:32px;padding-top:24px;border-top:1px solid #2b16831a;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.outcome_check_item{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#333;line-height:1.5}
.outcome_check_item .check_icon{width:20px;height:20px;min-width:20px;border-radius:50%;background:linear-gradient(135deg,#FCC85D,#f0b030);display:flex;align-items:center;justify-content:center;color:#2B1683;font-size:11px;font-weight:800;margin-top:1px}
.divider_wave{overflow:hidden;line-height:0;background:#F0F5FF}
.divider_wave svg{display:block}
.divider_gradient_line{height:3px;background:linear-gradient(90deg,transparent,#FCC85D,#2B1683,transparent);margin:0;border:none}
@media (max-width: 1024px) {
.hero_section .hero_container{flex-direction:column;padding:0 24px}
.hero_section .hero_text_side{flex:none;width:100%}
.hero_section .hero_image_side{flex:none;width:100%;max-width:500px}
.interaction_grid{grid-template-columns:1fr 1fr}
.schedule_container{flex-direction:column;padding:0 24px}
.people_grid{grid-template-columns:1fr 1fr}
.guarantees_layout{grid-template-columns:1fr;gap:32px}
.guarantees_list{grid-template-columns:1fr 1fr}
.outcomes_two_col{grid-template-columns:1fr}
.interaction_container{padding:0 24px}
.people_container{padding:0 24px}
.guarantees_container{padding:0 24px}
.outcomes_container{padding:0 24px}
}
@media (max-width: 768px) {
.hero_section{padding:50px 0 40px}
.hero_section .hero_container{padding:0 20px;gap:32px}
.hero_section .hero_stats_row{gap:20px}
.interaction_grid{grid-template-columns:1fr}
.people_grid{grid-template-columns:1fr}
.people_top_row{flex-direction:column;align-items:flex-start}
.guarantees_list{grid-template-columns:1fr}
.outcomes_bottom_list{grid-template-columns:1fr}
.schedule_container{padding:0 20px}
.interaction_container{padding:0 20px}
.people_container{padding:0 20px}
.guarantees_container{padding:0 20px}
.outcomes_container{padding:0 20px}
.hero_section .hero_cta_group{flex-direction:column;align-items:flex-start}
}
.contact_page_wrapper{max-width:1366px;margin:0 auto;padding:0 20px}
.circular_title_block{position:relative;display:flex;align-items:center;justify-content:center;padding:80px 20px;overflow:hidden;background:linear-gradient(135deg,#2B1683 0%,#1a0d50 60%,#0d0630 100%)}
.circular_title_block::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#fcc85d26 0%,transparent 70%);pointer-events:none}
.circular_title_block::after{content:'';position:absolute;bottom:-100px;left:-60px;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,#fcc85d14 0%,transparent 70%);pointer-events:none}
.circular_composition{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2}
.circular_ring_outer{position:relative;width:520px;height:520px;border-radius:50%;border:2px solid #fcc85d4d;display:flex;align-items:center;justify-content:center}
.circular_ring_inner{position:absolute;width:430px;height:430px;border-radius:50%;border:1px dashed #fcc85d33;display:flex;align-items:center;justify-content:center}
.circular_text_center{position:relative;text-align:center;padding:40px;max-width:340px;z-index:3}
.circular_text_center .page_label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#FCC85D;margin-bottom:16px;padding:6px 16px;border:1px solid #fcc85d66;border-radius:20px}
.circular_text_center .main_heading{font-size:38px;font-weight:800;color:#fff;line-height:1.15;margin-bottom:18px;letter-spacing:-.5px}
.circular_text_center .main_heading span{color:#FCC85D}
.circular_text_center .title_quote{font-size:15px;color:#f0f5ffb8;line-height:1.65;font-style:italic}
.corner_decoration{position:absolute;z-index:1}
.corner_decoration.top_left{top:30px;left:40px}
.corner_decoration.bottom_right{bottom:30px;right:40px;transform:rotate(180deg)}
.corner_decoration.mid_left{left:12%;top:50%;transform:translateY(-50%)}
.corner_decoration.mid_right{right:12%;top:50%;transform:translateY(-50%)}
.deco_dot_group{display:flex;flex-direction:column;gap:6px}
.deco_dot_group span{display:block;width:6px;height:6px;border-radius:50%;background:#fcc85d80}
.deco_dot_group span:nth-child(2){margin-left:10px;opacity:.6}
.deco_dot_group span:nth-child(3){margin-left:20px;opacity:.3}
.info_and_form_block{background:#F0F5FF;padding:80px 20px}
.info_form_grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.6fr;gap:60px;align-items:start}
.contact_info_column{display:flex;flex-direction:column;gap:32px}
.info_block_header{padding-bottom:24px;border-bottom:3px solid #FCC85D}
.info_block_header .info_eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:#2B1683;margin-bottom:10px}
.info_block_header .info_title{font-size:28px;font-weight:800;color:#2B1683;line-height:1.2;margin-bottom:12px}
.info_block_header .info_desc{font-size:14px;color:#555;line-height:1.7}
.contact_detail_card{display:flex;flex-direction:row;align-items:flex-start;gap:16px;padding:20px;background:#fff;border-radius:4px;border-left:4px solid #2B1683;box-shadow:0 2px 12px #2b168312;transition:box-shadow 200ms ease,transform 200ms ease}
.contact_detail_card:hover{box-shadow:0 6px 24px #2b168321;transform:translateX(4px)}
.contact_detail_icon{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#2B1683,#4a2db3);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact_detail_icon i{color:#FCC85D;font-size:18px}
.contact_detail_text{display:flex;flex-direction:column;gap:4px}
.contact_detail_text .detail_label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#888}
.contact_detail_text .detail_value{font-size:14px;color:#2B1683;font-weight:600;line-height:1.5}
.contact_detail_text .detail_value a{color:#2B1683;text-decoration:none}
.contact_detail_text .detail_value a:hover{color:#FCC85D;text-decoration:underline}
.image_accent_block{position:relative;border-radius:6px;overflow:hidden;margin-top:8px}
.image_accent_block img{width:100%;height:200px;object-fit:cover;display:block;filter:saturate(0.7)}
.image_accent_block::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,#2b168399 0%,transparent 60%)}
.image_accent_caption{position:absolute;bottom:16px;left:16px;z-index:2;color:#FCC85D;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase}
.contact_form_column{background:#fff;border-radius:6px;padding:48px 44px;box-shadow:0 4px 32px #2b168317;border-top:4px solid #FCC85D}
.form_top_header{margin-bottom:32px}
.form_top_header .form_title{font-size:24px;font-weight:800;color:#2B1683;margin-bottom:8px}
.form_top_header .form_subtitle{font-size:14px;color:#666;line-height:1.6}
.form_name_row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}
.form_field_group{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}
.form_field_group label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#2B1683}
.form_field_group input,.form_field_group select,.form_field_group textarea{width:100%;padding:13px 16px;border:1.5px solid #dde3f0;border-radius:3px;font-size:14px;color:#2B1683;background:#F0F5FF;transition:border-color 180ms ease,box-shadow 180ms ease;box-sizing:border-box;outline:none;appearance:none;-webkit-appearance:none}
.form_field_group input:focus,.form_field_group select:focus,.form_field_group textarea:focus{border-color:#2B1683;box-shadow:0 0 0 3px #2b16831a;background:#fff}
.form_field_group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232B1683' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:38px;cursor:pointer}
.form_field_group textarea{min-height:100px;resize:vertical}
.priority_selection_block{margin-bottom:24px}
.priority_selection_block .priority_label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#2B1683;display:block;margin-bottom:12px}
.priority_options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.priority_option{position:relative}
.priority_option input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.priority_option_label{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 10px;border:1.5px solid #dde3f0;border-radius:4px;cursor:pointer;transition:border-color 180ms,background 180ms,box-shadow 180ms;text-align:center}
.priority_option_label .priority_icon{font-size:20px}
.priority_option_label .priority_name{font-size:12px;font-weight:700;color:#2B1683}
.priority_option_label .priority_desc{font-size:11px;color:#888;line-height:1.3}
.priority_option input[type="radio"]:checked + .priority_option_label{border-color:#2B1683;background:#2b16830f;box-shadow:0 0 0 3px #2b16831a}
.priority_option input[type="radio"]:checked + .priority_option_label .priority_name{color:#2B1683}
.privacy_check_block{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:28px;padding:16px;background:#F0F5FF;border-radius:4px;border:1px solid #dde3f0}
.privacy_check_block input[type="checkbox"]{width:18px;height:18px;min-width:18px;accent-color:#2B1683;cursor:pointer;margin-top:2px}
.privacy_check_block .privacy_text{font-size:13px;color:#555;line-height:1.6}
.privacy_check_block .privacy_text a{color:#2B1683;font-weight:600;text-decoration:underline}
.privacy_check_block .privacy_text a:hover{color:#FCC85D}
.submit_button_container{display:flex;flex-direction:row;align-items:center;gap:18px}
.form_submit_button{display:inline-flex;align-items:center;gap:10px;padding:15px 36px;background:linear-gradient(135deg,#2B1683,#4a2db3);color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;border:none;border-radius:3px;cursor:pointer;transition:background 200ms ease,transform 150ms ease,box-shadow 200ms ease;position:relative;z-index:2}
.form_submit_button:hover{background:linear-gradient(135deg,#FCC85D,#e6aa30);color:#2B1683;transform:translateY(-2px);box-shadow:0 8px 24px #2b168340}
.form_submit_button i{font-size:16px}
.submit_note{font-size:12px;color:#999;line-height:1.5}
.divider_wave{overflow:hidden;line-height:0;background:#2B1683}
.divider_wave svg{display:block;width:100%}
@media (max-width: 1024px) {
.circular_ring_outer{width:420px;height:420px}
.circular_ring_inner{width:340px;height:340px}
.info_form_grid{grid-template-columns:1fr;gap:40px}
.corner_decoration.mid_left,.corner_decoration.mid_right{display:none}
}
@media (max-width: 768px) {
.circular_title_block{padding:60px 16px}
.circular_ring_outer{width:320px;height:320px}
.circular_ring_inner{width:250px;height:250px}
.circular_text_center .main_heading{font-size:26px}
.circular_text_center{padding:20px;max-width:260px}
.contact_form_column{padding:28px 20px}
.form_name_row{grid-template-columns:1fr}
.priority_options{grid-template-columns:1fr}
.info_and_form_block{padding:48px 16px}
.submit_button_container{flex-direction:column;align-items:flex-start}
.corner_decoration{display:none}
}
.success_page_wrapper{max-width:1366px;margin:0 auto;padding:0 24px}
.success_title_block{position:relative;overflow:hidden;background:#F0F5FF;padding:80px 0 100px}
.success_title_block .success_page_wrapper{display:flex;flex-direction:row;align-items:center;gap:64px;position:relative;z-index:2}
.success_title_block .text_side{flex:1 1 55%;display:flex;flex-direction:column;gap:28px}
.success_title_block .visual_anchor_side{flex:1 1 45%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;min-height:340px}
.success_title_block .success_tag_label{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(90deg,#FCC85D 0%,#f5b830 100%);color:#2B1683;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:8px 18px;border-radius:4px;width:fit-content}
.success_title_block .success_tag_label .pe-7s-check{font-size:16px}
.success_title_block .primary_heading{font-size:clamp(32px,5vw,58px);font-weight:800;color:#2B1683;line-height:1.1;margin:0;position:relative}
.success_title_block .primary_heading .accent_word{color:#FCC85D;position:relative;display:inline-block}
.success_title_block .primary_heading .accent_word::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#FCC85D,#2B1683);border-radius:2px}
.success_title_block .secondary_heading{font-size:clamp(16px,2.5vw,22px);font-weight:400;color:#4a4a6a;margin:0;line-height:1.5}
.success_title_block .body_paragraph{font-size:16px;line-height:1.75;color:#3a3a5c;margin:0;max-width:540px}
.success_title_block .action_row{display:flex;flex-direction:row;align-items:center;gap:20px;flex-wrap:wrap;margin-top:8px}
.success_title_block .button_primary{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#2B1683 0%,#1a0d55 100%);color:#fff;font-size:15px;font-weight:600;padding:14px 32px;border-radius:4px;text-decoration:none;border:none;cursor:pointer;transition:box-shadow 0.2s,transform .15s;position:relative;z-index:5}
.success_title_block .button_primary:hover{box-shadow:0 8px 24px #2b168359;transform:translateY(-2px)}
.success_title_block .button_secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#2B1683;font-size:15px;font-weight:600;padding:14px 28px;border-radius:4px;text-decoration:none;border:2px solid #2B1683;cursor:pointer;transition:background 0.2s,color .15s;position:relative;z-index:5}
.success_title_block .button_secondary:hover{background:#2B1683;color:#fff}
.success_title_block .info_chips_row{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.success_title_block .info_chip{display:flex;flex-direction:row;align-items:center;gap:8px;background:#fff;border:1px solid #dde3f5;border-radius:6px;padding:10px 18px;font-size:14px;color:#2B1683;font-weight:500;box-shadow:0 2px 8px #2b16830f}
.success_title_block .info_chip .pe-7s{font-size:18px;color:#FCC85D}
.visual_anchor_side .anchor_card{background:#fff;border-radius:6px;box-shadow:0 12px 40px #2b168321 0 2px 8px #2b168312;padding:44px 40px;display:flex;flex-direction:column;align-items:center;gap:24px;position:relative;z-index:3;width:100%;max-width:380px;border-top:5px solid #FCC85D}
.visual_anchor_side .anchor_card .checkmark_circle{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#FCC85D 0%,#f5b830 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #fcc85d66}
.visual_anchor_side .anchor_card .checkmark_circle .pe-7s-check{font-size:44px;color:#2B1683;font-weight:700}
.visual_anchor_side .anchor_card .card_title{font-size:22px;font-weight:700;color:#2B1683;text-align:center;margin:0;line-height:1.3}
.visual_anchor_side .anchor_card .card_subtitle{font-size:14px;color:#6b6b8a;text-align:center;margin:0;line-height:1.6}
.visual_anchor_side .anchor_card .steps_list{width:100%;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.visual_anchor_side .anchor_card .steps_list li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:14px;color:#3a3a5c;line-height:1.5}
.visual_anchor_side .anchor_card .steps_list li .step_dot{width:22px;height:22px;border-radius:50%;background:#F0F5FF;border:2px solid #2B1683;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#2B1683;margin-top:1px}
.visual_anchor_side .anchor_card .divider_line{width:100%;height:1px;background:linear-gradient(90deg,transparent,#dde3f5,transparent)}
.visual_anchor_side .anchor_card .ref_number{font-size:12px;color:#9898b8;letter-spacing:.06em;text-align:center}
.visual_anchor_side .anchor_card .ref_number span{color:#2B1683;font-weight:600}
.bg_circle_one{position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,#fcc85d2e 0%,#fcc85d00 70%);top:-80px;right:-100px;z-index:1;pointer-events:none}
.bg_circle_two{position:absolute;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#2b16831a 0%,#2b168300 70%);bottom:-60px;left:-60px;z-index:1;pointer-events:none}
.bg_circle_three{position:absolute;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,#2b16830f 0%,#2b168300 70%);top:40%;left:38%;z-index:1;pointer-events:none}
@media (max-width: 900px) {
.success_title_block .success_page_wrapper{flex-direction:column;gap:44px;padding:60px 0 70px}
.success_title_block .text_side{flex:none;width:100%}
.success_title_block .visual_anchor_side{flex:none;width:100%;min-height:auto}
.visual_anchor_side .anchor_card{max-width:100%}
.bg_circle_one{width:220px;height:220px;top:-40px;right:-50px}
.bg_circle_two{width:160px;height:160px}
}
@media (max-width: 600px) {
.success_title_block{padding:48px 0 60px}
.success_page_wrapper{padding:0 16px}
.success_title_block .action_row{flex-direction:column;align-items:flex-start}
.success_title_block .button_primary,.success_title_block .button_secondary{width:100%;justify-content:center}
.success_title_block .info_chips_row{flex-direction:column}
.visual_anchor_side .anchor_card{padding:32px 24px}
.visual_anchor_side .anchor_card .checkmark_circle{width:70px;height:70px}
.visual_anchor_side .anchor_card .checkmark_circle .pe-7s-check{font-size:34px}
}