@import "https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;1,400;0,700;1,700&display=swap";
html,body{margin:0;padding:0;font-family:'Fira Sans',sans-serif;font-size:16px;line-height:1.6;color:#0B2750;background:#F3E9E3}
.site_header{background:#0B2750;border-bottom:3px solid #F09384;width:100%}
.header_inner_container{max-width:1000px;margin:auto;display:flex;align-items:stretch;min-height:90px}
.header_left_zone{display:flex;align-items:center;gap:14px;padding:16px 24px 16px 16px;flex:0 0 50%;border-right:1px solid #f0938459}
.site_logo_wrapper{flex-shrink:0}
.site_logo_wrapper img{width:80px;height:80px;object-fit:contain;display:block;border-radius:8px;background:#f3e9e314;padding:4px;box-shadow:0 2px 6px #00000047}
.company_name_block{display:flex;flex-direction:column}
.company_name_block .brand_name{font-size:1.6rem;font-weight:700;color:#F3E9E3;letter-spacing:.03em;line-height:1.2}
.company_name_block .brand_tagline_sub{font-size:.75rem;color:#F09384;font-style:italic;margin-top:3px}
.header_right_zone{flex:0 0 50%;display:flex;flex-direction:column;justify-content:center;padding:12px 16px 12px 24px;gap:10px}
.main_nav_container{display:flex;flex-wrap:wrap;gap:4px 6px;align-items:center}
.main_nav_container a{color:#F3E9E3;text-decoration:none;font-size:.82rem;padding:5px 10px;border-radius:6px;transition:background 280ms ease,color 280ms ease;white-space:nowrap}
.main_nav_container a:hover{background:#f093842e;color:#F09384}
.main_nav_container a.active_link{color:#F09384;border-bottom:2px solid #F09384}
.header_right_zone .header_tagline{font-size:.72rem;color:#f3e9e38c;font-style:italic;padding-left:10px}
.site_footer{background:linear-gradient(160deg,#0B2750 60%,#1a3d6e 100%);color:#F3E9E3;padding:48px 0 0;margin-top:60px;border-top:3px solid #F09384}
.footer_inner_container{max-width:1000px;margin:auto;padding:0 16px;display:flex;flex-wrap:wrap;gap:36px;justify-content:space-between}
.footer_column_block{flex:1 1 200px}
.footer_column_block .footer_col_heading{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#F09384;margin-bottom:14px;padding-bottom:6px;border-bottom:1px solid #f093844d}
.footer_column_block p{font-size:.82rem;color:#f3e9e3b8;line-height:1.7;margin:0}
.footer_links_list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.footer_links_list li a{color:#f3e9e3bf;text-decoration:none;font-size:.84rem;transition:color 280ms ease;display:flex;align-items:center;gap:6px}
.footer_links_list li a:hover{color:#F09384}
.footer_contact_item{display:flex;align-items:flex-start;gap:8px;margin-bottom:10px;font-size:.82rem;color:#f3e9e3b8}
.footer_contact_item i{color:#F09384;margin-top:2px;flex-shrink:0}
.footer_bottom_bar{max-width:1000px;margin:36px auto 0;padding:16px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;border-top:1px solid #f0938433;gap:10px}
.footer_bottom_bar .copyright_text{font-size:.75rem;color:#f3e9e373}
.footer_bottom_bar .footer_policy_links{display:flex;gap:16px}
.footer_bottom_bar .footer_policy_links a{color:#f3e9e373;font-size:.75rem;text-decoration:none;transition:color 280ms ease}
.footer_bottom_bar .footer_policy_links a:hover{color:#F09384}
.cookie_sidebar_panel{position:fixed;top:20px;right:-380px;width:340px;background:#0B2750;border-left:3px solid #F09384;border-radius:12px 0 0 12px;box-shadow:-4px 4px 16px #0006;z-index:9999;padding:24px 20px;opacity:0;transition:right 350ms ease,opacity 350ms ease;max-height:calc(100vh - 40px);overflow-y:auto}
.cookie_sidebar_panel.showing{right:0;opacity:1}
.cookie_sidebar_panel.hiding{right:-380px;opacity:0}
.cookie_panel_heading{font-size:1rem;font-weight:700;color:#F3E9E3;margin:0 0 8px;display:flex;align-items:center;gap:8px}
.cookie_panel_heading i{color:#F09384}
.cookie_panel_description{font-size:.78rem;color:#f3e9e3b3;line-height:1.6;margin-bottom:18px}
.cookie_settings_group{background:#f3e9e30f;border-radius:8px;padding:14px;margin-bottom:16px}
.cookie_settings_group .group_label{font-size:.8rem;font-weight:700;color:#F3E9E3;margin-bottom:10px}
.cookie_toggle_row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.cookie_toggle_row .toggle_label_text{font-size:.76rem;color:#f3e9e3bf}
.cookie_toggle_row .toggle_label_text span{display:block;font-size:.68rem;color:#f3e9e373;margin-top:2px}
.toggle_switch_wrapper{position:relative;width:38px;height:20px;flex-shrink:0}
.toggle_switch_wrapper input{opacity:0;width:0;height:0;position:absolute}
.toggle_track{position:absolute;inset:0;background:#f3e9e333;border-radius:20px;cursor:pointer;transition:background 300ms}
.toggle_track::after{content:'';position:absolute;width:14px;height:14px;background:#F3E9E3;border-radius:50%;top:3px;left:3px;transition:left 300ms}
.toggle_switch_wrapper input:checked + .toggle_track{background:#F09384}
.toggle_switch_wrapper input:checked + .toggle_track::after{left:21px}
.toggle_switch_wrapper input:disabled + .toggle_track{opacity:.5;cursor:not-allowed}
.cookie_action_links{display:flex;flex-direction:column;gap:8px;margin-top:6px}
.cookie_action_links a{color:#F09384;text-decoration:underline;font-size:.8rem;cursor:pointer;text-align:center;transition:color 280ms}
.cookie_action_links a:hover{color:#F3E9E3}
.cookie_policy_tooltip_row{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px;padding-top:12px;border-top:1px solid #f3e9e31f}
.cookie_policy_tooltip_row a{color:#f3e9e373;font-size:.7rem;text-decoration:none}
.cookie_policy_tooltip_row a:hover{color:#F09384}
.cookie_keyboard_hint{text-align:center;font-size:.65rem;color:#f3e9e34d;margin-top:10px}
@media (max-width: 768px) {
.header_inner_container{flex-direction:column;min-height:auto}
.header_left_zone{flex:none;width:100%;border-right:none;border-bottom:1px solid #f0938440;padding:14px 16px;box-sizing:border-box}
.header_right_zone{flex:none;width:100%;padding:12px 16px;box-sizing:border-box}
.main_nav_container a{font-size:.78rem;padding:4px 8px}
.footer_inner_container{flex-direction:column;gap:24px}
.cookie_sidebar_panel{width:290px}
}
@media (max-width: 375px) {
.company_name_block .brand_name{font-size:1.3rem}
.site_logo_wrapper img{width:60px;height:60px}
.main_nav_container a{font-size:.73rem}
}
.terms-wrapper-jp{max-width:1000px;margin:0 auto;padding:48px 24px 64px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.8;color:#0B2750;background-color:#F3E9E3;border-radius:12px}
.terms-wrapper-jp h1{font-size:2.2rem;font-weight:800;line-height:1.2;margin-top:0;margin-bottom:24px;padding-bottom:16px;color:#0B2750;border-bottom:3px solid #F09384;letter-spacing:-.02em}
.terms-wrapper-jp h2{font-size:1.6rem;font-weight:700;line-height:1.3;margin-top:48px;margin-bottom:16px;color:#0B2750;padding-left:14px;border-left:4px solid #F09384}
.terms-wrapper-jp h3{font-size:1.25rem;font-weight:700;line-height:1.4;margin-top:36px;margin-bottom:12px;color:#0B2750}
.terms-wrapper-jp h4{font-size:1.1rem;font-weight:600;line-height:1.4;margin-top:28px;margin-bottom:10px;color:#1a3d6b}
.terms-wrapper-jp h5{font-size:1rem;font-weight:600;line-height:1.5;margin-top:24px;margin-bottom:8px;color:#1a3d6b;text-transform:uppercase;letter-spacing:.05em}
.terms-wrapper-jp h6{font-size:.9rem;font-weight:600;line-height:1.5;margin-top:20px;margin-bottom:8px;color:#2a4f7c;text-transform:uppercase;letter-spacing:.06em}
.terms-wrapper-jp p{margin-top:0;margin-bottom:18px;color:#0B2750}
.terms-wrapper-jp ul{margin-top:8px;margin-bottom:18px;padding-left:0;list-style:none}
.terms-wrapper-jp ol{margin-top:8px;margin-bottom:18px;padding-left:24px;list-style-position:outside;counter-reset:policy-counter;list-style:none}
.terms-wrapper-jp ul li{position:relative;padding-left:22px;margin-bottom:8px;color:#0B2750;line-height:1.75}
.terms-wrapper-jp ul li::before{content:"";position:absolute;left:0;top:11px;width:8px;height:8px;border-radius:50%;background-color:#F09384}
.terms-wrapper-jp ol li{position:relative;padding-left:32px;margin-bottom:10px;color:#0B2750;line-height:1.75;counter-increment:policy-counter}
.terms-wrapper-jp ol li::before{content:counter(policy-counter) ".";position:absolute;left:0;top:0;font-weight:700;color:#F09384;font-size:.95rem;min-width:24px}
.terms-wrapper-jp ul ul,.terms-wrapper-jp ul ol,.terms-wrapper-jp ol ul,.terms-wrapper-jp ol ol{margin-top:6px;margin-bottom:6px;padding-left:16px}
.terms-wrapper-jp ul ul li::before{width:6px;height:6px;background-color:transparent;border:2px solid #F09384;top:12px}
.terms-wrapper-jp strong,.terms-wrapper-jp b{font-weight:700;color:#0B2750}
.terms-wrapper-jp em,.terms-wrapper-jp i{font-style:italic;color:#2a4f7c}
.terms-wrapper-jp table{width:100%;border-collapse:collapse;margin-top:24px;margin-bottom:32px;font-size:.95rem;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0b27501a}
.terms-wrapper-jp thead{background:linear-gradient(135deg,#0B2750,#1a3d6b)}
.terms-wrapper-jp thead th{padding:14px 18px;text-align:left;font-size:.85rem;font-weight:700;color:#F3E9E3;letter-spacing:.06em;text-transform:uppercase;border-bottom:3px solid #F09384}
.terms-wrapper-jp tbody tr{background-color:#fff;transition:background-color 300ms ease}
.terms-wrapper-jp tbody tr:nth-child(even){background-color:#faf6f3}
.terms-wrapper-jp tbody tr:hover{background-color:#fef0ec}
.terms-wrapper-jp tbody td{padding:12px 18px;color:#0B2750;border-bottom:1px solid #0b275014;line-height:1.6;vertical-align:top}
.terms-wrapper-jp tbody tr:last-child td{border-bottom:none}
.terms-wrapper-jp th{font-weight:700}
.terms-wrapper-jp td strong,.terms-wrapper-jp td b{color:#0B2750}
@media (max-width: 768px) {
.terms-wrapper-jp{padding:32px 16px 48px;font-size:15px}
.terms-wrapper-jp h1{font-size:1.7rem}
.terms-wrapper-jp h2{font-size:1.35rem;margin-top:36px}
.terms-wrapper-jp h3{font-size:1.15rem;margin-top:28px}
.terms-wrapper-jp h4{font-size:1rem}
.terms-wrapper-jp table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}
.terms-wrapper-jp thead th,.terms-wrapper-jp tbody td{padding:10px 14px}
}
@media (max-width: 375px) {
.terms-wrapper-jp{padding:24px 12px 40px;font-size:14px}
.terms-wrapper-jp h1{font-size:1.45rem}
.terms-wrapper-jp h2{font-size:1.2rem}
.terms-wrapper-jp h3{font-size:1.05rem}
.terms-wrapper-jp ul li{padding-left:18px}
.terms-wrapper-jp ol li{padding-left:26px}
}
.hero_section{position:relative;overflow:hidden;background:linear-gradient(135deg,#0B2750 0%,#1a3d6b 50%,#0B2750 100%);padding:80px 20px}
.hero_section .hero_inner_container{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}
.hero_section .hero_image_anchor{position:relative;width:100%;max-width:680px;margin:0 auto 40px;border-radius:16px;overflow:hidden}
.hero_section .hero_image_anchor img{width:100%;height:420px;object-fit:cover;display:block;border-radius:16px}
.hero_section .hero_image_anchor .double_exposure_overlay{position:absolute;inset:0;background:linear-gradient(160deg,#f093848c 0%,#0b2750c7 60%,#0b2750eb 100%);border-radius:16px}
.hero_section .hero_image_anchor .hero_text_on_image{position:absolute;bottom:32px;left:32px;right:32px;z-index:3}
.hero_section .hero_image_anchor .hero_text_on_image h1{color:#fff;font-size:2.4rem;font-weight:800;line-height:1.2;margin:0 0 12px;letter-spacing:-.5px}
.hero_section .hero_image_anchor .hero_text_on_image h1 .accent_word{color:#F09384;position:relative}
.hero_section .hero_image_anchor .hero_text_on_image h1 .accent_word::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:2px;background:#F09384;border-radius:2px}
.hero_section .hero_subtitle_row{display:flex;flex-direction:row;gap:24px;align-items:flex-start;max-width:680px;width:100%}
.hero_section .hero_subtitle_row p{color:#F3E9E3;font-size:1.05rem;line-height:1.65;margin:0;flex:1}
.hero_section .hero_cta_button{display:inline-block;background:linear-gradient(90deg,#F09384,#e07060);color:#fff;font-size:1rem;font-weight:700;padding:14px 32px;border-radius:10px;text-decoration:none;white-space:nowrap;box-shadow:0 4px 14px #f0938459;transition:background 0.3s,box-shadow 0.3s,transform .2s;position:relative;z-index:5;border:none;cursor:pointer}
.hero_section .hero_cta_button:hover{background:linear-gradient(90deg,#e07060,#F09384);box-shadow:0 6px 20px #f0938480;transform:translateY(-2px)}
.hero_deco_shape{position:absolute;top:-60px;right:-60px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,#f093842e 0%,transparent 70%);pointer-events:none}
.hero_deco_shape_2{position:absolute;bottom:-80px;left:-80px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,#f093841a 0%,transparent 70%);pointer-events:none}
.content_resources_section{background:#F3E9E3;padding:72px 20px}
.content_resources_section .resources_container{max-width:1000px;margin:0 auto}
.content_resources_section .section_label{display:inline-block;background:#F09384;color:#fff;font-size:.78rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:16px}
.content_resources_section .resources_header{font-size:1.9rem;font-weight:800;color:#0B2750;margin:0 0 10px;line-height:1.25}
.content_resources_section .resources_header span{color:#F09384}
.content_resources_section .resources_intro{color:#3a4a5c;font-size:1rem;line-height:1.65;max-width:640px;margin:0 0 40px}
.resources_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.resource_card{background:#fff;border-radius:14px;padding:28px 22px;box-shadow:0 2px 8px #0b275014;border-top:3px solid #F09384;transition:transform 0.25s,box-shadow .25s;position:relative}
.resource_card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #0b275021}
.resource_card .card_icon_wrapper{width:46px;height:46px;background:linear-gradient(135deg,#F09384,#e07060);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.resource_card .card_icon_wrapper i{color:#fff;font-size:1.3rem}
.resource_card h5{color:#0B2750;font-size:1rem;font-weight:700;margin:0 0 8px}
.resource_card p{color:#5a6a7a;font-size:.88rem;line-height:1.6;margin:0}
.audience_section{background:#fff;padding:72px 20px}
.audience_section .audience_container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.audience_section .audience_image_wrapper{position:relative;border-radius:16px;overflow:hidden}
.audience_section .audience_image_wrapper img{width:100%;height:360px;object-fit:cover;display:block;border-radius:16px}
.audience_section .audience_image_wrapper .image_badge{position:absolute;bottom:20px;left:20px;background:#0b2750e6;color:#F3E9E3;font-size:.85rem;padding:10px 18px;border-radius:10px;border-left:3px solid #F09384}
.audience_section .audience_text_col h2{font-size:1.85rem;font-weight:800;color:#0B2750;line-height:1.25;margin:0 0 16px}
.audience_section .audience_text_col h2 .tbd{color:#F09384}
.audience_section .audience_text_col p{color:#3a4a5c;font-size:.97rem;line-height:1.7;margin:0 0 24px}
.audience_levels_list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.audience_levels_list li{display:flex;align-items:center;gap:12px;color:#0B2750;font-size:.94rem;font-weight:500}
.audience_levels_list li .level_dot{width:10px;height:10px;border-radius:50%;background:#F09384;flex-shrink:0}
.connections_section{background:linear-gradient(135deg,#0B2750 0%,#162f55 100%);padding:72px 20px;position:relative;overflow:hidden}
.connections_section::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#f093841f 0%,transparent 70%);pointer-events:none}
.connections_section .connections_container{max-width:1000px;margin:0 auto;position:relative;z-index:2}
.connections_section .section_eyebrow{color:#F09384;font-size:.82rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px}
.connections_section h2{color:#fff;font-size:1.85rem;font-weight:800;margin:0 0 12px;line-height:1.25}
.connections_section .connections_intro{color:#b8cce0;font-size:.97rem;line-height:1.65;max-width:560px;margin:0 0 44px}
.connections_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.connection_card{background:#ffffff12;border:1px solid #f0938433;border-radius:14px;padding:28px;display:flex;flex-direction:column;gap:10px;transition:background 0.3s,border-color .3s}
.connection_card:hover{background:#ffffff1f;border-color:#f0938473}
.connection_card .connection_number{font-size:2rem;font-weight:900;color:#F09384;line-height:1}
.connection_card h5{color:#fff;font-size:1rem;font-weight:700;margin:0}
.connection_card p{color:#94adc5;font-size:.86rem;line-height:1.6;margin:0}
.connections_image_row{margin-top:44px;border-radius:14px;overflow:hidden;position:relative}
.connections_image_row img{width:100%;height:240px;object-fit:cover;display:block;border-radius:14px;opacity:.7}
.connections_image_row .image_caption_overlay{position:absolute;inset:0;background:linear-gradient(90deg,#0b2750d9 0%,transparent 60%);display:flex;align-items:center;padding:0 36px}
.connections_image_row .image_caption_overlay p{color:#F3E9E3;font-size:1.05rem;font-weight:600;max-width:380px;line-height:1.5;margin:0}
.support_section{background:#F3E9E3;padding:72px 20px}
.support_section .support_container{max-width:1000px;margin:0 auto}
.support_section h2{font-size:1.85rem;font-weight:800;color:#0B2750;margin:0 0 10px;line-height:1.25}
.support_section .support_desc{color:#3a4a5c;font-size:.97rem;line-height:1.65;max-width:580px;margin:0 0 40px}
.support_tabs_wrapper{display:flex;flex-direction:column;gap:0}
.support_tabs_wrapper input[type="radio"]{display:none}
.support_tabs_labels{display:flex;flex-direction:row;gap:0;border-bottom:2px solid #ddd;margin-bottom:0}
.support_tab_label{padding:12px 24px;cursor:pointer;color:#6a7a8a;font-size:.92rem;font-weight:600;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color 0.25s,border-color .25s;user-select:none}
.support_tab_label:hover{color:#F09384}
#support_tab_1:checked ~ .support_tabs_labels label[for="support_tab_1"],#support_tab_2:checked ~ .support_tabs_labels label[for="support_tab_2"],#support_tab_3:checked ~ .support_tabs_labels label[for="support_tab_3"]{color:#0B2750;border-bottom-color:#F09384}
.support_tab_panels{background:#fff;border-radius:0 0 14px 14px;box-shadow:0 2px 8px #0b275012}
.support_tab_panel{display:none;padding:32px}
#support_tab_1:checked ~ .support_tab_panels .panel_1,#support_tab_2:checked ~ .support_tab_panels .panel_2,#support_tab_3:checked ~ .support_tab_panels .panel_3{display:block}
.support_tab_panel h4{color:#0B2750;font-size:1.1rem;font-weight:700;margin:0 0 12px}
.support_tab_panel p{color:#4a5a6a;font-size:.93rem;line-height:1.65;margin:0 0 16px}
.support_tab_panel p:last-child{margin-bottom:0}
.transparency_section{background:#fff;padding:72px 20px}
.transparency_section .transparency_container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.transparency_section .trans_text_col h2{font-size:1.85rem;font-weight:800;color:#0B2750;margin:0 0 14px;line-height:1.25}
.transparency_section .trans_text_col h2 span{color:#F09384}
.transparency_section .trans_text_col p{color:#3a4a5c;font-size:.96rem;line-height:1.7;margin:0 0 20px}
.transparency_steps{display:flex;flex-direction:column;gap:0;position:relative}
.transparency_steps::before{content:'';position:absolute;left:17px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#F09384,#0B2750);border-radius:2px}
.trans_step{display:flex;flex-direction:row;gap:18px;padding:0 0 28px;position:relative}
.trans_step:last-child{padding-bottom:0}
.trans_step .step_circle{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#F09384,#e07060);color:#fff;font-size:.85rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:2;box-shadow:0 2px 6px #f0938466}
.trans_step .step_text h5{color:#0B2750;font-size:.97rem;font-weight:700;margin:6px 0 4px}
.trans_step .step_text p{color:#5a6a7a;font-size:.86rem;line-height:1.6;margin:0}
.trans_image_col{position:relative}
.trans_image_col img{width:100%;height:380px;object-fit:cover;border-radius:16px;display:block}
.trans_image_col .trans_stat_badge{position:absolute;top:24px;right:-16px;background:#0B2750;color:#F3E9E3;border-radius:12px;padding:16px 20px;box-shadow:0 4px 14px #0b27504d;text-align:center;min-width:120px}
.trans_image_col .trans_stat_badge .stat_num{font-size:1.8rem;font-weight:900;color:#F09384;line-height:1;display:block}
.trans_image_col .trans_stat_badge .stat_desc{font-size:.76rem;color:#b8cce0;display:block;margin-top:4px;line-height:1.4}
.schedule_section{background:linear-gradient(160deg,#F09384 0%,#0B2750 100%);padding:72px 20px;position:relative;overflow:hidden}
.schedule_section::after{content:'';position:absolute;bottom:-80px;right:-80px;width:320px;height:320px;border-radius:50%;background:#ffffff0f;pointer-events:none}
.schedule_section .schedule_container{max-width:1000px;margin:0 auto;position:relative;z-index:2}
.schedule_section h2{color:#fff;font-size:1.85rem;font-weight:800;margin:0 0 10px;line-height:1.25}
.schedule_section .schedule_intro{color:#ffffffd1;font-size:.97rem;line-height:1.65;max-width:560px;margin:0 0 44px}
.schedule_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}
.schedule_card{background:#ffffff1f;border:1px solid #fff3;border-radius:14px;padding:28px 22px;backdrop-filter:blur(4px);transition:background .3s}
.schedule_card:hover{background:#fff3}
.schedule_card .sched_icon{font-size:1.6rem;color:#fff;margin-bottom:14px;display:block}
.schedule_card h5{color:#fff;font-size:.97rem;font-weight:700;margin:0 0 8px}
.schedule_card p{color:#ffffffbf;font-size:.85rem;line-height:1.6;margin:0}
.schedule_image_banner{border-radius:14px;overflow:hidden;position:relative}
.schedule_image_banner img{width:100%;height:220px;object-fit:cover;display:block;border-radius:14px;filter:brightness(0.6)}
.schedule_image_banner .banner_cta_overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 40px}
.schedule_image_banner .banner_cta_overlay p{color:#fff;font-size:1.15rem;font-weight:700;max-width:420px;line-height:1.45;margin:0}
.schedule_image_banner .banner_cta_overlay a{display:inline-block;background:#fff;color:#0B2750;font-size:.95rem;font-weight:700;padding:14px 28px;border-radius:10px;text-decoration:none;white-space:nowrap;box-shadow:0 4px 12px #0003;transition:background 0.25s,color 0.25s,transform .2s;position:relative;z-index:5}
.schedule_image_banner .banner_cta_overlay a:hover{background:#F09384;color:#fff;transform:translateY(-2px)}
@media (max-width: 1366px) {
.resources_grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 768px) {
.hero_section .hero_image_anchor .hero_text_on_image h1{font-size:1.65rem}
.hero_section .hero_subtitle_row{flex-direction:column;gap:16px}
.resources_grid{grid-template-columns:1fr 1fr}
.audience_section .audience_container{grid-template-columns:1fr;gap:28px}
.audience_section .audience_image_wrapper img{height:260px}
.connections_grid{grid-template-columns:1fr}
.connections_image_row img{height:180px}
.connections_image_row .image_caption_overlay{padding:0 20px}
.support_tabs_labels{flex-wrap:wrap}
.support_tab_label{padding:10px 16px;font-size:.84rem}
.transparency_section .transparency_container{grid-template-columns:1fr;gap:32px}
.trans_image_col .trans_stat_badge{right:10px;top:10px}
.schedule_grid{grid-template-columns:1fr 1fr}
.schedule_image_banner .banner_cta_overlay{flex-direction:column;gap:20px;padding:24px;text-align:center}
.schedule_image_banner img{height:280px}
}
@media (max-width: 375px) {
.hero_section{padding:48px 14px}
.hero_section .hero_image_anchor .hero_text_on_image{left:16px;right:16px;bottom:18px}
.hero_section .hero_image_anchor .hero_text_on_image h1{font-size:1.3rem}
.resources_grid{grid-template-columns:1fr}
.schedule_grid{grid-template-columns:1fr}
.content_resources_section{padding:48px 14px}
.audience_section{padding:48px 14px}
.connections_section{padding:48px 14px}
.support_section{padding:48px 14px}
.transparency_section{padding:48px 14px}
.schedule_section{padding:48px 14px}
}
.contact_hero_wrapper{position:relative;width:100%;min-height:420px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.contact_hero_wrapper .hero_image_layer{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.38;filter:sepia(0.45) contrast(1.1) brightness(0.85);z-index:1}
.contact_hero_wrapper .hero_gradient_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0B2750 0%,#F09384 100%);opacity:.72;z-index:2}
.contact_hero_wrapper .hero_geo_shape_one{position:absolute;top:-60px;right:-60px;width:280px;height:280px;border:2px solid #f3e9e32e;transform:rotate(32deg);z-index:3;border-radius:12px}
.contact_hero_wrapper .hero_geo_shape_two{position:absolute;bottom:-40px;left:-40px;width:180px;height:180px;border:1.5px solid #f0938438;transform:rotate(-18deg);z-index:3;border-radius:8px}
.contact_hero_wrapper .hero_geo_shape_three{position:absolute;top:50%;left:8%;width:90px;height:90px;border:1px solid #f3e9e324;transform:translateY(-50%) rotate(55deg);z-index:3;border-radius:4px}
.contact_hero_wrapper .hero_content_container{position:relative;z-index:4;text-align:center;padding:60px 24px;max-width:620px;margin:auto}
.contact_hero_wrapper .hero_content_container .hero_label{display:inline-block;background:#f093842e;border:1px solid #f0938461;color:#F3E9E3;font-size:11px;letter-spacing:2.5px;text-transform:uppercase;padding:5px 16px;border-radius:100px;margin-bottom:22px}
.contact_hero_wrapper .hero_content_container .hero_heading{font-size:2.8rem;font-weight:700;color:#F3E9E3;margin:0 0 30px;line-height:1.18;letter-spacing:-.5px}
.contact_hero_wrapper .hero_content_container .hero_heading span{color:#F09384}
.contact_hero_wrapper .hero_content_container .hero_cta_button{display:inline-block;background:#F09384;color:#0B2750;font-weight:700;font-size:.95rem;padding:13px 34px;border-radius:10px;text-decoration:none;letter-spacing:.3px;border:2px solid #F09384;transition:background 0.28s,color 0.28s,border-color .28s;cursor:pointer}
.contact_hero_wrapper .hero_content_container .hero_cta_button:hover{background:transparent;color:#F09384;border-color:#F09384}
.contact_info_section{background:#F3E9E3;padding:72px 16px}
.contact_info_section .info_section_container{max-width:1000px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:48px 56px;align-items:start}
.contact_info_section .info_intro_block{grid-column:1 / -1;display:flex;flex-direction:column;gap:10px}
.contact_info_section .info_intro_block .info_section_tag{display:inline-block;color:#F09384;font-size:11px;font-weight:700;letter-spacing:2.2px;text-transform:uppercase;margin-bottom:4px}
.contact_info_section .info_intro_block .info_section_heading{font-size:1.85rem;font-weight:700;color:#0B2750;margin:0 0 8px;line-height:1.25}
.contact_info_section .info_intro_block .info_section_heading::after{content:'';display:block;width:48px;height:3px;background:#F09384;border-radius:2px;margin-top:12px}
.contact_info_section .info_intro_block .info_intro_text{font-size:1rem;color:#3a4a5e;line-height:1.7;max-width:560px;margin:0}
.contact_info_section .contact_card_data{background:#fff;border-radius:14px;padding:28px 30px;box-shadow:0 4px 8px #0b275014;display:flex;flex-direction:column;gap:6px;border-left:4px solid #F09384}
.contact_info_section .contact_card_data .card_data_icon_row{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:6px}
.contact_info_section .contact_card_data .card_data_icon_row .data_icon_circle{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#F09384,#0B2750);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact_info_section .contact_card_data .card_data_icon_row .data_icon_circle i{color:#fff;font-size:18px}
.contact_info_section .contact_card_data .card_data_label{font-size:10px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:#F09384;margin:0}
.contact_info_section .contact_card_data .card_data_value{font-size:1rem;color:#0B2750;font-weight:600;margin:0;text-decoration:none;word-break:break-word}
.contact_info_section .contact_card_data .card_data_value:hover{color:#F09384}
.contact_info_section .contact_card_data .card_data_sub{font-size:.85rem;color:#7a8fa6;margin:0}
.contact_info_section .messaging_channels_block{background:linear-gradient(135deg,#0B2750 0%,#1a3a6b 100%);border-radius:14px;padding:28px 30px;display:flex;flex-direction:column;gap:14px}
.contact_info_section .messaging_channels_block .channels_heading{font-size:.9rem;font-weight:700;color:#F3E9E3;margin:0 0 6px;letter-spacing:.3px}
.contact_info_section .messaging_channels_block .channel_row{display:flex;flex-direction:row;align-items:center;gap:14px;padding:10px 14px;background:#f3e9e314;border-radius:8px;border:1px solid #f3e9e31a;text-decoration:none;transition:background .25s}
.contact_info_section .messaging_channels_block .channel_row:hover{background:#f0938426}
.contact_info_section .messaging_channels_block .channel_row .channel_badge{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact_info_section .messaging_channels_block .channel_row .channel_badge.badge_whatsapp{background:#25d36633}
.contact_info_section .messaging_channels_block .channel_row .channel_badge.badge_viber{background:#7e4faf33}
.contact_info_section .messaging_channels_block .channel_row .channel_badge i{font-size:16px;color:#F3E9E3}
.contact_info_section .messaging_channels_block .channel_row .channel_text_group{display:flex;flex-direction:column;gap:2px}
.contact_info_section .messaging_channels_block .channel_row .channel_name{font-size:.88rem;color:#F3E9E3;font-weight:600;margin:0}
.contact_info_section .messaging_channels_block .channel_row .channel_hint{font-size:.78rem;color:#f3e9e399;margin:0}
.contact_form_section{background:#0B2750;padding:80px 16px;position:relative;overflow:hidden}
.contact_form_section::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#f093841f 0%,transparent 70%);pointer-events:none}
.contact_form_section .form_section_container{max-width:1000px;margin:auto;display:grid;grid-template-columns:1fr 1.5fr;gap:56px;align-items:start}
.contact_form_section .form_left_panel{display:flex;flex-direction:column;gap:20px;padding-top:8px}
.contact_form_section .form_left_panel .form_panel_tag{display:inline-block;color:#F09384;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase}
.contact_form_section .form_left_panel .form_panel_heading{font-size:1.7rem;font-weight:700;color:#F3E9E3;margin:0;line-height:1.28}
.contact_form_section .form_left_panel .form_panel_text{font-size:.95rem;color:#f3e9e3b8;line-height:1.68;margin:0}
.contact_form_section .form_left_panel .form_step_list{display:flex;flex-direction:column;gap:14px;margin-top:8px}
.contact_form_section .form_left_panel .form_step_list .step_item{display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.contact_form_section .form_left_panel .form_step_list .step_item .step_number{width:28px;height:28px;border-radius:6px;background:#f093842e;border:1px solid #f0938459;color:#F09384;font-size:.78rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.contact_form_section .form_left_panel .form_step_list .step_item .step_text{font-size:.88rem;color:#f3e9e3bf;line-height:1.55;margin:0}
.contact_form_section .form_right_panel{background:#fff;border-radius:16px;padding:36px 34px 30px;box-shadow:0 6px 28px #0000002e}
.contact_form_section .form_right_panel .form_right_heading{font-size:1.1rem;font-weight:700;color:#0B2750;margin:0 0 24px;padding-bottom:14px;border-bottom:1.5px solid #F3E9E3}
.contact_form_section .form_right_panel .form_grid_row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.contact_form_section .form_right_panel .form_field_group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
.contact_form_section .form_right_panel .form_field_label{font-size:.8rem;font-weight:600;color:#0B2750;letter-spacing:.3px;margin:0}
.contact_form_section .form_right_panel .form_text_input{width:100%;padding:11px 14px;border:1.5px solid #dce3ec;border-radius:8px;font-size:.92rem;color:#0B2750;background:#f9f9fb;box-sizing:border-box;transition:border-color 0.25s,box-shadow .25s;outline:none}
.contact_form_section .form_right_panel .form_text_input:focus{border-color:#F09384;box-shadow:0 0 0 3px #f0938426;background:#fff}
.contact_form_section .form_right_panel .radio_group_wrapper{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
.contact_form_section .form_right_panel .radio_group_label{font-size:.8rem;font-weight:600;color:#0B2750;margin:0 0 8px}
.contact_form_section .form_right_panel .radio_options_row{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}
.contact_form_section .form_right_panel .radio_options_row input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.contact_form_section .form_right_panel .radio_options_row label{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border:1.5px solid #dce3ec;border-radius:8px;font-size:.84rem;color:#3a4a5e;cursor:pointer;transition:all .22s;background:#f9f9fb;user-select:none}
.contact_form_section .form_right_panel .radio_options_row label::before{content:'';width:14px;height:14px;border-radius:50%;border:2px solid #dce3ec;display:inline-block;flex-shrink:0;transition:all .22s}
.contact_form_section .form_right_panel .radio_options_row input[type="radio"]:checked + label{border-color:#F09384;background:#f0938414;color:#0B2750;font-weight:600}
.contact_form_section .form_right_panel .radio_options_row input[type="radio"]:checked + label::before{border-color:#F09384;background:#F09384}
.contact_form_section .form_right_panel .privacy_check_wrapper{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin-bottom:20px;padding:12px;background:#f9f9fb;border-radius:8px;border:1.5px solid #dce3ec}
.contact_form_section .form_right_panel .privacy_check_wrapper input[type="checkbox"]{width:17px;height:17px;flex-shrink:0;margin-top:2px;accent-color:#F09384;cursor:pointer}
.contact_form_section .form_right_panel .privacy_check_wrapper .privacy_text{font-size:.8rem;color:#5a6e85;line-height:1.55;margin:0}
.contact_form_section .form_right_panel .privacy_check_wrapper .privacy_text a{color:#F09384;text-decoration:underline}
.contact_form_section .form_right_panel .form_submit_button{width:100%;padding:13px 20px;background:linear-gradient(135deg,#F09384 0%,#0B2750 100%);color:#fff;font-weight:700;font-size:.98rem;border:none;border-radius:10px;cursor:pointer;letter-spacing:.4px;transition:opacity 0.25s,transform .2s;position:relative;z-index:2}
.contact_form_section .form_right_panel .form_submit_button:hover{opacity:.9;transform:translateY(-1px)}
.contact_form_section .form_right_panel .form_submit_button:active{transform:translateY(0)}
@media (max-width: 768px) {
.contact_hero_wrapper .hero_content_container .hero_heading{font-size:2rem}
.contact_info_section .info_section_container{grid-template-columns:1fr;gap:28px}
.contact_info_section .info_intro_block{grid-column:1}
.contact_form_section .form_section_container{grid-template-columns:1fr;gap:32px}
.contact_form_section .form_right_panel .form_grid_row{grid-template-columns:1fr}
.contact_form_section .form_right_panel{padding:26px 18px 22px}
}
@media (max-width: 375px) {
.contact_hero_wrapper{min-height:340px}
.contact_hero_wrapper .hero_content_container .hero_heading{font-size:1.55rem}
.contact_form_section .form_right_panel .radio_options_row{flex-direction:column}
}
.about_page_wrapper{max-width:1000px;margin:0 auto;padding:0 20px}
.title_block_container{position:relative;overflow:hidden;padding:80px 0 60px;background:linear-gradient(135deg,#F3E9E3 0%,#fff 40%,#F3E9E3 100%)}
.title_block_container::before{content:'';position:absolute;top:-60px;right:-80px;width:420px;height:420px;background:radial-gradient(circle,#f093842e 0%,#0b27500f 60%,transparent 80%);border-radius:50%;animation:soft_pulse 6s ease-in-out infinite alternate}
@keyframes soft_pulse {
0%{transform:scale(0.92) translateY(0);opacity:.7}
100%{transform:scale(1.08) translateY(-20px);opacity:1}
}
.title_block_inner{max-width:1000px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.title_reveal_label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#F09384;background:#f093841a;border:1px solid #f093844d;border-radius:20px;padding:5px 16px;margin-bottom:24px}
.title_main_heading{font-size:48px;font-weight:800;line-height:1.15;color:#0B2750;margin:0 0 24px;max-width:680px}
.title_main_heading .heading_accent{background:linear-gradient(90deg,#F09384,#0B2750);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.title_description_text{font-size:18px;line-height:1.75;color:#3a4a62;max-width:580px;margin:0 0 36px}
.title_stats_row{display:flex;flex-direction:row;gap:32px;flex-wrap:wrap}
.title_stat_item{display:flex;flex-direction:column;gap:4px}
.title_stat_number{font-size:32px;font-weight:800;color:#0B2750;line-height:1}
.title_stat_number span{color:#F09384}
.title_stat_label{font-size:13px;color:#6b7a93;letter-spacing:.5px}
.story_section_container{padding:72px 0;background:#fff}
.story_inner_wrapper{max-width:1000px;margin:0 auto;padding:0 20px}
.story_grid_layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.story_text_column{display:flex;flex-direction:column;gap:20px}
.story_section_label{font-size:11px;font-weight:700;letter-spacing:3.5px;text-transform:uppercase;color:#F09384}
.story_heading{font-size:34px;font-weight:800;line-height:1.2;color:#0B2750;margin:0;position:relative;padding-bottom:18px}
.story_heading::after{content:'';position:absolute;bottom:0;left:0;width:48px;height:3px;background:linear-gradient(90deg,#F09384,#f0938433);border-radius:2px}
.story_body_text{font-size:16px;line-height:1.8;color:#3a4a62;margin:0}
.story_highlight_box{background:linear-gradient(135deg,#0B2750 0%,#1a3d72 100%);border-radius:14px;padding:28px 28px 28px 32px;border-left:4px solid #F09384;position:relative;overflow:hidden}
.story_highlight_box::after{content:'"';position:absolute;top:-10px;right:20px;font-size:120px;color:#f093841f;line-height:1}
.story_highlight_text{font-size:16px;line-height:1.7;color:#F3E9E3;font-style:italic;margin:0;position:relative;z-index:1}
.story_visual_column{display:flex;flex-direction:column;gap:16px;position:relative}
.story_main_image_wrapper{position:relative;border-radius:16px;overflow:hidden;box-shadow:4px 6px 20px #0b275026}
.story_main_image_wrapper img{width:100%;height:300px;object-fit:cover;display:block;transition:transform 400ms ease}
.story_main_image_wrapper:hover img{transform:scale(1.04)}
.story_image_caption{position:absolute;bottom:0;left:0;right:0;padding:20px 20px 14px;background:linear-gradient(to top,#0b2750d9,transparent);color:#F3E9E3;font-size:13px;font-weight:600;letter-spacing:.3px}
.story_small_images_row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.story_small_image_wrapper{border-radius:12px;overflow:hidden;box-shadow:2px 4px 10px #0b27501a}
.story_small_image_wrapper img{width:100%;height:150px;object-fit:cover;display:block;transition:transform 350ms ease}
.story_small_image_wrapper:hover img{transform:scale(1.06)}
.capabilities_section{padding:72px 0 80px;background:linear-gradient(180deg,#F3E9E3 0%,#fff 100%);position:relative}
.capabilities_section::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#F09384,#0B2750,#F09384,transparent)}
.capabilities_inner{max-width:1000px;margin:0 auto;padding:0 20px}
.capabilities_header_row{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:48px;gap:24px;flex-wrap:wrap}
.capabilities_heading_group{display:flex;flex-direction:column;gap:10px}
.capabilities_label{font-size:11px;font-weight:700;letter-spacing:3.5px;text-transform:uppercase;color:#F09384}
.capabilities_heading{font-size:34px;font-weight:800;color:#0B2750;margin:0;line-height:1.2}
.capabilities_subtext{font-size:15px;color:#6b7a93;max-width:320px;line-height:1.6}
.capabilities_tabs_container{display:flex;flex-direction:column;gap:0}
.capabilities_tab_input{display:none}
.capabilities_tab_labels{display:flex;flex-direction:row;gap:0;border-bottom:2px solid #0b27501a;flex-wrap:wrap}
.capabilities_tab_label{padding:14px 24px;font-size:14px;font-weight:600;color:#6b7a93;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color 300ms ease,border-color 300ms ease;white-space:nowrap}
.capabilities_tab_label:hover{color:#0B2750}
#tab_approach:checked ~ .capabilities_tab_labels label[for="tab_approach"],#tab_methods:checked ~ .capabilities_tab_labels label[for="tab_methods"],#tab_future:checked ~ .capabilities_tab_labels label[for="tab_future"]{color:#F09384;border-bottom-color:#F09384}
.capabilities_tab_panels{padding-top:36px}
.capabilities_tab_panel{display:none}
#tab_approach:checked ~ .capabilities_tab_panels .panel_approach,#tab_methods:checked ~ .capabilities_tab_panels .panel_methods,#tab_future:checked ~ .capabilities_tab_panels .panel_future{display:block}
.tab_panel_grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.tab_panel_card{background:#fff;border-radius:14px;padding:28px 24px;border:1px solid #0b275014;box-shadow:2px 4px 12px #0b27500f;transition:transform 300ms ease,box-shadow 300ms ease;display:flex;flex-direction:column;gap:14px}
.tab_panel_card:hover{transform:translateY(-4px);box-shadow:4px 8px 24px #0b27501f}
.tab_card_icon{width:44px;height:44px;background:linear-gradient(135deg,#f0938426,#f093840d);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#F09384}
.tab_card_title{font-size:16px;font-weight:700;color:#0B2750;margin:0;line-height:1.3}
.tab_card_text{font-size:14px;color:#5a6a82;line-height:1.7;margin:0}
.tab_panel_wide_grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.tab_panel_image_card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #0b275014;box-shadow:2px 4px 12px #0b27500f;display:flex;flex-direction:column}
.tab_panel_image_card img{width:100%;height:200px;object-fit:cover;display:block}
.tab_image_card_body{padding:24px;display:flex;flex-direction:column;gap:10px}
.tab_image_card_title{font-size:17px;font-weight:700;color:#0B2750;margin:0}
.tab_image_card_text{font-size:14px;color:#5a6a82;line-height:1.7;margin:0}
.tab_keyword_badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;background:#f093841f;color:#F09384;border-radius:6px;padding:4px 10px;align-self:flex-start}
.tab_future_layout{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}
.tab_future_text_block{display:flex;flex-direction:column;gap:18px}
.tab_future_heading{font-size:22px;font-weight:700;color:#0B2750;margin:0;line-height:1.3}
.tab_future_body{font-size:15px;color:#3a4a62;line-height:1.8;margin:0}
.tab_future_checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.tab_future_checklist li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:14px;color:#3a4a62;line-height:1.6}
.tab_future_checklist li::before{content:'';display:block;width:18px;height:18px;min-width:18px;background:linear-gradient(135deg,#F09384,#e07060);border-radius:50%;margin-top:2px;position:relative;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23F09384'/%3E%3Cpath d='M5 9l3 3 5-5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")}
.tab_future_image_wrapper{border-radius:16px;overflow:hidden;box-shadow:4px 6px 20px #0b275024}
.tab_future_image_wrapper img{width:100%;height:340px;object-fit:cover;display:block}
.cta_strip_container{background:linear-gradient(135deg,#0B2750 0%,#1e3f78 50%,#0B2750 100%);padding:52px 20px;text-align:center;position:relative;overflow:hidden}
.cta_strip_container::before{content:'';position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:600px;height:300px;background:radial-gradient(ellipse,#f0938426 0%,transparent 70%)}
.cta_strip_inner{max-width:600px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:20px}
.cta_strip_heading{font-size:28px;font-weight:800;color:#F3E9E3;margin:0;line-height:1.3}
.cta_strip_text{font-size:16px;color:#f3e9e3cc;line-height:1.7;margin:0}
.cta_strip_button{display:inline-block;background:linear-gradient(135deg,#F09384,#e07060);color:#fff;font-size:16px;font-weight:700;padding:14px 36px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:transform 300ms ease,box-shadow 300ms ease;box-shadow:0 4px 14px #f0938466;z-index:5;position:relative}
.cta_strip_button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f0938480;color:#fff;text-decoration:none}
@media (max-width: 768px) {
.title_main_heading{font-size:34px}
.title_stats_row{gap:20px}
.story_grid_layout{grid-template-columns:1fr;gap:36px}
.story_small_images_row{grid-template-columns:1fr 1fr}
.capabilities_header_row{flex-direction:column;align-items:flex-start}
.tab_panel_grid{grid-template-columns:1fr}
.tab_panel_wide_grid{grid-template-columns:1fr}
.tab_future_layout{grid-template-columns:1fr}
.capabilities_heading{font-size:26px}
.story_heading{font-size:26px}
.capabilities_tab_labels{flex-wrap:wrap}
.capabilities_tab_label{padding:10px 16px;font-size:13px}
}
@media (max-width: 375px) {
.title_main_heading{font-size:28px}
.title_block_container{padding:52px 0 40px}
.story_section_container{padding:48px 0}
.capabilities_section{padding:48px 0 56px}
.title_stat_number{font-size:26px}
.tab_panel_grid{grid-template-columns:1fr}
}
@media (min-width: 1366px) {
.title_main_heading{font-size:54px}
.story_grid_layout{gap:72px}
}
.program_title_block{position:relative;overflow:hidden;background:linear-gradient(135deg,#0B2750 0%,#1a3f6f 60%,#0B2750 100%);padding:72px 24px 80px}
.program_title_block .abstract_circle_one{position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,#f093842e 0%,transparent 70%);top:-100px;left:-80px;pointer-events:none}
.program_title_block .abstract_circle_two{position:absolute;width:260px;height:260px;border-radius:50%;border:2px solid #f0938426;bottom:-60px;left:30%;pointer-events:none}
.program_title_block .abstract_circle_three{position:absolute;width:160px;height:160px;border-radius:50%;border:1px solid #f3e9e31f;top:40px;right:38%;pointer-events:none}
.program_title_inner{max-width:1000px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.program_title_text{flex:1 1 55%;display:flex;flex-direction:column;gap:20px}
.program_title_text .tag_label{display:inline-flex;align-items:center;gap:8px;background:#f093842e;border:1px solid #f0938459;border-radius:24px;padding:6px 16px;width:fit-content;color:#F09384;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}
.program_title_text h1{color:#F3E9E3;font-size:clamp(1.9rem,4vw,2.7rem);font-weight:700;line-height:1.22;margin:0}
.program_title_text h1 .accent_word{color:#F09384;position:relative}
.program_title_text h1 .accent_word::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:2px;background:linear-gradient(90deg,#F09384,transparent);border-radius:2px}
.program_title_text .title_description{color:#f3e9e3d1;font-size:1.05rem;line-height:1.7;margin:0;max-width:480px}
.program_title_text .cta_row{display:flex;flex-direction:row;gap:14px;align-items:center;flex-wrap:wrap;margin-top:8px}
.program_title_text .btn_primary_program{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#F09384,#e07060);color:#0B2750;font-weight:700;font-size:.97rem;padding:13px 28px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 14px #f0938459;transition:transform .25s ease,box-shadow .25s ease;position:relative;z-index:5}
.program_title_text .btn_primary_program:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f093847a}
.program_title_text .btn_secondary_program{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#F3E9E3;font-size:.97rem;padding:13px 24px;border-radius:10px;text-decoration:none;border:1.5px solid #f3e9e34d;cursor:pointer;transition:border-color .25s ease,color .25s ease;position:relative;z-index:5}
.program_title_text .btn_secondary_program:hover{border-color:#F09384;color:#F09384}
.program_title_image_card{flex:0 0 340px;position:relative}
.program_title_image_card .image_wrapper{position:relative;border-radius:14px;overflow:hidden;box-shadow:4px 8px 32px #0b275080}
.program_title_image_card .image_wrapper img{width:100%;height:280px;object-fit:cover;display:block;filter:saturate(0.85)}
.program_title_image_card .image_wrapper .color_overlay{position:absolute;inset:0;background:linear-gradient(160deg,#0b275073 0%,#f0938438 100%);border-radius:14px}
.program_title_image_card .image_badge{position:absolute;bottom:-16px;left:20px;background:#F09384;color:#0B2750;font-weight:700;font-size:.82rem;padding:10px 18px;border-radius:8px;box-shadow:0 4px 12px #f0938466;display:flex;flex-direction:row;align-items:center;gap:6px;white-space:nowrap}
.program_courses_block{background:#F3E9E3;padding:88px 24px 80px;position:relative}
.program_courses_block::before{content:'';display:block;position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#F09384,#0B2750,#F09384)}
.courses_container{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:60px}
.courses_section_header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}
.courses_section_header .header_left{display:flex;flex-direction:column;gap:12px;max-width:560px}
.courses_section_header .header_left h2{color:#0B2750;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;margin:0;line-height:1.25;position:relative}
.courses_section_header .header_left h2::before{content:'';display:block;width:40px;height:4px;background:linear-gradient(90deg,#F09384,#e07060);border-radius:2px;margin-bottom:10px}
.courses_section_header .header_left p{color:#4a5568;font-size:1rem;line-height:1.65;margin:0}
.courses_filter_tabs{display:flex;flex-direction:row;gap:0;background:#fff;border-radius:10px;padding:4px;box-shadow:0 2px 8px #0b27501a;flex-wrap:wrap}
.courses_filter_tabs input[type="radio"]{display:none}
.courses_filter_tabs label{padding:8px 18px;border-radius:8px;font-size:.88rem;font-weight:600;color:#6b7280;cursor:pointer;transition:background 0.25s,color .25s;white-space:nowrap}
.courses_filter_tabs input[type="radio"]:checked + label{background:linear-gradient(135deg,#F09384,#e07060);color:#0B2750;box-shadow:0 2px 8px #f0938459}
.courses_grid_wrapper{display:flex;flex-direction:column;gap:28px}
.courses_filter_tabs #tab_all:checked ~ .courses_grid_wrapper .course_card_item,.courses_filter_tabs #tab_basic:checked ~ .courses_grid_wrapper .course_card_item.tag_basic,.courses_filter_tabs #tab_advanced:checked ~ .courses_grid_wrapper .course_card_item.tag_advanced,.courses_filter_tabs #tab_pro:checked ~ .courses_grid_wrapper .course_card_item.tag_pro{display:flex}
.courses_filter_tabs #tab_basic:checked ~ .courses_grid_wrapper .course_card_item,.courses_filter_tabs #tab_advanced:checked ~ .courses_grid_wrapper .course_card_item,.courses_filter_tabs #tab_pro:checked ~ .courses_grid_wrapper .course_card_item{display:none}
.course_card_item{display:flex;flex-direction:row;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #0b275014;transition:transform .28s ease,box-shadow .28s ease;border:1px solid #0b275012}
.course_card_item:hover{transform:translateY(-3px);box-shadow:0 8px 28px #0b275024}
.course_card_accent_bar{width:6px;flex-shrink:0;background:linear-gradient(180deg,#F09384,#0B2750)}
.course_card_accent_bar.bar_blue{background:linear-gradient(180deg,#0B2750,#2563eb)}
.course_card_accent_bar.bar_coral{background:linear-gradient(180deg,#F09384,#e07060)}
.course_card_accent_bar.bar_mixed{background:linear-gradient(180deg,#F09384,#0B2750,#F09384)}
.course_card_body{flex:1;padding:28px 28px 24px;display:flex;flex-direction:column;gap:14px}
.course_card_top_row{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}
.course_card_top_row h4{color:#0B2750;font-size:1.15rem;font-weight:700;margin:0;line-height:1.3;flex:1}
.course_level_badge{font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:20px;white-space:nowrap;flex-shrink:0;letter-spacing:.05em;text-transform:uppercase}
.level_basic{background:#f0938426;color:#c05a4a;border:1px solid #f0938466}
.level_advanced{background:#0b27501a;color:#0B2750;border:1px solid #0b275040}
.level_pro{background:linear-gradient(135deg,#f0938433,#0b275026);color:#0B2750;border:1px solid #0b275033}
.course_card_description{color:#4a5568;font-size:.95rem;line-height:1.65;margin:0}
.course_card_meta_row{display:flex;flex-direction:row;gap:20px;flex-wrap:wrap;align-items:center}
.course_meta_item{display:flex;flex-direction:row;align-items:center;gap:6px;color:#6b7280;font-size:.85rem}
.course_meta_item i{color:#F09384;font-size:1rem}
.course_card_topics{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}
.course_topic_tag{background:#F3E9E3;color:#0B2750;font-size:.78rem;font-weight:600;padding:5px 12px;border-radius:6px;border:1px solid #0b27501a}
.course_card_footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;padding-top:6px;border-top:1px solid #0b275012;flex-wrap:wrap}
.course_progress_wrapper{display:flex;flex-direction:column;gap:5px;flex:1;min-width:160px}
.course_progress_label{display:flex;flex-direction:row;justify-content:space-between;font-size:.78rem;color:#6b7280}
.course_progress_bar_track{height:5px;background:#0b27501a;border-radius:3px;overflow:hidden}
.course_progress_bar_fill{height:100%;background:linear-gradient(90deg,#F09384,#e07060);border-radius:3px;transition:width .4s ease}
.course_enroll_btn{display:inline-flex;align-items:center;gap:7px;background:#0B2750;color:#F3E9E3;font-weight:700;font-size:.88rem;padding:10px 22px;border-radius:8px;text-decoration:none;transition:background 0.25s,transform .25s;position:relative;z-index:5;white-space:nowrap}
.course_enroll_btn:hover{background:#F09384;color:#0B2750;transform:translateY(-1px)}
.courses_image_showcase{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0b275024}
.courses_image_showcase img{width:100%;height:300px;object-fit:cover;display:block}
.courses_image_showcase .showcase_overlay{position:absolute;inset:0;background:linear-gradient(to top,#0b2750b8 0%,transparent 55%)}
.courses_image_showcase .showcase_caption{position:absolute;bottom:24px;left:28px;right:28px;display:flex;flex-direction:column;gap:8px}
.courses_image_showcase .showcase_caption h3{color:#F3E9E3;font-size:1.25rem;font-weight:700;margin:0;line-height:1.3}
.courses_image_showcase .showcase_caption p{color:#f3e9e3d1;font-size:.88rem;margin:0;line-height:1.55}
.stats_row{display:flex;flex-direction:row;gap:0;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #0b275017;border:1px solid #0b275012}
.stat_block{flex:1;display:flex;flex-direction:column;align-items:center;padding:28px 16px;text-align:center;border-right:1px solid #0b275012;position:relative}
.stat_block:last-child{border-right:none}
.stat_block .stat_number{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#0B2750;line-height:1;margin-bottom:6px}
.stat_block .stat_number span{color:#F09384}
.stat_block .stat_label{font-size:.82rem;color:#6b7280;line-height:1.4;max-width:100px}
.stat_block i{font-size:1.4rem;color:#F09384;margin-bottom:8px}
.svg_wave_divider{display:block;width:100%;overflow:hidden;line-height:0;margin-bottom:-2px}
@media (max-width: 768px) {
.program_title_inner{flex-direction:column;gap:32px}
.program_title_image_card{flex:0 0 auto;width:100%;max-width:400px;align-self:center}
.program_title_text h1{font-size:1.7rem}
.courses_section_header{flex-direction:column;align-items:flex-start}
.stats_row{flex-direction:row;flex-wrap:wrap}
.stat_block{flex:1 1 45%;border-right:1px solid #0b275012;border-bottom:1px solid #0b275012}
.course_card_item{flex-direction:column}
.course_card_accent_bar{width:100%;height:5px}
}
@media (max-width: 375px) {
.program_title_block{padding:48px 16px 60px}
.program_courses_block{padding:60px 16px}
.course_card_body{padding:20px 16px}
.courses_filter_tabs label{padding:8px 12px;font-size:.8rem}
.stats_row{flex-direction:column}
.stat_block{border-right:none;border-bottom:1px solid #0b275012}
}
.methodology_title_block{position:relative;overflow:hidden;padding:80px 20px 60px;background:linear-gradient(135deg,#0B2750 0%,#1a3d6e 40%,#F09384 100%)}
.methodology_title_block .gradient_overlay{position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,#f0938440 0%,transparent 65%);pointer-events:none}
.methodology_title_block .animated_bg{position:absolute;inset:0;background:linear-gradient(90deg,#0b2750e6 0%,#f0938426 50%,#0b2750d9 100%);animation:bg_shift 8s ease-in-out infinite alternate}
@keyframes bg_shift {
0%{opacity:.6;transform:scaleX(1)}
100%{opacity:1;transform:scaleX(1.04)}
}
.methodology_title_inner{max-width:1000px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.methodology_title_text{flex:1 1 55%}
.methodology_title_text .eyebrow_label{display:inline-block;background:#f093842e;border:1px solid #f0938473;color:#F09384;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:20px;margin-bottom:24px}
.methodology_title_text h1{font-size:42px;font-weight:800;color:#F3E9E3;line-height:1.18;margin-bottom:20px}
.methodology_title_text h1 .underlined_keyword{position:relative;display:inline-block;color:#F09384}
.methodology_title_text h1 .underlined_keyword::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:linear-gradient(90deg,#F09384,#f093844d);border-radius:2px}
.methodology_title_text .title_description{font-size:17px;color:#f3e9e3d1;line-height:1.7;margin-bottom:32px;max-width:520px}
.methodology_title_text .title_cta_row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.title_cta_primary{display:inline-block;background:linear-gradient(135deg,#F09384,#d97060);color:#0B2750;font-size:15px;font-weight:700;padding:13px 28px;border-radius:10px;text-decoration:none;border:none;box-shadow:0 4px 16px #f0938459;transition:transform .25s ease,box-shadow .25s ease;z-index:5;position:relative}
.title_cta_primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f0938480;color:#0B2750;text-decoration:none}
.title_cta_secondary{display:inline-block;background:transparent;border:2px solid #f3e9e366;color:#F3E9E3;font-size:15px;font-weight:600;padding:11px 26px;border-radius:10px;text-decoration:none;transition:border-color .25s ease,background .25s ease;z-index:5;position:relative}
.title_cta_secondary:hover{border-color:#F09384;background:#f093841a;color:#F3E9E3;text-decoration:none}
.methodology_title_image_wrapper{flex:0 0 40%;max-width:380px;position:relative}
.methodology_title_image_wrapper .parallax_image_container{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0b275080 0 4px 8px #f0938433}
.methodology_title_image_wrapper img{width:100%;height:340px;object-fit:cover;display:block;transition:transform .6s ease}
.methodology_title_image_wrapper .parallax_image_container:hover img{transform:scale(1.05)}
.methodology_title_image_wrapper .image_accent_border{position:absolute;top:-8px;right:-8px;width:80%;height:80%;border:2px solid #f0938466;border-radius:16px;pointer-events:none;z-index:-1}
.methodology_title_image_wrapper .floating_badge{position:absolute;bottom:-16px;left:-16px;background:#F3E9E3;border-radius:12px;padding:12px 18px;box-shadow:0 8px 24px #0b27504d;display:flex;flex-direction:row;align-items:center;gap:10px;z-index:10}
.floating_badge .badge_icon{width:36px;height:36px;background:linear-gradient(135deg,#F09384,#d97060);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}
.floating_badge .badge_text_wrapper{display:flex;flex-direction:column}
.floating_badge .badge_number{font-size:18px;font-weight:800;color:#0B2750;line-height:1}
.floating_badge .badge_label{font-size:11px;color:#6b7a90;font-weight:500;margin-top:2px}
.title_block_shapes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}
.title_block_shapes .shape_circle{position:absolute;border-radius:50%;background:#f0938414}
.title_block_shapes .shape_circle.large{width:420px;height:420px;top:-160px;right:-80px}
.title_block_shapes .shape_circle.small{width:160px;height:160px;bottom:-60px;left:5%;background:#f3e9e30f}
.methodology_content_block{padding:80px 20px;background:#F3E9E3}
.methodology_content_inner{max-width:1000px;margin:0 auto}
.content_block_intro{text-align:center;margin-bottom:60px}
.content_block_intro .section_tag{display:inline-flex;align-items:center;gap:8px;color:#F09384;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px}
.content_block_intro .section_tag::before,.content_block_intro .section_tag::after{content:'';display:block;width:28px;height:2px;background:#F09384;border-radius:1px}
.content_block_intro h2{font-size:34px;font-weight:800;color:#0B2750;line-height:1.22;margin-bottom:16px}
.content_block_intro .intro_paragraph{font-size:16px;color:#4a5568;line-height:1.72;max-width:620px;margin:0 auto}
.methodology_phases_grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:16px;overflow:hidden;box-shadow:0 6px 32px #0b27501f;margin-bottom:60px}
.phase_item{padding:36px 32px;background:#fff;border-bottom:1px solid #0b275014;border-right:1px solid #0b275014;transition:background .3s ease;position:relative}
.phase_item:nth-child(even){border-right:none}
.phase_item:nth-last-child(-n+2){border-bottom:none}
.phase_item:hover{background:#f093840a}
.phase_item .phase_number{font-size:11px;font-weight:700;letter-spacing:2.5px;color:#F09384;text-transform:uppercase;margin-bottom:10px;display:flex;align-items:center;gap:8px}
.phase_item .phase_number::before{content:'';display:block;width:20px;height:2px;background:#F09384;border-radius:1px}
.phase_item h4{font-size:19px;font-weight:700;color:#0B2750;margin-bottom:10px;line-height:1.3}
.phase_item .phase_description{font-size:14px;color:#5a6478;line-height:1.65}
.phase_item .phase_icon{position:absolute;top:32px;right:28px;width:40px;height:40px;background:linear-gradient(135deg,#f0938426,#0b275014);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#F09384;font-size:20px}
.methodology_split_row{display:flex;flex-direction:row;gap:40px;align-items:stretch;margin-bottom:60px}
.split_text_column{flex:1 1 52%;display:flex;flex-direction:column;justify-content:center}
.split_text_column h3{font-size:26px;font-weight:800;color:#0B2750;line-height:1.3;margin-bottom:16px}
.split_text_column .split_body_text{font-size:15px;color:#4a5568;line-height:1.72;margin-bottom:24px}
.energy_metrics_list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.energy_metrics_list li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;padding:14px 16px;background:#fff;border-radius:10px;border-left:3px solid #F09384;box-shadow:0 2px 8px #0b27500f}
.energy_metrics_list li .metric_icon{color:#F09384;font-size:18px;margin-top:1px;flex-shrink:0}
.energy_metrics_list li .metric_content{display:flex;flex-direction:column}
.energy_metrics_list li .metric_title{font-size:14px;font-weight:700;color:#0B2750;margin-bottom:2px}
.energy_metrics_list li .metric_detail{font-size:13px;color:#6b7a90;line-height:1.5}
.split_image_column{flex:1 1 44%;position:relative}
.split_image_column .image_frame{border-radius:14px;overflow:hidden;box-shadow:0 8px 32px #0b275026;height:100%;min-height:320px;position:relative}
.split_image_column img{width:100%;height:100%;object-fit:cover;display:block}
.split_image_column .image_frame::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,#0b275066,transparent);pointer-events:none}
.stats_accent_bar{position:absolute;bottom:20px;left:20px;right:20px;background:#f3e9e3f5;border-radius:10px;padding:14px 18px;display:flex;flex-direction:row;justify-content:space-around;z-index:5}
.stats_accent_bar .stat_entry{text-align:center;display:flex;flex-direction:column}
.stats_accent_bar .stat_entry .stat_value{font-size:20px;font-weight:800;color:#0B2750;line-height:1}
.stats_accent_bar .stat_entry .stat_desc{font-size:11px;color:#6b7a90;margin-top:3px;font-weight:500}
.methodology_accordion_section{margin-bottom:60px}
.accordion_section_header{margin-bottom:32px}
.accordion_section_header h3{font-size:24px;font-weight:800;color:#0B2750;margin-bottom:8px}
.accordion_section_header .acc_subtitle{font-size:15px;color:#6b7a90}
.accordion_container{display:flex;flex-direction:column;gap:8px}
.accordion_item input[type="checkbox"]{display:none}
.accordion_item{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0b275014;overflow:hidden}
.accordion_item label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 24px;cursor:pointer;font-size:16px;font-weight:700;color:#0B2750;transition:background .25s ease;user-select:none}
.accordion_item label:hover{background:#f093840d}
.accordion_item label .acc_label_left{display:flex;flex-direction:row;align-items:center;gap:14px}
.accordion_item label .acc_icon_wrap{width:34px;height:34px;background:linear-gradient(135deg,#F09384,#d97060);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;flex-shrink:0}
.accordion_item label .acc_toggle_icon{color:#F09384;font-size:20px;transition:transform .3s ease}
.accordion_item input[type="checkbox"]:checked + label .acc_toggle_icon{transform:rotate(45deg)}
.accordion_item input[type="checkbox"]:checked + label{background:#f0938412}
.accordion_body{max-height:0;overflow:hidden;transition:max-height .4s ease}
.accordion_item input[type="checkbox"]:checked ~ .accordion_body{max-height:400px}
.accordion_body_inner{padding:0 24px 24px 72px;font-size:15px;color:#4a5568;line-height:1.72;border-top:1px solid #0b275012}
.methodology_bottom_image_feature{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 40px #0b27502e}
.methodology_bottom_image_feature img{width:100%;height:340px;object-fit:cover;display:block}
.methodology_bottom_image_feature .feature_overlay{position:absolute;inset:0;background:linear-gradient(90deg,#0b2750e0 0%,#0b275066 55%,transparent 100%)}
.methodology_bottom_image_feature .feature_content{position:absolute;top:50%;left:44px;transform:translateY(-50%);max-width:480px;z-index:5}
.methodology_bottom_image_feature .feature_content h3{font-size:26px;font-weight:800;color:#F3E9E3;line-height:1.28;margin-bottom:14px}
.methodology_bottom_image_feature .feature_content .feature_text{font-size:15px;color:#f3e9e3d1;line-height:1.65;margin-bottom:24px}
.methodology_bottom_image_feature .feature_content .feature_cta{display:inline-block;background:#F09384;color:#0B2750;font-size:14px;font-weight:700;padding:12px 26px;border-radius:10px;text-decoration:none;transition:background .25s ease,transform .25s ease;z-index:10;position:relative}
.methodology_bottom_image_feature .feature_content .feature_cta:hover{background:#e07060;transform:translateY(-2px);text-decoration:none;color:#0B2750}
.wavy_divider{width:100%;overflow:hidden;line-height:0;margin:0}
.wavy_divider svg{display:block;width:100%}
@media (max-width: 768px) {
.methodology_title_inner{flex-direction:column;gap:40px}
.methodology_title_text h1{font-size:30px}
.methodology_title_image_wrapper{max-width:100%;flex:0 0 auto;width:100%}
.methodology_title_image_wrapper img{height:240px}
.methodology_phases_grid{grid-template-columns:1fr}
.phase_item:nth-child(even){border-right:1px solid #0b275014}
.phase_item:nth-last-child(-n+2){border-bottom:1px solid #0b275014}
.phase_item:last-child{border-bottom:none}
.methodology_split_row{flex-direction:column}
.split_image_column .image_frame{min-height:220px}
.methodology_bottom_image_feature .feature_content{left:20px;right:20px;max-width:none}
.accordion_body_inner{padding:0 20px 20px}
}
@media (max-width: 375px) {
.methodology_title_block{padding:60px 16px 50px}
.methodology_title_text h1{font-size:26px}
.title_cta_row{flex-direction:column}
.methodology_content_block{padding:60px 16px}
.content_block_intro h2{font-size:26px}
.methodology_bottom_image_feature .feature_content h3{font-size:20px}
}
.success_page_wrapper{max-width:1000px;margin:0 auto;padding:0 16px}
.success_title_block{position:relative;overflow:hidden;min-height:420px;display:flex;align-items:center;margin-bottom:0}
.success_title_block .geometric_background{position:absolute;top:0;right:0;width:55%;height:100%;background:linear-gradient(135deg,#0B2750 0%,#1a3d6e 40%,#F09384 100%);clip-path:polygon(12% 0%,100% 0%,100% 100%,0% 100%);z-index:0}
.success_title_block .geometric_accent_one{position:absolute;top:-40px;right:15%;width:120px;height:120px;border:2px solid #f3e9e32e;border-radius:50%;z-index:1}
.success_title_block .geometric_accent_two{position:absolute;bottom:20px;right:8%;width:60px;height:60px;background:#f0938438;border-radius:10px;transform:rotate(28deg);z-index:1}
.success_title_block .geometric_accent_three{position:absolute;top:50%;right:30%;width:180px;height:180px;border:1px solid #f3e9e314;border-radius:50%;transform:translateY(-50%);z-index:1}
.success_title_content{position:relative;z-index:2;display:flex;flex-direction:row;align-items:center;gap:0;width:100%;padding:60px 0}
.success_text_left{flex:0 0 50%;padding-right:40px}
.success_icon_badge{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;background:linear-gradient(135deg,#F09384,#e07060);border-radius:50%;margin-bottom:24px;box-shadow:0 4px 16px #f0938461}
.success_icon_badge .d-icon{font-size:32px;color:#fff}
.success_title_block h1{font-size:2.4rem;font-weight:700;color:#0B2750;line-height:1.2;margin:0 0 16px}
.success_title_block h1 .accent_word{color:#F09384;position:relative;display:inline-block}
.success_title_block h1 .accent_word::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:linear-gradient(90deg,#F09384,transparent);border-radius:2px}
.success_explanation{border-left:3px solid #F09384;padding-left:18px;margin-top:20px}
.success_explanation p{font-size:1rem;color:#3a4a5c;line-height:1.65;margin:0}
.success_right_panel{flex:0 0 50%;display:flex;flex-direction:column;align-items:flex-end;padding-left:20px}
.success_status_card{background:#f3e9e3eb;border-radius:14px;padding:28px 32px;box-shadow:4px 4px 0 #0b275024;border:1px solid #f0938438;max-width:300px;width:100%}
.success_status_card .status_label{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#F09384;margin-bottom:10px;display:block}
.success_status_card .status_title{font-size:1.1rem;font-weight:700;color:#0B2750;margin:0 0 16px}
.status_steps_list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.status_steps_list li{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:.88rem;color:#3a4a5c}
.status_steps_list li .step_dot{width:22px;height:22px;border-radius:50%;background:#0B2750;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.status_steps_list li .step_dot .d-icon{font-size:12px;color:#fff}
.status_steps_list li.step_pending .step_dot{background:#e8ddd7;border:2px solid #F09384}
.status_steps_list li.step_pending .step_dot .d-icon{color:#F09384}
.success_navigation_block{background:#F3E9E3;padding:56px 0;position:relative}
.success_navigation_block::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#F09384,#0B2750,#F09384)}
.navigation_block_inner{max-width:1000px;margin:0 auto;padding:0 16px}
.navigation_block_inner h2{font-size:1.6rem;font-weight:700;color:#0B2750;margin:0 0 8px;text-align:center}
.navigation_block_inner .nav_subtitle{font-size:.95rem;color:#5a6a7c;text-align:center;margin-bottom:40px;line-height:1.6}
.nav_cards_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:36px}
.nav_card_item{background:#fff;border-radius:12px;padding:24px 20px;box-shadow:2px 4px 8px #0b275014;border:1px solid #0b275012;display:flex;flex-direction:column;align-items:flex-start;gap:10px;text-decoration:none;transition:box-shadow 300ms ease,transform 300ms ease;position:relative;overflow:hidden}
.nav_card_item::after{content:'';position:absolute;bottom:0;left:0;width:0;height:3px;background:linear-gradient(90deg,#F09384,#0B2750);transition:width 350ms ease}
.nav_card_item:hover{box-shadow:4px 6px 0 #0b275024;transform:translateY(-3px);text-decoration:none}
.nav_card_item:hover::after{width:100%}
.nav_card_icon_wrap{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#F3E9E3,#e8d8ce);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.nav_card_icon_wrap .d-icon{font-size:20px;color:#0B2750}
.nav_card_item .nav_card_title{font-size:.95rem;font-weight:700;color:#0B2750;margin:0;line-height:1.3}
.nav_card_item .nav_card_desc{font-size:.82rem;color:#5a6a7c;margin:0;line-height:1.5}
.nav_card_item .nav_card_arrow{margin-top:auto;display:flex;align-items:center;gap:4px;font-size:.8rem;color:#F09384;font-weight:600}
.nav_card_item .nav_card_arrow .d-icon{font-size:14px}
.success_primary_action{display:flex;flex-direction:row;justify-content:center;gap:16px;flex-wrap:wrap}
.btn_primary_action{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#0B2750,#1a3d6e);color:#fff;padding:14px 32px;border-radius:10px;font-size:.95rem;font-weight:600;text-decoration:none;border:none;box-shadow:3px 3px 0 #0b275038;transition:box-shadow 280ms ease,transform 280ms ease,background 280ms ease;cursor:pointer;z-index:10;position:relative}
.btn_primary_action:hover{background:linear-gradient(135deg,#0a2040,#0B2750);box-shadow:5px 5px 0 #0b275047;transform:translateY(-2px);color:#fff;text-decoration:none}
.btn_secondary_action{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#0B2750;padding:14px 32px;border-radius:10px;font-size:.95rem;font-weight:600;text-decoration:none;border:2px solid #0B2750;box-shadow:3px 3px 0 #0b27501f;transition:box-shadow 280ms ease,transform 280ms ease,background 280ms ease;cursor:pointer;z-index:10;position:relative}
.btn_secondary_action:hover{background:#F3E9E3;box-shadow:5px 5px 0 #0b27502e;transform:translateY(-2px);color:#0B2750;text-decoration:none}
@media (max-width: 768px) {
.success_title_content{flex-direction:column;padding:40px 0}
.success_text_left{flex:none;width:100%;padding-right:0;margin-bottom:28px}
.success_right_panel{flex:none;width:100%;padding-left:0;align-items:flex-start}
.success_status_card{max-width:100%}
.success_title_block .geometric_background{width:100%;clip-path:polygon(0% 60%,100% 40%,100% 100%,0% 100%);top:auto;bottom:0;height:45%}
.success_title_block h1{font-size:1.8rem}
.nav_cards_grid{grid-template-columns:1fr 1fr;gap:14px}
.success_primary_action{flex-direction:column;align-items:center}
}
@media (max-width: 375px) {
.success_title_block h1{font-size:1.5rem}
.nav_cards_grid{grid-template-columns:1fr}
.success_title_block{min-height:520px}
}