*{margin:0;padding:0;box-sizing:border-box}
html,body{height:100%;font-family:'Arimo',sans-serif;background:linear-gradient(135deg,#fff 0%,#f8f4ff 100%)}
body{display:flex;flex-direction:column}
.site_header_v2{background:#ffffffd9;backdrop-filter:blur(12px);box-shadow:0 4px 6px #c99ff926;padding:0}
.header_top_row_v1{max-width:1400px;margin:0 auto;padding:24px 40px;display:flex;align-items:center;justify-content:center;position:relative}
.logo_container_wrapper{position:absolute;left:40px;top:50%;transform:translateY(-50%)}
.logo_container_wrapper img{height:110px;width:110px;object-fit:contain;background:#cce0fd4d;padding:8px;border-radius:12px;box-shadow:0 2px 4px #a42e0f1a}
.company_name_display_v3{font-size:42px;font-weight:700;color:#A42E0F;letter-spacing:1px;text-align:center}
.header_bottom_row_v2{background:linear-gradient(158deg,#C99FF9 0%,#CCE0FD 100%);padding:0}
.navigation_wrapper_main{max-width:1400px;margin:0 auto;padding:0 40px}
.main_nav_v1{display:flex;justify-content:center;gap:4px;list-style:none}
.main_nav_v1 > li{position:relative}
.main_nav_v1 > li > a{display:block;padding:18px 28px;color:#2d1a3d;text-decoration:none;font-weight:600;font-size:15px;transition:background-color .3s ease,color .3s ease;border-radius:8px}
.main_nav_v1 > li > a:hover{background-color:#fff6;color:#A42E0F}
.submenu_container_v2{position:absolute;top:100%;left:0;background:#fffffffa;backdrop-filter:blur(8px);min-width:240px;list-style:none;box-shadow:0 6px 8px #00000026;border-radius:8px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1000;margin-top:4px}
.main_nav_v1 > li:hover .submenu_container_v2{opacity:1;visibility:visible}
.submenu_container_v2 li a{display:block;padding:14px 22px;color:#3d2a4d;text-decoration:none;font-size:14px;transition:background-color .3s ease}
.submenu_container_v2 li a:hover{background-color:#CCE0FD;color:#A42E0F}
.submenu_container_v2 li:first-child a{border-radius:8px 8px 0 0}
.submenu_container_v2 li:last-child a{border-radius:0 0 8px 8px}
main{flex:1}
.footer_main_wrapper{background:linear-gradient(145deg,#2d1a3d 0%,#4a2e5c 100%);color:#f5f5f5;margin-top:60px}
.footer_top_section_v1{max-width:1400px;margin:0 auto;padding:50px 40px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.footer_column_v2 h3{font-size:18px;font-weight:700;color:#C99FF9;margin-bottom:18px}
.footer_column_v2 p{font-size:14px;line-height:1.7;color:#e0e0e0;margin-bottom:10px}
.footer_menu_links_v1{list-style:none}
.footer_menu_links_v1 li{margin-bottom:12px}
.footer_menu_links_v1 a{color:#e0e0e0;text-decoration:none;font-size:14px;transition:color .3s ease}
.footer_menu_links_v1 a:hover{color:#CCE0FD}
.footer_bottom_bar_v3{background:#0000004d;padding:20px 40px;text-align:center}
.footer_bottom_bar_v3 p{font-size:13px;color:#d0d0d0}
.cookie_popup_container_v1{position:fixed;top:20px;right:20px;width:380px;background:#fff;border-radius:12px;box-shadow:0 6px 12px #00000040;z-index:10000;transform:translateY(-150%);transition:transform .4s ease}
.cookie_popup_container_v1.show_popup_v2{transform:translateY(0)}
.cookie_popup_container_v1.hide_popup_v2{transform:translateY(-150%)}
.cookie_header_section_v1{padding:20px 24px;border-bottom:1px solid #e0e0e0;background:linear-gradient(135deg,#C99FF9 0%,#CCE0FD 100%);border-radius:12px 12px 0 0}
.cookie_header_section_v1 h3{font-size:18px;font-weight:700;color:#2d1a3d;margin-bottom:6px}
.cookie_header_section_v1 p{font-size:13px;color:#3d2a4d;line-height:1.5}
.cookie_content_wrapper_v2{padding:20px 24px;max-height:320px;overflow-y:auto}
.cookie_policy_link_v1{display:block;margin-bottom:16px;padding:12px;background:#f8f4ff;border-radius:8px;text-align:center}
.cookie_policy_link_v1 a{color:#A42E0F;text-decoration:none;font-weight:600;font-size:14px}
.cookie_accordion_item_v1{margin-bottom:12px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}
.accordion_header_btn_v2{width:100%;padding:14px 16px;background:#fafafa;border:none;text-align:left;font-size:14px;font-weight:600;color:#2d1a3d;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}
.accordion_header_btn_v2:hover{background-color:#f0f0f0}
.accordion_content_panel_v1{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fff}
.accordion_content_panel_v1.active_panel_v1{max-height:400px}
.accordion_inner_wrapper_v1{padding:16px}
.accordion_inner_wrapper_v1 p{font-size:13px;color:#555;line-height:1.6;margin-bottom:12px}
.consent_checkbox_group_v1{display:flex;align-items:center;gap:10px;margin-top:10px}
.consent_checkbox_group_v1 input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.consent_checkbox_group_v1 label{font-size:13px;color:#333;cursor:pointer}
.cookie_actions_wrapper_v3{padding:20px 24px;border-top:1px solid #e0e0e0;display:flex;gap:12px}
.btn_cookie_accept_v1,.btn_cookie_decline_v1{flex:1;padding:12px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s ease,color .3s ease}
.btn_cookie_accept_v1{background:#A42E0F;color:#fff}
.btn_cookie_accept_v1:hover{background:#8a2609}
.btn_cookie_decline_v1{background:#e0e0e0;color:#2d1a3d}
.btn_cookie_decline_v1:hover{background:#d0d0d0}
.cookie_settings_tab_v1{position:fixed;right:0;top:50%;transform:translateY(-50%);background:#A42E0F;color:#fff;padding:14px 10px;cursor:pointer;border-radius:8px 0 0 8px;font-size:13px;font-weight:600;writing-mode:vertical-rl;z-index:9999;box-shadow:-3px 0 6px #0003;display:none}
.cookie_settings_tab_v1.show_tab_v1{display:block}
@media (max-width: 1024px) {
.header_top_row_v1{flex-direction:column;padding:20px}
.logo_container_wrapper{position:static;transform:none;margin-bottom:16px}
.company_name_display_v3{font-size:32px}
.navigation_wrapper_main{padding:0 20px}
.main_nav_v1{flex-wrap:wrap}
.main_nav_v1 > li > a{padding:14px 20px;font-size:14px}
.footer_top_section_v1{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 768px) {
.cookie_popup_container_v1{width:calc(100% - 40px);right:20px}
.company_name_display_v3{font-size:26px}
.main_nav_v1{flex-direction:column;gap:0}
.main_nav_v1 > li > a{padding:12px 16px}
.submenu_container_v2{position:static;opacity:1;visibility:visible;box-shadow:none;margin-top:0;border-radius:0}
}
@media (max-width: 480px) {
.logo_container_wrapper img{height:80px;width:80px}
.company_name_display_v3{font-size:22px}
.cookie_actions_wrapper_v3{flex-direction:column}
}
.terms-section{max-width:1400px;margin:0 auto;padding:60px 24px;background:linear-gradient(135deg,#fff 0%,#f8f5fc 100%)}
.terms-section p{font-size:16px;line-height:1.75;color:#2c2c2c;margin:0 0 20px;text-align:justify}
.terms-section p + p{margin-top:16px}
.terms-section ul,.terms-section ol{margin:0 0 24px;padding:0 0 0 32px;color:#2c2c2c}
.terms-section ul{list-style-type:disc}
.terms-section ol{list-style-type:decimal}
.terms-section li{font-size:16px;line-height:1.75;margin:0 0 12px;padding-left:8px}
.terms-section li ul,.terms-section li ol{margin-top:12px;margin-bottom:12px}
.terms-section strong,.terms-section b{font-weight:700;color:#1a1a1a}
.terms-section em,.terms-section i{font-style:italic;color:#404040}
.terms-section a{color:#A42E0F;text-decoration:none;border-bottom:2px solid transparent;transition:all .3s ease;font-weight:500}
.terms-section a:hover{color:#7a2209;border-bottom-color:#C99FF9;background-color:#c99ff914}
.terms-section a:focus{outline:2px solid #C99FF9;outline-offset:2px;border-radius:4px}
.terms-section table{width:100%;margin:0 0 32px;border-collapse:collapse;background:#fff;box-shadow:2px 2px 6px #0000001f;border-radius:12px;overflow:hidden}
.terms-section thead{background:linear-gradient(135deg,#C99FF9 0%,#b88ae8 100%)}
.terms-section thead tr{border-bottom:3px solid #A42E0F}
.terms-section tbody tr{border-bottom:1px solid #e8e8e8}
.terms-section tbody tr:last-child{border-bottom:none}
.terms-section tbody tr:nth-child(even){background:#fafafa}
.terms-section tbody tr:hover{background:#cce0fd26;transition:background-color .3s ease}
.terms-section th{padding:16px 20px;text-align:left;font-size:15px;font-weight:700;color:#1a1a1a;letter-spacing:.3px}
.terms-section td{padding:14px 20px;font-size:15px;line-height:1.6;color:#2c2c2c}
.terms-section div{margin:0 0 20px}
.terms-section div p:last-child{margin-bottom:0}
@media (max-width: 1024px) {
.terms-section{padding:48px 20px}
.terms-section p,.terms-section li,.terms-section td{font-size:15px}
.terms-section th{font-size:14px;padding:14px 16px}
.terms-section td{padding:12px 16px}
}
@media (max-width: 768px) {
.terms-section{padding:40px 16px}
.terms-section p{text-align:left;font-size:15px;line-height:1.7}
.terms-section ul,.terms-section ol{padding-left:24px}
.terms-section li{font-size:15px}
.terms-section table{display:block;overflow-x:auto;box-shadow:2px 2px 4px #0000001a}
.terms-section th,.terms-section td{font-size:14px;padding:12px 14px;white-space:nowrap}
}
@media (max-width: 320px) {
.terms-section{padding:32px 12px}
.terms-section p,.terms-section li{font-size:14px}
.terms-section th,.terms-section td{font-size:13px;padding:10px 12px}
}
.hero_wrapper_v1{max-width:1400px;margin:60px auto;padding:0 20px;display:grid;grid-template-columns:1fr 380px;gap:50px;align-items:center;position:relative}
.hero_wrapper_v1::before{content:'';position:absolute;top:-40px;right:15%;width:220px;height:220px;background:linear-gradient(125deg,#C99FF9 0%,transparent 70%);border-radius:50% 40% 50% 40%;opacity:.15;z-index:-1}
.hero_wrapper_v1::after{content:'';position:absolute;bottom:-30px;left:10%;width:180px;height:180px;background:linear-gradient(235deg,#CCE0FD 0%,transparent 65%);border-radius:40% 50% 40% 50%;opacity:.2;z-index:-1}
.hero_text_content{padding:20px 0}
.hero_text_content h1{font-size:42px;line-height:1.2;color:#2c2c2c;margin:0 0 35px;font-weight:700}
.hero_text_content .description_block{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0}
.hero_img_card{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 6px 18px #a92e0f26}
.hero_img_card img{width:100%;height:420px;object-fit:cover;display:block}
.hero_img_card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 60%,#00000026 100%);z-index:1}
.tips_section_wrapper{background:linear-gradient(155deg,#f8f5fc 0%,#fff 45%,#f0f7ff 100%);padding:80px 20px;margin:60px 0}
.tips_container_main{max-width:1400px;margin:0 auto}
.tips_intro_header{text-align:center;margin-bottom:60px}
.tips_intro_header h2{font-size:36px;color:#2c2c2c;margin:0 0 20px;font-weight:700}
.tips_intro_header .intro_description{font-size:17px;line-height:1.7;color:#4a4a4a;max-width:720px;margin:0 auto}
.tips_grid_layout{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:50px}
.tip_card_v1{background:#fff;padding:35px 28px;border-radius:10px;box-shadow:0 3px 10px #0000000f;position:relative;border-left:4px solid #C99FF9;transition:transform .3s ease,box-shadow .3s ease}
.tip_card_v1:hover{transform:translateY(-5px);box-shadow:0 8px 22px #c99ff940}
.tip_card_v1 h3{font-size:22px;color:#2c2c2c;margin:0 0 15px;font-weight:600}
.tip_card_v1 p{font-size:16px;line-height:1.6;color:#5a5a5a;margin:0}
.tip_card_v1::before{content:'';position:absolute;top:15px;right:15px;width:8px;height:8px;background:#A42E0F;border-radius:50%;opacity:.6}
.interactive_checklist{background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 14px #00000014;max-width:900px;margin:0 auto}
.checklist_header{font-size:28px;color:#2c2c2c;margin:0 0 30px;font-weight:700;text-align:center}
.checklist_item_wrapper{margin-bottom:20px}
.checklist_input{display:none}
.checklist_label{display:flex;align-items:center;cursor:pointer;padding:18px 20px;background:#f9f9f9;border-radius:8px;transition:background .3s ease;border:2px solid transparent}
.checklist_label:hover{background:#f0f0f0}
.checklist_input:checked + .checklist_label{background:linear-gradient(135deg,#CCE0FD 0%,#C99FF9 100%);border-color:#A42E0F}
.custom_checkbox{width:24px;height:24px;border:2px solid #C99FF9;border-radius:5px;margin-right:15px;position:relative;flex-shrink:0;transition:background .3s ease}
.checklist_input:checked + .checklist_label .custom_checkbox{background:#A42E0F;border-color:#A42E0F}
.checklist_input:checked + .checklist_label .custom_checkbox::after{content:'';position:absolute;top:3px;left:7px;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.checklist_text{font-size:17px;color:#2c2c2c;line-height:1.5}
.checklist_input:checked + .checklist_label .checklist_text{color:#1a1a1a;font-weight:600}
.visual_img_block{margin-top:50px;border-radius:12px;overflow:hidden;box-shadow:0 5px 16px #a42e0f1f}
.visual_img_block img{width:100%;height:380px;object-fit:cover;display:block}
@media (max-width: 1024px) {
.hero_wrapper_v1{grid-template-columns:1fr;gap:40px}
.hero_img_card{max-width:500px;margin:0 auto}
.tips_grid_layout{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.hero_wrapper_v1{margin:40px auto}
.hero_text_content h1{font-size:32px;margin-bottom:25px}
.hero_text_content .description_block{font-size:16px}
.hero_img_card img{height:320px}
.tips_section_wrapper{padding:60px 20px}
.tips_intro_header h2{font-size:28px}
.tips_grid_layout{grid-template-columns:1fr;gap:25px}
.interactive_checklist{padding:30px 20px}
.checklist_header{font-size:24px}
.visual_img_block img{height:280px}
}
@media (max-width: 480px) {
.hero_text_content h1{font-size:28px}
.hero_img_card img{height:260px}
.tips_intro_header h2{font-size:24px}
.tip_card_v1{padding:25px 20px}
.tip_card_v1 h3{font-size:20px}
.checklist_label{padding:15px}
.checklist_text{font-size:16px}
}
.hero_header_v1{background:linear-gradient(147deg,#CCE0FD 0%,#C99FF9 55%,#f0e5ff 100%);padding:92px 24px 86px;position:relative;overflow:hidden}
.hero_header_v1::before{content:'';position:absolute;width:340px;height:340px;background:radial-gradient(circle,#a42e0f1f 0%,transparent 70%);top:-80px;right:-60px;border-radius:50%}
.hero_header_v1::after{content:'';position:absolute;bottom:20px;left:15%;width:8px;height:8px;background:#A42E0F;border-radius:50%;box-shadow:32px 16px 0 #A42E0F,64px -8px 0 #A42E0F,96px 24px 0 #A42E0F,128px 4px 0 #A42E0F}
.hero_wrapper_v2{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:center;position:relative;z-index:1}
.hero_text_content_v1{max-width:540px}
.hero_text_content_v1 .main_heading_v3{font-size:3.2rem;line-height:1.15;color:#1a1a1a;margin:0 0 28px;font-weight:700}
.hero_text_content_v1 .description_text_v2{font-size:1.14rem;line-height:1.7;color:#333;margin:0 0 36px}
.hero_cta_wrapper{display:flex;gap:18px;flex-wrap:wrap}
.btn_primary_v1{background:#A42E0F;color:#fff;padding:16px 36px;border-radius:12px;text-decoration:none;font-size:1.05rem;font-weight:600;display:inline-block;transition:background 0.3s,transform .2s;box-shadow:0 4px 8px #a42e0f40;position:relative;z-index:10}
.btn_primary_v1:hover{background:#8a2609;transform:translateY(-2px)}
.btn_secondary_v2{background:transparent;color:#1a1a1a;padding:16px 36px;border:2px solid #1a1a1a;border-radius:12px;text-decoration:none;font-size:1.05rem;font-weight:600;display:inline-block;transition:background 0.3s,color .3s;position:relative;z-index:10}
.btn_secondary_v2:hover{background:#1a1a1a;color:#fff}
.hero_visual_zone_v1{position:relative}
.hero_visual_zone_v1 img{width:100%;height:auto;max-height:480px;object-fit:cover;border-radius:16px;box-shadow:0 6px 24px #00000026}
.audience_segment_wrapper_v3{padding:84px 24px;background:#fff}
.audience_segment_wrapper_v3 .content_container_v2{max-width:1400px;margin:0 auto}
.audience_segment_wrapper_v3 .section_header_v4{text-align:center;margin-bottom:58px}
.audience_segment_wrapper_v3 .section_header_v4 h2{font-size:2.6rem;color:#1a1a1a;margin:0 0 18px;font-weight:700}
.audience_segment_wrapper_v3 .section_header_v4 p{font-size:1.12rem;color:#4d4d4d;margin:0;line-height:1.6}
.audience_cards_grid_v1{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.audience_card_v2{background:linear-gradient(135deg,#f7f3ff 0%,#CCE0FD 100%);padding:38px 28px;border-radius:14px;border:2px solid #C99FF9;box-shadow:0 3px 12px #c99ff92e;transition:transform 0.3s,box-shadow .3s}
.audience_card_v2:hover{transform:translateY(-6px);box-shadow:0 6px 20px #c99ff947}
.audience_card_v2 h3{font-size:1.45rem;color:#1a1a1a;margin:0 0 14px;font-weight:600}
.audience_card_v2 p{font-size:1.02rem;color:#333;line-height:1.65;margin:0}
.platform_access_section_v1{padding:76px 24px;background:linear-gradient(225deg,#CCE0FD 0%,#fff 50%,#f7f3ff 100%);position:relative}
.platform_access_section_v1::before{content:'';position:absolute;width:280px;height:280px;background:radial-gradient(circle,#c99ff926 0%,transparent 65%);bottom:-50px;left:-40px;border-radius:50%}
.platform_content_wrapper_v1{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:68px;align-items:center;position:relative;z-index:1}
.platform_text_zone_v2 h2{font-size:2.5rem;color:#1a1a1a;margin:0 0 26px;font-weight:700}
.platform_text_zone_v2 p{font-size:1.08rem;color:#333;line-height:1.7;margin:0 0 32px}
.tech_requirements_list_v1{display:flex;flex-direction:column;gap:18px}
.tech_item_v1{display:flex;align-items:flex-start;gap:16px;padding:16px 20px;background:#fff;border-radius:10px;border-left:4px solid #A42E0F;box-shadow:0 2px 8px #0000000f}
.tech_item_v1 .icon_wrapper_v3{width:44px;height:44px;background:linear-gradient(135deg,#C99FF9,#CCE0FD);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.tech_item_v1 .icon_wrapper_v3 svg{width:22px;height:22px;fill:#1a1a1a}
.tech_item_v1 .content_block_v2 h4{font-size:1.15rem;color:#1a1a1a;margin:0 0 6px;font-weight:600}
.tech_item_v1 .content_block_v2 p{font-size:.98rem;color:#4d4d4d;margin:0;line-height:1.5}
.platform_image_zone_v1 img{width:100%;height:auto;max-height:520px;object-fit:cover;border-radius:16px;box-shadow:0 5px 22px #0000001f}
.interactive_learning_section_v2{padding:82px 24px;background:#fff}
.interactive_learning_section_v2 .container_centered_v1{max-width:1400px;margin:0 auto}
.interactive_learning_section_v2 h2{font-size:2.55rem;color:#1a1a1a;text-align:center;margin:0 0 52px;font-weight:700}
.practice_methods_grid_v2{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.practice_method_card_v1{background:linear-gradient(180deg,#fff 0%,#f7f3ff 100%);padding:34px 30px;border-radius:12px;border:1px solid #e0d4f7;box-shadow:0 4px 14px #00000014;position:relative;overflow:hidden;transition:transform .3s}
.practice_method_card_v1::before{content:'';position:absolute;top:0;right:0;width:120px;height:120px;background:radial-gradient(circle,#a42e0f14 0%,transparent 70%);border-radius:50%;transform:translate(40px,-40px)}
.practice_method_card_v1:hover{transform:translateY(-4px)}
.practice_method_card_v1 h3{font-size:1.38rem;color:#1a1a1a;margin:0 0 16px;font-weight:600;position:relative;z-index:1}
.practice_method_card_v1 p{font-size:1.04rem;color:#333;line-height:1.65;margin:0 0 22px;position:relative;z-index:1}
.practice_progress_bar_v1{width:100%;height:10px;background:#e8e8e8;border-radius:8px;overflow:hidden;position:relative}
.practice_progress_bar_v1 .progress_fill_v1{height:100%;background:linear-gradient(90deg,#C99FF9 0%,#A42E0F 100%);border-radius:8px;transition:width .6s ease}
.practice_method_card_v1:nth-child(1) .progress_fill_v1{width:87%}
.practice_method_card_v1:nth-child(2) .progress_fill_v1{width:92%}
.practice_method_card_v1:nth-child(3) .progress_fill_v1{width:79%}
.practice_method_card_v1:nth-child(4) .progress_fill_v1{width:84%}
.stats_analytics_block_v3{padding:88px 24px;background:linear-gradient(165deg,#A42E0F 0%,#8a2609 100%);color:#fff;position:relative;overflow:hidden}
.stats_analytics_block_v3::before{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,#c99ff926 0%,transparent 60%);top:-100px;left:50%;transform:translateX(-50%);border-radius:50%}
.stats_analytics_block_v3 .stats_content_container_v1{max-width:1400px;margin:0 auto;position:relative;z-index:1}
.stats_analytics_block_v3 h2{font-size:2.5rem;text-align:center;margin:0 0 48px;font-weight:700}
.stats_grid_wrapper_v2{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}
.stat_item_v3{text-align:center;padding:28px 20px;background:#ffffff1c;border-radius:14px;border:2px solid #ffffff38;transition:background .3s}
.stat_item_v3:hover{background:#ffffff2e}
.stat_item_v3 .stat_number_v1{font-size:3rem;font-weight:800;display:block;margin-bottom:12px;color:#CCE0FD}
.stat_item_v3 .stat_label_v1{font-size:1.08rem;color:#fff;line-height:1.4;margin:0}
.expertise_sources_area_v1{padding:80px 24px;background:#fff}
.expertise_sources_area_v1 .main_container_v4{max-width:1400px;margin:0 auto}
.expertise_sources_area_v1 .header_zone_v2{text-align:center;margin-bottom:56px}
.expertise_sources_area_v1 .header_zone_v2 h2{font-size:2.6rem;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.expertise_sources_area_v1 .header_zone_v2 p{font-size:1.1rem;color:#4d4d4d;margin:0;line-height:1.6}
.sources_flex_layout_v1{display:grid;grid-template-columns:repeat(3,1fr);gap:42px}
.source_card_v4{background:linear-gradient(145deg,#f9f9f9 0%,#fff 100%);padding:36px 32px;border-radius:16px;border:1px solid #e8e8e8;box-shadow:0 5px 18px #00000012;position:relative;transition:transform 0.3s,box-shadow .3s}
.source_card_v4:hover{transform:translateY(-6px);box-shadow:0 8px 26px #0000001f}
.source_card_v4::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#C99FF9 0%,#A42E0F 100%);border-radius:16px 0 0 16px}
.source_card_v4 h3{font-size:1.42rem;color:#1a1a1a;margin:0 0 18px;font-weight:600}
.source_card_v4 p{font-size:1.02rem;color:#333;line-height:1.7;margin:0}
.cta_final_section_v1{padding:94px 24px;background:linear-gradient(135deg,#CCE0FD 0%,#C99FF9 50%,#f0e5ff 100%);text-align:center;position:relative;overflow:hidden}
.cta_final_section_v1::before{content:'';position:absolute;width:320px;height:320px;background:radial-gradient(circle,#a42e0f1a 0%,transparent 65%);bottom:-80px;right:-60px;border-radius:50%}
.cta_final_section_v1 .cta_container_v3{max-width:860px;margin:0 auto;position:relative;z-index:1}
.cta_final_section_v1 h2{font-size:2.8rem;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.cta_final_section_v1 p{font-size:1.16rem;color:#333;line-height:1.65;margin:0 0 38px}
.cta_button_group_v1{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
@media (max-width: 1024px) {
.hero_wrapper_v2{grid-template-columns:1fr;gap:48px}
.platform_content_wrapper_v1{grid-template-columns:1fr;gap:48px}
.practice_methods_grid_v2{grid-template-columns:1fr}
.stats_grid_wrapper_v2{grid-template-columns:repeat(2,1fr);gap:28px}
.sources_flex_layout_v1{grid-template-columns:1fr;gap:32px}
.hero_text_content_v1 .main_heading_v3{font-size:2.6rem}
}
@media (max-width: 768px) {
.hero_header_v1{padding:62px 20px 58px}
.hero_text_content_v1 .main_heading_v3{font-size:2.2rem}
.audience_segment_wrapper_v3 .section_header_v4 h2{font-size:2.1rem}
.audience_cards_grid_v1{grid-template-columns:1fr}
.platform_text_zone_v2 h2{font-size:2rem}
.interactive_learning_section_v2 h2{font-size:2.1rem}
.stats_analytics_block_v3 h2{font-size:2rem}
.stats_grid_wrapper_v2{grid-template-columns:1fr}
.expertise_sources_area_v1 .header_zone_v2 h2{font-size:2.1rem}
.cta_final_section_v1 h2{font-size:2.2rem}
.cta_button_group_v1{flex-direction:column;align-items:center}
.btn_primary_v1,.btn_secondary_v2{width:100%;max-width:320px;text-align:center}
}
.contact_page_wrap{max-width:1400px;margin:0 auto;padding:0 20px}
.hero_contact_v2{display:flex;gap:48px;align-items:center;padding:80px 0;background:linear-gradient(127deg,#FFF 0%,#F5EFFF 100%)}
.hero_text_area{flex:1;padding-right:32px}
.hero_text_area h1{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.hero_quote_wrapper{position:relative;padding-left:24px;border-left:4px solid #C99FF9}
.hero_quote_wrapper p{font-size:20px;line-height:1.6;color:#4a4a4a;margin:0;font-style:italic}
.hero_image_card_v3{flex:0 0 420px;position:relative}
.hero_image_card_v3::before{content:'';position:absolute;top:-16px;right:-16px;width:100%;height:100%;background:linear-gradient(135deg,#CCE0FD 0%,#C99FF9 100%);border-radius:12px;z-index:1}
.hero_image_card_v3 img{position:relative;z-index:2;width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:4px 4px 0 #00000014}
.contact_main_section_v1{padding:96px 0;background:#FFF}
.contact_content_grid{display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:start}
.contact_info_block{background:linear-gradient(158deg,#F8F9FF 0%,#FFF5F2 100%);padding:48px;border-radius:16px;box-shadow:3px 3px 0 #a42e0f1f}
.contact_info_block h2{font-size:32px;line-height:1.3;color:#1a1a1a;margin:0 0 32px;font-weight:700}
.info_item_v2{margin-bottom:28px;padding:20px;background:#FFF;border-radius:10px;border-left:3px solid #A42E0F;transition:all .3s ease}
.info_item_v2:hover{background:#FFF9F5;transform:translateX(4px)}
.info_item_v2:last-child{margin-bottom:0}
.info_label_v1{font-size:14px;text-transform:uppercase;letter-spacing:.8px;color:#A42E0F;margin:0 0 8px;font-weight:600}
.info_value_text{font-size:18px;line-height:1.5;color:#2a2a2a;margin:0}
.info_value_text a{color:#2a2a2a;text-decoration:none;transition:color .3s ease}
.info_value_text a:hover{color:#A42E0F}
.form_container_tech{background:#FFF;padding:56px;border-radius:16px;border:2px solid #E8E8E8;box-shadow:5px 5px 0 #c99ff926}
.form_container_tech h3{font-size:28px;line-height:1.3;color:#1a1a1a;margin:0 0 12px;font-weight:700}
.form_intro_text{font-size:16px;line-height:1.6;color:#5a5a5a;margin:0 0 40px}
.name_row_wrapper{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}
.input_group_v3{margin-bottom:24px}
.input_label_tech{display:block;font-size:15px;font-weight:600;color:#2a2a2a;margin:0 0 10px;letter-spacing:.3px}
.input_field_tech{width:100%;padding:16px 20px;font-size:16px;border:2px solid #E0E0E0;border-radius:10px;background:#FAFAFA;transition:all .3s ease;box-sizing:border-box}
.input_field_tech:focus{outline:none;border-color:#C99FF9;background:#FFF;box-shadow:0 0 0 3px #c99ff91f}
.checkbox_group_wrapper{margin-bottom:32px;padding:24px;background:#F7F7F7;border-radius:12px;border:1px solid #E8E8E8}
.checkbox_group_wrapper legend{font-size:16px;font-weight:600;color:#2a2a2a;margin:0 0 16px;padding:0}
.checkbox_item_v1{margin-bottom:12px;display:flex;align-items:center}
.checkbox_item_v1:last-child{margin-bottom:0}
.checkbox_item_v1 input[type="checkbox"]{width:20px;height:20px;margin:0 12px 0 0;cursor:pointer;accent-color:#C99FF9}
.checkbox_item_v1 label{font-size:15px;color:#3a3a3a;cursor:pointer;user-select:none}
.privacy_consent_v2{margin-bottom:32px;padding:20px;background:#FFF9F5;border-radius:10px;border:1px solid #FFE8DD}
.privacy_consent_v2 input[type="checkbox"]{width:18px;height:18px;margin:0 10px 0 0;cursor:pointer;vertical-align:middle;accent-color:#A42E0F}
.privacy_consent_v2 label{font-size:14px;line-height:1.6;color:#4a4a4a;cursor:pointer;display:inline;vertical-align:middle}
.privacy_consent_v2 a{color:#A42E0F;text-decoration:underline;transition:color .3s ease}
.privacy_consent_v2 a:hover{color:#7A2209}
.submit_btn_tech{width:100%;padding:18px 32px;font-size:18px;font-weight:700;color:#FFF;background:linear-gradient(135deg,#A42E0F 0%,#D63E18 100%);border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:4px 4px 0 #a42e0f33;letter-spacing:.5px;text-transform:uppercase}
.submit_btn_tech:hover{background:linear-gradient(135deg,#8A2609 0%,#BB3514 100%);transform:translateY(-2px);box-shadow:5px 5px 0 #a42e0f40}
.submit_btn_tech:active{transform:translateY(0);box-shadow:2px 2px 0 #a42e0f33}
@media (max-width: 1024px) {
.hero_contact_v2{flex-direction:column;padding:60px 0}
.hero_text_area{padding-right:0}
.hero_image_card_v3{flex:0 0 auto;width:100%;max-width:500px}
.contact_content_grid{grid-template-columns:1fr;gap:48px}
.form_container_tech{padding:40px}
}
@media (max-width: 768px) {
.hero_text_area h1{font-size:36px}
.hero_quote_wrapper p{font-size:18px}
.hero_image_card_v3 img{height:360px}
.contact_info_block{padding:32px}
.contact_info_block h2{font-size:26px}
.form_container_tech{padding:28px}
.form_container_tech h3{font-size:24px}
.name_row_wrapper{grid-template-columns:1fr;gap:16px}
}
@media (max-width: 480px) {
.hero_contact_v2{padding:40px 0}
.hero_text_area h1{font-size:28px}
.hero_quote_wrapper p{font-size:16px}
.hero_image_card_v3::before{top:-12px;right:-12px}
.hero_image_card_v3 img{height:300px}
.contact_main_section_v1{padding:64px 0}
.contact_info_block{padding:24px}
.form_container_tech{padding:20px}
.submit_btn_tech{padding:16px 28px;font-size:16px}
}
.hero_about_wrapper{max-width:1400px;margin:3rem auto;padding:0 1.5rem}
.hero_content_grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}
.hero_text_zone{text-align:center}
.hero_question_v1{font-size:1.8rem;color:#A42E0F;margin:0 0 1rem;font-weight:600;line-height:1.3}
.hero_answer_v1{font-size:1.1rem;color:#333;line-height:1.7;margin:0}
.hero_img_container{position:relative;border-radius:12px;overflow:hidden;box-shadow:3px 3px 6px #00000026}
.hero_img_container img{width:100%;height:auto;display:block;object-fit:cover}
.hero_bg_animated{position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:linear-gradient(135deg,#C99FF9 0%,#CCE0FD 100%);border-radius:50%;opacity:.15;animation:float_subtle 8s ease-in-out infinite;z-index:-1}
@keyframes float_subtle {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(20px,30px) scale(1.1)}
}
.story_section_wrapper{max-width:1400px;margin:4rem auto;padding:0 1.5rem;background:linear-gradient(125deg,#CCE0FD 0%,#fff 50%,#C99FF9 100%);border-radius:14px;box-shadow:2px 4px 8px #0000001f}
.story_inner_v2{padding:3rem 2rem}
.story_title_v2{font-size:2rem;color:#A42E0F;margin:0 0 1.5rem;font-weight:700;text-align:center}
.story_columns_v2{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.story_text_block{display:flex;flex-direction:column;gap:1rem}
.story_text_block p{font-size:1rem;color:#444;line-height:1.65;margin:0}
.story_img_wrapper{border-radius:10px;overflow:hidden;box-shadow:3px 3px 7px #00000024;transition:transform .3s ease}
.story_img_wrapper:hover{transform:scale(1.02)}
.story_img_wrapper img{width:100%;height:auto;display:block;object-fit:cover}
.approach_wrapper_v1{max-width:1400px;margin:4rem auto;padding:0 1.5rem}
.approach_header_v1{text-align:center;margin-bottom:2.5rem}
.approach_header_v1 h2{font-size:2.2rem;color:#A42E0F;margin:0 0 1rem;font-weight:700}
.approach_header_v1 p{font-size:1.1rem;color:#555;line-height:1.6;margin:0}
.approach_cards_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.approach_card_item{background:#fff;border:2px solid #CCE0FD;border-radius:12px;padding:2rem 1.5rem;box-shadow:2px 3px 6px #0000001a;transition:all .3s ease;position:relative}
.approach_card_item:hover{border-color:#C99FF9;box-shadow:4px 6px 12px #00000026;transform:translateY(-4px)}
.approach_card_item::before{content:'';position:absolute;top:10px;left:10px;width:40px;height:40px;background:linear-gradient(145deg,#C99FF9,#CCE0FD);border-radius:50%;opacity:.3;z-index:0}
.card_title_v3{font-size:1.4rem;color:#A42E0F;margin:0 0 .8rem;font-weight:600;position:relative;z-index:1}
.card_text_v3{font-size:.95rem;color:#666;line-height:1.6;margin:0;position:relative;z-index:1}
.team_philosophy_section{max-width:1400px;margin:4rem auto;padding:0 1.5rem}
.team_split_layout{display:grid;grid-template-columns:45% 55%;gap:3rem;align-items:center}
.team_visual_side{display:flex;flex-direction:column;gap:1.5rem}
.team_img_primary{border-radius:10px;overflow:hidden;box-shadow:3px 4px 8px #00000021}
.team_img_primary img{width:100%;height:auto;display:block;object-fit:cover}
.team_img_secondary{border-radius:10px;overflow:hidden;box-shadow:3px 4px 8px #00000021}
.team_img_secondary img{width:100%;height:auto;display:block;object-fit:cover}
.team_content_side{display:flex;flex-direction:column;gap:1.2rem}
.team_heading_v4{font-size:2rem;color:#A42E0F;margin:0;font-weight:700}
.team_text_v4{font-size:1rem;color:#555;line-height:1.65;margin:0}
.cta_bottom_section{max-width:1400px;margin:4rem auto 2rem;padding:0 1.5rem}
.cta_box_v5{background:linear-gradient(95deg,#C99FF9 0%,#CCE0FD 100%);border-radius:14px;padding:3rem 2.5rem;box-shadow:3px 5px 10px #0000001f;text-align:center}
.cta_title_v5{font-size:2rem;color:#fff;margin:0 0 1rem;font-weight:700}
.cta_desc_v5{font-size:1.1rem;color:#fff;line-height:1.6;margin:0 0 2rem}
.cta_button_row{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}
.btn_cta_primary{background:#A42E0F;color:#fff;padding:.9rem 2.2rem;border-radius:10px;text-decoration:none;font-size:1rem;font-weight:600;box-shadow:2px 3px 6px #00000026;transition:all .3s ease;display:inline-block;z-index:10;position:relative}
.btn_cta_primary:hover{background:#8a2609;box-shadow:4px 6px 12px #0003;transform:translateY(-2px)}
.btn_cta_secondary{background:#fff;color:#A42E0F;padding:.9rem 2.2rem;border-radius:10px;text-decoration:none;font-size:1rem;font-weight:600;box-shadow:2px 3px 6px #00000026;transition:all .3s ease;display:inline-block;z-index:10;position:relative}
.btn_cta_secondary:hover{background:#f5f5f5;box-shadow:4px 6px 12px #0003;transform:translateY(-2px)}
@media (max-width: 1024px) {
.hero_content_grid{gap:2rem}
.story_columns_v2{grid-template-columns:1fr;gap:2rem}
.approach_cards_grid{grid-template-columns:repeat(2,1fr)}
.team_split_layout{grid-template-columns:1fr;gap:2rem}
}
@media (max-width: 768px) {
.hero_question_v1{font-size:1.5rem}
.hero_answer_v1{font-size:1rem}
.story_title_v2{font-size:1.7rem}
.approach_header_v1 h2{font-size:1.8rem}
.approach_cards_grid{grid-template-columns:1fr}
.team_heading_v4{font-size:1.7rem}
.cta_title_v5{font-size:1.7rem}
.cta_desc_v5{font-size:1rem}
.cta_button_row{flex-direction:column;align-items:center}
.btn_cta_primary,.btn_cta_secondary{width:100%;max-width:300px}
}
.learn_program_hero_wrapper{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;margin-bottom:90px}
.learn_program_hero_wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(./assets_gallery/201225-13.jpg);background-size:cover;background-position:center;filter:blur(8px);transform:scale(1.1);z-index:1}
.learn_program_hero_wrapper::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#cce0fdf2 0%,#c99ff9eb 100%);z-index:2}
.hero_content_inner_v2{position:relative;z-index:3;max-width:1400px;margin:0 auto;padding:60px 40px;width:100%}
.hero_title_main{font-size:56px;font-weight:700;color:#1a1a1a;margin:0 0 28px;line-height:1.2}
.hero_subtitle_text{font-size:22px;color:#2d2d2d;line-height:1.6;max-width:720px;margin:0}
.decorative_dots_pattern{position:absolute;right:80px;top:50%;transform:translateY(-50%);z-index:3;display:grid;grid-template-columns:repeat(4,12px);gap:16px}
.decorative_dots_pattern span{width:12px;height:12px;background:#a42e0f66;border-radius:50%;display:block}
.program_structure_section_v1{max-width:1400px;margin:0 auto 100px;padding:0 40px}
.structure_grid_asymmetric{display:grid;grid-template-columns:380px 1fr;gap:80px;align-items:start}
.structure_intro_column{background:linear-gradient(165deg,#CCE0FD 0%,#C99FF9 100%);padding:48px;border-radius:12px;box-shadow:3px 3px 0 #00000014;position:sticky;top:40px}
.structure_intro_column h2{font-size:32px;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.structure_intro_column p{font-size:17px;color:#2d2d2d;line-height:1.7;margin:0}
.structure_content_column{display:flex;flex-direction:column;gap:36px}
.module_card_wrapper{background:#fafafa;border-left:5px solid #A42E0F;padding:40px 44px;border-radius:10px;box-shadow:2px 4px 0 #0000000f;transition:transform 0.3s,box-shadow .3s}
.module_card_wrapper:hover{transform:translateX(8px);box-shadow:4px 6px 0 #0000001a}
.module_header_row{display:flex;align-items:center;gap:20px;margin-bottom:18px}
.module_number_badge{background:#A42E0F;color:#fff;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;flex-shrink:0}
.module_title_h3{font-size:26px;color:#1a1a1a;margin:0;font-weight:600}
.module_description_text{font-size:17px;color:#3d3d3d;line-height:1.65;margin:0 0 24px}
.module_topics_list{display:flex;flex-wrap:wrap;gap:12px;list-style:none;padding:0;margin:0}
.module_topics_list li{background:#fff;color:#2d2d2d;padding:8px 18px;border-radius:8px;font-size:15px;border:1px solid #e0e0e0}
.enrollment_process_wrapper_v3{background:linear-gradient(75deg,#C99FF9 0%,#CCE0FD 100%);padding:90px 40px;margin-bottom:0}
.enrollment_inner_container{max-width:1400px;margin:0 auto}
.enrollment_header_center{text-align:center;margin-bottom:70px}
.enrollment_header_center h2{font-size:42px;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.enrollment_header_center p{font-size:19px;color:#2d2d2d;line-height:1.6;max-width:680px;margin:0 auto}
.steps_grid_horizontal{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.step_card_vertical{background:#fff;padding:44px 32px;border-radius:14px;box-shadow:3px 5px 0 #00000012;text-align:center;position:relative;transition:background-color .3s}
.step_card_vertical:hover{background:#f9f9f9}
.step_icon_circle{width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#A42E0F 0%,#d4471a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.step_icon_circle svg{width:40px;height:40px}
.step_number_label{font-size:14px;color:#A42E0F;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}
.step_title_h4{font-size:21px;color:#1a1a1a;margin:0 0 14px;font-weight:600}
.step_description_small{font-size:16px;color:#3d3d3d;line-height:1.6;margin:0}
.cta_button_enrollment{display:inline-block;background:#A42E0F;color:#fff;padding:18px 48px;border-radius:10px;font-size:19px;font-weight:600;text-decoration:none;margin-top:60px;box-shadow:3px 5px 0 #0000001a;transition:background-color 0.3s,transform .2s;border:none;cursor:pointer;z-index:10;position:relative}
.cta_button_enrollment:hover{background:#8a2709;transform:translateY(-2px)}
.cta_wrapper_center{text-align:center}
@media (max-width: 1024px) {
.structure_grid_asymmetric{grid-template-columns:1fr;gap:50px}
.structure_intro_column{position:static}
.steps_grid_horizontal{grid-template-columns:repeat(2,1fr)}
.hero_title_main{font-size:44px}
.decorative_dots_pattern{display:none}
}
@media (max-width: 768px) {
.learn_program_hero_wrapper{min-height:400px;margin-bottom:60px}
.hero_content_inner_v2{padding:40px 24px}
.hero_title_main{font-size:36px;margin-bottom:20px}
.hero_subtitle_text{font-size:18px}
.program_structure_section_v1{padding:0 24px;margin-bottom:70px}
.structure_intro_column{padding:32px}
.structure_intro_column h2{font-size:28px}
.module_card_wrapper{padding:32px 24px}
.module_title_h3{font-size:22px}
.steps_grid_horizontal{grid-template-columns:1fr;gap:24px}
.enrollment_process_wrapper_v3{padding:60px 24px}
.enrollment_header_center h2{font-size:32px}
.cta_button_enrollment{padding:16px 36px;font-size:17px}
}
.success_hero_v1{background:linear-gradient(157deg,#C99FF9 0%,#CCE0FD 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.success_hero_v1::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#a42e0f26 0%,transparent 70%);border-radius:50%;animation:float_shape_v1 8s ease-in-out infinite}
.success_hero_v1::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#cce0fd66 0%,transparent 70%);border-radius:50%;animation:float_shape_v1 10s ease-in-out infinite reverse}
@keyframes float_shape_v1 {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(30px,-30px) scale(1.1)}
}
.success_content_wrapper_v1{max-width:800px;margin:0 auto;position:relative;z-index:10;text-align:center}
.success_icon_area_v1{width:120px;height:120px;margin:0 auto 40px;background:linear-gradient(135deg,#fff 0%,#fffe6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #0000001f;position:relative}
.success_icon_area_v1::before{content:'';position:absolute;width:140px;height:140px;border:3px solid #a42e0f33;border-radius:50%;animation:pulse_ring_v1 2s ease-out infinite}
@keyframes pulse_ring_v1 {
0%{transform:scale(1);opacity:1}
100%{transform:scale(1.3);opacity:0}
}
.success_checkmark_v1{width:60px;height:60px}
.success_checkmark_v1 .check_path{stroke:#A42E0F;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:100;stroke-dashoffset:100;animation:draw_check_v1 .8s ease-out forwards;animation-delay:.3s}
@keyframes draw_check_v1 {
to{stroke-dashoffset:0}
}
.success_title_v1{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.2}
.success_title_v1 .highlight_phrase{color:#A42E0F;position:relative;display:inline-block}
.success_title_v1 .highlight_phrase::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#A42E0F 0%,#C99FF9 100%);border-radius:2px}
.success_message_v1{font-size:18px;line-height:1.7;color:#2d2d2d;margin:0 0 40px;max-width:600px;margin-left:auto;margin-right:auto}
.success_details_grid_v1{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin:50px 0}
.detail_card_v1{background:#ffffffb3;padding:28px 24px;border-radius:12px;border:2px solid #a42e0f1a;transition:all .3s ease}
.detail_card_v1:hover{background:#fffffff2;border-color:#a42e0f4d;transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}
.detail_card_label_v1{font-size:14px;font-weight:600;color:#A42E0F;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}
.detail_card_value_v1{font-size:16px;color:#333;margin:0;line-height:1.5}
.success_actions_v1{margin-top:50px;display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn_primary_v1{background:linear-gradient(135deg,#A42E0F 0%,#8a2609 100%);color:#fff;padding:16px 40px;border-radius:10px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px #a42e0f4d;display:inline-block;position:relative;z-index:20}
.btn_primary_v1:hover{background:linear-gradient(135deg,#8a2609 0%,#6d1e07 100%);box-shadow:0 6px 20px #a42e0f66;transform:translateY(-2px)}
.btn_secondary_v1{background:transparent;color:#A42E0F;padding:16px 40px;border-radius:10px;text-decoration:none;font-weight:600;font-size:16px;border:2px solid #A42E0F;transition:all .3s ease;display:inline-block;position:relative;z-index:20}
.btn_secondary_v1:hover{background:#A42E0F;color:#fff;box-shadow:0 4px 12px #a42e0f33;transform:translateY(-2px)}
.next_steps_section_v2{background:#fff;padding:90px 20px;position:relative}
.next_steps_container_v2{max-width:1400px;margin:0 auto}
.steps_layout_v2{display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:start}
.steps_header_side_v2{position:sticky;top:40px}
.steps_section_title_v2{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 20px;line-height:1.2;position:relative}
.steps_section_title_v2::before{content:'';position:absolute;left:-20px;top:0;width:6px;height:100%;background:linear-gradient(180deg,#C99FF9 0%,#A42E0F 100%);border-radius:3px}
.steps_intro_text_v2{font-size:17px;line-height:1.7;color:#4d4d4d;margin:0}
.steps_list_v2{display:flex;flex-direction:column;gap:32px}
.step_item_v2{background:linear-gradient(135deg,#c99ff914 0%,#cce0fd14 100%);padding:32px;border-radius:14px;border-left:5px solid #C99FF9;position:relative;transition:all .3s ease}
.step_item_v2:hover{border-left-color:#A42E0F;background:linear-gradient(135deg,#c99ff926 0%,#cce0fd26 100%);box-shadow:0 6px 18px #00000014}
.step_number_badge_v2{position:absolute;top:-16px;left:24px;width:48px;height:48px;background:linear-gradient(135deg,#A42E0F 0%,#8a2609 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;box-shadow:0 4px 12px #a42e0f4d}
.step_heading_v2{font-size:24px;font-weight:700;color:#1a1a1a;margin:8px 0 16px;line-height:1.3}
.step_description_v2{font-size:16px;line-height:1.7;color:#4d4d4d;margin:0 0 20px}
.step_features_list_v2{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}
.step_features_list_v2 li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:#333;line-height:1.6}
.step_features_list_v2 li::before{content:'→';color:#A42E0F;font-weight:700;font-size:18px;flex-shrink:0;margin-top:2px}
@media (max-width: 1024px) {
.steps_layout_v2{grid-template-columns:1fr;gap:40px}
.steps_header_side_v2{position:static}
.steps_section_title_v2{font-size:36px}
}
@media (max-width: 768px) {
.success_hero_v1{padding:80px 20px 60px}
.success_title_v1{font-size:32px}
.success_message_v1{font-size:16px}
.success_details_grid_v1{grid-template-columns:1fr;gap:16px}
.success_actions_v1{flex-direction:column;align-items:stretch}
.btn_primary_v1,.btn_secondary_v1{width:100%;text-align:center}
.next_steps_section_v2{padding:60px 20px}
.steps_section_title_v2{font-size:28px}
.step_item_v2{padding:24px}
.step_heading_v2{font-size:20px}
}