*{margin:0;padding:0}
body{font-family:'Raleway',sans-serif;font-size:16px;line-height:1.6;color:#333;background-color:#FAFAFA}
.header_wrap_v1{max-width:1536px;margin:0 auto;padding:20px 30px;background-color:#FFF;box-shadow:0 4px 12px #00000014}
.top_header_section{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #ECECEC}
.logo_area_v1{flex:0 0 auto}
.logo_link_v1{display:block}
.site_logo_img{height:90px;width:90px;display:block;box-shadow:0 2px 8px #65000726;border-radius:3px}
.header_tagline_box{flex:1;text-align:right;padding-left:30px}
.tagline_text_v1{font-family:'Merriweather',serif;font-size:18px;color:#650007;font-weight:700;margin:0}
.bottom_header_section{display:flex;justify-content:space-between;align-items:center;gap:30px}
.main_nav_v1{flex:1}
.nav_list_v1{list-style:none;display:flex;gap:35px;align-items:center}
.nav_item_v1{position:relative}
.nav_link_v1{font-size:16px;font-weight:600;color:#333;text-decoration:none;transition:color .2s;padding:8px 0;display:block}
.nav_link_v1:hover{color:#E01A3A}
.has_submenu_v1{position:relative}
.submenu_list_v1{position:absolute;top:100%;left:0;background-color:#FFF;list-style:none;min-width:220px;box-shadow:0 8px 24px #0000001f;border-radius:4px;padding:12px 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity 0.3s,transform 0.3s,visibility .3s;z-index:100;margin-top:8px}
.has_submenu_v1:hover .submenu_list_v1{opacity:1;visibility:visible;transform:translateY(0)}
.submenu_item_v1{margin:0}
.submenu_link_v1{display:block;padding:10px 20px;color:#333;text-decoration:none;font-size:15px;transition:background-color 0.2s,color .2s}
.submenu_link_v1:hover{background-color:#e01a3a14;color:#E01A3A}
.cta_button_area{flex:0 0 auto}
.cta_btn_v1{display:inline-block;padding:12px 32px;background-color:#E01A3A;color:#FFF;font-weight:700;font-size:15px;text-decoration:none;border-radius:4px;transition:background-color .2s;box-shadow:0 4px 12px #e01a3a40}
.cta_btn_v1:hover{background-color:#650007}
.footer_wrap_v1{background-color:#333;color:#ECECEC;margin-top:60px}
.footer_top_section{max-width:1536px;margin:0 auto;padding:50px 30px 30px}
.footer_content_container{display:flex;justify-content:space-between;gap:50px;flex-wrap:wrap}
.footer_nav_block{flex:1;min-width:250px}
.footer_nav_v1{margin-bottom:20px}
.footer_menu_list{list-style:none;display:flex;gap:30px;flex-wrap:wrap}
.footer_menu_item{margin:0}
.footer_link_v1{color:#ECECEC;text-decoration:none;font-size:15px;transition:color .2s}
.footer_link_v1:hover{color:#E01A3A}
.footer_contact_block{flex:1;min-width:300px}
.contact_item_v1{display:flex;align-items:flex-start;gap:12px;margin-bottom:15px}
.contact_item_v1 i{color:#E01A3A;font-size:18px;margin-top:2px}
.contact_text_v1{font-size:14px;line-height:1.6}
.contact_link_v1{color:#ECECEC;text-decoration:none;font-size:14px;transition:color .2s}
.contact_link_v1:hover{color:#E01A3A}
.footer_bottom_section{background-color:#222;padding:20px 0}
.footer_meta_container{max-width:1536px;margin:0 auto;padding:0 30px;text-align:center}
.copyright_text_v1{font-size:14px;color:#999;margin:0}
.cookie_popup_v1{position:fixed;bottom:20px;right:20px;max-width:420px;background-color:#FFF;box-shadow:0 12px 32px #0003;border-radius:6px;padding:28px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(30px);transition:opacity 0.4s,transform 0.4s,visibility .4s}
.cookie_popup_v1.show_banner{opacity:1;visibility:visible;transform:translateY(0)}
.cookie_content_box{box-sizing:border-box}
.cookie_title_v1{font-family:'Merriweather',serif;font-size:20px;font-weight:700;color:#333;margin-bottom:12px}
.cookie_description_v1{font-size:14px;line-height:1.6;color:#555;margin-bottom:20px}
.cookie_policy_link{color:#E01A3A;text-decoration:underline;transition:color .2s}
.cookie_policy_link:hover{color:#650007}
.cookie_buttons_row{display:flex;gap:10px;flex-wrap:wrap}
.cookie_btn_accept,.cookie_btn_decline,.cookie_btn_settings{flex:1;min-width:110px;padding:10px 16px;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background-color .2s}
.cookie_btn_accept{background-color:#E01A3A;color:#FFF}
.cookie_btn_accept:hover{background-color:#650007}
.cookie_btn_decline{background-color:#999;color:#FFF}
.cookie_btn_decline:hover{background-color:#777}
.cookie_btn_settings{background-color:#ECECEC;color:#333}
.cookie_btn_settings:hover{background-color:#DDD}
.cookie_settings_panel{position:fixed;bottom:20px;right:20px;max-width:480px;background-color:#FFF;box-shadow:0 12px 32px #0003;border-radius:6px;padding:28px;z-index:1001;opacity:0;visibility:hidden;transform:translateY(30px);transition:opacity 0.4s,transform 0.4s,visibility .4s}
.cookie_settings_panel.show_settings{opacity:1;visibility:visible;transform:translateY(0)}
.settings_content_box{box-sizing:border-box}
.settings_title_v1{font-family:'Merriweather',serif;font-size:20px;font-weight:700;color:#333;margin-bottom:20px}
.settings_options_v1{margin-bottom:20px}
.setting_item_v1{margin-bottom:18px}
.setting_label_v1{display:flex;align-items:flex-start;gap:10px;cursor:pointer}
.setting_checkbox_v1{margin-top:3px;cursor:pointer}
.setting_name_v1{font-weight:600;font-size:15px;color:#333}
.setting_desc_v1{font-size:13px;color:#666;margin:5px 0 0 28px}
.settings_buttons_row{display:flex;gap:10px}
.settings_btn_save,.settings_btn_cancel{flex:1;padding:10px 16px;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background-color .2s}
.settings_btn_save{background-color:#E01A3A;color:#FFF}
.settings_btn_save:hover{background-color:#650007}
.settings_btn_cancel{background-color:#ECECEC;color:#333}
.settings_btn_cancel:hover{background-color:#DDD}
.cookie_mini_banner{position:fixed;bottom:20px;right:20px;z-index:999;opacity:0;visibility:hidden;transition:opacity 0.3s,visibility .3s}
.cookie_mini_banner.show_mini{opacity:1;visibility:visible}
.mini_tab_btn{width:50px;height:50px;border-radius:50%;background-color:#E01A3A;color:#FFF;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 4px 16px #e01a3a66;transition:background-color .2s}
.mini_tab_btn:hover{background-color:#650007}
@media (max-width: 768px) {
.header_wrap_v1{padding:15px 20px}
.top_header_section{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:20px}
.header_tagline_box{text-align:left;padding-left:0}
.tagline_text_v1{font-size:16px}
.bottom_header_section{flex-direction:column;align-items:stretch;gap:20px}
.nav_list_v1{flex-direction:column;gap:0}
.nav_item_v1{width:100%;border-bottom:1px solid #ECECEC}
.nav_link_v1{padding:12px 0}
.submenu_list_v1{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;padding:0 0 0 20px;margin-top:0;display:none}
.has_submenu_v1:hover .submenu_list_v1{display:block}
.cta_btn_v1{width:100%;text-align:center}
.footer_content_container{flex-direction:column;gap:30px}
.footer_menu_list{flex-direction:column;gap:15px}
.cookie_popup_v1,.cookie_settings_panel{left:20px;right:20px;max-width:none}
.cookie_buttons_row,.settings_buttons_row{flex-direction:column}
.cookie_btn_accept,.cookie_btn_decline,.cookie_btn_settings,.settings_btn_save,.settings_btn_cancel{width:100%}
}
@media (min-width: 769px) and (max-width: 1024px) {
.nav_list_v1{gap:20px}
.footer_content_container{gap:40px}
}
.legal-wrapper{max-width:1536px;margin:0 auto;padding:60px 20px;background:#fff}
.legal-wrapper p{font-size:16px;line-height:1.8;color:#333;margin:0 0 24px;max-width:820px}
.legal-wrapper p strong,.legal-wrapper p b{color:#650007;font-weight:600}
.legal-wrapper ul,.legal-wrapper ol{margin:0 0 32px;padding:0 0 0 28px;max-width:820px}
.legal-wrapper ul li,.legal-wrapper ol li{font-size:16px;line-height:1.8;color:#333;margin:0 0 12px;padding:0 0 0 8px}
.legal-wrapper ul li strong,.legal-wrapper ol li strong,.legal-wrapper ul li b,.legal-wrapper ol li b{color:#650007;font-weight:600}
.legal-wrapper ul{list-style-type:disc}
.legal-wrapper ol{list-style-type:decimal}
.legal-wrapper ul ul,.legal-wrapper ol ol,.legal-wrapper ul ol,.legal-wrapper ol ul{margin:12px 0;padding:0 0 0 24px}
.legal-wrapper a{color:#E01A3A;text-decoration:underline;font-weight:500;transition:color .3s ease}
.legal-wrapper a:hover{color:#650007;text-decoration:none}
.legal-wrapper a:focus{outline:2px solid #E01A3A;outline-offset:2px;border-radius:2px}
.legal-wrapper table{width:100%;max-width:1200px;margin:0 0 40px;border-collapse:collapse;background:#fff;box-shadow:0 2px 12px #00000014;border-radius:4px;overflow:hidden}
.legal-wrapper thead{background:#650007}
.legal-wrapper thead tr{border:none}
.legal-wrapper thead th{padding:18px 20px;text-align:left;font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;border:none}
.legal-wrapper tbody{background:#fff}
.legal-wrapper tbody tr{border-bottom:1px solid #ECECEC;transition:background .2s ease}
.legal-wrapper tbody tr:last-child{border-bottom:none}
.legal-wrapper tbody tr:hover{background:#e01a3a08}
.legal-wrapper tbody td{padding:16px 20px;font-size:15px;line-height:1.6;color:#333;border:none}
.legal-wrapper tbody td strong,.legal-wrapper tbody td b{color:#650007;font-weight:600}
.legal-wrapper div{margin:0 0 32px}
.legal-wrapper div p:last-child{margin-bottom:0}
@media screen and (max-width: 1024px) {
.legal-wrapper{padding:50px 24px}
.legal-wrapper p,.legal-wrapper ul,.legal-wrapper ol{max-width:100%}
.legal-wrapper table{font-size:14px}
.legal-wrapper thead th{padding:14px 16px;font-size:14px}
.legal-wrapper tbody td{padding:12px 16px;font-size:14px}
}
@media screen and (max-width: 768px) {
.legal-wrapper{padding:40px 16px}
.legal-wrapper p{font-size:15px;line-height:1.7;margin:0 0 20px}
.legal-wrapper ul,.legal-wrapper ol{padding:0 0 0 20px;margin:0 0 28px}
.legal-wrapper ul li,.legal-wrapper ol li{font-size:15px;line-height:1.7;margin:0 0 10px}
.legal-wrapper table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;box-shadow:0 2px 8px #00000014}
.legal-wrapper thead th{padding:12px 14px;font-size:13px;white-space:nowrap}
.legal-wrapper tbody td{padding:10px 14px;font-size:13px}
}
@media screen and (max-width: 480px) {
.legal-wrapper{padding:32px 12px}
.legal-wrapper p{font-size:14px;margin:0 0 18px}
.legal-wrapper ul,.legal-wrapper ol{padding:0 0 0 18px;margin:0 0 24px}
.legal-wrapper ul li,.legal-wrapper ol li{font-size:14px;padding:0 0 0 6px}
.legal-wrapper thead th{padding:10px 12px;font-size:12px}
.legal-wrapper tbody td{padding:8px 12px;font-size:12px}
}
.title_hero_v1{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#650007}
.title_hero_v1 .bg_img_blurred{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(8px);transform:scale(1.1);opacity:.3}
.title_hero_v1 .gradient_overlay_v1{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#650007d9 0%,#e01a3aa6 100%)}
.title_hero_v1 .shape_abstract_1{position:absolute;width:180px;height:180px;border-radius:50%;background:#ececec14;top:15%;right:12%;animation:float_shape_v1 8s ease-in-out infinite}
.title_hero_v1 .shape_abstract_2{position:absolute;width:240px;height:240px;border-radius:50%;background:#e01a3a1f;bottom:10%;left:8%;animation:float_shape_v2 10s ease-in-out infinite}
@keyframes float_shape_v1 {
0%,100%{transform:translateY(0px) translateX(0px)}
50%{transform:translateY(-30px) translateX(20px)}
}
@keyframes float_shape_v2 {
0%,100%{transform:translateY(0px) translateX(0px)}
50%{transform:translateY(25px) translateX(-20px)}
}
.title_hero_v1 .hero_text_container{position:relative;z-index:5;max-width:1100px;margin:0 auto;padding:40px 24px;text-align:center;backdrop-filter:blur(12px);background:#0003;border-radius:6px}
.title_hero_v1 .hero_text_container h1{font-size:3.2rem;color:#ECECEC;margin:0 0 20px;font-weight:700;line-height:1.2}
.title_hero_v1 .hero_text_container .subtitle_text{font-size:1.3rem;color:#ECECEC;line-height:1.6;margin:0;opacity:.95}
@media (max-width: 768px) {
.title_hero_v1{min-height:360px}
.title_hero_v1 .hero_text_container h1{font-size:2.2rem}
.title_hero_v1 .hero_text_container .subtitle_text{font-size:1.1rem}
.title_hero_v1 .shape_abstract_1,.title_hero_v1 .shape_abstract_2{display:none}
}
.program_structure_section{padding:100px 24px;background:linear-gradient(180deg,#ECECEC 0%,#fff 100%)}
.program_structure_section .content_wrapper_v2{max-width:1536px;margin:0 auto}
.program_structure_section .section_intro_v2{max-width:820px;margin:0 auto 70px;text-align:center}
.program_structure_section .section_intro_v2 h2{font-size:2.6rem;color:#650007;margin:0 0 24px;font-weight:700;line-height:1.25;position:relative;display:inline-block}
.program_structure_section .section_intro_v2 h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:#E01A3A}
.program_structure_section .section_intro_v2 .intro_description{font-size:1.15rem;color:#333;line-height:1.7;margin:0}
.program_structure_section .tracks_grid_v1{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-bottom:60px}
.program_structure_section .track_card_v1{background:#fff;border-radius:4px;padding:36px 28px;box-shadow:0 4px 16px #65000714;transition:all .3s ease;border:1px solid #e01a3a1a}
.program_structure_section .track_card_v1:hover{transform:translateY(-6px);box-shadow:0 12px 28px #e01a3a2e}
.program_structure_section .track_card_v1 .track_icon_wrapper{width:64px;height:64px;background:linear-gradient(135deg,#E01A3A 0%,#650007 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.program_structure_section .track_card_v1 .track_icon_wrapper svg{width:32px;height:32px;fill:#ECECEC}
.program_structure_section .track_card_v1 h3{font-size:1.5rem;color:#650007;margin:0 0 16px;font-weight:600}
.program_structure_section .track_card_v1 .track_description{font-size:1rem;color:#555;line-height:1.65;margin:0 0 20px}
.program_structure_section .track_card_v1 .track_duration{font-size:.95rem;color:#E01A3A;font-weight:600;margin:0 0 20px;display:flex;align-items:center;gap:8px}
.program_structure_section .track_card_v1 .track_duration svg{width:18px;height:18px;fill:#E01A3A}
.program_structure_section .track_card_v1 .module_list_v1{list-style:none;margin:0;padding:0}
.program_structure_section .track_card_v1 .module_list_v1 li{font-size:.95rem;color:#444;padding:10px 0 10px 28px;position:relative;line-height:1.5;border-bottom:1px solid #e01a3a14}
.program_structure_section .track_card_v1 .module_list_v1 li:last-child{border-bottom:none}
.program_structure_section .track_card_v1 .module_list_v1 li::before{content:'';position:absolute;left:0;top:16px;width:16px;height:16px;background:#E01A3A;border-radius:50%;opacity:.7}
.program_structure_section .instructor_grid_v1{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}
.program_structure_section .instructor_card_v1{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 6px 20px #6500071a;transition:all .3s ease}
.program_structure_section .instructor_card_v1:hover{box-shadow:0 12px 32px #e01a3a33}
.program_structure_section .instructor_card_v1 .instructor_img_wrapper{width:100%;height:280px;overflow:hidden;position:relative}
.program_structure_section .instructor_card_v1 .instructor_img_wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.program_structure_section .instructor_card_v1:hover .instructor_img_wrapper img{transform:scale(1.08)}
.program_structure_section .instructor_card_v1 .instructor_info_v1{padding:28px 24px}
.program_structure_section .instructor_card_v1 .instructor_info_v1 h4{font-size:1.35rem;color:#650007;margin:0 0 8px;font-weight:600}
.program_structure_section .instructor_card_v1 .instructor_info_v1 .instructor_role{font-size:.95rem;color:#E01A3A;margin:0 0 16px;font-weight:500}
.program_structure_section .instructor_card_v1 .instructor_info_v1 .instructor_bio{font-size:.95rem;color:#555;line-height:1.65;margin:0}
.program_structure_section .timeline_wrapper_v1{max-width:920px;margin:0 auto;position:relative;padding:40px 0}
.program_structure_section .timeline_wrapper_v1::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#E01A3A 0%,#650007 100%);transform:translateX(-50%)}
.program_structure_section .timeline_item_v1{display:flex;gap:40px;margin-bottom:50px;position:relative}
.program_structure_section .timeline_item_v1:nth-child(odd){flex-direction:row}
.program_structure_section .timeline_item_v1:nth-child(even){flex-direction:row-reverse}
.program_structure_section .timeline_item_v1 .timeline_content_box{flex:1;background:#fff;padding:28px 32px;border-radius:4px;box-shadow:0 4px 16px #6500071a;position:relative}
.program_structure_section .timeline_item_v1:nth-child(odd) .timeline_content_box::after{content:'';position:absolute;right:-20px;top:30px;width:0;height:0;border-left:20px solid #fff;border-top:15px solid transparent;border-bottom:15px solid transparent}
.program_structure_section .timeline_item_v1:nth-child(even) .timeline_content_box::after{content:'';position:absolute;left:-20px;top:30px;width:0;height:0;border-right:20px solid #fff;border-top:15px solid transparent;border-bottom:15px solid transparent}
.program_structure_section .timeline_item_v1 .timeline_marker_v1{position:absolute;left:50%;top:28px;transform:translateX(-50%);width:20px;height:20px;background:#E01A3A;border:4px solid #ECECEC;border-radius:50%;z-index:10;box-shadow:0 2px 8px #e01a3a4d}
.program_structure_section .timeline_item_v1 .timeline_content_box h5{font-size:1.25rem;color:#650007;margin:0 0 12px;font-weight:600}
.program_structure_section .timeline_item_v1 .timeline_content_box .week_label{font-size:.9rem;color:#E01A3A;font-weight:600;margin:0 0 12px}
.program_structure_section .timeline_item_v1 .timeline_content_box p{font-size:.98rem;color:#555;line-height:1.65;margin:0}
.program_structure_section .enrollment_cta_v1{text-align:center;margin-top:80px}
.program_structure_section .enrollment_cta_v1 h3{font-size:2rem;color:#650007;margin:0 0 24px;font-weight:700}
.program_structure_section .enrollment_cta_v1 .cta_btn_v1{display:inline-block;padding:18px 48px;background:linear-gradient(135deg,#E01A3A 0%,#650007 100%);color:#ECECEC;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:4px;box-shadow:0 6px 20px #e01a3a4d;transition:all .3s ease;border:none;cursor:pointer;z-index:10;position:relative}
.program_structure_section .enrollment_cta_v1 .cta_btn_v1:hover{transform:translateY(-3px);box-shadow:0 10px 28px #e01a3a66}
@media (max-width: 1024px) {
.program_structure_section .tracks_grid_v1{grid-template-columns:repeat(2,1fr);gap:28px}
.program_structure_section .instructor_grid_v1{grid-template-columns:repeat(2,1fr);gap:32px}
}
@media (max-width: 768px) {
.program_structure_section{padding:60px 16px}
.program_structure_section .section_intro_v2 h2{font-size:2rem}
.program_structure_section .tracks_grid_v1{grid-template-columns:1fr;gap:24px}
.program_structure_section .instructor_grid_v1{grid-template-columns:1fr;gap:28px}
.program_structure_section .timeline_wrapper_v1::before{left:20px}
.program_structure_section .timeline_item_v1,.program_structure_section .timeline_item_v1:nth-child(even){flex-direction:column;padding-left:50px}
.program_structure_section .timeline_item_v1 .timeline_marker_v1{left:20px;top:20px;transform:none}
.program_structure_section .timeline_item_v1 .timeline_content_box::after,.program_structure_section .timeline_item_v1:nth-child(even) .timeline_content_box::after{display:none}
.program_structure_section .enrollment_cta_v1 h3{font-size:1.6rem}
}
.delivery_details_section{padding:90px 24px;background:#fff}
.delivery_details_section .content_block_v3{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.delivery_details_section .text_column_v3{padding-right:40px}
.delivery_details_section .text_column_v3 h2{font-size:2.4rem;color:#650007;margin:0 0 28px;font-weight:700;line-height:1.3}
.delivery_details_section .text_column_v3 .highlight_term{color:#E01A3A;font-weight:600;position:relative}
.delivery_details_section .text_column_v3 .highlight_term::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:#E01A3A;opacity:.4}
.delivery_details_section .text_column_v3 p{font-size:1.05rem;color:#444;line-height:1.75;margin:0 0 24px}
.delivery_details_section .text_column_v3 .feature_points_v1{list-style:none;margin:32px 0 0;padding:0}
.delivery_details_section .text_column_v3 .feature_points_v1 li{font-size:1.05rem;color:#333;padding:14px 0 14px 36px;position:relative;line-height:1.6;margin-bottom:12px}
.delivery_details_section .text_column_v3 .feature_points_v1 li::before{content:'';position:absolute;left:0;top:18px;width:20px;height:20px;background:linear-gradient(135deg,#E01A3A 0%,#650007 100%);border-radius:3px;transform:rotate(45deg)}
.delivery_details_section .visual_column_v3{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.delivery_details_section .visual_column_v3 .img_box_v1{border-radius:4px;overflow:hidden;box-shadow:0 8px 24px #6500071f;transition:all .3s ease}
.delivery_details_section .visual_column_v3 .img_box_v1:hover{transform:translateY(-8px);box-shadow:0 16px 36px #e01a3a33}
.delivery_details_section .visual_column_v3 .img_box_v1 img{width:100%;height:320px;object-fit:cover;display:block}
.delivery_details_section .visual_column_v3 .img_box_v1:first-child{transform:translateY(-20px)}
@media (max-width: 1024px) {
.delivery_details_section .content_block_v3{grid-template-columns:1fr;gap:50px}
.delivery_details_section .text_column_v3{padding-right:0}
.delivery_details_section .visual_column_v3 .img_box_v1:first-child{transform:none}
}
@media (max-width: 768px) {
.delivery_details_section{padding:60px 16px}
.delivery_details_section .text_column_v3 h2{font-size:1.9rem}
.delivery_details_section .visual_column_v3{grid-template-columns:1fr}
}
.title_block_v1{background:linear-gradient(135deg,#ECECEC 0%,#f8f8f8 100%);padding:80px 0;position:relative;overflow:hidden}
.title_block_v1::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#e01a3a14 0%,transparent 70%);border-radius:50%}
.title_container_v1{max-width:1536px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.title_text_zone_v1{padding-right:40px}
.title_main_heading_v1{font-size:3.2rem;font-weight:700;color:#650007;margin-bottom:20px;line-height:1.15;letter-spacing:-.02em}
.title_secondary_heading_v1{font-size:1.8rem;font-weight:500;color:#E01A3A;margin-bottom:28px;line-height:1.3}
.title_description_v1{font-size:1.1rem;line-height:1.7;color:#333}
.title_image_zone_v1{position:relative}
.title_image_wrapper_v1{position:relative;border-radius:4px;overflow:hidden;box-shadow:0 12px 32px #65000726}
.title_image_wrapper_v1::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,transparent 50%,#65000766 100%);pointer-events:none}
.title_image_wrapper_v1 img{width:100%;height:450px;object-fit:cover;display:block}
.content_grid_section_v2{padding:100px 0;background:#fff}
.content_grid_container_v2{max-width:1536px;margin:0 auto;padding:0 20px}
.grid_header_v2{text-align:center;margin-bottom:70px}
.grid_header_v2 h2{font-size:2.6rem;font-weight:700;color:#650007;margin-bottom:18px}
.grid_header_v2 p{font-size:1.15rem;color:#555;max-width:720px;margin:0 auto;line-height:1.6}
.cards_grid_layout_v2{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:80px}
.info_card_v2{background:linear-gradient(145deg,#f9f9f9 0%,#ECECEC 100%);border-radius:3px;padding:40px 32px;border-left:4px solid #E01A3A;transition:all .3s ease;position:relative}
.info_card_v2:hover{transform:translateY(-4px);box-shadow:0 16px 40px #e01a3a1f;border-left-width:6px}
.card_icon_v2{width:56px;height:56px;background:linear-gradient(135deg,#E01A3A 0%,#650007 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.card_icon_v2 svg{width:28px;height:28px;fill:#fff}
.info_card_v2 h3{font-size:1.5rem;font-weight:600;color:#650007;margin-bottom:16px}
.info_card_v2 p{font-size:1rem;line-height:1.65;color:#444}
.testimonials_area_v2{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.testimonial_card_v2{background:#fff;border-radius:4px;padding:36px;box-shadow:0 8px 24px #00000014;display:flex;gap:24px;transition:transform .3s ease}
.testimonial_card_v2:hover{transform:scale(1.02)}
.testimonial_avatar_v2{flex-shrink:0}
.testimonial_avatar_v2 img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #E01A3A}
.testimonial_content_v2{flex:1}
.testimonial_text_v2{font-size:1.05rem;line-height:1.7;color:#333;margin-bottom:18px;font-style:italic}
.testimonial_author_v2{font-size:1rem;font-weight:600;color:#650007;margin-bottom:4px}
.testimonial_role_v2{font-size:.9rem;color:#777}
.cta_wrapper_v2{text-align:center;margin-top:60px}
.cta_button_v2{display:inline-block;background:linear-gradient(135deg,#E01A3A 0%,#650007 100%);color:#fff;padding:18px 48px;border-radius:3px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 20px #e01a3a4d}
.cta_button_v2:hover{transform:translateY(-2px);box-shadow:0 10px 30px #e01a3a66}
@media (max-width: 1024px) {
.title_container_v1{grid-template-columns:1fr;gap:40px}
.title_text_zone_v1{padding-right:0}
.title_main_heading_v1{font-size:2.6rem}
.cards_grid_layout_v2{grid-template-columns:repeat(2,1fr);gap:32px}
.testimonials_area_v2{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 768px) {
.title_block_v1{padding:60px 0}
.title_main_heading_v1{font-size:2.2rem}
.title_secondary_heading_v1{font-size:1.4rem}
.title_image_wrapper_v1 img{height:320px}
.content_grid_section_v2{padding:70px 0}
.grid_header_v2 h2{font-size:2rem}
.cards_grid_layout_v2{grid-template-columns:1fr;gap:28px}
.info_card_v2{padding:32px 24px}
.testimonial_card_v2{flex-direction:column;align-items:center;text-align:center}
.cta_button_v2{padding:16px 40px;font-size:1rem}
}
.title_display{background:linear-gradient(135deg,#650007 0%,#E01A3A 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.title_display::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url(./graphics_storage/navigation-c20240409.jpg) center/cover;opacity:.15;z-index:1}
.title_content_wrap{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.title_content_wrap h1{color:#ECECEC;font-size:56px;line-height:1.2;margin:0 0 24px;font-weight:700}
.title_content_wrap .subtitle_text{color:#ECECEC;font-size:22px;line-height:1.6;max-width:800px;opacity:.95}
@media (max-width: 768px) {
.title_display{padding:80px 20px 60px}
.title_content_wrap h1{font-size:38px}
.title_content_wrap .subtitle_text{font-size:18px}
}
.approach_section{padding:100px 20px;background:#ECECEC}
.approach_container{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}
.approach_text_area h2{font-size:42px;color:#650007;margin:0 0 32px;line-height:1.3}
.approach_text_area .intro_graf{font-size:19px;line-height:1.7;color:#333;margin:0 0 28px}
.method_list{display:flex;flex-direction:column;gap:24px}
.method_item_v1{background:#fff;padding:28px;border-radius:4px;border-left:4px solid #E01A3A;box-shadow:0 2px 12px #00000014;transition:all .3s ease}
.method_item_v1:hover{transform:translateX(8px);box-shadow:0 4px 20px #e01a3a26}
.method_item_v1 h3{font-size:22px;color:#650007;margin:0 0 12px}
.method_item_v1 p{font-size:17px;line-height:1.6;color:#444;margin:0}
.approach_visual_block{position:relative}
.approach_visual_block img{width:100%;height:auto;border-radius:6px;box-shadow:0 8px 32px #65000733;display:block}
@media (max-width: 1024px) {
.approach_container{grid-template-columns:1fr;gap:60px}
.approach_text_area h2{font-size:36px}
}
@media (max-width: 768px) {
.approach_section{padding:60px 20px}
.approach_text_area h2{font-size:32px}
.method_item_v1{padding:20px}
}
.structure_block{padding:100px 20px;background:#fff;position:relative}
.structure_block::after{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent,#E01A3A,transparent)}
.structure_inner{max-width:1536px;margin:0 auto}
.structure_inner h2{font-size:44px;color:#650007;text-align:center;margin:0 0 20px}
.structure_inner .lead_statement{text-align:center;font-size:19px;color:#444;max-width:720px;margin:0 auto 60px;line-height:1.7}
.phase_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.phase_card{background:linear-gradient(135deg,#ECECEC 0%,white 100%);padding:36px;border-radius:3px;border-top:3px solid #E01A3A;position:relative;transition:all .3s ease}
.phase_card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #65000726}
.phase_card .phase_number{position:absolute;top:-20px;right:24px;background:#650007;color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}
.phase_card h4{font-size:24px;color:#650007;margin:0 0 16px}
.phase_card p{font-size:17px;line-height:1.6;color:#444;margin:0 0 20px}
.phase_card .detail_list{list-style:none;padding:0;margin:0}
.phase_card .detail_list li{padding:8px 0 8px 28px;position:relative;font-size:16px;color:#555}
.phase_card .detail_list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:2px;background:#E01A3A}
@media (max-width: 1024px) {
.phase_grid{grid-template-columns:repeat(2,1fr);gap:32px}
}
@media (max-width: 768px) {
.structure_block{padding:60px 20px}
.structure_inner h2{font-size:34px}
.phase_grid{grid-template-columns:1fr;gap:40px}
}
.instructor_approach{padding:100px 20px;background:#650007;position:relative;overflow:hidden}
.instructor_approach::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#e01a3a4d 0%,transparent 70%);border-radius:50%}
.instructor_wrapper{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.instructor_wrapper h2{font-size:46px;color:#ECECEC;margin:0 0 60px;text-align:center}
.instructor_content_split{display:flex;gap:60px;align-items:center}
.instructor_profiles{flex:1;display:flex;flex-direction:column;gap:32px}
.profile_card_v2{background:#ececec1a;backdrop-filter:blur(10px);border:1px solid #ececec33;border-radius:4px;padding:28px;display:flex;gap:24px;transition:all .3s ease}
.profile_card_v2:hover{background:#ececec26;transform:scale(1.02)}
.profile_card_v2 .profile_img_box{flex-shrink:0}
.profile_card_v2 .profile_img_box img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #E01A3A}
.profile_card_v2 .profile_details h5{font-size:22px;color:#ECECEC;margin:0 0 8px}
.profile_card_v2 .profile_details .role_label{font-size:15px;color:#E01A3A;text-transform:uppercase;letter-spacing:1px;margin:0 0 12px;display:block}
.profile_card_v2 .profile_details p{font-size:16px;line-height:1.6;color:#ececece6;margin:0}
.methodology_features{flex:1}
.methodology_features h3{font-size:28px;color:#ECECEC;margin:0 0 32px}
.feature_stack{display:flex;flex-direction:column;gap:20px}
.feature_block_v1{background:#ececec14;padding:24px;border-radius:3px;border-left:3px solid #E01A3A}
.feature_block_v1 h6{font-size:19px;color:#ECECEC;margin:0 0 10px}
.feature_block_v1 p{font-size:16px;line-height:1.6;color:#ecececd9;margin:0}
@media (max-width: 1024px) {
.instructor_content_split{flex-direction:column;gap:50px}
}
@media (max-width: 768px) {
.instructor_approach{padding:60px 20px}
.instructor_wrapper h2{font-size:34px;margin-bottom:40px}
.profile_card_v2{flex-direction:column;text-align:center}
.profile_card_v2 .profile_img_box{margin:0 auto}
}
.hero_intro_v1{position:relative;overflow:hidden;background:linear-gradient(145deg,#ECECEC 0%,#f8f8f8 100%);padding:80px 20px}
.hero_intro_v1 .content_wrap_main{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero_intro_v1 .text_zone{transform:translateY(-20px)}
.hero_intro_v1 .headline_primary{font-size:3.2rem;line-height:1.2;color:#650007;margin:0 0 28px;font-weight:700}
.hero_intro_v1 .description_text{font-size:1.15rem;line-height:1.7;color:#333;margin:0 0 32px;max-width:520px}
.hero_intro_v1 .cta_button_v1{display:inline-block;background:#E01A3A;color:#fff;padding:15px 38px;border-radius:4px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #e01a3a40}
.hero_intro_v1 .cta_button_v1:hover{background:#650007;transform:translateY(-2px);box-shadow:0 6px 20px #e01a3a59}
.hero_intro_v1 .visual_area{position:relative;transform:translateY(15px) rotate(-2deg)}
.hero_intro_v1 .main_image_hero{width:100%;height:480px;object-fit:cover;border-radius:6px;box-shadow:0 12px 32px #65000733;position:relative}
.hero_intro_v1 .main_image_hero::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#e01a3a26 0%,#65000740 100%);border-radius:6px}
.hero_intro_v1 .bg_shape_1{position:absolute;width:300px;height:300px;background:#e01a3a14;border-radius:50%;top:-80px;right:10%;z-index:1;filter:blur(60px)}
.hero_intro_v1 .bg_shape_2{position:absolute;width:200px;height:200px;background:#6500070f;border-radius:50%;bottom:-40px;left:5%;z-index:1;filter:blur(50px)}
.learner_stories_section{background:#fff;padding:90px 20px}
.learner_stories_section .container_main{max-width:1536px;margin:0 auto}
.learner_stories_section .section_header{text-align:center;margin-bottom:60px}
.learner_stories_section .section_title{font-size:2.5rem;color:#650007;margin:0 0 16px;font-weight:700}
.learner_stories_section .section_intro{font-size:1.1rem;color:#555;line-height:1.6;max-width:680px;margin:0 auto}
.learner_stories_section .stories_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.learner_stories_section .story_card{background:linear-gradient(180deg,#f9f9f9 0%,#fff 100%);border:1px solid #e5e5e5;border-radius:6px;padding:32px;transition:all .3s ease;position:relative;overflow:hidden}
.learner_stories_section .story_card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#E01A3A 0%,#650007 100%);transition:height .3s ease}
.learner_stories_section .story_card:hover::before{height:100%}
.learner_stories_section .story_card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:#e01a3a4d}
.learner_stories_section .profile_area{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.learner_stories_section .profile_img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #E01A3A}
.learner_stories_section .profile_details h4{font-size:1.15rem;color:#650007;margin:0 0 4px;font-weight:600}
.learner_stories_section .profile_details .role_label{font-size:.9rem;color:#777;margin:0}
.learner_stories_section .testimonial_text{font-size:1rem;line-height:1.7;color:#444;margin:0 0 20px}
.learner_stories_section .achievement_list{list-style:none;padding:0;margin:0}
.learner_stories_section .achievement_list li{font-size:.95rem;color:#555;padding:8px 0;border-top:1px solid #efefef;display:flex;align-items:center}
.learner_stories_section .achievement_list li::before{content:'✓';color:#E01A3A;font-weight:700;margin-right:10px;font-size:1.1rem}
.platform_access_block{background:linear-gradient(135deg,#ECECEC 0%,#f5f5f5 100%);padding:90px 20px;position:relative}
.platform_access_block .wrapper_content{max-width:1536px;margin:0 auto}
.platform_access_block .heading_main{font-size:2.4rem;color:#650007;margin:0 0 48px;text-align:center;font-weight:700}
.platform_access_block .features_layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.platform_access_block .feature_visual{position:relative}
.platform_access_block .platform_screenshot{width:100%;height:520px;object-fit:cover;border-radius:6px;box-shadow:0 16px 40px #00000026}
.platform_access_block .feature_items{display:flex;flex-direction:column;gap:28px}
.platform_access_block .feature_box{background:#fff;padding:28px;border-radius:4px;border-left:4px solid #E01A3A;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.platform_access_block .feature_box:hover{transform:translateX(8px);box-shadow:0 6px 24px #e01a3a26}
.platform_access_block .feature_box h3{font-size:1.3rem;color:#650007;margin:0 0 12px;font-weight:600}
.platform_access_block .feature_box p{font-size:1rem;line-height:1.6;color:#555;margin:0}
.platform_access_block .access_stats{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:60px}
.platform_access_block .stat_item{text-align:center;padding:24px;background:#ffffffb3;border-radius:4px;border:1px solid #e01a3a33}
.platform_access_block .stat_number{font-size:2.8rem;color:#E01A3A;font-weight:700;margin:0 0 8px;display:block}
.platform_access_block .stat_label{font-size:.95rem;color:#666;margin:0}
@media (max-width: 1024px) {
.hero_intro_v1 .content_wrap_main{grid-template-columns:1fr;gap:40px}
.hero_intro_v1 .text_zone{transform:none;text-align:center}
.hero_intro_v1 .description_text{max-width:100%;margin-left:auto;margin-right:auto}
.hero_intro_v1 .visual_area{transform:none}
.learner_stories_section .stories_grid{grid-template-columns:1fr;gap:30px}
.platform_access_block .features_layout{grid-template-columns:1fr;gap:40px}
.platform_access_block .access_stats{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 768px) {
.hero_intro_v1{padding:50px 20px}
.hero_intro_v1 .headline_primary{font-size:2.2rem}
.hero_intro_v1 .main_image_hero{height:320px}
.learner_stories_section{padding:60px 20px}
.learner_stories_section .section_title{font-size:2rem}
.platform_access_block{padding:60px 20px}
.platform_access_block .heading_main{font-size:2rem}
.platform_access_block .platform_screenshot{height:380px}
}
.title_wrap-v1{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#ECECEC 0%,#f5f5f5 100%);margin-bottom:0}
.title_wrap-v1 .bg_image-holder{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.title_wrap-v1 .bg_image-holder img{width:100%;height:100%;object-fit:cover;opacity:.15}
.title_wrap-v1 .bg_image-holder::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#e01a3a14 0%,#6500071f 100%)}
.title_wrap-v1 .decorative_shape-1{position:absolute;top:10%;right:8%;width:120px;height:120px;background:#e01a3a0f;border-radius:50%;animation:float_motion-a 8s ease-in-out infinite;z-index:2}
.title_wrap-v1 .decorative_shape-2{position:absolute;bottom:15%;left:5%;width:80px;height:80px;background:#6500070d;transform:rotate(45deg);animation:float_motion-b 6s ease-in-out infinite;z-index:2}
@keyframes float_motion-a {
0%,100%{transform:translateY(0) scale(1)}
50%{transform:translateY(-20px) scale(1.05)}
}
@keyframes float_motion-b {
0%,100%{transform:rotate(45deg) translateY(0)}
50%{transform:rotate(45deg) translateY(15px)}
}
.title_wrap-v1 .content_center-v1{position:relative;z-index:3;text-align:center;max-width:820px;padding:48px 24px;margin:0 auto}
.title_wrap-v1 .main_heading-v1{font-size:3.2rem;font-weight:700;color:#650007;margin:0 0 24px;line-height:1.2;letter-spacing:-.5px}
.title_wrap-v1 .tagline_text-v1{font-size:1.3rem;color:#333;line-height:1.6;font-weight:400;margin:0}
@media (max-width: 768px) {
.title_wrap-v1{min-height:360px}
.title_wrap-v1 .main_heading-v1{font-size:2.2rem}
.title_wrap-v1 .tagline_text-v1{font-size:1.1rem}
.title_wrap-v1 .decorative_shape-1,.title_wrap-v1 .decorative_shape-2{display:none}
}
.info_grid-section{padding:96px 24px;background:#fff}
.info_grid-section .container_main-v2{max-width:1536px;margin:0 auto}
.info_grid-section .intro_text-area{max-width:780px;margin:0 auto 64px;text-align:center}
.info_grid-section .intro_text-area .section_label-v1{display:inline-block;font-size:.9rem;font-weight:600;color:#E01A3A;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:16px}
.info_grid-section .intro_text-area .section_heading-v2{font-size:2.6rem;font-weight:700;color:#650007;margin:0 0 24px;line-height:1.3}
.info_grid-section .intro_text-area .description_para-v1{font-size:1.15rem;color:#444;line-height:1.7;margin:0}
.info_grid-section .grid_layout-v3{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;margin-bottom:64px}
.info_grid-section .content_card-v1{background:linear-gradient(145deg,#ECECEC 0%,#f8f8f8 100%);padding:40px;border-radius:3px;border-left:4px solid #E01A3A;box-shadow:0 8px 24px #0000000f;transition:all .3s ease}
.info_grid-section .content_card-v1:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0000001a}
.info_grid-section .content_card-v1 .card_icon-wrap{width:64px;height:64px;background:#e01a3a1f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.info_grid-section .content_card-v1 .card_icon-wrap svg{width:32px;height:32px;fill:#E01A3A}
.info_grid-section .content_card-v1 .card_title-v1{font-size:1.6rem;font-weight:700;color:#650007;margin:0 0 16px;line-height:1.3}
.info_grid-section .content_card-v1 .card_description-v1{font-size:1.05rem;color:#555;line-height:1.7;margin:0}
.info_grid-section .visual_showcase-v1{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.info_grid-section .visual_showcase-v1 .image_block-v1{position:relative;overflow:hidden;border-radius:4px;box-shadow:0 12px 28px #0000001f}
.info_grid-section .visual_showcase-v1 .image_block-v1 img{width:100%;height:320px;object-fit:cover;display:block;transition:transform .4s ease}
.info_grid-section .visual_showcase-v1 .image_block-v1:hover img{transform:scale(1.05)}
.info_grid-section .visual_showcase-v1 .image_block-v1::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(to top,#65000766 0%,transparent 100%);pointer-events:none}
.info_grid-section .stats_display-v1{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}
.info_grid-section .stat_box-v1{text-align:center;padding:32px 24px;background:#fff;border:2px solid #ECECEC;border-radius:3px;position:relative;overflow:hidden}
.info_grid-section .stat_box-v1::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#E01A3A 0%,#650007 100%)}
.info_grid-section .stat_box-v1 .stat_number-v1{font-size:3rem;font-weight:700;color:#E01A3A;line-height:1;margin:0 0 8px}
.info_grid-section .stat_box-v1 .stat_label-v1{font-size:1rem;color:#666;font-weight:500;margin:0}
@media (max-width: 1024px) {
.info_grid-section .grid_layout-v3{grid-template-columns:1fr;gap:32px}
.info_grid-section .stats_display-v1{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.info_grid-section{padding:64px 20px}
.info_grid-section .intro_text-area .section_heading-v2{font-size:2rem}
.info_grid-section .content_card-v1{padding:28px}
.info_grid-section .visual_showcase-v1{grid-template-columns:1fr}
.info_grid-section .stats_display-v1{grid-template-columns:1fr;gap:24px}
}
.team_profiles-section{padding:96px 24px;background:linear-gradient(180deg,#f9f9f9 0%,#fff 100%);position:relative}
.team_profiles-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#E01A3A 50%,transparent 100%)}
.team_profiles-section .container_main-v2{max-width:1536px;margin:0 auto}
.team_profiles-section .section_intro-v2{text-align:center;max-width:720px;margin:0 auto 72px}
.team_profiles-section .section_intro-v2 .heading_main-v3{font-size:2.8rem;font-weight:700;color:#650007;margin:0 0 20px;line-height:1.2;position:relative;display:inline-block}
.team_profiles-section .section_intro-v2 .heading_main-v3::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:#E01A3A}
.team_profiles-section .section_intro-v2 .intro_description-v2{font-size:1.1rem;color:#555;line-height:1.7;margin:32px 0 0}
.team_profiles-section .profiles_grid-v1{display:grid;grid-template-columns:repeat(2,1fr);gap:56px;max-width:1100px;margin:0 auto}
.team_profiles-section .profile_card-v2{display:flex;gap:32px;background:#fff;padding:40px;border-radius:4px;box-shadow:0 8px 24px #00000014;transition:all .3s ease;position:relative}
.team_profiles-section .profile_card-v2::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#E01A3A 0%,#650007 100%);border-radius:4px 0 0 4px;opacity:0;transition:opacity .3s ease}
.team_profiles-section .profile_card-v2:hover::before{opacity:1}
.team_profiles-section .profile_card-v2:hover{transform:translateX(8px);box-shadow:0 12px 32px #e01a3a26}
.team_profiles-section .profile_card-v2 .photo_container-v1{flex-shrink:0}
.team_profiles-section .profile_card-v2 .photo_container-v1 img{width:140px;height:140px;object-fit:cover;border-radius:50%;border:4px solid #ECECEC;box-shadow:0 4px 16px #0000001a}
.team_profiles-section .profile_card-v2 .info_container-v1{flex:1;display:flex;flex-direction:column;justify-content:center}
.team_profiles-section .profile_card-v2 .person_name-v1{font-size:1.6rem;font-weight:700;color:#650007;margin:0 0 8px;line-height:1.2}
.team_profiles-section .profile_card-v2 .person_role-v1{font-size:1rem;font-weight:600;color:#E01A3A;text-transform:uppercase;letter-spacing:.8px;margin:0 0 16px}
.team_profiles-section .profile_card-v2 .person_bio-v1{font-size:1.05rem;color:#555;line-height:1.7;margin:0}
.team_profiles-section .cta_wrapper-v1{text-align:center;margin-top:72px}
.team_profiles-section .cta_wrapper-v1 .primary_btn-v3{display:inline-flex;align-items:center;gap:12px;padding:16px 40px;background:linear-gradient(135deg,#E01A3A 0%,#650007 100%);color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:3px;box-shadow:0 8px 20px #e01a3a40;transition:all .3s ease}
.team_profiles-section .cta_wrapper-v1 .primary_btn-v3:hover{transform:translateY(-2px);box-shadow:0 12px 28px #e01a3a59}
.team_profiles-section .cta_wrapper-v1 .primary_btn-v3 svg{width:20px;height:20px;fill:#fff}
@media (max-width: 1024px) {
.team_profiles-section .profiles_grid-v1{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.team_profiles-section{padding:64px 20px}
.team_profiles-section .section_intro-v2 .heading_main-v3{font-size:2.2rem}
.team_profiles-section .profile_card-v2{flex-direction:column;text-align:center;padding:32px}
.team_profiles-section .profile_card-v2 .photo_container-v1{margin:0 auto}
.team_profiles-section .cta_wrapper-v1 .primary_btn-v3{padding:14px 32px;font-size:1rem}
}
.contact_header_v1{background:linear-gradient(135deg,#ECECEC 0%,#f8f8f8 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.contact_header_v1::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,#e01a3a14 0%,transparent 50%),radial-gradient(circle at 80% 70%,#6500070d 0%,transparent 50%);pointer-events:none}
.contact_header_v1::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23E01A3A' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.4;pointer-events:none}
.header_container_v1{max-width:1536px;margin:0 auto;position:relative;z-index:1}
.header_grid_v1{display:grid;grid-template-columns:1fr;gap:60px;align-items:center}
.header_content_box_v1{text-align:center}
.header_content_box_v1 h1{font-size:56px;line-height:1.1;color:#650007;margin:0 0 24px;font-weight:700;letter-spacing:-.02em}
.header_content_box_v1 p{font-size:20px;line-height:1.6;color:#333;margin:0 0 36px;max-width:600px;margin-left:auto;margin-right:auto}
.header_btn_v1{display:inline-block;padding:16px 40px;background:#E01A3A;color:#fff;text-decoration:none;border:none;font-size:18px;font-weight:600;border-radius:4px;transition:all .3s ease;cursor:pointer;box-shadow:0 4px 12px #e01a3a4d;z-index:10;position:relative}
.header_btn_v1:hover{background:#650007;transform:translateY(-2px);box-shadow:0 6px 20px #e01a3a66}
.header_img_wrapper_v1{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 12px 32px #00000026}
.header_img_wrapper_v1 img{width:100%;height:auto;display:block;filter:sepia(0.12) saturate(1.1)}
.form_section_v1{background:#fff;padding:100px 20px;position:relative}
.form_wrapper_v1{max-width:1536px;margin:0 auto}
.form_layout_v1{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}
.info_block_v1 h2{font-size:42px;line-height:1.2;color:#650007;margin:0 0 32px;font-weight:700}
.info_block_v1 h2::after{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#E01A3A 0%,#650007 100%);margin-top:16px;border-radius:2px}
.contact_detail_v1{margin-bottom:32px;padding:24px;background:#ECECEC;border-radius:4px;border-left:4px solid #E01A3A}
.contact_detail_v1 h3{font-size:18px;color:#650007;margin:0 0 12px;font-weight:600}
.contact_detail_v1 p{font-size:16px;line-height:1.7;color:#333;margin:0}
.contact_detail_v1 a{color:#E01A3A;text-decoration:none;transition:color .3s ease}
.contact_detail_v1 a:hover{color:#650007}
.contact_img_v1{margin-top:40px;border-radius:4px;overflow:hidden;box-shadow:0 8px 24px #0000001a}
.contact_img_v1 img{width:100%;height:auto;display:block}
.form_container_v1{background:#f8f8f8;padding:48px;border-radius:6px;box-shadow:0 8px 24px #00000014}
.form_container_v1 form{display:flex;flex-direction:column;gap:24px}
.name_row_v1{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.input_group_v1{display:flex;flex-direction:column;gap:8px}
.input_group_v1 label{font-size:15px;color:#650007;font-weight:600}
.input_group_v1 input,.input_group_v1 textarea{padding:14px 16px;border:2px solid #ddd;border-radius:3px;font-size:16px;background:#fff;transition:border-color .3s ease,box-shadow .3s ease}
.input_group_v1 input:focus,.input_group_v1 textarea:focus{outline:none;border-color:#E01A3A;box-shadow:0 0 0 3px #e01a3a1a}
.rating_block_v1{margin-top:8px}
.rating_block_v1 p{font-size:15px;color:#650007;font-weight:600;margin:0 0 16px}
.rating_options_v1{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.rating_item_v1{position:relative}
.rating_item_v1 input[type="radio"]{position:absolute;opacity:0;cursor:pointer}
.rating_label_v1{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;background:#fff;border:2px solid #ddd;border-radius:4px;cursor:pointer;transition:all .3s ease;text-align:center}
.rating_label_v1 span{font-size:28px;font-weight:700;color:#999;transition:color .3s ease}
.rating_label_v1 small{font-size:12px;color:#666}
.rating_item_v1 input[type="radio"]:checked + .rating_label_v1{border-color:#E01A3A;background:#e01a3a0d}
.rating_item_v1 input[type="radio"]:checked + .rating_label_v1 span{color:#E01A3A}
.rating_label_v1:hover{border-color:#E01A3A;transform:translateY(-2px);box-shadow:0 4px 12px #e01a3a26}
.privacy_check_v1{display:flex;align-items:start;gap:12px;margin-top:8px}
.privacy_check_v1 input[type="checkbox"]{margin-top:4px;cursor:pointer;width:18px;height:18px;accent-color:#E01A3A;flex-shrink:0}
.privacy_check_v1 label{font-size:14px;line-height:1.6;color:#333;cursor:pointer}
.privacy_check_v1 a{color:#E01A3A;text-decoration:none;font-weight:600}
.privacy_check_v1 a:hover{color:#650007;text-decoration:underline}
.submit_btn_v1{padding:16px 32px;background:#E01A3A;color:#fff;border:none;border-radius:4px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #e01a3a4d;z-index:10;position:relative}
.submit_btn_v1:hover{background:#650007;transform:translateY(-2px);box-shadow:0 6px 20px #e01a3a66}
@media (max-width: 1024px) {
.header_content_box_v1 h1{font-size:44px}
.form_layout_v1{grid-template-columns:1fr;gap:60px}
.info_block_v1 h2{font-size:36px}
}
@media (max-width: 768px) {
.contact_header_v1{padding:60px 20px 70px}
.header_content_box_v1 h1{font-size:36px}
.header_content_box_v1 p{font-size:18px}
.form_section_v1{padding:70px 20px}
.form_container_v1{padding:32px 24px}
.name_row_v1{grid-template-columns:1fr}
.rating_options_v1{grid-template-columns:repeat(3,1fr)}
.info_block_v1 h2{font-size:30px}
}
@media (max-width: 480px) {
.header_content_box_v1 h1{font-size:28px}
.header_btn_v1{padding:14px 32px;font-size:16px}
.rating_options_v1{grid-template-columns:1fr 1fr}
.form_container_v1{padding:24px 16px}
}
.success_wrapper{max-width:1536px;margin:0 auto;padding:0}
.success_hero_v1{display:grid;grid-template-columns:40% 60%;gap:0;min-height:520px;background:linear-gradient(135deg,#ECECEC 0%,#f5f5f5 100%);position:relative;overflow:hidden}
.hero_visual_area{position:relative;background:linear-gradient(180deg,#e01a3a26 0%,#65000714 100%);display:flex;align-items:center;justify-content:center;padding:48px}
.visual_accent_shape{position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#e01a3a40,#65000726);filter:blur(42px);top:50%;left:50%;transform:translate(-50%,-50%)}
.visual_geometric_v1{position:relative;z-index:2;width:100%;max-width:320px;aspect-ratio:1}
.checkmark_container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#E01A3A 0%,#650007 100%);border-radius:50%;box-shadow:0 16px 48px #e01a3a4d 0 8px 24px #65000733;position:relative}
.checkmark_container::before{content:'';position:absolute;inset:12px;border-radius:50%;border:3px solid #ffffff4d}
.checkmark_svg{width:60%;height:60%}
.hero_text_zone{display:flex;flex-direction:column;justify-content:center;padding:64px 72px;background:#ECECEC}
.success_headline_v2{font-size:52px;font-weight:700;color:#650007;margin:0 0 24px;line-height:1.15}
.success_headline_v2::after{content:'';display:block;width:80px;height:5px;background:linear-gradient(90deg,#E01A3A 0%,#650007 100%);margin-top:20px;border-radius:3px}
.success_metaphor_text{font-size:18px;line-height:1.7;color:#2d2d2d;margin:0 0 16px}
.success_metaphor_text strong{color:#E01A3A;font-weight:600}
.next_steps_block{background:linear-gradient(165deg,#fff 0%,#f8f8f8 100%);padding:96px 0;position:relative}
.next_steps_block::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#e01a3a33 50%,transparent 100%)}
.next_content_container{max-width:1280px;margin:0 auto;padding:0 40px}
.next_header_zone{text-align:center;margin-bottom:64px}
.next_title_v3{font-size:42px;font-weight:700;color:#650007;margin:0 0 20px;position:relative;display:inline-block}
.next_title_v3::before{content:'';position:absolute;left:-48px;top:50%;transform:translateY(-50%);width:32px;height:32px;background:linear-gradient(135deg,#E01A3A,#650007);border-radius:6px;opacity:.15}
.next_title_v3::after{content:'';position:absolute;right:-48px;top:50%;transform:translateY(-50%);width:32px;height:32px;background:linear-gradient(135deg,#E01A3A,#650007);border-radius:6px;opacity:.15}
.next_intro_text{font-size:17px;color:#3a3a3a;line-height:1.65;max-width:720px;margin:0 auto}
.steps_grid_v1{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:56px}
.step_card_item{background:#fff;border-radius:4px;padding:40px 32px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease;border-top:4px solid transparent}
.step_card_item:hover{transform:translateY(-6px);box-shadow:0 12px 32px #e01a3a26;border-top-color:#E01A3A}
.step_number_badge{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;background:linear-gradient(135deg,#E01A3A 0%,#650007 100%);color:#fff;font-size:24px;font-weight:700;border-radius:50%;margin-bottom:24px;box-shadow:0 6px 18px #e01a3a40}
.step_heading_v1{font-size:22px;font-weight:700;color:#650007;margin:0 0 16px;line-height:1.3}
.step_description_text{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0}
.action_zone_final{text-align:center;padding:48px 40px;background:linear-gradient(135deg,#e01a3a0d 0%,#65000705 100%);border-radius:5px;border:2px solid #e01a3a1a}
.final_message_text{font-size:19px;color:#2d2d2d;margin:0 0 32px;line-height:1.6}
.button_home_v1{display:inline-block;background:linear-gradient(135deg,#E01A3A 0%,#650007 100%);color:#fff;font-size:17px;font-weight:600;padding:16px 48px;border-radius:4px;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 20px #e01a3a4d;position:relative;z-index:1}
.button_home_v1:hover{transform:translateY(-2px);box-shadow:0 10px 28px #e01a3a66;background:linear-gradient(135deg,#c91534 0%,#540006 100%)}
.button_home_v1:active{transform:translateY(0);box-shadow:0 4px 12px #e01a3a4d}
@media (max-width: 1024px) {
.success_hero_v1{grid-template-columns:1fr;min-height:auto}
.hero_visual_area{padding:64px 32px}
.hero_text_zone{padding:48px 40px}
.success_headline_v2{font-size:42px}
.steps_grid_v1{grid-template-columns:1fr;gap:32px}
.next_title_v3::before,.next_title_v3::after{display:none}
}
@media (max-width: 768px) {
.hero_text_zone{padding:40px 24px}
.success_headline_v2{font-size:36px;margin-bottom:20px}
.success_metaphor_text{font-size:16px}
.next_steps_block{padding:64px 0}
.next_content_container{padding:0 24px}
.next_title_v3{font-size:32px}
.next_intro_text{font-size:16px}
.step_card_item{padding:32px 24px}
.action_zone_final{padding:36px 24px}
.final_message_text{font-size:17px}
.button_home_v1{font-size:16px;padding:14px 36px}
}
@media (max-width: 480px) {
.hero_visual_area{padding:48px 24px}
.visual_geometric_v1{max-width:240px}
.success_headline_v2{font-size:28px}
.next_title_v3{font-size:28px}
.steps_grid_v1{gap:24px}
}