*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:16px;line-height:1.6;color:#1a1a1a;background:#fff;font-weight:400}
.hd-wrapper{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border-bottom:1px solid #6845f61a;box-shadow:0 2px 8px #0000000a}
.hd-ct{max-width:1440px;margin:0 auto;padding:20px 40px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.lg-zone{flex-shrink:0}
.lg-link{display:block;transition:transform .3s ease}
.lg-link:hover{transform:scale(1.05)}
.lg-img{width:90px;height:90px;display:block;background:#ffffff80;border-radius:12px;padding:8px;box-shadow:0 4px 12px #6845f614}
.cmp-id{flex:1;text-align:center;min-width:0}
.cmp-txt{font-size:28px;font-weight:700;background:linear-gradient(135deg,#6845F6 0%,#046435 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}
.nv-main{flex-shrink:0}
.nv-list{list-style:none;display:flex;gap:32px;align-items:center}
.nv-itm{position:relative}
.nv-lnk{text-decoration:none;color:#2c3e50;font-weight:500;font-size:15px;padding:8px 0;display:block;transition:color .3s ease;position:relative}
.nv-lnk::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#6845F6,#046435);transition:width .3s ease}
.nv-lnk:hover{color:#6845F6}
.nv-lnk:hover::after{width:100%}
.nv-has-sub{position:relative}
.sub-nv{position:absolute;top:100%;left:-20px;background:#fff;box-shadow:0 8px 24px #0000001f;border-radius:12px;padding:12px 0;min-width:220px;list-style:none;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:100;margin-top:8px}
.nv-has-sub:hover .sub-nv{opacity:1;visibility:visible;transform:translateY(0)}
.sub-itm{padding:0}
.sub-lnk{display:block;padding:10px 24px;color:#2c3e50;text-decoration:none;font-size:14px;font-weight:500;transition:background .2s ease,color .2s ease}
.sub-lnk:hover{background:linear-gradient(90deg,#6845f60d,#0464350d);color:#6845F6}
.ft-wrapper{background:linear-gradient(135deg,#6845f608 0%,#04643505 100%);border-top:1px solid #6845f61a;padding:60px 0 20px;margin-top:80px}
.ft-ct{max-width:1440px;margin:0 auto;padding:0 40px}
.ft-row-v1{display:grid;grid-template-columns:2fr 1fr;gap:60px;margin-bottom:40px}
.company-card .ft-lg-wrap{margin-bottom:20px}
.ft-lg{width:70px;height:70px;background:#ffffffb3;border-radius:10px;padding:6px;box-shadow:0 2px 8px #6845f60f}
.ft-desc{color:#4a5568;font-size:15px;line-height:1.7;margin-bottom:24px;max-width:500px}
.ft-contacts{display:flex;flex-direction:column;gap:12px}
.ft-contact-itm{color:#2c3e50;font-size:14px;display:flex;align-items:center;gap:10px}
.ft-contact-itm i{color:#6845F6;font-size:16px}
.ft-links-sec{display:flex;justify-content:flex-end}
.ft-nv .ft-list{list-style:none;display:flex;flex-direction:column;gap:16px}
.ft-link{text-decoration:none;color:#4a5568;font-size:14px;font-weight:500;transition:color .3s ease;position:relative;display:inline-block}
.ft-link::before{content:'';position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#6845F6;transition:width .3s ease}
.ft-link:hover{color:#6845F6}
.ft-link:hover::before{width:100%}
.ft-row-v2{padding-top:30px;border-top:1px solid #6845f614}
.cpy-zone{text-align:center}
.cpy-txt{color:#718096;font-size:14px}
.cookie-bar{position:fixed;bottom:0;left:0;right:0;background:#fffffffa;backdrop-filter:blur(10px);border-top:1px solid #6845f626;box-shadow:0 -4px 20px #00000014;padding:20px;z-index:1000;display:none}
.cookie-bar.showing{display:block}
.cookie-ct{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px}
.cookie-msg{color:#2c3e50;font-size:14px;line-height:1.6;flex:1}
.cookie-btns{display:flex;gap:16px;flex-shrink:0}
.cookie-btn{padding:10px 28px;border:2px solid #6845F6;background:transparent;color:#6845F6;font-size:14px;font-weight:500;font-family:'Manrope',sans-serif;border-radius:10px;cursor:pointer;transition:all .3s ease}
.cookie-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6845f633}
.cookie-btn.accept-v1:hover{background:linear-gradient(135deg,#6845F6,#046435);color:#fff;border-color:transparent}
.cookie-btn.decline-v1{border-color:#718096;color:#718096}
.cookie-btn.decline-v1:hover{background:#f7fafc;border-color:#4a5568;color:#4a5568}
@media (max-width: 1024px) {
.hd-ct{flex-wrap:wrap;padding:20px 30px}
.lg-zone{order:1}
.cmp-id{order:2;flex:1;text-align:left;margin-left:20px}
.nv-main{order:3;width:100%;margin-top:20px}
.nv-list{justify-content:center;flex-wrap:wrap;gap:24px}
.ft-row-v1{grid-template-columns:1fr;gap:40px}
.ft-links-sec{justify-content:flex-start}
.cookie-ct{flex-direction:column;text-align:center}
.cookie-btns{width:100%;justify-content:center}
}
@media (max-width: 640px) {
.hd-ct{padding:16px 20px}
.lg-img{width:70px;height:70px}
.cmp-txt{font-size:22px}
.nv-list{flex-direction:column;gap:16px}
.sub-nv{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:transparent;padding:8px 0 0 20px;margin-top:8px}
.ft-wrapper{padding:40px 0 20px}
.ft-ct{padding:0 20px}
.cookie-btns{flex-direction:column;width:100%}
.cookie-btn{width:100%}
}
.legal-section{max-width:1440px;margin:0 auto;padding:80px 24px;background:#fff}
.legal-section p{font-size:16px;line-height:1.75;color:#2d3748;margin:0 0 20px;max-width:800px}
.legal-section p + p{margin-top:16px}
.legal-section strong,.legal-section b{font-weight:600;color:#1a202c}
.legal-section em,.legal-section i{font-style:italic;color:#4a5568}
.legal-section h1{font-size:42px;font-weight:700;color:#1a202c;margin:0 0 16px;line-height:1.2}
.legal-section h2{font-size:32px;font-weight:600;color:#2d3748;margin:48px 0 20px;line-height:1.3;border-bottom:2px solid #FEECC1;padding-bottom:12px}
.legal-section h3{font-size:24px;font-weight:600;color:#046435;margin:36px 0 16px;line-height:1.4}
.legal-section h4{font-size:20px;font-weight:600;color:#4a5568;margin:28px 0 12px;line-height:1.4}
.legal-section h5{font-size:18px;font-weight:500;color:#4a5568;margin:24px 0 12px;line-height:1.5}
.legal-section h6{font-size:16px;font-weight:500;color:#718096;margin:20px 0 12px;line-height:1.5}
.legal-section ul,.legal-section ol{margin:0 0 24px;padding-left:32px;max-width:800px}
.legal-section ul li,.legal-section ol li{font-size:16px;line-height:1.75;color:#2d3748;margin-bottom:12px}
.legal-section ul li::marker{color:#6845F6}
.legal-section ol li::marker{color:#046435;font-weight:600}
.legal-section ul ul,.legal-section ol ol,.legal-section ul ol,.legal-section ol ul{margin:12px 0 0}
.legal-section a{color:#6845F6;text-decoration:underline;transition:color .2s ease}
.legal-section a:hover{color:#046435}
.legal-section table{width:100%;max-width:1000px;border-collapse:collapse;margin:32px 0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000a}
.legal-section thead{background:linear-gradient(135deg,#6845F6,#046435)}
.legal-section thead tr{border:none}
.legal-section thead th{padding:16px 20px;text-align:left;font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}
.legal-section tbody{background:#fff}
.legal-section tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}
.legal-section tbody tr:last-child{border-bottom:none}
.legal-section tbody tr:hover{background-color:#f7fafc}
.legal-section tbody td{padding:16px 20px;font-size:15px;line-height:1.6;color:#4a5568}
.legal-section tbody th{padding:16px 20px;font-size:15px;font-weight:600;color:#2d3748;text-align:left;background-color:#f7fafc}
.legal-section div{margin:0}
.legal-section blockquote{margin:28px 0;padding:20px 24px;border-left:4px solid #6845F6;background:linear-gradient(to right,#f7f5ff,#fff);border-radius:0 8px 8px 0}
.legal-section blockquote p{color:#4a5568;font-style:italic;margin:0}
.legal-section hr{border:none;height:2px;background:linear-gradient(to right,#6845F6,#FEECC1,#046435);margin:48px 0;border-radius:2px}
.legal-section code{background:#f7fafc;padding:2px 8px;border-radius:4px;font-family:'Courier New',monospace;font-size:14px;color:#6845F6;border:1px solid #e2e8f0}
.legal-section pre{background:#2d3748;padding:20px;border-radius:8px;overflow-x:auto;margin:24px 0}
.legal-section pre code{background:transparent;padding:0;border:none;color:#FEECC1;font-size:14px;line-height:1.6}
@media (max-width: 768px) {
.legal-section{padding:48px 20px}
.legal-section h1{font-size:32px}
.legal-section h2{font-size:26px;margin:36px 0 16px}
.legal-section h3{font-size:22px;margin:28px 0 12px}
.legal-section h4{font-size:18px}
.legal-section p,.legal-section ul li,.legal-section ol li{font-size:15px}
.legal-section table{font-size:14px}
.legal-section thead th,.legal-section tbody td,.legal-section tbody th{padding:12px 16px;font-size:14px}
.legal-section ul,.legal-section ol{padding-left:24px}
}
@media (max-width: 480px) {
.legal-section{padding:32px 16px}
.legal-section h1{font-size:28px}
.legal-section h2{font-size:24px}
.legal-section h3{font-size:20px}
.legal-section table{display:block;overflow-x:auto;white-space:nowrap}
.legal-section thead th,.legal-section tbody td,.legal-section tbody th{padding:10px 12px;font-size:13px}
}
.lp_hro{position:relative;height:100vh;display:flex;align-items:flex-end;overflow:hidden}
.lp_hro_img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(0.7)}
.lp_hro::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(to top,#6845f666,transparent);z-index:1}
.lp_hro_txt{position:relative;z-index:2;padding:0 5% 8%;max-width:1440px;margin:0 auto;width:100%}
.lp_hro_txt h1{color:#fff;font-size:3.2rem;line-height:1.2;margin:0;text-shadow:0 4px 12px #0000004d}
.prg_ovr{background:linear-gradient(135deg,#FEECC1 0%,#fff 100%);padding:6rem 5%}
.prg_ovr_wr{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.prg_ovr_ct h2{font-size:2.4rem;color:#046435;margin:0 0 1.5rem;line-height:1.3}
.prg_ovr_ct p{font-size:1.05rem;color:#2a2a2a;line-height:1.7;margin:0 0 1.2rem}
.prg_ovr_vis{position:relative}
.prg_ovr_vis img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #6845f626}
.strct_mdl{background:#fff;padding:7rem 5%}
.strct_mdl_wr{max-width:1440px;margin:0 auto}
.strct_mdl_hd{text-align:center;margin-bottom:4rem}
.strct_mdl_hd h2{font-size:2.6rem;color:#6845F6;margin:0 0 1rem}
.strct_mdl_hd p{font-size:1.1rem;color:#555;max-width:700px;margin:0 auto;line-height:1.6}
.strct_grd{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.strct_crd{background:linear-gradient(160deg,#f9f9f9 0%,#fff 100%);border:2px solid #FEECC1;border-radius:14px;padding:2.5rem 2rem;position:relative;transition:all .3s ease}
.strct_crd:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0464351f;border-color:#046435}
.strct_crd::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,#6845F6,#046435);border-radius:14px 0 0 14px}
.strct_crd h3{font-size:1.4rem;color:#046435;margin:0 0 1rem}
.strct_crd_meta{display:flex;gap:1.5rem;margin-bottom:1.2rem;font-size:.95rem;color:#666}
.strct_crd_meta span{display:flex;align-items:center;gap:.4rem}
.strct_crd p{font-size:1rem;color:#444;line-height:1.6;margin:0}
.tm_prfl{background:linear-gradient(135deg,#6845F6 0%,#046435 100%);padding:7rem 5%;position:relative}
.tm_prfl::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:repeating-linear-gradient(90deg,#FEECC1 0px,#FEECC1 20px,transparent 20px,transparent 40px)}
.tm_prfl_wr{max-width:1440px;margin:0 auto}
.tm_prfl_hd{margin-bottom:4rem}
.tm_prfl_hd h2{font-size:2.6rem;color:#FEECC1;margin:0 0 1rem}
.tm_prfl_hd p{font-size:1.1rem;color:#ffffffe6;max-width:650px;line-height:1.6;margin:0}
.tm_grd{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.tm_crd{background:#ffffff14;border-radius:12px;padding:0;overflow:hidden;transition:all .3s ease;border:1px solid #feecc133}
.tm_crd:hover{transform:scale(1.05);background:#ffffff1f;border-color:#FEECC1}
.tm_crd_img{width:100%;height:280px;object-fit:cover}
.tm_crd_inf{padding:1.5rem}
.tm_crd_inf h4{font-size:1.2rem;color:#fff;margin:0 0 .5rem}
.tm_crd_inf p{font-size:.95rem;color:#FEECC1;margin:0}
.enrl_act{background:#fff;padding:6rem 5%}
.enrl_act_wr{max-width:1440px;margin:0 auto;display:flex;align-items:center;gap:4rem}
.enrl_act_txt{flex:1}
.enrl_act_txt h2{font-size:2.4rem;color:#046435;margin:0 0 1.5rem;line-height:1.3}
.enrl_act_txt p{font-size:1.05rem;color:#444;line-height:1.7;margin:0 0 2rem}
.enrl_act_lst{list-style:none;padding:0;margin:0 0 2.5rem}
.enrl_act_lst li{padding:.8rem 0;font-size:1rem;color:#333;border-bottom:1px dashed #6845f633;position:relative;padding-left:2rem}
.enrl_act_lst li::before{content:'✓';position:absolute;left:0;color:#6845F6;font-weight:700;font-size:1.2rem}
.enrl_act_img{flex:1}
.enrl_act_img img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #04643526}
.enrl_btns{display:flex;gap:1.5rem;flex-wrap:wrap}
.btn_prim{background:linear-gradient(135deg,#6845F6,#046435);color:#fff;padding:1rem 2.5rem;border-radius:10px;text-decoration:none;font-size:1.05rem;font-weight:600;transition:all .3s ease;display:inline-block;box-shadow:0 4px 16px #6845f64d}
.btn_prim:hover{transform:translateY(-3px);box-shadow:0 8px 24px #6845f666}
.btn_sec{background:transparent;color:#6845F6;padding:1rem 2.5rem;border-radius:10px;text-decoration:none;font-size:1.05rem;font-weight:600;border:2px solid #6845F6;transition:all .3s ease;display:inline-block}
.btn_sec:hover{background:#6845F6;color:#fff;transform:translateY(-3px)}
@media (max-width: 1024px) {
.lp_hro_txt h1{font-size:2.4rem}
.prg_ovr_wr{grid-template-columns:1fr;gap:3rem}
.strct_grd{grid-template-columns:repeat(2,1fr);gap:2rem}
.tm_grd{grid-template-columns:repeat(2,1fr)}
.enrl_act_wr{flex-direction:column;gap:3rem}
}
@media (max-width: 768px) {
.lp_hro{height:70vh}
.lp_hro_txt{padding:0 5% 5%}
.lp_hro_txt h1{font-size:1.8rem}
.prg_ovr{padding:4rem 5%}
.prg_ovr_ct h2{font-size:1.8rem}
.strct_mdl{padding:4rem 5%}
.strct_mdl_hd h2{font-size:2rem}
.strct_grd{grid-template-columns:1fr;gap:1.5rem}
.tm_prfl{padding:4rem 5%}
.tm_prfl_hd h2{font-size:2rem}
.tm_grd{grid-template-columns:1fr}
.enrl_act{padding:4rem 5%}
.enrl_act_txt h2{font-size:1.8rem}
.enrl_btns{flex-direction:column}
.btn_prim,.btn_sec{width:100%;text-align:center}
}
.pg_wr{width:100%;max-width:1440px;margin:0 auto}
.hero_sc{background:linear-gradient(135deg,#6845F6 0%,#046435 100%);padding:0;position:relative;overflow:hidden}
.hero_sc::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,#feecc126,transparent 70%);pointer-events:none}
.hero_grd{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:0;min-height:520px}
.hero_txt{padding:60px 80px 60px 60px;position:relative;z-index:2}
.hero_meta{font-size:.95rem;color:#FEECC1;margin-bottom:16px;letter-spacing:.3px}
.hero_hd{font-size:3rem;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.15}
.hero_desc{font-size:1.1rem;color:#ffffffe6;line-height:1.6;margin-bottom:32px}
.hero_img_wrap{position:relative;height:100%;min-height:520px}
.hero_img_wrap img{width:100%;height:100%;object-fit:cover;display:block}
.hero_img_wrap::before,.hero_img_wrap::after{content:'';position:absolute;left:0;right:0;height:100px;z-index:1;pointer-events:none}
.hero_img_wrap::before{top:0;background:linear-gradient(to bottom,#6845f699,transparent)}
.hero_img_wrap::after{bottom:0;background:linear-gradient(to top,#046435b3,transparent)}
.hero_bt{display:inline-block;padding:14px 32px;background:#FEECC1;color:#046435;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.hero_bt:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003;background:#fff}
.crr_sc{padding:80px 60px;background:#fff}
.crr_hd{font-size:2.4rem;color:#046435;margin:0 0 16px;font-weight:700}
.crr_intro{font-size:1.05rem;color:#333;line-height:1.7;margin-bottom:48px;max-width:820px}
.crr_grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.crr_crd{background:linear-gradient(135deg,#f8f9fa,#fff);padding:32px;border-radius:12px;border:2px solid #e9ecef;transition:all .3s ease}
.crr_crd:hover{transform:translateY(-4px);box-shadow:0 8px 24px #6845f61f;border-color:#6845F6}
.crr_crd_ic{width:48px;height:48px;background:linear-gradient(135deg,#6845F6,#046435);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.crr_crd_ic svg{width:24px;height:24px;fill:#fff}
.crr_crd_ttl{font-size:1.3rem;color:#046435;margin:0 0 12px;font-weight:600}
.crr_crd_txt{font-size:.95rem;color:#555;line-height:1.6;margin:0}
.nmbr_sc{padding:80px 60px;background:linear-gradient(to right,#FEECC1,#f8f9fa);position:relative}
.nmbr_sc::before{content:'';position:absolute;top:0;left:0;width:40%;height:100%;background:linear-gradient(90deg,#6845f614,transparent);pointer-events:none}
.nmbr_hd{font-size:2.4rem;color:#6845F6;margin:0 0 48px;font-weight:700;text-align:center;position:relative}
.nmbr_fx{display:flex;justify-content:space-around;gap:48px;position:relative}
.nmbr_itm{text-align:center;flex:1}
.nmbr_val{font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,#6845F6,#046435);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 12px;line-height:1}
.nmbr_lbl{font-size:1.1rem;color:#046435;font-weight:500;margin:0}
.aft_sc{padding:80px 60px;background:#fff}
.aft_grd{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}
.aft_img img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 12px 32px #0000001a}
.aft_txt_hd{font-size:2.4rem;color:#046435;margin:0 0 20px;font-weight:700}
.aft_txt_p{font-size:1.05rem;color:#333;line-height:1.7;margin-bottom:24px}
.aft_lst{list-style:none;padding:0;margin:32px 0 0}
.aft_lst_itm{padding:16px 0;border-bottom:1px solid #e9ecef;display:flex;align-items:center;gap:16px}
.aft_lst_itm::before{content:'';width:8px;height:8px;background:#6845F6;border-radius:50%;flex-shrink:0}
.aft_lst_itm span{font-size:1rem;color:#333;font-weight:500}
.abt_sc{padding:80px 60px;background:linear-gradient(135deg,#6845F6 0%,#046435 100%);color:#fff;position:relative}
.abt_sc::after{content:'';position:absolute;bottom:0;right:0;width:300px;height:300px;background:radial-gradient(circle,#feecc133,transparent);pointer-events:none}
.abt_cnt{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}
.abt_hd{font-size:2.6rem;margin:0 0 24px;font-weight:700}
.abt_p{font-size:1.1rem;line-height:1.8;margin-bottom:20px;opacity:.95}
.abt_hlght{background:#feecc140;padding:2px 8px;border-radius:4px}
.rsch_sc{padding:80px 60px;background:#f8f9fa}
.rsch_hd{font-size:2.4rem;color:#046435;margin:0 0 20px;font-weight:700}
.rsch_intro{font-size:1.05rem;color:#333;line-height:1.7;margin-bottom:48px;max-width:820px}
.rsch_grd{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.rsch_blk{background:#fff;padding:36px;border-radius:12px;border-left:4px solid #6845F6;box-shadow:0 4px 16px #0000000f}
.rsch_blk_hd{font-size:1.4rem;color:#046435;margin:0 0 16px;font-weight:600;display:flex;align-items:center;gap:12px}
.rsch_blk_hd::before{content:'';width:32px;height:32px;background:linear-gradient(135deg,#6845F6,#046435);border-radius:6px;flex-shrink:0}
.rsch_blk_txt{font-size:.98rem;color:#555;line-height:1.6;margin:0}
.eco_sc{padding:80px 60px;background:#fff;position:relative}
.eco_hd{font-size:2.4rem;color:#6845F6;margin:0 0 16px;font-weight:700;text-align:center}
.eco_sub{font-size:1.05rem;color:#555;text-align:center;margin-bottom:56px;max-width:700px;margin-left:auto;margin-right:auto}
.eco_fx{display:flex;gap:24px;align-items:stretch}
.eco_mn{flex:1.5;background:linear-gradient(135deg,#FEECC1,#fff);padding:48px;border-radius:16px;border:2px solid #6845F6;position:relative}
.eco_mn::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#6845F6,#046435);border-radius:16px;z-index:-1;opacity:.3}
.eco_mn_hd{font-size:1.8rem;color:#046435;margin:0 0 20px;font-weight:700}
.eco_mn_txt{font-size:1rem;color:#333;line-height:1.7;margin-bottom:16px}
.eco_sd{flex:1;display:flex;flex-direction:column;gap:24px}
.eco_sd_crd{background:#f8f9fa;padding:28px;border-radius:12px;border:1px solid #e9ecef;transition:all .3s ease}
.eco_sd_crd:hover{border-color:#6845F6;box-shadow:0 6px 18px #6845f61a}
.eco_sd_crd_hd{font-size:1.2rem;color:#046435;margin:0 0 12px;font-weight:600}
.eco_sd_crd_txt{font-size:.92rem;color:#555;line-height:1.6;margin:0}
@media (max-width: 1024px) {
.hero_grd{grid-template-columns:1fr}
.hero_txt{padding:50px 40px}
.hero_hd{font-size:2.4rem}
.hero_img_wrap{min-height:400px}
.crr_grd{grid-template-columns:1fr}
.nmbr_fx{flex-direction:column;gap:36px}
.aft_grd{grid-template-columns:1fr}
.rsch_grd{grid-template-columns:1fr}
.eco_fx{flex-direction:column}
}
@media (max-width: 768px) {
.hero_txt{padding:40px 30px}
.hero_hd{font-size:2rem}
.hero_desc{font-size:1rem}
.crr_sc,.nmbr_sc,.aft_sc,.abt_sc,.rsch_sc,.eco_sc{padding:60px 30px}
.crr_hd,.nmbr_hd,.aft_txt_hd,.abt_hd,.rsch_hd,.eco_hd{font-size:1.9rem}
.nmbr_val{font-size:2.8rem}
.aft_img img{height:320px}
}
.ct_pg{max-width:1440px;margin:auto;padding:0 20px}
.hd_blk{padding:80px 0 60px;background:linear-gradient(135deg,#6845F6 0%,#046435 100%);position:relative;overflow:hidden}
.hd_blk::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#feecc126 0%,transparent 70%);border-radius:50%}
.hd_blk::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#feecc11a 0%,transparent 70%);border-radius:50%}
.hd_blk .ct_pg{position:relative;z-index:2}
.hd_ttl{font-size:3.2rem;font-weight:700;color:#fff;line-height:1.2;max-width:800px;margin:0 auto 20px;text-align:center}
.hd_ttl span{display:block;margin-top:12px;color:#FEECC1}
.hd_sub{font-size:1.1rem;color:#ffffffe6;text-align:center;max-width:600px;margin:0 auto;line-height:1.6}
.mtd_sc{padding:100px 0;background:#fff}
.mtd_grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:80px}
.mtd_crd{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:40px 32px;border-radius:12px;border:2px solid #e9ecef;transition:all .3s ease;position:relative}
.mtd_crd:hover{transform:translateY(-4px);box-shadow:0 8px 24px #6845f626;border-color:#6845F6}
.mtd_icn{width:56px;height:56px;background:linear-gradient(135deg,#6845F6 0%,#046435 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.mtd_icn svg{width:28px;height:28px;fill:#fff}
.mtd_lbl{font-size:.85rem;text-transform:uppercase;letter-spacing:1px;color:#6845F6;margin-bottom:12px;font-weight:600}
.mtd_inf{font-size:1.15rem;color:#212529;font-weight:500;line-height:1.5}
.mtd_inf a{color:#212529;text-decoration:none;transition:color .3s ease}
.mtd_inf a:hover{color:#6845F6}
.fm_wrp{max-width:720px;margin:0 auto;background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);padding:60px 50px;border-radius:16px;box-shadow:0 4px 20px #00000014}
.fm_ttl{font-size:2rem;color:#212529;margin-bottom:12px;font-weight:700}
.fm_txt{font-size:1.05rem;color:#6c757d;margin-bottom:40px;line-height:1.6}
.fm_grd{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.fm_grp{display:flex;flex-direction:column}
.fm_grp.full{grid-column:1 / -1}
.fm_lbl{font-size:.95rem;font-weight:600;color:#212529;margin-bottom:8px}
.fm_inp,.fm_slct{padding:14px 18px;border:2px solid #dee2e6;border-radius:10px;font-size:1rem;color:#212529;background:#fff;transition:all .3s ease;outline:none}
.fm_inp:focus,.fm_slct:focus{border-color:#6845F6;box-shadow:0 0 0 4px #6845f61a}
.fm_slct{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23212529' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:45px}
.fm_rd_wrp{display:flex;gap:32px;margin-bottom:24px}
.fm_rd_lbl{display:flex;align-items:center;cursor:pointer;font-size:1rem;color:#212529}
.fm_rd{margin-right:10px;width:20px;height:20px;cursor:pointer;accent-color:#6845F6}
.fm_chk_wrp{margin-bottom:32px}
.fm_chk_lbl{display:flex;align-items:flex-start;cursor:pointer;font-size:.95rem;color:#495057;line-height:1.5}
.fm_chk{margin-right:10px;margin-top:3px;width:18px;height:18px;cursor:pointer;accent-color:#6845F6;flex-shrink:0}
.fm_chk_lbl a{color:#6845F6;text-decoration:none;font-weight:600}
.fm_chk_lbl a:hover{text-decoration:underline}
.fm_btn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#6845F6 0%,#046435 100%);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #6845f64d}
.fm_btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6845f666}
.hrs_sc{padding:100px 0;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}
.hrs_wrp{max-width:900px;margin:0 auto}
.hrs_ttl{font-size:2.2rem;color:#212529;text-align:center;margin-bottom:60px;font-weight:700}
.hrs_grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px}
.hrs_itm{background:#fff;padding:32px 28px;border-radius:12px;border-left:4px solid #6845F6;box-shadow:0 2px 12px #0000000f}
.hrs_day{font-size:1.1rem;font-weight:700;color:#212529;margin-bottom:8px}
.hrs_time{font-size:1rem;color:#6c757d}
.loc_sc{padding:100px 0;background:#fff}
.loc_wrp{max-width:1000px;margin:0 auto;text-align:center}
.loc_ttl{font-size:2.2rem;color:#212529;margin-bottom:24px;font-weight:700;position:relative;display:inline-block}
.loc_ttl::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#6845F6 0%,#046435 100%);border-radius:2px}
.loc_adr{font-size:1.2rem;color:#495057;margin-bottom:40px;line-height:1.7}
.loc_btn{display:inline-block;padding:16px 40px;background:#fff;color:#6845F6;border:2px solid #6845F6;border-radius:10px;text-decoration:none;font-size:1.05rem;font-weight:600;transition:all .3s ease}
.loc_btn:hover{background:#6845F6;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #6845f64d}
.soc_sc{padding:80px 0 100px;background:linear-gradient(135deg,#6845F6 0%,#046435 100%);position:relative;overflow:hidden}
.soc_sc::before{content:'';position:absolute;top:-40%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#feecc11f 0%,transparent 70%);border-radius:50%}
.soc_wrp{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.soc_ttl{font-size:2rem;color:#fff;margin-bottom:16px;font-weight:700}
.soc_txt{font-size:1.1rem;color:#ffffffe6;margin-bottom:40px;line-height:1.6}
.soc_grd{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}
.soc_lnk{display:flex;align-items:center;gap:12px;padding:14px 28px;background:#ffffff26;border:2px solid #ffffff4d;border-radius:10px;color:#fff;text-decoration:none;font-size:1rem;font-weight:600;transition:all .3s ease;backdrop-filter:blur(10px)}
.soc_lnk:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 6px 16px #0003}
.soc_lnk svg{width:24px;height:24px;fill:#fff}
@media (max-width: 768px) {
.hd_ttl{font-size:2.2rem}
.fm_wrp{padding:40px 28px}
.fm_grd{grid-template-columns:1fr}
.fm_rd_wrp{flex-direction:column;gap:16px}
.hrs_ttl,.loc_ttl,.soc_ttl{font-size:1.8rem}
.mtd_grd,.hrs_grd{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.hd_ttl{font-size:1.8rem}
.fm_ttl{font-size:1.6rem}
.soc_grd{flex-direction:column;align-items:stretch}
}
.ab_hd{background:linear-gradient(135deg,#6845F6 0%,#046435 100%);padding:80px 20px;position:relative;overflow:hidden}
.ab_hd_wr{max-width:1440px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative}
.ab_hd_tx{flex:1;color:#fff;z-index:2}
.ab_hd h1{font-size:3.2rem;line-height:1.2;margin:0 0 24px;font-weight:700}
.ab_hd_dsc{font-size:1.15rem;line-height:1.7;margin:0;opacity:.95;max-width:560px}
.ab_hd_img_bx{flex:0 0 480px;position:relative;transform:rotate(-3deg)}
.ab_hd_img_frm{border:3px solid #feecc166;padding:12px;border-radius:16px;background:#ffffff14;backdrop-filter:blur(8px)}
.ab_hd_img{width:100%;height:420px;object-fit:cover;border-radius:12px;display:block;position:relative}
.ab_hd_img::after{content:'';position:absolute;inset:0;border-radius:12px;box-shadow:inset 0 0 60px #0000004d;pointer-events:none}
.st_sec{padding:90px 20px;background:#FEECC1}
.st_wr{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:40px;align-items:start}
.st_tx_area{grid-column:1 / 4}
.st_tx_area h2{font-size:2.4rem;line-height:1.25;margin:0 0 28px;color:#046435;position:relative;padding-left:20px}
.st_tx_area h2::before{content:'';position:absolute;left:0;top:6px;width:6px;height:calc(100% - 12px);background:linear-gradient(180deg,#6845F6 0%,#046435 100%);border-radius:3px}
.st_tx_area p{font-size:1.05rem;line-height:1.8;color:#1a1a1a;margin:0 0 18px}
.st_vis_area{grid-column:4 / 7;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.st_crd{background:#fff;padding:32px 24px;border-radius:12px;border-left:4px solid #6845F6;transition:transform .3s ease,box-shadow .3s ease}
.st_crd:hover{transform:translateY(-4px);box-shadow:0 8px 24px #6845f626}
.st_crd:nth-child(2){border-left-color:#046435}
.st_crd:nth-child(3){border-left-color:#FEECC1;border-left-width:6px}
.st_crd:nth-child(4){border-left-color:#6845F6;background:linear-gradient(135deg,#6845f60d 0%,#0464350d 100%)}
.st_crd_ic{width:48px;height:48px;margin:0 0 16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6845F6 0%,#046435 100%);border-radius:10px;color:#fff;font-size:1.5rem}
.st_crd h3{font-size:1.35rem;margin:0 0 12px;color:#046435}
.st_crd p{font-size:.95rem;line-height:1.6;color:#333;margin:0}
.tm_sec{padding:100px 20px;background:#fff}
.tm_wr{max-width:1440px;margin:0 auto}
.tm_hd{text-align:center;margin:0 0 70px}
.tm_hd h2{font-size:2.6rem;margin:0 0 20px;color:#1a1a1a;position:relative;display:inline-block}
.tm_hd h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#6845F6 0%,#046435 100%);border-radius:2px}
.tm_hd p{font-size:1.1rem;color:#555;margin:0;max-width:680px;margin-left:auto;margin-right:auto}
.tm_grid{display:flex;gap:50px;align-items:center;margin:0 0 60px}
.tm_prof_img_bx{flex:0 0 360px;position:relative}
.tm_prof_img{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #6845f633}
.tm_prof_tx{flex:1}
.tm_prof_tx h3{font-size:2rem;margin:0 0 8px;color:#046435}
.tm_prof_role{font-size:1.1rem;color:#6845F6;margin:0 0 24px;font-weight:600}
.tm_prof_tx p{font-size:1.05rem;line-height:1.8;color:#333;margin:0 0 16px}
.tm_stats{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin:60px 0 0}
.tm_st_itm{text-align:center;padding:28px 20px;background:linear-gradient(135deg,#6845f614 0%,#04643514 100%);border-radius:12px;border-top:3px solid #6845F6;transition:all .3s ease}
.tm_st_itm:hover{transform:scale(1.05);box-shadow:0 6px 20px #6845f61f}
.tm_st_itm:nth-child(2){border-top-color:#046435}
.tm_st_itm:nth-child(3){border-top-color:#6845F6}
.tm_st_itm:nth-child(4){border-top-color:#046435}
.tm_st_num{font-size:2.8rem;font-weight:700;color:#6845F6;margin:0 0 8px;line-height:1}
.tm_st_lbl{font-size:.95rem;color:#555;margin:0;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.tm_img_gal{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:60px 0 0}
.tm_gal_img{width:100%;height:220px;object-fit:cover;border-radius:10px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}
.tm_gal_img:hover{transform:scale(1.04);box-shadow:0 8px 24px #00000026}
@media (max-width: 1024px) {
.ab_hd_wr{flex-direction:column;gap:40px}
.ab_hd_img_bx{flex:0 0 auto;width:100%;max-width:480px}
.st_wr{grid-template-columns:1fr;gap:50px}
.st_tx_area,.st_vis_area{grid-column:1 / -1}
.tm_grid{flex-direction:column}
.tm_prof_img_bx{flex:0 0 auto;width:100%;max-width:400px}
.tm_stats{grid-template-columns:repeat(2,1fr)}
.tm_img_gal{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.ab_hd{padding:60px 20px}
.ab_hd h1{font-size:2.2rem}
.ab_hd_dsc{font-size:1rem}
.ab_hd_img_bx{transform:rotate(-2deg)}
.st_sec{padding:60px 20px}
.st_tx_area h2{font-size:1.9rem}
.st_vis_area{grid-template-columns:1fr}
.tm_sec{padding:70px 20px}
.tm_hd h2{font-size:2rem}
.tm_prof_tx h3{font-size:1.6rem}
.tm_stats{grid-template-columns:1fr;gap:20px}
.tm_st_num{font-size:2.2rem}
.tm_img_gal{grid-template-columns:1fr}
}
.sccs_msg{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,#6845F6 0%,#046435 100%);position:relative;overflow:hidden}
.sccs_msg::before{content:'';position:absolute;top:-10%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,#feecc126 0%,transparent 70%);border-radius:50%}
.sccs_msg::after{content:'';position:absolute;bottom:-15%;left:-8%;width:500px;height:500px;background:radial-gradient(circle,#feecc11a 0%,transparent 70%);border-radius:50%}
.msg_cont{max-width:680px;width:100%;background:#fff;border-radius:12px;padding:3.5rem 2.5rem;box-shadow:0 12px 48px #00000026;position:relative;z-index:2;margin:0 auto}
.icn_wrp{width:90px;height:90px;margin:0 0 1.5rem;background:linear-gradient(135deg,#6845F6 0%,#046435 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}
.icn_wrp::before{content:'';position:absolute;width:110px;height:110px;border:2px solid #6845f633;border-radius:50%;animation:pulse_rng 2s ease-in-out infinite}
@keyframes pulse_rng {
0%,100%{transform:scale(1);opacity:1}
50%{transform:scale(1.15);opacity:.6}
}
.icn_wrp svg{width:42px;height:42px;fill:#fff}
.msg_cont h1{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem;line-height:1.2}
.msg_cont .sub_tx{font-size:1.1rem;color:#4a4a4a;line-height:1.6;margin:0 0 2rem}
.inf_grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:2rem 0;padding:2rem 0;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}
.inf_itm{text-align:center}
.inf_itm .lbl{font-size:.85rem;color:#7a7a7a;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-weight:600}
.inf_itm .vl{font-size:1rem;color:#2a2a2a;font-weight:500}
.btn_row{display:flex;gap:1rem;margin-top:2rem}
.btn_prim,.btn_sec{flex:1;padding:.95rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;transition:all .3s ease;cursor:pointer;border:none;display:inline-block}
.btn_prim{background:linear-gradient(135deg,#6845F6 0%,#046435 100%);color:#fff;box-shadow:0 4px 12px #6845f64d}
.btn_prim:hover{transform:translateY(-2px);box-shadow:0 6px 18px #6845f666}
.btn_sec{background:#f5f5f5;color:#2a2a2a;border:2px solid #e0e0e0}
.btn_sec:hover{background:#ebebeb;border-color:#d0d0d0;transform:translateY(-2px)}
@media (max-width: 768px) {
.sccs_msg{min-height:70vh;padding:1.5rem 1rem}
.msg_cont{padding:2.5rem 1.5rem}
.msg_cont h1{font-size:1.75rem}
.msg_cont .sub_tx{font-size:1rem}
.inf_grid{grid-template-columns:1fr;gap:1rem}
.btn_row{flex-direction:column}
.icn_wrp{width:75px;height:75px}
.icn_wrp::before{width:95px;height:95px}
.icn_wrp svg{width:36px;height:36px}
}
.nx_stp{background:#fafafa;border-radius:10px;padding:1.5rem;margin:1.5rem 0 0}
.nx_stp h3{font-size:1.1rem;color:#2a2a2a;margin:0 0 1rem;font-weight:600}
.nx_stp ul{list-style:none;padding:0;margin:0}
.nx_stp ul li{padding:.6rem 0 .6rem 2rem;color:#4a4a4a;font-size:.95rem;position:relative;line-height:1.5}
.nx_stp ul li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#6845F6;border-radius:50%}