*{box-sizing:border-box}
body{font-family:'Oxygen',sans-serif;font-size:16px;line-height:1.6;color:#050805;background:#F5FFF7;margin:0;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
::selection{background:#0508051f}
input::placeholder,textarea::placeholder{transition:opacity .14s cubic-bezier(0.4,0,1,1)}
input:focus::placeholder,textarea:focus::placeholder{opacity:0}
a:focus,button:focus,input:focus,textarea:focus{outline:none;box-shadow:0 0 0 3px #00e94666}
.hdwrap{background:linear-gradient(135deg,#F5FFF7 0%,#00e94614 100%);border-bottom:2px solid #0508051a;box-shadow:0 3px 6px -1px #05080514;position:relative;z-index:100}
.hdcontent{max-width:1280px;margin:0 auto;padding:28px;display:grid;grid-template-columns:280px 1fr;gap:56px;align-items:center}
.brandbox{display:flex;flex-direction:column;gap:8px}
.logoring{width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:#F5FFF7;border-radius:7px;box-shadow:0 0 0 1px #0508051f 0 3px 6px -1px #05080514 0 0 0 3px #00e94626;padding:8px}
.logoring img{width:100%;height:100%;object-fit:contain}
.brandtxt{font-size:24px;font-weight:700;color:#050805;letter-spacing:-.02em;line-height:1.2}
.hdright{display:flex;flex-direction:column;gap:16px;align-items:flex-end}
.contactline{display:flex;align-items:center;gap:16px;font-size:16px;color:#050805}
.contactline a{color:#050805;text-decoration:none;transition:color .12s cubic-bezier(0.4,0,1,1);font-weight:400}
.contactline a:hover{color:#00E946}
.contacticon{width:18px;height:18px;display:inline-block;vertical-align:middle}
.navlist{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;list-style:none;margin:0;padding:0}
.navlist li{margin:0}
.navlist a{display:block;padding:8px 16px;font-size:16px;font-weight:400;color:#050805;text-decoration:none;border-radius:7px;background:#fff9;border:1px solid #0508051a;transition:background .14s cubic-bezier(0.4,0,1,1),border-color .14s cubic-bezier(0.4,0,1,1);position:relative;overflow:hidden}
.navlist a::before{content:'';position:absolute;top:0;right:100%;width:100%;height:100%;background:#00E946;transition:right .16s cubic-bezier(0.4,0,1,1);z-index:-1}
.navlist a:hover::before{right:0}
.navlist a:hover{border-color:#00E946;color:#050805}
@media (max-width: 1024px) {
.hdcontent{grid-template-columns:1fr;gap:28px}
.hdright{align-items:flex-start}
.navlist{justify-content:flex-start}
}
@media (max-width: 768px) {
.hdcontent{padding:16px}
.contactline{flex-direction:column;align-items:flex-start;gap:8px}
.navlist{flex-direction:column;width:100%}
.navlist a{width:100%}
}
.ftwrap{background:linear-gradient(180deg,#F5FFF7 0%,#00e9460d 100%);border-top:2px solid #0508051a;margin-top:96px}
.ftcontent{max-width:1280px;margin:0 auto;padding:56px 28px 28px}
.ftgrid{display:grid;grid-template-columns:1fr 2fr;gap:56px;align-items:start;margin-bottom:56px}
.ftbrandbox{display:flex;flex-direction:column;gap:16px}
.ftlogoring{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#F5FFF7;border-radius:14px;box-shadow:0 0 0 2px #05080514 0 7px 22px -1px #0508051c;padding:8px}
.ftlogoring img{width:100%;height:100%;object-fit:contain}
.ftbrandname{font-size:19px;font-weight:700;color:#050805;line-height:1.4}
.ftinfo{display:flex;flex-direction:column;gap:16px}
.ftaddress{font-size:16px;line-height:1.6;color:#050805;font-style:normal}
.ftcontactlist{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}
.ftcontactlist a{color:#050805;text-decoration:none;font-size:16px;transition:color .12s cubic-bezier(0.4,0,1,1);display:inline-flex;align-items:center;gap:8px}
.ftcontactlist a:hover{color:#00E946}
.ftbottom{display:flex;justify-content:space-between;align-items:center;padding-top:28px;border-top:1px solid #0508051a;gap:28px}
.ftcopyright{font-size:16px;color:#050805}
.ftlinks{display:flex;gap:28px;list-style:none;margin:0;padding:0}
.ftlinks a{font-size:16px;color:#050805;text-decoration:none;transition:color .12s cubic-bezier(0.4,0,1,1)}
.ftlinks a:hover{color:#00E946}
@media (max-width: 1024px) {
.ftgrid{grid-template-columns:1fr;gap:28px}
.ftbottom{flex-direction:column;align-items:flex-start}
.ftlinks{flex-direction:column;gap:8px}
}
@media (max-width: 768px) {
.ftcontent{padding:28px 16px 16px}
.ftgrid{margin-bottom:28px}
}
.consentpopup{position:fixed;bottom:16px;left:16px;max-width:420px;background:#F5FFF7;border:2px solid #05080526;border-radius:14px;box-shadow:0 7px 22px -1px #0508051c 0 9px 52px -1px #0508051c;padding:28px;z-index:2000;display:none;transform:translateY(120%);transition:transform .18s cubic-bezier(0.4,0,1,1)}
.consentpopup.shown{display:block;transform:translateY(0)}
.consentpopup.hiding{transform:translateY(120%)}
.consenttop{margin-bottom:16px}
.consenttop h3{font-size:19px;font-weight:700;color:#050805;margin:0 0 8px;line-height:1.4}
.consenttop p{font-size:16px;color:#050805;margin:0;line-height:1.6}
.consentmid{margin-bottom:16px}
.consentopt{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #05080514}
.consentopt:last-child{border-bottom:none}
.consentopt label{font-size:16px;color:#050805;cursor:pointer}
.consentopt input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.consentfoot{display:flex;gap:8px}
.consentfoot button{flex:1;padding:8px 16px;font-size:16px;font-weight:400;border:1px solid #05080533;border-radius:7px;cursor:pointer;transition:background .14s cubic-bezier(0.4,0,1,1),border-color .14s cubic-bezier(0.4,0,1,1);font-family:'Oxygen',sans-serif;position:relative;overflow:hidden;background:#fffc;color:#050805}
.consentfoot button::before{content:'';position:absolute;top:0;right:100%;width:100%;height:100%;background:#00E946;transition:right .16s cubic-bezier(0.4,0,1,1);z-index:-1}
.consentfoot button:hover::before{right:0}
.consentfoot button:hover{border-color:#00E946}
@media (max-width: 768px) {
.consentpopup{left:8px;right:8px;max-width:none;padding:16px}
.consentfoot{flex-direction:column}
}
.rules-content{max-width:1280px;margin:0 auto;padding:56px 28px;background:#F5FFF7}
.rules-content p{font-size:16px;line-height:1.6;color:#050805;margin:0 0 16px}
.rules-content p:last-child{margin-bottom:0}
.rules-content strong,.rules-content b{font-weight:600;color:#050805}
.rules-content em,.rules-content i{font-style:italic}
.rules-content ul,.rules-content ol{margin:0 0 28px;padding:0 0 0 28px}
.rules-content ul li,.rules-content ol li{font-size:16px;line-height:1.6;color:#050805;margin:0 0 8px;padding:0 0 0 8px}
.rules-content ul li:last-child,.rules-content ol li:last-child{margin-bottom:0}
.rules-content ul{list-style-type:disc}
.rules-content ol{list-style-type:decimal}
.rules-content table{width:100%;border-collapse:collapse;margin:0 0 28px;background:#fff;border-radius:7px;overflow:hidden;box-shadow:0 3px 6px -1px #00e94614}
.rules-content thead{background:#050805}
.rules-content thead tr{border-bottom:2px solid #00E946}
.rules-content th{font-size:16px;line-height:1.4;font-weight:600;color:#F5FFF7;text-align:left;padding:16px}
.rules-content tbody tr{border-bottom:1px solid #05080514;transition:background .14s cubic-bezier(0.4,0,1,1)}
.rules-content tbody tr:last-child{border-bottom:none}
.rules-content tbody tr:hover{background:#00e94608}
.rules-content td{font-size:16px;line-height:1.6;color:#050805;padding:16px}
.rules-content hr{border:none;height:1px;background:#0508051f;margin:56px 0}
.rules-content div{margin:0 0 28px}
.rules-content div:last-child{margin-bottom:0}
@media (max-width: 768px) {
.rules-content{padding:28px 16px}
.rules-content p,.rules-content ul li,.rules-content ol li,.rules-content th,.rules-content td{font-size:16px}
.rules-content ul,.rules-content ol{padding-left:16px}
.rules-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.rules-content th,.rules-content td{padding:8px;white-space:nowrap}
.rules-content hr{margin:28px 0}
}
@media (max-width: 375px) {
.rules-content{padding:16px}
.rules-content ul,.rules-content ol{padding-left:16px}
.rules-content ul li,.rules-content ol li{padding-left:0}
}
.studprojv2{background:#F5FFF7;min-height:100vh}
.studprojv2 .topblockwrap{background:#050805;color:#F5FFF7;padding:96px 28px;position:relative;overflow:hidden}
.studprojv2 .bgnumber{position:absolute;font-size:320px;font-weight:700;color:#00e9460a;top:-80px;right:56px;line-height:1;pointer-events:none;user-select:none}
.studprojv2 .topcontainer{max-width:1280px;margin:0 auto;position:relative;z-index:2}
.studprojv2 .maintitle{font-size:60px;line-height:1.2;margin:0 0 16px;animation:dropin .16s cubic-bezier(0.4,0,1,1)}
.studprojv2 .subtitle{font-size:24px;line-height:1.6;margin:0 0 28px;opacity:.87;animation:dropin .14s cubic-bezier(0.4,0,1,1) .08s backwards}
.studprojv2 .actionlink{display:inline-flex;align-items:center;gap:8px;font-size:19px;color:#00E946;text-decoration:none;padding:16px 28px;border:1px solid #00e9464d;border-radius:7px;transition:border-color .12s cubic-bezier(0.4,0,1,1),background .16s cubic-bezier(0.4,0,1,1);animation:dropin .18s cubic-bezier(0.4,0,1,1) .14s backwards}
.studprojv2 .actionlink:hover{border-color:#00E946;background:#00e94614}
.studprojv2 .arrowicon{width:18px;height:18px;fill:#00E946}
@keyframes dropin {
from{opacity:0;transform:translateY(-28px)}
to{opacity:1;transform:translateY(0)}
}
.studprojv2 .projectgrid{max-width:1280px;margin:0 auto;padding:96px 28px}
.studprojv2 .sectionhead{font-size:44px;line-height:1.2;color:#050805;margin:0 0 56px;position:relative;display:inline-block}
.studprojv2 .sectionhead::after{content:'';position:absolute;bottom:-8px;left:0;width:0;height:3px;background:#00E946;transition:width .18s cubic-bezier(0.4,0,1,1);animation:underlinegrow .14s cubic-bezier(0.4,0,1,1) .3s forwards}
@keyframes underlinegrow {
to{width:100%}
}
.studprojv2 .cardsgrid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px}
.studprojv2 .projectcard{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 3px 6px -1px #05080514;transition:box-shadow .12s cubic-bezier(0.4,0,1,1),transform .14s cubic-bezier(0.4,0,1,1);animation:dropin .16s cubic-bezier(0.4,0,1,1)}
.studprojv2 .projectcard:nth-child(2){animation-delay:.06s}
.studprojv2 .projectcard:nth-child(3){animation-delay:.12s}
.studprojv2 .projectcard:nth-child(4){animation-delay:.18s}
.studprojv2 .projectcard:hover{box-shadow:0 7px 22px -1px #0508051c;transform:translateY(-2px)}
.studprojv2 .cardimg{width:100%;height:240px;object-fit:cover;object-position:center;transition:transform .16s cubic-bezier(0.4,0,1,1)}
.studprojv2 .projectcard:hover .cardimg{transform:scale(1.04)}
.studprojv2 .cardcontent{padding:28px}
.studprojv2 .cardtitle{font-size:24px;line-height:1.4;color:#050805;margin:0 0 8px}
.studprojv2 .carddesc{font-size:16px;line-height:1.6;color:#050805;opacity:.72;margin:0}
.studprojv2 .statsbox{background:#fff;padding:96px 28px}
.studprojv2 .statscontainer{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr 2fr;gap:56px;align-items:center}
.studprojv2 .statsleft{display:flex;flex-direction:column;gap:16px}
.studprojv2 .statsheading{font-size:32px;line-height:1.4;color:#050805;margin:0}
.studprojv2 .statstext{font-size:16px;line-height:1.6;color:#050805;opacity:.72;margin:0}
.studprojv2 .statsgrid{display:grid;grid-template-columns:1fr 1fr;gap:28px;grid-column:span 2}
.studprojv2 .statitem{background:linear-gradient(135deg,#F5FFF7 0%,white 100%);padding:28px;border-radius:14px;border:1px solid #00e9461f;position:relative}
.studprojv2 .statdot{width:8px;height:8px;background:#00E946;border-radius:999px;position:absolute;top:28px;left:-4px}
.studprojv2 .statnum{font-size:44px;line-height:1.2;color:#050805;font-weight:700;margin:0 0 8px}
.studprojv2 .statlabel{font-size:16px;line-height:1.4;color:#050805;opacity:.68;margin:0}
.studprojv2 .testimonialsec{background:#F5FFF7;padding:96px 28px}
.studprojv2 .testcontainer{max-width:1280px;margin:0 auto}
.studprojv2 .testhead{font-size:32px;line-height:1.4;color:#050805;margin:0 0 56px;text-align:center}
.studprojv2 .testgrid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.studprojv2 .testcard{background:#fff;padding:28px;border-radius:26px;box-shadow:0 3px 6px -1px #05080514;display:flex;gap:28px}
.studprojv2 .testimg{width:80px;height:112px;object-fit:cover;object-position:top;border-radius:7px;flex-shrink:0}
.studprojv2 .testcontent{display:flex;flex-direction:column;gap:16px}
.studprojv2 .testquote{font-size:16px;line-height:1.6;color:#050805;margin:0}
.studprojv2 .testauthor{font-size:16px;line-height:1.4;color:#050805;font-weight:600;margin:0}
.studprojv2 .testrole{font-size:16px;line-height:1.4;color:#050805;opacity:.58;margin:0}
.studprojv2 .resourcebox{background:linear-gradient(135deg,white 0%,#F5FFF7 100%);padding:96px 28px;border-top:2px solid #00e9462e;border-bottom:2px solid #00e9462e}
.studprojv2 .rescontainer{max-width:1280px;margin:0 auto}
.studprojv2 .resheading{font-size:32px;line-height:1.4;color:#050805;margin:0 0 28px}
.studprojv2 .resgrid{display:flex;flex-wrap:wrap;gap:16px}
.studprojv2 .tagitem{background:#fff;color:#050805;padding:8px 16px;border-radius:42px;font-size:16px;line-height:1.4;border:1px solid #00e9463d;transition:background .1s cubic-bezier(0.4,0,1,1),border-color .12s cubic-bezier(0.4,0,1,1);cursor:pointer}
.studprojv2 .tagitem:hover{background:#F5FFF7;border-color:#00E946}
@media (max-width: 1024px) {
.studprojv2 .cardsgrid{grid-template-columns:1fr 1fr}
.studprojv2 .statscontainer{grid-template-columns:1fr}
.studprojv2 .statsgrid{grid-column:span 1}
.studprojv2 .bgnumber{font-size:220px}
}
@media (max-width: 768px) {
.studprojv2 .maintitle{font-size:44px}
.studprojv2 .subtitle{font-size:19px}
.studprojv2 .cardsgrid{grid-template-columns:1fr}
.studprojv2 .testgrid{grid-template-columns:1fr}
.studprojv2 .statsgrid{grid-template-columns:1fr}
.studprojv2 .topblockwrap{padding:56px 16px}
.studprojv2 .projectgrid,.studprojv2 .statsbox,.studprojv2 .testimonialsec,.studprojv2 .resourcebox{padding:56px 16px}
.studprojv2 .bgnumber{font-size:160px;right:16px}
}
@media (max-width: 375px) {
.studprojv2 .maintitle{font-size:32px}
.studprojv2 .sectionhead{font-size:32px}
}
.contactpgv2{background:#FFF;color:#050805;min-height:100vh}
.contactpgv2 .herozone{display:grid;grid-template-columns:380px 1fr;gap:56px;max-width:1280px;margin:0 auto;padding:96px 28px;align-items:center}
.contactpgv2 .imgcard{position:relative;border-radius:26px;overflow:hidden;height:480px}
.contactpgv2 .imgcard img{width:100%;height:100%;object-fit:cover;object-position:center}
.contactpgv2 .imgcard::after{content:'';position:absolute;inset:0;background:#00E946;opacity:.12;pointer-events:none}
.contactpgv2 .imgcard::before{content:'';position:absolute;top:-60%;right:-30%;width:400px;height:400px;border:2px solid #05080514;border-radius:50%;transform:rotate(137.5deg);pointer-events:none}
.contactpgv2 .txtwrapper h1{font-size:60px;line-height:1.2;margin:0 0 16px;font-weight:700}
.contactpgv2 .txtwrapper .tagln{font-size:19px;line-height:1.6;color:#050805;opacity:.75;margin:0 0 28px}
.contactpgv2 .quicklinks{display:flex;gap:16px;flex-wrap:wrap}
.contactpgv2 .quicklinks a{display:inline-flex;align-items:center;gap:8px;padding:16px 28px;background:#F5FFF7;border:1px solid #0508051a;border-radius:14px;color:#050805;text-decoration:none;font-size:16px;transition:background .14s cubic-bezier(0.4,0,1,1),border-color .14s cubic-bezier(0.4,0,1,1);position:relative;overflow:hidden}
.contactpgv2 .quicklinks a::before{content:'';position:absolute;top:0;right:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#00E946);opacity:.08;transition:right .16s cubic-bezier(0.4,0,1,1)}
.contactpgv2 .quicklinks a:hover::before{right:0}
.contactpgv2 .quicklinks a:hover{border-color:#00e9464d}
.contactpgv2 .quicklinks svg{width:18px;height:18px;fill:#00E946;flex-shrink:0}
.contactpgv2 .formblock{background:#F5FFF7;padding:96px 28px;position:relative}
.contactpgv2 .formblock::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:#FFF}
.contactpgv2 .formblock::after{content:'';position:absolute;top:8px;left:0;right:0;height:2px;background:#00E946;opacity:.2}
.contactpgv2 .formcontainer{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr 2fr;gap:56px}
.contactpgv2 .forminfoside h2{font-size:44px;line-height:1.2;margin:0 0 28px;font-weight:700;animation:rotatereveal .14s cubic-bezier(0.4,0,1,1) backwards}
@keyframes rotatereveal {
from{opacity:0;transform:rotate(-3deg)}
to{opacity:1;transform:rotate(0)}
}
.contactpgv2 .forminfoside p{font-size:16px;line-height:1.6;margin:0;color:#050805;opacity:.8}
.contactpgv2 .formwrapper{grid-column:2 / 4}
.contactpgv2 .formwrapper form{display:flex;flex-direction:column;gap:28px}
.contactpgv2 .namerow{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.contactpgv2 .inputbox label{display:block;font-size:16px;font-weight:600;margin:0 0 8px;color:#050805;letter-spacing:.02em}
.contactpgv2 .inputbox input[type="text"],.contactpgv2 .inputbox input[type="tel"]{width:100%;padding:16px;border:1px solid #05080526;border-radius:7px;font-size:16px;background:#FFF;color:#050805;transition:border-color .12s cubic-bezier(0.4,0,1,1),box-shadow .12s cubic-bezier(0.4,0,1,1);box-shadow:inset 0 1px 3px #0508050a}
.contactpgv2 .inputbox input::placeholder{color:#05080566;transition:opacity .14s cubic-bezier(0.4,0,1,1)}
.contactpgv2 .inputbox input:focus::placeholder{opacity:0}
.contactpgv2 .inputbox input:focus{outline:none;border-color:#00E946;box-shadow:0 3px 6px -1px #00e94614 inset 0 1px 3px #0508050a}
.contactpgv2 .checkgroupwrap{display:flex;flex-direction:column;gap:8px}
.contactpgv2 .checkgroupwrap .grouplabel{font-size:16px;font-weight:600;margin:0 0 8px;color:#050805;letter-spacing:.02em}
.contactpgv2 .optionitem{display:flex;align-items:center;gap:8px;padding:16px;background:#FFF;border:1px solid #0508051a;border-radius:7px;cursor:pointer;transition:background .12s cubic-bezier(0.4,0,1,1),border-color .12s cubic-bezier(0.4,0,1,1)}
.contactpgv2 .optionitem:hover{background:#00e94605;border-color:#00e94633}
.contactpgv2 .optionitem input[type="checkbox"]{width:20px;height:20px;margin:0;cursor:pointer;accent-color:#00E946}
.contactpgv2 .optionitem label{flex:1;font-size:16px;line-height:1.4;margin:0;cursor:pointer;font-weight:400}
.contactpgv2 .privacybox{display:flex;align-items:flex-start;gap:8px;padding:16px;background:#FFF;border:1px solid #0508051a;border-radius:7px}
.contactpgv2 .privacybox input[type="checkbox"]{width:20px;height:20px;margin:4px 0 0;cursor:pointer;flex-shrink:0;accent-color:#00E946}
.contactpgv2 .privacybox label{flex:1;font-size:16px;line-height:1.6;margin:0;cursor:pointer;color:#050805;opacity:.8}
.contactpgv2 .privacybox label a{color:#00E946;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .12s cubic-bezier(0.4,0,1,1)}
.contactpgv2 .privacybox label a:hover{border-bottom-color:#00E946}
.contactpgv2 .submitbt{padding:16px 56px;background:#050805;color:#FFF;border:none;border-radius:7px;font-size:19px;font-weight:600;cursor:pointer;align-self:flex-start;position:relative;overflow:hidden;transition:box-shadow .14s cubic-bezier(0.4,0,1,1)}
.contactpgv2 .submitbt::before{content:'';position:absolute;top:0;right:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#00E946);opacity:.3;transition:right .16s cubic-bezier(0.4,0,1,1)}
.contactpgv2 .submitbt:hover::before{right:0}
.contactpgv2 .submitbt:hover{box-shadow:0 7px 22px -1px #0508051c}
.contactpgv2 .detailszone{background:#FFF;padding:96px 28px}
.contactpgv2 .detailsgrid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 2fr 1fr;gap:56px}
.contactpgv2 .detailsintro{grid-column:1 / 2;padding:0 0 28px;border-bottom:2px solid #00e94626;margin:0 0 28px}
.contactpgv2 .detailsintro h3{font-size:32px;line-height:1.2;margin:0 0 16px;font-weight:700}
.contactpgv2 .detailsintro p{font-size:16px;line-height:1.6;margin:0;color:#050805;opacity:.75}
.contactpgv2 .addresscard{background:linear-gradient(135deg,#F5FFF7 0%,#FFF 100%);padding:28px;border-radius:14px;border:1px solid #05080514;box-shadow:0 3px 6px -1px #05080514;position:relative}
.contactpgv2 .addresscard::before{content:'';position:absolute;top:16px;right:16px;width:80px;height:80px;border:2px solid #00e9461a;border-radius:50%}
.contactpgv2 .addresscard h4{font-size:19px;line-height:1.4;margin:0 0 16px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#050805}
.contactpgv2 .addresscard p{font-size:16px;line-height:1.6;margin:0 0 8px;color:#050805}
.contactpgv2 .addresscard p:last-child{margin:0}
.contactpgv2 .contactcard{background:#050805;padding:28px;border-radius:14px;color:#FFF;position:relative;overflow:hidden}
.contactcard::after{content:'';position:absolute;bottom:-40px;left:-40px;width:160px;height:160px;background:radial-gradient(circle,#00e94626 0%,transparent 70%);pointer-events:none}
.contactpgv2 .contactcard h4{font-size:19px;line-height:1.4;margin:0 0 16px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}
.contactpgv2 .contactcard .contactline{display:flex;align-items:center;gap:8px;margin:0 0 16px}
.contactpgv2 .contactcard .contactline:last-child{margin:0}
.contactpgv2 .contactcard .contactline svg{width:20px;height:20px;fill:#00E946;flex-shrink:0}
.contactpgv2 .contactcard .contactline a{color:#FFF;text-decoration:none;font-size:16px;line-height:1.4;border-bottom:1px solid transparent;transition:border-color .12s cubic-bezier(0.4,0,1,1);position:relative}
.contactpgv2 .contactcard .contactline a::after{content:'';position:absolute;bottom:-1px;right:-100%;width:100%;height:1px;background:#00E946;transition:right .16s cubic-bezier(0.4,0,1,1)}
.contactpgv2 .contactcard .contactline a:hover::after{right:0}
.contactpgv2 .visualcard{position:relative;border-radius:26px;overflow:hidden;height:100%;min-height:320px;box-shadow:0 9px 52px -1px #0508051c}
.contactpgv2 .visualcard img{width:100%;height:100%;object-fit:cover;object-position:top}
.contactpgv2 .visualcard::before{content:'';position:absolute;inset:0;box-shadow:inset 0 -80px 60px -20px #05080566;pointer-events:none}
.contactpgv2 ::selection{background:#00e94626;color:#050805}
@media (max-width: 1024px) {
.contactpgv2 .herozone{grid-template-columns:1fr;gap:28px;padding:56px 28px}
.contactpgv2 .imgcard{height:360px}
.contactpgv2 .txtwrapper h1{font-size:44px}
.contactpgv2 .formcontainer{grid-template-columns:1fr;gap:28px}
.contactpgv2 .formwrapper{grid-column:1}
.contactpgv2 .detailsgrid{grid-template-columns:1fr;gap:28px}
.contactpgv2 .detailsintro{grid-column:1}
}
@media (max-width: 768px) {
.contactpgv2 .herozone{padding:28px 16px}
.contactpgv2 .imgcard{height:280px}
.contactpgv2 .txtwrapper h1{font-size:32px}
.contactpgv2 .formblock{padding:56px 16px}
.contactpgv2 .namerow{grid-template-columns:1fr;gap:16px}
.contactpgv2 .detailszone{padding:56px 16px}
.contactpgv2 .submitbt{width:100%}
}
.aboutpg{background:#F5FFF7;min-height:100vh}
.aboutpg .topbox{max-width:1280px;margin:0 auto;padding:96px 28px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;position:relative}
.aboutpg .topbox::after{content:'';position:absolute;right:0;top:56px;bottom:56px;width:1px;background:linear-gradient(to bottom,transparent,#00E946 30%,#00E946 70%,transparent)}
.aboutpg .txtside{padding-right:28px}
.aboutpg .mainhd{font-size:60px;line-height:1.2;color:#050805;margin:0 0 28px;letter-spacing:-.02em}
.aboutpg .mainhd .marker{text-transform:uppercase;position:relative;display:inline-block}
.aboutpg .mainhd .marker::after{content:'';position:absolute;bottom:8px;left:0;right:0;height:3px;background:#00E946;opacity:0;animation:lineshow .16s cubic-bezier(0.4,0,1,1) .4s forwards}
@keyframes lineshow {
to{opacity:1}
}
.aboutpg .intro{font-size:19px;line-height:1.6;color:#050805;margin:0}
.aboutpg .imgside{position:relative}
.aboutpg .heroimg{width:100%;height:520px;object-fit:cover;object-position:top;border-radius:14px;display:block;filter:blur(0)}
.aboutpg .heroimg::before{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,transparent 60%,#05080526);pointer-events:none;border-radius:14px}
.aboutpg .statbox{max-width:1280px;margin:0 auto;padding:0 28px 96px;display:grid;grid-template-columns:1fr 2fr 2fr;gap:28px}
.aboutpg .statcard{background:#fff;padding:28px;border-radius:14px;box-shadow:0 3px 6px -1px #00e94614;transition:transform .14s cubic-bezier(0.4,0,1,1),box-shadow .14s cubic-bezier(0.4,0,1,1);cursor:default;border:1px solid #0508050f}
.aboutpg .statcard:hover{transform:translateY(-4px);box-shadow:0 7px 22px -1px #00e9461c}
.aboutpg .stathd{font-size:44px;line-height:1.2;color:#00E946;margin:0 0 8px;font-weight:600}
.aboutpg .statlbl{font-size:16px;line-height:1.4;color:#050805;margin:0;text-transform:uppercase;letter-spacing:.08em;font-weight:500}
.aboutpg .teamwrap{background:#fff;padding:96px 28px;position:relative}
.aboutpg .teamwrap::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,#00E946,#050805)}
.aboutpg .teamcontent{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:56px;align-items:start}
.aboutpg .teamleft{position:sticky;top:28px}
.aboutpg .teamhd{font-size:44px;line-height:1.2;color:#050805;margin:0 0 28px}
.aboutpg .teamdesc{font-size:19px;line-height:1.6;color:#050805;margin:0}
.aboutpg .teamgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.aboutpg .membercard{background:#F5FFF7;border-radius:14px;overflow:hidden;transition:background .12s cubic-bezier(0.4,0,1,1);border:1px solid #0508050f}
.aboutpg .membercard:hover{background:#fff}
.aboutpg .memberimg{width:100%;height:340px;object-fit:cover;object-position:top;display:block;filter:saturate(0.7);transition:filter .14s cubic-bezier(0.4,0,1,1)}
.aboutpg .membercard:hover .memberimg{filter:saturate(1)}
.aboutpg .memberinfo{padding:28px}
.aboutpg .membername{font-size:24px;line-height:1.4;color:#050805;margin:0 0 8px;font-weight:600}
.aboutpg .memberrole{font-size:16px;line-height:1.4;color:#050805;margin:0 0 16px;text-transform:uppercase;letter-spacing:.06em;opacity:.7}
.aboutpg .memberbio{font-size:16px;line-height:1.6;color:#050805;margin:0}
.aboutpg .showcasewrap{max-width:1280px;margin:0 auto;padding:96px 28px}
.aboutpg .showcasehd{font-size:44px;line-height:1.2;color:#050805;margin:0 0 56px;text-align:center}
.aboutpg .showcasegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.aboutpg .showcasecard{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 3px 6px -1px #00e94614;transition:box-shadow .16s cubic-bezier(0.4,0,1,1);border:1px solid #0508050f}
.aboutpg .showcasecard:hover{box-shadow:0 9px 52px -1px #00e9461c}
.aboutpg .showcaseimg{width:100%;height:240px;object-fit:cover;display:block;filter:saturate(0.75);transition:filter .12s cubic-bezier(0.4,0,1,1)}
.aboutpg .showcasecard:hover .showcaseimg{filter:saturate(1)}
.aboutpg .showcaseinfo{padding:28px}
.aboutpg .showcaselbl{font-size:16px;line-height:1.4;color:#00E946;margin:0 0 8px;text-transform:uppercase;letter-spacing:.08em;font-weight:600}
.aboutpg .showcasetxt{font-size:16px;line-height:1.6;color:#050805;margin:0}
@media (max-width: 1024px) {
.aboutpg .topbox{grid-template-columns:1fr;gap:56px;padding:56px 28px}
.aboutpg .topbox::after{display:none}
.aboutpg .txtside{padding-right:0}
.aboutpg .mainhd{font-size:44px}
.aboutpg .statbox{grid-template-columns:1fr;padding:0 28px 56px}
.aboutpg .teamcontent{grid-template-columns:1fr;gap:56px}
.aboutpg .teamleft{position:static}
.aboutpg .teamgrid{grid-template-columns:1fr}
.aboutpg .showcasegrid{grid-template-columns:1fr}
.aboutpg .teamwrap{padding:56px 28px}
.aboutpg .showcasewrap{padding:56px 28px}
}
@media (max-width: 768px) {
.aboutpg .topbox{padding:56px 16px}
.aboutpg .mainhd{font-size:32px}
.aboutpg .intro{font-size:16px}
.aboutpg .heroimg{height:380px}
.aboutpg .statbox{padding:0 16px 56px;gap:16px}
.aboutpg .stathd{font-size:32px}
.aboutpg .teamwrap{padding:56px 16px}
.aboutpg .teamhd{font-size:32px}
.aboutpg .teamdesc{font-size:16px}
.aboutpg .teamcontent{gap:28px}
.aboutpg .teamgrid{gap:16px}
.aboutpg .memberimg{height:280px}
.aboutpg .memberinfo{padding:16px}
.aboutpg .showcasewrap{padding:56px 16px}
.aboutpg .showcasehd{font-size:32px;margin:0 0 28px}
.aboutpg .showcasegrid{gap:16px}
.aboutpg .showcaseinfo{padding:16px}
}
@media (max-width: 375px) {
.aboutpg .topbox{padding:28px 8px}
.aboutpg .mainhd{font-size:24px}
.aboutpg .statbox{padding:0 8px 28px}
.aboutpg .statcard{padding:16px}
.aboutpg .teamwrap{padding:28px 8px}
.aboutpg .showcasewrap{padding:28px 8px}
}
.capbudgetmain{background:#F5FFF7;color:#050805;min-height:100vh}
.capbudgetmain .herobox{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:180px 1fr;gap:56px;padding:96px 28px 56px;align-items:start;position:relative;overflow:hidden}
.capbudgetmain .imgstripv1{display:flex;flex-direction:column;gap:16px}
.capbudgetmain .imgstripv1 img{width:180px;height:240px;object-fit:cover;object-position:center;border-radius:7px;filter:brightness(0.92) contrast(1.08);position:relative}
.capbudgetmain .imgstripv1 img::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 40%,#0508054d);pointer-events:none}
.capbudgetmain .herotxtdata{padding-top:28px}
.capbudgetmain .herotxtdata h1{font-size:60px;line-height:1.2;margin:0 0 28px;font-weight:700;opacity:0;transform:translateY(40px);animation:riseup .16s cubic-bezier(0.4,0,1,1) .1s forwards}
.capbudgetmain .herotxtdata h1 span{text-transform:uppercase;color:#00E946;letter-spacing:.02em}
.capbudgetmain .herotxtdata .descwrap{font-size:19px;line-height:1.6;margin:0 0 56px;max-width:720px;opacity:0;transform:translateY(40px);animation:riseup .16s cubic-bezier(0.4,0,1,1) .2s forwards}
.capbudgetmain .actionlinksv2{display:flex;gap:28px;flex-wrap:wrap;opacity:0;transform:translateY(40px);animation:riseup .16s cubic-bezier(0.4,0,1,1) .3s forwards}
.capbudgetmain .actionlinksv2 a{font-size:16px;padding:16px 28px;text-decoration:none;border-radius:42px;display:inline-flex;align-items:center;gap:8px;position:relative;overflow:hidden;transition:transform .14s cubic-bezier(0.4,0,1,1)}
.capbudgetmain .actionlinksv2 a:hover{transform:translateY(-2px)}
.capbudgetmain .actionlinksv2 .primarybt{background:#050805;color:#F5FFF7;box-shadow:0 7px 22px -1px #0508051c}
.capbudgetmain .actionlinksv2 .primarybt::before{content:'';position:absolute;top:0;right:100%;width:100%;height:100%;background:#00E946;transition:right .18s cubic-bezier(0.4,0,1,1);z-index:0}
.capbudgetmain .actionlinksv2 .primarybt:hover::before{right:0}
.capbudgetmain .actionlinksv2 .primarybt span{position:relative;z-index:1}
.capbudgetmain .actionlinksv2 .secondarybt{background:transparent;color:#050805;border:2px solid #050805}
.capbudgetmain .circledeco{position:absolute;border-radius:50%;pointer-events:none;opacity:.06}
.capbudgetmain .circledeco:nth-of-type(1){width:320px;height:320px;background:#00E946;top:-80px;right:120px}
.capbudgetmain .circledeco:nth-of-type(2){width:180px;height:180px;background:#050805;bottom:40px;right:280px}
@keyframes riseup {
to{opacity:1;transform:translateY(0)}
}
.capbudgetmain .wavyline{height:3px;background:linear-gradient(90deg,#00E946 0%,#00E946 50%,transparent 50%);background-size:40px 3px;width:100%;opacity:.3}
.capbudgetmain .methodsec{background:linear-gradient(180deg,#F5FFF7 0%,#00e9460a 100%);padding:96px 28px;position:relative}
.capbudgetmain .methodsec::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100%;background:linear-gradient(180deg,transparent 0%,#00e94614 100%);pointer-events:none;clip-path:polygon(0 0,100% 8%,100% 100%,0 100%)}
.capbudgetmain .contentwrap{max-width:1280px;margin:0 auto;position:relative;z-index:1}
.capbudgetmain .methodsec h2{font-size:44px;line-height:1.2;margin:0 0 16px;font-weight:700}
.capbudgetmain .methodsec .subline{font-size:19px;line-height:1.6;margin:0 0 56px;color:#050805b3}
.capbudgetmain .gridmethodv1{display:grid;grid-template-columns:1fr 2fr 2fr;gap:28px}
.capbudgetmain .methodcard{background:#F5FFF7;padding:28px;border-radius:14px;box-shadow:0 3px 6px -1px #05080514;transition:box-shadow .14s cubic-bezier(0.4,0,1,1),transform .14s cubic-bezier(0.4,0,1,1);opacity:0;transform:translateY(40px);animation:riseup .16s cubic-bezier(0.4,0,1,1) forwards}
.capbudgetmain .methodcard:nth-child(1){animation-delay:.1s}
.capbudgetmain .methodcard:nth-child(2){animation-delay:.2s}
.capbudgetmain .methodcard:nth-child(3){animation-delay:.3s}
.capbudgetmain .methodcard:hover{box-shadow:0 9px 52px -1px #0508051c;transform:translateY(-4px)}
.capbudgetmain .methodcard h3{font-size:24px;line-height:1.4;margin:0 0 16px;font-weight:600;position:relative;display:inline-block}
.capbudgetmain .methodcard h3::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#00E946;transition:width .18s cubic-bezier(0.4,0,1,1)}
.capbudgetmain .methodcard:hover h3::after{width:100%}
.capbudgetmain .methodcard p{font-size:16px;line-height:1.6;margin:0;color:#050805cc}
.capbudgetmain .prosconssec{padding:96px 28px;background:#F5FFF7}
.capbudgetmain .prosconssec h2{font-size:44px;line-height:1.2;margin:0 0 56px;font-weight:700;text-align:center}
.capbudgetmain .prosconsbox{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px}
.capbudgetmain .columndata{background:#fff;padding:28px;border-radius:14px;box-shadow:0 3px 6px -1px #05080514}
.capbudgetmain .columndata h3{font-size:24px;line-height:1.4;margin:0 0 28px;font-weight:600;display:flex;align-items:center;gap:8px}
.capbudgetmain .columndata h3 .iconshape{width:24px;height:24px;border-radius:50%;flex-shrink:0}
.capbudgetmain .columndata.prosside h3 .iconshape{background:#00E946}
.capbudgetmain .columndata.consside h3 .iconshape{background:#050805}
.capbudgetmain .columndata ul{list-style:none;margin:0;padding:0}
.capbudgetmain .columndata li{font-size:16px;line-height:1.6;margin:0 0 16px;padding-left:28px;position:relative}
.capbudgetmain .columndata li::before{content:'';position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%}
.capbudgetmain .columndata.prosside li::before{background:#00E946}
.capbudgetmain .columndata.consside li::before{background:#05080566}
.capbudgetmain .showcasesec{padding:96px 28px;background:#fff}
.capbudgetmain .showcasesec h2{font-size:44px;line-height:1.2;margin:0 0 56px;font-weight:700;max-width:1280px;margin-left:auto;margin-right:auto}
.capbudgetmain .showcasegrid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.capbudgetmain .showcaseitem{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 7px 22px -1px #0508051c}
.capbudgetmain .showcaseitem img{width:100%;height:380px;object-fit:cover;object-position:center;display:block;filter:brightness(0.88) contrast(1.1);transition:transform .18s cubic-bezier(0.4,0,1,1)}
.capbudgetmain .showcaseitem:hover img{transform:scale(1.05)}
.capbudgetmain .showcaseitem::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 30%,#05080580);pointer-events:none}
.capbudgetmain .showcaseitem .overlaytext{position:absolute;bottom:28px;left:28px;right:28px;color:#F5FFF7;z-index:1}
.capbudgetmain .showcaseitem h3{font-size:24px;line-height:1.4;margin:0 0 8px;font-weight:600}
.capbudgetmain .showcaseitem p{font-size:16px;line-height:1.6;margin:0;opacity:.9}
.capbudgetmain .expertsec{padding:96px 28px;background:#F5FFF7}
.capbudgetmain .expertsec h2{font-size:44px;line-height:1.2;margin:0 0 56px;font-weight:700;text-align:center}
.capbudgetmain .expertgrid{max-width:1280px;margin:0 auto;display:flex;gap:56px;justify-content:center}
.capbudgetmain .expertprofile{display:flex;flex-direction:column;align-items:center;max-width:320px}
.capbudgetmain .expertprofile img{width:240px;height:320px;object-fit:cover;object-position:top;border-radius:7px;margin-bottom:28px;box-shadow:0 7px 22px -1px #0508051c;filter:brightness(0.92) contrast(1.08)}
.capbudgetmain .expertprofile img::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 40%,#0508054d);pointer-events:none}
.capbudgetmain .expertprofile h3{font-size:24px;line-height:1.4;margin:0 0 8px;font-weight:600;text-align:center}
.capbudgetmain .expertprofile .roletag{font-size:16px;line-height:1.6;color:#05080599;text-align:center;margin:0 0 16px}
.capbudgetmain .expertprofile p{font-size:16px;line-height:1.6;margin:0;text-align:center;color:#050805cc}
.capbudgetmain .ctasec{padding:96px 28px;background:linear-gradient(180deg,#fff 0%,#F5FFF7 100%);text-align:center}
.capbudgetmain .ctasec h2{font-size:44px;line-height:1.2;margin:0 0 28px;font-weight:700}
.capbudgetmain .ctasec p{font-size:19px;line-height:1.6;margin:0 0 56px;max-width:720px;margin-left:auto;margin-right:auto;color:#050805cc}
.capbudgetmain .ctasec form{max-width:640px;margin:0 auto;display:flex;gap:16px;flex-wrap:wrap;justify-content:center}
.capbudgetmain .ctasec input{flex:1;min-width:280px;padding:16px 28px;font-size:16px;border:2px solid #05080533;border-radius:42px;background:#fff;color:#050805;transition:border-color .14s cubic-bezier(0.4,0,1,1),box-shadow .14s cubic-bezier(0.4,0,1,1)}
.capbudgetmain .ctasec input:focus{outline:none;border-color:#00E946;box-shadow:0 3px 6px -1px #00e94633}
.capbudgetmain .ctasec input::placeholder{color:#05080566;transition:opacity .14s cubic-bezier(0.4,0,1,1)}
.capbudgetmain .ctasec input:focus::placeholder{opacity:0}
.capbudgetmain .ctasec button{padding:16px 56px;font-size:16px;background:#050805;color:#F5FFF7;border:none;border-radius:42px;cursor:pointer;position:relative;overflow:hidden;box-shadow:0 7px 22px -1px #0508051c;transition:transform .14s cubic-bezier(0.4,0,1,1)}
.capbudgetmain .ctasec button:hover{transform:translateY(-2px)}
.capbudgetmain .ctasec button::before{content:'';position:absolute;top:0;right:100%;width:100%;height:100%;background:#00E946;transition:right .18s cubic-bezier(0.4,0,1,1);z-index:0}
.capbudgetmain .ctasec button:hover::before{right:0}
.capbudgetmain .ctasec button span{position:relative;z-index:1}
@media (max-width: 1024px) {
.capbudgetmain .herobox{grid-template-columns:1fr;gap:28px;padding:56px 28px}
.capbudgetmain .imgstripv1{flex-direction:row;overflow-x:auto}
.capbudgetmain .imgstripv1 img{width:140px;height:187px}
.capbudgetmain .herotxtdata h1{font-size:44px}
.capbudgetmain .gridmethodv1{grid-template-columns:1fr}
.capbudgetmain .prosconsbox{grid-template-columns:1fr;gap:28px}
.capbudgetmain .showcasegrid{grid-template-columns:1fr}
.capbudgetmain .expertgrid{flex-direction:column;align-items:center}
}
@media (max-width: 768px) {
.capbudgetmain .herotxtdata h1{font-size:32px}
.capbudgetmain .methodsec h2,.capbudgetmain .prosconssec h2,.capbudgetmain .showcasesec h2,.capbudgetmain .expertsec h2,.capbudgetmain .ctasec h2{font-size:32px}
.capbudgetmain .actionlinksv2{flex-direction:column}
.capbudgetmain .actionlinksv2 a{width:100%;justify-content:center}
.capbudgetmain .ctasec form{flex-direction:column}
.capbudgetmain .ctasec input,.capbudgetmain .ctasec button{width:100%}
}
.capbudgetmain ::selection{background:#00e94626;color:#050805}
.successwrap{background:#F5FFF7;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:56px 28px;position:relative;overflow:hidden}
.successwrap::before{content:'';position:absolute;top:-50%;right:-20%;width:80%;height:120%;background:linear-gradient(135deg,#00e94608 0%,#00e94614 60%,#00e9461f 100%);transform:rotate(15deg);pointer-events:none}
.successwrap::after{content:'';position:absolute;bottom:0;left:0;right:0;height:180px;background:repeating-linear-gradient(90deg,transparent,transparent 40px,#00e94605 40px,#00e94605 42px);pointer-events:none}
.contentbox{max-width:680px;width:100%;position:relative;z-index:1;animation:rotatein .14s cubic-bezier(0.4,0,1,1) forwards;transform-origin:center center}
@keyframes rotatein {
from{opacity:0;transform:rotate(-2deg) translateY(16px)}
to{opacity:1;transform:rotate(0deg) translateY(0)}
}
.iconholder{width:96px;height:96px;margin:0 auto 28px;position:relative;animation:iconpulse .16s cubic-bezier(0.4,0,1,1) .14s backwards}
@keyframes iconpulse {
from{opacity:0;transform:scale(0.7)}
to{opacity:1;transform:scale(1)}
}
.iconholder svg{width:100%;height:100%;display:block}
.checkring{fill:none;stroke:#00E946;stroke-width:3;stroke-linecap:round}
.checkmark{fill:none;stroke:#050805;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:60;stroke-dashoffset:60;animation:drawcheck .18s cubic-bezier(0.4,0,1,1) .3s forwards}
@keyframes drawcheck {
to{stroke-dashoffset:0}
}
.msgblock{text-align:center;background:#fff;padding:56px;border-radius:26px;box-shadow:0 9px 52px -1px #00e9461c;border:2px solid #00e9461f}
.msgblock h1{font-size:44px;line-height:1.2;color:#050805;margin:0 0 16px;font-weight:700}
.msgblock p{font-size:19px;line-height:1.6;color:#050805;margin:0 0 28px;opacity:.85}
.msgblock p:last-of-type{margin-bottom:0}
.actionrow{display:flex;gap:16px;justify-content:center;margin-top:56px;flex-wrap:wrap}
.btnprimary{display:inline-flex;align-items:center;gap:8px;padding:16px 28px;background:#050805;color:#fff;text-decoration:none;font-size:16px;font-weight:600;border-radius:7px;position:relative;overflow:hidden;transition:transform .12s cubic-bezier(0.4,0,1,1)}
.btnprimary::before{content:'';position:absolute;top:0;right:100%;width:100%;height:100%;background:#00E946;transition:right .16s cubic-bezier(0.4,0,1,1);z-index:-1}
.btnprimary:hover::before{right:0}
.btnprimary:hover{transform:translateY(-2px)}
.btnprimary svg{width:18px;height:18px;fill:currentColor}
.btnsecondary{display:inline-flex;align-items:center;gap:8px;padding:16px 28px;background:transparent;color:#050805;text-decoration:none;font-size:16px;font-weight:600;border-radius:7px;border:2px solid #050805;position:relative;overflow:hidden;transition:transform .12s cubic-bezier(0.4,0,1,1)}
.btnsecondary::before{content:'';position:absolute;top:0;right:100%;width:100%;height:100%;background:#00e94614;transition:right .14s cubic-bezier(0.4,0,1,1);z-index:-1}
.btnsecondary:hover::before{right:0}
.btnsecondary:hover{transform:translateY(-2px)}
.btnsecondary svg{width:18px;height:18px;fill:currentColor}
.statusgrid{display:grid;grid-template-columns:1fr 2fr 2fr;gap:16px;margin-top:56px;padding-top:56px;border-top:2px solid #00e9461f}
.statitem{text-align:center;padding:28px 16px;background:#00e94608;border-radius:14px;border-left:4px solid #00E946;position:relative;overflow:hidden}
.statitem::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,#00e94614 0%,transparent 70%);opacity:0;transition:opacity .18s cubic-bezier(0.4,0,1,1);pointer-events:none}
.statitem:hover::before{opacity:1}
.statlabel{font-size:16px;line-height:1.4;color:#050805;opacity:.7;margin:0 0 8px;text-transform:uppercase;letter-spacing:.08em;font-weight:600}
.statvalue{font-size:32px;line-height:1.2;color:#050805;font-weight:700;margin:0}
@media (max-width: 768px) {
.successwrap{padding:28px 16px}
.msgblock{padding:28px}
.msgblock h1{font-size:32px}
.msgblock p{font-size:16px}
.actionrow{flex-direction:column;gap:16px}
.btnprimary,.btnsecondary{width:100%;justify-content:center}
.statusgrid{grid-template-columns:1fr;gap:16px;margin-top:28px;padding-top:28px}
.iconholder{width:70px;height:70px;margin-bottom:16px}
}
@media (max-width: 375px) {
.msgblock h1{font-size:24px}
.statvalue{font-size:24px}
}