html{box-sizing:border-box}
*,:before,:after{box-sizing:inherit}
body{font-family:'Arimo',sans-serif;margin:0;padding:0;background:linear-gradient(135deg,#fff 0%,#F1EBE4 100%);color:#022468;line-height:1.6}
.header_wrapper{background:linear-gradient(128deg,#FC8701 0%,#022468 100%);padding:24px 0;box-shadow:0 8px 24px #0224681f}
.header_wrapper .header_content{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.header_wrapper .logo_zone{display:flex;align-items:center;gap:20px;flex:0 0 auto}
.header_wrapper .logo_container{background:#fff;border-radius:24px;padding:12px;box-shadow:0 4px 16px #0000001a}
.header_wrapper .site_logo{height:90px;width:90px;display:block}
.header_wrapper .brand_info{display:flex;flex-direction:column;gap:4px}
.header_wrapper .company_title{font-size:28px;font-weight:700;color:#fff;line-height:1.2}
.header_wrapper .site_tagline{font-size:14px;color:#F1EBE4;line-height:1.3}
.header_wrapper .nav_zone{flex:1 1 auto;display:flex;justify-content:flex-end}
.header_wrapper .main_nav{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.header_wrapper .nav_link{padding:12px 20px;color:#fff;text-decoration:none;font-size:16px;font-weight:400;border-radius:20px;background:#ffffff1a;transition:background .3s ease}
.header_wrapper .nav_link:hover{background:#ffffff40}
.footer_wrapper{background:linear-gradient(135deg,#022468 0%,#011030 100%);padding:48px 0 24px;margin-top:80px}
.footer_wrapper .footer_content{max-width:1400px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:32px}
.footer_wrapper .footer_heading{font-size:18px;font-weight:700;color:#FC8701;margin:0 0 16px}
.footer_wrapper .footer_navigation{display:flex;flex-direction:column;gap:12px}
.footer_wrapper .footer_link{color:#F1EBE4;text-decoration:none;font-size:15px;transition:color .3s ease}
.footer_wrapper .footer_link:hover{color:#FC8701}
.footer_wrapper .contact_detail{color:#F1EBE4;font-size:15px;margin:0 0 8px}
.footer_wrapper .footer_bottom{max-width:1400px;margin:0 auto;padding:24px 20px 0;border-top:1px solid #f1ebe433}
.footer_wrapper .copyright_text{color:#F1EBE4;font-size:14px;text-align:center;margin:0}
.cookie_panel{display:none;position:fixed;top:20px;left:50%;transform:translateX(-50%) translateY(-100%);background:#fff;border-radius:28px;box-shadow:0 16px 48px #0224683d;max-width:480px;width:90%;z-index:9999;transition:transform .4s ease}
.cookie_panel.is_visible{transform:translateX(-50%) translateY(0)}
.cookie_panel .cookie_inner{padding:32px}
.cookie_panel .cookie_title{font-size:22px;font-weight:700;color:#022468;margin:0 0 12px}
.cookie_panel .cookie_intro{font-size:15px;color:#022468;margin:0 0 24px;line-height:1.5}
.cookie_panel .cookie_sections{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}
.cookie_panel .cookie_item{border:2px solid #F1EBE4;border-radius:20px;padding:16px}
.cookie_panel .cookie_item_header{display:flex;align-items:center;gap:12px}
.cookie_panel .cookie_checkbox{width:20px;height:20px;cursor:pointer}
.cookie_panel .cookie_label{flex:1;font-size:16px;font-weight:700;color:#022468;cursor:pointer}
.cookie_panel .toggle_btn{background:#FC8701;color:#fff;border:none;border-radius:50%;width:28px;height:28px;font-size:18px;cursor:pointer;transition:background .3s ease}
.cookie_panel .toggle_btn:hover{background:#e07700}
.cookie_panel .cookie_detail{max-height:0;overflow:hidden;transition:max-height .3s ease;margin-top:0}
.cookie_panel .cookie_detail.is_expanded{max-height:200px;margin-top:12px}
.cookie_panel .cookie_detail p{font-size:14px;color:#022468;margin:0;line-height:1.5}
.cookie_panel .cookie_actions{display:flex;flex-direction:column;gap:12px}
.cookie_panel .button_accept,.cookie_panel .button_decline,.cookie_panel .button_save{padding:14px 24px;font-size:16px;font-weight:700;border:none;border-radius:22px;cursor:pointer;transition:background .3s ease}
.cookie_panel .button_accept{background:#FC8701;color:#fff}
.cookie_panel .button_accept:hover{background:#e07700}
.cookie_panel .button_decline{background:#022468;color:#fff}
.cookie_panel .button_decline:hover{background:#011030}
.cookie_panel .button_save{background:#F1EBE4;color:#022468}
.cookie_panel .button_save:hover{background:#e5ddd2}
@media (max-width: 768px) {
.header_wrapper .header_content{flex-direction:column;gap:24px}
.header_wrapper .logo_zone{width:100%;justify-content:center}
.header_wrapper .nav_zone{width:100%}
.header_wrapper .main_nav{justify-content:center}
.header_wrapper .nav_link{font-size:14px;padding:10px 16px}
.footer_wrapper .footer_content{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.header_wrapper .site_logo{height:70px;width:70px}
.header_wrapper .company_title{font-size:24px}
.header_wrapper .site_tagline{font-size:12px}
.cookie_panel{max-width:95%}
.cookie_panel .cookie_inner{padding:24px}
}
.legal-article{max-width:1400px;margin:0 auto;padding:80px 24px;background:#fff}
.legal-article p{font-size:17px;line-height:1.8;color:#022468;margin:0 0 24px;max-width:820px}
.legal-article p strong,.legal-article p b{font-weight:600;color:#022468}
.legal-article strong,.legal-article b{font-weight:600;color:#022468}
.legal-article table{width:100%;max-width:100%;margin:32px 0 48px;border-collapse:separate;border-spacing:0;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 8px 24px #02246814}
.legal-article thead{background:linear-gradient(135deg,#022468 0%,#033285 100%)}
.legal-article thead tr{border:none}
.legal-article thead th{padding:20px 24px;text-align:left;font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;border:none}
.legal-article tbody{background:#fff}
.legal-article tbody tr{border-bottom:1px solid #F1EBE4;transition:background .25s ease}
.legal-article tbody tr:last-child{border-bottom:none}
.legal-article tbody tr:hover{background:#fc87010a}
.legal-article tbody td{padding:18px 24px;font-size:16px;line-height:1.7;color:#022468;border:none}
.legal-article tbody td strong,.legal-article tbody td b{color:#FC8701;font-weight:600}
.legal-article hr{border:none;height:2px;background:linear-gradient(90deg,#F1EBE4 0%,#FC8701 50%,#F1EBE4 100%);margin:56px 0;border-radius:2px;opacity:.6}
.legal-article div{margin:0 0 32px}
.legal-article div p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.legal-article{padding:48px 20px}
.legal-article p{font-size:16px;line-height:1.75;margin-bottom:20px}
.legal-article table{margin:24px 0 32px;border-radius:16px;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.legal-article thead th{padding:16px 18px;font-size:14px;white-space:nowrap}
.legal-article tbody td{padding:14px 18px;font-size:15px}
.legal-article hr{margin:40px 0}
.legal-article div{margin-bottom:24px}
}
@media (max-width: 480px) {
.legal-article{padding:32px 16px}
.legal-article p{font-size:15px;line-height:1.7;margin-bottom:18px}
.legal-article table{border-radius:12px;font-size:14px}
.legal-article thead th{padding:12px 14px;font-size:13px}
.legal-article tbody td{padding:12px 14px;font-size:14px}
.legal-article hr{margin:32px 0}
}
.podcast_detail_wrap{max-width:1400px;margin:0 auto;padding:0 20px}
.pod_hero_area{background:linear-gradient(135deg,#FC8701 0%,#022468 100%);padding:80px 0 60px;margin-bottom:60px;border-radius:0 0 28px 28px}
.pod_hero_area .hero_inner{max-width:900px;margin:0 auto;text-align:center}
.pod_hero_area h1{color:#F1EBE4;font-size:2.8rem;line-height:1.2;margin:0 0 24px;font-weight:700}
.pod_meta_bar{display:flex;gap:32px;justify-content:center;flex-wrap:wrap;margin-top:28px}
.meta_item_box{display:flex;align-items:center;gap:8px;color:#F1EBE4;font-size:.95rem}
.meta_item_box svg{width:20px;height:20px;fill:#F1EBE4}
.pod_main_content{display:grid;grid-template-columns:1fr;gap:50px;margin-bottom:80px}
.pod_feature_img{width:100%;border-radius:24px;overflow:hidden;box-shadow:0 12px 40px #02246826}
.pod_feature_img img{width:100%;height:auto;display:block}
.content_body_area{max-width:820px;margin:0 auto}
.content_body_area p{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:24px}
.content_body_area h2{font-size:2rem;color:#022468;margin:48px 0 20px;font-weight:600;position:relative;padding-left:20px}
.content_body_area h2::before{content:'';position:absolute;left:0;top:4px;width:6px;height:calc(100% - 8px);background:linear-gradient(180deg,#FC8701 0%,#022468 100%);border-radius:3px}
.content_body_area mark{background:linear-gradient(120deg,#fc870133 0%,#fc870166 100%);padding:2px 6px;border-radius:4px;color:#022468;font-weight:500}
.content_body_area blockquote{border-left:5px solid #FC8701;background:#F1EBE4;padding:28px 32px;margin:36px 0;font-size:1.15rem;font-style:italic;color:#022468;border-radius:0 16px 16px 0;box-shadow:0 4px 16px #02246814}
.engagement_strip{background:linear-gradient(90deg,#F1EBE4 0%,#fff 100%);padding:40px;border-radius:24px;margin:60px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px;box-shadow:0 8px 24px #0224681a}
.engage_item{display:flex;align-items:center;gap:12px}
.engage_icon_wrap{width:56px;height:56px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0224681a}
.engage_icon_wrap svg{width:28px;height:28px;fill:#FC8701}
.engage_text_data{display:flex;flex-direction:column}
.engage_label{font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:.5px}
.engage_value{font-size:1.5rem;font-weight:700;color:#022468}
.cta_action_block{background:linear-gradient(135deg,#022468 0%,#FC8701 100%);padding:60px 40px;border-radius:28px;text-align:center;margin:80px 0;box-shadow:0 16px 48px #02246833}
.cta_action_block h2{color:#F1EBE4;font-size:2.2rem;margin-bottom:16px;font-weight:700}
.cta_action_block p{color:#F1EBE4;font-size:1.15rem;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}
.cta_btn_primary{display:inline-block;background:#F1EBE4;color:#022468;padding:16px 48px;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 24px #00000026;position:relative;z-index:10}
.cta_btn_primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00000040;background:#fff}
@media (max-width: 768px) {
.pod_hero_area h1{font-size:2rem}
.pod_meta_bar{gap:16px}
.meta_item_box{font-size:.9rem}
.content_body_area p{font-size:1rem}
.content_body_area h2{font-size:1.6rem;margin:36px 0 16px}
.content_body_area blockquote{padding:20px 24px;font-size:1.05rem}
.engagement_strip{padding:28px;justify-content:center}
.engage_value{font-size:1.3rem}
.cta_action_block{padding:40px 24px}
.cta_action_block h2{font-size:1.8rem}
.cta_action_block p{font-size:1rem}
.cta_btn_primary{padding:14px 36px;font-size:1rem}
}
@media (max-width: 480px) {
.pod_hero_area{padding:60px 0 40px}
.pod_hero_area h1{font-size:1.6rem}
.engagement_strip{flex-direction:column}
}
.program_hero_wrapper{background:linear-gradient(147deg,#FC8701 0%,#022468 100%);padding:80px 24px;position:relative;overflow:hidden}
.program_hero_wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#f1ebe426 0%,transparent 70%);border-radius:50%}
.prog_hero_content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero_text_area h1{font-size:56px;line-height:1.1;color:#F1EBE4;margin:0 0 28px;font-weight:700}
.hero_text_area .hero_description{font-size:19px;line-height:1.7;color:#f1ebe4f2;margin:0 0 16px}
.hero_img_container{position:relative}
.hero_img_container img{width:100%;height:auto;border-radius:24px;box-shadow:0 24px 48px #02246866 0 12px 24px #00000026;display:block}
.hero_img_container::after{content:'';position:absolute;bottom:-20px;right:-20px;width:100%;height:100%;background:linear-gradient(225deg,#fc87014d 0%,#02246833 100%);border-radius:24px;z-index:-1}
.journey_structure_block{padding:100px 24px;background:#F1EBE4;position:relative}
.journey_inner_wrap{max-width:1400px;margin:0 auto}
.journey_header{text-align:center;margin-bottom:70px}
.journey_header h2{font-size:44px;color:#022468;margin:0 0 20px;font-weight:700}
.journey_header .subtext{font-size:18px;color:#022468;opacity:.8;max-width:680px;margin:0 auto;line-height:1.6}
.phases_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.phase_card{background:#fff;padding:40px 32px;border-radius:20px;box-shadow:0 8px 24px #02246814;position:relative;transition:all .3s ease}
.phase_card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #02246824}
.phase_number{position:absolute;top:-20px;left:32px;width:56px;height:56px;background:linear-gradient(135deg,#FC8701 0%,#022468 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;box-shadow:0 6px 16px #fc87014d}
.phase_card h3{font-size:24px;color:#022468;margin:20px 0 16px;font-weight:600}
.phase_card .phase_desc{font-size:16px;line-height:1.7;color:#022468;opacity:.75;margin:0 0 20px}
.phase_topics{list-style:none;padding:0;margin:0}
.phase_topics li{font-size:15px;color:#022468;padding-left:24px;margin-bottom:10px;position:relative;line-height:1.5}
.phase_topics li::before{content:'';position:absolute;left:0;top:7px;width:12px;height:12px;background:#FC8701;border-radius:50%}
.mentor_approach_section{padding:90px 24px;background:#fff}
.mentor_inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:80px;align-items:start}
.approach_visual{position:relative}
.approach_visual img{width:100%;height:auto;border-radius:28px;box-shadow:0 20px 60px #0224681f;display:block}
.approach_visual::before{content:'';position:absolute;top:20px;left:-20px;width:100%;height:100%;background:linear-gradient(135deg,#fc870126 0%,#0224681a 100%);border-radius:28px;z-index:-1}
.approach_content h2{font-size:42px;color:#022468;margin:0 0 28px;font-weight:700;line-height:1.2}
.approach_intro{font-size:18px;line-height:1.7;color:#022468;opacity:.85;margin:0 0 40px}
.approach_principles{display:flex;flex-direction:column;gap:28px}
.principle_item{display:flex;gap:20px;align-items:start}
.principle_icon{width:48px;height:48px;background:linear-gradient(135deg,#FC8701 0%,#022468 100%);border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.principle_icon svg{width:24px;height:24px;fill:#fff}
.principle_text h4{font-size:20px;color:#022468;margin:0 0 8px;font-weight:600}
.principle_text p{font-size:16px;line-height:1.6;color:#022468;opacity:.75;margin:0}
.outcomes_section{padding:90px 24px;background:#022468;position:relative;overflow:hidden}
.outcomes_section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(165deg,transparent 0%,#fc870114 100%);pointer-events:none}
.outcomes_wrapper{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.outcomes_header{margin-bottom:60px}
.outcomes_header h2{font-size:46px;color:#F1EBE4;margin:0 0 20px;font-weight:700}
.outcomes_header .lead_text{font-size:19px;line-height:1.6;color:#f1ebe4e6;max-width:720px}
.outcomes_tabs_container{display:flex;flex-direction:column;gap:0}
.outcomes_tabs_container input[type="radio"]{display:none}
.tab_label{background:#f1ebe414;padding:24px 32px;border-radius:16px;cursor:pointer;transition:all .3s ease;margin-bottom:12px;border:2px solid transparent}
.tab_label:hover{background:#f1ebe41f}
.outcomes_tabs_container input[type="radio"]:checked + .tab_label{background:linear-gradient(135deg,#FC8701 0%,#fc8701d9 100%);border-color:#FC8701}
.tab_label h3{font-size:22px;color:#F1EBE4;margin:0 0 8px;font-weight:600}
.tab_label .tab_summary{font-size:16px;color:#f1ebe4d9;margin:0;line-height:1.5}
.tab_panel{display:none;background:#f1ebe40f;padding:40px 36px;border-radius:20px;margin-top:20px;margin-bottom:32px;border-left:4px solid #FC8701}
.outcomes_tabs_container input[type="radio"]:checked ~ .tab_panel{display:block}
.tab_panel h4{font-size:20px;color:#F1EBE4;margin:0 0 20px;font-weight:600}
.skills_list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 28px;margin:0;padding:0;list-style:none}
.skills_list li{font-size:16px;color:#f1ebe4f2;padding-left:28px;position:relative;line-height:1.6}
.skills_list li::before{content:'→';position:absolute;left:0;color:#FC8701;font-weight:700}
@media (max-width: 1024px) {
.prog_hero_content{grid-template-columns:1fr;gap:40px}
.hero_text_area h1{font-size:44px}
.phases_grid{grid-template-columns:1fr;gap:48px}
.mentor_inner{grid-template-columns:1fr;gap:50px}
.skills_list{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.program_hero_wrapper{padding:60px 20px}
.hero_text_area h1{font-size:36px}
.hero_text_area .hero_description{font-size:17px}
.journey_structure_block{padding:70px 20px}
.journey_header h2{font-size:36px}
.phase_card{padding:36px 24px}
.mentor_approach_section{padding:70px 20px}
.approach_content h2{font-size:34px}
.outcomes_section{padding:70px 20px}
.outcomes_header h2{font-size:36px}
.tab_label{padding:20px 24px}
.tab_panel{padding:32px 24px}
}
.service_main{background:linear-gradient(128deg,#F1EBE4 0%,#fff 100%);width:100%}
.intro_hero_wrap{max-width:1400px;margin:0 auto;padding:60px 20px;display:grid;grid-template-columns:1fr 3fr;gap:40px;align-items:center}
.intro_hero_wrap .img_stripe{width:100%;height:100%;position:relative;overflow:hidden;border-radius:24px;box-shadow:0 8px 24px #02246814}
.intro_hero_wrap .img_stripe img{width:100%;height:100%;object-fit:cover;filter:saturate(1.1)}
.intro_hero_wrap .img_stripe::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fc870126 0%,#0224681f 100%);pointer-events:none}
.intro_hero_wrap .txt_zone{padding:0 20px}
.intro_hero_wrap .txt_zone h1{font-size:2.8rem;line-height:1.2;color:#022468;margin:0 0 24px;font-weight:700}
.intro_hero_wrap .txt_zone .desc_extended{font-size:1.1rem;line-height:1.7;color:#444;margin:0}
.particle_canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}
.particle_dot{position:absolute;width:4px;height:4px;background:#fc87014d;border-radius:50%;animation:float_particle 8s infinite ease-in-out}
.particle_dot:nth-child(2){animation-delay:1.5s;background:#02246840;top:20%;left:70%}
.particle_dot:nth-child(3){animation-delay:3s;background:#fc870133;top:60%;left:25%}
@keyframes float_particle {
0%,100%{transform:translateY(0) translateX(0);opacity:.3}
50%{transform:translateY(-20px) translateX(10px);opacity:.6}
}
.client_exp_section{background:linear-gradient(152deg,#fff 0%,#F1EBE4 100%);padding:80px 20px}
.client_exp_section .content_wrapper{max-width:1400px;margin:0 auto}
.client_exp_section h2{font-size:2.4rem;color:#022468;margin:0 0 16px;font-weight:700}
.client_exp_section .intro_text{font-size:1.05rem;line-height:1.6;color:#555;margin:0 0 50px;max-width:800px}
.story_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}
.story_card{background:#fff;border-radius:20px;padding:32px;box-shadow:0 12px 32px #0224680f;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}
.story_card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FC8701 0%,#022468 100%)}
.story_card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0224681f}
.story_card .name_tag{font-size:1.3rem;font-weight:600;color:#022468;margin:0 0 8px}
.story_card .context_label{font-size:.9rem;color:#FC8701;margin:0 0 20px;font-weight:500}
.story_card .progress_text{font-size:1rem;line-height:1.6;color:#444;margin:0 0 24px}
.story_card .outcome_metrics{display:flex;gap:24px;padding-top:20px;border-top:1px solid #F1EBE4}
.story_card .metric_item{flex:1}
.story_card .metric_item .number{font-size:1.8rem;font-weight:700;color:#FC8701;margin:0 0 4px}
.story_card .metric_item .label{font-size:.85rem;color:#666;margin:0}
.additional_opportunities{background:linear-gradient(169deg,#F1EBE4 0%,#fff 100%);padding:80px 20px}
.additional_opportunities .wrap_container{max-width:1400px;margin:0 auto}
.additional_opportunities h2{font-size:2.4rem;color:#022468;margin:0 0 16px;font-weight:700}
.additional_opportunities .section_intro{font-size:1.05rem;line-height:1.6;color:#555;margin:0 0 50px;max-width:800px}
.opportunities_layout{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.opp_visual_side{position:relative}
.opp_visual_side img{width:100%;height:100%;object-fit:cover;border-radius:24px;box-shadow:0 16px 48px #0224681a}
.opp_content_side{display:flex;flex-direction:column;gap:28px}
.opportunity_block{background:#fff;border-radius:18px;padding:28px;box-shadow:0 8px 24px #0224680f;border-left:3px solid #FC8701;transition:all .3s ease}
.opportunity_block:hover{box-shadow:0 12px 32px #0224681a;border-left-width:5px}
.opportunity_block h3{font-size:1.4rem;color:#022468;margin:0 0 12px;font-weight:600}
.opportunity_block p{font-size:1rem;line-height:1.6;color:#555;margin:0 0 16px}
.opportunity_block .feature_list{list-style:none;padding:0;margin:0}
.opportunity_block .feature_list li{font-size:.95rem;color:#444;padding:8px 0 8px 28px;position:relative}
.opportunity_block .feature_list li::before{content:'';position:absolute;left:0;top:14px;width:16px;height:16px;background:linear-gradient(135deg,#FC8701 0%,#022468 100%);border-radius:50%}
.expertise_transparency{background:linear-gradient(143deg,#fff 0%,#F1EBE4 100%);padding:80px 20px}
.expertise_transparency .container_wrap{max-width:1400px;margin:0 auto}
.expertise_transparency h2{font-size:2.4rem;color:#022468;margin:0 0 16px;font-weight:700}
.expertise_transparency .intro_paragraph{font-size:1.05rem;line-height:1.6;color:#555;margin:0 0 50px;max-width:800px}
.expertise_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.expertise_item{background:#fff;border-radius:20px;padding:36px 28px;box-shadow:0 10px 28px #02246812;text-align:center;transition:transform .3s ease,box-shadow .3s ease}
.expertise_item:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0224681f}
.expertise_item .icon_holder{width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#fc870126 0%,#0224681f 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.expertise_item .icon_holder svg{width:40px;height:40px}
.expertise_item h3{font-size:1.3rem;color:#022468;margin:0 0 12px;font-weight:600}
.expertise_item p{font-size:.95rem;line-height:1.6;color:#555;margin:0}
.trust_indicators{background:#fff;padding:60px 20px}
.trust_indicators .trust_wrap{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}
.trust_stat{text-align:center;padding:20px}
.trust_stat .stat_number{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#FC8701 0%,#022468 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 8px}
.trust_stat .stat_label{font-size:1rem;color:#555;margin:0;font-weight:500}
.cta_final_block{background:linear-gradient(155deg,#022468 0%,#FC8701 100%);padding:80px 20px;text-align:center}
.cta_final_block .cta_content{max-width:800px;margin:0 auto}
.cta_final_block h2{font-size:2.2rem;color:#fff;margin:0 0 20px;font-weight:700}
.cta_final_block p{font-size:1.1rem;line-height:1.6;color:#ffffffe6;margin:0 0 36px}
.cta_final_block .button_group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta_final_block .btn_primary{background:#fff;color:#022468;padding:16px 40px;border-radius:28px;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 8px 24px #00000026}
.cta_final_block .btn_primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0003}
.cta_final_block .btn_secondary{background:transparent;color:#fff;padding:16px 40px;border-radius:28px;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-block;border:2px solid #fff;transition:all .3s ease}
.cta_final_block .btn_secondary:hover{background:#fff;color:#022468;transform:translateY(-3px)}
@media (max-width: 1024px) {
.intro_hero_wrap{grid-template-columns:1fr;gap:30px}
.intro_hero_wrap .img_stripe{height:200px}
.intro_hero_wrap .txt_zone h1{font-size:2.2rem}
.story_grid{grid-template-columns:1fr}
.opportunities_layout{grid-template-columns:1fr}
.expertise_grid{grid-template-columns:repeat(2,1fr)}
.trust_indicators .trust_wrap{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.intro_hero_wrap{padding:40px 20px}
.intro_hero_wrap .txt_zone h1{font-size:1.8rem}
.intro_hero_wrap .txt_zone .desc_extended{font-size:1rem}
.client_exp_section,.additional_opportunities,.expertise_transparency,.cta_final_block{padding:60px 20px}
.client_exp_section h2,.additional_opportunities h2,.expertise_transparency h2,.cta_final_block h2{font-size:1.9rem}
.story_card{padding:24px}
.story_card .outcome_metrics{flex-direction:column;gap:16px}
.expertise_grid{grid-template-columns:1fr}
.trust_indicators .trust_wrap{grid-template-columns:1fr;gap:24px}
.trust_stat .stat_number{font-size:2.4rem}
.cta_final_block .button_group{flex-direction:column;align-items:center}
.cta_final_block .btn_primary,.cta_final_block .btn_secondary{width:100%;max-width:300px}
}
.contact_hero_wrap{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(127deg,#022468 0%,#FC8701 100%);margin-bottom:68px}
.contact_hero_wrap::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 40%,#fc870126 0%,transparent 60%),radial-gradient(ellipse at 70% 60%,#02246833 0%,transparent 50%);filter:blur(80px)}
.hero_content_inner{position:relative;z-index:2;max-width:880px;margin:0 auto;padding:60px 24px;text-align:center}
.hero_content_inner h1{font-size:3.2rem;color:#F1EBE4;font-weight:700;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em}
.hero_content_inner h2{font-size:1.5rem;color:#f1ebe4d9;font-weight:400;margin:0 0 20px;line-height:1.4}
.hero_content_inner .hero_desc_text{font-size:1.05rem;color:#f1ebe4e6;line-height:1.65;max-width:660px;margin:0 auto}
.contact_info_section{max-width:1400px;margin:0 auto 72px;padding:0 24px}
.info_cards_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;margin-bottom:56px}
.info_single_card{background:#fff;border:1px solid #e8e4df;border-radius:24px;padding:36px 28px;box-shadow:0 4px 16px #0224680f;transition:all .3s ease}
.info_single_card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0224681f;border-color:#FC8701}
.info_card_icon{width:56px;height:56px;margin-bottom:20px;background:linear-gradient(135deg,#FC8701 0%,#FFA040 100%);border-radius:16px;display:flex;align-items:center;justify-content:center}
.info_card_icon svg{width:28px;height:28px;fill:#fff}
.info_single_card h3{font-size:1.3rem;color:#022468;margin:0 0 12px;font-weight:600}
.info_single_card p{font-size:1rem;color:#4a4a4a;line-height:1.6;margin:0}
.info_single_card a{color:#FC8701;text-decoration:none;font-weight:500;transition:color .2s ease}
.info_single_card a:hover{color:#022468;text-decoration:underline}
.form_section_wrapper{max-width:1400px;margin:0 auto 80px;padding:0 24px}
.form_intro_block{max-width:720px;margin:0 auto 48px;text-align:center}
.form_intro_block h2{font-size:2.4rem;color:#022468;margin:0 0 16px;font-weight:700;line-height:1.25}
.form_intro_block p{font-size:1.1rem;color:#555;line-height:1.7;margin:0}
.contact_form_container{max-width:780px;margin:0 auto;background:#fff;border-radius:28px;padding:52px 48px;box-shadow:0 8px 32px #02246814;border:1px solid #f0ece7}
.form_row_double{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.form_field_group{display:flex;flex-direction:column;margin-bottom:24px}
.form_field_group label{font-size:.95rem;color:#022468;font-weight:600;margin-bottom:8px;display:block}
.form_field_group input,.form_field_group textarea{width:100%;padding:14px 18px;font-size:1rem;color:#333;background:#fafafa;border:2px solid #e8e4df;border-radius:16px;transition:all .25s ease;font-family:inherit;box-sizing:border-box}
.form_field_group input:focus,.form_field_group textarea:focus{outline:none;border-color:#FC8701;background:#fff;box-shadow:0 0 0 4px #fc87011a}
.form_field_group textarea{min-height:160px;resize:vertical}
.privacy_check_wrapper{margin:32px 0;display:flex;align-items:flex-start;gap:12px}
.privacy_check_wrapper input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;flex-shrink:0}
.privacy_check_wrapper label{font-size:.92rem;color:#555;line-height:1.6;cursor:pointer}
.privacy_check_wrapper a{color:#FC8701;text-decoration:none;font-weight:500}
.privacy_check_wrapper a:hover{text-decoration:underline}
.form_submit_btn{width:100%;padding:16px 32px;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#FC8701 0%,#FFA040 100%);border:none;border-radius:18px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #fc870140}
.form_submit_btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #fc870159;background:linear-gradient(135deg,#FFA040 0%,#FC8701 100%)}
.form_submit_btn:active{transform:translateY(0)}
.location_section_wrap{max-width:1400px;margin:0 auto 80px;padding:0 24px}
.location_content_grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.location_text_side h2{font-size:2.2rem;color:#022468;margin:0 0 20px;font-weight:700;line-height:1.3}
.location_text_side p{font-size:1.05rem;color:#555;line-height:1.7;margin:0 0 24px}
.address_display_box{background:linear-gradient(135deg,#F1EBE4 0%,#fff 100%);border-radius:20px;padding:32px;border:2px solid #e8e4df}
.address_display_box h3{font-size:1.2rem;color:#022468;margin:0 0 16px;font-weight:600}
.address_display_box p{font-size:1rem;color:#333;line-height:1.8;margin:0}
.visual_placeholder_box{background:linear-gradient(217deg,#FC8701 0%,#022468 100%);border-radius:24px;min-height:380px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 8px 32px #02246826}
.visual_placeholder_box::before{content:'';position:absolute;width:300px;height:300px;background:radial-gradient(circle,#f1ebe433 0%,transparent 70%);border-radius:50%;top:-100px;right:-100px}
.visual_placeholder_box::after{content:'';position:absolute;width:250px;height:250px;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);border-radius:50%;bottom:-80px;left:-80px}
.faq_section_wrapper{max-width:1400px;margin:0 auto 88px;padding:0 24px}
.faq_header_block{max-width:720px;margin:0 auto 52px;text-align:center}
.faq_header_block h2{font-size:2.4rem;color:#022468;margin:0 0 16px;font-weight:700;line-height:1.25}
.faq_header_block p{font-size:1.1rem;color:#555;line-height:1.7;margin:0}
.faq_list_container{max-width:880px;margin:0 auto}
.faq_single_item{background:#fff;border:2px solid #e8e4df;border-radius:20px;margin-bottom:20px;overflow:hidden;transition:all .3s ease}
.faq_single_item:hover{border-color:#FC8701;box-shadow:0 6px 20px #fc87011a}
.faq_toggle_input{display:none}
.faq_question_label{display:block;padding:24px 28px;font-size:1.15rem;color:#022468;font-weight:600;cursor:pointer;position:relative;transition:color .3s ease;line-height:1.5}
.faq_question_label::after{content:'+';position:absolute;right:28px;top:50%;transform:translateY(-50%);font-size:1.8rem;color:#FC8701;transition:transform .3s ease;font-weight:400}
.faq_toggle_input:checked + .faq_question_label::after{content:'−';transform:translateY(-50%) rotate(180deg)}
.faq_toggle_input:checked + .faq_question_label{color:#FC8701}
.faq_answer_content{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq_toggle_input:checked ~ .faq_answer_content{max-height:500px}
.faq_answer_inner{padding:0 28px 28px;font-size:1rem;color:#555;line-height:1.7}
@media (max-width: 900px) {
.location_content_grid{grid-template-columns:1fr;gap:36px}
.hero_content_inner h1{font-size:2.4rem}
.hero_content_inner h2{font-size:1.3rem}
.contact_form_container{padding:40px 28px}
.form_row_double{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.hero_content_inner{padding:40px 20px}
.hero_content_inner h1{font-size:2rem}
.hero_content_inner h2{font-size:1.15rem}
.info_cards_grid{grid-template-columns:1fr;gap:20px}
.form_intro_block h2,.faq_header_block h2,.location_text_side h2{font-size:1.9rem}
.contact_form_container{padding:32px 20px;border-radius:20px}
.faq_question_label{padding:20px 52px 20px 20px;font-size:1.05rem}
.faq_question_label::after{right:20px}
.faq_answer_inner{padding:0 20px 20px}
}
.hero_cover{position:relative;width:100%;max-width:1400px;margin:0 auto 80px;padding:0;overflow:hidden}
.hero_cover .cover_image{width:100%;height:520px;object-fit:cover;display:block;filter:sepia(18%) saturate(90%) brightness(92%) contrast(95%);border-radius:0 0 28px 28px}
.hero_cover .content_overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:10;width:90%;max-width:760px}
.hero_cover .bg_shape{position:absolute;opacity:.08;pointer-events:none}
.hero_cover .shape_one{top:12%;left:8%;width:140px;height:140px;background:linear-gradient(135deg,#FC8701 0%,#022468 100%);border-radius:50%;z-index:1}
.hero_cover .shape_two{bottom:18%;right:10%;width:100px;height:100px;background:linear-gradient(225deg,#022468 0%,#F1EBE4 100%);border-radius:24px;transform:rotate(15deg);z-index:1}
.hero_cover .main_heading{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 20px;text-shadow:2px 4px 18px #022468b3;line-height:1.2}
.hero_cover .sub_text{font-size:1.3rem;color:#fff;margin:0;text-shadow:1px 2px 12px #02246899;line-height:1.5;font-weight:400}
.story_section{width:100%;max-width:1400px;margin:0 auto;padding:0 24px}
.story_section .wrapper{background:linear-gradient(142deg,#F1EBE4 0%,#fff 48%,#F1EBE4 100%);border-radius:32px;padding:80px 60px;box-shadow:0 16px 48px #02246814}
.story_section .top_content{display:grid;grid-template-columns:1fr 1fr;gap:64px;margin:0 0 72px;align-items:center}
.story_section .text_block h2{font-size:2.4rem;color:#022468;margin:0 0 24px;font-weight:700;line-height:1.3}
.story_section .text_block h2::before{content:'';display:inline-block;width:6px;height:32px;background:linear-gradient(180deg,#FC8701 0%,#022468 100%);margin-right:16px;vertical-align:middle;border-radius:3px}
.story_section .text_block p{font-size:1.05rem;color:#333;line-height:1.7;margin:0 0 18px}
.story_section .text_block p:last-child{margin-bottom:0}
.story_section .highlight_term{color:#FC8701;font-weight:600;position:relative}
.story_section .image_block img{width:100%;height:auto;display:block;border-radius:24px;box-shadow:0 12px 32px #0224681f}
.story_section .approach_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin:0 0 56px}
.story_section .approach_card{background:#fff;border-radius:20px;padding:36px 28px;box-shadow:0 8px 24px #0224680f;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}
.story_section .approach_card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #fc870124;border-color:#FC8701}
.story_section .approach_card h3{font-size:1.4rem;color:#022468;margin:0 0 16px;font-weight:700;display:flex;align-items:center;gap:12px}
.story_section .approach_card h3::before{content:'';display:block;width:40px;height:40px;background:linear-gradient(135deg,#FC8701 0%,#022468 100%);border-radius:50%;flex-shrink:0}
.story_section .approach_card p{font-size:.98rem;color:#555;line-height:1.6;margin:0}
.story_section .timeline_wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative;margin:0 0 64px}
.story_section .timeline_wrapper::before{content:'';position:absolute;top:28px;left:0;right:0;height:3px;background:linear-gradient(90deg,#FC8701 0%,#022468 100%);z-index:1}
.story_section .timeline_item{position:relative;z-index:2}
.story_section .year_marker{width:56px;height:56px;background:#FC8701;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:1.1rem;font-weight:700;color:#fff;box-shadow:0 6px 20px #fc87014d}
.story_section .milestone_text{text-align:center;font-size:.94rem;color:#333;line-height:1.5}
.story_section .milestone_text strong{display:block;color:#022468;font-size:1.05rem;margin-bottom:6px}
.story_section .stats_display{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding:48px;background:linear-gradient(135deg,#022468 0%,#FC8701 100%);border-radius:28px;margin:0 0 56px}
.story_section .stat_item{text-align:center}
.story_section .stat_number{font-size:3rem;font-weight:700;color:#fff;margin:0 0 8px;line-height:1}
.story_section .stat_label{font-size:1.05rem;color:#F1EBE4;margin:0;line-height:1.4}
.story_section .bottom_visuals{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}
.story_section .final_text h3{font-size:2rem;color:#022468;margin:0 0 20px;font-weight:700;line-height:1.3}
.story_section .final_text p{font-size:1.02rem;color:#444;line-height:1.65;margin:0 0 16px}
.story_section .final_text p:last-child{margin-bottom:0}
.story_section .visual_photo img{width:100%;height:auto;display:block;border-radius:24px;box-shadow:0 12px 36px #02246821}
.story_section .cta_button{display:inline-block;background:linear-gradient(135deg,#FC8701 0%,#022468 100%);color:#fff;padding:16px 42px;border-radius:28px;font-size:1.08rem;font-weight:600;text-decoration:none;margin-top:32px;box-shadow:0 8px 24px #fc87014d;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:10}
.story_section .cta_button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #fc870166}
@media (max-width: 1024px) {
.hero_cover .cover_image{height:440px}
.hero_cover .main_heading{font-size:2.6rem}
.hero_cover .sub_text{font-size:1.15rem}
.story_section .wrapper{padding:60px 40px}
.story_section .top_content{gap:48px}
.story_section .approach_grid{grid-template-columns:1fr;gap:24px}
.story_section .timeline_wrapper{grid-template-columns:repeat(2,1fr);gap:32px}
.story_section .timeline_wrapper::before{display:none}
.story_section .stats_display{gap:32px;padding:40px 32px}
.story_section .bottom_visuals{grid-template-columns:1fr;gap:36px}
}
@media (max-width: 768px) {
.hero_cover{margin-bottom:60px}
.hero_cover .cover_image{height:360px;border-radius:0 0 20px 20px}
.hero_cover .main_heading{font-size:2.2rem}
.hero_cover .sub_text{font-size:1.05rem}
.hero_cover .shape_one,.hero_cover .shape_two{display:none}
.story_section{padding:0 16px}
.story_section .wrapper{padding:48px 28px;border-radius:24px}
.story_section .top_content{grid-template-columns:1fr;gap:36px;margin-bottom:48px}
.story_section .text_block h2{font-size:2rem}
.story_section .text_block p{font-size:1rem}
.story_section .timeline_wrapper{grid-template-columns:1fr;gap:28px;margin-bottom:48px}
.story_section .stats_display{grid-template-columns:1fr;gap:28px;padding:36px 24px;margin-bottom:48px}
.story_section .stat_number{font-size:2.4rem}
.story_section .final_text h3{font-size:1.7rem}
.story_section .cta_button{width:100%;text-align:center;padding:14px 32px}
}
.service_hero_wrapper{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(158deg,#F1EBE4 0%,#fff 45%,#F1EBE4 100%)}
.hero_bg_accent{position:absolute;top:-15%;right:-8%;width:480px;height:480px;background:linear-gradient(223deg,#fc870126 0%,#02246814 100%);border-radius:50%;filter:blur(80px);z-index:1}
.hero_bg_secondary{position:absolute;bottom:-20%;left:-5%;width:420px;height:420px;background:linear-gradient(47deg,#0224681f 0%,#fc87010f 100%);border-radius:50%;filter:blur(90px);z-index:1}
.hero_content_container{max-width:1400px;margin:0 auto;padding:80px 24px;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero_text_block h1{font-size:3.2rem;line-height:1.15;color:#022468;margin:0 0 32px;font-weight:700}
.hero_cta_btn{display:inline-block;padding:16px 38px;background:linear-gradient(135deg,#FC8701 0%,#e07500 100%);color:#fff;text-decoration:none;border-radius:24px;font-size:1.05rem;font-weight:600;box-shadow:0 8px 24px #fc870140;transition:all .3s ease;position:relative;z-index:10}
.hero_cta_btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #fc870159;background:linear-gradient(135deg,#e07500 0%,#FC8701 100%)}
.hero_visual_area{position:relative}
.hero_main_img{width:100%;height:420px;object-fit:cover;border-radius:28px;box-shadow:0 16px 48px #0224682e}
.hero_img_frame{position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;border:3px solid #FC8701;border-radius:28px;pointer-events:none}
.service_overview_section{padding:90px 24px;background:#fff}
.overview_container{max-width:1400px;margin:0 auto}
.overview_intro{max-width:780px;margin:0 auto 70px;text-align:center}
.overview_intro h2{font-size:2.4rem;color:#022468;margin:0 0 20px;font-weight:700}
.overview_intro p{font-size:1.1rem;line-height:1.7;color:#333;margin:0}
.service_cards_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.service_card_item{background:linear-gradient(145deg,#F1EBE4 0%,#fff 100%);border-radius:24px;padding:36px 28px;box-shadow:0 6px 20px #02246814;transition:all .3s ease}
.service_card_item:hover{transform:translateY(-4px);box-shadow:0 12px 32px #02246824}
.card_icon_wrap{width:64px;height:64px;background:linear-gradient(135deg,#FC8701 0%,#e07500 100%);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.card_icon_wrap svg{width:32px;height:32px;fill:#fff}
.service_card_item h3{font-size:1.4rem;color:#022468;margin:0 0 14px;font-weight:600}
.service_card_item p{font-size:.98rem;line-height:1.65;color:#444;margin:0}
.process_stages_block{padding:85px 24px;background:linear-gradient(175deg,#022468 0%,#033587 100%);position:relative;overflow:hidden}
.process_bg_shape{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.05;pointer-events:none}
.process_bg_shape svg{width:100%;height:100%}
.process_inner_container{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.process_header{text-align:center;margin-bottom:60px}
.process_header h2{font-size:2.5rem;color:#fff;margin:0 0 18px;font-weight:700}
.process_header p{font-size:1.08rem;color:#F1EBE4;margin:0;max-width:680px;margin:0 auto;line-height:1.65}
.process_timeline{display:flex;flex-direction:column;gap:28px}
.timeline_step{background:#f1ebe414;border-radius:22px;padding:32px;border-left:5px solid #FC8701;display:grid;grid-template-columns:80px 1fr;gap:28px;align-items:start;transition:all .3s ease}
.timeline_step:hover{background:#f1ebe41f;border-left-width:7px}
.step_number_badge{width:64px;height:64px;background:linear-gradient(135deg,#FC8701 0%,#e07500 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#fff;box-shadow:0 6px 18px #fc87014d}
.step_content h3{font-size:1.35rem;color:#F1EBE4;margin:0 0 12px;font-weight:600}
.step_content p{font-size:.98rem;color:#d4d4d4;line-height:1.7;margin:0}
.specialization_focus_wrapper{padding:80px 24px;background:#fff}
.focus_layout{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:45% 1fr;gap:70px;align-items:center}
.focus_image_side{position:relative}
.focus_visual_img{width:100%;height:480px;object-fit:cover;border-radius:26px;box-shadow:0 14px 44px #02246829}
.focus_text_column h2{font-size:2.3rem;color:#022468;margin:0 0 26px;font-weight:700}
.focus_text_column p{font-size:1.05rem;line-height:1.75;color:#333;margin:0 0 20px}
.focus_expertise_list{list-style:none;padding:0;margin:32px 0 0}
.focus_expertise_list li{padding:14px 0 14px 40px;position:relative;font-size:1.02rem;color:#444;line-height:1.6}
.focus_expertise_list li::before{content:'';position:absolute;left:0;top:18px;width:24px;height:24px;background:linear-gradient(135deg,#FC8701 0%,#e07500 100%);border-radius:50%;box-shadow:0 4px 12px #fc870140}
.focus_expertise_list li::after{content:'✓';position:absolute;left:7px;top:18px;color:#fff;font-weight:700;font-size:.9rem}
.engagement_models_area{padding:90px 24px;background:linear-gradient(185deg,#F1EBE4 0%,#fff 50%,#F1EBE4 100%)}
.models_container{max-width:1400px;margin:0 auto}
.models_header_text{text-align:center;margin-bottom:65px}
.models_header_text h2{font-size:2.45rem;color:#022468;margin:0 0 18px;font-weight:700}
.models_header_text p{font-size:1.08rem;color:#333;margin:0;line-height:1.7}
.models_comparison_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}
.model_option_card{background:#fff;border-radius:26px;padding:40px 34px;box-shadow:0 8px 28px #0224681a;border:2px solid transparent;transition:all .3s ease}
.model_option_card:hover{border-color:#FC8701;transform:translateY(-3px);box-shadow:0 14px 38px #02246826}
.model_tag{display:inline-block;padding:8px 18px;background:linear-gradient(135deg,#FC8701 0%,#e07500 100%);color:#fff;border-radius:16px;font-size:.88rem;font-weight:600;margin-bottom:20px}
.model_option_card h3{font-size:1.55rem;color:#022468;margin:0 0 16px;font-weight:700}
.model_option_card p{font-size:1.02rem;line-height:1.7;color:#444;margin:0 0 24px}
.model_features_checklist{list-style:none;padding:0;margin:0 0 28px}
.model_features_checklist li{padding:10px 0 10px 32px;position:relative;font-size:.98rem;color:#333;line-height:1.6;border-bottom:1px solid #f0f0f0}
.model_features_checklist li:last-child{border-bottom:none}
.model_features_checklist li::before{content:'→';position:absolute;left:0;color:#FC8701;font-weight:700;font-size:1.1rem}
.model_duration_info{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#F1EBE4;border-radius:16px;margin-bottom:22px}
.duration_icon_box{width:40px;height:40px;background:linear-gradient(135deg,#022468 0%,#033587 100%);border-radius:12px;display:flex;align-items:center;justify-content:center}
.duration_icon_box svg{width:20px;height:20px;fill:#fff}
.duration_text_data{font-size:.95rem;color:#022468;font-weight:600}
.model_action_btn{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#022468 0%,#033587 100%);color:#fff;text-decoration:none;border-radius:20px;font-size:1rem;font-weight:600;transition:all .3s ease;text-align:center;width:100%;box-sizing:border-box;position:relative;z-index:10}
.model_action_btn:hover{transform:scale(1.02);box-shadow:0 8px 24px #02246840;background:linear-gradient(135deg,#033587 0%,#022468 100%)}
@media (max-width: 968px) {
.hero_content_container{grid-template-columns:1fr;gap:40px}
.hero_text_block h1{font-size:2.4rem}
.service_cards_grid{grid-template-columns:1fr}
.focus_layout{grid-template-columns:1fr;gap:50px}
.models_comparison_grid{grid-template-columns:1fr}
.timeline_step{grid-template-columns:60px 1fr;gap:20px}
.step_number_badge{width:52px;height:52px;font-size:1.4rem}
}
@media (max-width: 640px) {
.hero_text_block h1{font-size:2rem}
.hero_cta_btn{padding:14px 30px;font-size:.98rem}
.hero_main_img{height:320px}
.overview_intro h2{font-size:1.9rem}
.process_header h2{font-size:2rem}
.focus_text_column h2{font-size:1.85rem}
.focus_visual_img{height:360px}
.models_header_text h2{font-size:1.95rem}
.service_hero_wrapper{min-height:420px}
.hero_content_container{padding:60px 20px}
.service_overview_section,.process_stages_block,.specialization_focus_wrapper,.engagement_models_area{padding:60px 20px}
}
.podcast_hero{background:linear-gradient(127deg,#022468 0%,#FC8701 100%);padding:80px 24px;margin-bottom:64px;border-radius:28px;max-width:1400px;margin-left:auto;margin-right:auto;box-shadow:0 16px 48px #02246826}
.podcast_hero .hero_content_wrap{max-width:820px;margin:0 auto;text-align:center}
.podcast_hero h1{font-size:48px;color:#F1EBE4;margin:0 0 20px;line-height:1.2;font-weight:700}
.podcast_hero .subtitle_text{font-size:20px;color:#F1EBE4;line-height:1.6;opacity:.95;margin:0}
.episodes_container{max-width:1400px;margin:0 auto 80px;padding:0 24px}
.section_heading_2{font-size:36px;color:#022468;margin:0 0 48px;text-align:center;font-weight:700;position:relative;padding-bottom:20px}
.section_heading_2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FC8701,#022468);border-radius:8px}
.post_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:32px;margin-bottom:80px}
.post_card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 8px 24px #02246814;transition:all .3s ease;display:flex;flex-direction:column;position:relative}
.post_card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #fc870133}
.post_image_wrapper{width:100%;height:220px;overflow:hidden;position:relative}
.post_image_wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.post_card:hover .post_image_wrapper img{transform:scale(1.08)}
.post_body{padding:24px;flex-grow:1;display:flex;flex-direction:column}
.post_title_link{text-decoration:none;color:#022468;display:block;margin-bottom:12px}
.post_title{font-size:22px;line-height:1.3;margin:0;font-weight:700;transition:color .3s ease}
.post_title_link:hover .post_title{color:#FC8701}
.post_description{font-size:16px;color:#4a4a4a;line-height:1.6;margin:0 0 20px;flex-grow:1}
.post_meta_wrapper{display:flex;flex-direction:column;gap:12px;margin-top:auto}
.author_info{display:flex;align-items:center;gap:8px;font-size:14px;color:#6a6a6a}
.author_info svg{width:16px;height:16px;fill:#FC8701}
.meta_stats_row{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #F1EBE4}
.stat_item{display:flex;align-items:center;gap:6px;font-size:14px;color:#6a6a6a}
.stat_item svg{width:18px;height:18px}
.stat_item.views svg{fill:#022468}
.stat_item.likes svg{fill:#FC8701}
.post_date{font-size:13px;color:#8a8a8a}
.info_blocks_section{max-width:1400px;margin:0 auto 80px;padding:0 24px}
.blocks_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:48px}
.info_block{background:linear-gradient(135deg,#F1EBE4 0%,#fff 100%);border-radius:24px;padding:40px 32px;box-shadow:0 12px 32px #0224681a;transition:transform .3s ease}
.info_block:hover{transform:translateY(-4px)}
.info_block h3{font-size:26px;color:#022468;margin:0 0 16px;font-weight:700;display:flex;align-items:center;gap:12px}
.info_block h3::before{content:'';width:6px;height:32px;background:linear-gradient(180deg,#FC8701,#022468);border-radius:4px}
.info_block p{font-size:16px;color:#4a4a4a;line-height:1.7;margin:0}
.cta_section_wrapper{max-width:1400px;margin:0 auto 80px;padding:0 24px}
.cta_block{background:linear-gradient(155deg,#022468 0%,#FC8701 100%);border-radius:28px;padding:64px 40px;text-align:center;box-shadow:0 20px 56px #fc870140}
.cta_block h2{font-size:38px;color:#F1EBE4;margin:0 0 20px;font-weight:700}
.cta_block p{font-size:18px;color:#F1EBE4;line-height:1.6;margin:0 0 32px;max-width:640px;margin-left:auto;margin-right:auto;opacity:.95}
.cta_buttons_row{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}
.btn_primary{background:#F1EBE4;color:#022468;padding:16px 36px;border-radius:16px;text-decoration:none;font-size:17px;font-weight:600;display:inline-block;transition:all .3s ease;box-shadow:0 8px 24px #f1ebe44d}
.btn_primary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 12px 32px #f1ebe466}
.btn_secondary{background:transparent;color:#F1EBE4;padding:16px 36px;border-radius:16px;text-decoration:none;font-size:17px;font-weight:600;display:inline-block;border:2px solid #F1EBE4;transition:all .3s ease}
.btn_secondary:hover{background:#f1ebe426;transform:translateY(-2px)}
@media (max-width: 768px) {
.podcast_hero{padding:60px 20px;margin-bottom:48px}
.podcast_hero h1{font-size:36px}
.podcast_hero .subtitle_text{font-size:18px}
.section_heading_2{font-size:28px;margin-bottom:32px}
.post_grid{grid-template-columns:1fr;gap:24px}
.blocks_grid{grid-template-columns:1fr;gap:24px}
.cta_block{padding:48px 24px}
.cta_block h2{font-size:30px}
.cta_buttons_row{flex-direction:column;align-items:stretch}
.btn_primary,.btn_secondary{text-align:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.post_grid{grid-template-columns:repeat(2,1fr)}
}
.success_hero{background:linear-gradient(135deg,#FC8701 0%,#022468 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.success_hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#f1ebe408 1px,transparent 1px),linear-gradient(90deg,#f1ebe408 1px,transparent 1px);background-size:40px 40px;opacity:.4}
.hero_content_wrapper{max-width:800px;margin:0 auto;position:relative;z-index:2;text-align:center}
.success_hero .hero_main_heading{font-size:48px;color:#F1EBE4;margin:0 0 20px;font-weight:700;line-height:1.2}
.success_hero .hero_sub_text{font-size:20px;color:#F1EBE4;margin:0 0 40px;opacity:.95;line-height:1.5}
.hero_action_set{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.hero_btn{padding:16px 32px;border-radius:24px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid transparent}
.hero_btn_primary{background:#F1EBE4;color:#022468;box-shadow:0 8px 24px #00000026}
.hero_btn_primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #00000040}
.hero_btn_secondary{background:transparent;color:#F1EBE4;border-color:#F1EBE4}
.hero_btn_secondary:hover{background:#f1ebe41a;transform:translateY(-2px)}
.confirmation_details{background:#F1EBE4;padding:60px 20px}
.details_container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}
.detail_card{background:#fff;border-radius:20px;padding:40px 32px;box-shadow:0 4px 16px #02246814;position:relative;overflow:hidden}
.detail_card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FC8701,#022468)}
.detail_icon_wrap{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#fc87011a,#0224681a);display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.detail_icon_wrap svg{width:32px;height:32px}
.detail_card h3{font-size:22px;color:#022468;margin:0 0 12px;font-weight:700}
.detail_card p{font-size:16px;color:#022468;margin:0 0 20px;line-height:1.6;opacity:.85}
.detail_info_list{list-style:none;padding:0;margin:0}
.detail_info_list li{font-size:15px;color:#022468;padding:8px 0;border-bottom:1px solid #0224681a;display:flex;justify-content:space-between;align-items:center}
.detail_info_list li:last-child{border-bottom:none}
.info_label{opacity:.7}
.info_value{font-weight:600}
.contact_link_item{display:inline-flex;align-items:center;gap:8px;color:#FC8701;text-decoration:none;font-weight:600;transition:all .3s ease}
.contact_link_item:hover{gap:12px;opacity:.8}
.contact_link_item svg{width:16px;height:16px}
@media (max-width: 968px) {
.details_container{grid-template-columns:1fr 1fr}
.success_hero .hero_main_heading{font-size:36px}
}
@media (max-width: 640px) {
.details_container{grid-template-columns:1fr}
.success_hero{padding:60px 20px 80px}
.success_hero .hero_main_heading{font-size:32px}
.success_hero .hero_sub_text{font-size:18px}
.hero_action_set{flex-direction:column}
.hero_btn{width:100%}
.detail_card{padding:32px 24px}
}