*{box-sizing:border-box}
body{font-family:'Figtree',sans-serif;background:#fff;color:#1a1a1a;margin:0;padding:0;font-size:16px;line-height:1.6}
.heado{border-bottom:2px solid #e8e8e8;background:#fff;padding:0}
.heado_top_row{max-width:1024px;margin:0 auto;padding:18px 24px 10px;display:flex;flex-direction:column;align-items:center;gap:6px}
.heado_logo_holder{display:flex;align-items:center;gap:14px;text-decoration:none}
.heado_logo_holder img{width:80px;height:80px;object-fit:contain;border-radius:12px;box-shadow:0 2px 6px #00000021}
.heado_brand_txt{display:flex;flex-direction:column}
.heado_brand_name{font-size:1.45rem;font-weight:700;color:#1a1a1a;line-height:1.2;letter-spacing:-.3px}
.heado_brand_desc{font-size:.82rem;color:#666;font-weight:400;margin-top:2px}
.heado_navi_row{background:#fafafa;border-top:1px solid #efefef}
.heado_navi_holder{max-width:1024px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}
.heado_navi_holder a{display:inline-block;padding:12px 18px;font-size:.92rem;font-weight:700;color:#1a1a1a;text-decoration:none;border-radius:8px;transition:background 0.18s,color 0.18s,opacity .18s;white-space:nowrap}
.heado_navi_holder a:hover{background:#f0f0f0;opacity:.85}
.heado_navi_holder a.navi_active{color:#7D1652;background:#f9eef5}
.heado_navi_holder .navi_cookie_prefs{font-size:.82rem;color:#888;font-weight:400;padding:12px 10px;cursor:pointer;border-radius:8px}
.heado_navi_holder .navi_cookie_prefs:hover{background:#f0f0f0;color:#555}
.footr{background:#1a1a1a;color:#ccc;margin-top:0}
.footr_top_block{max-width:1024px;margin:0 auto;padding:48px 24px 32px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;align-items:start}
.footr_logo_block{display:flex;flex-direction:column;gap:12px}
.footr_logo_holder{display:flex;align-items:center;gap:12px;text-decoration:none}
.footr_logo_holder img{width:54px;height:54px;object-fit:contain;border-radius:10px;box-shadow:0 2px 5px #ffffff14;background:#2d2d2d;padding:4px}
.footr_logo_holder span{font-size:1.1rem;font-weight:700;color:#fff}
.footr_tagline{font-size:.85rem;line-height:1.55;color:#999;max-width:240px}
.footr_contact_block{display:flex;flex-direction:column;gap:10px}
.footr_section_lbl{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#666;margin-bottom:6px}
.footr_contact_block a{color:#ccc;text-decoration:none;font-size:.88rem;display:block;transition:color .15s}
.footr_contact_block a:hover{color:#26CE99}
.footr_contact_block p{font-size:.85rem;color:#888;margin:0;line-height:1.5}
.footr_links_block{display:flex;flex-direction:column;gap:10px}
.footr_links_block a{color:#ccc;text-decoration:none;font-size:.88rem;display:inline-block;transition:color .15s}
.footr_links_block a:hover{color:#26CE99}
.footr_bottom_bar{border-top:1px solid #2d2d2d;background:#111}
.footr_bottom_inner{max-width:1024px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}
.footr_copy_txt{font-size:.8rem;color:#555}
.footr_contact_link_btn{display:inline-block;padding:8px 20px;background:transparent;border:1px solid #333;border-radius:8px;color:#aaa;font-size:.82rem;text-decoration:none;transition:border-color 0.15s,color .15s}
.footr_contact_link_btn:hover{border-color:#26CE99;color:#26CE99}
.cookie_panel_wrap{position:fixed;top:0;left:0;right:0;z-index:9999;display:flex;justify-content:center;pointer-events:none}
.cookie_panel_wrap.panel_visible{pointer-events:all}
.cookie_panel_box{width:100%;max-width:860px;background:#fff;border-bottom:3px solid #26CE99;box-shadow:0 4px 8px #0000001f;border-radius:0 0 14px 14px;padding:24px 32px}
.cookie_panel_box.animated{animation-duration:.42s;animation-fill-mode:both}
.cookie_heado_row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.cookie_title_txt{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0}
.cookie_desc_txt{font-size:.84rem;color:#555;margin:0 0 16px;line-height:1.55}
.cookie_desc_txt a{color:#7D1652;text-decoration:underline}
.cookie_toggles_holder{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}
.cookie_toggle_item{display:flex;align-items:center;gap:8px;font-size:.83rem;color:#444}
.cookie_toggle_item input[type="checkbox"]{width:16px;height:16px;cursor:pointer;accent-color:#26CE99}
.cookie_toggle_item input[type="checkbox"]:disabled{opacity:.5;cursor:not-allowed}
.cookie_actions_row{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.cookie_btn_accept,.cookie_btn_decline{background:none;border:none;cursor:pointer;font-family:'Figtree',sans-serif;font-size:.88rem;padding:0;text-decoration:underline;text-underline-offset:2px;transition:opacity .15s}
.cookie_btn_accept{color:#26CE99;font-weight:700}
.cookie_btn_decline{color:#888;font-weight:400}
.cookie_btn_accept:hover,.cookie_btn_decline:hover{opacity:.7}
@media (max-width: 768px) {
.footr_top_block{grid-template-columns:1fr;gap:24px;padding:32px 20px 24px}
.heado_logo_holder img{width:60px;height:60px}
.heado_navi_holder a{padding:10px 12px;font-size:.86rem}
.cookie_panel_box{padding:18px;border-radius:0 0 10px 10px}
.footr_bottom_inner{flex-direction:column;align-items:flex-start}
}
@media (max-width: 480px) {
.heado_top_row{padding:14px 16px 8px}
.heado_brand_name{font-size:1.2rem}
.footr_top_block{padding:24px 16px 20px}
}
.policy-block{max-width:1024px;margin:0 auto;padding:48px 32px 64px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}
.policy-block h1{font-size:2.2rem;line-height:1.2;font-weight:800;color:#1a1a2e;margin:0 0 32px;padding-bottom:18px;border-bottom:3px solid #26CE99;letter-spacing:-.5px}
.policy-block h2{font-size:1.55rem;line-height:1.3;font-weight:700;color:#7D1652;margin:48px 0 16px;padding-left:14px;border-left:4px solid #26CE99}
.policy-block h3{font-size:1.25rem;line-height:1.35;font-weight:700;color:#1a1a2e;margin:36px 0 12px}
.policy-block h4{font-size:1.08rem;line-height:1.4;font-weight:700;color:#2d2d2d;margin:28px 0 10px;text-transform:uppercase;letter-spacing:.04em}
.policy-block h5{font-size:.97rem;line-height:1.4;font-weight:700;color:#3a3a3a;margin:22px 0 8px}
.policy-block h6{font-size:.88rem;line-height:1.45;font-weight:700;color:#555;margin:18px 0 8px;letter-spacing:.03em}
.policy-block p{font-size:1rem;line-height:1.8;color:#2c2c2c;margin:0 0 18px;max-width:72ch}
.policy-block ul{margin:0 0 20px;padding-left:28px;list-style:none}
.policy-block ol{margin:0 0 20px;padding-left:28px;list-style:none;counter-reset:policy_ol_counter}
.policy-block ul li{font-size:1rem;line-height:1.75;color:#2c2c2c;margin-bottom:8px;padding-left:20px;position:relative}
.policy-block ul li::before{content:"";display:block;width:7px;height:7px;border-radius:50%;background:#26CE99;position:absolute;left:0;top:10px}
.policy-block ol li{font-size:1rem;line-height:1.75;color:#2c2c2c;margin-bottom:8px;padding-left:20px;position:relative;counter-increment:policy_ol_counter}
.policy-block ol li::before{content:counter(policy_ol_counter) ".";position:absolute;left:0;top:0;font-weight:700;color:#7D1652;font-size:.95rem}
.policy-block ul ul,.policy-block ol ol,.policy-block ul ol,.policy-block ol ul{margin-top:8px;margin-bottom:4px;padding-left:20px}
.policy-block ul ul li::before{background:#FDE455;width:6px;height:6px;top:11px}
.policy-block strong,.policy-block b{font-weight:700;color:#1a1a2e}
.policy-block em,.policy-block i{font-style:italic;color:#444}
.policy-block a{color:#7D1652;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;font-weight:500;transition:opacity .2s ease,box-shadow .2s ease;border-radius:3px;outline:none}
.policy-block a:hover{opacity:.75;box-shadow:0 2px 6px #7d16522e;text-decoration-thickness:2px}
.policy-block a:focus{outline:2px solid #26CE99;outline-offset:2px;opacity:.85}
.policy-block hr{border:none;border-top:2px solid #f0f0f0;margin:40px 0;position:relative}
@media (max-width: 768px) {
.policy-block{padding:32px 20px 48px;border-radius:8px}
.policy-block h1{font-size:1.7rem;margin-bottom:24px;padding-bottom:14px}
.policy-block h2{font-size:1.3rem;margin-top:36px}
.policy-block h3{font-size:1.1rem;margin-top:28px}
.policy-block h4{font-size:.97rem}
.policy-block p{font-size:.97rem;line-height:1.75;max-width:100%}
.policy-block ul li,.policy-block ol li{font-size:.97rem}
}
@media (max-width: 480px) {
.policy-block{padding:22px 14px 36px;border-radius:0;box-shadow:none}
.policy-block h1{font-size:1.4rem}
.policy-block h2{font-size:1.15rem;padding-left:10px}
.policy-block h3{font-size:1.02rem}
.policy-block p{font-size:.94rem;line-height:1.7}
.policy-block ul{padding-left:18px}
.policy-block ol{padding-left:18px}
.policy-block hr{margin:28px 0}
}
.heado_wrap{max-width:1024px;margin:0 auto;padding:0 24px}
.heado_section{position:relative;overflow:hidden;padding:72px 0 80px;background:#fafafa}
.heado_blobs{position:absolute;inset:0;pointer-events:none;z-index:0}
.heado_blobs .blob1{position:absolute;top:-60px;left:-80px;width:380px;height:380px;border-radius:50%;background:#26CE99;opacity:.13;filter:blur(60px)}
.heado_blobs .blob2{position:absolute;bottom:-40px;right:-60px;width:320px;height:320px;border-radius:50%;background:#7D1652;opacity:.1;filter:blur(50px)}
.heado_blobs .blob3{position:absolute;top:40%;left:50%;transform:translateX(-50%);width:260px;height:260px;border-radius:50%;background:#FDE455;opacity:.12;filter:blur(44px)}
.heado_inner{position:relative;z-index:1;display:flex;flex-direction:row;align-items:center;gap:48px}
.heado_text_col{flex:1 1 0;min-width:0}
.heado_label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#7D1652;background:#7d165214;border-radius:6px;padding:4px 14px;margin-bottom:18px}
.heado_text_col h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;color:#1a1a2e;line-height:1.15;margin:0 0 20px}
.heado_text_col h1 .accent_grn{color:#26CE99}
.heado_desc{font-size:1.05rem;color:#444;line-height:1.7;max-width:480px;margin:0 0 32px}
.heado_cta_row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.btn_primary_heado{display:inline-block;background:#26CE99;color:#fff;font-weight:700;font-size:.97rem;padding:13px 30px;border-radius:10px;text-decoration:none;box-shadow:3px 3px 0 #1a9e76;transition:opacity 0.2s,box-shadow .2s;z-index:2;position:relative}
.btn_primary_heado:hover{opacity:.88;box-shadow:4px 4px 0 #1a9e76,0 0 12px #26ce9959}
.btn_outline_heado{display:inline-block;background:transparent;color:#7D1652;font-weight:700;font-size:.97rem;padding:13px 30px;border-radius:10px;border:2px solid #7D1652;text-decoration:none;transition:background 0.2s,color 0.2s,box-shadow .2s;z-index:2;position:relative}
.btn_outline_heado:hover{background:#7D1652;color:#fff;box-shadow:0 0 10px #7d165240}
.heado_img_col{flex:0 0 340px;display:flex;align-items:center;justify-content:center}
.heado_img_ring{position:relative;width:300px;height:300px}
.heado_img_ring img{width:100%;height:100%;object-fit:cover;border-radius:50%;box-shadow:4px 4px 0 #26CE99,-4px -4px 0 #7d165233;animation:slow_drift 8s ease-in-out infinite}
@keyframes slow_drift {
0%,100%{transform:translateY(0) rotate(0deg)}
33%{transform:translateY(-10px) rotate(2deg)}
66%{transform:translateY(6px) rotate(-1.5deg)}
}
.heado_stats_row{display:flex;flex-direction:row;gap:20px;margin-top:36px;flex-wrap:wrap}
.heado_stat_item{display:flex;flex-direction:column}
.heado_stat_num{font-size:1.5rem;font-weight:800;color:#1a1a2e;line-height:1}
.heado_stat_lbl{font-size:.78rem;color:#666;margin-top:3px;letter-spacing:.5px}
.divider_wave{width:100%;line-height:0;overflow:hidden}
.divider_wave svg{display:block;width:100%}
.after_section{background:#fff;padding:72px 0 68px}
.after_holder{max-width:1024px;margin:0 auto;padding:0 24px}
.sec_label_sm{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#26CE99;margin-bottom:10px;display:block}
.after_holder h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:#1a1a2e;margin:0 0 14px}
.after_holder h2 .accent_ylw{position:relative;display:inline-block}
.after_holder h2 .accent_ylw::after{content:'';position:absolute;left:0;bottom:-2px;width:100%;height:5px;background:#FDE455;border-radius:3px;z-index:-1}
.after_intro{font-size:1rem;color:#555;line-height:1.65;max-width:560px;margin:0 0 44px}
.after_grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.after_card{border-radius:14px;overflow:hidden;box-shadow:3px 3px 0 #e0e0e0;border:1.5px solid #eee;background:#fafafa;transition:box-shadow 0.2s,opacity .2s}
.after_card:hover{box-shadow:4px 4px 0 #26CE99,0 0 14px #26ce991f;opacity:.97}
.after_card_img{width:100%;height:190px;object-fit:cover;display:block}
.after_card_body{padding:20px 22px 24px}
.after_card_body h4{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0 0 8px}
.after_card_body p{font-size:.92rem;color:#555;line-height:1.6;margin:0 0 14px}
.after_card_tag{display:inline-block;background:#26ce991f;color:#1a9e76;font-size:.78rem;font-weight:700;border-radius:6px;padding:3px 10px;letter-spacing:.5px}
.after_card_wide{grid-column:1 / -1;display:flex;flex-direction:row;align-items:stretch}
.after_card_wide .after_card_img{width:340px;height:auto;flex-shrink:0;object-fit:cover}
.after_card_wide .after_card_body{display:flex;flex-direction:column;justify-content:center}
.divider_dots{text-align:center;padding:10px 0;display:flex;align-items:center;justify-content:center;gap:8px}
.divider_dots span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#ddd}
.divider_dots span:nth-child(2){background:#26CE99;width:10px;height:10px}
.growth_section{background:#1a1a2e;padding:72px 0 76px;position:relative;overflow:hidden}
.growth_section::before{content:'';position:absolute;top:-80px;right:-80px;width:360px;height:360px;border-radius:50%;background:#7D1652;opacity:.18;filter:blur(60px);pointer-events:none}
.growth_holder{max-width:1024px;margin:0 auto;padding:0 24px;position:relative;z-index:1}
.growth_holder .sec_label_sm{color:#FDE455}
.growth_holder h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:#fff;margin:0 0 12px}
.growth_holder h2 em{font-style:normal;color:#26CE99}
.growth_intro{font-size:.98rem;color:#aab;line-height:1.65;max-width:540px;margin:0 0 48px}
.growth_layout{display:flex;flex-direction:row;gap:32px;align-items:flex-start}
.growth_vert{flex:1 1 0;min-width:0}
.growth_vert h3{font-size:1rem;font-weight:700;color:#FDE455;margin:0 0 20px;letter-spacing:.5px;text-transform:uppercase;font-size:.85rem}
.growth_step_list{display:flex;flex-direction:column;gap:0;position:relative}
.growth_step_list::before{content:'';position:absolute;left:18px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#26CE99,#26ce991a)}
.growth_step{display:flex;flex-direction:row;gap:16px;align-items:flex-start;padding:0 0 28px;position:relative}
.growth_step_dot{flex-shrink:0;width:38px;height:38px;border-radius:50%;background:#26CE99;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:800;color:#1a1a2e;box-shadow:0 0 0 4px #26ce9926;position:relative;z-index:1}
.growth_step_txt h5{font-size:.97rem;font-weight:700;color:#fff;margin:0 0 4px}
.growth_step_txt p{font-size:.87rem;color:#99aab5;margin:0;line-height:1.55}
.growth_horiz{flex:1 1 0;min-width:0}
.growth_horiz h3{font-size:.85rem;font-weight:700;color:#FDE455;margin:0 0 20px;letter-spacing:.5px;text-transform:uppercase}
.growth_skill_grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.growth_skill_card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:18px 16px;transition:background 0.2s,box-shadow .2s}
.growth_skill_card:hover{background:#26ce9914;box-shadow:0 0 12px #26ce9926}
.growth_skill_icon{width:36px;height:36px;margin-bottom:10px;opacity:.9}
.growth_skill_card h5{font-size:.9rem;font-weight:700;color:#fff;margin:0 0 5px}
.growth_skill_card p{font-size:.82rem;color:#8899a6;margin:0;line-height:1.5}
.growth_bottom_strip{margin-top:52px;display:flex;flex-direction:row;align-items:center;gap:32px;background:#ffffff0a;border:1px solid #ffffff17;border-radius:14px;padding:24px 32px;flex-wrap:wrap}
.growth_portrait{flex-shrink:0;width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid #26CE99;box-shadow:3px 3px 0 #26ce994d}
.growth_quote_txt{flex:1 1 200px}
.growth_quote_txt p{font-size:.95rem;color:#ccd;font-style:italic;line-height:1.65;margin:0 0 6px}
.growth_quote_txt cite{font-size:.82rem;color:#26CE99;font-style:normal;font-weight:700}
.growth_cta_col{flex-shrink:0}
.btn_ylw{display:inline-block;background:#FDE455;color:#1a1a2e;font-weight:800;font-size:.95rem;padding:13px 28px;border-radius:10px;text-decoration:none;box-shadow:3px 3px 0 #fde45566;transition:opacity 0.2s,box-shadow .2s}
.btn_ylw:hover{opacity:.88;box-shadow:4px 4px 0 #fde45580 0 0 16px #fde45540}
@media (max-width: 768px) {
.heado_inner{flex-direction:column-reverse;gap:32px}
.heado_img_col{flex:none}
.heado_img_ring{width:220px;height:220px}
.after_grid{grid-template-columns:1fr}
.after_card_wide{flex-direction:column}
.after_card_wide .after_card_img{width:100%;height:200px}
.growth_layout{flex-direction:column;gap:40px}
.growth_skill_grid{grid-template-columns:1fr}
.growth_bottom_strip{flex-direction:column;align-items:flex-start;gap:18px;padding:20px}
}
@media (max-width: 480px) {
.heado_section{padding:48px 0 56px}
.heado_stats_row{gap:16px}
.heado_cta_row{flex-direction:column}
.after_section{padding:52px 0}
.growth_section{padding:52px 0 56px}
.growth_skill_grid{grid-template-columns:1fr 1fr}
}
.heado_wrap{background:#f8f7f5;padding:80px 20px 60px;position:relative;overflow:hidden}
.heado_inner{max-width:1024px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.heado_txt_col{flex:1 1 50%;position:relative;z-index:2}
.heado_eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#7D1652;border-left:3px solid #26CE99;padding-left:10px;margin-bottom:24px}
.heado_h1{font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.15;color:#1a1a2e;margin:0 0 20px}
.heado_h1 .heado_brake{display:block;color:#7D1652}
.heado_sub{font-size:17px;line-height:1.65;color:#4a4a5a;max-width:440px;margin:0}
.heado_img_col{flex:1 1 44%;position:relative}
.heado_img_frame{border-radius:16px;overflow:hidden;box-shadow:6px 6px 0 #26CE99;animation:heado_reveal .9s cubic-bezier(.77,0,.18,1) both}
@keyframes heado_reveal {
from{clip-path:inset(0 100% 0 0)}
to{clip-path:inset(0 0% 0 0)}
}
.heado_img_frame img{width:100%;height:340px;object-fit:cover;display:block}
.heado_deco{position:absolute;top:-30px;right:-30px;width:160px;height:160px;border-radius:50%;background:linear-gradient(135deg,#FDE455 0%,#26CE99 100%);opacity:.15;z-index:0}
.heado_deco2{position:absolute;bottom:10px;left:-20px;width:80px;height:80px;border-radius:12px;background:#7D1652;opacity:.08;z-index:0;transform:rotate(22deg)}
.story_section{padding:72px 20px;background:#fff}
.story_holder{max-width:1024px;margin:auto}
.story_grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:16px;overflow:hidden;box-shadow:4px 4px 0 #FDE455,0 2px 18px #00000012}
.story_img_side{position:relative;min-height:420px}
.story_img_side img{width:100%;height:100%;object-fit:cover;display:block}
.story_img_overlay{position:absolute;inset:0;background:linear-gradient(to right,transparent 60%,#fff 100%)}
.story_txt_side{background:#fff;padding:52px 44px;display:flex;flex-direction:column;justify-content:center}
.story_label{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#26CE99;font-weight:700;margin-bottom:16px}
.story_h2{font-size:clamp(22px,3vw,32px);font-weight:800;color:#1a1a2e;margin:0 0 18px;line-height:1.25;position:relative;padding-bottom:16px}
.story_h2::after{content:'';position:absolute;bottom:0;left:0;width:48px;height:3px;background:#FDE455;border-radius:2px}
.story_p{font-size:15.5px;line-height:1.7;color:#4a4a5a;margin:0 0 14px}
.story_stat_row{display:flex;flex-direction:row;gap:28px;margin-top:28px}
.story_stat_item{display:flex;flex-direction:column}
.story_stat_num{font-size:28px;font-weight:800;color:#7D1652;line-height:1}
.story_stat_desc{font-size:12px;color:#777;margin-top:4px}
.team_section{padding:72px 20px;background:linear-gradient(160deg,#f8f7f5 0%,#fff 100%);position:relative}
.team_section::before{content:'';display:block;height:3px;background:linear-gradient(90deg,#26CE99,#FDE455,#7D1652);position:absolute;top:0;left:0;right:0}
.team_holder{max-width:1024px;margin:auto}
.team_heado{text-align:center;margin-bottom:52px}
.team_heado_tag{display:inline-block;background:#FDE455;color:#1a1a2e;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:4px 14px;border-radius:20px;margin-bottom:16px}
.team_h2{font-size:clamp(22px,3.2vw,34px);font-weight:800;color:#1a1a2e;margin:0 0 10px}
.team_h2_sub{font-size:15px;color:#666;max-width:480px;margin:0 auto;line-height:1.6}
.team_cards_row{display:flex;flex-direction:row;gap:28px;justify-content:center}
.team_card{background:#fff;border-radius:16px;box-shadow:3px 3px 0 #26CE99,0 2px 14px #0000000f;overflow:hidden;flex:1 1 0;max-width:360px;transition:box-shadow 0.22s,transform .22s}
.team_card:hover{box-shadow:6px 6px 0 #7D1652,0 4px 24px #0000001a;transform:translateY(-4px)}
.team_card_img_wrap{position:relative;overflow:hidden}
.team_card_img_wrap img{width:100%;height:240px;object-fit:cover;display:block;transition:opacity .3s}
.team_card:hover .team_card_img_wrap img{opacity:.88}
.team_card_badge{position:absolute;bottom:12px;left:12px;background:#7D1652;color:#fff;font-size:11px;font-weight:700;letter-spacing:1px;padding:4px 12px;border-radius:20px}
.team_card_body{padding:24px 24px 28px}
.team_card_name{font-size:18px;font-weight:800;color:#1a1a2e;margin:0 0 4px}
.team_card_role{font-size:12.5px;color:#26CE99;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 14px}
.team_card_bio{font-size:14.5px;line-height:1.65;color:#555;margin:0}
.approach_section{padding:72px 20px 80px;background:#fff;position:relative}
.approach_holder{max-width:1024px;margin:auto}
.approach_top{display:flex;flex-direction:row;gap:48px;align-items:flex-start;margin-bottom:52px}
.approach_top_txt{flex:1 1 50%}
.approach_top_img{flex:1 1 46%}
.approach_top_img img{width:100%;height:280px;object-fit:cover;border-radius:16px;display:block;box-shadow:5px 5px 0 #FDE455}
.approach_label{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#7D1652;font-weight:700;margin-bottom:14px}
.approach_h2{font-size:clamp(22px,3vw,32px);font-weight:800;color:#1a1a2e;margin:0 0 16px;line-height:1.25}
.approach_intro{font-size:15.5px;line-height:1.7;color:#4a4a5a;margin:0}
.approach_steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.approach_step{background:#f8f7f5;border-radius:12px;padding:28px 24px;border-left:4px solid transparent;transition:border-color 0.22s,box-shadow 0.22s,transform .22s;position:relative}
.approach_step:hover{border-left-color:#26CE99;box-shadow:3px 3px 0 #26CE99;transform:translateY(-3px)}
.approach_step_num{font-size:36px;font-weight:900;color:#FDE455;line-height:1;margin-bottom:10px;-webkit-text-stroke:1.5px #FDE455}
.approach_step_h4{font-size:15px;font-weight:700;color:#1a1a2e;margin:0 0 8px}
.approach_step_p{font-size:13.5px;line-height:1.6;color:#666;margin:0}
.divider_wave{width:100%;overflow:hidden;line-height:0;background:#fff}
.divider_wave svg{display:block;width:100%}
@media (max-width: 768px) {
.heado_inner{flex-direction:column;gap:32px}
.heado_txt_col,.heado_img_col{flex:1 1 100%;width:100%}
.story_grid{grid-template-columns:1fr}
.story_img_side{min-height:240px}
.story_txt_side{padding:32px 24px}
.story_stat_row{gap:18px}
.team_cards_row{flex-direction:column;align-items:center}
.team_card{max-width:100%;width:100%}
.approach_top{flex-direction:column;gap:28px}
.approach_top_img img{height:220px}
.approach_steps{grid-template-columns:1fr}
}
@media (min-width: 769px) and (max-width: 1023px) {
.approach_steps{grid-template-columns:repeat(2,1fr)}
.story_txt_side{padding:36px 28px}
}
.heado_contact{position:relative;overflow:hidden;padding:0;background:#f8f8f6}
.heado_contact .bg_pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,#7d16520f 0%,transparent 50%),radial-gradient(circle at 80% 20%,#26ce9914 0%,transparent 45%),radial-gradient(circle at 60% 80%,#fde4551a 0%,transparent 40%);z-index:0}
.heado_contact .heado_inner_holder{position:relative;max-width:1024px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:0;min-height:420px;z-index:2}
.heado_contact .heado_txt_col{flex:1 1 55%;padding:72px 40px 72px 48px;z-index:3}
.heado_contact .heado_eyebrow{display:inline-block;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:#7D1652;background:#7d165214;border-radius:20px;padding:5px 14px;margin-bottom:22px;font-weight:600}
.heado_contact .heado_h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;line-height:1.15;color:#1a1a1a;margin:0 0 18px}
.heado_contact .heado_h1 .accent_word{color:#26CE99}
.heado_contact .heado_subtext{font-size:1.05rem;line-height:1.65;color:#444;max-width:400px;margin:0 0 32px}
.heado_contact .heado_deco_bar{width:60px;height:5px;border-radius:3px;background:linear-gradient(90deg,#7D1652 0%,#26CE99 100%);margin-bottom:0}
.heado_contact .heado_img_col{flex:1 1 45%;position:relative;align-self:stretch;min-height:380px;display:flex;flex-direction:row;align-items:flex-end;justify-content:center}
.heado_contact .heado_img_clip_holder{position:relative;width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}
.heado_contact .heado_img_clip_holder img{width:340px;height:400px;object-fit:cover;clip-path:polygon(18% 0%,100% 0%,100% 82%,82% 100%,0% 100%,0% 18%);display:block;border-radius:0;box-shadow:6px 6px 0 #7d165226}
.heado_contact .heado_deco_blob{position:absolute;bottom:24px;right:18px;width:110px;height:110px;background:#fde45538;border-radius:50%;z-index:1}
.heado_contact .heado_deco_ring{position:absolute;top:30px;left:10px;width:70px;height:70px;border:3px solid #26ce992e;border-radius:50%;z-index:1}
.contact_info_strip{background:#7D1652;padding:0}
.contact_info_strip .cinfo_holder{max-width:1024px;margin:auto;display:flex;flex-direction:row;align-items:stretch;gap:0}
.contact_info_strip .cinfo_item{flex:1 1 33%;display:flex;flex-direction:row;align-items:center;gap:16px;padding:28px 32px;border-right:1px solid #ffffff1f}
.contact_info_strip .cinfo_item:last-child{border-right:none}
.contact_info_strip .cinfo_icon_wrap{width:44px;height:44px;border-radius:10px;background:#ffffff1f;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0}
.contact_info_strip .cinfo_icon_wrap svg{width:22px;height:22px}
.contact_info_strip .cinfo_lbl{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#fff9;margin-bottom:3px;font-weight:600}
.contact_info_strip .cinfo_val{font-size:.95rem;color:#fff;font-weight:500;line-height:1.4;word-break:break-word}
.contact_info_strip .cinfo_val a{color:#FDE455;text-decoration:none;font-weight:600;transition:opacity .2s}
.contact_info_strip .cinfo_val a:hover{opacity:.8}
.contact_main_sect{background:#fff;padding:72px 0 80px}
.contact_main_sect .cmain_holder{max-width:1024px;margin:auto;padding:0 24px;display:flex;flex-direction:row;align-items:flex-start;gap:56px}
.contact_main_sect .cform_col{flex:1 1 58%}
.contact_main_sect .cside_col{flex:1 1 38%}
.contact_main_sect .cform_heading{font-size:1.65rem;font-weight:800;color:#1a1a1a;margin:0 0 8px;position:relative;padding-bottom:16px}
.contact_main_sect .cform_heading::after{content:'';position:absolute;bottom:0;left:0;width:44px;height:4px;border-radius:2px;background:#26CE99}
.contact_main_sect .cform_subhead{font-size:.97rem;color:#666;margin:16px 0 28px;line-height:1.6}
.cntct_form .fld_row{display:flex;flex-direction:row;gap:16px;margin-bottom:0}
.cntct_form .fld_group{display:flex;flex-direction:column;gap:6px;margin-bottom:18px;flex:1 1 auto}
.cntct_form .fld_group label{font-size:.82rem;font-weight:600;color:#333;letter-spacing:.04em;text-transform:uppercase}
.cntct_form .fld_group input[type="text"],.cntct_form .fld_group input[type="email"],.cntct_form .fld_group input[type="tel"],.cntct_form .fld_group select,.cntct_form .fld_group textarea{padding:12px 16px;border:1.5px solid #ddd;border-radius:10px;font-size:.97rem;color:#222;background:#fafafa;box-shadow:inset 0 2px 4px #0000000a;transition:border-color 0.2s,box-shadow .2s;width:100%;box-sizing:border-box;appearance:none;-webkit-appearance:none}
.cntct_form .fld_group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:38px;cursor:pointer}
.cntct_form .fld_group input:focus,.cntct_form .fld_group select:focus,.cntct_form .fld_group textarea:focus{outline:none;border-color:#26CE99;box-shadow:inset 0 2px 4px #0000000a 0 0 0 3px #26ce991f}
.cntct_form .fld_group textarea{resize:vertical;min-height:100px}
.cntct_form .radio_group_lbl{font-size:.82rem;font-weight:600;color:#333;letter-spacing:.04em;text-transform:uppercase;display:block;margin-bottom:10px}
.cntct_form .radio_opt_row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;margin-bottom:18px}
.cntct_form .radio_opt_row label{display:flex;flex-direction:row;align-items:center;gap:8px;padding:9px 16px;border:1.5px solid #ddd;border-radius:8px;font-size:.9rem;color:#444;cursor:pointer;transition:border-color 0.2s,background .2s;background:#fafafa}
.cntct_form .radio_opt_row input[type="radio"]{accent-color:#7D1652;width:16px;height:16px}
.cntct_form .radio_opt_row label:hover{border-color:#26CE99;background:#26ce990d}
.cntct_form .privacy_row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin-bottom:22px;padding:14px 16px;background:#f9f9f9;border-radius:10px;border:1.5px solid #eee}
.cntct_form .privacy_row input[type="checkbox"]{accent-color:#7D1652;width:18px;height:18px;flex-shrink:0;margin-top:1px;cursor:pointer}
.cntct_form .privacy_row .priv_txt{font-size:.85rem;color:#555;line-height:1.55}
.cntct_form .privacy_row .priv_txt a{color:#7D1652;text-decoration:underline;font-weight:600}
.cntct_form .privacy_row .priv_txt a:hover{opacity:.75}
.cntct_form .submit_btn_holder{display:flex;flex-direction:row;align-items:center;gap:16px}
.cntct_form .btn_submit3{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:linear-gradient(135deg,#7D1652 0%,#a31e6e 100%);color:#fff;font-size:1rem;font-weight:700;padding:14px 36px;border-radius:10px;border:none;cursor:pointer;box-shadow:3px 3px 0 #7d165240;transition:opacity 0.2s,box-shadow 0.2s,transform .15s;text-decoration:none;position:relative;z-index:5}
.cntct_form .btn_submit3:hover{opacity:.9;box-shadow:4px 4px 0 #7d165259 0 0 16px #7d16522e;transform:translateY(-1px)}
.contact_main_sect .cside_col .cside_card{background:#fafafa;border:1.5px solid #eee;border-radius:14px;padding:30px 28px;margin-bottom:24px;box-shadow:3px 3px 0 #0000000d}
.contact_main_sect .cside_col .cside_card_title{font-size:1.05rem;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.contact_main_sect .cside_col .cside_card p{font-size:.92rem;color:#555;line-height:1.6;margin:0}
.contact_main_sect .cside_col .cside_hours_list{list-style:none;padding:0;margin:0}
.contact_main_sect .cside_col .cside_hours_list li{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:.9rem;color:#444;padding:8px 0;border-bottom:1px dashed #e8e8e8}
.contact_main_sect .cside_col .cside_hours_list li:last-child{border-bottom:none}
.contact_main_sect .cside_col .cside_hours_list .day_lbl{color:#666}
.contact_main_sect .cside_col .cside_hours_list .day_time{font-weight:600;color:#7D1652}
.contact_main_sect .cside_col .cside_addr_block{font-size:.92rem;color:#444;line-height:1.7}
.contact_main_sect .cside_col .cside_addr_block .addr_lbl{font-weight:700;color:#1a1a1a;display:block;margin-bottom:4px}
.faq_sect{background:#f4f4f2;padding:72px 0;position:relative}
.faq_sect::before{content:'';display:block;width:100%;height:4px;background:linear-gradient(90deg,#26CE99 0%,#FDE455 50%,#7D1652 100%);position:absolute;top:0;left:0}
.faq_sect .faq_holder{max-width:1024px;margin:auto;padding:0 24px}
.faq_sect .faq_top_row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:24px}
.faq_sect .faq_heading{font-size:1.65rem;font-weight:800;color:#1a1a1a;margin:0}
.faq_sect .faq_heading span{color:#26CE99}
.faq_sect .faq_note{font-size:.9rem;color:#777;max-width:280px;text-align:right;line-height:1.55}
.faq_sect .faq_grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.faq_sect .faq_item{background:#fff;border-radius:12px;border:1.5px solid #e8e8e8;box-shadow:2px 2px 0 #0000000a;overflow:hidden}
.faq_sect .faq_item input[type="checkbox"]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.faq_sect .faq_item label.faq_q{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;font-size:.95rem;font-weight:700;color:#1a1a1a;cursor:pointer;user-select:none;transition:background .18s}
.faq_sect .faq_item label.faq_q:hover{background:#26ce990a}
.faq_sect .faq_item label.faq_q .faq_tog{width:28px;height:28px;border-radius:6px;background:#f0f0f0;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.2s,transform .2s}
.faq_sect .faq_item label.faq_q .faq_tog svg{width:14px;height:14px;transition:transform .2s}
.faq_sect .faq_item .faq_ans{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s;padding:0 20px;font-size:.9rem;color:#555;line-height:1.65}
.faq_sect .faq_item input[type="checkbox"]:checked ~ label.faq_q{background:#26ce990f}
.faq_sect .faq_item input[type="checkbox"]:checked ~ label.faq_q .faq_tog{background:#26CE99;transform:rotate(45deg)}
.faq_sect .faq_item input[type="checkbox"]:checked ~ label.faq_q .faq_tog svg path{stroke:#fff}
.faq_sect .faq_item input[type="checkbox"]:checked ~ .faq_ans{max-height:200px;padding:0 20px 18px}
@media (max-width: 860px) {
.heado_contact .heado_inner_holder{flex-direction:column;min-height:unset}
.heado_contact .heado_txt_col{padding:48px 24px 24px;flex:unset;width:100%;box-sizing:border-box}
.heado_contact .heado_img_col{flex:unset;width:100%;min-height:240px;justify-content:center;align-items:center;padding-bottom:32px}
.heado_contact .heado_img_clip_holder img{width:240px;height:280px}
.contact_info_strip .cinfo_holder{flex-direction:column}
.contact_info_strip .cinfo_item{border-right:none;border-bottom:1px solid #ffffff1f;padding:20px 24px}
.contact_info_strip .cinfo_item:last-child{border-bottom:none}
.contact_main_sect .cmain_holder{flex-direction:column;gap:32px;padding:0 16px}
.contact_main_sect .cform_col,.contact_main_sect .cside_col{flex:unset;width:100%}
.cntct_form .fld_row{flex-direction:column;gap:0}
.faq_sect .faq_grid{grid-template-columns:1fr}
.faq_sect .faq_top_row{flex-direction:column;align-items:flex-start}
.faq_sect .faq_note{text-align:left;max-width:100%}
}
@media (max-width: 480px) {
.contact_main_sect{padding:40px 0 48px}
.faq_sect{padding:44px 0}
.heado_contact .heado_h1{font-size:1.7rem}
}
.prog_heado{position:relative;overflow:hidden;background:#1a1a2e;padding:80px 20px;text-align:center}
.prog_heado .particle_holder{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.prog_heado .particle_holder span{position:absolute;border-radius:50%;opacity:.18;animation:floatUp 8s infinite linear}
.prog_heado .particle_holder span:nth-child(1){width:12px;height:12px;background:#26CE99;left:10%;animation-delay:0s;animation-duration:7s}
.prog_heado .particle_holder span:nth-child(2){width:8px;height:8px;background:#FDE455;left:25%;animation-delay:1.5s;animation-duration:9s}
.prog_heado .particle_holder span:nth-child(3){width:16px;height:16px;background:#7D1652;left:45%;animation-delay:3s;animation-duration:6s}
.prog_heado .particle_holder span:nth-child(4){width:10px;height:10px;background:#26CE99;left:65%;animation-delay:.8s;animation-duration:10s}
.prog_heado .particle_holder span:nth-child(5){width:14px;height:14px;background:#FDE455;left:80%;animation-delay:2s;animation-duration:8s}
.prog_heado .particle_holder span:nth-child(6){width:6px;height:6px;background:#26CE99;left:90%;animation-delay:4s;animation-duration:7.5s}
.prog_heado .wave_sweep{position:absolute;top:0;left:-100%;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,#26ce991f 40%,#fde45517 60%,transparent 100%);animation:waveSweep 2.4s ease-out forwards;pointer-events:none}
@keyframes floatUp {
0%{transform:translateY(110vh) scale(0.8);opacity:.1}
50%{opacity:.22}
100%{transform:translateY(-10vh) scale(1.1);opacity:0}
}
@keyframes waveSweep {
0%{left:-100%}
100%{left:100%}
}
@keyframes breathPulse {
0%,100%{transform:scale(1)}
50%{transform:scale(1.04)}
}
.prog_heado .heado_inner{position:relative;z-index:2;max-width:760px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px}
.prog_heado .heado_tag{display:inline-block;background:#26ce992e;border:1px solid #26CE99;color:#26CE99;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;padding:6px 18px;border-radius:20px}
.prog_heado .heado_desc{color:#c8d6e5;font-size:1.05rem;line-height:1.65;max-width:520px}
.prog_heado h1{color:#fff;font-size:clamp(1.9rem,4.5vw,3rem);font-weight:700;line-height:1.2;margin:0}
.prog_heado h1 .h1_accent{color:#26CE99}
.prog_heado .heado_img_holder{margin-top:8px;border-radius:14px;overflow:hidden;box-shadow:4px 6px 0 #26ce9959 0 0 0 3px #26ce992e;animation:breathPulse 4s ease-in-out infinite;width:100%;max-width:580px}
.prog_heado .heado_img_holder img{width:100%;height:260px;object-fit:cover;display:block}
.mod_overview_sect{padding:72px 20px;background:#f9f9f9}
.mod_overview_holder{max-width:1024px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}
.mod_overview_left .sect_label{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:#7D1652;font-weight:700;margin-bottom:14px}
.mod_overview_left h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;color:#1a1a2e;line-height:1.25;margin:0 0 18px;position:relative;padding-bottom:16px}
.mod_overview_left h2::after{content:'';position:absolute;bottom:0;left:0;width:48px;height:3px;background:linear-gradient(90deg,#7D1652,#26CE99);border-radius:2px}
.mod_overview_left p{color:#4a4a5a;font-size:.97rem;line-height:1.7;margin:0}
.mod_overview_right{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.mod_card{background:#fff;border-radius:12px;padding:22px 20px;box-shadow:3px 3px 0 #e2e2e2;border-left:4px solid transparent;transition:box-shadow .22s ease,border-color .22s ease;cursor:default}
.mod_card:nth-child(1){border-color:#26CE99}
.mod_card:nth-child(2){border-color:#FDE455}
.mod_card:nth-child(3){border-color:#7D1652}
.mod_card:nth-child(4){border-color:#26CE99}
.mod_card:hover{box-shadow:5px 5px 0 silver;opacity:.92}
.mod_card .card_icon{width:36px;height:36px;margin-bottom:12px}
.mod_card h4{font-size:.95rem;font-weight:700;color:#1a1a2e;margin:0 0 8px}
.mod_card p{font-size:.87rem;color:#5a5a6e;line-height:1.6;margin:0}
.lsn_steps_sect{padding:72px 20px;background:#fff}
.lsn_steps_holder{max-width:1024px;margin:0 auto}
.lsn_steps_header{text-align:center;margin-bottom:52px}
.lsn_steps_header h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;color:#1a1a2e;margin:0 0 12px}
.lsn_steps_header p{color:#5a5a6e;font-size:.97rem;max-width:500px;margin:0 auto;line-height:1.65}
.lsn_steps_grid{display:flex;flex-direction:column;gap:0}
.lsn_step_row{display:grid;grid-template-columns:64px 1fr;gap:0 24px;position:relative;padding-bottom:36px}
.lsn_step_row:last-child{padding-bottom:0}
.lsn_step_num_col{display:flex;flex-direction:column;align-items:center}
.lsn_step_circle{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#26CE99,#1aad7f);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.1rem;flex-shrink:0;box-shadow:2px 3px 0 #26ce994d}
.lsn_step_row:nth-child(2) .lsn_step_circle{background:linear-gradient(135deg,#7D1652,#a01d6a);box-shadow:2px 3px 0 #7d16524d}
.lsn_step_row:nth-child(3) .lsn_step_circle{background:linear-gradient(135deg,#e6c400,#c8aa00);box-shadow:2px 3px 0 #fde45566}
.lsn_step_row:nth-child(4) .lsn_step_circle{background:linear-gradient(135deg,#26CE99,#1aad7f);box-shadow:2px 3px 0 #26ce994d}
.lsn_step_line{flex:1;width:2px;background:#e8e8ee;margin-top:6px;min-height:24px}
.lsn_step_row:last-child .lsn_step_line{display:none}
.lsn_step_content{padding-top:10px}
.lsn_step_content h4{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0 0 8px}
.lsn_step_content p{font-size:.9rem;color:#5a5a6e;line-height:1.65;margin:0 0 10px}
.lsn_step_tag_list{display:flex;flex-wrap:wrap;gap:6px;list-style:none;padding:0;margin:0}
.lsn_step_tag_list li{font-size:.78rem;background:#f2f5f3;color:#1a6a4e;border-radius:20px;padding:3px 12px;border:1px solid #c2e8d8}
.instrctrs_sect{padding:72px 20px;background:linear-gradient(160deg,#1a1a2e 60%,#2a1040 100%)}
.instrctrs_holder{max-width:1024px;margin:0 auto}
.instrctrs_top{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:44px;gap:20px}
.instrctrs_top h2{font-size:clamp(1.5rem,3vw,2rem);color:#fff;font-weight:700;margin:0;line-height:1.2}
.instrctrs_top h2 span{color:#26CE99}
.instrctrs_top p{color:#a0b0c8;font-size:.93rem;line-height:1.6;max-width:340px;margin:0;text-align:right}
.instrctrs_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.instr_card{background:#ffffff0f;border-radius:14px;overflow:hidden;border:1px solid #ffffff1a;transition:background 0.22s,box-shadow .22s}
.instr_card:hover{background:#ffffff1a;box-shadow:0 0 18px #26ce992e}
.instr_card_img{width:100%;height:180px;object-fit:cover;object-position:top;display:block;filter:grayscale(20%)}
.instr_card_body{padding:16px 16px 20px}
.instr_card_body h5{font-size:.95rem;color:#fff;font-weight:700;margin:0 0 4px}
.instr_card_body .instr_role{font-size:.8rem;color:#26CE99;display:block;margin-bottom:10px}
.instr_card_body p{font-size:.82rem;color:#a0b0c8;line-height:1.6;margin:0}
.cta_enroll_sect{padding:72px 20px;background:#fff;position:relative;overflow:hidden}
.cta_enroll_sect::before{content:'';position:absolute;top:-60px;right:-60px;width:320px;height:320px;background:radial-gradient(circle,#fde4552e 0%,transparent 70%);pointer-events:none}
.cta_enroll_holder{max-width:1024px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;position:relative;z-index:1}
.cta_enroll_left h2{font-size:clamp(1.5rem,3vw,2.1rem);color:#1a1a2e;font-weight:700;margin:0 0 16px;line-height:1.25}
.cta_enroll_left h2 .cta_accent{color:#7D1652;position:relative}
.cta_enroll_left h2 .cta_accent::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:2px;background:#FDE455;border-radius:2px}
.cta_enroll_left p{color:#4a4a5a;font-size:.97rem;line-height:1.7;margin:0 0 28px}
.cta_stat_row{display:flex;flex-direction:row;gap:28px;margin-bottom:32px}
.cta_stat_item{display:flex;flex-direction:column}
.cta_stat_item .stat_num{font-size:1.7rem;font-weight:800;color:#26CE99;line-height:1}
.cta_stat_item .stat_lbl{font-size:.78rem;color:#7a7a8a;margin-top:3px}
.cta_enroll_btn{display:inline-block;background:linear-gradient(135deg,#7D1652,#a01d6a);color:#fff;font-size:1rem;font-weight:700;padding:14px 36px;border-radius:10px;text-decoration:none;box-shadow:3px 3px 0 #7d165247;transition:opacity 0.2s,box-shadow 0.2s,transform .15s;position:relative;z-index:2;border:none;cursor:pointer}
.cta_enroll_btn:hover{opacity:.88;box-shadow:5px 5px 0 #7d165266;transform:translateY(-1px)}
.cta_enroll_right{background:#f4f6fb;border-radius:16px;padding:32px 28px;border:2px solid #e8e8f0;box-shadow:4px 4px 0 #e0e0e8}
.cta_enroll_right h4{font-size:1rem;font-weight:700;color:#1a1a2e;margin:0 0 20px}
.prog_checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.prog_checklist li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:.9rem;color:#3a3a4a;line-height:1.55}
.prog_checklist li svg{flex-shrink:0;margin-top:2px}
@media (max-width: 860px) {
.mod_overview_holder{grid-template-columns:1fr}
.mod_overview_right{grid-template-columns:1fr 1fr}
.instrctrs_grid{grid-template-columns:repeat(2,1fr)}
.instrctrs_top{flex-direction:column;align-items:flex-start}
.instrctrs_top p{text-align:left}
.cta_enroll_holder{grid-template-columns:1fr;gap:36px}
}
@media (max-width: 560px) {
.mod_overview_right{grid-template-columns:1fr}
.instrctrs_grid{grid-template-columns:1fr 1fr}
.cta_stat_row{gap:18px}
.lsn_step_row{grid-template-columns:44px 1fr}
.lsn_step_circle{width:40px;height:40px;font-size:.9rem}
}
@media (max-width: 400px) {
.instrctrs_grid{grid-template-columns:1fr}
}
.success_heado{position:relative;overflow:hidden;padding:80px 20px 100px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.success_heado .aurora_bg{position:absolute;inset:0;z-index:0;background:linear-gradient(135deg,#e8f9f2 0%,#fde8f3 25%,#fffbe6 50%,#e0f5ee 75%,#f3e8fd 100%);background-size:400% 400%;animation:aurora_shift 12s ease infinite}
@keyframes aurora_shift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.success_heado .parallax_deco{position:absolute;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle at 40% 40%,#26ce992e 0%,#7d165214 60%,transparent 100%);top:-60px;right:-60px;z-index:0;transition:transform .12s ease-out;pointer-events:none}
.success_heado .parallax_deco2{position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,#fde45538 0%,transparent 70%);bottom:-40px;left:5%;z-index:0;transition:transform .18s ease-out;pointer-events:none}
.success_heado_inner{position:relative;z-index:2;max-width:620px;margin:0 auto;animation:fadeup_in .85s cubic-bezier(0.22,0.6,0.36,1) both}
@keyframes fadeup_in {
from{opacity:0;transform:translateY(28px)}
to{opacity:1;transform:translateY(0)}
}
.success_heado_inner .checkmark_holder{display:flex;align-items:center;justify-content:center;margin-bottom:28px}
.success_heado_inner .checkmark_holder svg{width:72px;height:72px;filter:drop-shadow(0 4px 8px #26ce9947)}
.success_heado_inner h1{font-size:clamp(1.9rem,5vw,2.9rem);font-weight:800;color:#1a1a2e;line-height:1.18;margin-bottom:16px;letter-spacing:-.02em}
.success_heado_inner h1 .accent_green{color:#26CE99}
.success_heado_inner .heado_sub{font-size:clamp(1rem,2.5vw,1.18rem);color:#3a3a4a;line-height:1.62;margin-bottom:36px;max-width:480px;margin-left:auto;margin-right:auto}
.success_heado_inner .heado_btn_row{display:flex;flex-direction:row;gap:14px;justify-content:center;flex-wrap:wrap}
.btn_prim_success{display:inline-block;background:linear-gradient(135deg,#26CE99 0%,#1aab7e 100%);color:#fff;font-size:1rem;font-weight:700;padding:13px 30px;border-radius:10px;text-decoration:none;border:none;box-shadow:0 3px 6px #26ce9940;transition:opacity 0.2s,box-shadow 0.2s,transform .15s;cursor:pointer;position:relative;z-index:5}
.btn_prim_success:hover{opacity:.88;box-shadow:0 5px 14px #26ce9961;transform:translateY(-2px)}
.btn_outline_success{display:inline-block;background:transparent;color:#7D1652;font-size:1rem;font-weight:700;padding:12px 28px;border-radius:10px;text-decoration:none;border:2px solid #7D1652;transition:background 0.2s,color 0.2s,box-shadow 0.2s,transform .15s;cursor:pointer;position:relative;z-index:5}
.btn_outline_success:hover{background:#7D1652;color:#fff;box-shadow:0 4px 12px #7d165238;transform:translateY(-2px)}
.divider_wave_holder{width:100%;line-height:0;overflow:hidden;margin-top:-2px}
.divider_wave_holder svg{display:block;width:100%}
.next_steps_section{background:#fff;padding:72px 20px 80px}
.next_steps_holder{max-width:1024px;margin:0 auto}
.next_steps_holder .sect_label{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#7D1652;background:#7d165212;padding:5px 14px;border-radius:20px;margin-bottom:18px}
.next_steps_holder .sect_title{font-size:clamp(1.45rem,3.5vw,2.1rem);font-weight:800;color:#1a1a2e;line-height:1.22;margin-bottom:10px;position:relative;display:inline-block}
.next_steps_holder .sect_title::after{content:'';display:block;width:54px;height:4px;border-radius:2px;background:linear-gradient(90deg,#26CE99,#FDE455);margin-top:10px}
.next_steps_holder .sect_desc{font-size:1rem;color:#555;line-height:1.6;max-width:520px;margin-bottom:48px}
.steps_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.step_card{background:#f9fafb;border-radius:14px;padding:32px 26px 28px;box-shadow:3px 3px 0 #26ce9924;border:1.5px solid #e8edf2;display:flex;flex-direction:column;gap:12px;transition:box-shadow 0.2s,transform 0.18s,opacity .2s;position:relative;overflow:hidden}
.step_card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;border-radius:14px 14px 0 0}
.step_card:nth-child(1)::before{background:#26CE99}
.step_card:nth-child(2)::before{background:#7D1652}
.step_card:nth-child(3)::before{background:#FDE455}
.step_card:hover{transform:translateY(-4px);box-shadow:4px 6px 0 #26ce9938;opacity:.95}
.step_card .step_num{font-size:2rem;font-weight:900;color:#e8edf2;line-height:1;letter-spacing:-.04em;margin-bottom:4px}
.step_card:nth-child(2) .step_num{color:#7d16521a}
.step_card:nth-child(3) .step_num{color:#fde45559}
.step_card .step_icon_holder{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:4px}
.step_card:nth-child(1) .step_icon_holder{background:#26ce991f}
.step_card:nth-child(2) .step_icon_holder{background:#7d16521a}
.step_card:nth-child(3) .step_icon_holder{background:#fde45538}
.step_card .step_icon_holder svg{width:22px;height:22px}
.step_card h4{font-size:1.05rem;font-weight:700;color:#1a1a2e;line-height:1.3;margin:0}
.step_card p{font-size:.93rem;color:#555;line-height:1.58;margin:0}
.step_card .step_link{margin-top:auto;display:inline-flex;align-items:center;gap:6px;font-size:.9rem;font-weight:700;text-decoration:none;color:#26CE99;transition:gap 0.18s,opacity .18s}
.step_card:nth-child(2) .step_link{color:#7D1652}
.step_card:nth-child(3) .step_link{color:#b58a00}
.step_card .step_link:hover{gap:10px;opacity:.8}
@media (max-width: 768px) {
.steps_grid{grid-template-columns:1fr 1fr}
.success_heado{padding:60px 16px 80px}
}
@media (max-width: 520px) {
.steps_grid{grid-template-columns:1fr}
.success_heado_inner .heado_btn_row{flex-direction:column;align-items:center}
.btn_prim_success,.btn_outline_success{width:100%;text-align:center}
}