@import "https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap";
html,body{margin:0;padding:0;font-family:'Karla',sans-serif;background:#FAFAFA;color:#1A1A1A}
*{box-sizing:border-box}
.header_main_container{background:linear-gradient(137deg,#38149A 0%,#5B2BB8 100%);padding:28px 0 22px;box-shadow:0 4px 12px #38149a26}
.header_top_section{max-width:1536px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;gap:40px}
.logo_wrapper_main{display:flex;align-items:center;gap:18px}
.logo_image_container{width:92px;height:92px;background:#FFF;border-radius:24px;padding:14px;box-shadow:0 6px 14px #0003}
.logo_image_container img{width:100%;height:100%;object-fit:contain}
.main_navigation_links{display:flex;gap:6px;align-items:center;flex-wrap:wrap}
.main_navigation_links a{color:#FFF;text-decoration:none;padding:11px 22px;font-size:16px;font-weight:400;border-radius:22px;transition:background-color .2s ease}
.main_navigation_links a:hover{background-color:#ffffff1f}
.header_bottom_row{max-width:1536px;margin:0 auto;padding:18px 24px 0}
.company_name_display{font-size:15px;font-weight:400;color:#ffffffd9;letter-spacing:.3px}
.footer_wrapper_main{background:linear-gradient(143deg,#1A1A1A 0%,#2D2D2D 100%);padding:52px 0 28px;margin-top:80px;color:#E5E5E5}
.footer_content_container{max-width:1536px;margin:0 auto;padding:0 24px}
.footer_description_text{font-size:16px;line-height:1.9;max-width:720px;margin-bottom:38px;color:#CFCFCF}
.footer_bottom_section{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px;padding-top:28px;border-top:1px solid #ffffff1f}
.footer_navigation_menu{display:flex;gap:28px;flex-wrap:wrap}
.footer_navigation_menu a{color:#B8B8B8;text-decoration:none;font-size:15px;transition:color .2s ease}
.footer_navigation_menu a:hover{color:#FCFC1E}
.copyright_text_footer{font-size:14px;color:#888}
.consent_popup_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000009e;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}
.consent_popup_overlay.showing{display:flex;animation:slideInBottom .4s ease-out}
.consent_popup_overlay.hiding{animation:slideOutBottom .3s ease-in}
@keyframes slideInBottom {
from{opacity:0;transform:translateY(60px)}
to{opacity:1;transform:translateY(0)}
}
@keyframes slideOutBottom {
from{opacity:1;transform:translateY(0)}
to{opacity:0;transform:translateY(60px)}
}
.consent_card_wrapper{background:#FFF;border-radius:28px;padding:38px 42px;max-width:580px;width:100%;box-shadow:0 14px 32px #00000040}
.consent_card_wrapper h2{font-size:24px;font-weight:700;margin:0 0 18px;color:#38149A}
.consent_card_wrapper p{font-size:15px;line-height:1.7;margin:0 0 24px;color:#444}
.settings_group_container{background:#F7F7F7;border-radius:18px;padding:22px 24px;margin-bottom:28px}
.toggle_switch_row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}
.toggle_switch_row label{font-size:15px;color:#333;font-weight:400}
.switch_toggle_input{position:relative;width:52px;height:28px;background:#CCC;border-radius:28px;cursor:pointer;transition:background .3s ease}
.switch_toggle_input:after{content:'';position:absolute;width:22px;height:22px;background:#FFF;border-radius:50%;top:3px;left:3px;transition:transform .3s ease;box-shadow:0 2px 5px #0003}
.switch_toggle_input.active_switch{background:#0398DF}
.switch_toggle_input.active_switch:after{transform:translateX(24px)}
.data_sale_checkbox_row{display:flex;align-items:center;gap:12px}
.data_sale_checkbox_row input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.data_sale_checkbox_row label{font-size:14px;color:#555;cursor:pointer}
.consent_button_group{display:flex;gap:14px;flex-wrap:wrap}
.consent_button_outlined{flex:1;min-width:140px;padding:13px 24px;border:2px solid #38149A;background:transparent;color:#38149A;border-radius:26px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .2s ease,color .2s ease;font-family:'Karla',sans-serif}
.consent_button_outlined:hover{background-color:#38149a14}
.consent_button_outlined.accept_action{border-color:#0398DF;color:#0398DF}
.consent_button_outlined.accept_action:hover{background-color:#0398df14}
@media (max-width: 768px) {
.header_top_section{flex-direction:column;align-items:flex-start;gap:24px}
.main_navigation_links{width:100%;flex-direction:column;gap:8px}
.main_navigation_links a{width:100%;text-align:center}
.logo_image_container{width:76px;height:76px}
.footer_bottom_section{flex-direction:column;align-items:flex-start}
.footer_navigation_menu{flex-direction:column;gap:14px}
.consent_card_wrapper{padding:28px 24px}
.consent_button_group{flex-direction:column}
.consent_button_outlined{width:100%}
}
@media (max-width: 480px) {
.logo_image_container{width:64px;height:64px}
.company_name_display{font-size:14px}
.consent_card_wrapper h2{font-size:20px}
}
.policy-section{max-width:1536px;margin:0 auto;padding:80px 24px;background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%)}
.policy-section h1{font-size:48px;font-weight:700;color:#38149A;margin-bottom:32px;line-height:1.2;letter-spacing:-.02em}
.policy-section h2{font-size:36px;font-weight:600;color:#38149A;margin-top:64px;margin-bottom:24px;line-height:1.3;letter-spacing:-.01em}
.policy-section h3{font-size:28px;font-weight:600;color:#0398DF;margin-top:48px;margin-bottom:20px;line-height:1.4}
.policy-section h4{font-size:22px;font-weight:600;color:#2c3e50;margin-top:36px;margin-bottom:16px;line-height:1.4}
.policy-section h5{font-size:18px;font-weight:600;color:#34495e;margin-top:28px;margin-bottom:12px;line-height:1.5}
.policy-section h6{font-size:16px;font-weight:600;color:#576574;margin-top:24px;margin-bottom:10px;line-height:1.5}
.policy-section p{font-size:17px;line-height:1.8;color:#2c3e50;margin-bottom:20px;max-width:900px}
.policy-section ul{margin:24px 0;padding-left:32px;max-width:900px}
.policy-section ol{margin:24px 0;padding-left:32px;max-width:900px}
.policy-section ul li{font-size:17px;line-height:1.8;color:#2c3e50;margin-bottom:12px;padding-left:8px}
.policy-section ol li{font-size:17px;line-height:1.8;color:#2c3e50;margin-bottom:12px;padding-left:8px}
.policy-section ul ul{margin-top:12px;margin-bottom:12px}
.policy-section ol ol{margin-top:12px;margin-bottom:12px}
.policy-section em{font-style:italic;color:#34495e}
.policy-section i{font-style:italic;color:#34495e}
.policy-section strong{font-weight:600;color:#1a252f}
.policy-section a{color:#0398DF;text-decoration:none;border-bottom:2px solid transparent;transition:all .3s ease;font-weight:500}
.policy-section a:hover{color:#38149A;border-bottom-color:#38149A}
.policy-section a:focus{outline:3px solid #FCFC1E;outline-offset:2px;border-radius:4px}
.policy-section table{width:100%;max-width:1200px;margin:40px 0;border-collapse:separate;border-spacing:0;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 12px #38149a14}
.policy-section thead{background:linear-gradient(135deg,#38149A 0%,#0398DF 100%)}
.policy-section thead tr{border:none}
.policy-section thead th{padding:20px 24px;text-align:left;font-size:16px;font-weight:600;color:#fff;border:none;letter-spacing:.02em}
.policy-section tbody tr{border-bottom:1px solid #e8ecef;transition:background .2s ease}
.policy-section tbody tr:last-child{border-bottom:none}
.policy-section tbody tr:hover{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%)}
.policy-section tbody td{padding:18px 24px;font-size:16px;line-height:1.6;color:#2c3e50;border:none}
.policy-section th{font-weight:600}
.policy-section td{font-weight:400}
.policy-section hr{border:none;height:2px;background:linear-gradient(90deg,#38149A 0%,#0398DF 50%,#FCFC1E 100%);margin:56px 0;border-radius:2px;max-width:900px}
@media (max-width: 768px) {
.policy-section{padding:48px 20px}
.policy-section h1{font-size:36px;margin-bottom:24px}
.policy-section h2{font-size:28px;margin-top:48px;margin-bottom:20px}
.policy-section h3{font-size:22px;margin-top:36px;margin-bottom:16px}
.policy-section h4{font-size:19px;margin-top:28px;margin-bottom:14px}
.policy-section h5{font-size:17px;margin-top:24px;margin-bottom:12px}
.policy-section h6{font-size:15px;margin-top:20px;margin-bottom:10px}
.policy-section p{font-size:16px;line-height:1.7;margin-bottom:18px}
.policy-section ul{padding-left:24px;margin:20px 0}
.policy-section ol{padding-left:24px;margin:20px 0}
.policy-section ul li{font-size:16px;margin-bottom:10px}
.policy-section ol li{font-size:16px;margin-bottom:10px}
.policy-section table{display:block;overflow-x:auto;margin:32px 0;border-radius:20px}
.policy-section thead th{padding:16px;font-size:14px}
.policy-section tbody td{padding:14px 16px;font-size:14px}
.policy-section hr{margin:40px 0}
}
@media (max-width: 480px) {
.policy-section{padding:32px 16px}
.policy-section h1{font-size:28px;margin-bottom:20px}
.policy-section h2{font-size:24px;margin-top:40px;margin-bottom:16px}
.policy-section h3{font-size:20px;margin-top:32px;margin-bottom:14px}
.policy-section table{font-size:13px;border-radius:16px}
.policy-section thead th{padding:12px;font-size:13px}
.policy-section tbody td{padding:12px;font-size:13px}
}
.aging_title_area{max-width:1536px;margin:0 auto;padding:80px 20px 90px;position:relative;overflow:hidden}
.aging_title_area::before{content:'';position:absolute;top:-120px;right:-80px;width:420px;height:420px;background:linear-gradient(137deg,#38149a17,#0398df0f);border-radius:50%;z-index:1}
.aging_title_area::after{content:'';position:absolute;bottom:-90px;left:-60px;width:340px;height:340px;background:linear-gradient(213deg,#fcfc1e14,#38149a0d);border-radius:35% 65% 42% 58%;z-index:1}
.main_title_group{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center}
.title_text_zone h1{font-size:52px;line-height:1.15;margin:0 0 26px;color:#1a1a1a;font-weight:700}
.title_text_zone .extended_description{font-size:18px;line-height:1.7;color:#3d3d3d;margin:0}
.title_visual_holder{position:relative}
.title_visual_holder img{width:100%;height:440px;object-fit:cover;border-radius:28px;display:block;position:relative;z-index:1}
.title_visual_holder::before{content:'';position:absolute;top:0;left:0;right:0;height:140px;background:linear-gradient(180deg,#38149a66 0%,transparent 100%);border-radius:28px 28px 0 0;z-index:2}
.title_visual_holder::after{content:'';position:absolute;bottom:0;left:0;right:0;height:160px;background:linear-gradient(0deg,#0398df59 0%,transparent 100%);border-radius:0 0 28px 28px;z-index:2}
@media (max-width: 1024px) {
.main_title_group{grid-template-columns:1fr;gap:50px}
.title_text_zone h1{font-size:42px}
.title_visual_holder img{height:380px}
}
@media (max-width: 768px) {
.aging_title_area{padding:60px 16px 70px}
.title_text_zone h1{font-size:36px;margin-bottom:20px}
.title_text_zone .extended_description{font-size:16px}
.title_visual_holder img{height:320px}
}
.offering_showcase_section{max-width:1536px;margin:0 auto;padding:90px 20px 100px;background:linear-gradient(165deg,#f9f9f9 0%,#fff 50%,#fafafa 100%)}
.showcase_wrapper{display:flex;gap:80px;align-items:flex-start}
.showcase_left_profile{flex:0 0 320px}
.profile_portrait_box{position:relative;margin-bottom:28px}
.profile_portrait_box img{width:100%;height:420px;object-fit:cover;border-radius:32px;display:block}
.profile_info_details h3{font-size:26px;margin:0 0 8px;color:#2a2a2a;font-weight:600}
.profile_info_details .role_label{font-size:16px;color:#5a5a5a;margin:0 0 18px}
.profile_info_details .bio_snippet{font-size:15px;line-height:1.6;color:#444;margin:0}
.showcase_main_content_area{flex:1;min-width:0}
.showcase_main_content_area h2{font-size:38px;margin:0 0 36px;color:#1f1f1f;font-weight:700;position:relative;padding-bottom:18px}
.showcase_main_content_area h2::after{content:'';position:absolute;bottom:0;left:0;width:90px;height:4px;background:linear-gradient(90deg,#38149A,#0398DF);border-radius:4px}
.curriculum_flow_wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:50px}
.curriculum_module_card{background:#fff;padding:30px 26px;border-radius:24px;box-shadow:0 4px 14px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.curriculum_module_card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001c}
.module_number_badge{display:inline-block;width:44px;height:44px;background:linear-gradient(135deg,#38149A,#0398DF);border-radius:50%;color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.curriculum_module_card h4{font-size:20px;margin:0 0 12px;color:#2a2a2a;font-weight:600}
.curriculum_module_card p{font-size:15px;line-height:1.6;color:#4f4f4f;margin:0}
.additional_instructor_block{background:linear-gradient(120deg,#38149a0a,#0398df08);padding:32px;border-radius:28px;display:flex;gap:32px;align-items:center}
.instructor_photo_container{flex:0 0 180px}
.instructor_photo_container img{width:100%;height:220px;object-fit:cover;border-radius:24px;display:block}
.instructor_details_text{flex:1}
.instructor_details_text h5{font-size:22px;margin:0 0 6px;color:#2a2a2a;font-weight:600}
.instructor_details_text .instructor_position{font-size:15px;color:#38149A;margin:0 0 14px;font-weight:500}
.instructor_details_text .instructor_bio_text{font-size:15px;line-height:1.6;color:#484848;margin:0}
.offering_tab_interface{margin-top:60px;background:#fff;border-radius:32px;padding:40px;box-shadow:0 6px 20px #00000012}
.tab_radio_input{display:none}
.tab_navigation_row{display:flex;gap:12px;margin-bottom:38px;border-bottom:2px solid #ebebeb;padding-bottom:2px}
.tab_label_button{padding:14px 28px;background:transparent;border:none;font-size:16px;font-weight:500;color:#6a6a6a;cursor:pointer;border-radius:20px 20px 0 0;transition:all .3s ease;position:relative}
.tab_label_button:hover{color:#38149A;background:#38149a0a}
.tab_radio_input:checked + .tab_label_button{color:#38149A;font-weight:600;background:#38149a0f}
.tab_radio_input:checked + .tab_label_button::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:3px;background:linear-gradient(90deg,#38149A,#0398DF)}
.tab_content_panel{display:none}
#courses_tab1:checked ~ .tab_panels_container .tab_panel_one,#courses_tab2:checked ~ .tab_panels_container .tab_panel_two,#courses_tab3:checked ~ .tab_panels_container .tab_panel_three{display:block}
.panel_inner_content h6{font-size:24px;margin:0 0 20px;color:#2a2a2a;font-weight:600}
.panel_inner_content p{font-size:16px;line-height:1.7;color:#484848;margin:0 0 18px}
.feature_list_panel{list-style:none;padding:0;margin:24px 0 0}
.feature_list_panel li{padding:12px 0 12px 36px;font-size:15px;color:#3f3f3f;position:relative;line-height:1.5}
.feature_list_panel li::before{content:'✓';position:absolute;left:0;top:10px;width:24px;height:24px;background:linear-gradient(135deg,#38149A,#0398DF);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}
.enroll_action_zone{margin-top:40px;padding-top:32px;border-top:2px solid #efefef;display:flex;justify-content:space-between;align-items:center}
.pricing_display_text{font-size:15px;color:#5a5a5a;margin:0 0 6px}
.price_value_large{font-size:42px;font-weight:700;color:#38149A;margin:0}
.enroll_button_primary{padding:16px 44px;background:linear-gradient(135deg,#38149A,#0398DF);color:#fff;font-size:17px;font-weight:600;border:none;border-radius:28px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;display:inline-block}
.enroll_button_primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #38149a40}
@media (max-width: 1200px) {
.curriculum_flow_wrapper{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 1024px) {
.showcase_wrapper{flex-direction:column;gap:50px}
.showcase_left_profile{flex:none;width:100%;max-width:400px;margin:0 auto}
.additional_instructor_block{flex-direction:column;text-align:center}
.instructor_photo_container{flex:none;width:200px;margin:0 auto}
}
@media (max-width: 768px) {
.offering_showcase_section{padding:70px 16px 80px}
.showcase_main_content_area h2{font-size:32px;margin-bottom:28px}
.curriculum_flow_wrapper{grid-template-columns:1fr;gap:24px}
.offering_tab_interface{padding:28px 20px}
.tab_navigation_row{flex-direction:column;gap:8px}
.tab_label_button{text-align:left;padding:12px 20px}
.enroll_action_zone{flex-direction:column;gap:24px;text-align:center}
.price_value_large{font-size:36px}
}
.opening_hero{background:linear-gradient(127deg,#38149A 0%,#0398DF 100%);padding:0;position:relative;overflow:hidden}
.opening_hero .hero_grid{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;min-height:580px}
.opening_hero .text_area{padding:80px 60px;position:relative;z-index:2}
.opening_hero .main_heading{font-size:56px;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.15}
.opening_hero .intro_description{font-size:21px;line-height:1.6;color:#ffffffed;margin:0}
.opening_hero .image_area{position:relative;height:100%;min-height:580px}
.opening_hero .image_area img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.opening_hero .image_area::before{content:'';position:absolute;top:0;left:0;width:35%;height:100%;background:linear-gradient(90deg,#0398DF 0%,transparent 100%);z-index:1}
@media (max-width: 1024px) {
.opening_hero .hero_grid{grid-template-columns:1fr;min-height:auto}
.opening_hero .text_area{padding:60px 40px}
.opening_hero .main_heading{font-size:44px}
.opening_hero .image_area{min-height:400px}
}
@media (max-width: 768px) {
.opening_hero .text_area{padding:50px 24px}
.opening_hero .main_heading{font-size:36px}
.opening_hero .intro_description{font-size:18px}
.opening_hero .image_area{min-height:320px}
}
.inspiration_showcase{background:#f8f9fb;padding:96px 24px}
.inspiration_showcase .inner_container{max-width:1536px;margin:0 auto}
.inspiration_showcase .section_label{font-size:15px;font-weight:600;color:#38149A;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 16px}
.inspiration_showcase .section_headline{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 20px;line-height:1.2}
.inspiration_showcase .section_intro{font-size:19px;line-height:1.65;color:#404040;margin:0 0 68px;max-width:820px}
.inspiration_showcase .stories_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}
.inspiration_showcase .story_item{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 12px #0000000f;transition:all .3s ease}
.inspiration_showcase .story_item:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0000001f}
.inspiration_showcase .story_image{width:100%;height:240px;object-fit:cover}
.inspiration_showcase .story_content{padding:32px 28px}
.inspiration_showcase .story_title{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 14px;line-height:1.3}
.inspiration_showcase .story_text{font-size:16px;line-height:1.6;color:#505050;margin:0 0 22px}
.inspiration_showcase .story_metrics{display:flex;gap:28px}
.inspiration_showcase .metric_unit{display:flex;flex-direction:column}
.inspiration_showcase .metric_value{font-size:28px;font-weight:700;color:#0398DF;line-height:1;margin:0 0 6px}
.inspiration_showcase .metric_label{font-size:13px;color:#707070;line-height:1.3}
@media (max-width: 1024px) {
.inspiration_showcase .stories_grid{grid-template-columns:repeat(2,1fr);gap:36px}
.inspiration_showcase .section_headline{font-size:36px}
}
@media (max-width: 768px) {
.inspiration_showcase{padding:68px 24px}
.inspiration_showcase .stories_grid{grid-template-columns:1fr;gap:28px}
.inspiration_showcase .section_headline{font-size:32px}
.inspiration_showcase .section_intro{font-size:17px;margin-bottom:48px}
}
.ecosystem_overview{padding:92px 24px;background:linear-gradient(215deg,#38149a0a 0%,#0398df0a 100%);position:relative}
.ecosystem_overview::before{content:'';position:absolute;top:0;right:0;width:420px;height:420px;background:radial-gradient(circle,#fcfc1e1f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.ecosystem_overview .wrapper_box{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.ecosystem_overview .top_section{text-align:center;margin-bottom:76px}
.ecosystem_overview .primary_heading{font-size:44px;font-weight:700;color:#1a1a1a;margin:0 0 18px;line-height:1.2}
.ecosystem_overview .description_text{font-size:19px;line-height:1.65;color:#404040;margin:0 auto;max-width:740px}
.ecosystem_overview .tabs_wrapper{background:#fff;border-radius:32px;padding:48px;box-shadow:0 8px 24px #00000014}
.ecosystem_overview input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.ecosystem_overview .tabs_navigation{display:flex;gap:12px;margin-bottom:48px;border-bottom:2px solid #e5e5e5;padding-bottom:0}
.ecosystem_overview .tab_label{padding:16px 32px;font-size:17px;font-weight:600;color:#606060;cursor:pointer;border-radius:12px 12px 0 0;transition:all .3s ease;border-bottom:3px solid transparent;margin-bottom:-2px}
.ecosystem_overview .tab_label:hover{color:#38149A;background:#38149a0a}
.ecosystem_overview input[type="radio"]:checked + .tab_label{color:#38149A;border-bottom-color:#38149A}
.ecosystem_overview .tab_panel{display:none}
.ecosystem_overview #tab1:checked ~ .panels_container .panel1,.ecosystem_overview #tab2:checked ~ .panels_container .panel2,.ecosystem_overview #tab3:checked ~ .panels_container .panel3{display:block}
.ecosystem_overview .panel_content{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.ecosystem_overview .panel_info h3{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 20px}
.ecosystem_overview .panel_info p{font-size:17px;line-height:1.7;color:#454545;margin:0 0 28px}
.ecosystem_overview .features_list{list-style:none;padding:0;margin:32px 0 0}
.ecosystem_overview .features_list li{padding:16px 0;border-bottom:1px solid #e8e8e8;font-size:16px;color:#353535;position:relative;padding-left:32px}
.ecosystem_overview .features_list li::before{content:'→';position:absolute;left:0;color:#0398DF;font-weight:700;font-size:18px}
.ecosystem_overview .features_list li:last-child{border-bottom:none}
.ecosystem_overview .panel_visual{background:linear-gradient(135deg,#f4f4f4 0%,#e9e9e9 100%);border-radius:24px;padding:40px;display:flex;flex-direction:column;gap:24px}
.ecosystem_overview .stat_box{background:#fff;padding:28px;border-radius:16px;border-left:4px solid #0398DF;box-shadow:0 2px 8px #0000000a}
.ecosystem_overview .stat_number{font-size:36px;font-weight:700;color:#38149A;margin:0 0 8px;line-height:1}
.ecosystem_overview .stat_description{font-size:15px;color:#505050;line-height:1.5;margin:0}
@media (max-width: 1024px) {
.ecosystem_overview .panel_content{grid-template-columns:1fr;gap:40px}
.ecosystem_overview .primary_heading{font-size:38px}
.ecosystem_overview .tabs_navigation{flex-wrap:wrap}
}
@media (max-width: 768px) {
.ecosystem_overview{padding:68px 24px}
.ecosystem_overview .tabs_wrapper{padding:28px 20px}
.ecosystem_overview .tabs_navigation{flex-direction:column;gap:8px;border-bottom:none}
.ecosystem_overview .tab_label{padding:14px 20px;border-radius:12px;border:2px solid #e5e5e5;border-bottom:2px solid #e5e5e5;margin-bottom:0}
.ecosystem_overview input[type="radio"]:checked + .tab_label{border-color:#38149A}
.ecosystem_overview .primary_heading{font-size:32px}
.ecosystem_overview .description_text{font-size:17px}
}
.career_pathways{padding:88px 24px;background:#fff}
.career_pathways .content_wrapper{max-width:1536px;margin:0 auto}
.career_pathways .split_layout{display:grid;grid-template-columns:480px 1fr;gap:84px;align-items:start}
.career_pathways .left_column{position:sticky;top:40px}
.career_pathways .section_tag{font-size:14px;font-weight:600;color:#0398DF;text-transform:uppercase;letter-spacing:1.4px;margin:0 0 18px;display:inline-block;padding:6px 16px;background:#0398df14;border-radius:20px}
.career_pathways .heading_main{font-size:40px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.25}
.career_pathways .description_block{font-size:18px;line-height:1.7;color:#404040;margin:0 0 36px}
.career_pathways .profile_card{background:linear-gradient(135deg,#f7f7f7 0%,#ececec 100%);border-radius:24px;padding:32px;display:flex;align-items:center;gap:24px}
.career_pathways .profile_image{width:96px;height:96px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 4px 12px #0000001a}
.career_pathways .profile_info h4{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 6px}
.career_pathways .profile_info p{font-size:15px;color:#606060;margin:0;line-height:1.5}
.career_pathways .right_column{display:flex;flex-direction:column;gap:32px}
.career_pathways .journey_step{background:#fafafa;border-radius:20px;padding:36px 40px;border-left:6px solid #FCFC1E;position:relative;transition:all .3s ease}
.career_pathways .journey_step:hover{background:#fff;box-shadow:0 8px 20px #00000014;border-left-color:#38149A}
.career_pathways .step_number{position:absolute;top:-16px;left:32px;width:44px;height:44px;background:linear-gradient(135deg,#38149A 0%,#0398DF 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff;box-shadow:0 4px 12px #38149a4d}
.career_pathways .step_title{font-size:24px;font-weight:700;color:#1a1a1a;margin:8px 0 14px}
.career_pathways .step_description{font-size:16px;line-height:1.65;color:#454545;margin:0 0 20px}
.career_pathways .step_outcome{background:#fff;padding:18px 22px;border-radius:12px;border:1px solid #e0e0e0;font-size:15px;color:#353535;line-height:1.6;position:relative;padding-left:48px}
.career_pathways .step_outcome::before{content:'✓';position:absolute;left:18px;top:18px;width:24px;height:24px;background:#0398DF;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}
@media (max-width: 1200px) {
.career_pathways .split_layout{grid-template-columns:1fr;gap:56px}
.career_pathways .left_column{position:static}
.career_pathways .profile_card{max-width:480px}
}
@media (max-width: 768px) {
.career_pathways{padding:68px 24px}
.career_pathways .heading_main{font-size:32px}
.career_pathways .description_block{font-size:17px}
.career_pathways .profile_card{flex-direction:column;text-align:center;padding:28px}
.career_pathways .journey_step{padding:32px 24px}
.career_pathways .step_title{font-size:21px}
}
.main_wrapper_page{max-width:1536px;margin:0 auto;padding:0}
.title_area{background:linear-gradient(157deg,#38149A 0%,#0398DF 100%);padding:112px 24px 96px;position:relative;overflow:hidden;border-radius:0 0 32px 32px}
.title_area::before{content:'';position:absolute;width:380px;height:380px;background:#fcfc1e14;border-radius:50%;top:-120px;right:-80px;animation:pulse_float 8s ease-in-out infinite}
.title_area::after{content:'';position:absolute;width:280px;height:280px;background:#0398df1f;border-radius:50%;bottom:-100px;left:-60px;animation:pulse_float 10s ease-in-out infinite reverse}
@keyframes pulse_float {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(20px,-20px) scale(1.1)}
}
.title_wrapper{max-width:920px;margin:0 auto;position:relative;z-index:2}
.title_area .main_title{font-size:56px;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.15;letter-spacing:-.02em}
.title_area .subtitle_text{font-size:21px;color:#ffffffeb;line-height:1.6;margin:0}
.section_story{padding:96px 24px;background:#fff}
.story_grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.story_text_block .block_heading{font-size:38px;font-weight:600;color:#38149A;margin:0 0 28px;line-height:1.25}
.story_text_block .text_paragraph{font-size:17px;color:#2a2a2a;line-height:1.7;margin:0 0 20px}
.story_text_block .text_paragraph:last-child{margin-bottom:0}
.story_image_holder{position:relative}
.story_image_holder .content_image{width:100%;height:460px;object-fit:cover;border-radius:28px;box-shadow:0 12px 32px #38149a26}
.approach_section{padding:88px 24px;background:linear-gradient(243deg,#38149a0a 0%,#0398df0f 100%)}
.approach_container{max-width:1280px;margin:0 auto}
.approach_container .section_label{font-size:42px;font-weight:700;color:#0398DF;text-align:center;margin:0 0 64px;line-height:1.2}
.approach_cards{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.single_card{background:#fff;padding:40px 32px;border-radius:24px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.single_card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #38149a1f}
.single_card .card_icon{width:56px;height:56px;background:linear-gradient(135deg,#38149A 0%,#0398DF 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.single_card .icon_svg{width:28px;height:28px;fill:#fff}
.single_card .card_title{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 16px;line-height:1.3}
.single_card .card_description{font-size:16px;color:#4a4a4a;line-height:1.65;margin:0}
.expertise_zone{padding:92px 24px;background:#fff}
.expertise_layout{max-width:1380px;margin:0 auto;display:flex;gap:96px;align-items:flex-start}
.expertise_images{flex:0 0 540px;display:grid;grid-template-columns:1fr 1fr;gap:24px}
.expertise_images .img_one{width:100%;height:320px;object-fit:cover;border-radius:24px;grid-column:1 / 2}
.expertise_images .img_two{width:100%;height:320px;object-fit:cover;border-radius:24px;grid-column:2 / 3;margin-top:48px}
.expertise_content{flex:1}
.expertise_content .section_heading{font-size:44px;font-weight:700;color:#38149A;margin:0 0 32px;line-height:1.2}
.expertise_content .content_text{font-size:17px;color:#2d2d2d;line-height:1.75;margin:0 0 28px}
.expertise_list{list-style:none;padding:0;margin:36px 0 0}
.expertise_list .list_entry{padding:20px 0;border-bottom:1px solid #38149a1f;display:flex;align-items:center;gap:16px}
.expertise_list .list_entry:first-child{padding-top:0}
.expertise_list .list_entry:last-child{border-bottom:none}
.expertise_list .entry_marker{width:24px;height:24px;background:linear-gradient(135deg,#0398DF 0%,#FCFC1E 100%);border-radius:50%;flex-shrink:0}
.expertise_list .entry_text{font-size:18px;color:#1a1a1a;font-weight:500;margin:0;line-height:1.5}
.team_showcase{padding:88px 24px;background:linear-gradient(168deg,#0398df0d 0%,#fcfc1e14 100%);position:relative}
.team_showcase::before{content:'';position:absolute;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#0398DF 50%,transparent 100%);top:0;left:0}
.team_inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:380px 1fr;gap:72px;align-items:center}
.profile_card{background:#fff;border-radius:32px;padding:36px;box-shadow:0 8px 24px #38149a1a;text-align:center}
.profile_card .profile_img{width:220px;height:220px;object-fit:cover;border-radius:50%;margin:0 auto 24px;border:4px solid #FCFC1E}
.profile_card .profile_name{font-size:26px;font-weight:700;color:#38149A;margin:0 0 8px;line-height:1.3}
.profile_card .profile_role{font-size:17px;color:#0398DF;font-weight:500;margin:0}
.team_description{padding-left:12px}
.team_description .description_title{font-size:40px;font-weight:700;color:#1a1a1a;margin:0 0 28px;line-height:1.25}
.team_description .description_paragraph{font-size:17px;color:#3a3a3a;line-height:1.7;margin:0 0 20px}
.team_description .cta_button{display:inline-block;background:linear-gradient(127deg,#38149A 0%,#0398DF 100%);color:#fff;font-size:17px;font-weight:600;padding:16px 40px;border-radius:28px;text-decoration:none;margin-top:24px;transition:all .3s ease;box-shadow:0 4px 16px #38149a33}
.team_description .cta_button:hover{transform:translateY(-3px);box-shadow:0 8px 24px #38149a4d}
@media (max-width: 1024px) {
.title_area .main_title{font-size:44px}
.story_grid{grid-template-columns:1fr;gap:48px}
.approach_cards{grid-template-columns:1fr;gap:28px}
.expertise_layout{flex-direction:column;gap:56px}
.expertise_images{flex:none;width:100%;max-width:600px}
.team_inner{grid-template-columns:1fr;gap:48px}
.profile_card{max-width:400px;margin:0 auto}
}
@media (max-width: 768px) {
.title_area{padding:72px 20px 64px;border-radius:0 0 24px 24px}
.title_area .main_title{font-size:36px}
.title_area .subtitle_text{font-size:18px}
.section_story{padding:64px 20px}
.story_text_block .block_heading{font-size:32px}
.story_image_holder .content_image{height:340px}
.approach_section{padding:64px 20px}
.approach_container .section_label{font-size:34px;margin-bottom:44px}
.single_card{padding:32px 24px}
.expertise_zone{padding:64px 20px}
.expertise_images{grid-template-columns:1fr}
.expertise_images .img_two{margin-top:0}
.expertise_content .section_heading{font-size:34px}
.team_showcase{padding:64px 20px}
.team_description .description_title{font-size:32px}
.team_description{padding-left:0}
}
.top_section_bg{position:relative;background:linear-gradient(157deg,#38149A 0%,#0398DF 100%);padding:120px 0 80px;overflow:hidden}
.top_section_bg::before,.top_section_bg::after{content:'';position:absolute;width:8px;height:8px;background:#FCFC1E;border-radius:50%}
.top_section_bg::before{top:30px;left:30px;box-shadow:15px 0 0 #FCFC1E,30px 0 0 #FCFC1E,0 15px 0 #FCFC1E,0 30px 0 #FCFC1E}
.top_section_bg::after{bottom:30px;right:30px;box-shadow:-15px 0 0 #FCFC1E,-30px 0 0 #FCFC1E,0 -15px 0 #FCFC1E,0 -30px 0 #FCFC1E}
.top_section_bg .overlay_gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000004d 0%,transparent 30%,transparent 70%,#0000004d 100%)}
.top_content_wrapper{max-width:1536px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.top_section_bg .heading_primary{font-size:48px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2}
.top_section_bg .subtext_block{font-size:20px;color:#ffffffe6;max-width:720px;line-height:1.6}
.contact_main_container{max-width:1536px;margin:0 auto;padding:80px 20px}
.contact_grid_layout{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.info_cards_section{display:flex;flex-direction:column;gap:30px}
.contact_card_box{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:35px 30px;border-radius:28px;box-shadow:0 4px 12px #38149a14;transition:all .3s ease}
.contact_card_box:hover{transform:translateY(-4px);box-shadow:0 8px 24px #38149a26}
.contact_card_box .icon_holder{width:56px;height:56px;background:linear-gradient(125deg,#38149A 0%,#0398DF 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.contact_card_box .icon_holder svg{width:28px;height:28px;fill:#fff}
.contact_card_box h3{font-size:22px;font-weight:600;color:#38149A;margin:0 0 12px}
.contact_card_box p{font-size:16px;color:#495057;margin:0 0 8px;line-height:1.6}
.contact_card_box a{color:#0398DF;text-decoration:none;font-weight:500;transition:color .2s ease}
.contact_card_box a:hover{color:#38149A}
.form_wrapper_section{background:#fff;padding:45px 40px;border-radius:32px;box-shadow:0 6px 18px #0000001a}
.form_wrapper_section h2{font-size:32px;font-weight:700;color:#212529;margin:0 0 10px}
.form_wrapper_section .form_subtitle{font-size:16px;color:#6c757d;margin:0 0 35px}
.form_field_group{margin-bottom:25px}
.form_field_group label{display:block;font-size:15px;font-weight:600;color:#38149A;margin-bottom:8px}
.form_field_group input[type="text"],.form_field_group input[type="email"],.form_field_group select{width:100%;padding:14px 18px;font-size:16px;border:2px solid #e9ecef;border-radius:20px;background:#f8f9fa;transition:all .3s ease;outline:none}
.form_field_group input[type="text"]:focus,.form_field_group input[type="email"]:focus,.form_field_group select:focus{border-color:#0398DF;background:#fff;box-shadow:0 0 0 4px #0398df1a}
.form_field_group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%2338149A' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;cursor:pointer}
.privacy_checkbox_wrapper{margin:30px 0}
.privacy_checkbox_wrapper input[type="checkbox"]{width:20px;height:20px;margin-right:10px;cursor:pointer;vertical-align:middle}
.privacy_checkbox_wrapper label{font-size:14px;color:#495057;display:inline;cursor:pointer}
.privacy_checkbox_wrapper a{color:#0398DF;text-decoration:underline}
.submit_button_box{margin-top:35px}
.submit_button_box button{width:100%;padding:16px 32px;font-size:18px;font-weight:600;color:#fff;background:linear-gradient(115deg,#38149A 0%,#0398DF 100%);border:none;border-radius:24px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #38149a40}
.submit_button_box button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #38149a59}
.submit_button_box button:active{transform:translateY(0)}
.location_block_section{max-width:1536px;margin:0 auto 80px;padding:0 20px}
.location_content_wrapper{background:linear-gradient(145deg,#f8f9fa 0%,#e9ecef 100%);padding:60px 50px;border-radius:36px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;box-shadow:0 8px 24px #0000000f}
.location_text_side h2{font-size:36px;font-weight:700;color:#38149A;margin:0 0 20px}
.location_text_side p{font-size:17px;color:#495057;line-height:1.7;margin:0 0 15px}
.location_visual_side{background:linear-gradient(125deg,#38149A 0%,#0398DF 100%);padding:50px;border-radius:28px;position:relative;overflow:hidden}
.location_visual_side::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,#fcfc1e26 0%,transparent 70%)}
.location_visual_side .address_display{position:relative;z-index:2}
.location_visual_side .address_display p{font-size:20px;color:#fff;margin:0 0 12px;font-weight:500}
.location_visual_side .address_display strong{display:block;font-size:24px;color:#FCFC1E;margin-top:20px}
@media (max-width: 1024px) {
.contact_grid_layout{grid-template-columns:1fr;gap:50px}
.location_content_wrapper{grid-template-columns:1fr;gap:40px}
.top_section_bg .heading_primary{font-size:40px}
}
@media (max-width: 768px) {
.top_section_bg{padding:80px 0 60px}
.top_section_bg .heading_primary{font-size:32px}
.top_section_bg .subtext_block{font-size:18px}
.contact_main_container{padding:60px 20px}
.form_wrapper_section{padding:35px 25px}
.form_wrapper_section h2{font-size:26px}
.location_content_wrapper{padding:40px 30px}
.location_text_side h2{font-size:28px}
.location_visual_side{padding:35px}
}
@media (max-width: 480px) {
.top_section_bg::before,.top_section_bg::after{width:6px;height:6px}
.top_section_bg::before{box-shadow:10px 0 0 #FCFC1E,20px 0 0 #FCFC1E,0 10px 0 #FCFC1E,0 20px 0 #FCFC1E}
.top_section_bg::after{box-shadow:-10px 0 0 #FCFC1E,-20px 0 0 #FCFC1E,0 -10px 0 #FCFC1E,0 -20px 0 #FCFC1E}
.contact_card_box{padding:25px 20px}
.form_wrapper_section{padding:25px 20px}
.location_content_wrapper{padding:30px 20px}
}
.success_zone{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(127deg,#38149A 0%,#0398DF 100%);position:relative;overflow:hidden;padding:60px 20px}
.success_zone::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(0deg,transparent,transparent 39px,#fcfc1e08 39px,#fcfc1e08 41px),repeating-linear-gradient(90deg,transparent,transparent 39px,#fcfc1e08 39px,#fcfc1e08 41px);pointer-events:none}
.success_zone::after{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fcfc1e26 0%,transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}
.confirmation_wrapper{max-width:680px;width:100%;background:#fffffff7;border-radius:32px;padding:64px 48px;box-shadow:0 16px 48px #38149a40;position:relative;z-index:2;text-align:center}
.success_icon_holder{width:96px;height:96px;margin:0 auto 32px;position:relative}
.success_icon_holder svg{width:100%;height:100%}
.checkmark_circle{stroke:#0398DF;stroke-width:3;fill:none;stroke-dasharray:300;stroke-dashoffset:300;animation:draw_circle .8s ease-out forwards}
.checkmark_path{stroke:#38149A;stroke-width:4;fill:none;stroke-dasharray:100;stroke-dashoffset:100;animation:draw_check .6s ease-out .4s forwards;stroke-linecap:round;stroke-linejoin:round}
@keyframes draw_circle {
to{stroke-dashoffset:0}
}
@keyframes draw_check {
to{stroke-dashoffset:0}
}
.confirmation_wrapper h1{font-size:42px;line-height:1.2;color:#38149A;margin:0 0 18px;font-weight:700}
.main_message_text{font-size:19px;line-height:1.6;color:#2d2d2d;margin:0 0 28px}
.details_info_box{background:linear-gradient(135deg,#0398df0f 0%,#38149a0f 100%);border-radius:24px;padding:32px 28px;margin:0 0 36px;border:2px solid #0398df26}
.details_info_box p{font-size:16px;line-height:1.7;color:#3a3a3a;margin:0 0 14px}
.details_info_box p:last-child{margin-bottom:0}
.highlight_phrase{color:#0398DF;font-weight:600}
.action_buttons_row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.primary_action_btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#38149A 0%,#0398DF 100%);color:#fff;padding:16px 36px;border-radius:28px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 20px #38149a4d}
.primary_action_btn:hover{transform:translateY(-3px);box-shadow:0 10px 28px #38149a66}
.secondary_action_btn{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#38149A;padding:16px 36px;border-radius:28px;font-size:17px;font-weight:600;text-decoration:none;border:2px solid #38149A;transition:all .3s ease}
.secondary_action_btn:hover{background:#38149A;color:#fff;transform:translateY(-2px)}
@media (max-width: 768px) {
.success_zone{padding:40px 16px}
.confirmation_wrapper{padding:48px 28px;border-radius:24px}
.confirmation_wrapper h1{font-size:32px}
.main_message_text{font-size:17px}
.details_info_box{padding:24px 20px}
.details_info_box p{font-size:15px}
.action_buttons_row{flex-direction:column}
.primary_action_btn,.secondary_action_btn{width:100%;justify-content:center}
}
@media (max-width: 480px) {
.success_icon_holder{width:76px;height:76px}
.confirmation_wrapper h1{font-size:28px}
.main_message_text{font-size:16px}
.primary_action_btn,.secondary_action_btn{font-size:16px;padding:14px 28px}
}