*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:'Lato',sans-serif;line-height:1.6;color:#1a1a1a;background:#f8f9fa}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.site_header{background:linear-gradient(135deg,#fff 0%,#f1f1f1 100%);box-shadow:0 4px 12px #02d3d326}
.site_header .brand_zone{padding:40px 20px 30px;background:linear-gradient(127deg,#FFDD04 0%,#02D3D3 100%)}
.site_header .center_wrapper{max-width:1536px;margin:0 auto;text-align:center}
.site_header .company_title{font-size:3.2rem;font-weight:700;color:#1a1a1a;margin-bottom:8px;text-shadow:0 2px 8px #ff0d7433}
.site_header .brand_tagline{font-size:1.1rem;color:#2a2a2a;font-weight:400}
.site_header .nav_zone{padding:20px;background:#fff}
.site_header .nav_holder{max-width:1536px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px}
.site_header .logo_link{flex-shrink:0}
.site_header .site_logo{height:90px;width:90px;object-fit:contain;border-radius:4px;box-shadow:0 3px 10px #ffdd044d}
.site_header .main_nav{display:flex;gap:35px;align-items:center;flex-wrap:wrap}
.site_header .nav_link{font-size:1.05rem;color:#2a2a2a;font-weight:400;padding:8px 12px;border-radius:3px;transition:background 0.2s,color .2s}
.site_header .nav_link:hover{background:#FFDD04;color:#1a1a1a}
.site_footer{background:linear-gradient(142deg,#2a2a2a 0%,#1a1a1a 100%);color:#d4d4d4;padding:60px 20px 30px;margin-top:80px}
.site_footer .footer_content{max-width:1536px;margin:0 auto}
.site_footer .footer_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:40px;margin-bottom:50px}
.site_footer .footer_heading{font-size:1.3rem;color:#FFDD04;margin-bottom:18px;font-weight:700}
.site_footer .footer_text{font-size:.95rem;line-height:1.7;color:#b8b8b8;margin-bottom:10px}
.site_footer .footer_nav{display:flex;flex-direction:column;gap:12px}
.site_footer .footer_link{font-size:.95rem;color:#d4d4d4;transition:color .2s;width:fit-content}
.site_footer .footer_link:hover{color:#02D3D3}
.site_footer .contact_info{display:flex;flex-direction:column;gap:8px}
.site_footer .cta_group{display:flex;flex-direction:column;gap:14px}
.site_footer .footer_cta{font-size:.95rem;color:#1a1a1a;background:#FFDD04;padding:12px 20px;border-radius:4px;border:none;cursor:pointer;font-family:'Lato',sans-serif;font-weight:700;transition:background .2s;text-align:center}
.site_footer .footer_cta:hover{background:#02D3D3}
.site_footer .footer_bottom{padding-top:30px;border-top:1px solid #3a3a3a;text-align:center}
.site_footer .copyright_text{font-size:.9rem;color:#888}
.cookie_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000bf;display:none;align-items:center;justify-content:center;z-index:9999;padding:20px;opacity:0;transition:opacity .3s ease}
.cookie_overlay.show_modal{display:flex;opacity:1}
.cookie_overlay .consent_panel{background:#fff;max-width:680px;width:100%;padding:40px;border-radius:6px;box-shadow:0 10px 40px #ff0d7440}
.cookie_overlay .consent_title{font-size:1.8rem;color:#1a1a1a;margin-bottom:16px;font-weight:700}
.cookie_overlay .consent_desc{font-size:1rem;color:#4a4a4a;margin-bottom:30px;line-height:1.6}
.cookie_overlay .consent_options{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}
.cookie_overlay .consent_item{padding:16px;background:#f8f9fa;border-radius:4px;border-left:4px solid #FFDD04}
.cookie_overlay .consent_label{display:flex;align-items:center;gap:12px;cursor:pointer;margin-bottom:8px}
.cookie_overlay .consent_check{width:20px;height:20px;cursor:pointer;accent-color:#02D3D3}
.cookie_overlay .consent_name{font-size:1.05rem;font-weight:700;color:#1a1a1a}
.cookie_overlay .consent_detail{font-size:.9rem;color:#5a5a5a;margin-left:32px;line-height:1.5}
.cookie_overlay .consent_actions{display:flex;gap:12px;flex-wrap:wrap}
.cookie_overlay .consent_btn{flex:1;min-width:140px;padding:14px 24px;border:none;border-radius:4px;font-size:1rem;font-weight:700;cursor:pointer;font-family:'Lato',sans-serif;transition:background 0.2s,color .2s}
.cookie_overlay .accept_btn{background:#02D3D3;color:#fff}
.cookie_overlay .accept_btn:hover{background:#01b8b8}
.cookie_overlay .decline_btn{background:#FF0D74;color:#fff}
.cookie_overlay .decline_btn:hover{background:#e00c68}
.cookie_overlay .custom_btn{background:#FFDD04;color:#1a1a1a}
.cookie_overlay .custom_btn:hover{background:#e6c704}
@media (max-width: 768px) {
.site_header .company_title{font-size:2.2rem}
.site_header .brand_tagline{font-size:.95rem}
.site_header .nav_holder{flex-direction:column;align-items:center;gap:20px}
.site_header .main_nav{flex-direction:column;gap:15px;text-align:center}
.site_footer .footer_grid{grid-template-columns:1fr;gap:35px}
.cookie_overlay .consent_panel{padding:30px 20px}
.cookie_overlay .consent_title{font-size:1.5rem}
.cookie_overlay .consent_actions{flex-direction:column}
.cookie_overlay .consent_btn{width:100%}
}
@media (max-width: 480px) {
.site_header .company_title{font-size:1.8rem}
.site_header .site_logo{height:70px;width:70px}
.site_footer{padding:40px 15px 20px}
}
.legal-block{max-width:1536px;margin:0 auto;padding:80px 24px 120px;background:linear-gradient(165deg,#FFDD04 0%,#02D3D3 100%);background-clip:text;-webkit-background-clip:text;background:#fff}
.legal-block h1{font-size:48px;line-height:1.2;font-weight:700;margin:0 0 48px;color:#1a1a1a;letter-spacing:-.02em}
.legal-block h2{font-size:36px;line-height:1.3;font-weight:700;margin:72px 0 32px;color:#1a1a1a;letter-spacing:-.01em;border-bottom:3px solid #FFDD04;padding-bottom:16px}
.legal-block h3{font-size:28px;line-height:1.4;font-weight:600;margin:56px 0 24px;color:#2a2a2a}
.legal-block h4{font-size:22px;line-height:1.4;font-weight:600;margin:40px 0 20px;color:#2a2a2a}
.legal-block h5{font-size:18px;line-height:1.5;font-weight:600;margin:32px 0 16px;color:#3a3a3a}
.legal-block h6{font-size:16px;line-height:1.5;font-weight:600;margin:28px 0 14px;color:#3a3a3a;text-transform:uppercase;letter-spacing:.05em}
.legal-block p{font-size:17px;line-height:1.75;color:#444;margin:0 0 24px;max-width:920px}
.legal-block ul{margin:0 0 32px;padding:0 0 0 28px;list-style:none}
.legal-block ul li{font-size:17px;line-height:1.75;color:#444;margin:0 0 16px;position:relative;padding-left:16px}
.legal-block ul li::before{content:'';position:absolute;left:-12px;top:12px;width:8px;height:8px;background:linear-gradient(135deg,#FFDD04 0%,#02D3D3 100%);border-radius:2px}
.legal-block ol{margin:0 0 32px;padding:0 0 0 28px;counter-reset:policy_counter;list-style:none}
.legal-block ol li{font-size:17px;line-height:1.75;color:#444;margin:0 0 16px;position:relative;padding-left:16px;counter-increment:policy_counter}
.legal-block ol li::before{content:counter(policy_counter) ".";position:absolute;left:-28px;font-weight:600;color:#02D3D3}
.legal-block em,.legal-block i{font-style:italic;color:#2a2a2a}
.legal-block a{color:#02D3D3;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .2s ease;font-weight:500}
.legal-block a:hover{border-bottom-color:#02D3D3}
.legal-block a:focus{outline:3px solid #FFDD04;outline-offset:2px}
.legal-block table{width:100%;margin:48px 0;border-collapse:separate;border-spacing:0;background:#fafafa;border-radius:4px;overflow:hidden;box-shadow:0 4px 12px #02d3d314}
.legal-block thead{background:linear-gradient(135deg,#FFDD04 0%,#02D3D3 100%)}
.legal-block thead tr{border:none}
.legal-block thead th{padding:20px 24px;text-align:left;font-size:15px;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:.05em;border-bottom:3px solid #fff}
.legal-block tbody{background:#fff}
.legal-block tbody tr{border-bottom:1px solid #e8e8e8;transition:background-color .2s ease}
.legal-block tbody tr:last-child{border-bottom:none}
.legal-block tbody tr:hover{background:#f9f9f9}
.legal-block tbody td{padding:18px 24px;font-size:16px;line-height:1.6;color:#444}
.legal-block th{font-weight:700}
.legal-block td{font-weight:400}
.legal-block hr{border:none;height:2px;background:linear-gradient(90deg,#FFDD04 0%,#02D3D3 50%,#FF0D74 100%);margin:64px 0;border-radius:2px}
@media (max-width: 1024px) {
.legal-block{padding:60px 20px 100px}
.legal-block h1{font-size:40px;margin-bottom:40px}
.legal-block h2{font-size:32px;margin-top:56px}
.legal-block h3{font-size:24px}
}
@media (max-width: 768px) {
.legal-block{padding:48px 16px 80px}
.legal-block h1{font-size:32px;margin-bottom:32px}
.legal-block h2{font-size:26px;margin-top:48px;margin-bottom:24px}
.legal-block h3{font-size:22px;margin-top:40px}
.legal-block h4{font-size:20px}
.legal-block p,.legal-block ul li,.legal-block ol li{font-size:16px}
.legal-block table{display:block;overflow-x:auto;margin:32px 0}
.legal-block thead th,.legal-block tbody td{padding:14px 16px;font-size:14px}
}
@media (max-width: 480px) {
.legal-block{padding:32px 12px 60px}
.legal-block h1{font-size:28px;margin-bottom:24px}
.legal-block h2{font-size:24px;margin-top:40px;margin-bottom:20px}
.legal-block h3{font-size:20px;margin-top:32px}
.legal-block ul,.legal-block ol{padding-left:20px}
.legal-block hr{margin:48px 0}
}
.title_block{display:flex;align-items:center;gap:48px;max-width:1536px;margin:0 auto;padding:80px 24px;position:relative}
.title_block::before{content:'';position:absolute;top:40px;left:24px;width:320px;height:280px;border:2px solid #FFDD04;z-index:1}
.title_block .text_content{flex:1;z-index:2}
.title_block .main_heading{font-size:56px;line-height:1.1;margin:0 0 24px;font-weight:700}
.title_block .heading_part1{display:block;color:#1a1a1a}
.title_block .heading_part2{display:block;background:linear-gradient(135deg,#02D3D3 0%,#FF0D74 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.title_block .description_text{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 32px;max-width:540px}
.title_block .action_buttons{display:flex;gap:16px;flex-wrap:wrap}
.title_block .btn_primary{padding:16px 32px;background:linear-gradient(120deg,#FFDD04 0%,#02D3D3 100%);color:#1a1a1a;text-decoration:none;font-weight:600;font-size:16px;border-radius:4px;transition:all .3s ease;box-shadow:0 4px 12px #ffdd044d;position:relative;z-index:10}
.title_block .btn_primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #02d3d366}
.title_block .btn_secondary{padding:16px 32px;background:transparent;color:#1a1a1a;text-decoration:none;font-weight:600;font-size:16px;border:2px solid #FF0D74;border-radius:4px;transition:all .3s ease;position:relative;z-index:10}
.title_block .btn_secondary:hover{background:#FF0D74;color:#fff;transform:translateY(-2px)}
.title_block .image_holder{flex:1;position:relative;z-index:2}
.title_block .image_holder img{width:100%;height:auto;display:block;border-radius:3px;filter:grayscale(20%) brightness(0.95);box-shadow:0 12px 32px #00000026}
.journey_section{background:linear-gradient(165deg,#f8f9fa 0%,#e9ecef 100%);padding:96px 24px}
.journey_section .content_wrapper{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.journey_section .story_col{background:#fff;padding:48px;border-radius:5px;box-shadow:0 6px 24px #02d3d31f}
.journey_section .section_label{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#02D3D3;margin:0 0 16px}
.journey_section .story_heading{font-size:38px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.journey_section .story_text{font-size:17px;line-height:1.75;color:#4a4a4a;margin:0 0 20px}
.journey_section .milestone_col{display:flex;flex-direction:column;gap:32px}
.journey_section .milestone_card{background:#fff;padding:32px;border-radius:5px;border-left:4px solid #FFDD04;box-shadow:0 4px 16px #ffdd041a;transition:all .3s ease;position:relative}
.journey_section .milestone_card:hover{transform:translateX(8px);box-shadow:0 8px 24px #ff0d7426}
.journey_section .milestone_year{font-size:42px;font-weight:800;background:linear-gradient(135deg,#FF0D74 0%,#FFDD04 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 12px}
.journey_section .milestone_title{font-size:22px;color:#1a1a1a;font-weight:700;margin:0 0 12px}
.journey_section .milestone_desc{font-size:16px;line-height:1.6;color:#5a5a5a;margin:0}
.values_grid{padding:96px 24px;background:#fff}
.values_grid .inner_holder{max-width:1536px;margin:0 auto}
.values_grid .header_area{text-align:center;margin-bottom:64px}
.values_grid .section_title{font-size:44px;color:#1a1a1a;font-weight:700;margin:0 0 16px;position:relative;display:inline-block}
.values_grid .section_title::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FFDD04 0%,#02D3D3 100%)}
.values_grid .intro_paragraph{font-size:19px;line-height:1.7;color:#4a4a4a;max-width:820px;margin:24px auto 0}
.values_grid .grid_holder{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.values_grid .value_item{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:40px 32px;border-radius:4px;border-top:3px solid #02D3D3;box-shadow:0 6px 20px #0000000f;transition:all .3s ease}
.values_grid .value_item:nth-child(2){border-top-color:#FFDD04}
.values_grid .value_item:nth-child(3){border-top-color:#FF0D74}
.values_grid .value_item:hover{transform:translateY(-8px);box-shadow:0 12px 32px #02d3d333}
.values_grid .value_icon{width:56px;height:56px;margin-bottom:24px}
.values_grid .value_icon svg{width:100%;height:100%}
.values_grid .value_name{font-size:24px;color:#1a1a1a;font-weight:700;margin:0 0 16px}
.values_grid .value_description{font-size:16px;line-height:1.7;color:#5a5a5a;margin:0}
.team_showcase{padding:96px 24px;background:linear-gradient(145deg,#1a1a1a 0%,#2d2d2d 100%)}
.team_showcase .wrapper{max-width:1536px;margin:0 auto}
.team_showcase .header_section{text-align:center;margin-bottom:64px}
.team_showcase .main_title{font-size:48px;color:#fff;font-weight:700;margin:0 0 20px}
.team_showcase .subtitle_text{font-size:19px;line-height:1.7;color:#d0d0d0;max-width:740px;margin:0 auto}
.team_showcase .visual_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:56px}
.team_showcase .grid_visual{position:relative;padding-bottom:75%;border-radius:5px;overflow:hidden;box-shadow:0 8px 24px #0000004d}
.team_showcase .grid_visual img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.team_showcase .approach_content{background:#ffffff0d;padding:48px;border-radius:5px;border:1px solid #ffdd0433}
.team_showcase .approach_heading{font-size:32px;color:#FFDD04;font-weight:700;margin:0 0 24px}
.team_showcase .approach_description{font-size:17px;line-height:1.75;color:#e0e0e0;margin:0 0 20px}
.team_showcase .cta_button{display:inline-block;padding:16px 40px;background:linear-gradient(120deg,#FF0D74 0%,#FFDD04 100%);color:#1a1a1a;text-decoration:none;font-weight:700;font-size:17px;border-radius:4px;box-shadow:0 6px 20px #ffdd044d;transition:all .3s ease;margin-top:12px;position:relative;z-index:10}
.team_showcase .cta_button:hover{transform:translateY(-3px);box-shadow:0 10px 32px #ff0d7466}
@media (max-width: 1024px) {
.title_block{flex-direction:column;padding:60px 24px}
.title_block::before{width:240px;height:220px}
.title_block .main_heading{font-size:44px}
.journey_section .content_wrapper{grid-template-columns:1fr;gap:48px}
.values_grid .grid_holder{grid-template-columns:1fr 1fr}
.team_showcase .visual_grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.title_block .main_heading{font-size:36px}
.title_block .description_text{font-size:16px}
.title_block .action_buttons{flex-direction:column}
.title_block .btn_primary,.title_block .btn_secondary{width:100%;text-align:center}
.journey_section .story_col{padding:32px}
.journey_section .story_heading{font-size:30px}
.values_grid .grid_holder{grid-template-columns:1fr}
.values_grid .section_title{font-size:34px}
.team_showcase .main_title{font-size:36px}
.team_showcase .visual_grid{grid-template-columns:1fr}
.team_showcase .approach_content{padding:32px 24px}
}
@media (max-width: 480px) {
.title_block{padding:40px 16px}
.title_block::before{width:180px;height:160px}
.title_block .main_heading{font-size:28px}
.journey_section,.values_grid,.team_showcase{padding:64px 16px}
.journey_section .story_col,.journey_section .milestone_card{padding:24px}
}
.intro_panel{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:80px}
.intro_panel .blur_image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.intro_panel .blur_image img{width:100%;height:100%;object-fit:cover;filter:blur(0px);mask-image:radial-gradient(ellipse 70% 60% at center,transparent 30%,black 75%)}
.intro_panel .text_layer{position:relative;z-index:2;max-width:820px;padding:40px 24px;text-align:center;background:#fffffff0;border-radius:4px;box-shadow:0 8px 24px #02d3d326}
.intro_panel .text_layer h1{font-size:2.8rem;font-weight:700;color:#1a1a1a;margin-bottom:20px;line-height:1.2}
.intro_panel .text_layer .intro_desc{font-size:1.1rem;line-height:1.7;color:#333;margin:0}
.intro_panel::before{content:'';position:absolute;top:-50%;left:-20%;width:300px;height:300px;background:linear-gradient(135deg,#ffdd044d,#02d3d333);border-radius:50%;animation:float_shape_1 8s ease-in-out infinite;z-index:0}
.intro_panel::after{content:'';position:absolute;bottom:-30%;right:-15%;width:250px;height:250px;background:linear-gradient(225deg,#ff0d7440,#02d3d326);border-radius:50%;animation:float_shape_2 10s ease-in-out infinite;z-index:0}
@keyframes float_shape_1 {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(30px,-20px) scale(1.1)}
}
@keyframes float_shape_2 {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-25px,15px) scale(1.05)}
}
.method_section{max-width:1536px;margin:0 auto 90px;padding:0 24px}
.method_section .approach_grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.method_section .left_content h2{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin-bottom:24px;position:relative;padding-left:18px}
.method_section .left_content h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:60%;background:linear-gradient(180deg,#FFDD04,#02D3D3);border-radius:3px}
.method_section .left_content .main_text{font-size:1.05rem;line-height:1.75;color:#2a2a2a;margin-bottom:28px}
.method_section .right_content .feature_list{list-style:none;padding:0;margin:0}
.method_section .right_content .feature_list li{background:#f9f9f9;padding:24px;margin-bottom:16px;border-radius:3px;border-left:4px solid #02D3D3;box-shadow:0 4px 12px #02d3d31a;transition:transform .3s ease,box-shadow .3s ease}
.method_section .right_content .feature_list li:hover{transform:translateX(8px);box-shadow:0 6px 18px #02d3d32e}
.method_section .right_content .feature_list li h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:10px}
.method_section .right_content .feature_list li p{font-size:.98rem;line-height:1.6;color:#444;margin:0}
.progress_showcase{background:linear-gradient(125deg,#f5f5f5 0%,#fff 100%);padding:70px 24px;margin-bottom:90px}
.progress_showcase .wrap_holder{max-width:1536px;margin:0 auto}
.progress_showcase h2{font-size:2rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:50px}
.progress_showcase .steps_wrapper{display:flex;justify-content:space-between;align-items:stretch;gap:32px;position:relative}
.progress_showcase .steps_wrapper::before{content:'';position:absolute;top:50px;left:10%;right:10%;height:3px;background:linear-gradient(90deg,#FFDD04 0%,#02D3D3 50%,#FF0D74 100%);z-index:0}
.progress_showcase .step_item{flex:1;background:#fff;padding:32px 24px;border-radius:4px;box-shadow:0 6px 16px #00000014;position:relative;z-index:1;text-align:center;transition:transform .3s ease}
.progress_showcase .step_item:hover{transform:translateY(-6px)}
.progress_showcase .step_item .step_number{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#FFDD04,#02D3D3);color:#1a1a1a;font-size:1.6rem;font-weight:700;border-radius:50%;margin-bottom:20px;box-shadow:0 4px 12px #ffdd044d}
.progress_showcase .step_item h3{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin-bottom:14px}
.progress_showcase .step_item p{font-size:.95rem;line-height:1.6;color:#555;margin:0}
.flexibility_block{max-width:1536px;margin:0 auto 90px;padding:0 24px}
.flexibility_block .split_layout{display:grid;grid-template-columns:45% 55%;gap:50px;align-items:center}
.flexibility_block .info_side{padding-right:30px}
.flexibility_block .info_side h2{font-size:2.1rem;font-weight:700;color:#1a1a1a;margin-bottom:22px}
.flexibility_block .info_side .detail_text{font-size:1.05rem;line-height:1.75;color:#2a2a2a;margin-bottom:30px}
.flexibility_block .info_side .cta_btn{display:inline-block;padding:14px 32px;background:linear-gradient(110deg,#FF0D74,#FFDD04);color:#1a1a1a;font-size:1rem;font-weight:600;text-decoration:none;border-radius:3px;box-shadow:0 6px 18px #ff0d7440;transition:transform .3s ease,box-shadow .3s ease}
.flexibility_block .info_side .cta_btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px #ff0d7459}
.flexibility_block .comparison_side{background:#f9f9f9;padding:36px;border-radius:5px;box-shadow:0 8px 20px #0000000f}
.flexibility_block .option_item{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e0e0e0}
.flexibility_block .option_item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.flexibility_block .option_item h4{font-size:1.15rem;font-weight:600;color:#1a1a1a;margin-bottom:10px;display:flex;align-items:center;gap:10px}
.flexibility_block .option_item h4 i{color:#02D3D3;font-size:1.3rem}
.flexibility_block .option_item p{font-size:.96rem;line-height:1.65;color:#444;margin:0}
.insights_zone{background:linear-gradient(155deg,#fff 0%,#f7f7f7 100%);padding:70px 24px;margin-bottom:90px}
.insights_zone .container_wrap{max-width:1536px;margin:0 auto}
.insights_zone h2{font-size:2rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:48px}
.insights_zone .cards_container{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.insights_zone .insight_card{background:#fff;padding:28px;border-radius:4px;box-shadow:0 5px 15px #00000012;border-top:4px solid #FFDD04;transition:all .3s ease}
.insights_zone .insight_card:nth-child(2){border-top-color:#02D3D3}
.insights_zone .insight_card:nth-child(3){border-top-color:#FF0D74}
.insights_zone .insight_card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}
.insights_zone .insight_card h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:14px}
.insights_zone .insight_card p{font-size:.98rem;line-height:1.7;color:#444;margin:0}
@media (max-width: 1024px) {
.intro_panel .text_layer h1{font-size:2.2rem}
.method_section .approach_grid{grid-template-columns:1fr;gap:40px}
.progress_showcase .steps_wrapper{flex-direction:column}
.progress_showcase .steps_wrapper::before{display:none}
.flexibility_block .split_layout{grid-template-columns:1fr;gap:40px}
.flexibility_block .info_side{padding-right:0}
.insights_zone .cards_container{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.intro_panel{min-height:420px;margin-bottom:60px}
.intro_panel .text_layer h1{font-size:1.8rem}
.intro_panel .text_layer .intro_desc{font-size:1rem}
.method_section{margin-bottom:60px}
.method_section .left_content h2{font-size:1.8rem}
.progress_showcase{padding:50px 20px;margin-bottom:60px}
.flexibility_block{margin-bottom:60px}
.insights_zone{padding:50px 20px;margin-bottom:60px}
}
@media (max-width: 480px) {
.intro_panel .text_layer{padding:32px 20px}
.intro_panel .text_layer h1{font-size:1.6rem}
.method_section .right_content .feature_list li{padding:20px}
.progress_showcase .step_item{padding:28px 20px}
.flexibility_block .comparison_side{padding:28px 20px}
}
.hero_segment{position:relative;min-height:620px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(137deg,#02D3D3 0%,#FFDD04 100%)}
.hero_segment::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,#ffffff08 35px,#ffffff08 70px),repeating-linear-gradient(-45deg,transparent,transparent 35px,#00000005 35px,#00000005 70px);pointer-events:none}
.hero_content_wrap{max-width:1536px;margin:0 auto;padding:80px 24px;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero_text_holder{color:#1a1a1a}
.hero_text_holder h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0 0 28px;position:relative}
.hero_text_holder h1::after{content:'';position:absolute;bottom:-12px;left:0;width:140px;height:6px;background:linear-gradient(90deg,#FF0D74 0%,transparent 100%);border-radius:3px}
.hero_text_holder p{font-size:1.25rem;line-height:1.7;margin:32px 0 40px;opacity:.9}
.hero_img_zone{position:relative;height:480px;clip-path:polygon(8% 0%,100% 0%,92% 100%,0% 100%);border-radius:4px;overflow:hidden;box-shadow:0 18px 48px #00000029}
.hero_img_zone img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.hero_img_zone:hover img{transform:scale(1.08)}
.hero_cta_btn{display:inline-block;padding:18px 42px;background:#FF0D74;color:#fff;text-decoration:none;font-weight:700;font-size:1.1rem;border-radius:3px;box-shadow:0 6px 20px #ff0d744d;transition:all .3s ease;position:relative;z-index:5}
.hero_cta_btn:hover{background:#d90a62;transform:translateY(-3px);box-shadow:0 10px 28px #ff0d7466}
.approach_block{max-width:1536px;margin:0 auto;padding:100px 24px;display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:start}
.approach_text_area h2{font-size:2.8rem;font-weight:700;margin:0 0 32px;color:#1a1a1a;position:relative;padding-left:20px}
.approach_text_area h2::before{content:'';position:absolute;left:0;top:8px;bottom:8px;width:5px;background:linear-gradient(180deg,#FFDD04 0%,#02D3D3 100%);border-radius:3px}
.approach_text_area p{font-size:1.1rem;line-height:1.75;color:#2d2d2d;margin:0 0 26px}
.approach_visual_box{position:relative;height:520px;border-radius:4px;overflow:hidden;box-shadow:0 14px 38px #0000001f}
.approach_visual_box img{width:100%;height:100%;object-fit:cover}
.approach_overlay{position:absolute;bottom:0;left:0;right:0;padding:32px;background:linear-gradient(0deg,#02d3d3f0 0%,transparent 100%);color:#fff}
.approach_overlay h3{font-size:1.5rem;font-weight:700;margin:0 0 12px}
.approach_overlay p{font-size:1rem;margin:0;opacity:.95}
.community_wrapper{background:linear-gradient(225deg,#FFDD04 0%,#FF0D74 100%);padding:100px 24px;position:relative}
.community_wrapper::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,#ffffff1a 0%,transparent 50%);pointer-events:none}
.community_inner{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.community_inner h2{font-size:2.6rem;font-weight:700;color:#1a1a1a;margin:0 0 48px;text-align:center}
.community_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.community_card{background:#fffffff5;padding:38px 32px;border-radius:3px;box-shadow:0 8px 24px #0000001a;transition:all .3s ease}
.community_card:hover{transform:translateY(-6px);box-shadow:0 14px 36px #00000029}
.community_card_icon{width:64px;height:64px;background:linear-gradient(135deg,#02D3D3 0%,#FFDD04 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 24px;box-shadow:0 4px 16px #02d3d34d}
.community_card_icon i{font-size:1.8rem;color:#1a1a1a}
.community_card h3{font-size:1.4rem;font-weight:700;margin:0 0 16px;color:#1a1a1a}
.community_card p{font-size:1rem;line-height:1.65;color:#3a3a3a;margin:0}
.progression_section{max-width:1536px;margin:0 auto;padding:100px 24px}
.progression_section h2{font-size:2.6rem;font-weight:700;margin:0 0 20px;color:#1a1a1a;text-align:center}
.progression_subtitle{font-size:1.15rem;line-height:1.6;color:#3a3a3a;text-align:center;max-width:780px;margin:0 auto 56px}
.progression_flow{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;position:relative}
.progression_flow::before{content:'';position:absolute;top:50px;left:12.5%;right:12.5%;height:3px;background:linear-gradient(90deg,#FFDD04 0%,#02D3D3 50%,#FF0D74 100%);z-index:0}
.progression_step{position:relative;z-index:1;background:#fff;padding:32px 24px;border:2px solid #e8e8e8;border-radius:4px;transition:all .3s ease}
.progression_step:hover{border-color:#02D3D3;box-shadow:0 8px 24px #02d3d326}
.step_number{width:52px;height:52px;background:linear-gradient(135deg,#FF0D74 0%,#FFDD04 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;margin:0 auto 20px;box-shadow:0 4px 14px #ff0d744d}
.progression_step h4{font-size:1.2rem;font-weight:700;margin:0 0 12px;color:#1a1a1a;text-align:center}
.progression_step p{font-size:.95rem;line-height:1.6;color:#4a4a4a;margin:0;text-align:center}
.types_container{background:linear-gradient(158deg,#02D3D3 0%,#FFDD04 100%);padding:100px 24px;position:relative;overflow:hidden}
.types_container::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);border-radius:50%;pointer-events:none}
.types_inner_wrap{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.types_inner_wrap h2{font-size:2.6rem;font-weight:700;color:#1a1a1a;margin:0 0 48px;text-align:center}
.types_showcase{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.type_card_holder{background:#fffffff7;padding:42px 36px;border-radius:4px;box-shadow:0 10px 32px #0000001f;display:grid;grid-template-columns:140px 1fr;gap:28px;align-items:center;transition:all .3s ease}
.type_card_holder:hover{transform:translateX(8px);box-shadow:0 14px 42px #0000002e}
.type_image_box{width:140px;height:140px;border-radius:3px;overflow:hidden;box-shadow:0 6px 18px #0000001a}
.type_image_box img{width:100%;height:100%;object-fit:cover}
.type_text_content h3{font-size:1.6rem;font-weight:700;margin:0 0 16px;color:#1a1a1a}
.type_text_content p{font-size:1.05rem;line-height:1.7;color:#2d2d2d;margin:0 0 22px}
.type_features_list{list-style:none;padding:0;margin:0 0 24px}
.type_features_list li{font-size:.98rem;color:#3a3a3a;margin:0 0 10px;padding-left:28px;position:relative}
.type_features_list li::before{content:'→';position:absolute;left:0;color:#FF0D74;font-weight:700;font-size:1.1rem}
.type_learn_link{display:inline-block;color:#FF0D74;text-decoration:none;font-weight:700;font-size:1rem;transition:all .3s ease;position:relative}
.type_learn_link::after{content:'→';margin-left:8px;transition:margin-left .3s ease}
.type_learn_link:hover{color:#d90a62}
.type_learn_link:hover::after{margin-left:14px}
@media (max-width: 1280px) {
.hero_content_wrap{grid-template-columns:1fr;gap:48px}
.hero_text_holder h1{font-size:3rem}
.approach_block{grid-template-columns:1fr;gap:56px}
.types_showcase{grid-template-columns:1fr}
}
@media (max-width: 1024px) {
.community_grid{grid-template-columns:1fr;gap:28px}
.progression_flow{grid-template-columns:repeat(2,1fr)}
.progression_flow::before{display:none}
.type_card_holder{grid-template-columns:1fr;text-align:center}
.type_image_box{margin:0 auto}
}
@media (max-width: 768px) {
.hero_segment{min-height:480px}
.hero_text_holder h1{font-size:2.2rem}
.hero_text_holder p{font-size:1.1rem}
.hero_img_zone{height:340px}
.approach_text_area h2,.community_inner h2,.progression_section h2,.types_inner_wrap h2{font-size:2rem}
.progression_flow{grid-template-columns:1fr}
.hero_cta_btn{width:100%;text-align:center}
}
@media (max-width: 480px) {
.hero_segment,.approach_block,.community_wrapper,.progression_section,.types_container{padding:60px 20px}
.hero_text_holder h1{font-size:1.8rem}
.community_card,.progression_step,.type_card_holder{padding:28px 20px}
}
.contact_hero{position:relative;padding:140px 20px 100px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}
.contact_hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#02d3d308 1px,transparent 1px),linear-gradient(90deg,#02d3d308 1px,transparent 1px);background-size:50px 50px;pointer-events:none}
.hero_content_wrapper{max-width:1536px;margin:0 auto;text-align:center;position:relative;z-index:2}
.hero_content_wrapper h1{font-size:3.5rem;font-weight:700;margin:0 0 24px;color:#212529;line-height:1.2}
.hero_subtitle{font-size:1.25rem;color:#495057;max-width:680px;margin:0 auto 40px;line-height:1.6}
.hero_image_holder{max-width:900px;margin:60px auto 0;position:relative;border-radius:8px;overflow:hidden;box-shadow:0 12px 40px #02d3d326;transition:transform .3s ease}
.hero_image_holder:hover{transform:translateY(-8px)}
.hero_image_holder img{width:100%;height:auto;display:block;object-fit:cover}
.contact_section{padding:100px 20px;background:linear-gradient(165deg,#fff 0%,#f1f3f5 100%)}
.contact_inner{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}
.info_column h2{font-size:2.5rem;font-weight:700;color:#212529;margin:0 0 32px;line-height:1.3}
.info_column h2::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#FFDD04 0%,#02D3D3 100%);margin-bottom:20px;border-radius:2px}
.info_text{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:48px}
.contact_details{display:flex;flex-direction:column;gap:28px}
.detail_item{display:flex;align-items:flex-start;gap:16px}
.detail_icon{width:44px;height:44px;background:linear-gradient(135deg,#02D3D3 0%,#FFDD04 100%);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #02d3d333}
.detail_icon i{font-size:20px;color:#212529}
.detail_content h3{font-size:1rem;font-weight:600;color:#6c757d;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px}
.detail_content p{font-size:1.15rem;color:#212529;margin:0;line-height:1.5}
.detail_content a{color:#212529;text-decoration:none;transition:color .3s ease}
.detail_content a:hover{color:#02D3D3}
.form_column{background:#fff;padding:48px;border-radius:8px;box-shadow:0 8px 30px #00000014}
.form_column h3{font-size:1.8rem;font-weight:700;color:#212529;margin:0 0 32px}
.contact_form{display:flex;flex-direction:column;gap:24px}
.form_row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.form_group{display:flex;flex-direction:column;gap:8px}
.form_group label{font-size:.95rem;font-weight:600;color:#495057}
.form_group input,.form_group textarea,.form_group select{padding:14px 16px;border:2px solid #dee2e6;border-radius:4px;font-size:1rem;color:#212529;background:#f8f9fa;transition:all .3s ease}
.form_group input:focus,.form_group textarea:focus,.form_group select:focus{outline:none;border-color:#02D3D3;background:#fff;box-shadow:0 0 0 3px #02d3d31a}
.form_group textarea{min-height:140px;resize:vertical}
.form_group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23495057' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:20px;padding-right:40px}
.privacy_checkbox{display:flex;align-items:flex-start;gap:12px;margin-top:8px}
.privacy_checkbox input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.privacy_checkbox label{font-size:.9rem;color:#6c757d;line-height:1.5;cursor:pointer}
.privacy_checkbox a{color:#02D3D3;text-decoration:none;font-weight:600}
.privacy_checkbox a:hover{text-decoration:underline}
.submit_btn{padding:16px 40px;background:linear-gradient(135deg,#FF0D74 0%,#FFDD04 100%);color:#212529;font-size:1.1rem;font-weight:700;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #ff0d7440;margin-top:12px}
.submit_btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff0d7459}
.submit_btn:active{transform:translateY(0)}
.divider_section{padding:80px 20px;background:linear-gradient(45deg,#212529 0%,#343a40 100%);position:relative;overflow:hidden}
.divider_section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0 L30 60 M0 30 L60 30' stroke='#ffdd040d' stroke-width='1' fill='none'/%3E%3C/svg%3E");opacity:.3}
.divider_content{max-width:1536px;margin:0 auto;text-align:center;position:relative;z-index:2}
.divider_content h2{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.3}
.divider_content p{font-size:1.2rem;color:#adb5bd;max-width:720px;margin:0 auto 40px;line-height:1.7}
.cta_buttons{display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap}
.cta_primary{padding:16px 36px;background:linear-gradient(135deg,#02D3D3 0%,#FFDD04 100%);color:#212529;font-size:1.05rem;font-weight:700;text-decoration:none;border-radius:4px;transition:all .3s ease;box-shadow:0 6px 20px #02d3d34d;display:inline-block}
.cta_primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #02d3d366}
.cta_secondary{padding:16px 36px;background:transparent;color:#fff;font-size:1.05rem;font-weight:700;text-decoration:none;border:2px solid #fff;border-radius:4px;transition:all .3s ease;display:inline-block}
.cta_secondary:hover{background:#fff;color:#212529}
@media (max-width: 1024px) {
.contact_hero{padding:100px 20px 80px}
.hero_content_wrapper h1{font-size:2.8rem}
.hero_subtitle{font-size:1.15rem}
.contact_inner{grid-template-columns:1fr;gap:60px}
.form_column{padding:36px}
.divider_content h2{font-size:2.2rem}
.divider_content p{font-size:1.1rem}
}
@media (max-width: 768px) {
.contact_hero{padding:80px 16px 60px}
.hero_content_wrapper h1{font-size:2.2rem}
.hero_subtitle{font-size:1.05rem}
.hero_image_holder{margin-top:40px}
.contact_section{padding:60px 16px}
.info_column h2{font-size:2rem}
.info_text{font-size:1rem}
.form_column{padding:28px 20px}
.form_column h3{font-size:1.5rem}
.form_row{grid-template-columns:1fr;gap:16px}
.divider_section{padding:60px 16px}
.divider_content h2{font-size:1.8rem}
.divider_content p{font-size:1rem}
.cta_buttons{flex-direction:column;width:100%}
.cta_primary,.cta_secondary{width:100%;text-align:center}
}
@media (max-width: 480px) {
.hero_content_wrapper h1{font-size:1.9rem}
.hero_subtitle{font-size:.95rem}
.info_column h2{font-size:1.7rem}
.detail_icon{width:38px;height:38px}
.detail_icon i{font-size:18px}
.detail_content h3{font-size:.9rem}
.detail_content p{font-size:1rem}
.form_column h3{font-size:1.3rem}
.submit_btn{width:100%;padding:14px 32px}
.divider_content h2{font-size:1.6rem}
}
.hero_dense{position:relative;background:linear-gradient(142deg,#FFDD04 0%,#02D3D3 100%);padding:120px 0 160px;overflow:hidden}
.hero_dense::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url(./visuals_folder/11-smaall.jpg) center/cover;opacity:.18;mix-blend-mode:overlay}
.hero_dense .inner_wrap{max-width:1536px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.hero_dense .content_block{max-width:760px;background:#ffffffed;padding:48px 56px;border-radius:3px;box-shadow:0 12px 28px #02d3d338}
.hero_dense .main_heading{font-size:52px;line-height:1.15;margin:0 0 24px;color:#1a1a1a;font-weight:700}
.hero_dense .desc_text{font-size:19px;line-height:1.65;color:#333;margin:0 0 32px}
.hero_dense .cta_button{display:inline-block;background:linear-gradient(135deg,#FF0D74 0%,#FFDD04 100%);color:#fff;padding:16px 38px;border-radius:4px;text-decoration:none;font-weight:600;font-size:17px;box-shadow:0 6px 18px #ff0d7447;transition:transform 0.3s,box-shadow .3s;position:relative;z-index:10}
.hero_dense .cta_button:hover{transform:translateY(-2px);box-shadow:0 10px 24px #ff0d7461}
.wave_divider{position:absolute;bottom:-2px;left:0;width:100%;height:80px;z-index:1}
.wave_divider svg{display:block;width:100%;height:100%}
.stories_grid_section{background:#fafafa;padding:96px 0;position:relative}
.stories_grid_section .container_holder{max-width:1536px;margin:0 auto;padding:0 20px}
.stories_grid_section .section_intro{text-align:center;max-width:840px;margin:0 auto 72px}
.stories_grid_section .intro_title{font-size:42px;line-height:1.2;margin:0 0 20px;color:#1a1a1a;font-weight:700;position:relative;display:inline-block}
.stories_grid_section .intro_title::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#FF0D74,#FFDD04);border-radius:2px}
.stories_grid_section .intro_paragraph{font-size:18px;line-height:1.7;color:#444}
.story_cards_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:36px;margin-bottom:48px}
.story_card_item{background:#fff;border-radius:5px;overflow:hidden;box-shadow:0 4px 14px #00000014;transition:transform 0.3s,box-shadow .3s}
.story_card_item:hover{transform:translateY(-6px);box-shadow:0 12px 28px #02d3d32e}
.card_visual{width:100%;height:220px;overflow:hidden;position:relative}
.card_visual img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.story_card_item:hover .card_visual img{transform:scale(1.08)}
.card_content_area{padding:32px 28px}
.person_info_row{display:flex;flex-direction:row;align-items:center;gap:16px;margin-bottom:20px}
.person_initials{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#02D3D3,#FFDD04);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#fff;flex-shrink:0}
.person_details{flex:1}
.person_name{font-size:19px;font-weight:700;color:#1a1a1a;margin:0 0 4px}
.person_role{font-size:15px;color:#666;margin:0}
.story_quote{font-size:16px;line-height:1.7;color:#333;margin:0 0 20px;font-style:italic;position:relative;padding-left:20px}
.story_quote::before{content:'"';position:absolute;left:0;top:-4px;font-size:36px;color:#FF0D74;font-style:normal;line-height:1}
.outcome_metrics{display:flex;flex-direction:row;gap:24px;flex-wrap:wrap}
.metric_item{flex:1;min-width:120px}
.metric_label{font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:#888;margin:0 0 6px}
.metric_value{font-size:20px;font-weight:700;color:#02D3D3;margin:0}
.impact_showcase{background:linear-gradient(165deg,#1a1a1a 0%,#2d2d2d 100%);padding:88px 0;position:relative;overflow:hidden}
.impact_showcase::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ffdd041f 0%,transparent 70%);border-radius:50%}
.impact_showcase .wrapper_content{max-width:1536px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.impact_showcase .section_header{text-align:center;margin-bottom:64px}
.impact_showcase .header_title{font-size:38px;line-height:1.25;color:#fff;margin:0 0 18px;font-weight:700}
.impact_showcase .header_subtitle{font-size:17px;line-height:1.6;color:#ccc;max-width:680px;margin:0 auto}
.stats_display_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:56px}
.stat_card_box{background:#ffffff0f;padding:36px 32px;border-radius:4px;border:1px solid #ffdd042e;transition:background 0.3s,transform .3s}
.stat_card_box:hover{background:#ffffff1a;transform:translateY(-4px)}
.stat_icon_holder{width:48px;height:48px;background:linear-gradient(135deg,#FFDD04,#02D3D3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.stat_icon_holder i{font-size:24px;color:#1a1a1a}
.stat_number{font-size:42px;font-weight:700;color:#FFDD04;margin:0 0 8px;line-height:1}
.stat_description{font-size:16px;line-height:1.6;color:#ddd;margin:0}
.pathway_timeline{max-width:960px;margin:0 auto}
.timeline_title{font-size:32px;color:#fff;text-align:center;margin:0 0 48px;font-weight:700}
.timeline_steps{position:relative}
.timeline_steps::before{content:'';position:absolute;left:24px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#FFDD04 0%,#02D3D3 50%,#FF0D74 100%)}
.step_item{position:relative;padding-left:72px;margin-bottom:40px}
.step_item:last-child{margin-bottom:0}
.step_marker{position:absolute;left:0;top:0;width:48px;height:48px;background:#1a1a1a;border:3px solid #FFDD04;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#FFDD04}
.step_item:nth-child(2) .step_marker{border-color:#02D3D3;color:#02D3D3}
.step_item:nth-child(3) .step_marker{border-color:#FF0D74;color:#FF0D74}
.step_content_box{background:#ffffff14;padding:24px 28px;border-radius:4px;border-left:3px solid #FFDD04}
.step_item:nth-child(2) .step_content_box{border-left-color:#02D3D3}
.step_item:nth-child(3) .step_content_box{border-left-color:#FF0D74}
.step_heading{font-size:20px;color:#fff;margin:0 0 12px;font-weight:700}
.step_text{font-size:16px;line-height:1.65;color:#ccc;margin:0}
@media (max-width: 1024px) {
.hero_dense{padding:80px 0 120px}
.hero_dense .content_block{padding:36px 40px}
.hero_dense .main_heading{font-size:42px}
.stories_grid_section .intro_title{font-size:36px}
.story_cards_grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px}
}
@media (max-width: 768px) {
.hero_dense{padding:60px 0 100px}
.hero_dense .content_block{padding:28px 32px}
.hero_dense .main_heading{font-size:34px}
.hero_dense .desc_text{font-size:17px}
.stories_grid_section{padding:64px 0}
.stories_grid_section .intro_title{font-size:30px}
.story_cards_grid{grid-template-columns:1fr}
.stats_display_grid{grid-template-columns:1fr}
.timeline_steps::before{left:16px}
.step_item{padding-left:56px}
.step_marker{width:40px;height:40px;font-size:16px}
}
@media (max-width: 480px) {
.hero_dense .main_heading{font-size:28px}
.hero_dense .desc_text{font-size:16px}
.hero_dense .cta_button{padding:14px 32px;font-size:16px}
.stories_grid_section .intro_title{font-size:26px}
.impact_showcase .header_title{font-size:30px}
.outcome_metrics{flex-direction:column;gap:16px}
}
.success_wrapper{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;position:relative;overflow:hidden}
.success_wrapper::before{content:'';position:absolute;top:-15%;right:-8%;width:55%;height:110%;background:linear-gradient(128deg,#FFDD04 0%,#02D3D3 100%);opacity:.08;border-radius:4px;transform:rotate(-12deg);z-index:1}
.success_wrapper::after{content:'';position:absolute;bottom:-12%;left:-5%;width:280px;height:280px;background:radial-gradient(circle,#FF0D74 0%,transparent 70%);opacity:.06;border-radius:50%;z-index:1}
.success_content{max-width:720px;width:100%;text-align:center;position:relative;z-index:2}
.check_icon_holder{width:96px;height:96px;margin:0 auto 2.2rem;background:linear-gradient(142deg,#02D3D3 0%,#FFDD04 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse_effect 2s ease-in-out infinite}
.check_icon_holder::before{content:'';position:absolute;width:100%;height:100%;border-radius:50%;background:linear-gradient(142deg,#02D3D3 0%,#FFDD04 100%);opacity:.3;animation:ripple_expand 2s ease-out infinite}
@keyframes pulse_effect {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
@keyframes ripple_expand {
0%{transform:scale(1);opacity:.3}
100%{transform:scale(1.4);opacity:0}
}
.check_icon_holder i{font-size:48px;color:#fff;position:relative;z-index:2}
.success_title{font-size:2.8rem;font-weight:700;color:#1a1a1a;margin:0 0 1.2rem;line-height:1.2;position:relative}
.success_title::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FF0D74 0%,#02D3D3 100%);margin:1.5rem auto 0;border-radius:3px}
.success_msg{font-size:1.15rem;line-height:1.7;color:#4a4a4a;margin:0 0 2.5rem;max-width:580px;margin-left:auto;margin-right:auto}
.decorative_dots{display:flex;gap:12px;justify-content:center;margin:2.8rem 0 3rem}
.decorative_dots span{width:10px;height:10px;border-radius:50%;display:block;animation:dot_bounce 1.4s ease-in-out infinite}
.decorative_dots span:nth-child(1){background:#FFDD04;animation-delay:0s}
.decorative_dots span:nth-child(2){background:#02D3D3;animation-delay:.2s}
.decorative_dots span:nth-child(3){background:#FF0D74;animation-delay:.4s}
@keyframes dot_bounce {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-12px)}
}
.action_buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn_primary_success{display:inline-flex;align-items:center;gap:.6rem;padding:.95rem 2rem;background:linear-gradient(135deg,#02D3D3 0%,#FFDD04 100%);color:#1a1a1a;font-weight:600;font-size:1.05rem;text-decoration:none;border-radius:4px;transition:all .3s ease;position:relative;overflow:hidden;z-index:10;box-shadow:0 6px 18px #02d3d340}
.btn_primary_success::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#FFDD04 0%,#02D3D3 100%);opacity:0;transition:opacity .3s ease;z-index:-1}
.btn_primary_success:hover{transform:translateY(-2px);box-shadow:0 10px 24px #02d3d359}
.btn_primary_success:hover::before{opacity:1}
.btn_secondary_outline{display:inline-flex;align-items:center;gap:.6rem;padding:.95rem 2rem;background:transparent;color:#2a2a2a;font-weight:600;font-size:1.05rem;text-decoration:none;border:2px solid #2a2a2a;border-radius:4px;transition:all .3s ease;position:relative;z-index:10}
.btn_secondary_outline:hover{background:#2a2a2a;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #2a2a2a33}
.additional_info_box{margin-top:3.5rem;padding:1.8rem;background:#ffdd040f;border-left:4px solid #FFDD04;border-radius:4px;text-align:left}
.additional_info_box h3{font-size:1.25rem;color:#1a1a1a;margin:0 0 1rem;font-weight:600}
.additional_info_box p{font-size:1rem;line-height:1.65;color:#4a4a4a;margin:0}
.contact_info_line{margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid #2a2a2a1a;display:flex;gap:1.5rem;flex-wrap:wrap}
.contact_info_line a{display:inline-flex;align-items:center;gap:.5rem;color:#2a2a2a;text-decoration:none;font-size:.95rem;transition:color .2s ease}
.contact_info_line a:hover{color:#02D3D3}
.contact_info_line i{font-size:18px}
@media (max-width: 768px) {
.success_wrapper{padding:2.5rem 1.2rem}
.success_title{font-size:2.2rem}
.success_msg{font-size:1.05rem}
.check_icon_holder{width:80px;height:80px}
.check_icon_holder i{font-size:40px}
.action_buttons{flex-direction:column}
.btn_primary_success,.btn_secondary_outline{width:100%;justify-content:center}
.contact_info_line{flex-direction:column;gap:1rem}
}
@media (max-width: 480px) {
.success_title{font-size:1.9rem}
.success_wrapper::before{width:70%}
.additional_info_box{padding:1.4rem}
}