*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'IBM Plex Serif',serif;background:#FFFFF6;color:#1a1a1a;line-height:1.6;font-size:16px}
a{text-decoration:none;color:inherit}
.HdrWrpr{background:#FFFFF6;padding:32px 0;box-shadow:0 8px 24px #20fe6b14}
.HdrCntnr{max-width:1000px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:auto 1fr auto;gap:40px;align-items:center}
.BrndBlck .LgWrp{display:block}
.BrndBlck .LgImg{height:120px;width:120px;display:block;border-radius:30px;background:#ffffffe6;padding:12px;box-shadow:0 4px 16px #741a2a1f}
.MnNvgtn{display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.MnNvgtn .NvLnk{font-size:15px;font-weight:400;color:#2a2a2a;padding:6px 12px;border-radius:20px;transition:background 0.2s,color .2s}
.MnNvgtn .NvLnk:hover{background:#20fe6b1a;color:#741A2A}
.CntctInfo .PhnLnk{display:flex;align-items:center;gap:10px;font-size:15px;color:#2a2a2a;padding:12px 20px;background:#741a2a0f;border-radius:28px;transition:background .2s}
.CntctInfo .PhnLnk:hover{background:#20fe6b1f}
.CntctInfo .PhnLnk i{font-size:18px;color:#741A2A}
.FtrMn{background:linear-gradient(135deg,#f8f8f0 0%,#FFFFF6 100%);padding:60px 0 40px;box-shadow:0 -8px 24px #20fe6b0f}
.FtrCntnr{max-width:1000px;margin:0 auto;padding:0 20px}
.FtrRw{display:grid;grid-template-columns:1fr 1fr 1fr;gap:50px}
.FtrClmn-1 .LgSctn{margin-bottom:20px}
.FtrClmn-1 .FtrLg{height:90px;width:90px;border-radius:24px;background:#fffc;padding:10px;box-shadow:0 6px 20px #741a2a1a}
.FtrClmn-1 .FndngYr{font-size:14px;color:#666;font-style:italic}
.FtrClmn-2 .FtrHdng{font-size:18px;font-weight:700;margin-bottom:16px;color:#1a1a1a}
.FtrClmn-2 .FtrTxt{font-size:14px;color:#4a4a4a;margin-bottom:8px}
.FtrClmn-3 .FtrNv{display:flex;flex-direction:column;gap:10px}
.FtrClmn-3 .FtrNvLnk{font-size:14px;color:#3a3a3a;padding:6px 0;transition:color .2s}
.FtrClmn-3 .FtrNvLnk:hover{color:#20FE6B}
.FtrBtm{background:#741A2A;padding:20px 0}
.FtrBtm .CpyTxt{text-align:center;font-size:13px;color:#FFFFF6}
.CkPpWrp{position:fixed;top:20px;right:20px;z-index:9999;width:380px;background:#FFFFF6;border-radius:32px;box-shadow:0 16px 48px #741a2a33;padding:28px;opacity:0;transition:opacity .3s ease}
.CkPpWrp.shw{opacity:1}
.CkPpWrp.hd{opacity:0}
.CkTbHdr{display:flex;gap:8px;margin-bottom:20px;border-bottom:2px solid #741a2a1a}
.CkTbHdr .TbBttn{flex:1;padding:10px 16px;background:transparent;border:none;font-family:'IBM Plex Serif',serif;font-size:14px;font-weight:700;color:#666;cursor:pointer;border-radius:20px 20px 0 0;transition:background 0.2s,color .2s}
.CkTbHdr .TbBttn:hover{background:#20fe6b14}
.CkTbHdr .TbBttn.active{color:#741A2A;background:#20fe6b1f}
.CkTbCntnt{margin-bottom:20px}
.TbPnl{display:none}
.TbPnl.active{display:block}
.TbPnl .CkTxt{font-size:14px;color:#3a3a3a;line-height:1.7}
.CkCtgry{margin-bottom:16px;padding:12px;background:#fff9;border-radius:20px}
.CkCtgry .CkLbl{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;font-weight:700;color:#2a2a2a;margin-bottom:6px}
.CkCtgry .CkChck{width:20px;height:20px;cursor:pointer;accent-color:#20FE6B}
.CkCtgry .CkDsc{font-size:13px;color:#666;margin-left:30px;line-height:1.5}
.CkBttnRw{display:flex;gap:12px}
.CkBttn{flex:1;padding:14px 20px;font-family:'IBM Plex Serif',serif;font-size:14px;font-weight:700;border:none;border-radius:26px;cursor:pointer;transition:background 0.2s,box-shadow .2s}
.CkBttn.CkAccpt{background:#20FE6B;color:#1a1a1a;box-shadow:0 8px 20px #20fe6b4d}
.CkBttn.CkAccpt:hover{background:#1de860;box-shadow:0 12px 28px #20fe6b66}
.CkBttn.CkDclne{background:#741A2A;color:#FFFFF6;box-shadow:0 8px 20px #741a2a40}
.CkBttn.CkDclne:hover{background:#5f1623;box-shadow:0 12px 28px #741a2a59}
@media (max-width: 900px) {
.HdrCntnr{grid-template-columns:1fr;gap:24px;text-align:center}
.BrndBlck{text-align:center}
.BrndBlck .LgImg{margin:0 auto}
.MnNvgtn{align-items:center}
.CntctInfo{text-align:center}
.CntctInfo .PhnLnk{display:inline-flex}
.FtrRw{grid-template-columns:1fr;gap:40px;text-align:center}
.FtrClmn-1 .FtrLg{margin:0 auto}
.FtrClmn-3 .FtrNv{align-items:center}
.CkPpWrp{width:calc(100% - 40px);right:20px;left:20px}
}
@media (max-width: 480px) {
.HdrWrpr{padding:20px 0}
.BrndBlck .LgImg{height:80px;width:80px}
.MnNvgtn .NvLnk{font-size:14px}
.FtrMn{padding:40px 0 30px}
.FtrClmn-1 .FtrLg{height:70px;width:70px}
.CkPpWrp{padding:20px}
}
.terms-content{max-width:1000px;margin:60px auto;padding:0 24px;background:#FFFFF6;border-radius:32px;box-shadow:0 8px 32px #741a2a14}
.terms-content p{font-size:16px;line-height:1.75;color:#1a1a1a;margin:0 0 20px}
.terms-content p strong,.terms-content p b{font-weight:600;color:#0a0a0a}
.terms-content ul,.terms-content ol{margin:0 0 24px;padding-left:28px}
.terms-content ul{list-style-type:disc}
.terms-content ol{list-style-type:decimal}
.terms-content li{font-size:16px;line-height:1.75;color:#1a1a1a;margin-bottom:12px;padding-left:8px}
.terms-content li strong,.terms-content li b{font-weight:600;color:#0a0a0a}
.terms-content ul ul,.terms-content ul ol,.terms-content ol ul,.terms-content ol ol{margin-top:12px;margin-bottom:12px}
.terms-content a{color:#741A2A;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:all .2s ease}
.terms-content a:hover{color:#20FE6B;text-decoration-thickness:2px}
.terms-content a:focus{outline:3px solid #20FE6B;outline-offset:2px;border-radius:4px}
.terms-content hr{border:none;height:2px;background:linear-gradient(90deg,#741A2A 0%,#20FE6B 100%);margin:40px 0;border-radius:2px;opacity:.2}
.terms-content div{margin-bottom:32px}
.terms-content div p:last-child{margin-bottom:0}
.terms-content > p:first-child{font-size:18px;line-height:1.7;margin-bottom:28px}
@media (max-width: 768px) {
.terms-content{margin:40px auto;padding:0 20px;border-radius:24px}
.terms-content p{font-size:15px;line-height:1.7;margin-bottom:18px}
.terms-content li{font-size:15px;line-height:1.7}
.terms-content ul,.terms-content ol{padding-left:24px;margin-bottom:20px}
.terms-content hr{margin:32px 0}
.terms-content div{margin-bottom:24px}
.terms-content > p:first-child{font-size:16px;margin-bottom:24px}
}
@media (max-width: 480px) {
.terms-content{margin:24px auto;padding:0 16px;border-radius:20px}
.terms-content p{font-size:14px;margin-bottom:16px}
.terms-content li{font-size:14px;margin-bottom:10px}
.terms-content ul,.terms-content ol{padding-left:20px;margin-bottom:18px}
.terms-content hr{margin:24px 0}
.terms-content div{margin-bottom:20px}
}
.HroBlck{position:relative;padding:60px 20px;max-width:1000px;margin:0 auto 80px;display:flex;flex-direction:column;align-items:center;text-align:center}
.HroBlck .ImgFrm{width:280px;height:280px;border-radius:50%;overflow:hidden;position:relative;margin-bottom:40px;box-shadow:0 16px 48px #741a2a2e}
.HroBlck .ImgFrm img{width:100%;height:100%;object-fit:cover;display:block}
.HroBlck .ImgFrm::after{content:'';position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,transparent,#0006);pointer-events:none}
.HroBlck .DcrtDts{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;pointer-events:none;z-index:-1}
.HroBlck .DcrtDts span{position:absolute;width:8px;height:8px;background:#20FE6B;border-radius:50%;opacity:.3}
.HroBlck .DcrtDts span:nth-child(1){top:10%;left:15%}
.HroBlck .DcrtDts span:nth-child(2){top:25%;right:20%}
.HroBlck .DcrtDts span:nth-child(3){bottom:30%;left:10%}
.HroBlck .DcrtDts span:nth-child(4){bottom:15%;right:15%}
.HroBlck .DcrtDts span:nth-child(5){top:40%;left:5%}
.HroBlck .DcrtDts span:nth-child(6){top:60%;right:8%}
.HroBlck h1{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2}
.HroBlck .SubTtl{font-size:20px;color:#4a4a4a;margin:0 0 32px;max-width:680px;line-height:1.6}
.HroBlck .CTA-v1{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#20FE6B,#1ad65c);color:#FFFFF6;text-decoration:none;border-radius:28px;font-size:18px;font-weight:600;box-shadow:0 8px 24px #20fe6b40;transition:all .3s ease}
.HroBlck .CTA-v1:hover{transform:translateY(-2px);box-shadow:0 12px 32px #20fe6b59}
.FlxbltyWrp{background:linear-gradient(135deg,#FFFFF6,#f5f5ed);padding:80px 20px;margin-bottom:80px}
.FlxbltyWrp .Cntnr-inner{max-width:1000px;margin:0 auto}
.FlxbltyWrp h2{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 48px;text-align:center}
.FlxbltyWrp .PthGrd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.FlxbltyWrp .PthCrd{background:#FFFFF6;padding:32px;border-radius:24px;box-shadow:0 8px 24px #741a2a14;transition:all .3s ease}
.FlxbltyWrp .PthCrd:hover{transform:translateY(-4px);box-shadow:0 16px 40px #741a2a26}
.FlxbltyWrp .PthCrd .IcnBox{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#20FE6B,#1ad65c);display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.FlxbltyWrp .PthCrd .IcnBox i{font-size:24px;color:#FFFFF6}
.FlxbltyWrp .PthCrd h3{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 12px}
.FlxbltyWrp .PthCrd p{font-size:16px;color:#4a4a4a;margin:0;line-height:1.6}
.PrcssSctN{max-width:1000px;margin:0 auto 80px;padding:0 20px}
.PrcssSctN h2{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.PrcssSctN .IntrTxt{font-size:18px;color:#4a4a4a;margin:0 0 48px;line-height:1.7}
.PrcssSctN .StpWrp{display:flex;flex-direction:column;gap:48px}
.PrcssSctN .StpItm{display:flex;gap:32px;align-items:flex-start}
.PrcssSctN .StpItm .NmbrBx{flex-shrink:0;width:72px;height:72px;background:linear-gradient(135deg,#741A2A,#5a1521);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#FFFFF6;box-shadow:0 8px 24px #741a2a40}
.PrcssSctN .StpItm .CntntBx{flex:1}
.PrcssSctN .StpItm h3{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 12px}
.PrcssSctN .StpItm p{font-size:16px;color:#4a4a4a;margin:0;line-height:1.7}
.EcsystmSct{background:#FFFFF6;padding:80px 20px;margin-bottom:80px;position:relative;overflow:hidden}
.EcsystmSct::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#20fe6b1a,transparent);pointer-events:none}
.EcsystmSct .Cntnr-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.EcsystmSct .TxtSd h2{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 24px}
.EcsystmSct .TxtSd p{font-size:17px;color:#4a4a4a;margin:0 0 16px;line-height:1.7}
.EcsystmSct .ImgSd{position:relative}
.EcsystmSct .ImgSd img{width:100%;height:auto;border-radius:32px;box-shadow:0 16px 48px #741a2a26}
.TrnsprncyBlck{max-width:1000px;margin:0 auto 80px;padding:0 20px}
.TrnsprncyBlck h2{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 48px;text-align:center;position:relative}
.TrnsprncyBlck h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#20FE6B,#741A2A);border-radius:2px}
.TrnsprncyBlck .PntGrd{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.TrnsprncyBlck .PntBx{background:linear-gradient(135deg,#f9f9f2,#FFFFF6);padding:32px;border-radius:28px;border-left:4px solid #20FE6B;box-shadow:0 8px 24px #0000000f}
.TrnsprncyBlck .PntBx h3{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 12px;display:flex;align-items:center;gap:12px}
.TrnsprncyBlck .PntBx h3 i{color:#20FE6B;font-size:24px}
.TrnsprncyBlck .PntBx p{font-size:16px;color:#4a4a4a;margin:0;line-height:1.6}
.SttsBlck{background:linear-gradient(135deg,#741A2A,#5a1521);padding:80px 20px;position:relative;overflow:hidden}
.SttsBlck::before{content:'';position:absolute;top:-50%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#20fe6b26,transparent);pointer-events:none}
.SttsBlck .Cntnr-inner{max-width:1000px;margin:0 auto;position:relative;z-index:1}
.SttsBlck h2{font-size:36px;font-weight:700;color:#FFFFF6;margin:0 0 56px;text-align:center}
.SttsBlck .StGrd{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px}
.SttsBlck .StItm{text-align:center}
.SttsBlck .StItm .Nmbr{font-size:52px;font-weight:700;color:#20FE6B;margin:0 0 8px;line-height:1}
.SttsBlck .StItm .Lbl{font-size:18px;color:#FFFFF6;margin:0;opacity:.9}
@media (max-width: 768px) {
.HroBlck h1{font-size:36px}
.HroBlck .ImgFrm{width:220px;height:220px}
.FlxbltyWrp .PthGrd{grid-template-columns:1fr}
.PrcssSctN .StpItm{flex-direction:column;gap:16px}
.EcsystmSct .Cntnr-inner{grid-template-columns:1fr}
.TrnsprncyBlck .PntGrd{grid-template-columns:1fr}
.SttsBlck .StGrd{grid-template-columns:repeat(2,1fr);gap:32px}
}
@media (max-width: 480px) {
.HroBlck h1{font-size:28px}
.HroBlck .SubTtl{font-size:16px}
.FlxbltyWrp h2,.PrcssSctN h2,.EcsystmSct .TxtSd h2,.TrnsprncyBlck h2,.SttsBlck h2{font-size:28px}
.SttsBlck .StItm .Nmbr{font-size:40px}
}
.TtlBlck{position:relative;background:linear-gradient(127deg,#FFFFF6 0%,#FFFFF6 52%,#20FE6B 52%,#20FE6B 100%);padding:80px 20px;margin-bottom:60px;overflow:hidden}
.TtlBlck-inner{max-width:1000px;margin:0 auto;position:relative;z-index:2}
.TtlBlck h1{font-size:56px;line-height:1.1;color:#1a1a1a;max-width:520px;margin:0}
.TtlBlck-shp1{position:absolute;top:-40px;right:15%;width:280px;height:280px;background:#741a2a26;border-radius:50%;z-index:1}
.TtlBlck-shp2{position:absolute;bottom:-60px;left:10%;width:200px;height:200px;background:#20fe6b33;border-radius:30px;transform:rotate(25deg);z-index:1}
.TtlBlck-imgwrp{position:absolute;right:60px;top:50%;transform:translateY(-50%);width:380px;height:380px;border-radius:32px;overflow:hidden;z-index:3;box-shadow:0 16px 32px #20fe6b33}
.TtlBlck-imgwrp img{width:100%;height:100%;object-fit:cover}
.TtlBlck-imgwrp::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at center,transparent 30%,#0009 100%);pointer-events:none}
.HstryBlck{padding:0 20px 80px}
.HstryBlck-cntnt{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.HstryBlck-txt h2{font-size:38px;line-height:1.2;color:#1a1a1a;margin:0 0 24px}
.HstryBlck-txt p{font-size:17px;line-height:1.7;color:#2a2a2a;margin:0 0 18px}
.HstryBlck-img{width:100%;height:420px;border-radius:28px;overflow:hidden;box-shadow:0 12px 28px #741a2a26}
.HstryBlck-img img{width:100%;height:100%;object-fit:cover}
.TmlnBlck{background:linear-gradient(180deg,#FFFFF6 0%,#20fe6b14 100%);padding:80px 20px;margin-bottom:80px}
.TmlnBlck-wrp{max-width:1000px;margin:0 auto}
.TmlnBlck h2{font-size:42px;line-height:1.2;color:#1a1a1a;text-align:center;margin:0 0 60px}
.TmlnBlck-stps{display:flex;justify-content:space-between;gap:40px;position:relative}
.TmlnBlck-stps::before{content:'';position:absolute;top:60px;left:80px;right:80px;height:3px;background:linear-gradient(90deg,#20FE6B 0%,#741A2A 100%);z-index:1}
.TmlnStep{flex:1;text-align:center;position:relative;z-index:2}
.TmlnStep-yr{width:120px;height:120px;margin:0 auto 24px;background:#FFFFF6;border:4px solid #20FE6B;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#1a1a1a;box-shadow:0 8px 20px #20fe6b40}
.TmlnStep:nth-child(2) .TmlnStep-yr{border-color:#741A2A;box-shadow:0 8px 20px #741a2a40}
.TmlnStep:nth-child(3) .TmlnStep-yr{border-color:#20FE6B;box-shadow:0 8px 20px #20fe6b40}
.TmlnStep h3{font-size:20px;line-height:1.3;color:#1a1a1a;margin:0 0 12px}
.TmlnStep p{font-size:15px;line-height:1.6;color:#3a3a3a;margin:0}
.VlsBlck{padding:0 20px 80px}
.VlsBlck-cntnt{max-width:1000px;margin:0 auto}
.VlsBlck h2{font-size:40px;line-height:1.2;color:#1a1a1a;margin:0 0 50px}
.VlsBlck-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.VlsCard{background:#FFFFF6;padding:40px 30px;border-radius:24px;border:2px solid transparent;transition:all .3s ease;box-shadow:0 8px 24px #20fe6b1a;position:relative}
.VlsCard::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#20FE6B,#741A2A);border-radius:24px 24px 0 0;opacity:0;transition:opacity .3s ease}
.VlsCard:hover{border-color:#20FE6B;box-shadow:0 16px 40px #20fe6b33;transform:translateY(-4px)}
.VlsCard:hover::before{opacity:1}
.VlsCard-icn{width:70px;height:70px;margin-bottom:24px;background:linear-gradient(135deg,#20fe6b26,#741a2a26);border-radius:20px;display:flex;align-items:center;justify-content:center}
.VlsCard-icn i{font-size:32px;color:#741A2A}
.VlsCard h3{font-size:22px;line-height:1.3;color:#1a1a1a;margin:0 0 16px}
.VlsCard p{font-size:16px;line-height:1.6;color:#2a2a2a;margin:0}
.VlsBlck-imgset{margin-top:60px;display:grid;grid-template-columns:1fr 1fr;gap:30px}
.VlsBlck-imgset img{width:100%;height:320px;object-fit:cover;border-radius:26px;box-shadow:0 10px 26px #741a2a1f}
@media (max-width: 768px) {
.TtlBlck{padding:60px 20px}
.TtlBlck h1{font-size:36px}
.TtlBlck-imgwrp{position:static;transform:none;width:100%;height:280px;margin-top:40px}
.TtlBlck-shp1,.TtlBlck-shp2{display:none}
.HstryBlck-cntnt{grid-template-columns:1fr;gap:40px}
.HstryBlck-txt h2{font-size:32px}
.HstryBlck-img{height:300px}
.TmlnBlck h2{font-size:32px;margin-bottom:40px}
.TmlnBlck-stps{flex-direction:column;gap:50px}
.TmlnBlck-stps::before{display:none}
.VlsBlck h2{font-size:32px}
.VlsBlck-grd{grid-template-columns:1fr}
.VlsBlck-imgset{grid-template-columns:1fr}
}
.TtlBlck{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#20FE6B 0%,#741A2A 100%);margin-bottom:64px}
.TtlBlck::before{content:'';position:absolute;top:50%;left:50%;width:600px;height:600px;background:radial-gradient(circle,#fffff64d 0%,transparent 70%);transform:translate(-50%,-50%);animation:pulseGlow 4s ease-in-out infinite}
@keyframes pulseGlow {
0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.4}
50%{transform:translate(-50%,-50%) scale(1.2);opacity:.7}
}
.TtlBlck .ImgWrp{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.TtlBlck .ImgWrp img{width:100%;height:100%;object-fit:cover;filter:blur(3px);opacity:.25}
.TtlBlck .CntntFrm{position:relative;z-index:3;max-width:880px;padding:48px;border:2px solid #fffff666;background:#fffff61f;backdrop-filter:blur(8px);border-radius:32px;margin:0 20px}
.TtlBlck h1{font-size:3.2rem;line-height:1.2;color:#FFFFF6;text-align:center;margin:0;font-weight:700}
.TtlBlck h1 .PncMrk{color:#20FE6B;display:inline-block;animation:colorShift 3s ease-in-out infinite}
@keyframes colorShift {
0%,100%{color:#20FE6B}
50%{color:#741A2A}
}
.CntctSct{max-width:1000px;margin:0 auto 80px;padding:0 24px}
.CntctSct .GrdLyt{display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:start}
.CntctSct .InfSd{background:linear-gradient(160deg,#20fe6b14 0%,#741a2a14 100%);padding:48px 40px;border-radius:28px;box-shadow:0 12px 32px #20fe6b26}
.CntctSct .InfSd h2{font-size:1.9rem;color:#1a1a1a;margin:0 0 28px;font-weight:600}
.CntctSct .InfSd p{font-size:1.05rem;line-height:1.7;color:#3a3a3a;margin:0 0 32px}
.CntctDtls{display:flex;flex-direction:column;gap:24px}
.CntctDtls .ItmRw{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#fffff699;border-radius:20px;transition:all .3s ease}
.CntctDtls .ItmRw:hover{background:#fffff6e6;transform:translateX(4px);box-shadow:0 6px 16px #20fe6b33}
.CntctDtls .ItmRw i{font-size:1.4rem;color:#741A2A;min-width:28px;margin-top:2px}
.CntctDtls .ItmRw div strong{display:block;font-size:.95rem;color:#4a4a4a;margin-bottom:4px;font-weight:600}
.CntctDtls .ItmRw div span,.CntctDtls .ItmRw div a{display:block;font-size:1.05rem;color:#2a2a2a;line-height:1.5;text-decoration:none;transition:color .3s ease}
.CntctDtls .ItmRw div a:hover{color:#20FE6B}
.FrmWrpr{background:#FFFFF6;padding:48px;border-radius:32px;box-shadow:0 16px 48px #741a2a1f;border:1px solid #741a2a1a}
.FrmWrpr h2{font-size:2.1rem;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.FrmWrpr .SbTxt{font-size:1.05rem;color:#5a5a5a;margin:0 0 36px;line-height:1.6}
.FrmWrpr form{display:flex;flex-direction:column;gap:28px}
.FrmWrpr .FldGrp label{display:block;font-size:.95rem;color:#3a3a3a;margin-bottom:10px;font-weight:500}
.FrmWrpr .FldGrp input[type="text"],.FrmWrpr .FldGrp input[type="tel"]{width:100%;padding:16px 20px;font-size:1.05rem;border:2px solid #741a2a33;border-radius:24px;background:#FFFFF6;color:#2a2a2a;transition:all .3s ease;box-sizing:border-box}
.FrmWrpr .FldGrp input[type="text"]:focus,.FrmWrpr .FldGrp input[type="tel"]:focus{outline:none;border-color:#20FE6B;box-shadow:0 0 0 4px #20fe6b26}
.RdGrp{display:flex;flex-direction:column;gap:8px}
.RdGrp p{font-size:.95rem;color:#3a3a3a;margin:0 0 12px;font-weight:500}
.RdGrp label{display:flex;align-items:center;gap:12px;padding:14px 20px;background:#741a2a0a;border-radius:20px;cursor:pointer;transition:all .3s ease;border:2px solid transparent}
.RdGrp label:hover{background:#20fe6b14}
.RdGrp input[type="radio"]{width:20px;height:20px;accent-color:#20FE6B;cursor:pointer}
.RdGrp input[type="radio"]:checked + span{color:#741A2A;font-weight:600}
.RdGrp label:has(input:checked){background:#20fe6b1f;border-color:#20FE6B}
.RdGrp label span{font-size:1.05rem;color:#2a2a2a;transition:all .3s ease}
.ChkGrp{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#741a2a0a;border-radius:20px}
.ChkGrp input[type="checkbox"]{width:20px;height:20px;accent-color:#741A2A;cursor:pointer;margin-top:2px;flex-shrink:0}
.ChkGrp label{font-size:.95rem;color:#3a3a3a;line-height:1.6;cursor:pointer}
.ChkGrp label a{color:#741A2A;text-decoration:none;border-bottom:1px solid #741A2A;transition:all .3s ease}
.ChkGrp label a:hover{color:#20FE6B;border-bottom-color:#20FE6B}
.BtnSbmt{padding:18px 48px;font-size:1.15rem;font-weight:600;color:#FFFFF6;background:linear-gradient(135deg,#741A2A 0%,#20FE6B 100%);border:none;border-radius:28px;cursor:pointer;transition:all .4s ease;box-shadow:0 8px 24px #741a2a4d;position:relative;z-index:10;overflow:hidden}
.BtnSbmt::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#20FE6B 0%,#741A2A 100%);transition:left .4s ease;z-index:-1}
.BtnSbmt:hover::before{left:0}
.BtnSbmt:hover{transform:translateY(-2px);box-shadow:0 12px 32px #20fe6b66}
.BtnSbmt:active{transform:translateY(0)}
.AddnlInf{max-width:1000px;margin:0 auto 80px;padding:0 24px}
.AddnlInf .CrdRw{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.AddnlInf .CrdItm{background:linear-gradient(140deg,#20fe6b0f 0%,#fffff6e6 100%);padding:40px 32px;border-radius:28px;border:2px solid #741a2a1a;transition:all .4s ease;position:relative;overflow:hidden}
.AddnlInf .CrdItm::before{content:'';position:absolute;top:-50%;right:-50%;width:200px;height:200px;background:radial-gradient(circle,#741a2a14 0%,transparent 70%);transition:all .5s ease}
.AddnlInf .CrdItm:hover::before{top:-30%;right:-30%;transform:scale(1.3)}
.AddnlInf .CrdItm:hover{transform:translateY(-8px);box-shadow:0 16px 40px #20fe6b33;border-color:#20FE6B}
.AddnlInf .CrdItm i{font-size:2.8rem;color:#741A2A;display:block;margin-bottom:20px}
.AddnlInf .CrdItm h3{font-size:1.5rem;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.AddnlInf .CrdItm p{font-size:1.05rem;color:#4a4a4a;line-height:1.6;margin:0}
@media (max-width: 968px) {
.TtlBlck{min-height:360px;margin-bottom:48px}
.TtlBlck .CntntFrm{padding:32px 24px}
.TtlBlck h1{font-size:2.4rem}
.CntctSct .GrdLyt{grid-template-columns:1fr;gap:40px}
.AddnlInf .CrdRw{grid-template-columns:1fr;gap:24px}
.FrmWrpr{padding:32px 24px}
}
@media (max-width: 640px) {
.TtlBlck{min-height:280px;margin-bottom:40px}
.TtlBlck .CntntFrm{padding:24px 20px;margin:0 16px}
.TtlBlck h1{font-size:1.8rem}
.CntctSct .InfSd{padding:32px 24px}
.FrmWrpr{padding:28px 20px}
.FrmWrpr h2{font-size:1.7rem}
.BtnSbmt{width:100%;padding:16px 32px}
}
.PrgmHdr{background:linear-gradient(135deg,#FFFFF6 0%,#e8f9ed 100%);padding:80px 20px 120px;position:relative;overflow:hidden}
.PrgmHdr-cntnr{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:48px;align-items:center}
.PrgmHdr-txt{max-width:680px;text-align:center;z-index:2}
.PrgmHdr-txt h1{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.PrgmHdr-txt p{font-size:18px;line-height:1.7;color:#2a2a2a;margin:0}
.ImgCrd{position:relative;z-index:2;max-width:520px;width:100%}
.ImgCrd-innr{background:#fff;border-radius:32px;padding:16px;box-shadow:0 12px 40px #20fe6b26}
.ImgCrd-innr img{width:100%;height:340px;object-fit:cover;border-radius:24px;clip-path:polygon(0 8%,100% 0,100% 92%,0 100%)}
.DtSctr{position:absolute;width:10px;height:10px;border-radius:50%;background:#20FE6B;opacity:0;animation:dtAppear .6s ease forwards}
.DtSctr:nth-child(1){top:15%;left:10%;animation-delay:.1s}
.DtSctr:nth-child(2){top:25%;right:15%;animation-delay:.3s}
.DtSctr:nth-child(3){bottom:20%;left:20%;animation-delay:.5s}
.DtSctr:nth-child(4){top:45%;right:8%;animation-delay:.7s}
.DtSctr:nth-child(5){bottom:35%;right:25%;animation-delay:.9s}
@keyframes dtAppear {
to{opacity:.6}
}
.ModlPth{padding:80px 20px;background:#fff}
.ModlPth-wrp{max-width:1000px;margin:0 auto}
.ModlPth-hdr{text-align:left;margin-bottom:56px}
.ModlPth-hdr h2{font-size:38px;line-height:1.3;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.ModlPth-hdr p{font-size:17px;line-height:1.6;color:#3a3a3a;max-width:640px}
.TblStrct{width:100%;border-collapse:separate;border-spacing:0;background:#FFFFF6;border-radius:24px;overflow:hidden;box-shadow:0 6px 24px #741a2a14}
.TblStrct thead{background:linear-gradient(135deg,#741A2A 0%,#8a1f33 100%);color:#fff}
.TblStrct th{padding:20px 24px;text-align:left;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.TblStrct tbody tr{border-bottom:1px solid #e8e8e0;transition:background .3s ease}
.TblStrct tbody tr:hover{background:#f5f5ed}
.TblStrct td{padding:24px;font-size:16px;line-height:1.6;color:#2a2a2a}
.TblStrct td:first-child{font-weight:600;color:#741A2A}
.SttsIcn{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:#e8f9ed;border-radius:16px;font-size:14px;font-weight:600;color:#20FE6B}
.SttsIcn i{font-size:12px}
.TchApprch{padding:80px 20px;background:linear-gradient(180deg,#f8f8f4 0%,#fff 100%)}
.TchApprch-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.MthdCrd{background:#fff;padding:36px 32px;border-radius:28px;box-shadow:0 8px 28px #20fe6b1f;border-left:4px solid #20FE6B;transition:transform .3s ease,box-shadow .3s ease}
.MthdCrd:hover{transform:translateY(-8px);box-shadow:0 16px 48px #20fe6b33}
.MthdCrd-icn{width:56px;height:56px;background:linear-gradient(135deg,#20FE6B 0%,#18d15a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#fff;font-size:24px}
.MthdCrd h3{font-size:22px;line-height:1.3;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.MthdCrd p{font-size:16px;line-height:1.7;color:#3a3a3a;margin:0}
.AccssTbs{padding:80px 20px;background:#fff}
.AccssTbs-wrpr{max-width:1000px;margin:0 auto}
.AccssTbs-hdr{margin-bottom:48px}
.AccssTbs-hdr h2{font-size:38px;line-height:1.3;color:#1a1a1a;margin:0 0 16px;font-weight:700;text-align:center}
.TbsCntnr{position:relative}
.TbsCntnr input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.TbsNav{display:flex;gap:12px;margin-bottom:32px;flex-wrap:wrap;justify-content:center}
.TbsNav label{padding:14px 28px;background:#f5f5ed;border-radius:24px;font-size:16px;font-weight:600;color:#4a4a4a;cursor:pointer;transition:all .3s ease;border:2px solid transparent}
.TbsNav label:hover{background:#e8f9ed;color:#20FE6B}
.TbsCntnr input:checked + label{background:#741A2A;color:#fff;border-color:#741A2A}
.TbsPnl{display:none;background:#FFFFF6;padding:40px;border-radius:28px;box-shadow:0 8px 32px #741a2a1a}
.TbsCntnr input#tb1:checked ~ .TbsPnl.pnl1,.TbsCntnr input#tb2:checked ~ .TbsPnl.pnl2,.TbsCntnr input#tb3:checked ~ .TbsPnl.pnl3{display:block}
.TbsPnl h3{font-size:26px;line-height:1.3;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.TbsPnl p{font-size:17px;line-height:1.7;color:#2a2a2a;margin:0 0 24px}
.PrgrsBar{background:#e8e8e0;height:8px;border-radius:12px;overflow:hidden;margin-bottom:16px}
.PrgrsBar-fll{height:100%;background:linear-gradient(90deg,#20FE6B 0%,#18d15a 100%);border-radius:12px;transition:width .6s ease}
.pnl1 .PrgrsBar-fll{width:45%}
.pnl2 .PrgrsBar-fll{width:70%}
.pnl3 .PrgrsBar-fll{width:100%}
.LstItms{list-style:none;padding:0;margin:24px 0 0}
.LstItms li{padding:12px 0;font-size:16px;line-height:1.6;color:#3a3a3a;position:relative;padding-left:32px}
.LstItms li::before{content:'';position:absolute;left:0;top:16px;width:18px;height:18px;background:#20FE6B;border-radius:50%;opacity:.3}
.LstItms li::after{content:'✓';position:absolute;left:4px;top:11px;color:#20FE6B;font-size:14px;font-weight:700}
@media (max-width: 768px) {
.PrgmHdr{padding:60px 20px 80px}
.PrgmHdr-txt h1{font-size:36px}
.PrgmHdr-txt p{font-size:16px}
.ImgCrd-innr img{height:280px}
.ModlPth,.TchApprch,.AccssTbs{padding:60px 20px}
.ModlPth-hdr h2,.AccssTbs-hdr h2{font-size:30px}
.TblStrct{font-size:14px}
.TblStrct th,.TblStrct td{padding:16px 12px}
.TchApprch-grid{grid-template-columns:1fr}
.TbsPnl{padding:28px 20px}
.TbsPnl h3{font-size:22px}
}
.SuccPgWrp{background:linear-gradient(180deg,#FFFFF6 0%,#f8f8f0 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;position:relative;overflow:hidden}
.SuccPgWrp::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle,#20fe6b14 2px,transparent 2px),radial-gradient(circle,#741a2a0f 2px,transparent 2px);background-size:80px 80px,120px 120px;background-position:0 0,40px 60px;pointer-events:none}
.CnfrmCntr{max-width:680px;width:100%;background:#FFFFF6;border-radius:32px;overflow:hidden;box-shadow:0 16px 48px #741a2a1f 0 4px 12px #20fe6b14;position:relative;z-index:1;animation:scaleIn .6s cubic-bezier(0.34,1.56,0.64,1)}
@keyframes scaleIn {
from{opacity:0;transform:scale(0.9) translateY(20px)}
to{opacity:1;transform:scale(1) translateY(0)}
}
.IcnArea{background:linear-gradient(135deg,#20FE6B 0%,#17d15c 100%);padding:60px 40px;text-align:center;position:relative;overflow:hidden}
.IcnArea::after{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffffff26 1px,transparent 1px);background-size:30px 30px;animation:driftPattern 20s linear infinite}
@keyframes driftPattern {
from{transform:translate(0,0) rotate(0deg)}
to{transform:translate(30px,30px) rotate(360deg)}
}
.ChckIcn{width:100px;height:100px;margin:0 auto;position:relative;z-index:2}
.ChckIcn svg{width:100%;height:100%;filter:drop-shadow(0 8px 16px #00000026)}
.TxtArea{padding:50px 40px 60px;text-align:center}
.MnHdng{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.3}
.SbTxt{font-size:17px;color:#4a4a4a;line-height:1.6;margin:0 0 36px}
.InfBxs{background:linear-gradient(135deg,#f8f8f0 0%,#eeeedf 100%);border-radius:20px;padding:28px;margin:0 0 40px;border:2px solid #20fe6b33}
.InfRw{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:14px}
.InfRw:last-child{margin-bottom:0}
.InfLbl{font-size:15px;color:#666;font-weight:500}
.InfVl{font-size:16px;color:#1a1a1a;font-weight:600}
.ActnBtns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.BtnPrmry{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#741A2A 0%,#5d1522 100%);color:#FFFFF6;text-decoration:none;border-radius:28px;font-size:16px;font-weight:600;transition:all .3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 16px #741a2a40;position:relative;z-index:10}
.BtnPrmry:hover{transform:translateY(-2px);box-shadow:0 8px 24px #741a2a59;background:linear-gradient(135deg,#8b1f33 0%,#741A2A 100%)}
.BtnPrmry:active{transform:translateY(0)}
.BtnScndry{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:#FFFFF6;color:#741A2A;text-decoration:none;border-radius:28px;font-size:16px;font-weight:600;border:2px solid #741A2A;transition:all .3s cubic-bezier(0.4,0,0.2,1);position:relative;z-index:10}
.BtnScndry:hover{background:#741A2A;color:#FFFFF6;transform:translateY(-2px);box-shadow:0 8px 24px #741a2a40}
.BtnScndry:active{transform:translateY(0)}
.NtTxt{font-size:14px;color:#888;line-height:1.5;margin-top:32px}
@media (max-width: 768px) {
.SuccPgWrp{padding:30px 16px;min-height:80vh}
.CnfrmCntr{border-radius:24px}
.IcnArea{padding:50px 30px}
.ChckIcn{width:80px;height:80px}
.TxtArea{padding:40px 30px 50px}
.MnHdng{font-size:26px;margin-bottom:14px}
.SbTxt{font-size:16px;margin-bottom:30px}
.InfBxs{padding:24px;margin-bottom:32px}
.InfRw{flex-direction:column;gap:6px;text-align:center}
.ActnBtns{flex-direction:column;gap:12px}
.BtnPrmry,.BtnScndry{width:100%;justify-content:center;padding:14px 28px}
.NtTxt{font-size:13px;margin-top:28px}
}
@media (max-width: 480px) {
.IcnArea{padding:40px 20px}
.ChckIcn{width:70px;height:70px}
.TxtArea{padding:32px 20px 40px}
.MnHdng{font-size:24px}
.SbTxt{font-size:15px}
.InfBxs{padding:20px}
.InfLbl,.InfVl{font-size:14px}
}