*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.6;color:#1a1a1a;background:#fafafa;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
.HdrCntnr{max-width:1200px;margin:0 auto;padding:20px 30px}
.HdrTopRw{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}
.LgWrpr{flex-shrink:0}
.LgLnk{display:block;width:110px;height:110px;background:linear-gradient(135deg,#F27506 0%,#342890 100%);border-radius:18px;padding:12px;box-shadow:0 4px 6px #34289026;transition:box-shadow .3s ease}
.LgLnk:hover{box-shadow:0 6px 12px #f2750640}
.LgImg{width:100%;height:100%;object-fit:contain}
.MnNvgtn{flex-grow:1;display:flex;justify-content:flex-end;margin-left:40px}
.NvLst{display:flex;gap:8px;align-items:center}
.NvItm{position:relative}
.NvLnk{display:block;padding:12px 22px;color:#2d2d2d;font-weight:600;font-size:15px;border-radius:8px;transition:background-color .25s ease,color .25s ease}
.NvLnk:hover{background-color:#f2750614;color:#F27506}
.NvItmDrpdn:hover .SbMn{opacity:1;visibility:visible;transform:translateY(0)}
.SbMn{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border-radius:10px;box-shadow:0 6px 16px #0000001f;min-width:200px;padding:10px 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s;z-index:100}
.SbMn::before{content:'';position:absolute;top:-16px;left:0;right:0;height:16px}
.SbMnItm{margin:0}
.SbMnLnk{display:block;padding:10px 20px;color:#2d2d2d;font-size:14px;transition:background-color .2s ease,color .2s ease}
.SbMnLnk:hover{background-color:#daf8f399;color:#342890}
.HdrBttmRw{text-align:center;padding:24px 0 12px;border-top:2px solid #f2750626}
.CmpnyNm{display:inline-block}
.CmpnyTtl{font-size:32px;font-weight:700;background:linear-gradient(120deg,#F27506 0%,#342890 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:6px}
.CmpnyTglne{font-size:15px;color:#555;font-weight:400}
.FtrCntnr{background:linear-gradient(135deg,#342890 0%,#F27506 55%,#DAF8F3 100%);color:#fff;padding:60px 30px 30px;margin-top:80px}
.FtrGrd{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:40px}
.FtrBlck{background:#ffffff14;padding:28px;border-radius:14px;backdrop-filter:blur(8px);box-shadow:0 3px 8px #00000026}
.FtrBlckLrg{grid-column:span 1}
.FtrHdng{font-size:20px;font-weight:700;margin-bottom:16px;color:#DAF8F3}
.FtrTxt{font-size:14px;line-height:1.7;color:#ffffffe6;margin-bottom:14px}
.FtrCntct{margin-top:20px}
.FtrCntctItm{display:flex;align-items:center;gap:10px;font-size:14px;color:#fffffff2;margin-bottom:10px}
.FtrCntctItm i{font-size:18px;color:#DAF8F3}
.FtrLnkLst{display:flex;flex-direction:column;gap:10px}
.FtrLnkItm{margin:0}
.FtrLnk{font-size:14px;color:#ffffffe6;transition:color .25s ease;display:inline-block}
.FtrLnk:hover{color:#DAF8F3}
.FtrBttm{max-width:1200px;margin:0 auto;text-align:center;padding-top:30px;border-top:1px solid #fff3}
.Cpyrght{font-size:14px;color:#ffffffd9}
.CkPpContainer{position:fixed;top:30px;left:30px;z-index:10000;animation:fade_in .4s ease forwards}
@keyframes fade_in {
from{opacity:0;transform:translateY(-15px)}
to{opacity:1;transform:translateY(0)}
}
.CkPpCard{background:#fff;border-radius:16px;box-shadow:0 8px 24px #0000002e;padding:28px;max-width:420px;border:2px solid #f2750633}
.CkPpHdr{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.CkPpHdr i{font-size:28px;color:#F27506}
.CkPpTtl{font-size:20px;font-weight:700;color:#1a1a1a}
.CkPpTxt{font-size:14px;line-height:1.6;color:#4a4a4a;margin-bottom:20px}
.CkCtgrs{margin-bottom:22px}
.CkCtgr{margin-bottom:14px;padding:12px;background:#f8f8f8;border-radius:8px}
.CkCtgrLbl{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:600;color:#2d2d2d}
.CkChkbx{width:18px;height:18px;cursor:pointer;accent-color:#F27506}
.CkChkbx:disabled{cursor:not-allowed;opacity:.7}
.CkCtgrNm{font-size:15px}
.CkCtgrDsc{font-size:13px;color:#666;margin-top:6px;margin-left:28px}
.CkPpActns{display:flex;gap:12px;margin-bottom:16px}
.CkBtn{flex:1;padding:12px 20px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .25s ease,transform .15s ease;font-family:'Manrope',sans-serif}
.CkBtn:active{transform:scale(0.97)}
.CkBtnAccpt{background:linear-gradient(135deg,#F27506 0%,#342890 100%);color:#fff}
.CkBtnAccpt:hover{background:linear-gradient(135deg,#d96605 0%,#2a1f72 100%)}
.CkBtnRjct{background:#e0e0e0;color:#2d2d2d}
.CkBtnRjct:hover{background:#ccc}
.CkPlcyLnk{display:inline-block;font-size:13px;color:#342890;text-decoration:underline;transition:color .25s ease}
.CkPlcyLnk:hover{color:#F27506}
.CkSttngsBtn{position:fixed;bottom:30px;left:30px;width:54px;height:54px;background:linear-gradient(135deg,#F27506 0%,#342890 100%);border:none;border-radius:50%;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 12px #0003;transition:transform .3s ease,box-shadow .3s ease;z-index:9999;display:flex;align-items:center;justify-content:center}
.CkSttngsBtn:hover{transform:scale(1.08);box-shadow:0 6px 16px #f2750659}
@media (max-width: 968px) {
.HdrTopRw{flex-direction:column;gap:20px;align-items:center}
.MnNvgtn{margin-left:0;width:100%}
.NvLst{flex-wrap:wrap;justify-content:center}
.FtrGrd{grid-template-columns:1fr 1fr;gap:28px}
.FtrBlckLrg{grid-column:span 2}
}
@media (max-width: 640px) {
.HdrCntnr{padding:16px 20px}
.LgLnk{width:90px;height:90px}
.NvLst{flex-direction:column;width:100%;gap:6px}
.NvItm{width:100%}
.NvLnk{text-align:center;padding:10px 16px}
.SbMn{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:#daf8f34d;margin-top:6px;display:none}
.NvItmDrpdn:hover .SbMn{display:block}
.CmpnyTtl{font-size:26px}
.CmpnyTglne{font-size:14px}
.FtrGrd{grid-template-columns:1fr}
.FtrBlckLrg{grid-column:span 1}
.CkPpContainer{left:15px;right:15px;top:20px}
.CkPpCard{max-width:100%}
.CkSttngsBtn{bottom:20px;left:20px;width:48px;height:48px;font-size:22px}
}
.PgWrppr{max-width:1200px;margin:0 auto;padding:0 20px}
.HrStry{padding:80px 0;background:linear-gradient(135deg,#DAF8F3 0%,#fff 100%)}
.HrStry .CntntGrd{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.HrStry .TxtBlck h1{font-size:48px;color:#342890;margin-bottom:24px;line-height:1.2}
.HrStry .TxtBlck p{font-size:18px;color:#333;line-height:1.7;margin-bottom:16px}
.HrStry .MgBlck img{width:100%;height:520px;object-fit:cover;border-radius:16px;box-shadow:0 6px 24px #34289026}
.VlsSctn{padding:100px 0;background:#fff;position:relative}
.VlsSctn::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:2px;background:linear-gradient(90deg,transparent 0%,#F27506 50%,transparent 100%)}
.VlsSctn h2{font-size:42px;color:#342890;text-align:center;margin-bottom:60px;position:relative}
.VlsSctn h2::after{content:'';position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#F27506;border-radius:2px}
.VlsGrd{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.VlCrd{background:linear-gradient(145deg,#DAF8F3 0%,#fff 100%);padding:40px 32px;border-radius:20px;box-shadow:0 4px 16px #00000014;transition:transform 0.3s,box-shadow .3s;border:2px solid transparent}
.VlCrd:hover{transform:translateY(-8px);box-shadow:0 8px 32px #f2750633;border-color:#F27506}
.VlCrd .IcnWrp{width:64px;height:64px;background:linear-gradient(135deg,#F27506 0%,#342890 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.VlCrd .IcnWrp i{font-size:32px;color:#fff}
.VlCrd h3{font-size:24px;color:#342890;margin-bottom:16px}
.VlCrd p{font-size:16px;color:#555;line-height:1.6}
.TmlnSctn{padding:100px 0;background:linear-gradient(180deg,#fff 0%,#DAF8F3 100%)}
.TmlnSctn h2{font-size:42px;color:#342890;text-align:center;margin-bottom:20px}
.TmlnSctn .SbHd{font-size:18px;color:#666;text-align:center;margin-bottom:70px}
.TmlnCntnr{position:relative;max-width:900px;margin:0 auto}
.TmlnCntnr::before{content:'';position:absolute;left:50%;transform:translateX(-50%);width:4px;height:100%;background:linear-gradient(180deg,#F27506 0%,#342890 100%);border-radius:2px}
.TmlnItem{position:relative;margin-bottom:60px;display:flex;align-items:flex-start}
.TmlnItem:nth-child(odd){justify-content:flex-start}
.TmlnItem:nth-child(even){justify-content:flex-end}
.TmlnCntnt{width:42%;background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 20px #0000001a;position:relative}
.TmlnItem:nth-child(odd) .TmlnCntnt{margin-right:auto}
.TmlnItem:nth-child(even) .TmlnCntnt{margin-left:auto}
.TmlnCntnt::before{content:'';position:absolute;top:24px;width:20px;height:20px;background:#F27506;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 4px #DAF8F3}
.TmlnItem:nth-child(odd) .TmlnCntnt::before{right:-62px}
.TmlnItem:nth-child(even) .TmlnCntnt::before{left:-62px}
.TmlnYr{font-size:28px;font-weight:700;color:#342890;margin-bottom:12px}
.TmlnCntnt h4{font-size:20px;color:#F27506;margin-bottom:12px}
.TmlnCntnt p{font-size:16px;color:#555;line-height:1.6}
.TmSctn{padding:100px 0;background:#fff}
.TmSctn h2{font-size:42px;color:#342890;text-align:center;margin-bottom:60px}
.TmGllry{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.TmCrd{display:flex;gap:32px;background:linear-gradient(135deg,#DAF8F3 0%,#fff 100%);padding:36px;border-radius:20px;box-shadow:0 4px 16px #00000014;transition:transform .3s;align-items:center}
.TmCrd:hover{transform:scale(1.03)}
.TmMgWrp img{width:180px;height:220px;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px #34289026}
.TmNf h4{font-size:26px;color:#342890;margin-bottom:8px}
.TmRl{font-size:18px;color:#F27506;margin-bottom:16px;font-weight:600}
.TmNf p{font-size:16px;color:#555;line-height:1.6;margin-bottom:20px}
.TmSkls{display:flex;flex-wrap:wrap;gap:10px}
.SklTg{padding:6px 16px;background:#342890;color:#fff;border-radius:20px;font-size:14px}
.CtBlck{background:linear-gradient(135deg,#342890 0%,#F27506 100%);padding:80px 40px;border-radius:24px;text-align:center;margin-top:80px}
.CtBlck h3{font-size:36px;color:#fff;margin-bottom:20px}
.CtBlck p{font-size:18px;color:#DAF8F3;margin-bottom:36px}
.CtBtns{display:flex;gap:24px;justify-content:center}
.PrmBtn{padding:16px 40px;background:#fff;color:#342890;text-decoration:none;border-radius:8px;font-size:18px;font-weight:600;transition:background 0.3s,transform .2s;box-shadow:0 4px 12px #00000026;display:inline-block}
.PrmBtn:hover{background:#DAF8F3;transform:translateY(-3px);box-shadow:0 6px 20px #0003}
.ScndBtn{padding:16px 40px;background:transparent;color:#fff;text-decoration:none;border-radius:8px;font-size:18px;font-weight:600;border:2px solid #fff;transition:background 0.3s,transform .2s;display:inline-block}
.ScndBtn:hover{background:#ffffff26;transform:translateY(-3px)}
@media (max-width: 992px) {
.HrStry .CntntGrd{grid-template-columns:1fr;gap:40px}
.VlsGrd{grid-template-columns:1fr}
.TmlnCntnr::before{left:20px}
.TmlnItem{justify-content:flex-start!important}
.TmlnCntnt{width:calc(100% - 80px);margin-left:60px!important}
.TmlnItem .TmlnCntnt::before{left:-62px!important}
.TmGllry{grid-template-columns:1fr}
.TmCrd{flex-direction:column;text-align:center}
}
@media (max-width: 768px) {
.HrStry{padding:60px 0}
.HrStry .TxtBlck h1{font-size:36px}
.VlsSctn,.TmlnSctn,.TmSctn{padding:60px 0}
.VlsSctn h2,.TmlnSctn h2,.TmSctn h2{font-size:32px}
.CtBlck{padding:60px 24px}
.CtBlck h3{font-size:28px}
.CtBtns{flex-direction:column;align-items:center}
.PrmBtn,.ScndBtn{width:100%;max-width:300px}
}
.stats-hero{background:linear-gradient(135deg,#F27506 0%,#342890 100%);padding:80px 20px;text-align:center;margin-bottom:0}
.stats-hero .hero-wrap{max-width:1200px;margin:0 auto}
.stats-hero .main-hdng{font-size:2.8rem;color:#fff;margin-bottom:20px;font-weight:700;line-height:1.2}
.stats-hero .sub-desc{font-size:1.15rem;color:#DAF8F3;max-width:700px;margin:0 auto;line-height:1.6}
.metrics-grid{background:#fff;padding:90px 20px}
.metrics-grid .cntnr-wrap{max-width:1200px;margin:0 auto}
.metrics-grid .sct-ttl{font-size:2.2rem;color:#342890;margin-bottom:15px;font-weight:700;position:relative;padding-bottom:15px}
.metrics-grid .sct-ttl::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:#F27506}
.metrics-grid .intro-txt{font-size:1.05rem;color:#4a4a4a;line-height:1.7;margin-bottom:50px;max-width:800px}
.metrics-grid .stat-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;margin-bottom:60px}
.metrics-grid .stat-crd{background:linear-gradient(165deg,#f9f9f9 0%,#fff 100%);border-left:5px solid #F27506;padding:35px 28px;border-radius:8px;box-shadow:0 4px 12px #34289014;transition:transform 0.3s,box-shadow .3s}
.metrics-grid .stat-crd:hover{transform:translateY(-5px);box-shadow:0 8px 24px #34289026}
.metrics-grid .stat-crd:nth-child(2){border-left-color:#342890}
.metrics-grid .stat-crd:nth-child(3){border-left-color:#F27506}
.metrics-grid .stat-crd:nth-child(4){border-left-color:#342890}
.metrics-grid .num-val{font-size:3rem;color:#F27506;font-weight:800;margin-bottom:10px;line-height:1}
.metrics-grid .stat-crd:nth-child(2) .num-val{color:#342890}
.metrics-grid .stat-lbl{font-size:1.1rem;color:#342890;font-weight:600;margin-bottom:12px}
.metrics-grid .stat-dtl{font-size:.95rem;color:#666;line-height:1.6}
.metrics-grid .prgs-blk{background:#f4f4f4;padding:40px 35px;border-radius:12px;margin-bottom:40px}
.metrics-grid .prgs-hdng{font-size:1.4rem;color:#342890;margin-bottom:25px;font-weight:700}
.metrics-grid .prgs-itm{margin-bottom:28px}
.metrics-grid .prgs-itm:last-child{margin-bottom:0}
.metrics-grid .prgs-lbl-wrap{display:flex;justify-content:space-between;margin-bottom:8px}
.metrics-grid .prgs-name{font-size:1rem;color:#333;font-weight:600}
.metrics-grid .prgs-prcnt{font-size:.95rem;color:#F27506;font-weight:700}
.metrics-grid .prgs-bar-bg{height:12px;background:#e0e0e0;border-radius:20px;overflow:hidden;position:relative}
.metrics-grid .prgs-bar-fill{height:100%;background:linear-gradient(90deg,#F27506 0%,#342890 100%);border-radius:20px;transition:width .4s ease}
.metrics-grid .prgs-itm:nth-child(2) .prgs-bar-fill{background:linear-gradient(90deg,#342890 0%,#F27506 100%)}
.metrics-grid .prgs-itm:nth-child(3) .prgs-bar-fill{background:linear-gradient(90deg,#F27506 0%,#DAF8F3 100%)}
.metrics-grid .prgs-itm:nth-child(4) .prgs-bar-fill{background:linear-gradient(90deg,#342890 0%,#DAF8F3 100%)}
.comparison-layout{background:linear-gradient(180deg,#DAF8F3 0%,#fff 100%);padding:90px 20px}
.comparison-layout .wrap-cntnr{max-width:1200px;margin:0 auto}
.comparison-layout .hdr-sec{text-align:center;margin-bottom:60px}
.comparison-layout .main-title{font-size:2.4rem;color:#342890;margin-bottom:18px;font-weight:700}
.comparison-layout .desc-text{font-size:1.05rem;color:#555;line-height:1.7;max-width:750px;margin:0 auto}
.comparison-layout .split-view{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.comparison-layout .side-panel{background:#fff;padding:45px 35px;border-radius:16px;box-shadow:0 6px 20px #00000014}
.comparison-layout .side-panel.left-sd{border-top:6px solid #F27506}
.comparison-layout .side-panel.right-sd{border-top:6px solid #342890}
.comparison-layout .panel-hdng{font-size:1.6rem;color:#342890;margin-bottom:25px;font-weight:700;display:flex;align-items:center;gap:12px}
.comparison-layout .panel-hdng::before{content:'';width:8px;height:8px;background:#F27506;border-radius:50%}
.comparison-layout .right-sd .panel-hdng::before{background:#342890}
.comparison-layout .img-showcase{width:100%;height:220px;border-radius:12px;object-fit:cover;margin-bottom:25px;box-shadow:0 4px 12px #0000001a}
.comparison-layout .feat-list{list-style:none;padding:0;margin:0}
.comparison-layout .feat-itm{padding:18px 0;border-bottom:1px solid #e8e8e8;display:flex;align-items:start;gap:15px}
.comparison-layout .feat-itm:last-child{border-bottom:none}
.comparison-layout .feat-icon{width:24px;height:24px;flex-shrink:0;margin-top:2px}
.comparison-layout .feat-icon svg{width:100%;height:100%}
.comparison-layout .feat-txt{font-size:.98rem;color:#444;line-height:1.6}
.comparison-layout .feat-val{font-weight:600;color:#F27506}
.comparison-layout .right-sd .feat-val{color:#342890}
.comparison-layout .cta-row{margin-top:35px;text-align:center}
.comparison-layout .btn-action{display:inline-block;padding:14px 35px;background:#F27506;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1rem;transition:background 0.3s,transform .2s;box-shadow:0 4px 10px #f2750640;position:relative;z-index:10}
.comparison-layout .btn-action:hover{background:#342890;transform:translateY(-2px);box-shadow:0 6px 16px #3428904d}
.comparison-layout .right-sd .btn-action{background:#342890}
.comparison-layout .right-sd .btn-action:hover{background:#F27506}
@media (max-width: 968px) {
.stats-hero .main-hdng{font-size:2.2rem}
.metrics-grid .sct-ttl{font-size:1.9rem}
.comparison-layout .split-view{grid-template-columns:1fr;gap:40px}
.comparison-layout .main-title{font-size:2rem}
}
@media (max-width: 640px) {
.stats-hero{padding:60px 20px}
.stats-hero .main-hdng{font-size:1.8rem}
.metrics-grid{padding:60px 20px}
.metrics-grid .stat-layout{grid-template-columns:1fr;gap:25px}
.metrics-grid .num-val{font-size:2.5rem}
.comparison-layout{padding:60px 20px}
.comparison-layout .side-panel{padding:30px 25px}
.comparison-layout .img-showcase{height:180px}
}
.hdr-frm{position:relative;width:100%;max-width:1200px;margin:0 auto 80px;padding:0 20px}
.hdr-img-msc{position:relative;width:100%;height:520px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:12px;border-radius:16px;overflow:hidden}
.hdr-img-msc img{width:100%;height:100%;object-fit:cover}
.hdr-img-msc img:nth-child(1){grid-column:1 / 3;grid-row:1 / 3}
.hdr-img-msc img:nth-child(2){grid-column:3 / 5;grid-row:1 / 2}
.hdr-img-msc img:nth-child(3){grid-column:3 / 4;grid-row:2 / 4}
.hdr-img-msc img:nth-child(4){grid-column:4 / 5;grid-row:2 / 4}
.hdr-img-msc img:nth-child(5){grid-column:1 / 3;grid-row:3 / 4}
.hdr-ovrly{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#34289066 0%,#f275064d 100%);display:flex;align-items:center;justify-content:center;flex-direction:column;padding:40px;text-align:center}
.hdr-ovrly h1{color:#fff;font-size:56px;font-weight:700;margin:0 0 20px;text-shadow:2px 4px 8px #00000080;line-height:1.2}
.hdr-ovrly .dscr-txt{color:#fff;font-size:22px;max-width:680px;margin:0;text-shadow:1px 2px 6px #0006;line-height:1.5}
.advntg-wrp{width:100%;max-width:1200px;margin:0 auto 100px;padding:0 20px}
.advntg-wrp h2{font-size:42px;color:#342890;margin:0 0 50px;text-align:center;font-weight:700;position:relative}
.advntg-wrp h2::after{content:'';display:block;width:90px;height:4px;background:linear-gradient(90deg,#F27506 0%,#342890 100%);margin:20px auto 0;border-radius:2px}
.advntg-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.advntg-crd{background:linear-gradient(135deg,#fff 0%,#f9f9f9 100%);padding:40px 30px;border-radius:12px;border:2px solid #DAF8F3;transition:all .3s ease;position:relative}
.advntg-crd::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#F27506 0%,#342890 100%);border-radius:12px;opacity:0;transition:opacity .3s ease;z-index:-1}
.advntg-crd:hover::before{opacity:1}
.advntg-crd:hover{transform:translateY(-8px);box-shadow:4px 8px 20px #34289040}
.advntg-crd i{font-size:48px;color:#F27506;margin-bottom:20px;display:block}
.advntg-crd h3{font-size:24px;color:#342890;margin:0 0 15px;font-weight:600}
.advntg-crd p{font-size:16px;color:#555;margin:0;line-height:1.6}
.prblm-sctn{width:100%;background:linear-gradient(180deg,#f8f8f8 0%,#fff 100%);padding:80px 20px;margin-bottom:100px}
.prblm-cntnr{max-width:1200px;margin:0 auto}
.prblm-cntnr h2{font-size:42px;color:#342890;margin:0 0 60px;text-align:center;font-weight:700;position:relative}
.prblm-cntnr h2::before{content:'';position:absolute;top:-15px;left:50%;transform:translateX(-50%);width:60px;height:60px;background:linear-gradient(135deg,#DAF8F3 0%,#fff 100%);border-radius:50%;z-index:-1}
.prblm-lst{display:flex;flex-direction:column;gap:40px}
.prblm-itm{display:grid;grid-template-columns:1fr 2fr;gap:50px;align-items:center}
.prblm-itm:nth-child(even){grid-template-columns:2fr 1fr}
.prblm-itm:nth-child(even) .prblm-cntnt{order:-1}
.prblm-icn-wrp{background:linear-gradient(135deg,#F27506 0%,#342890 100%);padding:50px;border-radius:20px;text-align:center;box-shadow:3px 6px 16px #34289033}
.prblm-icn-wrp i{font-size:80px;color:#fff}
.prblm-cntnt h3{font-size:28px;color:#342890;margin:0 0 15px;font-weight:600;position:relative;padding-left:20px}
.prblm-cntnt h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:100%;background:#F27506;border-radius:3px}
.prblm-cntnt p{font-size:17px;color:#666;margin:0 0 20px;line-height:1.7}
.sltn-txt{background:linear-gradient(90deg,#DAF8F3 0%,#fff 100%);padding:20px 25px;border-radius:8px;border-left:4px solid #342890}
.sltn-txt strong{color:#F27506;font-weight:600}
.sltn-txt p{margin:0;font-size:16px;color:#444;line-height:1.6}
.nmbrs-wrp{width:100%;max-width:1200px;margin:0 auto 80px;padding:0 20px}
.nmbrs-wrp h2{font-size:42px;color:#342890;margin:0 0 50px;text-align:center;font-weight:700}
.nmbrs-grd{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}
.nmbr-crd{background:#fff;padding:50px 20px;border-radius:16px;text-align:center;border:3px solid #DAF8F3;position:relative;overflow:hidden;transition:all .4s ease}
.nmbr-crd::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:0;background:linear-gradient(180deg,#F27506 0%,#342890 100%);transition:height .4s ease;z-index:1}
.nmbr-crd:hover::after{height:100%}
.nmbr-crd:hover .nmbr-vl,.nmbr-crd:hover .nmbr-lbl{color:#fff;position:relative;z-index:2}
.nmbr-vl{font-size:56px;font-weight:700;color:#F27506;margin:0 0 10px;display:block;transition:color .4s ease}
.nmbr-lbl{font-size:18px;color:#342890;margin:0;font-weight:500;transition:color .4s ease}
.cta-sctn{width:100%;background:linear-gradient(135deg,#342890 0%,#F27506 100%);padding:60px 20px;text-align:center;margin-bottom:80px}
.cta-cntnt{max-width:800px;margin:0 auto}
.cta-cntnt h2{font-size:38px;color:#fff;margin:0 0 20px;font-weight:700}
.cta-cntnt p{font-size:19px;color:#DAF8F3;margin:0 0 35px;line-height:1.6}
.cta-btn-grp{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btn-prm{background:#fff;color:#342890;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:18px;font-weight:600;transition:all .3s ease;display:inline-block;box-shadow:2px 4px 12px #0003}
.btn-prm:hover{background:#DAF8F3;transform:scale(1.05);box-shadow:3px 6px 16px #0000004d}
.btn-scnd{background:transparent;color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:18px;font-weight:600;border:2px solid #fff;transition:all .3s ease;display:inline-block}
.btn-scnd:hover{background:#fff;color:#342890;transform:scale(1.05)}
@media (max-width: 992px) {
.hdr-img-msc{height:420px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr)}
.hdr-img-msc img:nth-child(1){grid-column:1 / 3;grid-row:1 / 3}
.hdr-img-msc img:nth-child(2){grid-column:3 / 4;grid-row:1 / 2}
.hdr-img-msc img:nth-child(3){grid-column:3 / 4;grid-row:2 / 3}
.hdr-img-msc img:nth-child(4){grid-column:1 / 2;grid-row:3 / 4}
.hdr-img-msc img:nth-child(5){grid-column:2 / 4;grid-row:3 / 4}
.hdr-ovrly h1{font-size:42px}
.hdr-ovrly .dscr-txt{font-size:18px}
.advntg-grd{grid-template-columns:repeat(2,1fr)}
.prblm-itm,.prblm-itm:nth-child(even){grid-template-columns:1fr}
.prblm-itm:nth-child(even) .prblm-cntnt{order:0}
.nmbrs-grd{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.hdr-img-msc{height:320px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}
.hdr-img-msc img:nth-child(1){grid-column:1 / 3;grid-row:1 / 2}
.hdr-img-msc img:nth-child(2){grid-column:1 / 2;grid-row:2 / 3}
.hdr-img-msc img:nth-child(3){grid-column:2 / 3;grid-row:2 / 3}
.hdr-img-msc img:nth-child(4){grid-column:1 / 2;grid-row:3 / 4}
.hdr-img-msc img:nth-child(5){grid-column:2 / 3;grid-row:3 / 4}
.hdr-ovrly h1{font-size:32px}
.hdr-ovrly .dscr-txt{font-size:16px}
.advntg-wrp h2,.prblm-cntnr h2,.nmbrs-wrp h2{font-size:32px}
.advntg-grd{grid-template-columns:1fr}
.nmbrs-grd{grid-template-columns:1fr}
.cta-cntnt h2{font-size:28px}
.cta-btn-grp{flex-direction:column;align-items:center}
.btn-prm,.btn-scnd{width:100%;max-width:300px}
}
.CntctPg{width:100%;background:linear-gradient(135deg,#DAF8F3 0%,#fff 100%)}
.CntctPg .cntnr-main{max-width:1200px;margin:0 auto;padding:60px 20px}
.CntctPg .hdr-zone{text-align:center;margin-bottom:80px}
.CntctPg .hdr-zone h1{font-size:48px;color:#342890;margin-bottom:20px;font-weight:700}
.CntctPg .hdr-zone .subline-txt{font-size:20px;color:#555;line-height:1.6;max-width:700px;margin:0 auto}
.CntctPg .info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:80px}
.CntctPg .info-card{background:#fff;padding:40px 30px;border-radius:16px;box-shadow:0 4px 2px #34289014;text-align:center;transition:transform 0.3s,box-shadow .3s}
.CntctPg .info-card:hover{transform:translateY(-6px);box-shadow:0 8px 4px #f2750626}
.CntctPg .info-card .icn-wrap{width:70px;height:70px;margin:0 auto 24px;background:linear-gradient(135deg,#F27506 0%,#342890 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.CntctPg .info-card .icn-wrap i{font-size:32px;color:#fff}
.CntctPg .info-card h3{font-size:22px;color:#342890;margin-bottom:16px;font-weight:600}
.CntctPg .info-card .dtl-txt{font-size:16px;color:#666;line-height:1.8}
.CntctPg .info-card .dtl-txt a{color:#F27506;text-decoration:none;transition:color .3s}
.CntctPg .info-card .dtl-txt a:hover{color:#342890}
.CntctPg .form-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin-bottom:80px}
.CntctPg .img-section{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 6px 3px #3428901f}
.CntctPg .img-section img{width:100%;height:600px;object-fit:cover;display:block}
.CntctPg .frm-section{background:#fff;padding:50px 45px;border-radius:20px;box-shadow:0 6px 3px #3428901a}
.CntctPg .frm-section h2{font-size:36px;color:#342890;margin-bottom:16px;font-weight:700}
.CntctPg .frm-section .intro-msg{font-size:16px;color:#666;margin-bottom:40px;line-height:1.6}
.CntctPg .contact-form .fld-grp{margin-bottom:28px}
.CntctPg .contact-form .fld-grp label{display:block;font-size:15px;color:#342890;margin-bottom:10px;font-weight:600}
.CntctPg .contact-form .fld-grp input,.CntctPg .contact-form .fld-grp textarea,.CntctPg .contact-form .fld-grp select{width:100%;padding:14px 18px;border:2px solid #DAF8F3;border-radius:8px;font-size:15px;color:#333;transition:border-color 0.3s,box-shadow .3s;background:#fff}
.CntctPg .contact-form .fld-grp input:focus,.CntctPg .contact-form .fld-grp textarea:focus,.CntctPg .contact-form .fld-grp select:focus{outline:none;border-color:#F27506;box-shadow:0 0 0 3px #f275061a}
.CntctPg .contact-form .fld-grp textarea{min-height:140px;resize:vertical}
.CntctPg .contact-form .inquiry-selector{position:relative}
.CntctPg .contact-form input[type="radio"]{display:none}
.CntctPg .contact-form .inquiry-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:28px}
.CntctPg .contact-form .inquiry-options label{padding:14px 20px;border:2px solid #DAF8F3;border-radius:8px;text-align:center;cursor:pointer;transition:all .3s;font-size:15px;color:#555;font-weight:500}
.CntctPg .contact-form .inquiry-options label:hover{border-color:#F27506;background:#f275060d}
.CntctPg .contact-form input[type="radio"]:checked + label{border-color:#F27506;background:#F27506;color:#fff}
.CntctPg .contact-form .cndtnl-fld{max-height:0;overflow:hidden;transition:max-height .4s ease,opacity .4s ease;opacity:0}
.CntctPg .contact-form input#inquiry-webinar:checked ~ .webinar-details,.CntctPg .contact-form input#inquiry-partnership:checked ~ .partnership-details{max-height:300px;opacity:1;margin-bottom:28px}
.CntctPg .contact-form .privacy-box{margin-bottom:32px}
.CntctPg .contact-form .privacy-box input[type="checkbox"]{width:auto;margin-right:10px;cursor:pointer}
.CntctPg .contact-form .privacy-box label{display:inline;font-size:14px;color:#666;line-height:1.6;cursor:pointer;font-weight:400}
.CntctPg .contact-form .privacy-box label a{color:#F27506;text-decoration:underline;transition:color .3s}
.CntctPg .contact-form .privacy-box label a:hover{color:#342890}
.CntctPg .contact-form .submit-btn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#F27506 0%,#342890 100%);color:#fff;border:none;border-radius:8px;font-size:17px;font-weight:700;cursor:pointer;transition:transform 0.3s,box-shadow .3s;box-shadow:0 4px 2px #f2750633}
.CntctPg .contact-form .submit-btn:hover{transform:translateY(-3px);box-shadow:0 8px 4px #f275064d}
.CntctPg .contact-form .submit-btn:active{transform:translateY(-1px)}
.CntctPg .hours-section{background:linear-gradient(135deg,#342890 0%,#F27506 100%);padding:70px 40px;border-radius:20px;text-align:center;color:#fff;margin-bottom:80px}
.CntctPg .hours-section h2{font-size:38px;margin-bottom:20px;font-weight:700}
.CntctPg .hours-section .schedule-txt{font-size:18px;line-height:1.8;max-width:800px;margin:0 auto 36px}
.CntctPg .hours-section .time-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;max-width:900px;margin:0 auto}
.CntctPg .hours-section .time-item{background:#ffffff26;padding:20px;border-radius:12px;backdrop-filter:blur(10px)}
.CntctPg .hours-section .time-item .day-lbl{font-size:16px;font-weight:600;margin-bottom:8px}
.CntctPg .hours-section .time-item .time-val{font-size:15px;opacity:.9}
.CntctPg .faq-section{max-width:900px;margin:0 auto}
.CntctPg .faq-section h2{font-size:40px;color:#342890;text-align:center;margin-bottom:50px;font-weight:700}
.CntctPg .faq-section .faq-item{margin-bottom:20px;border:2px solid #DAF8F3;border-radius:12px;overflow:hidden;background:#fff}
.CntctPg .faq-section .faq-toggle{display:none}
.CntctPg .faq-section .faq-question{display:block;padding:24px 28px;font-size:18px;color:#342890;font-weight:600;cursor:pointer;position:relative;transition:background .3s}
.CntctPg .faq-section .faq-question:hover{background:#f275060d}
.CntctPg .faq-section .faq-question::after{content:'\002B';position:absolute;right:28px;top:50%;transform:translateY(-50%);font-size:28px;color:#F27506;transition:transform .3s}
.CntctPg .faq-section .faq-toggle:checked + .faq-question::after{transform:translateY(-50%) rotate(45deg)}
.CntctPg .faq-section .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 28px;background:#fff}
.CntctPg .faq-section .faq-toggle:checked ~ .faq-answer{max-height:400px;padding:0 28px 24px}
.CntctPg .faq-section .faq-answer p{font-size:16px;color:#666;line-height:1.7;margin-bottom:12px}
@media (max-width: 992px) {
.CntctPg .info-grid{grid-template-columns:1fr;gap:30px}
.CntctPg .form-wrapper{grid-template-columns:1fr;gap:40px}
.CntctPg .img-section img{height:400px}
.CntctPg .contact-form .inquiry-options{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.CntctPg .hdr-zone h1{font-size:36px}
.CntctPg .hdr-zone .subline-txt{font-size:18px}
.CntctPg .frm-section{padding:40px 30px}
.CntctPg .frm-section h2{font-size:28px}
.CntctPg .hours-section h2{font-size:30px}
.CntctPg .hours-section .time-grid{grid-template-columns:1fr}
.CntctPg .faq-section h2{font-size:32px}
}
@media (max-width: 576px) {
.CntctPg .cntnr-main{padding:40px 16px}
.CntctPg .hdr-zone{margin-bottom:50px}
.CntctPg .info-card{padding:30px 20px}
.CntctPg .frm-section{padding:30px 20px}
.CntctPg .hours-section{padding:50px 24px}
}
.TeamCntnr{max-width:1200px;margin:0 auto;padding:0 20px}
.TeamHro{background:linear-gradient(135deg,#F27506 0%,#342890 100%);padding:80px 20px;margin-bottom:60px;border-radius:0 0 24px 24px;position:relative;overflow:hidden}
.TeamHro::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#daf8f31a;border-radius:50%;z-index:1}
.TeamHro .TeamCntnr{position:relative;z-index:2}
.HroTtl{font-size:48px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2}
.HroTxt{font-size:20px;color:#DAF8F3;line-height:1.6;max-width:700px}
.TeamGrdWrp{padding:80px 0;background:linear-gradient(180deg,#DAF8F3 0%,#fff 100%)}
.TeamIntroBlck{background:#fff;padding:50px;border-radius:20px;box-shadow:0 4px 8px #34289014;margin-bottom:60px}
.IntroTtl{font-size:32px;font-weight:700;color:#342890;margin:0 0 24px;position:relative;padding-left:20px}
.IntroTtl::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:40px;background:linear-gradient(180deg,#F27506 0%,#342890 100%);border-radius:3px}
.IntroPrgrph{font-size:18px;line-height:1.8;color:#333;margin:0 0 20px}
.TeamMmbrsGrd{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;margin-top:40px}
.MmbrCrd{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 6px #3428901a;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.MmbrCrd:hover{transform:translateY(-8px);box-shadow:0 8px 20px #f2750626}
.MmbrImgWrp{width:100%;height:280px;overflow:hidden;position:relative}
.MmbrImgWrp img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease}
.MmbrCrd:hover .MmbrImgWrp img{transform:scale(1.08)}
.MmbrCntnt{padding:30px}
.MmbrNm{font-size:24px;font-weight:700;color:#342890;margin:0 0 8px}
.MmbrRl{font-size:16px;color:#F27506;font-weight:600;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}
.MmbrDscrptn{font-size:16px;line-height:1.7;color:#555;margin:0}
.MmbrSklls{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.SkllTg{background:linear-gradient(135deg,#DAF8F3 0%,#daf8f380 100%);color:#342890;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;border:1px solid #3428901a}
.VlsSctn{background:linear-gradient(299deg,#F27506 0%,#342890 50%,#DAF8F3 100%);padding:80px 20px;margin-top:80px;position:relative}
.VlsSctn::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#F27506 0%,#342890 50%,#DAF8F3 100%)}
.VlsGrd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}
.VlItm{background:#fffffff2;padding:40px 30px;border-radius:16px;text-align:center;transition:transform .3s ease;border:2px solid transparent}
.VlItm:hover{transform:scale(1.05);border-color:#F27506}
.VlIcn{font-size:48px;color:#F27506;margin-bottom:20px}
.VlTtl{font-size:22px;font-weight:700;color:#342890;margin:0 0 16px}
.VlTxt{font-size:16px;line-height:1.6;color:#333;margin:0}
@media (max-width: 768px) {
.HroTtl{font-size:36px}
.HroTxt{font-size:18px}
.TeamIntroBlck{padding:30px 20px}
.IntroTtl{font-size:26px}
.IntroPrgrph{font-size:16px}
.TeamMmbrsGrd{grid-template-columns:1fr;gap:30px}
.TeamHro{padding:60px 20px}
.TeamGrdWrp{padding:60px 0}
.VlsSctn{padding:60px 20px;margin-top:60px}
.VlsGrd{grid-template-columns:1fr}
}
@media (min-width: 769px) and (max-width: 1024px) {
.TeamMmbrsGrd{grid-template-columns:repeat(2,1fr)}
.VlsGrd{grid-template-columns:repeat(2,1fr)}
}
.plcy-cntnr{max-width:1200px;margin:0 auto;padding:60px 20px}
.plcy-hdr{margin-bottom:50px;padding-bottom:40px;border-bottom:3px solid #DAF8F3;position:relative}
.plcy-hdr::after{content:'';position:absolute;bottom:-3px;left:0;width:180px;height:3px;background:linear-gradient(90deg,#F27506 0%,#342890 100%)}
.plcy-hdr .mn-ttl{font-size:2.8rem;font-weight:700;color:#342890;margin-bottom:12px;line-height:1.2}
.plcy-hdr .updt-inf{font-size:1rem;color:#666;display:flex;align-items:center;gap:8px}
.plcy-hdr .updt-inf i{color:#F27506}
.cntnt-wrppr{display:grid;grid-template-columns:1fr;gap:50px}
.plcy-sctn{background:linear-gradient(135deg,#fff 0%,#f9f9f9 100%);padding:45px;border-radius:12px;box-shadow:0 4px 6px #34289014;position:relative;overflow:hidden}
.plcy-sctn::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#F27506 0%,#342890 50%,#DAF8F3 100%)}
.sctn-hdng{font-size:1.9rem;font-weight:700;color:#342890;margin-bottom:24px;display:flex;align-items:center;gap:12px}
.sctn-hdng::before{content:'';width:8px;height:8px;background:#F27506;border-radius:50%;flex-shrink:0}
.sb-hdng{font-size:1.4rem;font-weight:600;color:#342890;margin-top:32px;margin-bottom:16px;padding-left:20px;border-left:4px solid #F27506}
.txt-blck{font-size:1.05rem;line-height:1.75;color:#333;margin-bottom:20px}
.txt-blck:last-child{margin-bottom:0}
.txt-blck strong{color:#342890;font-weight:600}
.lst-grp{margin:28px 0;padding-left:0;list-style:none}
.lst-grp li{padding:14px 0 14px 35px;position:relative;font-size:1.05rem;line-height:1.7;color:#333;border-bottom:1px solid #e8e8e8}
.lst-grp li:last-child{border-bottom:none}
.lst-grp li::before{content:'';position:absolute;left:0;top:22px;width:12px;height:12px;background:linear-gradient(135deg,#F27506 0%,#342890 100%);border-radius:3px;transform:rotate(45deg)}
.inf-crd-grp{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin:32px 0}
.inf-crd{background:#fff;padding:28px;border-radius:8px;border:2px solid #DAF8F3;transition:all .3s ease;position:relative}
.inf-crd::after{content:'';position:absolute;top:0;right:0;width:60px;height:60px;background:linear-gradient(135deg,transparent 50%,#DAF8F3 50%);border-radius:0 8px 0 0}
.inf-crd:hover{border-color:#F27506;box-shadow:0 6px 12px #f2750626;transform:translateY(-3px)}
.inf-crd .crd-ttl{font-size:1.2rem;font-weight:600;color:#342890;margin-bottom:12px;display:flex;align-items:center;gap:10px}
.inf-crd .crd-ttl i{color:#F27506;font-size:1.3rem}
.inf-crd .crd-txt{font-size:1rem;line-height:1.6;color:#555}
.tbl-wrppr{margin:32px 0;overflow-x:auto;border-radius:8px;box-shadow:0 3px 8px #00000014}
.ckk-tbl{width:100%;border-collapse:collapse;background:#fff}
.ckk-tbl thead{background:linear-gradient(135deg,#342890 0%,#5a4daa 100%)}
.ckk-tbl th{padding:18px;text-align:left;font-size:1.05rem;font-weight:600;color:#fff;border-bottom:3px solid #F27506}
.ckk-tbl td{padding:16px 18px;font-size:1rem;color:#333;border-bottom:1px solid #e8e8e8;line-height:1.6}
.ckk-tbl tbody tr:hover{background:#f9f9f9}
.ckk-tbl tbody tr:last-child td{border-bottom:none}
.ntc-bx{background:linear-gradient(135deg,#fff8f0 0%,#fff 100%);padding:32px;border-radius:8px;border-left:6px solid #F27506;margin:32px 0;box-shadow:0 3px 8px #f275061a}
.ntc-bx .ntc-hdng{font-size:1.3rem;font-weight:600;color:#F27506;margin-bottom:14px;display:flex;align-items:center;gap:10px}
.ntc-bx .ntc-hdng i{font-size:1.5rem}
.ntc-bx .ntc-txt{font-size:1.05rem;line-height:1.7;color:#444}
.cntct-sctn{background:linear-gradient(135deg,#342890 0%,#5a4daa 100%);padding:45px;border-radius:12px;margin-top:40px;color:#fff;position:relative;overflow:hidden}
.cntct-sctn::before{content:'';position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:#daf8f31a;border-radius:50%}
.cntct-sctn .cntct-hdng{font-size:1.8rem;font-weight:700;margin-bottom:20px;color:#fff}
.cntct-sctn .cntct-txt{font-size:1.05rem;line-height:1.7;margin-bottom:24px;color:#DAF8F3}
.cntct-inf{display:flex;flex-wrap:wrap;gap:28px}
.cntct-itm{display:flex;align-items:center;gap:12px;font-size:1.1rem}
.cntct-itm i{font-size:1.4rem;color:#F27506;background:#ffffff26;padding:10px;border-radius:6px}
.cntct-itm a{color:#fff;text-decoration:none;transition:color .3s ease}
.cntct-itm a:hover{color:#DAF8F3}
@media (max-width: 768px) {
.plcy-cntnr{padding:40px 16px}
.plcy-hdr .mn-ttl{font-size:2rem}
.plcy-sctn{padding:30px 20px}
.sctn-hdng{font-size:1.5rem}
.sb-hdng{font-size:1.2rem}
.inf-crd-grp{grid-template-columns:1fr}
.tbl-wrppr{margin:20px -20px;border-radius:0}
.cntct-sctn{padding:30px 20px}
.cntct-inf{flex-direction:column;gap:18px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.plcy-cntnr{padding:50px 24px}
.inf-crd-grp{grid-template-columns:repeat(2,1fr)}
}
.PrvPlcy{max-width:1200px;margin:0 auto;padding:60px 20px}
.PrvPlcy .HdrSctn{margin-bottom:50px;text-align:center;position:relative}
.PrvPlcy .HdrSctn::before{content:'';position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#F27506 0%,#342890 100%);border-radius:2px}
.PrvPlcy .TtlMn{font-size:42px;font-weight:700;color:#1a1a1a;margin-bottom:16px;letter-spacing:-.5px}
.PrvPlcy .DtUpd{font-size:15px;color:#666;font-weight:500}
.PrvPlcy .IntrBlck{background:linear-gradient(135deg,#DAF8F3 0%,#fff 100%);padding:40px;border-radius:16px;margin-bottom:50px;border-left:5px solid #F27506;box-shadow:0 4px 12px #34289014}
.PrvPlcy .IntrBlck .TxtPrgrph{font-size:16px;line-height:1.7;color:#333;margin-bottom:0}
.PrvPlcy .SctnGrp{display:grid;grid-template-columns:1fr;gap:40px}
.PrvPlcy .PlcySctn{background:#fff;padding:35px;border-radius:12px;border:2px solid #f0f0f0;transition:all .3s ease;position:relative}
.PrvPlcy .PlcySctn:hover{border-color:#F27506;box-shadow:0 6px 16px #f275061f;transform:translateY(-2px)}
.PrvPlcy .PlcySctn::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#F27506 0%,#342890 100%);border-radius:12px 0 0 12px;opacity:0;transition:opacity .3s ease}
.PrvPlcy .PlcySctn:hover::before{opacity:1}
.PrvPlcy .SctnTtl{font-size:26px;font-weight:700;color:#342890;margin-bottom:20px;display:flex;align-items:center;gap:12px}
.PrvPlcy .SctnTtl::before{content:'';width:8px;height:8px;background:#F27506;border-radius:50%;display:inline-block}
.PrvPlcy .CntntTxt{font-size:16px;line-height:1.75;color:#444;margin-bottom:24px}
.PrvPlcy .LstItms{list-style:none;padding:0;margin:24px 0}
.PrvPlcy .LstItms .ItmLn{padding-left:28px;position:relative;margin-bottom:16px;font-size:16px;line-height:1.7;color:#444}
.PrvPlcy .LstItms .ItmLn::before{content:'';position:absolute;left:0;top:8px;width:14px;height:14px;background:linear-gradient(135deg,#F27506 0%,#342890 100%);border-radius:3px;transform:rotate(45deg)}
.PrvPlcy .SubSctnTtl{font-size:20px;font-weight:600;color:#342890;margin:28px 0 16px;padding-left:16px;border-left:3px solid #F27506}
.PrvPlcy .HghlghtBx{background:linear-gradient(135deg,#f275060d 0%,#3428900d 100%);padding:24px;border-radius:8px;margin:24px 0;border:1px solid #f2750633}
.PrvPlcy .HghlghtBx .TxtPrgrph{font-size:15px;line-height:1.7;color:#333;margin-bottom:0}
.PrvPlcy .CntctInfo{background:#342890;color:#fff;padding:40px;border-radius:16px;margin-top:50px;text-align:center;position:relative;overflow:hidden}
.PrvPlcy .CntctInfo::before{content:'';position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,#f2750626 0%,transparent 70%);border-radius:50%;transform:translate(30%,-30%)}
.PrvPlcy .CntctInfo .CntctTtl{font-size:28px;font-weight:700;margin-bottom:16px;position:relative;z-index:1}
.PrvPlcy .CntctInfo .CntctTxt{font-size:16px;line-height:1.7;margin-bottom:24px;opacity:.95;position:relative;z-index:1}
.PrvPlcy .CntctInfo .CntctDtls{display:flex;flex-direction:column;gap:12px;align-items:center;position:relative;z-index:1}
.PrvPlcy .CntctInfo .CntctLnk{color:#DAF8F3;text-decoration:none;font-size:16px;font-weight:500;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}
.PrvPlcy .CntctInfo .CntctLnk:hover{color:#F27506;transform:translateX(4px)}
.PrvPlcy .CntctInfo .CntctLnk::before{content:'→';font-weight:700;font-size:18px}
.PrvPlcy .DvdrLn{height:2px;background:linear-gradient(90deg,transparent 0%,#F27506 50%,transparent 100%);margin:50px 0;border:none}
@media (min-width: 768px) {
.PrvPlcy{padding:80px 40px}
.PrvPlcy .TtlMn{font-size:52px}
.PrvPlcy .IntrBlck{padding:50px 60px}
.PrvPlcy .CntctInfo .CntctDtls{flex-direction:row;justify-content:center;gap:40px}
}
@media (min-width: 1024px) {
.PrvPlcy .SctnGrp{grid-template-columns:repeat(2,1fr)}
.PrvPlcy .PlcySctn:nth-child(5){grid-column:1 / -1}
}
.SccssPg{max-width:1200px;margin:0 auto;padding:0 20px}
.CnfrmtnZn{background:linear-gradient(135deg,#DAF8F3 0%,#fff 100%);padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.CnfrmtnZn::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#34289014 0%,transparent 70%);border-radius:50%;z-index:1}
.CnfrmtnZn::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#f275060f 0%,transparent 70%);border-radius:50%;z-index:1}
.CnfrmtnCntnt{position:relative;z-index:2}
.IcnWrpr{width:120px;height:120px;margin:0 auto 32px;position:relative}
.ChckCrcl{width:120px;height:120px;position:relative}
.ChckCrcl svg{width:100%;height:100%;transform:rotate(-90deg)}
.BckgrndCrcl{fill:none;stroke:#f2750626;stroke-width:6}
.PrgrsCrcl{fill:none;stroke:#F27506;stroke-width:6;stroke-dasharray:314;stroke-dashoffset:0;stroke-linecap:round;animation:drwCrcl 1.2s ease-out forwards}
@keyframes drwCrcl {
from{stroke-dashoffset:314}
to{stroke-dashoffset:0}
}
.ChckMrk{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px}
.ChckMrk svg{width:100%;height:100%}
.ChckPth{fill:none;stroke:#342890;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:80;stroke-dashoffset:80;animation:drwChck .6s .8s ease-out forwards}
@keyframes drwChck {
to{stroke-dashoffset:0}
}
.MainHdng{font-size:42px;font-weight:700;color:#342890;margin:0 0 16px;line-height:1.2}
.SbHdng{font-size:20px;color:#555;margin:0 0 32px;line-height:1.5}
.CnfrmDtls{background:#fff;border:2px solid #DAF8F3;border-radius:12px;padding:28px 32px;max-width:520px;margin:0 auto 24px;box-shadow:0 4px 12px #34289014;text-align:left}
.DtlRw{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0}
.DtlRw:last-child{border-bottom:none}
.DtlLbl{font-size:16px;color:#666;font-weight:500}
.DtlVl{font-size:16px;color:#333;font-weight:600}
.DtlVl.Hghlght{color:#F27506}
.BttnGrp{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:12px}
.PrmryBttn{background:linear-gradient(135deg,#F27506 0%,#e66900 100%);color:#fff;padding:16px 36px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:10px;box-shadow:0 4px 10px #f275064d;transition:all .3s ease;border:none;cursor:pointer}
.PrmryBttn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f2750666;background:linear-gradient(135deg,#e66900 0%,#F27506 100%)}
.ScndryBttn{background:transparent;color:#342890;padding:16px 36px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:10px;border:2px solid #342890;transition:all .3s ease;cursor:pointer}
.ScndryBttn:hover{background:#342890;color:#fff;transform:translateY(-2px)}
.NxtStpsArea{background:#fff;padding:80px 20px}
.NxtStpsGrd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;max-width:1000px;margin:0 auto}
.StpCrd{background:linear-gradient(180deg,#fff 0%,#f9f9f9 100%);border-left:4px solid #F27506;border-radius:8px;padding:32px 28px;box-shadow:0 2px 8px #0000000f;position:relative;transition:all .3s ease}
.StpCrd:hover{transform:translateX(8px);box-shadow:0 4px 14px #f2750626}
.StpNmbr{position:absolute;top:-16px;left:24px;background:#342890;color:#fff;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 3px 8px #3428904d}
.StpTtl{font-size:22px;font-weight:700;color:#342890;margin:8px 0 12px;line-height:1.3}
.StpDscrptn{font-size:16px;color:#555;line-height:1.6;margin:0}
.StpIcn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#daf8f399;border-radius:6px;margin-top:16px}
.StpIcn i{font-size:18px;color:#F27506}
@media (max-width: 768px) {
.CnfrmtnZn{padding:60px 20px}
.MainHdng{font-size:32px}
.SbHdng{font-size:18px}
.BttnGrp{flex-direction:column;align-items:stretch}
.PrmryBttn,.ScndryBttn{justify-content:center;width:100%}
.CnfrmDtls{padding:20px 24px}
.NxtStpsGrd{grid-template-columns:1fr;gap:24px}
.NxtStpsArea{padding:60px 20px}
}
@media (max-width: 480px) {
.MainHdng{font-size:28px}
.IcnWrpr{width:100px;height:100px}
.ChckCrcl{width:100px;height:100px}
.ChckMrk{width:42px;height:42px}
.DtlRw{flex-direction:column;align-items:flex-start;gap:4px}
}