*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Roboto',sans-serif;font-size:16px;line-height:1.6;color:#1D1C1C;background-color:#FEFEFE;cursor:default}
a{text-decoration:none;color:inherit;cursor:pointer}
ul{list-style:none}
img{max-width:100%;height:auto;display:block}
button{cursor:pointer;border:none;background:none;font-family:inherit}
input,textarea{cursor:text;font-family:inherit}
.header_wrapper{max-width:1440px;margin:0 auto;padding:0 20px}
.header_top_row{display:flex;justify-content:space-between;align-items:center;padding:25px 0;border-bottom:3px solid #F58700;position:relative}
.header_top_row::before{content:'';position:absolute;bottom:-6px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#106484 0%,transparent 100%)}
.domain_brand_block{display:flex;align-items:center;gap:20px}
.logo_container{flex-shrink:0}
.brand_logo{width:110px;height:110px;object-fit:contain;background-color:#f5870014;padding:8px;border-radius:30px;box-shadow:0 4px 12px #10648426}
.company_info{display:flex;flex-direction:column;gap:4px}
.company_title{font-size:32px;font-weight:700;color:#1D1C1C;letter-spacing:-.5px}
.company_tagline{font-size:14px;color:#106484;font-weight:400;max-width:280px}
.header_contact_nav_block{display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.contact_details{display:flex;gap:24px}
.phone_link,.email_link{display:flex;align-items:center;gap:8px;font-size:15px;color:#1D1C1C;padding:8px 16px;border:2px solid #106484;border-radius:25px;transition:all .3s ease}
.phone_link i,.email_link i{font-size:18px;color:#F58700}
.phone_link:hover,.email_link:hover{background-color:#f587001a;border-color:#F58700}
.header_nav_row{padding:20px 0;background:linear-gradient(135deg,#1064840d 0%,#f587000d 100%)}
.main_navigation{max-width:1440px;margin:0 auto}
.nav_list{display:flex;gap:40px;justify-content:center;flex-wrap:wrap}
.nav_item{position:relative}
.nav_link{font-size:17px;font-weight:400;color:#1D1C1C;padding:10px 20px;display:block;border-radius:20px;transition:background-color .3s ease,color .3s ease}
.nav_link:hover{background-color:#f5870026;color:#F58700}
.footer_wrapper{background:linear-gradient(180deg,#106484 0%,#0d5066 100%);padding:60px 20px 30px;margin-top:80px}
.footer_content{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding-bottom:40px;border-bottom:2px solid #f587004d}
.footer_column{border:2px solid #fff3;padding:25px;border-radius:25px;background-color:#ffffff0d}
.footer_heading{font-size:20px;font-weight:700;color:#F58700;margin-bottom:16px}
.footer_text{font-size:15px;color:#FEFEFE;line-height:1.8;margin-bottom:10px}
.footer_links{display:flex;flex-direction:column;gap:12px}
.footer_link{font-size:15px;color:#FEFEFE;padding:8px 0;display:inline-block;transition:color .3s ease}
.footer_link:hover{color:#F58700}
.footer_bottom{max-width:1440px;margin:0 auto;padding-top:30px;text-align:center}
.copyright_text{font-size:14px;color:#fffc}
.cookie_toast{position:fixed;bottom:20px;left:20px;max-width:380px;background-color:#FEFEFE;border:3px solid #106484;padding:20px;box-shadow:0 8px 24px #1d1c1c40;opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease;z-index:9999;display:block}
.cookie_toast.toast_visible{opacity:1;transform:translateY(0)}
.cookie_toast.toast_hiding{opacity:0;transform:translateY(20px)}
.toast_content{display:flex;flex-direction:column;gap:16px}
.toast_msg{font-size:14px;color:#1D1C1C;line-height:1.6}
.policy_link{color:#F58700;text-decoration:underline}
.policy_link:hover{color:#106484}
.toast_actions{display:flex;gap:12px}
.btn_accept,.btn_decline{flex:1;padding:12px 20px;font-size:14px;font-weight:700;color:#FEFEFE;border:none;cursor:pointer;transition:background-color .3s ease}
.btn_accept{background-color:#F58700}
.btn_accept:hover{background-color:#d67400}
.btn_decline{background-color:#106484}
.btn_decline:hover{background-color:#0d5066}
@media (max-width: 1024px) {
.header_top_row{flex-direction:column;gap:20px;align-items:flex-start}
.header_contact_nav_block{align-items:flex-start;width:100%}
.contact_details{flex-direction:column;gap:12px;width:100%}
.phone_link,.email_link{width:100%;justify-content:center}
}
@media (max-width: 768px) {
.domain_brand_block{flex-direction:column;align-items:center;text-align:center;width:100%}
.company_tagline{max-width:100%}
.nav_list{flex-direction:column;gap:12px;align-items:stretch}
.nav_link{text-align:center}
.footer_content{grid-template-columns:1fr;gap:24px}
.cookie_toast{left:10px;right:10px;max-width:calc(100% - 20px)}
}
@media (max-width: 480px) {
.brand_logo{width:90px;height:90px}
.company_title{font-size:26px}
.company_tagline{font-size:13px}
.phone_link,.email_link{font-size:14px;padding:10px 14px}
.toast_actions{flex-direction:column;gap:10px}
}
.content-policy{max-width:1440px;margin:0 auto;padding:80px 20px;background:#fff}
.content-policy h1{font-size:48px;font-weight:700;color:#1D1C1C;line-height:1.2;margin:0 0 16px;letter-spacing:-.5px}
.content-policy h2{font-size:36px;font-weight:600;color:#106484;line-height:1.3;margin:60px 0 24px;padding-top:20px;border-top:2px solid #f5870033}
.content-policy h3{font-size:28px;font-weight:600;color:#1D1C1C;line-height:1.4;margin:48px 0 20px}
.content-policy h4{font-size:22px;font-weight:600;color:#106484;line-height:1.4;margin:36px 0 16px}
.content-policy h5{font-size:18px;font-weight:600;color:#1D1C1C;line-height:1.5;margin:28px 0 12px}
.content-policy h6{font-size:16px;font-weight:600;color:#106484;line-height:1.5;margin:24px 0 12px;text-transform:uppercase;letter-spacing:.5px}
.content-policy p{font-size:17px;font-weight:400;color:#444;line-height:1.8;margin:0 0 20px;max-width:900px}
.content-policy strong,.content-policy b{font-weight:600;color:#1D1C1C}
.content-policy a{color:#F58700;text-decoration:none;border-bottom:1px solid #f587004d;transition:all .3s ease;cursor:pointer}
.content-policy a:hover{color:#106484;border-bottom-color:#106484}
.content-policy table{width:100%;max-width:1100px;border-collapse:collapse;margin:40px 0;background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 4px 16px #00000014}
.content-policy thead{background:linear-gradient(135deg,#106484 0%,#0d4f68 100%)}
.content-policy thead tr{border:none}
.content-policy thead th{padding:20px 24px;text-align:left;font-size:16px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;border:none}
.content-policy tbody{background:#fff}
.content-policy tbody tr{border-bottom:1px solid #1064841a;transition:background .2s ease}
.content-policy tbody tr:last-child{border-bottom:none}
.content-policy tbody tr:hover{background:#f587000a}
.content-policy tbody td{padding:18px 24px;font-size:16px;color:#444;line-height:1.6;border:none}
.content-policy tbody th{padding:18px 24px;font-size:16px;font-weight:600;color:#1D1C1C;text-align:left;background:#1064840d;border:none}
@media (max-width: 768px) {
.content-policy{padding:60px 16px}
.content-policy h1{font-size:36px;margin-bottom:12px}
.content-policy h2{font-size:28px;margin:48px 0 20px}
.content-policy h3{font-size:24px;margin:36px 0 16px}
.content-policy h4{font-size:20px;margin:28px 0 14px}
.content-policy h5{font-size:17px;margin:24px 0 12px}
.content-policy h6{font-size:15px;margin:20px 0 10px}
.content-policy p{font-size:16px;line-height:1.7;margin-bottom:16px}
.content-policy table{margin:32px 0;border-radius:20px;display:block;overflow-x:auto}
.content-policy thead th{padding:16px;font-size:14px}
.content-policy tbody td,.content-policy tbody th{padding:14px 16px;font-size:15px}
}
@media (max-width: 480px) {
.content-policy{padding:40px 12px}
.content-policy h1{font-size:30px}
.content-policy h2{font-size:24px;margin:40px 0 16px}
.content-policy h3{font-size:20px}
.content-policy table{font-size:14px}
.content-policy thead th{padding:12px;font-size:13px}
.content-policy tbody td,.content-policy tbody th{padding:12px;font-size:14px}
}
.abt_hero_wrap{background:linear-gradient(135deg,#106484 0%,#1D1C1C 100%);padding:80px 20px;position:relative;overflow:hidden}
.abt_hero_wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#f5870026;border-radius:50%;filter:blur(80px)}
.abt_hero_container{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.abt_hero_text_zone{padding-right:40px}
.abt_hero_text_zone h1{font-size:52px;line-height:1.2;color:#fff;margin:0 0 24px;font-weight:700}
.abt_hero_text_zone h1::after{content:'';display:block;width:80px;height:4px;background:#F58700;margin-top:20px;border-radius:25px}
.abt_hero_text_zone p{font-size:18px;line-height:1.7;color:#ffffffe6;margin:0 0 16px}
.abt_hero_img_zone{position:relative}
.abt_hero_img_zone img{width:100%;height:480px;object-fit:cover;border-radius:30px;box-shadow:0 20px 60px #0006}
.abt_hero_img_zone::before{content:'';position:absolute;top:-15px;left:-15px;width:120px;height:120px;border:3px solid #F58700;border-radius:30px;z-index:-1}
.story_section_wrapper{background:#fff;padding:100px 20px;position:relative}
.story_section_wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:8px;background:linear-gradient(90deg,#F58700 0%,#106484 50%,#1D1C1C 100%)}
.story_main_container{max-width:1440px;margin:0 auto;display:flex;gap:80px;align-items:flex-start}
.story_left_col{flex:1;position:sticky;top:100px}
.story_left_col h2{font-size:42px;line-height:1.3;color:#1D1C1C;margin:0 0 28px;font-weight:700;position:relative;padding-left:20px}
.story_left_col h2::before{content:'';position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(180deg,#F58700 0%,#106484 100%);border-radius:25px}
.story_img_holder{margin-top:40px}
.story_img_holder img{width:100%;height:380px;object-fit:cover;border-radius:25px;box-shadow:0 12px 40px #10648433}
.story_right_col{flex:1.2}
.story_text_block{background:#f8f9fa;padding:40px;border-radius:25px;margin-bottom:30px;border-left:5px solid #F58700}
.story_text_block h3{font-size:26px;line-height:1.4;color:#106484;margin:0 0 18px;font-weight:600}
.story_text_block p{font-size:17px;line-height:1.7;color:#1D1C1C;margin:0 0 15px}
.story_text_block p:last-child{margin-bottom:0}
.story_highlight_box{background:linear-gradient(135deg,#f587001a 0%,#1064841a 100%);padding:35px;border-radius:25px;border:2px solid #f587004d;margin-bottom:30px}
.story_highlight_box h4{font-size:22px;line-height:1.4;color:#1D1C1C;margin:0 0 16px;font-weight:600}
.story_highlight_box p{font-size:17px;line-height:1.7;color:#1D1C1C;margin:0}
.values_grid_wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-top:40px}
.value_card{background:#fff;padding:32px;border-radius:25px;box-shadow:0 8px 30px #1d1c1c1a;transition:transform .3s ease,box-shadow .3s ease}
.value_card:hover{transform:translateY(-5px);box-shadow:0 15px 45px #10648433}
.value_card_icon{width:60px;height:60px;background:linear-gradient(135deg,#F58700 0%,#106484 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.value_card_icon i{font-size:28px;color:#fff}
.value_card h5{font-size:20px;line-height:1.4;color:#1D1C1C;margin:0 0 12px;font-weight:600}
.value_card p{font-size:16px;line-height:1.6;color:#1D1C1C;margin:0}
.team_profile_section{background:#f8f9fa;padding:50px 40px;border-radius:25px;margin-top:40px;display:flex;gap:40px;align-items:center}
.team_profile_img{flex-shrink:0}
.team_profile_img img{width:140px;height:140px;object-fit:cover;border-radius:50%;border:4px solid #F58700}
.team_profile_content h5{font-size:24px;line-height:1.3;color:#106484;margin:0 0 8px;font-weight:600}
.team_profile_role{font-size:16px;line-height:1.5;color:#F58700;margin:0 0 16px;font-weight:500}
.team_profile_content p{font-size:16px;line-height:1.7;color:#1D1C1C;margin:0}
.approach_timeline{margin-top:40px;position:relative;padding-left:40px}
.approach_timeline::before{content:'';position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(180deg,#F58700 0%,#106484 100%);border-radius:25px}
.timeline_item{position:relative;padding:25px 0}
.timeline_item::before{content:'';position:absolute;left:-47px;top:30px;width:18px;height:18px;background:#F58700;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #F58700}
.timeline_item h6{font-size:20px;line-height:1.4;color:#106484;margin:0 0 10px;font-weight:600}
.timeline_item p{font-size:16px;line-height:1.6;color:#1D1C1C;margin:0}
.cta_btn_wrapper{margin-top:50px;text-align:center}
.cta_primary_btn{display:inline-block;padding:18px 45px;background:linear-gradient(135deg,#F58700 0%,#106484 100%);color:#fff;font-size:18px;font-weight:600;text-decoration:none;border-radius:30px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 25px #f587004d}
.cta_primary_btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px #f5870066;color:#fff}
@media (max-width: 1024px) {
.abt_hero_container{grid-template-columns:1fr;gap:40px}
.abt_hero_text_zone{padding-right:0}
.abt_hero_text_zone h1{font-size:42px}
.story_main_container{flex-direction:column;gap:50px}
.story_left_col{position:static}
.values_grid_wrap{grid-template-columns:1fr}
.team_profile_section{flex-direction:column;text-align:center}
}
@media (max-width: 768px) {
.abt_hero_wrap{padding:60px 20px}
.abt_hero_text_zone h1{font-size:36px}
.abt_hero_text_zone p{font-size:16px}
.abt_hero_img_zone img{height:320px}
.story_section_wrapper{padding:60px 20px}
.story_left_col h2{font-size:32px}
.story_text_block{padding:30px}
.story_text_block h3{font-size:22px}
.story_highlight_box{padding:25px}
.value_card{padding:25px}
.approach_timeline{padding-left:30px}
.timeline_item::before{left:-37px}
}
.careers_hero_wrapper{background:linear-gradient(135deg,#106484 0%,#106484d9 100%);padding:80px 20px;position:relative;overflow:hidden}
.careers_hero_wrapper::before{content:'';position:absolute;top:-50%;left:-10%;width:400px;height:400px;background:#f5870026;border-radius:50%;filter:blur(80px)}
.careers_hero_wrapper::after{content:'';position:absolute;bottom:-30%;right:-5%;width:350px;height:350px;background:#f5870033;border-radius:50%;filter:blur(90px)}
.careers_hero_container{max-width:1440px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.careers_hero_image_block{flex:0 0 380px}
.careers_hero_image_block img{width:100%;height:520px;object-fit:cover;border-radius:30px;box-shadow:0 12px 40px #00000040;filter:contrast(1.1) saturate(1.05)}
.careers_hero_text_area{flex:1}
.careers_hero_text_area h1{font-size:3.2rem;color:#fff;margin:0 0 24px;line-height:1.2;font-weight:700}
.careers_hero_text_area h1 .accent_term{color:#F58700;position:relative}
.careers_hero_text_area p{font-size:1.15rem;color:#ffffffe6;line-height:1.7;margin:0}
.role_showcase_section{padding:90px 20px;background:#f8f9fa}
.role_showcase_container{max-width:1440px;margin:0 auto}
.role_showcase_header{text-align:center;margin-bottom:60px}
.role_showcase_header h2{font-size:2.4rem;color:#1D1C1C;margin:0 0 16px;font-weight:700}
.role_showcase_header h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#F58700,#106484);margin:20px auto 0;border-radius:20px}
.role_showcase_header p{font-size:1.1rem;color:#555;max-width:720px;margin:0 auto;line-height:1.6}
.role_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:30px}
.role_card{background:#fff;border-radius:25px;padding:40px 32px;box-shadow:0 4px 16px #00000014;transition:all .3s ease;border:2px solid transparent}
.role_card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000026;border-color:#F58700}
.role_card h3{font-size:1.6rem;color:#106484;margin:0 0 12px;font-weight:600}
.role_card_type{display:inline-block;background:#f587001f;color:#F58700;padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:20px}
.role_card p{font-size:1rem;color:#555;line-height:1.7;margin:0 0 24px}
.role_card_skills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}
.skill_tag{background:#f0f0f0;color:#1D1C1C;padding:8px 14px;border-radius:15px;font-size:.88rem}
.role_card_action{display:inline-block;background:#106484;color:#fff;padding:12px 28px;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative;z-index:5}
.role_card_action:hover{background:#F58700;transform:scale(1.05)}
.benefits_section{padding:100px 20px;background:linear-gradient(180deg,#fff 0%,#f0f5f7 100%)}
.benefits_container{max-width:1440px;margin:0 auto}
.benefits_intro{max-width:820px;margin:0 auto 70px}
.benefits_intro h2{font-size:2.6rem;color:#1D1C1C;margin:0 0 20px;text-align:center;font-weight:700;position:relative}
.benefits_intro h2::before{content:'';position:absolute;left:50%;top:-15px;transform:translateX(-50%);width:60px;height:6px;background:#F58700;border-radius:20px}
.benefits_intro p{font-size:1.08rem;color:#555;line-height:1.7;text-align:center;margin:0}
.benefits_visual_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.benefit_item{background:#fff;padding:36px 28px;border-radius:30px;box-shadow:0 6px 20px #00000012;text-align:center;transition:all .3s ease}
.benefit_item:hover{box-shadow:0 14px 36px #10648433}
.benefit_icon_area{width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#f5870026,#10648426);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;color:#106484}
.benefit_item h4{font-size:1.3rem;color:#1D1C1C;margin:0 0 14px;font-weight:600}
.benefit_item p{font-size:.98rem;color:#666;line-height:1.6;margin:0}
.team_culture_section{padding:90px 20px;background:#106484;position:relative;overflow:hidden}
.team_culture_section::before{content:'';position:absolute;top:20%;right:-100px;width:500px;height:500px;background:#f587001a;border-radius:50%;filter:blur(100px)}
.team_culture_container{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:2}
.team_culture_content h2{font-size:2.5rem;color:#fff;margin:0 0 24px;font-weight:700}
.team_culture_content p{font-size:1.05rem;color:#ffffffe6;line-height:1.8;margin:0 0 18px}
.culture_highlights{margin-top:40px}
.culture_point{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}
.culture_point_icon{flex:0 0 50px;height:50px;background:#f5870040;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#F58700}
.culture_point_text h5{font-size:1.15rem;color:#fff;margin:0 0 8px;font-weight:600}
.culture_point_text p{font-size:.95rem;color:#ffffffd9;margin:0;line-height:1.6}
.team_culture_visual{position:relative}
.team_culture_visual img{width:100%;height:480px;object-fit:cover;border-radius:30px;box-shadow:0 16px 48px #0000004d}
.application_process_section{padding:100px 20px;background:#fff}
.application_process_container{max-width:1440px;margin:0 auto}
.application_process_header{text-align:center;margin-bottom:70px}
.application_process_header h2{font-size:2.5rem;color:#1D1C1C;margin:0 0 18px;font-weight:700}
.application_process_header p{font-size:1.1rem;color:#555;max-width:700px;margin:0 auto;line-height:1.7}
.process_timeline{position:relative;max-width:900px;margin:0 auto}
.process_timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#F58700,#106484);transform:translateX(-50%)}
.process_step{display:flex;gap:40px;margin-bottom:60px;position:relative}
.process_step:nth-child(odd){flex-direction:row}
.process_step:nth-child(even){flex-direction:row-reverse}
.process_step_number{flex:0 0 calc(50% - 40px);text-align:right;position:relative}
.process_step:nth-child(even) .process_step_number{text-align:left}
.step_circle{position:absolute;right:-52px;top:10px;width:60px;height:60px;background:#F58700;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;box-shadow:0 4px 16px #f5870066;z-index:3}
.process_step:nth-child(even) .step_circle{right:auto;left:-52px}
.process_step_content{flex:0 0 calc(50% - 40px);background:#f8f9fa;padding:32px 28px;border-radius:25px;box-shadow:0 4px 16px #0000000f}
.process_step_content h4{font-size:1.4rem;color:#106484;margin:0 0 14px;font-weight:600}
.process_step_content p{font-size:1rem;color:#555;line-height:1.7;margin:0}
.cta_final_section{padding:80px 20px;background:linear-gradient(135deg,#f58700f2,#106484e6);text-align:center}
.cta_final_container{max-width:900px;margin:0 auto}
.cta_final_container h2{font-size:2.6rem;color:#fff;margin:0 0 20px;font-weight:700}
.cta_final_container p{font-size:1.15rem;color:#fffffff2;line-height:1.7;margin:0 0 40px}
.cta_button_group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta_primary_btn{display:inline-block;background:#fff;color:#106484;padding:16px 42px;border-radius:30px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 6px 20px #00000026;position:relative;z-index:5}
.cta_primary_btn:hover{background:#1D1C1C;color:#fff;transform:scale(1.06)}
.cta_secondary_btn{display:inline-block;background:transparent;color:#fff;padding:16px 42px;border-radius:30px;border:2px solid #fff;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;position:relative;z-index:5}
.cta_secondary_btn:hover{background:#fff;color:#106484}
@media (max-width: 1024px) {
.careers_hero_container{flex-direction:column;gap:40px}
.careers_hero_image_block{flex:0 0 auto;width:100%;max-width:500px}
.careers_hero_image_block img{height:420px}
.careers_hero_text_area h1{font-size:2.6rem;text-align:center}
.careers_hero_text_area p{text-align:center}
.benefits_visual_grid{grid-template-columns:repeat(2,1fr);gap:30px}
.team_culture_container{grid-template-columns:1fr;gap:50px}
.team_culture_visual img{height:400px}
.process_timeline::before{left:30px}
.process_step,.process_step:nth-child(even){flex-direction:row;padding-left:80px}
.process_step_number{position:absolute;left:0;flex:0 0 auto;text-align:left}
.step_circle{right:auto;left:0}
.process_step:nth-child(even) .step_circle{left:0}
.process_step_content{flex:1}
}
@media (max-width: 768px) {
.careers_hero_wrapper{padding:60px 20px}
.careers_hero_text_area h1{font-size:2rem}
.careers_hero_text_area p{font-size:1rem}
.careers_hero_image_block img{height:360px}
.role_showcase_section{padding:60px 20px}
.role_showcase_header h2{font-size:2rem}
.role_grid{grid-template-columns:1fr;gap:24px}
.benefits_section{padding:60px 20px}
.benefits_intro h2{font-size:2rem}
.benefits_visual_grid{grid-template-columns:1fr}
.team_culture_section{padding:60px 20px}
.team_culture_content h2{font-size:2rem}
.application_process_section{padding:60px 20px}
.application_process_header h2{font-size:2rem}
.cta_final_section{padding:60px 20px}
.cta_final_container h2{font-size:2rem}
.cta_button_group{flex-direction:column;align-items:center}
.cta_primary_btn,.cta_secondary_btn{width:100%;max-width:320px}
}
.hero_wrapper{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#106484 0%,#1D1C1C 100%)}
.hero_wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(./image_storage/9-section.jpg);background-size:cover;background-position:center;opacity:.25;z-index:1}
.hero_wrapper::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,#f5870026 0%,transparent 60%);z-index:2}
.hero_content_wrap{position:relative;z-index:3;max-width:900px;margin:0 auto;padding:80px 24px;text-align:center}
.hero_title{font-size:52px;font-weight:700;color:#fff;line-height:1.2;margin:0 0 24px;text-shadow:0 4px 12px #0006}
.hero_title .accent_phrase{color:#F58700;position:relative;display:inline-block}
.hero_title .accent_phrase::after{content:'';position:absolute;bottom:-8px;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#F58700 50%,transparent 100%)}
.hero_subtitle{font-size:20px;color:#ffffffe6;line-height:1.6;max-width:700px;margin:0 auto}
.tips_grid_section{padding:100px 24px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.tips_container{max-width:1440px;margin:0 auto}
.section_intro{max-width:800px;margin:0 auto 60px;text-align:center}
.section_intro h2{font-size:42px;font-weight:700;color:#1D1C1C;margin:0 0 20px;position:relative;display:inline-block}
.section_intro h2::before{content:'';position:absolute;top:-12px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#F58700;border-radius:2px}
.section_intro p{font-size:18px;color:#4a5568;line-height:1.7;margin:0}
.tips_masonry{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:60px}
.tip_card{background:#fff;border-radius:24px;padding:40px 32px;box-shadow:0 4px 16px #1d1c1c14;transition:all .3s ease;position:relative;overflow:hidden}
.tip_card::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#F58700 0%,#106484 100%);opacity:0;transition:opacity .3s ease}
.tip_card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #1d1c1c26}
.tip_card:hover::before{opacity:1}
.tip_card:nth-child(1){grid-row:span 1}
.tip_card:nth-child(2){grid-row:span 2}
.tip_card:nth-child(3){grid-row:span 1}
.tip_card:nth-child(4){grid-row:span 2}
.tip_card:nth-child(5){grid-row:span 1}
.tip_card:nth-child(6){grid-row:span 1}
.tip_number{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;background:linear-gradient(135deg,#F58700 0%,#ff9d33 100%);color:#fff;font-size:24px;font-weight:700;border-radius:50%;margin-bottom:20px;box-shadow:0 4px 12px #f587004d}
.tip_card h3{font-size:22px;font-weight:700;color:#1D1C1C;margin:0 0 16px;line-height:1.3}
.tip_card p{font-size:16px;color:#4a5568;line-height:1.7;margin:0}
.expert_insight_row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;align-items:start}
.insight_profile{background:#fff;border-radius:28px;padding:36px;box-shadow:0 6px 20px #1064841a;text-align:center}
.profile_img_wrapper{width:140px;height:140px;margin:0 auto 24px;border-radius:50%;overflow:hidden;border:5px solid #F58700;box-shadow:0 8px 20px #f5870040}
.profile_img_wrapper img{width:100%;height:100%;object-fit:cover}
.insight_profile h4{font-size:20px;font-weight:700;color:#1D1C1C;margin:0 0 8px}
.insight_profile .role_tag{font-size:14px;color:#106484;font-weight:600;margin:0 0 20px}
.insight_profile p{font-size:15px;color:#4a5568;line-height:1.6;margin:0;font-style:italic}
.visual_feature_box{background:linear-gradient(135deg,#106484 0%,#1D1C1C 100%);border-radius:28px;padding:48px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.visual_feature_box::before{content:'';position:absolute;top:-50%;right:-30%;width:400px;height:400px;background:radial-gradient(circle,#f5870033 0%,transparent 70%);border-radius:50%}
.visual_feature_box h4{font-size:28px;font-weight:700;color:#fff;margin:0 0 20px;position:relative;z-index:2}
.visual_feature_box p{font-size:16px;color:#ffffffe6;line-height:1.7;margin:0 0 28px;position:relative;z-index:2}
.feature_stat_list{list-style:none;padding:0;margin:0;position:relative;z-index:2}
.feature_stat_list li{display:flex;align-items:center;color:#fff;font-size:15px;margin-bottom:16px;padding-left:32px;position:relative}
.feature_stat_list li::before{content:'';position:absolute;left:0;width:20px;height:20px;background:#F58700;border-radius:50%;box-shadow:0 2px 8px #f5870066}
.feature_stat_list li::after{content:'';position:absolute;left:7px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.photo_showcase{border-radius:28px;overflow:hidden;box-shadow:0 12px 32px #1d1c1c33;position:relative}
.photo_showcase img{width:100%;height:100%;object-fit:cover;display:block;min-height:420px}
.photo_showcase::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,#1d1c1c80,transparent)}
@media (max-width: 1024px) {
.tips_masonry{grid-template-columns:repeat(2,1fr);gap:28px}
.tip_card:nth-child(n){grid-row:span 1}
.expert_insight_row{grid-template-columns:1fr;gap:32px}
.hero_title{font-size:42px}
.section_intro h2{font-size:36px}
}
@media (max-width: 768px) {
.hero_wrapper{min-height:380px}
.hero_content_wrap{padding:60px 20px}
.hero_title{font-size:36px;margin-bottom:20px}
.hero_subtitle{font-size:18px}
.tips_grid_section{padding:70px 20px}
.section_intro h2{font-size:32px}
.section_intro p{font-size:16px}
.tips_masonry{grid-template-columns:1fr;gap:24px}
.tip_card{padding:32px 24px}
.tip_card h3{font-size:20px}
.visual_feature_box{padding:36px 28px}
.visual_feature_box h4{font-size:24px}
.photo_showcase img{min-height:320px}
}
@media (max-width: 480px) {
.hero_title{font-size:28px}
.hero_subtitle{font-size:16px}
.section_intro h2{font-size:28px}
.tip_number{width:44px;height:44px;font-size:20px}
.profile_img_wrapper{width:120px;height:120px}
}
.main_hero_outer{position:relative;width:100%;max-width:1440px;margin:0 auto;overflow:hidden;background:linear-gradient(135deg,#106484 0%,#1D1C1C 100%)}
.main_hero_outer .hero_image_wrapper{position:relative;width:100%;height:520px;overflow:hidden}
.main_hero_outer .hero_image_wrapper::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,#f58700bf,transparent);pointer-events:none}
.main_hero_outer .hero_image_wrapper img{width:100%;height:100%;object-fit:cover;object-position:center}
.main_hero_outer .hero_title_block{position:absolute;bottom:60px;left:0;right:0;padding:0 40px;z-index:2}
.main_hero_outer .hero_title_block h1{font-size:3.2rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.02em;line-height:1.1;text-shadow:0 2px 8px #0000004d}
.main_hero_outer .hero_decorative_line{width:120px;height:4px;background:#F58700;margin-top:24px;border-radius:2px}
.mission_wrapper{max-width:1440px;margin:0 auto;padding:100px 40px;background:#f9f9f9}
.mission_wrapper .mission_content_grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.mission_wrapper .mission_text_area h2{font-size:2.4rem;font-weight:700;color:#1D1C1C;margin:0 0 28px;line-height:1.2}
.mission_wrapper .mission_text_area h2::before{content:'';display:inline-block;width:6px;height:32px;background:#F58700;margin-right:16px;vertical-align:middle}
.mission_wrapper .mission_text_area p{font-size:1.1rem;line-height:1.8;color:#444;margin:0 0 20px}
.mission_wrapper .mission_visual_side img{width:100%;height:420px;object-fit:cover;border-radius:32px;box-shadow:0 12px 32px #10648426}
.progression_block_wrapper{max-width:1440px;margin:0 auto;padding:100px 40px;background:#fff}
.progression_block_wrapper .prog_heading{text-align:center;margin-bottom:70px}
.progression_block_wrapper .prog_heading h2{font-size:2.6rem;font-weight:700;color:#106484;margin:0 0 16px}
.progression_block_wrapper .prog_heading p{font-size:1.15rem;color:#666;max-width:720px;margin:0 auto;line-height:1.7}
.progression_block_wrapper .stages_container{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.progression_block_wrapper .stage_card{background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%);padding:40px 28px;border-radius:28px;border:2px solid #e8e8e8;position:relative;transition:all .3s ease}
.progression_block_wrapper .stage_card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #f5870033;border-color:#F58700}
.progression_block_wrapper .stage_card .stage_number{position:absolute;top:-20px;left:28px;width:44px;height:44px;background:#F58700;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#fff;box-shadow:0 4px 12px #f5870066}
.progression_block_wrapper .stage_card h3{font-size:1.4rem;font-weight:700;color:#1D1C1C;margin:24px 0 16px}
.progression_block_wrapper .stage_card p{font-size:1rem;line-height:1.7;color:#555;margin:0}
.analytics_facts_section{max-width:1440px;margin:0 auto;padding:100px 40px;background:linear-gradient(135deg,#106484 0%,#0d4f68 100%);position:relative}
.analytics_facts_section .analytics_header_text{text-align:center;margin-bottom:60px}
.analytics_facts_section .analytics_header_text h2{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 20px}
.analytics_facts_section .analytics_header_text p{font-size:1.1rem;color:#ffffffe6;max-width:680px;margin:0 auto;line-height:1.7}
.analytics_facts_section .stats_display_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.analytics_facts_section .stat_item_box{background:#ffffff1a;padding:48px 32px;border-radius:24px;text-align:center;border:2px solid #fff3;backdrop-filter:blur(10px);transition:all .3s ease}
.analytics_facts_section .stat_item_box:hover{background:#ffffff26;border-color:#F58700;transform:scale(1.05)}
.analytics_facts_section .stat_item_box .stat_number{font-size:3.4rem;font-weight:700;color:#F58700;margin:0 0 12px;line-height:1}
.analytics_facts_section .stat_item_box .stat_label{font-size:1.2rem;color:#fff;margin:0;font-weight:500}
.tracking_progress_area{max-width:1440px;margin:0 auto;padding:100px 40px;background:#f4f4f4}
.tracking_progress_area .tracking_layout{display:grid;grid-template-columns:45% 55%;gap:60px;align-items:center}
.tracking_progress_area .tracking_image_side img{width:100%;height:480px;object-fit:cover;border-radius:36px;box-shadow:0 16px 48px #1d1c1c1f}
.tracking_progress_area .tracking_details_side h2{font-size:2.5rem;font-weight:700;color:#1D1C1C;margin:0 0 32px;position:relative;padding-left:24px}
.tracking_progress_area .tracking_details_side h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(to bottom,#F58700,#106484);border-radius:3px}
.tracking_progress_area .tracking_details_side .progress_metric{background:#fff;padding:28px 32px;border-radius:20px;margin-bottom:20px;border-left:5px solid #106484;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.tracking_progress_area .tracking_details_side .progress_metric:hover{border-left-color:#F58700;transform:translateX(8px)}
.tracking_progress_area .tracking_details_side .progress_metric h4{font-size:1.3rem;font-weight:700;color:#106484;margin:0 0 12px}
.tracking_progress_area .tracking_details_side .progress_metric p{font-size:1.05rem;line-height:1.7;color:#555;margin:0}
.schedule_rhythm_container{max-width:1440px;margin:0 auto;padding:100px 40px;background:#fff}
.schedule_rhythm_container .rhythm_intro{max-width:820px;margin:0 auto 60px;text-align:center}
.schedule_rhythm_container .rhythm_intro h2{font-size:2.6rem;font-weight:700;color:#1D1C1C;margin:0 0 20px}
.schedule_rhythm_container .rhythm_intro h2::after{content:'';display:block;width:100px;height:4px;background:#F58700;margin:20px auto 0;border-radius:2px}
.schedule_rhythm_container .rhythm_intro p{font-size:1.15rem;line-height:1.8;color:#555;margin:0}
.schedule_rhythm_container .rhythm_cards_layout{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}
.schedule_rhythm_container .rhythm_card{background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%);padding:44px 36px;border-radius:28px;border:2px solid #e0e0e0;position:relative;overflow:hidden}
.schedule_rhythm_container .rhythm_card::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;height:6px;background:linear-gradient(90deg,#F58700,#106484)}
.schedule_rhythm_container .rhythm_card .card_icon_holder{width:64px;height:64px;background:#f587001a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.schedule_rhythm_container .rhythm_card .card_icon_holder i{font-size:2rem;color:#F58700}
.schedule_rhythm_container .rhythm_card h3{font-size:1.5rem;font-weight:700;color:#1D1C1C;margin:0 0 16px}
.schedule_rhythm_container .rhythm_card p{font-size:1.05rem;line-height:1.8;color:#555;margin:0}
.relevance_update_block{max-width:1440px;margin:0 auto;padding:100px 40px;background:#f9f9f9}
.relevance_update_block .relevance_split_layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.relevance_update_block .relevance_imagery img{width:100%;height:460px;object-fit:cover;border-radius:32px;box-shadow:0 12px 36px #1064842e}
.relevance_update_block .relevance_text_content h2{font-size:2.5rem;font-weight:700;color:#106484;margin:0 0 28px;line-height:1.2}
.relevance_update_block .relevance_text_content p{font-size:1.1rem;line-height:1.8;color:#444;margin:0 0 24px}
.relevance_update_block .update_features_list{margin-top:36px}
.relevance_update_block .update_features_list .feature_row{display:flex;align-items:flex-start;margin-bottom:24px;padding:20px;background:#fff;border-radius:16px;border-left:4px solid #F58700;transition:all .3s ease}
.relevance_update_block .update_features_list .feature_row:hover{transform:translateX(8px);box-shadow:0 6px 20px #f5870026}
.relevance_update_block .update_features_list .feature_row i{font-size:1.8rem;color:#F58700;margin-right:20px;flex-shrink:0}
.relevance_update_block .update_features_list .feature_row .feature_text h4{font-size:1.2rem;font-weight:700;color:#1D1C1C;margin:0 0 8px}
.relevance_update_block .update_features_list .feature_row .feature_text p{font-size:1rem;line-height:1.7;color:#555;margin:0}
.expert_validation_wrapper{max-width:1440px;margin:0 auto;padding:100px 40px;background:linear-gradient(135deg,#1D1C1C 0%,#2a2929 100%)}
.expert_validation_wrapper .validation_header{text-align:center;margin-bottom:70px}
.expert_validation_wrapper .validation_header h2{font-size:2.6rem;font-weight:700;color:#fff;margin:0 0 20px}
.expert_validation_wrapper .validation_header p{font-size:1.15rem;color:#ffffffd9;max-width:700px;margin:0 auto;line-height:1.7}
.expert_validation_wrapper .testimonials_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.expert_validation_wrapper .testimonial_box{background:#ffffff0d;padding:40px 36px;border-radius:28px;border:2px solid #ffffff1a;backdrop-filter:blur(10px);transition:all .3s ease}
.expert_validation_wrapper .testimonial_box:hover{background:#ffffff14;border-color:#F58700;transform:translateY(-6px)}
.expert_validation_wrapper .testimonial_box .profile_section{display:flex;align-items:center;margin-bottom:24px}
.expert_validation_wrapper .testimonial_box .profile_section img{width:72px;height:72px;border-radius:50%;object-fit:cover;margin-right:20px;border:3px solid #F58700}
.expert_validation_wrapper .testimonial_box .profile_section .profile_info h4{font-size:1.3rem;font-weight:700;color:#fff;margin:0 0 6px}
.expert_validation_wrapper .testimonial_box .profile_section .profile_info p{font-size:1rem;color:#F58700;margin:0}
.expert_validation_wrapper .testimonial_box .testimonial_text{font-size:1.1rem;line-height:1.8;color:#ffffffe6;margin:0;font-style:italic}
@media (max-width: 1024px) {
.main_hero_outer .hero_image_wrapper{height:420px}
.main_hero_outer .hero_title_block h1{font-size:2.6rem}
.mission_wrapper .mission_content_grid,.tracking_progress_area .tracking_layout,.relevance_update_block .relevance_split_layout{grid-template-columns:1fr;gap:50px}
.progression_block_wrapper .stages_container{grid-template-columns:repeat(2,1fr)}
.analytics_facts_section .stats_display_grid{grid-template-columns:repeat(2,1fr)}
.schedule_rhythm_container .rhythm_cards_layout,.expert_validation_wrapper .testimonials_grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.main_hero_outer .hero_image_wrapper{height:360px}
.main_hero_outer .hero_title_block{padding:0 24px;bottom:40px}
.main_hero_outer .hero_title_block h1{font-size:2rem}
.mission_wrapper,.progression_block_wrapper,.analytics_facts_section,.tracking_progress_area,.schedule_rhythm_container,.relevance_update_block,.expert_validation_wrapper{padding:60px 24px}
.progression_block_wrapper .stages_container{grid-template-columns:1fr}
.analytics_facts_section .stats_display_grid{grid-template-columns:1fr;gap:28px}
.mission_wrapper .mission_text_area h2,.progression_block_wrapper .prog_heading h2,.analytics_facts_section .analytics_header_text h2,.tracking_progress_area .tracking_details_side h2,.schedule_rhythm_container .rhythm_intro h2,.relevance_update_block .relevance_text_content h2,.expert_validation_wrapper .validation_header h2{font-size:2rem}
}
.contact-hero_wrapper{max-width:1440px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 420px;gap:60px;align-items:center;background:linear-gradient(135deg,#f5870014 0%,#1064840d 100%);position:relative;overflow:hidden}
.contact-hero_wrapper::before{content:'';position:absolute;top:-50px;right:-50px;width:400px;height:400px;background:repeating-linear-gradient(45deg,transparent,transparent 20px,#10648408 20px,#10648408 40px);border-radius:30px;transform:rotate(15deg);z-index:1}
.contact-hero_text{position:relative;z-index:2}
.contact-hero_text h1{font-size:52px;line-height:1.2;color:#1D1C1C;margin:0 0 24px;font-weight:700}
.contact-hero_text h1::after{content:'';display:block;width:80px;height:5px;background:linear-gradient(90deg,#F58700 0%,#106484 100%);margin-top:20px;border-radius:10px}
.contact-hero_text p{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 16px}
.contact-hero_img-card{position:relative;z-index:2;background:#fff;border-radius:32px;padding:16px;box-shadow:0 12px 40px #10648426}
.contact-hero_img-card img{width:100%;height:480px;object-fit:cover;border-radius:24px;display:block}
.contact-form_section{max-width:1440px;margin:0 auto;padding:100px 20px;background:#fff}
.form-container_main{max-width:720px;margin:0 auto}
.form-container_main h2{font-size:38px;color:#1D1C1C;margin:0 0 12px;font-weight:700;position:relative;display:inline-block}
.form-container_main h2::before{content:'';position:absolute;left:-30px;top:50%;transform:translateY(-50%);width:6px;height:60%;background:#F58700;border-radius:10px}
.form-intro_text{font-size:17px;line-height:1.6;color:#666;margin:0 0 48px}
.contact-form_grid{display:grid;gap:32px}
.form-field_wrapper{display:flex;flex-direction:column;gap:10px}
.form-field_wrapper label{font-size:15px;font-weight:600;color:#1D1C1C;display:flex;align-items:center;gap:8px}
.form-field_wrapper label::before{content:'';width:4px;height:4px;background:#F58700;border-radius:50%;display:inline-block}
.form-field_wrapper input,.form-field_wrapper textarea,.form-field_wrapper select{width:100%;padding:16px 20px;border:2px solid #e0e0e0;border-radius:24px;font-size:16px;color:#1D1C1C;background:#fafafa;transition:all .3s ease;font-family:inherit}
.form-field_wrapper input:focus,.form-field_wrapper textarea:focus,.form-field_wrapper select:focus{outline:none;border-color:#106484;background:#fff;box-shadow:0 4px 16px #1064841a}
.form-field_wrapper textarea{min-height:160px;resize:vertical}
.form-field_wrapper select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23106484' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center;padding-right:50px}
.privacy-consent_box{display:flex;align-items:flex-start;gap:12px;margin:28px 0 0}
.privacy-consent_box input[type="checkbox"]{width:22px;height:22px;min-width:22px;margin:3px 0 0;cursor:pointer;accent-color:#F58700}
.privacy-consent_box label{font-size:14px;line-height:1.6;color:#666;cursor:pointer}
.privacy-consent_box a{color:#106484;text-decoration:none;font-weight:600;transition:color .2s ease}
.privacy-consent_box a:hover{color:#F58700;text-decoration:underline}
.form-submit_wrapper{margin-top:40px}
.submit-btn_primary{width:100%;padding:20px 40px;background:linear-gradient(135deg,#F58700 0%,#d67400 100%);color:#fff;border:none;border-radius:28px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #f587004d;position:relative;overflow:hidden}
.submit-btn_primary::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .5s ease,height .5s ease}
.submit-btn_primary:hover::before{width:400px;height:400px}
.submit-btn_primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #f5870066}
.submit-btn_primary:active{transform:translateY(0)}
.contact-methods_section{max-width:1440px;margin:0 auto;padding:80px 20px 120px;background:linear-gradient(180deg,#fff 0%,#f8f9fb 100%)}
.methods-header_block{text-align:center;margin:0 0 64px}
.methods-header_block h2{font-size:42px;color:#1D1C1C;margin:0 0 16px;font-weight:700}
.methods-header_block h2::after{content:'';display:block;width:60px;height:4px;background:#106484;margin:20px auto 0;border-radius:10px}
.methods-header_block p{font-size:18px;color:#666;margin:0;line-height:1.6}
.contact-methods_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1100px;margin:0 auto}
.method-card_item{background:#fff;padding:40px 32px;border-radius:28px;box-shadow:0 6px 24px #1d1c1c14;transition:all .3s ease;position:relative;overflow:hidden}
.method-card_item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#F58700 0%,#106484 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.method-card_item:hover::before{transform:scaleX(1)}
.method-card_item:hover{transform:translateY(-8px);box-shadow:0 12px 40px #10648426}
.method-card_icon{width:64px;height:64px;background:linear-gradient(135deg,#f587001a 0%,#1064841a 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.method-card_icon i{font-size:32px;color:#F58700}
.method-card_item h3{font-size:22px;color:#1D1C1C;margin:0 0 12px;font-weight:700}
.method-card_item p{font-size:15px;color:#666;margin:0 0 20px;line-height:1.6}
.method-card_link{display:inline-flex;align-items:center;gap:8px;color:#106484;text-decoration:none;font-weight:600;font-size:16px;transition:all .2s ease}
.method-card_link i{font-size:18px;transition:transform .2s ease}
.method-card_link:hover{color:#F58700}
.method-card_link:hover i{transform:translateX(4px)}
@media (max-width: 968px) {
.contact-hero_wrapper{grid-template-columns:1fr;gap:40px;padding:60px 20px}
.contact-hero_img-card{max-width:500px;margin:0 auto}
.contact-hero_text h1{font-size:40px}
.form-container_main h2{font-size:32px}
.methods-header_block h2{font-size:36px}
.contact-methods_grid{grid-template-columns:1fr;max-width:600px}
}
@media (max-width: 640px) {
.contact-hero_wrapper{padding:40px 16px}
.contact-hero_text h1{font-size:32px}
.contact-hero_text p{font-size:16px}
.contact-hero_img-card img{height:320px}
.contact-form_section{padding:60px 16px}
.form-container_main h2{font-size:28px}
.form-container_main h2::before{left:-20px}
.methods-header_block h2{font-size:28px}
.contact-methods_section{padding:60px 16px 80px}
.method-card_item{padding:32px 24px}
}
.success_wrapper{max-width:1440px;margin:0 auto;padding:0}
.confirmation_hero{position:relative;background:linear-gradient(135deg,#F58700 0%,#106484 100%);padding:120px 24px;overflow:hidden}
.confirmation_hero::before{content:'';position:absolute;top:-50%;left:-10%;width:120%;height:200%;background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,#ffffff08 35px,#ffffff08 70px);animation:stripe_drift 20s linear infinite;pointer-events:none}
@keyframes stripe_drift {
0%{transform:translateX(0) translateY(0)}
100%{transform:translateX(50px) translateY(50px)}
}
.hero_layout{display:grid;grid-template-columns:200px 1fr 200px;gap:48px;align-items:center;max-width:1200px;margin:0 auto;position:relative;z-index:2}
.hero_visual{width:200px;height:200px;background:#ffffff26;border-radius:30px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);border:2px solid #fff3}
.hero_visual.left_img{animation:float_gentle 6s ease-in-out infinite}
.hero_visual.right_img{animation:float_gentle 6s ease-in-out infinite 3s}
@keyframes float_gentle {
0%,100%{transform:translateY(0px)}
50%{transform:translateY(-20px)}
}
.hero_visual svg{width:120px;height:120px}
.hero_txt_center{text-align:center;color:#fff}
.hero_txt_center h1{font-size:56px;font-weight:700;margin:0 0 16px;line-height:1.1}
.hero_txt_center .sub_msg{font-size:22px;margin:0;opacity:.95;line-height:1.4}
.next_steps_section{padding:100px 24px;background:#fff}
.steps_container{max-width:1100px;margin:0 auto}
.steps_intro{text-align:center;margin-bottom:70px}
.steps_intro h2{font-size:42px;color:#1D1C1C;margin:0 0 20px;font-weight:700}
.steps_intro .intro_desc{font-size:18px;color:#106484;margin:0;line-height:1.6}
.steps_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.step_card{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);padding:40px 32px;border-radius:24px;border:2px solid transparent;transition:all .4s ease;position:relative}
.step_card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:24px;padding:2px;background:linear-gradient(135deg,#F58700,#106484);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}
.step_card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #f5870026}
.step_card:hover::before{opacity:1}
.step_num{width:60px;height:60px;background:linear-gradient(135deg,#F58700 0%,#106484 100%);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:28px;font-weight:700;color:#fff}
.step_card h3{font-size:24px;color:#1D1C1C;margin:0 0 16px;font-weight:600}
.step_card .step_txt{font-size:16px;color:#106484;margin:0 0 24px;line-height:1.6}
.step_action{display:inline-flex;align-items:center;gap:8px;color:#F58700;font-weight:600;font-size:16px;text-decoration:none;transition:gap .3s ease}
.step_action:hover{gap:14px}
.step_action svg{width:20px;height:20px;transition:transform .3s ease}
.step_action:hover svg{transform:translateX(4px)}
@media (max-width: 968px) {
.hero_layout{grid-template-columns:1fr;gap:32px}
.hero_visual{display:none}
.hero_txt_center h1{font-size:42px}
.hero_txt_center .sub_msg{font-size:18px}
.steps_grid{grid-template-columns:1fr;gap:28px}
.confirmation_hero{padding:80px 24px}
.next_steps_section{padding:70px 24px}
}
@media (max-width: 640px) {
.hero_txt_center h1{font-size:34px}
.hero_txt_center .sub_msg{font-size:16px}
.steps_intro h2{font-size:32px}
.step_card{padding:32px 24px}
.confirmation_hero{padding:60px 20px}
}