*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Oxygen',sans-serif;background:#FFFDF7;color:#1a1a1a;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
.site_hdr{background:linear-gradient(127deg,#B86DF9 0%,#0A306B 100%);padding:0;box-shadow:0 4px 12px #00000026}
.site_hdr .hdr_wrapper{max-width:1536px;margin:0 auto;padding:28px 40px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.site_hdr .hdr_left_zone{display:flex;align-items:center;gap:20px;flex:0 0 auto}
.site_hdr .logo_container3{display:flex;align-items:center;justify-content:center}
.site_hdr .logo_link2{display:block;width:90px;height:90px}
.site_hdr .logo_img4{width:100%;height:100%;object-fit:contain;background:#ffffff26;border-radius:12px;padding:8px;box-shadow:0 2px 8px #0003}
.site_hdr .brand_info7{display:flex;flex-direction:column;gap:4px}
.site_hdr .brand_name_link{font-size:28px;font-weight:700;color:#FFFDF7;text-decoration:none;letter-spacing:.5px}
.site_hdr .brand_tag2{font-size:14px;color:#fffdf7d9;font-weight:400}
.site_hdr .hdr_right_zone{flex:1;display:flex;justify-content:flex-end}
.site_hdr .main_nav5{display:flex;gap:32px;align-items:center}
.site_hdr .nav_item8{color:#FFFDF7;text-decoration:none;font-size:16px;font-weight:400;padding:8px 4px;position:relative;transition:color .2s}
.site_hdr .nav_item8:hover{color:#fffdf7bf}
.site_ftr12{background:linear-gradient(180deg,#B86DF9 0%,#7a3fb8 100%);color:#FFFDF7;padding:60px 0 30px;margin-top:auto}
.site_ftr12 .ftr_content_wrap{max-width:1536px;margin:0 auto;padding:0 40px}
.site_ftr12 .ftr_grid9{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;margin-bottom:40px}
.site_ftr12 .ftr_col_brand .ftr_brand_title{font-size:26px;font-weight:700;margin-bottom:14px;color:#FFFDF7}
.site_ftr12 .ftr_col_brand .ftr_desc3{font-size:15px;line-height:1.7;margin-bottom:24px;color:#fffdf7e6}
.site_ftr12 .ftr_contact_block{display:flex;flex-direction:column;gap:10px}
.site_ftr12 .contact_item7{font-size:14px;display:flex;align-items:center;gap:10px;color:#fffdf7e6}
.site_ftr12 .contact_item7 i{font-size:16px}
.site_ftr12 .contact_item7 a{color:#FFFDF7;text-decoration:none;transition:color .2s}
.site_ftr12 .contact_item7 a:hover{color:#fffdf7b3}
.site_ftr12 .ftr_col_title2{font-size:18px;font-weight:700;margin-bottom:18px;color:#FFFDF7}
.site_ftr12 .ftr_link_list3{list-style:none;display:flex;flex-direction:column;gap:10px}
.site_ftr12 .ftr_link6{color:#fffdf7e6;text-decoration:none;font-size:15px;transition:color .2s;display:inline-block}
.site_ftr12 .ftr_link6:hover{color:#FFFDF7}
.site_ftr12 .ftr_bottom5{border-top:1px solid #fffdf740;padding-top:24px;text-align:center}
.site_ftr12 .copyright_text8{font-size:14px;color:#fffdf7cc}
.cookie_banner3{position:fixed;top:20px;right:20px;background:#FFFDF7;border:2px solid #0A306B;padding:20px 24px;max-width:420px;z-index:10000;box-shadow:0 6px 20px #00000040}
.cookie_banner3 .cookie_inner2{display:flex;flex-direction:column;gap:16px}
.cookie_banner3 .cookie_header4{display:flex;flex-direction:column;gap:6px}
.cookie_banner3 .cookie_title5{font-size:18px;font-weight:700;color:#0A306B}
.cookie_banner3 .cookie_policy_link2{font-size:13px;color:#B86DF9;text-decoration:underline}
.cookie_banner3 .cookie_desc9{font-size:14px;color:#333;line-height:1.5}
.cookie_banner3 .cookie_toggles3{display:flex;flex-direction:column;gap:10px}
.cookie_banner3 .cookie_toggle_item{display:flex;align-items:center;gap:10px;cursor:pointer}
.cookie_banner3 .cookie_check7{width:18px;height:18px;cursor:pointer}
.cookie_banner3 .toggle_label6{font-size:14px;color:#333}
.cookie_banner3 .cookie_actions2{display:flex;gap:12px;margin-top:6px}
.cookie_banner3 .cookie_btn_accept4,.cookie_banner3 .cookie_btn_decline4{flex:1;padding:10px 16px;font-size:14px;border:none;cursor:pointer;font-family:'Oxygen',sans-serif;text-decoration:underline;background:transparent;color:#0A306B;transition:opacity .2s}
.cookie_banner3 .cookie_btn_accept4:hover,.cookie_banner3 .cookie_btn_decline4:hover{opacity:.7}
@media (max-width: 1024px) {
.site_hdr .hdr_wrapper{flex-direction:column;gap:24px;padding:24px 30px}
.site_hdr .hdr_left_zone{width:100%;justify-content:center}
.site_hdr .hdr_right_zone{width:100%;justify-content:center}
.site_hdr .main_nav5{flex-wrap:wrap;justify-content:center;gap:20px}
.site_ftr12 .ftr_grid9{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 640px) {
.site_hdr .hdr_wrapper{padding:20px}
.site_hdr .logo_link2{width:70px;height:70px}
.site_hdr .brand_name_link{font-size:22px}
.site_hdr .main_nav5{flex-direction:column;gap:14px;width:100%}
.site_hdr .nav_item8{font-size:15px}
.site_ftr12{padding:40px 0 24px}
.site_ftr12 .ftr_content_wrap{padding:0 20px}
.cookie_banner3{left:10px;right:10px;top:10px;max-width:none}
}
.content-policy{max-width:1536px;margin:0 auto;padding:80px 24px;background:#FFFDF7}
.content-policy h1{font-size:48px;font-weight:700;color:#0A306B;margin:0 0 16px;line-height:1.2}
.content-policy h2{font-size:36px;font-weight:700;color:#0A306B;margin:64px 0 24px;line-height:1.3}
.content-policy h3{font-size:28px;font-weight:600;color:#0A306B;margin:48px 0 20px;line-height:1.4}
.content-policy h4{font-size:22px;font-weight:600;color:#0A306B;margin:36px 0 16px;line-height:1.4}
.content-policy h5{font-size:18px;font-weight:600;color:#0A306B;margin:28px 0 12px;line-height:1.5}
.content-policy h6{font-size:16px;font-weight:600;color:#0A306B;margin:24px 0 12px;line-height:1.5}
.content-policy p{font-size:17px;line-height:1.8;color:#1a1a1a;margin:0 0 20px;max-width:800px}
.content-policy ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.content-policy ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.content-policy ul ul{margin:12px 0;padding-left:28px;list-style-type:circle}
.content-policy ol ol{margin:12px 0;padding-left:28px;list-style-type:lower-alpha}
.content-policy li{font-size:17px;line-height:1.8;color:#1a1a1a;margin:0 0 12px}
.content-policy li:last-child{margin-bottom:0}
.content-policy strong,.content-policy b{font-weight:700;color:#0A306B}
.content-policy em,.content-policy i{font-style:italic}
.content-policy a{color:#B86DF9;text-decoration:underline;transition:color .3s ease}
.content-policy a:hover{color:#0A306B}
.content-policy a:focus{outline:2px solid #B86DF9;outline-offset:2px}
.content-policy table{width:100%;max-width:1000px;margin:32px 0;border-collapse:collapse;background:#fff;box-shadow:0 2px 8px #0a306b14;border-radius:8px;overflow:hidden}
.content-policy thead{background:linear-gradient(135deg,#B86DF9 0%,#0A306B 100%)}
.content-policy thead tr{border:none}
.content-policy thead th{padding:16px 20px;text-align:left;font-size:16px;font-weight:600;color:#FFFDF7;border:none}
.content-policy tbody tr{border-bottom:1px solid #e5e5e5}
.content-policy tbody tr:last-child{border-bottom:none}
.content-policy tbody tr:nth-child(even){background:#fafafa}
.content-policy tbody tr:hover{background:#f5f0fe}
.content-policy td{padding:16px 20px;font-size:16px;line-height:1.6;color:#1a1a1a}
.content-policy th{font-weight:600}
.content-policy div{margin:0}
@media (max-width: 1024px) {
.content-policy{padding:60px 20px}
.content-policy h1{font-size:40px}
.content-policy h2{font-size:32px;margin:48px 0 20px}
.content-policy h3{font-size:24px;margin:36px 0 16px}
.content-policy table{font-size:15px}
.content-policy thead th{padding:14px 16px;font-size:15px}
.content-policy td{padding:14px 16px;font-size:15px}
}
@media (max-width: 640px) {
.content-policy{padding:40px 16px}
.content-policy h1{font-size:32px;margin-bottom:12px}
.content-policy h2{font-size:26px;margin:40px 0 16px}
.content-policy h3{font-size:22px;margin:32px 0 14px}
.content-policy h4{font-size:19px;margin:28px 0 12px}
.content-policy h5,.content-policy h6{font-size:17px;margin:24px 0 10px}
.content-policy p,.content-policy li{font-size:16px;line-height:1.7}
.content-policy ul,.content-policy ol{padding-left:24px;margin-bottom:20px}
.content-policy table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:24px -16px;width:calc(100% + 32px);max-width:none;border-radius:0}
.content-policy thead th,.content-policy td{padding:12px 14px;font-size:14px;white-space:nowrap}
}
.program_header{background:linear-gradient(142deg,#B86DF9 0%,#0A306B 100%);padding:120px 24px 80px;position:relative;overflow:hidden}
.program_header::before{content:'';position:absolute;top:-40%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fffdf71f 0%,transparent 70%);border-radius:50%}
.program_header::after{content:'';position:absolute;bottom:-20%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#b86df92e 0%,transparent 70%);border-radius:50%}
.header_content_wrap{max-width:1536px;margin:0 auto;display:flex;flex-direction:column;gap:48px;position:relative;z-index:2}
.header_text_section{max-width:780px}
.header_text_section h1{font-size:56px;line-height:1.1;color:#FFFDF7;margin:0 0 24px;font-weight:700}
.header_text_section p{font-size:20px;line-height:1.6;color:#fffdf7e6;margin:0}
.header_visual_element{align-self:flex-end;max-width:520px;width:100%}
.header_visual_element img{width:100%;height:340px;object-fit:cover;border-radius:20px;box-shadow:0 24px 48px #0a306b66}
.curriculum_showcase{padding:100px 24px;background:#FFFDF7}
.curriculum_grid_container{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.curriculum_intro_block h2{font-size:42px;line-height:1.2;color:#0A306B;margin:0 0 20px;font-weight:700}
.curriculum_intro_block p{font-size:18px;line-height:1.7;color:#0A306B;margin:0 0 16px}
.curriculum_intro_block p:last-of-type{margin-bottom:0}
.module_stack_display{display:flex;flex-direction:column;gap:16px}
.module_item{background:linear-gradient(135deg,#b86df914 0%,#0a306b0a 100%);border-left:4px solid #B86DF9;padding:24px 28px;border-radius:8px;transition:all .3s ease}
.module_item:hover{transform:translateX(8px);box-shadow:0 8px 24px #b86df926}
.module_item h3{font-size:22px;color:#0A306B;margin:0 0 10px;font-weight:600;display:flex;align-items:center;gap:12px}
.module_item h3::before{content:'';width:8px;height:8px;background:#B86DF9;border-radius:50%;display:inline-block}
.module_item p{font-size:16px;line-height:1.6;color:#0A306B;margin:0;opacity:.85}
.instructor_testimonial_zone{padding:90px 24px;background:linear-gradient(218deg,#0A306B 0%,#B86DF9 100%);position:relative}
.instructor_testimonial_zone::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#FFFDF7,transparent)}
.testimonial_layout_wrap{max-width:1536px;margin:0 auto;display:flex;gap:80px;align-items:center}
.testimonial_visuals{display:flex;gap:20px;flex:1}
.profile_card_a{background:#fffdf71f;padding:32px;border-radius:16px;backdrop-filter:blur(12px);border:1px solid #fffdf733;flex:1}
.profile_card_a img{width:100%;height:280px;object-fit:cover;border-radius:12px;margin-bottom:20px}
.profile_card_a h4{font-size:20px;color:#FFFDF7;margin:0 0 6px;font-weight:600}
.profile_card_a p{font-size:15px;color:#fffdf7b3;margin:0}
.profile_card_b{background:#fffdf71f;padding:32px;border-radius:16px;backdrop-filter:blur(12px);border:1px solid #fffdf733;flex:1;margin-top:40px}
.profile_card_b img{width:100%;height:280px;object-fit:cover;border-radius:12px;margin-bottom:20px}
.profile_card_b h4{font-size:20px;color:#FFFDF7;margin:0 0 6px;font-weight:600}
.profile_card_b p{font-size:15px;color:#fffdf7b3;margin:0}
.testimonial_content_area{flex:1}
.testimonial_content_area h2{font-size:38px;line-height:1.3;color:#FFFDF7;margin:0 0 24px;font-weight:700}
.quote_block{background:#fffdf714;padding:32px;border-radius:12px;border-left:4px solid #FFFDF7;margin-bottom:24px}
.quote_block p{font-size:18px;line-height:1.7;color:#FFFDF7;margin:0 0 16px;font-style:italic}
.quote_block cite{font-size:16px;color:#fffdf7cc;font-style:normal;display:block}
.cta_button_group{display:flex;gap:16px;margin-top:32px}
.cta_button_group a{padding:16px 32px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}
.primary_cta{background:#FFFDF7;color:#0A306B;box-shadow:0 4px 16px #fffdf74d}
.primary_cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #fffdf766}
.secondary_cta{background:transparent;color:#FFFDF7;border:2px solid #FFFDF7}
.secondary_cta:hover{background:#fffdf71a;transform:translateY(-2px)}
@media (max-width: 1024px) {
.program_header{padding:80px 24px 60px}
.header_content_wrap{gap:36px}
.header_text_section h1{font-size:44px}
.header_text_section p{font-size:18px}
.header_visual_element{max-width:100%}
.curriculum_grid_container{grid-template-columns:1fr;gap:48px}
.curriculum_intro_block h2{font-size:36px}
.testimonial_layout_wrap{flex-direction:column;gap:48px}
.testimonial_visuals{width:100%;max-width:600px}
.profile_card_b{margin-top:0}
.testimonial_content_area h2{font-size:32px}
}
@media (max-width: 640px) {
.program_header{padding:60px 16px 40px}
.header_text_section h1{font-size:32px;margin-bottom:16px}
.header_text_section p{font-size:16px}
.header_visual_element img{height:240px}
.curriculum_showcase{padding:60px 16px}
.curriculum_intro_block h2{font-size:28px}
.curriculum_intro_block p{font-size:16px}
.module_item h3{font-size:19px}
.module_item p{font-size:15px}
.instructor_testimonial_zone{padding:60px 16px}
.testimonial_visuals{flex-direction:column;gap:16px}
.profile_card_a img,.profile_card_b img{height:220px}
.testimonial_content_area h2{font-size:26px}
.quote_block p{font-size:16px}
.cta_button_group{flex-direction:column}
.cta_button_group a{text-align:center}
}
.title_hero_wrap{position:relative;min-height:540px;display:flex;align-items:center;overflow:hidden;margin-bottom:64px}
.title_hero_wrap .bg_image_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.title_hero_wrap .bg_image_layer img{width:100%;height:100%;object-fit:cover}
.title_hero_wrap .gradient_overlay_moving{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(127deg,#b86df9e0 0%,#0a306beb 100%);z-index:2;animation:gradient_drift 18s ease-in-out infinite}
@keyframes gradient_drift {
0%,100%{background:linear-gradient(127deg,#b86df9e0 0%,#0a306beb 100%)}
50%{background:linear-gradient(127deg,#0a306be3 0%,#b86df9e8 100%)}
}
.title_hero_wrap .content_layer{position:relative;z-index:3;max-width:1536px;margin:0 auto;padding:0 24px;width:100%}
.title_hero_wrap .hero_text_block{max-width:680px}
.title_hero_wrap .hero_text_block h1{font-size:3.2rem;line-height:1.15;color:#FFFDF7;margin:0 0 24px;font-weight:700;text-shadow:0 2px 8px #0000003d}
.title_hero_wrap .hero_text_block p{font-size:1.2rem;line-height:1.6;color:#FFFDF7;margin:0 0 32px;opacity:.95}
.title_hero_wrap .action_button_primary{display:inline-block;background:#FFFDF7;color:#0A306B;padding:16px 40px;border-radius:8px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 14px #0000002e}
.title_hero_wrap .action_button_primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040;background:#B86DF9;color:#FFFDF7}
.section_efficiency{max-width:1536px;margin:0 auto 88px;padding:0 24px}
.section_efficiency .section_intro{max-width:780px;margin-bottom:56px}
.section_efficiency .section_intro h2{font-size:2.4rem;line-height:1.25;color:#0A306B;margin:0 0 20px;font-weight:700}
.section_efficiency .section_intro p{font-size:1.1rem;line-height:1.7;color:#0A306B;opacity:.82;margin:0}
.efficiency_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.efficiency_grid .metric_card{background:linear-gradient(142deg,#FFFDF7 0%,#b86df914 100%);border:2px solid #b86df92e;border-radius:16px;padding:32px;position:relative;overflow:hidden;transition:all .4s ease}
.efficiency_grid .metric_card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #b86df938;border-color:#b86df966}
.efficiency_grid .metric_card .card_icon{width:52px;height:52px;background:linear-gradient(135deg,#B86DF9 0%,#0A306B 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.efficiency_grid .metric_card .card_icon i{font-size:28px;color:#FFFDF7}
.efficiency_grid .metric_card h3{font-size:1.45rem;line-height:1.3;color:#0A306B;margin:0 0 12px;font-weight:600}
.efficiency_grid .metric_card p{font-size:1rem;line-height:1.65;color:#0A306B;opacity:.78;margin:0 0 20px}
.efficiency_grid .metric_card .progress_display{position:relative;width:100%;height:8px;background:#0a306b1f;border-radius:4px;overflow:hidden;margin-bottom:8px}
.efficiency_grid .metric_card .progress_display .bar_fill{position:absolute;left:0;top:0;height:100%;background:linear-gradient(90deg,#B86DF9 0%,#0A306B 100%);border-radius:4px;transition:width 1s ease}
.efficiency_grid .metric_card[data-progress="high"] .bar_fill{width:87%}
.efficiency_grid .metric_card[data-progress="mid"] .bar_fill{width:74%}
.efficiency_grid .metric_card[data-progress="standard"] .bar_fill{width:68%}
.efficiency_grid .metric_card .metric_label{font-size:.9rem;color:#0A306B;opacity:.68}
.section_tools{background:linear-gradient(155deg,#0a306b0a 0%,#b86df90f 100%);padding:72px 24px;margin-bottom:88px}
.section_tools .tools_container{max-width:1536px;margin:0 auto}
.section_tools .tools_header{text-align:center;margin-bottom:56px}
.section_tools .tools_header h2{font-size:2.3rem;line-height:1.28;color:#0A306B;margin:0 0 18px;font-weight:700}
.section_tools .tools_header p{font-size:1.08rem;line-height:1.68;color:#0A306B;opacity:.8;max-width:720px;margin:0 auto}
.tools_showcase{display:grid;grid-template-columns:1.3fr 1fr;gap:40px;align-items:center}
.tools_showcase .visual_block{position:relative}
.tools_showcase .visual_block img{width:100%;height:auto;border-radius:20px;box-shadow:0 8px 24px #0a306b29}
.tools_showcase .content_block h3{font-size:1.8rem;line-height:1.32;color:#0A306B;margin:0 0 24px;font-weight:600}
.tools_showcase .content_block .feature_list{list-style:none;padding:0;margin:0 0 32px}
.tools_showcase .content_block .feature_list li{font-size:1.05rem;line-height:1.7;color:#0A306B;opacity:.84;margin-bottom:16px;padding-left:32px;position:relative}
.tools_showcase .content_block .feature_list li::before{content:'';position:absolute;left:0;top:6px;width:18px;height:18px;background:linear-gradient(135deg,#B86DF9 0%,#0A306B 100%);border-radius:4px}
.tools_showcase .content_block .cta_secondary{display:inline-block;background:#0A306B;color:#FFFDF7;padding:14px 36px;border-radius:8px;font-size:1.02rem;font-weight:600;text-decoration:none;transition:all .3s ease}
.tools_showcase .content_block .cta_secondary:hover{background:#B86DF9;transform:translateX(4px);box-shadow:0 4px 16px #b86df94d}
.instructor_profile{max-width:1536px;margin:0 auto 88px;padding:0 24px}
.instructor_profile .profile_layout{display:grid;grid-template-columns:280px 1fr;gap:48px;align-items:start;background:linear-gradient(128deg,#fffdf7f0 0%,#b86df914 100%);padding:48px;border-radius:20px;border:1px solid #b86df926}
.instructor_profile .profile_layout .photo_block{position:relative}
.instructor_profile .profile_layout .photo_block img{width:100%;height:auto;border-radius:16px;box-shadow:0 6px 18px #0a306b24}
.instructor_profile .profile_layout .details_block h3{font-size:2rem;line-height:1.3;color:#0A306B;margin:0 0 8px;font-weight:700}
.instructor_profile .profile_layout .details_block .role_label{font-size:1.05rem;color:#B86DF9;margin-bottom:24px;font-weight:500}
.instructor_profile .profile_layout .details_block p{font-size:1.05rem;line-height:1.72;color:#0A306B;opacity:.82;margin-bottom:20px}
.instructor_profile .profile_layout .details_block .credentials{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.instructor_profile .profile_layout .details_block .credentials .badge{background:#0A306B;color:#FFFDF7;padding:8px 18px;border-radius:6px;font-size:.92rem;font-weight:500}
.divider_wave{position:relative;height:64px;margin:72px 0;overflow:hidden}
.divider_wave svg{position:absolute;width:100%;height:100%}
.divider_wave svg path{fill:#b86df91f}
.comparison_section{max-width:1536px;margin:0 auto 88px;padding:0 24px}
.comparison_section h2{font-size:2.2rem;line-height:1.3;color:#0A306B;margin:0 0 40px;font-weight:700;text-align:center}
.comparison_table{background:#FFFDF7;border-radius:16px;overflow:hidden;border:2px solid #b86df929}
.comparison_table .table_row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:16px;padding:20px 24px;border-bottom:1px solid #0a306b14;align-items:center}
.comparison_table .table_row:last-child{border-bottom:none}
.comparison_table .table_row.header_row{background:linear-gradient(135deg,#0A306B 0%,#B86DF9 100%)}
.comparison_table .table_row.header_row .cell{color:#FFFDF7;font-weight:700;font-size:1.05rem}
.comparison_table .table_row .cell{font-size:1rem;color:#0A306B}
.comparison_table .table_row .cell.feature_name{font-weight:600}
.comparison_table .table_row .cell .check_mark{width:24px;height:24px;background:linear-gradient(135deg,#B86DF9 0%,#0A306B 100%);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#FFFDF7;font-size:14px}
.comparison_table .table_row .cell .cross_mark{width:24px;height:24px;background:#0a306b1f;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#0A306B;opacity:.4;font-size:14px}
.final_cta_block{background:linear-gradient(148deg,#0A306B 0%,#B86DF9 100%);padding:64px 24px;text-align:center}
.final_cta_block .cta_inner{max-width:820px;margin:0 auto}
.final_cta_block .cta_inner h2{font-size:2.4rem;line-height:1.28;color:#FFFDF7;margin:0 0 20px;font-weight:700}
.final_cta_block .cta_inner p{font-size:1.15rem;line-height:1.68;color:#FFFDF7;opacity:.94;margin:0 0 36px}
.final_cta_block .cta_inner .cta_button_large{display:inline-block;background:#FFFDF7;color:#0A306B;padding:18px 48px;border-radius:10px;font-size:1.12rem;font-weight:700;text-decoration:none;transition:all .35s ease;box-shadow:0 6px 18px #0003}
.final_cta_block .cta_inner .cta_button_large:hover{transform:scale(1.05);box-shadow:0 8px 24px #00000047}
@media (max-width: 1024px) {
.title_hero_wrap{min-height:460px}
.title_hero_wrap .hero_text_block h1{font-size:2.6rem}
.tools_showcase{grid-template-columns:1fr}
.instructor_profile .profile_layout{grid-template-columns:1fr;gap:32px}
.instructor_profile .profile_layout .photo_block{max-width:320px;margin:0 auto}
.comparison_table .table_row{grid-template-columns:1fr;gap:8px}
.comparison_table .table_row .cell{display:flex;justify-content:space-between;align-items:center}
}
@media (max-width: 640px) {
.title_hero_wrap{min-height:380px}
.title_hero_wrap .hero_text_block h1{font-size:2rem}
.title_hero_wrap .hero_text_block p{font-size:1.05rem}
.section_efficiency .section_intro h2{font-size:1.9rem}
.efficiency_grid{grid-template-columns:1fr}
.section_tools .tools_header h2{font-size:1.85rem}
.final_cta_block .cta_inner h2{font-size:1.95rem}
}
.contact_wrapper{max-width:1536px;margin:0 auto;padding:0 20px}
.title_collage_zone{position:relative;min-height:480px;margin-bottom:80px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(127deg,#B86DF9 0%,#0A306B 100%);border-radius:20px;padding:60px 40px}
.title_collage_zone::before{content:'';position:absolute;top:12px;left:12px;width:30px;height:30px;background-image:radial-gradient(circle,#FFFDF7 2px,transparent 2px);background-size:8px 8px;opacity:.6}
.title_collage_zone::after{content:'';position:absolute;bottom:12px;right:12px;width:30px;height:30px;background-image:radial-gradient(circle,#FFFDF7 2px,transparent 2px);background-size:8px 8px;opacity:.6}
.title_image_fragment{position:absolute;right:0;top:0;width:45%;height:100%;overflow:hidden}
.title_image_fragment img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;opacity:.35;filter:grayscale(100%) contrast(1.3)}
.title_text_overlay{position:relative;z-index:2;max-width:600px}
.title_text_overlay h1{font-size:56px;font-weight:800;color:#FFFDF7;margin:0 0 20px;line-height:1.1}
.title_text_overlay p{font-size:19px;color:#FFFDF7;margin:0 0 32px;line-height:1.6;opacity:.95}
.title_action_btn{display:inline-block;background:#FFFDF7;color:#0A306B;padding:16px 36px;border-radius:8px;font-weight:600;font-size:17px;text-decoration:none;transition:all .3s ease}
.title_action_btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}
.contact_grid_layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px}
.info_side_block h2{font-size:38px;font-weight:700;color:#0A306B;margin:0 0 16px;line-height:1.2}
.info_side_block p{font-size:17px;color:#0A306B;line-height:1.7;margin:0 0 40px}
.details_card_group{display:flex;flex-direction:column;gap:24px}
.single_detail_card{background:linear-gradient(135deg,#FFFDF7 0%,#f5f3eb 100%);padding:28px;border-radius:16px;border:2px solid #b86df926;transition:all .3s ease}
.single_detail_card:hover{border-color:#B86DF9;transform:translateX(4px)}
.detail_card_label{font-size:13px;font-weight:600;color:#B86DF9;text-transform:uppercase;letter-spacing:1px;margin:0 0 8px}
.detail_card_value{font-size:18px;font-weight:600;color:#0A306B;margin:0}
.detail_card_value a{color:#0A306B;text-decoration:none;transition:color .3s ease}
.detail_card_value a:hover{color:#B86DF9}
.form_side_block{background:#FFFDF7;padding:48px;border-radius:20px;box-shadow:0 4px 24px #0a306b14}
.form_side_block h3{font-size:28px;font-weight:700;color:#0A306B;margin:0 0 32px}
.contact_form_main{display:flex;flex-direction:column;gap:24px}
.category_selector_wrap{position:relative}
.category_selector_wrap label{display:block;font-size:14px;font-weight:600;color:#0A306B;margin-bottom:8px}
.category_radio_group{display:flex;gap:12px;flex-wrap:wrap}
.category_radio_group input[type="radio"]{display:none}
.category_radio_group label{padding:12px 24px;background:#f5f3eb;color:#0A306B;border:2px solid transparent;border-radius:8px;cursor:pointer;font-size:15px;font-weight:500;transition:all .3s ease;margin:0}
.category_radio_group input[type="radio"]:checked + label{background:linear-gradient(135deg,#B86DF9 0%,#9854d8 100%);color:#FFFDF7;border-color:#B86DF9}
.category_radio_group label:hover{border-color:#B86DF9}
.input_field_wrap{display:flex;flex-direction:column}
.input_field_wrap label{font-size:14px;font-weight:600;color:#0A306B;margin-bottom:8px}
.input_field_wrap input,.input_field_wrap textarea{padding:14px 18px;border:2px solid #0a306b26;border-radius:8px;font-size:16px;color:#0A306B;background:#FFFDF7;transition:all .3s ease}
.input_field_wrap input:focus,.input_field_wrap textarea:focus{outline:none;border-color:#B86DF9;box-shadow:0 0 0 4px #b86df91a}
.input_field_wrap textarea{min-height:140px;resize:vertical;font-family:inherit}
.privacy_consent_wrap{display:flex;align-items:flex-start;gap:12px}
.privacy_consent_wrap input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;accent-color:#B86DF9}
.privacy_consent_wrap label{font-size:14px;color:#0A306B;line-height:1.6;cursor:pointer}
.privacy_consent_wrap a{color:#B86DF9;text-decoration:none;font-weight:600}
.privacy_consent_wrap a:hover{text-decoration:underline}
.submit_btn_wrap{margin-top:8px}
.submit_btn_wrap button{width:100%;padding:16px 32px;background:linear-gradient(135deg,#B86DF9 0%,#9854d8 100%);color:#FFFDF7;border:none;border-radius:8px;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s ease}
.submit_btn_wrap button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #b86df966}
.visual_divider_wave{height:60px;margin:80px 0;overflow:hidden;position:relative}
.visual_divider_wave svg{width:100%;height:100%}
.office_hours_section{background:linear-gradient(165deg,#0A306B 0%,#153a6f 100%);padding:60px;border-radius:20px;margin-bottom:80px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hours_text_part h2{font-size:36px;font-weight:700;color:#FFFDF7;margin:0 0 20px;line-height:1.2}
.hours_text_part p{font-size:17px;color:#FFFDF7;line-height:1.7;opacity:.9;margin:0}
.hours_schedule_grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.single_hour_card{background:#fffdf71a;padding:20px;border-radius:12px;border:1px solid #fffdf733}
.single_hour_card h4{font-size:15px;font-weight:600;color:#B86DF9;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}
.single_hour_card p{font-size:16px;color:#FFFDF7;margin:0}
.faq_mini_section{margin-bottom:80px}
.faq_mini_section h2{font-size:42px;font-weight:700;color:#0A306B;text-align:center;margin:0 0 48px}
.faq_accordion_list{max-width:900px;margin:0 auto}
.faq_item_box{border-bottom:2px solid #0a306b1a}
.faq_item_box:last-child{border-bottom:none}
.faq_item_box input[type="checkbox"]{display:none}
.faq_question_label{display:flex;justify-content:space-between;align-items:center;padding:28px 0;cursor:pointer;font-size:19px;font-weight:600;color:#0A306B;transition:color .3s ease}
.faq_question_label:hover{color:#B86DF9}
.faq_icon_toggle{font-size:24px;color:#B86DF9;transition:transform .3s ease}
.faq_item_box input[type="checkbox"]:checked ~ .faq_question_label .faq_icon_toggle{transform:rotate(45deg)}
.faq_answer_content{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq_item_box input[type="checkbox"]:checked ~ .faq_answer_content{max-height:500px}
.faq_answer_inner{padding:0 0 28px;font-size:16px;color:#0A306B;line-height:1.7;opacity:.85}
@media (max-width: 1024px) {
.title_collage_zone{min-height:400px;padding:50px 30px}
.title_text_overlay h1{font-size:44px}
.contact_grid_layout{grid-template-columns:1fr;gap:50px}
.office_hours_section{grid-template-columns:1fr;gap:40px;padding:50px 40px}
.hours_schedule_grid{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.contact_wrapper{padding:0 16px}
.title_collage_zone{min-height:350px;padding:40px 24px;margin-bottom:60px}
.title_image_fragment{width:100%;opacity:.15}
.title_text_overlay h1{font-size:36px}
.title_text_overlay p{font-size:17px}
.info_side_block h2{font-size:32px}
.form_side_block{padding:32px 24px}
.form_side_block h3{font-size:24px}
.category_radio_group{flex-direction:column}
.category_radio_group label{text-align:center}
.office_hours_section{padding:40px 24px;margin-bottom:60px}
.hours_text_part h2{font-size:30px}
.faq_mini_section h2{font-size:34px}
.faq_question_label{font-size:17px;padding:20px 0}
}
.intl_hero_wrap{position:relative;max-width:1536px;margin:0 auto;padding:80px 24px 120px;overflow:hidden}
.intl_hero_content{position:relative;z-index:2;max-width:680px}
.intl_hero_img_backdrop{position:absolute;right:-120px;top:50%;transform:translateY(-50%);width:720px;height:580px;z-index:1;opacity:.15}
.intl_hero_img_backdrop img{width:100%;height:100%;object-fit:cover;border-radius:24px}
.intl_hero_title{font-size:3.2rem;line-height:1.15;margin:0 0 28px;color:#0A306B;font-weight:700}
.intl_hero_title .keyword_mark{position:relative;display:inline-block}
.intl_hero_title .keyword_mark::after{content:'';position:absolute;bottom:8px;left:0;width:100%;height:4px;background:linear-gradient(135deg,#B86DF9 0%,#0A306B 100%);border-radius:2px}
.intl_hero_text{font-size:1.1rem;line-height:1.7;color:#2c3e50;margin:0 0 16px}
.intl_pattern_dots{position:absolute;left:40px;bottom:60px;width:120px;height:120px;z-index:0;opacity:.08}
.intl_pattern_dots svg{width:100%;height:100%}
.intl_services_area{max-width:1536px;margin:0 auto;padding:80px 24px;background:linear-gradient(165deg,#FFFDF7 0%,#f8f4ff 100%)}
.intl_services_header{text-align:center;margin-bottom:64px}
.intl_services_header h2{font-size:2.4rem;color:#0A306B;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.intl_services_header h2::before{content:'';position:absolute;top:-12px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:#B86DF9;border-radius:2px}
.intl_services_header p{font-size:1.05rem;color:#4a5568;max-width:720px;margin:0 auto;line-height:1.6}
.intl_grid_container{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:48px}
.intl_service_card{background:#fff;padding:36px 28px;border-radius:16px;box-shadow:0 2px 12px #0a306b0f;transition:all .3s ease;border:2px solid transparent}
.intl_service_card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #b86df926;border-color:#B86DF9}
.intl_card_icon{width:56px;height:56px;background:linear-gradient(135deg,#B86DF9 0%,#9a4fd9 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.intl_card_icon i{font-size:1.6rem;color:#FFFDF7}
.intl_service_card h3{font-size:1.35rem;color:#0A306B;margin:0 0 14px;font-weight:600}
.intl_service_card p{font-size:.98rem;color:#5a6b7d;line-height:1.65;margin:0}
.intl_image_showcase{position:relative;border-radius:20px;overflow:hidden;max-width:900px;margin:0 auto;height:440px}
.intl_image_showcase img{width:100%;height:100%;object-fit:cover}
.intl_image_overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,transparent 0%,#0a306bd9 100%);padding:48px 36px 36px;color:#FFFDF7}
.intl_image_overlay h3{font-size:1.8rem;margin:0 0 12px;font-weight:600}
.intl_image_overlay p{font-size:1.05rem;line-height:1.6;margin:0;opacity:.95}
.intl_success_zone{max-width:1536px;margin:0 auto;padding:100px 24px;position:relative}
.intl_success_layout{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center}
.intl_success_visual{position:relative}
.intl_success_photo{width:100%;max-width:480px;height:560px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 12px 32px #0a306b1f}
.intl_success_photo img{width:100%;height:100%;object-fit:cover}
.intl_success_badge{position:absolute;bottom:-24px;right:-24px;background:linear-gradient(135deg,#B86DF9 0%,#0A306B 100%);padding:28px 36px;border-radius:16px;box-shadow:0 8px 24px #b86df94d;z-index:2}
.intl_success_badge .badge_number{font-size:2.8rem;font-weight:700;color:#FFFDF7;margin:0;line-height:1}
.intl_success_badge .badge_label{font-size:.95rem;color:#FFFDF7;margin:8px 0 0;opacity:.9}
.intl_success_content h2{font-size:2.6rem;color:#0A306B;margin:0 0 28px;font-weight:700;line-height:1.2}
.intl_success_content p{font-size:1.08rem;line-height:1.7;color:#3a4a5c;margin:0 0 24px}
.intl_testimonial_card{background:#fff;padding:32px;border-radius:16px;border-left:4px solid #B86DF9;box-shadow:0 4px 16px #0a306b14;margin-top:36px}
.intl_testimonial_quote{font-size:1.05rem;line-height:1.7;color:#2c3e50;margin:0 0 20px;font-style:italic}
.intl_testimonial_author{display:flex;align-items:center;gap:16px}
.intl_author_info h4{font-size:1.1rem;color:#0A306B;margin:0 0 4px;font-weight:600}
.intl_author_info p{font-size:.92rem;color:#718096;margin:0}
.intl_stat_row{display:flex;gap:32px;margin-top:40px}
.intl_stat_item{flex:1}
.intl_stat_value{font-size:2.2rem;font-weight:700;color:#B86DF9;margin:0 0 8px;line-height:1}
.intl_stat_label{font-size:.95rem;color:#5a6b7d;margin:0}
@media (max-width: 1024px) {
.intl_hero_wrap{padding:60px 20px 80px}
.intl_hero_img_backdrop{width:480px;height:420px;right:-80px;opacity:.1}
.intl_hero_title{font-size:2.4rem}
.intl_grid_container{grid-template-columns:repeat(2,1fr);gap:24px}
.intl_success_layout{grid-template-columns:1fr;gap:48px}
.intl_success_photo{max-width:100%;height:480px}
.intl_stat_row{gap:24px}
}
@media (max-width: 640px) {
.intl_hero_wrap{padding:40px 16px 60px}
.intl_hero_img_backdrop{display:none}
.intl_hero_title{font-size:1.9rem}
.intl_hero_text{font-size:1rem}
.intl_services_area{padding:60px 16px}
.intl_services_header h2{font-size:1.9rem}
.intl_grid_container{grid-template-columns:1fr;gap:20px}
.intl_service_card{padding:28px 20px}
.intl_image_showcase{height:320px}
.intl_image_overlay{padding:32px 20px 24px}
.intl_image_overlay h3{font-size:1.4rem}
.intl_success_zone{padding:60px 16px}
.intl_success_photo{height:400px}
.intl_success_badge{bottom:16px;right:16px;padding:20px 24px}
.intl_success_badge .badge_number{font-size:2.2rem}
.intl_success_content h2{font-size:2rem}
.intl_testimonial_card{padding:24px 20px}
.intl_stat_row{flex-direction:column;gap:24px}
.intl_stat_value{font-size:1.9rem}
}
.intro_area{background:linear-gradient(127deg,#B86DF9 0%,#0A306B 100%);padding:68px 24px 72px;position:relative;overflow:hidden}
.intro_area::before{content:'';position:absolute;top:-30%;right:-15%;width:600px;height:600px;background:#fffdf714;border-radius:50%;pointer-events:none}
.intro_wrapper{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:48px;align-items:center}
.intro_text_block h1{font-size:2.8rem;line-height:1.15;color:#FFFDF7;margin:0 0 24px;font-weight:700}
.intro_text_block p{font-size:1.15rem;line-height:1.7;color:#fffdf7eb;margin:0 0 18px}
.intro_img_section{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:18px}
.img_layer_1{width:100%;height:280px;object-fit:cover;border-radius:18px;box-shadow:0 12px 28px #0a306b66;transform:translateY(-12px)}
.img_layer_2{width:100%;height:280px;object-fit:cover;border-radius:18px;box-shadow:0 12px 28px #0a306b66;transform:translateY(12px)}
.intro_connect_line{position:absolute;top:50%;left:50%;width:80px;height:3px;background:#FFFDF7;transform:translate(-50%,-50%) rotate(-12deg);box-shadow:0 4px 12px #fffdf780}
.story_segment{padding:86px 24px;background:#FFFDF7;position:relative}
.story_segment::before{content:'';position:absolute;top:0;left:5%;width:140px;height:140px;background:linear-gradient(45deg,#b86df91f,#0a306b14);border-radius:50%;pointer-events:none}
.story_container{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:64px;align-items:start}
.narrative_content h2{font-size:2.4rem;line-height:1.2;color:#0A306B;margin:0 0 28px;font-weight:700;position:relative}
.narrative_content h2::after{content:'';position:absolute;bottom:-12px;left:0;width:72px;height:4px;background:linear-gradient(90deg,#B86DF9,#0A306B);border-radius:3px}
.narrative_content p{font-size:1.05rem;line-height:1.75;color:#2d2d2d;margin:0 0 22px}
.visual_accent_box{background:linear-gradient(162deg,#b86df91a,#0a306b14);padding:36px 32px;border-radius:20px;border:2px solid #b86df933;position:relative}
.visual_accent_box::before{content:'';position:absolute;top:16px;right:16px;width:60px;height:60px;background:#b86df926;border-radius:50%;pointer-events:none}
.accent_item{margin-bottom:24px}
.accent_item:last-child{margin-bottom:0}
.accent_label{font-size:.95rem;font-weight:600;color:#0A306B;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}
.accent_value{font-size:1.1rem;line-height:1.6;color:#3d3d3d;margin:0}
.team_section{padding:76px 24px 82px;background:linear-gradient(8deg,#0a306b0d 0%,#fffdf7ff 100%);position:relative}
.team_wrapper{max-width:1536px;margin:0 auto}
.team_header{text-align:center;margin-bottom:56px}
.team_header h2{font-size:2.2rem;line-height:1.25;color:#0A306B;margin:0 0 18px;font-weight:700}
.team_header p{font-size:1.08rem;line-height:1.65;color:#4d4d4d;margin:0;max-width:720px;margin-left:auto;margin-right:auto}
.member_grid{display:grid;grid-template-columns:1fr;gap:42px}
.member_card{background:#fff;border-radius:22px;padding:0;box-shadow:0 8px 24px #0a306b1f;display:grid;grid-template-columns:280px 1fr;gap:0;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}
.member_card:hover{transform:translateY(-6px);box-shadow:0 16px 36px #0a306b2e}
.member_photo{width:100%;height:100%;object-fit:cover}
.member_info{padding:36px 40px;display:flex;flex-direction:column;justify-content:center}
.member_name{font-size:1.65rem;line-height:1.3;color:#0A306B;margin:0 0 8px;font-weight:700}
.member_role{font-size:1.05rem;line-height:1.4;color:#B86DF9;margin:0 0 18px;font-weight:600}
.member_bio{font-size:1rem;line-height:1.7;color:#3d3d3d;margin:0}
.expertise_tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.tag_item{background:#b86df91f;color:#0A306B;padding:8px 16px;border-radius:20px;font-size:.92rem;font-weight:500;border:1px solid #b86df940}
@media (max-width: 1024px) {
.intro_wrapper{grid-template-columns:1fr;gap:36px}
.intro_text_block h1{font-size:2.2rem}
.story_container{grid-template-columns:1fr;gap:44px}
.member_card{grid-template-columns:1fr}
.member_photo{height:320px}
}
@media (max-width: 640px) {
.intro_area{padding:48px 20px 56px}
.intro_text_block h1{font-size:1.85rem}
.intro_text_block p{font-size:1.05rem}
.intro_img_section{grid-template-columns:1fr;gap:14px}
.img_layer_1,.img_layer_2{height:220px;transform:translateY(0)}
.intro_connect_line{display:none}
.story_segment{padding:56px 20px}
.narrative_content h2{font-size:1.9rem}
.visual_accent_box{padding:28px 24px}
.team_section{padding:56px 20px 64px}
.team_header h2{font-size:1.85rem}
.member_info{padding:28px 24px}
.member_name{font-size:1.45rem}
}
.success_outer{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;background:linear-gradient(127deg,#FFFDF7 0%,#f5f0ff 45%,#e8d9ff 100%);position:relative;overflow:hidden}
.success_outer::before{content:'';position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,#b86df926 0%,transparent 70%);top:-200px;right:-150px;pointer-events:none}
.success_outer::after{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#0a306b14 0%,transparent 65%);bottom:-100px;left:-80px;pointer-events:none}
.success_content_wrap{max-width:680px;margin:0 auto;background:#fff;border-radius:20px;padding:4rem 2.5rem;box-shadow:0 8px 32px #0a306b1f 0 2px 8px #b86df914;text-align:center;position:relative;z-index:1}
.success_icon_holder{width:88px;height:88px;margin:0 auto 2rem;background:linear-gradient(135deg,#B86DF9 0%,#9b4edb 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #b86df959;animation:pulse_icon 2s ease-in-out infinite}
@keyframes pulse_icon {
0%,100%{transform:scale(1);box-shadow:0 6px 24px #b86df959}
50%{transform:scale(1.05);box-shadow:0 8px 28px #b86df973}
}
.success_icon_holder i{font-size:42px;color:#FFFDF7}
.success_content_wrap h1{font-size:2.25rem;line-height:1.2;color:#0A306B;margin:0 0 1rem;font-weight:700}
.success_msg_txt{font-size:1.125rem;line-height:1.7;color:#4a5568;margin:0 0 2.5rem}
.success_info_block{background:linear-gradient(135deg,#f8f5ff 0%,#fff 100%);border-left:4px solid #B86DF9;border-radius:12px;padding:1.75rem 2rem;margin:0 0 2.5rem;text-align:left}
.success_info_block p{margin:0;font-size:.9375rem;line-height:1.6;color:#2d3748}
.success_info_block p strong{color:#0A306B;font-weight:600}
.success_actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn_primary_success{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:linear-gradient(135deg,#B86DF9 0%,#9b4edb 100%);color:#FFFDF7;text-decoration:none;border-radius:10px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 14px #b86df940}
.btn_primary_success:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b86df959;background:linear-gradient(135deg,#9b4edb 0%,#B86DF9 100%)}
.btn_primary_success i{font-size:1.125rem}
.btn_secondary_success{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:#fff;color:#0A306B;text-decoration:none;border-radius:10px;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid #0A306B}
.btn_secondary_success:hover{background:#0A306B;color:#FFFDF7;transform:translateY(-2px)}
.btn_secondary_success i{font-size:1.125rem}
.success_footer_note{margin:2.5rem 0 0;padding:1.5rem 0 0;border-top:1px solid #e2e8f0;font-size:.875rem;color:#718096;line-height:1.6}
.success_footer_note a{color:#B86DF9;text-decoration:none;font-weight:600;transition:color .2s ease}
.success_footer_note a:hover{color:#9b4edb;text-decoration:underline}
@media (max-width: 640px) {
.success_outer{padding:2rem 1rem}
.success_content_wrap{padding:3rem 1.5rem;border-radius:16px}
.success_content_wrap h1{font-size:1.75rem}
.success_msg_txt{font-size:1rem}
.success_icon_holder{width:72px;height:72px}
.success_icon_holder i{font-size:36px}
.success_actions{flex-direction:column}
.btn_primary_success,.btn_secondary_success{width:100%;justify-content:center}
.success_info_block{padding:1.25rem 1.5rem}
}
@media (min-width: 641px) and (max-width: 1024px) {
.success_content_wrap{padding:3.5rem 2rem}
.success_content_wrap h1{font-size:2rem}
}