html,body{margin:0;padding:0;font-family:'Raleway',sans-serif;font-size:16px;line-height:1.6;color:#2d2d2d;background:#fafafa}
*{box-sizing:border-box}
.hdrMain{background:linear-gradient(135deg,#915ec514 0%,#f0f9d84d 100%);padding:30px 0;border-bottom:1px solid #915ec526;box-shadow:0 4px 16px #0000000f}
.hdrMain .hdrContainer{max-width:1440px;margin:0 auto;padding:0 20px}
.hdrMain .hdrRowFirst{display:flex;align-items:center;margin-bottom:18px}
.hdrMain .lgWrp{display:inline-flex;align-items:center}
.hdrMain .lgLink{display:block;line-height:0}
.hdrMain .lgImg{width:110px;height:110px;object-fit:contain;background:#ffffff80;border-radius:8px;padding:8px;box-shadow:0 2px 8px #915ec51f}
.hdrMain .hdrRowSecond{display:flex;justify-content:center;margin-bottom:22px;padding-left:60px}
.hdrMain .cmpnyNameZone{text-align:center}
.hdrMain .cmpnyTxt{font-size:2.2rem;font-weight:700;color:#915EC5;margin:0 0 8px;letter-spacing:.5px}
.hdrMain .cmpnyDesc{font-size:.95rem;color:#5a5a5a;margin:0;font-weight:400}
.hdrMain .hdrRowThird{display:flex;justify-content:flex-end;padding-right:70px}
.hdrMain .nvgtnContainer{display:flex}
.hdrMain .nvMenu{display:flex;list-style:none;margin:0;padding:0;gap:8px}
.hdrMain .nvItem{margin:0}
.hdrMain .nvLink{display:block;padding:12px 24px;font-size:1rem;font-weight:600;color:#2d2d2d;text-decoration:none;border-radius:6px;transition:background-color .2s ease,color .2s ease}
.hdrMain .nvLink:hover{background-color:#915ec51a;color:#915EC5}
@media (max-width: 968px) {
.hdrMain .hdrRowFirst,.hdrMain .hdrRowSecond,.hdrMain .hdrRowThird{justify-content:flex-start;padding-left:0;padding-right:0}
.hdrMain .hdrRowSecond{margin-bottom:20px}
.hdrMain .cmpnyNameZone{text-align:left}
.hdrMain .cmpnyTxt{font-size:1.8rem}
}
@media (max-width: 640px) {
.hdrMain .nvMenu{flex-direction:column;gap:4px}
.hdrMain .nvLink{padding:10px 18px}
.hdrMain .lgImg{width:80px;height:80px}
}
.ftrMain{background:linear-gradient(180deg,#f5f5f5 0%,#e8e8e8 100%);padding:60px 0 30px;margin-top:80px}
.ftrMain .ftrContainer{max-width:1440px;margin:0 auto;padding:0 20px}
.ftrMain .ftrGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-bottom:50px}
.ftrMain .ftrCol{position:relative}
.ftrMain .ftrColFirst::after,.ftrMain .ftrColSecond::after{content:'';position:absolute;right:-25px;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent 0%,#915ec54d 50%,transparent 100%)}
.ftrMain .ftrHdng{font-size:1.3rem;font-weight:700;color:#915EC5;margin:0 0 20px}
.ftrMain .ftrList{list-style:none;margin:0;padding:0}
.ftrMain .ftrItm{margin-bottom:12px}
.ftrMain .ftrLnk{color:#2d2d2d;text-decoration:none;font-size:.95rem;transition:color .2s ease}
.ftrMain .ftrLnk:hover{color:#F61C00}
.ftrMain .ftrListContact .ftrItm{margin-bottom:16px}
.ftrMain .ftrLabel{display:block;font-weight:700;font-size:.85rem;color:#5a5a5a;margin-bottom:4px}
.ftrMain .ftrTxt{display:block;font-size:.95rem;color:#2d2d2d}
.ftrMain .ftrPara{font-size:.95rem;line-height:1.7;color:#2d2d2d;margin:0}
.ftrMain .ftrCpyrght{border-top:1px solid #915ec533;padding-top:25px;text-align:center}
.ftrMain .cpyrTxt{font-size:.9rem;color:#5a5a5a;margin:0}
@media (max-width: 968px) {
.ftrMain .ftrGrid{grid-template-columns:1fr;gap:40px}
.ftrMain .ftrColFirst::after,.ftrMain .ftrColSecond::after{display:none}
}
.ckConsnt{position:fixed;top:0;left:-100%;width:100%;background:#000000d9;z-index:9999;padding:20px;box-shadow:0 8px 32px #0000004d;transition:left .4s ease}
.ckConsnt.ckShw{left:0}
.ckConsnt .ckCntnr{max-width:900px;background:#fff;border-radius:8px;padding:30px;box-shadow:0 16px 48px #915ec533}
.ckConsnt .ckHdr{margin-bottom:20px}
.ckConsnt .ckTtl{font-size:1.5rem;font-weight:700;color:#915EC5;margin:0}
.ckConsnt .ckBdy{margin-bottom:25px}
.ckConsnt .ckDesc{font-size:1rem;color:#2d2d2d;margin:0 0 20px;line-height:1.6}
.ckConsnt .ckOptnsList{display:flex;flex-direction:column;gap:12px}
.ckConsnt .ckOptn{padding:10px 0}
.ckConsnt .ckLbl{display:flex;align-items:center;cursor:pointer;font-size:.95rem;color:#2d2d2d}
.ckConsnt .ckChk{width:20px;height:20px;margin-right:12px;cursor:pointer}
.ckConsnt .ckActns{display:flex;gap:15px;flex-wrap:wrap}
.ckConsnt .ckBtn{padding:12px 28px;font-size:1rem;font-weight:600;border:2px solid #915EC5;background:transparent;color:#915EC5;border-radius:6px;cursor:pointer;transition:background-color .2s ease,color .2s ease;font-family:'Raleway',sans-serif}
.ckConsnt .ckBtn:hover{background-color:#915EC5;color:#fff}
.ckConsnt .ckBtnDecline{border-color:#F61C00;color:#F61C00}
.ckConsnt .ckBtnDecline:hover{background-color:#F61C00;color:#fff}
@media (max-width: 640px) {
.ckConsnt .ckCntnr{padding:20px}
.ckConsnt .ckTtl{font-size:1.2rem}
.ckConsnt .ckActns{flex-direction:column}
.ckConsnt .ckBtn{width:100%}
}
.terms-body{max-width:1440px;margin:0 auto;padding:80px 20px;background:#FFF}
.terms-body p{font-size:16px;line-height:1.75;color:#2D2D2D;margin:0 0 20px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}
.terms-body p:last-child{margin-bottom:0}
.terms-body ul,.terms-body ol{margin:0 0 24px;padding-left:32px;color:#2D2D2D}
.terms-body ul{list-style-type:disc}
.terms-body ol{list-style-type:decimal}
.terms-body li{font-size:16px;line-height:1.75;margin-bottom:12px;padding-left:8px}
.terms-body li:last-child{margin-bottom:0}
.terms-body ul ul,.terms-body ol ol,.terms-body ul ol,.terms-body ol ul{margin-top:12px;margin-bottom:12px}
.terms-body strong,.terms-body b{font-weight:600;color:#1A1A1A}
.terms-body em,.terms-body i{font-style:italic}
.terms-body a{color:#915EC5;text-decoration:underline;transition:color .25s ease,opacity .25s ease}
.terms-body a:hover{color:#7A4DA8;opacity:.85}
.terms-body a:active{color:#6A3D98}
.terms-body hr{border:none;height:1px;background:#915ec526;margin:40px 0}
.terms-body div{margin-bottom:32px}
.terms-body div:last-child{margin-bottom:0}
@media screen and (max-width: 768px) {
.terms-body{padding:50px 16px}
.terms-body p,.terms-body li{font-size:15px;line-height:1.7}
.terms-body ul,.terms-body ol{padding-left:24px;margin-bottom:20px}
.terms-body hr{margin:32px 0}
.terms-body div{margin-bottom:24px}
}
@media screen and (max-width: 480px) {
.terms-body{padding:40px 12px}
.terms-body p,.terms-body li{font-size:14px}
.terms-body ul,.terms-body ol{padding-left:20px}
}
@media screen and (min-width: 1024px) {
.terms-body{max-width:900px;padding:100px 40px}
.terms-body p,.terms-body li{font-size:17px;line-height:1.8}
}
.crsHero{max-width:1440px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:40% 1fr;gap:60px;align-items:center;position:relative;overflow:hidden}
.crsHero::before{content:'';position:absolute;width:280px;height:280px;background:radial-gradient(circle,#915ec526,transparent 70%);border-radius:50%;top:-80px;left:-60px;z-index:1}
.crsHero::after{content:'';position:absolute;width:360px;height:360px;background:radial-gradient(circle,#f0f9d866,transparent 65%);border-radius:50%;bottom:-120px;right:-90px;z-index:1}
.herImgWrp{position:relative;z-index:2;width:100%;height:540px;border-radius:8px;overflow:hidden;box-shadow:0 16px 48px #915ec533}
.herImgWrp img{width:100%;height:100%;object-fit:cover;animation:subtlFloat 6s ease-in-out infinite}
@keyframes subtlFloat {
0%,100%{transform:translateY(0) scale(1)}
50%{transform:translateY(-8px) scale(1.02)}
}
.herTxtBlck{position:relative;z-index:2}
.herTxtBlck h1{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.herDcrtr{width:80px;height:4px;background:linear-gradient(90deg,#915EC5,#F61C00);margin:0 0 28px;border-radius:2px}
.herTxtBlck p{font-size:18px;line-height:1.7;color:#444;margin:0 0 16px}
.prgrmsGrid{max-width:1440px;margin:0 auto;padding:0 24px 100px;display:grid;grid-template-columns:repeat(8,1fr);gap:32px}
.prgrmCard{grid-column:span 2;background:#fff;border-radius:8px;padding:32px;box-shadow:0 8px 24px #00000014;position:relative;overflow:hidden;transition:all .3s ease;border:1px solid #f0f0f0}
.prgrmCard:hover{transform:translateY(-6px);box-shadow:0 16px 40px #915ec52e;border-color:#915ec54d}
.prgrmCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#915EC5,#F61C00);opacity:0;transition:opacity .3s ease}
.prgrmCard:hover::before{opacity:1}
.prgrmCrd-hdr{margin:0 0 20px}
.prgrmCrd-hdr h3{font-size:22px;line-height:1.3;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.prgrmDrtn{display:inline-block;font-size:14px;color:#915EC5;background:#915ec51a;padding:4px 12px;border-radius:6px;font-weight:500}
.prgrmCrd-dsc{font-size:16px;line-height:1.6;color:#555;margin:0 0 24px}
.prgrmTpcs{margin:0 0 24px}
.prgrmTpcs ul{list-style:none;padding:0;margin:0}
.prgrmTpcs li{font-size:15px;line-height:1.5;color:#666;padding:8px 0 8px 24px;position:relative}
.prgrmTpcs li::before{content:'';position:absolute;left:0;top:14px;width:8px;height:8px;background:#F61C00;border-radius:50%}
.prgrmLvl{display:flex;align-items:center;gap:8px;margin:0 0 20px}
.prgrmLvl span{font-size:14px;color:#777}
.lvlBars{display:flex;gap:4px}
.lvlBar{width:32px;height:6px;background:#e8e8e8;border-radius:3px}
.lvlBar.actv{background:linear-gradient(90deg,#915EC5,#F61C00)}
.prgrmActn{display:inline-block;background:#915EC5;color:#fff;font-size:16px;font-weight:600;padding:12px 28px;border-radius:6px;text-decoration:none;transition:all .3s ease;border:2px solid #915EC5;position:relative;z-index:10}
.prgrmActn:hover{background:transparent;color:#915EC5;transform:scale(1.05)}
.prgrmCard.hlghtd{grid-column:span 4;background:linear-gradient(135deg,#f0f9d84d,#915ec50d);border:2px solid #915ec533}
.prgrmCard.hlghtd .prgrmCrd-hdr h3{font-size:28px;color:#915EC5}
.prgrmCard.hlghtd .prgrmImgBlck{width:100%;height:280px;border-radius:6px;overflow:hidden;margin:0 0 24px}
.prgrmCard.hlghtd .prgrmImgBlck img{width:100%;height:100%;object-fit:cover}
@media (max-width: 1024px) {
.crsHero{grid-template-columns:1fr;gap:40px;padding:60px 24px}
.herImgWrp{height:420px}
.herTxtBlck h1{font-size:40px}
.prgrmsGrid{grid-template-columns:repeat(4,1fr);gap:24px}
.prgrmCard{grid-column:span 2}
.prgrmCard.hlghtd{grid-column:span 4}
}
@media (max-width: 768px) {
.crsHero{padding:40px 20px}
.herImgWrp{height:340px}
.herTxtBlck h1{font-size:32px}
.herTxtBlck p{font-size:16px}
.prgrmsGrid{grid-template-columns:1fr;padding:0 20px 60px;gap:20px}
.prgrmCard{grid-column:span 1}
.prgrmCard.hlghtd{grid-column:span 1}
.prgrmCard.hlghtd .prgrmCrd-hdr h3{font-size:24px}
}
.intlStdnt-hdr-wrap{max-width:1440px;margin:0 auto;padding:80px 24px;background:linear-gradient(135deg,#915ec514 0%,#f0f9d826 100%);position:relative;overflow:hidden}
.intlStdnt-hdr-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#f61c000f 0%,transparent 70%);border-radius:50%;z-index:1}
.intlStdnt-hdr-wrap::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#f0f9d866 0%,transparent 70%);border-radius:50%;z-index:1}
.intlStdnt-hdr-cntnt{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.intlStdnt-hdr-txt h1{font-size:48px;line-height:1.2;color:#2d2d2d;margin:0 0 24px;font-weight:700}
.intlStdnt-hdr-txt h1::before{content:'';display:block;width:80px;height:5px;background:linear-gradient(90deg,#915EC5 0%,#F61C00 100%);margin-bottom:20px;border-radius:3px}
.intlStdnt-hdr-txt p{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 32px}
.intlStdnt-hdr-btn{display:inline-block;padding:16px 42px;background:#915EC5;color:#fff;text-decoration:none;font-size:17px;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 6px 20px #915ec540;position:relative;z-index:10}
.intlStdnt-hdr-btn:hover{background:#7d4ba8;transform:translateY(-2px);box-shadow:0 10px 28px #915ec559}
.intlStdnt-hdr-img-wrp{position:relative}
.intlStdnt-hdr-img-wrp img{width:100%;height:auto;display:block;border-radius:10px;box-shadow:0 12px 40px #0000001f}
.intlStdnt-hdr-img-wrp::before{content:'';position:absolute;inset:0;border-radius:10px;box-shadow:inset 0 0 60px #915ec526;pointer-events:none}
.intlStdnt-prcs-sctn{max-width:1440px;margin:0 auto;padding:100px 24px;background:#fff}
.intlStdnt-prcs-hdr{text-align:center;margin-bottom:70px}
.intlStdnt-prcs-hdr h2{font-size:42px;color:#2d2d2d;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.intlStdnt-prcs-hdr h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#F61C00 0%,#915EC5 100%);border-radius:2px}
.intlStdnt-prcs-hdr p{font-size:19px;line-height:1.6;color:#5a5a5a;max-width:820px;margin:28px auto 0}
.intlStdnt-prcs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.intlStdnt-prcs-crd{background:linear-gradient(145deg,#fafafa 0%,#fff 100%);padding:40px 32px;border-radius:10px;border:2px solid #f0f0f0;position:relative;transition:all .4s ease}
.intlStdnt-prcs-crd::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#915EC5 0%,#F61C00 100%);border-radius:10px 10px 0 0;opacity:0;transition:opacity .4s ease}
.intlStdnt-prcs-crd:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0000001c;border-color:#915ec54d}
.intlStdnt-prcs-crd:hover::before{opacity:1}
.intlStdnt-prcs-nmbr{width:60px;height:60px;background:linear-gradient(135deg,#915EC5 0%,#7d4ba8 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700;border-radius:50%;margin-bottom:24px;box-shadow:0 6px 18px #915ec54d}
.intlStdnt-prcs-crd h3{font-size:22px;color:#2d2d2d;margin:0 0 16px;font-weight:600}
.intlStdnt-prcs-crd p{font-size:16px;line-height:1.7;color:#5a5a5a;margin:0}
.intlStdnt-prcs-img-cntnt{display:grid;grid-template-columns:45% 55%;gap:50px;align-items:center;margin-top:80px}
.intlStdnt-prcs-img-wrp img{width:100%;height:auto;display:block;border-radius:10px;box-shadow:0 14px 42px #00000021}
.intlStdnt-prcs-dtl{padding-left:20px}
.intlStdnt-prcs-dtl h3{font-size:34px;color:#2d2d2d;margin:0 0 24px;font-weight:700}
.intlStdnt-prcs-lst{list-style:none;padding:0;margin:0}
.intlStdnt-prcs-lst li{padding:18px 0;border-bottom:1px solid #ebebeb;display:flex;align-items:flex-start;gap:16px}
.intlStdnt-prcs-lst li:last-child{border-bottom:none}
.intlStdnt-prcs-lst li::before{content:'';width:10px;height:10px;background:#F61C00;border-radius:50%;margin-top:7px;flex-shrink:0}
.intlStdnt-prcs-lst li strong{color:#915EC5;font-weight:600;display:block;margin-bottom:4px}
.intlStdnt-prcs-lst li span{font-size:16px;line-height:1.6;color:#4a4a4a}
@media (max-width: 1024px) {
.intlStdnt-hdr-cntnt{grid-template-columns:1fr;gap:40px}
.intlStdnt-prcs-grid{grid-template-columns:repeat(2,1fr);gap:30px}
.intlStdnt-prcs-img-cntnt{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.intlStdnt-hdr-wrap{padding:60px 20px}
.intlStdnt-hdr-txt h1{font-size:36px}
.intlStdnt-hdr-txt p{font-size:17px}
.intlStdnt-prcs-sctn{padding:70px 20px}
.intlStdnt-prcs-hdr h2{font-size:32px}
.intlStdnt-prcs-grid{grid-template-columns:1fr;gap:24px}
.intlStdnt-prcs-dtl{padding-left:0}
.intlStdnt-prcs-dtl h3{font-size:28px}
}
@media (max-width: 480px) {
.intlStdnt-hdr-txt h1{font-size:30px}
.intlStdnt-hdr-btn{padding:14px 36px;font-size:16px}
.intlStdnt-prcs-hdr h2{font-size:28px}
.intlStdnt-prcs-hdr p{font-size:17px}
}
.hrBlock{background:linear-gradient(135deg,#915ec514 0%,#f0f9d81f 100%);padding:96px 24px 112px;position:relative;overflow:hidden}
.hrBlock::before{content:'';position:absolute;top:-120px;right:-80px;width:380px;height:380px;background:radial-gradient(circle,#915ec526,transparent 70%);border-radius:50%}
.hrBlock::after{content:'';position:absolute;bottom:-60px;left:-100px;width:320px;height:320px;background:radial-gradient(circle,#f0f9d833,transparent 65%);border-radius:50%}
.hrBlock .cntnr-mxWdth{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.hrBlock .grd-layout{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.hrBlock .txt-content h1{font-size:58px;line-height:1.15;margin:0 0 28px;color:#1a1a1a}
.hrBlock .txt-content h1 .hghlght-phrase{color:#915EC5;position:relative;display:inline-block}
.hrBlock .txt-content h1 .hghlght-phrase::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#915EC5,#F61C00)}
.hrBlock .txt-content p{font-size:19px;line-height:1.6;color:#3a3a3a;margin:0 0 36px}
.hrBlock .txt-content .btn-primary{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#915EC5 0%,#7a4aa8 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;box-shadow:0 8px 24px #915ec54d;transition:all .3s ease;position:relative;z-index:10}
.hrBlock .txt-content .btn-primary:hover{background:linear-gradient(135deg,#7a4aa8 0%,#915EC5 100%);transform:translateY(-2px);box-shadow:0 12px 32px #915ec566}
.hrBlock .img-container{position:relative}
.hrBlock .img-container img{width:100%;height:480px;object-fit:cover;border-radius:10px;box-shadow:0 16px 48px #0000001f;filter:contrast(1.05) saturate(0.95)}
.hrBlock .img-container::before{content:'';position:absolute;top:-16px;left:-16px;width:100%;height:100%;border:3px solid #915ec54d;border-radius:10px;z-index:-1}
.cmmnt-section{padding:88px 24px;background:#fff}
.cmmnt-section .wrap-cntnt{max-width:1440px;margin:0 auto}
.cmmnt-section .sct-hdr{text-align:center;margin-bottom:64px}
.cmmnt-section .sct-hdr h2{font-size:42px;color:#1a1a1a;margin:0 0 16px}
.cmmnt-section .sct-hdr p{font-size:18px;color:#5a5a5a;max-width:720px;margin:0 auto;line-height:1.6}
.cmmnt-section .crd-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.cmmnt-section .cmmnt-crd{background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%);padding:32px;border-radius:8px;border-left:4px solid #915EC5;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.cmmnt-section .cmmnt-crd:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}
.cmmnt-section .cmmnt-crd .icon-holder{width:56px;height:56px;background:linear-gradient(135deg,#915ec51a,#915ec50d);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.cmmnt-section .cmmnt-crd .icon-holder svg{width:28px;height:28px;fill:#915EC5}
.cmmnt-section .cmmnt-crd h3{font-size:22px;color:#1a1a1a;margin:0 0 12px}
.cmmnt-section .cmmnt-crd p{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0}
.cmprsn-zone{padding:96px 24px;background:linear-gradient(180deg,#fff 0%,#f0f9d826 100%)}
.cmprsn-zone .wrp-container{max-width:1440px;margin:0 auto}
.cmprsn-zone .ttl-area{max-width:860px;margin:0 auto 56px;text-align:center}
.cmprsn-zone .ttl-area h2{font-size:44px;color:#1a1a1a;margin:0 0 20px}
.cmprsn-zone .ttl-area p{font-size:18px;color:#5a5a5a;line-height:1.6;margin:0}
.cmprsn-zone .cmpr-tbl{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 32px #00000014}
.cmprsn-zone .tbl-rw{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border-bottom:1px solid #e8e8e8}
.cmprsn-zone .tbl-rw:last-child{border-bottom:none}
.cmprsn-zone .tbl-rw.hdr{background:linear-gradient(135deg,#915EC5 0%,#7a4aa8 100%);color:#fff}
.cmprsn-zone .tbl-cell{padding:24px 20px;font-size:16px;display:flex;align-items:center;justify-content:center;text-align:center}
.cmprsn-zone .tbl-cell:first-child{justify-content:flex-start;text-align:left;font-weight:600;color:#2a2a2a}
.cmprsn-zone .tbl-rw.hdr .tbl-cell{font-weight:700;font-size:17px}
.cmprsn-zone .chk-icon{width:24px;height:24px;fill:#915EC5}
.cmprsn-zone .cross-icon{width:24px;height:24px;fill:#ccc}
.crr-prspcts{padding:88px 24px;background:#fff}
.crr-prspcts .mxwd-wrap{max-width:1440px;margin:0 auto}
.crr-prspcts .flx-layout{display:flex;gap:64px;align-items:center}
.crr-prspcts .img-side{flex:0 0 45%}
.crr-prspcts .img-side img{width:100%;height:520px;object-fit:cover;border-radius:10px;box-shadow:0 12px 40px #0000001a}
.crr-prspcts .txt-side{flex:1}
.crr-prspcts .txt-side h2{font-size:46px;color:#1a1a1a;margin:0 0 24px;line-height:1.2}
.crr-prspcts .txt-side p{font-size:17px;line-height:1.7;color:#3a3a3a;margin:0 0 32px}
.crr-prspcts .pth-list{list-style:none;padding:0;margin:0 0 36px}
.crr-prspcts .pth-list li{display:flex;align-items:flex-start;margin-bottom:20px;font-size:16px;color:#2a2a2a}
.crr-prspcts .pth-list li::before{content:'';width:8px;height:8px;background:linear-gradient(135deg,#915EC5,#F61C00);border-radius:50%;margin-right:14px;margin-top:6px;flex-shrink:0}
.crr-prspcts .btn-scndr{display:inline-block;padding:15px 38px;background:transparent;color:#915EC5;text-decoration:none;border:2px solid #915EC5;border-radius:8px;font-size:17px;font-weight:600;transition:all .3s ease;position:relative;z-index:10}
.crr-prspcts .btn-scndr:hover{background:#915EC5;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #915ec54d}
.nsprtn-blck{padding:96px 24px;background:linear-gradient(135deg,#915ec50f 0%,#f0f9d814 100%);position:relative}
.nsprtn-blck::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#915EC5 0%,#F61C00 50%,#F0F9D8 100%)}
.nsprtn-blck .cntnt-wrp{max-width:1440px;margin:0 auto}
.nsprtn-blck .hdr-zone{text-align:center;margin-bottom:64px}
.nsprtn-blck .hdr-zone h2{font-size:44px;color:#1a1a1a;margin:0 0 18px}
.nsprtn-blck .hdr-zone p{font-size:18px;color:#5a5a5a;max-width:780px;margin:0 auto;line-height:1.6}
.nsprtn-blck .stry-grd{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}
.nsprtn-blck .stry-crd{background:#fff;padding:40px;border-radius:10px;box-shadow:0 6px 20px #00000012;position:relative;overflow:hidden}
.nsprtn-blck .stry-crd::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#915EC5,#F61C00)}
.nsprtn-blck .stry-crd h3{font-size:26px;color:#1a1a1a;margin:0 0 16px}
.nsprtn-blck .stry-crd .qte{font-size:17px;line-height:1.7;color:#3a3a3a;margin:0 0 24px;font-style:italic;position:relative;padding-left:28px}
.nsprtn-blck .stry-crd .qte::before{content:'"';position:absolute;left:0;top:-8px;font-size:48px;color:#915ec54d;line-height:1}
.nsprtn-blck .stry-crd .mtrc{display:flex;gap:32px;margin-top:28px;padding-top:24px;border-top:1px solid #e8e8e8}
.nsprtn-blck .stry-crd .mtrc-itm{flex:1}
.nsprtn-blck .stry-crd .mtrc-itm .nmbr{font-size:32px;font-weight:700;color:#915EC5;display:block;margin-bottom:6px}
.nsprtn-blck .stry-crd .mtrc-itm .lbl{font-size:14px;color:#6a6a6a}
.prtnrshp-area{padding:88px 24px;background:#fff}
.prtnrshp-area .cntrl-container{max-width:1440px;margin:0 auto}
.prtnrshp-area .hdln-sect{text-align:center;margin-bottom:56px}
.prtnrshp-area .hdln-sect h2{font-size:42px;color:#1a1a1a;margin:0 0 16px}
.prtnrshp-area .hdln-sect p{font-size:18px;color:#5a5a5a;max-width:700px;margin:0 auto;line-height:1.6}
.prtnrshp-area .prtnr-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}
.prtnrshp-area .prtnr-crd{background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%);padding:36px 28px;border-radius:8px;text-align:center;border:1px solid #e8e8e8;transition:all .3s ease}
.prtnrshp-area .prtnr-crd:hover{border-color:#915EC5;transform:translateY(-4px);box-shadow:0 8px 24px #915ec526}
.prtnrshp-area .prtnr-crd .icn-box{width:72px;height:72px;background:linear-gradient(135deg,#915ec51a,#f0f9d833);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.prtnrshp-area .prtnr-crd .icn-box svg{width:36px;height:36px;fill:#915EC5}
.prtnrshp-area .prtnr-crd h3{font-size:20px;color:#1a1a1a;margin:0 0 12px}
.prtnrshp-area .prtnr-crd p{font-size:15px;color:#5a5a5a;line-height:1.5;margin:0}
.lrnng-types{padding:96px 24px;background:linear-gradient(180deg,#f0f9d81f 0%,#fff 100%)}
.lrnng-types .mxwd-cntnt{max-width:1440px;margin:0 auto}
.lrnng-types .tp-hdr{max-width:820px;margin:0 auto 64px;text-align:center}
.lrnng-types .tp-hdr h2{font-size:46px;color:#1a1a1a;margin:0 0 20px}
.lrnng-types .tp-hdr p{font-size:18px;color:#5a5a5a;line-height:1.6;margin:0}
.lrnng-types .tp-flx{display:flex;gap:56px;align-items:stretch}
.lrnng-types .tp-col{flex:1;background:#fff;padding:44px 36px;border-radius:10px;box-shadow:0 6px 24px #00000014;display:flex;flex-direction:column;position:relative}
.lrnng-types .tp-col::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#915EC5,#F61C00);border-radius:0 0 10px 10px}
.lrnng-types .tp-col .ic-wrp{width:64px;height:64px;background:linear-gradient(135deg,#915ec51f,#f0f9d826);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.lrnng-types .tp-col .ic-wrp svg{width:32px;height:32px;fill:#915EC5}
.lrnng-types .tp-col h3{font-size:26px;color:#1a1a1a;margin:0 0 16px}
.lrnng-types .tp-col p{font-size:16px;line-height:1.7;color:#3a3a3a;margin:0 0 24px;flex-grow:1}
.lrnng-types .tp-col ul{list-style:none;padding:0;margin:0 0 28px}
.lrnng-types .tp-col ul li{font-size:15px;color:#2a2a2a;margin-bottom:12px;padding-left:24px;position:relative}
.lrnng-types .tp-col ul li::before{content:'';position:absolute;left:0;top:7px;width:6px;height:6px;background:#915EC5;border-radius:50%}
.lrnng-types .tp-col .lnk-btn{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#915EC5 0%,#7a4aa8 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;text-align:center;transition:all .3s ease;position:relative;z-index:10}
.lrnng-types .tp-col .lnk-btn:hover{background:linear-gradient(135deg,#7a4aa8 0%,#915EC5 100%);transform:translateY(-2px);box-shadow:0 8px 24px #915ec559}
@media (max-width: 1024px) {
.hrBlock .grd-layout{grid-template-columns:1fr;gap:48px}
.hrBlock .txt-content h1{font-size:48px}
.cmmnt-section .crd-grd{grid-template-columns:repeat(2,1fr)}
.cmprsn-zone .tbl-rw{grid-template-columns:2fr 1fr 1fr 1fr;font-size:14px}
.cmprsn-zone .tbl-cell{padding:18px 14px}
.crr-prspcts .flx-layout{flex-direction:column;gap:48px}
.crr-prspcts .img-side{flex:0 0 100%}
.nsprtn-blck .stry-grd{grid-template-columns:1fr}
.prtnrshp-area .prtnr-grid{grid-template-columns:repeat(2,1fr)}
.lrnng-types .tp-flx{flex-direction:column;gap:36px}
}
@media (max-width: 768px) {
.hrBlock{padding:64px 20px 80px}
.hrBlock .txt-content h1{font-size:36px}
.hrBlock .txt-content p{font-size:17px}
.hrBlock .img-container img{height:340px}
.cmmnt-section{padding:64px 20px}
.cmmnt-section .sct-hdr h2{font-size:32px}
.cmmnt-section .crd-grd{grid-template-columns:1fr;gap:24px}
.cmprsn-zone{padding:64px 20px}
.cmprsn-zone .ttl-area h2{font-size:32px}
.cmprsn-zone .tbl-rw{grid-template-columns:1fr}
.cmprsn-zone .tbl-cell{padding:16px;justify-content:flex-start;text-align:left}
.crr-prspcts{padding:64px 20px}
.crr-prspcts .txt-side h2{font-size:34px}
.crr-prspcts .img-side img{height:380px}
.nsprtn-blck{padding:64px 20px}
.nsprtn-blck .hdr-zone h2{font-size:32px}
.prtnrshp-area{padding:64px 20px}
.prtnrshp-area .hdln-sect h2{font-size:32px}
.prtnrshp-area .prtnr-grid{grid-template-columns:1fr;gap:24px}
.lrnng-types{padding:64px 20px}
.lrnng-types .tp-hdr h2{font-size:34px}
}
.cntctPg{background:linear-gradient(135deg,#915ec514 0%,#f0f9d84d 100%);padding:0;margin:0}
.ttlBlck{max-width:1440px;margin:0 auto;padding:5rem 2rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative}
.ttlBlck::after{content:'';position:absolute;bottom:0;left:5%;width:90%;height:2px;background:linear-gradient(90deg,transparent,#915ec54d,transparent)}
.ttlBlck .txtZone{position:relative}
.ttlBlck .dscrptn{font-size:1.05rem;color:#666;margin-bottom:1.5rem;line-height:1.7}
.ttlBlck .mnHdng{font-size:3.2rem;font-weight:700;color:#1a1a1a;line-height:1.2;margin:0 0 2rem}
.ttlBlck .mnHdng::before{content:'';display:block;width:80px;height:5px;background:linear-gradient(90deg,#915EC5,#F61C00);margin-bottom:1.5rem;border-radius:3px}
.ttlBlck .vslBox{position:relative;aspect-ratio:4/3;background:linear-gradient(135deg,#f61c0026,#915ec526);border-radius:8px;overflow:hidden;box-shadow:0 12px 40px #915ec533}
.ttlBlck .vslBox::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#915ec599,#f61c0066);mix-blend-mode:multiply}
.ttlBlck .vslBox::after{content:'';position:absolute;top:2rem;left:2rem;right:2rem;bottom:2rem;border:2px solid #ffffff4d;border-radius:6px}
.frmSctn{max-width:1440px;margin:0 auto;padding:6rem 2rem;display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;align-items:start}
.frmContainer{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 16px 48px #915ec526}
.frmContainer .frmTitle{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}
.frmContainer .frmSubtxt{font-size:1rem;color:#666;margin-bottom:2.5rem;line-height:1.6}
.frmRow{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}
.fldGrp{position:relative}
.fldGrp.fullWdth{grid-column:1 / -1}
.fldGrp label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:.5rem}
.fldGrp input[type="text"],.fldGrp input[type="email"],.fldGrp textarea{width:100%;padding:.95rem 1.2rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;color:#333;transition:all .3s ease;background:#fafafa}
.fldGrp input:focus,.fldGrp textarea:focus{outline:none;border-color:#915EC5;background:#fff;box-shadow:0 4px 12px #915ec51f}
.fldGrp textarea{min-height:140px;resize:vertical}
.cndtnlArea{margin-top:1.5rem}
.cndtnlArea input[type="checkbox"]{display:none}
.cndtnlArea .chckLbl{display:inline-flex;align-items:center;font-size:.95rem;color:#555;cursor:pointer;user-select:none}
.cndtnlArea .chckLbl::before{content:'';display:inline-block;width:22px;height:22px;border:2px solid #915EC5;border-radius:5px;margin-right:.7rem;transition:all .3s ease;background:#fafafa}
.cndtnlArea input[type="checkbox"]:checked + .chckLbl::before{background:#915EC5;box-shadow:inset 0 0 0 4px #fff}
.cndtnlArea input[type="checkbox"]:checked ~ .hddn{max-height:300px;opacity:1;margin-top:1.5rem}
.hddn{max-height:0;opacity:0;overflow:hidden;transition:all .4s ease}
.prvcy{margin-top:1.8rem;padding-top:1.8rem;border-top:1px solid #e0e0e0}
.prvcy input[type="checkbox"]{margin-right:.6rem;width:18px;height:18px;cursor:pointer;accent-color:#915EC5}
.prvcy label{display:inline;font-size:.9rem;color:#555;line-height:1.5}
.prvcy a{color:#915EC5;text-decoration:none;font-weight:600}
.prvcy a:hover{text-decoration:underline}
.sbmtBtn{width:100%;padding:1.1rem 2rem;background:linear-gradient(135deg,#915EC5,#7d4fb3);color:#fff;font-size:1.05rem;font-weight:700;border:none;border-radius:7px;cursor:pointer;margin-top:2rem;transition:all .3s ease;box-shadow:0 8px 24px #915ec54d}
.sbmtBtn:hover{background:linear-gradient(135deg,#7d4fb3,#6a3f9a);box-shadow:0 12px 32px #915ec566;transform:translateY(-2px)}
.sbmtBtn:active{transform:translateY(0)}
.cntctInfoZone{position:sticky;top:2rem}
.cntctCard{background:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 12px 40px #00000014;margin-bottom:2rem}
.cntctCard .cdTitle{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1.8rem}
.cntctItem{display:flex;align-items:start;margin-bottom:1.8rem;padding-bottom:1.8rem;border-bottom:1px solid #f0f0f0}
.cntctItem:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.cntctIcon{width:44px;height:44px;min-width:44px;background:linear-gradient(135deg,#915ec51a,#f0f9d84d);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:1.2rem}
.cntctIcon svg{width:22px;height:22px;fill:#915EC5}
.cntctDetails{flex:1}
.cntctDetails .lbl{font-size:.85rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem}
.cntctDetails .vlu{font-size:1.05rem;color:#333;font-weight:500;line-height:1.6}
.cntctDetails a{color:#915EC5;text-decoration:none;transition:color .3s ease}
.cntctDetails a:hover{color:#F61C00;text-decoration:underline}
.ntcBox{background:linear-gradient(135deg,#f0f9d899,#915ec51a);padding:2rem;border-radius:10px;border-left:4px solid #915EC5}
.ntcBox .ntcTitle{font-size:1.2rem;font-weight:700;color:#1a1a1a;margin:0 0 .8rem}
.ntcBox .ntcTxt{font-size:.95rem;color:#555;line-height:1.7;margin:0}
@media (max-width: 1024px) {
.ttlBlck{grid-template-columns:1fr;gap:3rem;padding:4rem 1.5rem 3rem}
.ttlBlck .mnHdng{font-size:2.5rem}
.frmSctn{grid-template-columns:1fr;gap:3rem;padding:4rem 1.5rem}
.cntctInfoZone{position:static}
}
@media (max-width: 768px) {
.ttlBlck{padding:3rem 1.2rem 2.5rem}
.ttlBlck .mnHdng{font-size:2rem}
.ttlBlck .dscrptn{font-size:.95rem}
.frmSctn{padding:3rem 1.2rem}
.frmRow{grid-template-columns:1fr;gap:1.2rem}
.frmContainer{padding:2rem 1.5rem}
.cntctCard{padding:2rem 1.5rem}
}
@media (max-width: 480px) {
.ttlBlck .mnHdng{font-size:1.75rem}
.frmContainer .frmTitle{font-size:1.6rem}
.sbmtBtn{font-size:1rem}
}
.abtPg-cntnr{max-width:1440px;margin:0 auto;padding:0 20px}
.ttlBlck-wrp{background:linear-gradient(135deg,#915ec514 0%,#f0f9d826 100%);padding:80px 20px 90px;position:relative;overflow:hidden}
.ttlBlck-wrp::before{content:'';position:absolute;top:-50%;right:-15%;width:600px;height:600px;background:radial-gradient(circle,#915ec51f 0%,transparent 70%);border-radius:50%}
.ttlBlck-cntnr{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:50px;align-items:center;position:relative;z-index:2}
.ttlBlck-cntnt{text-align:center;max-width:780px;margin:0 auto}
.ttlBlck-hdng{font-size:52px;font-weight:700;color:#2d2d2d;margin:0 0 28px;line-height:1.2;letter-spacing:-.5px}
.ttlBlck-dscr{font-size:19px;line-height:1.7;color:#4a4a4a;margin:0 0 35px}
.ttlBlck-mgWrp{max-width:840px;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:0 12px 28px #00000014;position:relative}
.ttlBlck-mgWrp::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#915ec50d 0%,transparent 40%);pointer-events:none}
.ttlBlck-mg{width:100%;height:auto;display:block}
.stryBlck-wrp{padding:100px 20px;background:#fff}
.stryBlck-cntnr{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.stryBlck-lftCl{display:flex;flex-direction:column;gap:40px}
.stryBlck-crdBx{background:linear-gradient(135deg,#f8f9fa 0%,#f0f9d84d 100%);padding:35px 40px;border-radius:6px;border-left:4px solid #915EC5;box-shadow:0 4px 16px #0000000a}
.stryBlck-crdHdng{font-size:24px;font-weight:600;color:#2d2d2d;margin:0 0 18px;line-height:1.3}
.stryBlck-crdTxt{font-size:16px;line-height:1.8;color:#4a4a4a;margin:0}
.stryBlck-rghtCl{position:sticky;top:40px}
.stryBlck-mnHdng{font-size:42px;font-weight:700;color:#2d2d2d;margin:0 0 30px;line-height:1.25;position:relative;padding-left:20px}
.stryBlck-mnHdng::before{content:'';position:absolute;left:0;top:8px;bottom:8px;width:5px;background:linear-gradient(180deg,#915EC5 0%,#F61C00 100%);border-radius:3px}
.stryBlck-mnTxt{font-size:17px;line-height:1.75;color:#4a4a4a;margin:0 0 28px}
.stryBlck-lstWrp{margin:35px 0 0}
.stryBlck-lsttm{display:flex;align-items:start;gap:15px;margin:0 0 20px}
.stryBlck-lsttm:last-child{margin-bottom:0}
.stryBlck-lstcn{flex-shrink:0;width:28px;height:28px;background:#915ec526;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}
.stryBlck-lstcn svg{width:14px;height:14px;fill:#915EC5}
.stryBlck-lstTxt{font-size:16px;line-height:1.7;color:#4a4a4a;flex:1}
.aprchBlck-wrp{padding:90px 20px 100px;background:linear-gradient(180deg,#f0f9d840 0%,#fff 100%);position:relative}
.aprchBlck-wrp::before{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#915ec533 50%,transparent 100%)}
.aprchBlck-cntnr{max-width:1440px;margin:0 auto}
.aprchBlck-hdWrp{text-align:center;margin:0 0 70px}
.aprchBlck-hdng{font-size:44px;font-weight:700;color:#2d2d2d;margin:0 0 22px;line-height:1.2}
.aprchBlck-sbHdng{font-size:18px;line-height:1.6;color:#5a5a5a;max-width:680px;margin:0 auto}
.aprchBlck-grdCntnr{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.aprchBlck-crd{background:#fff;padding:42px 35px;border-radius:8px;box-shadow:0 6px 20px #0000000f;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.aprchBlck-crd:hover{transform:translateY(-6px);box-shadow:0 12px 32px #915ec526}
.aprchBlck-crdcn{width:64px;height:64px;background:linear-gradient(135deg,#915ec51a 0%,#f61c0014 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 25px}
.aprchBlck-crdcn svg{width:32px;height:32px;fill:#915EC5}
.aprchBlck-crdHdng{font-size:22px;font-weight:600;color:#2d2d2d;margin:0 0 16px;line-height:1.3}
.aprchBlck-crdTxt{font-size:15px;line-height:1.7;color:#5a5a5a;margin:0}
.aprchBlck-crdNmbr{position:absolute;top:25px;right:30px;font-size:48px;font-weight:700;color:#915ec514;line-height:1}
@media (max-width: 1024px) {
.ttlBlck-hdng{font-size:42px}
.stryBlck-cntnr{grid-template-columns:1fr;gap:50px}
.stryBlck-rghtCl{position:static}
.aprchBlck-grdCntnr{grid-template-columns:repeat(2,1fr);gap:35px}
}
@media (max-width: 768px) {
.ttlBlck-wrp{padding:60px 20px 70px}
.ttlBlck-hdng{font-size:36px;margin-bottom:20px}
.ttlBlck-dscr{font-size:17px}
.stryBlck-wrp{padding:70px 20px}
.stryBlck-lftCl{gap:30px}
.stryBlck-mnHdng{font-size:34px}
.aprchBlck-wrp{padding:70px 20px 80px}
.aprchBlck-hdng{font-size:36px}
.aprchBlck-grdCntnr{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 480px) {
.ttlBlck-hdng{font-size:30px}
.ttlBlck-dscr{font-size:16px}
.stryBlck-mnHdng{font-size:28px;padding-left:15px}
.stryBlck-crdBx{padding:28px 25px}
.aprchBlck-hdng{font-size:30px}
.aprchBlck-crd{padding:35px 28px}
}
.sccssPg{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);min-height:70vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;position:relative;overflow:hidden}
.sccssPg::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#915ec514 0%,transparent 70%);animation:pls 20s linear infinite}
@keyframes pls {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.cnfrmCntnr{max-width:680px;width:100%;background:#fff;border-radius:8px;box-shadow:0 16px 48px #915ec51f 0 4px 12px #0000000f;padding:3.5rem 2.5rem;text-align:center;position:relative;z-index:2}
.icnWrp{width:96px;height:96px;margin:0 auto 2rem;position:relative}
.icnWrp svg{width:100%;height:100%}
.chckCrcl{fill:none;stroke:#915EC5;stroke-width:3;stroke-dasharray:300;stroke-dashoffset:300;animation:drwCrcl .8s ease-out forwards}
.chckMrk{fill:none;stroke:#915EC5;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;animation:drwChck .5s ease-out .8s forwards}
@keyframes drwCrcl {
to{stroke-dashoffset:0}
}
@keyframes drwChck {
to{stroke-dashoffset:0}
}
.mnHdng{font-size:2.25rem;font-weight:700;color:#2c3e50;margin:0 0 1rem;line-height:1.2}
.scndryHdng{font-size:1.35rem;font-weight:500;color:#915EC5;margin:0 0 1.5rem;line-height:1.4}
.dscrptnTxt{font-size:1.05rem;line-height:1.7;color:#495057;margin:0 0 2.5rem}
.actnBtns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.prmryBtn{display:inline-block;padding:.95rem 2.25rem;background:linear-gradient(135deg,#915EC5 0%,#7a4ba8 100%);color:#fff;text-decoration:none;border-radius:6px;font-size:1.05rem;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #915ec540;border:none;cursor:pointer;position:relative;overflow:hidden}
.prmryBtn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#fff3,transparent);transition:left .5s ease}
.prmryBtn:hover::before{left:100%}
.prmryBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #915ec559}
.scndryBtn{display:inline-block;padding:.95rem 2.25rem;background:transparent;color:#915EC5;text-decoration:none;border-radius:6px;font-size:1.05rem;font-weight:600;transition:all .3s ease;border:2px solid #915EC5;cursor:pointer}
.scndryBtn:hover{background:#915ec514;transform:translateY(-2px)}
.nfoBx{margin-top:2.5rem;padding:1.5rem;background:linear-gradient(135deg,#F0F9D8 0%,#e8f5c8 100%);border-radius:6px;border-left:4px solid #915EC5}
.nfoBx p{margin:0;font-size:.95rem;line-height:1.6;color:#495057}
.nfoBx strong{color:#2c3e50;font-weight:600}
@media (max-width: 768px) {
.sccssPg{padding:2rem 1rem}
.cnfrmCntnr{padding:2.5rem 1.5rem}
.mnHdng{font-size:1.75rem}
.scndryHdng{font-size:1.15rem}
.dscrptnTxt{font-size:1rem}
.actnBtns{flex-direction:column}
.prmryBtn,.scndryBtn{width:100%;text-align:center}
}
@media (max-width: 480px) {
.icnWrp{width:72px;height:72px}
.mnHdng{font-size:1.5rem}
.cnfrmCntnr{padding:2rem 1.25rem}
}