*{margin:0;padding:0;box-sizing:border-box}
html,body{height:100%;font-family:'Lexend',sans-serif;color:#1a1a1a;background:linear-gradient(135deg,#f8f4ff 0%,#fff 50%,#fdfcf0 100%)}
body{display:flex;flex-direction:column}
main{flex:1 0 auto}
.header_wrap{background:linear-gradient(127deg,#D099FC 0%,#9b6bc7 100%);position:relative;box-shadow:0 4px 12px #0000001a}
.header_banner_bg{padding:18px 0;border-bottom:3px solid #356F24;background:linear-gradient(95deg,#356f2426 0%,#fded8226 100%)}
.header_banner_bg .wrap_cont{max-width:1140px;margin:0 auto;padding:0 20px}
.company_title_text{font-family:'Ubuntu Mono',monospace;font-size:28px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:2px;text-shadow:2px 2px 6px #00000040}
.header_main_zone{padding:22px 0}
.header_main_zone .wrap_cont{max-width:1140px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.logo_box{flex-shrink:0}
.logo_box img{height:92px;width:92px;display:block;background:#ffffffe6;padding:8px;border-radius:8px;box-shadow:0 3px 8px #00000026}
.navi_main{flex-grow:1;display:flex;justify-content:flex-end}
.navi_main ul{list-style:none;display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.navi_main ul li a{display:block;padding:12px 24px;color:#fff;text-decoration:none;font-weight:600;font-size:16px;background:#ffffff26;border:2px solid #ffffff4d;border-radius:6px;transition:background .2s ease,border-color .2s ease}
.navi_main ul li a:hover{background:#ffffff4d;border-color:#ffffff80}
.footer_main{background:linear-gradient(218deg,#356F24 0%,#2a5a1d 100%);color:#fff;padding:60px 0 30px;margin-top:80px;flex-shrink:0}
.footer_content_wrap{max-width:1140px;margin:0 auto;padding:0 20px}
.footer_top_section{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:50px;padding-bottom:40px;border-bottom:2px solid #fded824d}
.footer_company_block h3{font-family:'Ubuntu Mono',monospace;font-size:24px;margin-bottom:18px;color:#FDED82}
.footer_company_block p{line-height:1.7;margin-bottom:14px;color:#ffffffe6}
.contact_list{list-style:none}
.contact_list li{margin-bottom:10px;display:flex;align-items:center;gap:10px}
.contact_list li i{color:#FDED82;font-size:18px}
.contact_list li a{color:#fff;text-decoration:none;transition:color .2s ease}
.contact_list li a:hover{color:#FDED82}
.footer_bottom_section{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.copyright_text{font-size:14px;color:#fffc}
.footer_links{list-style:none;display:flex;gap:24px}
.footer_links li a{color:#ffffffe6;text-decoration:none;font-size:14px;transition:color .2s ease}
.footer_links li a:hover{color:#FDED82}
.consent_popup{position:fixed;bottom:33.33%;right:0;width:100%;background:#fff;box-shadow:0 -4px 16px #0003;padding:28px;z-index:9999;border-top:4px solid #D099FC;transform:scale(0);transform-origin:center center;transition:transform .4s cubic-bezier(0.68,-0.55,0.27,1.55)}
.consent_popup.active{transform:scale(1)}
.consent_inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.consent_txt{flex:1;min-width:280px}
.consent_txt h4{font-size:18px;margin-bottom:8px;color:#1a1a1a}
.consent_txt p{font-size:14px;color:#666;line-height:1.5}
.consent_actions{display:flex;gap:12px;flex-wrap:wrap}
.consent_actions button,.consent_actions a{padding:10px 22px;font-size:15px;font-weight:600;border:2px solid #D099FC;background:transparent;color:#D099FC;cursor:pointer;border-radius:6px;text-decoration:none;transition:background .2s ease,color .2s ease;display:inline-block}
.consent_actions button:hover,.consent_actions a:hover{background:#D099FC;color:#fff}
.consent_actions .btn_accept{border-color:#356F24;color:#356F24}
.consent_actions .btn_accept:hover{background:#356F24;color:#fff}
@media (max-width: 768px) {
.company_title_text{font-size:20px;letter-spacing:1px}
.header_main_zone .wrap_cont{flex-direction:column;gap:24px}
.navi_main{width:100%;justify-content:center}
.navi_main ul{flex-direction:column;width:100%}
.navi_main ul li{width:100%}
.navi_main ul li a{width:100%;text-align:center}
.logo_box img{height:72px;width:72px}
.footer_top_section{grid-template-columns:1fr;gap:40px}
.footer_bottom_section{flex-direction:column;text-align:center}
.footer_links{flex-direction:column;gap:12px}
.consent_inner{flex-direction:column;align-items:stretch}
.consent_actions{flex-direction:column}
.consent_actions button,.consent_actions a{width:100%;text-align:center}
}
.prog_hero{background:linear-gradient(142deg,#FDED82 0%,#D099FC 100%);padding:5rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}
.prog_hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff26;border-radius:50%;z-index:0}
.prog_hero .hero_content{max-width:1140px;margin:0 auto;position:relative;z-index:1}
.prog_hero h1{font-size:3.2rem;color:#356F24;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.prog_hero .lead_txt{font-size:1.25rem;color:#2d2d2d;max-width:720px;margin:0 auto 2rem;line-height:1.6}
.prog_hero .cta_butt{display:inline-block;background:#356F24;color:#fff;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #356f244d;z-index:10;position:relative}
.prog_hero .cta_butt:hover{background:#2d5a1f;transform:translateY(-2px);box-shadow:0 6px 20px #356f2466}
.structure_block{padding:5rem 2rem;background:#fff}
.structure_block .wrap{max-width:1140px;margin:0 auto}
.structure_block .section_head{text-align:center;margin-bottom:3.5rem}
.structure_block .section_head h2{font-size:2.5rem;color:#2d2d2d;margin-bottom:1rem;position:relative;display:inline-block}
.structure_block .section_head h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#D099FC,#FDED82);border-radius:2px}
.structure_block .section_head p{font-size:1.1rem;color:#5a5a5a;max-width:680px;margin:1.5rem auto 0;line-height:1.7}
.phase_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}
.phase_item{background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%);border:2px solid #e8e8e8;border-radius:10px;padding:2rem;position:relative;transition:all .3s ease}
.phase_item:hover{border-color:#D099FC;transform:translateY(-4px);box-shadow:0 8px 24px #d099fc33}
.phase_item .num{position:absolute;top:-15px;left:2rem;background:#356F24;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.4rem;box-shadow:0 4px 12px #356f244d}
.phase_item h3{font-size:1.5rem;color:#2d2d2d;margin:2rem 0 1rem}
.phase_item p{color:#5a5a5a;line-height:1.6;font-size:1rem}
.features_visual{padding:5rem 2rem;background:linear-gradient(135deg,#fafafa 0%,#f5f5f5 100%);position:relative}
.features_visual::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#D099FC,#FDED82,#356F24)}
.features_visual .wrap{max-width:1140px;margin:0 auto}
.features_visual h2{font-size:2.4rem;color:#2d2d2d;margin-bottom:3rem;text-align:center}
.feat_split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.feat_txt_side .feat_point{margin-bottom:2.5rem;padding-left:3rem;position:relative}
.feat_txt_side .feat_point::before{content:'';position:absolute;left:0;top:0;width:40px;height:40px;background:linear-gradient(135deg,#D099FC,#FDED82);border-radius:8px;display:flex;align-items:center;justify-content:center}
.feat_txt_side .feat_point h4{font-size:1.3rem;color:#356F24;margin-bottom:.75rem}
.feat_txt_side .feat_point p{color:#5a5a5a;line-height:1.7;font-size:1rem}
.feat_img_side img{width:100%;height:auto;border-radius:10px;box-shadow:0 12px 32px #0000001f;object-fit:cover}
.testimonials_sec{padding:5rem 2rem;background:#fff}
.testimonials_sec .wrap{max-width:1140px;margin:0 auto}
.testimonials_sec h2{font-size:2.4rem;color:#2d2d2d;text-align:center;margin-bottom:3rem;position:relative}
.testimonials_sec h2::before{content:'';position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#D099FC;border-radius:2px}
.testi_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}
.testi_card{background:linear-gradient(145deg,#f9f9f9,#fff);border-left:4px solid #D099FC;padding:2rem;border-radius:8px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.testi_card:hover{box-shadow:0 8px 28px #0000001f;transform:translateX(4px)}
.testi_card .quote_txt{color:#3a3a3a;line-height:1.7;font-size:1.05rem;margin-bottom:1.5rem;font-style:italic}
.testi_card .author_info{display:flex;align-items:center;gap:1rem}
.testi_card .author_info img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #FDED82}
.testi_card .author_details h5{font-size:1.1rem;color:#2d2d2d;margin-bottom:.25rem}
.testi_card .author_details .role{color:#7a7a7a;font-size:.95rem}
.cta_final{padding:5rem 2rem;background:linear-gradient(128deg,#356F24 0%,#2d5a1f 100%);text-align:center;position:relative;overflow:hidden}
.cta_final::after{content:'';position:absolute;bottom:-100px;left:-100px;width:300px;height:300px;background:#fded821a;border-radius:50%}
.cta_final .wrap{max-width:840px;margin:0 auto;position:relative;z-index:1}
.cta_final h2{font-size:2.6rem;color:#fff;margin-bottom:1.5rem;font-weight:700}
.cta_final p{font-size:1.2rem;color:#e8e8e8;margin-bottom:2.5rem;line-height:1.6}
.cta_final .action_butt{display:inline-block;background:#FDED82;color:#2d2d2d;padding:1.1rem 3rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 6px 20px #fded8266}
.cta_final .action_butt:hover{background:#fce55e;transform:scale(1.05);box-shadow:0 8px 28px #fded8280}
@media (max-width: 968px) {
.prog_hero h1{font-size:2.4rem}
.feat_split{grid-template-columns:1fr;gap:2.5rem}
.testi_grid{grid-template-columns:1fr;gap:2rem}
.phase_grid{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.prog_hero{padding:3rem 1.5rem 2.5rem}
.prog_hero h1{font-size:2rem}
.prog_hero .lead_txt{font-size:1.05rem}
.structure_block,.features_visual,.testimonials_sec,.cta_final{padding:3rem 1.5rem}
.structure_block .section_head h2,.features_visual h2,.testimonials_sec h2,.cta_final h2{font-size:1.9rem}
.feat_txt_side .feat_point{padding-left:2.5rem}
.feat_txt_side .feat_point::before{width:32px;height:32px}
}
.hero_wrap{position:relative;background:linear-gradient(128deg,#D099FC 0%,#FDED82 48%,#356F24 100%);padding:8rem 2rem 6rem;overflow:hidden;margin-bottom:0}
.hero_wrap::before{content:'';position:absolute;top:-50%;left:-10%;width:120%;height:200%;background:linear-gradient(215deg,#d599fc66 0%,#fded824d 50%,#356f2480 100%);animation:hero_shift 15s ease-in-out infinite;z-index:1}
@keyframes hero_shift {
0%,100%{transform:translate(0,0) rotate(0deg)}
50%{transform:translate(-8%,5%) rotate(3deg)}
}
.hero_wrap::after{content:'';position:absolute;bottom:12%;right:8%;width:180px;height:180px;background:radial-gradient(circle,#fded8299 0%,transparent 70%);border-radius:50%;z-index:2}
.hero_contain{max-width:1140px;margin:0 auto;position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;gap:2.5rem}
.hero_text_zone{text-align:center;max-width:720px}
.hero_text_zone h1{font-size:3.2rem;font-weight:700;color:#1a1a1a;margin:0 0 1.8rem;line-height:1.15;text-shadow:2px 2px 6px #00000014}
.hero_img_holder{position:relative;width:100%;max-width:560px;border-radius:8px;overflow:hidden;box-shadow:4px 4px 18px #00000038}
.hero_img_holder::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,transparent 30%,#00000073 100%);z-index:2;pointer-events:none}
.hero_img_holder img{width:100%;height:auto;display:block;object-fit:cover}
.hero_cta_butt{display:inline-block;background:#356F24;color:#fff;padding:1rem 2.8rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.1rem;box-shadow:3px 3px 12px #0000002e;transition:all .3s ease;border:none;cursor:pointer;z-index:10;position:relative}
.hero_cta_butt:hover{background:#2d5e1f;transform:translateY(-2px);box-shadow:4px 5px 16px #00000040}
.flex_section{padding:5.5rem 2rem;background:#fafafa}
.flex_contain{max-width:1140px;margin:0 auto}
.flex_grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.flex_text_area h2{font-size:2.4rem;color:#2a2a2a;margin:0 0 1.5rem;font-weight:700;line-height:1.25}
.flex_text_area h2::before{content:'';display:inline-block;width:6px;height:32px;background:linear-gradient(180deg,#D099FC 0%,#356F24 100%);margin-right:.8rem;vertical-align:middle;border-radius:3px}
.flex_text_area p{font-size:1.05rem;line-height:1.7;color:#3d3d3d;margin:0 0 1.2rem}
.flex_img_box{position:relative;border-radius:8px;overflow:hidden;box-shadow:3px 3px 14px #0000001f}
.flex_img_box img{width:100%;height:auto;display:block;object-fit:cover}
.comm_section{padding:6rem 2rem;background:linear-gradient(165deg,#f5f5f5 0%,#fff 100%);position:relative}
.comm_section::before{content:'';position:absolute;top:0;left:0;width:100%;height:8px;background:linear-gradient(90deg,#D099FC 0%,#FDED82 50%,#356F24 100%)}
.comm_contain{max-width:1140px;margin:0 auto}
.comm_heading{text-align:center;margin-bottom:3.5rem}
.comm_heading h2{font-size:2.6rem;color:#2a2a2a;margin:0 0 1rem;font-weight:700}
.comm_heading p{font-size:1.1rem;color:#4a4a4a;max-width:680px;margin:0 auto;line-height:1.65}
.comm_cards_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.comm_card{background:#fff;border-radius:8px;padding:2.2rem 1.8rem;box-shadow:2px 2px 10px #00000014;transition:all .3s ease;position:relative;overflow:hidden}
.comm_card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#D099FC 0%,#FDED82 100%);transform:scaleX(0);transition:transform .4s ease;transform-origin:left}
.comm_card:hover::before{transform:scaleX(1)}
.comm_card:hover{transform:translateY(-4px);box-shadow:3px 4px 18px #00000024}
.comm_card_icon{font-size:2.8rem;color:#356F24;margin-bottom:1.2rem;display:block}
.comm_card h3{font-size:1.4rem;color:#2a2a2a;margin:0 0 .9rem;font-weight:600}
.comm_card p{font-size:1rem;color:#4a4a4a;line-height:1.65;margin:0}
.comm_profile{display:flex;align-items:center;gap:1.5rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:2px 2px 12px #0000001a;margin-top:3rem}
.comm_profile_img{width:90px;height:90px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid #D099FC}
.comm_profile_img img{width:100%;height:100%;object-fit:cover}
.comm_profile_text h4{font-size:1.2rem;color:#2a2a2a;margin:0 0 .4rem;font-weight:600}
.comm_profile_text p{font-size:.95rem;color:#5a5a5a;line-height:1.6;margin:0}
.interactive_strip{background:linear-gradient(145deg,#D099FC 0%,#FDED82 100%);padding:2.5rem 2rem;text-align:center}
.interactive_strip_contain{max-width:1140px;margin:0 auto}
.interactive_strip h3{font-size:1.8rem;color:#1a1a1a;margin:0 0 1.5rem;font-weight:700}
.strip_buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.strip_butt{display:inline-block;background:#356F24;color:#fff;padding:.9rem 2.2rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;box-shadow:2px 2px 10px #00000026;transition:all .3s ease;border:2px solid transparent}
.strip_butt:hover{background:#2d5e1f;transform:scale(1.05);box-shadow:3px 3px 14px #00000038}
.strip_butt.alt{background:#fff;color:#356F24;border-color:#356F24}
.strip_butt.alt:hover{background:#f5f5f5;color:#2d5e1f;border-color:#2d5e1f}
@media (max-width: 968px) {
.flex_grid{grid-template-columns:1fr;gap:3rem}
.comm_cards_grid{grid-template-columns:1fr;gap:2rem}
.hero_text_zone h1{font-size:2.4rem}
.flex_text_area h2,.comm_heading h2{font-size:2rem}
}
@media (max-width: 640px) {
.hero_wrap{padding:5rem 1.5rem 4rem}
.hero_text_zone h1{font-size:2rem}
.flex_section,.comm_section{padding:4rem 1.5rem}
.strip_buttons{flex-direction:column;align-items:center}
.strip_butt{width:100%;max-width:320px}
.comm_profile{flex-direction:column;text-align:center}
}
.hero_contact{background:linear-gradient(117deg,#FDED82 0%,#D099FC 100%);padding:80px 20px;text-align:center;margin-bottom:0}
.hero_contact .inner{max-width:1140px;margin:0 auto}
.hero_contact h1{font-size:2.8rem;color:#356F24;margin-bottom:20px;line-height:1.2}
.hero_contact .lead_txt{font-size:1.1rem;color:#356F24;max-width:680px;margin:0 auto;line-height:1.6}
.contact_wrap{max-width:1140px;margin:0 auto;padding:70px 20px}
.contact_wrap .split_row{display:flex;gap:50px;flex-wrap:wrap}
.contact_wrap .info_col{flex:1;min-width:300px}
.contact_wrap .form_col{flex:1.4;min-width:340px}
.info_col h2{font-size:2rem;color:#356F24;margin-bottom:30px}
.info_col .contact_item{margin-bottom:30px;padding:20px;background:linear-gradient(135deg,#FDED82 0%,#fded824d 100%);border-left:4px solid #D099FC}
.info_col .contact_item h3{font-size:1.2rem;color:#356F24;margin-bottom:10px;display:flex;align-items:center;gap:10px}
.info_col .contact_item h3::before{content:'';display:inline-block;width:8px;height:8px;background:#D099FC;transform:rotate(45deg)}
.info_col .contact_item p{margin:0;color:#2c2c2c;font-size:1rem;line-height:1.7}
.info_col .contact_item a{color:#356F24;text-decoration:none;font-weight:500}
.info_col .contact_item a:hover{color:#D099FC}
.form_col h2{font-size:2rem;color:#356F24;margin-bottom:10px}
.form_col .sub_head{color:#555;margin-bottom:30px;font-size:1rem}
.contact_form{background:#f9f9f9;padding:35px;border:2px solid #FDED82;box-shadow:4px 4px 0 #356f241a}
.contact_form .form_row{display:flex;gap:20px;margin-bottom:20px;flex-wrap:wrap}
.contact_form .form_group{flex:1;min-width:200px}
.contact_form .form_group.full{flex:1 1 100%}
.contact_form label{display:block;margin-bottom:8px;color:#356F24;font-weight:500;font-size:.95rem}
.contact_form input[type="text"],.contact_form input[type="email"],.contact_form input[type="tel"],.contact_form textarea{width:100%;padding:12px 15px;border:2px solid #ddd;background:#fff;font-size:1rem;transition:border-color .3s ease;box-sizing:border-box}
.contact_form input[type="text"]:focus,.contact_form input[type="email"]:focus,.contact_form input[type="tel"]:focus,.contact_form textarea:focus{outline:none;border-color:#D099FC}
.contact_form textarea{min-height:140px;resize:vertical}
.priority_selector{margin-bottom:25px}
.priority_selector .radio_group{display:flex;gap:15px;flex-wrap:wrap;margin-top:10px}
.priority_selector .radio_item{flex:1;min-width:130px}
.priority_selector input[type="radio"]{display:none}
.priority_selector .radio_label{display:block;padding:12px 20px;border:2px solid #ddd;background:#fff;text-align:center;cursor:pointer;transition:all .3s ease;font-size:.95rem;color:#555}
.priority_selector input[type="radio"]:checked + .radio_label{border-color:#D099FC;background:linear-gradient(135deg,#D099FC 0%,#d099fc4d 100%);color:#356F24;font-weight:600}
.priority_selector .radio_label:hover{border-color:#D099FC}
.privacy_check{margin-bottom:25px}
.privacy_check label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-weight:400;color:#555;font-size:.9rem;line-height:1.5}
.privacy_check input[type="checkbox"]{margin-top:3px;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.privacy_check a{color:#356F24;text-decoration:underline}
.privacy_check a:hover{color:#D099FC}
.submit_btn{background:linear-gradient(117deg,#356F24 0%,#4a9632 100%);color:#fff;border:none;padding:15px 45px;font-size:1.1rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:3px 3px 0 #0003;font-weight:600}
.submit_btn:hover{transform:translateY(-2px);box-shadow:5px 5px 0 #0000004d}
.submit_btn:active{transform:translateY(0);box-shadow:2px 2px 0 #0003}
.response_section{max-width:1140px;margin:0 auto;padding:60px 20px;background:linear-gradient(217deg,#fded8233 0%,#d099fc33 100%)}
.response_section h2{font-size:2rem;color:#356F24;margin-bottom:25px;text-align:center}
.response_section .timeline_wrap{display:flex;justify-content:space-around;gap:30px;flex-wrap:wrap;margin-top:40px}
.response_section .timeline_step{flex:1;min-width:220px;text-align:center;position:relative}
.response_section .timeline_step::before{content:'';position:absolute;top:35px;left:50%;width:100%;height:3px;background:linear-gradient(90deg,#D099FC 0%,transparent 100%);z-index:1}
.response_section .timeline_step:last-child::before{display:none}
.response_section .step_icon{width:70px;height:70px;background:linear-gradient(135deg,#D099FC 0%,#FDED82 100%);border:4px solid #356F24;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#356F24;font-weight:700;position:relative;z-index:2;box-shadow:3px 3px 0 #0000001a}
.response_section .step_title{font-size:1.1rem;color:#356F24;margin-bottom:10px;font-weight:600}
.response_section .step_desc{color:#555;font-size:.95rem;line-height:1.5}
.alt_contact{max-width:1140px;margin:0 auto;padding:70px 20px;text-align:center}
.alt_contact h2{font-size:2rem;color:#356F24;margin-bottom:20px}
.alt_contact .intro_text{max-width:700px;margin:0 auto 40px;color:#555;line-height:1.7;font-size:1.05rem}
.alt_contact .alt_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}
.alt_contact .alt_card{background:#fff;padding:30px;border:2px solid #FDED82;box-shadow:4px 4px 0 #d099fc33;text-align:left;transition:transform .3s ease}
.alt_contact .alt_card:hover{transform:translateY(-5px)}
.alt_contact .alt_card h3{font-size:1.3rem;color:#356F24;margin-bottom:15px;display:flex;align-items:center;gap:10px}
.alt_contact .alt_card h3::after{content:'';width:30px;height:3px;background:#D099FC}
.alt_contact .alt_card p{color:#555;line-height:1.6;margin-bottom:15px;font-size:.95rem}
.alt_contact .alt_card .detail_line{color:#356F24;font-weight:600;margin-bottom:8px}
.visual_block{background:linear-gradient(157deg,#356F24 0%,#4a9632 100%);padding:80px 20px;position:relative;overflow:hidden}
.visual_block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fded8226 0%,transparent 70%);z-index:1}
.visual_block .visual_inner{max-width:1140px;margin:0 auto;position:relative;z-index:2;display:flex;gap:50px;align-items:center;flex-wrap:wrap}
.visual_block .text_side{flex:1;min-width:300px}
.visual_block .text_side h2{font-size:2.2rem;color:#FDED82;margin-bottom:20px}
.visual_block .text_side p{color:#fff;line-height:1.7;font-size:1.05rem;margin-bottom:15px}
.visual_block .img_side{flex:1;min-width:300px}
.visual_block .img_side img{width:100%;height:auto;display:block;border:5px solid #FDED82;box-shadow:6px 6px 0 #0000004d}
@media (max-width: 768px) {
.hero_contact h1{font-size:2rem}
.contact_wrap .split_row{gap:40px}
.contact_form{padding:25px}
.contact_form .form_row{flex-direction:column;gap:0}
.priority_selector .radio_group{flex-direction:column}
.response_section .timeline_step::before{display:none}
.visual_block{padding:50px 20px}
.visual_block .visual_inner{flex-direction:column}
}
@media (max-width: 480px) {
.hero_contact{padding:50px 20px}
.hero_contact h1{font-size:1.6rem}
.info_col h2,.form_col h2,.response_section h2,.alt_contact h2{font-size:1.5rem}
.submit_btn{width:100%;padding:15px 20px}
}
.stuproj_hero{background:linear-gradient(127deg,#FDED82 0%,#D099FC 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.stuproj_hero::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#356f2414;border-radius:50%;z-index:0}
.stuproj_hero .hero_wrap{max-width:1140px;margin:0 auto;position:relative;z-index:1}
.stuproj_hero h1{font-size:2.8rem;font-weight:700;color:#356F24;margin-bottom:18px;line-height:1.2}
.stuproj_hero .lead_text{font-size:1.15rem;color:#2d2d2d;max-width:720px;margin:0 auto 28px;line-height:1.6}
.showcase_grid{max-width:1140px;margin:70px auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.showcase_content h2{font-size:2.2rem;color:#356F24;margin-bottom:20px;font-weight:700;position:relative;display:inline-block}
.showcase_content h2::after{content:'';position:absolute;bottom:-6px;left:0;width:60%;height:4px;background:linear-gradient(90deg,#D099FC 0%,#FDED82 100%)}
.showcase_content .intro_para{font-size:1.05rem;line-height:1.7;color:#3d3d3d;margin-bottom:22px}
.showcase_content .detail_para{font-size:1rem;line-height:1.7;color:#4a4a4a;margin-bottom:18px}
.showcase_img_wrap{position:relative}
.showcase_img_wrap img{width:100%;height:auto;max-height:480px;object-fit:cover;border-radius:8px;box-shadow:4px 4px 0 #356f2426}
.showcase_img_wrap::before{content:'';position:absolute;top:-15px;left:-15px;right:15px;bottom:15px;border:3px solid #D099FC;border-radius:8px;z-index:-1}
.students_section{background:linear-gradient(215deg,#f9f9f9 0%,#fff 100%);padding:80px 20px;position:relative}
.students_section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#D099FC 50%,transparent 100%)}
.students_container{max-width:1140px;margin:0 auto}
.students_container h2{font-size:2.4rem;color:#2d2d2d;text-align:center;margin-bottom:60px;font-weight:700}
.students_container h2 span{color:#356F24;position:relative}
.students_container h2 span::before{content:'▸';position:absolute;left:-30px;color:#D099FC;font-size:1.4rem}
.students_flex{display:flex;gap:45px;margin-bottom:50px}
.student_card{background:#fff;padding:35px;border-radius:8px;box-shadow:0 2px 8px #00000014;flex:1;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.student_card:hover{transform:translateY(-5px);box-shadow:0 6px 16px #356f242e}
.student_card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#D099FC 0%,#356F24 100%);border-radius:8px 0 0 8px}
.student_profile{display:flex;align-items:center;gap:20px;margin-bottom:22px}
.student_profile img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #FDED82}
.student_info h3{font-size:1.3rem;color:#2d2d2d;margin-bottom:5px;font-weight:600}
.student_info .role_label{font-size:.9rem;color:#356F24;font-weight:500}
.student_card .project_title{font-size:1.15rem;color:#356F24;font-weight:600;margin-bottom:15px}
.student_card .project_desc{font-size:.98rem;line-height:1.7;color:#4a4a4a;margin-bottom:20px}
.progress_wrap{margin-top:25px}
.progress_label{font-size:.85rem;color:#5a5a5a;margin-bottom:8px;display:flex;justify-content:space-between}
.progress_label .percent{color:#356F24;font-weight:600}
.progress_bar{width:100%;height:10px;background:#e8e8e8;border-radius:10px;overflow:hidden;position:relative}
.progress_fill{height:100%;background:linear-gradient(90deg,#D099FC 0%,#356F24 100%);border-radius:10px;transition:width .6s ease}
.student_card:nth-child(1) .progress_fill{width:87%}
.student_card:nth-child(2) .progress_fill{width:94%}
.achievements_area{padding:70px 20px;background:#fff}
.achievements_wrap{max-width:1140px;margin:0 auto}
.achievements_wrap h2{font-size:2.3rem;color:#2d2d2d;margin-bottom:15px;font-weight:700}
.achievements_wrap .subtitle{font-size:1.1rem;color:#5a5a5a;margin-bottom:45px;line-height:1.6}
.achieve_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;margin-bottom:40px}
.achieve_item{background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%);padding:30px;border-radius:8px;border:2px solid transparent;transition:all .3s ease;position:relative}
.achieve_item:hover{border-color:#D099FC;transform:scale(1.03)}
.achieve_item::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#D099FC,#FDED82,#356F24);border-radius:8px;z-index:-1;opacity:0;transition:opacity .3s ease}
.achieve_item:hover::before{opacity:1}
.achieve_icon{width:60px;height:60px;background:linear-gradient(135deg,#D099FC 0%,#FDED82 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.8rem}
.achieve_item h3{font-size:1.2rem;color:#356F24;margin-bottom:12px;font-weight:600}
.achieve_item .desc{font-size:.95rem;line-height:1.6;color:#4a4a4a}
.stats_row{display:flex;gap:30px;justify-content:center;flex-wrap:wrap}
.stat_box{background:linear-gradient(135deg,#356F24 0%,#2d5e1f 100%);padding:28px 45px;border-radius:8px;text-align:center;min-width:200px;box-shadow:3px 3px 0 #d099fc4d}
.stat_box .number{font-size:2.5rem;color:#FDED82;font-weight:700;display:block;margin-bottom:8px}
.stat_box .label{font-size:.95rem;color:#fff;font-weight:500}
@media (max-width: 768px) {
.stuproj_hero h1{font-size:2rem}
.stuproj_hero .lead_text{font-size:1rem}
.showcase_grid{grid-template-columns:1fr;gap:35px;margin:50px auto}
.showcase_content h2{font-size:1.8rem}
.students_flex{flex-direction:column}
.students_container h2{font-size:1.9rem;margin-bottom:40px}
.achievements_wrap h2{font-size:1.8rem}
.achieve_grid{gap:25px}
.stats_row{flex-direction:column;align-items:center}
.stat_box{width:100%;max-width:300px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.showcase_grid{gap:40px}
.students_flex{flex-wrap:wrap}
.student_card{flex:1 1 calc(50% - 22px);min-width:280px}
}
.study_intro{max-width:1140px;margin:4rem auto 0;padding:0 2rem;text-align:center}
.study_intro .main_headline{font-size:2.8rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.2}
.study_intro .intro_txt{font-size:1.15rem;line-height:1.7;color:#4a4a4a;max-width:820px;margin:0 auto 3rem}
.materials_grid{max-width:1140px;margin:5rem auto;padding:0 2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.mat_card{background:linear-gradient(135deg,#fff 0%,#f8f8f8 100%);padding:2.5rem 2rem;border:2px solid #e0e0e0;position:relative;transition:all .3s ease}
.mat_card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#D099FC 0%,#356F24 100%);transition:height .4s ease}
.mat_card:hover::before{height:100%}
.mat_card:hover{transform:translateY(-6px);box-shadow:4px 8px 16px #0000001f;border-color:#D099FC}
.mat_card .card_icon{width:56px;height:56px;margin-bottom:1.5rem;fill:#356F24}
.mat_card .card_title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}
.mat_card .card_desc{font-size:1rem;line-height:1.6;color:#5a5a5a;margin-bottom:1.5rem}
.mat_card .topic_list{list-style:none;padding:0;margin:0}
.mat_card .topic_list li{padding:.5rem 0 .5rem 1.8rem;position:relative;font-size:.95rem;color:#4a4a4a}
.mat_card .topic_list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#FDED82;border:2px solid #356F24}
.resource_split{max-width:1140px;margin:6rem auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.resource_img{width:100%;height:480px;object-fit:cover;border:4px solid #D099FC;box-shadow:8px 8px 0 #356f2426}
.resource_content .section_label{display:inline-block;padding:.5rem 1.2rem;background:linear-gradient(90deg,#FDED82 0%,#D099FC 100%);color:#1a1a1a;font-weight:700;font-size:.85rem;letter-spacing:.05em;margin-bottom:1.5rem;text-transform:uppercase}
.resource_content .content_headline{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.25;position:relative;padding-left:1.2rem}
.resource_content .content_headline::before{content:'';position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#D099FC 0%,#356F24 100%)}
.resource_content .content_para{font-size:1.05rem;line-height:1.7;color:#4a4a4a;margin-bottom:1.2rem}
.resource_content .feature_points{list-style:none;padding:0;margin:2rem 0}
.resource_content .feature_points li{padding:.8rem 0 .8rem 2.5rem;position:relative;font-size:1rem;color:#4a4a4a;line-height:1.5}
.resource_content .feature_points li::before{content:'';position:absolute;left:0;top:.8rem;width:32px;height:32px;background:#356F24;color:#FDED82;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}
.progress_section{background:linear-gradient(135deg,#f5f5f5 0%,#fff 50%,#f5f5f5 100%);padding:5rem 2rem;margin:6rem 0;position:relative;overflow:hidden}
.progress_section::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#D099FC 0%,#FDED82 50%,#356F24 100%)}
.progress_wrapper{max-width:1140px;margin:0 auto}
.progress_wrapper .section_title{font-size:2.4rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:3rem}
.learning_path{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}
.learning_path::before{content:'';position:absolute;top:80px;left:12%;right:12%;height:3px;background:linear-gradient(90deg,#D099FC 0%,#356F24 100%);z-index:1}
.path_stage{text-align:center;position:relative;z-index:2}
.path_stage .stage_number{width:80px;height:80px;margin:0 auto 1.5rem;background:#fff;border:4px solid #D099FC;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#356F24;position:relative;transition:all .3s ease}
.path_stage:hover .stage_number{background:linear-gradient(135deg,#D099FC 0%,#FDED82 100%);transform:scale(1.15);box-shadow:4px 6px 12px #d099fc4d}
.path_stage .stage_label{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin-bottom:.8rem}
.path_stage .stage_info{font-size:.95rem;line-height:1.5;color:#5a5a5a}
.download_zone{max-width:1140px;margin:6rem auto;padding:0 2rem;display:grid;grid-template-columns:480px 1fr;gap:3rem;align-items:start}
.download_visual{position:relative}
.download_img_main{width:100%;height:360px;object-fit:cover;border:3px solid #356F24}
.download_img_overlay{position:absolute;bottom:-30px;right:-30px;width:200px;height:200px;object-fit:cover;border:3px solid #D099FC;box-shadow:6px 6px 0 #fded8280}
.download_content .content_head{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}
.download_content .content_text{font-size:1.05rem;line-height:1.7;color:#4a4a4a;margin-bottom:2rem}
.materials_set{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem}
.material_item{background:#fff;padding:1.5rem;border:2px solid #e0e0e0;transition:all .3s ease;position:relative;overflow:hidden}
.material_item::after{content:'';position:absolute;bottom:0;left:0;right:0;height:0;background:linear-gradient(90deg,#D099FC 0%,#FDED82 100%);transition:height .3s ease}
.material_item:hover{border-color:#356F24;box-shadow:3px 5px 10px #00000014}
.material_item:hover::after{height:4px}
.material_item .item_icon{width:40px;height:40px;margin-bottom:1rem;fill:#356F24}
.material_item .item_name{font-size:1.15rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}
.material_item .item_detail{font-size:.9rem;color:#6a6a6a}
.action_btn{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#356F24 0%,#2a5a1d 100%);color:#fff;font-weight:700;font-size:1.05rem;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;box-shadow:4px 6px 0 #d099fc40;position:relative;z-index:10}
.action_btn:hover{background:linear-gradient(135deg,#2a5a1d 0%,#356F24 100%);transform:translateY(-3px);box-shadow:6px 9px 0 #d099fc59;color:#fff}
.divider_shape{height:80px;background:linear-gradient(90deg,transparent 0%,#D099FC 20%,#FDED82 50%,#356F24 80%,transparent 100%);clip-path:polygon(0 0,100% 0,100% 40%,50% 100%,0 40%);margin:4rem 0;opacity:.15}
@media (max-width: 968px) {
.materials_grid{grid-template-columns:1fr 1fr;gap:2rem}
.resource_split{grid-template-columns:1fr;gap:3rem}
.resource_img{height:360px}
.learning_path{grid-template-columns:1fr 1fr;gap:3rem 2rem}
.learning_path::before{display:none}
.download_zone{grid-template-columns:1fr;gap:2.5rem}
.download_img_overlay{bottom:-20px;right:-20px;width:160px;height:160px}
.materials_set{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.study_intro{margin-top:2rem}
.study_intro .main_headline{font-size:2rem}
.study_intro .intro_txt{font-size:1rem}
.materials_grid{grid-template-columns:1fr;margin:3rem auto}
.mat_card{padding:2rem 1.5rem}
.resource_content .content_headline{font-size:1.8rem}
.progress_section{padding:3rem 1.5rem;margin:3rem 0}
.progress_wrapper .section_title{font-size:1.8rem}
.learning_path{grid-template-columns:1fr}
.download_img_main{height:280px}
.download_img_overlay{width:120px;height:120px;bottom:-15px;right:-15px}
.download_content .content_head{font-size:1.6rem}
}
.cookie_page{max-width:1140px;margin:0 auto;padding:60px 20px}
.page_intro{margin-bottom:80px;position:relative}
.intro_content h1{font-size:2.8rem;margin-bottom:24px;background:linear-gradient(125deg,#356F24,#D099FC);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}
.intro_content .update_date{font-size:.95rem;color:#666;margin-bottom:20px;display:block}
.intro_content p{font-size:1.1rem;line-height:1.7;color:#444;max-width:820px}
.intro_decoration{position:absolute;top:-20px;right:0;width:180px;height:180px;background:linear-gradient(135deg,#d099fc26,#fded8233);border-radius:50%;z-index:-1;box-shadow:0 4px 20px #d099fc33}
.policy_blocks{display:grid;gap:50px}
.policy_section{background:linear-gradient(160deg,#fded8214,#d099fc0d);padding:45px 40px;border-left:4px solid #D099FC;box-shadow:2px 2px 8px #0000000f;position:relative}
.policy_section::before{content:'';position:absolute;top:0;right:0;width:60px;height:60px;background:linear-gradient(225deg,#356f241a,transparent);clip-path:polygon(100% 0,100% 100%,0 0)}
.policy_section h2{font-size:1.9rem;margin-bottom:20px;color:#356F24;position:relative;display:inline-block}
.policy_section h2::after{content:'';position:absolute;bottom:-6px;left:0;width:50%;height:3px;background:linear-gradient(90deg,#D099FC,transparent)}
.policy_section h3{font-size:1.4rem;margin-top:32px;margin-bottom:16px;color:#333;font-weight:600}
.policy_section p{font-size:1.05rem;line-height:1.75;color:#555;margin-bottom:18px}
.policy_section ul{list-style:none;padding-left:0;margin:20px 0}
.policy_section ul li{padding-left:32px;margin-bottom:14px;position:relative;line-height:1.7;color:#555}
.policy_section ul li::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;background:linear-gradient(135deg,#D099FC,#FDED82);clip-path:polygon(0 0,100% 0,100% 100%);box-shadow:1px 1px 3px #0000001a}
.policy_section strong{color:#356F24;font-weight:600}
.data_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;margin:30px 0}
.data_card{background:#fff;padding:28px;border:2px solid #d099fc33;box-shadow:2px 2px 6px #0000000a;transition:all .3s ease}
.data_card:hover{border-color:#D099FC;transform:translateY(-3px);box-shadow:3px 4px 12px #d099fc26}
.data_card h4{font-size:1.2rem;margin-bottom:12px;color:#356F24;display:flex;align-items:center;gap:10px}
.data_card h4::before{content:'';width:8px;height:8px;background:#D099FC;display:inline-block;transform:rotate(45deg)}
.data_card p{font-size:.98rem;line-height:1.6;margin-bottom:0;color:#666}
.contact_info{background:linear-gradient(145deg,#356f2414,#d099fc0f);padding:35px 40px;margin-top:40px;border:2px solid #356f2426;position:relative;overflow:hidden}
.contact_info::after{content:'';position:absolute;bottom:-30px;right:-30px;width:120px;height:120px;background:radial-gradient(circle,#fded824d,transparent);border-radius:50%}
.contact_info h3{font-size:1.5rem;margin-bottom:18px;color:#356F24}
.contact_info p{margin-bottom:12px;font-size:1.05rem}
.contact_info a{color:#D099FC;text-decoration:none;font-weight:600;transition:color .3s ease;position:relative;z-index:1}
.contact_info a:hover{color:#356F24}
.cookie_types{margin:35px 0;padding:30px;background:#fff;border:2px solid #fded8266;box-shadow:2px 3px 8px #0000000a}
.cookie_types h3{margin-top:0;color:#356F24}
.cookie_row{display:grid;grid-template-columns:200px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid #d099fc26}
.cookie_row:last-child{border-bottom:none}
.cookie_label{font-weight:600;color:#356F24;font-size:1.05rem}
.cookie_desc{color:#555;line-height:1.65}
@media (max-width: 768px) {
.cookie_page{padding:40px 16px}
.intro_content h1{font-size:2.2rem}
.intro_decoration{width:120px;height:120px}
.policy_section{padding:32px 24px}
.policy_section h2{font-size:1.6rem}
.data_grid{grid-template-columns:1fr;gap:20px}
.cookie_row{grid-template-columns:1fr;gap:10px}
.cookie_label{margin-bottom:6px}
}
@media (max-width: 480px) {
.intro_content h1{font-size:1.9rem}
.policy_section{padding:24px 18px}
.contact_info{padding:24px 20px}
}
.policy_wrapper{max-width:1140px;margin:0 auto;padding:3rem 1.5rem}
.policy_intro{background:linear-gradient(135deg,#f8f4ff 0%,#fefdf5 100%);padding:3rem 2rem;border-radius:8px;margin-bottom:3rem;box-shadow:0 4px 6px #00000014}
.policy_intro h1{color:#2d2d2d;font-size:2.5rem;margin-bottom:1rem;font-weight:700}
.policy_intro .last_update{color:#356F24;font-size:.95rem;font-weight:600;margin-bottom:1.25rem;display:inline-block;padding:.4rem 1rem;background:#356f241a;border-radius:6px}
.policy_intro .intro_text{color:#4a4a4a;font-size:1.05rem;line-height:1.7;max-width:800px}
.policy_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}
.policy_card{background:linear-gradient(155deg,#fff 0%,#f9f9f9 100%);padding:2rem;border-radius:8px;border-left:4px solid #D099FC;box-shadow:0 3px 8px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.policy_card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001a}
.policy_card h2{color:#2d2d2d;font-size:1.5rem;margin-bottom:1rem;font-weight:600}
.policy_card h2::before{content:'';display:inline-block;width:8px;height:8px;background:linear-gradient(135deg,#D099FC 0%,#b56ff5 100%);border-radius:50%;margin-right:.75rem}
.policy_card p{color:#555;line-height:1.8;margin-bottom:1rem}
.policy_card ul{list-style:none;padding-left:0;margin-top:1rem}
.policy_card ul li{color:#4a4a4a;padding:.5rem 0;padding-left:1.5rem;position:relative;line-height:1.6}
.policy_card ul li::before{content:'';position:absolute;left:0;top:1rem;width:6px;height:6px;background:#356F24;border-radius:50%}
.detail_section{background:#fff;padding:2.5rem;border-radius:8px;margin-bottom:2.5rem;border:1px solid #e8e8e8}
.detail_section h3{color:#2d2d2d;font-size:1.35rem;margin-bottom:1.25rem;font-weight:600;position:relative;padding-bottom:.75rem}
.detail_section h3::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#D099FC 0%,#FDED82 100%);border-radius:2px}
.detail_section p{color:#4a4a4a;line-height:1.8;margin-bottom:1rem}
.detail_section .subsection{margin-top:1.5rem;padding-left:1.5rem;border-left:2px solid #f0f0f0}
.detail_section .subsection h4{color:#356F24;font-size:1.1rem;margin-bottom:.75rem;font-weight:600}
.rights_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}
.right_item{background:linear-gradient(135deg,#fefefe 0%,#f5f5f5 100%);padding:1.5rem;border-radius:6px;border:1px solid #e8e8e8;transition:border-color .3s ease}
.right_item:hover{border-color:#D099FC}
.right_item h5{color:#2d2d2d;font-size:1.05rem;margin-bottom:.65rem;font-weight:600}
.right_item p{color:#555;font-size:.95rem;line-height:1.6;margin:0}
.contact_block{background:linear-gradient(125deg,#f0e7fc 0%,#fefce8 100%);padding:2.5rem;border-radius:8px;margin-top:3rem;text-align:center}
.contact_block h3{color:#2d2d2d;font-size:1.6rem;margin-bottom:1rem;font-weight:600}
.contact_block p{color:#4a4a4a;font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem;max-width:700px;margin-left:auto;margin-right:auto}
.contact_info{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:1.5rem}
.contact_item{display:flex;align-items:center;gap:.75rem;color:#356F24;font-weight:600;font-size:1rem}
.contact_item::before{content:'';width:24px;height:24px;background:#356F24;border-radius:50%;display:inline-block}
.effective_date{background:#fff;padding:1.5rem;border-radius:6px;margin-top:2rem;border:2px dashed #e0e0e0;text-align:center}
.effective_date p{color:#666;font-size:.95rem;margin:0}
@media (max-width: 768px) {
.policy_wrapper{padding:2rem 1rem}
.policy_intro{padding:2rem 1.5rem}
.policy_intro h1{font-size:2rem}
.policy_grid{grid-template-columns:1fr;gap:1.5rem}
.detail_section{padding:1.75rem}
.rights_grid{grid-template-columns:1fr}
.contact_info{flex-direction:column;gap:1rem}
}
@media (max-width: 480px) {
.policy_intro h1{font-size:1.75rem}
.policy_card{padding:1.5rem}
.contact_block{padding:2rem 1.5rem}
}
.success_wrap{max-width:1140px;margin:0 auto;padding:0 20px}
.confirm_zone{padding:80px 0 60px;text-align:center;background:linear-gradient(135deg,#f8f5ff 0%,#fff9e6 100%);position:relative;overflow:hidden}
.confirm_zone::before{content:'';position:absolute;top:-50%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#d099fc26 0%,transparent 70%);border-radius:50%}
.confirm_zone::after{content:'';position:absolute;bottom:-30%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,#fded8233 0%,transparent 70%);border-radius:50%}
.icon_check{width:90px;height:90px;margin:0 auto 32px;position:relative;z-index:2}
.icon_check svg{width:100%;height:100%;filter:drop-shadow(2px 4px 6px #d099fc4d)}
.confirm_zone h1{font-size:2.8rem;color:#1a1a1a;margin:0 0 20px;font-weight:700;position:relative;z-index:2}
.confirm_zone .subtitle{font-size:1.2rem;color:#4a4a4a;margin:0 0 40px;line-height:1.6;max-width:640px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.info_cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:940px;margin:0 auto;position:relative;z-index:2}
.card_item{background:#fff;padding:32px 24px;border:2px solid #d099fc33;box-shadow:3px 3px 0 #d099fc26;transition:all .3s ease}
.card_item:hover{transform:translateY(-4px);box-shadow:5px 5px 0 #d099fc40;border-color:#D099FC}
.card_item .ico{width:48px;height:48px;margin:0 auto 20px}
.card_item .ico svg{width:100%;height:100%}
.card_item h3{font-size:1.25rem;color:#2a2a2a;margin:0 0 12px;font-weight:600}
.card_item p{font-size:.95rem;color:#5a5a5a;line-height:1.5;margin:0}
.next_steps{padding:70px 0 80px;background:#fff}
.steps_grid{display:flex;gap:48px;align-items:flex-start}
.left_content{flex:1}
.left_content h2{font-size:2.2rem;color:#1a1a1a;margin:0 0 24px;font-weight:700;position:relative;padding-bottom:16px}
.left_content h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#D099FC 0%,#FDED82 100%)}
.left_content .intro_text{font-size:1.05rem;color:#4a4a4a;line-height:1.7;margin:0 0 32px}
.timeline{flex:1.2;position:relative}
.timeline::before{content:'';position:absolute;left:24px;top:30px;bottom:30px;width:3px;background:linear-gradient(180deg,#D099FC 0%,#FDED82 100%)}
.step_block{position:relative;padding-left:68px;margin-bottom:36px}
.step_block:last-child{margin-bottom:0}
.step_num{position:absolute;left:0;top:0;width:48px;height:48px;background:#fff;border:3px solid #D099FC;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#356F24;box-shadow:2px 2px 0 #356f241a;z-index:1}
.step_content h3{font-size:1.3rem;color:#2a2a2a;margin:0 0 10px;font-weight:600}
.step_content p{font-size:.98rem;color:#5a5a5a;line-height:1.6;margin:0}
.action_row{display:flex;gap:20px;margin-top:48px;padding-top:40px;border-top:2px dashed #d099fc4d}
.btn_primary{background:linear-gradient(135deg,#D099FC 0%,#b87de8 100%);color:#fff;padding:16px 36px;border:none;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:3px 3px 0 #d099fc4d;text-decoration:none;display:inline-block;z-index:10;position:relative}
.btn_primary:hover{transform:translateY(-2px);box-shadow:4px 4px 0 #d099fc66;background:linear-gradient(135deg,#b87de8 0%,#D099FC 100%)}
.btn_secondary{background:#fff;color:#356F24;padding:16px 36px;border:2px solid #356F24;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;z-index:10;position:relative}
.btn_secondary:hover{background:#356F24;color:#fff;transform:translateY(-2px)}
@media (max-width: 968px) {
.info_cards{grid-template-columns:1fr;gap:20px}
.steps_grid{flex-direction:column;gap:36px}
.timeline::before{left:20px}
.step_block{padding-left:60px}
.step_num{width:42px;height:42px;font-size:1.1rem}
.action_row{flex-direction:column}
.btn_primary,.btn_secondary{text-align:center;width:100%}
}
@media (max-width: 768px) {
.confirm_zone h1{font-size:2.2rem}
.confirm_zone .subtitle{font-size:1.05rem}
.left_content h2{font-size:1.8rem}
.confirm_zone{padding:60px 0 50px}
.next_steps{padding:50px 0 60px}
}
@media (max-width: 480px) {
.confirm_zone h1{font-size:1.8rem}
.icon_check{width:70px;height:70px}
.card_item{padding:24px 18px}
.step_content h3{font-size:1.15rem}
}