*{margin:0;padding:0;box-sizing:border-box}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{font-weight:400}
figure,blockquote{margin:0}
body{font-family:'Ubuntu Mono',monospace;background-color:#f9f9f9;color:#1a1a1a;line-height:1.6}
.page_container{max-width:1320px;margin:0 auto;padding:0 20px}
.site_heado{position:relative;background:linear-gradient(93deg,#7B46F8 0%,#26D041 50%,#FD7C0F 100%);overflow:hidden}
.heado_banner_layer{padding:60px 0 40px}
.site_heado .company_banner_txt{font-size:120px;font-weight:700;font-style:italic;color:#ffffff26;text-align:center;letter-spacing:8px;user-select:none}
.heado_overlay_layer{position:relative;background:#fffffff2;padding:24px 0;box-shadow:0 4px 16px #00000014}
.heado_inner_flex{display:flex;align-items:center;justify-content:space-between;gap:40px}
.logo_holder{flex-shrink:0}
.logo_link_wrapper{display:block;background:#fff;padding:8px;border-radius:4px;box-shadow:0 2px 12px #7b46f826;transition:box-shadow .3s ease}
.logo_link_wrapper:hover{box-shadow:0 4px 20px #7b46f840}
.site_logo_img{display:block;height:90px;width:90px;object-fit:contain}
.main_navi{flex:1;display:flex;justify-content:flex-end}
.navi_list_main{display:flex;gap:8px;align-items:center}
.navi_list_main .navi_item{position:relative}
.navi_list_main .navi_link{display:block;padding:12px 24px;color:#1a1a1a;text-decoration:none;font-size:16px;font-weight:400;border-radius:3px;transition:background-color .2s ease,color .2s ease}
.navi_list_main .navi_link:hover{background-color:#7b46f814;color:#7B46F8}
.site_foot{background:#1a1a1a;color:#b8b8b8;padding:60px 0 30px;margin-top:80px}
.foot_container{max-width:1320px;margin:0 auto;padding:0 20px}
.foot_content_stack{display:flex;flex-direction:column;gap:40px}
.contact_info_card{background:linear-gradient(135deg,#7b46f81a 0%,#26d0410d 100%);padding:32px;border-radius:5px;border-left:4px solid #7B46F8}
.contact_info_card .foot_heading{font-size:24px;font-weight:700;font-style:italic;color:#fff;margin-bottom:24px}
.contact_detail_box{display:flex;flex-direction:column;gap:16px;margin-bottom:28px}
.contact_detail_box .detail_row{display:flex;align-items:center;gap:12px}
.contact_detail_box .icon_style{font-size:20px;color:#26D041;flex-shrink:0}
.contact_detail_box .detail_txt{font-size:15px;color:#d4d4d4}
.cta_communication_box{margin-top:20px}
.foot_cta_butt{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:#7B46F8;color:#fff;text-decoration:none;font-size:16px;font-weight:700;border-radius:0;transition:background-color .2s ease}
.foot_cta_butt:hover{background-color:#6332d4}
.foot_cta_butt .icon_butt{font-size:18px}
.foot_links_section{padding:24px 0;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a}
.foot_link_list{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}
.foot_link{color:#b8b8b8;text-decoration:none;font-size:14px;transition:color .2s ease}
.foot_link:hover{color:#26D041}
.copyright_bar{text-align:center;padding-top:20px}
.copyright_txt{font-size:13px;color:gray}
.cookie_popup_wrapper{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:10000;display:flex;align-items:flex-start;justify-content:center;padding-top:60px;animation:fadeInCookie .3s ease}
@keyframes fadeInCookie {
from{opacity:0}
to{opacity:1}
}
.cookie_modal_box{background:#fff;width:70%;max-width:680px;border-radius:0;box-shadow:0 16px 48px #0000004d;animation:slideUpCookie .4s ease}
@keyframes slideUpCookie {
from{transform:translateY(100px);opacity:0}
to{transform:translateY(0);opacity:1}
}
.cookie_heado_section{padding:28px 32px;background:linear-gradient(135deg,#7B46F8 0%,#6332d4 100%);color:#fff}
.cookie_title{font-size:22px;font-weight:700;font-style:italic;margin-bottom:8px}
.cookie_desc{font-size:14px;color:#ffffffe6;line-height:1.5}
.cookie_categories_wrap{padding:24px 32px;display:flex;flex-direction:column;gap:20px}
.cookie_cat_item{padding:16px;background:#f5f5f5;border-left:3px solid #7B46F8}
.cat_header_row{margin-bottom:8px}
.cat_label_box{display:flex;align-items:center;gap:10px;cursor:pointer;user-select:none}
.cat_toggle{width:18px;height:18px;cursor:pointer}
.cat_toggle:disabled{cursor:not-allowed;opacity:.5}
.cat_name{font-size:16px;font-weight:700;color:#1a1a1a}
.cat_description{font-size:13px;color:#666;line-height:1.4;padding-left:28px}
.cookie_actions_bar{padding:20px 32px 28px;display:flex;gap:12px;justify-content:flex-end;background:#fafafa;border-top:1px solid #e0e0e0}
.cookie_butt{padding:12px 24px;font-family:'Ubuntu Mono',monospace;font-size:14px;font-weight:700;border:none;cursor:pointer;border-radius:0;transition:background-color .2s ease,color .2s ease}
.cookie_decline{background:#e0e0e0;color:#1a1a1a}
.cookie_decline:hover{background:#d0d0d0}
.cookie_info{background:#FD7C0F;color:#fff}
.cookie_info:hover{background:#e66e0a}
.cookie_accept{background:#26D041;color:#fff}
.cookie_accept:hover{background:#20b535}
.cookie_float_icon{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:#7B46F8;color:#fff;border:none;border-radius:0;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 4px 16px #7b46f866;transition:background-color .2s ease,box-shadow .2s ease;z-index:9999}
.cookie_float_icon:hover{background:#6332d4;box-shadow:0 6px 24px #7b46f880}
@media (max-width: 968px) {
.site_heado .company_banner_txt{font-size:72px;letter-spacing:4px}
.heado_inner_flex{flex-direction:column;gap:24px}
.main_navi{width:100%}
.navi_list_main{flex-direction:column;width:100%;gap:4px}
.navi_list_main .navi_link{text-align:center;width:100%}
.cookie_modal_box{width:90%}
.cookie_actions_bar{flex-direction:column}
.cookie_butt{width:100%}
}
@media (max-width: 640px) {
.site_heado .company_banner_txt{font-size:48px;letter-spacing:2px}
.site_logo_img{height:70px;width:70px}
.foot_link_list{flex-direction:column;gap:12px}
.contact_info_card{padding:24px}
.cookie_popup_wrapper{padding-top:20px}
.cookie_modal_box{width:95%}
.cookie_heado_section{padding:20px 24px}
.cookie_categories_wrap{padding:20px 24px}
.cookie_actions_bar{padding:16px 24px 20px}
}
.terms-wrapper-yqbj{max-width:1320px;margin:0 auto;padding:80px 40px;background:#fff}
.terms-wrapper-yqbj p{font-size:17px;line-height:1.8;color:#2d2d2d;margin:0 0 24px;font-weight:400}
.terms-wrapper-yqbj p + p{margin-top:16px}
.terms-wrapper-yqbj ul{margin:0 0 28px;padding:0 0 0 28px;list-style-type:none}
.terms-wrapper-yqbj ul li{font-size:17px;line-height:1.8;color:#2d2d2d;margin:0 0 12px;padding-left:16px;position:relative}
.terms-wrapper-yqbj ul li:before{content:"•";position:absolute;left:0;color:#7B46F8;font-weight:700;font-size:20px}
.terms-wrapper-yqbj ol{margin:0 0 28px;padding:0 0 0 28px;counter-reset:policy-counter;list-style:none}
.terms-wrapper-yqbj ol li{font-size:17px;line-height:1.8;color:#2d2d2d;margin:0 0 12px;padding-left:16px;position:relative;counter-increment:policy-counter}
.terms-wrapper-yqbj ol li:before{content:counter(policy-counter) ".";position:absolute;left:0;color:#7B46F8;font-weight:600}
.terms-wrapper-yqbj em{font-style:italic;color:#1a1a1a}
.terms-wrapper-yqbj i{font-style:italic;color:#1a1a1a}
.terms-wrapper-yqbj a{color:#7B46F8;text-decoration:none;border-bottom:1px solid #7b46f84d;transition:all .3s ease;font-weight:500}
.terms-wrapper-yqbj a:hover{color:#6333d4;border-bottom-color:#6333d4;background:#7b46f80d}
.terms-wrapper-yqbj hr{border:none;height:2px;background:linear-gradient(90deg,#7b46f81a 0%,#26d0411a 50%,#fd7c0f1a 100%);margin:48px 0}
.terms-wrapper-yqbj div{margin:0 0 24px}
.terms-wrapper-yqbj div p:last-child{margin-bottom:0}
.terms-wrapper-yqbj ul ul{margin:12px 0 16px;padding-left:24px}
.terms-wrapper-yqbj ul ul li{font-size:16px;margin-bottom:8px}
.terms-wrapper-yqbj ol ol{margin:12px 0 16px;padding-left:24px}
.terms-wrapper-yqbj ol ol li{font-size:16px;margin-bottom:8px}
@media (max-width: 1024px) {
.terms-wrapper-yqbj{padding:60px 32px}
.terms-wrapper-yqbj p{font-size:16px}
.terms-wrapper-yqbj ul li{font-size:16px}
.terms-wrapper-yqbj ol li{font-size:16px}
}
@media (max-width: 768px) {
.terms-wrapper-yqbj{padding:48px 24px}
.terms-wrapper-yqbj p{font-size:15px;line-height:1.7;margin-bottom:20px}
.terms-wrapper-yqbj ul{padding-left:20px;margin-bottom:24px}
.terms-wrapper-yqbj ul li{font-size:15px;line-height:1.7;padding-left:12px;margin-bottom:10px}
.terms-wrapper-yqbj ol{padding-left:20px;margin-bottom:24px}
.terms-wrapper-yqbj ol li{font-size:15px;line-height:1.7;padding-left:12px;margin-bottom:10px}
.terms-wrapper-yqbj hr{margin:36px 0}
}
@media (max-width: 480px) {
.terms-wrapper-yqbj{padding:36px 16px}
.terms-wrapper-yqbj p{font-size:14px;margin-bottom:18px}
.terms-wrapper-yqbj ul{padding-left:16px}
.terms-wrapper-yqbj ul li{font-size:14px;padding-left:10px}
.terms-wrapper-yqbj ol{padding-left:16px}
.terms-wrapper-yqbj ol li{font-size:14px;padding-left:10px}
.terms-wrapper-yqbj hr{margin:28px 0}
}
.heado_wrap{position:relative;background:linear-gradient(135deg,#7B46F8 0%,#26D041 55%,#FD7C0F 100%);min-height:520px;padding:80px 20px 60px;overflow:hidden}
.heado_wrap::before{content:'';position:absolute;top:-40%;right:-15%;width:600px;height:600px;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);border-radius:50%;animation:float_motion 8s ease-in-out infinite}
@keyframes float_motion {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-30px,-20px) scale(1.1)}
}
.heado_inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 340px;gap:50px;align-items:center}
.heado_content{position:relative;z-index:2}
.heado_small{font-size:16px;color:#ffffffe6;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px}
.heado_big{font-size:62px;font-weight:700;color:#fff;line-height:1.1;margin:0 0 20px}
.heado_medium{font-size:28px;font-weight:400;color:#fffffff2;line-height:1.4;margin:0}
.heado_deco{position:absolute;bottom:-20px;left:0;width:180px;height:4px;background:linear-gradient(90deg,#FD7C0F 0%,transparent 100%);border-radius:2px}
.heado_foto{position:relative;z-index:2}
.heado_foto img{width:100%;height:380px;object-fit:cover;border-radius:6px;box-shadow:0 20px 40px #0000004d;border:4px solid #fff3}
@media (max-width: 968px) {
.heado_inner{grid-template-columns:1fr}
.heado_big{font-size:46px}
.heado_medium{font-size:22px}
.heado_foto img{height:320px}
}
@media (max-width: 640px) {
.heado_wrap{min-height:460px;padding:60px 20px 50px}
.heado_big{font-size:36px}
.heado_medium{font-size:19px}
}
.story_sect{padding:90px 20px;background:#f8f9fa}
.story_container{max-width:1320px;margin:0 auto}
.story_layout{display:grid;grid-template-columns:480px 1fr;gap:70px;align-items:start}
.story_sidebar{position:sticky;top:40px}
.story_img_wrap{position:relative;margin-bottom:30px}
.story_img_wrap::before{content:'';position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;background:linear-gradient(135deg,#7B46F8 0%,#26D041 100%);border-radius:4px;z-index:1}
.story_img_wrap img{position:relative;z-index:2;width:100%;height:420px;object-fit:cover;border-radius:4px;box-shadow:0 16px 32px #00000026}
.story_highlight_box{background:#fff;padding:28px 32px;border-radius:4px;box-shadow:0 8px 24px #00000014;border-left:5px solid #7B46F8}
.story_highlight_title{font-size:18px;font-weight:600;color:#212529;margin:0 0 14px}
.story_highlight_text{font-size:15px;line-height:1.6;color:#495057;margin:0}
.story_content_area{padding-top:20px}
.story_main_head{font-size:38px;font-weight:700;color:#212529;margin:0 0 32px;line-height:1.3}
.story_text_block{background:#fff;padding:40px;border-radius:4px;margin-bottom:32px;box-shadow:0 4px 16px #0000000f}
.story_text_block p{font-size:16px;line-height:1.7;color:#495057;margin:0 0 20px}
.story_text_block p:last-child{margin-bottom:0}
.story_subhead{font-size:24px;font-weight:600;color:#212529;margin:0 0 18px;padding-left:16px;border-left:4px solid #26D041}
@media (max-width: 1100px) {
.story_layout{grid-template-columns:1fr;gap:50px}
.story_sidebar{position:static}
}
@media (max-width: 640px) {
.story_sect{padding:60px 20px}
.story_main_head{font-size:30px}
.story_text_block{padding:28px 24px}
.story_img_wrap img{height:320px}
}
.founders_sect{padding:100px 20px;background:#fff;position:relative}
.founders_sect::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#7B46F8 0%,#26D041 50%,#FD7C0F 100%)}
.founders_container{max-width:1320px;margin:0 auto}
.founders_top_title{text-align:center;margin-bottom:70px}
.founders_top_title h2{font-size:42px;font-weight:700;color:#212529;margin:0 0 16px}
.founders_top_title p{font-size:18px;line-height:1.6;color:#6c757d;max-width:720px;margin:0 auto}
.founders_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:60px}
.founder_card{display:flex;flex-direction:column;gap:28px}
.founder_foto_box{position:relative;overflow:hidden;border-radius:4px}
.founder_foto_box img{width:100%;height:460px;object-fit:cover;transition:transform .4s}
.founder_card:hover .founder_foto_box img{transform:scale(1.05)}
.founder_overlay{position:absolute;bottom:0;left:0;right:0;padding:24px;background:linear-gradient(to top,#000000d9 0%,transparent 100%)}
.founder_name{font-size:26px;font-weight:700;color:#fff;margin:0 0 6px}
.founder_role{font-size:16px;color:#ffffffe6;margin:0}
.founder_bio_area{padding:0 12px}
.founder_bio_area p{font-size:15px;line-height:1.7;color:#495057;margin:0 0 18px}
.founder_bio_area p:last-child{margin-bottom:0}
.founder_expertise{margin-top:24px;padding-top:24px;border-top:2px solid #e9ecef}
.founder_expertise_title{font-size:14px;font-weight:600;color:#7B46F8;text-transform:uppercase;letter-spacing:1px;margin:0 0 12px}
.founder_expertise_list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}
.founder_expertise_list li{background:#f8f9fa;padding:6px 14px;border-radius:3px;font-size:13px;color:#495057;border:1px solid #dee2e6}
@media (max-width: 968px) {
.founders_grid{grid-template-columns:1fr;gap:50px}
.founders_top_title h2{font-size:34px}
.founder_foto_box img{height:400px}
}
@media (max-width: 640px) {
.founders_sect{padding:70px 20px}
.founders_top_title{margin-bottom:50px}
.founders_top_title h2{font-size:28px}
.founder_foto_box img{height:360px}
}
.approach_sect{padding:90px 20px;background:linear-gradient(165deg,#f8f9fa 0%,#e9ecef 100%)}
.approach_container{max-width:1320px;margin:0 auto}
.approach_header{margin-bottom:60px}
.approach_header h2{font-size:40px;font-weight:700;color:#212529;margin:0 0 20px}
.approach_header p{font-size:17px;line-height:1.6;color:#495057;max-width:840px;margin:0}
.approach_visual_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.approach_item{background:#fff;padding:36px 32px;border-radius:4px;box-shadow:0 8px 24px #00000014;transition:transform 0.3s,box-shadow .3s}
.approach_item:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}
.approach_item_icon{width:64px;height:64px;background:linear-gradient(135deg,#7B46F8 0%,#26D041 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.approach_item_icon i{font-size:28px;color:#fff}
.approach_item h3{font-size:21px;font-weight:600;color:#212529;margin:0 0 14px}
.approach_item p{font-size:15px;line-height:1.6;color:#6c757d;margin:0}
.approach_images_row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:60px}
.approach_img_item{position:relative;border-radius:4px;overflow:hidden;box-shadow:0 6px 18px #0000001a}
.approach_img_item img{width:100%;height:220px;object-fit:cover;transition:transform .4s}
.approach_img_item:hover img{transform:scale(1.08)}
@media (max-width: 1100px) {
.approach_visual_grid{grid-template-columns:repeat(2,1fr)}
.approach_images_row{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px) {
.approach_sect{padding:60px 20px}
.approach_header h2{font-size:30px}
.approach_visual_grid{grid-template-columns:1fr;gap:30px}
.approach_images_row{grid-template-columns:1fr;gap:20px}
}
.hero_collage{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}
.hero_collage .blur_spot_1{position:absolute;width:420px;height:420px;background:radial-gradient(circle,#7b46f826,transparent 70%);filter:blur(80px);top:-100px;left:-80px;z-index:1}
.hero_collage .blur_spot_2{position:absolute;width:380px;height:380px;background:radial-gradient(circle,#26d0411f,transparent 70%);filter:blur(90px);bottom:-60px;right:-100px;z-index:1}
.hero_collage .image_grid_wrapper{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:900px;width:90%;margin:0 auto}
.hero_collage .img_fragment{position:relative;overflow:hidden;border-radius:4px;box-shadow:0 8px 24px #00000014}
.hero_collage .img_fragment img{width:100%;height:200px;object-fit:cover;display:block}
.hero_collage .img_fragment::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#7b46f84d 0%,#26d04133 50%,#fd7c0f40 100%);opacity:.7}
.hero_collage .text_overlay_box{position:absolute;z-index:3;background:#fffffff5;padding:48px 56px;border-radius:3px;box-shadow:0 16px 48px #00000026;max-width:520px;backdrop-filter:blur(10px)}
.hero_collage .main_heading{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 20px;line-height:1.2}
.hero_collage .sub_text{font-size:17px;color:#4a4a4a;line-height:1.6;margin:0}
.stats_grid_section{padding:90px 20px;background:#fff}
.stats_grid_section .inner_wrap{max-width:1320px;margin:0 auto}
.stats_grid_section .section_intro{text-align:center;margin-bottom:64px}
.stats_grid_section .section_intro h2{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 16px;position:relative;display:inline-block}
.stats_grid_section .section_intro h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#7B46F8,#26D041);border-radius:2px}
.stats_grid_section .section_intro p{font-size:17px;color:#5a5a5a;line-height:1.7;max-width:720px;margin:24px auto 0}
.stats_grid_section .stats_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.stats_grid_section .stat_card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:40px 32px;border-radius:5px;border:1px solid #e0e0e0;transition:all .3s ease;position:relative;overflow:hidden}
.stats_grid_section .stat_card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#7B46F8,#26D041);transform:scaleY(0);transform-origin:bottom;transition:transform .3s ease}
.stats_grid_section .stat_card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}
.stats_grid_section .stat_card:hover::before{transform:scaleY(1)}
.stats_grid_section .stat_number{font-size:48px;font-weight:700;color:#7B46F8;margin:0 0 12px;line-height:1}
.stats_grid_section .stat_label{font-size:15px;color:#6a6a6a;font-weight:600;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}
.stats_grid_section .stat_description{font-size:15px;color:#7a7a7a;line-height:1.6;margin:0}
.progress_showcase{padding:100px 20px;background:linear-gradient(135deg,#7B46F8 0%,#26D041 100%);position:relative}
.progress_showcase .content_holder{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.progress_showcase .text_content h3{font-size:34px;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.3}
.progress_showcase .text_content p{font-size:16px;color:#ffffffeb;line-height:1.7;margin:0 0 16px}
.progress_showcase .progress_items{display:flex;flex-direction:column;gap:28px}
.progress_showcase .progress_item{position:relative}
.progress_showcase .progress_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.progress_showcase .progress_title{font-size:16px;font-weight:600;color:#fff;margin:0}
.progress_showcase .progress_value{font-size:15px;font-weight:700;color:#fff;margin:0}
.progress_showcase .progress_bar_bg{width:100%;height:10px;background:#fff3;border-radius:5px;overflow:hidden;position:relative}
.progress_showcase .progress_bar_fill{height:100%;background:#fff;border-radius:5px;transition:width .8s ease;box-shadow:0 2px 8px #ffffff4d}
.progress_showcase .fill_87{width:87%}
.progress_showcase .fill_92{width:92%}
.progress_showcase .fill_78{width:78%}
.progress_showcase .fill_95{width:95%}
.timeline_section{padding:90px 20px;background:#f8f9fa}
.timeline_section .wrapper_content{max-width:1000px;margin:0 auto}
.timeline_section .timeline_header{text-align:center;margin-bottom:70px}
.timeline_section .timeline_header h2{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 20px}
.timeline_section .timeline_header p{font-size:17px;color:#5a5a5a;line-height:1.6;margin:0}
.timeline_section .timeline_track{position:relative;padding-left:60px}
.timeline_section .timeline_track::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#7B46F8 0%,#26D041 50%,#FD7C0F 100%)}
.timeline_section .timeline_step{position:relative;margin-bottom:50px;padding:28px 32px;background:#fff;border-radius:4px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.timeline_section .timeline_step:hover{box-shadow:0 8px 24px #0000001f;transform:translateX(6px)}
.timeline_section .timeline_step::before{content:'';position:absolute;left:-52px;top:32px;width:14px;height:14px;background:#7B46F8;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #00000026}
.timeline_section .timeline_step:nth-child(2)::before{background:#26D041}
.timeline_section .timeline_step:nth-child(3)::before{background:#FD7C0F}
.timeline_section .timeline_step:nth-child(4)::before{background:#7B46F8}
.timeline_section .step_number{font-size:14px;font-weight:700;color:#7B46F8;margin:0 0 8px;text-transform:uppercase;letter-spacing:1px}
.timeline_section .step_title{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.timeline_section .step_desc{font-size:15px;color:#6a6a6a;line-height:1.7;margin:0}
.testimonial_feature{padding:100px 20px;background:#fff}
.testimonial_feature .content_box{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:380px 1fr;gap:70px;align-items:center}
.testimonial_feature .profile_visual{position:relative}
.testimonial_feature .profile_visual img{width:100%;height:480px;object-fit:cover;border-radius:5px;box-shadow:0 16px 48px #00000026}
.testimonial_feature .profile_visual::before{content:'';position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;border:3px solid #7B46F8;border-radius:5px;z-index:-1}
.testimonial_feature .quote_content{padding:20px 0}
.testimonial_feature .quote_mark{font-size:72px;color:#26D041;line-height:.8;margin:0 0 24px;font-weight:700}
.testimonial_feature .quote_text{font-size:19px;color:#2a2a2a;line-height:1.7;margin:0 0 32px;font-style:italic}
.testimonial_feature .author_info h4{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 6px}
.testimonial_feature .author_info p{font-size:15px;color:#7B46F8;margin:0 0 4px;font-weight:600}
.testimonial_feature .author_info .detail_line{font-size:14px;color:#6a6a6a;margin:0}
@media (max-width: 1024px) {
.hero_collage .image_grid_wrapper{grid-template-columns:repeat(2,1fr)}
.hero_collage .text_overlay_box{padding:36px 40px}
.hero_collage .main_heading{font-size:34px}
.progress_showcase .content_holder{grid-template-columns:1fr;gap:50px}
.testimonial_feature .content_box{grid-template-columns:1fr;gap:50px}
.testimonial_feature .profile_visual img{height:400px}
}
@media (max-width: 768px) {
.hero_collage{min-height:420px}
.hero_collage .image_grid_wrapper{grid-template-columns:1fr;gap:12px}
.hero_collage .img_fragment img{height:160px}
.hero_collage .text_overlay_box{position:relative;margin-top:30px;padding:28px 32px}
.hero_collage .main_heading{font-size:28px}
.stats_grid_section{padding:60px 20px}
.stats_grid_section .section_intro h2{font-size:28px}
.stats_grid_section .stats_grid{grid-template-columns:1fr;gap:24px}
.progress_showcase{padding:70px 20px}
.progress_showcase .text_content h3{font-size:26px}
.timeline_section{padding:60px 20px}
.timeline_section .timeline_header h2{font-size:28px}
.timeline_section .timeline_track{padding-left:50px}
.testimonial_feature{padding:70px 20px}
.testimonial_feature .profile_visual img{height:360px}
.testimonial_feature .quote_mark{font-size:56px}
.testimonial_feature .quote_text{font-size:17px}
}
.hero_wrap{position:relative;width:100%;max-width:1320px;margin:0 auto;padding:72px 24px 88px;overflow:hidden}
.hero_grid{display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:center;position:relative;z-index:2}
.hero_text_box{padding-right:24px}
.hero_text_box h1{font-size:48px;line-height:1.15;margin:0 0 28px;color:#1a1a1a;font-weight:700}
.hero_text_box .intro_para{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 36px}
.hero_cta_row{display:flex;gap:16px;flex-wrap:wrap}
.hero_butt_primary{background:linear-gradient(135deg,#7B46F8 0%,#26D041 100%);color:#fff;padding:16px 32px;border-radius:4px;text-decoration:none;font-weight:600;font-size:16px;display:inline-flex;align-items:center;gap:8px;transition:transform 0.3s,box-shadow .3s;box-shadow:0 4px 16px #7b46f840}
.hero_butt_primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7b46f859}
.hero_butt_secondary{background:transparent;color:#7B46F8;padding:16px 32px;border-radius:4px;text-decoration:none;font-weight:600;font-size:16px;border:2px solid #7B46F8;display:inline-flex;align-items:center;gap:8px;transition:background 0.3s,color .3s}
.hero_butt_secondary:hover{background:#7B46F8;color:#fff}
.hero_img_box{position:relative;height:520px;border-radius:6px;overflow:hidden;box-shadow:0 12px 32px #00000026}
.hero_img_box img{width:100%;height:100%;object-fit:cover;display:block}
.hero_img_overlay_top{position:absolute;top:0;left:0;right:0;height:140px;background:linear-gradient(180deg,#7b46f899 0%,transparent 100%);z-index:1}
.hero_img_overlay_bottom{position:absolute;bottom:0;left:0;right:0;height:140px;background:linear-gradient(0deg,#26d04180 0%,transparent 100%);z-index:1}
.hero_bg_shape_1{position:absolute;width:280px;height:280px;background:radial-gradient(circle,#fd7c0f14 0%,transparent 70%);border-radius:50%;top:-80px;left:-60px;z-index:0}
.hero_bg_shape_2{position:absolute;width:200px;height:200px;background:radial-gradient(circle,#26d0410f 0%,transparent 70%);border-radius:50%;bottom:40px;right:-40px;z-index:0}
.support_section{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:96px 0}
.support_container{max-width:1320px;margin:0 auto;padding:0 24px}
.support_header{text-align:center;margin-bottom:64px}
.support_header h2{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.support_header p{font-size:18px;line-height:1.6;color:#5a5a5a;max-width:720px;margin:0 auto}
.support_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.support_card{background:#fff;padding:40px 32px;border-radius:6px;box-shadow:0 4px 16px #00000014;transition:transform 0.3s,box-shadow .3s;position:relative}
.support_card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}
.support_card_icon{width:56px;height:56px;background:linear-gradient(135deg,#7B46F8 0%,#26D041 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#fff;font-size:28px}
.support_card h3{font-size:24px;line-height:1.3;color:#1a1a1a;margin:0 0 16px;font-weight:600}
.support_card p{font-size:16px;line-height:1.7;color:#6a6a6a;margin:0}
.compare_section{padding:96px 0;background:#fff}
.compare_container{max-width:1320px;margin:0 auto;padding:0 24px}
.compare_intro{margin-bottom:56px}
.compare_intro h2{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.compare_intro p{font-size:18px;line-height:1.6;color:#5a5a5a;margin:0}
.compare_table_wrap{overflow-x:auto;border-radius:6px;box-shadow:0 4px 20px #0000001a}
.compare_table{width:100%;border-collapse:collapse;background:#fff;min-width:700px}
.compare_table thead{background:linear-gradient(135deg,#7B46F8 0%,#26D041 100%)}
.compare_table thead th{padding:20px 24px;text-align:left;font-size:16px;font-weight:600;color:#fff}
.compare_table tbody tr{border-bottom:1px solid #e9ecef;transition:background .2s}
.compare_table tbody tr:hover{background:#f8f9fa}
.compare_table tbody td{padding:20px 24px;font-size:15px;color:#3a3a3a;vertical-align:top}
.compare_table tbody td:first-child{font-weight:600;color:#1a1a1a}
.compare_check{color:#26D041;font-size:20px;font-weight:700}
.compare_cross{color:#dc3545;font-size:20px;font-weight:700}
.platform_section{background:linear-gradient(180deg,#fff 0%,#f0f4f8 100%);padding:96px 0}
.platform_container{max-width:1320px;margin:0 auto;padding:0 24px}
.platform_layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.platform_text_side h2{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0 0 28px;font-weight:700}
.platform_text_side .platform_desc{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 40px}
.platform_features{display:flex;flex-direction:column;gap:24px}
.platform_feat_item{display:flex;gap:16px;align-items:flex-start}
.platform_feat_icon{width:44px;height:44px;background:linear-gradient(135deg,#FD7C0F 0%,#7B46F8 100%);border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;flex-shrink:0}
.platform_feat_text{flex:1}
.platform_feat_text h4{font-size:20px;line-height:1.3;color:#1a1a1a;margin:0 0 8px;font-weight:600}
.platform_feat_text p{font-size:16px;line-height:1.6;color:#6a6a6a;margin:0}
.platform_visual_side{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.platform_img_box{border-radius:6px;overflow:hidden;box-shadow:0 6px 20px #0000001a;position:relative}
.platform_img_box img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.platform_img_box:hover img{transform:scale(1.05)}
.platform_img_box.tall_img{grid-row:span 2;height:480px}
.platform_img_box.short_img{height:230px}
.platform_expert_card{background:#fff;padding:32px 28px;border-radius:6px;box-shadow:0 6px 20px #0000001a;display:flex;flex-direction:column;gap:20px}
.platform_expert_top{display:flex;gap:16px;align-items:center}
.platform_expert_avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid #7B46F8}
.platform_expert_avatar img{width:100%;height:100%;object-fit:cover;display:block}
.platform_expert_info h5{font-size:18px;line-height:1.3;color:#1a1a1a;margin:0 0 4px;font-weight:600}
.platform_expert_info span{font-size:14px;color:#7B46F8;font-weight:500}
.platform_expert_card p{font-size:15px;line-height:1.6;color:#5a5a5a;margin:0;font-style:italic}
@media (max-width: 1024px) {
.hero_grid{grid-template-columns:1fr;gap:40px}
.hero_text_box{padding-right:0}
.hero_img_box{height:420px}
.support_grid{grid-template-columns:1fr;gap:24px}
.platform_layout{grid-template-columns:1fr;gap:48px}
.platform_visual_side{grid-template-columns:1fr}
.platform_img_box.tall_img{grid-row:span 1;height:320px}
}
@media (max-width: 768px) {
.hero_wrap{padding:48px 20px 64px}
.hero_text_box h1{font-size:36px;margin-bottom:20px}
.hero_text_box .intro_para{font-size:16px;margin-bottom:28px}
.hero_cta_row{flex-direction:column}
.hero_butt_primary,.hero_butt_secondary{width:100%;justify-content:center}
.hero_img_box{height:340px}
.support_section{padding:64px 0}
.support_header h2{font-size:32px}
.support_header{margin-bottom:48px}
.compare_section{padding:64px 0}
.compare_intro h2{font-size:32px}
.platform_section{padding:64px 0}
.platform_text_side h2{font-size:32px}
.platform_text_side .platform_desc{font-size:16px;margin-bottom:32px}
}
@media (max-width: 480px) {
.hero_text_box h1{font-size:28px}
.support_card{padding:32px 24px}
.platform_feat_icon{width:40px;height:40px;font-size:20px}
.platform_feat_text h4{font-size:18px}
.compare_table thead th,.compare_table tbody td{padding:16px 12px;font-size:14px}
}
.heado_wrap{width:100%;max-width:1320px;margin:0 auto;padding:74px 20px 88px;display:flex;align-items:center;gap:52px}
.heado_wrap .text_content_side{flex:1;display:flex;flex-direction:column}
.heado_wrap .main_title_text{font-size:48px;line-height:1.15;font-weight:700;color:#1a1a1a;margin:0 0 32px;letter-spacing:-.02em}
.heado_wrap .desc_para_text{font-size:19px;line-height:1.6;color:#4a4a4a;margin:0 0 38px}
.heado_wrap .butt_group_wrapper{display:flex;gap:16px;flex-wrap:wrap}
.heado_wrap .primary_butt_link{padding:14px 32px;background:linear-gradient(135deg,#7B46F8 0%,#26D041 100%);color:#fff;text-decoration:none;border-radius:4px;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 12px #7b46f833}
.heado_wrap .primary_butt_link:hover{transform:translateY(-2px);box-shadow:0 8px 20px #7b46f84d;filter:brightness(1.1)}
.heado_wrap .secondary_butt_link{padding:14px 32px;background:transparent;color:#7B46F8;text-decoration:none;border:2px solid #7B46F8;border-radius:4px;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}
.heado_wrap .secondary_butt_link:hover{background:#7B46F8;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #7b46f840}
.heado_wrap .image_side_container{flex:1;position:relative}
.heado_wrap .hero_image_element{width:100%;height:420px;object-fit:cover;border-radius:6px;box-shadow:0 12px 32px #00000026;position:relative}
.heado_wrap .hero_image_element::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 40%,#ffffff40 0%,transparent 50%);pointer-events:none;border-radius:6px}
.contact_data_section{width:100%;background:linear-gradient(160deg,#7b46f80d 0%,#26d04108 100%);padding:72px 20px}
.contact_data_section .inner_wrap{max-width:1320px;margin:0 auto}
.contact_data_section .section_title{font-size:36px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 18px;text-align:center}
.contact_data_section .section_subtitle{font-size:18px;line-height:1.5;color:#5a5a5a;margin:0 0 52px;text-align:center}
.contact_data_section .info_grid_layout{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.contact_data_section .info_card_box{background:#fff;padding:36px 28px;border-radius:5px;box-shadow:0 6px 18px #00000014;text-align:center;transition:all .3s ease;border-top:3px solid transparent}
.contact_data_section .info_card_box:nth-child(1){border-top-color:#7B46F8}
.contact_data_section .info_card_box:nth-child(2){border-top-color:#26D041}
.contact_data_section .info_card_box:nth-child(3){border-top-color:#FD7C0F}
.contact_data_section .info_card_box:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001f}
.contact_data_section .card_icon_wrap{display:inline-flex;width:64px;height:64px;border-radius:50%;align-items:center;justify-content:center;margin:0 0 20px;font-size:28px}
.contact_data_section .info_card_box:nth-child(1) .card_icon_wrap{background:linear-gradient(135deg,#7b46f826 0%,#7b46f80d 100%);color:#7B46F8}
.contact_data_section .info_card_box:nth-child(2) .card_icon_wrap{background:linear-gradient(135deg,#26d04126 0%,#26d0410d 100%);color:#26D041}
.contact_data_section .info_card_box:nth-child(3) .card_icon_wrap{background:linear-gradient(135deg,#fd7c0f26 0%,#fd7c0f0d 100%);color:#FD7C0F}
.contact_data_section .card_title_text{font-size:20px;font-weight:600;color:#2a2a2a;margin:0 0 12px}
.contact_data_section .card_detail_text{font-size:16px;line-height:1.5;color:#6a6a6a;margin:0;word-break:break-word}
.contact_data_section .card_detail_text a{color:#7B46F8;text-decoration:none;transition:color .2s ease}
.contact_data_section .card_detail_text a:hover{color:#26D041;text-decoration:underline}
.form_area_section{width:100%;padding:86px 20px;background:#fafbfc}
.form_area_section .form_container_wrap{max-width:780px;margin:0 auto}
.form_area_section .form_heading_text{font-size:38px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 16px;text-align:center}
.form_area_section .form_intro_para{font-size:17px;line-height:1.6;color:#5a5a5a;margin:0 0 48px;text-align:center}
.form_area_section .actual_form_element{background:#fff;padding:44px 40px;border-radius:6px;box-shadow:0 8px 24px #0000001a}
.form_area_section .field_row_wrapper{margin:0 0 24px}
.form_area_section .field_label_text{display:block;font-size:15px;font-weight:600;color:#3a3a3a;margin:0 0 8px}
.form_area_section .field_label_text .required_marker{color:#FD7C0F;margin-left:3px}
.form_area_section .input_text_field{width:100%;padding:13px 16px;border:2px solid #e0e0e0;border-radius:4px;font-size:15px;color:#2a2a2a;background:#fff;transition:all .3s ease;box-sizing:border-box}
.form_area_section .input_text_field:focus{outline:none;border-color:#7B46F8;box-shadow:0 0 0 3px #7b46f81a}
.form_area_section .textarea_field_input{width:100%;padding:13px 16px;border:2px solid #e0e0e0;border-radius:4px;font-size:15px;color:#2a2a2a;background:#fff;min-height:140px;resize:vertical;font-family:inherit;transition:all .3s ease;box-sizing:border-box}
.form_area_section .textarea_field_input:focus{outline:none;border-color:#7B46F8;box-shadow:0 0 0 3px #7b46f81a}
.form_area_section .select_dropdown_field{width:100%;padding:13px 16px;border:2px solid #e0e0e0;border-radius:4px;font-size:15px;color:#2a2a2a;background:#fff;cursor:pointer;transition:all .3s ease;box-sizing:border-box;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%233a3a3a' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}
.form_area_section .select_dropdown_field:focus{outline:none;border-color:#7B46F8;box-shadow:0 0 0 3px #7b46f81a}
.form_area_section .privacy_checkbox_row{margin:28px 0 0;display:flex;align-items:flex-start;gap:10px}
.form_area_section .checkbox_input_element{margin:4px 0 0;cursor:pointer;width:18px;height:18px;flex-shrink:0;accent-color:#7B46F8}
.form_area_section .checkbox_label_text{font-size:14px;line-height:1.5;color:#5a5a5a;cursor:pointer}
.form_area_section .checkbox_label_text a{color:#7B46F8;text-decoration:none;transition:color .2s ease}
.form_area_section .checkbox_label_text a:hover{color:#26D041;text-decoration:underline}
.form_area_section .submit_butt_wrapper{margin:32px 0 0;text-align:center}
.form_area_section .submit_form_butt{padding:15px 48px;background:linear-gradient(135deg,#7B46F8 0%,#26D041 100%);color:#fff;border:none;border-radius:4px;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 16px #7b46f840}
.form_area_section .submit_form_butt:hover{transform:translateY(-2px);box-shadow:0 10px 24px #7b46f859;filter:brightness(1.08)}
.form_area_section .submit_form_butt:active{transform:translateY(0)}
.availability_info_section{width:100%;padding:68px 20px;background:linear-gradient(180deg,#fff 0%,#7b46f808 100%)}
.availability_info_section .content_layout_wrap{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.availability_info_section .text_column_area{display:flex;flex-direction:column}
.availability_info_section .section_heading_main{font-size:34px;line-height:1.25;font-weight:700;color:#1a1a1a;margin:0 0 20px;position:relative;padding-left:18px}
.availability_info_section .section_heading_main::before{content:'';position:absolute;left:0;top:4px;bottom:4px;width:5px;background:linear-gradient(180deg,#7B46F8 0%,#26D041 100%);border-radius:3px}
.availability_info_section .description_para_content{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 18px}
.availability_info_section .feature_list_items{list-style:none;padding:0;margin:28px 0 0}
.availability_info_section .feature_list_items .list_item_element{padding:14px 0 14px 36px;position:relative;font-size:16px;line-height:1.6;color:#3a3a3a;border-bottom:1px solid #eee}
.availability_info_section .feature_list_items .list_item_element:last-child{border-bottom:none}
.availability_info_section .feature_list_items .list_item_element::before{content:'';position:absolute;left:0;top:18px;width:20px;height:20px;background:linear-gradient(135deg,#26D041 0%,#7B46F8 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.availability_info_section .feature_list_items .list_item_element::after{content:'✓';position:absolute;left:5px;top:18px;color:#fff;font-size:13px;font-weight:700}
.availability_info_section .stats_column_area{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.availability_info_section .stat_card_box{background:#fff;padding:32px 24px;border-radius:5px;text-align:center;box-shadow:0 4px 14px #00000014;transition:all .3s ease;border-left:4px solid transparent}
.availability_info_section .stat_card_box:nth-child(1){border-left-color:#7B46F8}
.availability_info_section .stat_card_box:nth-child(2){border-left-color:#26D041}
.availability_info_section .stat_card_box:nth-child(3){border-left-color:#FD7C0F}
.availability_info_section .stat_card_box:nth-child(4){border-left-color:#7B46F8}
.availability_info_section .stat_card_box:hover{transform:translateY(-3px);box-shadow:0 8px 22px #0000001f}
.availability_info_section .stat_number_display{font-size:42px;font-weight:700;margin:0 0 8px;background:linear-gradient(135deg,#7B46F8 0%,#26D041 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.availability_info_section .stat_label_text{font-size:14px;font-weight:600;color:#5a5a5a;margin:0;text-transform:uppercase;letter-spacing:.5px}
@media (max-width: 992px) {
.heado_wrap{flex-direction:column;padding:56px 20px 68px;gap:42px}
.heado_wrap .main_title_text{font-size:38px;margin-bottom:24px}
.heado_wrap .desc_para_text{font-size:17px}
.heado_wrap .image_side_container{width:100%}
.heado_wrap .hero_image_element{height:360px}
.contact_data_section .info_grid_layout{grid-template-columns:1fr;gap:22px}
.availability_info_section .content_layout_wrap{grid-template-columns:1fr;gap:44px}
.availability_info_section .section_heading_main{font-size:30px}
}
@media (max-width: 768px) {
.heado_wrap .main_title_text{font-size:32px}
.heado_wrap .desc_para_text{font-size:16px;margin-bottom:28px}
.heado_wrap .butt_group_wrapper{flex-direction:column}
.heado_wrap .primary_butt_link,.heado_wrap .secondary_butt_link{width:100%;justify-content:center}
.heado_wrap .hero_image_element{height:280px}
.contact_data_section{padding:56px 20px}
.contact_data_section .section_title{font-size:30px}
.form_area_section{padding:64px 20px}
.form_area_section .form_heading_text{font-size:30px}
.form_area_section .actual_form_element{padding:32px 24px}
.availability_info_section{padding:56px 20px}
.availability_info_section .stats_column_area{grid-template-columns:1fr}
.availability_info_section .section_heading_main{font-size:26px}
.availability_info_section .stat_number_display{font-size:36px}
}
@media (max-width: 480px) {
.heado_wrap{padding:42px 16px 52px}
.heado_wrap .main_title_text{font-size:28px}
.heado_wrap .hero_image_element{height:240px}
.contact_data_section{padding:48px 16px}
.contact_data_section .section_title{font-size:26px}
.contact_data_section .info_card_box{padding:28px 20px}
.form_area_section{padding:52px 16px}
.form_area_section .form_heading_text{font-size:26px}
.form_area_section .actual_form_element{padding:28px 20px}
.availability_info_section{padding:48px 16px}
}
.prog-heado{position:relative;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:120px 20px 100px;overflow:hidden}
.prog-heado::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7b46f814 0%,transparent 70%);border-radius:50%}
.prog-heado .center-wrap{max-width:1320px;margin:0 auto;position:relative;z-index:2}
.prog-heado .main-titl{font-size:3.2rem;font-weight:700;color:#212529;text-align:center;margin:0 0 16px;line-height:1.2}
.prog-heado .sub-titl{font-size:1.6rem;font-weight:500;color:#7B46F8;text-align:center;margin:0 0 28px;line-height:1.4}
.prog-heado .intro-text{font-size:1.1rem;color:#495057;text-align:center;max-width:780px;margin:0 auto 48px;line-height:1.7}
.prog-heado .viz-center{display:flex;justify-content:center;align-items:center;margin:0 auto}
.prog-heado .hero-fig{width:520px;height:420px;border-radius:8px;overflow:hidden;box-shadow:0 16px 48px #0000001f;position:relative}
.prog-heado .hero-fig::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,#7b46f826 100%);pointer-events:none}
.prog-heado .hero-fig img{width:100%;height:100%;object-fit:cover;filter:saturate(1.1) contrast(1.05)}
.structure-wrap{padding:90px 20px;background:#fff}
.structure-wrap .container-base{max-width:1320px;margin:0 auto}
.structure-wrap .section-head{font-size:2.4rem;font-weight:700;color:#212529;margin:0 0 48px;position:relative;padding-left:24px}
.structure-wrap .section-head::before{content:'';position:absolute;left:0;top:8px;width:6px;height:32px;background:linear-gradient(180deg,#7B46F8 0%,#26D041 100%);border-radius:3px}
.structure-wrap .grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.structure-wrap .phase-card{background:#f8f9fa;padding:36px 28px;border-radius:6px;border:2px solid #e9ecef;transition:all .3s ease;position:relative}
.structure-wrap .phase-card:hover{border-color:#7B46F8;box-shadow:0 8px 24px #7b46f826;transform:translateY(-4px)}
.structure-wrap .phase-num{position:absolute;top:-16px;left:24px;width:40px;height:40px;background:linear-gradient(135deg,#7B46F8 0%,#26D041 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#fff}
.structure-wrap .phase-titl{font-size:1.3rem;font-weight:600;color:#212529;margin:12px 0 16px}
.structure-wrap .phase-desc{font-size:.95rem;color:#6c757d;line-height:1.6;margin:0}
.topics-area{padding:90px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 50%,#f8f9fa 100%)}
.topics-area .container-base{max-width:1320px;margin:0 auto}
.topics-area .heading-main{font-size:2.4rem;font-weight:700;color:#212529;margin:0 0 24px;text-align:center}
.topics-area .heading-main::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#7B46F8 0%,#26D041 100%);margin:16px auto 0;border-radius:2px}
.topics-area .intro-par{font-size:1.05rem;color:#495057;text-align:center;max-width:860px;margin:0 auto 56px;line-height:1.7}
.topics-area .dual-col{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.topics-area .topic-list{list-style:none;padding:0;margin:0}
.topics-area .topic-list li{padding:20px 0 20px 52px;border-bottom:1px solid #dee2e6;position:relative;font-size:1rem;color:#495057;line-height:1.6}
.topics-area .topic-list li:last-child{border-bottom:none}
.topics-area .topic-list li::before{content:'';position:absolute;left:0;top:24px;width:32px;height:32px;background:linear-gradient(135deg,#7B46F8 0%,#26D041 100%);border-radius:4px;opacity:.15}
.topics-area .topic-list li::after{content:'→';position:absolute;left:8px;top:22px;font-size:1.2rem;font-weight:700;color:#7B46F8}
.topics-area .visual-side{position:relative}
.topics-area .img-holder{width:100%;height:480px;border-radius:6px;overflow:hidden;box-shadow:0 12px 40px #0000001a}
.topics-area .img-holder img{width:100%;height:100%;object-fit:cover;filter:saturate(1.05)}
.approach-section{padding:90px 20px;background:#fff}
.approach-section .container-base{max-width:1320px;margin:0 auto}
.approach-section .heading-box{margin:0 0 64px}
.approach-section .heading-box h2{font-size:2.4rem;font-weight:700;color:#212529;margin:0 0 20px}
.approach-section .heading-box p{font-size:1.05rem;color:#6c757d;margin:0;line-height:1.6;max-width:720px}
.approach-section .feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 56px}
.approach-section .feature-box{display:flex;flex-direction:row;gap:24px;align-items:start}
.approach-section .icon-circ{width:64px;height:64px;background:linear-gradient(135deg,#7b46f81a 0%,#26d0411a 100%);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#7B46F8}
.approach-section .feature-txt h3{font-size:1.25rem;font-weight:600;color:#212529;margin:0 0 12px}
.approach-section .feature-txt p{font-size:.95rem;color:#6c757d;line-height:1.6;margin:0}
.testimonial-zone{padding:90px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.testimonial-zone .container-base{max-width:1320px;margin:0 auto}
.testimonial-zone .zone-heading{font-size:2.4rem;font-weight:700;color:#212529;text-align:center;margin:0 0 56px;position:relative}
.testimonial-zone .zone-heading::before{content:'';position:absolute;left:50%;bottom:-16px;transform:translateX(-50%);width:60px;height:4px;background:#26D041;border-radius:2px}
.testimonial-zone .test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.testimonial-zone .test-card{background:#fff;padding:32px 28px;border-radius:6px;box-shadow:0 4px 16px #0000000f;display:flex;flex-direction:column;gap:20px;transition:all .3s ease}
.testimonial-zone .test-card:hover{box-shadow:0 12px 32px #7b46f81f;transform:translateY(-6px)}
.testimonial-zone .profile-sec{display:flex;align-items:center;gap:16px}
.testimonial-zone .profile-pic{width:56px;height:56px;border-radius:50%;overflow:hidden;border:3px solid #e9ecef}
.testimonial-zone .profile-pic img{width:100%;height:100%;object-fit:cover}
.testimonial-zone .profile-info h4{font-size:1.05rem;font-weight:600;color:#212529;margin:0 0 4px}
.testimonial-zone .profile-info p{font-size:.9rem;color:#6c757d;margin:0}
.testimonial-zone .quote-txt{font-size:.95rem;color:#495057;line-height:1.7;margin:0;font-style:italic}
@media (max-width: 1024px) {
.prog-heado .main-titl{font-size:2.6rem}
.prog-heado .hero-fig{width:460px;height:360px}
.structure-wrap .grid-layout{grid-template-columns:repeat(2,1fr)}
.topics-area .dual-col{gap:32px}
.approach-section .feature-grid{gap:32px 40px}
.testimonial-zone .test-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.prog-heado{padding:80px 20px 60px}
.prog-heado .main-titl{font-size:2rem}
.prog-heado .sub-titl{font-size:1.3rem}
.prog-heado .hero-fig{width:100%;max-width:420px;height:320px}
.structure-wrap,.topics-area,.approach-section,.testimonial-zone{padding:60px 20px}
.structure-wrap .section-head,.topics-area .heading-main,.approach-section .heading-box h2,.testimonial-zone .zone-heading{font-size:1.9rem}
.structure-wrap .grid-layout{grid-template-columns:1fr;gap:48px}
.topics-area .dual-col{grid-template-columns:1fr;gap:40px}
.topics-area .img-holder{height:360px}
.approach-section .feature-grid{grid-template-columns:1fr}
.testimonial-zone .test-grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.prog-heado .main-titl{font-size:1.7rem}
.prog-heado .sub-titl{font-size:1.1rem}
.prog-heado .intro-text{font-size:1rem}
.prog-heado .hero-fig{height:280px}
.structure-wrap .phase-card{padding:32px 20px}
.topics-area .topic-list li{padding:16px 0 16px 44px}
.approach-section .feature-box{gap:16px}
.approach-section .icon-circ{width:52px;height:52px;font-size:1.5rem}
}
.success_wrap{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);position:relative;overflow:hidden;padding:80px 20px 100px}
.success_wrap::before{content:'';position:absolute;top:-50%;left:-10%;width:120%;height:200%;background:repeating-linear-gradient(45deg,transparent,transparent 40px,#7b46f808 40px,#7b46f808 80px);pointer-events:none}
.success_inner{max-width:1320px;margin:0 auto;position:relative;z-index:2}
.success_heado_box{background:#fff;border-radius:6px;box-shadow:0 12px 40px #00000014;padding:60px 50px;text-align:center;position:relative;overflow:hidden}
.success_heado_box::after{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(93deg,#7B46F8 0%,#26D041 50%,#FD7C0F 100%)}
.success_icon_circ{width:120px;height:120px;margin:0 auto 32px;background:linear-gradient(135deg,#7b46f81a 0%,#26d0411a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}
.success_icon_circ::before{content:'';position:absolute;inset:12px;background:#fff;border-radius:50%}
.success_icon_circ i{font-size:56px;color:#26D041;position:relative;z-index:2}
.success_title_main{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2}
.success_title_sub{font-size:20px;color:#495057;margin:0 0 40px;line-height:1.6;max-width:680px;margin-left:auto;margin-right:auto}
.success_detail_txt{font-size:16px;color:#6c757d;line-height:1.7;max-width:720px;margin:0 auto 36px}
.success_confirm_marker{display:inline-flex;align-items:center;gap:10px;background:#26d04114;padding:14px 24px;border-radius:4px;font-size:15px;color:#2d5a3d;margin-bottom:48px}
.success_confirm_marker i{font-size:20px;color:#26D041}
.next_step_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;margin-top:56px}
.step_card_element{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #e9ecef;border-radius:4px;padding:32px 28px;transition:all .3s ease;position:relative}
.step_card_element:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0000001a;border-color:#7B46F8}
.step_card_element::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#7B46F8 0%,#26D041 100%);transition:height .3s ease}
.step_card_element:hover::before{height:100%}
.step_num_badge{width:48px;height:48px;background:linear-gradient(135deg,#7B46F8 0%,#26D041 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff;margin-bottom:20px}
.step_card_element h3{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 12px}
.step_card_element p{font-size:15px;color:#6c757d;line-height:1.6;margin:0}
.action_butt_row{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:48px}
.primary_act_butt{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:linear-gradient(93deg,#7B46F8 0%,#26D041 100%);color:#fff;text-decoration:none;font-size:16px;font-weight:600;border-radius:4px;transition:all .3s ease;position:relative;z-index:5}
.primary_act_butt:hover{transform:scale(1.05);box-shadow:0 8px 24px #7b46f84d}
.secondary_act_butt{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#fff;color:#7B46F8;text-decoration:none;font-size:16px;font-weight:600;border:2px solid #7B46F8;border-radius:4px;transition:all .3s ease;position:relative;z-index:5}
.secondary_act_butt:hover{background:#7B46F8;color:#fff;transform:scale(1.05)}
.info_timeline_section{max-width:1320px;margin:80px auto 0;padding:0 20px}
.timeline_container_wrap{background:#fff;border-radius:6px;padding:56px 48px;box-shadow:0 8px 28px #0000000f}
.timeline_header_txt{text-align:center;margin-bottom:52px}
.timeline_header_txt h2{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 16px;position:relative;display:inline-block}
.timeline_header_txt h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(93deg,#7B46F8 0%,#FD7C0F 100%)}
.timeline_header_txt p{font-size:17px;color:#6c757d;margin:24px 0 0;line-height:1.6}
.timeline_flow_list{position:relative;padding-left:60px}
.timeline_flow_list::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#7B46F8 0%,#26D041 50%,#FD7C0F 100%)}
.timeline_item_block{position:relative;margin-bottom:44px;padding-left:32px}
.timeline_item_block:last-child{margin-bottom:0}
.timeline_item_block::before{content:'';position:absolute;left:-52px;top:6px;width:16px;height:16px;background:#fff;border:4px solid #7B46F8;border-radius:50%;box-shadow:0 0 0 4px #7b46f81a}
.timeline_item_block:nth-child(2)::before{border-color:#26D041;box-shadow:0 0 0 4px #26d0411a}
.timeline_item_block:nth-child(3)::before{border-color:#FD7C0F;box-shadow:0 0 0 4px #fd7c0f1a}
.timeline_item_block h3{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 10px}
.timeline_item_block p{font-size:15px;color:#6c757d;line-height:1.7;margin:0}
.timeline_time_label{display:inline-block;background:#7b46f814;color:#7B46F8;padding:4px 12px;border-radius:3px;font-size:13px;font-weight:600;margin-bottom:8px}
.timeline_item_block:nth-child(2) .timeline_time_label{background:#26d04114;color:#26D041}
.timeline_item_block:nth-child(3) .timeline_time_label{background:#fd7c0f14;color:#FD7C0F}
@media (max-width: 768px) {
.success_wrap{padding:60px 16px 80px}
.success_heado_box{padding:40px 28px}
.success_title_main{font-size:32px}
.success_title_sub{font-size:18px}
.success_icon_circ{width:100px;height:100px}
.success_icon_circ i{font-size:48px}
.next_step_grid{grid-template-columns:1fr;gap:20px}
.action_butt_row{flex-direction:column;align-items:stretch}
.primary_act_butt,.secondary_act_butt{justify-content:center}
.timeline_container_wrap{padding:36px 24px}
.timeline_header_txt h2{font-size:28px}
.timeline_flow_list{padding-left:48px}
.timeline_flow_list::before{left:16px}
.timeline_item_block::before{left:-44px}
}