@import "https://cdn.jsdelivr.net/npm/@fontsource/arimo@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/arimo@latest/700.css";
*,::before,::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;padding:0;font-family:'Arimo',Arial,sans-serif;font-size:16px;line-height:1.6;color:#1a1a1a;background:#f7f8f5}
img{max-width:100%;display:block}
a{text-decoration:none}
.hdr{background:linear-gradient(323deg,#23332A 0%,#30902C 50%,#C5C980 100%);border-bottom:3px solid #C5C980}
.hdr_top{display:flex;align-items:center;justify-content:space-between;max-width:1000px;margin:0 auto;padding:22px 24px 16px;gap:20px}
.site_logo{display:flex;align-items:center;gap:14px;text-decoration:none}
.site_logo img{width:90px;height:90px;object-fit:contain;border-radius:12px;background:#ffffff1f;box-shadow:0 2px 12px #23332a4d}
.site_logo .logo_name{font-size:1.7rem;font-weight:700;color:#f0f5e8;letter-spacing:-.5px;line-height:1}
.hdr_tagline{text-align:right;max-width:380px}
.hdr_tagline p{margin:0;color:#d6e8b0;font-size:.92rem;line-height:1.5}
.hdr_tagline strong{color:#C5C980;font-size:1.05rem;display:block;margin-bottom:4px}
.hdr_nav_row{border-top:1px solid #c5c9804d}
.hdr_nav_inner{max-width:1000px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.main_nav{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:4px}
.main_nav li a{display:block;padding:14px 16px;color:#d6e8b0;font-size:.93rem;font-weight:400;border-bottom:3px solid transparent;transition:color 0.15s,border-color .15s}
.main_nav li a:hover{color:#C5C980;border-bottom-color:#C5C980}
.main_nav li a.nav--active{color:#fff;border-bottom-color:#fff;font-weight:700}
.hdr_cta_btn{display:inline-block;background:#C5C980;color:#23332A;font-weight:700;font-size:.9rem;padding:10px 22px;border-radius:22px;border:none;cursor:pointer;white-space:nowrap;box-shadow:0 3px 10px #23332a40;transition:background 0.15s,color .15s}
.hdr_cta_btn:hover{background:#fff;color:#23332A}
main{min-height:200px}
.ftr{background:#23332A;color:#a8bfa0;border-top:3px solid #30902C}
.ftr_inner{max-width:1000px;margin:0 auto;padding:32px 24px 20px;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;align-items:flex-start}
.ftr_brand .logo_name{color:#C5C980;font-size:1.2rem;font-weight:700}
.ftr_brand p{margin:6px 0 0;font-size:.82rem;color:#7a9a80;max-width:220px}
.ftr_links{display:flex;flex-wrap:wrap;gap:30px}
.ftr_col h4{color:#C5C980;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;margin:0 0 10px;font-weight:700}
.ftr_col ul{list-style:none;margin:0;padding:0}
.ftr_col ul li{margin-bottom:6px}
.ftr_col ul li a{color:#a8bfa0;font-size:.87rem;transition:color .15s}
.ftr_col ul li a:hover{color:#C5C980}
.ftr_contact{font-size:.82rem}
.ftr_contact p{margin:4px 0}
.ftr_contact a{color:#a8bfa0;transition:color .15s}
.ftr_contact a:hover{color:#C5C980}
.ftr_bottom{border-top:1px solid #c5c98026;max-width:1000px;margin:0 auto;padding:12px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.ftr_bottom p{margin:0;font-size:.78rem;color:#5a7a60}
.cookie_popup{display:none;position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:9999;background:#fff;border:1px solid #d0e0c8;border-right:none;box-shadow:-4px 0 20px #23332a26;border-radius:12px 0 0 12px;padding:22px 20px;max-width:280px}
.cookie_popup[data-visible="true"]{display:block}
.cookie_popup h3{margin:0 0 8px;font-size:.95rem;color:#23332A;font-weight:700}
.cookie_popup p{margin:0 0 12px;font-size:.8rem;color:#444;line-height:1.5}
.cookie_cat{margin-bottom:10px}
.cookie_cat label{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#333;cursor:pointer}
.cookie_cat input[type="checkbox"]{accent-color:#30902C}
.cookie_cat label.necessary_lbl{color:#666;cursor:default}
.cookie_actions{display:flex;gap:14px;margin-top:14px}
.cookie_actions a{font-size:.82rem;color:#23332A;text-decoration:underline;cursor:pointer}
.cookie_actions a:hover{color:#30902C}
.cookie_hint{margin-top:10px;font-size:.72rem;color:#999}
@media (max-width: 768px) {
.hdr_top{flex-direction:column;align-items:flex-start}
.hdr_tagline{text-align:left;max-width:100%}
.hdr_nav_inner{flex-direction:column;align-items:flex-start;gap:10px;padding-top:8px;padding-bottom:8px}
.main_nav{flex-wrap:wrap;gap:2px}
.hdr_cta_btn{width:100%;text-align:center}
.ftr_inner{flex-direction:column;gap:20px}
.ftr_bottom{flex-direction:column;align-items:flex-start}
}
@media (max-width: 480px) {
.site_logo img{width:70px;height:70px}
.site_logo .logo_name{font-size:1.4rem}
.main_nav li a{padding:10px 12px;font-size:.85rem}
.cookie_popup{max-width:230px;padding:16px 14px}
}
.policy-content{max-width:1000px;margin:0 auto;padding:48px 24px 64px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #23332a14}
.policy-content h1{font-size:2.2rem;font-weight:700;line-height:1.2;color:#23332A;margin:0 0 32px;padding-bottom:16px;border-bottom:3px solid #30902C}
.policy-content h2{font-size:1.6rem;font-weight:600;line-height:1.3;color:#23332A;margin:48px 0 16px;padding-left:14px;border-left:4px solid #30902C}
.policy-content h3{font-size:1.25rem;font-weight:600;line-height:1.4;color:#2a3d31;margin:32px 0 12px;padding-left:10px;border-left:3px solid #C5C980}
.policy-content h4{font-size:1.1rem;font-weight:600;line-height:1.4;color:#23332A;margin:24px 0 10px}
.policy-content h5{font-size:1rem;font-weight:600;line-height:1.5;color:#23332A;margin:20px 0 8px;text-transform:uppercase;letter-spacing:.04em}
.policy-content h6{font-size:.9rem;font-weight:600;line-height:1.5;color:#3a4f40;margin:16px 0 8px;text-transform:uppercase;letter-spacing:.06em}
.policy-content p{font-size:1rem;line-height:1.8;color:#2e3d34;margin:0 0 18px}
.policy-content ul{margin:0 0 20px;padding-left:0;list-style:none}
.policy-content ol{margin:0 0 20px;padding-left:0;list-style:none;counter-reset:policy-counter}
.policy-content ul li{font-size:1rem;line-height:1.75;color:#2e3d34;padding:4px 0 4px 24px;position:relative;margin-bottom:6px}
.policy-content ul li::before{content:'';position:absolute;left:0;top:13px;width:8px;height:8px;background:#30902C;border-radius:50%}
.policy-content ul ul li::before{background:#C5C980;width:6px;height:6px;top:14px;border:1px solid #30902C}
.policy-content ol li{font-size:1rem;line-height:1.75;color:#2e3d34;padding:4px 0 4px 36px;position:relative;margin-bottom:6px;counter-increment:policy-counter}
.policy-content ol li::before{content:counter(policy-counter) ".";position:absolute;left:0;top:4px;font-weight:700;color:#30902C;font-size:.95rem;min-width:28px}
.policy-content ul ul,.policy-content ol ol,.policy-content ul ol,.policy-content ol ul{margin:8px 0 8px 16px}
.policy-content em{font-style:italic;color:#23332A}
.policy-content i{font-style:italic;color:#3a5042}
.policy-content a{color:#30902C;text-decoration:underline;text-decoration-color:#C5C980;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease;font-weight:500}
.policy-content a:hover{color:#23332A;text-decoration-color:#30902C}
.policy-content a:visited{color:#2a6e27;text-decoration-color:#a8b870}
.policy-content hr{border:none;border-top:1px solid #d8e6db;margin:40px 0;position:relative}
.policy-content hr::after{content:'';display:block;width:60px;height:3px;background:linear-gradient(90deg,#30902C 0%,#C5C980 100%);border-radius:2px;margin:-2px auto 0}
.policy-content div{font-size:1rem;line-height:1.75;color:#2e3d34;margin-bottom:16px}
.policy-content div.tbd{background:#f4f8f5;border:1px dashed #C5C980;border-radius:6px;padding:16px 20px;color:#3a5042;font-style:italic}
.policy-content div.temp{background:linear-gradient(135deg,#f0f7f2 0%,#fafdf5 100%);border-left:4px solid #30902C;border-radius:0 8px 8px 0;padding:16px 20px;margin:24px 0;box-shadow:inset 2px 0 6px #30902c14}
@media (max-width: 768px) {
.policy-content{padding:32px 16px 48px;border-radius:8px}
.policy-content h1{font-size:1.7rem;margin-bottom:24px}
.policy-content h2{font-size:1.35rem;margin-top:36px}
.policy-content h3{font-size:1.1rem;margin-top:24px}
.policy-content h4,.policy-content h5,.policy-content h6{font-size:.95rem}
.policy-content p,.policy-content ul li,.policy-content ol li,.policy-content div{font-size:.95rem;line-height:1.7}
.policy-content ul li{padding-left:20px}
.policy-content ol li{padding-left:30px}
.policy-content hr{margin:28px 0}
}
@media (max-width: 480px) {
.policy-content{padding:24px 12px 36px;border-radius:4px;box-shadow:0 2px 10px #23332a0f}
.policy-content h1{font-size:1.45rem}
.policy-content h2{font-size:1.2rem}
.policy-content h3{font-size:1rem}
}
.about_hero{position:relative;overflow:hidden;min-height:480px;display:flex;align-items:center;justify-content:center}
.about_hero .hero_img_bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(6px) brightness(0.45);transform:scale(1.06);z-index:0}
.about_hero .hero_grain{position:absolute;inset:0;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.12'/%3E%3C/svg%3E");background-size:180px 180px;opacity:.18;pointer-events:none}
.about_hero .hero_geo{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden}
.about_hero .hero_geo svg{position:absolute;right:-40px;top:-30px;opacity:.07;width:420px;height:420px}
.about_hero .hero_txt_zone{position:relative;z-index:3;max-width:680px;margin:auto;padding:72px 32px 64px;text-align:center}
.about_hero .hero_txt_zone .hero_label{display:inline-block;background:linear-gradient(323deg,#23332A 0%,#30902C 50%,#C5C980 100%);color:#fff;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;border-radius:20px;padding:5px 18px;margin-bottom:22px}
.about_hero .hero_txt_zone h1{font-size:42px;font-weight:800;color:#fff;line-height:1.18;margin-bottom:18px;letter-spacing:-.5px}
.about_hero .hero_txt_zone h1 span{color:#C5C980}
.about_hero .hero_txt_zone .hero_sub{font-size:17px;color:#ffffffd1;line-height:1.65;max-width:520px;margin:0 auto 28px}
.about_hero .hero_txt_zone .hero_cta{display:inline-block;background:linear-gradient(135deg,#30902C 0%,#C5C980 100%);color:#23332A;font-weight:700;font-size:15px;border-radius:8px;padding:13px 34px;text-decoration:none;transition:box-shadow 0.2s,transform .2s;box-shadow:0 4px 18px #30902c47;position:relative;z-index:10}
.about_hero .hero_txt_zone .hero_cta:hover{box-shadow:0 8px 28px #30902c6b;transform:translateY(-2px)}
.divider_wave{line-height:0;overflow:hidden;background:#f5f7f5}
.divider_wave svg{display:block;width:100%}
.story_block{background:#f5f7f5;padding:72px 0 64px}
.story_inner{max-width:1000px;margin:0 auto;padding:0 24px;display:flex;flex-direction:row;gap:56px;align-items:center}
.story_txt{flex:1 1 0;min-width:0}
.story_txt .sec_tag{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#30902C;margin-bottom:14px;display:block}
.story_txt h2{font-size:30px;font-weight:800;color:#23332A;line-height:1.22;margin-bottom:18px;position:relative}
.story_txt h2::after{content:'';display:block;width:44px;height:3px;background:linear-gradient(90deg,#30902C 0%,#C5C980 100%);border-radius:2px;margin-top:12px}
.story_txt .story_p{font-size:15px;color:#3a4a40;line-height:1.72;margin-bottom:14px}
.story_milestones{display:flex;flex-direction:column;gap:12px;margin-top:24px}
.story_milestones .ms_item{display:flex;flex-direction:row;align-items:center;gap:14px;background:#fff;border-radius:10px;padding:12px 18px;box-shadow:0 2px 10px #23332a12;border-left:3px solid #30902C}
.story_milestones .ms_item .ms_year{font-size:13px;font-weight:800;color:#30902C;min-width:38px}
.story_milestones .ms_item .ms_desc{font-size:13px;color:#3a4a40;line-height:1.5}
.story_img_col{flex:0 0 360px;max-width:360px}
.story_img_col img{width:100%;height:340px;object-fit:cover;border-radius:18px;box-shadow:0 8px 32px #23332a21;display:block}
.divider_zigzag{background:#f5f7f5;line-height:0}
.divider_zigzag svg{display:block;width:100%}
.team_block{background:#fff;padding:72px 0 64px}
.team_inner{max-width:1000px;margin:0 auto;padding:0 24px}
.team_hdr{text-align:center;margin-bottom:44px}
.team_hdr .sec_tag{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#30902C;margin-bottom:10px;display:block}
.team_hdr h2{font-size:30px;font-weight:800;color:#23332A;margin-bottom:12px;line-height:1.2}
.team_hdr .team_sub{font-size:15px;color:#5a6b60;max-width:520px;margin:0 auto;line-height:1.65}
.team_grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.team_card{background:#f5f7f5;border-radius:18px;overflow:hidden;display:flex;flex-direction:row;align-items:stretch;box-shadow:0 4px 18px #23332a14;transition:box-shadow 0.2s,transform .2s}
.team_card:hover{box-shadow:0 10px 32px #30902c29;transform:translateY(-3px)}
.team_card .tc_img{flex:0 0 130px;max-width:130px}
.team_card .tc_img img{width:130px;height:100%;object-fit:cover;object-position:center top;display:block}
.team_card .tc_info{flex:1 1 0;padding:22px 20px;display:flex;flex-direction:column;justify-content:center}
.team_card .tc_info .tc_name{font-size:17px;font-weight:800;color:#23332A;margin-bottom:4px}
.team_card .tc_info .tc_role{font-size:12px;font-weight:700;color:#30902C;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:10px}
.team_card .tc_info .tc_bio{font-size:13px;color:#3a4a40;line-height:1.62}
.divider_dots{background:#fff;text-align:center;padding:10px 0;line-height:0}
.divider_dots svg{display:inline-block;width:100%}
.approach_block{background:linear-gradient(323deg,#23332A 0%,#30902C 60%,#C5C980 100%);padding:72px 0 64px;position:relative;overflow:hidden}
.approach_block::before{content:'';position:absolute;top:-60px;right:-60px;width:320px;height:320px;border-radius:50%;background:#c5c98014;pointer-events:none}
.approach_inner{max-width:1000px;margin:0 auto;padding:0 24px}
.approach_top{text-align:center;margin-bottom:48px}
.approach_top .sec_tag{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#C5C980;margin-bottom:10px;display:block}
.approach_top h2{font-size:30px;font-weight:800;color:#fff;line-height:1.22;margin-bottom:12px}
.approach_top .ap_sub{font-size:15px;color:#fffc;max-width:520px;margin:0 auto;line-height:1.65}
.approach_layout{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
.approach_img_side img{width:100%;height:380px;object-fit:cover;border-radius:16px;box-shadow:0 8px 36px #00000038;display:block}
.approach_steps{display:flex;flex-direction:column;gap:18px}
.ap_step{background:#ffffff1a;border-radius:12px;padding:20px 20px 18px;display:flex;flex-direction:row;gap:16px;align-items:flex-start;border:1px solid #c5c9802e;transition:background .2s}
.ap_step:hover{background:#ffffff2b}
.ap_step .ap_num{flex:0 0 36px;height:36px;background:linear-gradient(135deg,#C5C980 0%,#30902C 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;color:#23332A}
.ap_step .ap_cnt h4{font-size:15px;font-weight:700;color:#fff;margin-bottom:5px;line-height:1.3}
.ap_step .ap_cnt p{font-size:13px;color:#ffffffc7;line-height:1.62;margin:0}
.about_stats_row{max-width:1000px;margin:40px auto 0;padding:0 24px;display:flex;flex-direction:row;gap:24px;justify-content:center;flex-wrap:wrap}
.about_stat{background:#ffffff1f;border:1px solid #c5c98038;border-radius:14px;padding:22px 30px;text-align:center;flex:1 1 150px;max-width:200px}
.about_stat .stat_num{font-size:32px;font-weight:800;color:#C5C980;line-height:1.1;display:block;margin-bottom:6px}
.about_stat .stat_lbl{font-size:12px;color:#ffffffc7;text-transform:uppercase;letter-spacing:1.5px;font-weight:600}
.divider_line_grad{height:3px;background:linear-gradient(90deg,#23332A 0%,#30902C 50%,#C5C980 100%);border:none;margin:0}
.cta_band{background:#f5f7f5;padding:56px 24px 52px;text-align:center}
.cta_band h3{font-size:26px;font-weight:800;color:#23332A;margin-bottom:12px;line-height:1.25}
.cta_band .cta_p{font-size:15px;color:#5a6b60;margin-bottom:28px;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.65}
.cta_band .cta_btns{display:flex;flex-direction:row;gap:14px;justify-content:center;flex-wrap:wrap}
.cta_band .btn_primary{background:linear-gradient(135deg,#30902C 0%,#C5C980 100%);color:#23332A;font-weight:700;font-size:15px;border-radius:8px;padding:13px 30px;text-decoration:none;box-shadow:0 4px 16px #30902c40;transition:box-shadow 0.2s,transform .2s;display:inline-block;position:relative;z-index:5}
.cta_band .btn_primary:hover{box-shadow:0 8px 24px #30902c61;transform:translateY(-2px)}
.cta_band .btn_secondary{background:transparent;border:2px solid #30902C;color:#23332A;font-weight:700;font-size:15px;border-radius:8px;padding:11px 28px;text-decoration:none;transition:background 0.2s,color .2s;display:inline-block;position:relative;z-index:5}
.cta_band .btn_secondary:hover{background:#23332A;color:#C5C980}
@media (max-width: 768px) {
.about_hero .hero_txt_zone h1{font-size:28px}
.story_inner{flex-direction:column;gap:28px}
.story_img_col{flex:unset;max-width:100%}
.story_img_col img{height:220px}
.team_grid{grid-template-columns:1fr}
.team_card{flex-direction:column}
.team_card .tc_img{flex:unset;max-width:100%}
.team_card .tc_img img{width:100%;height:180px;object-position:center 20%}
.approach_layout{grid-template-columns:1fr}
.approach_img_side img{height:220px}
.about_stats_row{gap:12px}
.about_stat{max-width:140px;padding:16px 14px}
.about_stat .stat_num{font-size:24px}
}
@media (max-width: 480px) {
.about_hero .hero_txt_zone{padding:48px 16px 40px}
.about_hero .hero_txt_zone h1{font-size:22px}
.story_block,.team_block,.approach_block{padding:44px 0 36px}
.story_inner,.team_inner,.approach_inner{padding:0 14px}
.cta_band{padding:36px 14px 32px}
.cta_band h3{font-size:20px}
}
.title_block{position:relative;overflow:hidden;padding:80px 20px 60px;background:linear-gradient(323deg,#23332A 0%,#30902C 50%,#C5C980 100%)}
.title_block .geo_anim{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}
.title_block .geo_anim span{position:absolute;border:1px solid #c5c98026;border-radius:50%;animation:pulse_ring 6s ease-in-out infinite}
.title_block .geo_anim span:nth-child(1){width:300px;height:300px;top:-80px;right:-60px;animation-delay:0s}
.title_block .geo_anim span:nth-child(2){width:180px;height:180px;bottom:-40px;left:10%;animation-delay:2s}
.title_block .geo_anim span:nth-child(3){width:100px;height:100px;top:30%;left:5%;border-radius:4px;transform:rotate(30deg);animation-delay:4s}
@keyframes pulse_ring {
0%,100%{opacity:.12;transform:scale(1)}
50%{opacity:.28;transform:scale(1.06)}
}
.title_block .inner{position:relative;z-index:1;max-width:1000px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:50px}
.title_block .txt_side{flex:1 1 55%}
.title_block .img_side{flex:0 0 35%;max-width:360px}
.title_block .txt_side .tag_label{display:inline-block;background:#c5c98033;border:1px solid #c5c98066;color:#C5C980;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:20px}
.title_block .txt_side h1{color:#fff;font-size:2.4rem;font-weight:700;line-height:1.25;margin:0 0 20px}
.title_block .txt_side h1 .accent_word{color:#C5C980;position:relative}
.title_block .txt_side h1 .accent_word::after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:2px;background:#C5C980;opacity:.5;border-radius:2px}
.title_block .txt_side .lead_txt{color:#ffffffd9;font-size:1.05rem;line-height:1.7;margin:0}
.title_block .img_side img{width:100%;height:280px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #23332a80;opacity:.88}
.req_section{padding:72px 20px 80px;background:#f7f8f4}
.req_section .inner{max-width:1000px;margin:0 auto}
.req_section .sec_hdr{display:flex;flex-direction:row;align-items:flex-start;gap:30px;margin-bottom:52px}
.req_section .sec_hdr .hdr_line{flex:0 0 4px;width:4px;background:linear-gradient(180deg,#30902C 0%,#C5C980 100%);border-radius:4px;min-height:80px}
.req_section .sec_hdr .hdr_content h2{color:#23332A;font-size:1.9rem;font-weight:700;margin:0 0 12px;line-height:1.3}
.req_section .sec_hdr .hdr_content p{color:#4a5a52;font-size:1rem;line-height:1.65;margin:0;max-width:600px}
.req_grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:44px}
.req_card{background:#fff;border-radius:14px;padding:28px 26px;box-shadow:0 4px 18px #23332a12;border:1px solid #30902c1a;transition:box-shadow .25s ease,transform .25s ease;display:flex;flex-direction:column;gap:14px}
.req_card:hover{box-shadow:0 8px 28px #30902c26;transform:translateY(-3px)}
.req_card .card_icon{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,#23332A 0%,#30902C 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.req_card .card_icon i{color:#C5C980;font-size:20px}
.req_card h4{color:#23332A;font-size:1rem;font-weight:700;margin:0}
.req_card p{color:#5a6b62;font-size:.92rem;line-height:1.62;margin:0}
.req_card .spec_list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:7px}
.req_card .spec_list li{display:flex;flex-direction:row;align-items:center;gap:9px;color:#4a5a52;font-size:.88rem;line-height:1.5}
.req_card .spec_list li::before{content:'';width:7px;height:7px;border-radius:50%;background:#30902C;flex-shrink:0}
.tabs_wrap{margin-top:10px}
.tabs_wrap input[type="radio"]{display:none}
.tabs_nav{display:flex;flex-direction:row;gap:6px;margin-bottom:0;flex-wrap:wrap}
.tabs_nav label{padding:10px 20px;border-radius:8px 8px 0 0;background:#e8ede9;color:#4a5a52;font-size:.9rem;font-weight:600;cursor:pointer;border:1px solid #30902c1f;border-bottom:none;transition:background 0.2s,color .2s}
.tabs_nav label:hover{background:#d8e8d8;color:#23332A}
#tab1:checked ~ .tabs_nav label[for="tab1"],#tab2:checked ~ .tabs_nav label[for="tab2"],#tab3:checked ~ .tabs_nav label[for="tab3"]{background:#fff;color:#30902C;border-color:#30902c2e}
.tabs_body{background:#fff;border:1px solid #30902c26;border-radius:0 12px 12px 12px;padding:32px 28px;box-shadow:0 4px 16px #23332a0f}
.tab_panel{display:none;flex-direction:column;gap:0}
#tab1:checked ~ .tabs_body .panel_1,#tab2:checked ~ .tabs_body .panel_2,#tab3:checked ~ .tabs_body .panel_3{display:flex}
.tab_panel .panel_row{display:flex;flex-direction:row;gap:36px;align-items:flex-start}
.tab_panel .panel_txt{flex:1 1 55%}
.tab_panel .panel_txt h5{color:#23332A;font-size:1.05rem;font-weight:700;margin:0 0 12px}
.tab_panel .panel_txt p{color:#5a6b62;font-size:.93rem;line-height:1.68;margin:0 0 16px}
.tab_panel .panel_img{flex:0 0 38%}
.tab_panel .panel_img img{width:100%;height:200px;object-fit:cover;border-radius:10px;box-shadow:0 6px 20px #23332a1f}
.tab_panel .check_row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;margin-top:4px}
.tab_panel .check_item{display:flex;flex-direction:row;align-items:center;gap:7px;background:#f0f7f0;border-radius:8px;padding:7px 12px;font-size:.85rem;color:#23332A;font-weight:500}
.tab_panel .check_item i{color:#30902C;font-size:13px}
.tab_panel .speed_bars{display:flex;flex-direction:column;gap:14px;margin-top:6px}
.tab_panel .speed_bar_item .bar_lbl{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:6px;font-size:.85rem;color:#4a5a52;font-weight:500}
.tab_panel .speed_bar_item .bar_track{height:8px;background:#e0e8e0;border-radius:6px;overflow:hidden}
.tab_panel .speed_bar_item .bar_fill{height:100%;border-radius:6px;background:linear-gradient(90deg,#30902C 0%,#C5C980 100%);transition:width .6s ease}
.divider_wave{overflow:hidden;line-height:0;background:#f7f8f4}
.divider_wave svg{display:block;width:100%}
@media (max-width: 768px) {
.title_block .inner{flex-direction:column;gap:30px}
.title_block .img_side{max-width:100%;flex:1 1 auto}
.title_block .txt_side h1{font-size:1.75rem}
.req_grid{grid-template-columns:1fr}
.tab_panel .panel_row{flex-direction:column}
.tab_panel .panel_img{flex:1 1 auto}
.req_section .sec_hdr{flex-direction:column;gap:16px}
.req_section .sec_hdr .hdr_line{min-height:4px;width:60px;height:4px}
}
@media (max-width: 480px) {
.title_block{padding:50px 16px 40px}
.tabs_nav{gap:4px}
.tabs_nav label{padding:8px 14px;font-size:.82rem}
.tabs_body{padding:22px 16px}
}
.hero_wrap{position:relative;overflow:hidden;background:linear-gradient(323deg,#23332A 0%,#30902C 50%,#C5C980 100%);padding:70px 20px 80px}
.hero_wrap .bg_motion{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.hero_wrap .bg_motion span{position:absolute;border-radius:50%;opacity:.12;background:#C5C980}
.hero_wrap .bg_motion span:nth-child(1){width:320px;height:320px;top:-80px;left:-60px;animation:drift1 8s ease-in-out infinite alternate}
.hero_wrap .bg_motion span:nth-child(2){width:180px;height:180px;bottom:-40px;right:10%;opacity:.18;background:#30902C;animation:drift2 10s ease-in-out infinite alternate}
.hero_wrap .bg_motion span:nth-child(3){width:90px;height:90px;top:30%;right:25%;opacity:.1;background:#C5C980;animation:drift1 6s ease-in-out infinite alternate-reverse}
@keyframes drift1 {
from{transform:translateY(0) scale(1)}
to{transform:translateY(30px) scale(1.08)}
}
@keyframes drift2 {
from{transform:translateX(0) scale(1)}
to{transform:translateX(-20px) scale(1.1)}
}
.hero_inner{max-width:1000px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.hero_txt{flex:1 1 420px}
.hero_tag{display:inline-block;background:#c5c9802e;border:1px solid #C5C980;color:#C5C980;font-size:12px;letter-spacing:2px;text-transform:uppercase;padding:4px 14px;border-radius:20px;margin-bottom:20px}
.hero_txt h1{font-size:2.4rem;font-weight:700;color:#fff;line-height:1.22;margin-bottom:18px}
.hero_txt h1 em{font-style:normal;color:#C5C980;position:relative}
.hero_txt h1 em::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:2px;background:#C5C980;opacity:.5;border-radius:2px}
.hero_lead{color:#ffffffd9;font-size:1.05rem;line-height:1.65;margin-bottom:28px;max-width:420px}
.hero_cta_row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.btn_primary{background:#C5C980;color:#23332A;border:none;padding:13px 28px;border-radius:8px;font-size:.97rem;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block;transition:background 0.2s,box-shadow 0.2s,transform .15s;box-shadow:0 4px 16px #c5c98040;position:relative;z-index:5}
.btn_primary:hover{background:#d6da7a;transform:translateY(-2px);box-shadow:0 8px 24px #c5c98059}
.btn_outline_light{border:2px solid #ffffff80;color:#fff;background:transparent;padding:11px 26px;border-radius:8px;font-size:.97rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:border-color 0.2s,background .2s;position:relative;z-index:5}
.btn_outline_light:hover{border-color:#C5C980;background:#c5c9801a;color:#C5C980}
.hero_img_col{flex:0 0 340px;position:relative}
.hero_img_frame{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 0 60px #c5c98059 0 16px 48px #23332a66}
.hero_img_frame img{width:100%;height:260px;object-fit:cover;display:block;border-radius:20px}
.hero_img_frame::after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,#c5c9802e 0%,transparent 60%);border-radius:20px;pointer-events:none}
.hero_badge{position:absolute;bottom:-18px;left:-18px;background:#23332A;border:2px solid #30902C;border-radius:14px;padding:12px 18px;color:#C5C980;font-size:.82rem;font-weight:700;box-shadow:0 4px 18px #23332a66;z-index:3;display:flex;flex-direction:column;gap:2px}
.hero_badge span{color:#fff;font-size:.75rem;font-weight:400}
.section_trajectory{background:#f7f8f5;padding:72px 20px}
.traj_inner{max-width:1000px;margin:0 auto}
.sec_label{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:10px}
.sec_label_line{width:32px;height:3px;background:#30902C;border-radius:2px}
.sec_label_txt{color:#30902C;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase}
.traj_inner h2{font-size:1.85rem;font-weight:700;color:#23332A;margin-bottom:10px;line-height:1.25}
.traj_inner h2 .accent_word{color:#30902C}
.traj_sub{color:#555;font-size:1rem;max-width:500px;line-height:1.6;margin-bottom:48px}
.traj_steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.traj_steps::before{content:'';position:absolute;top:36px;left:12%;width:76%;height:2px;background:linear-gradient(90deg,#30902C,#C5C980);z-index:0}
.traj_step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 10px;position:relative;z-index:1}
.step_num{width:72px;height:72px;border-radius:50%;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;margin-bottom:18px;position:relative}
.step_num.s1{background:#23332A;color:#C5C980;box-shadow:0 4px 18px #23332a40}
.step_num.s2{background:#30902C;color:#fff;box-shadow:0 4px 18px #30902c40}
.step_num.s3{background:#C5C980;color:#23332A;box-shadow:0 4px 18px #c5c98059}
.step_num.s4{background:linear-gradient(135deg,#30902C 0%,#23332A 100%);color:#C5C980;box-shadow:0 4px 18px #23332a59}
.traj_step h4{color:#23332A;font-size:.95rem;font-weight:700;margin-bottom:8px}
.traj_step p{color:#666;font-size:.85rem;line-height:1.55}
.traj_bottom{display:flex;flex-direction:row;gap:28px;margin-top:52px;align-items:stretch}
.traj_img_side{flex:0 0 280px;border-radius:16px;overflow:hidden;box-shadow:0 6px 28px #23332a1f}
.traj_img_side img{width:100%;height:220px;object-fit:cover;display:block}
.traj_stats{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.stat_card{background:#fff;border-radius:14px;padding:20px 18px;box-shadow:0 2px 12px #23332a12;border-left:4px solid #30902C;display:flex;flex-direction:column;gap:4px}
.stat_card .stat_val{font-size:1.8rem;font-weight:800;color:#23332A;line-height:1}
.stat_card .stat_lbl{font-size:.82rem;color:#666;line-height:1.4}
.stat_card:nth-child(even){border-left-color:#C5C980}
.section_career{background:#fff;padding:72px 20px}
.career_inner{max-width:1000px;margin:0 auto}
.career_header_row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:48px}
.career_header_row h2{font-size:1.85rem;font-weight:700;color:#23332A;line-height:1.25;max-width:440px}
.career_header_row h2 .accent_word{color:#30902C}
.career_note{color:#666;font-size:.93rem;max-width:280px;line-height:1.6;text-align:right}
.career_grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:32px}
.career_card{border-radius:16px;overflow:hidden;position:relative;box-shadow:0 4px 20px #23332a1a;transition:transform 0.2s,box-shadow .2s}
.career_card:hover{transform:translateY(-4px);box-shadow:0 10px 32px #23332a29}
.career_card img{width:100%;height:200px;object-fit:cover;display:block}
.career_card_body{padding:20px 20px 18px;background:#fff}
.career_card_role{display:inline-block;background:linear-gradient(90deg,#30902C,#23332A);color:#C5C980;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:3px 11px;border-radius:20px;margin-bottom:10px}
.career_card_body h4{color:#23332A;font-size:1rem;font-weight:700;margin-bottom:7px}
.career_card_body p{color:#666;font-size:.87rem;line-height:1.55}
.career_wide_card{background:linear-gradient(323deg,#23332A 0%,#30902C 60%,#C5C980 100%);border-radius:16px;padding:32px 36px;display:flex;flex-direction:row;align-items:center;gap:32px;box-shadow:0 6px 28px #23332a2e}
.career_wide_txt{flex:1}
.career_wide_txt h3{color:#C5C980;font-size:1.3rem;font-weight:700;margin-bottom:10px}
.career_wide_txt p{color:#ffffffd9;font-size:.93rem;line-height:1.6;margin-bottom:20px}
.career_wide_img{flex:0 0 160px;border-radius:12px;overflow:hidden;box-shadow:0 4px 18px #00000040}
.career_wide_img img{width:160px;height:130px;object-fit:cover;display:block}
.section_compare{background:#f2f5f0;padding:72px 20px}
.compare_inner{max-width:1000px;margin:0 auto}
.compare_inner h2{font-size:1.85rem;font-weight:700;color:#23332A;margin-bottom:10px;line-height:1.25}
.compare_sub{color:#666;font-size:.97rem;max-width:520px;line-height:1.6;margin-bottom:40px}
.compare_table_wrap{overflow-x:auto;border-radius:16px;box-shadow:0 4px 24px #23332a1a}
.compare_table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden}
.compare_table th{padding:18px 20px;font-size:.9rem;font-weight:700;text-align:center;border-bottom:2px solid #e8ede8}
.compare_table th.col_feature{text-align:left;color:#888;font-weight:600;background:#fff;width:32%}
.compare_table th.col_us{background:linear-gradient(180deg,#23332A 0%,#30902C 100%);color:#C5C980;border-radius:12px 12px 0 0}
.compare_table th.col_other{background:#f4f4f4;color:#888}
.compare_table td{padding:15px 20px;font-size:.9rem;border-bottom:1px solid #f0f0f0;vertical-align:middle;text-align:center;color:#555}
.compare_table td.feat_name{text-align:left;color:#23332A;font-weight:600;font-size:.92rem}
.compare_table td.col_us_val{background:#30902c0f;color:#23332A;font-weight:600}
.compare_table tr:last-child td{border-bottom:none}
.ic_yes{color:#30902C;font-size:1.1rem}
.ic_no{color:#bbb;font-size:1.1rem}
.ic_partial{color:#C5C980;font-size:1rem}
.section_trust{background:#fff;padding:72px 20px}
.trust_inner{max-width:1000px;margin:0 auto}
.trust_inner h2{font-size:1.85rem;font-weight:700;color:#23332A;text-align:center;margin-bottom:10px}
.trust_sub{text-align:center;color:#666;font-size:.97rem;max-width:500px;margin:0 auto 48px;line-height:1.6}
.trust_cols{display:flex;flex-direction:row;gap:28px;margin-bottom:52px;align-items:flex-start}
.trust_testimonials{flex:1;display:flex;flex-direction:column;gap:20px}
.testi_card{background:#f7f8f5;border-radius:16px;padding:22px 22px 18px;border-left:4px solid #30902C;position:relative}
.testi_card:nth-child(2){border-left-color:#C5C980}
.testi_quote{color:#23332A;font-size:.92rem;line-height:1.6;margin-bottom:14px}
.testi_author{display:flex;flex-direction:row;align-items:center;gap:12px}
.testi_author img{width:42px;height:42px;object-fit:cover;border-radius:50%;border:2px solid #30902C}
.testi_author_info .testi_name{font-size:.9rem;font-weight:700;color:#23332A}
.testi_author_info .testi_role{font-size:.78rem;color:#888}
.trust_right{flex:0 0 300px;display:flex;flex-direction:column;gap:16px}
.trust_quality_card{background:linear-gradient(323deg,#23332A 0%,#30902C 50%,#C5C980 100%);border-radius:16px;padding:24px 22px;color:#fff}
.trust_quality_card h4{color:#C5C980;font-size:1rem;font-weight:700;margin-bottom:12px}
.trust_q_item{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin-bottom:10px}
.trust_q_item:last-child{margin-bottom:0}
.trust_q_icon{width:22px;height:22px;background:#c5c98040;border-radius:6px;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.trust_q_icon i{color:#C5C980;font-size:11px}
.trust_q_txt{color:#ffffffe0;font-size:.84rem;line-height:1.5}
.trust_since{background:#f2f5f0;border-radius:14px;padding:18px 20px;text-align:center}
.trust_since .since_year{font-size:2rem;font-weight:800;color:#30902C;line-height:1}
.trust_since .since_lbl{color:#666;font-size:.82rem;margin-top:4px}
.trust_metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;background:linear-gradient(323deg,#23332A 0%,#30902C 50%,#C5C980 100%);border-radius:20px;padding:32px 28px}
.trust_metric{text-align:center}
.trust_metric .met_val{font-size:1.8rem;font-weight:800;color:#C5C980;line-height:1;display:block}
.trust_metric .met_lbl{color:#ffffffc7;font-size:.8rem;margin-top:6px;display:block}
.divider_wave{line-height:0;overflow:hidden}
.divider_wave svg{display:block;width:100%}
@media (max-width: 860px) {
.hero_inner{flex-direction:column;gap:32px}
.hero_img_col{flex:0 0 auto;width:100%}
.hero_img_frame img{height:200px}
.traj_steps{grid-template-columns:1fr 1fr;gap:28px}
.traj_steps::before{display:none}
.traj_bottom{flex-direction:column}
.career_grid{grid-template-columns:1fr}
.career_header_row{flex-direction:column;align-items:flex-start}
.career_note{text-align:left}
.career_wide_card{flex-direction:column}
.career_wide_img{flex:0 0 auto;width:100%}
.career_wide_img img{width:100%;height:160px}
.trust_cols{flex-direction:column}
.trust_right{flex:0 0 auto;width:100%}
.trust_metrics{grid-template-columns:1fr 1fr}
}
@media (max-width: 560px) {
.hero_txt h1{font-size:1.7rem}
.traj_steps{grid-template-columns:1fr}
.traj_stats{grid-template-columns:1fr 1fr}
.compare_inner h2{font-size:1.4rem}
.trust_metrics{grid-template-columns:1fr 1fr;padding:22px 14px}
.trust_metric .met_val{font-size:1.4rem}
.career_header_row h2{font-size:1.4rem}
.traj_inner h2{font-size:1.4rem}
.trust_inner h2{font-size:1.4rem}
}
.contact_hero{position:relative;overflow:hidden;background:linear-gradient(323deg,#23332A 0%,#30902C 50%,#C5C980 100%);padding:60px 20px}
.contact_hero .inner{max-width:1000px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.contact_hero .txt_col{flex:1;min-width:0}
.contact_hero .txt_col h1{font-size:2.6rem;font-weight:700;color:#fff;line-height:1.2;margin:0 0 18px;position:relative}
.contact_hero .txt_col h1::after{content:'';display:block;width:60px;height:4px;background:#C5C980;margin-top:14px;border-radius:2px}
.contact_hero .txt_col p{color:#ffffffde;font-size:1.05rem;line-height:1.65;margin:0;max-width:420px}
.contact_hero .img_col{flex-shrink:0;width:280px;position:relative}
.contact_hero .img_clip_wrap{width:280px;height:280px;clip-path:polygon(20% 0%,100% 0%,100% 80%,80% 100%,0% 100%,0% 20%);overflow:hidden;border-radius:4px}
.contact_hero .img_clip_wrap img{width:100%;height:100%;object-fit:cover;display:block}
.dot_row{display:flex;flex-direction:row;gap:10px;margin-top:28px;align-items:center}
.dot_row span{display:inline-block;width:8px;height:8px;border-radius:50%;background:#c5c98080}
.dot_row span:nth-child(3),.dot_row span:nth-child(6),.dot_row span:nth-child(9){background:#C5C980;width:10px;height:10px}
.contact_body{max-width:1000px;margin:auto;padding:56px 20px;display:flex;flex-direction:row;gap:48px;align-items:flex-start}
.form_col{flex:1.4;min-width:0}
.form_col h2{font-size:1.6rem;font-weight:700;color:#23332A;margin:0 0 6px;position:relative;padding-left:16px}
.form_col h2::before{content:'';position:absolute;left:0;top:6px;bottom:6px;width:4px;background:linear-gradient(180deg,#30902C,#C5C980);border-radius:2px}
.form_col .sub_note{color:#4a5a50;font-size:.92rem;margin:0 0 28px 16px;line-height:1.5}
.cform{display:flex;flex-direction:column;gap:18px}
.cform .field_row{display:flex;flex-direction:row;gap:16px}
.cform .field_row .fld{flex:1;min-width:0}
.cform .fld{display:flex;flex-direction:column;gap:6px}
.cform .fld label{font-size:.85rem;font-weight:600;color:#23332A;letter-spacing:.02em}
.cform .fld input[type="text"],.cform .fld input[type="email"],.cform .fld select{border:1.5px solid #c8d4cb;border-radius:8px;padding:11px 14px;font-size:.97rem;color:#23332A;background:#f7faf8;transition:border-color 0.2s,box-shadow .2s;outline:none;width:100%;box-sizing:border-box}
.cform .fld input[type="text"]:focus,.cform .fld input[type="email"]:focus,.cform .fld select:focus{border-color:#30902C;box-shadow:0 0 0 3px #30902c1f;background:#fff}
.cform .fld select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2330902C' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}
.radio_grp{display:flex;flex-direction:column;gap:6px}
.radio_grp .grp_label{font-size:.85rem;font-weight:600;color:#23332A;letter-spacing:.02em;margin-bottom:4px}
.radio_grp .radio_opts{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap}
.radio_grp .radio_opts label{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;padding:9px 16px;border:1.5px solid #c8d4cb;border-radius:8px;font-size:.9rem;color:#23332A;background:#f7faf8;transition:border-color 0.2s,background .2s;user-select:none}
.radio_grp .radio_opts input[type="radio"]{accent-color:#30902C;width:16px;height:16px;cursor:pointer}
.radio_grp .radio_opts label:has(input:checked){border-color:#30902C;background:#edf5ec}
.privacy_check{display:flex;flex-direction:row;align-items:flex-start;gap:10px}
.privacy_check input[type="checkbox"]{margin-top:3px;accent-color:#30902C;width:17px;height:17px;flex-shrink:0;cursor:pointer}
.privacy_check .check_txt{font-size:.85rem;color:#4a5a50;line-height:1.55}
.privacy_check .check_txt a{color:#30902C;text-decoration:underline}
.submit_btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#23332A 0%,#30902C 100%);color:#fff;border:none;border-radius:10px;padding:13px 32px;font-size:1rem;font-weight:600;cursor:pointer;position:relative;z-index:2;box-shadow:0 4px 14px #30902c40;transition:opacity 0.2s,transform 0.15s,box-shadow .2s;align-self:flex-start}
.submit_btn:hover{opacity:.92;transform:translateY(-2px);box-shadow:0 8px 20px #30902c4d}
.submit_btn i{font-size:1rem}
.info_col{flex:1;min-width:0;display:flex;flex-direction:column;gap:24px}
.info_card{background:#f7faf8;border-radius:16px;padding:24px 22px;border-left:4px solid #30902C;box-shadow:0 2px 10px #23332a12;display:flex;flex-direction:column;gap:14px}
.info_card .card_hd{display:flex;flex-direction:row;align-items:center;gap:10px}
.info_card .card_hd i{color:#30902C;font-size:1.2rem}
.info_card .card_hd span{font-size:1rem;font-weight:700;color:#23332A}
.info_card .citem{display:flex;flex-direction:row;align-items:flex-start;gap:10px}
.info_card .citem i{color:#30902C;font-size:.95rem;margin-top:3px;flex-shrink:0}
.info_card .citem .ci_text{font-size:.9rem;color:#3a4a40;line-height:1.55}
.info_card .citem .ci_text a{color:#30902C;text-decoration:none}
.info_card .citem .ci_text a:hover{text-decoration:underline}
.tg_btn{display:inline-flex;align-items:center;gap:8px;background:#23332A;color:#C5C980;border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:600;text-decoration:none;margin-top:4px;transition:background .2s;width:fit-content}
.tg_btn:hover{background:#30902C;color:#fff}
.info_note{background:linear-gradient(135deg,#23332A 0%,#30902C 100%);border-radius:14px;padding:22px 20px;color:#fff;font-size:.92rem;line-height:1.6;display:flex;flex-direction:column;gap:8px}
.info_note strong{font-size:1rem;color:#C5C980}
.divider_wave{width:100%;overflow:hidden;line-height:0;margin:0}
.divider_wave svg{display:block;width:100%}
.faq_block{background:#f2f6f3;padding:52px 20px}
.faq_inner{max-width:1000px;margin:auto}
.faq_inner h3{font-size:1.45rem;font-weight:700;color:#23332A;margin:0 0 32px;text-align:center;position:relative}
.faq_inner h3::after{content:'';display:block;width:48px;height:3px;background:#C5C980;margin:12px auto 0;border-radius:2px}
.faq_list{display:flex;flex-direction:column;gap:0}
.faq_item{border-bottom:1px solid #d4ddd7}
.faq_item input[type="checkbox"]{display:none}
.faq_item .faq_q{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:18px 4px;cursor:pointer;font-size:.97rem;font-weight:600;color:#23332A;user-select:none;gap:16px}
.faq_item .faq_q .faq_icon{width:22px;height:22px;border-radius:50%;background:#30902C;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}
.faq_item .faq_q .faq_icon::after{content:'+';color:#fff;font-size:1rem;font-weight:700;line-height:1}
.faq_item input:checked ~ .faq_q .faq_icon{background:#23332A}
.faq_item input:checked ~ .faq_q .faq_icon::after{content:'−'}
.faq_ans{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .2s;font-size:.91rem;color:#4a5a50;line-height:1.65;padding:0 4px}
.faq_item input:checked ~ .faq_ans{max-height:200px;padding-bottom:16px}
@media (max-width: 768px) {
.contact_hero .inner{flex-direction:column-reverse;gap:28px}
.contact_hero .img_col{width:100%}
.contact_hero .img_clip_wrap{width:100%;height:200px}
.contact_hero .txt_col h1{font-size:1.9rem}
.contact_body{flex-direction:column;gap:32px;padding:36px 20px}
.cform .field_row{flex-direction:column}
.radio_grp .radio_opts{flex-direction:column}
}
@media (max-width: 480px) {
.contact_hero{padding:40px 16px}
.contact_hero .txt_col h1{font-size:1.55rem}
.faq_block{padding:36px 16px}
.contact_body{padding:28px 16px}
}
.prog_hero{position:relative;overflow:hidden;background:linear-gradient(323deg,#23332A 0%,#30902C 50%,#C5C980 100%);padding:80px 20px}
.prog_hero .geo_line_tl,.prog_hero .geo_line_tr,.prog_hero .geo_line_bl,.prog_hero .geo_line_br{position:absolute;width:60px;height:60px;pointer-events:none}
.prog_hero .geo_line_tl{top:20px;left:20px;border-top:1px solid #c5c98099;border-left:1px solid #c5c98099}
.prog_hero .geo_line_tr{top:20px;right:20px;border-top:1px solid #c5c98099;border-right:1px solid #c5c98099}
.prog_hero .geo_line_bl{bottom:20px;left:20px;border-bottom:1px solid #c5c98099;border-left:1px solid #c5c98099}
.prog_hero .geo_line_br{bottom:20px;right:20px;border-bottom:1px solid #c5c98099;border-right:1px solid #c5c98099}
.prog_hero_inner{max-width:1000px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.prog_hero_text{flex:1 1 0}
.prog_hero_text .tag_pill{display:inline-block;background:#c5c98033;border:1px solid #c5c98080;color:#C5C980;font-size:12px;letter-spacing:2px;text-transform:uppercase;padding:4px 14px;border-radius:20px;margin-bottom:20px}
.prog_hero_text .main_hdr{font-size:clamp(28px,4vw,48px);font-weight:700;color:#fff;line-height:1.2;margin:0 0 16px}
.prog_hero_text .main_hdr .pause_wrap{display:block;color:#C5C980}
.prog_hero_text .sub_txt{font-size:16px;color:#ffffffd1;line-height:1.6;max-width:420px;margin:0 0 28px}
.prog_hero_text .hero_cta{display:inline-block;background:#C5C980;color:#23332A;font-weight:700;font-size:15px;padding:13px 30px;border-radius:8px;text-decoration:none;transition:background 0.2s,box-shadow .2s;box-shadow:0 4px 16px #c5c9804d;position:relative;z-index:2}
.prog_hero_text .hero_cta:hover{background:#d4d98a;box-shadow:0 6px 20px #c5c98080;text-decoration:none;color:#23332A}
.prog_hero_img_wrap{flex:0 0 340px;position:relative}
.prog_hero_img_wrap img{width:340px;height:400px;object-fit:cover;border-radius:16px;display:block;filter:sepia(20%) contrast(1.05) brightness(0.95);box-shadow:0 12px 40px #23332a80}
.prog_hero_img_wrap::before{content:'';position:absolute;top:-8px;left:-8px;right:8px;bottom:8px;border:1px solid #c5c98066;border-radius:18px;pointer-events:none}
.modules_section{background:#f8f9f4;padding:80px 20px}
.modules_inner{max-width:1000px;margin:0 auto}
.modules_hdr_row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:48px}
.modules_hdr_row .sec_label{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#30902C;margin-bottom:8px;font-weight:600}
.modules_hdr_row h2{font-size:clamp(22px,3vw,36px);font-weight:700;color:#23332A;margin:0;line-height:1.25}
.modules_hdr_row .hdr_note{font-size:14px;color:#555;max-width:240px;line-height:1.5;text-align:right}
.mod_tabs{display:flex;flex-direction:column;gap:0}
.mod_tab_input{display:none}
.mod_tab_label{display:flex;flex-direction:row;align-items:center;gap:16px;padding:20px 24px;background:#fff;border-left:3px solid #e0e0d8;cursor:pointer;transition:border-color 0.2s,background .2s;margin-bottom:2px;border-radius:4px;position:relative}
.mod_tab_label .tab_num{font-size:22px;font-weight:800;color:#C5C980;min-width:36px}
.mod_tab_label .tab_title_txt{font-size:16px;font-weight:600;color:#23332A;flex:1}
.mod_tab_label .tab_arrow{font-size:12px;color:#999;transition:transform .2s}
.mod_tab_input:checked + .mod_tab_label{border-left-color:#30902C;background:#f0f7ee}
.mod_tab_input:checked + .mod_tab_label .tab_num{color:#30902C}
.mod_tab_input:checked + .mod_tab_label .tab_arrow{transform:rotate(90deg);color:#30902C}
.mod_tab_body{display:none;padding:0 24px 20px 80px;background:#f0f7ee;border-left:3px solid #30902C;border-radius:0 0 4px 4px;margin-bottom:2px}
.mod_tab_input:checked ~ .mod_tab_body{display:block}
.mod_tab_body .mod_desc{font-size:14px;color:#444;line-height:1.65;margin:14px 0 12px}
.mod_tab_body .mod_skills{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}
.mod_tab_body .mod_skills li{background:#fff;border:1px solid #C5C980;color:#23332A;font-size:12px;padding:4px 12px;border-radius:20px;font-weight:500}
.outcomes_section{background:#fff;padding:80px 20px;position:relative;overflow:hidden}
.outcomes_section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#23332A 0%,#30902C 50%,#C5C980 100%)}
.outcomes_inner{max-width:1000px;margin:0 auto}
.outcomes_grid{display:grid;grid-template-columns:1fr 1fr;gap:0}
.outcomes_left{padding-right:48px;border-right:1px solid #e8e8e0}
.outcomes_left .sec_eyebrow{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#30902C;font-weight:600;margin-bottom:10px}
.outcomes_left h2{font-size:clamp(20px,2.8vw,32px);font-weight:700;color:#23332A;margin:0 0 20px;line-height:1.3}
.outcomes_left .out_intro{font-size:15px;color:#555;line-height:1.65;margin-bottom:28px}
.stat_row{display:flex;flex-direction:row;gap:32px;margin-bottom:28px}
.stat_item .stat_num{font-size:36px;font-weight:800;color:#23332A;line-height:1}
.stat_item .stat_num span{color:#30902C}
.stat_item .stat_lbl{font-size:12px;color:#888;margin-top:4px;line-height:1.4}
.outcomes_right{padding-left:48px;display:flex;flex-direction:column;gap:16px;justify-content:center}
.out_card{background:#f8f9f4;border-radius:12px;padding:18px 20px;display:flex;flex-direction:row;align-items:flex-start;gap:14px;border:1px solid #e8e8e0;transition:box-shadow 0.2s,border-color .2s}
.out_card:hover{box-shadow:0 4px 20px #30902c1a;border-color:#C5C980}
.out_card .out_icon{width:36px;height:36px;background:linear-gradient(135deg,#23332A 0%,#30902C 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.out_card .out_icon i{color:#C5C980;font-size:16px}
.out_card .out_txt h5{font-size:14px;font-weight:700;color:#23332A;margin:0 0 4px}
.out_card .out_txt p{font-size:13px;color:#666;margin:0;line-height:1.5}
.testimonials_section{background:linear-gradient(160deg,#23332A 0%,#2a5a27 60%,#1e2d22 100%);padding:80px 20px}
.test_inner{max-width:1000px;margin:0 auto}
.test_top{text-align:center;margin-bottom:48px}
.test_top .sec_badge{display:inline-block;background:#c5c98026;border:1px solid #c5c9804d;color:#C5C980;font-size:11px;letter-spacing:2px;text-transform:uppercase;padding:5px 16px;border-radius:20px;margin-bottom:14px}
.test_top h2{font-size:clamp(22px,3vw,34px);font-weight:700;color:#fff;margin:0}
.test_cards_row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:40px}
.test_card{background:#ffffff0f;border:1px solid #c5c98033;border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;gap:16px;transition:background .2s}
.test_card:hover{background:#ffffff1a}
.test_card .test_quote{font-size:14px;color:#ffffffd1;line-height:1.65;font-style:italic;margin:0}
.test_card .test_quote::before{content:'"';font-size:36px;color:#C5C980;line-height:.5;vertical-align:-16px;margin-right:4px}
.test_card .test_author{display:flex;flex-direction:row;align-items:center;gap:12px}
.test_card .test_author img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #c5c98066}
.test_card .test_author .auth_info .auth_name{font-size:14px;font-weight:700;color:#fff}
.test_card .test_author .auth_info .auth_role{font-size:12px;color:#C5C980}
.test_cta_row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}
.test_cta_row .enroll_btn{display:inline-block;background:#C5C980;color:#23332A;font-weight:700;font-size:15px;padding:14px 36px;border-radius:8px;text-decoration:none;transition:background 0.2s,box-shadow .2s;box-shadow:0 4px 20px #c5c98040;position:relative;z-index:2}
.test_cta_row .enroll_btn:hover{background:#d4d98a;box-shadow:0 6px 28px #c5c98066;text-decoration:none;color:#23332A}
.test_cta_row .req_link{font-size:14px;color:#c5c980cc;text-decoration:underline;text-underline-offset:3px;transition:color .2s}
.test_cta_row .req_link:hover{color:#C5C980}
.svg_divider{display:block;width:100%;overflow:hidden;line-height:0}
.svg_divider svg{display:block;width:100%}
@media (max-width: 768px) {
.prog_hero_inner{flex-direction:column;gap:32px}
.prog_hero_img_wrap{flex:none;width:100%}
.prog_hero_img_wrap img{width:100%;height:280px}
.modules_hdr_row{flex-direction:column;align-items:flex-start;gap:8px}
.modules_hdr_row .hdr_note{text-align:left;max-width:100%}
.outcomes_grid{grid-template-columns:1fr}
.outcomes_left{padding-right:0;border-right:none;border-bottom:1px solid #e8e8e0;padding-bottom:32px;margin-bottom:32px}
.outcomes_right{padding-left:0}
.test_cards_row{grid-template-columns:1fr}
.mod_tab_body{padding-left:24px}
.stat_row{gap:20px}
}
@media (max-width: 480px) {
.prog_hero{padding:60px 16px}
.modules_section{padding:56px 16px}
.outcomes_section{padding:56px 16px}
.testimonials_section{padding:56px 16px}
.test_cta_row{flex-direction:column;gap:16px}
}
.success_pg{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden;background:#f8f9f6}
.success_pg .bg_shape_1{position:absolute;top:-80px;right:-80px;width:400px;height:400px;border-radius:50%;background:linear-gradient(323deg,#23332A 0%,#30902C 50%,#C5C980 100%);opacity:.08;pointer-events:none}
.success_pg .bg_shape_2{position:absolute;bottom:-60px;left:-60px;width:300px;height:300px;border-radius:50%;background:linear-gradient(145deg,#C5C980 0%,#30902C 60%,#23332A 100%);opacity:.07;pointer-events:none}
.success_pg .particles_wrap{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.success_pg .particles_wrap span{position:absolute;display:block;border-radius:50%;background:#30902C;opacity:0;animation:particle_float 6s infinite ease-in-out}
.success_pg .particles_wrap span:nth-child(1){width:6px;height:6px;left:15%;top:20%;animation-delay:0s;animation-duration:7s}
.success_pg .particles_wrap span:nth-child(2){width:4px;height:4px;left:75%;top:35%;animation-delay:1.5s;animation-duration:5.5s;background:#C5C980}
.success_pg .particles_wrap span:nth-child(3){width:5px;height:5px;left:45%;top:75%;animation-delay:3s;animation-duration:8s}
.success_pg .particles_wrap span:nth-child(4){width:3px;height:3px;left:85%;top:65%;animation-delay:.8s;animation-duration:6s;background:#C5C980}
.success_pg .particles_wrap span:nth-child(5){width:5px;height:5px;left:25%;top:55%;animation-delay:2.2s;animation-duration:7.5s}
.success_pg .particles_wrap span:nth-child(6){width:4px;height:4px;left:60%;top:15%;animation-delay:4s;animation-duration:5s;background:#23332A;opacity:0}
@keyframes particle_float {
0%{opacity:0;transform:translateY(0px) scale(1)}
30%{opacity:.4}
60%{opacity:.25;transform:translateY(-30px) scale(1.1)}
100%{opacity:0;transform:translateY(-60px) scale(0.8)}
}
.success_card{max-width:680px;width:100%;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 8px 40px #30902c1f 0 2px 8px #23332a14;overflow:hidden;position:relative;z-index:2}
.success_card .card_top_bar{height:6px;background:linear-gradient(90deg,#23332A 0%,#30902C 55%,#C5C980 100%)}
.success_card .card_body{padding:52px 56px 48px;display:flex;flex-direction:column;align-items:center;text-align:center}
.success_card .icon_ring{width:88px;height:88px;border-radius:50%;background:linear-gradient(145deg,#e8f5e9 0%,#f0f7ea 100%);display:flex;align-items:center;justify-content:center;margin-bottom:28px;box-shadow:0 4px 18px #30902c26 inset 0 2px 6px #c5c98033;position:relative}
.success_card .icon_ring::after{content:'';position:absolute;inset:-3px;border-radius:50%;border:2px dashed #C5C980;opacity:.6;animation:spin_slow 12s linear infinite}
@keyframes spin_slow {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.success_card .icon_ring i{font-size:38px;color:#30902C}
.success_card .card_body .main_hdr{font-size:30px;font-weight:700;color:#23332A;line-height:1.25;margin-bottom:14px;letter-spacing:-.3px}
.success_card .card_body .main_hdr span{color:#30902C}
.success_card .card_body .sub_txt{font-size:16px;color:#4a5e50;line-height:1.65;margin-bottom:10px;max-width:480px}
.success_card .card_body .metaphor_txt{font-size:14px;color:#7a9280;line-height:1.6;margin-bottom:36px;max-width:420px;font-style:italic}
.success_card .divider_dots{display:flex;align-items:center;gap:8px;margin-bottom:36px}
.success_card .divider_dots span{display:block;width:8px;height:8px;border-radius:50%;background:#C5C980}
.success_card .divider_dots span:nth-child(2){background:#30902C;width:10px;height:10px}
.success_card .divider_dots span:nth-child(3){background:#23332A}
.success_card .next_steps{width:100%;background:#f7faf7;border-radius:12px;padding:24px 28px;margin-bottom:36px;text-align:left;border:1px solid #e0eedd}
.success_card .next_steps .steps_lbl{font-size:11px;font-weight:700;color:#30902C;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.success_card .next_steps .steps_lbl i{font-size:13px}
.success_card .next_steps .step_row{display:flex;flex-direction:row;align-items:flex-start;gap:14px;margin-bottom:14px}
.success_card .next_steps .step_row:last-child{margin-bottom:0}
.success_card .next_steps .step_num{min-width:26px;height:26px;border-radius:6px;background:linear-gradient(135deg,#23332A 0%,#30902C 100%);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}
.success_card .next_steps .step_info{display:flex;flex-direction:column;gap:2px}
.success_card .next_steps .step_title{font-size:14px;font-weight:600;color:#23332A;line-height:1.3}
.success_card .next_steps .step_desc{font-size:13px;color:#6b8070;line-height:1.5}
.success_card .action_row{display:flex;flex-direction:row;gap:14px;width:100%;justify-content:center;flex-wrap:wrap}
.success_card .btn_primary_s{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;border-radius:10px;background:linear-gradient(135deg,#23332A 0%,#30902C 100%);color:#fff;font-size:15px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:box-shadow 0.2s,transform .15s;box-shadow:0 4px 16px #30902c38;position:relative;z-index:3}
.success_card .btn_primary_s:hover{box-shadow:0 6px 24px #30902c59;transform:translateY(-2px);color:#fff;text-decoration:none}
.success_card .btn_outline_s{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:10px;background:transparent;color:#30902C;font-size:15px;font-weight:600;text-decoration:none;border:2px solid #30902C;cursor:pointer;transition:background 0.2s,color 0.2s,transform .15s;position:relative;z-index:3}
.success_card .btn_outline_s:hover{background:#30902C;color:#fff;transform:translateY(-2px);text-decoration:none}
.success_card .card_footer_note{margin-top:28px;padding-top:22px;border-top:1px solid #eaf0e8;width:100%;text-align:center}
.success_card .card_footer_note .contact_hint{font-size:13px;color:#8a9e8e;line-height:1.6}
.success_card .card_footer_note .contact_hint a{color:#30902C;text-decoration:none;font-weight:500;border-bottom:1px dashed #C5C980;transition:color .2s}
.success_card .card_footer_note .contact_hint a:hover{color:#23332A}
@media (max-width: 640px) {
.success_card .card_body{padding:36px 24px 32px}
.success_card .card_body .main_hdr{font-size:24px}
.success_card .next_steps{padding:18px 16px}
.success_card .action_row{flex-direction:column;align-items:stretch}
.success_card .btn_primary_s,.success_card .btn_outline_s{justify-content:center}
.success_pg .bg_shape_1{width:240px;height:240px;top:-40px;right:-40px}
.success_pg .bg_shape_2{width:180px;height:180px}
}
@media (min-width: 641px) and (max-width: 900px) {
.success_card .card_body{padding:44px 36px 40px}
}