*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Noto Sans',sans-serif;font-size:16px;line-height:1.6;color:#2a2a2a;background:#FFF}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.headwrap{max-width:1440px;margin:0 auto;padding:20px 40px}
.toprow{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px;gap:30px}
.logoarea{flex-shrink:0}
.logolink{display:block}
.logoimg{width:120px;height:120px;object-fit:contain}
.tagarea{flex-grow:1;text-align:right}
.tagarea .tagtext{font-size:15px;color:#1D2D72;font-weight:400;max-width:480px;margin-left:auto}
.bottomrow{display:flex;justify-content:space-between;align-items:center;gap:30px}
.mainnavi{display:flex;gap:32px;align-items:center}
.navlink{font-size:16px;font-weight:400;color:#2a2a2a;padding:8px 4px;transition:color .2s}
.navlink:hover{color:#43D6CB}
.navitem-dropdown{position:relative}
.navitem-dropdown:hover .subdrop{opacity:1;visibility:visible;pointer-events:auto}
.subdrop{position:absolute;top:100%;left:0;background:#FFF;box-shadow:0 4px 12px #1d2d7226;border-radius:4px;padding:12px 0;min-width:180px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.2s,visibility .2s;z-index:100}
.sublink{display:block;padding:10px 20px;font-size:15px;color:#2a2a2a;transition:background 0.2s,color .2s}
.sublink:hover{background:#43d6cb1a;color:#43D6CB}
.ctaarea{flex-shrink:0}
.ctabutt{display:inline-block;background:linear-gradient(135deg,#1D2D72 0%,#43D6CB 100%);color:#FFF;padding:12px 32px;border-radius:6px;font-weight:700;font-size:15px;transition:box-shadow .2s;box-shadow:0 3px 8px #1d2d7233}
.ctabutt:hover{box-shadow:0 5px 14px #1d2d724d}
.footwrap{background:linear-gradient(180deg,#1D2D72 0%,#154b5f 100%);color:#FFF;padding:50px 40px 30px}
.footcontent{max-width:1440px;margin:0 auto}
.footblock{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}
.footlogo{width:100px}
.footlogoimg{width:100%;height:auto}
.footdesc .desctext{font-size:15px;line-height:1.7;max-width:700px;color:#ffffffe6}
.contactinfo{display:flex;flex-direction:column;gap:10px}
.contactinfo .infoitem{font-size:14px;color:#ffffffd9;display:flex;align-items:center;gap:10px}
.contactinfo .infoitem i{color:#43D6CB;width:16px}
.footbottom{max-width:1440px;margin:0 auto;border-top:1px solid #fff3;padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.footnavi{display:flex;gap:24px;flex-wrap:wrap}
.footlink{font-size:14px;color:#fffc;transition:color .2s}
.footlink:hover{color:#43D6CB}
.copyright{font-size:13px;color:#ffffffb3}
.cookiepop{position:fixed;left:20px;top:50%;transform:translateY(-50%) translateX(-400px);z-index:10000;transition:transform .3s ease}
.cookiepop.showing{transform:translateY(-50%) translateX(0)}
.cookiepop.hiding{transform:translateY(-50%) translateX(-400px)}
.cookiecard{background:#FFF;border-radius:12px;box-shadow:0 6px 24px #1d2d7240;padding:28px;max-width:360px;border:2px solid #43D6CB}
.cookietitle{font-size:20px;font-weight:700;color:#1D2D72;margin-bottom:12px}
.cookiedesc{font-size:14px;color:#555;margin-bottom:20px;line-height:1.5}
.cookiesettings{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}
.settingitem{display:flex}
.settinglabel{display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer}
.settingname{font-size:15px;color:#2a2a2a;font-weight:400}
.settingtoggle{display:none}
.toggleswitch{position:relative;width:48px;height:24px;background:#ccc;border-radius:24px;transition:background .2s}
.toggleswitch::after{content:'';position:absolute;top:3px;left:3px;width:18px;height:18px;background:#FFF;border-radius:50%;transition:left .2s}
.settingtoggle:checked + .toggleswitch{background:#43D6CB}
.settingtoggle:checked + .toggleswitch::after{left:27px}
.cookieactions{display:flex;gap:12px}
.cookiebutt{flex:1;padding:10px 18px;border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s;font-family:'Noto Sans',sans-serif}
.acceptbutt{background:#1D2D72;color:#FFF}
.acceptbutt:hover{background:#152451}
.declinebutt{background:#e0e0e0;color:#2a2a2a}
.declinebutt:hover{background:#d0d0d0}
@media (max-width: 1024px) {
.headwrap{padding:20px 30px}
.mainnavi{gap:20px}
.navlink{font-size:15px}
}
@media (max-width: 768px) {
.toprow{flex-direction:column;align-items:flex-start;margin-bottom:25px}
.tagarea{text-align:left}
.tagarea .tagtext{margin-left:0;max-width:100%}
.bottomrow{flex-direction:column;align-items:stretch;gap:20px}
.mainnavi{flex-direction:column;gap:12px;align-items:flex-start}
.navlink{padding:6px 0}
.subdrop{position:static;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;padding-left:20px;margin-top:8px}
.ctabutt{width:100%;text-align:center}
.footbottom{flex-direction:column;align-items:flex-start}
.footnavi{flex-direction:column;gap:12px}
.cookiepop{left:10px;right:10px;transform:translateY(-50%) translateX(0) translateY(400px)}
.cookiepop.showing{transform:translateY(-50%) translateX(0) translateY(0)}
.cookiepop.hiding{transform:translateY(-50%) translateX(0) translateY(400px)}
.cookiecard{max-width:100%}
}
@media (max-width: 480px) {
.headwrap{padding:15px 20px}
.logoimg{width:90px;height:90px}
.tagarea .tagtext{font-size:14px}
.cookieactions{flex-direction:column}
}
.terms-body{max-width:1440px;margin:0 auto;padding:80px 20px;background:#FFF}
.terms-body p{font-size:16px;line-height:1.8;color:#333;margin:0 0 24px;max-width:800px}
.terms-body p:last-child{margin-bottom:0}
.terms-body em,.terms-body i{font-style:italic;color:#1D2D72}
.terms-body a{color:#1D2D72;text-decoration:none;border-bottom:2px solid #43D6CB;transition:all .3s ease;font-weight:500}
.terms-body a:hover{color:#43D6CB;border-bottom-color:#1D2D72}
.terms-body a:focus{outline:3px solid #43D6CB;outline-offset:4px;border-radius:2px}
.terms-body table{width:100%;max-width:1000px;margin:40px 0;border-collapse:separate;border-spacing:0;border:2px solid #1D2D72;border-radius:8px;overflow:hidden;background:#FFF;box-shadow:0 4px 6px #1d2d721a}
.terms-body thead{background:linear-gradient(135deg,#1D2D72 0%,#2a3f8f 100%)}
.terms-body thead tr{border-bottom:3px solid #43D6CB}
.terms-body tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}
.terms-body tbody tr:last-child{border-bottom:none}
.terms-body tbody tr:hover{background-color:#43d6cb0d}
.terms-body th{padding:18px 24px;text-align:left;font-size:15px;font-weight:700;color:#FFF;text-transform:uppercase;letter-spacing:.5px}
.terms-body td{padding:16px 24px;font-size:15px;line-height:1.6;color:#333;vertical-align:top}
.terms-body td:first-child{font-weight:600;color:#1D2D72}
.terms-body div{margin:32px 0}
.terms-body div p{margin-bottom:16px}
.terms-body div p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.terms-body{padding:60px 16px}
.terms-body p{font-size:15px;line-height:1.7;margin-bottom:20px}
.terms-body table{margin:32px 0;border-radius:6px;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.terms-body th{padding:14px 16px;font-size:13px}
.terms-body td{padding:12px 16px;font-size:14px}
.terms-body div{margin:24px 0}
}
@media (max-width: 480px) {
.terms-body{padding:40px 12px}
.terms-body p{font-size:14px;margin-bottom:18px}
.terms-body table{font-size:13px;border-radius:4px}
.terms-body th,.terms-body td{padding:10px 12px;font-size:13px}
.terms-body a{border-bottom-width:1px}
}
@media (min-width: 1024px) {
.terms-body{padding:100px 40px}
.terms-body p{font-size:17px;line-height:1.9}
.terms-body table{margin:48px 0}
.terms-body th{padding:20px 28px;font-size:16px}
.terms-body td{padding:18px 28px;font-size:16px}
}
.artipage{max-width:1440px;margin:0 auto;padding:0}
.artihead{background:linear-gradient(135deg,#1D2D72 0%,#43D6CB 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.artihead::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,#43d6cb33 0%,transparent 70%);border-radius:50%}
.headwrap{max-width:900px;margin:0 auto;position:relative;z-index:2}
.metarow{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px;align-items:center}
.cattag{background:#fff3;color:#FFF;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:500;display:inline-block}
.arttag{background:#43d6cb4d;color:#FFF;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:500;display:inline-block}
.readinfo{color:#ffffffe6;font-size:14px;display:flex;align-items:center;gap:8px}
.maintit{font-size:48px;line-height:1.2;color:#FFF;margin:0 0 16px;font-weight:700}
.subtit{font-size:20px;line-height:1.5;color:#fffffff2;margin:0 0 32px;font-weight:400}
.authormeta{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.authorname{color:#FFF;font-size:16px;font-weight:500}
.pubdate{color:#fffc;font-size:14px;display:flex;align-items:center;gap:6px}
.viewcount{color:#fffc;font-size:14px;display:flex;align-items:center;gap:6px}
.bookmarkbutt{background:#ffffff26;border:2px solid #fff6;color:#FFF;padding:10px 24px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;margin-left:auto}
.bookmarkbutt:hover{background:#ffffff40;border-color:#fff9;transform:translateY(-2px)}
.featimg{max-width:1200px;margin:-40px auto 0;padding:0 20px;position:relative;z-index:3}
.featimg img{width:100%;height:auto;border-radius:16px;display:block;box-shadow:0 20px 60px #1d2d7233}
.articontent{max-width:800px;margin:80px auto;padding:0 20px}
.articontent p{font-size:18px;line-height:1.8;color:#2a2a2a;margin:0 0 24px}
.articontent h2{font-size:32px;line-height:1.3;color:#1D2D72;margin:48px 0 20px;font-weight:700;position:relative;padding-left:24px}
.articontent h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:32px;background:linear-gradient(180deg,#1D2D72 0%,#43D6CB 100%);border-radius:3px}
.articontent em{font-style:italic;color:#1D2D72;font-weight:500}
.articontent ul{margin:0 0 24px;padding:0 0 0 24px;list-style:none}
.articontent ul li{font-size:18px;line-height:1.8;color:#2a2a2a;margin-bottom:12px;position:relative;padding-left:28px}
.articontent ul li::before{content:'';position:absolute;left:0;top:12px;width:8px;height:8px;background:#43D6CB;border-radius:50%;box-shadow:0 0 0 3px #43d6cb33}
.articontent table{width:100%;border-collapse:collapse;margin:32px 0;background:#FFF;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #1d2d721a}
.articontent table tr{border-bottom:1px solid #1d2d721a}
.articontent table tr:last-child{border-bottom:none}
.articontent table td{padding:16px 20px;font-size:16px;line-height:1.6;color:#2a2a2a}
.articontent table tr td:first-child{font-weight:600;color:#1D2D72;background:#43d6cb0d}
.articontent details{background:linear-gradient(135deg,#1d2d7208 0%,#43d6cb08 100%);border:2px solid #43d6cb33;border-radius:12px;padding:20px;margin:32px 0;cursor:pointer}
.articontent details summary{font-size:20px;font-weight:600;color:#1D2D72;cursor:pointer;display:flex;align-items:center;gap:12px}
.articontent details summary::before{content:'\f0da';font-family:'Font Awesome 6 Free';font-weight:900;color:#43D6CB;transition:transform .3s ease}
.articontent details[open] summary::before{transform:rotate(90deg)}
.articontent details p{margin-top:16px;padding-left:28px}
.ctazone{background:linear-gradient(135deg,#1D2D72 0%,#2a3f8f 100%);padding:60px 20px;margin:80px 0 0}
.ctawrap{max-width:800px;margin:0 auto;text-align:center}
.ctatit{font-size:36px;line-height:1.3;color:#FFF;margin:0 0 16px;font-weight:700}
.ctadesc{font-size:18px;line-height:1.6;color:#ffffffe6;margin:0 0 32px}
.ctabutt{background:#43D6CB;color:#1D2D72;padding:16px 40px;border-radius:8px;font-size:18px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 6px 20px #43d6cb4d}
.ctabutt:hover{background:#3bc4ba;transform:translateY(-3px);box-shadow:0 10px 30px #43d6cb66}
@media (max-width: 768px) {
.artihead{padding:60px 20px 40px}
.maintit{font-size:32px}
.subtit{font-size:18px}
.bookmarkbutt{margin-left:0;width:100%;justify-content:center}
.featimg{margin-top:-20px}
.articontent{margin:60px auto}
.articontent p{font-size:16px}
.articontent h2{font-size:26px;margin:36px 0 16px}
.articontent ul li{font-size:16px}
.articontent table td{font-size:14px;padding:12px 14px}
.articontent details summary{font-size:18px}
.ctatit{font-size:28px}
.ctadesc{font-size:16px}
.ctabutt{padding:14px 32px;font-size:16px;width:100%}
}
@media (max-width: 480px) {
.maintit{font-size:26px}
.subtit{font-size:16px}
.metarow{gap:12px}
.articontent h2{font-size:22px;padding-left:20px}
.articontent h2::before{width:4px;height:24px}
}
.blognav{background:linear-gradient(135deg,#1D2D72 0%,#43D6CB 100%);padding:60px 20px;text-align:center;margin-bottom:80px}
.blognav h1{font-size:52px;color:#FFF;margin:0 0 16px;font-weight:700}
.blognav .subtext{font-size:18px;color:#ffffffe6;max-width:620px;margin:0 auto}
.blogcont{max-width:1440px;margin:0 auto;padding:0 20px 100px}
.postsgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:40px;margin-bottom:120px}
.postcard{background:#FFF;border-radius:16px;overflow:hidden;box-shadow:0 4px 8px #1d2d721f;transition:transform 0.3s,box-shadow .3s;display:flex;flex-direction:column}
.postcard:hover{transform:translateY(-8px);box-shadow:0 12px 24px #1d2d7233}
.postcard .imgwrap{width:100%;height:240px;overflow:hidden;position:relative}
.postcard .imgwrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.postcard:hover .imgwrap img{transform:scale(1.08)}
.postcard .tagrow{position:absolute;top:16px;left:16px;display:flex;gap:8px}
.postcard .taglabel{background:#fffffff2;color:#1D2D72;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;text-transform:uppercase}
.postcard .infoarea{padding:28px;flex-grow:1;display:flex;flex-direction:column}
.postcard .posttitle{font-size:24px;color:#1D2D72;margin:0 0 12px;font-weight:700;line-height:1.3}
.postcard .postsubtitle{font-size:16px;color:#43D6CB;margin:0 0 12px;font-weight:600}
.postcard .shortdesc{font-size:15px;color:#555;line-height:1.6;margin:0 0 20px}
.postcard .metamini{display:flex;align-items:center;gap:20px;font-size:14px;color:#777;margin-top:auto;padding-top:16px;border-top:1px solid #e8e8e8}
.postcard .metamini .authorsec{display:flex;align-items:center;gap:6px}
.postcard .metamini .authorsec i{color:#43D6CB}
.postcard .metamini .datesec{display:flex;align-items:center;gap:6px}
.postcard .metamini .datesec i{color:#1D2D72}
.postcard .metamini .readsec{display:flex;align-items:center;gap:6px;margin-left:auto}
.postcard .metamini .readsec i{color:#43D6CB}
.postcard .metaextra{display:flex;align-items:center;justify-content:space-between;margin-top:12px;font-size:13px;color:#888}
.postcard .metaextra .viewcount{display:flex;align-items:center;gap:6px}
.postcard .metaextra .viewcount i{color:#1D2D72}
.postcard .linkbtn{display:inline-block;background:linear-gradient(90deg,#1D2D72,#43D6CB);color:#FFF;padding:12px 28px;border-radius:8px;text-decoration:none;font-weight:600;margin-top:16px;text-align:center;transition:opacity .3s}
.postcard .linkbtn:hover{opacity:.88}
.featuresplit{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:100px;max-width:1200px;margin-left:auto;margin-right:auto}
.featuresplit .textside h2{font-size:40px;color:#1D2D72;margin:0 0 20px;font-weight:700}
.featuresplit .textside h2::before{content:'';display:block;width:60px;height:5px;background:linear-gradient(90deg,#1D2D72,#43D6CB);margin-bottom:16px;border-radius:3px}
.featuresplit .textside p{font-size:16px;color:#555;line-height:1.7;margin:0 0 16px}
.featuresplit .visualside{background:linear-gradient(135deg,#1d2d7214,#43d6cb14);padding:40px;border-radius:20px;box-shadow:0 6px 16px #1d2d721a}
.featuresplit .visualside .statitem{display:flex;align-items:center;gap:16px;margin-bottom:24px}
.featuresplit .visualside .statitem:last-child{margin-bottom:0}
.featuresplit .visualside .statitem .iconcirc{width:56px;height:56px;background:linear-gradient(135deg,#1D2D72,#43D6CB);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#FFF;font-size:24px;flex-shrink:0}
.featuresplit .visualside .statitem .stattext{flex-grow:1}
.featuresplit .visualside .statitem .stattext .statlabel{font-size:14px;color:#777;margin:0 0 4px;text-transform:uppercase;font-weight:600}
.featuresplit .visualside .statitem .stattext .statvalue{font-size:28px;color:#1D2D72;font-weight:700;margin:0}
.ctazone{background:linear-gradient(135deg,#1D2D72 0%,#43D6CB 100%);padding:80px 40px;border-radius:24px;text-align:center;margin-bottom:100px;max-width:1200px;margin-left:auto;margin-right:auto}
.ctazone h2{font-size:44px;color:#FFF;margin:0 0 20px;font-weight:700}
.ctazone p{font-size:18px;color:#fffffff2;max-width:700px;margin:0 auto 32px;line-height:1.6}
.ctazone .ctabutton{display:inline-block;background:#FFF;color:#1D2D72;padding:16px 40px;border-radius:10px;text-decoration:none;font-weight:700;font-size:18px;transition:transform 0.3s,box-shadow .3s;box-shadow:0 6px 12px #00000026}
.ctazone .ctabutton:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0003}
.testimonialrow{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;margin-bottom:100px;max-width:1200px;margin-left:auto;margin-right:auto}
.testicard{background:#FFF;padding:36px;border-radius:16px;border-left:5px solid #43D6CB;box-shadow:0 4px 12px #1d2d721a;position:relative}
.testicard::before{content:'\f10d';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;top:20px;right:24px;font-size:40px;color:#43d6cb26}
.testicard .quote{font-size:16px;color:#555;line-height:1.7;margin:0 0 20px;font-style:italic}
.testicard .authorinfo{display:flex;align-items:center;gap:12px}
.testicard .authorinfo .authorbadge{width:48px;height:48px;background:linear-gradient(135deg,#1D2D72,#43D6CB);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#FFF;font-weight:700;font-size:18px}
.testicard .authorinfo .authordet{flex-grow:1}
.testicard .authorinfo .authordet .authorname{font-size:16px;color:#1D2D72;font-weight:700;margin:0}
.testicard .authorinfo .authordet .authorrole{font-size:14px;color:#777;margin:0}
@media (max-width: 1024px) {
.postsgrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px}
.featuresplit{grid-template-columns:1fr;gap:40px}
.blognav h1{font-size:40px}
}
@media (max-width: 768px) {
.postsgrid{grid-template-columns:1fr;gap:24px}
.blognav{padding:40px 20px}
.blognav h1{font-size:32px}
.featuresplit .textside h2{font-size:32px}
.ctazone{padding:60px 24px}
.ctazone h2{font-size:32px}
.testimonialrow{grid-template-columns:1fr}
}
.titlesect{background:linear-gradient(135deg,#1D2D72 0%,#43D6CB 100%);padding:80px 20px;position:relative;overflow:hidden}
.titlesect::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");pointer-events:none}
.titlewrap{max-width:1440px;margin:0 auto;display:flex;gap:60px;align-items:center}
.titleimg{flex:0 0 480px;position:relative}
.titleimg img{width:100%;height:520px;object-fit:cover;border-radius:8px;box-shadow:0 20px 60px #0006 0 8px 20px #0000004d}
.titlecopy{flex:1;color:#FFF}
.titlecopy h1{font-size:48px;margin:0 0 24px;line-height:1.2}
.titlecopy .thesislist{list-style:none;padding:0;margin:0}
.titlecopy .thesislist li{font-size:18px;line-height:1.6;margin-bottom:16px;padding-left:32px;position:relative}
.titlecopy .thesislist li::before{content:'';position:absolute;left:0;top:8px;width:20px;height:2px;background:#43D6CB}
.coursecatalog{max-width:1440px;margin:100px auto;padding:0 20px}
.coursecatalog h2{font-size:36px;color:#1D2D72;margin:0 0 16px;position:relative;display:inline-block}
.coursecatalog h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:4px;background:linear-gradient(90deg,#43D6CB,transparent)}
.coursecatalog .introtxt{font-size:16px;color:#333;line-height:1.7;margin-bottom:48px;max-width:800px}
.coursesgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-bottom:60px}
.coursecard{background:#FFF;border:2px solid #E0E0E0;border-radius:12px;overflow:hidden;transition:all .3s ease}
.coursecard:hover{transform:translateY(-8px);box-shadow:0 12px 32px #1d2d7226;border-color:#43D6CB}
.coursecard .cardimg{width:100%;height:220px;object-fit:cover}
.coursecard .cardbody{padding:24px}
.coursecard h3{font-size:22px;color:#1D2D72;margin:0 0 12px}
.coursecard .coursemeta{display:flex;gap:16px;margin-bottom:16px;font-size:14px;color:#666}
.coursecard .coursemeta span{display:flex;align-items:center;gap:6px}
.coursecard .coursedesc{font-size:15px;color:#444;line-height:1.6;margin-bottom:20px}
.coursecard .skilltagz{display:flex;flex-wrap:wrap;gap:8px}
.coursecard .skilltag{background:#F0F8F7;color:#1D2D72;padding:6px 14px;border-radius:16px;font-size:13px;border:1px solid #43D6CB}
.platforminfo{background:linear-gradient(180deg,#F5F9FC 0%,#FFF 100%);padding:80px 20px;margin-top:80px}
.platformwrap{max-width:1440px;margin:0 auto}
.platformwrap h2{font-size:36px;color:#1D2D72;margin:0 0 48px;text-align:center}
.platformgrid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.platformleft img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #1d2d7233}
.platformright{display:flex;flex-direction:column;gap:28px}
.platformbox{background:#FFF;padding:28px;border-radius:12px;border-left:4px solid #43D6CB;box-shadow:0 4px 16px #00000014}
.platformbox h3{font-size:20px;color:#1D2D72;margin:0 0 12px;display:flex;align-items:center;gap:12px}
.platformbox h3 i{color:#43D6CB;font-size:24px}
.platformbox p{font-size:15px;color:#555;line-height:1.7;margin:0}
.learnprocess{max-width:1440px;margin:100px auto;padding:0 20px}
.learnprocess h2{font-size:36px;color:#1D2D72;margin:0 0 56px;text-align:center}
.processflow{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}
.processflow::before{content:'';position:absolute;top:60px;left:12.5%;right:12.5%;height:3px;background:linear-gradient(90deg,#43D6CB,#1D2D72);z-index:0}
.stepitem{position:relative;z-index:1;text-align:center}
.stepnum{width:80px;height:80px;background:#1D2D72;color:#FFF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;margin:0 auto 20px;box-shadow:0 6px 20px #1d2d724d;border:4px solid #FFF}
.stepitem:nth-child(even) .stepnum{background:#43D6CB;color:#1D2D72}
.stepitem h4{font-size:18px;color:#1D2D72;margin:0 0 12px}
.stepitem p{font-size:14px;color:#666;line-height:1.6;margin:0}
@media (max-width: 1024px) {
.titlewrap{flex-direction:column;gap:40px}
.titleimg{flex:0 0 auto;width:100%}
.titleimg img{height:400px}
.titlecopy h1{font-size:38px}
.platformgrid{grid-template-columns:1fr;gap:40px}
.processflow{grid-template-columns:repeat(2,1fr);gap:40px}
.processflow::before{display:none}
}
@media (max-width: 768px) {
.titlesect{padding:60px 20px}
.titlecopy h1{font-size:32px}
.titlecopy .thesislist li{font-size:16px}
.titleimg img{height:320px}
.coursecatalog{margin:60px auto}
.coursecatalog h2{font-size:28px}
.coursesgrid{grid-template-columns:1fr;gap:24px}
.platformwrap h2,.learnprocess h2{font-size:28px;margin-bottom:32px}
.processflow{grid-template-columns:1fr;gap:32px}
.platforminfo,.learnprocess{padding:60px 20px;margin-top:60px}
}
.herosec{position:relative;height:520px;overflow:hidden;margin-bottom:80px}
.herosec .bgimgwrap{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.herosec .bgimgwrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1d2d72b3 0%,#43d6cb66 100%);z-index:2}
.herosec .bgimgwrap img{width:100%;height:100%;object-fit:cover;display:block}
.herosec .floatcontent{position:relative;z-index:3;max-width:1440px;margin:0 auto;padding:0 24px;height:100%;display:flex;flex-direction:column;justify-content:center}
.herosec .maintitle{font-size:56px;font-weight:700;color:#FFF;margin:0 0 28px;line-height:1.1;text-shadow:2px 4px 8px #0000004d}
.herosec .subdesc{font-size:20px;color:#FFF;max-width:680px;line-height:1.6;text-shadow:1px 2px 4px #0003;margin:0}
.storyblock{max-width:1440px;margin:0 auto 90px;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.storyblock .txtarea{padding-right:32px}
.storyblock .sectionhead{font-size:38px;font-weight:600;color:#1D2D72;margin:0 0 24px;line-height:1.2}
.storyblock .sectionhead::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#43D6CB 0%,#1D2D72 100%);margin-bottom:16px;border-radius:2px}
.storyblock .txtarea p{font-size:17px;line-height:1.7;color:#2a2a2a;margin:0 0 18px}
.storyblock .txtarea p:last-child{margin-bottom:0}
.storyblock .imgwrap{position:relative;border-radius:20px;overflow:hidden;box-shadow:4px 6px 16px #1d2d7226}
.storyblock .imgwrap::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(180deg,transparent 0%,#1d2d7240 100%);pointer-events:none}
.storyblock .imgwrap img{width:100%;height:auto;display:block}
.valuesarea{background:linear-gradient(165deg,#f8f9fc 0%,#e8f5f4 100%);padding:80px 24px;margin-bottom:90px}
.valuesarea .innerwrap{max-width:1440px;margin:0 auto}
.valuesarea .tophead{text-align:center;margin-bottom:56px}
.valuesarea .tophead h2{font-size:42px;font-weight:700;color:#1D2D72;margin:0 0 16px;line-height:1.2}
.valuesarea .tophead .tagline{font-size:18px;color:#555;margin:0;line-height:1.6}
.valuesarea .gridcards{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.valuesarea .carditem{background:#FFF;padding:36px 28px;border-radius:16px;box-shadow:3px 5px 12px #1d2d721a;transition:transform 0.3s,box-shadow .3s;position:relative}
.valuesarea .carditem:hover{transform:translateY(-6px);box-shadow:5px 8px 20px #43d6cb4d}
.valuesarea .carditem .iconarea{width:64px;height:64px;background:linear-gradient(135deg,#43D6CB 0%,#1D2D72 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.valuesarea .carditem .iconarea i{font-size:32px;color:#FFF}
.valuesarea .carditem .cardtitle{font-size:22px;font-weight:600;color:#1D2D72;margin:0 0 14px;line-height:1.3}
.valuesarea .carditem .carddesc{font-size:16px;color:#3a3a3a;line-height:1.6;margin:0}
.approachzone{max-width:1440px;margin:0 auto 100px;padding:0 24px}
.approachzone .gridlayout{display:grid;grid-template-columns:2fr 3fr;gap:56px;align-items:start}
.approachzone .leftpanel{position:sticky;top:32px}
.approachzone .leftpanel h2{font-size:36px;font-weight:700;color:#1D2D72;margin:0 0 20px;line-height:1.2}
.approachzone .leftpanel .leadtext{font-size:17px;color:#4a4a4a;line-height:1.7;margin:0 0 32px}
.approachzone .leftpanel .imgblock{border-radius:18px;overflow:hidden;box-shadow:4px 6px 14px #1d2d721f}
.approachzone .leftpanel .imgblock img{width:100%;height:auto;display:block}
.approachzone .rightpanel{display:flex;flex-direction:column;gap:28px}
.approachzone .stepcard{background:#FFF;border:2px solid #e0e0e0;border-radius:14px;padding:32px 28px;transition:border-color 0.3s,box-shadow .3s}
.approachzone .stepcard:hover{border-color:#43D6CB;box-shadow:0 4px 16px #43d6cb33}
.approachzone .stepcard .stepheader{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.approachzone .stepcard .stepnum{width:48px;height:48px;background:linear-gradient(135deg,#1D2D72 0%,#43D6CB 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#FFF;flex-shrink:0}
.approachzone .stepcard .steptitle{font-size:20px;font-weight:600;color:#1D2D72;margin:0;line-height:1.3}
.approachzone .stepcard .stepdesc{font-size:16px;color:#3a3a3a;line-height:1.6;margin:0;padding-left:64px}
.teachzone{background:#1D2D72;padding:90px 24px}
.teachzone .innercont{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}
.teachzone .imgcol{display:flex;flex-direction:column;gap:24px}
.teachzone .imgcol .imgbox{border-radius:16px;overflow:hidden;box-shadow:3px 5px 14px #0000004d}
.teachzone .imgcol .imgbox img{width:100%;height:auto;display:block}
.teachzone .textcol{grid-column:span 2;color:#FFF}
.teachzone .textcol h2{font-size:40px;font-weight:700;margin:0 0 24px;line-height:1.2;color:#43D6CB}
.teachzone .textcol p{font-size:17px;line-height:1.7;margin:0 0 20px;opacity:.95}
.teachzone .textcol p:last-child{margin-bottom:0}
.teachzone .textcol .highlight{color:#43D6CB;font-weight:600}
@media (max-width: 1024px) {
.herosec{height:440px;margin-bottom:60px}
.herosec .maintitle{font-size:44px}
.herosec .subdesc{font-size:18px}
.storyblock{grid-template-columns:1fr;gap:36px;margin-bottom:70px}
.storyblock .txtarea{padding-right:0}
.valuesarea{padding:60px 24px;margin-bottom:70px}
.valuesarea .gridcards{grid-template-columns:1fr;gap:28px}
.approachzone{margin-bottom:80px}
.approachzone .gridlayout{grid-template-columns:1fr;gap:40px}
.approachzone .leftpanel{position:static}
.teachzone{padding:70px 24px}
.teachzone .innercont{grid-template-columns:1fr;gap:32px}
.teachzone .textcol{grid-column:span 1}
}
@media (max-width: 768px) {
.herosec{height:380px;margin-bottom:50px}
.herosec .maintitle{font-size:36px;margin-bottom:20px}
.herosec .subdesc{font-size:16px}
.storyblock{margin-bottom:60px}
.storyblock .sectionhead{font-size:32px}
.valuesarea .tophead h2{font-size:34px}
.approachzone .leftpanel h2{font-size:30px}
.teachzone .textcol h2{font-size:34px}
}
.titlezone{position:relative;min-height:420px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#1D2D72 0%,#2a3d8f 50%,#43D6CB 100%);animation:slowshift 12s ease-in-out infinite alternate}
@keyframes slowshift {
0%{background-position:0 50%}
100%{background-position:100% 50%}
}
.titlezone .imgcover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.15;mix-blend-mode:overlay}
.titlezone .txtwrap{position:relative;max-width:1440px;margin:0 auto;padding:80px 24px;width:100%;z-index:2}
.titlezone h1{font-size:3.2rem;font-weight:700;color:#FFF;margin:0 0 20px;line-height:1.2}
.titlezone .subtxt{font-size:1.25rem;color:#ffffffeb;max-width:620px;line-height:1.6}
.ctform{max-width:1440px;margin:0 auto;padding:80px 24px}
.ctform .gridlay{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.ctform .infoside h2{font-size:2.2rem;font-weight:700;color:#1D2D72;margin:0 0 16px;line-height:1.3}
.ctform .infoside .desc{font-size:1.05rem;color:#4a4a4a;line-height:1.7;margin:0 0 40px}
.ctform .detailcard{background:linear-gradient(135deg,#43d6cb14 0%,#1d2d720a 100%);border-radius:12px;padding:32px;margin-bottom:24px}
.ctform .detailcard h3{font-size:1.15rem;font-weight:600;color:#1D2D72;margin:0 0 16px;display:flex;align-items:center;gap:12px}
.ctform .detailcard h3 i{color:#43D6CB;font-size:1.3rem}
.ctform .detailcard .item{font-size:1rem;color:#555;line-height:1.8;margin:8px 0}
.ctform .detailcard .item strong{color:#1D2D72;font-weight:600;display:inline-block;min-width:80px}
.ctform .formside{background:#FFF;border-radius:16px;padding:48px;box-shadow:0 4px 24px #1d2d721f}
.ctform .formside h2{font-size:1.8rem;font-weight:700;color:#1D2D72;margin:0 0 32px}
.ctform .formside .fgroup{margin-bottom:24px}
.ctform .formside label{display:block;font-size:.95rem;font-weight:600;color:#1D2D72;margin-bottom:8px}
.ctform .formside input[type="text"],.ctform .formside input[type="email"],.ctform .formside textarea,.ctform .formside select{width:100%;padding:14px 16px;font-size:1rem;color:#333;background:#f8f9fb;border:2px solid transparent;border-radius:8px;transition:all .3s ease;box-sizing:border-box}
.ctform .formside input[type="text"]:focus,.ctform .formside input[type="email"]:focus,.ctform .formside textarea:focus,.ctform .formside select:focus{outline:none;background:#FFF;border-color:#43D6CB;box-shadow:0 0 0 4px #43d6cb26}
.ctform .formside textarea{min-height:140px;resize:vertical;font-family:inherit}
.ctform .formside select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%231D2D72' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}
.ctform .formside .privcheck{display:flex;align-items:start;gap:12px;margin:32px 0}
.ctform .formside .privcheck input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;accent-color:#43D6CB}
.ctform .formside .privcheck label{font-size:.9rem;font-weight:400;color:#555;margin:0;line-height:1.6}
.ctform .formside .privcheck a{color:#1D2D72;text-decoration:underline;transition:color .2s ease}
.ctform .formside .privcheck a:hover{color:#43D6CB}
.ctform .formside .submitbtn{width:100%;padding:16px 32px;font-size:1.1rem;font-weight:600;color:#FFF;background:linear-gradient(135deg,#1D2D72 0%,#2a3d8f 100%);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #1d2d7240;position:relative;z-index:10}
.ctform .formside .submitbtn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #1d2d7259;background:linear-gradient(135deg,#2a3d8f 0%,#1D2D72 100%)}
.ctform .formside .submitbtn:active{transform:translateY(0)}
.ctform .imgblock{margin-top:40px;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #1d2d7226}
.ctform .imgblock img{width:100%;height:auto;display:block}
@media (max-width: 1024px) {
.ctform .gridlay{grid-template-columns:1fr;gap:60px}
.titlezone h1{font-size:2.5rem}
.ctform .formside{padding:36px}
}
@media (max-width: 768px) {
.titlezone{min-height:320px}
.titlezone .txtwrap{padding:60px 20px}
.titlezone h1{font-size:2rem}
.titlezone .subtxt{font-size:1.1rem}
.ctform{padding:60px 20px}
.ctform .infoside h2{font-size:1.8rem}
.ctform .formside{padding:28px}
.ctform .formside h2{font-size:1.5rem}
.ctform .detailcard{padding:24px}
}
.titleblock{max-width:1440px;margin:0 auto;padding:80px 20px;display:flex;gap:60px;align-items:center;position:relative}
.titleblock::before{content:'';position:absolute;top:40px;left:40px;right:40px;bottom:40px;border:2px solid #43D6CB;border-radius:8px;pointer-events:none}
.titleblock .imgwrap{width:40%;position:relative;border-radius:12px;overflow:hidden;z-index:2}
.titleblock .imgwrap::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1d2d724d,#43d6cb4d);animation:gradpulse 8s ease-in-out infinite}
@keyframes gradpulse {
0%,100%{opacity:.3}
50%{opacity:.6}
}
.titleblock .imgwrap img{width:100%;height:520px;object-fit:cover;display:block}
.titleblock .textwrap{width:60%;z-index:2}
.titleblock .textwrap .maintitle{font-size:52px;line-height:1.2;color:#1D2D72;margin:0 0 24px;font-weight:700}
.titleblock .textwrap .subtitle{font-size:24px;line-height:1.4;color:#43D6CB;margin:0 0 32px;font-weight:500}
.titleblock .textwrap .descr{font-size:18px;line-height:1.7;color:#333;margin:0 0 16px}
.contentblock{max-width:1440px;margin:0 auto;padding:100px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.contentblock .sectionheading{font-size:42px;line-height:1.3;color:#1D2D72;margin:0 0 48px;text-align:center;position:relative;font-weight:700}
.contentblock .sectionheading::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#1D2D72,#43D6CB);margin:20px auto 0;border-radius:2px}
.contentblock .gridlayout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.contentblock .carditem{background:#fff;border-radius:16px;padding:36px;box-shadow:0 4px 12px #1d2d7214;transition:all .3s ease;border:2px solid transparent}
.contentblock .carditem:hover{transform:translateY(-8px);box-shadow:0 12px 24px #43d6cb33;border-color:#43D6CB}
.contentblock .carditem .iconbox{width:64px;height:64px;background:linear-gradient(135deg,#1D2D72,#43D6CB);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.contentblock .carditem .iconbox i{font-size:32px;color:#fff}
.contentblock .carditem .cardtitle{font-size:22px;line-height:1.4;color:#1D2D72;margin:0 0 16px;font-weight:600}
.contentblock .carditem .cardtext{font-size:16px;line-height:1.6;color:#555;margin:0}
.processsection{max-width:1440px;margin:0 auto;padding:100px 20px;background:#fff}
.processsection .headtitle{font-size:38px;line-height:1.3;color:#1D2D72;margin:0 0 60px;text-align:center;font-weight:700}
.processsection .headtitle::before{content:'';display:block;width:60px;height:3px;background:#43D6CB;margin:0 auto 16px}
.processsection .stepswrap{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative}
.processsection .stepswrap::before{content:'';position:absolute;top:40px;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,#1D2D72 0%,#43D6CB 50%,#1D2D72 100%);z-index:1}
.processsection .stepitem{position:relative;z-index:2;text-align:center}
.processsection .stepitem .stepnum{width:80px;height:80px;background:#fff;border:4px solid #1D2D72;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:28px;font-weight:700;color:#1D2D72;transition:all .3s ease}
.processsection .stepitem:hover .stepnum{background:linear-gradient(135deg,#1D2D72,#43D6CB);color:#fff;border-color:#43D6CB;transform:scale(1.1)}
.processsection .stepitem .steptitle{font-size:20px;line-height:1.4;color:#1D2D72;margin:0 0 12px;font-weight:600}
.processsection .stepitem .steptext{font-size:15px;line-height:1.5;color:#666;margin:0}
@media (max-width: 1024px) {
.titleblock{flex-direction:column;gap:40px;padding:60px 20px}
.titleblock .imgwrap,.titleblock .textwrap{width:100%}
.titleblock .imgwrap img{height:400px}
.titleblock .textwrap .maintitle{font-size:40px}
.contentblock .gridlayout{grid-template-columns:repeat(2,1fr);gap:32px}
.processsection .stepswrap{grid-template-columns:repeat(2,1fr);gap:48px}
.processsection .stepswrap::before{display:none}
}
@media (max-width: 768px) {
.titleblock .textwrap .maintitle{font-size:32px}
.titleblock .textwrap .subtitle{font-size:20px}
.titleblock .imgwrap img{height:320px}
.contentblock{padding:60px 20px}
.contentblock .sectionheading{font-size:32px}
.contentblock .gridlayout{grid-template-columns:1fr;gap:24px}
.processsection{padding:60px 20px}
.processsection .headtitle{font-size:28px;margin-bottom:40px}
.processsection .stepswrap{grid-template-columns:1fr;gap:32px}
}
.visionpg{background:linear-gradient(135deg,#FFF 0%,#f5f8ff 100%);padding:0;margin:0}
.herotitl{max-width:1440px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative}
.herotitl::before{content:'';position:absolute;top:40px;left:24px;width:120px;height:2px;background:linear-gradient(90deg,#43D6CB,transparent)}
.herotitl::after{content:'';position:absolute;bottom:40px;right:24px;width:80px;height:2px;background:linear-gradient(270deg,#1D2D72,transparent)}
.herotxt{padding-right:40px}
.herotxt h1{font-size:52px;line-height:1.2;color:#1D2D72;margin:0 0 24px;font-weight:700}
.herotxt h1::before{content:'';display:block;width:60px;height:4px;background:#43D6CB;margin-bottom:20px;border-radius:2px}
.herotxt .subdesc{font-size:18px;line-height:1.7;color:#444;margin:0 0 16px}
.heroimgwrap{position:relative;height:480px;overflow:hidden;border-radius:16px;box-shadow:0 8px 24px #1d2d7226}
.heroimgwrap img{width:100%;height:100%;object-fit:cover;filter:blur(1.5px);transform:scale(1.05)}
.heroimgwrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1d2d721a,#43d6cb1a);z-index:1}
.statsgrd{max-width:1440px;margin:0 auto;padding:120px 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.statcard{background:#FFF;padding:48px 36px;border-radius:20px;box-shadow:0 4px 16px #1d2d7214;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}
.statcard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#1D2D72,#43D6CB);transform:scaleX(0);transition:transform .4s ease}
.statcard:hover::before{transform:scaleX(1)}
.statcard:hover{border-color:#43D6CB;transform:translateY(-8px);box-shadow:0 12px 32px #43d6cb33}
.staticon{width:64px;height:64px;background:linear-gradient(135deg,#1D2D72,#43D6CB);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.staticon i{font-size:32px;color:#FFF}
.statcard h3{font-size:24px;color:#1D2D72;margin:0 0 16px;font-weight:600}
.statcard .statdesc{font-size:15px;line-height:1.6;color:#555;margin:0}
.procsec{background:linear-gradient(180deg,#f5f8ff 0%,#FFF 100%);padding:100px 24px}
.procwrap{max-width:1440px;margin:0 auto}
.procsec h2{font-size:42px;color:#1D2D72;text-align:center;margin:0 0 80px;font-weight:700;position:relative}
.procsec h2::after{content:'';display:block;width:100px;height:3px;background:linear-gradient(90deg,#1D2D72,#43D6CB);margin:20px auto 0;border-radius:2px}
.procgrd{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative}
.procgrd::before{content:'';position:absolute;top:60px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,#43D6CB 0%,#1D2D72 50%,#43D6CB 100%);z-index:0}
.procstep{position:relative;z-index:1}
.procnum{width:120px;height:120px;background:linear-gradient(135deg,#1D2D72,#43D6CB);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 32px;font-size:48px;font-weight:700;color:#FFF;box-shadow:0 8px 24px #1d2d7240;position:relative}
.procnum::after{content:'';position:absolute;width:100%;height:100%;border:3px solid #43D6CB;border-radius:50%;top:-8px;left:-8px;opacity:0;animation:pulse 2s infinite}
@keyframes pulse {
0%,100%{opacity:0;transform:scale(1)}
50%{opacity:.5;transform:scale(1.1)}
}
.procstep h4{font-size:20px;color:#1D2D72;text-align:center;margin:0 0 16px;font-weight:600}
.procstep .procdesc{font-size:14px;line-height:1.6;color:#555;text-align:center;margin:0}
@media (max-width: 1024px) {
.herotitl{grid-template-columns:1fr;gap:40px;padding:60px 24px}
.herotxt{padding-right:0}
.herotxt h1{font-size:42px}
.heroimgwrap{height:380px}
.statsgrd{grid-template-columns:1fr;gap:32px;padding:80px 24px}
.procgrd{grid-template-columns:repeat(2,1fr);gap:48px}
.procgrd::before{display:none}
}
@media (max-width: 768px) {
.herotxt h1{font-size:36px}
.herotxt .subdesc{font-size:16px}
.heroimgwrap{height:300px}
.statsgrd{padding:60px 16px}
.statcard{padding:36px 24px}
.procsec{padding:80px 16px}
.procsec h2{font-size:32px;margin-bottom:60px}
.procgrd{grid-template-columns:1fr;gap:40px}
.procnum{width:100px;height:100px;font-size:40px}
}
.successpg{background:linear-gradient(135deg,#FFF 0%,#f8f9fb 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px}
.successpg .cntr{max-width:900px;margin:0 auto;width:100%}
.successpg .herobox{display:grid;grid-template-columns:280px 1fr;gap:50px;align-items:center;background:#FFF;padding:50px;border-radius:20px;box-shadow:0 4px 6px #1d2d7214}
.successpg .imgsec{position:relative}
.successpg .shpe{width:280px;height:340px;background:linear-gradient(165deg,#43D6CB 0%,#1D2D72 100%);clip-path:polygon(0 8%,100% 0,100% 92%,0 100%);position:relative;display:flex;align-items:center;justify-content:center}
.successpg .shpe::before{content:'';position:absolute;width:80px;height:80px;background:#ffffff26;border-radius:50%;top:-20px;right:-15px}
.successpg .shpe::after{content:'';position:absolute;width:50px;height:50px;background:#ffffff1a;border-radius:50%;bottom:30px;left:-10px}
.successpg .icn{font-size:120px;color:#FFF;z-index:2}
.successpg .txtsec h1{font-size:42px;color:#1D2D72;margin:0 0 20px;font-weight:700;line-height:1.2}
.successpg .txtsec .dscrp{font-size:18px;color:#555;line-height:1.7;margin:0 0 30px}
.successpg .infbox{background:linear-gradient(120deg,#43d6cb14 0%,#1d2d720d 100%);padding:24px;border-radius:12px;border-left:4px solid #43D6CB;margin-bottom:35px}
.successpg .infbox p{margin:0;font-size:16px;color:#333;line-height:1.6}
.successpg .infbox strong{color:#1D2D72;font-weight:600}
.successpg .btngrp{display:flex;gap:16px;flex-wrap:wrap}
.successpg .btnpri{background:linear-gradient(135deg,#1D2D72 0%,#2a3f8f 100%);color:#FFF;padding:16px 32px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:10px;box-shadow:0 3px 5px #1d2d7240;transition:all .3s ease}
.successpg .btnpri:hover{transform:translateY(-2px);box-shadow:0 5px 8px #1d2d7259;background:linear-gradient(135deg,#2a3f8f 0%,#1D2D72 100%)}
.successpg .btnsec{background:transparent;color:#1D2D72;padding:16px 32px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:10px;border:2px solid #1D2D72;transition:all .3s ease}
.successpg .btnsec:hover{background:#1D2D72;color:#FFF;transform:translateY(-2px)}
.successpg .nxtsteps{margin-top:80px;padding:0 20px}
.successpg .nxtsteps h2{font-size:32px;color:#1D2D72;margin:0 0 45px;text-align:center;font-weight:700}
.successpg .stpgrd{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;max-width:1100px;margin:0 auto}
.successpg .stpcard{position:relative;padding:35px 28px;background:#FFF;border-radius:16px;box-shadow:0 3px 6px #1d2d721a;transition:all .3s ease}
.successpg .stpcard:hover{transform:translateY(-5px);box-shadow:0 6px 12px #1d2d722e}
.successpg .stpcard::before{content:attr(data-num);position:absolute;top:-15px;left:28px;width:50px;height:50px;background:linear-gradient(135deg,#43D6CB 0%,#1D2D72 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#FFF;box-shadow:0 3px 6px #1d2d7240}
.successpg .stpcard .icnbx{font-size:38px;color:#43D6CB;margin:20px 0 18px;display:block}
.successpg .stpcard h3{font-size:20px;color:#1D2D72;margin:0 0 12px;font-weight:700}
.successpg .stpcard p{font-size:15px;color:#666;line-height:1.6;margin:0}
@media (max-width: 1024px) {
.successpg .herobox{grid-template-columns:1fr;gap:35px;padding:40px 35px}
.successpg .imgsec{display:flex;justify-content:center}
.successpg .stpgrd{grid-template-columns:repeat(2,1fr);gap:30px}
}
@media (max-width: 768px) {
.successpg{padding:40px 15px}
.successpg .herobox{padding:30px 25px}
.successpg .shpe{width:220px;height:280px}
.successpg .icn{font-size:90px}
.successpg .txtsec h1{font-size:32px}
.successpg .txtsec .dscrp{font-size:16px}
.successpg .btngrp{flex-direction:column}
.successpg .btnpri,.successpg .btnsec{width:100%;justify-content:center}
.successpg .stpgrd{grid-template-columns:1fr;gap:25px}
.successpg .nxtsteps h2{font-size:26px}
}
@media (max-width: 480px) {
.successpg .txtsec h1{font-size:26px}
.successpg .shpe{width:180px;height:240px}
.successpg .icn{font-size:70px}
.successpg .stpcard::before{width:42px;height:42px;font-size:18px;top:-12px}
}