*{margin:0;padding:0;box-sizing:border-box}
:root{font-size:16px;line-height:1.6}
html{scroll-behavior:smooth}
body{font-family:'Lato',sans-serif;background:#FDFEFD;color:#1a1a1a;overflow-x:hidden}
.header_main{background:linear-gradient(135deg,#DF3067 0%,#4D86AB 100%);padding:0;box-shadow:0 4px 12px #0000001a}
.header_top_row{background:#00000026;padding:12px 0}
.header_container{max-width:1000px;margin:0 auto;padding:0 20px}
.contact_info_bar{display:flex;justify-content:flex-end;align-items:center;gap:30px;flex-wrap:wrap}
.contact_info_bar a{color:#FDFEFD;text-decoration:none;font-size:14px;display:flex;align-items:center;gap:8px;transition:opacity 180ms ease-in-out}
.contact_info_bar a:hover{opacity:.8}
.header_middle_section{padding:25px 0;display:flex;align-items:center;justify-content:space-between}
.brand_block{display:flex;flex-direction:column;align-items:center;gap:8px}
.logo_wrapper{width:90px;height:90px;background:#fdfefdf2;border-radius:12px;padding:10px;box-shadow:0 6px 14px #00000026;display:flex;align-items:center;justify-content:center}
.logo_wrapper img{width:100%;height:100%;object-fit:contain}
.company_title{color:#FDFEFD;font-size:22px;font-weight:700;text-shadow:0 2px 4px #0003}
.navigation_primary{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.navigation_primary a{color:#FDFEFD;text-decoration:none;padding:10px 18px;border-radius:8px;font-weight:400;font-size:15px;transition:background 200ms ease-in-out;background:#ffffff1a}
.navigation_primary a:hover{background:#ffffff40}
.footer_main{background:linear-gradient(115deg,#1a1a1a 0%,#2d2d2d 100%);background-image:linear-gradient(115deg,#1a1a1a 0%,#2d2d2d 100%),repeating-linear-gradient(45deg,transparent,transparent 10px,#ffffff05 10px,#ffffff05 20px);color:#e0e0e0;padding:50px 0 25px;margin-top:80px}
.footer_content_wrapper{max-width:1000px;margin:0 auto;padding:0 20px}
.footer_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}
.footer_column h3{color:#FDFEFD;font-size:18px;margin-bottom:18px;font-weight:700}
.footer_links_list{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_links_list a{color:silver;text-decoration:none;font-size:14px;transition:color 180ms ease-in-out;display:inline-block}
.footer_links_list a:hover{color:#DF3067}
.footer_contact_item{margin-bottom:12px;font-size:14px;line-height:1.8}
.footer_contact_item i{color:#4D86AB;margin-right:10px;width:18px}
.footer_contact_item a{color:silver;text-decoration:none;transition:color 180ms ease-in-out}
.footer_contact_item a:hover{color:#DF3067}
.footer_bottom{border-top:1px solid #ffffff1a;padding-top:25px;text-align:center;font-size:13px;color:#999}
.cookie_consent_popup{position:fixed;left:0;top:50%;transform:translateY(-50%) translateX(-100%);background:#FDFEFD;box-shadow:0 8px 24px #00000040;border-radius:0 12px 12px 0;padding:30px;max-width:420px;width:90%;z-index:10000;transition:transform 250ms ease-in-out}
.cookie_consent_popup.active{transform:translateY(-50%) translateX(0)}
.cookie_popup_title{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:15px}
.cookie_popup_description{font-size:14px;color:#4a4a4a;margin-bottom:20px;line-height:1.6}
.cookie_options_container{margin-bottom:20px}
.cookie_category{margin-bottom:12px;padding:12px;background:#f5f5f5;border-radius:8px}
.cookie_category label{display:flex;align-items:center;cursor:pointer;font-size:14px;color:#1a1a1a}
.cookie_category input[type="checkbox"]{margin-right:10px;width:18px;height:18px;cursor:pointer}
.cookie_buttons_group{display:flex;gap:15px;flex-wrap:wrap}
.cookie_btn{flex:1;padding:12px 20px;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all 200ms ease-in-out;font-family:'Lato',sans-serif}
.cookie_btn_accept{background:#DF3067;color:#FDFEFD}
.cookie_btn_accept:hover{background:#c52758}
.cookie_btn_decline{background:transparent;color:#4D86AB;border:2px solid #4D86AB}
.cookie_btn_decline:hover{background:#4d86ab1a}
@media (max-width: 768px) {
.header_middle_section{flex-direction:column;gap:20px}
.navigation_primary{justify-content:center}
.contact_info_bar{justify-content:center;font-size:13px}
.footer_grid{grid-template-columns:1fr;gap:30px}
.cookie_consent_popup{max-width:95%;padding:20px}
.cookie_buttons_group{flex-direction:column}
.cookie_btn{width:100%}
}
@media (max-width: 480px) {
.company_title{font-size:18px}
.logo_wrapper{width:70px;height:70px}
.navigation_primary a{font-size:14px;padding:8px 14px}
}
.agreement-section{max-width:1000px;margin:0 auto;padding:60px 24px;background:#FDFEFD;font-family:'Roboto','Helvetica Neue',Arial,sans-serif;color:#2c2c2c;line-height:1.8}
.agreement-section h1{font-size:2.75rem;font-weight:500;color:#1a1a1a;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em}
.agreement-section h2{font-size:2rem;font-weight:500;color:#1a1a1a;margin:48px 0 20px;line-height:1.3;padding-bottom:12px;border-bottom:2px solid #DF3067}
.agreement-section h3{font-size:1.5rem;font-weight:500;color:#2c2c2c;margin:36px 0 16px;line-height:1.4}
.agreement-section h4{font-size:1.25rem;font-weight:500;color:#2c2c2c;margin:28px 0 14px;line-height:1.4}
.agreement-section h5{font-size:1.125rem;font-weight:500;color:#3a3a3a;margin:24px 0 12px;line-height:1.5}
.agreement-section h6{font-size:1rem;font-weight:500;color:#3a3a3a;margin:20px 0 10px;line-height:1.5;text-transform:uppercase;letter-spacing:.05em}
.agreement-section p{font-size:1rem;margin:0 0 20px;color:#3a3a3a}
.agreement-section ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.agreement-section ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.agreement-section li{font-size:1rem;margin:0 0 12px;line-height:1.7;color:#3a3a3a}
.agreement-section ul ul{margin:12px 0 0;list-style-type:circle}
.agreement-section ol ol{margin:12px 0 0;list-style-type:lower-alpha}
.agreement-section ul li ul{margin-top:8px}
.agreement-section ol li ol{margin-top:8px}
.agreement-section strong,.agreement-section b{font-weight:600;color:#1a1a1a}
.agreement-section a{color:#4D86AB;text-decoration:none;border-bottom:1px solid transparent;transition:all 200ms ease-in-out}
.agreement-section a:hover{color:#DF3067;border-bottom-color:#DF3067}
.agreement-section a:focus{outline:2px solid #4D86AB;outline-offset:2px;border-radius:2px}
.agreement-section hr{border:0;height:1px;background:linear-gradient(90deg,transparent,#e0e0e0 20%,#e0e0e0 80%,transparent);margin:40px 0}
.agreement-section div{margin:0 0 20px}
.agreement-section h1 + p,.agreement-section h1 + div{margin-top:24px}
.agreement-section h2 + p,.agreement-section h2 + div{margin-top:20px}
@media (max-width: 768px) {
.agreement-section{padding:40px 20px}
.agreement-section h1{font-size:2rem;margin-bottom:12px}
.agreement-section h2{font-size:1.625rem;margin:36px 0 16px}
.agreement-section h3{font-size:1.375rem;margin:28px 0 14px}
.agreement-section h4{font-size:1.125rem;margin:24px 0 12px}
.agreement-section h5{font-size:1rem}
.agreement-section h6{font-size:.9375rem}
.agreement-section p,.agreement-section li{font-size:.9375rem}
.agreement-section ul,.agreement-section ol{padding-left:24px}
}
@media (max-width: 480px) {
.agreement-section{padding:32px 16px}
.agreement-section h1{font-size:1.75rem}
.agreement-section h2{font-size:1.5rem;margin:32px 0 14px}
.agreement-section ul,.agreement-section ol{padding-left:20px}
}
.title_hero_wrapper{max-width:1000px;margin:60px auto;padding:0 20px;display:flex;align-items:center;gap:50px}
.title_hero_wrapper .image_side{flex:0 0 380px;position:relative}
.title_hero_wrapper .img_frame{width:100%;height:420px;clip-path:polygon(15% 0,100% 0,100% 85%,85% 100%,0 100%,0 15%);overflow:hidden;position:relative}
.title_hero_wrapper .img_frame::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(127deg,#df306759,#4d86ab40);animation:gradient_shift 8s ease-in-out infinite alternate;z-index:2;pointer-events:none}
@keyframes gradient_shift {
0%{background:linear-gradient(127deg,#df306759,#4d86ab40)}
100%{background:linear-gradient(307deg,#4d86ab59,#df306740)}
}
.title_hero_wrapper .img_frame img{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}
.title_hero_wrapper .text_side{flex:1}
.title_hero_wrapper .text_side h1{font-size:42px;line-height:1.2;margin:0 0 20px;color:#1a1a1a}
.title_hero_wrapper .text_side .highlight_phrase{color:#DF3067;display:inline-block;position:relative}
.title_hero_wrapper .text_side .highlight_phrase::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#DF3067,#4D86AB)}
.title_hero_wrapper .text_side p{font-size:17px;line-height:1.7;color:#444;margin:0}
.story_section{background:linear-gradient(164deg,#f8f9fa 0%,#e9ecef 100%);padding:70px 20px;margin:80px 0}
.story_section .inner_wrap{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.story_section .column_text h2{font-size:36px;color:#1a1a1a;margin:0 0 24px;position:relative;padding-left:18px}
.story_section .column_text h2::before{content:'';position:absolute;left:0;top:8px;bottom:8px;width:5px;background:linear-gradient(180deg,#DF3067,#4D86AB);border-radius:3px}
.story_section .column_text p{font-size:16px;line-height:1.8;color:#333;margin:0 0 20px}
.story_section .column_text p:last-child{margin-bottom:0}
.story_section .stats_column{display:flex;flex-direction:column;gap:24px}
.story_section .stat_card{background:#fff;padding:28px;border-radius:12px;box-shadow:0 4px 12px #00000014;position:relative;overflow:hidden;transition:transform 200ms ease-in-out}
.story_section .stat_card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}
.story_section .stat_card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:#DF3067}
.story_section .stat_card:nth-child(2)::before{background:#4D86AB}
.story_section .stat_card:nth-child(3)::before{background:linear-gradient(180deg,#DF3067,#4D86AB)}
.story_section .stat_number{font-size:44px;font-weight:700;color:#DF3067;margin:0 0 8px;line-height:1}
.story_section .stat_card:nth-child(2) .stat_number{color:#4D86AB}
.story_section .stat_label{font-size:15px;color:#555;line-height:1.5;margin:0}
.approach_grid{max-width:1000px;margin:80px auto;padding:0 20px}
.approach_grid h2{font-size:38px;text-align:center;color:#1a1a1a;margin:0 0 50px}
.approach_grid h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#DF3067,#4D86AB);margin:16px auto 0;border-radius:2px}
.approach_grid .cards_holder{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.approach_grid .method_card{background:#fff;border:2px solid #e0e0e0;border-radius:14px;padding:32px 24px;text-align:center;position:relative;transition:all 200ms ease-in-out}
.approach_grid .method_card:hover{border-color:#DF3067;box-shadow:0 6px 16px #df306726}
.approach_grid .method_card .icon_holder{width:70px;height:70px;margin:0 auto 20px;border-radius:50%;background:linear-gradient(135deg,#DF3067,#4D86AB);display:flex;align-items:center;justify-content:center;color:#FDFEFD;font-size:32px}
.approach_grid .method_card h3{font-size:20px;color:#1a1a1a;margin:0 0 12px}
.approach_grid .method_card p{font-size:15px;line-height:1.6;color:#555;margin:0}
.team_showcase{background:linear-gradient(218deg,#FDFEFD 0%,#f0f4f8 100%);padding:70px 20px;margin:80px 0 0}
.team_showcase .content_limit{max-width:1000px;margin:0 auto}
.team_showcase h2{font-size:36px;color:#1a1a1a;margin:0 0 16px;text-align:center}
.team_showcase .intro_text{font-size:17px;line-height:1.7;color:#444;text-align:center;max-width:720px;margin:0 auto 50px}
.team_showcase .profile_layout{display:flex;gap:50px;align-items:center}
.team_showcase .profile_image_area{flex:0 0 280px}
.team_showcase .profile_image_area img{width:100%;height:320px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #00000026}
.team_showcase .profile_info{flex:1}
.team_showcase .profile_info h3{font-size:28px;color:#DF3067;margin:0 0 8px}
.team_showcase .profile_info .role_label{font-size:16px;color:#4D86AB;margin:0 0 20px;font-weight:600}
.team_showcase .profile_info p{font-size:16px;line-height:1.8;color:#333;margin:0 0 16px}
.team_showcase .profile_info p:last-child{margin-bottom:0}
.team_showcase .images_row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:50px}
.team_showcase .work_image{width:100%;height:240px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform 200ms ease-in-out}
.team_showcase .work_image:hover{transform:scale(1.05)}
.team_showcase .work_image img{width:100%;height:100%;object-fit:cover}
@media (max-width: 768px) {
.title_hero_wrapper{flex-direction:column;gap:30px;margin:40px auto}
.title_hero_wrapper .image_side{flex:0 0 auto;width:100%}
.title_hero_wrapper .img_frame{height:340px}
.title_hero_wrapper .text_side h1{font-size:32px}
.story_section{padding:50px 20px;margin:50px 0}
.story_section .inner_wrap{grid-template-columns:1fr;gap:40px}
.story_section .column_text h2{font-size:28px}
.approach_grid{margin:50px auto}
.approach_grid h2{font-size:30px;margin-bottom:35px}
.approach_grid .cards_holder{grid-template-columns:1fr;gap:20px}
.team_showcase{padding:50px 20px;margin:50px 0 0}
.team_showcase h2{font-size:28px}
.team_showcase .profile_layout{flex-direction:column;gap:30px}
.team_showcase .profile_image_area{flex:0 0 auto;width:100%}
.team_showcase .profile_image_area img{height:280px}
.team_showcase .images_row{grid-template-columns:1fr;gap:16px}
.team_showcase .work_image{height:220px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.title_hero_wrapper{gap:40px}
.title_hero_wrapper .image_side{flex:0 0 320px}
.title_hero_wrapper .img_frame{height:380px}
.story_section .inner_wrap{gap:45px}
.approach_grid .cards_holder{grid-template-columns:repeat(2,1fr)}
.team_showcase .images_row{grid-template-columns:repeat(2,1fr)}
}
.hero_careers{background:linear-gradient(142deg,#DF3067 0%,#4D86AB 100%);padding:84px 0 92px;position:relative;overflow:hidden}
.hero_careers::before{content:'';position:absolute;top:18%;left:8%;width:16px;height:16px;background:#fdfefd26;border-radius:50%}
.hero_careers::after{content:'';position:absolute;bottom:22%;right:12%;width:24px;height:24px;border:2px solid #fdfefd2e;border-radius:50%}
.hero_wrapper{max-width:1000px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 340px;gap:56px;align-items:center}
.hero_text_section h1{font-size:46px;color:#FDFEFD;margin:0 0 22px;line-height:1.2;font-weight:600}
.hero_text_section .intro_phrase{font-size:19px;color:#fdfefdeb;line-height:1.7;margin:0 0 28px}
.hero_image_container{position:relative}
.hero_image_container img{width:100%;height:280px;object-fit:cover;border-radius:12px;filter:saturate(0.65);box-shadow:0 8px 24px #0003}
.values_showcase{background:#FDFEFD;padding:88px 0}
.values_container{max-width:1000px;margin:0 auto;padding:0 24px}
.values_intro{max-width:680px;margin:0 0 64px}
.values_intro h2{font-size:38px;color:#1a1a1a;margin:0 0 18px;font-weight:600;position:relative;display:inline-block}
.values_intro h2::after{content:'';position:absolute;bottom:-6px;left:0;width:72px;height:4px;background:linear-gradient(90deg,#DF3067,#4D86AB);border-radius:2px}
.values_intro p{font-size:17px;color:#3d3d3d;line-height:1.8;margin:24px 0 0}
.values_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.value_card{background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%);padding:36px 28px;border-radius:10px;border:1px solid #e6e6e6;transition:all 220ms ease-in-out}
.value_card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #4d86ab24;border-color:#4D86AB}
.value_card .card_icon{font-size:36px;color:#DF3067;margin:0 0 18px;display:block}
.value_card h3{font-size:21px;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.value_card p{font-size:15px;color:#4d4d4d;line-height:1.7;margin:0}
.positions_section{background:linear-gradient(218deg,#FDFEFD 0%,#f4f9fb 100%);padding:92px 0}
.positions_content{max-width:1000px;margin:0 auto;padding:0 24px}
.positions_header{text-align:center;margin:0 0 58px}
.positions_header h2{font-size:40px;color:#1a1a1a;margin:0 0 16px;font-weight:600}
.positions_header p{font-size:17px;color:#3d3d3d;max-width:620px;margin:0 auto;line-height:1.7}
.openings_list{display:flex;flex-direction:column;gap:24px}
.opening_item{background:#fff;border:2px solid #e0e0e0;border-radius:10px;padding:32px 36px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;transition:border-color 180ms ease-in-out}
.opening_item:hover{border-color:#4D86AB}
.opening_details h3{font-size:24px;color:#1a1a1a;margin:0 0 10px;font-weight:600}
.opening_meta{display:flex;gap:22px;margin:0 0 14px}
.meta_tag{font-size:14px;color:#666;display:flex;align-items:center;gap:6px}
.meta_tag i{color:#4D86AB;font-size:13px}
.opening_details p{font-size:15px;color:#4d4d4d;line-height:1.7;margin:0}
.opening_action a{display:inline-block;background:linear-gradient(135deg,#DF3067,#c42657);color:#FDFEFD;padding:14px 32px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:500;transition:all 200ms ease-in-out;box-shadow:0 4px 12px #df306733}
.opening_action a:hover{transform:scale(1.04);box-shadow:0 6px 16px #df30674d}
.team_voices{background:#fff;padding:86px 0}
.voices_wrapper{max-width:1000px;margin:0 auto;padding:0 24px}
.voices_header{margin:0 0 56px}
.voices_header h2{font-size:39px;color:#1a1a1a;margin:0 0 14px;font-weight:600;position:relative;padding-left:22px}
.voices_header h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:48px;background:linear-gradient(180deg,#DF3067,#4D86AB);border-radius:3px}
.testimonials_row{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.testimonial_block{background:linear-gradient(160deg,#fafafa 0%,#fff 100%);padding:32px 26px;border-radius:11px;border-left:4px solid #4D86AB;box-shadow:0 2px 8px #0000000f}
.testimonial_profile{display:flex;align-items:center;gap:16px;margin:0 0 18px}
.testimonial_profile img{width:62px;height:62px;border-radius:50%;object-fit:cover;border:2px solid #e6e6e6}
.profile_info h4{font-size:18px;color:#1a1a1a;margin:0 0 4px;font-weight:600}
.profile_info p{font-size:14px;color:#666;margin:0}
.testimonial_block blockquote{font-size:15px;color:#4d4d4d;line-height:1.75;margin:0;font-style:italic;position:relative;padding-left:18px}
.testimonial_block blockquote::before{content:'"';position:absolute;left:0;top:-4px;font-size:32px;color:#DF3067;opacity:.4;font-family:Georgia,serif}
.application_zone{background:linear-gradient(156deg,#4D86AB 0%,#DF3067 100%);padding:74px 0}
.application_container{max-width:1000px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:48px}
.application_visual{flex:0 0 380px}
.application_visual img{width:100%;height:340px;object-fit:cover;border-radius:12px;box-shadow:0 10px 28px #00000040}
.application_content{flex:1}
.application_content h2{font-size:37px;color:#FDFEFD;margin:0 0 18px;font-weight:600}
.application_content p{font-size:17px;color:#fdfefde6;line-height:1.75;margin:0 0 32px}
.application_form{display:flex;flex-direction:column;gap:18px}
.form_row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form_field input,.form_field textarea{width:100%;padding:14px 18px;border:2px solid #fdfefd4d;background:#fdfefd1f;color:#FDFEFD;border-radius:8px;font-size:15px;transition:all 180ms ease-in-out}
.form_field input::placeholder,.form_field textarea::placeholder{color:#fdfefd99}
.form_field input:focus,.form_field textarea:focus{outline:none;border-color:#FDFEFD;background:#fdfefd2e}
.form_field textarea{resize:vertical;min-height:110px}
.form_submit{display:flex;gap:16px;align-items:center}
.form_submit button{background:#FDFEFD;color:#DF3067;padding:15px 42px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all 200ms ease-in-out;box-shadow:0 4px 14px #00000026}
.form_submit button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000038}
.form_submit button:active{transform:translateY(0)}
.file_upload_wrapper{position:relative}
.file_upload_wrapper input[type="file"]{position:absolute;opacity:0;width:0;height:0}
.file_upload_label{display:inline-flex;align-items:center;gap:10px;padding:15px 28px;background:#fdfefd26;border:2px dashed #fdfefd66;border-radius:8px;color:#FDFEFD;font-size:15px;cursor:pointer;transition:all 180ms ease-in-out}
.file_upload_label:hover{background:#fdfefd38;border-color:#FDFEFD}
.file_upload_label i{font-size:18px}
@media (max-width: 900px) {
.hero_wrapper{grid-template-columns:1fr;gap:42px}
.hero_image_container{order:-1}
.hero_image_container img{height:240px}
.hero_text_section h1{font-size:38px}
.values_grid{grid-template-columns:1fr}
.testimonials_row{grid-template-columns:1fr}
.opening_item{grid-template-columns:1fr;gap:20px}
.application_container{flex-direction:column}
.application_visual{flex:0 0 auto;width:100%}
.form_row{grid-template-columns:1fr}
}
@media (max-width: 600px) {
.hero_careers{padding:64px 0 68px}
.hero_text_section h1{font-size:32px}
.hero_text_section .intro_phrase{font-size:17px}
.values_intro h2,.positions_header h2,.voices_header h2,.application_content h2{font-size:30px}
.value_card{padding:28px 22px}
.opening_item{padding:24px 20px}
.testimonial_block{padding:24px 20px}
}
.title_hero{position:relative;min-height:520px;background:linear-gradient(127deg,#DF3067 0%,#4D86AB 100%);overflow:hidden;display:flex;align-items:center;padding:60px 20px}
.title_hero .hero_wrapper{max-width:1000px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;position:relative;z-index:2}
.title_hero .text_content{color:#FDFEFD}
.title_hero .lead_text{font-size:1.05rem;line-height:1.6;margin-bottom:18px;opacity:.93}
.title_hero .main_heading{font-size:2.8rem;font-weight:700;line-height:1.15;margin:0;letter-spacing:-.02em}
.title_hero .image_block{position:relative}
.title_hero .image_block img{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 14px 28px #00000040;transform:rotate(-2deg);transition:transform 220ms ease-in-out}
.title_hero .image_block img:hover{transform:rotate(0deg) scale(1.02)}
.title_hero .float_shape{position:absolute;width:120px;height:120px;border:3px solid #fdfefd26;border-radius:50%;top:-40px;right:-30px;animation:floating_motion 6s ease-in-out infinite}
@keyframes floating_motion {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-20px) rotate(5deg)}
}
.advantages_grid{padding:80px 20px;background:#FDFEFD}
.advantages_grid .section_container{max-width:1000px;margin:0 auto}
.advantages_grid .section_title{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin-bottom:15px;position:relative;display:inline-block}
.advantages_grid .section_title::after{content:'';position:absolute;bottom:-8px;left:0;width:70%;height:4px;background:linear-gradient(90deg,#DF3067,#4D86AB);border-radius:2px}
.advantages_grid .intro_paragraph{font-size:1.1rem;line-height:1.7;color:#333;margin-bottom:50px;max-width:720px}
.advantages_grid .cards_layout{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.advantages_grid .advantage_card{background:#fff;padding:35px 28px;border-radius:10px;border:2px solid #e8e8e8;transition:all 200ms ease-in-out;position:relative}
.advantages_grid .advantage_card:hover{border-color:#DF3067;box-shadow:0 6px 20px #df306726;transform:translateY(-4px)}
.advantages_grid .card_icon{width:54px;height:54px;background:linear-gradient(135deg,#DF3067,#4D86AB);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.advantages_grid .card_icon i{color:#FDFEFD;font-size:1.6rem}
.advantages_grid .card_title{font-size:1.35rem;font-weight:700;color:#1a1a1a;margin-bottom:12px}
.advantages_grid .card_description{font-size:.98rem;line-height:1.65;color:#555}
.partnerships_section{padding:75px 20px;background:linear-gradient(165deg,#4D86AB 0%,#DF3067 100%);position:relative;overflow:hidden}
.partnerships_section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="#ffffff14"/></svg>');opacity:.4}
.partnerships_section .content_wrapper{max-width:1000px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}
.partnerships_section .text_area{color:#FDFEFD}
.partnerships_section .section_heading{font-size:2.4rem;font-weight:700;margin-bottom:20px;line-height:1.2}
.partnerships_section .description_text{font-size:1.05rem;line-height:1.75;margin-bottom:25px;opacity:.95}
.partnerships_section .collaboration_list{list-style:none;padding:0;margin:0}
.partnerships_section .collaboration_list li{padding:14px 0 14px 35px;position:relative;font-size:1rem;line-height:1.6}
.partnerships_section .collaboration_list li::before{content:'\f00c';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;left:0;color:#FDFEFD;background:#fdfefd33;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem}
.partnerships_section .visual_area{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.partnerships_section .partner_box{background:#fdfefd1f;backdrop-filter:blur(10px);border-radius:12px;padding:28px 22px;border:1px solid #fdfefd2e;transition:all 180ms ease-in-out}
.partnerships_section .partner_box:hover{background:#fdfefd33;transform:scale(1.04)}
.partnerships_section .partner_box .box_icon{font-size:2rem;color:#FDFEFD;margin-bottom:15px}
.partnerships_section .partner_box .box_title{font-size:1.1rem;font-weight:700;color:#FDFEFD;margin-bottom:8px}
.partnerships_section .partner_box .box_detail{font-size:.92rem;color:#fdfefdd9;line-height:1.5}
.efficiency_showcase{padding:80px 20px;background:#f8f8f8}
.efficiency_showcase .main_container{max-width:1000px;margin:0 auto}
.efficiency_showcase .header_row{text-align:center;margin-bottom:55px}
.efficiency_showcase .main_title{font-size:2.3rem;font-weight:700;color:#1a1a1a;margin-bottom:18px}
.efficiency_showcase .subtitle_text{font-size:1.12rem;line-height:1.7;color:#444;max-width:680px;margin:0 auto}
.efficiency_showcase .metrics_display{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:50px}
.efficiency_showcase .metric_item{background:#fff;padding:32px 20px;border-radius:10px;text-align:center;border:2px solid #e5e5e5;transition:border-color 160ms ease-in-out}
.efficiency_showcase .metric_item:hover{border-color:#4D86AB}
.efficiency_showcase .metric_number{font-size:2.6rem;font-weight:700;color:#DF3067;margin-bottom:8px;display:block}
.efficiency_showcase .metric_label{font-size:.95rem;color:#555;font-weight:500}
.efficiency_showcase .timeline_block{background:#fff;border-radius:12px;padding:45px 40px;box-shadow:0 4px 16px #00000014}
.efficiency_showcase .timeline_title{font-size:1.6rem;font-weight:700;color:#1a1a1a;margin-bottom:35px;text-align:center}
.efficiency_showcase .steps_container{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;position:relative}
.efficiency_showcase .steps_container::before{content:'';position:absolute;top:35px;left:16.66%;right:16.66%;height:3px;background:linear-gradient(90deg,#DF3067,#4D86AB);z-index:1}
.efficiency_showcase .step_element{position:relative;z-index:2}
.efficiency_showcase .step_number_box{width:70px;height:70px;background:linear-gradient(135deg,#DF3067,#4D86AB);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:0 4px 12px #df30674d}
.efficiency_showcase .step_number_box span{font-size:1.8rem;font-weight:700;color:#FDFEFD}
.efficiency_showcase .step_heading{font-size:1.15rem;font-weight:700;color:#1a1a1a;margin-bottom:10px;text-align:center}
.efficiency_showcase .step_text{font-size:.95rem;line-height:1.6;color:#555;text-align:center}
.testimonial_spotlight{padding:75px 20px;background:#FDFEFD}
.testimonial_spotlight .wrapper_box{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:380px 1fr;gap:50px;align-items:center}
.testimonial_spotlight .profile_side img{width:100%;height:480px;object-fit:cover;border-radius:14px;box-shadow:0 8px 24px #0000001f}
.testimonial_spotlight .content_side{padding:30px 0}
.testimonial_spotlight .quote_icon{font-size:3rem;color:#DF3067;margin-bottom:20px;opacity:.7}
.testimonial_spotlight .testimonial_body{font-size:1.15rem;line-height:1.8;color:#333;margin-bottom:28px;font-style:italic}
.testimonial_spotlight .author_info{display:flex;flex-direction:column;gap:6px}
.testimonial_spotlight .author_name{font-size:1.25rem;font-weight:700;color:#1a1a1a}
.testimonial_spotlight .author_role{font-size:.98rem;color:#666}
.testimonial_spotlight .rating_display{margin-top:18px;display:flex;gap:6px}
.testimonial_spotlight .rating_display i{color:#DF3067;font-size:1.1rem}
@media (max-width: 968px) {
.title_hero .hero_wrapper{grid-template-columns:1fr;gap:35px}
.title_hero .main_heading{font-size:2.2rem}
.advantages_grid .cards_layout{grid-template-columns:1fr;gap:25px}
.partnerships_section .content_wrapper{grid-template-columns:1fr;gap:40px}
.efficiency_showcase .metrics_display{grid-template-columns:repeat(2,1fr)}
.efficiency_showcase .steps_container{grid-template-columns:1fr}
.efficiency_showcase .steps_container::before{display:none}
.testimonial_spotlight .wrapper_box{grid-template-columns:1fr}
.testimonial_spotlight .profile_side img{height:360px}
}
@media (max-width: 640px) {
.title_hero{min-height:420px;padding:40px 20px}
.title_hero .main_heading{font-size:1.85rem}
.title_hero .image_block img{height:280px}
.advantages_grid,.partnerships_section,.efficiency_showcase,.testimonial_spotlight{padding:50px 20px}
.partnerships_section .visual_area{grid-template-columns:1fr}
.efficiency_showcase .metrics_display{grid-template-columns:1fr}
}
.contact_hero{max-width:1000px;margin:0 auto;padding:80px 20px 60px;display:flex;gap:50px;align-items:center;position:relative;overflow:hidden}
.contact_hero::before{content:'';position:absolute;width:280px;height:280px;border-radius:50%;background:linear-gradient(135deg,#DF3067 0%,#4D86AB 100%);opacity:.08;top:-100px;right:-80px;z-index:-1}
.contact_hero::after{content:'';position:absolute;width:200px;height:200px;border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;background:linear-gradient(225deg,#4D86AB 0%,#DF3067 100%);opacity:.06;bottom:-60px;left:-40px;z-index:-1}
.hero_visual_frame{flex:0 0 380px;height:440px;border:2px solid #4D86AB;border-radius:12px;background:linear-gradient(140deg,#FDFEFD 0%,#f8f9fb 100%);position:relative;box-shadow:0 6px 20px #4d86ab1f;overflow:hidden}
.hero_visual_frame::before{content:'';position:absolute;top:30px;left:30px;right:30px;bottom:30px;border:1px dashed #4d86ab4d;border-radius:8px;animation:pulse_frame 3s ease-in-out infinite}
@keyframes pulse_frame {
0%,100%{transform:scale(1);opacity:.5}
50%{transform:scale(1.02);opacity:.8}
}
.hero_visual_frame::after{content:'';position:absolute;width:120px;height:120px;background:linear-gradient(125deg,#DF3067 0%,#4D86AB 100%);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.15;animation:rotate_gentle 8s linear infinite}
@keyframes rotate_gentle {
from{transform:translate(-50%,-50%) rotate(0deg)}
to{transform:translate(-50%,-50%) rotate(360deg)}
}
.hero_text_content{flex:1;min-width:0}
.hero_text_content h1{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0 0 18px;font-weight:700}
.hero_text_content h1 span{color:#DF3067;position:relative;display:inline-block}
.hero_text_content h1 span::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#DF3067 0%,#4D86AB 100%);border-radius:2px}
.hero_text_content p{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0}
.form_wrapper_main{max-width:1000px;margin:0 auto;padding:60px 20px 100px}
.form_container_tech{background:linear-gradient(155deg,#FDFEFD 0%,#f5f7f9 100%);border-radius:14px;padding:50px 60px;box-shadow:0 8px 24px #4d86ab1a;position:relative;border:1px solid #4d86ab26}
.form_container_tech::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#DF3067 0%,#4D86AB 50%,#DF3067 100%);border-radius:14px 14px 0 0}
.form_header_section{text-align:center;margin-bottom:45px;padding-bottom:30px;border-bottom:1px solid #4d86ab33;position:relative}
.form_header_section::after{content:'';position:absolute;bottom:-2px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#DF3067 0%,#4D86AB 100%);border-radius:2px}
.form_header_section h2{font-size:32px;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.form_header_section p{font-size:16px;color:#5a5a5a;margin:0;line-height:1.6}
.contact_form_tech{display:flex;flex-direction:column;gap:28px}
.form_row_split{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.field_group_tech{display:flex;flex-direction:column;gap:8px}
.field_group_tech label{font-size:14px;font-weight:600;color:#2a2a2a;text-transform:uppercase;letter-spacing:.5px}
.field_group_tech input,.field_group_tech select{padding:14px 18px;border:2px solid #4d86ab40;border-radius:8px;font-size:15px;background:#FDFEFD;color:#1a1a1a;transition:all 180ms ease-in-out;outline:none}
.field_group_tech input:focus,.field_group_tech select:focus{border-color:#4D86AB;box-shadow:0 0 0 3px #4d86ab1f}
.field_group_tech select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%234D86AB' d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:42px}
.privacy_consent_block{display:flex;align-items:flex-start;gap:10px;padding:18px;background:#4d86ab0f;border-radius:8px;border-left:3px solid #4D86AB}
.privacy_consent_block input[type="checkbox"]{margin-top:3px;cursor:pointer;width:18px;height:18px;flex-shrink:0}
.privacy_consent_block label{font-size:14px;color:#3a3a3a;line-height:1.6;cursor:pointer}
.privacy_consent_block a{color:#DF3067;text-decoration:none;font-weight:600;transition:color 200ms ease-in-out}
.privacy_consent_block a:hover{color:#4D86AB;text-decoration:underline}
.submit_button_tech{padding:16px 40px;background:linear-gradient(135deg,#DF3067 0%,#c72757 100%);color:#FDFEFD;border:none;border-radius:10px;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all 200ms ease-in-out;box-shadow:0 4px 14px #df30674d;align-self:flex-start}
.submit_button_tech:hover{background:linear-gradient(135deg,#c72757 0%,#DF3067 100%);box-shadow:0 6px 20px #df306766;transform:translateY(-2px)}
.submit_button_tech:active{transform:translateY(0);box-shadow:0 2px 8px #df30674d}
.contact_info_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;padding-top:40px;border-top:1px solid #4d86ab33}
.info_card_tech{background:#FDFEFD;padding:24px;border-radius:10px;border:1px solid #4d86ab33;text-align:center;transition:all 200ms ease-in-out}
.info_card_tech:hover{border-color:#4D86AB;box-shadow:0 4px 16px #4d86ab26;transform:translateY(-3px)}
.info_card_tech i{font-size:32px;color:#DF3067;margin-bottom:14px;display:block}
.info_card_tech h3{font-size:16px;color:#2a2a2a;margin:0 0 8px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.info_card_tech p{font-size:15px;color:#5a5a5a;margin:0;line-height:1.5}
.info_card_tech a{color:#4D86AB;text-decoration:none;transition:color 180ms ease-in-out}
.info_card_tech a:hover{color:#DF3067;text-decoration:underline}
@media (max-width: 768px) {
.contact_hero{flex-direction:column;padding:50px 20px 40px;gap:35px}
.hero_visual_frame{flex:0 0 auto;width:100%;max-width:380px;height:300px}
.hero_text_content h1{font-size:32px}
.form_container_tech{padding:35px 25px}
.form_row_split{grid-template-columns:1fr;gap:20px}
.contact_info_grid{grid-template-columns:1fr;gap:18px}
.submit_button_tech{width:100%}
}
@media (max-width: 480px) {
.hero_text_content h1{font-size:26px}
.form_header_section h2{font-size:26px}
.form_container_tech{padding:30px 20px}
}
.program_hero{background:linear-gradient(127deg,#DF3067 0%,#4D86AB 100%);padding:70px 20px;animation:hero_shift 8s ease-in-out infinite}
@keyframes hero_shift {
0%,100%{background-position:0 50%}
50%{background-position:100% 50%}
}
.program_hero .inner_wrap{max-width:1000px;margin:0 auto;display:flex;gap:40px;align-items:center}
.program_hero .text_side{flex:1;color:#FDFEFD}
.program_hero .text_side h1{font-size:2.8rem;margin:0 0 24px;font-weight:700;line-height:1.2}
.program_hero .text_side p{font-size:1.15rem;line-height:1.7;margin:0 0 16px;opacity:.95}
.program_hero .image_card{flex:0 0 340px;background:#fdfefd1f;border-radius:12px;padding:12px;backdrop-filter:blur(8px);box-shadow:0 6px 18px #00000026}
.program_hero .image_card img{width:100%;height:280px;object-fit:cover;border-radius:8px;filter:contrast(1.08);display:block}
.course_structure{padding:85px 20px;background:#f8f9fa}
.course_structure .content_wrapper{max-width:1000px;margin:0 auto}
.course_structure h2{font-size:2.3rem;margin:0 0 18px;color:#2c3e50;position:relative;padding-bottom:14px}
.course_structure h2::after{content:'';position:absolute;bottom:0;left:0;width:85px;height:4px;background:linear-gradient(90deg,#DF3067,#4D86AB);border-radius:2px}
.course_structure .intro_text{font-size:1.1rem;line-height:1.75;color:#34495e;margin:0 0 50px}
.module_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:55px}
.module_card{background:#fff;border-radius:10px;padding:32px 26px;box-shadow:0 3px 12px #00000014;transition:all 180ms ease-in-out;border:2px solid transparent}
.module_card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000024;border-color:#4D86AB}
.module_card h3{font-size:1.4rem;color:#DF3067;margin:0 0 14px;display:flex;align-items:center;gap:10px}
.module_card h3::before{content:'';width:8px;height:8px;background:#4D86AB;border-radius:50%;flex-shrink:0}
.module_card p{font-size:.98rem;line-height:1.65;color:#5a6c7d;margin:0 0 18px}
.module_card .topics_list{list-style:none;padding:0;margin:0}
.module_card .topics_list li{font-size:.92rem;color:#6c7a89;padding:7px 0;padding-left:22px;position:relative;line-height:1.5}
.module_card .topics_list li::before{content:'→';position:absolute;left:0;color:#4D86AB;font-weight:600}
.instructor_showcase{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:50px;background:#fff;padding:38px;border-radius:14px;box-shadow:0 4px 16px #00000012}
.instructor_item{display:flex;gap:24px;align-items:flex-start}
.instructor_item img{width:110px;height:110px;border-radius:50%;object-fit:cover;border:4px solid #DF3067;flex-shrink:0}
.instructor_details h4{font-size:1.35rem;color:#2c3e50;margin:0 0 8px}
.instructor_details .role_tag{font-size:.88rem;color:#FDFEFD;background:#4D86AB;padding:4px 12px;border-radius:6px;display:inline-block;margin-bottom:12px}
.instructor_details p{font-size:.96rem;line-height:1.6;color:#5a6c7d;margin:0}
.enrollment_section{background:linear-gradient(155deg,#4D86AB 0%,#DF3067 100%);padding:45px;border-radius:12px;text-align:center;position:relative;overflow:hidden}
.enrollment_section::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,#fdfefd1a 0%,transparent 70%);animation:pulse_glow 6s ease-in-out infinite}
@keyframes pulse_glow {
0%,100%{transform:scale(1);opacity:.3}
50%{transform:scale(1.2);opacity:.6}
}
.enrollment_section h3{font-size:2rem;color:#FDFEFD;margin:0 0 16px;position:relative;z-index:1}
.enrollment_section p{font-size:1.08rem;color:#FDFEFD;margin:0 0 28px;opacity:.92;position:relative;z-index:1}
.enrollment_section .action_button{display:inline-block;background:#FDFEFD;color:#DF3067;padding:14px 38px;border-radius:8px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all 200ms ease-in-out;box-shadow:0 4px 14px #0000002e;position:relative;z-index:1}
.enrollment_section .action_button:hover{transform:scale(1.06);box-shadow:0 6px 20px #00000040;background:#f5f5f5}
@media (max-width: 900px) {
.program_hero .inner_wrap{flex-direction:column-reverse}
.program_hero .image_card{flex:1 1 auto;max-width:400px}
.module_grid{grid-template-columns:repeat(2,1fr);gap:22px}
.instructor_showcase{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 650px) {
.program_hero{padding:50px 16px}
.program_hero .text_side h1{font-size:2.2rem}
.course_structure{padding:60px 16px}
.course_structure h2{font-size:1.9rem}
.module_grid{grid-template-columns:1fr;gap:18px}
.instructor_showcase{padding:24px}
.instructor_item{flex-direction:column;text-align:center;align-items:center}
.enrollment_section{padding:35px 20px}
.enrollment_section h3{font-size:1.65rem}
}
.success_hero{background:linear-gradient(127deg,#DF3067 0%,#4D86AB 100%);padding:80px 20px;position:relative;overflow:hidden}
.success_hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#fdfefd14;border-radius:50%}
.success_hero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:450px;height:450px;background:#fdfefd0d;border-radius:50%}
.hero_content_wrapper{max-width:1000px;margin:0 auto;position:relative;z-index:2;text-align:center}
.success_icon_container{width:120px;height:120px;margin:0 auto 32px;background:#fdfefd26;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse_effect 2s ease-in-out infinite}
@keyframes pulse_effect {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
.success_icon_container::before{content:'';position:absolute;width:140px;height:140px;border:3px solid #fdfefd33;border-radius:50%;animation:ring_expand 2s ease-out infinite}
@keyframes ring_expand {
0%{transform:scale(1);opacity:1}
100%{transform:scale(1.4);opacity:0}
}
.success_icon_container svg{width:60px;height:60px;fill:#FDFEFD}
.hero_heading{font-size:48px;font-weight:700;color:#FDFEFD;margin:0 0 24px;line-height:1.2}
.hero_subtext{font-size:20px;color:#fdfefdf2;margin:0 0 16px;line-height:1.5}
.hero_detail{font-size:16px;color:#fdfefdd9;margin:0;line-height:1.6}
.next_steps_section{padding:80px 20px;background:#FDFEFD}
.steps_container{max-width:1000px;margin:0 auto}
.section_intro{text-align:center;margin-bottom:60px}
.section_intro h2{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 16px;position:relative;display:inline-block}
.section_intro h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#DF3067 0%,#4D86AB 100%);border-radius:8px}
.section_intro p{font-size:18px;color:#4a4a4a;margin:24px 0 0;line-height:1.6}
.steps_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.step_card{background:#fff;border-radius:12px;padding:36px 28px;box-shadow:0 4px 12px #0000000f;transition:all .2s ease-in-out;border:2px solid transparent;position:relative}
.step_card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#DF3067}
.step_number{width:56px;height:56px;background:linear-gradient(135deg,#DF3067 0%,#4D86AB 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#FDFEFD;margin-bottom:24px}
.step_card h3{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 16px}
.step_card p{font-size:16px;color:#4a4a4a;margin:0 0 24px;line-height:1.7}
.step_action_link{display:inline-flex;align-items:center;font-size:16px;font-weight:600;color:#DF3067;text-decoration:none;transition:all .2s ease-in-out}
.step_action_link:hover{color:#4D86AB;gap:8px}
.step_action_link svg{width:16px;height:16px;margin-left:8px;fill:currentColor;transition:margin-left .2s ease-in-out}
.step_action_link:hover svg{margin-left:12px}
.confirmation_detail_box{background:#f8f9fa;border-left:4px solid #4D86AB;padding:24px 28px;border-radius:0 8px 8px 0;margin-top:48px}
.confirmation_detail_box h3{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 16px}
.confirmation_detail_box p{font-size:16px;color:#4a4a4a;margin:0 0 12px;line-height:1.7}
.confirmation_detail_box p:last-child{margin-bottom:0}
.contact_info_inline{display:flex;align-items:center;gap:8px;font-weight:600;color:#DF3067}
.contact_info_inline svg{width:18px;height:18px;fill:currentColor}
@media (max-width: 768px) {
.success_hero{padding:60px 20px}
.hero_heading{font-size:36px}
.hero_subtext{font-size:18px}
.success_icon_container{width:100px;height:100px}
.success_icon_container svg{width:50px;height:50px}
.section_intro h2{font-size:28px}
.steps_grid{grid-template-columns:1fr}
.next_steps_section{padding:60px 20px}
}
@media (max-width: 480px) {
.hero_heading{font-size:28px}
.hero_subtext{font-size:16px}
.section_intro h2{font-size:24px}
.step_card{padding:28px 20px}
}