@import "https://cdn.jsdelivr.net/npm/@fontsource/karla@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/karla@latest/700.css";
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Karla',sans-serif;display:flex;flex-direction:column;min-height:100vh;background-color:#FAFBFC;color:#2A2A2A;line-height:1.6}
.top_nav_ribbon{background:linear-gradient(135deg,#39D7F2 0%,#2BBFD9 100%);padding:12px 0;box-shadow:0 4px 6px #39d7f226}
.top_nav_ribbon .nav_holder_v1{max-width:1280px;margin:0 auto;padding:0 20px}
.top_nav_ribbon .navigation_links{display:flex;justify-content:flex-end;align-items:center;gap:32px;list-style:none}
.top_nav_ribbon .navigation_links a{color:#FFF;text-decoration:none;font-size:15px;font-weight:400;transition:opacity .2s ease}
.top_nav_ribbon .navigation_links a:hover{opacity:.85}
.brand_banner_section{background-color:#FFF;padding:38px 0;border-bottom:3px solid #EBF0D4}
.brand_banner_section .banner_content_holder{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}
.brand_banner_section .logo_wrapper_v2{display:flex;align-items:center;gap:18px}
.brand_banner_section .logo_wrapper_v2 img{height:95px;width:95px;object-fit:contain;border-radius:20px;box-shadow:0 6px 12px #39d7f233}
.brand_banner_section .company_title_text{font-size:32px;font-weight:700;color:#930009;letter-spacing:-.5px}
.brand_banner_section .contact_quick_info{display:flex;align-items:center;gap:24px}
.brand_banner_section .contact_item_v1{display:flex;align-items:center;gap:8px;color:#2A2A2A;font-size:15px}
.brand_banner_section .contact_item_v1 i{color:#39D7F2;font-size:18px}
main{flex:1}
.footer_wrapper_main{background:linear-gradient(180deg,#2A2A2A 0%,#1F1F1F 100%);padding:42px 0 28px;margin-top:80px}
.footer_wrapper_main .footer_content_holder{max-width:1280px;margin:0 auto;padding:0 20px}
.footer_wrapper_main .footer_links_row{display:flex;justify-content:center;align-items:center;gap:4px;margin-bottom:28px;flex-wrap:wrap}
.footer_wrapper_main .footer_links_row a{color:#FFF;text-decoration:none;font-size:14px;padding:8px 16px;transition:color .2s ease}
.footer_wrapper_main .footer_links_row a:hover{color:#39D7F2}
.footer_wrapper_main .footer_links_row .separator_v1{color:#666;user-select:none}
.footer_wrapper_main .footer_links_row .cookie_preferences_link{cursor:pointer;background:none;border:none;font-family:'Karla',sans-serif;font-size:14px;padding:8px 16px;color:#FFF;transition:color .2s ease}
.footer_wrapper_main .footer_links_row .cookie_preferences_link:hover{color:#39D7F2}
.footer_wrapper_main .company_info_section{text-align:center;padding-top:24px;border-top:1px solid #3A3A3A}
.footer_wrapper_main .company_info_section p{color:#B0B0B0;font-size:14px;margin-bottom:8px}
.footer_wrapper_main .company_info_section .copyright_text{font-size:13px;color:#888}
.cookie_consent_popup{display:none;position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:#FFF;max-width:920px;width:calc(100% - 40px);border-radius:24px;box-shadow:0 12px 32px #00000040;z-index:10000;animation:fadeInPopup .4s ease}
@keyframes fadeInPopup {
from{opacity:0;transform:translateX(-50%) translateY(20px)}
to{opacity:1;transform:translateX(-50%) translateY(0)}
}
.cookie_consent_popup.visible_state{display:block}
.cookie_consent_popup .popup_header_v1{padding:24px 28px 0}
.cookie_consent_popup .tab_buttons_holder{display:flex;gap:12px;border-bottom:2px solid #EBF0D4}
.cookie_consent_popup .tab_button_v1{background:none;border:none;padding:12px 20px;font-family:'Karla',sans-serif;font-size:15px;font-weight:700;color:#666;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s ease}
.cookie_consent_popup .tab_button_v1.active_tab{color:#930009;border-bottom-color:#930009}
.cookie_consent_popup .popup_body_content{padding:24px 28px;max-height:320px;overflow-y:auto}
.cookie_consent_popup .tab_content_panel{display:none}
.cookie_consent_popup .tab_content_panel.active_panel{display:block}
.cookie_consent_popup .brief_message_v1 h3{font-size:20px;color:#2A2A2A;margin-bottom:12px}
.cookie_consent_popup .brief_message_v1 p{font-size:15px;color:#555;line-height:1.6}
.cookie_consent_popup .consent_options_list{display:flex;flex-direction:column;gap:16px}
.cookie_consent_popup .consent_checkbox_item{display:flex;align-items:flex-start;gap:12px}
.cookie_consent_popup .consent_checkbox_item input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer}
.cookie_consent_popup .consent_checkbox_item label{font-size:15px;color:#2A2A2A;cursor:pointer;flex:1}
.cookie_consent_popup .consent_checkbox_item .option_description{font-size:13px;color:#666;margin-top:4px}
.cookie_consent_popup .popup_actions_row{padding:0 28px 24px;display:flex;gap:12px;justify-content:flex-end}
.cookie_consent_popup .action_button_v1{padding:12px 28px;border:none;border-radius:20px;font-family:'Karla',sans-serif;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease}
.cookie_consent_popup .action_button_v1.deny_all_btn{background:#E8E8E8;color:#2A2A2A}
.cookie_consent_popup .action_button_v1.deny_all_btn:hover{background:#D8D8D8}
.cookie_consent_popup .action_button_v1.accept_selected_btn{background:linear-gradient(135deg,#39D7F2 0%,#2BBFD9 100%);color:#FFF}
.cookie_consent_popup .action_button_v1.accept_selected_btn:hover{box-shadow:0 4px 12px #39d7f24d}
.cookie_consent_popup .action_button_v1.accept_all_btn{background:linear-gradient(135deg,#930009 0%,#7A0007 100%);color:#FFF}
.cookie_consent_popup .action_button_v1.accept_all_btn:hover{box-shadow:0 4px 12px #9300094d}
@media (max-width: 768px) {
.top_nav_ribbon .navigation_links{gap:20px;font-size:14px}
.brand_banner_section{padding:28px 0}
.brand_banner_section .banner_content_holder{flex-direction:column;gap:20px;text-align:center}
.brand_banner_section .logo_wrapper_v2{flex-direction:column}
.brand_banner_section .logo_wrapper_v2 img{height:75px;width:75px}
.brand_banner_section .company_title_text{font-size:26px}
.brand_banner_section .contact_quick_info{flex-direction:column;gap:12px}
.footer_wrapper_main .footer_links_row{flex-direction:column;gap:8px}
.footer_wrapper_main .footer_links_row .separator_v1{display:none}
.cookie_consent_popup{bottom:10px;width:calc(100% - 20px)}
.cookie_consent_popup .popup_actions_row{flex-direction:column}
.cookie_consent_popup .action_button_v1{width:100%}
}
@media (max-width: 480px) {
.top_nav_ribbon .navigation_links{flex-direction:column;gap:12px}
.brand_banner_section .company_title_text{font-size:22px}
}
.content-legal{max-width:1280px;margin:0 auto;padding:80px 24px;background:#fff}
.content-legal h1{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0 0 48px;font-weight:700}
.content-legal h2{font-size:32px;line-height:1.3;color:#2a2a2a;margin:64px 0 24px;font-weight:700}
.content-legal h3{font-size:24px;line-height:1.4;color:#3a3a3a;margin:48px 0 20px;font-weight:600}
.content-legal h4{font-size:20px;line-height:1.5;color:#4a4a4a;margin:32px 0 16px;font-weight:600}
.content-legal h5{font-size:18px;line-height:1.5;color:#5a5a5a;margin:24px 0 12px;font-weight:600}
.content-legal h6{font-size:16px;line-height:1.5;color:#6a6a6a;margin:20px 0 12px;font-weight:600}
.content-legal p{font-size:17px;line-height:1.75;color:#333;margin:0 0 24px}
.content-legal ul{margin:0 0 32px;padding:0 0 0 32px;list-style:none}
.content-legal ul li{font-size:17px;line-height:1.75;color:#333;margin:0 0 16px;padding-left:12px;position:relative}
.content-legal ul li::before{content:'';position:absolute;left:-20px;top:12px;width:6px;height:6px;background:#39D7F2;border-radius:50%}
.content-legal ol{margin:0 0 32px;padding:0 0 0 32px;list-style:decimal;counter-reset:item}
.content-legal ol li{font-size:17px;line-height:1.75;color:#333;margin:0 0 16px;padding-left:12px}
.content-legal ul ul,.content-legal ul ol,.content-legal ol ul,.content-legal ol ol{margin:16px 0}
.content-legal strong,.content-legal b{font-weight:700;color:#1a1a1a}
.content-legal a{color:#39D7F2;text-decoration:none;border-bottom:2px solid #39d7f24d;transition:all .2s ease}
.content-legal a:hover{color:#930009;border-bottom-color:#93000980}
.content-legal a:focus{outline:3px solid #39d7f266;outline-offset:2px;border-radius:4px}
.content-legal table{width:100%;margin:0 0 40px;border-collapse:separate;border-spacing:0;border:2px solid #e0e0e0;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 4px 8px #00000014}
.content-legal thead{background:linear-gradient(135deg,#39d7f226 0%,#ebf0d433 100%)}
.content-legal thead tr{border-bottom:2px solid #39D7F2}
.content-legal th{padding:20px 24px;text-align:left;font-size:16px;font-weight:700;color:#1a1a1a;border-right:1px solid #e0e0e0}
.content-legal th:last-child{border-right:none}
.content-legal tbody tr{border-bottom:1px solid #e8e8e8;transition:background .2s ease}
.content-legal tbody tr:last-child{border-bottom:none}
.content-legal tbody tr:hover{background:#39d7f20d}
.content-legal td{padding:18px 24px;font-size:16px;line-height:1.6;color:#333;border-right:1px solid #f0f0f0}
.content-legal td:last-child{border-right:none}
.content-legal hr{margin:56px 0;border:none;height:3px;background:linear-gradient(90deg,transparent 0%,#39D7F2 50%,transparent 100%);border-radius:20px}
@media (max-width: 768px) {
.content-legal{padding:48px 20px}
.content-legal h1{font-size:32px;margin-bottom:32px}
.content-legal h2{font-size:26px;margin-top:48px}
.content-legal h3{font-size:22px;margin-top:36px}
.content-legal h4{font-size:19px}
.content-legal p,.content-legal ul li,.content-legal ol li{font-size:16px;line-height:1.7}
.content-legal table{display:block;overflow-x:auto;border-radius:16px;margin-bottom:32px}
.content-legal th,.content-legal td{padding:14px 16px;font-size:15px;white-space:nowrap}
.content-legal ul{padding-left:24px}
.content-legal ol{padding-left:24px}
.content-legal hr{margin:40px 0}
}
@media (max-width: 480px) {
.content-legal{padding:32px 16px}
.content-legal h1{font-size:28px;margin-bottom:24px}
.content-legal h2{font-size:24px;margin-top:40px}
.content-legal h3{font-size:20px;margin-top:32px}
.content-legal p,.content-legal ul li,.content-legal ol li{font-size:15px}
.content-legal th,.content-legal td{padding:12px 14px;font-size:14px}
}
.learning_main_block{max-width:1280px;margin:0 auto;padding:0 20px}
.program_hero_v1{position:relative;padding:80px 0 100px;overflow:hidden}
.hero_layers_holder{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero_text_block{padding:40px;background:linear-gradient(135deg,#ebf0d44d 0%,#39d7f21a 100%);border-radius:24px;box-shadow:0 4px 20px #00000014;position:relative}
.hero_text_block::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#39D7F2,#EBF0D4);border-radius:24px;z-index:-1;opacity:.3}
.hero_title_v1{font-size:48px;line-height:1.2;margin:0 0 24px;color:#1a1a1a;font-weight:700}
.hero_title_v1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#930009,#39D7F2);margin-top:16px;border-radius:16px}
.hero_description_v1{font-size:18px;line-height:1.7;color:#2d2d2d;margin:0}
.hero_visual_container{position:relative;height:500px}
.hero_image_animated{width:100%;height:100%;object-fit:cover;border-radius:28px;box-shadow:0 8px 32px #0000001f;animation:float_gentle_v1 6s ease-in-out infinite}
@keyframes float_gentle_v1 {
0%,100%{transform:translateY(0px)}
50%{transform:translateY(-20px)}
}
.hero_bg_shapes{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;overflow:hidden}
.shape_circle_v1{position:absolute;border-radius:50%;background:#39d7f226;animation:move_diagonal_v1 15s ease-in-out infinite}
.shape_circle_v1:nth-child(1){width:200px;height:200px;top:10%;right:15%;animation-delay:0s}
.shape_circle_v1:nth-child(2){width:150px;height:150px;bottom:20%;left:10%;background:#ebf0d433;animation-delay:3s}
.shape_circle_v1:nth-child(3){width:100px;height:100px;top:50%;left:50%;background:#93000914;animation-delay:6s}
@keyframes move_diagonal_v1 {
0%,100%{transform:translate(0,0)}
50%{transform:translate(30px,-30px)}
}
.curriculum_section_v2{padding:100px 0;background:linear-gradient(180deg,#fff 0%,#ebf0d426 100%)}
.section_header_centered{text-align:center;max-width:800px;margin:0 auto 70px}
.section_title_v2{font-size:42px;line-height:1.3;color:#1a1a1a;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.section_title_v2::before{content:'';position:absolute;width:60px;height:60px;background:#39d7f233;border-radius:50%;top:-10px;left:-30px;z-index:-1}
.section_intro_text{font-size:17px;line-height:1.8;color:#3d3d3d;margin:0}
.modules_grid_holder{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}
.module_card_v1{background:#fff;border-radius:20px;padding:40px 32px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}
.module_card_v1::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#39D7F2,#930009);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.module_card_v1:hover{transform:translateY(-8px);box-shadow:0 6px 24px #0000001f;border-color:#39d7f24d}
.module_card_v1:hover::before{transform:scaleX(1)}
.module_number_v1{display:inline-block;width:50px;height:50px;background:linear-gradient(135deg,#39D7F2,#EBF0D4);border-radius:50%;text-align:center;line-height:50px;font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:20px}
.module_heading_v1{font-size:22px;line-height:1.4;color:#1a1a1a;margin:0 0 16px;font-weight:600}
.module_description_v1{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0 0 24px}
.module_topics_list{list-style:none;padding:0;margin:0}
.topic_item_v1{font-size:15px;line-height:1.6;color:#5a5a5a;padding:8px 0 8px 28px;position:relative}
.topic_item_v1::before{content:'';position:absolute;left:0;top:14px;width:16px;height:16px;background:#39D7F2;border-radius:4px;transform:rotate(45deg)}
.instructors_showcase_v3{padding:100px 0;background:#fff;position:relative}
.instructors_showcase_v3::before{content:'';position:absolute;top:0;left:0;right:0;height:300px;background:linear-gradient(180deg,#ebf0d426 0%,transparent 100%);z-index:0}
.instructors_content_wrapper{position:relative;z-index:1}
.instructors_title_section{margin-bottom:60px}
.instructors_main_title{font-size:44px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.instructors_main_title span{color:#930009;position:relative}
.instructors_main_title span::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#39d7f280}
.instructors_intro_paragraph{font-size:18px;line-height:1.8;color:#3d3d3d;max-width:900px;margin:0}
.team_profiles_layout{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;margin-top:50px}
.instructor_profile_card{display:grid;grid-template-columns:200px 1fr;gap:32px;background:linear-gradient(135deg,#ebf0d433 0%,#39d7f214 100%);padding:36px;border-radius:24px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.instructor_profile_card:hover{box-shadow:0 8px 32px #0000001f;transform:translateX(8px)}
.instructor_photo_holder{position:relative}
.instructor_photo_holder::before{content:'';position:absolute;inset:-6px;background:linear-gradient(135deg,#39D7F2,#930009);border-radius:20px;z-index:-1}
.instructor_image_v1{width:100%;height:250px;object-fit:cover;border-radius:20px;display:block}
.instructor_info_block{display:flex;flex-direction:column;justify-content:center}
.instructor_name_v1{font-size:26px;line-height:1.3;color:#1a1a1a;margin:0 0 8px;font-weight:700}
.instructor_role_v1{font-size:16px;line-height:1.5;color:#930009;margin:0 0 20px;font-weight:600}
.instructor_bio_v1{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0 0 20px}
.expertise_tags_holder{display:flex;flex-wrap:wrap;gap:10px}
.expertise_tag_v1{display:inline-block;padding:8px 16px;background:#fff;border-radius:16px;font-size:14px;color:#2d2d2d;box-shadow:0 2px 6px #00000014}
.cta_enrollment_section{background:linear-gradient(135deg,#39D7F2 0%,#39d7f2b3 100%);padding:80px 40px;border-radius:28px;text-align:center;margin-top:60px;position:relative;overflow:hidden}
.cta_enrollment_section::before{content:'';position:absolute;width:300px;height:300px;background:#ffffff26;border-radius:50%;top:-150px;right:-100px}
.cta_enrollment_section::after{content:'';position:absolute;width:250px;height:250px;background:#9300091a;border-radius:50%;bottom:-100px;left:-80px}
.cta_content_holder{position:relative;z-index:2;max-width:700px;margin:0 auto}
.cta_heading_v1{font-size:38px;line-height:1.3;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.cta_text_v1{font-size:18px;line-height:1.7;color:#2d2d2d;margin:0 0 36px}
.cta_button_v1{display:inline-block;padding:18px 48px;background:#930009;color:#fff;font-size:18px;font-weight:600;text-decoration:none;border-radius:24px;box-shadow:0 6px 20px #9300094d;transition:all .3s ease}
.cta_button_v1:hover{background:#6d0007;transform:translateY(-3px);box-shadow:0 8px 28px #93000966}
@media (max-width: 1024px) {
.hero_layers_holder{grid-template-columns:1fr;gap:40px}
.hero_visual_container{height:400px}
.modules_grid_holder{grid-template-columns:repeat(2,1fr)}
.team_profiles_layout{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.hero_title_v1{font-size:36px}
.hero_text_block{padding:28px}
.section_title_v2{font-size:32px}
.modules_grid_holder{grid-template-columns:1fr;gap:24px}
.instructor_profile_card{grid-template-columns:1fr;gap:24px}
.instructor_image_v1{height:300px}
.instructors_main_title{font-size:34px}
.cta_heading_v1{font-size:30px}
.cta_enrollment_section{padding:60px 24px}
}
@media (max-width: 480px) {
.program_hero_v1{padding:50px 0 60px}
.hero_title_v1{font-size:28px}
.hero_description_v1{font-size:16px}
.hero_visual_container{height:300px}
.curriculum_section_v2{padding:60px 0}
.section_title_v2{font-size:26px}
.module_card_v1{padding:28px 20px}
.instructors_showcase_v3{padding:60px 0}
.instructors_main_title{font-size:28px}
.cta_heading_v1{font-size:24px}
.cta_button_v1{padding:14px 32px;font-size:16px}
}
.stats_hero_wrapper{position:relative;background:linear-gradient(135deg,#39D7F2 0%,#930009 100%);padding:120px 20px 100px;overflow:hidden}
.stats_hero_wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:800px;height:800px;background:#ebf0d426;border-radius:50%;animation:float_shape 20s infinite ease-in-out}
.stats_hero_wrapper::after{content:'';position:absolute;bottom:-30%;left:-5%;width:600px;height:600px;background:#ffffff1a;border-radius:45% 55% 60% 40%;animation:morph_shape 15s infinite ease-in-out}
@keyframes float_shape {
0%,100%{transform:translate(0,0) rotate(0deg)}
50%{transform:translate(-30px,-40px) rotate(180deg)}
}
@keyframes morph_shape {
0%,100%{border-radius:45% 55% 60% 40%}
50%{border-radius:60% 40% 45% 55%}
}
.stats_hero_content_holder{max-width:1280px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:row;align-items:center;gap:60px}
.stats_hero_text_block{flex:1}
.stats_hero_heading_v1{font-size:56px;line-height:1.1;color:#fff;margin:0 0 24px;font-weight:700}
.stats_hero_quote_text{font-size:22px;line-height:1.6;color:#fffffff2;margin:0;font-style:italic;position:relative;padding-left:28px}
.stats_hero_quote_text::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:#EBF0D4;border-radius:16px}
.stats_hero_image_holder{flex:0 0 380px;position:relative}
.stats_hero_image_frame{width:380px;height:480px;border-radius:24px;overflow:hidden;box-shadow:0 8px 24px #0000004d;position:relative}
.stats_hero_image_frame::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#9300094d 0%,#39d7f266 100%);z-index:1}
.stats_hero_portrait_img{width:100%;height:100%;object-fit:cover;display:block}
.metrics_analytics_section{padding:100px 20px;background:#fff;position:relative}
.metrics_content_container{max-width:1280px;margin:0 auto}
.metrics_header_block{text-align:center;margin-bottom:80px}
.metrics_main_title{font-size:44px;line-height:1.2;color:#1a1a1a;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.metrics_main_title::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#930009 0%,#39D7F2 100%);border-radius:16px}
.metrics_description_text{font-size:18px;line-height:1.7;color:#4a4a4a;max-width:780px;margin:32px auto 0}
.metrics_grid_layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:60px}
.metric_card_v2{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:40px 32px;border-radius:24px;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}
.metric_card_v2::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#39D7F2 0%,#930009 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.metric_card_v2:hover{border-color:#39D7F2;box-shadow:0 8px 24px #39d7f233;transform:translateY(-4px)}
.metric_card_v2:hover::before{transform:scaleX(1)}
.metric_number_display{font-size:52px;line-height:1;color:#930009;font-weight:700;margin:0 0 12px}
.metric_label_text{font-size:18px;line-height:1.4;color:#2a2a2a;font-weight:600;margin:0 0 8px}
.metric_context_info{font-size:15px;line-height:1.5;color:#6a6a6a;margin:0}
.progress_tracker_section{background:#f5f5f5;padding:60px 32px;border-radius:28px;margin-bottom:60px}
.progress_section_heading{font-size:32px;line-height:1.3;color:#1a1a1a;margin:0 0 48px;font-weight:700;text-align:center}
.progress_bars_holder{display:flex;flex-direction:column;gap:32px;max-width:900px;margin:0 auto}
.progress_item_unit{background:#fff;padding:24px 28px;border-radius:20px;box-shadow:0 2px 8px #0000000f}
.progress_item_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.progress_label_name{font-size:17px;line-height:1.3;color:#2a2a2a;font-weight:600;margin:0}
.progress_percentage_value{font-size:20px;line-height:1;color:#930009;font-weight:700}
.progress_bar_track{width:100%;height:12px;background:#e8e8e8;border-radius:16px;overflow:hidden;position:relative}
.progress_bar_fill{height:100%;background:linear-gradient(90deg,#39D7F2 0%,#930009 100%);border-radius:16px;transition:width 1.2s ease;position:relative}
.progress_bar_fill::after{content:'';position:absolute;top:0;right:0;bottom:0;width:20px;background:#ffffff4d;animation:shimmer 2s infinite}
@keyframes shimmer {
0%{transform:translateX(-100%);opacity:0}
50%{opacity:1}
100%{transform:translateX(100%);opacity:0}
}
.progress_fill_87{width:87%}
.progress_fill_92{width:92%}
.progress_fill_79{width:79%}
.progress_fill_95{width:95%}
.comparison_analysis_block{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.comparison_metric_box{background:#fff;padding:36px 28px;border-radius:20px;border:2px solid #e0e0e0;text-align:center;transition:all .3s ease;position:relative}
.comparison_metric_box::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#39D7F2 0%,#930009 100%);border-radius:20px;opacity:0;transition:opacity .3s ease;z-index:-1}
.comparison_metric_box:hover{border-color:transparent;transform:scale(1.05)}
.comparison_metric_box:hover::before{opacity:1}
.comparison_icon_holder{width:64px;height:64px;margin:0 auto 20px;background:linear-gradient(135deg,#39d7f226 0%,#93000926 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.comparison_icon_svg{width:32px;height:32px;fill:#930009}
.comparison_value_display{font-size:38px;line-height:1;color:#39D7F2;font-weight:700;margin:0 0 12px}
.comparison_metric_name{font-size:16px;line-height:1.4;color:#3a3a3a;font-weight:600;margin:0}
.timeline_performance_area{margin-top:60px;background:linear-gradient(135deg,#EBF0D4 0%,#fff 100%);padding:60px 40px;border-radius:28px}
.timeline_heading_main{font-size:36px;line-height:1.2;color:#1a1a1a;margin:0 0 52px;font-weight:700;text-align:center}
.timeline_steps_container{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:20px;position:relative;max-width:1100px;margin:0 auto}
.timeline_steps_container::before{content:'';position:absolute;top:32px;left:60px;right:60px;height:3px;background:linear-gradient(90deg,#39D7F2 0%,#930009 100%);z-index:0}
.timeline_step_element{flex:1;text-align:center;position:relative;z-index:1}
.timeline_step_circle{width:64px;height:64px;border-radius:50%;background:#930009;color:#fff;font-size:26px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 4px 16px #9300094d;transition:all .3s ease}
.timeline_step_element:hover .timeline_step_circle{transform:scale(1.15);background:#39D7F2;box-shadow:0 6px 20px #39d7f266}
.timeline_step_title{font-size:18px;line-height:1.3;color:#2a2a2a;font-weight:600;margin:0 0 8px}
.timeline_step_detail{font-size:14px;line-height:1.5;color:#5a5a5a;margin:0}
.visual_showcase_section{margin-top:60px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.showcase_image_wrapper{border-radius:24px;overflow:hidden;box-shadow:0 8px 32px #0000001f}
.showcase_content_img{width:100%;height:auto;display:block}
.showcase_text_content{padding:20px}
.showcase_heading_text{font-size:32px;line-height:1.3;color:#1a1a1a;margin:0 0 24px;font-weight:700;position:relative;padding-left:20px}
.showcase_heading_text::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#39D7F2 0%,#930009 100%);border-radius:16px}
.showcase_description_para{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 20px}
.showcase_stats_inline{display:flex;gap:36px;margin-top:32px}
.inline_stat_item{flex:1}
.inline_stat_number{font-size:34px;line-height:1;color:#930009;font-weight:700;margin:0 0 8px}
.inline_stat_label{font-size:15px;line-height:1.4;color:#5a5a5a;margin:0}
@media (max-width: 1024px) {
.stats_hero_content_holder{flex-direction:column;gap:40px}
.stats_hero_image_holder{flex:0 0 auto}
.stats_hero_image_frame{width:100%;max-width:420px;margin:0 auto}
.stats_hero_heading_v1{font-size:42px}
.comparison_analysis_block{grid-template-columns:1fr}
.timeline_steps_container{flex-direction:column;gap:32px}
.timeline_steps_container::before{display:none}
.visual_showcase_section{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.stats_hero_wrapper{padding:80px 20px 60px}
.stats_hero_heading_v1{font-size:36px}
.stats_hero_quote_text{font-size:18px}
.metrics_analytics_section{padding:60px 20px}
.metrics_main_title{font-size:32px}
.metrics_grid_layout{grid-template-columns:1fr}
.metric_number_display{font-size:44px}
.showcase_stats_inline{flex-direction:column;gap:24px}
}
.title_hero_v1{position:relative;min-height:580px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:80px}
.title_hero_v1 .bg_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.title_hero_v1 .bg_layer img{width:100%;height:100%;object-fit:cover;filter:blur(6px)}
.title_hero_v1 .bg_layer::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#39d7f2bf,#930009a6);animation:gradient_shift 8s ease-in-out infinite}
@keyframes gradient_shift {
0%,100%{opacity:.75}
50%{opacity:.55}
}
.title_hero_v1 .content_holder{position:relative;z-index:2;text-align:center;padding:60px 24px;max-width:920px;margin:0 auto}
.title_hero_v1 .content_holder .eyebrow_text{font-size:1.1rem;color:#EBF0D4;font-weight:500;margin-bottom:16px;letter-spacing:.5px}
.title_hero_v1 .content_holder .main_headline{font-size:3.2rem;color:#fff;font-weight:700;line-height:1.15;margin-bottom:20px;text-shadow:0 3px 12px #0000004d}
.title_hero_v1 .content_holder .sub_headline{font-size:1.35rem;color:#EBF0D4;font-weight:400;line-height:1.5;margin-bottom:36px}
.title_hero_v1 .content_holder .cta_button_v1{display:inline-block;padding:16px 42px;background:#930009;color:#fff;text-decoration:none;font-size:1.05rem;font-weight:600;border-radius:24px;transition:all .3s ease;box-shadow:0 4px 16px #93000966}
.title_hero_v1 .content_holder .cta_button_v1:hover{background:#b50010;transform:translateY(-2px);box-shadow:0 6px 20px #93000980}
.premium_options_section{padding:80px 0;background:linear-gradient(to bottom,#fff 0%,#f8f9fa 100%)}
.premium_options_section .container_v1{max-width:1280px;margin:0 auto;padding:0 24px}
.premium_options_section .section_header_v1{text-align:center;margin-bottom:60px}
.premium_options_section .section_header_v1 h2{font-size:2.6rem;color:#930009;margin-bottom:18px;font-weight:700}
.premium_options_section .section_header_v1 p{font-size:1.15rem;color:#4a4a4a;line-height:1.7;max-width:720px;margin:0 auto}
.premium_options_section .options_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.premium_options_section .option_card_v1{background:#fff;border-radius:24px;padding:40px 32px;box-shadow:0 4px 16px #00000014;transition:all .3s ease;position:relative}
.premium_options_section .option_card_v1::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#39D7F2,#930009);border-radius:24px 24px 0 0;opacity:0;transition:opacity .3s ease}
.premium_options_section .option_card_v1:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001f}
.premium_options_section .option_card_v1:hover::before{opacity:1}
.premium_options_section .option_card_v1 .icon_holder_v1{width:68px;height:68px;background:linear-gradient(135deg,#39d7f226,#93000926);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.premium_options_section .option_card_v1 .icon_holder_v1 i{font-size:32px;color:#39D7F2}
.premium_options_section .option_card_v1 h3{font-size:1.5rem;color:#1a1a1a;margin-bottom:16px;font-weight:600}
.premium_options_section .option_card_v1 p{font-size:1rem;color:#5a5a5a;line-height:1.7;margin-bottom:24px}
.premium_options_section .option_card_v1 .feature_list_v1{list-style:none;padding:0;margin:0}
.premium_options_section .option_card_v1 .feature_list_v1 li{font-size:.95rem;color:#4a4a4a;padding-left:28px;position:relative;margin-bottom:12px;line-height:1.5}
.premium_options_section .option_card_v1 .feature_list_v1 li::before{content:'✓';position:absolute;left:0;color:#39D7F2;font-weight:700}
.audience_section_v1{padding:80px 0;background:#fff}
.audience_section_v1 .container_v1{max-width:1280px;margin:0 auto;padding:0 24px}
.audience_section_v1 .split_layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.audience_section_v1 .text_content_v1 h2{font-size:2.4rem;color:#930009;margin-bottom:24px;font-weight:700}
.audience_section_v1 .text_content_v1 .intro_text{font-size:1.1rem;color:#4a4a4a;line-height:1.8;margin-bottom:32px}
.audience_section_v1 .profiles_holder{display:flex;flex-direction:column;gap:24px}
.audience_section_v1 .profile_item_v1{background:#f8f9fa;border-radius:20px;padding:28px;border-left:5px solid #39D7F2;transition:all .3s ease}
.audience_section_v1 .profile_item_v1:hover{background:#EBF0D4;border-left-color:#930009;transform:translateX(8px)}
.audience_section_v1 .profile_item_v1 h4{font-size:1.2rem;color:#1a1a1a;margin-bottom:12px;font-weight:600}
.audience_section_v1 .profile_item_v1 p{font-size:.98rem;color:#5a5a5a;line-height:1.6;margin:0}
.audience_section_v1 .visual_column{position:relative}
.audience_section_v1 .visual_column img{width:100%;height:520px;object-fit:cover;border-radius:28px;box-shadow:0 6px 24px #0000001f}
.guarantees_section_v1{padding:80px 0;background:linear-gradient(135deg,#39d7f214,#ebf0d41f)}
.guarantees_section_v1 .container_v1{max-width:1280px;margin:0 auto;padding:0 24px}
.guarantees_section_v1 .section_intro{text-align:center;margin-bottom:56px}
.guarantees_section_v1 .section_intro h2{font-size:2.5rem;color:#930009;margin-bottom:20px;font-weight:700}
.guarantees_section_v1 .section_intro p{font-size:1.1rem;color:#4a4a4a;line-height:1.7;max-width:780px;margin:0 auto}
.guarantees_section_v1 .guarantee_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:48px}
.guarantees_section_v1 .guarantee_box_v1{background:#fff;border-radius:24px;padding:36px;box-shadow:0 3px 12px #00000012;display:flex;gap:24px}
.guarantees_section_v1 .guarantee_box_v1 .icon_wrapper{flex-shrink:0;width:58px;height:58px;background:linear-gradient(135deg,#39D7F2,#930009);border-radius:16px;display:flex;align-items:center;justify-content:center}
.guarantees_section_v1 .guarantee_box_v1 .icon_wrapper i{font-size:28px;color:#fff}
.guarantees_section_v1 .guarantee_box_v1 .text_wrapper h3{font-size:1.35rem;color:#1a1a1a;margin-bottom:12px;font-weight:600}
.guarantees_section_v1 .guarantee_box_v1 .text_wrapper p{font-size:.98rem;color:#5a5a5a;line-height:1.65;margin:0}
.guarantees_section_v1 .security_note{background:#fff;border-radius:24px;padding:40px;text-align:center;border:3px solid #39D7F2}
.guarantees_section_v1 .security_note h3{font-size:1.5rem;color:#930009;margin-bottom:16px;font-weight:600}
.guarantees_section_v1 .security_note p{font-size:1.05rem;color:#4a4a4a;line-height:1.7;margin:0}
.progress_tracking_section{padding:80px 0;background:#fff}
.progress_tracking_section .container_v1{max-width:1280px;margin:0 auto;padding:0 24px}
.progress_tracking_section .asymmetric_layout{display:grid;grid-template-columns:1.2fr 1fr;gap:56px;align-items:center}
.progress_tracking_section .content_column h2{font-size:2.5rem;color:#930009;margin-bottom:24px;font-weight:700}
.progress_tracking_section .content_column .description_text{font-size:1.08rem;color:#4a4a4a;line-height:1.75;margin-bottom:36px}
.progress_tracking_section .metrics_display{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:36px}
.progress_tracking_section .metric_box_v1{background:linear-gradient(135deg,#39d7f21a,#ebf0d426);border-radius:20px;padding:28px 24px;text-align:center;border:2px solid #39d7f240}
.progress_tracking_section .metric_box_v1 .metric_value{font-size:2.2rem;color:#39D7F2;font-weight:700;margin-bottom:8px}
.progress_tracking_section .metric_box_v1 .metric_label{font-size:.95rem;color:#5a5a5a;font-weight:500}
.progress_tracking_section .tracking_features{list-style:none;padding:0;margin:0}
.progress_tracking_section .tracking_features li{font-size:1.02rem;color:#4a4a4a;padding:14px 0;padding-left:36px;position:relative;border-bottom:1px solid #e8e8e8;line-height:1.6}
.progress_tracking_section .tracking_features li:last-child{border-bottom:none}
.progress_tracking_section .tracking_features li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;background:#39D7F2;border-radius:50%;box-shadow:0 2px 8px #39d7f24d}
.progress_tracking_section .visual_column img{width:100%;height:460px;object-fit:cover;border-radius:28px;box-shadow:0 6px 24px #0000001f}
.schedule_rhythm_section{padding:80px 0;background:#f8f9fa}
.schedule_rhythm_section .container_v1{max-width:1280px;margin:0 auto;padding:0 24px}
.schedule_rhythm_section .section_header_centered{text-align:center;margin-bottom:56px}
.schedule_rhythm_section .section_header_centered h2{font-size:2.6rem;color:#930009;margin-bottom:20px;font-weight:700}
.schedule_rhythm_section .section_header_centered p{font-size:1.12rem;color:#4a4a4a;line-height:1.75;max-width:780px;margin:0 auto}
.schedule_rhythm_section .schedule_showcase{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.schedule_rhythm_section .image_holder{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.schedule_rhythm_section .image_holder img{width:100%;height:240px;object-fit:cover;border-radius:20px;box-shadow:0 4px 16px #0000001a}
.schedule_rhythm_section .schedule_details{display:flex;flex-direction:column;gap:28px}
.schedule_rhythm_section .detail_card_v1{background:#fff;border-radius:20px;padding:32px;box-shadow:0 3px 12px #00000012}
.schedule_rhythm_section .detail_card_v1 h3{font-size:1.4rem;color:#1a1a1a;margin-bottom:16px;font-weight:600;display:flex;align-items:center;gap:12px}
.schedule_rhythm_section .detail_card_v1 h3 i{color:#39D7F2;font-size:1.3rem}
.schedule_rhythm_section .detail_card_v1 p{font-size:1rem;color:#5a5a5a;line-height:1.7;margin:0}
.schedule_rhythm_section .cta_footer{margin-top:48px;text-align:center}
.schedule_rhythm_section .cta_footer .button_link_v1{display:inline-block;padding:16px 48px;background:#39D7F2;color:#1a1a1a;text-decoration:none;font-size:1.08rem;font-weight:600;border-radius:24px;transition:all .3s ease;box-shadow:0 4px 16px #39d7f259}
.schedule_rhythm_section .cta_footer .button_link_v1:hover{background:#2bc5d8;transform:translateY(-3px);box-shadow:0 6px 20px #39d7f273}
@media (max-width: 1024px) {
.title_hero_v1 .content_holder .main_headline{font-size:2.6rem}
.premium_options_section .options_grid{grid-template-columns:1fr;gap:24px}
.audience_section_v1 .split_layout{grid-template-columns:1fr;gap:40px}
.guarantees_section_v1 .guarantee_grid{grid-template-columns:1fr}
.progress_tracking_section .asymmetric_layout{grid-template-columns:1fr;gap:40px}
.progress_tracking_section .metrics_display{grid-template-columns:repeat(2,1fr)}
.schedule_rhythm_section .schedule_showcase{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 640px) {
.title_hero_v1{min-height:460px}
.title_hero_v1 .content_holder .main_headline{font-size:2rem}
.title_hero_v1 .content_holder .sub_headline{font-size:1.1rem}
.premium_options_section{padding:60px 0}
.premium_options_section .section_header_v1 h2{font-size:2rem}
.audience_section_v1{padding:60px 0}
.audience_section_v1 .text_content_v1 h2{font-size:1.9rem}
.guarantees_section_v1{padding:60px 0}
.guarantees_section_v1 .section_intro h2{font-size:2rem}
.guarantees_section_v1 .guarantee_box_v1{flex-direction:column;text-align:center}
.progress_tracking_section{padding:60px 0}
.progress_tracking_section .content_column h2{font-size:2rem}
.progress_tracking_section .metrics_display{grid-template-columns:1fr}
.schedule_rhythm_section{padding:60px 0}
.schedule_rhythm_section .section_header_centered h2{font-size:2rem}
.schedule_rhythm_section .image_holder{grid-template-columns:1fr}
}
.contact_wrap{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}
.title_zone_v1{position:relative;min-height:520px;background:linear-gradient(135deg,#39D7F2 0%,#EBF0D4 100%);border-radius:28px;margin:40px 0;overflow:hidden;display:flex;align-items:center;padding:60px}
.title_zone_v1::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(./visuals_folder/header-special11-10.jpg);background-size:cover;background-position:center;opacity:.15;filter:blur(2px)}
.title_zone_v1::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,#39d7f208 0px,transparent 2px,transparent 4px,#39d7f208 6px)}
.title_content_holder{position:relative;z-index:2;max-width:700px}
.title_content_holder .main_headline{font-size:72px;line-height:1;font-weight:800;color:#930009;margin:0 0 16px;text-shadow:2px 4px 8px #0000001f}
.title_content_holder .sub_headline{font-size:28px;line-height:1.3;font-weight:600;color:#1a1a1a;margin:0 0 12px}
.title_content_holder .descriptor_text{font-size:18px;line-height:1.5;color:#2d2d2d;font-weight:400}
.contact_info_block{background:#fff;border-radius:24px;padding:50px;margin:0 0 50px;box-shadow:0 6px 0 #93000914}
.info_grid_v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin:40px 0 0}
.detail_item_v1{display:flex;flex-direction:column;gap:12px}
.detail_item_v1 .icon_holder{width:56px;height:56px;background:linear-gradient(135deg,#39d7f226,#ebf0d440);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;color:#39D7F2}
.detail_item_v1 .label_text{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#930009;margin:0}
.detail_item_v1 .value_text{font-size:18px;font-weight:500;color:#1a1a1a;line-height:1.5;margin:0}
.detail_item_v1 .value_text a{color:#1a1a1a;text-decoration:none;transition:color .3s}
.detail_item_v1 .value_text a:hover{color:#39D7F2}
.section_header_v1{font-size:38px;font-weight:700;color:#930009;margin:0 0 16px;position:relative;display:inline-block}
.section_header_v1::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:4px;background:linear-gradient(90deg,#39D7F2,transparent);border-radius:2px}
.intro_paragraph{font-size:17px;line-height:1.7;color:#2d2d2d;margin:0}
.form_container_v3{background:#f9fafb;border-radius:24px;padding:50px;margin:50px 0;box-shadow:0 4px 0 #39d7f21a}
.form_container_v3 .section_header_v1{margin-bottom:30px}
.form_layout_v1{display:flex;flex-direction:column;gap:28px}
.input_group_v2{display:flex;flex-direction:column;gap:10px}
.input_group_v2 label{font-size:15px;font-weight:600;color:#1a1a1a;display:block}
.input_group_v2 input,.input_group_v2 select{width:100%;padding:16px 20px;border:2px solid #e0e0e0;border-radius:16px;font-size:16px;color:#1a1a1a;background:#fff;transition:all .3s;box-shadow:inset 0 2px 4px #00000008}
.input_group_v2 input:focus,.input_group_v2 select:focus{outline:none;border-color:#39D7F2;box-shadow:0 0 0 4px #39d7f226 inset 0 2px 4px #00000008}
.rating_selector_v1{display:flex;flex-direction:column;gap:10px}
.rating_selector_v1 .label_text{font-size:15px;font-weight:600;color:#1a1a1a}
.rating_options_v1{display:flex;gap:12px;flex-wrap:wrap}
.rating_options_v1 input[type="radio"]{display:none}
.rating_options_v1 label{padding:12px 24px;background:#fff;border:2px solid #e0e0e0;border-radius:16px;cursor:pointer;transition:all .3s;font-size:15px;font-weight:500;color:#2d2d2d;box-shadow:0 2px 0 #0000000d}
.rating_options_v1 input[type="radio"]:checked + label{background:#39D7F2;border-color:#39D7F2;color:#fff;box-shadow:0 4px 0 #39d7f24d;transform:translateY(-2px)}
.rating_options_v1 label:hover{border-color:#39D7F2;transform:translateY(-1px)}
.privacy_agreement_v1{display:flex;align-items:flex-start;gap:12px;padding:20px;background:#fff;border-radius:16px;border:2px solid #e0e0e0}
.privacy_agreement_v1 input[type="checkbox"]{width:22px;height:22px;min-width:22px;margin:2px 0 0;cursor:pointer;accent-color:#39D7F2}
.privacy_agreement_v1 label{font-size:14px;line-height:1.6;color:#2d2d2d;cursor:pointer}
.privacy_agreement_v1 label a{color:#39D7F2;text-decoration:none;font-weight:600;transition:color .3s}
.privacy_agreement_v1 label a:hover{color:#930009}
.submit_button_v1{padding:18px 48px;background:linear-gradient(135deg,#930009,#b8000c);color:#fff;border:none;border-radius:20px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 6px 0 #93000940;align-self:flex-start;position:relative;z-index:10}
.submit_button_v1:hover{background:linear-gradient(135deg,#b8000c,#930009);box-shadow:0 8px 0 #9300094d;transform:translateY(-2px)}
.submit_button_v1:active{transform:translateY(1px);box-shadow:0 4px 0 #93000933}
@media (max-width: 768px) {
.title_zone_v1{min-height:400px;padding:40px 30px}
.title_content_holder .main_headline{font-size:48px}
.title_content_holder .sub_headline{font-size:22px}
.title_content_holder .descriptor_text{font-size:16px}
.contact_info_block,.form_container_v3{padding:30px}
.info_grid_v2{grid-template-columns:1fr;gap:30px}
.section_header_v1{font-size:28px}
.rating_options_v1{flex-direction:column}
.rating_options_v1 label{text-align:center}
.submit_button_v1{width:100%;padding:16px}
}
@media (max-width: 480px) {
.title_zone_v1{padding:30px 20px;min-height:350px}
.title_content_holder .main_headline{font-size:36px}
.title_content_holder .sub_headline{font-size:18px}
.contact_info_block,.form_container_v3{padding:20px}
}
.tilted_intro_holder{max-width:1280px;margin:60px auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.tilted_intro_holder .visual_wrap_v1{position:relative;transform:rotate(-3deg);box-shadow:8px 8px 0 #39d7f24d;border-radius:24px;overflow:hidden}
.tilted_intro_holder .visual_wrap_v1 img{display:block;width:100%;height:480px;object-fit:cover;filter:saturate(1.1) contrast(1.05)}
.tilted_intro_holder .text_content_v1{padding:20px}
.tilted_intro_holder .text_content_v1 h1{font-size:2.8rem;line-height:1.2;color:#930009;margin:0 0 24px;position:relative}
.tilted_intro_holder .text_content_v1 h1::before{content:'';position:absolute;left:-20px;top:8px;width:6px;height:60%;background:linear-gradient(to bottom,#39D7F2,#930009);border-radius:16px}
.tilted_intro_holder .text_content_v1 p{font-size:1.05rem;line-height:1.7;color:#2a2a2a;margin:0 0 18px}
.tilted_intro_holder .decor_shape_v1{position:absolute;width:120px;height:120px;border:4px solid #EBF0D4;border-radius:50%;bottom:-40px;right:-40px;z-index:-1}
.strategies_grid_section{background:linear-gradient(135deg,#39d7f214 0%,#ebf0d426 100%);padding:80px 20px;margin:80px 0}
.strategies_grid_section .content_holder_v2{max-width:1280px;margin:0 auto}
.strategies_grid_section .section_header_v2{text-align:center;margin-bottom:60px}
.strategies_grid_section .section_header_v2 h2{font-size:2.4rem;color:#930009;margin:0 0 20px;position:relative;display:inline-block}
.strategies_grid_section .section_header_v2 h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#39D7F2;border-radius:16px}
.strategies_grid_section .section_header_v2 p{font-size:1.1rem;line-height:1.6;color:#3a3a3a;max-width:720px;margin:20px auto 0}
.strategies_grid_section .masonry_layout_v1{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.strategies_grid_section .strategy_card_v1{background:#fff;border-radius:24px;padding:36px;box-shadow:4px 4px 0 #9300091a;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}
.strategies_grid_section .strategy_card_v1:hover{transform:translateY(-6px);box-shadow:8px 8px 0 #39d7f266;border-color:#39D7F2}
.strategies_grid_section .strategy_card_v1:nth-child(1){grid-row:span 1}
.strategies_grid_section .strategy_card_v1:nth-child(2){grid-row:span 2}
.strategies_grid_section .strategy_card_v1:nth-child(3){grid-row:span 1}
.strategies_grid_section .strategy_card_v1:nth-child(4){grid-row:span 2}
.strategies_grid_section .strategy_card_v1:nth-child(5){grid-row:span 1}
.strategies_grid_section .strategy_card_v1:nth-child(6){grid-row:span 1}
.strategies_grid_section .card_icon_holder{width:64px;height:64px;background:linear-gradient(135deg,#39D7F2 0%,#930009 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.strategies_grid_section .card_icon_holder svg{width:32px;height:32px;fill:#fff}
.strategies_grid_section .strategy_card_v1 h3{font-size:1.5rem;color:#930009;margin:0 0 16px}
.strategies_grid_section .strategy_card_v1 p{font-size:.98rem;line-height:1.65;color:#4a4a4a;margin:0}
.strategies_grid_section .highlight_term{color:#39D7F2;font-weight:600;position:relative}
.strategies_grid_section .highlight_term::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:#39d7f266}
.expert_insights_wrap{max-width:1280px;margin:100px auto 80px;padding:0 20px}
.expert_insights_wrap .split_layout_v3{display:grid;grid-template-columns:400px 1fr;gap:60px;align-items:start}
.expert_insights_wrap .expert_profile_card{background:#fff;border-radius:28px;padding:40px;box-shadow:6px 6px 0 #ebf0d499;border:3px solid #EBF0D4;position:sticky;top:40px}
.expert_insights_wrap .profile_image_holder{width:180px;height:180px;margin:0 auto 24px;border-radius:50%;overflow:hidden;border:5px solid #39D7F2;box-shadow:0 4px 12px #39d7f24d}
.expert_insights_wrap .profile_image_holder img{width:100%;height:100%;object-fit:cover}
.expert_insights_wrap .expert_profile_card h4{font-size:1.6rem;color:#930009;margin:0 0 8px;text-align:center}
.expert_insights_wrap .expert_profile_card .role_label{font-size:.95rem;color:#39D7F2;text-align:center;margin:0 0 20px;font-weight:600}
.expert_insights_wrap .expert_profile_card .bio_text{font-size:.92rem;line-height:1.6;color:#5a5a5a;text-align:center;margin:0}
.expert_insights_wrap .insights_content_area{background:linear-gradient(to bottom,white 0%,#ebf0d41a 100%);border-radius:28px;padding:50px;border-left:6px solid #930009}
.expert_insights_wrap .insights_content_area h2{font-size:2.2rem;color:#930009;margin:0 0 32px;position:relative;padding-left:24px}
.expert_insights_wrap .insights_content_area h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#39D7F2;border-radius:50%}
.expert_insights_wrap .tip_block_v3{margin-bottom:36px;padding-left:28px;position:relative}
.expert_insights_wrap .tip_block_v3::before{content:'';position:absolute;left:0;top:8px;width:16px;height:16px;background:linear-gradient(135deg,#39D7F2 0%,#930009 100%);border-radius:4px;transform:rotate(45deg)}
.expert_insights_wrap .tip_block_v3 h5{font-size:1.3rem;color:#2a2a2a;margin:0 0 12px}
.expert_insights_wrap .tip_block_v3 p{font-size:1rem;line-height:1.7;color:#4a4a4a;margin:0}
.expert_insights_wrap .emphasis_box{background:#39d7f214;border-left:4px solid #39D7F2;padding:24px 28px;border-radius:16px;margin-top:40px}
.expert_insights_wrap .emphasis_box p{font-size:1.05rem;line-height:1.65;color:#2a2a2a;margin:0;font-style:italic}
.svg_divider_v1{width:100%;height:80px;margin:60px 0}
.svg_divider_v1 svg{width:100%;height:100%}
@media (max-width: 1024px) {
.tilted_intro_holder{grid-template-columns:1fr;gap:40px}
.tilted_intro_holder .visual_wrap_v1{transform:rotate(-2deg)}
.strategies_grid_section .masonry_layout_v1{grid-template-columns:repeat(2,1fr)}
.strategies_grid_section .strategy_card_v1:nth-child(n){grid-row:span 1}
.expert_insights_wrap .split_layout_v3{grid-template-columns:1fr;gap:40px}
.expert_insights_wrap .expert_profile_card{position:static}
}
@media (max-width: 768px) {
.tilted_intro_holder .text_content_v1 h1{font-size:2.2rem}
.strategies_grid_section .masonry_layout_v1{grid-template-columns:1fr}
.strategies_grid_section{padding:60px 20px;margin:60px 0}
.expert_insights_wrap .insights_content_area{padding:30px 24px}
.expert_insights_wrap .insights_content_area h2{font-size:1.8rem}
}
.success_page_v1{background:linear-gradient(135deg,#EBF0D4 0%,#fff 100%);padding:0;margin:0}
.success_container_v1{max-width:1280px;margin:0 auto;padding:0}
.success_hero_holder{display:flex;align-items:center;min-height:85vh;gap:0;position:relative;overflow:hidden}
.success_hero_holder::before{content:'';position:absolute;top:-20%;right:10%;width:600px;height:600px;background:#39d7f214;border-radius:50%;z-index:1}
.success_hero_holder::after{content:'';position:absolute;bottom:-15%;left:5%;width:450px;height:450px;background:#9300090d;border-radius:50%;z-index:1}
.success_visual_section{width:40%;position:relative;z-index:2}
.success_image_wrapper_v1{position:relative;width:100%;height:85vh;overflow:hidden}
.success_image_wrapper_v1::before{content:'';position:absolute;top:0;left:0;right:0;height:180px;background:linear-gradient(180deg,#39d7f2b3 0%,transparent 100%);z-index:2}
.success_image_wrapper_v1::after{content:'';position:absolute;bottom:0;left:0;right:0;height:180px;background:linear-gradient(0deg,#93000999 0%,transparent 100%);z-index:2}
.success_placeholder_visual{width:100%;height:100%;background:linear-gradient(135deg,#39D7F2 0%,#930009 100%);position:relative}
.success_placeholder_visual::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;border:3px solid #ffffff4d;border-radius:50%}
.success_placeholder_visual::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;border:2px solid #ffffff80;border-radius:50%}
.success_decorative_curve_v1{position:absolute;top:25%;right:-5%;width:300px;height:400px;z-index:1}
.success_decorative_curve_v1 svg{width:100%;height:100%}
.success_decorative_curve_v2{position:absolute;bottom:15%;right:8%;width:250px;height:350px;z-index:1}
.success_decorative_curve_v2 svg{width:100%;height:100%}
.success_content_section{width:60%;padding:80px 100px 80px 80px;position:relative;z-index:2}
.success_heading_v1{font-size:58px;font-weight:700;color:#930009;line-height:1.2;margin:0 0 32px;letter-spacing:-.5px}
.success_heading_v1::before{content:'';display:block;width:80px;height:6px;background:#39D7F2;margin-bottom:28px;border-radius:24px}
.success_description_text{font-size:20px;line-height:1.75;color:#2a2a2a;margin:0 0 48px;max-width:620px}
.success_description_text::first-line{font-weight:600;color:#39D7F2}
.success_action_holder{display:flex;gap:24px;align-items:center}
.success_primary_button_v1{display:inline-flex;align-items:center;gap:12px;padding:18px 42px;background:#39D7F2;color:#fff;text-decoration:none;font-size:18px;font-weight:600;border-radius:24px;box-shadow:0 6px 24px #39d7f259;transition:all .3s ease;position:relative;z-index:3}
.success_primary_button_v1::after{content:'→';font-size:22px;transition:transform .3s ease}
.success_primary_button_v1:hover{background:#930009;box-shadow:0 8px 32px #93000966;transform:translateY(-2px)}
.success_primary_button_v1:hover::after{transform:translateX(6px)}
.success_confirmation_badge{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:#39d7f21f;border:2px solid #39D7F2;border-radius:20px;color:#39D7F2;font-weight:600;font-size:16px}
.success_confirmation_badge::before{content:'✓';display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#39D7F2;color:#fff;border-radius:50%;font-size:18px;font-weight:700}
@media (max-width: 1024px) {
.success_hero_holder{flex-direction:column;min-height:auto}
.success_visual_section{width:100%;order:2}
.success_image_wrapper_v1{height:50vh}
.success_content_section{width:100%;padding:60px 40px;order:1}
.success_heading_v1{font-size:42px}
.success_decorative_curve_v1,.success_decorative_curve_v2{display:none}
}
@media (max-width: 768px) {
.success_content_section{padding:50px 24px}
.success_heading_v1{font-size:36px;margin-bottom:24px}
.success_heading_v1::before{width:60px;height:5px;margin-bottom:20px}
.success_description_text{font-size:18px;margin-bottom:36px}
.success_action_holder{flex-direction:column;gap:16px;align-items:stretch}
.success_primary_button_v1{justify-content:center;padding:16px 32px;font-size:17px}
.success_confirmation_badge{justify-content:center}
.success_image_wrapper_v1{height:40vh}
}
@media (max-width: 480px) {
.success_heading_v1{font-size:30px}
.success_description_text{font-size:17px}
.success_primary_button_v1{padding:14px 28px;font-size:16px}
.success_confirmation_badge{font-size:15px;padding:10px 20px}
}