*{margin:0;padding:0}
.header_top_section,.company_identity_row,.navigation_bar_section,.nav_container_wrap,.footer_main_wrapper,.cookie_consent_wrapper{box-sizing:border-box}
body{font-family:'Noto Sans',sans-serif;background:#FFF;color:#151A2D;line-height:1.6}
header{background:linear-gradient(135deg,#00f6d414 0%,#fffffff2 100%);box-shadow:0 4px 16px #151a2d14 0 8px 32px #00f6d40f;position:relative}
.header_top_section{padding:28px 20px 18px;display:flex;justify-content:center;align-items:center}
.logo_container_wrap{max-width:1536px;width:100%;display:flex;justify-content:center}
.brand_logo_link{display:inline-block;transition:transform .3s cubic-bezier(0.34,1.56,0.64,1)}
.brand_logo_link:hover{transform:scale(1.05)}
.logo_main_image{height:110px;width:110px;display:block;background:#ffffffe6;border-radius:18px;padding:12px;box-shadow:0 6px 20px #00f6d426 0 2px 8px #151a2d1a}
.company_identity_row{padding:20px 20px 24px;text-align:center;border-top:1px solid #00f6d41f;border-bottom:1px solid #00f6d41f}
.company_name_container{max-width:1536px;margin:0 auto}
.business_title{font-size:32px;font-weight:700;color:#151A2D;margin-bottom:8px;letter-spacing:-.5px}
.company_tagline{font-size:16px;color:#151A2D;opacity:.8;max-width:680px;margin:0 auto}
.navigation_bar_section{padding:0 20px}
.nav_container_wrap{max-width:1536px;margin:0 auto}
.main_site_navigation{padding:18px 0}
.nav_list_primary{list-style:none;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px}
.nav_item_standard,.nav_item_dropdown{position:relative}
.nav_link_main{display:block;padding:12px 24px;color:#151A2D;text-decoration:none;font-size:15px;font-weight:400;border-radius:8px;transition:background-color .25s ease,color .25s ease;background:transparent;border:none;cursor:pointer;font-family:'Noto Sans',sans-serif}
.nav_link_main:hover{background-color:#00f6d426;color:#151A2D}
.dropdown_trigger_btn{display:flex;align-items:center;gap:6px}
.dropdown_icon{font-size:12px;transition:transform .3s ease}
.nav_item_dropdown:hover .dropdown_icon{transform:rotate(180deg)}
.dropdown_menu_list{position:absolute;top:100%;left:0;background:#FFF;border-radius:12px;box-shadow:0 8px 24px #151a2d1f 0 4px 12px #00f6d414;list-style:none;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s;z-index:100;margin-top:8px;padding:8px}
.nav_item_dropdown:hover .dropdown_menu_list{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown_link_item{display:block;padding:12px 18px;color:#151A2D;text-decoration:none;font-size:15px;border-radius:8px;transition:background-color .25s ease}
.dropdown_link_item:hover{background-color:#00f6d426}
footer{background:linear-gradient(135deg,#151A2D 0%,#151a2df2 100%);color:#FFF;padding:48px 20px 24px}
.footer_main_wrapper{max-width:1536px;margin:0 auto}
.footer_content_grid{display:grid;grid-template-columns:2fr 1fr;gap:48px;margin-bottom:32px}
.company_card_section{max-width:580px}
.footer_logo_block{margin-bottom:20px}
.footer_logo_img{height:70px;width:70px;background:#ffffff1a;border-radius:12px;padding:8px}
.company_description_text{font-size:15px;line-height:1.7;color:#ffffffd9;margin-bottom:24px}
.contact_info_block{display:flex;flex-direction:column;gap:10px}
.contact_item_footer{display:flex;align-items:center;gap:10px;font-size:14px;color:#ffffffd9}
.contact_item_footer i{font-size:18px;color:#00F6D4}
.contact_link_footer{color:#ffffffd9;text-decoration:none;transition:color .25s ease}
.contact_link_footer:hover{color:#00F6D4}
.footer_links_section{display:flex;flex-direction:column}
.footer_links_title{font-size:18px;font-weight:700;color:#FFF;margin-bottom:16px}
.footer_nav_list{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer_nav_link{color:#ffffffd9;text-decoration:none;font-size:15px;transition:color .25s ease;display:inline-block}
.footer_nav_link:hover{color:#00F6D4}
.footer_bottom_bar{border-top:1px solid #ffffff1a;padding-top:20px;text-align:center}
.copyright_text{font-size:14px;color:#ffffffb3}
.cookie_consent_wrapper{position:fixed;bottom:0;left:0;width:100%;background:#FFF;box-shadow:0 -4px 24px #151a2d26;z-index:1000;transform:translateX(100%);transition:transform .5s cubic-bezier(0.34,1.56,0.64,1)}
.cookie_consent_wrapper[data-state="visible"]{transform:translateX(0)}
.cookie_consent_wrapper[data-state="hidden"]{transform:translateX(100%)}
.cookie_banner_content{max-width:1536px;margin:0 auto;padding:24px 32px}
.cookie_text_block{margin-bottom:20px}
.cookie_heading{font-size:20px;font-weight:700;color:#151A2D;margin-bottom:8px}
.cookie_description{font-size:14px;color:#151A2D;opacity:.85;line-height:1.6}
.cookie_actions_group{display:flex;gap:12px;flex-wrap:wrap}
.cookie_btn_outline{padding:10px 24px;background:transparent;border:2px solid #00F6D4;color:#151A2D;font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .25s ease,color .25s ease;font-family:'Noto Sans',sans-serif}
.cookie_btn_outline:hover{background-color:#00f6d426}
.cookie_customize_panel{margin-top:20px;padding-top:20px;border-top:1px solid #00f6d433;display:none}
.cookie_customize_panel[data-visible="true"]{display:block}
.cookie_category_item{margin-bottom:16px}
.cookie_category_label{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:#151A2D;cursor:pointer}
.cookie_checkbox{width:18px;height:18px;cursor:pointer}
.cookie_checkbox:disabled{cursor:not-allowed;opacity:.6}
.cookie_category_desc{font-size:13px;color:#151A2D;opacity:.75;margin-left:28px;margin-top:4px}
@media (max-width: 1024px) {
.footer_content_grid{grid-template-columns:1fr;gap:32px}
.nav_list_primary{gap:6px}
.nav_link_main{padding:10px 18px;font-size:14px}
}
@media (max-width: 640px) {
.logo_main_image{height:80px;width:80px}
.business_title{font-size:24px}
.company_tagline{font-size:14px}
.nav_list_primary{flex-direction:column;align-items:stretch;gap:4px}
.nav_link_main{text-align:center}
.dropdown_menu_list{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;margin-top:4px;background:#00f6d40d}
.nav_item_dropdown:hover .dropdown_menu_list{display:block}
.cookie_banner_content{padding:20px}
.cookie_actions_group{flex-direction:column}
.cookie_btn_outline{width:100%}
}
.legal-article-t{max-width:1536px;margin:0 auto;padding:80px 24px;background:#FFF}
.legal-article-t p{font-size:16px;line-height:1.75;color:#151A2D;margin:0 0 24px;max-width:920px}
.legal-article-t p + p{margin-top:16px}
.legal-article-t em,.legal-article-t i{font-style:italic;color:#151A2D}
.legal-article-t a{color:#00F6D4;text-decoration:none;border-bottom:1px solid #00f6d44d;transition:all .3s cubic-bezier(0.4,0,0.2,1)}
.legal-article-t a:hover{color:#151A2D;border-bottom-color:#151A2D}
.legal-article-t a:active{transform:translateY(1px)}
.legal-article-t table{width:100%;max-width:920px;margin:40px 0;border-collapse:separate;border-spacing:0;background:#FFF;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #151a2d14}
.legal-article-t thead{background:#151A2D}
.legal-article-t thead tr{border:none}
.legal-article-t thead th{padding:20px 24px;text-align:left;font-size:14px;font-weight:600;color:#FFF;text-transform:uppercase;letter-spacing:.5px;border:none}
.legal-article-t tbody{background:#FFF}
.legal-article-t tbody tr{border-bottom:1px solid #151a2d14;transition:background .2s ease}
.legal-article-t tbody tr:last-child{border-bottom:none}
.legal-article-t tbody tr:hover{background:#00f6d40a}
.legal-article-t tbody td{padding:20px 24px;font-size:15px;line-height:1.6;color:#151A2D;border:none}
.legal-article-t tbody td:first-child{font-weight:500}
.legal-article-t hr{border:none;height:2px;background:linear-gradient(90deg,#00f6d499 0%,#151a2d1a 100%);margin:56px 0;max-width:920px;border-radius:2px}
.legal-article-t div{margin:32px 0}
.legal-article-t div p{margin-bottom:16px}
.legal-article-t div p:last-child{margin-bottom:0}
@media (max-width: 1024px) {
.legal-article-t{padding:60px 20px}
.legal-article-t p{font-size:15px;line-height:1.7}
.legal-article-t table{margin:32px 0}
.legal-article-t thead th{padding:16px;font-size:13px}
.legal-article-t tbody td{padding:16px;font-size:14px}
}
@media (max-width: 640px) {
.legal-article-t{padding:40px 16px}
.legal-article-t p{font-size:14px;line-height:1.65;margin-bottom:20px}
.legal-article-t table{display:block;overflow-x:auto;margin:24px -16px;width:calc(100% + 32px);max-width:none;border-radius:0}
.legal-article-t thead th{padding:12px;font-size:12px;white-space:nowrap}
.legal-article-t tbody td{padding:12px;font-size:13px}
.legal-article-t hr{margin:40px 0}
.legal-article-t div{margin:24px 0}
}
*{margin:0;padding:0;box-sizing:border-box}
.hero_wrapper{position:relative;background:linear-gradient(135deg,#151A2D 0%,#1e2540 100%);min-height:520px;display:flex;align-items:center;overflow:hidden}
.hero_wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(./photo_assets/020725-special1.jpg);background-size:cover;background-position:center;opacity:.08;z-index:1}
.hero_inner{max-width:1536px;margin:0 auto;padding:80px 24px;position:relative;z-index:2;width:100%}
.hero_content_area{max-width:720px}
.hero_main_heading{font-size:52px;font-weight:700;color:#FFF;line-height:1.15;margin-bottom:24px;letter-spacing:-.02em}
.hero_description_text{font-size:19px;color:#ffffffd9;line-height:1.6;margin-bottom:36px}
.hero_button_group{display:flex;gap:16px;flex-wrap:wrap}
.primary_hero_btn,.secondary_hero_btn{padding:14px 32px;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s cubic-bezier(0.4,0,0.2,1);display:inline-block}
.primary_hero_btn{background:#00F6D4;color:#151A2D}
.primary_hero_btn:hover{background:#00d9bd;transform:translateY(-2px);box-shadow:0 8px 24px #00f6d440}
.secondary_hero_btn{background:transparent;color:#FFF;border:2px solid #ffffff4d}
.secondary_hero_btn:hover{border-color:#00F6D4;color:#00F6D4;transform:translateY(-2px)}
.particle_container{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}
.particle{position:absolute;width:4px;height:4px;background:#00f6d466;border-radius:50%;animation:float_particle 8s ease-in-out infinite}
.particle_1{top:15%;left:10%;animation-delay:0s}
.particle_2{top:45%;left:25%;animation-delay:2s}
.particle_3{top:65%;left:70%;animation-delay:4s}
.particle_4{top:25%;left:85%;animation-delay:1s}
.particle_5{top:80%;left:50%;animation-delay:3s}
@keyframes float_particle {
0%,100%{transform:translate(0,0);opacity:.4}
50%{transform:translate(15px,-20px);opacity:.7}
}
.story_section{padding:96px 24px;background:#FFF}
.story_container{max-width:1536px;margin:0 auto}
.story_grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.story_visual_block{position:relative}
.story_main_image{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 12px 48px #151a2d1f}
.story_stat_overlay{position:absolute;bottom:-24px;right:-24px;background:#151A2D;padding:32px;border-radius:12px;display:flex;gap:40px;box-shadow:0 16px 64px #151a2d33}
.stat_item{display:flex;flex-direction:column}
.stat_number{font-size:32px;font-weight:700;color:#00F6D4;line-height:1}
.stat_label{font-size:13px;color:#ffffffb3;margin-top:6px}
.story_text_block{padding-left:24px}
.story_heading{font-size:38px;font-weight:700;color:#151A2D;margin-bottom:24px;line-height:1.2}
.story_paragraph{font-size:17px;color:#151a2dbf;line-height:1.7;margin-bottom:20px}
.story_feature_list{margin-top:40px;display:flex;flex-direction:column;gap:24px}
.feature_item{display:flex;gap:20px;align-items:flex-start}
.feature_icon{font-size:28px;color:#00F6D4;flex-shrink:0}
.feature_content{flex:1}
.feature_title{font-size:18px;font-weight:600;color:#151A2D;margin-bottom:6px}
.feature_text{font-size:15px;color:#151a2db3;line-height:1.6}
.approach_wrapper{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:96px 24px}
.approach_container{max-width:1536px;margin:0 auto}
.approach_header_zone{text-align:center;max-width:840px;margin:0 auto 64px}
.approach_main_title{font-size:42px;font-weight:700;color:#151A2D;margin-bottom:20px}
.approach_intro_text{font-size:18px;color:#151a2db3;line-height:1.7}
.approach_grid_layout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.approach_card{background:#FFF;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #151a2d14;transition:all .3s ease}
.approach_card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #151a2d26}
.card_visual_wrapper{height:240px;overflow:hidden}
.card_image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.approach_card:hover .card_image{transform:scale(1.08)}
.card_content_zone{padding:28px}
.card_heading{font-size:21px;font-weight:600;color:#151A2D;margin-bottom:12px}
.card_description{font-size:15px;color:#151a2db3;line-height:1.65}
.team_showcase_section{padding:96px 24px;background:#151A2D}
.team_container{max-width:1280px;margin:0 auto}
.team_section_heading{font-size:40px;font-weight:700;color:#FFF;text-align:center;margin-bottom:56px}
.team_members_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}
.member_card{display:flex;gap:28px;background:#ffffff0d;padding:32px;border-radius:12px;border:1px solid #00f6d426;transition:all .3s ease}
.member_card:hover{background:#ffffff14;border-color:#00f6d44d}
.member_photo_wrapper{flex-shrink:0}
.member_photo{width:140px;height:140px;border-radius:12px;object-fit:cover;border:3px solid #00f6d44d}
.member_info_block{flex:1}
.member_name{font-size:24px;font-weight:600;color:#FFF;margin-bottom:6px}
.member_role{font-size:15px;color:#00F6D4;margin-bottom:16px;font-weight:500}
.member_bio{font-size:15px;color:#ffffffbf;line-height:1.65}
.method_breakdown_section{padding:96px 24px;background:#FFF}
.method_content_wrapper{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:72px;align-items:start}
.method_title{font-size:40px;font-weight:700;color:#151A2D;margin-bottom:20px;line-height:1.2}
.method_intro{font-size:18px;color:#151a2db3;line-height:1.7;margin-bottom:48px}
.process_steps_container{display:flex;flex-direction:column;gap:32px}
.step_block{display:flex;gap:24px;position:relative}
.step_block::after{content:'';position:absolute;left:22px;top:56px;width:2px;height:calc(100% + 32px);background:#00f6d433}
.step_block:last-child::after{display:none}
.step_marker{flex-shrink:0;width:46px;height:46px;background:#00F6D4;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}
.step_number{font-size:16px;font-weight:700;color:#151A2D}
.step_content{flex:1;padding-top:4px}
.step_heading{font-size:20px;font-weight:600;color:#151A2D;margin-bottom:10px}
.step_text{font-size:15px;color:#151a2db3;line-height:1.65}
.method_visual_column{position:sticky;top:24px;display:flex;flex-direction:column;gap:24px}
.method_main_visual{width:100%;height:380px;object-fit:cover;border-radius:16px;box-shadow:0 8px 32px #151a2d1f}
.method_stats_box{background:linear-gradient(135deg,#151A2D 0%,#1e2540 100%);padding:28px;border-radius:12px;display:flex;flex-direction:column;gap:24px}
.inline_stat{display:flex;align-items:center;gap:16px}
.stat_icon{font-size:32px;color:#00F6D4;flex-shrink:0}
.stat_data{display:flex;flex-direction:column}
.stat_value{font-size:28px;font-weight:700;color:#FFF;line-height:1}
.stat_description{font-size:13px;color:#ffffffb3;margin-top:4px}
.method_secondary_visual{width:100%;height:260px;object-fit:cover;border-radius:12px;box-shadow:0 6px 24px #151a2d1a}
@media (max-width: 1024px) {
.hero_main_heading{font-size:42px}
.story_grid{grid-template-columns:1fr;gap:48px}
.story_text_block{padding-left:0}
.story_stat_overlay{position:static;margin-top:24px}
.approach_grid_layout{grid-template-columns:1fr}
.team_members_grid{grid-template-columns:1fr}
.method_content_wrapper{grid-template-columns:1fr;gap:48px}
.method_visual_column{position:static}
}
@media (max-width: 640px) {
.hero_main_heading{font-size:34px}
.hero_description_text{font-size:17px}
.hero_button_group{flex-direction:column}
.primary_hero_btn,.secondary_hero_btn{width:100%;text-align:center}
.story_main_image{height:320px}
.story_heading{font-size:32px}
.approach_main_title{font-size:34px}
.member_card{flex-direction:column;align-items:center;text-align:center}
.method_title{font-size:32px}
.method_main_visual{height:280px}
.method_secondary_visual{height:200px}
}
.intro_container{max-width:1536px;margin:0 auto;padding:0 1.5rem;position:relative}
.title_header_block{min-height:580px;background:linear-gradient(135deg,#151A2D 0%,#1a2342 100%);position:relative;overflow:hidden;display:flex;align-items:center;padding:4rem 0}
.title_header_block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#00f6d426 0%,transparent 70%);border-radius:50%}
.title_header_block::after{content:'';position:absolute;bottom:-30%;left:-5%;width:450px;height:450px;background:radial-gradient(circle,#00f6d414 0%,transparent 70%);border-radius:50%}
.hero_content_wrapper{display:flex;align-items:center;gap:3.5rem;position:relative;z-index:2}
.hero_text_zone{flex:1;max-width:650px}
.hero_visual_zone{flex:0 0 480px;position:relative}
.hero_main_heading{font-size:3.2rem;line-height:1.15;color:#FFF;margin-bottom:1.5rem;font-weight:700;letter-spacing:-.02em}
.hero_main_heading::before{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#00F6D4 0%,#00f6d44d 100%);margin-bottom:1.5rem;border-radius:2px}
.hero_desc_text{font-size:1.15rem;line-height:1.7;color:#ffffffd9;margin-bottom:2rem}
.hero_cta_button{display:inline-block;padding:1rem 2.5rem;background:#00F6D4;color:#151A2D;font-size:1.05rem;font-weight:600;border-radius:6px;text-decoration:none;transition:all .3s cubic-bezier(0.4,0,0.2,1);border:2px solid #00F6D4;position:relative;z-index:10}
.hero_cta_button:hover{background:transparent;color:#00F6D4;transform:translateY(-2px);box-shadow:0 8px 24px #00f6d440}
.hero_image_holder{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0006}
.hero_image_holder::after{content:'';position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,transparent 0%,#151a2db3 100%);pointer-events:none}
.hero_image_holder img{width:100%;height:420px;object-fit:cover;display:block}
.floating_shapes{position:absolute;top:15%;left:5%;display:flex;gap:1rem}
.shape_dot{width:8px;height:8px;background:#00f6d466;border-radius:50%;animation:pulse_dot 3s ease-in-out infinite}
.shape_dot:nth-child(2){animation-delay:.5s}
.shape_dot:nth-child(3){animation-delay:1s}
@keyframes pulse_dot {
0%,100%{opacity:.3;transform:scale(1)}
50%{opacity:1;transform:scale(1.4)}
}
.support_network_area{padding:5rem 0;background:#FFF}
.support_grid_layout{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.support_card_item{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:2.5rem;border-radius:16px;border:1px solid #151a2d14;transition:all .35s cubic-bezier(0.4,0,0.2,1);position:relative}
.support_card_item::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00F6D4 0%,#00f6d44d 100%);border-radius:16px 16px 0 0;opacity:0;transition:opacity .3s ease}
.support_card_item:hover{transform:translateY(-6px);box-shadow:0 16px 48px #151a2d1f;border-color:#00f6d44d}
.support_card_item:hover::before{opacity:1}
.support_icon_holder{width:64px;height:64px;background:#00f6d41a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.support_icon_holder i{font-size:2rem;color:#00F6D4}
.support_card_heading{font-size:1.4rem;color:#151A2D;margin-bottom:1rem;font-weight:600}
.support_card_text{font-size:1rem;line-height:1.7;color:#151a2dbf}
.expertise_foundation_block{padding:5rem 0;background:linear-gradient(180deg,#151A2D 0%,#1f2640 100%);position:relative;overflow:hidden}
.expertise_foundation_block::before{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:radial-gradient(ellipse at top right,#00f6d40d 0%,transparent 60%)}
.expertise_dual_layout{display:flex;align-items:center;gap:4rem}
.expertise_visual_side{flex:0 0 45%}
.expertise_text_side{flex:1}
.expertise_section_label{display:inline-block;padding:.5rem 1.2rem;background:#00f6d426;color:#00F6D4;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.03em}
.expertise_main_title{font-size:2.5rem;color:#FFF;margin-bottom:1.5rem;line-height:1.25;font-weight:700}
.expertise_description{font-size:1.1rem;line-height:1.8;color:#fffc;margin-bottom:2rem}
.expertise_image_frame{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 24px 64px #0000004d}
.expertise_image_frame img{width:100%;height:480px;object-fit:cover;display:block}
.expertise_stats_row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}
.stat_data_box{text-align:center;padding:1.5rem;background:#ffffff0d;border-radius:8px;border:1px solid #ffffff1a}
.stat_number_display{font-size:2.2rem;color:#00F6D4;font-weight:700;margin-bottom:.5rem}
.stat_label_text{font-size:.95rem;color:#ffffffb3}
.interactive_engagement_zone{padding:5rem 0;background:#FFF}
.engagement_header_section{text-align:center;max-width:720px;margin:0 auto 4rem}
.engagement_primary_title{font-size:2.4rem;color:#151A2D;margin-bottom:1rem;font-weight:700}
.engagement_primary_title::after{content:'';display:block;width:60px;height:3px;background:#00F6D4;margin:1.5rem auto 0;border-radius:2px}
.engagement_subtitle{font-size:1.1rem;color:#151a2db3;line-height:1.7}
.tabs_interactive_system{max-width:1200px;margin:0 auto}
.tab_controls_bar{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}
.tab_radio_input{display:none}
.tab_label_button{padding:.9rem 2rem;background:#f8f9fa;color:#151A2D;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;border:2px solid transparent;position:relative;z-index:5}
.tab_label_button:hover{background:#00f6d41a;border-color:#00f6d44d}
.tab_radio_input:checked + .tab_label_button{background:#00F6D4;color:#151A2D;border-color:#00F6D4}
.tab_content_panel{display:none;padding:2.5rem;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:12px;border:1px solid #151a2d14}
.tab_radio_input:checked ~ .tab_content_panel{display:block}
.panel_content_wrapper h4{font-size:1.5rem;color:#151A2D;margin-bottom:1rem;font-weight:600}
.panel_content_wrapper p{font-size:1.05rem;line-height:1.8;color:#151a2dbf}
.help_barrier_reduction{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%)}
.help_content_cluster{display:flex;align-items:center;gap:4rem}
.help_image_area{flex:0 0 50%}
.help_text_area{flex:1}
.help_photo_container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 16px 48px #151a2d26}
.help_photo_container img{width:100%;height:460px;object-fit:cover;display:block}
.help_section_heading{font-size:2.3rem;color:#151A2D;margin-bottom:1.5rem;font-weight:700;line-height:1.3}
.help_section_heading::before{content:'';display:inline-block;width:6px;height:48px;background:linear-gradient(180deg,#00F6D4 0%,#00f6d44d 100%);margin-right:1rem;border-radius:3px;vertical-align:middle}
.help_desc_paragraph{font-size:1.1rem;line-height:1.8;color:#151a2dbf;margin-bottom:2rem}
.help_features_list{list-style:none;padding:0;margin:0}
.help_features_list li{padding:1rem 0 1rem 3rem;position:relative;font-size:1.05rem;color:#151a2dcc;border-bottom:1px solid #151a2d14}
.help_features_list li:last-child{border-bottom:none}
.help_features_list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:24px;height:24px;background:#00f6d426;border-radius:50%;border:2px solid #00F6D4}
.help_features_list li::after{content:'✓';position:absolute;left:6px;top:50%;transform:translateY(-50%);color:#00F6D4;font-weight:700;font-size:.85rem}
.modern_relevance_section{padding:5rem 0;background:#151A2D;position:relative;overflow:hidden}
.modern_relevance_section::before{content:'';position:absolute;top:-20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#00f6d414 0%,transparent 70%);border-radius:50%}
.relevance_asymmetric_grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}
.relevance_content_column{position:relative;z-index:2}
.relevance_heading_major{font-size:2.4rem;color:#FFF;margin-bottom:1.5rem;font-weight:700;line-height:1.3}
.relevance_text_body{font-size:1.1rem;line-height:1.8;color:#fffc;margin-bottom:2.5rem}
.skills_progress_tracker{background:#ffffff0d;padding:2rem;border-radius:12px;border:1px solid #ffffff1a}
.skill_progress_item{margin-bottom:2rem}
.skill_progress_item:last-child{margin-bottom:0}
.skill_name_label{display:flex;justify-content:space-between;margin-bottom:.8rem;font-size:1rem;color:#ffffffe6;font-weight:600}
.progress_bar_track{height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}
.progress_bar_fill{height:100%;background:linear-gradient(90deg,#00F6D4 0%,#00f6d4b3 100%);border-radius:4px;transition:width 1s cubic-bezier(0.4,0,0.2,1)}
.relevance_visual_column img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 24px 64px #0006}
.innovative_mechanics_showcase{padding:5rem 0;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%)}
.mechanics_centered_intro{text-align:center;max-width:800px;margin:0 auto 4rem}
.mechanics_headline{font-size:2.5rem;color:#151A2D;margin-bottom:1rem;font-weight:700}
.mechanics_subtext{font-size:1.1rem;color:#151a2db3;line-height:1.7}
.mechanics_columns_display{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}
.mechanics_feature_block{background:#FFF;padding:2.5rem;border-radius:16px;border:2px solid #151a2d14;transition:all .35s cubic-bezier(0.4,0,0.2,1);position:relative}
.mechanics_feature_block::before{content:'';position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(135deg,#00f6d40d 0%,transparent 100%);border-radius:16px;transition:width .4s ease}
.mechanics_feature_block:hover{border-color:#00f6d466;transform:translateX(8px);box-shadow:-8px 12px 32px #00f6d426}
.mechanics_feature_block:hover::before{width:100%}
.feature_icon_box{width:56px;height:56px;background:linear-gradient(135deg,#00f6d426 0%,#00f6d40d 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;z-index:2}
.feature_icon_box i{font-size:1.8rem;color:#00F6D4}
.feature_heading_text{font-size:1.4rem;color:#151A2D;margin-bottom:1rem;font-weight:600;position:relative;z-index:2}
.feature_description_text{font-size:1.05rem;line-height:1.7;color:#151a2dbf;position:relative;z-index:2}
.testimonial_voices_area{padding:5rem 0;background:#151A2D}
.testimonial_intro_header{text-align:center;max-width:700px;margin:0 auto 4rem}
.testimonial_main_title{font-size:2.4rem;color:#FFF;margin-bottom:1rem;font-weight:700}
.testimonial_main_title::after{content:'';display:block;width:70px;height:3px;background:linear-gradient(90deg,#00F6D4 0%,#00f6d44d 100%);margin:1.5rem auto 0;border-radius:2px}
.testimonial_cards_container{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}
.testimonial_single_card{background:#ffffff0d;padding:2.5rem;border-radius:12px;border:1px solid #ffffff1a;transition:all .3s ease}
.testimonial_single_card:hover{background:#ffffff14;border-color:#00f6d44d;transform:translateY(-4px)}
.testimonial_author_row{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}
.author_photo_circle{width:64px;height:64px;border-radius:50%;overflow:hidden;border:3px solid #00f6d44d}
.author_photo_circle img{width:100%;height:100%;object-fit:cover}
.author_info_block h5{font-size:1.1rem;color:#FFF;margin-bottom:.3rem;font-weight:600}
.author_info_block p{font-size:.95rem;color:#fff9}
.testimonial_quote_text{font-size:1.05rem;line-height:1.8;color:#fffc;font-style:italic}
@media (max-width: 1024px) {
.hero_content_wrapper{flex-direction:column;gap:2.5rem}
.hero_visual_zone{flex:1 1 100%;max-width:100%}
.hero_main_heading{font-size:2.5rem}
.support_grid_layout{grid-template-columns:repeat(2,1fr)}
.expertise_dual_layout{flex-direction:column-reverse}
.expertise_visual_side{flex:1 1 100%}
.relevance_asymmetric_grid{grid-template-columns:1fr}
.mechanics_columns_display{grid-template-columns:1fr}
.testimonial_cards_container{grid-template-columns:1fr}
.help_content_cluster{flex-direction:column}
.help_image_area{flex:1 1 100%}
}
@media (max-width: 640px) {
.title_header_block{min-height:auto;padding:3rem 0}
.hero_main_heading{font-size:2rem}
.hero_desc_text{font-size:1rem}
.support_grid_layout{grid-template-columns:1fr}
.expertise_stats_row{grid-template-columns:1fr}
.tab_controls_bar{flex-direction:column}
.tab_label_button{width:100%;text-align:center}
.mechanics_headline{font-size:1.8rem}
.help_section_heading{font-size:1.8rem}
.intro_container{padding:0 1rem}
}
.page_wrapper{width:100%;overflow:hidden}
.title_block_container{position:relative;width:100%;max-width:1536px;margin:0 auto;height:520px;overflow:hidden}
.title_block_container .image_holder{position:absolute;top:0;left:0;width:100%;height:100%;transform:rotate(-2.5deg) scale(1.1);transform-origin:center center}
.title_block_container .image_holder img{width:100%;height:100%;object-fit:cover;display:block}
.title_block_container .gradient_overlay_top{position:absolute;top:0;left:0;width:100%;height:35%;background:linear-gradient(180deg,#151a2dd9 0%,#151a2d00 100%);transform:rotate(-2.5deg) scale(1.1);transform-origin:center center;z-index:2}
.title_block_container .gradient_overlay_bottom{position:absolute;bottom:0;left:0;width:100%;height:35%;background:linear-gradient(0deg,#151a2dd9 0%,#151a2d00 100%);transform:rotate(-2.5deg) scale(1.1);transform-origin:center center;z-index:2}
.title_block_container .text_content_wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-2.5deg);z-index:3;text-align:center;width:90%;max-width:900px}
.title_block_container .text_content_wrapper h1{font-size:3.8rem;font-weight:800;color:#FFF;margin:0 0 1.2rem;line-height:1.1;text-shadow:0 4px 12px #0000004d}
.title_block_container .text_content_wrapper .subtitle_text{font-size:1.35rem;color:#FFF;line-height:1.6;margin:0;text-shadow:0 2px 8px #00000040;max-width:700px;margin:0 auto}
.title_block_container .highlight_accent{position:absolute;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,#00f6d42e 0%,#00f6d400 70%);pointer-events:none;z-index:1}
.title_block_container .highlight_accent.accent_one{top:10%;left:8%}
.title_block_container .highlight_accent.accent_two{bottom:15%;right:12%}
.intro_block_wrapper{width:100%;background:linear-gradient(135deg,#f8f9fb 0%,#fff 100%);padding:5rem 2rem}
.intro_block_wrapper .content_container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.intro_block_wrapper .text_column h2{font-size:2.4rem;font-weight:700;color:#151A2D;margin:0 0 1.5rem;line-height:1.2}
.intro_block_wrapper .text_column h2::before{content:'';display:inline-block;width:5px;height:36px;background:linear-gradient(180deg,#00F6D4 0%,#00f6d466 100%);margin-right:1rem;vertical-align:middle;border-radius:2px}
.intro_block_wrapper .text_column p{font-size:1.1rem;color:#4a5568;line-height:1.8;margin:0 0 1.2rem}
.intro_block_wrapper .info_cards_grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
.intro_block_wrapper .info_card_item{background:#fff;padding:1.8rem;border-radius:12px;box-shadow:0 4px 16px #151a2d14;border-left:4px solid #00F6D4;transition:transform .3s cubic-bezier(0.4,0,0.2,1),box-shadow .3s cubic-bezier(0.4,0,0.2,1)}
.intro_block_wrapper .info_card_item:hover{transform:translateX(8px);box-shadow:0 8px 24px #00f6d426}
.intro_block_wrapper .info_card_item h3{font-size:1.25rem;font-weight:600;color:#151A2D;margin:0 0 .7rem}
.intro_block_wrapper .info_card_item p{font-size:1rem;color:#4a5568;line-height:1.6;margin:0}
.form_section_wrapper{width:100%;background:#151A2D;padding:6rem 2rem}
.form_section_wrapper .form_container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;align-items:start}
.form_section_wrapper .form_column h2{font-size:2.6rem;font-weight:700;color:#FFF;margin:0 0 1.2rem;line-height:1.2}
.form_section_wrapper .form_column .form_description{font-size:1.15rem;color:#fffc;line-height:1.7;margin:0 0 2.5rem}
.form_section_wrapper .contact_form{display:flex;flex-direction:column;gap:1.5rem}
.form_section_wrapper .form_field_group{display:flex;flex-direction:column;gap:.5rem}
.form_section_wrapper .form_field_group label{font-size:.95rem;font-weight:600;color:#00F6D4;text-transform:uppercase;letter-spacing:.5px}
.form_section_wrapper .form_field_group input[type="text"],.form_section_wrapper .form_field_group input[type="email"]{width:100%;padding:1rem 1.2rem;font-size:1rem;color:#151A2D;background:#FFF;border:2px solid #00f6d44d;border-radius:8px;outline:none;transition:border-color .3s ease,box-shadow .3s ease}
.form_section_wrapper .form_field_group input[type="text"]:focus,.form_section_wrapper .form_field_group input[type="email"]:focus{border-color:#00F6D4;box-shadow:0 0 0 3px #00f6d426}
.form_section_wrapper .request_category_selector{display:flex;flex-direction:column;gap:.5rem}
.form_section_wrapper .request_category_selector label{font-size:.95rem;font-weight:600;color:#00F6D4;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.3rem}
.form_section_wrapper .category_options_wrapper{display:flex;flex-direction:column;gap:.8rem}
.form_section_wrapper .category_option_item{position:relative}
.form_section_wrapper .category_option_item input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.form_section_wrapper .category_option_item .radio_label{display:flex;align-items:center;padding:1rem 1.2rem;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:8px;cursor:pointer;font-size:1rem;color:#ffffffe6;transition:all .3s ease}
.form_section_wrapper .category_option_item input[type="radio"]:checked + .radio_label{background:#00f6d426;border-color:#00F6D4;color:#FFF}
.form_section_wrapper .category_option_item .radio_label::before{content:'';width:20px;height:20px;border:2px solid #ffffff4d;border-radius:50%;margin-right:1rem;transition:all .3s ease}
.form_section_wrapper .category_option_item input[type="radio"]:checked + .radio_label::before{border-color:#00F6D4;background:#00F6D4;box-shadow:inset 0 0 0 4px #151A2D}
.form_section_wrapper .privacy_consent_wrapper{display:flex;align-items:start;gap:.8rem;margin-top:.5rem}
.form_section_wrapper .privacy_consent_wrapper input[type="checkbox"]{width:20px;height:20px;accent-color:#00F6D4;cursor:pointer;margin-top:.2rem}
.form_section_wrapper .privacy_consent_wrapper .consent_text{font-size:.92rem;color:#ffffffb3;line-height:1.5}
.form_section_wrapper .privacy_consent_wrapper .consent_text a{color:#00F6D4;text-decoration:underline;transition:color .3s ease}
.form_section_wrapper .privacy_consent_wrapper .consent_text a:hover{color:#FFF}
.form_section_wrapper .submit_button_wrapper{margin-top:1rem}
.form_section_wrapper .submit_button_wrapper button{width:100%;padding:1.2rem 2rem;font-size:1.1rem;font-weight:700;color:#151A2D;background:linear-gradient(135deg,#00F6D4 0%,#00dbc0 100%);border:none;border-radius:8px;cursor:pointer;transition:transform .3s cubic-bezier(0.4,0,0.2,1),box-shadow .3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 6px 20px #00f6d44d}
.form_section_wrapper .submit_button_wrapper button:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00f6d473}
.form_section_wrapper .submit_button_wrapper button:active{transform:translateY(0)}
.form_section_wrapper .info_column{display:flex;flex-direction:column;gap:2rem}
.form_section_wrapper .info_column h3{font-size:1.8rem;font-weight:700;color:#FFF;margin:0 0 1.5rem}
.form_section_wrapper .info_column .contact_detail_item{padding:1.5rem;background:#ffffff08;border-left:4px solid #00F6D4;border-radius:8px}
.form_section_wrapper .info_column .contact_detail_item h4{font-size:1rem;font-weight:600;color:#00F6D4;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem}
.form_section_wrapper .info_column .contact_detail_item p{font-size:1.1rem;color:#ffffffe6;margin:0;line-height:1.6}
.form_section_wrapper .info_column .contact_detail_item a{color:#FFF;text-decoration:none;transition:color .3s ease}
.form_section_wrapper .info_column .contact_detail_item a:hover{color:#00F6D4}
.hours_section_wrapper{width:100%;background:#FFF;padding:5rem 2rem}
.hours_section_wrapper .hours_container{max-width:1200px;margin:0 auto;text-align:center}
.hours_section_wrapper h2{font-size:2.4rem;font-weight:700;color:#151A2D;margin:0 0 1rem}
.hours_section_wrapper .hours_description{font-size:1.15rem;color:#4a5568;line-height:1.7;margin:0 0 3rem;max-width:700px;margin-left:auto;margin-right:auto}
.hours_section_wrapper .hours_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto}
.hours_section_wrapper .hours_card{background:linear-gradient(135deg,#f8f9fb 0%,#fff 100%);padding:2rem;border-radius:12px;box-shadow:0 4px 16px #151a2d14;border:2px solid transparent;transition:border-color .3s ease,transform .3s cubic-bezier(0.4,0,0.2,1)}
.hours_section_wrapper .hours_card:hover{border-color:#00F6D4;transform:translateY(-4px)}
.hours_section_wrapper .hours_card h3{font-size:1.3rem;font-weight:700;color:#151A2D;margin:0 0 1rem}
.hours_section_wrapper .hours_card p{font-size:1rem;color:#4a5568;margin:0;line-height:1.5}
.faq_section_wrapper{width:100%;background:linear-gradient(135deg,#f8f9fb 0%,#e9ecef 100%);padding:5rem 2rem}
.faq_section_wrapper .faq_container{max-width:900px;margin:0 auto}
.faq_section_wrapper h2{font-size:2.4rem;font-weight:700;color:#151A2D;margin:0 0 3rem;text-align:center}
.faq_section_wrapper .faq_item{background:#FFF;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 2px 12px #151a2d0f;overflow:hidden}
.faq_section_wrapper .faq_item input[type="checkbox"]{position:absolute;opacity:0;pointer-events:none}
.faq_section_wrapper .faq_item .faq_question_label{display:block;padding:1.5rem 2rem;font-size:1.2rem;font-weight:600;color:#151A2D;cursor:pointer;position:relative;transition:background .3s ease}
.faq_section_wrapper .faq_item .faq_question_label:hover{background:#00f6d40d}
.faq_section_wrapper .faq_item .faq_question_label::after{content:'+';position:absolute;right:2rem;top:50%;transform:translateY(-50%);font-size:1.8rem;color:#00F6D4;transition:transform .3s ease}
.faq_section_wrapper .faq_item input[type="checkbox"]:checked + .faq_question_label::after{transform:translateY(-50%) rotate(45deg)}
.faq_section_wrapper .faq_item .faq_answer_content{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(0.4,0,0.2,1),padding .4s cubic-bezier(0.4,0,0.2,1);padding:0 2rem}
.faq_section_wrapper .faq_item input[type="checkbox"]:checked ~ .faq_answer_content{max-height:500px;padding:0 2rem 1.5rem}
.faq_section_wrapper .faq_item .faq_answer_content p{font-size:1rem;color:#4a5568;line-height:1.7;margin:0}
@media (max-width: 1024px) {
.title_block_container{height:420px}
.title_block_container .text_content_wrapper h1{font-size:2.8rem}
.title_block_container .text_content_wrapper .subtitle_text{font-size:1.15rem}
.intro_block_wrapper .content_container{grid-template-columns:1fr;gap:3rem}
.form_section_wrapper .form_container{grid-template-columns:1fr;gap:3rem}
.hours_section_wrapper .hours_grid{grid-template-columns:1fr;gap:1.5rem}
}
@media (max-width: 640px) {
.title_block_container{height:360px}
.title_block_container .text_content_wrapper h1{font-size:2.2rem}
.title_block_container .text_content_wrapper .subtitle_text{font-size:1rem}
.intro_block_wrapper{padding:3rem 1.5rem}
.intro_block_wrapper .text_column h2{font-size:1.9rem}
.form_section_wrapper{padding:4rem 1.5rem}
.form_section_wrapper .form_column h2{font-size:2rem}
.hours_section_wrapper{padding:3rem 1.5rem}
.hours_section_wrapper h2{font-size:1.9rem}
.faq_section_wrapper{padding:3rem 1.5rem}
.faq_section_wrapper h2{font-size:1.9rem}
}
.title_hero_section{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:88px}
.title_hero_section .bg_image_wrapper{position:absolute;inset:0;z-index:1}
.title_hero_section .bg_image_wrapper img{width:100%;height:100%;object-fit:cover;filter:blur(2px)}
.title_hero_section .overlay_dark{position:absolute;inset:0;background:linear-gradient(135deg,#151a2dd9 0%,#151a2db8 100%);z-index:2}
.title_hero_section .particle_canvas{position:absolute;inset:0;z-index:3;opacity:.15;background-image:radial-gradient(circle at 20% 30%,#00f6d466 0px,transparent 2px),radial-gradient(circle at 80% 70%,#00f6d44d 0px,transparent 2px),radial-gradient(circle at 45% 85%,#00f6d459 0px,transparent 2px),radial-gradient(circle at 65% 15%,#00f6d44d 0px,transparent 2px);background-size:100% 100%;animation:particle_float 8s ease-in-out infinite alternate}
@keyframes particle_float {
0%{transform:translateY(0) translateX(0)}
100%{transform:translateY(-12px) translateX(8px)}
}
.title_hero_section .content_wrapper{position:relative;z-index:4;text-align:center;padding:0 24px;max-width:920px;margin:0 auto}
.title_hero_section .heading_primary{font-size:48px;font-weight:700;color:#FFF;line-height:1.2;margin:0}
.title_hero_section .heading_accent{color:#00F6D4;display:block;margin-top:12px}
.partners_info_block{max-width:1536px;margin:0 auto 96px;padding:0 24px}
.partners_info_block .intro_text_area{max-width:880px;margin:0 auto 72px;text-align:center}
.partners_info_block .intro_text_area h2{font-size:36px;font-weight:700;color:#151A2D;margin:0 0 24px;line-height:1.3}
.partners_info_block .intro_text_area p{font-size:18px;line-height:1.7;color:#151A2D;margin:0 0 16px}
.partners_info_block .intro_text_area p:last-child{margin-bottom:0}
.split_layout_container{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;margin-bottom:72px}
.split_layout_container .image_column{position:relative}
.split_layout_container .image_column img{width:100%;height:auto;border-radius:16px;box-shadow:0 12px 32px #151a2d1f}
.split_layout_container .content_column h3{font-size:28px;font-weight:700;color:#151A2D;margin:0 0 20px;line-height:1.3}
.split_layout_container .content_column h3::before{content:'';display:inline-block;width:4px;height:28px;background:linear-gradient(180deg,#00F6D4 0%,#00f6d480 100%);margin-right:12px;vertical-align:middle;border-radius:2px}
.split_layout_container .content_column p{font-size:17px;line-height:1.7;color:#151A2D;margin:0 0 16px}
.split_layout_container .content_column .highlight_term{color:#00F6D4;font-weight:600;background:linear-gradient(90deg,#00f6d426 0%,transparent 100%);padding:2px 6px;border-radius:4px}
.partnership_types_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:64px}
.type_card_item{background:#FFF;border:2px solid #00f6d433;border-radius:12px;padding:32px 24px;transition:all .35s cubic-bezier(0.34,1.56,0.64,1);position:relative;overflow:hidden}
.type_card_item::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00F6D4 0%,#00f6d44d 100%);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}
.type_card_item:hover{transform:translateY(-6px);border-color:#00F6D4;box-shadow:0 16px 40px #00f6d433}
.type_card_item:hover::before{transform:scaleX(1)}
.type_card_item .icon_holder{width:56px;height:56px;background:linear-gradient(135deg,#00f6d426 0%,#00f6d40d 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.type_card_item .icon_holder i{font-size:28px;color:#00F6D4}
.type_card_item h4{font-size:22px;font-weight:700;color:#151A2D;margin:0 0 14px;line-height:1.3}
.type_card_item p{font-size:16px;line-height:1.6;color:#151A2D;margin:0}
.collaboration_benefits_section{max-width:1536px;margin:0 auto 88px;padding:72px 24px;background:linear-gradient(135deg,#151a2d08 0%,#00f6d40a 100%);border-radius:24px;position:relative;overflow:hidden}
.collaboration_benefits_section::before{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,#00f6d41a 0%,transparent 70%);top:-120px;right:-100px;border-radius:50%;pointer-events:none}
.collaboration_benefits_section .section_header{text-align:center;margin-bottom:56px;position:relative;z-index:2}
.collaboration_benefits_section .section_header h2{font-size:38px;font-weight:700;color:#151A2D;margin:0 0 16px;line-height:1.3}
.collaboration_benefits_section .section_header p{font-size:18px;line-height:1.6;color:#151A2D;max-width:720px;margin:0 auto}
.benefits_layout_wrapper{display:grid;grid-template-columns:45% 55%;gap:56px;align-items:center;position:relative;z-index:2}
.benefits_layout_wrapper .visual_column{position:relative}
.benefits_layout_wrapper .visual_column img{width:100%;height:auto;border-radius:20px;box-shadow:0 16px 48px #151a2d26}
.benefits_layout_wrapper .details_column .benefit_item{margin-bottom:32px;padding-left:48px;position:relative}
.benefits_layout_wrapper .details_column .benefit_item:last-child{margin-bottom:0}
.benefits_layout_wrapper .details_column .benefit_item::before{content:'';position:absolute;left:0;top:4px;width:32px;height:32px;background:linear-gradient(135deg,#00F6D4 0%,#00f6d499 100%);border-radius:50%;box-shadow:0 4px 12px #00f6d44d}
.benefits_layout_wrapper .details_column .benefit_item::after{content:'✓';position:absolute;left:9px;top:8px;color:#151A2D;font-size:18px;font-weight:700}
.benefits_layout_wrapper .details_column .benefit_item h4{font-size:22px;font-weight:700;color:#151A2D;margin:0 0 10px;line-height:1.3}
.benefits_layout_wrapper .details_column .benefit_item p{font-size:16px;line-height:1.7;color:#151A2D;margin:0}
.cta_contact_wrapper{max-width:1536px;margin:0 auto;padding:0 24px 96px;text-align:center}
.cta_contact_wrapper .cta_box{background:linear-gradient(135deg,#151A2D 0%,#1f2642 100%);border-radius:20px;padding:56px 40px;position:relative;overflow:hidden}
.cta_contact_wrapper .cta_box::before{content:'';position:absolute;width:300px;height:300px;background:radial-gradient(circle,#00f6d426 0%,transparent 70%);bottom:-80px;left:-60px;border-radius:50%}
.cta_contact_wrapper .cta_box::after{content:'';position:absolute;width:250px;height:250px;background:radial-gradient(circle,#00f6d41f 0%,transparent 70%);top:-70px;right:-50px;border-radius:50%}
.cta_contact_wrapper .cta_box .inner_content{position:relative;z-index:2;max-width:680px;margin:0 auto}
.cta_contact_wrapper .cta_box h3{font-size:32px;font-weight:700;color:#FFF;margin:0 0 18px;line-height:1.3}
.cta_contact_wrapper .cta_box p{font-size:18px;line-height:1.6;color:#ffffffd9;margin:0 0 32px}
.cta_contact_wrapper .cta_box .button_primary{display:inline-block;background:#00F6D4;color:#151A2D;font-size:17px;font-weight:700;padding:16px 40px;border-radius:10px;text-decoration:none;transition:all .3s cubic-bezier(0.34,1.56,0.64,1);box-shadow:0 8px 24px #00f6d44d;border:2px solid #00F6D4;position:relative;z-index:10}
.cta_contact_wrapper .cta_box .button_primary:hover{background:transparent;color:#00F6D4;transform:translateY(-3px);box-shadow:0 12px 32px #00f6d466}
@media (max-width: 1024px) {
.title_hero_section .heading_primary{font-size:38px}
.split_layout_container{grid-template-columns:1fr;gap:48px}
.partnership_types_grid{grid-template-columns:1fr;gap:24px}
.benefits_layout_wrapper{grid-template-columns:1fr;gap:48px}
.partners_info_block .intro_text_area h2{font-size:30px}
.collaboration_benefits_section .section_header h2{font-size:32px}
}
@media (max-width: 640px) {
.title_hero_section{min-height:360px;margin-bottom:64px}
.title_hero_section .heading_primary{font-size:28px}
.partners_info_block{margin-bottom:64px}
.partners_info_block .intro_text_area{margin-bottom:48px}
.partners_info_block .intro_text_area h2{font-size:24px}
.partners_info_block .intro_text_area p{font-size:16px}
.split_layout_container{gap:32px}
.split_layout_container .content_column h3{font-size:22px}
.partnership_types_grid{margin-top:48px}
.type_card_item{padding:24px 20px}
.type_card_item h4{font-size:20px}
.collaboration_benefits_section{padding:48px 20px;margin-bottom:64px}
.collaboration_benefits_section .section_header{margin-bottom:40px}
.collaboration_benefits_section .section_header h2{font-size:26px}
.collaboration_benefits_section .section_header p{font-size:16px}
.benefits_layout_wrapper{gap:36px}
.benefits_layout_wrapper .details_column .benefit_item{margin-bottom:28px;padding-left:42px}
.benefits_layout_wrapper .details_column .benefit_item h4{font-size:19px}
.cta_contact_wrapper{padding-bottom:64px}
.cta_contact_wrapper .cta_box{padding:40px 24px}
.cta_contact_wrapper .cta_box h3{font-size:26px}
.cta_contact_wrapper .cta_box p{font-size:16px}
}
.program_hero_wrapper{background:linear-gradient(135deg,#151A2D 0%,#1a2340 100%);padding:80px 20px;position:relative;overflow:hidden}
.program_hero_wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#00f6d426 0%,transparent 70%);border-radius:50%}
.program_hero_container{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.program_hero_text h1{font-size:48px;line-height:1.2;color:#FFF;margin:0 0 20px}
.program_hero_text .problem_statement{font-size:20px;color:#fffc;margin:0 0 30px;line-height:1.6}
.program_hero_text .solution_text{font-size:18px;color:#00F6D4;line-height:1.7;margin:0}
.program_hero_image_area{position:relative}
.program_hero_image_area img{width:100%;height:450px;object-fit:cover;border-radius:16px;filter:sepia(15%) hue-rotate(160deg) saturate(1.2);box-shadow:0 20px 60px #0006}
.program_structure_section{padding:100px 20px;background:#FFF}
.program_structure_content{max-width:1536px;margin:0 auto}
.program_structure_content h2{font-size:38px;color:#151A2D;margin:0 0 60px;text-align:center}
.modules_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.module_card{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:40px 30px;border-radius:20px;position:relative;transition:transform .3s cubic-bezier(0.4,0,0.2,1)}
.module_card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #151a2d26}
.module_card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#00F6D4 0%,#151A2D 100%);border-radius:20px 0 0 20px}
.module_number{font-size:16px;color:#00F6D4;font-weight:600;margin:0 0 12px}
.module_card h3{font-size:24px;color:#151A2D;margin:0 0 16px}
.module_card p{font-size:16px;color:#495057;line-height:1.6;margin:0 0 20px}
.module_duration{display:inline-block;background:#00f6d426;color:#151A2D;padding:6px 14px;border-radius:8px;font-size:14px;font-weight:600}
.learning_approach_wrapper{background:linear-gradient(180deg,#f1f3f5 0%,#FFF 100%);padding:100px 20px}
.learning_approach_grid{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:80px;align-items:start}
.approach_image_section img{width:100%;height:520px;object-fit:cover;border-radius:24px;box-shadow:0 24px 64px #151a2d33}
.approach_content_section h2{font-size:36px;color:#151A2D;margin:0 0 30px}
.approach_content_section h2::before{content:'';display:block;width:60px;height:4px;background:#00F6D4;margin-bottom:20px}
.approach_features{display:flex;flex-direction:column;gap:30px}
.feature_item{display:flex;gap:20px;align-items:flex-start}
.feature_icon{width:50px;height:50px;background:#00F6D4;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.feature_icon i{font-size:24px;color:#151A2D}
.feature_text h4{font-size:20px;color:#151A2D;margin:0 0 8px}
.feature_text p{font-size:16px;color:#495057;line-height:1.6;margin:0}
.instructor_showcase{padding:100px 20px;background:#151A2D;position:relative}
.instructor_showcase::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#00F6D4 50%,transparent 100%)}
.instructor_container{max-width:1536px;margin:0 auto}
.instructor_container h2{font-size:36px;color:#FFF;text-align:center;margin:0 0 70px}
.instructors_layout{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}
.instructor_profile{text-align:center;position:relative}
.instructor_photo_wrapper{position:relative;display:inline-block;margin-bottom:24px}
.instructor_photo_wrapper::before{content:'';position:absolute;top:-12px;left:-12px;right:-12px;bottom:-12px;border:2px solid #00f6d44d;border-radius:50%}
.instructor_photo_wrapper img{width:180px;height:180px;object-fit:cover;border-radius:50%;border:4px solid #00F6D4}
.instructor_profile h3{font-size:24px;color:#FFF;margin:0 0 8px}
.instructor_role{font-size:16px;color:#00F6D4;margin:0 0 16px}
.instructor_profile p{font-size:15px;color:#ffffffb3;line-height:1.6;margin:0}
@media (max-width: 1024px) {
.program_hero_container{grid-template-columns:1fr;gap:40px}
.program_hero_text h1{font-size:38px}
.modules_grid{grid-template-columns:1fr 1fr}
.learning_approach_grid{grid-template-columns:1fr;gap:50px}
.instructors_layout{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px) {
.program_hero_wrapper{padding:60px 20px}
.program_hero_text h1{font-size:32px}
.program_hero_text .problem_statement{font-size:18px}
.program_hero_image_area img{height:300px}
.modules_grid{grid-template-columns:1fr;gap:30px}
.program_structure_section{padding:60px 20px}
.learning_approach_wrapper{padding:60px 20px}
.approach_image_section img{height:350px}
.instructors_layout{grid-template-columns:1fr;gap:40px}
.instructor_showcase{padding:60px 20px}
}
.success_wrapper{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);position:relative;overflow:hidden}
.success_wrapper::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#00f6d414 0%,transparent 70%);animation:pulse_effect 8s ease-in-out infinite}
@keyframes pulse_effect {
0%,100%{transform:scale(1);opacity:.6}
50%{transform:scale(1.1);opacity:.3}
}
.success_container{max-width:720px;width:100%;background:#FFF;border-radius:24px;padding:64px 48px;box-shadow:0 20px 60px #151a2d1f;position:relative;z-index:2;text-align:center}
.success_icon_wrapper{width:120px;height:120px;margin:0 auto 32px;position:relative}
.success_icon_circle{width:100%;height:100%;background:linear-gradient(135deg,#00F6D4 0%,#00f6d499 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:scale_in .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes scale_in {
0%{transform:scale(0);opacity:0}
100%{transform:scale(1);opacity:1}
}
.success_icon_circle svg{width:64px;height:64px;stroke:#FFF;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}
.checkmark_path{stroke-dasharray:100;stroke-dashoffset:100;animation:draw_check .8s ease-out .3s forwards}
@keyframes draw_check {
to{stroke-dashoffset:0}
}
.success_dots{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:160px;height:160px}
.success_dot{position:absolute;width:6px;height:6px;background:#00f6d44d;border-radius:50%;animation:float_dot 3s ease-in-out infinite}
.success_dot:nth-child(1){top:0;left:50%;transform:translateX(-50%);animation-delay:0s}
.success_dot:nth-child(2){top:20%;right:10%;animation-delay:.3s}
.success_dot:nth-child(3){top:50%;right:0;transform:translateY(-50%);animation-delay:.6s}
.success_dot:nth-child(4){bottom:20%;right:10%;animation-delay:.9s}
.success_dot:nth-child(5){bottom:0;left:50%;transform:translateX(-50%);animation-delay:1.2s}
.success_dot:nth-child(6){bottom:20%;left:10%;animation-delay:1.5s}
.success_dot:nth-child(7){top:50%;left:0;transform:translateY(-50%);animation-delay:1.8s}
.success_dot:nth-child(8){top:20%;left:10%;animation-delay:2.1s}
@keyframes float_dot {
0%,100%{opacity:.3;transform:translate(0,0) scale(1)}
50%{opacity:.8;transform:translate(0,-8px) scale(1.4)}
}
.success_heading{font-size:42px;font-weight:700;color:#151A2D;margin:0 0 20px;line-height:1.2}
.success_text{font-size:18px;color:#6c757d;line-height:1.7;margin:0 0 40px}
.success_actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn_primary_success{display:inline-block;padding:16px 36px;background:linear-gradient(135deg,#00F6D4 0%,#00f6d4cc 100%);color:#151A2D;text-decoration:none;border-radius:12px;font-weight:600;font-size:16px;transition:all .3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 16px #00f6d44d}
.btn_primary_success:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00f6d466}
.btn_secondary_success{display:inline-block;padding:16px 36px;background:transparent;color:#151A2D;text-decoration:none;border-radius:12px;font-weight:600;font-size:16px;border:2px solid #e9ecef;transition:all .3s ease}
.btn_secondary_success:hover{background:#f8f9fa;border-color:#00F6D4}
.success_meta_info{margin-top:48px;padding-top:32px;border-top:1px solid #e9ecef}
.success_meta_text{font-size:15px;color:#6c757d;margin:0 0 12px;line-height:1.6}
.success_contact_link{color:#00F6D4;text-decoration:none;font-weight:600;transition:color .3s ease}
.success_contact_link:hover{color:#151A2D}
@media (max-width: 768px) {
.success_wrapper{padding:40px 16px}
.success_container{padding:48px 32px;border-radius:16px}
.success_icon_wrapper{width:100px;height:100px}
.success_icon_circle svg{width:52px;height:52px}
.success_heading{font-size:32px}
.success_text{font-size:16px}
.success_actions{flex-direction:column;gap:12px}
.btn_primary_success,.btn_secondary_success{width:100%;padding:14px 24px}
}
@media (max-width: 480px) {
.success_container{padding:40px 24px}
.success_icon_wrapper{width:80px;height:80px;margin-bottom:24px}
.success_icon_circle svg{width:42px;height:42px}
.success_heading{font-size:28px;margin-bottom:16px}
.success_text{font-size:15px;margin-bottom:32px}
.success_meta_info{margin-top:36px;padding-top:24px}
.success_meta_text{font-size:14px}
}