*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Roboto',sans-serif;font-size:16px;line-height:1.6;color:#1a1a2e;background-color:#F3F6FF}
.site_header{background-color:#fff;border-bottom:1px solid #e0e6f0;box-shadow:0 2px 12px #641e8a14}
.header_top_bar{background-color:#f8f0ff;border-bottom:1px solid #e8d8f5;padding:8px 0}
.header_top_inner{max-width:1140px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:flex-end;gap:24px}
.header_top_inner .contact_phone{font-size:14px;color:#641E8A;text-decoration:none;font-weight:700;letter-spacing:.02em}
.header_top_inner .contact_phone:hover{color:#A4E530}
.header_top_inner .contact_email{font-size:14px;color:#555;text-decoration:none}
.header_top_inner .contact_email:hover{color:#641E8A}
.header_main_row{max-width:1140px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:80px}
.header_logo_holder{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}
.header_logo_holder img{width:80px;height:80px;object-fit:contain;background-color:#f8f0ff;border-radius:8px;padding:6px}
.logo_text_block .logo_name{font-size:20px;font-weight:700;color:#641E8A;display:block;line-height:1.2}
.logo_text_block .logo_tagline{font-size:12px;color:#888;display:block}
.header_divider{width:1px;height:48px;background:linear-gradient(to bottom,transparent,#d0b8e8,transparent);flex-shrink:0}
.header_nav_holder{display:flex;align-items:center;flex:1;justify-content:flex-end}
.main_nav{display:flex;align-items:center;list-style:none;gap:4px;flex-wrap:wrap}
.main_nav li a{display:block;padding:10px 16px;font-size:15px;color:#1a1a2e;text-decoration:none;border-radius:6px;font-weight:400;transition:background-color 150ms,color 150ms;white-space:nowrap}
.main_nav li a:hover{background-color:#f3e8ff;color:#641E8A}
.main_nav li a.nav_active{color:#641E8A;font-weight:700;background-color:#f3e8ff}
.site_footer{position:relative;background-color:#190f2df5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid #a4e53026;color:#ccc;width:100%}
.footer_main_area{max-width:1140px;margin:auto;padding:48px 24px 32px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px}
.footer_brand_col .footer_logo_holder{display:flex;align-items:center;gap:12px;text-decoration:none;margin-bottom:16px}
.footer_brand_col .footer_logo_holder img{width:56px;height:56px;object-fit:contain;background-color:#a4e53014;border-radius:8px;padding:6px}
.footer_brand_col .footer_logo_holder span{font-size:18px;font-weight:700;color:#fff}
.footer_brand_col .footer_desc{font-size:14px;line-height:1.7;color:#aaa;max-width:300px}
.footer_col_title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#A4E530;margin-bottom:16px}
.footer_links_list{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer_links_list li a{font-size:14px;color:#bbb;text-decoration:none;transition:color 150ms}
.footer_links_list li a:hover{color:#A4E530}
.footer_contact_list{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer_contact_list li{font-size:14px;color:#bbb;line-height:1.5}
.footer_contact_list li a{color:#bbb;text-decoration:none;transition:color 150ms}
.footer_contact_list li a:hover{color:#A4E530}
.footer_bottom_bar{border-top:1px solid #ffffff14;background-color:#00000040}
.footer_bottom_inner{max-width:1140px;margin:auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footer_bottom_inner .copyright_text{font-size:13px;color:#777}
.footer_bottom_inner .service_links{display:flex;gap:20px}
.footer_bottom_inner .service_links a{font-size:13px;color:#777;text-decoration:none;transition:color 150ms}
.footer_bottom_inner .service_links a:hover{color:#A4E530}
.cookie_popup_holder{position:fixed;bottom:24px;left:24px;max-width:380px;width:calc(100% - 48px);background-color:#fff;border:1px solid #e0e0f0;border-radius:10px;box-shadow:0 8px 32px #641e8a2e;z-index:9999;font-family:'Roboto',sans-serif}
.cookie_popup_holder[data-open="false"]{display:none}
.cookie_main_section{padding:20px}
.cookie_main_section .cookie_title{font-size:15px;font-weight:700;color:#1a1a2e;margin-bottom:8px}
.cookie_main_section .cookie_desc{font-size:13px;color:#555;line-height:1.6;margin-bottom:16px}
.cookie_btn_row{display:flex;gap:10px;flex-wrap:wrap}
.cookie_btn_row button{font-family:'Roboto',sans-serif;font-size:13px;padding:8px 16px;border-radius:6px;cursor:pointer;border:1px solid #641E8A;background:transparent;color:#641E8A;font-weight:700;transition:background-color 150ms,color 150ms}
.cookie_btn_row button:hover{background-color:#641E8A;color:#fff}
.cookie_btn_row .btn_accept_all{background-color:#641E8A;color:#fff}
.cookie_btn_row .btn_accept_all:hover{background-color:#4e1570}
.cookie_details_toggle{font-size:12px;color:#641E8A;cursor:pointer;text-decoration:underline;background:none;border:none;padding:0 0 16px;font-family:'Roboto',sans-serif;display:block}
.cookie_details_section{border-top:1px solid #eee;padding:16px 20px}
.cookie_details_section[data-open="false"]{display:none}
.cookie_option_item{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.cookie_option_item label{font-size:13px;color:#333}
.cookie_option_item input[type="checkbox"]{accent-color:#641E8A;width:16px;height:16px;cursor:pointer}
@media (max-width: 1024px) {
.footer_main_area{grid-template-columns:1fr 1fr;gap:32px}
.footer_brand_col{grid-column:1 / -1}
}
@media (max-width: 768px) {
.header_top_inner{justify-content:center;flex-wrap:wrap;gap:12px}
.header_main_row{flex-wrap:wrap;min-height:auto;padding:16px 24px;gap:16px}
.header_divider{display:none}
.header_nav_holder{width:100%;justify-content:flex-start}
.main_nav{width:100%;gap:2px}
.main_nav li a{font-size:14px;padding:8px 12px}
.footer_main_area{grid-template-columns:1fr;gap:28px;padding:32px 24px 24px}
.footer_brand_col{grid-column:auto}
.footer_bottom_inner{flex-direction:column;align-items:flex-start}
}
@media (max-width: 480px) {
.header_main_row{padding:12px 16px}
.header_top_inner{padding:6px 16px}
.main_nav li a{font-size:13px;padding:7px 10px}
.cookie_popup_holder{left:12px;bottom:12px;width:calc(100% - 24px)}
}
@media (min-width: 1280px) {
.header_main_row{padding:0 32px}
.header_top_inner{padding:0 32px}
.footer_main_area{padding:56px 32px 40px}
}
@media (min-width: 1920px) {
.header_main_row{max-width:1140px}
}
.wtfn-terms-section{max-width:1140px;margin:0 auto;padding:48px 24px 72px;font-size:16px;line-height:1.8;color:#1a1a2e;font-family:Georgia,'Times New Roman',serif}
.wtfn-terms-section ul{margin:20px 0 24px;padding-left:28px;list-style:none}
.wtfn-terms-section ol{margin:20px 0 24px;padding-left:28px;list-style:none;counter-reset:policy_ol_counter}
.wtfn-terms-section ul li{position:relative;padding:6px 0 6px 20px;color:#1a1a2e;font-size:15.5px;line-height:1.75;border-bottom:1px solid #f0f1f8}
.wtfn-terms-section ul li:last-child{border-bottom:none}
.wtfn-terms-section ul li::before{content:'';position:absolute;left:0;top:17px;width:7px;height:7px;background:#641E8A;border-radius:50%}
.wtfn-terms-section ul ul{margin:8px 0 4px}
.wtfn-terms-section ul ul li::before{background:#A4E530;width:6px;height:6px;top:17px}
.wtfn-terms-section ol li{position:relative;padding:6px 0 6px 20px;color:#1a1a2e;font-size:15.5px;line-height:1.75;counter-increment:policy_ol_counter;border-bottom:1px solid #f0f1f8}
.wtfn-terms-section ol li:last-child{border-bottom:none}
.wtfn-terms-section ol li::before{content:counter(policy_ol_counter) ".";position:absolute;left:0;top:6px;color:#641E8A;font-weight:700;font-size:14px;line-height:1.75}
.wtfn-terms-section ol ol{margin:8px 0 4px;counter-reset:policy_ol_sub}
.wtfn-terms-section ol ol li{counter-increment:policy_ol_sub}
.wtfn-terms-section ol ol li::before{content:counter(policy_ol_sub, lower-alpha) ".";color:#A4E530;filter:brightness(0.75)}
.wtfn-terms-section strong,.wtfn-terms-section b{font-weight:700;color:#12112a;letter-spacing:.01em}
.wtfn-terms-section em,.wtfn-terms-section i{font-style:italic;color:#3a3555}
.wtfn-terms-section a{color:#641E8A;text-decoration:underline;text-decoration-color:#641e8a59;text-underline-offset:3px;transition:color 150ms ease,text-decoration-color 150ms ease;word-break:break-word}
.wtfn-terms-section a:hover{color:#4a1268;text-decoration-color:#641e8ad9}
.wtfn-terms-section a:visited{color:#7c2aab;text-decoration-color:#7c2aab59}
.wtfn-terms-section a:focus-visible{outline:2px solid #641E8A;outline-offset:2px;border-radius:2px}
.wtfn-terms-section table{width:100%;border-collapse:collapse;margin:32px 0;font-size:14.5px;line-height:1.6;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #641e8a17 0 1px 3px #0000000d}
.wtfn-terms-section table thead{background:#641E8A}
.wtfn-terms-section table thead tr{border-bottom:none}
.wtfn-terms-section table thead th{padding:14px 18px;color:#fff;font-weight:700;font-size:13.5px;text-align:left;letter-spacing:.03em;text-transform:uppercase;border-right:1px solid #ffffff26}
.wtfn-terms-section table thead th:last-child{border-right:none}
.wtfn-terms-section table tbody{background:#fff}
.wtfn-terms-section table tbody tr{border-bottom:1px solid #ebebf5;transition:background 180ms ease}
.wtfn-terms-section table tbody tr:last-child{border-bottom:none}
.wtfn-terms-section table tbody tr:nth-child(even){background:#F3F6FF}
.wtfn-terms-section table tbody tr:hover{background:#a4e5301a}
.wtfn-terms-section table tbody td{padding:12px 18px;color:#1a1a2e;vertical-align:top;border-right:1px solid #ebebf5;font-size:14.5px}
.wtfn-terms-section table tbody td:last-child{border-right:none}
.wtfn-terms-section hr{border:none;border-top:2px solid transparent;background:linear-gradient(to right,transparent,#A4E530,#641E8A,transparent);height:2px;margin:40px 0;border-radius:2px;opacity:.55}
@media (max-width: 1024px) {
.wtfn-terms-section{padding:36px 20px 56px}
.wtfn-terms-section table{font-size:14px}
.wtfn-terms-section table thead th,.wtfn-terms-section table tbody td{padding:11px 14px}
}
@media (max-width: 768px) {
.wtfn-terms-section{padding:28px 16px 48px;font-size:15.5px}
.wtfn-terms-section ul,.wtfn-terms-section ol{padding-left:20px}
.wtfn-terms-section table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:6px;font-size:13.5px}
.wtfn-terms-section table thead th,.wtfn-terms-section table tbody td{padding:10px 12px;white-space:nowrap}
.wtfn-terms-section hr{margin:28px 0}
}
@media (max-width: 480px) {
.wtfn-terms-section{padding:20px 12px 40px;font-size:15px;line-height:1.75}
.wtfn-terms-section ul li,.wtfn-terms-section ol li{font-size:15px;padding-left:16px}
.wtfn-terms-section ul li::before{width:6px;height:6px;top:16px}
.wtfn-terms-section table thead th,.wtfn-terms-section table tbody td{padding:9px 10px;font-size:13px}
}
.hero_holder{position:relative;overflow:hidden;padding:80px 20px 100px;background:#F3F6FF}
.hero_inner{max-width:1140px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px;position:relative;z-index:2}
.hero_blob{position:absolute;width:520px;height:520px;background:radial-gradient(ellipse at 40% 50%,#a4e5302e 0%,#641e8a1a 60%,transparent 80%);border-radius:60% 40% 55% 45% / 45% 55% 40% 60%;top:-80px;right:-100px;animation:blob_drift 9s ease-in-out infinite alternate;z-index:1;pointer-events:none}
@keyframes blob_drift {
0%{transform:translate(0,0) rotate(0deg) scale(1);border-radius:60% 40% 55% 45% / 45% 55% 40% 60%}
50%{transform:translate(-30px,30px) rotate(8deg) scale(1.06);border-radius:45% 55% 40% 60% / 60% 40% 55% 45%}
100%{transform:translate(20px,-20px) rotate(-5deg) scale(0.97);border-radius:55% 45% 60% 40% / 40% 60% 45% 55%}
}
.hero_text_zone{flex:1 1 50%;min-width:0}
.hero_text_zone .label_tag{display:inline-block;background:linear-gradient(90deg,#A4E530 0%,#641E8A 100%);color:#fff;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:4px;margin-bottom:22px}
.hero_text_zone .main_heading{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.18;color:#1a1225;margin-bottom:24px}
.hero_text_zone .main_heading .accent_green{color:#A4E530}
.hero_text_zone .main_heading .accent_purple{color:#641E8A}
.hero_text_zone .hero_desc{font-size:1.05rem;line-height:1.75;color:#3a3550;max-width:480px}
.hero_img_zone{flex:0 0 42%;position:relative}
.hero_img_frame{transform:rotate(3.5deg);border-radius:12px;overflow:hidden;box-shadow:0 16px 48px #641e8a2e 0 2px 8px #a4e5301f;position:relative}
.hero_img_frame::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 50%,transparent 55%,#1e0f3273 100%);border-radius:12px;pointer-events:none}
.hero_img_frame img{display:block;width:100%;height:380px;object-fit:cover;border-radius:12px}
.directions_section{padding:90px 20px 80px;background:#fff}
.directions_inner{max-width:1140px;margin:0 auto}
.sec_heading_v1{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#1a1225;margin-bottom:10px;position:relative;display:inline-block}
.sec_heading_v1::after{content:'';display:block;width:48px;height:4px;background:linear-gradient(90deg,#A4E530,#641E8A);border-radius:2px;margin-top:10px}
.sec_sub{font-size:1rem;color:#6b6580;margin-bottom:48px;max-width:520px}
.directions_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.dir_card{background:#F3F6FF;border-radius:10px;padding:32px 26px;border:1.5px solid transparent;transition:border-color 0.25s,box-shadow 0.25s,transform .25s;position:relative;overflow:hidden}
.dir_card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#A4E530,#641E8A);transform:scaleX(0);transform-origin:left;transition:transform .3s}
.dir_card:hover::before{transform:scaleX(1)}
.dir_card:hover{border-color:#641e8a26;box-shadow:0 8px 28px #641e8a1f;transform:translateY(-4px)}
.dir_card .dir_icon{width:44px;height:44px;margin-bottom:18px;display:flex;align-items:center;justify-content:center}
.dir_card .dir_title{font-size:1.05rem;font-weight:700;color:#641E8A;margin-bottom:10px}
.dir_card .dir_text{font-size:.92rem;line-height:1.65;color:#3a3550}
.events_section{padding:90px 20px;background:linear-gradient(135deg,#1a1225 0%,#2d1050 60%,#1a2540 100%);position:relative;overflow:hidden}
.events_section::before{content:'';position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,#a4e53012 0%,transparent 70%);top:-200px;left:-200px;pointer-events:none}
.events_inner{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.events_top{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:52px;gap:20px}
.sec_heading_v2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#fff;position:relative;display:inline-block}
.sec_heading_v2 .accent_g{color:#A4E530}
.sec_sub_light{font-size:.96rem;color:#fff9;margin-top:10px;max-width:400px}
.events_link_btn{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1.5px solid #A4E530;color:#A4E530;font-size:.88rem;font-weight:600;padding:10px 22px;border-radius:6px;text-decoration:none;white-space:nowrap;transition:background 0.2s,color .2s}
.events_link_btn:hover{background:#A4E530;color:#1a1225}
.events_layout{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.events_img_holder{border-radius:10px;overflow:hidden;box-shadow:0 12px 36px #00000059}
.events_img_holder img{display:block;width:100%;height:340px;object-fit:cover}
.events_list{display:flex;flex-direction:column;gap:20px}
.ev_item{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;padding:22px 24px;transition:background 0.2s,border-color .2s}
.ev_item:hover{background:#a4e53014;border-color:#a4e5304d}
.ev_item .ev_type{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#A4E530;font-weight:700;margin-bottom:6px}
.ev_item .ev_title{font-size:.98rem;font-weight:700;color:#fff;margin-bottom:6px}
.ev_item .ev_desc{font-size:.88rem;color:#ffffff94;line-height:1.6}
.expertise_section{padding:90px 20px 80px;background:#F3F6FF}
.expertise_inner{max-width:1140px;margin:0 auto}
.expertise_layout{display:grid;grid-template-columns:5fr 7fr;gap:64px;align-items:center}
.expertise_img_col{position:relative}
.expertise_img_col img{width:100%;height:420px;object-fit:cover;border-radius:10px;display:block;box-shadow:0 10px 36px #641e8a26}
.expertise_badge{position:absolute;bottom:-20px;right:-20px;background:#641E8A;color:#fff;border-radius:8px;padding:16px 20px;box-shadow:0 6px 20px #641e8a4d;text-align:center;min-width:120px}
.expertise_badge .badge_num{font-size:1.8rem;font-weight:800;color:#A4E530;line-height:1}
.expertise_badge .badge_label{font-size:.75rem;color:#ffffffbf;margin-top:4px}
.expertise_text_col .sec_heading_v1{margin-bottom:0}
.expertise_para{font-size:.96rem;line-height:1.75;color:#3a3550;margin-top:20px;margin-bottom:36px}
.expertise_points{display:flex;flex-direction:column;gap:16px}
.ep_item{display:flex;flex-direction:row;align-items:flex-start;gap:14px}
.ep_dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:#A4E530;margin-top:7px;box-shadow:0 0 0 3px #a4e53033}
.ep_item .ep_text{font-size:.93rem;color:#3a3550;line-height:1.65}
.ep_item .ep_text strong{color:#641E8A}
.learner_section{padding:90px 20px;background:#fff}
.learner_inner{max-width:1140px;margin:0 auto}
.learner_header{text-align:center;margin-bottom:56px}
.learner_header .sec_heading_v1::after{margin:10px auto 0}
.learner_grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.learner_card_main{background:linear-gradient(135deg,#641E8A 0%,#3d0f5e 100%);border-radius:12px;padding:40px;display:flex;flex-direction:column;justify-content:space-between;min-height:360px;position:relative;overflow:hidden}
.learner_card_main::before{content:'';position:absolute;width:280px;height:280px;border-radius:50%;background:#a4e53012;top:-80px;right:-80px;pointer-events:none}
.learner_card_main .case_label{font-size:10px;letter-spacing:2.5px;text-transform:uppercase;color:#A4E530;font-weight:700;margin-bottom:16px}
.learner_card_main .case_title{font-size:1.3rem;font-weight:800;color:#fff;line-height:1.3;margin-bottom:16px}
.learner_card_main .case_text{font-size:.92rem;color:#ffffffb8;line-height:1.68;flex:1}
.learner_card_main .case_person{display:flex;flex-direction:row;align-items:center;gap:14px;margin-top:28px}
.learner_card_main .case_person img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #A4E530}
.learner_card_main .person_name{font-size:.9rem;font-weight:700;color:#fff}
.learner_card_main .person_role{font-size:.8rem;color:#ffffff8c}
.learner_side_col{display:flex;flex-direction:column;gap:24px}
.learner_stat_card{background:#F3F6FF;border-radius:10px;padding:28px;display:flex;flex-direction:row;align-items:center;gap:20px;border:1.5px solid transparent;transition:border-color 0.2s,box-shadow .2s}
.learner_stat_card:hover{border-color:#a4e53066;box-shadow:0 4px 16px #a4e5301a}
.stat_num_big{font-size:2.4rem;font-weight:900;color:#641E8A;line-height:1;white-space:nowrap}
.stat_desc{font-size:.9rem;color:#3a3550;line-height:1.55}
.learner_review_card{background:#F3F6FF;border-radius:10px;padding:28px;position:relative;border-left:4px solid #A4E530}
.learner_review_card .review_text{font-size:.93rem;color:#3a3550;line-height:1.68;font-style:italic}
.learner_review_card .review_author{margin-top:16px;display:flex;flex-direction:row;align-items:center;gap:12px}
.learner_review_card .review_author img{width:40px;height:40px;border-radius:50%;object-fit:cover}
.review_name{font-size:.88rem;font-weight:700;color:#1a1225}
.review_meta{font-size:.78rem;color:#8a7ea8}
.audience_section{padding:90px 20px 80px;background:#F3F6FF}
.audience_inner{max-width:1140px;margin:0 auto}
.audience_layout{display:grid;grid-template-columns:6fr 6fr;gap:48px;align-items:start;margin-top:48px}
.audience_img_right{border-radius:10px;overflow:hidden;box-shadow:0 10px 32px #641e8a21}
.audience_img_right img{display:block;width:100%;height:460px;object-fit:cover}
.audience_profiles{display:flex;flex-direction:column;gap:20px}
.ap_card{background:#fff;border-radius:8px;padding:22px 24px;border:1.5px solid #641e8a14;transition:box-shadow 0.22s,transform .22s;position:relative}
.ap_card:hover{box-shadow:0 6px 22px #641e8a1c;transform:translateX(4px)}
.ap_card::before{content:'';position:absolute;left:0;top:16px;bottom:16px;width:3px;background:linear-gradient(180deg,#A4E530,#641E8A);border-radius:2px}
.ap_card .ap_title{font-size:.97rem;font-weight:700;color:#641E8A;margin-bottom:6px;padding-left:14px}
.ap_card .ap_text{font-size:.88rem;color:#3a3550;line-height:1.62;padding-left:14px}
@media (max-width: 1024px) {
.directions_grid{grid-template-columns:repeat(2,1fr)}
.expertise_layout{grid-template-columns:1fr;gap:40px}
.expertise_img_col img{height:320px}
.expertise_badge{right:10px;bottom:-15px}
.events_layout{grid-template-columns:1fr}
.events_img_holder img{height:260px}
.audience_layout{grid-template-columns:1fr}
.audience_img_right img{height:320px}
}
@media (max-width: 768px) {
.hero_inner{flex-direction:column;gap:36px}
.hero_img_zone{flex:0 0 auto;width:100%}
.hero_img_frame img{height:280px}
.hero_blob{width:320px;height:320px}
.directions_grid{grid-template-columns:1fr}
.learner_grid{grid-template-columns:1fr}
.learner_card_main{min-height:auto}
.events_top{flex-direction:column;align-items:flex-start}
.audience_layout{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.hero_holder{padding:56px 16px 72px}
.directions_section,.events_section,.expertise_section,.learner_section,.audience_section{padding:60px 16px}
.stat_num_big{font-size:1.9rem}
.learner_card_main{padding:28px}
}
.about_title_block{position:relative;overflow:hidden;padding:80px 20px 60px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#F3F6FF}
.about_title_block .pulse_ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;pointer-events:none;z-index:0}
.about_title_block .pulse_ring::before,.about_title_block .pulse_ring::after{content:'';position:absolute;top:50%;left:50%;border-radius:50%;border:1.5px solid #a4e53059;transform:translate(-50%,-50%) scale(0.3);animation:radial_pulse 3.2s ease-out infinite}
.about_title_block .pulse_ring::after{border-color:#641e8a33;animation-delay:1.6s}
@keyframes radial_pulse {
0%{transform:translate(-50%,-50%) scale(0.3);opacity:.8}
100%{transform:translate(-50%,-50%) scale(2.8);opacity:0}
}
.about_title_block .title_img_holder{position:relative;z-index:1;width:160px;height:160px;border-radius:50%;overflow:hidden;box-shadow:0 4px 24px #641e8a2e;animation:breath_scale 4s ease-in-out infinite;margin-bottom:28px}
.about_title_block .title_img_holder img{width:100%;height:100%;object-fit:cover;display:block}
@keyframes breath_scale {
0%,100%{transform:scale(1)}
50%{transform:scale(1.045)}
}
.about_title_block .title_main_heading{position:relative;z-index:1;font-size:2.6rem;font-weight:800;color:#641E8A;text-align:center;letter-spacing:-.5px;margin:0}
.about_story_section{padding:72px 20px;background:#fff}
.about_story_inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.about_story_text_col{display:flex;flex-direction:column;gap:20px}
.about_story_text_col .story_label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#A4E530;background:#a4e5301a;padding:5px 14px;border-radius:20px;width:fit-content}
.about_story_text_col .story_heading{font-size:1.85rem;font-weight:700;color:#1a1a2e;margin:0;line-height:1.3}
.about_story_text_col .story_heading span{color:#641E8A}
.about_story_text_col .story_body{font-size:1rem;color:#3a3a4a;line-height:1.72;margin:0}
.about_story_stats_row{display:flex;flex-direction:row;gap:24px;margin-top:8px}
.about_story_stats_row .stat_item_v1{display:flex;flex-direction:column;gap:4px}
.about_story_stats_row .stat_item_v1 .stat_num{font-size:2rem;font-weight:800;color:#A4E530;line-height:1}
.about_story_stats_row .stat_item_v1 .stat_desc{font-size:.82rem;color:#666;line-height:1.4}
.about_story_img_col{position:relative}
.about_story_img_col .story_img_main{width:100%;height:380px;object-fit:cover;border-radius:12px;display:block;box-shadow:0 8px 32px #641e8a21}
.about_story_img_col .story_img_badge{position:absolute;bottom:-18px;left:-18px;background:#641E8A;color:#fff;padding:16px 22px;border-radius:10px;font-size:.88rem;font-weight:600;line-height:1.4;box-shadow:0 4px 16px #641e8a40;max-width:170px}
.about_story_img_col .story_img_badge strong{display:block;font-size:1.4rem;color:#A4E530}
.about_approach_section{padding:80px 20px;background:linear-gradient(135deg,#1a1a2e 60%,#2d1044 100%);position:relative;overflow:hidden}
.about_approach_section::before{content:'';position:absolute;top:-80px;right:-80px;width:340px;height:340px;background:radial-gradient(circle,#a4e53012 0%,transparent 70%);pointer-events:none}
.about_approach_inner{max-width:1140px;margin:0 auto}
.about_approach_header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;margin-bottom:52px}
.about_approach_header .approach_heading{font-size:2rem;font-weight:800;color:#fff;margin:0}
.about_approach_header .approach_heading span{color:#A4E530}
.about_approach_header .approach_sub{font-size:1rem;color:#ffffffa6;max-width:540px;margin:0;line-height:1.65}
.approach_cards_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.approach_card_v2{background:#ffffff0d;border:1px solid #a4e5301f;border-radius:12px;padding:32px 26px;display:flex;flex-direction:column;gap:14px;transition:background 300ms ease,border-color 300ms ease,transform 200ms ease}
.approach_card_v2:hover{background:#a4e53012;border-color:#a4e53059;transform:translateY(-4px)}
.approach_card_v2 .card_icon_holder{width:46px;height:46px;background:#a4e5301f;border-radius:8px;display:flex;align-items:center;justify-content:center}
.approach_card_v2 .card_icon_holder svg{width:24px;height:24px}
.approach_card_v2 .card_title_v2{font-size:1.05rem;font-weight:700;color:#fff;margin:0}
.approach_card_v2 .card_body_v2{font-size:.92rem;color:#ffffff9e;line-height:1.68;margin:0}
.about_team_section{padding:80px 20px 88px;background:#F3F6FF;position:relative}
.about_team_section::after{content:'';display:block;position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#A4E530 0%,#641E8A 50%,#A4E530 100%)}
.about_team_inner{max-width:1140px;margin:0 auto}
.about_team_header{margin-bottom:48px}
.about_team_header .team_heading{font-size:1.9rem;font-weight:800;color:#1a1a2e;margin:0 0 10px}
.about_team_header .team_heading span{color:#A4E530}
.about_team_header .team_sub{font-size:.97rem;color:#555;max-width:460px;margin:0;line-height:1.6}
.team_layout_holder{display:grid;grid-template-columns:1fr 1.6fr;gap:48px;align-items:start}
.team_profiles_col{display:flex;flex-direction:column;gap:28px}
.team_profile_card{display:flex;flex-direction:row;gap:18px;align-items:flex-start;background:#fff;border-radius:12px;padding:22px 20px;box-shadow:0 2px 12px #641e8a12;transition:box-shadow 300ms ease,transform 200ms ease}
.team_profile_card:hover{box-shadow:0 6px 24px #641e8a24;transform:translateY(-2px)}
.team_profile_card .profile_avatar{width:70px;height:70px;border-radius:50%;object-fit:cover;flex-shrink:0;box-shadow:0 2px 8px #641e8a21}
.team_profile_card .profile_info{display:flex;flex-direction:column;gap:5px}
.team_profile_card .profile_name{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0}
.team_profile_card .profile_role{font-size:.8rem;color:#641E8A;font-weight:600;letter-spacing:.5px;margin:0}
.team_profile_card .profile_bio{font-size:.88rem;color:#555;margin:0;line-height:1.6}
.team_visual_col{display:flex;flex-direction:column;gap:24px}
.team_visual_col .team_img_block{position:relative;border-radius:12px;overflow:hidden}
.team_visual_col .team_img_block img{width:100%;height:260px;object-fit:cover;display:block}
.team_visual_col .team_img_overlay{position:absolute;bottom:0;left:0;right:0;padding:18px 20px;background:linear-gradient(to top,#1a1a2ed1 0%,transparent 100%)}
.team_visual_col .team_img_overlay p{margin:0;font-size:.88rem;color:#ffffffd9;line-height:1.5}
.team_facts_row{display:flex;flex-direction:row;gap:16px}
.team_facts_row .fact_pill{flex:1;background:#fff;border-left:3px solid #A4E530;border-radius:8px;padding:14px 16px;box-shadow:0 1px 6px #a4e5301a}
.team_facts_row .fact_pill .fact_num{font-size:1.4rem;font-weight:800;color:#641E8A;display:block}
.team_facts_row .fact_pill .fact_label{font-size:.78rem;color:#666;line-height:1.4;display:block}
.team_content_img_block{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #641e8a1a}
.team_content_img_block img{width:100%;height:220px;object-fit:cover;display:block}
@media (max-width: 1024px) {
.about_story_inner{grid-template-columns:1fr;gap:36px}
.about_story_img_col .story_img_main{height:280px}
.approach_cards_grid{grid-template-columns:1fr 1fr}
.team_layout_holder{grid-template-columns:1fr;gap:32px}
.team_profiles_col{flex-direction:row;flex-wrap:wrap}
.team_profile_card{flex:1 1 280px}
}
@media (max-width: 768px) {
.about_title_block .title_main_heading{font-size:1.9rem}
.about_story_stats_row{flex-direction:column;gap:12px}
.approach_cards_grid{grid-template-columns:1fr}
.team_profiles_col{flex-direction:column}
.team_facts_row{flex-direction:column}
.about_story_img_col .story_img_badge{position:static;margin-top:12px;max-width:100%}
}
@media (max-width: 480px) {
.about_title_block{padding:56px 16px 44px}
.about_story_section,.about_approach_section,.about_team_section{padding:52px 16px}
.about_title_block .title_main_heading{font-size:1.55rem}
.about_approach_header .approach_heading{font-size:1.55rem}
.about_story_text_col .story_heading{font-size:1.45rem}
.team_profile_card{flex-direction:column}
}
.contact_page_wrap{max-width:1140px;margin:0 auto;padding:0 24px}
.contact_hero_outer{position:relative;min-height:420px;overflow:hidden;display:flex;align-items:center;background:#F3F6FF;margin-bottom:80px}
.contact_hero_img_holder{position:absolute;right:0;top:0;width:55%;height:100%;overflow:hidden}
.contact_hero_img_holder img{width:100%;height:100%;object-fit:cover;object-position:center;animation:slow_drift 18s ease-in-out infinite alternate}
@keyframes slow_drift {
0%{transform:scale(1.04) translateX(0px)}
100%{transform:scale(1.08) translateX(-12px)}
}
.contact_hero_text_card{position:relative;z-index:3;background:#641E8A;padding:48px 44px;max-width:480px;margin-left:60px;border-radius:8px;box-shadow:6px 10px 36px #641e8a52;animation:slide_up_in .7s cubic-bezier(0.22,1,0.36,1) both}
@keyframes slide_up_in {
0%{opacity:0;transform:translateY(48px)}
100%{opacity:1;transform:translateY(0)}
}
.contact_hero_text_card::before{content:'';display:block;position:absolute;top:-18px;left:-18px;width:72px;height:72px;border-radius:50%;background:#A4E530;opacity:.28;z-index:-1}
.contact_hero_text_card .hero_label_v1{font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:#A4E530;font-weight:600;margin-bottom:14px;display:block}
.contact_hero_text_card h1{font-size:32px;font-weight:700;color:#fff;line-height:1.25;margin:0 0 16px}
.contact_hero_text_card .hero_desc_v1{font-size:15px;color:#ffffffd1;line-height:1.65;margin:0}
.contact_main_section{padding-bottom:90px}
.contact_grid_v1{display:grid;grid-template-columns:1fr 1.35fr;gap:48px;align-items:start}
.contact_info_col{display:flex;flex-direction:column;gap:0}
.contact_info_top_label{font-size:11px;letter-spacing:2.2px;text-transform:uppercase;color:#641E8A;font-weight:700;margin-bottom:12px}
.contact_info_col h2{font-size:26px;font-weight:700;color:#1a1a2e;line-height:1.3;margin:0 0 22px}
.contact_info_col h2 em{font-style:normal;color:#641E8A}
.contact_info_desc{font-size:15px;color:#454558;line-height:1.68;margin:0 0 36px}
.contact_detail_items{display:flex;flex-direction:column;gap:0}
.contact_detail_row{display:flex;flex-direction:row;align-items:flex-start;gap:16px;padding:18px 0;border-bottom:1px solid #e8eaf5}
.contact_detail_row:first-child{border-top:1px solid #e8eaf5}
.contact_detail_icon_box{width:40px;height:40px;border-radius:8px;background:#F3F6FF;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact_detail_icon_box svg{width:18px;height:18px}
.contact_detail_text_v1{display:flex;flex-direction:column;gap:3px}
.contact_detail_text_v1 .det_label{font-size:11px;letter-spacing:1.4px;text-transform:uppercase;color:#8888a8;font-weight:600}
.contact_detail_text_v1 .det_val{font-size:15px;color:#1a1a2e;font-weight:500;line-height:1.45}
.contact_detail_text_v1 .det_val a{color:#1a1a2e;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 180ms,color 180ms}
.contact_detail_text_v1 .det_val a:hover{color:#641E8A;border-bottom-color:#641E8A}
.contact_visual_strip{margin-top:32px;border-radius:10px;overflow:hidden;position:relative}
.contact_visual_strip img{width:100%;height:200px;object-fit:cover;display:block}
.contact_visual_strip_overlay{position:absolute;bottom:0;left:0;right:0;padding:16px 20px;background:linear-gradient(to top,#641e8ac7 0%,transparent 100%)}
.contact_visual_strip_overlay span{color:#fff;font-size:13px;font-weight:500;letter-spacing:.3px}
.contact_form_col{background:#fff;border-radius:12px;box-shadow:0 4px 24px #641e8a1a;overflow:hidden}
.form_steps_nav{display:flex;flex-direction:row;background:#F3F6FF;border-bottom:1px solid #e4e7f5}
.form_step_tab_inp{display:none}
.form_step_tab_lbl{flex:1;padding:18px 12px;text-align:center;font-size:13px;font-weight:600;color:#8888a8;cursor:pointer;position:relative;transition:color 200ms,background 200ms;display:flex;flex-direction:column;align-items:center;gap:4px}
.form_step_tab_lbl .step_num{width:26px;height:26px;border-radius:50%;background:#d8ddf0;color:#8888a8;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background 250ms,color 250ms}
#form_step1_inp:checked ~ .form_steps_nav .form_step_tab_lbl[for="form_step1_inp"]{color:#641E8A;background:#fff}
#form_step1_inp:checked ~ .form_steps_nav .form_step_tab_lbl[for="form_step1_inp"] .step_num{background:#641E8A;color:#fff}
#form_step2_inp:checked ~ .form_steps_nav .form_step_tab_lbl[for="form_step2_inp"]{color:#641E8A;background:#fff}
#form_step2_inp:checked ~ .form_steps_nav .form_step_tab_lbl[for="form_step2_inp"] .step_num{background:#641E8A;color:#fff}
.form_step_panels_holder{padding:32px 36px 36px}
.form_step_panel_v1{display:none}
#form_step1_inp:checked ~ .form_step_panels_holder .step_panel_1{display:block}
#form_step2_inp:checked ~ .form_step_panels_holder .step_panel_2{display:block}
.form_step_panel_v1 h3{font-size:19px;font-weight:700;color:#1a1a2e;margin:0 0 6px}
.form_step_panel_v1 .panel_sub{font-size:13px;color:#8888a8;margin:0 0 26px;line-height:1.5}
.form_field_group{display:flex;flex-direction:column;gap:18px;margin-bottom:24px}
.form_field_item{display:flex;flex-direction:column;gap:6px}
.form_field_item label{font-size:12px;font-weight:600;color:#454558;letter-spacing:.8px;text-transform:uppercase}
.form_field_item input[type="text"],.form_field_item input[type="tel"]{padding:13px 16px;border:1.5px solid #d8ddf0;border-radius:7px;font-size:15px;color:#1a1a2e;background:#fafbff;transition:border-color 180ms,box-shadow 180ms;outline:none;width:100%;box-sizing:border-box}
.form_field_item input[type="text"]:focus,.form_field_item input[type="tel"]:focus{border-color:#641E8A;box-shadow:0 0 0 3px #641e8a1f;background:#fff}
.form_step_nav_btns{display:flex;flex-direction:row;gap:12px;align-items:center}
.step_next_btn{display:inline-block;padding:13px 32px;background:#641E8A;color:#fff;border-radius:7px;font-size:14px;font-weight:600;cursor:pointer;transition:background 200ms,box-shadow 200ms,transform 150ms;text-align:center;border:none;position:relative;z-index:2}
.step_next_btn:hover{background:#4f1870;box-shadow:0 4px 16px #641e8a4d;transform:translateY(-1px)}
.step_back_lbl{font-size:13px;color:#8888a8;cursor:pointer;padding:6px 10px;border-radius:5px;transition:color 180ms,background 180ms;text-decoration:underline;text-underline-offset:3px}
.step_back_lbl:hover{color:#641E8A;background:#F3F6FF}
.privacy_check_row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin-bottom:24px}
.privacy_check_row input[type="checkbox"]{width:18px;height:18px;accent-color:#641E8A;margin-top:2px;flex-shrink:0;cursor:pointer}
.privacy_check_row .privacy_text{font-size:13px;color:#454558;line-height:1.55}
.privacy_check_row .privacy_text a{color:#641E8A;text-decoration:underline;text-underline-offset:2px}
.form_submit_btn_v1{display:inline-block;padding:14px 40px;background:linear-gradient(135deg,#A4E530 0%,#7bbf1e 100%);color:#1a1a2e;border-radius:7px;font-size:15px;font-weight:700;cursor:pointer;border:none;transition:box-shadow 200ms,transform 150ms;position:relative;z-index:2;letter-spacing:.3px}
.form_submit_btn_v1:hover{box-shadow:0 6px 20px #a4e53073;transform:translateY(-2px)}
.form_progress_bar_holder{display:flex;flex-direction:row;gap:6px;margin-bottom:28px}
.form_prog_seg{height:4px;border-radius:3px;flex:1;background:#e4e7f5;transition:background 300ms}
#form_step1_inp:checked ~ .form_step_panels_holder .step_panel_1 .form_prog_seg:nth-child(1){background:#641E8A}
#form_step2_inp:checked ~ .form_step_panels_holder .step_panel_2 .form_prog_seg{background:#641E8A}
@media (max-width: 1024px) {
.contact_hero_text_card{margin-left:36px;padding:40px 34px}
.contact_grid_v1{grid-template-columns:1fr 1.2fr;gap:36px}
}
@media (max-width: 768px) {
.contact_hero_outer{flex-direction:column;min-height:auto;margin-bottom:52px}
.contact_hero_img_holder{position:relative;width:100%;height:220px}
.contact_hero_text_card{margin:-36px 20px 24px;max-width:100%;padding:30px 26px}
.contact_hero_text_card h1{font-size:26px}
.contact_grid_v1{grid-template-columns:1fr;gap:40px}
.form_step_panels_holder{padding:24px 22px 28px}
}
@media (max-width: 480px) {
.contact_hero_text_card{margin:-28px 14px 20px;padding:24px 20px}
.contact_hero_text_card h1{font-size:22px}
.contact_page_wrap{padding:0 14px}
.form_steps_nav{flex-direction:row}
.form_step_tab_lbl{padding:14px 8px;font-size:11px}
}
.prog_title_section{position:relative;overflow:hidden;padding:80px 20px 60px;background:#F3F6FF}
.prog_title_section .bg_circles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}
.prog_title_section .bg_circles span{position:absolute;border-radius:50%;border:2px solid #641E8A;opacity:.07}
.prog_title_section .bg_circles span:nth-child(1){width:420px;height:420px;top:-120px;right:-80px}
.prog_title_section .bg_circles span:nth-child(2){width:260px;height:260px;bottom:-60px;left:5%}
.prog_title_section .bg_circles span:nth-child(3){width:160px;height:160px;top:40px;left:20%;opacity:.05;background:#A4E530;border:none}
.prog_title_section .bg_circles span:nth-child(4){width:80px;height:80px;bottom:30px;right:15%;opacity:.1;background:#641E8A;border:none}
.prog_title_holder{max-width:1140px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:row;align-items:center;gap:60px}
.prog_title_img_wrap{flex-shrink:0;width:260px;height:260px;border-radius:50%;overflow:hidden;position:relative;box-shadow:0 8px 32px #641e8a2e;border:4px solid #fff}
.prog_title_img_wrap img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.15);display:block}
.prog_title_text{flex:1;display:flex;flex-direction:column;gap:18px}
.prog_title_text .label_tag{display:inline-block;background:#641E8A;color:#fff;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:4px;width:fit-content}
.prog_title_text h1{font-size:48px;font-weight:800;line-height:1.1;color:#1a1a2e;margin:0}
.prog_title_text h1 em{font-style:normal;color:#641E8A}
.prog_title_text h2{font-size:20px;font-weight:400;color:#444;line-height:1.5;margin:0}
.prog_title_text .prog_desc{font-size:15px;color:#555;line-height:1.7;max-width:520px;margin:0}
.prog_title_text .title_cta_row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;margin-top:6px}
.prog_title_text .btn_primary_v1{display:inline-block;background:#641E8A;color:#fff;font-size:14px;font-weight:600;padding:13px 28px;border-radius:8px;text-decoration:none;transition:background 0.2s,box-shadow 0.2s,transform .15s;box-shadow:0 4px 16px #641e8a38;position:relative;z-index:2}
.prog_title_text .btn_primary_v1:hover{background:#4e1570;box-shadow:0 8px 24px #641e8a52;transform:translateY(-2px)}
.prog_title_text .btn_outline_v1{display:inline-block;background:transparent;color:#641E8A;font-size:14px;font-weight:600;padding:12px 28px;border-radius:8px;text-decoration:none;border:2px solid #641E8A;transition:background 0.2s,color 0.2s,transform .15s;position:relative;z-index:2}
.prog_title_text .btn_outline_v1:hover{background:#641E8A;color:#fff;transform:translateY(-2px)}
.courses_block_v2{padding:80px 20px;background:#fff}
.courses_holder_v2{max-width:1140px;margin:0 auto}
.courses_top_row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:48px;flex-wrap:wrap}
.courses_top_row .section_heading{flex:1;min-width:240px}
.courses_top_row .section_heading h3{font-size:34px;font-weight:700;color:#1a1a2e;margin:0 0 10px;line-height:1.2}
.courses_top_row .section_heading h3::before{content:'';display:block;width:36px;height:4px;background:#A4E530;border-radius:2px;margin-bottom:14px}
.courses_top_row .section_heading p{font-size:15px;color:#555;line-height:1.65;margin:0;max-width:400px}
.courses_top_row .filter_note{font-size:13px;color:#888;white-space:nowrap}
.tabs_block_v2{width:100%}
.tab_input_v2{display:none}
.tabs_nav_v2{display:flex;flex-direction:row;gap:6px;margin-bottom:32px;flex-wrap:wrap}
.tab_label_v2{display:inline-block;padding:9px 22px;border-radius:6px;border:1.5px solid #e0e0e0;font-size:13px;font-weight:600;color:#555;cursor:pointer;transition:background 0.2s,color 0.2s,border-color 0.2s,box-shadow .15s;user-select:none}
.tab_label_v2:hover{border-color:#641E8A;color:#641E8A}
.tab_panel_v2{display:none;animation:fadein_panel .3s ease}
@keyframes fadein_panel {
from{opacity:0;transform:translateY(8px)}
to{opacity:1;transform:translateY(0)}
}
#tab_c1:checked ~ .tabs_nav_v2 .tab_label_v2[for="tab_c1"],#tab_c2:checked ~ .tabs_nav_v2 .tab_label_v2[for="tab_c2"],#tab_c3:checked ~ .tabs_nav_v2 .tab_label_v2[for="tab_c3"]{background:#641E8A;color:#fff;border-color:#641E8A;box-shadow:0 4px 14px #641e8a33}
#tab_c1:checked ~ .tab_panel_c1,#tab_c2:checked ~ .tab_panel_c2,#tab_c3:checked ~ .tab_panel_c3{display:block}
.course_grid_v2{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.course_card_v2{background:#F3F6FF;border-radius:12px;padding:28px 24px;display:flex;flex-direction:column;gap:14px;border:1.5px solid transparent;transition:border-color 0.2s,box-shadow 0.25s,transform .2s;position:relative;overflow:hidden}
.course_card_v2::after{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:#A4E530;border-radius:12px 0 0 12px}
.course_card_v2:hover{border-color:#641E8A;box-shadow:0 8px 28px #641e8a21;transform:translateY(-4px)}
.course_card_v2 .card_top_row{display:flex;flex-direction:row;align-items:center;justify-content:space-between}
.course_card_v2 .card_level{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#641E8A;background:#641e8a14;padding:3px 10px;border-radius:4px}
.course_card_v2 .card_duration{font-size:12px;color:#888;display:flex;flex-direction:row;align-items:center;gap:5px}
.course_card_v2 .card_duration svg{width:14px;height:14px;stroke:#888;fill:none}
.course_card_v2 h4{font-size:17px;font-weight:700;color:#1a1a2e;margin:0;line-height:1.35}
.course_card_v2 .card_desc{font-size:13.5px;color:#555;line-height:1.65;margin:0;flex:1}
.course_card_v2 .card_meta{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-top:1px solid #e4e8f5;padding-top:14px;margin-top:4px}
.course_card_v2 .card_participants{font-size:12px;color:#777}
.course_card_v2 .card_link{font-size:13px;font-weight:600;color:#641E8A;text-decoration:none;display:flex;flex-direction:row;align-items:center;gap:5px;transition:gap .15s}
.course_card_v2 .card_link:hover{gap:9px}
.course_card_v2 .card_link svg{width:14px;height:14px;stroke:#641E8A;fill:none}
.divider_wave_v1{width:100%;overflow:hidden;line-height:0;background:#fff}
.divider_wave_v1 svg{display:block;width:100%;height:48px}
.instructors_section_v3{padding:80px 20px 90px;background:linear-gradient(135deg,#1a1a2e 0%,#2d1045 100%);position:relative;overflow:hidden}
.instructors_section_v3::before{content:'';position:absolute;width:500px;height:500px;border-radius:50%;border:60px solid #a4e5300d;top:-150px;right:-100px;pointer-events:none}
.instructors_holder_v3{max-width:1140px;margin:0 auto;position:relative;z-index:1}
.instructors_top_v3{text-align:center;margin-bottom:56px}
.instructors_top_v3 h3{font-size:32px;font-weight:700;color:#fff;margin:0 0 12px;line-height:1.2}
.instructors_top_v3 h3 span{color:#A4E530}
.instructors_top_v3 p{font-size:15px;color:#ffffffa6;max-width:480px;margin:0 auto;line-height:1.65}
.instructors_grid_v3{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.instr_card_v3{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;padding:32px 28px;display:flex;flex-direction:row;gap:24px;align-items:flex-start;transition:background 0.25s,border-color .25s}
.instr_card_v3:hover{background:#ffffff1a;border-color:#a4e5304d}
.instr_card_v3.featured_v3{grid-column:1 / -1;background:#a4e53012;border-color:#a4e53033}
.instr_portrait_v3{flex-shrink:0;width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid #a4e53066}
.instr_portrait_v3 img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;filter:grayscale(20%)}
.instr_card_v3.featured_v3 .instr_portrait_v3{width:100px;height:100px;border-color:#A4E530}
.instr_info_v3{flex:1;display:flex;flex-direction:column;gap:8px}
.instr_info_v3 .instr_name{font-size:18px;font-weight:700;color:#fff;margin:0}
.instr_info_v3 .instr_role{font-size:12px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:#A4E530}
.instr_info_v3 .instr_bio{font-size:13.5px;color:#fff9;line-height:1.6;margin:4px 0 0}
.instr_tags_v3{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;margin-top:6px}
.instr_tags_v3 span{font-size:11px;color:#ffffffb3;background:#ffffff14;padding:3px 10px;border-radius:20px;border:1px solid #ffffff1f}
.instr_stats_row{display:flex;flex-direction:row;gap:28px;margin-top:10px}
.instr_stats_row .stat_item{display:flex;flex-direction:column;gap:2px}
.instr_stats_row .stat_num{font-size:20px;font-weight:700;color:#A4E530}
.instr_stats_row .stat_label{font-size:11px;color:#ffffff80;text-transform:uppercase;letter-spacing:.8px}
@media (max-width: 1024px) {
.course_grid_v2{grid-template-columns:repeat(2,1fr)}
.prog_title_holder{gap:40px}
.prog_title_img_wrap{width:210px;height:210px}
.prog_title_text h1{font-size:38px}
}
@media (max-width: 768px) {
.prog_title_holder{flex-direction:column;align-items:center;text-align:center;gap:28px}
.prog_title_text .prog_desc{max-width:100%}
.prog_title_text .title_cta_row{justify-content:center}
.prog_title_text h1{font-size:30px}
.prog_title_text h2{font-size:16px}
.course_grid_v2{grid-template-columns:1fr}
.courses_top_row{flex-direction:column;align-items:flex-start}
.instructors_grid_v3{grid-template-columns:1fr}
.instr_card_v3.featured_v3{grid-column:auto}
.prog_title_img_wrap{width:180px;height:180px}
}
@media (max-width: 480px) {
.prog_title_section{padding:50px 16px 40px}
.courses_block_v2{padding:50px 16px}
.instructors_section_v3{padding:50px 16px 60px}
.instr_card_v3{flex-direction:column;align-items:center;text-align:center}
.instr_tags_v3{justify-content:center}
.instr_stats_row{justify-content:center}
.tab_label_v2{font-size:12px;padding:8px 14px}
}
.success_page_holder{max-width:1140px;margin:0 auto;padding:80px 24px 120px}
.success_title_block{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:100px 20px 120px;overflow:hidden}
.success_bg_curves{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}
.success_bg_curves svg{width:100%;height:100%;position:absolute;top:0;left:0}
.success_circle_frame{position:relative;z-index:2;width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,#e8f5c8 0%,#d4b8f0 50%,#F3F6FF 100%);display:flex;align-items:center;justify-content:center;margin-bottom:40px;box-shadow:0 8px 32px #641e8a2e 0 2px 8px #a4e53024;filter:saturate(0.72) brightness(0.96);border:3px solid #a4e53059}
.success_circle_frame svg{width:64px;height:64px}
.success_circle_ring{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border-radius:50%;border:2px dashed #641e8a33;animation:ring_rotate 18s linear infinite}
@keyframes ring_rotate {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.success_title_text{position:relative;z-index:2;max-width:680px}
.success_title_text .heading_main{font-size:clamp(2rem,5vw,3.4rem);font-weight:700;color:#641E8A;line-height:1.15;margin:0 0 20px;letter-spacing:.12em;animation:letter_expand 1.1s cubic-bezier(0.22,1,0.36,1) forwards}
@keyframes letter_expand {
from{letter-spacing:-.04em;opacity:0;transform:translateY(12px)}
to{letter-spacing:.12em;opacity:1;transform:translateY(0)}
}
.success_title_text .sub_label{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#A4E530;background:#a4e5301a;border:1px solid #a4e5304d;border-radius:4px;padding:5px 14px;margin-bottom:18px}
.success_title_text .body_desc{font-size:1.05rem;line-height:1.7;color:#2d2d2d;margin:0 0 36px;max-width:520px;margin-left:auto;margin-right:auto}
.success_meta_row{position:relative;z-index:2;display:flex;flex-direction:row;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:8px}
.success_meta_pill{display:flex;flex-direction:row;align-items:center;gap:8px;background:#F3F6FF;border:1px solid #641e8a1a;border-radius:50px;padding:8px 18px;font-size:.84rem;color:#3a1a52;box-shadow:0 2px 8px #641e8a0f;transition:box-shadow 200ms ease,transform 200ms ease}
.success_meta_pill:hover{box-shadow:0 4px 16px #641e8a21;transform:translateY(-2px)}
.success_meta_pill svg{flex-shrink:0;width:16px;height:16px;color:#641E8A}
.success_divider_wave{width:100%;line-height:0;overflow:hidden;margin:0}
.success_divider_wave svg{display:block;width:100%;height:56px}
.success_nav_strip{background:linear-gradient(100deg,#f7f3fd 0%,#F3F6FF 60%,#f5fde8 100%);border-top:1px solid #a4e5302e;border-bottom:1px solid #641e8a14;padding:40px 24px}
.success_nav_inner{max-width:1140px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.success_nav_btn_primary{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:linear-gradient(135deg,#641E8A 0%,#8b3ab5 100%);color:#fff;text-decoration:none;font-size:.95rem;font-weight:600;padding:14px 30px;border-radius:8px;box-shadow:0 4px 18px #641e8a47;transition:box-shadow 300ms ease,transform 200ms ease;z-index:2;position:relative}
.success_nav_btn_primary:hover{box-shadow:0 8px 28px #641e8a61;transform:translateY(-2px)}
.success_nav_btn_secondary{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:#fff;color:#641E8A;text-decoration:none;font-size:.95rem;font-weight:600;padding:13px 28px;border-radius:8px;border:2px solid #641E8A;box-shadow:0 2px 10px #641e8a14;transition:background 200ms ease,color 200ms ease,box-shadow 200ms ease,transform 200ms ease;z-index:2;position:relative}
.success_nav_btn_secondary:hover{background:#641E8A;color:#fff;box-shadow:0 4px 18px #641e8a38;transform:translateY(-2px)}
.success_nav_btn_primary svg,.success_nav_btn_secondary svg{width:18px;height:18px;flex-shrink:0}
@media (max-width: 768px) {
.success_title_block{padding:70px 16px 90px}
.success_circle_frame{width:110px;height:110px}
.success_circle_frame svg{width:48px;height:48px}
.success_meta_row{flex-direction:column;align-items:stretch}
.success_meta_pill{justify-content:center}
.success_nav_inner{flex-direction:column;align-items:stretch}
.success_nav_btn_primary,.success_nav_btn_secondary{justify-content:center}
}
@media (max-width: 480px) {
.success_title_block{padding:50px 12px 70px}
.success_title_text .body_desc{font-size:.97rem}
}