*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Manrope',sans-serif;color:#2a2a2a;background-color:#F8F8F7;line-height:1.6}
body::-webkit-scrollbar{width:14px}
body::-webkit-scrollbar-track{background:linear-gradient(180deg,#F8F8F7 0%,#e8e8e6 100%);box-shadow:inset 0 0 4px #0000001a}
body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#FE864C 0%,#1B69B9 100%);border-radius:12px;border:2px solid #F8F8F7;box-shadow:0 2px 8px #00000026}
body::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ff9660 0%,#2078d0 100%)}
.hdr-wrp{max-width:1600px;margin:0 auto;padding:20px 40px;background:linear-gradient(135deg,#fff 0%,#F8F8F7 50%,#e8e8e6 100%);box-shadow:0 4px 12px #00000014}
.rw1{display:flex;justify-content:flex-start;padding-bottom:15px}
.lg-cntnr{display:flex;align-items:center}
.lg-lnk{display:block;transition:opacity .3s ease}
.lg-lnk:hover{opacity:.85}
.lg-img{height:120px;width:120px;object-fit:contain;background-color:#fff9;border-radius:12px;padding:8px;box-shadow:0 2px 8px #0000001a}
.rw2{display:flex;justify-content:center;padding:20px 0 20px 60px}
.cmpny-nm{text-align:center}
.nm-txt{display:block;font-size:2.4rem;font-weight:700;color:#1B69B9;letter-spacing:1px}
.dscrptr{display:block;font-size:1rem;color:#FE864C;margin-top:4px;font-weight:400}
.rw3{display:flex;justify-content:flex-end;padding-left:70px}
.mn-nvgtn{display:flex;align-items:center}
.nv-lst{list-style:none;display:flex;gap:35px;align-items:center}
.nv-itm{display:inline-block}
.nv-lnk{text-decoration:none;color:#2a2a2a;font-size:1.05rem;font-weight:600;padding:10px 18px;border-radius:10px;transition:background-color .3s ease,color .3s ease;display:block}
.nv-lnk:hover{background-color:#fe864c26;color:#FE864C}
.nv-lnk.is-active{background-color:#1B69B9;color:#fff}
.ftr-wrp{max-width:1600px;margin:60px auto 0;padding:50px 40px 30px;background:linear-gradient(135deg,#fff 0%,#F8F8F7 100%);border-top:3px solid #FE864C}
.ftr-cntnt{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:40px}
.ftr-lft{flex:1;display:flex;flex-direction:column;gap:15px}
.cntct-pll,.phn-pll{background-color:#fff;border-radius:50px;padding:14px 28px;box-shadow:0 3px 10px #00000014;display:inline-block}
.eml-lnk2,.phn-lnk2{text-decoration:none;color:#1B69B9;font-weight:600;font-size:1rem;transition:color .3s ease}
.eml-lnk2:hover,.phn-lnk2:hover{color:#FE864C}
.ftr-cntr{flex:1;text-align:center}
.cmpny-inf{background-color:#fff;border-radius:50px;padding:20px 35px;box-shadow:0 3px 10px #00000014;display:inline-block}
.cmpny-nm2{font-size:1.4rem;font-weight:700;color:#1B69B9;margin-bottom:8px}
.adrs-txt{font-size:.95rem;color:#5a5a5a}
.ftr-rght{flex:1;display:flex;justify-content:flex-end}
.ftr-nvgtn{background-color:#fff;border-radius:50px;padding:14px 28px;box-shadow:0 3px 10px #00000014}
.ftr-lst{list-style:none;display:flex;flex-direction:column;gap:12px}
.ftr-lnk{text-decoration:none;color:#2a2a2a;font-size:.95rem;font-weight:600;transition:color .3s ease}
.ftr-lnk:hover{color:#FE864C}
.cpyrght-sec{text-align:center;padding-top:30px;border-top:1px solid #d8d8d6}
.cpyrght-txt{font-size:.9rem;color:#7a7a7a}
.ckie-ppup{position:fixed;bottom:30px;left:30px;width:70%;max-width:550px;background:linear-gradient(135deg,#fff 0%,#F8F8F7 100%);border-radius:14px;box-shadow:0 8px 24px #0003;padding:30px;z-index:10000;animation:sldInFrmTp .5s ease-out}
@keyframes sldInFrmTp {
from{transform:translateY(-100px);opacity:0}
to{transform:translateY(0);opacity:1}
}
.ckie-ppup.is-hidden{animation:sldOutToTp .4s ease-in forwards}
@keyframes sldOutToTp {
from{transform:translateY(0);opacity:1}
to{transform:translateY(-100px);opacity:0}
}
.ppup-cntnt{display:flex;flex-direction:column;gap:20px}
.ppup-ttl{font-size:1.5rem;font-weight:700;color:#1B69B9}
.ppup-txt{font-size:.95rem;color:#4a4a4a;line-height:1.6}
.bttn-grp{display:flex;gap:15px;justify-content:flex-end}
.bttn-dcln,.bttn-ccpt{padding:12px 28px;font-size:1rem;font-weight:600;border:2px solid;border-radius:10px;background-color:transparent;cursor:pointer;transition:background-color .3s ease,color .3s ease,border-color .3s ease;font-family:'Manrope',sans-serif}
.bttn-dcln{border-color:#7a7a7a;color:#7a7a7a}
.bttn-dcln:hover{background-color:#7a7a7a;color:#fff}
.bttn-ccpt{border-color:#1B69B9;color:#1B69B9}
.bttn-ccpt:hover{background-color:#1B69B9;color:#fff}
@media (max-width: 1200px) {
.hdr-wrp{padding:20px 30px}
.rw2{padding-left:40px}
.rw3{padding-left:50px}
.nv-lst{gap:25px}
}
@media (max-width: 968px) {
.hdr-wrp{padding:20px}
.rw1,.rw2,.rw3{justify-content:flex-start;padding-left:0}
.rw1{padding-bottom:20px}
.rw2{padding-top:0;padding-bottom:20px}
.cmpny-nm{text-align:left}
.nm-txt{font-size:2rem}
.nv-lst{flex-direction:column;gap:12px;align-items:flex-start}
.ftr-cntnt{flex-direction:column;gap:30px}
.ftr-lft,.ftr-cntr,.ftr-rght{width:100%}
.ftr-cntr{text-align:left}
.cmpny-inf{display:block;width:100%;text-align:left}
.ftr-rght{justify-content:flex-start}
.ftr-nvgtn{width:100%}
.ckie-ppup{width:85%;left:20px;bottom:20px;padding:25px}
}
@media (max-width: 640px) {
.lg-img{height:90px;width:90px}
.nm-txt{font-size:1.6rem}
.dscrptr{font-size:.9rem}
.nv-lnk{font-size:1rem;padding:8px 14px}
.bttn-grp{flex-direction:column;gap:10px}
.bttn-dcln,.bttn-ccpt{width:100%}
.ckie-ppup{width:calc(100% - 40px);left:20px;bottom:20px}
}
.terms-wrapper{max-width:1600px;margin:0 auto;padding:80px 40px 120px;background:#F8F8F7}
.terms-wrapper p{font-size:17px;line-height:1.8;color:#2c2c2c;margin:0 0 24px;max-width:900px}
.terms-wrapper p + p{margin-top:20px}
.terms-wrapper strong,.terms-wrapper b{font-weight:600;color:#1a1a1a}
.terms-wrapper a{color:#1B69B9;text-decoration:none;border-bottom:1px solid #1b69b94d;transition:all .3s ease}
.terms-wrapper a:hover{color:#FE864C;border-bottom-color:#fe864c80}
.terms-wrapper a:focus{outline:2px solid #FE864C;outline-offset:2px;border-radius:2px}
.terms-wrapper table{width:100%;max-width:1100px;margin:40px 0 48px;border-collapse:collapse;background:#fff;box-shadow:0 2px 8px #00000014;border-radius:12px;overflow:hidden}
.terms-wrapper thead{background:linear-gradient(135deg,#1B69B9 0%,#1557a0 100%)}
.terms-wrapper thead tr{border:none}
.terms-wrapper tbody{background:#fff}
.terms-wrapper tr{border-bottom:1px solid #e5e5e5}
.terms-wrapper tbody tr:last-child{border-bottom:none}
.terms-wrapper tbody tr:hover{background:#fe864c0d}
.terms-wrapper th{padding:20px 24px;text-align:left;font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}
.terms-wrapper td{padding:18px 24px;font-size:16px;line-height:1.6;color:#3a3a3a;vertical-align:top}
.terms-wrapper td:first-child{font-weight:500;color:#1a1a1a}
.terms-wrapper hr{border:none;height:2px;background:linear-gradient(90deg,#fe864c99 0%,#1b69b966 50%,#fe864c99 100%);margin:56px 0;max-width:900px;border-radius:2px}
.terms-wrapper div{margin:32px 0}
.terms-wrapper div p:last-child{margin-bottom:0}
@media (max-width: 1200px) {
.terms-wrapper{padding:60px 32px 100px}
.terms-wrapper table{max-width:100%}
}
@media (max-width: 768px) {
.terms-wrapper{padding:40px 24px 80px}
.terms-wrapper p{font-size:16px;line-height:1.7;margin-bottom:20px}
.terms-wrapper table{display:block;overflow-x:auto;margin:32px 0 40px;box-shadow:0 2px 6px #0000000f}
.terms-wrapper th{padding:16px 18px;font-size:14px}
.terms-wrapper td{padding:14px 18px;font-size:15px}
.terms-wrapper hr{margin:40px 0}
.terms-wrapper div{margin:24px 0}
}
@media (max-width: 480px) {
.terms-wrapper{padding:32px 20px 60px}
.terms-wrapper p{font-size:15px;margin-bottom:18px}
.terms-wrapper th{padding:12px 14px;font-size:13px}
.terms-wrapper td{padding:12px 14px;font-size:14px}
.terms-wrapper table{margin:24px 0 32px}
.terms-wrapper hr{margin:32px 0}
}
.hdr-zn{max-width:1600px;margin:0 auto;padding:80px 20px;display:flex;flex-direction:column;align-items:center;position:relative}
.hdr-zn::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:2px;height:120px;background:linear-gradient(180deg,#FE864C,#1B69B9);opacity:.6}
.hdr-zn .ttl-wrp{text-align:center;max-width:900px;margin-bottom:60px}
.hdr-zn .ttl-wrp h1{font-size:56px;line-height:1.2;color:#2C2C2C;margin:0 0 30px;font-weight:700}
.hdr-zn .ttl-wrp h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FE864C,#1B69B9);margin:25px auto 0;border-radius:8px}
.hdr-zn .ttl-wrp .sbtxt{font-size:20px;line-height:1.6;color:#5A5A5A;margin:0}
.hdr-zn .img-ctr{width:100%;max-width:1000px;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #00000014}
.hdr-zn .img-ctr img{width:100%;height:auto;display:block}
.vl-prps{background:linear-gradient(135deg,#F8F8F7 0%,#FFF 100%);padding:100px 20px}
.vl-prps .cntnt-wrp{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.vl-prps .txt-sd{padding-right:40px}
.vl-prps .txt-sd h2{font-size:42px;line-height:1.3;color:#2C2C2C;margin:0 0 25px;font-weight:700;position:relative;display:inline-block}
.vl-prps .txt-sd h2::before{content:'';position:absolute;left:-20px;top:50%;transform:translateY(-50%);width:6px;height:60%;background:#FE864C;border-radius:8px}
.vl-prps .txt-sd .dsc{font-size:18px;line-height:1.7;color:#4A4A4A;margin-bottom:35px}
.vl-prps .bnft-lst{list-style:none;padding:0;margin:0}
.vl-prps .bnft-lst li{padding:18px 0 18px 50px;position:relative;font-size:17px;line-height:1.6;color:#3A3A3A;border-bottom:1px solid #1b69b91a}
.vl-prps .bnft-lst li:last-child{border-bottom:none}
.vl-prps .bnft-lst li::before{content:'';position:absolute;left:0;top:22px;width:32px;height:32px;background:linear-gradient(135deg,#FE864C,#1B69B9);border-radius:50%;opacity:.15}
.vl-prps .bnft-lst li::after{content:'✓';position:absolute;left:8px;top:17px;color:#1B69B9;font-size:20px;font-weight:700}
.vl-prps .img-sd img{width:100%;height:auto;border-radius:12px;box-shadow:0 12px 32px #0000001a}
.prgrm-dtls{padding:100px 20px;background:#FFF}
.prgrm-dtls .wrp2{max-width:1600px;margin:0 auto}
.prgrm-dtls .sc-hdr{text-align:center;margin-bottom:70px}
.prgrm-dtls .sc-hdr h2{font-size:44px;line-height:1.3;color:#2C2C2C;margin:0 0 20px;font-weight:700}
.prgrm-dtls .sc-hdr .lnk{font-size:18px;line-height:1.6;color:#5A5A5A;margin:0}
.crds-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.crd-itm{background:#F8F8F7;border-radius:12px;padding:40px 30px;position:relative;transition:all .3s ease;border:2px solid transparent}
.crd-itm:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001f;border-color:#FE864C}
.crd-itm .icn-wrp{width:70px;height:70px;background:linear-gradient(135deg,#FE864C,#1B69B9);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px}
.crd-itm .icn-wrp svg{width:36px;height:36px;fill:#FFF}
.crd-itm h3{font-size:24px;line-height:1.4;color:#2C2C2C;margin:0 0 15px;font-weight:700}
.crd-itm .txt2{font-size:16px;line-height:1.6;color:#4A4A4A;margin:0}
.cta-sec{background:linear-gradient(135deg,#1B69B9 0%,#FE864C 100%);padding:90px 20px;position:relative;overflow:hidden}
.cta-sec::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.cta-sec::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#ffffff14 0%,transparent 70%);border-radius:50%}
.cta-sec .wrp3{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:2}
.cta-sec h2{font-size:48px;line-height:1.3;color:#FFF;margin:0 0 20px;font-weight:700}
.cta-sec .txt3{font-size:20px;line-height:1.6;color:#fffffff2;margin:0 0 40px;max-width:800px;margin-left:auto;margin-right:auto}
.cta-sec .btn-wrp{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta-sec .btn1{display:inline-block;padding:18px 45px;background:#FFF;color:#1B69B9;font-size:18px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #00000026;position:relative;z-index:10}
.cta-sec .btn1:hover{background:#F8F8F7;transform:translateY(-3px);box-shadow:0 8px 24px #0003}
.cta-sec .btn2{display:inline-block;padding:18px 45px;background:transparent;color:#FFF;font-size:18px;font-weight:600;border-radius:8px;text-decoration:none;border:2px solid #FFF;transition:all .3s ease;position:relative;z-index:10}
.cta-sec .btn2:hover{background:#ffffff26;transform:translateY(-3px);box-shadow:0 8px 24px #00000026}
@media (max-width: 1200px) {
.crds-grd{grid-template-columns:repeat(2,1fr)}
.vl-prps .cntnt-wrp{gap:60px}
}
@media (max-width: 768px) {
.hdr-zn{padding:60px 20px}
.hdr-zn .ttl-wrp h1{font-size:36px}
.hdr-zn .ttl-wrp .sbtxt{font-size:18px}
.vl-prps{padding:60px 20px}
.vl-prps .cntnt-wrp{grid-template-columns:1fr;gap:40px}
.vl-prps .txt-sd{padding-right:0}
.vl-prps .txt-sd h2{font-size:32px}
.prgrm-dtls{padding:60px 20px}
.prgrm-dtls .sc-hdr h2{font-size:32px}
.crds-grd{grid-template-columns:1fr;gap:30px}
.cta-sec{padding:60px 20px}
.cta-sec h2{font-size:32px}
.cta-sec .txt3{font-size:18px}
.cta-sec .btn-wrp{flex-direction:column;align-items:stretch}
.cta-sec .btn1,.cta-sec .btn2{width:100%;text-align:center}
}
@media (max-width: 480px) {
.hdr-zn .ttl-wrp h1{font-size:28px}
.vl-prps .txt-sd h2{font-size:26px}
.prgrm-dtls .sc-hdr h2{font-size:26px}
.cta-sec h2{font-size:26px}
}
::-webkit-scrollbar{width:12px}
::-webkit-scrollbar-track{background:#F8F8F7;border-radius:8px}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#FE864C,#1B69B9);border-radius:8px;box-shadow:inset 0 0 6px #0000001a}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#FF9A68,#2078C8)}
.hdr-wrpr{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden;margin-bottom:80px}
.hdr-wrpr::before{content:'';position:absolute;top:-20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,#fe864c26,transparent 70%);filter:blur(60px);z-index:1}
.hdr-wrpr::after{content:'';position:absolute;bottom:-15%;left:-8%;width:450px;height:450px;background:radial-gradient(circle,#1b69b91f,transparent 70%);filter:blur(55px);z-index:1}
.hdr-cntnt{max-width:1600px;margin:0 auto;padding:0 24px;width:100%;display:grid;grid-template-columns:1.2fr 0.8fr;gap:60px;align-items:center;position:relative;z-index:2}
.hdr-txt{padding-right:40px}
.hdr-txt h1{font-size:56px;line-height:1.15;margin:0 0 28px;color:#1a1a1a}
.hdr-txt h1 .hghlght{background:linear-gradient(135deg,#FE864C,#1B69B9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block}
.hdr-txt h1 .hghlght::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#FE864C,#1B69B9);opacity:.4}
.hdr-dsc{font-size:19px;line-height:1.65;color:#4a4a4a;margin:0 0 36px;max-width:620px}
.hdr-ctns{display:flex;gap:18px;flex-wrap:wrap}
.btn-prmr{display:inline-block;padding:16px 32px;background:linear-gradient(135deg,#FE864C,#ff9a6b);color:#fff;text-decoration:none;border-radius:10px;font-size:17px;font-weight:500;transition:all .3s ease;box-shadow:0 4px 12px #fe864c40}
.btn-prmr:hover{transform:translateY(-2px);box-shadow:0 6px 18px #fe864c59}
.btn-scndr{display:inline-block;padding:16px 32px;background:#F8F8F7;color:#1B69B9;text-decoration:none;border-radius:10px;font-size:17px;font-weight:500;transition:all .3s ease;border:2px solid #1B69B9}
.btn-scndr:hover{background:#1B69B9;color:#fff}
.hdr-img-wrp{position:relative;height:480px;border-radius:16px;overflow:hidden;box-shadow:0 12px 32px #0000001a}
.hdr-img-wrp img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.hdr-wrpr:hover .hdr-img-wrp img{transform:scale(1.05)}
.cmmnt-sctn{max-width:1600px;margin:0 auto 100px;padding:0 24px}
.cmmnt-grd{display:grid;grid-template-columns:0.9fr 1.1fr;gap:70px;align-items:start}
.cmmnt-lft{position:sticky;top:24px}
.cmmnt-lft h2{font-size:42px;line-height:1.25;margin:0 0 24px;color:#1a1a1a;position:relative;padding-left:20px}
.cmmnt-lft h2::before{content:'';position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#FE864C,#1B69B9);border-radius:3px}
.cmmnt-lft p{font-size:17px;line-height:1.7;color:#555;margin:0 0 28px}
.cmmnt-img-cntner{margin-top:32px;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #00000014}
.cmmnt-img-cntner img{width:100%;height:auto;display:block}
.ftr-lst{display:flex;flex-direction:column;gap:24px}
.ftr-itm{background:#fff;padding:28px;border-radius:12px;border:2px solid #f0f0f0;transition:all .3s ease;position:relative;overflow:hidden}
.ftr-itm::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#FE864C,#1B69B9);transition:height .3s ease}
.ftr-itm:hover::before{height:100%}
.ftr-itm:hover{border-color:#1B69B9;box-shadow:0 6px 20px #1b69b91f}
.ftr-itm h3{font-size:22px;margin:0 0 14px;color:#1a1a1a;display:flex;align-items:center;gap:12px}
.ftr-icn{width:36px;height:36px;background:linear-gradient(135deg,#FE864C,#1B69B9);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ftr-icn svg{width:20px;height:20px;fill:#fff}
.ftr-itm p{font-size:16px;line-height:1.65;color:#666;margin:0}
.prgs-sctn{background:linear-gradient(135deg,#F8F8F7 0%,#fff 100%);padding:90px 24px;margin-bottom:100px}
.prgs-wrp{max-width:1600px;margin:0 auto}
.prgs-hdr{text-align:center;margin-bottom:60px}
.prgs-hdr h2{font-size:44px;margin:0 0 20px;color:#1a1a1a}
.prgs-hdr p{font-size:18px;color:#555;max-width:680px;margin:0 auto;line-height:1.6}
.prgs-cntnt{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.prgs-crd{background:#fff;padding:36px 28px;border-radius:14px;box-shadow:0 4px 16px #0000000f;text-align:center;position:relative;transition:all .3s ease}
.prgs-crd:hover{transform:translateY(-6px);box-shadow:0 8px 28px #0000001f}
.prgs-nmbr{width:70px;height:70px;margin:0 auto 24px;background:linear-gradient(135deg,#FE864C,#1B69B9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#fff}
.prgs-crd h3{font-size:21px;margin:0 0 16px;color:#1a1a1a}
.prgs-crd p{font-size:15px;line-height:1.65;color:#666;margin:0 0 24px}
.prgs-br{width:100%;height:8px;background:#f0f0f0;border-radius:6px;overflow:hidden;position:relative}
.prgs-fll{height:100%;background:linear-gradient(90deg,#FE864C,#1B69B9);border-radius:6px;transition:width 1.2s ease}
.prgs-crd:nth-child(1) .prgs-fll{width:35%}
.prgs-crd:nth-child(2) .prgs-fll{width:60%}
.prgs-crd:nth-child(3) .prgs-fll{width:85%}
.prgs-lbl{font-size:13px;color:#888;margin-top:8px}
.schdl-sctn{max-width:1600px;margin:0 auto 100px;padding:0 24px}
.schdl-wrp{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #00000014}
.schdl-tp{background:linear-gradient(135deg,#FE864C,#1B69B9);padding:48px 40px;color:#fff}
.schdl-tp h2{font-size:40px;margin:0 0 18px}
.schdl-tp p{font-size:17px;margin:0;opacity:.95;line-height:1.6}
.schdl-btm{display:grid;grid-template-columns:repeat(2,1fr)}
.schdl-clmn{padding:44px 40px;position:relative}
.schdl-clmn:first-child{border-right:2px solid #f0f0f0}
.schdl-clmn h3{font-size:26px;margin:0 0 28px;color:#1a1a1a;display:flex;align-items:center;gap:12px}
.schdl-clmn h3::before{content:'';width:10px;height:10px;background:#FE864C;border-radius:50%}
.schdl-clmn:last-child h3::before{background:#1B69B9}
.schdl-lst{list-style:none;padding:0;margin:0}
.schdl-lst li{padding:18px 0;border-bottom:1px solid #f0f0f0;display:flex;align-items:start;gap:14px;font-size:16px;color:#555;line-height:1.55}
.schdl-lst li:last-child{border-bottom:none}
.schdl-lst li::before{content:'→';color:#FE864C;font-weight:700;flex-shrink:0;font-size:18px;margin-top:2px}
.schdl-clmn:last-child .schdl-lst li::before{color:#1B69B9}
.schdl-img{margin-top:28px;border-radius:12px;overflow:hidden}
.schdl-img img{width:100%;height:auto;display:block}
@media (max-width: 1200px) {
.hdr-cntnt{grid-template-columns:1fr;gap:40px}
.hdr-txt{padding-right:0}
.hdr-img-wrp{height:400px}
.cmmnt-grd{grid-template-columns:1fr;gap:50px}
.cmmnt-lft{position:static}
.prgs-cntnt{grid-template-columns:1fr}
.schdl-btm{grid-template-columns:1fr}
.schdl-clmn:first-child{border-right:none;border-bottom:2px solid #f0f0f0}
}
@media (max-width: 768px) {
.hdr-wrpr{min-height:auto;margin-bottom:60px}
.hdr-txt h1{font-size:38px;margin-bottom:20px}
.hdr-dsc{font-size:17px}
.hdr-ctns{flex-direction:column}
.btn-prmr,.btn-scndr{width:100%;text-align:center}
.hdr-img-wrp{height:320px}
.cmmnt-sctn{margin-bottom:70px}
.cmmnt-lft h2{font-size:32px}
.prgs-sctn{padding:60px 24px;margin-bottom:70px}
.prgs-hdr h2{font-size:34px}
.schdl-sctn{margin-bottom:70px}
.schdl-tp{padding:36px 28px}
.schdl-tp h2{font-size:32px}
.schdl-clmn{padding:32px 28px}
.schdl-clmn h3{font-size:22px}
}
::-webkit-scrollbar{width:14px}
::-webkit-scrollbar-track{background:#F8F8F7;border-radius:8px}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#FE864C,#1B69B9);border-radius:8px;box-shadow:inset 0 2px 6px #00000026}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ff9a6b,#2577c7)}
.cnct-hro{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#fe864c0d 0%,#1b69b914 100%)}
.cnct-hro .img-wrap{position:absolute;top:0;right:0;width:50%;height:100%;opacity:.25;z-index:1}
.cnct-hro .img-wrap img{width:100%;height:100%;object-fit:cover;filter:brightness(1.1) contrast(0.9)}
.cnct-hro .img-wrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f8f8f7f2 0%,#f8f8f74d 100%);z-index:2}
.cnct-hro .cntnt2{position:relative;z-index:3;max-width:1600px;margin:0 auto;padding:80px 40px;width:100%}
.cnct-hro h1{font-size:58px;font-weight:700;color:#1B69B9;line-height:1.2;margin:0 0 16px;max-width:720px}
.cnct-hro h1 span{display:block;margin-top:8px}
.cnct-hro .sbtxt3{font-size:20px;line-height:1.6;color:#4a4a4a;max-width:580px;margin:0}
.inf-blck{background:#F8F8F7;padding:80px 40px}
.inf-blck .wrp-cntr{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px}
.inf-blck .lft-sd{display:flex;flex-direction:column;gap:48px}
.inf-blck h2{font-size:42px;font-weight:700;color:#2a2a2a;margin:0 0 24px;line-height:1.3}
.inf-blck .txt-grp p{font-size:17px;line-height:1.7;color:#5a5a5a;margin:0 0 18px}
.inf-blck .txt-grp p:last-child{margin-bottom:0}
.dtl-crd{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 12px #0000000f;transition:all .3s ease}
.dtl-crd:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px)}
.dtl-crd h3{font-size:22px;font-weight:600;color:#FE864C;margin:0 0 20px;display:flex;align-items:center;gap:10px}
.dtl-crd h3::before{content:'';width:4px;height:24px;background:linear-gradient(180deg,#FE864C 0%,#1B69B9 100%);border-radius:2px}
.dtl-crd .itm4{display:flex;flex-direction:column;gap:14px}
.dtl-crd .itm4 .lnk-elm{display:flex;align-items:center;gap:12px;font-size:16px;color:#3a3a3a;text-decoration:none;transition:color .3s ease}
.dtl-crd .itm4 .lnk-elm:hover{color:#1B69B9}
.dtl-crd .itm4 .lnk-elm svg{width:20px;height:20px;flex-shrink:0}
.dtl-crd .adr-txt{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0}
.frm-sct{background:#fff}
.frm-sct .frm-wrp2{max-width:760px;width:100%}
.frm-sct h3{font-size:28px;font-weight:600;color:#2a2a2a;margin:0 0 12px}
.frm-sct .intro7{font-size:16px;line-height:1.6;color:#5a5a5a;margin:0 0 36px}
.frm-sct form{display:flex;flex-direction:column;gap:24px}
.fld-grp8{display:flex;flex-direction:column;gap:8px}
.fld-grp8 label{font-size:15px;font-weight:600;color:#3a3a3a;display:block}
.fld-grp8 input,.fld-grp8 select{width:100%;padding:14px 18px;font-size:16px;color:#2a2a2a;background:#F8F8F7;border:2px solid transparent;border-radius:10px;transition:all .3s ease;outline:none}
.fld-grp8 input:focus,.fld-grp8 select:focus{background:#fff;border-color:#1B69B9;box-shadow:0 0 0 4px #1b69b91a}
.fld-grp8 select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%233a3a3a' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:45px}
.chk-wrp{display:flex;align-items:flex-start;gap:12px;margin-top:8px}
.chk-wrp input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#1B69B9}
.chk-wrp label{font-size:14px;line-height:1.6;color:#5a5a5a;cursor:pointer}
.chk-wrp label a{color:#1B69B9;text-decoration:none;font-weight:600;transition:color .3s ease}
.chk-wrp label a:hover{color:#FE864C}
.sbmt-btn9{padding:16px 48px;font-size:17px;font-weight:600;color:#fff;background:linear-gradient(135deg,#FE864C 0%,#1B69B9 100%);border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;align-self:flex-start;box-shadow:0 4px 12px #fe864c4d}
.sbmt-btn9:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fe864c66}
.sbmt-btn9:active{transform:translateY(0)}
@media (max-width: 1024px) {
.cnct-hro{min-height:400px}
.cnct-hro h1{font-size:48px}
.cnct-hro .sbtxt3{font-size:18px}
.inf-blck .wrp-cntr{grid-template-columns:1fr;gap:50px}
.inf-blck h2{font-size:36px}
}
@media (max-width: 768px) {
.cnct-hro{min-height:360px}
.cnct-hro .cntnt2{padding:60px 24px}
.cnct-hro .img-wrap{width:60%;opacity:.15}
.cnct-hro h1{font-size:36px}
.cnct-hro .sbtxt3{font-size:16px}
.inf-blck{padding:60px 24px}
.inf-blck h2{font-size:30px}
.dtl-crd{padding:24px}
.frm-sct .frm-wrp2{padding:0 24px}
.frm-sct h3{font-size:24px}
.sbmt-btn9{width:100%;align-self:stretch}
}
@media (max-width: 480px) {
.cnct-hro h1{font-size:28px}
.cnct-hro .sbtxt3{font-size:15px}
.inf-blck h2{font-size:26px}
.dtl-crd h3{font-size:20px}
.fld-grp8 input,.fld-grp8 select{padding:12px 16px;font-size:15px}
}
::-webkit-scrollbar{width:12px}
::-webkit-scrollbar-track{background:#F8F8F7}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#FE864C 0%,#1B69B9 100%);border-radius:6px;box-shadow:inset 0 0 6px #0000001a}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ff9560 0%,#2077c7 100%)}
.prgrm-hdr-wrp{background:linear-gradient(135deg,#FE864C 0%,#1B69B9 100%);padding:80px 20px;position:relative;overflow:hidden}
.prgrm-hdr-wrp::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,#ffffff1a 1px,transparent 1px),radial-gradient(circle at 80% 80%,#ffffff1a 1px,transparent 1px);background-size:50px 50px,70px 70px;opacity:.4}
.prgrm-cntnr{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.prgrm-hdr-wrp .hdr-cntnt{text-align:center;max-width:900px;margin:0 auto}
.prgrm-hdr-wrp h1{color:#F8F8F7;font-size:52px;margin:0 0 24px;line-height:1.2;font-weight:700}
.prgrm-hdr-wrp .hdr-txt{color:#f8f8f7f2;font-size:19px;line-height:1.7;margin:0}
.prgrm-hdr-wrp .img-wrp{margin-top:50px;display:flex;justify-content:center}
.prgrm-hdr-wrp .img-wrp img{width:100%;max-width:650px;height:auto;border-radius:12px;box-shadow:0 20px 60px #00000040;filter:saturate(0.75)}
.strct-blck{padding:90px 20px;background:#F8F8F7}
.strct-blck .cntnr2{max-width:1500px;margin:0 auto}
.strct-blck h2{font-size:38px;color:#1B69B9;margin:0 0 16px;font-weight:600}
.strct-blck .intro-p{font-size:18px;color:#3a3a3a;line-height:1.7;margin:0 0 60px;max-width:800px}
.phs-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px}
.phs-itm{background:#fff;border-radius:14px;padding:40px 32px;box-shadow:0 4px 16px #0000000f;position:relative;transition:all .3s ease;border:2px solid transparent}
.phs-itm:hover{transform:translateY(-6px);box-shadow:0 12px 32px #1b69b926;border-color:#FE864C}
.phs-itm::before{content:'';position:absolute;top:-2px;left:20px;right:20px;height:4px;background:linear-gradient(90deg,#FE864C,#1B69B9);border-radius:8px 8px 0 0}
.phs-itm .num{display:inline-block;width:50px;height:50px;background:linear-gradient(135deg,#FE864C,#1B69B9);color:#F8F8F7;border-radius:50%;font-size:22px;font-weight:700;line-height:50px;text-align:center;margin-bottom:20px}
.phs-itm h3{font-size:22px;color:#1B69B9;margin:0 0 14px;font-weight:600}
.phs-itm p{font-size:16px;color:#4a4a4a;line-height:1.6;margin:0}
.mdl-sect{padding:95px 20px;background:#fff}
.mdl-sect .wrp3{max-width:1450px;margin:0 auto}
.mdl-lyout{display:flex;gap:70px;align-items:flex-start}
.mdl-lyout .lft-sd{flex:1}
.mdl-lyout .rgt-sd{flex:1.2}
.mdl-lyout h2{font-size:36px;color:#1B69B9;margin:0 0 18px;font-weight:600;position:relative;padding-bottom:16px}
.mdl-lyout h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:#FE864C;border-radius:2px}
.mdl-lyout .desc-txt{font-size:17px;color:#3a3a3a;line-height:1.7;margin:0 0 30px}
.mdl-crd-stck{display:flex;flex-direction:column;gap:22px}
.mdl-crd{background:linear-gradient(120deg,#fe864c14 0%,#1b69b914 100%);border-left:5px solid #FE864C;padding:28px 32px;border-radius:10px;transition:all .3s ease}
.mdl-crd:nth-child(2n){border-left-color:#1B69B9;background:linear-gradient(120deg,#1b69b914 0%,#fe864c14 100%)}
.mdl-crd:hover{transform:translateX(8px);box-shadow:-4px 8px 20px #00000014}
.mdl-crd h4{font-size:20px;color:#1B69B9;margin:0 0 10px;font-weight:600}
.mdl-crd p{font-size:16px;color:#4a4a4a;line-height:1.6;margin:0}
.mdl-crd .mdl-dts{display:flex;gap:24px;margin-top:16px;flex-wrap:wrap}
.mdl-crd .dt-itm{display:flex;align-items:center;gap:8px;font-size:15px;color:#5a5a5a}
.mdl-crd .dt-itm::before{content:'';width:8px;height:8px;background:#FE864C;border-radius:50%;display:block}
.btm-act{padding:85px 20px;background:linear-gradient(165deg,#1B69B9 0%,#FE864C 100%);position:relative;overflow:hidden}
.btm-act::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);border-radius:50%}
.btm-act .wrp4{max-width:1300px;margin:0 auto;position:relative;z-index:2}
.act-grd{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.act-grd .txt-sd h2{font-size:40px;color:#F8F8F7;margin:0 0 20px;font-weight:700;line-height:1.3}
.act-grd .txt-sd p{font-size:18px;color:#f8f8f7eb;line-height:1.7;margin:0 0 32px}
.act-grd .btn-wrp2{display:flex;gap:18px;flex-wrap:wrap}
.act-grd .btn-prm{display:inline-block;padding:16px 38px;background:#F8F8F7;color:#1B69B9;font-size:17px;font-weight:600;border-radius:10px;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 20px #00000026}
.act-grd .btn-prm:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000040;background:#fff}
.act-grd .btn-sec{display:inline-block;padding:16px 38px;background:transparent;color:#F8F8F7;font-size:17px;font-weight:600;border-radius:10px;text-decoration:none;border:2px solid #F8F8F7;transition:all .3s ease}
.act-grd .btn-sec:hover{background:#f8f8f726;transform:translateY(-3px)}
.act-grd .ft-lst{background:#ffffff1f;border-radius:12px;padding:40px;backdrop-filter:blur(10px)}
.act-grd .ft-lst h3{font-size:24px;color:#F8F8F7;margin:0 0 26px;font-weight:600}
.ft-lst-itms{display:flex;flex-direction:column;gap:16px}
.ft-lst-itm{display:flex;align-items:flex-start;gap:14px;font-size:16px;color:#f8f8f7f2;line-height:1.6}
.ft-lst-itm::before{content:'';min-width:24px;height:24px;background:#F8F8F7;border-radius:50%;display:block;margin-top:2px;box-shadow:0 3px 8px #0003}
.ft-lst-itm svg{min-width:20px;height:20px;fill:#1B69B9;position:absolute;margin-left:-22px;margin-top:4px}
@media (max-width: 1200px) {
.mdl-lyout{gap:50px}
.act-grd{gap:40px}
}
@media (max-width: 968px) {
.prgrm-hdr-wrp{padding:60px 20px}
.prgrm-hdr-wrp h1{font-size:40px}
.prgrm-hdr-wrp .hdr-txt{font-size:17px}
.strct-blck{padding:70px 20px}
.strct-blck h2{font-size:32px}
.phs-grd{grid-template-columns:1fr;gap:28px}
.mdl-sect{padding:70px 20px}
.mdl-lyout{flex-direction:column;gap:40px}
.mdl-lyout h2{font-size:30px}
.btm-act{padding:65px 20px}
.act-grd{grid-template-columns:1fr;gap:35px}
.act-grd .txt-sd h2{font-size:32px}
}
@media (max-width: 640px) {
.prgrm-hdr-wrp h1{font-size:32px}
.prgrm-hdr-wrp .hdr-txt{font-size:16px}
.strct-blck h2{font-size:28px}
.strct-blck .intro-p{font-size:16px}
.phs-itm{padding:32px 24px}
.mdl-lyout h2{font-size:26px}
.mdl-crd{padding:22px 24px}
.mdl-crd .mdl-dts{gap:16px}
.act-grd .txt-sd h2{font-size:28px}
.act-grd .txt-sd p{font-size:16px}
.act-grd .btn-wrp2{flex-direction:column}
.act-grd .btn-prm,.act-grd .btn-sec{width:100%;text-align:center}
.act-grd .ft-lst{padding:30px 24px}
}
.sccs-wrp{max-width:1600px;margin:0 auto;padding:0}
.sccs-mn{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#F8F8F7 0%,#FFF 50%,#F8F8F7 100%);position:relative;overflow:hidden;padding:60px 20px}
.sccs-mn::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 40%,#fe864c14 0%,transparent 50%),radial-gradient(circle at 70% 60%,#1b69b90f 0%,transparent 50%);animation:flot 20s ease-in-out infinite}
@keyframes flot {
0%,100%{transform:translate(0,0) rotate(0deg)}
50%{transform:translate(-20px,20px) rotate(5deg)}
}
.sccs-cntnt{position:relative;z-index:2;text-align:center;max-width:680px}
.sccs-icn-wrp{margin-bottom:32px;display:inline-block;position:relative}
.sccs-icn{width:96px;height:96px;background:linear-gradient(135deg,#FE864C 0%,#1B69B9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #fe864c40 0 4px 12px #1b69b926;animation:pls 2s ease-in-out infinite}
@keyframes pls {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
.sccs-icn svg{width:52px;height:52px}
.sccs-ttl{font-size:48px;font-weight:700;color:#1B69B9;margin:0 0 18px;line-height:1.2}
.sccs-sbtl{font-size:22px;color:#4A4A4A;margin:0 0 28px;line-height:1.5;font-weight:400}
.sccs-txt{font-size:17px;color:#6B6B6B;line-height:1.7;margin:0 0 38px}
.sccs-actn-wrp{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.sccs-btn1{display:inline-flex;align-items:center;gap:10px;padding:16px 34px;background:linear-gradient(135deg,#FE864C 0%,#FF6B3D 100%);color:#FFF;text-decoration:none;border-radius:10px;font-size:17px;font-weight:600;box-shadow:0 6px 20px #fe864c4d;transition:all .3s ease;position:relative;z-index:10}
.sccs-btn1:hover{transform:translateY(-3px);box-shadow:0 10px 28px #fe864c66;background:linear-gradient(135deg,#FF6B3D 0%,#FE864C 100%)}
.sccs-btn1:active{transform:translateY(-1px)}
.sccs-btn2{display:inline-flex;align-items:center;gap:10px;padding:16px 34px;background:#FFF;color:#1B69B9;text-decoration:none;border-radius:10px;font-size:17px;font-weight:600;border:2px solid #1B69B9;box-shadow:0 4px 14px #1b69b926;transition:all .3s ease;position:relative;z-index:10}
.sccs-btn2:hover{background:#1B69B9;color:#FFF;transform:translateY(-3px);box-shadow:0 8px 22px #1b69b940}
.sccs-btn2:active{transform:translateY(-1px)}
.sccs-dcr1,.sccs-dcr2,.sccs-dcr3{position:absolute;border-radius:50%;opacity:.4;z-index:1}
.sccs-dcr1{width:180px;height:180px;background:radial-gradient(circle,#fe864c26,transparent);top:10%;left:5%;animation:flt1 15s ease-in-out infinite}
.sccs-dcr2{width:140px;height:140px;background:radial-gradient(circle,#1b69b91f,transparent);bottom:15%;right:8%;animation:flt2 18s ease-in-out infinite}
.sccs-dcr3{width:100px;height:100px;background:radial-gradient(circle,#fe864c1a,transparent);top:60%;left:12%;animation:flt3 12s ease-in-out infinite}
@keyframes flt1 {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(30px,-30px) scale(1.1)}
}
@keyframes flt2 {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-25px,25px) scale(1.15)}
}
@keyframes flt3 {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(20px,20px) scale(1.08)}
}
@media (max-width: 768px) {
.sccs-mn{padding:50px 20px;min-height:75vh}
.sccs-ttl{font-size:36px;margin-bottom:14px}
.sccs-sbtl{font-size:19px;margin-bottom:22px}
.sccs-txt{font-size:16px;margin-bottom:32px}
.sccs-icn{width:80px;height:80px}
.sccs-icn svg{width:44px;height:44px}
.sccs-actn-wrp{flex-direction:column;align-items:stretch}
.sccs-btn1,.sccs-btn2{width:100%;justify-content:center;padding:15px 28px;font-size:16px}
.sccs-dcr1{width:120px;height:120px}
.sccs-dcr2{width:90px;height:90px}
.sccs-dcr3{width:70px;height:70px}
}
@media (max-width: 480px) {
.sccs-ttl{font-size:30px}
.sccs-sbtl{font-size:17px}
.sccs-txt{font-size:15px}
.sccs-icn{width:70px;height:70px}
.sccs-icn svg{width:38px;height:38px}
}
.sccs-wrp-scrlbr::-webkit-scrollbar{width:12px}
.sccs-wrp-scrlbr::-webkit-scrollbar-track{background:#F8F8F7;border-radius:8px}
.sccs-wrp-scrlbr::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#FE864C 0%,#1B69B9 100%);border-radius:8px;box-shadow:inset 0 2px 4px #0000001a}
.sccs-wrp-scrlbr::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#1B69B9 0%,#FE864C 100%)}