*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Montserrat',sans-serif;background:#fff;color:#1a1a2e;font-size:16px;line-height:1.6}
::-webkit-scrollbar{width:13px}
::-webkit-scrollbar-track{background:#ECF0F5}
::-webkit-scrollbar-thumb{background:linear-gradient(160deg,#468DE9,#FF0EBB);border-radius:8px;border:2px solid #ECF0F5;box-shadow:inset 0 0 4px #468de92e}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(160deg,#FF0EBB,#468DE9)}
.site_header{background:#fff;border-bottom:1px solid #ECF0F5;box-shadow:0 2px 18px #468de912}
.heado_top{background:linear-gradient(118deg,#468DE9 0%,#FF0EBB 100%);padding:6px 0}
.heado_top_inner{max-width:1280px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:flex-end;gap:20px}
.heado_top_inner a{color:#fff;font-size:13px;text-decoration:none;display:flex;align-items:center;gap:5px;transition:opacity 150ms}
.heado_top_inner a:hover{opacity:.8}
.heado_top_inner .ji{font-size:15px}
.heado_main{max-width:1280px;margin:auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.site_logo{display:flex;align-items:center;gap:14px;text-decoration:none;flex-shrink:0}
.site_logo img{width:80px;height:80px;object-fit:contain;border-radius:18px;box-shadow:0 4px 16px #468de921}
.logo_sig{display:flex;flex-direction:column}
.logo_sig_name{font-size:28px;font-weight:700;background:linear-gradient(118deg,#468DE9 0%,#FF0EBB 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;line-height:1.1;font-style:italic}
.logo_sig_sub{font-size:11px;color:#8a9bb5;font-weight:400;letter-spacing:1.5px;text-transform:uppercase;margin-top:2px}
.main_nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.main_nav a{color:#1a1a2e;text-decoration:none;font-size:14px;font-weight:600;padding:10px 18px;border-radius:22px;transition:background 180ms,color 180ms;white-space:nowrap;position:relative}
.main_nav a:hover{background:#ECF0F5;color:#468DE9}
.main_nav a.nav--active{background:linear-gradient(118deg,#468DE9,#FF0EBB);color:#fff}
.main_nav a.nav--active:hover{background:linear-gradient(118deg,#3a7dd4,#e000a8);color:#fff}
.navi_tooltip{position:relative}
.navi_tooltip .tooltip_txt{display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);background:#1a1a2e;color:#fff;font-size:11px;font-weight:400;padding:5px 10px;border-radius:8px;white-space:nowrap;z-index:100;pointer-events:none}
.navi_tooltip:hover .tooltip_txt{display:block}
@media (max-width: 768px) {
.heado_main{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}
.main_nav{gap:4px}
.main_nav a{font-size:13px;padding:9px 13px}
.logo_sig_name{font-size:22px}
.heado_top_inner{flex-wrap:wrap;justify-content:flex-start;gap:12px}
}
@media (max-width: 480px) {
.site_logo img{width:60px;height:60px}
.logo_sig_name{font-size:18px}
}
.site_footer{background:#1a1a2e;color:#ECF0F5;margin-top:60px}
.foot_upper{background:linear-gradient(128deg,#1e2340 0%,#2a1635 100%);padding:54px 0 40px}
.foot_upper_grid{max-width:1280px;margin:auto;padding:0 24px;display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:40px}
.foot_brand .logo_sig_name{font-size:22px;margin-bottom:10px;display:inline-block}
.foot_brand p{font-size:13px;color:#8a9bb5;line-height:1.7;margin-top:10px;max-width:260px}
.foot_col h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#468DE9;margin-bottom:16px}
.foot_col ul{list-style:none}
.foot_col ul li{margin-bottom:10px}
.foot_col ul li a{color:#8a9bb5;text-decoration:none;font-size:13px;transition:color 150ms;display:flex;align-items:center;gap:6px}
.foot_col ul li a:hover{color:#FF0EBB}
.foot_contact_item{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}
.foot_contact_item .ji{color:#468DE9;font-size:17px;flex-shrink:0;margin-top:2px}
.foot_contact_item span{font-size:13px;color:#8a9bb5;line-height:1.5}
.foot_contact_item a{color:#8a9bb5;text-decoration:none;font-size:13px;transition:color 150ms}
.foot_contact_item a:hover{color:#FF0EBB}
.foot_lower{background:#111827;padding:20px 0}
.foot_lower_inner{max-width:1280px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.foot_lower_inner p{font-size:12px;color:#4a5568}
.foot_legal_links{display:flex;gap:20px;flex-wrap:wrap}
.foot_legal_links a{color:#4a5568;text-decoration:none;font-size:12px;transition:color 150ms}
.foot_legal_links a:hover{color:#468DE9}
@media (max-width: 900px) {
.foot_upper_grid{grid-template-columns:1fr 1fr;gap:28px}
}
@media (max-width: 560px) {
.foot_upper_grid{grid-template-columns:1fr}
.foot_lower_inner{flex-direction:column;align-items:flex-start}
}
.cookie_popup{display:none;position:fixed;top:20px;right:20px;width:420px;max-width:calc(100vw - 40px);background:#fff;border-radius:20px;box-shadow:0 8px 40px #468de92e 0 2px 8px #ff0ebb14;z-index:9999;border:1px solid #ECF0F5;overflow:hidden}
.cookie_popup.cookie--visible{display:block}
.ckpop_head{background:linear-gradient(118deg,#468DE9 0%,#FF0EBB 100%);padding:14px 20px;display:flex;align-items:center;justify-content:space-between}
.ckpop_head h3{color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;gap:8px}
.ckpop_body{padding:18px 20px 0}
.ckpop_body p{font-size:12px;color:#4a5568;line-height:1.6;margin-bottom:14px}
.ck_toggle_row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-top:1px solid #ECF0F5}
.ck_toggle_row:last-of-type{border-bottom:1px solid #ECF0F5;margin-bottom:14px}
.ck_toggle_label{font-size:12px;font-weight:600;color:#1a1a2e}
.ck_toggle_desc{font-size:11px;color:#8a9bb5;margin-top:2px}
.ck_toggle_col{display:flex;flex-direction:column}
.ck_switch{position:relative;width:36px;height:20px;flex-shrink:0}
.ck_switch input{opacity:0;width:0;height:0}
.ck_slider{position:absolute;inset:0;background:#ECF0F5;border-radius:20px;cursor:pointer;transition:background 200ms}
.ck_slider::before{content:'';position:absolute;width:14px;height:14px;border-radius:50%;background:#fff;top:3px;left:3px;transition:transform 200ms;box-shadow:0 1px 4px #0000002e}
.ck_switch input:checked + .ck_slider{background:linear-gradient(118deg,#468DE9,#FF0EBB)}
.ck_switch input:checked + .ck_slider::before{transform:translateX(16px)}
.ck_switch input:disabled + .ck_slider{opacity:.6;cursor:not-allowed}
.ckpop_foot{padding:14px 20px 18px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.ck_butt_accept{background:none;border:none;color:#468DE9;font-size:13px;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:3px;transition:color 150ms;font-family:'Montserrat',sans-serif}
.ck_butt_accept:hover{color:#FF0EBB}
.ck_butt_decline{background:none;border:none;color:#8a9bb5;font-size:13px;font-weight:400;cursor:pointer;text-decoration:underline;text-underline-offset:3px;transition:color 150ms;font-family:'Montserrat',sans-serif}
.ck_butt_decline:hover{color:#1a1a2e}
.ck_pref_link{position:fixed;bottom:18px;right:18px;background:linear-gradient(118deg,#468DE9,#FF0EBB);color:#fff;border:none;border-radius:50px;padding:9px 16px;font-size:12px;font-weight:600;cursor:pointer;display:none;align-items:center;gap:6px;z-index:9998;box-shadow:0 4px 16px #468de940;text-decoration:none;font-family:'Montserrat',sans-serif;transition:opacity 150ms}
.ck_pref_link:hover{opacity:.88}
.ck_pref_link.pref--show{display:flex}
.legal-e-box{max-width:860px;margin:0 auto;padding:48px 32px 72px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,sans-serif;font-size:16px;line-height:1.8;color:#2d3748;background:#fff;border-radius:24px;box-shadow:0 8px 32px #468de91a 0 2px 8px #468de90f}
.legal-e-box p{font-size:16px;line-height:1.85;color:#374151;margin-top:0;margin-bottom:1.35em;max-width:72ch}
.legal-e-box ul,.legal-e-box ol{margin-top:.5em;margin-bottom:1.35em;padding-left:1.75em;max-width:72ch}
.legal-e-box ul{list-style-type:none;padding-left:0}
.legal-e-box ul li{padding-left:1.6em;position:relative}
.legal-e-box ul li::before{content:'';display:block;width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#468DE9 0%,#FF0EBB 100%);position:absolute;left:0;top:.62em}
.legal-e-box ol{list-style-type:decimal}
.legal-e-box ol li{padding-left:.4em}
.legal-e-box li{font-size:16px;line-height:1.8;color:#374151;margin-bottom:.55em}
.legal-e-box li:last-child{margin-bottom:0}
.legal-e-box ul ul,.legal-e-box ol ol,.legal-e-box ul ol,.legal-e-box ol ul{margin-top:.4em;margin-bottom:.4em}
.legal-e-box strong,.legal-e-box b{font-weight:700;color:#1a202c}
.legal-e-box em,.legal-e-box i{font-style:italic;color:#4a5568}
.legal-e-box a{color:#468DE9;text-decoration:underline;text-decoration-color:#468de959;text-underline-offset:3px;text-decoration-thickness:1.5px;transition:color 180ms ease,text-decoration-color 180ms ease;word-break:break-word}
.legal-e-box a:hover{color:#FF0EBB;text-decoration-color:#ff0ebb80}
.legal-e-box a:visited{color:#6c68c8;text-decoration-color:#6c68c859}
.legal-e-box table{width:100%;border-collapse:collapse;border-spacing:0;margin-bottom:2em;margin-top:.5em;font-size:15px;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #468de917 inset 0 1px 2px #468de90a;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.legal-e-box thead{background:linear-gradient(120deg,#468DE9 0%,#6b6fe8 100%)}
.legal-e-box thead tr{background:transparent}
.legal-e-box thead th{padding:13px 18px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;text-align:left;border:none;white-space:nowrap}
.legal-e-box tbody{background:#fff}
.legal-e-box tbody tr{border-bottom:1px solid #ECF0F5;transition:background 160ms ease}
.legal-e-box tbody tr:last-child{border-bottom:none}
.legal-e-box tbody tr:nth-child(even){background:#f8fafd}
.legal-e-box tbody tr:hover{background:#468de90d}
.legal-e-box td{padding:12px 18px;font-size:15px;color:#374151;line-height:1.6;vertical-align:top;border:none}
.legal-e-box th{padding:13px 18px;vertical-align:middle}
.legal-e-box hr{border:none;border-top:2px solid #ECF0F5;margin:2.5em 0;border-radius:2px;position:relative}
@media (max-width: 768px) {
.legal-e-box{padding:32px 20px 52px;font-size:15px;border-radius:18px}
.legal-e-box p{font-size:15px;line-height:1.8;margin-bottom:1.2em}
.legal-e-box ul,.legal-e-box ol{padding-left:1.4em}
.legal-e-box ul li{padding-left:1.4em}
.legal-e-box li{font-size:15px}
.legal-e-box thead th{font-size:12px;padding:11px 14px}
.legal-e-box td{font-size:14px;padding:10px 14px}
.legal-e-box hr{margin:2em 0}
}
@media (max-width: 480px) {
.legal-e-box{padding:24px 16px 40px;border-radius:16px;box-shadow:0 4px 18px #468de917}
.legal-e-box p{font-size:14.5px;line-height:1.75}
.legal-e-box li{font-size:14.5px}
.legal-e-box td,.legal-e-box thead th{padding:9px 11px;font-size:13px}
.legal-e-box hr{margin:1.6em 0}
}
.prog_hero{position:relative;overflow:hidden;padding:80px 20px 90px;background:#ECF0F5}
.prog_hero::before{content:'';position:absolute;inset:0;background:linear-gradient(127deg,#468DE9 0%,#FF0EBB 45%,#468DE9 100%);background-size:300% 300%;animation:hero_grad 8s ease infinite;opacity:.12;z-index:0}
@keyframes hero_grad {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.prog_hero_inner{max-width:1280px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:row;align-items:center;gap:56px}
.prog_hero_txt{flex:1 1 0;min-width:0}
.prog_hero_txt h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.18;color:#1a2340;margin-bottom:22px;letter-spacing:-.5px}
.prog_hero_txt h1 .accent_w{position:relative;color:#468DE9;display:inline-block}
.prog_hero_txt h1 .accent_w::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;background:linear-gradient(90deg,#468DE9,#FF0EBB);border-radius:4px}
.prog_hero_txt p{font-size:1.08rem;line-height:1.72;color:#3a4560;max-width:520px;margin-bottom:32px}
.prog_hero_butt{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#468DE9 0%,#FF0EBB 100%);color:#fff;font-weight:700;font-size:1rem;border-radius:28px;padding:14px 34px;text-decoration:none;box-shadow:0 6px 20px #468de947;transition:transform 180ms ease,box-shadow 180ms ease;z-index:5;position:relative}
.prog_hero_butt:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 10px 30px #ff0ebb38;color:#fff}
.prog_hero_img_col{flex:0 0 420px;position:relative}
.prog_hero_img_col img{width:420px;height:320px;object-fit:cover;border-radius:24px;display:block;box-shadow:0 12px 40px #468de92e}
.prog_hero_img_col::after{content:'';position:absolute;inset:0;border-radius:24px;background:radial-gradient(ellipse at center,transparent 55%,#ecf0f5b8 100%);pointer-events:none}
.prog_hero_badge{position:absolute;bottom:-18px;left:24px;background:#fff;border-radius:18px;padding:10px 20px;box-shadow:0 4px 16px #468de929;display:flex;align-items:center;gap:10px;font-size:.88rem;font-weight:600;color:#1a2340;z-index:3}
.prog_hero_badge i{color:#468DE9;font-size:1.1rem}
.prog_divider_wave{width:100%;overflow:hidden;line-height:0;background:#ECF0F5}
.prog_divider_wave svg{display:block;width:100%}
.prog_steps_sect{background:#fff;padding:80px 20px 72px}
.prog_steps_inner{max-width:1280px;margin:0 auto}
.prog_sect_label{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#468de91a,#ff0ebb14);border-radius:20px;padding:6px 18px;font-size:.82rem;font-weight:700;letter-spacing:.06em;color:#468DE9;text-transform:uppercase;margin-bottom:18px}
.prog_steps_heado{font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:800;color:#1a2340;margin-bottom:10px;line-height:1.22}
.prog_steps_sub{font-size:1rem;color:#5a6480;max-width:560px;line-height:1.65;margin-bottom:52px}
.steps_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.steps_grid::before{content:'';position:absolute;top:36px;left:10%;width:80%;height:2px;background:linear-gradient(90deg,#468DE9,#FF0EBB,#468DE9);z-index:0;border-radius:2px}
.step_item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 16px;position:relative;z-index:1}
.step_num{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;margin-bottom:22px;position:relative;transition:transform 200ms}
.step_item:hover .step_num{transform:scale(1.08)}
.step_num-1{background:linear-gradient(135deg,#468DE9,#6faff5);color:#fff;box-shadow:0 6px 18px #468de947}
.step_num-2{background:linear-gradient(135deg,#7b5df5,#468DE9);color:#fff;box-shadow:0 6px 18px #7b5df53d}
.step_num-3{background:linear-gradient(135deg,#FF0EBB,#c44aff);color:#fff;box-shadow:0 6px 18px #ff0ebb38}
.step_num-4{background:linear-gradient(135deg,#1a2340,#468DE9);color:#fff;box-shadow:0 6px 18px #1a234033}
.step_title{font-size:1rem;font-weight:700;color:#1a2340;margin-bottom:10px}
.step_desc{font-size:.9rem;color:#5a6480;line-height:1.6}
.prog_divider_dots{text-align:center;padding:12px 0;background:#fff}
.prog_divider_dots span{display:inline-block;width:6px;height:6px;border-radius:50%;background:#ECF0F5;margin:0 4px}
.prog_divider_dots span:nth-child(2){background:#468DE9;opacity:.5}
.prog_divider_dots span:nth-child(3){background:#FF0EBB;opacity:.4}
.prog_content_sect{background:#ECF0F5;padding:80px 20px}
.prog_content_inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.prog_content_left{display:flex;flex-direction:column}
.prog_content_left img{width:100%;height:280px;object-fit:cover;border-radius:24px;margin-bottom:32px;box-shadow:0 8px 28px #468de924}
.prog_stat_row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.prog_stat_box{background:#fff;border-radius:20px;padding:22px 20px;box-shadow:0 4px 14px #468de917;transition:transform 200ms}
.prog_stat_box:hover{transform:translateY(-3px)}
.prog_stat_num{font-size:2rem;font-weight:800;line-height:1;margin-bottom:4px}
.prog_stat_num.clr_blue{color:#468DE9}
.prog_stat_num.clr_pink{color:#FF0EBB}
.prog_stat_lbl{font-size:.84rem;color:#5a6480;line-height:1.45}
.prog_content_right{display:flex;flex-direction:column}
.prog_content_right h2{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:#1a2340;margin-bottom:16px;line-height:1.25}
.prog_content_right p{font-size:.97rem;color:#3a4560;line-height:1.7;margin-bottom:20px}
.prog_accord_list{display:flex;flex-direction:column;gap:10px;margin-bottom:32px}
.prog_accord_item input[type="checkbox"]{display:none}
.prog_accord_item label{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:16px;padding:16px 20px;cursor:pointer;font-weight:600;color:#1a2340;font-size:.95rem;box-shadow:0 2px 10px #468de914;transition:box-shadow 200ms,background 200ms;gap:12px}
.prog_accord_item label:hover{background:linear-gradient(135deg,#468de90f,#ff0ebb0a);box-shadow:0 4px 16px #468de921}
.prog_accord_item label i{color:#468DE9;font-size:1.1rem;flex-shrink:0;transition:transform 200ms}
.prog_accord_item input:checked + label i.chev_ic{transform:rotate(180deg)}
.prog_accord_body{max-height:0;overflow:hidden;transition:max-height 280ms ease;background:#fff;border-radius:0 0 16px 16px;margin-top:-10px;padding:0 20px}
.prog_accord_item input:checked ~ .prog_accord_body{max-height:160px;padding:14px 20px 16px}
.prog_accord_body p{font-size:.88rem;color:#5a6480;line-height:1.6;margin:0}
.prog_cta_link{display:inline-flex;align-items:center;gap:9px;background:#1a2340;color:#fff;font-weight:700;font-size:.95rem;border-radius:26px;padding:13px 30px;text-decoration:none;box-shadow:0 5px 18px #1a23402e;transition:background 180ms,transform 180ms;align-self:flex-start;z-index:5;position:relative}
.prog_cta_link:hover{background:linear-gradient(135deg,#468DE9,#FF0EBB);transform:translateY(-2px);color:#fff}
.prog_divider_line{border:none;height:2px;background:linear-gradient(90deg,transparent,#468DE9 30%,#FF0EBB 70%,transparent);margin:0}
.prog_team_sect{background:#fff;padding:80px 20px 88px}
.prog_team_inner{max-width:1280px;margin:0 auto}
.prog_team_top{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:20px}
.prog_team_heado{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:#1a2340;line-height:1.22;max-width:480px}
.prog_team_heado .acc2{color:#FF0EBB}
.prog_team_note{font-size:.92rem;color:#5a6480;max-width:320px;line-height:1.6;text-align:right}
.prog_team_grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.prog_team_card{background:#ECF0F5;border-radius:28px;padding:30px 28px;display:flex;flex-direction:row;gap:24px;align-items:flex-start;transition:box-shadow 200ms,transform 200ms}
.prog_team_card:hover{box-shadow:0 8px 28px #468de924;transform:translateY(-3px)}
.prog_team_card:nth-child(1){border-top:3px solid #468DE9}
.prog_team_card:nth-child(2){border-top:3px solid #FF0EBB}
.prog_team_img{width:80px;height:80px;border-radius:20px;object-fit:cover;flex-shrink:0;box-shadow:0 4px 14px #468de924}
.prog_team_info{display:flex;flex-direction:column}
.prog_team_name{font-size:1.05rem;font-weight:700;color:#1a2340;margin-bottom:3px}
.prog_team_role{font-size:.82rem;font-weight:600;color:#468DE9;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}
.prog_team_quote{font-size:.9rem;color:#3a4560;line-height:1.65;font-style:italic}
.prog_feat_strip{display:flex;flex-direction:row;gap:0;margin-top:40px;border-radius:24px;overflow:hidden;box-shadow:0 6px 24px #468de91f}
.prog_feat_item{flex:1 1 0;background:#fff;padding:24px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;border-right:1px solid #ECF0F5;transition:background 200ms}
.prog_feat_item:last-child{border-right:none}
.prog_feat_item:hover{background:linear-gradient(135deg,#468de912,#ff0ebb0a)}
.prog_feat_ic{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#ECF0F5,#dce3ed);display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.prog_feat_ic i{font-size:1.3rem;color:#468DE9}
.prog_feat_title{font-size:.88rem;font-weight:700;color:#1a2340;margin-bottom:4px}
.prog_feat_desc{font-size:.8rem;color:#5a6480;line-height:1.5}
@media (max-width: 1024px) {
.prog_hero_img_col{flex:0 0 340px}
.prog_hero_img_col img{width:340px;height:260px}
.steps_grid{grid-template-columns:repeat(2,1fr);gap:32px}
.steps_grid::before{display:none}
.prog_content_inner{gap:36px}
.prog_feat_strip{flex-wrap:wrap}
.prog_feat_item{flex:1 1 45%}
}
@media (max-width: 768px) {
.prog_hero_inner{flex-direction:column;gap:32px}
.prog_hero_img_col{flex:0 0 auto;width:100%}
.prog_hero_img_col img{width:100%;height:220px}
.prog_hero_badge{left:12px}
.prog_content_inner{grid-template-columns:1fr;gap:28px}
.prog_team_grid{grid-template-columns:1fr}
.prog_team_top{flex-direction:column;align-items:flex-start}
.prog_team_note{text-align:left}
.prog_stat_row{grid-template-columns:1fr 1fr}
.steps_grid{grid-template-columns:1fr 1fr}
.prog_feat_strip{flex-direction:column}
.prog_feat_item{border-right:none;border-bottom:1px solid #ECF0F5}
.prog_feat_item:last-child{border-bottom:none}
}
@media (max-width: 480px) {
.steps_grid{grid-template-columns:1fr}
.prog_stat_row{grid-template-columns:1fr}
.prog_team_card{flex-direction:column;gap:16px}
}
::-webkit-scrollbar{width:12px}
::-webkit-scrollbar-track{background:#ECF0F5;border-radius:8px}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#468DE9,#FF0EBB);border-radius:8px;border:2px solid #ECF0F5;box-shadow:inset 0 1px 2px #ffffff4d}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#3578d4,#e00aa8)}
.evts_title_block{position:relative;overflow:hidden;padding:80px 20px 60px;background:#ECF0F5}
.evts_title_block::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,#468de91f 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,#ff0ebb14 0%,transparent 50%);pointer-events:none}
.evts_title_block::after{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");background-size:200px 200px;pointer-events:none;opacity:.6}
.evts_title_inner{max-width:1280px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:row;align-items:center;gap:48px}
.evts_title_text{flex:1;min-width:0}
.evts_label_tag{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#468de91f,#ff0ebb14);border:1px solid #468de940;border-radius:24px;padding:6px 16px;margin-bottom:24px;font-size:13px;color:#468DE9;font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.evts_label_tag i{font-size:14px}
.evts_main_head{font-size:clamp(32px,5vw,58px);font-weight:800;line-height:1.1;color:#1a1f2e;margin-bottom:20px;letter-spacing:-.02em}
.evts_main_head .accent_word{color:#468DE9;position:relative;display:inline-block}
.evts_main_head .accent_word::after{content:'';position:absolute;bottom:2px;left:0;right:0;height:3px;background:linear-gradient(90deg,#468DE9,#FF0EBB);border-radius:2px;opacity:.6}
.evts_sub_para{font-size:17px;line-height:1.7;color:#4a5568;max-width:520px;margin-bottom:32px}
.evts_cta_row{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}
.evts_butt_primary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#468DE9 0%,#3a7fd4 100%);color:#fff;padding:14px 28px;border-radius:28px;font-size:15px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:transform 150ms ease,box-shadow 150ms ease;box-shadow:0 4px 16px #468de959;position:relative;z-index:5}
.evts_butt_primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #468de973;color:#fff;text-decoration:none}
.evts_butt_outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#468DE9;padding:13px 24px;border-radius:28px;font-size:15px;font-weight:600;text-decoration:none;border:2px solid #468de959;cursor:pointer;transition:background 150ms ease,border-color 200ms ease;position:relative;z-index:5}
.evts_butt_outline:hover{background:#468de90f;border-color:#468DE9;color:#468DE9;text-decoration:none}
.evts_title_img_side{flex:0 0 420px;position:relative}
.evts_title_img_frame{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 12px 40px #468de92e 0 2px 8px #00000014}
.evts_title_img_frame img{width:100%;height:320px;object-fit:cover;display:block}
.evts_depth_layer_1{position:absolute;top:-16px;right:-16px;width:120px;height:120px;border:3px solid #ff0ebb33;border-radius:20px;pointer-events:none}
.evts_depth_layer_2{position:absolute;bottom:-12px;left:-12px;width:80px;height:80px;background:linear-gradient(135deg,#468de926,#ff0ebb1a);border-radius:16px;pointer-events:none}
.evts_stat_badge{position:absolute;top:20px;left:-20px;background:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 8px 24px #0000001a;display:flex;flex-direction:column;align-items:flex-start;min-width:110px;z-index:3}
.evts_stat_badge .stat_num{font-size:22px;font-weight:800;color:#468DE9;line-height:1}
.evts_stat_badge .stat_lbl{font-size:11px;color:#6b7280;margin-top:3px;line-height:1.3}
.evts_stat_badge_2{position:absolute;bottom:20px;right:-16px;background:linear-gradient(135deg,#468DE9,#FF0EBB);border-radius:16px;padding:10px 14px;box-shadow:0 6px 20px #468de94d;display:flex;flex-direction:row;align-items:center;gap:8px;z-index:3;color:#fff}
.evts_stat_badge_2 i{font-size:18px}
.evts_stat_badge_2 span{font-size:12px;font-weight:700;white-space:nowrap}
.evts_courses_block{background:#fff;padding:80px 20px}
.evts_courses_inner{max-width:1280px;margin:0 auto}
.evts_section_intro{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:52px;flex-wrap:wrap}
.evts_intro_left{flex:1;min-width:280px}
.evts_section_kicker{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#FF0EBB;margin-bottom:12px;display:flex;flex-direction:row;align-items:center;gap:8px}
.evts_section_kicker::before{content:'';width:24px;height:2px;background:#FF0EBB;border-radius:1px;display:inline-block}
.evts_section_title{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#1a1f2e;line-height:1.2;letter-spacing:-.02em}
.evts_intro_right{max-width:340px}
.evts_intro_right p{font-size:15px;line-height:1.65;color:#6b7280;margin:0}
.evts_filter_row{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap;margin-bottom:40px}
.evts_filter_row input[type="radio"]{display:none}
.evts_filter_row label{padding:8px 18px;border-radius:20px;font-size:13px;font-weight:600;color:#6b7280;background:#ECF0F5;border:2px solid transparent;cursor:pointer;transition:all 150ms ease;user-select:none}
.evts_filter_row input[type="radio"]:checked + label{background:#468DE9;color:#fff;border-color:#468DE9}
.evts_filter_row label:hover{border-color:#468de966;color:#468DE9}
.evts_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}
.evts_card{background:#fff;border-radius:24px;border:1.5px solid #e8ecf2;overflow:hidden;transition:transform 200ms ease,box-shadow 200ms ease;display:flex;flex-direction:column;position:relative}
.evts_card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #468de926;border-color:#468de94d}
.evts_card_badge_wrap{position:absolute;top:16px;left:16px;z-index:3;display:flex;flex-direction:row;gap:6px}
.evts_badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:12px;letter-spacing:.04em;text-transform:uppercase}
.evts_badge--new{background:linear-gradient(135deg,#FF0EBB,#d40099);color:#fff}
.evts_badge--live{background:linear-gradient(135deg,#468DE9,#3a7fd4);color:#fff}
.evts_badge--free{background:#ECF0F5;color:#468DE9;border:1px solid #468de94d}
.evts_badge--popular{background:#ffc10726;color:#b45309;border:1px solid #ffc10766}
.evts_card_img{width:100%;height:190px;object-fit:cover;display:block}
.evts_card_img_placeholder{width:100%;height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}
.evts_card_body{padding:20px 22px 24px;display:flex;flex-direction:column;flex:1}
.evts_card_meta{display:flex;flex-direction:row;align-items:center;gap:16px;margin-bottom:12px;flex-wrap:wrap}
.evts_card_meta_item{display:flex;flex-direction:row;align-items:center;gap:5px;font-size:12px;color:#9ca3af;font-weight:500}
.evts_card_meta_item i{font-size:13px;color:#468DE9}
.evts_card_title{font-size:17px;font-weight:700;color:#1a1f2e;line-height:1.35;margin-bottom:10px}
.evts_card_desc{font-size:14px;line-height:1.6;color:#6b7280;margin-bottom:16px;flex:1}
.evts_card_tags{display:flex;flex-direction:row;gap:6px;flex-wrap:wrap;margin-bottom:20px}
.evts_tag{font-size:11px;color:#468DE9;background:#468de914;padding:3px 10px;border-radius:10px;font-weight:600}
.evts_card_footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-top:1px solid #f0f4f8;padding-top:16px;gap:12px}
.evts_instructor_row{display:flex;flex-direction:row;align-items:center;gap:8px}
.evts_instructor_avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #468de933}
.evts_instructor_avatar_ph{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#468DE9,#FF0EBB);display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700;flex-shrink:0}
.evts_instructor_name{font-size:12px;color:#374151;font-weight:600}
.evts_enroll_link{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:700;color:#468DE9;text-decoration:none;padding:8px 16px;border-radius:16px;background:#468de914;transition:background 150ms ease,color 150ms ease;position:relative;z-index:4;flex-shrink:0}
.evts_enroll_link:hover{background:#468DE9;color:#fff;text-decoration:none}
.evts_card--featured{grid-column:span 2;border-color:#468de940;background:linear-gradient(145deg,#fafcff 0%,#f0f5fd 100%)}
.evts_card--featured .evts_card_img{height:220px}
.evts_progress_block{margin-top:10px;padding:12px 16px;background:#468de90d;border-radius:12px}
.evts_progress_label{display:flex;flex-direction:row;justify-content:space-between;font-size:11px;color:#6b7280;font-weight:600;margin-bottom:6px}
.evts_progress_bar_bg{height:5px;background:#e5e7eb;border-radius:3px;overflow:hidden}
.evts_progress_fill{height:100%;background:linear-gradient(90deg,#468DE9,#FF0EBB);border-radius:3px;transition:width .4s ease}
.evts_info_stripe{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:40px;background:linear-gradient(135deg,#468DE9 0%,#3a60c9 60%,#FF0EBB 120%);border-radius:24px;padding:32px 40px;flex-wrap:wrap}
.evts_stripe_item{display:flex;flex-direction:column;align-items:center;gap:4px}
.evts_stripe_num{font-size:30px;font-weight:800;color:#fff;line-height:1}
.evts_stripe_txt{font-size:13px;color:#fffc;text-align:center;font-weight:500}
.evts_stripe_divider{width:1px;height:40px;background:#ffffff40}
.evts_schedule_section{margin-top:64px;padding-top:64px;border-top:1px solid #e8ecf2}
.evts_schedule_head{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:16px}
.evts_schedule_title{font-size:24px;font-weight:700;color:#1a1f2e}
.evts_schedule_list{display:flex;flex-direction:column;gap:14px}
.evts_sched_item{display:flex;flex-direction:row;align-items:center;gap:20px;background:#fafbfc;border:1.5px solid #e8ecf2;border-radius:18px;padding:18px 24px;transition:border-color 200ms ease,box-shadow 200ms ease;flex-wrap:wrap}
.evts_sched_item:hover{border-color:#468de94d;box-shadow:0 4px 16px #468de914}
.evts_sched_time_block{flex:0 0 auto;background:#ECF0F5;border-radius:12px;padding:10px 16px;text-align:center;min-width:80px}
.evts_sched_duration{font-size:14px;font-weight:800;color:#468DE9;line-height:1}
.evts_sched_unit{font-size:10px;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-weight:600}
.evts_sched_info{flex:1;min-width:180px}
.evts_sched_name{font-size:15px;font-weight:700;color:#1a1f2e;margin-bottom:4px}
.evts_sched_desc{font-size:13px;color:#6b7280;line-height:1.4}
.evts_sched_meta{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap;align-items:center}
.evts_sched_dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}
.evts_sched_dot--open{background:#22c55e;box-shadow:0 0 0 3px #22c55e33}
.evts_sched_dot--soon{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b33}
.evts_sched_status{font-size:12px;font-weight:700}
.evts_sched_status--open{color:#16a34a}
.evts_sched_status--soon{color:#b45309}
.evts_sched_enroll{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:14px;font-size:13px;font-weight:600;text-decoration:none;transition:all 150ms ease;cursor:pointer;border:none;position:relative;z-index:4}
.evts_sched_enroll--primary{background:#468DE9;color:#fff;box-shadow:0 4px 12px #468de94d}
.evts_sched_enroll--primary:hover{background:#3a7fd4;color:#fff;text-decoration:none;transform:translateY(-1px)}
.evts_sched_enroll--outline{background:transparent;color:#6b7280;border:1.5px solid #d1d5db}
.evts_sched_enroll--outline:hover{border-color:#468DE9;color:#468DE9;text-decoration:none}
.evts_img_showcase{width:100%;height:220px;object-fit:cover;border-radius:20px;display:block}
@media (max-width: 1024px) {
.evts_grid{grid-template-columns:repeat(2,1fr)}
.evts_card--featured{grid-column:span 2}
.evts_title_img_side{flex:0 0 340px}
}
@media (max-width: 768px) {
.evts_title_inner{flex-direction:column;gap:40px}
.evts_title_img_side{flex:none;width:100%}
.evts_stat_badge{left:0}
.evts_grid{grid-template-columns:1fr}
.evts_card--featured{grid-column:span 1}
.evts_info_stripe{gap:24px;padding:24px 20px}
.evts_stripe_divider{display:none}
.evts_section_intro{flex-direction:column;align-items:flex-start}
.evts_intro_right{max-width:100%}
.evts_sched_item{gap:14px}
.evts_schedule_head{flex-direction:column;align-items:flex-start}
}
@media (max-width: 480px) {
.evts_title_block{padding:60px 16px 48px}
.evts_courses_block{padding:60px 16px}
.evts_info_stripe{border-radius:18px}
}
::-webkit-scrollbar{width:12px}
::-webkit-scrollbar-track{background:#ECF0F5}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#468DE9,#a06ad4);border-radius:8px;border:2px solid #ECF0F5;box-shadow:inset 0 1px 2px #ffffff4d}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#3a7fd4,#FF0EBB)}
.hero_wrap{max-width:1280px;margin:0 auto;padding:64px 24px 48px}
.hero_inner{display:flex;flex-direction:row;align-items:center;gap:48px}
.hero_text{flex:1 1 55%;display:flex;flex-direction:column;gap:20px}
.hero_problem_tag{display:inline-flex;align-items:center;gap:8px;background:#ECF0F5;border-radius:20px;padding:6px 16px;font-size:13px;color:#468DE9;font-weight:600;width:fit-content}
.hero_h1{font-size:clamp(28px,4vw,52px);font-weight:800;line-height:1.15;color:#1a1a2e;margin:0}
.hero_h1 .accent_grad{background:linear-gradient(135deg,#468DE9 0%,#FF0EBB 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero_sub{font-size:17px;line-height:1.65;color:#444;max-width:520px}
.hero_solution_box{background:linear-gradient(145deg,#468DE9 0%,#7b5ea7 60%,#FF0EBB 100%);border-radius:20px;padding:20px 24px;color:#fff;font-size:15px;line-height:1.6;position:relative;overflow:hidden}
.hero_solution_box::before{content:'';position:absolute;right:-20px;top:-20px;width:80px;height:80px;border-radius:50%;background:#ffffff1a}
.hero_butt_row{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap}
.hero_butt_primary{background:linear-gradient(135deg,#468DE9,#FF0EBB);color:#fff;border:none;border-radius:24px;padding:14px 32px;font-size:15px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block;transition:box-shadow 0.2s,transform .15s;box-shadow:0 4px 18px #468de959;z-index:2;position:relative}
.hero_butt_primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #468de973}
.hero_butt_outline{background:transparent;color:#468DE9;border:2px solid #468DE9;border-radius:24px;padding:12px 28px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:background 0.2s,color .2s;z-index:2;position:relative}
.hero_butt_outline:hover{background:#468DE9;color:#fff}
.hero_card_right{flex:0 0 340px;position:relative}
.hero_img_card{border-radius:28px;overflow:hidden;box-shadow:0 12px 40px #468de938 0 2px 8px #ff0ebb1f;position:relative}
.hero_img_card img{width:100%;height:380px;object-fit:cover;object-position:center top;display:block}
.hero_img_badge{position:absolute;bottom:20px;left:20px;background:#fffffff2;border-radius:16px;padding:10px 16px;display:flex;flex-direction:column;gap:2px;box-shadow:0 4px 16px #0000001a}
.hero_img_badge .badge_num{font-size:22px;font-weight:800;color:#468DE9;line-height:1}
.hero_img_badge .badge_label{font-size:11px;color:#666;font-weight:500}
.hero_float_dot{position:absolute;top:-16px;right:-16px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#FF0EBB,#468DE9);opacity:.2}
.outcomes_section{background:#ECF0F5;padding:72px 0}
.outcomes_wrap{max-width:1280px;margin:0 auto;padding:0 24px}
.section_heado{text-align:center;margin-bottom:48px}
.section_heado h2{font-size:clamp(22px,3vw,38px);font-weight:800;color:#1a1a2e;margin:0 0 12px;position:relative;display:inline-block}
.section_heado h2::after{content:'';display:block;height:4px;width:60px;background:linear-gradient(90deg,#468DE9,#FF0EBB);border-radius:2px;margin:10px auto 0}
.section_heado p{font-size:16px;color:#555;max-width:560px;margin:0 auto;line-height:1.6}
.outcomes_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.outcome_card{background:#fff;border-radius:24px;padding:32px 28px;box-shadow:0 4px 20px #468de914;display:flex;flex-direction:column;gap:14px;transition:transform 0.2s,box-shadow .2s;position:relative;overflow:hidden}
.outcome_card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #468de926}
.outcome_card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#468DE9,#FF0EBB);border-radius:24px 24px 0 0}
.outcome_icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#ECF0F5,#d8e4f5);display:flex;align-items:center;justify-content:center;font-size:22px;color:#468DE9}
.outcome_card h4{font-size:17px;font-weight:700;color:#1a1a2e;margin:0}
.outcome_card p{font-size:14px;color:#666;line-height:1.6;margin:0}
.outcome_bar_wrap{display:flex;flex-direction:column;gap:4px}
.outcome_bar_label{display:flex;justify-content:space-between;font-size:12px;color:#888}
.outcome_bar{height:6px;background:#ECF0F5;border-radius:3px;overflow:hidden}
.outcome_bar_fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#468DE9,#FF0EBB)}
.interactive_section{padding:80px 0;background:#fff}
.interactive_wrap{max-width:1280px;margin:0 auto;padding:0 24px}
.interactive_layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.interactive_img_side{position:relative}
.interactive_img_side img{width:100%;height:420px;object-fit:cover;border-radius:28px;box-shadow:0 8px 32px #468de92e}
.interactive_img_tag{position:absolute;top:24px;right:-16px;background:linear-gradient(135deg,#468DE9,#FF0EBB);color:#fff;border-radius:16px;padding:12px 18px;font-size:13px;font-weight:700;box-shadow:0 4px 16px #468de94d}
.interactive_text_side{display:flex;flex-direction:column;gap:24px}
.interactive_text_side h2{font-size:clamp(22px,2.8vw,36px);font-weight:800;color:#1a1a2e;margin:0}
.interactive_text_side p{font-size:15px;color:#555;line-height:1.7;margin:0}
.step_list{display:flex;flex-direction:column;gap:16px}
.step_item{display:flex;flex-direction:row;align-items:flex-start;gap:16px}
.step_num{width:36px;height:36px;min-width:36px;border-radius:12px;background:linear-gradient(135deg,#468DE9,#FF0EBB);color:#fff;font-weight:800;font-size:15px;display:flex;align-items:center;justify-content:center}
.step_content h5{font-size:15px;font-weight:700;color:#1a1a2e;margin:0 0 4px}
.step_content p{font-size:13px;color:#666;margin:0;line-height:1.55}
.transparency_section{background:linear-gradient(145deg,#1a1a2e 0%,#2d2060 50%,#1a1a2e 100%);padding:80px 0;position:relative;overflow:hidden}
.transparency_section::before{content:'';position:absolute;top:-60px;right:-60px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,#468de933,transparent 70%)}
.transparency_section::after{content:'';position:absolute;bottom:-60px;left:-40px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,#ff0ebb26,transparent 70%)}
.transparency_wrap{max-width:1280px;margin:0 auto;padding:0 24px;position:relative;z-index:1}
.transparency_wrap .section_heado h2{color:#fff}
.transparency_wrap .section_heado p{color:#aab4c8}
.rules_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.rule_card{background:#ffffff12;border:1px solid #ffffff1a;border-radius:20px;padding:28px;display:flex;flex-direction:row;gap:18px;align-items:flex-start;transition:background .2s}
.rule_card:hover{background:#ffffff1c}
.rule_icon{width:44px;height:44px;min-width:44px;border-radius:14px;background:linear-gradient(135deg,#468de966,#ff0ebb4d);display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff}
.rule_text h5{font-size:15px;font-weight:700;color:#fff;margin:0 0 6px}
.rule_text p{font-size:13px;color:#8a9ab8;margin:0;line-height:1.6}
.geography_section{padding:80px 0;background:#fff}
.geography_wrap{max-width:1280px;margin:0 auto;padding:0 24px}
.geo_layout{display:grid;grid-template-columns:5fr 7fr;gap:56px;align-items:center}
.geo_text_side{display:flex;flex-direction:column;gap:24px}
.geo_text_side h2{font-size:clamp(22px,2.8vw,36px);font-weight:800;color:#1a1a2e;margin:0}
.geo_text_side p{font-size:15px;color:#555;line-height:1.7;margin:0}
.geo_stats_row{display:flex;flex-direction:row;gap:24px;flex-wrap:wrap}
.geo_stat{display:flex;flex-direction:column;gap:4px}
.geo_stat .stat_num{font-size:32px;font-weight:800;color:#468DE9;line-height:1}
.geo_stat .stat_desc{font-size:12px;color:#888;font-weight:500}
.geo_visual_side{display:flex;flex-direction:column;gap:16px}
.geo_img_wrap{border-radius:24px;overflow:hidden;box-shadow:0 8px 32px #468de924}
.geo_img_wrap img{width:100%;height:320px;object-fit:cover;object-position:center;display:block}
.geo_tags_row{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}
.geo_tag{background:#ECF0F5;border-radius:20px;padding:8px 16px;font-size:13px;color:#468DE9;font-weight:600;display:flex;align-items:center;gap:6px}
.inspiration_section{background:#ECF0F5;padding:80px 0}
.inspiration_wrap{max-width:1280px;margin:0 auto;padding:0 24px}
.stories_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.story_card{background:#fff;border-radius:24px;padding:32px;display:flex;flex-direction:column;gap:20px;box-shadow:0 4px 20px #0000000f;position:relative}
.story_card::after{content:'\201C';position:absolute;top:16px;right:24px;font-size:80px;color:#ECF0F5;font-weight:900;line-height:1}
.story_person{display:flex;flex-direction:row;align-items:center;gap:16px}
.story_portrait{width:56px;height:56px;border-radius:50%;object-fit:cover;object-position:center top;border:3px solid #ECF0F5;flex-shrink:0}
.story_name_wrap h5{font-size:15px;font-weight:700;color:#1a1a2e;margin:0 0 2px}
.story_name_wrap span{font-size:12px;color:#888}
.story_quote{font-size:14px;color:#444;line-height:1.7;position:relative;z-index:1}
.story_tag_row{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}
.story_tag{background:linear-gradient(135deg,#468de91a,#ff0ebb12);border-radius:12px;padding:5px 12px;font-size:12px;color:#468DE9;font-weight:600}
.story_card_wide{grid-column:span 2;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:32px}
.motivation_section{padding:80px 0;background:#fff}
.motivation_wrap{max-width:1280px;margin:0 auto;padding:0 24px}
.motivation_layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.motivation_text{display:flex;flex-direction:column;gap:20px}
.motivation_text h2{font-size:clamp(22px,2.8vw,36px);font-weight:800;color:#1a1a2e;margin:0}
.motivation_text p{font-size:15px;color:#555;line-height:1.7;margin:0}
.motivation_checks{display:flex;flex-direction:column;gap:12px}
.motiv_check{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#333;line-height:1.5}
.motiv_check i{color:#468DE9;font-size:18px;margin-top:1px;flex-shrink:0}
.motivation_cta_box{background:linear-gradient(145deg,#468DE9 0%,#FF0EBB 100%);border-radius:28px;padding:40px 36px;display:flex;flex-direction:column;gap:20px;color:#fff;position:relative;overflow:hidden}
.motivation_cta_box::before{content:'';position:absolute;right:-30px;bottom:-30px;width:140px;height:140px;border-radius:50%;background:#ffffff1f}
.motivation_cta_box h3{font-size:24px;font-weight:800;margin:0;line-height:1.3;position:relative;z-index:1}
.motivation_cta_box p{font-size:14px;opacity:.9;line-height:1.6;margin:0;position:relative;z-index:1}
.cta_butt_white{background:#fff;color:#468DE9;border:none;border-radius:20px;padding:14px 28px;font-size:15px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block;transition:transform 0.15s,box-shadow .2s;box-shadow:0 4px 16px #00000026;z-index:2;position:relative;width:fit-content}
.cta_butt_white:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}
.svg_divider{display:block;width:100%;overflow:hidden;line-height:0}
@media (max-width: 1024px) {
.outcomes_grid{grid-template-columns:repeat(2,1fr)}
.hero_card_right{flex:0 0 280px}
}
@media (max-width: 768px) {
.hero_inner{flex-direction:column;gap:32px}
.hero_card_right{flex:0 0 auto;width:100%;max-width:360px;align-self:center}
.outcomes_grid{grid-template-columns:1fr}
.interactive_layout{grid-template-columns:1fr}
.interactive_img_tag{right:12px}
.rules_grid{grid-template-columns:1fr}
.geo_layout{grid-template-columns:1fr}
.stories_grid{grid-template-columns:1fr}
.story_card_wide{grid-column:span 1;grid-template-columns:1fr}
.motivation_layout{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.hero_wrap{padding:40px 16px 32px}
.geo_stats_row{gap:16px}
.motivation_cta_box{padding:28px 24px}
}
::-webkit-scrollbar{width:12px}
::-webkit-scrollbar-track{background:#ECF0F5;border-radius:6px}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#468DE9,#FF0EBB);border-radius:6px;box-shadow:inset 0 1px 2px #ffffff4d}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#3a7dd4,#e000a8)}
.contact_wrap{max-width:1280px;margin:0 auto;padding:0 24px}
.hero_split{position:relative;overflow:hidden;min-height:480px;display:flex;align-items:stretch}
.hero_split .img_zone{position:absolute;top:0;right:0;width:52%;height:100%;clip-path:polygon(12% 0,100% 0,100% 100%,0% 100%);z-index:1}
.hero_split .img_zone img{width:100%;height:100%;object-fit:cover;display:block}
.hero_split .img_zone::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#468de959 0%,#ff0ebb2e 100%);z-index:2}
.hero_split .text_zone{position:relative;z-index:3;width:56%;padding:72px 48px 72px 0;display:flex;flex-direction:column;justify-content:center}
.hero_split .geo_shape{position:absolute;z-index:2}
.hero_split .geo_shape-1{width:120px;height:120px;border-radius:50%;border:2px solid #ff0ebb47;top:32px;right:46%}
.hero_split .geo_shape-2{width:60px;height:60px;background:#468de91f;border-radius:16px;transform:rotate(30deg);bottom:48px;right:48%}
.hero_split .geo_shape-3{width:180px;height:180px;border:1px solid #468de926;border-radius:50%;top:-40px;left:-40px}
.hero_eyebrow{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,#468de91a,#ff0ebb14);border:1px solid #468de933;border-radius:24px;padding:6px 16px;font-size:13px;color:#468DE9;font-weight:600;letter-spacing:.04em;margin-bottom:20px;width:fit-content}
.hero_eyebrow i{font-size:14px}
.hero_split .text_zone h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.18;color:#1a2340;margin-bottom:18px}
.hero_split .text_zone h1 .accent_word{color:#468DE9;position:relative}
.hero_split .text_zone h1 .accent_word::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:3px;border-radius:2px;background:linear-gradient(90deg,#468DE9,#FF0EBB)}
.hero_split .text_zone p{font-size:1.05rem;line-height:1.7;color:#4a5568;max-width:420px;margin-bottom:0}
.contact_grid{display:grid;grid-template-columns:1fr 1.5fr;gap:48px;padding:72px 0 80px;align-items:start}
.info_panel{display:flex;flex-direction:column;gap:0}
.info_panel h2{font-size:1.55rem;font-weight:700;color:#1a2340;margin-bottom:10px}
.info_panel .sub_txt{font-size:.95rem;color:#64748b;line-height:1.65;margin-bottom:32px}
.info_cards{display:flex;flex-direction:column;gap:16px;margin-bottom:36px}
.info_card{display:flex;align-items:flex-start;gap:14px;background:#fff;border:1px solid #e8edf5;border-radius:20px;padding:18px 20px;box-shadow:0 4px 16px #468de912;transition:box-shadow 0.2s,transform .2s}
.info_card:hover{box-shadow:0 8px 28px #468de924;transform:translateY(-2px)}
.info_card .ic_wrap{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.info_card .ic_wrap--blue{background:linear-gradient(135deg,#468DE9 0%,#6fa8f0 100%)}
.info_card .ic_wrap--pink{background:linear-gradient(135deg,#FF0EBB 0%,#ff6dd4 100%)}
.info_card .ic_wrap--teal{background:linear-gradient(135deg,#34d399 0%,#10b981 100%)}
.info_card .ic_wrap--indigo{background:linear-gradient(135deg,#818cf8 0%,#6366f1 100%)}
.info_card .ic_wrap i{color:#fff;font-size:18px}
.info_card .ic_txt strong{display:block;font-size:.82rem;font-weight:700;color:#94a3b8;letter-spacing:.06em;text-transform:uppercase;margin-bottom:3px}
.info_card .ic_txt a,.info_card .ic_txt span{font-size:.95rem;color:#1a2340;text-decoration:none;font-weight:500}
.info_card .ic_txt a:hover{color:#468DE9}
.quick_links{display:flex;flex-direction:column;gap:10px}
.quick_links h3{font-size:.95rem;font-weight:700;color:#1a2340;margin-bottom:6px}
.quick_link_row{display:flex;align-items:center;gap:10px}
.quick_link_btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:50px;font-size:.88rem;font-weight:600;text-decoration:none;transition:box-shadow 0.2s,transform .18s;position:relative;z-index:2}
.quick_link_btn--wa{background:#25d366;color:#fff;box-shadow:0 4px 14px #25d36647}
.quick_link_btn--wa:hover{box-shadow:0 6px 20px #25d3666b;transform:translateY(-2px);color:#fff}
.quick_link_btn--sig{background:#3a76f0;color:#fff;box-shadow:0 4px 14px #3a76f03d}
.quick_link_btn--sig:hover{box-shadow:0 6px 20px #3a76f061;transform:translateY(-2px);color:#fff}
.form_panel{background:#fff;border-radius:28px;padding:44px 40px;box-shadow:0 8px 40px #468de91a 0 2px 8px #468de90f;border:1px solid #e8edf5}
.form_panel h2{font-size:1.45rem;font-weight:700;color:#1a2340;margin-bottom:6px}
.form_panel .form_sub{font-size:.93rem;color:#64748b;margin-bottom:30px;line-height:1.6}
.form_row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}
.form_field{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}
.form_field label{font-size:.85rem;font-weight:700;color:#374151;letter-spacing:.02em}
.form_field input[type="text"],.form_field input[type="email"],.form_field select,.form_field textarea{border:1.5px solid #d1dbe8;border-radius:14px;padding:13px 16px;font-size:.95rem;color:#1a2340;background:#f8fafc;transition:border-color 0.18s,box-shadow .18s;outline:none;width:100%;box-sizing:border-box}
.form_field input[type="text"]:focus,.form_field input[type="email"]:focus,.form_field select:focus,.form_field textarea:focus{border-color:#468DE9;box-shadow:0 0 0 3px #468de91f;background:#fff}
.form_field textarea{resize:vertical;min-height:110px}
.form_field select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23468DE9' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px;cursor:pointer}
.radio_group_label{font-size:.85rem;font-weight:700;color:#374151;letter-spacing:.02em;margin-bottom:10px;display:block}
.radio_options{display:flex;flex-direction:row;gap:0;flex-wrap:wrap}
.radio_opt{position:relative}
.radio_opt input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.radio_opt label{display:inline-flex;align-items:center;gap:7px;padding:10px 18px;border:1.5px solid #d1dbe8;border-radius:50px;font-size:.88rem;font-weight:600;color:#4a5568;cursor:pointer;transition:border-color 0.18s,background 0.18s,color .18s;margin-right:10px;margin-bottom:10px;user-select:none}
.radio_opt label i{font-size:15px}
.radio_opt input[type="radio"]:checked + label{border-color:#468DE9;background:linear-gradient(90deg,#468de91a,#ff0ebb0f);color:#468DE9}
.radio_opt input[type="radio"]:focus + label{box-shadow:0 0 0 3px #468de926}
.privacy_row{display:flex;align-items:flex-start;gap:10px;margin-bottom:24px;margin-top:4px}
.privacy_row input[type="checkbox"]{width:18px;height:18px;margin-top:2px;accent-color:#468DE9;flex-shrink:0;cursor:pointer}
.privacy_row label{font-size:.85rem;color:#64748b;line-height:1.55;cursor:pointer}
.privacy_row label a{color:#468DE9;text-decoration:underline;font-weight:600}
.privacy_row label a:hover{color:#FF0EBB}
.form_submit_btn{display:inline-flex;align-items:center;gap:10px;padding:15px 36px;background:linear-gradient(135deg,#468DE9 0%,#FF0EBB 100%);color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;box-shadow:0 6px 22px #468de952;transition:box-shadow 0.2s,transform 0.18s,opacity .18s;position:relative;z-index:2;text-decoration:none}
.form_submit_btn:hover{box-shadow:0 10px 32px #468de970;transform:translateY(-2px);opacity:.95}
.form_submit_btn i{font-size:18px}
.section_divider{width:100%;overflow:hidden;line-height:0;padding:0}
.section_divider svg{display:block;width:100%}
@media (max-width: 1024px) {
.hero_split .img_zone{width:48%;clip-path:polygon(16% 0,100% 0,100% 100%,0% 100%)}
.hero_split .text_zone{width:60%;padding:56px 32px 56px 0}
.contact_grid{gap:32px}
}
@media (max-width: 768px) {
.hero_split{flex-direction:column;min-height:auto}
.hero_split .img_zone{position:relative;width:100%;height:240px;clip-path:none}
.hero_split .text_zone{width:100%;padding:40px 0 32px}
.hero_split .geo_shape-1,.hero_split .geo_shape-2,.hero_split .geo_shape-3{display:none}
.contact_grid{grid-template-columns:1fr;padding:40px 0 56px;gap:36px}
.form_row{grid-template-columns:1fr}
.form_panel{padding:28px 20px}
.radio_options{flex-direction:column;gap:6px}
.radio_opt label{margin-right:0}
}
@media (max-width: 480px) {
.hero_split .text_zone h1{font-size:1.7rem}
.form_submit_btn{width:100%;justify-content:center}
}
.custom_scrollbar::-webkit-scrollbar{width:12px}
.custom_scrollbar::-webkit-scrollbar-track{background:#ECF0F5;border-radius:8px}
.custom_scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#468DE9,#FF0EBB);border-radius:8px;border:2px solid #ECF0F5;box-shadow:inset 0 1px 2px #00000014}
.tips_hero{position:relative;overflow:hidden;background:#ECF0F5;padding:72px 24px 80px}
.tips_hero .hero_noise{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:0}
.tips_hero .hero_inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:32px;position:relative;z-index:1}
.tips_hero .hero_img_side{flex:0 0 auto;width:200px}
.tips_hero .hero_img_side img{width:200px;height:260px;object-fit:cover;border-radius:24px;filter:contrast(1.08) brightness(0.97);box-shadow:0 8px 32px #468de92e;display:block}
.tips_hero .hero_img_side--right{display:flex;flex-direction:column;gap:16px;align-items:flex-start}
.tips_hero .hero_img_side--right .geo_shape{width:200px;height:110px;border-radius:20px;background:linear-gradient(135deg,#468DE9 0%,#FF0EBB 100%);opacity:.13}
.tips_hero .hero_img_side--right .geo_shape-2{width:120px;height:60px;border-radius:50%;background:linear-gradient(225deg,#468DE9 0%,#ECF0F5 100%);opacity:.18}
.tips_hero .hero_txt{flex:1 1 0;text-align:center;padding:0 16px}
.tips_hero .hero_txt .label_tag{display:inline-block;background:linear-gradient(120deg,#468DE9 0%,#FF0EBB 100%);color:#fff;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:4px 16px;border-radius:100px;margin-bottom:20px}
.tips_hero .hero_txt h1{font-size:clamp(28px,4.5vw,52px);font-weight:800;line-height:1.15;color:#1a2233;margin:0 0 18px;position:relative}
.tips_hero .hero_txt h1 .accent_word{color:#468DE9;position:relative}
.tips_hero .hero_txt h1 .accent_word::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;border-radius:4px;background:linear-gradient(90deg,#468DE9,#FF0EBB)}
.tips_hero .hero_txt .hero_sub{font-size:17px;color:#4a5568;line-height:1.65;max-width:480px;margin:0 auto 28px}
.tips_hero .hero_txt .heado_stats{display:flex;flex-direction:row;justify-content:center;gap:28px;flex-wrap:wrap}
.tips_hero .hero_txt .heado_stats .stat_pill{background:#fff;border-radius:16px;padding:12px 20px;box-shadow:0 2px 12px #468de91a;display:flex;flex-direction:column;align-items:center;gap:2px;min-width:90px}
.tips_hero .hero_txt .heado_stats .stat_pill .stat_num{font-size:22px;font-weight:800;color:#468DE9;line-height:1}
.tips_hero .hero_txt .heado_stats .stat_pill .stat_lbl{font-size:11px;color:#7a8499;text-transform:uppercase;letter-spacing:.07em}
.tips_content_wrap{max-width:1280px;margin:0 auto;padding:80px 24px 96px}
.tips_intro_row{display:flex;flex-direction:row;align-items:flex-start;gap:56px;margin-bottom:72px}
.tips_intro_row .intro_left{flex:1 1 0}
.tips_intro_row .intro_left .section_eyebrow{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:16px}
.tips_intro_row .intro_left .section_eyebrow .eyebrow_line{width:32px;height:3px;border-radius:3px;background:linear-gradient(90deg,#468DE9,#FF0EBB)}
.tips_intro_row .intro_left .section_eyebrow span{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#468DE9}
.tips_intro_row .intro_left h2{font-size:clamp(22px,2.8vw,36px);font-weight:800;color:#1a2233;line-height:1.25;margin:0 0 20px}
.tips_intro_row .intro_left .intro_para{font-size:16px;color:#4a5568;line-height:1.7;margin:0 0 14px}
.tips_intro_row .intro_right{flex:1 1 0;display:flex;flex-direction:column;gap:16px}
.tips_intro_row .intro_right .tip_card{background:#fff;border-radius:20px;padding:20px 24px;box-shadow:0 3px 16px #468de917;display:flex;flex-direction:row;align-items:flex-start;gap:16px;border-left:4px solid transparent;transition:box-shadow 200ms ease,border-color 200ms ease,transform 200ms ease;cursor:default}
.tips_intro_row .intro_right .tip_card:hover{box-shadow:0 8px 28px #468de929;border-left-color:#468DE9;transform:translateX(4px)}
.tips_intro_row .intro_right .tip_card--pink:hover{border-left-color:#FF0EBB;box-shadow:0 8px 28px #ff0ebb21}
.tips_intro_row .intro_right .tip_card .card_icon{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#ECF0F5 0%,#d6e4f7 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px;color:#468DE9}
.tips_intro_row .intro_right .tip_card--pink .card_icon{background:linear-gradient(135deg,#fff0fa 0%,#fce4f6 100%);color:#FF0EBB}
.tips_intro_row .intro_right .tip_card .card_body h4{font-size:15px;font-weight:700;color:#1a2233;margin:0 0 5px;line-height:1.3}
.tips_intro_row .intro_right .tip_card .card_body p{font-size:14px;color:#6b7a96;line-height:1.6;margin:0}
.tips_accordion_section{background:linear-gradient(145deg,#1a2233 0%,#243050 60%,#1e2d4a 100%);border-radius:32px;padding:56px 48px;position:relative;overflow:hidden}
.tips_accordion_section::before{content:'';position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#468de92e 0%,transparent 70%);pointer-events:none}
.tips_accordion_section::after{content:'';position:absolute;bottom:-40px;left:-40px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,#ff0ebb1f 0%,transparent 70%);pointer-events:none}
.tips_accordion_section .accord_header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;margin-bottom:40px;position:relative;z-index:1;flex-wrap:wrap}
.tips_accordion_section .accord_header h2{font-size:clamp(20px,2.5vw,32px);font-weight:800;color:#fff;margin:0;line-height:1.2}
.tips_accordion_section .accord_header h2 em{font-style:normal;background:linear-gradient(90deg,#468DE9,#FF0EBB);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.tips_accordion_section .accord_header .heado_badge{background:#468de933;border:1px solid #468de959;color:#89bbf5;font-size:13px;font-weight:600;padding:7px 18px;border-radius:100px;white-space:nowrap}
.accord_list{position:relative;z-index:1;display:flex;flex-direction:column;gap:12px}
.accord_list input[type="radio"]{display:none}
.accord_list .accord_item{background:#ffffff0f;border-radius:16px;border:1px solid #ffffff1a;overflow:hidden;transition:border-color 200ms ease}
.accord_list .accord_item:has(input:checked){border-color:#468de980;background:#468de914}
.accord_list .accord_item label{display:flex;flex-direction:row;align-items:center;gap:16px;padding:20px 24px;cursor:pointer;user-select:none}
.accord_list .accord_item label .accord_num{width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#468DE9,#FF0EBB);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff;flex-shrink:0}
.accord_list .accord_item label .accord_title{flex:1;font-size:16px;font-weight:700;color:#fff;line-height:1.35}
.accord_list .accord_item label .accord_toggle{width:28px;height:28px;border-radius:8px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:16px;color:#89bbf5;flex-shrink:0;transition:transform 200ms ease,background 200ms ease}
.accord_list .accord_item:has(input:checked) label .accord_toggle{transform:rotate(45deg);background:#468de94d;color:#fff}
.accord_list .accord_item .accord_body{max-height:0;overflow:hidden;transition:max-height 300ms ease}
.accord_list .accord_item:has(input:checked) .accord_body{max-height:400px}
.accord_list .accord_item .accord_body .accord_body_inner{padding:0 24px 24px;border-top:1px solid #ffffff12;padding-top:18px}
.accord_list .accord_item .accord_body .accord_body_inner p{font-size:15px;color:#ffffffbf;line-height:1.7;margin:0 0 14px}
.accord_list .accord_item .accord_body .accord_body_inner p:last-child{margin-bottom:0}
.accord_list .accord_item .accord_body .accord_body_inner .tip_highlight{display:flex;flex-direction:row;align-items:flex-start;gap:10px;background:#468de926;border-radius:10px;padding:12px 16px;margin-top:12px}
.accord_list .accord_item .accord_body .accord_body_inner .tip_highlight i{color:#468DE9;font-size:16px;margin-top:1px;flex-shrink:0}
.accord_list .accord_item .accord_body .accord_body_inner .tip_highlight span{font-size:14px;color:#fffc;line-height:1.6}
.tips_bottom_cta{background:#ECF0F5;border-radius:24px;padding:48px 40px;margin-top:64px;display:flex;flex-direction:row;align-items:center;gap:40px;position:relative;overflow:hidden}
.tips_bottom_cta::before{content:'';position:absolute;right:-30px;top:-30px;width:160px;height:160px;border-radius:50%;background:linear-gradient(135deg,#468de91a,#ff0ebb14);pointer-events:none}
.tips_bottom_cta .cta_portrait{flex-shrink:0}
.tips_bottom_cta .cta_portrait img{width:88px;height:88px;border-radius:50%;object-fit:cover;object-position:top center;border:3px solid #fff;box-shadow:0 4px 16px #468de92e;display:block}
.tips_bottom_cta .cta_txt{flex:1}
.tips_bottom_cta .cta_txt h3{font-size:20px;font-weight:800;color:#1a2233;margin:0 0 8px;line-height:1.3}
.tips_bottom_cta .cta_txt p{font-size:15px;color:#4a5568;line-height:1.65;margin:0}
.tips_bottom_cta .cta_butt{flex-shrink:0;display:flex;flex-direction:column;gap:10px;align-items:flex-start;position:relative;z-index:2}
.tips_bottom_cta .cta_butt a{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:13px 26px;border-radius:14px;font-size:14px;font-weight:700;text-decoration:none;transition:transform 180ms ease,box-shadow 180ms ease;white-space:nowrap}
.tips_bottom_cta .cta_butt a:hover{transform:translateY(-2px)}
.tips_bottom_cta .cta_butt .butt--primary{background:linear-gradient(120deg,#468DE9 0%,#3a7cd4 100%);color:#fff;box-shadow:0 4px 18px #468de94d}
.tips_bottom_cta .cta_butt .butt--primary:hover{box-shadow:0 8px 28px #468de96b}
.tips_bottom_cta .cta_butt .butt--outline{background:#fff;color:#468DE9;border:2px solid #468DE9;box-shadow:0 2px 8px #468de91a}
.tips_bottom_cta .cta_butt .butt--outline:hover{box-shadow:0 6px 20px #468de92e}
@media (max-width: 900px) {
.tips_hero .hero_inner{gap:20px}
.tips_hero .hero_img_side{width:140px}
.tips_hero .hero_img_side img{width:140px;height:180px}
.tips_hero .hero_img_side--right .geo_shape{width:140px;height:80px}
.tips_intro_row{flex-direction:column;gap:36px}
.tips_accordion_section{padding:40px 28px}
.tips_bottom_cta{flex-direction:column;align-items:flex-start;gap:24px;padding:36px 28px}
.tips_bottom_cta .cta_butt{flex-direction:row;flex-wrap:wrap}
}
@media (max-width: 600px) {
.tips_hero{padding:48px 16px 56px}
.tips_hero .hero_inner{flex-direction:column;gap:28px}
.tips_hero .hero_img_side{width:100%;display:flex;flex-direction:row;justify-content:center}
.tips_hero .hero_img_side img{width:160px;height:120px}
.tips_hero .hero_img_side--right{flex-direction:row;justify-content:center;width:100%}
.tips_hero .hero_img_side--right .geo_shape{width:100px;height:50px}
.tips_content_wrap{padding:48px 16px 64px}
.tips_accordion_section{padding:32px 18px;border-radius:22px}
.accord_list .accord_item label{padding:16px}
.tips_bottom_cta{padding:28px 18px;border-radius:18px}
.tips_bottom_cta .cta_butt a{padding:11px 18px;font-size:13px}
}
.success_wrap{max-width:1280px;margin:0 auto;padding:0 24px}
.success_hero{position:relative;padding:80px 0 64px;overflow:hidden}
.success_hero_bg{position:absolute;inset:0;background:linear-gradient(137deg,#ECF0F5 0%,#dce8f7 45%,#f0e6f8 100%);z-index:0}
.success_hero_bg::before{content:'';position:absolute;top:-60px;right:-60px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#468de91f 0%,transparent 70%)}
.success_hero_bg::after{content:'';position:absolute;bottom:-40px;left:-40px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,#ff0ebb14 0%,transparent 70%)}
.success_hero_inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:640px;margin:0 auto}
.corner_deco{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}
.corner_deco span{position:absolute;width:40px;height:40px;border-color:#468de94d;border-style:solid}
.corner_deco span:nth-child(1){top:24px;left:24px;border-width:2px 0 0 2px}
.corner_deco span:nth-child(2){top:24px;right:24px;border-width:2px 2px 0 0}
.corner_deco span:nth-child(3){bottom:24px;left:24px;border-width:0 0 2px 2px}
.corner_deco span:nth-child(4){bottom:24px;right:24px;border-width:0 2px 2px 0}
.success_icon_ring{position:relative;width:88px;height:88px;margin-bottom:28px}
.success_icon_ring::before{content:'';position:absolute;inset:-6px;border-radius:50%;background:conic-gradient(#468DE9 0deg,#FF0EBB 180deg,#468DE9 360deg);animation:spin_ring 6s linear infinite}
.success_icon_ring::after{content:'';position:absolute;inset:-3px;border-radius:50%;background:#ECF0F5}
@keyframes spin_ring {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.success_icon_inner{position:absolute;inset:0;border-radius:50%;background:linear-gradient(135deg,#468DE9,#6ba8f0);display:flex;align-items:center;justify-content:center;z-index:1;box-shadow:0 8px 24px #468de959}
.success_icon_inner i{font-size:36px;color:#fff}
.success_hero_inner h1{font-size:clamp(26px,4vw,38px);font-weight:700;color:#1a2540;line-height:1.25;margin-bottom:16px;letter-spacing:-.5px}
.success_hero_inner h1 .accent_word{background:linear-gradient(135deg,#468DE9,#FF0EBB);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.success_hero_inner p{font-size:17px;color:#4a5572;line-height:1.65;margin-bottom:32px;max-width:500px}
.success_butt_row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;justify-content:center}
.butt_primary{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;background:linear-gradient(135deg,#468DE9 0%,#3578d4 100%);color:#fff;border-radius:24px;font-size:15px;font-weight:600;text-decoration:none;border:none;cursor:pointer;box-shadow:0 6px 20px #468de952;transition:transform 150ms ease,box-shadow 150ms ease;position:relative;z-index:5}
.butt_primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #468de96b;color:#fff;text-decoration:none}
.butt_secondary{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;background:transparent;color:#468DE9;border-radius:24px;font-size:15px;font-weight:600;text-decoration:none;border:2px solid #468DE9;cursor:pointer;transition:background 150ms ease,color 150ms ease,transform 150ms ease;position:relative;z-index:5}
.butt_secondary:hover{background:#468de914;transform:translateY(-2px);color:#468DE9;text-decoration:none}
.next_steps_section{padding:64px 0 80px;background:#fff}
.next_steps_inner{max-width:1280px;margin:0 auto;padding:0 24px}
.steps_head{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:48px;max-width:520px}
.steps_head_label{display:inline-flex;align-items:center;gap:6px;background:#468de917;color:#468DE9;border-radius:20px;padding:5px 14px;font-size:13px;font-weight:600;letter-spacing:.5px;margin-bottom:14px;text-transform:uppercase}
.steps_head h2{font-size:clamp(22px,3vw,30px);font-weight:700;color:#1a2540;line-height:1.3;margin-bottom:12px}
.steps_head h2::after{content:'';display:block;width:48px;height:3px;background:linear-gradient(90deg,#468DE9,#FF0EBB);border-radius:2px;margin-top:12px}
.steps_head p{font-size:16px;color:#5a6680;line-height:1.6}
.steps_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.step_card{position:relative;background:#ECF0F5;border-radius:24px;padding:32px 28px;overflow:hidden;transition:transform 200ms ease,box-shadow 200ms ease}
.step_card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#468DE9,#FF0EBB);border-radius:24px 24px 0 0;opacity:0;transition:opacity 200ms ease}
.step_card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #468de924}
.step_card:hover::before{opacity:1}
.step_num{font-size:11px;font-weight:700;color:#468DE9;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.step_num::before{content:'';display:inline-block;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#468DE9,#6ba8f0);flex-shrink:0}
.step_card h4{font-size:17px;font-weight:700;color:#1a2540;margin-bottom:10px;line-height:1.3}
.step_card p{font-size:14px;color:#5a6680;line-height:1.6;margin:0}
.step_ico{width:44px;height:44px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.step_ico--blue{background:linear-gradient(135deg,#468DE9,#6ba8f0);box-shadow:0 4px 14px #468de947}
.step_ico--pink{background:linear-gradient(135deg,#FF0EBB,#ff5cd1);box-shadow:0 4px 14px #ff0ebb38}
.step_ico--teal{background:linear-gradient(135deg,#2ecbbf,#468DE9);box-shadow:0 4px 14px #2ecbbf38}
.step_ico i{font-size:20px;color:#fff}
.contact_hint{margin-top:40px;background:linear-gradient(137deg,#468DE9 0%,#6ba8f0 50%,#FF0EBB 100%);border-radius:24px;padding:36px 40px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px}
.contact_hint_txt h3{font-size:20px;font-weight:700;color:#fff;margin-bottom:8px}
.contact_hint_txt p{font-size:15px;color:#ffffffd9;line-height:1.55;margin:0}
.butt_white{display:inline-flex;align-items:center;gap:8px;padding:12px 26px;background:#fff;color:#468DE9;border-radius:20px;font-size:15px;font-weight:600;text-decoration:none;border:none;cursor:pointer;white-space:nowrap;box-shadow:0 4px 16px #0000001f;transition:transform 150ms ease,box-shadow 150ms ease;flex-shrink:0;position:relative;z-index:5}
.butt_white:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000002e;color:#468DE9;text-decoration:none}
@media (max-width: 900px) {
.steps_grid{grid-template-columns:1fr 1fr}
.contact_hint{flex-direction:column;align-items:flex-start;padding:28px}
}
@media (max-width: 600px) {
.steps_grid{grid-template-columns:1fr}
.success_hero{padding:56px 0 48px}
.success_butt_row{flex-direction:column;align-items:center}
.butt_primary,.butt_secondary{width:100%;justify-content:center}
.next_steps_section{padding:48px 0 64px}
.contact_hint{padding:24px 20px}
}