*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'IBM Plex Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#FAFAFA;color:#1A1A1A;line-height:1.6;font-size:16px;overflow-x:hidden}
.hdwrap{background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #d9513926;position:relative;z-index:100}
.hdcontainer{max-width:1200px;margin:0 auto;padding:0 24px}
.hdrow{display:flex;align-items:center;justify-content:space-between;min-height:90px;gap:40px}
.hdleft{flex:0 0 50%;display:flex;align-items:center;gap:18px;padding:16px 0}
.lgwrap{flex-shrink:0}
.lgwrap img{height:68px;width:68px;display:block;filter:drop-shadow(2px 2px 4px #00000014)}
.brdinfo{display:flex;flex-direction:column;gap:4px}
.brdname{font-size:26px;font-weight:700;color:#1A1A1A;letter-spacing:-.3px}
.tagln{font-size:13px;color:#666;font-style:italic}
.hdright{flex:0 0 50%;display:flex;flex-direction:column;align-items:flex-end;gap:12px;padding:16px 0}
.nvprimary{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.nvprimary a{text-decoration:none;color:#1A1A1A;font-size:15px;font-weight:400;padding:10px 18px;border-radius:6px;transition:all 150ms ease;background:#d951390f;border:1px solid transparent}
.nvprimary a:hover{background:#d951391f;border-color:#d9513940}
.nvprimary a:active{transform:scale(0.97)}
.ctinfo{display:flex;gap:16px;flex-wrap:wrap;font-size:13px;color:#666}
.ctinfo a{color:#D95139;text-decoration:none;transition:color 150ms ease}
.ctinfo a:hover{color:#FE9400}
@media (max-width: 1024px) {
.hdrow{flex-direction:column;align-items:flex-start;gap:24px;min-height:auto}
.hdleft,.hdright{flex:1 1 100%;width:100%}
.hdright{align-items:flex-start}
.nvprimary{justify-content:flex-start;width:100%}
}
@media (max-width: 640px) {
.hdleft{flex-direction:column;align-items:flex-start;gap:12px}
.brdname{font-size:22px}
.nvprimary{flex-direction:column;gap:6px;width:100%}
.nvprimary a{width:100%;text-align:center}
.ctinfo{flex-direction:column;gap:8px}
}
.ftwrap{background:linear-gradient(135deg,#1A1A1A 0%,#2D2D2D 100%);color:#FAFAFA;padding:64px 0 32px;margin-top:80px;border-top:3px solid #D95139}
.ftcontainer{max-width:1200px;margin:0 auto;padding:0 24px}
.ftgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:48px;margin-bottom:56px}
.ftcol h3{font-size:17px;font-weight:700;margin-bottom:20px;color:#05D9C6;text-transform:uppercase;letter-spacing:.5px}
.ftlinks{display:flex;flex-direction:column;gap:12px}
.ftlinks a{color:#E0E0E0;text-decoration:none;font-size:15px;transition:all 150ms ease;display:inline-block}
.ftlinks a:hover{color:#FE9400;padding-left:6px}
.ftcontact p{margin-bottom:10px;color:#E0E0E0;font-size:14px}
.ftcontact a{color:#05D9C6;text-decoration:none;transition:color 150ms ease}
.ftcontact a:hover{color:#FE9400}
.ftbottom{border-top:1px solid #ffffff26;padding-top:28px;text-align:center;color:#B0B0B0;font-size:14px}
.ftbottom p{margin-bottom:8px}
@media (max-width: 640px) {
.ftgrid{grid-template-columns:1fr;gap:32px}
.ftwrap{padding:48px 0 24px}
}
.ckwrap{position:fixed;bottom:24px;right:24px;background:#FFF;border-radius:4px;box-shadow:0 6px 24px #0000002e;max-width:420px;z-index:1000;display:none;border:2px solid #D95139}
body[data-ck-shown="true"] .ckwrap{display:block}
.cktabs{display:flex;background:#F5F5F5;border-bottom:2px solid #D95139}
.cktab{flex:1;padding:14px;background:none;border:none;cursor:pointer;font-size:14px;font-weight:700;color:#666;transition:all 150ms ease;font-family:'IBM Plex Sans',sans-serif}
.cktab.active-v1{background:#FFF;color:#D95139}
.cktab:hover{background:#d9513914}
.ckpanel{display:none;padding:24px}
.ckpanel.active-v1{display:block}
.ckpanel h3{font-size:18px;margin-bottom:12px;color:#1A1A1A}
.ckpanel p{font-size:14px;color:#4A4A4A;line-height:1.5;margin-bottom:18px}
.ckdetails{display:flex;flex-direction:column;gap:14px;margin-bottom:18px}
.ckcategory{display:flex;align-items:center;justify-content:space-between;padding:10px;background:#F9F9F9;border-radius:4px}
.ckcategory label{font-size:14px;color:#1A1A1A;font-weight:600;cursor:pointer}
.ckcategory input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.ckcategory input[type="checkbox"]:disabled{cursor:not-allowed;opacity:.5}
.ckactions{display:flex;gap:10px}
.ckbtn{flex:1;padding:12px;border:none;border-radius:0;cursor:pointer;font-size:14px;font-weight:700;transition:all 150ms ease;font-family:'IBM Plex Sans',sans-serif}
.ckaccept{background:#D95139;color:#FFF}
.ckaccept:hover{background:#C4442E}
.ckdecline{background:#E0E0E0;color:#1A1A1A}
.ckdecline:hover{background:#CCC}
.ckbtn:active{transform:scale(0.98)}
@media (max-width: 640px) {
.ckwrap{bottom:12px;right:12px;left:12px;max-width:none}
.cktab{font-size:13px;padding:12px 8px}
.ckpanel{padding:18px}
}
::-webkit-scrollbar{width:5px;height:5px}
::-webkit-scrollbar-track{background:#00000008}
::-webkit-scrollbar-thumb{background:#D95139;border-radius:3px}
::-webkit-scrollbar-thumb:hover{background:#C4442E}
.legal-text{max-width:1200px;margin:0 auto;padding:60px 20px;background:#fff}
.legal-text h1{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2}
.legal-text h2{font-size:32px;font-weight:700;color:#2a2a2a;margin:48px 0 20px;line-height:1.3;padding-bottom:12px;border-bottom:2px solid #f0f0f0}
.legal-text h3{font-size:24px;font-weight:600;color:#3a3a3a;margin:36px 0 16px;line-height:1.4}
.legal-text h4{font-size:20px;font-weight:600;color:#4a4a4a;margin:28px 0 14px;line-height:1.4}
.legal-text h5{font-size:18px;font-weight:600;color:#5a5a5a;margin:24px 0 12px;line-height:1.5}
.legal-text h6{font-size:16px;font-weight:600;color:#6a6a6a;margin:20px 0 10px;line-height:1.5}
.legal-text p{font-size:16px;line-height:1.75;color:#4a4a4a;margin:0 0 20px}
.legal-text a{color:#D95139;text-decoration:none;border-bottom:1px solid transparent;transition:border-bottom 200ms,color 200ms}
.legal-text a:hover{color:#b73d28;border-bottom:1px solid #D95139}
.legal-text strong,.legal-text b{font-weight:700;color:#2a2a2a}
.legal-text em,.legal-text i{font-style:italic;color:#3a3a3a}
.legal-text ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.legal-text ol{margin:0 0 24px;padding:0 0 28px;list-style-type:decimal}
.legal-text ul ul,.legal-text ol ul{margin:8px 0;list-style-type:circle}
.legal-text ol ol,.legal-text ul ol{margin:8px 0;list-style-type:lower-alpha}
.legal-text li{font-size:16px;line-height:1.75;color:#4a4a4a;margin:0 0 10px;padding-left:8px}
.legal-text li p{margin:8px 0}
.legal-text table{width:100%;margin:32px 0;border-collapse:collapse;background:#fff;box-shadow:0 2px 8px #00000014}
.legal-text thead{background:linear-gradient(135deg,#D95139 0%,#b73d28 100%)}
.legal-text thead tr{border:none}
.legal-text thead th{font-size:15px;font-weight:700;color:#fff;text-align:left;padding:16px 20px;border:none}
.legal-text tbody tr{border-bottom:1px solid #e8e8e8;transition:background 200ms}
.legal-text tbody tr:hover{background:#f9f9f9}
.legal-text tbody tr:last-child{border-bottom:none}
.legal-text th,.legal-text td{font-size:15px;line-height:1.6;color:#4a4a4a;padding:14px 20px;vertical-align:top}
.legal-text th{font-weight:600;color:#2a2a2a;background:#f5f5f5}
.legal-text td{font-weight:400}
.legal-text hr{height:2px;background:linear-gradient(90deg,#D95139 0%,#05D9C6 50%,#FE9400 100%);border:none;margin:48px 0}
.legal-text blockquote{margin:28px 0;padding:20px 24px 20px 28px;background:#f8f8f8;border-left:4px solid #D95139;font-style:italic}
.legal-text blockquote p{margin:0;color:#5a5a5a;font-size:15px}
.legal-text code{font-family:'Courier New',Courier,monospace;font-size:14px;background:#f4f4f4;padding:3px 8px;border-radius:4px;color:#D95139}
.legal-text pre{background:#2a2a2a;padding:20px;margin:24px 0;border-radius:6px;overflow-x:auto}
.legal-text pre code{background:transparent;color:#05D9C6;padding:0}
.legal-text div{margin:0}
@media (max-width: 1024px) {
.legal-text{padding:48px 24px}
.legal-text h1{font-size:36px}
.legal-text h2{font-size:28px;margin:40px 0 18px}
.legal-text h3{font-size:22px}
.legal-text table{font-size:14px}
.legal-text thead th,.legal-text th,.legal-text td{padding:12px 16px;font-size:14px}
}
@media (max-width: 640px) {
.legal-text{padding:32px 16px}
.legal-text h1{font-size:30px;margin:0 0 12px}
.legal-text h2{font-size:24px;margin:32px 0 16px}
.legal-text h3{font-size:20px;margin:28px 0 14px}
.legal-text h4{font-size:18px}
.legal-text p,.legal-text li{font-size:15px;line-height:1.7}
.legal-text ul,.legal-text ol{padding-left:24px}
.legal-text table{display:block;overflow-x:auto;margin:24px -16px;width:calc(100% + 32px);box-shadow:none}
.legal-text thead th,.legal-text th,.legal-text td{padding:10px 12px;font-size:13px}
.legal-text hr{margin:36px 0}
}
.artcl-wrap{max-width:1200px;margin:0 auto;padding:0 20px}
.artcl-hro{padding:60px 0 40px;background:linear-gradient(127deg,#05D9C6 0%,#D95139 100%);margin-bottom:50px}
.artcl-hro .artcl-wrap{max-width:900px}
.artcl-hro h1{color:#fff;font-size:42px;line-height:1.2;margin:0;font-weight:700}
.artcl-img-wrp{max-width:900px;margin:0 auto 50px;position:relative}
.artcl-img-wrp img{width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 4px 12px #d9513926}
.artcl-cntnt{max-width:900px;margin:0 auto;padding:0 20px}
.artcl-cntnt > p,.artcl-cntnt > ul,.artcl-cntnt > ol{font-size:18px;line-height:1.7;color:#2c2c2c;margin-bottom:24px}
.artcl-cntnt > p strong{color:#D95139;font-weight:600}
.artcl-cntnt > p em{color:#05D9C6;font-style:italic}
.artcl-cntnt > ul,.artcl-cntnt > ol{padding-left:30px}
.artcl-cntnt > ul li,.artcl-cntnt > ol li{margin-bottom:12px}
.artcl-cntnt > ul li::marker{color:#FE9400}
.artcl-cntnt > ol li::marker{color:#D95139;font-weight:600}
.pll-sctn{max-width:900px;margin:60px auto 0;padding:0 20px}
.pll-bx{background:linear-gradient(235deg,#05d9c614 0%,#fe940014 100%);border:2px solid #05D9C6;border-radius:10px;padding:35px 40px;position:relative}
.pll-bx::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#D95139 0%,#FE9400 100%);border-radius:10px 0 0 10px}
.pll-ttl{font-size:24px;color:#2c2c2c;margin:0 0 25px;font-weight:600}
.pll-opts{display:flex;gap:15px}
.pll-opts input[type="radio"]{display:none}
.pll-lbl{flex:1;background:#fff;border:2px solid #e0e0e0;border-radius:6px;padding:18px 25px;text-align:center;font-size:17px;color:#2c2c2c;cursor:pointer;transition:all .2s;font-weight:500}
.pll-lbl:hover{border-color:#05D9C6;background:#05d9c60d;transform:scale(1.03)}
.pll-opts input[type="radio"]:checked + .pll-lbl{background:linear-gradient(142deg,#05D9C6 0%,#D95139 100%);border-color:#D95139;color:#fff;box-shadow:0 3px 10px #d9513940}
.pll-thx{margin-top:20px;padding:15px;background:#05d9c61a;border-radius:6px;text-align:center;color:#2c2c2c;font-size:16px;display:none}
.pll-opts input[type="radio"]:checked ~ .pll-thx{display:block}
@media (max-width: 1024px) {
.artcl-hro h1{font-size:36px}
.artcl-cntnt > p,.artcl-cntnt > ul,.artcl-cntnt > ol{font-size:17px}
}
@media (max-width: 640px) {
.artcl-hro{padding:40px 0 30px;margin-bottom:35px}
.artcl-hro h1{font-size:28px}
.artcl-img-wrp{margin-bottom:35px}
.artcl-cntnt > p,.artcl-cntnt > ul,.artcl-cntnt > ol{font-size:16px;margin-bottom:20px}
.pll-sctn{margin-top:40px}
.pll-bx{padding:25px 20px}
.pll-ttl{font-size:20px;margin-bottom:20px}
.pll-opts{flex-direction:column;gap:12px}
.pll-lbl{padding:15px 20px}
}
.blg-hd{background:linear-gradient(127deg,#D95139 0%,#FE9400 100%);padding:80px 20px 60px;text-align:center}
.blg-hd-inn{max-width:1200px;margin:0 auto}
.blg-hd h1{font-size:48px;color:#fff;margin:0 0 16px;font-weight:700}
.blg-hd-txt{font-size:18px;color:#fffffff2;max-width:680px;margin:0 auto;line-height:1.6}
.ctgrs{background:#f8f9fa;padding:40px 20px;border-bottom:3px solid #D95139}
.ctgrs-wrap{max-width:1200px;margin:0 auto}
.ctgr-hd{font-size:24px;color:#1a1a1a;margin:0 0 28px;font-weight:600;position:relative;padding-left:16px}
.ctgr-hd::before{content:'';position:absolute;left:0;top:6px;width:4px;height:20px;background:#05D9C6}
.anlys-grd{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:28px;margin-bottom:60px}
.pst-crd{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 12px #00000014;transition:transform 0.2s,box-shadow .2s;display:flex;flex-direction:column}
.pst-crd:hover{transform:translateY(-4px);box-shadow:0 6px 20px #d9513926}
.pst-img{width:100%;height:220px;object-fit:cover;display:block}
.pst-cnt{padding:24px;flex-grow:1;display:flex;flex-direction:column}
.pst-crd h3{font-size:20px;color:#1a1a1a;margin:0 0 14px;font-weight:600;line-height:1.4}
.pst-crd h3 a{color:inherit;text-decoration:none;transition:color .2s}
.pst-crd h3 a:hover{color:#D95139}
.pst-desc{font-size:15px;color:#555;line-height:1.6;margin:0 0 20px;flex-grow:1}
.pst-lnk{display:inline-flex;align-items:center;color:#D95139;text-decoration:none;font-weight:600;font-size:15px;transition:gap .2s;gap:6px}
.pst-lnk:hover{gap:10px}
.pst-lnk::after{content:'→';font-size:18px}
.dpd-sec{background:#fff;padding:60px 20px}
.dpd-wrap{max-width:1200px;margin:0 auto}
.dpd-hd{font-size:28px;color:#1a1a1a;margin:0 0 32px;font-weight:600;text-align:center;position:relative;padding-bottom:16px}
.dpd-hd::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#05D9C6 0%,#FE9400 100%)}
.dpd-lst{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.dpd-itm{background:#f8f9fa;padding:24px 28px;border-radius:6px;border-left:4px solid #05D9C6;transition:all .2s}
.dpd-itm:hover{background:#fff;border-left-color:#D95139;box-shadow:0 4px 16px #0000000f;transform:translateX(4px)}
.dpd-itm a{color:#1a1a1a;text-decoration:none;font-size:17px;font-weight:500;line-height:1.5;display:block;transition:color .2s}
.dpd-itm:hover a{color:#D95139}
.nwsltr{background:linear-gradient(142deg,#FE9400 0%,#D95139 100%);padding:60px 20px;margin-top:60px}
.nwsltr-inn{max-width:720px;margin:0 auto;text-align:center}
.nwsltr h2{font-size:32px;color:#fff;margin:0 0 14px;font-weight:700}
.nwsltr-txt{font-size:16px;color:#ffffffeb;margin:0 0 32px;line-height:1.6}
.nwsltr-frm{display:flex;gap:12px;max-width:540px;margin:0 auto}
.nwsltr-frm input[type="email"]{flex:1;padding:14px 20px;border:none;border-radius:6px;font-size:15px;outline:none}
.nwsltr-frm input[type="email"]:focus{box-shadow:0 0 0 3px #ffffff4d}
.nwsltr-btn{padding:14px 32px;background:#1a1a1a;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}
.nwsltr-btn:hover{background:#2a2a2a;transform:scale(1.04)}
.rsrc-sec{background:#f8f9fa;padding:60px 20px}
.rsrc-wrap{max-width:1200px;margin:0 auto}
.rsrc-hd{font-size:28px;color:#1a1a1a;margin:0 0 40px;font-weight:600;text-align:center}
.rsrc-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.rsrc-bx{background:#fff;padding:32px;border-radius:8px;box-shadow:0 3px 12px #0000000f;text-align:center;transition:all .2s}
.rsrc-bx:hover{box-shadow:0 6px 24px #05d9c633;transform:translateY(-6px)}
.rsrc-icn{width:64px;height:64px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#fff;background:linear-gradient(135deg,#05D9C6 0%,#D95139 100%)}
.rsrc-bx h3{font-size:20px;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.rsrc-bx p{font-size:15px;color:#555;line-height:1.6;margin:0}
@media (max-width: 1024px) {
.anlys-grd{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}
.dpd-lst{grid-template-columns:1fr}
.rsrc-grd{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 640px) {
.blg-hd{padding:60px 20px 40px}
.blg-hd h1{font-size:32px}
.blg-hd-txt{font-size:16px}
.ctgrs{padding:32px 20px}
.anlys-grd{grid-template-columns:1fr}
.pst-img{height:200px}
.dpd-sec,.rsrc-sec{padding:40px 20px}
.dpd-hd,.rsrc-hd{font-size:24px}
.nwsltr{padding:40px 20px}
.nwsltr h2{font-size:26px}
.nwsltr-frm{flex-direction:column}
.nwsltr-btn{width:100%}
}
.spnshd{background:linear-gradient(135deg,#D95139 0%,#FE9400 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.spnshd::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#05d9c61a;border-radius:50%;filter:blur(80px)}
.spnshd .ctwr{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.spnshd .ttlrow{display:flex;align-items:center;gap:40px;flex-wrap:wrap}
.spnshd .txtp{flex:1;min-width:280px}
.spnshd .h1main{font-size:48px;color:#fff;margin:0 0 16px;line-height:1.2;text-shadow:2px 2px 8px #0003}
.spnshd .subln{font-size:20px;color:#fffffff2;margin:0;line-height:1.5}
.spnshd .imgp{flex:0 0 320px;height:200px;background:linear-gradient(45deg,#05d9c64d,#fe94004d);border-radius:8px;box-shadow:0 4px 16px #00000026 inset 0 2px 4px #fff3;filter:blur(0.5px)}
.wsp{background:#f8f8f8;padding:80px 20px}
.wsp .ctwr-v2{max-width:1200px;margin:0 auto}
.wsp .secttl{font-size:36px;color:#2a2a2a;margin:0 0 12px;text-align:center}
.wsp .secttl::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#D95139,#05D9C6);margin:0 auto 20px}
.wsp .intro-txt{font-size:18px;color:#555;text-align:center;max-width:800px;margin:0 auto 60px;line-height:1.6}
.grid-spn{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.spncard{background:#fff;border-radius:6px;padding:32px 28px;box-shadow:0 2px 8px #00000014;transition:transform 200ms,box-shadow 200ms;border-left:4px solid #D95139}
.spncard:nth-child(2){border-left-color:#05D9C6}
.spncard:nth-child(3){border-left-color:#FE9400}
.spncard:nth-child(4){border-left-color:#D95139}
.spncard:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 6px 20px #0000001f}
.spncard .logo{width:50px;height:50px;background:linear-gradient(135deg,#D95139,#FE9400);border-radius:50%;margin:0 0 20px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700;box-shadow:0 3px 8px #d951394d}
.spncard .cname{font-size:24px;color:#2a2a2a;margin:0 0 12px;font-weight:600}
.spncard .desc{font-size:16px;color:#666;line-height:1.6;margin:0}
.valuesc{padding:80px 20px;background:#fff}
.valuesc .innr{max-width:1200px;margin:0 auto}
.splitlay{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.splitlay .leftcol h2{font-size:38px;color:#2a2a2a;margin:0 0 24px;position:relative;padding-left:20px}
.splitlay .leftcol h2::before{content:'';position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(180deg,#D95139,#FE9400);border-radius:3px}
.splitlay .leftcol p{font-size:17px;color:#555;line-height:1.7;margin:0 0 20px}
.splitlay .rightcol{display:flex;flex-direction:column;gap:20px}
.valitem{background:linear-gradient(135deg,#f9f9f9,#fff);padding:24px;border-radius:8px;border:1px solid #e8e8e8;transition:border-color 300ms}
.valitem:hover{border-color:#05D9C6}
.valitem h3{font-size:20px;color:#D95139;margin:0 0 10px;display:flex;align-items:center;gap:10px}
.valitem h3::before{content:'';width:8px;height:8px;background:#05D9C6;border-radius:50%;display:inline-block}
.valitem p{font-size:15px;color:#666;margin:0;line-height:1.6}
.benef{background:linear-gradient(170deg,#D95139 0%,#FE9400 100%);padding:70px 20px;position:relative}
.benef::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#05D9C6,#FE9400,#D95139)}
.benef .wrap{max-width:1200px;margin:0 auto}
.benef h2{font-size:40px;color:#fff;text-align:center;margin:0 0 50px;text-shadow:2px 2px 6px #0003}
.bnfgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.bnfbox{background:#ffffff26;backdrop-filter:blur(10px);border-radius:10px;padding:28px 24px;border:1px solid #fff3;transition:background 300ms,transform 150ms}
.bnfbox:hover{background:#ffffff40;transform:scale(1.04)}
.bnfbox .icn{width:48px;height:48px;background:#ffffff4d;border-radius:6px;margin:0 0 16px;display:flex;align-items:center;justify-content:center}
.bnfbox .icn svg{width:28px;height:28px;fill:#fff}
.bnfbox h4{font-size:22px;color:#fff;margin:0 0 12px}
.bnfbox p{font-size:15px;color:#fffffff2;margin:0;line-height:1.5}
.cta-sec{padding:90px 20px;background:#fafafa;text-align:center}
.cta-sec .boxwrap{max-width:800px;margin:0 auto;background:#fff;padding:50px 40px;border-radius:12px;box-shadow:0 4px 16px #0000001a}
.cta-sec h2{font-size:36px;color:#2a2a2a;margin:0 0 20px}
.cta-sec .txt{font-size:18px;color:#666;margin:0 0 36px;line-height:1.6}
.btrow{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.bt-primary{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#D95139,#FE9400);color:#fff;text-decoration:none;border-radius:6px;font-size:17px;font-weight:600;box-shadow:0 3px 8px #d951394d;transition:transform 150ms,box-shadow 200ms;position:relative;z-index:10}
.bt-primary:hover{transform:scale(1.05);box-shadow:0 5px 14px #d9513966}
.bt-secondary{display:inline-block;padding:16px 40px;background:transparent;color:#D95139;text-decoration:none;border:2px solid #D95139;border-radius:6px;font-size:17px;font-weight:600;transition:background 200ms,color 200ms;position:relative;z-index:10}
.bt-secondary:hover{background:#D95139;color:#fff}
@media (max-width: 1024px) {
.spnshd{padding:60px 20px 50px}
.spnshd .h1main{font-size:38px}
.spnshd .imgp{flex:0 0 280px;height:180px}
.splitlay{grid-template-columns:1fr;gap:40px}
.bnfgrid{grid-template-columns:1fr 1fr}
.wsp,.valuesc,.benef,.cta-sec{padding:60px 20px}
}
@media (max-width: 640px) {
.spnshd .ttlrow{flex-direction:column;gap:24px}
.spnshd .h1main{font-size:32px}
.spnshd .imgp{flex:none;width:100%;height:160px}
.wsp .secttl,.splitlay .leftcol h2,.benef h2,.cta-sec h2{font-size:28px}
.grid-spn{grid-template-columns:1fr}
.bnfgrid{grid-template-columns:1fr}
.btrow{flex-direction:column;align-items:stretch}
.cta-sec .boxwrap{padding:36px 24px}
}
.hd-outer{background:linear-gradient(157deg,#D95139 0%,#FE9400 100%);padding:80px 20px;margin-bottom:60px}
.hd-inner{max-width:1200px;margin:auto}
.hd-inner .hdtitle{font-size:48px;color:#fff;margin:0 0 20px;font-weight:700;line-height:1.2}
.hd-inner .hdsub{font-size:20px;color:#fffffff2;max-width:700px;line-height:1.6}
.mx-ct{max-width:1200px;margin:auto;padding:0 20px}
.grdv1{display:grid;grid-template-columns:repeat(2,1fr);gap:35px;margin-bottom:70px}
.pstcrd{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:150ms;display:flex;flex-direction:column}
.pstcrd:hover{transform:scale(1.04);box-shadow:0 6px 18px #d9513926}
.pstcrd .imgwrp{width:100%;height:260px;overflow:hidden}
.pstcrd .imgwrp img{width:100%;height:100%;object-fit:cover}
.pstcrd .txtwrp{padding:30px;flex-grow:1;display:flex;flex-direction:column}
.pstcrd .txtwrp .ttlv2{font-size:24px;color:#2a2a2a;margin:0 0 15px;font-weight:600;line-height:1.3}
.pstcrd .txtwrp .dsc{font-size:16px;color:#5a5a5a;line-height:1.6;margin-bottom:20px}
.pstcrd .txtwrp .rdlink{color:#D95139;text-decoration:none;font-weight:500;font-size:15px;margin-top:auto;display:inline-block;transition:200ms}
.pstcrd .txtwrp .rdlink:hover{color:#FE9400}
.sctn-dd{background:linear-gradient(223deg,#05D9C6 0%,#FE9400 100%);padding:60px 30px;border-radius:10px;margin-bottom:70px}
.sctn-dd .ddttl{font-size:36px;color:#fff;margin:0 0 25px;font-weight:700}
.sctn-dd .ddlst{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.sctn-dd .ddlst .dditm{background:#ffffff26;padding:25px;border-radius:6px;transition:300ms}
.sctn-dd .ddlst .dditm:hover{background:#ffffff4d}
.sctn-dd .ddlst .dditm a{color:#fff;text-decoration:none;font-size:18px;font-weight:600;display:block}
.nxstp-outer{background:#f8f8f8;padding:70px 30px;margin-bottom:70px;border-left:6px solid #D95139}
.nxstp-outer .nxttl{font-size:32px;color:#2a2a2a;margin:0 0 20px;font-weight:700}
.nxstp-outer .nxtxt{font-size:17px;color:#4a4a4a;line-height:1.7;margin-bottom:30px;max-width:750px}
.nxstp-outer .ctabx{display:flex;gap:15px;flex-wrap:wrap}
.nxstp-outer .ctabx .btv1{background:linear-gradient(135deg,#D95139 0%,#FE9400 100%);color:#fff;padding:16px 35px;border-radius:6px;text-decoration:none;font-weight:600;font-size:16px;transition:200ms;display:inline-block;box-shadow:0 3px 8px #d951394d}
.nxstp-outer .ctabx .btv1:hover{transform:scale(1.06);box-shadow:0 5px 14px #d9513966}
.nxstp-outer .ctabx .btv2{background:transparent;color:#D95139;padding:16px 35px;border-radius:6px;text-decoration:none;font-weight:600;font-size:16px;border:2px solid #D95139;transition:200ms;display:inline-block}
.nxstp-outer .ctabx .btv2:hover{background:#D95139;color:#fff}
.scl-box{background:linear-gradient(167deg,#2a2a2a 0%,#4a4a4a 100%);padding:60px 30px;border-radius:10px;margin-bottom:70px}
.scl-box .sclttl{font-size:34px;color:#fff;margin:0 0 15px;font-weight:700}
.scl-box .scltxt{font-size:17px;color:#ffffffe6;line-height:1.6;margin-bottom:35px}
.scl-box .stgrd{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.scl-box .stgrd .stcard{background:#ffffff1a;padding:30px;border-radius:8px;text-align:center;transition:400ms}
.scl-box .stgrd .stcard:hover{background:#05d9c633}
.scl-box .stgrd .stcard .stnum{font-size:42px;color:#05D9C6;font-weight:700;margin:0 0 10px}
.scl-box .stgrd .stcard .stlbl{font-size:16px;color:#ffffffd9}
.nvgbox{margin-bottom:80px}
.nvgbox .nvgttl{font-size:36px;color:#2a2a2a;margin:0 0 40px;font-weight:700;text-align:center}
.nvgbox .nvgrd{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}
.nvgbox .nvgrd .nvitm{background:#fff;border:2px solid #e0e0e0;padding:35px;border-radius:8px;transition:250ms}
.nvgbox .nvgrd .nvitm:hover{border-color:#D95139;box-shadow:0 4px 12px #d9513926}
.nvgbox .nvgrd .nvitm .nvhdng{font-size:22px;color:#D95139;margin:0 0 15px;font-weight:600}
.nvgbox .nvgrd .nvitm .nvdsc{font-size:16px;color:#5a5a5a;line-height:1.6;margin-bottom:20px}
.nvgbox .nvgrd .nvitm .nvlnk{color:#FE9400;text-decoration:none;font-weight:500;font-size:15px;transition:150ms}
.nvgbox .nvgrd .nvitm .nvlnk:hover{color:#D95139}
@media (max-width: 1024px) {
.grdv1{grid-template-columns:1fr}
.sctn-dd .ddlst{grid-template-columns:1fr}
.scl-box .stgrd{grid-template-columns:1fr}
.nvgbox .nvgrd{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.hd-outer{padding:50px 20px}
.hd-inner .hdtitle{font-size:32px}
.hd-inner .hdsub{font-size:17px}
.pstcrd .imgwrp{height:200px}
.pstcrd .txtwrp{padding:20px}
.pstcrd .txtwrp .ttlv2{font-size:20px}
.sctn-dd .ddttl{font-size:28px}
.nxstp-outer .nxttl{font-size:26px}
.scl-box .sclttl{font-size:28px}
.nvgbox .nvgttl{font-size:28px}
.nxstp-outer .ctabx{flex-direction:column}
.nxstp-outer .ctabx .btv1,.nxstp-outer .ctabx .btv2{text-align:center}
}
.title-outer{position:relative;background:linear-gradient(163deg,#D95139 0%,#FE9400 100%);padding:140px 20px 120px;overflow:hidden}
.title-outer::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(45deg,#ffffff08 25%,transparent 25%),linear-gradient(-45deg,#ffffff08 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#ffffff08 75%),linear-gradient(-45deg,transparent 75%,#ffffff08 75%);background-size:60px 60px;background-position:0 0,0 30px,30px -30px,-30px 0;opacity:.4}
.title-content-v1{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.title-content-v1 h1{font-size:3.2rem;color:#fff;margin:0 0 24px;font-weight:700;line-height:1.2}
.title-content-v1 .subtitle-text{font-size:1.3rem;color:#fffffff2;line-height:1.6;max-width:680px}
.author-wrap-v2{padding:100px 20px;background:#fafafa}
.author-inner{max-width:1200px;margin:0 auto}
.author-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.author-text-column{display:flex;flex-direction:column;gap:40px}
.author-intro-block h2{font-size:2.4rem;color:#1a1a1a;margin:0 0 20px;font-weight:600;position:relative;padding-bottom:16px}
.author-intro-block h2::after{content:'';position:absolute;bottom:0;left:0;width:70px;height:4px;background:linear-gradient(90deg,#D95139,#FE9400)}
.author-intro-block p{font-size:1.05rem;color:#3a3a3a;line-height:1.7;margin:0 0 16px}
.expertise-cards{display:flex;flex-direction:column;gap:20px}
.skill-card-v1{background:#fff;padding:28px 32px;border-radius:8px;border-left:5px solid #05D9C6;box-shadow:0 3px 12px #0000000f;transition:transform 200ms,box-shadow 200ms}
.skill-card-v1:hover{transform:translateX(8px);box-shadow:0 5px 20px #0000001a}
.skill-card-v1 h3{font-size:1.25rem;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.skill-card-v1 p{font-size:.98rem;color:#4a4a4a;line-height:1.6;margin:0}
.author-visual-column{display:flex;flex-direction:column;gap:24px}
.img-showcase-v1{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 6px 24px #0000001f}
.img-showcase-v1 img{width:100%;height:360px;object-fit:cover;display:block;transition:transform 400ms}
.img-showcase-v1:hover img{transform:scale(1.05)}
.stat-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.stat-box-v2{background:#fff;padding:32px 24px;border-radius:8px;text-align:center;box-shadow:0 3px 12px #0000000f;border-top:4px solid #D95139;transition:transform 200ms}
.stat-box-v2:hover{transform:translateY(-4px)}
.stat-box-v2 .stat-num{font-size:2.6rem;font-weight:700;color:#D95139;margin:0 0 8px;line-height:1}
.stat-box-v2 .stat-label{font-size:.95rem;color:#5a5a5a;line-height:1.4}
.approach-section-outer{padding:100px 20px;background:#fff}
.approach-content-wrap{max-width:1200px;margin:0 auto}
.approach-header-v1{text-align:center;margin-bottom:70px}
.approach-header-v1 h2{font-size:2.6rem;color:#1a1a1a;margin:0 0 20px;font-weight:600}
.approach-header-v1 p{font-size:1.1rem;color:#4a4a4a;line-height:1.7;max-width:720px;margin:0 auto}
.approach-flex-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.principle-card-v3{background:linear-gradient(135deg,#fafafa 0%,#f0f0f0 100%);padding:40px 32px;border-radius:8px;position:relative;overflow:hidden;transition:transform 300ms}
.principle-card-v3::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#05D9C6,#D95139);transform:scaleX(0);transition:transform 300ms}
.principle-card-v3:hover{transform:translateY(-6px)}
.principle-card-v3:hover::before{transform:scaleX(1)}
.principle-icon-v1{width:60px;height:60px;margin-bottom:24px;background:linear-gradient(135deg,#FE9400,#D95139);border-radius:50%;display:flex;align-items:center;justify-content:center}
.principle-icon-v1 svg{width:30px;height:30px;fill:#fff}
.principle-card-v3 h3{font-size:1.4rem;color:#1a1a1a;margin:0 0 16px;font-weight:600}
.principle-card-v3 p{font-size:1rem;color:#4a4a4a;line-height:1.7;margin:0}
.cta-section-wrap{padding:90px 20px;background:linear-gradient(158deg,#05D9C6 0%,#D95139 100%);text-align:center}
.cta-inner-v1{max-width:800px;margin:0 auto}
.cta-inner-v1 h2{font-size:2.4rem;color:#fff;margin:0 0 20px;font-weight:600}
.cta-inner-v1 p{font-size:1.15rem;color:#fffffff2;line-height:1.7;margin:0 0 40px}
.cta-btns-row{display:flex;flex-direction:row;gap:20px;justify-content:center;flex-wrap:wrap}
.btn-primary-v2{display:inline-block;padding:16px 40px;background:#fff;color:#D95139;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:6px;transition:transform 200ms,box-shadow 200ms;box-shadow:0 4px 16px #00000026;z-index:10;position:relative}
.btn-primary-v2:hover{transform:scale(1.04);box-shadow:0 6px 24px #00000040}
.btn-secondary-v2{display:inline-block;padding:16px 40px;background:transparent;color:#fff;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:6px;border:2px solid #fff;transition:background 200ms,color 200ms;z-index:10;position:relative}
.btn-secondary-v2:hover{background:#fff;color:#D95139}
@media (max-width: 1024px) {
.author-grid-layout{grid-template-columns:1fr;gap:50px}
.approach-flex-layout{grid-template-columns:1fr;gap:30px}
.title-content-v1 h1{font-size:2.4rem}
.title-content-v1 .subtitle-text{font-size:1.15rem}
}
@media (max-width: 640px) {
.title-outer{padding:80px 20px 70px}
.title-content-v1 h1{font-size:1.9rem}
.title-content-v1 .subtitle-text{font-size:1.05rem}
.author-wrap-v2{padding:60px 20px}
.author-intro-block h2{font-size:1.9rem}
.stat-mini-grid{grid-template-columns:1fr}
.approach-section-outer{padding:60px 20px}
.approach-header-v1 h2{font-size:2rem}
.cta-section-wrap{padding:60px 20px}
.cta-inner-v1 h2{font-size:1.9rem}
.cta-btns-row{flex-direction:column;align-items:stretch}
.btn-primary-v2,.btn-secondary-v2{width:100%;text-align:center}
}
.scspg{background:linear-gradient(128deg,#05D9C6 0%,#D95139 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;position:relative;overflow:hidden}
.scspg::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff14;border-radius:50%;transform:rotate(25deg)}
.scspg::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:#0000000a;border-radius:50%;transform:rotate(-15deg)}
.scsct{max-width:1200px;width:100%;margin:0 auto;position:relative;z-index:2}
.scsgrd{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:#fffffff7;border-radius:8px;padding:80px 60px;box-shadow:0 4px 24px #00000014}
.scslft{position:relative}
.scsico{width:120px;height:120px;background:linear-gradient(135deg,#FE9400 0%,#D95139 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:32px;box-shadow:0 6px 20px #d9513940}
.scsico svg{width:60px;height:60px;fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.scsh1{font-size:48px;font-weight:700;line-height:1.1;margin:0 0 16px;color:#1a1a1a}
.scsh2{font-size:28px;font-weight:400;line-height:1.3;margin:0 0 24px;color:#4a4a4a}
.scstxt{font-size:17px;line-height:1.6;color:#666;margin:0 0 20px}
.scsrgt{display:flex;flex-direction:column;gap:24px}
.scsbxv1{background:#f8f9fa;padding:28px 32px;border-radius:6px;border-left:4px solid #05D9C6;transition:all 200ms}
.scsbxv1:hover{transform:translateX(6px);box-shadow:0 3px 12px #05d9c626}
.scsbxttl{font-size:19px;font-weight:600;color:#2a2a2a;margin:0 0 10px;display:flex;align-items:center;gap:12px}
.scsbxttl::before{content:'';width:8px;height:8px;background:#05D9C6;border-radius:50%;flex-shrink:0}
.scsbxinf{font-size:15px;line-height:1.5;color:#5a5a5a;margin:0}
.scsbtnwr{margin-top:16px;display:flex;gap:16px;flex-wrap:wrap}
.scsbtn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:linear-gradient(135deg,#D95139 0%,#FE9400 100%);color:#fff;text-decoration:none;border-radius:5px;font-size:16px;font-weight:600;transition:all 180ms;box-shadow:0 3px 10px #d9513933;position:relative;z-index:10}
.scsbtn:hover{transform:scale(1.05);box-shadow:0 5px 16px #d9513959}
.scsbtn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.scsbtn-v2{background:transparent;border:2px solid #D95139;color:#D95139;box-shadow:none}
.scsbtn-v2:hover{background:#D95139;color:#fff;box-shadow:0 4px 14px #d9513933}
.scscnfo{background:linear-gradient(90deg,#05d9c614 0%,#fe940014 100%);padding:20px 28px;border-radius:6px;margin-top:32px;display:flex;align-items:center;gap:16px}
.scscnfo svg{width:24px;height:24px;flex-shrink:0;fill:none;stroke:#05D9C6;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.scscnfotxt{font-size:15px;line-height:1.4;color:#4a4a4a;margin:0}
@media (max-width: 1024px) {
.scsgrd{grid-template-columns:1fr;gap:48px;padding:60px 40px}
.scsh1{font-size:38px}
.scsh2{font-size:24px}
}
@media (max-width: 640px) {
.scspg{padding:30px 16px;min-height:auto}
.scsgrd{padding:40px 28px;gap:36px}
.scsico{width:90px;height:90px;margin-bottom:24px}
.scsico svg{width:45px;height:45px}
.scsh1{font-size:32px}
.scsh2{font-size:20px}
.scstxt{font-size:16px}
.scsbxv1{padding:20px 24px}
.scsbtnwr{flex-direction:column;gap:12px}
.scsbtn{width:100%;justify-content:center;padding:13px 28px}
.scscnfo{flex-direction:column;text-align:center;padding:18px 24px}
}