*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Roboto Mono',monospace;background:#f7f7f7;color:#0C0356;font-size:15px;line-height:1.6}
.headerwrapper{background:#fff;border-bottom:2px solid #ECEAEA;box-shadow:0 2px 8px #0c035612;position:relative;z-index:100}
.header-topbar{background:linear-gradient(90deg,#0C0356 60%,#00ADCF 100%);padding:7px 0}
.header-topbar-inner{max-width:1140px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.header-topbar-inner .companyname-bg{font-size:11px;color:#ffffff61;letter-spacing:6px;text-transform:uppercase;font-weight:700;user-select:none;pointer-events:none}
.header-topbar-inner .topbar-contact{display:flex;gap:18px;align-items:center}
.header-topbar-inner .topbar-contact a{color:#ffffffc7;font-size:12px;text-decoration:none;display:flex;align-items:center;gap:5px;transition:color .2s linear}
.header-topbar-inner .topbar-contact a:hover{color:#00ADCF}
.header-mainrow{max-width:1140px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:80px;position:relative;z-index:2}
.site-logo{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}
.site-logo img{width:80px;height:80px;object-fit:contain;display:block}
.site-logo .logotext{font-size:22px;font-weight:700;color:#0C0356;letter-spacing:2px;text-transform:uppercase}
.main-nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-end}
.main-nav a{color:#0C0356;text-decoration:none;font-size:13px;font-weight:700;padding:8px 14px;border-radius:3px;letter-spacing:.5px;text-transform:uppercase;border:2px solid transparent;transition:background .2s linear,color .2s linear,border-color .2s linear;white-space:nowrap}
.main-nav a:hover{background:#ECEAEA;color:#00ADCF}
.main-nav a[data-state="active"]{border-color:#00ADCF;color:#00ADCF}
.main-nav a.navcta{background:linear-gradient(135deg,#00ADCF,#0C0356);color:#fff;border-color:transparent}
.main-nav a.navcta:hover{background:linear-gradient(135deg,#0C0356,#00ADCF);color:#fff}
.header-deco{position:absolute;right:24px;top:0;height:100%;display:flex;align-items:center;opacity:.04;pointer-events:none;font-size:72px;font-weight:700;color:#0C0356;letter-spacing:-2px;z-index:1;user-select:none}
.footerwrapper{background:linear-gradient(160deg,#0C0356 55%,#00ADCF 140%);margin-top:0;position:relative;overflow:hidden}
.footer-wave{width:100%;line-height:0;display:block}
.footer-inner{max-width:1140px;margin:auto;padding:48px 24px 24px;display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:40px}
.foot-col .foot-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.foot-col .foot-logo img{width:60px;height:60px;object-fit:contain;background:#ffffff14;border-radius:4px;padding:4px}
.foot-col .foot-logo span{font-size:20px;font-weight:700;color:#fff;letter-spacing:2px;text-transform:uppercase}
.foot-col .foot-desc{color:#ffffff9e;font-size:13px;line-height:1.7;max-width:300px}
.foot-col h4{color:#00ADCF;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-weight:700;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #00adcf40}
.foot-col ul{list-style:none;padding:0}
.foot-col ul li{margin-bottom:10px}
.foot-col ul li a{color:#ffffffa6;text-decoration:none;font-size:13px;display:flex;align-items:center;gap:7px;transition:color .2s linear}
.foot-col ul li a:hover{color:#00ADCF}
.foot-col .foot-contact-item{display:flex;align-items:flex-start;gap:10px;color:#ffffff9e;font-size:13px;margin-bottom:12px;line-height:1.5}
.foot-col .foot-contact-item .icon{color:#00ADCF;margin-top:1px;flex-shrink:0}
.foot-col .foot-contact-item a{color:#ffffff9e;text-decoration:none;transition:color .2s linear}
.foot-col .foot-contact-item a:hover{color:#00ADCF}
.footer-bottom{border-top:1px solid #ffffff1a;max-width:1140px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.footer-bottom .copy{color:#ffffff61;font-size:12px}
.footer-bottom .foot-servicelinks{display:flex;gap:16px;align-items:center}
.footer-bottom .foot-servicelinks a{color:#ffffff6b;font-size:12px;text-decoration:none;transition:color .2s linear}
.footer-bottom .foot-servicelinks a:hover{color:#00ADCF}
.footer-bottom .cookie-manage-link{color:#00adcf99;font-size:12px;text-decoration:none;cursor:pointer;background:none;border:none;font-family:inherit;padding:0;transition:color .2s linear}
.footer-bottom .cookie-manage-link:hover{color:#00ADCF}
.footer-neobg{position:absolute;width:340px;height:340px;background:radial-gradient(circle,#00adcf21 0%,transparent 70%);right:-60px;bottom:-60px;border-radius:50%;pointer-events:none}
.cookiepanel-wrapper{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:9999;width:min(900px,calc(100vw - 32px));opacity:0;transition:opacity .35s linear;pointer-events:none}
.cookiepanel-wrapper[data-visible="true"]{opacity:1;pointer-events:auto}
.cookiepanel{background:#fff;border-radius:5px;box-shadow:0 8px 40px #0c03562e 0 2px 8px #0c035614;border:1.5px solid #ECEAEA;overflow:hidden}
.cookiepanel .cpanel-main{padding:22px 28px;display:flex;align-items:flex-start;gap:24px;flex-wrap:wrap}
.cookiepanel .cpanel-text{flex:1;min-width:220px}
.cookiepanel .cpanel-text h3{font-size:15px;font-weight:700;color:#0C0356;margin-bottom:7px;display:flex;align-items:center;gap:8px}
.cookiepanel .cpanel-text p{font-size:12px;color:#555;line-height:1.6}
.cookiepanel .cpanel-text p a{color:#00ADCF;text-decoration:underline}
.cookiepanel .cpanel-buttons{display:flex;gap:10px;align-items:center;flex-shrink:0;flex-wrap:wrap}
.cookiepanel .cpanel-buttons button{font-family:'Roboto Mono',monospace;font-size:12px;font-weight:700;padding:10px 20px;border-radius:3px;cursor:pointer;border:2px solid #0C0356;letter-spacing:.5px;text-transform:uppercase;transition:background .2s linear,color .2s linear;min-width:110px}
.cookiepanel .cpanel-buttons .btn-accept{background:linear-gradient(135deg,#00ADCF,#0C0356);color:#fff;border-color:transparent}
.cookiepanel .cpanel-buttons .btn-accept:hover{background:linear-gradient(135deg,#0C0356,#00ADCF)}
.cookiepanel .cpanel-buttons .btn-decline{background:#fff;color:#0C0356}
.cookiepanel .cpanel-buttons .btn-decline:hover{background:#ECEAEA}
.cookiepanel .cpanel-buttons .btn-settings{background:#ECEAEA;color:#0C0356;border-color:#ECEAEA}
.cookiepanel .cpanel-buttons .btn-settings:hover{background:#d8d8d8}
.cookiepanel .cpanel-detail{display:none;padding:0 28px 22px;border-top:1px solid #ECEAEA;margin-top:0}
.cookiepanel .cpanel-detail[data-visible="true"]{display:block}
.cookiepanel .cpanel-detail .detail-policyref{background:linear-gradient(90deg,#00adcf14,#0c03560a);border-left:3px solid #00ADCF;padding:10px 14px;margin:18px 0 16px;font-size:12px;color:#0C0356;border-radius:0 3px 3px 0}
.cookiepanel .cpanel-detail .detail-policyref a{color:#00ADCF;text-decoration:underline}
.cookiepanel .cpanel-detail .cookie-toggles{display:flex;flex-direction:column;gap:12px}
.cookiepanel .cpanel-detail .ctoggle-item{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #f0f0f0}
.cookiepanel .cpanel-detail .ctoggle-item .ctoggle-label{font-size:13px;font-weight:700;color:#0C0356;margin-bottom:3px}
.cookiepanel .cpanel-detail .ctoggle-item .ctoggle-desc{font-size:11px;color:#777}
.cookiepanel .cpanel-detail .ctoggle-switch{position:relative;width:44px;height:24px;flex-shrink:0}
.cookiepanel .cpanel-detail .ctoggle-switch input{opacity:0;width:0;height:0;position:absolute}
.cookiepanel .cpanel-detail .ctoggle-switch .slider{position:absolute;inset:0;background:#ccc;border-radius:24px;cursor:pointer;transition:background .2s linear}
.cookiepanel .cpanel-detail .ctoggle-switch .slider::before{content:'';position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s linear}
.cookiepanel .cpanel-detail .ctoggle-switch input:checked + .slider{background:#00ADCF}
.cookiepanel .cpanel-detail .ctoggle-switch input:checked + .slider::before{transform:translateX(20px)}
.cookiepanel .cpanel-detail .detail-save-wrapper{margin-top:16px;display:flex;justify-content:flex-end}
.cookiepanel .cpanel-detail .detail-save-wrapper button{font-family:'Roboto Mono',monospace;font-size:12px;font-weight:700;padding:10px 24px;background:linear-gradient(135deg,#00ADCF,#0C0356);color:#fff;border:none;border-radius:3px;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;transition:background .2s linear}
.cookiepanel .cpanel-detail .detail-save-wrapper button:hover{background:linear-gradient(135deg,#0C0356,#00ADCF)}
@media (max-width: 768px) {
.header-topbar-inner .companyname-bg{display:none}
.header-mainrow{flex-wrap:wrap;padding:12px 16px;min-height:auto;gap:12px}
.main-nav{justify-content:center;gap:2px}
.main-nav a{font-size:11px;padding:6px 8px}
.footer-inner{grid-template-columns:1fr;gap:28px}
.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}
.cookiepanel .cpanel-main{flex-direction:column;gap:14px}
.cookiepanel .cpanel-buttons{width:100%;justify-content:stretch}
.cookiepanel .cpanel-buttons button{flex:1;min-width:auto}
}
@media (max-width: 480px) {
.site-logo .logotext{font-size:18px}
.main-nav a{font-size:10px;padding:5px 7px;letter-spacing:0}
}
@media (min-width: 1024px) {
.header-deco{display:flex}
}
@media (max-width: 1023px) {
.header-deco{display:none}
}
.terms-box{max-width:1140px;margin:0 auto;padding:48px 32px 64px;background:#fff;color:#1a1a2e;font-family:'Segoe UI',system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.75}
.terms-box h1{font-size:2.25rem;font-weight:800;line-height:1.2;margin:0 0 28px;padding-bottom:18px;color:#0C0356;border-bottom:3px solid #00ADCF;letter-spacing:-.5px}
.terms-box h2{font-size:1.6rem;font-weight:700;line-height:1.3;margin:48px 0 16px;color:#0C0356;padding-left:14px;border-left:4px solid #00ADCF}
.terms-box h3{font-size:1.25rem;font-weight:700;line-height:1.35;margin:36px 0 12px;color:#0C0356}
.terms-box h4{font-size:1.05rem;font-weight:700;line-height:1.4;margin:28px 0 10px;color:#1a1a2e;text-transform:uppercase;letter-spacing:.6px;font-size:.9rem}
.terms-box h5{font-size:.95rem;font-weight:600;line-height:1.45;margin:22px 0 8px;color:#1a1a2e}
.terms-box h6{font-size:.875rem;font-weight:600;line-height:1.5;margin:18px 0 6px;color:#4a4a6a;font-style:italic}
.terms-box p{margin:0 0 18px;color:#2d2d4a;font-size:1rem;line-height:1.8}
.terms-box p + p{margin-top:-4px}
.terms-box ul{margin:0 0 22px;padding-left:0;list-style:none}
.terms-box ol{margin:0 0 22px;padding-left:0;list-style:none;counter-reset:policy-counter}
.terms-box ul li{position:relative;padding:4px 0 4px 26px;color:#2d2d4a;font-size:1rem;line-height:1.75;margin-bottom:6px}
.terms-box ul li::before{content:'';position:absolute;left:6px;top:14px;width:8px;height:8px;background:#00ADCF;border-radius:2px}
.terms-box ol li{position:relative;padding:4px 0 4px 36px;color:#2d2d4a;font-size:1rem;line-height:1.75;margin-bottom:6px;counter-increment:policy-counter}
.terms-box ol li::before{content:counter(policy-counter) ".";position:absolute;left:0;top:4px;font-weight:700;color:#0C0356;font-size:.9rem;min-width:28px}
.terms-box ul ul,.terms-box ol ol,.terms-box ul ol,.terms-box ol ul{margin:8px 0 8px 18px}
.terms-box ul ul li::before{width:6px;height:6px;background:transparent;border:2px solid #00ADCF;border-radius:50%;top:15px}
.terms-box strong,.terms-box b{font-weight:700;color:#0C0356}
.terms-box em,.terms-box i{font-style:italic;color:#3a3a5c}
.terms-box hr{border:none;border-top:1px solid #ECEAEA;margin:40px 0;position:relative}
.terms-box hr::after{content:'';position:absolute;top:-2px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#00ADCF,#0C0356)}
.terms-box div{margin-bottom:12px}
@media (max-width: 1024px) {
.terms-box{padding:40px 28px 56px}
.terms-box h1{font-size:2rem}
.terms-box h2{font-size:1.45rem}
}
@media (max-width: 768px) {
.terms-box{padding:32px 20px 48px;font-size:15px}
.terms-box h1{font-size:1.7rem;margin-bottom:22px;padding-bottom:14px}
.terms-box h2{font-size:1.3rem;margin-top:38px;padding-left:12px}
.terms-box h3{font-size:1.15rem;margin-top:28px}
.terms-box h4{font-size:.85rem}
.terms-box p{font-size:.97rem;line-height:1.75}
.terms-box ul li,.terms-box ol li{font-size:.97rem;padding-left:22px}
.terms-box hr{margin:30px 0}
}
@media (max-width: 480px) {
.terms-box{padding:24px 16px 40px}
.terms-box h1{font-size:1.45rem;border-bottom-width:2px}
.terms-box h2{font-size:1.15rem;margin-top:30px;border-left-width:3px;padding-left:10px}
.terms-box h3{font-size:1.05rem;margin-top:24px}
.terms-box p{font-size:.94rem;margin-bottom:14px}
.terms-box ul li,.terms-box ol li{font-size:.94rem;margin-bottom:4px}
.terms-box hr{margin:24px 0}
}
.heroblock{background:linear-gradient(135deg,#0C0356 0%,#00ADCF 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.heroblock::before{content:'';position:absolute;top:-60px;right:-60px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#00adcf40 0%,transparent 70%);pointer-events:none}
.heroblock::after{content:'';position:absolute;bottom:-40px;left:10%;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,#ffffff12 0%,transparent 70%);pointer-events:none}
.herowrapper{max-width:1140px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.herotext{flex:1 1 480px;z-index:2;position:relative}
.herotext .badgelabel{display:inline-block;background:#ffffff1f;border:1px solid #ffffff4d;color:#fff;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;padding:5px 14px;border-radius:3px;margin-bottom:20px}
.herotext h1{font-size:2.6rem;font-weight:800;color:#fff;line-height:1.18;margin:0 0 20px}
.herotext h1 .accentword{color:#00ADCF;position:relative}
.herotext h1 .accentword::after{content:'';display:block;height:3px;background:#00ADCF;border-radius:2px;margin-top:2px}
.herotext .herodesc{color:#ffffffd1;font-size:1.05rem;line-height:1.7;margin:0 0 32px;max-width:500px}
.herobuttons{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.herobuttons .btn-primary{background:#00ADCF;color:#fff;border:none;padding:13px 30px;font-size:.97rem;font-weight:600;border-radius:4px;cursor:pointer;text-decoration:none;transition:background .2s linear,transform .15s linear;z-index:3;position:relative}
.herobuttons .btn-primary:hover{background:#0096b3;transform:translateY(-2px)}
.herobuttons .btn-outline{background:transparent;color:#fff;border:2px solid #ffffff80;padding:11px 28px;font-size:.97rem;font-weight:600;border-radius:4px;cursor:pointer;text-decoration:none;transition:border-color .2s linear,background .2s linear;z-index:3;position:relative}
.herobuttons .btn-outline:hover{border-color:#fff;background:#ffffff17}
.heroimgwrapper{flex:0 0 380px;position:relative;z-index:2}
.heroimgwrapper img{width:100%;height:300px;object-fit:cover;border-radius:6px;box-shadow:0 12px 40px #0c035659;display:block}
.herostats{display:flex;flex-direction:row;gap:28px;margin-top:36px;flex-wrap:wrap}
.herostats .statitem{display:flex;flex-direction:column}
.herostats .statitem .statnum{font-size:1.6rem;font-weight:800;color:#fff;line-height:1}
.herostats .statitem .statlabel{font-size:.78rem;color:#fff9;margin-top:3px}
.bizsection{background:#ECEAEA;padding:72px 20px}
.bizwrapper{max-width:1140px;margin:auto}
.sectionheado{margin-bottom:48px}
.sectionheado .pretitle{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:10px}
.sectionheado .pretitle span{width:36px;height:2px;background:#00ADCF;display:block}
.sectionheado .pretitle em{font-style:normal;color:#00ADCF;font-size:.82rem;letter-spacing:1.2px;text-transform:uppercase;font-weight:600}
.sectionheado h2{font-size:2rem;font-weight:800;color:#0C0356;margin:0 0 12px}
.sectionheado p{color:#555;font-size:1rem;line-height:1.65;max-width:560px}
.bizgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.bizcard{background:#fff;border-radius:5px;padding:32px 26px;box-shadow:0 4px 14px #0c035614;border-top:3px solid transparent;transition:border-color .2s linear,box-shadow .2s linear,transform .15s linear;position:relative}
.bizcard:hover{border-top-color:#00ADCF;box-shadow:0 8px 24px #00adcf24;transform:translateY(-3px)}
.bizcard .cardico{width:46px;height:46px;background:linear-gradient(135deg,#00ADCF,#0C0356);border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.bizcard .cardico span{color:#fff;font-size:22px}
.bizcard h4{font-size:1.05rem;font-weight:700;color:#0C0356;margin:0 0 10px}
.bizcard p{font-size:.93rem;color:#5a5a6a;line-height:1.6;margin:0 0 18px}
.bizcard .taglist{display:flex;flex-direction:row;flex-wrap:wrap;gap:7px}
.bizcard .taglist .tag{background:#ECEAEA;color:#0C0356;font-size:.75rem;padding:4px 10px;border-radius:3px;font-weight:500}
.bizcard-2{grid-column:1 / -1;display:flex;flex-direction:row;gap:36px;align-items:flex-start}
.bizcard-2 .cardleft{flex:0 0 auto}
.bizcard-2 .cardright{flex:1 1 auto}
.bizcard-2 .cardright h4{margin-top:0}
.devpath-section{padding:80px 20px;background:#fff;position:relative;overflow:hidden}
.devpath-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00ADCF,#0C0356)}
.devpathwrapper{max-width:1140px;margin:auto}
.devpath-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.devpath-imgcol{position:relative}
.devpath-imgcol img{width:100%;height:420px;object-fit:cover;border-radius:5px;display:block;box-shadow:0 8px 32px #0c035624}
.devpath-imgbadge{position:absolute;bottom:22px;left:22px;background:linear-gradient(135deg,#0C0356,#00ADCF);color:#fff;padding:14px 22px;border-radius:4px;box-shadow:0 4px 14px #0c03564d}
.devpath-imgbadge .badgenum{font-size:1.8rem;font-weight:800;line-height:1}
.devpath-imgbadge .badgedesc{font-size:.78rem;opacity:.85;margin-top:3px}
.devpath-textcol h2{font-size:1.9rem;font-weight:800;color:#0C0356;margin:0 0 14px}
.devpath-textcol .introtext{color:#555;font-size:1rem;line-height:1.68;margin:0 0 32px}
.devpathsteps{display:flex;flex-direction:column;gap:0}
.devpathstep{display:flex;flex-direction:row;gap:18px;align-items:flex-start;padding:18px 0;border-bottom:1px solid #ECEAEA;position:relative}
.devpathstep:last-child{border-bottom:none}
.devpathstep .stepnum{flex:0 0 36px;width:36px;height:36px;background:#0C0356;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;margin-top:2px}
.devpathstep[data-state="active"] .stepnum{background:#00ADCF}
.devpathstep .stepcontent h5{font-size:.97rem;font-weight:700;color:#0C0356;margin:0 0 5px}
.devpathstep .stepcontent p{font-size:.87rem;color:#666;line-height:1.55;margin:0}
.certisection{background:linear-gradient(160deg,#0C0356 0%,#0a1a5c 50%,#00395a 100%);padding:80px 20px;position:relative;overflow:hidden}
.certisection::after{content:'';position:absolute;right:-100px;bottom:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#00adcf26 0%,transparent 65%);pointer-events:none}
.certiwrapper{max-width:1140px;margin:auto;position:relative;z-index:2}
.certiheado{text-align:center;margin-bottom:54px}
.certiheado h2{font-size:2rem;font-weight:800;color:#fff;margin:0 0 12px}
.certiheado p{color:#ffffffb8;font-size:1rem;line-height:1.65;max-width:520px;margin:auto}
.certigrid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
.certicardmain{background:#ffffff0f;border:1px solid #ffffff26;border-radius:6px;padding:36px 32px;display:flex;flex-direction:column;gap:22px}
.certicardmain .certititle{display:flex;flex-direction:row;align-items:center;gap:14px}
.certicardmain .certititle .certiico{width:48px;height:48px;background:linear-gradient(135deg,#00ADCF,#0C0356);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.certicardmain .certititle .certiico span{color:#fff;font-size:24px}
.certicardmain .certititle h4{font-size:1.1rem;font-weight:700;color:#fff;margin:0}
.certicardmain .certilist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.certicardmain .certilist li{display:flex;flex-direction:row;align-items:flex-start;gap:10px;color:#fffc;font-size:.92rem;line-height:1.5}
.certicardmain .certilist li::before{content:'';width:18px;height:18px;background:#00ADCF;border-radius:50%;flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center}
.certiright{display:flex;flex-direction:column;gap:20px}
.certismallcard{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:5px;padding:22px 24px;display:flex;flex-direction:row;gap:16px;align-items:flex-start;transition:background .2s linear}
.certismallcard:hover{background:#00adcf1a}
.certismallcard .certiico2{width:40px;height:40px;border:1.5px solid #00adcf80;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.certismallcard .certiico2 span{color:#00ADCF;font-size:20px}
.certismallcard h5{font-size:.95rem;font-weight:700;color:#fff;margin:0 0 5px}
.certismallcard p{font-size:.85rem;color:#ffffff9e;margin:0;line-height:1.5}
.certicta{margin-top:48px;text-align:center}
.certicta .ctarow{display:flex;flex-direction:row;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}
.certicta a.btn-cta{background:#00ADCF;color:#fff;padding:14px 36px;border-radius:4px;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s linear,transform .15s linear;display:inline-block}
.certicta a.btn-cta:hover{background:#0096b3;transform:translateY(-2px)}
.certicta a.btn-ghost{color:#fffc;font-size:.95rem;text-decoration:underline;text-underline-offset:3px;transition:color .2s linear}
.certicta a.btn-ghost:hover{color:#fff}
.testimsection{background:#ECEAEA;padding:72px 20px}
.testimwrapper{max-width:1140px;margin:auto}
.testiminner{display:grid;grid-template-columns:1fr 2fr;gap:52px;align-items:center}
.testimleft h2{font-size:1.85rem;font-weight:800;color:#0C0356;margin:0 0 14px;line-height:1.25}
.testimleft p{color:#555;font-size:.97rem;line-height:1.65;margin:0 0 24px}
.testimleft img{width:100%;max-width:280px;height:200px;object-fit:cover;border-radius:5px;display:block;box-shadow:0 6px 20px #0c03561f}
.testimright{display:flex;flex-direction:column;gap:20px}
.testimcard{background:#fff;border-radius:5px;padding:26px 28px;box-shadow:0 3px 12px #0c035612;border-left:4px solid #00ADCF;position:relative}
.testimcard .quotetext{font-size:.95rem;color:#444;line-height:1.68;margin:0 0 16px;font-style:italic}
.testimcard .quoteauthor{display:flex;flex-direction:row;align-items:center;gap:12px}
.testimcard .quoteauthor .authorname{font-weight:700;color:#0C0356;font-size:.9rem}
.testimcard .quoteauthor .authorole{font-size:.8rem;color:#888}
.testimcard .starratingrow{display:flex;flex-direction:row;gap:3px;margin-bottom:12px}
.testimcard .starratingrow span{color:#00ADCF;font-size:16px}
.authordot{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#00ADCF,#0C0356);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;font-weight:700;flex-shrink:0}
.testimcard-featured{border-left-color:#0C0356;background:linear-gradient(135deg,#0C0356 0%,#00ADCF 100%)}
.testimcard-featured .quotetext{color:#ffffffe0}
.testimcard-featured .authorname{color:#fff!important}
.testimcard-featured .authorole{color:#ffffffa6!important}
.testimcard-featured .starratingrow span{color:#fff}
@media (max-width: 1024px) {
.bizgrid{grid-template-columns:repeat(2,1fr)}
.bizcard-2{grid-column:auto;flex-direction:column}
.devpath-inner{grid-template-columns:1fr;gap:36px}
.devpath-imgcol img{height:280px}
.certigrid{grid-template-columns:1fr}
.testiminner{grid-template-columns:1fr;gap:36px}
.testimleft img{max-width:100%;height:220px}
}
@media (max-width: 768px) {
.herowrapper{flex-direction:column;gap:32px}
.heroimgwrapper{flex:none;width:100%}
.herotext h1{font-size:2rem}
.bizgrid{grid-template-columns:1fr}
.bizcard-2{grid-column:auto}
.certigrid{grid-template-columns:1fr}
.herostats{gap:20px}
}
@media (max-width: 480px) {
.heroblock{padding:52px 16px 44px}
.herotext h1{font-size:1.65rem}
.bizsection{padding:52px 16px}
.devpath-section{padding:52px 16px}
.certisection{padding:52px 16px}
.testimsection{padding:52px 16px}
.certicardmain{padding:24px 18px}
.herobuttons{flex-direction:column}
.herobuttons a{text-align:center}
}
.contactpage-wrapper{width:100%;overflow-x:hidden}
.herocontact-wrapper{position:relative;width:100%;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.herocontact-wrapper .herobg{position:absolute;inset:0;background:linear-gradient(135deg,#0C0356 0%,#00ADCF 60%,#0C0356 100%);z-index:0}
.herocontact-wrapper .herobg::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 40%,#00adcf73 0%,transparent 65%),radial-gradient(ellipse at 20% 70%,#0c035699 0%,transparent 55%);z-index:1}
.herocontact-wrapper .herobg::after{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,#ffffff12 1px,transparent 0);background-size:32px 32px;z-index:2}
.herocontact-inner{position:relative;z-index:10;max-width:760px;margin:0 auto;padding:96px 24px 80px;text-align:center}
.herocontact-inner .heado-label{display:inline-block;background:#ffffff1f;border:1px solid #ffffff40;color:#fff;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;padding:6px 18px;border-radius:20px;margin-bottom:24px}
.herocontact-inner h1{color:#fff;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.15;margin:0 0 20px;letter-spacing:-.5px}
.herocontact-inner h1 span{color:#00ADCF;position:relative}
.herocontact-inner h1 span::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#00ADCF,transparent);border-radius:2px}
.herocontact-inner .hero-subtext{color:#ffffffd1;font-size:1.1rem;line-height:1.7;margin:0 0 36px;max-width:560px;margin-left:auto;margin-right:auto}
.herocontact-inner .herobtn{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#0C0356;font-size:.95rem;font-weight:700;padding:14px 32px;border-radius:4px;text-decoration:none;transition:background .2s linear,color .2s linear,transform .2s linear;position:relative;z-index:20}
.herocontact-inner .herobtn:hover{background:#00ADCF;color:#fff;transform:translateY(-2px)}
.deco-floatshape{position:absolute;border-radius:50%;opacity:.12;z-index:3}
.deco-floatshape-1{width:300px;height:300px;background:radial-gradient(circle,#00ADCF,transparent);top:-80px;right:-60px}
.deco-floatshape-2{width:200px;height:200px;background:radial-gradient(circle,#fff,transparent);bottom:-40px;left:-30px;opacity:.07}
.contactinfo-section{background:#ECEAEA;padding:72px 24px}
.contactinfo-inner{max-width:1140px;margin:0 auto}
.contactinfo-inner .section-heado{text-align:center;margin-bottom:52px}
.contactinfo-inner .section-heado h2{font-size:clamp(1.6rem,3vw,2.2rem);color:#0C0356;font-weight:800;margin:0 0 12px;position:relative;display:inline-block}
.contactinfo-inner .section-heado h2::before{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:48px;height:4px;background:linear-gradient(90deg,#00ADCF,#0C0356);border-radius:2px}
.contactinfo-inner .section-heado p{color:#555;font-size:1rem;line-height:1.7;margin:20px auto 0;max-width:520px}
.contactcards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.contactcard-item{background:#fff;border-radius:6px;padding:36px 28px;box-shadow:0 4px 16px #0c035614;display:flex;flex-direction:column;align-items:flex-start;gap:14px;border-top:4px solid transparent;border-image:linear-gradient(90deg,#00ADCF,#0C0356) 1;transition:box-shadow .2s linear,transform .2s linear}
.contactcard-item:hover{box-shadow:0 8px 24px #0c035624;transform:translateY(-3px)}
.contactcard-item .card-icon-wrap{width:52px;height:52px;background:linear-gradient(135deg,#00ADCF,#0C0356);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contactcard-item .card-icon-wrap span{color:#fff;font-size:22px}
.contactcard-item h4{color:#0C0356;font-size:1rem;font-weight:700;margin:0}
.contactcard-item p{color:#555;font-size:.9rem;line-height:1.6;margin:0}
.contactcard-item a{color:#00ADCF;text-decoration:none;font-weight:600;font-size:.9rem;transition:color .15s linear}
.contactcard-item a:hover{color:#0C0356}
.divider-wave{width:100%;overflow:hidden;line-height:0;background:#ECEAEA}
.divider-wave svg{display:block;width:100%}
.formblock-section{background:#fff;padding:80px 24px}
.formblock-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:64px;align-items:start}
.formside-info{position:sticky;top:32px}
.formside-info .badge-wrap{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,#00adcf1f,#0c035614);border:1px solid #00adcf4d;border-radius:20px;padding:6px 14px;margin-bottom:24px}
.formside-info .badge-wrap span{color:#0C0356;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.formside-info h3{color:#0C0356;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:800;line-height:1.25;margin:0 0 18px}
.formside-info p{color:#555;font-size:.95rem;line-height:1.7;margin:0 0 28px}
.formside-checklist{list-style:none;padding:0;margin:0 0 36px;display:flex;flex-direction:column;gap:12px}
.formside-checklist li{display:flex;align-items:center;gap:12px;color:#333;font-size:.92rem;line-height:1.5}
.formside-checklist li::before{content:'';width:22px;height:22px;min-width:22px;background:linear-gradient(135deg,#00ADCF,#0C0356);border-radius:50%;display:inline-block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:14px;background-repeat:no-repeat;background-position:center}
.formside-availablewrapper{background:linear-gradient(135deg,#0C0356,#00ADCF);border-radius:6px;padding:20px 24px;display:flex;align-items:center;gap:16px}
.formside-availablewrapper .avail-icon{width:40px;height:40px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.formside-availablewrapper .avail-icon span{color:#fff;font-size:18px}
.formside-availablewrapper .avail-text strong{display:block;color:#fff;font-size:.9rem;font-weight:700}
.formside-availablewrapper .avail-text em{color:#ffffffbf;font-style:normal;font-size:.82rem}
.contact-form-wrap{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:44px 40px;box-shadow:0 8px 32px #0c035612}
.contact-form-wrap .form-heado{margin-bottom:32px}
.contact-form-wrap .form-heado h4{color:#0C0356;font-size:1.3rem;font-weight:800;margin:0 0 8px}
.contact-form-wrap .form-heado p{color:#666;font-size:.9rem;margin:0}
.formrow-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}
.formfield-wrapper{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}
.formfield-wrapper label{color:#0C0356;font-size:.85rem;font-weight:700;letter-spacing:.3px}
.formfield-wrapper input[type="text"],.formfield-wrapper input[type="email"],.formfield-wrapper textarea,.formfield-wrapper select{width:100%;padding:12px 16px;border:1.5px solid #d0d0d0;border-radius:4px;font-size:.93rem;color:#222;background:#fafafa;transition:border-color .2s linear,box-shadow .2s linear;box-sizing:border-box;outline:none;appearance:none;-webkit-appearance:none}
.formfield-wrapper input[type="text"]:focus,.formfield-wrapper input[type="email"]:focus,.formfield-wrapper textarea:focus,.formfield-wrapper select:focus{border-color:#00ADCF;background:#fff;box-shadow:0 0 0 3px #00adcf1f}
.formfield-wrapper textarea{min-height:110px;resize:vertical}
.formfield-wrapper .select-wrap{position:relative}
.formfield-wrapper .select-wrap::after{content:'';position:absolute;right:14px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #0C0356;pointer-events:none}
.radiogroup-wrapper{margin-bottom:24px}
.radiogroup-wrapper label.group-label{display:block;color:#0C0356;font-size:.85rem;font-weight:700;letter-spacing:.3px;margin-bottom:14px}
.radiogroup-wrapper .radioopt-list{display:flex;flex-direction:column;gap:10px}
.radiogroup-wrapper .radioopt-item{display:flex;align-items:center;gap:0}
.radiogroup-wrapper .radioopt-item input[type="radio"]{display:none}
.radiogroup-wrapper .radioopt-item input[type="radio"] + label{display:flex;align-items:center;gap:12px;cursor:pointer;padding:12px 16px;border:1.5px solid #d0d0d0;border-radius:4px;width:100%;background:#fafafa;transition:border-color .2s linear,background .2s linear;color:#333;font-size:.9rem}
.radiogroup-wrapper .radioopt-item input[type="radio"] + label::before{content:'';width:18px;height:18px;min-width:18px;border:2px solid #aaa;border-radius:50%;background:#fff;transition:border-color .2s linear,background .2s linear;flex-shrink:0}
.radiogroup-wrapper .radioopt-item input[type="radio"]:checked + label{border-color:#00ADCF;background:#00adcf0f;color:#0C0356;font-weight:600}
.radiogroup-wrapper .radioopt-item input[type="radio"]:checked + label::before{border-color:#00ADCF;background:radial-gradient(circle,#00ADCF 45%,#fff 46%);box-shadow:0 0 0 2px #00adcf33}
.radiogroup-wrapper .radioopt-item .radio-icon{margin-left:auto;color:#aaa;font-size:16px}
.radiogroup-wrapper .radioopt-item input[type="radio"]:checked + label .radio-icon{color:#00ADCF}
.privacycheck-wrapper{display:flex;align-items:flex-start;gap:12px;margin-bottom:28px;padding:16px;background:#f5f5f5;border-radius:4px;border:1px solid #e0e0e0}
.privacycheck-wrapper input[type="checkbox"]{width:18px;height:18px;min-width:18px;margin-top:2px;accent-color:#00ADCF;cursor:pointer}
.privacycheck-wrapper .priv-label{color:#555;font-size:.84rem;line-height:1.6}
.privacycheck-wrapper .priv-label a{color:#00ADCF;font-weight:600;text-decoration:underline}
.formsubmit-wrapper{display:flex;align-items:center;gap:20px}
.formsubmit-wrapper .submitbutt{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#00ADCF,#0C0356);color:#fff;font-size:.95rem;font-weight:700;padding:14px 36px;border:none;border-radius:4px;cursor:pointer;transition:opacity .2s linear,transform .2s linear;text-decoration:none;position:relative;z-index:10}
.formsubmit-wrapper .submitbutt:hover{opacity:.88;transform:translateY(-2px)}
.formsubmit-wrapper .submitsecure{display:flex;align-items:center;gap:6px;color:#888;font-size:.8rem}
.formsubmit-wrapper .submitsecure span{color:#00ADCF;font-size:14px}
.divider-zigzag{width:100%;overflow:hidden;line-height:0;background:#fff}
.divider-zigzag svg{display:block;width:100%}
.reachout-section{background:linear-gradient(135deg,#0C0356 0%,#00ADCF 100%);padding:80px 24px;position:relative;overflow:hidden}
.reachout-section::before{content:'';position:absolute;top:-60px;right:-60px;width:280px;height:280px;background:#ffffff0a;border-radius:50%}
.reachout-section::after{content:'';position:absolute;bottom:-80px;left:-40px;width:200px;height:200px;background:#ffffff0a;border-radius:50%}
.reachout-inner{max-width:1140px;margin:0 auto;position:relative;z-index:5;display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:center}
.reachout-textside h2{color:#fff;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;margin:0 0 16px;line-height:1.2}
.reachout-textside p{color:#ffffffd1;font-size:1rem;line-height:1.7;margin:0 0 28px}
.reachout-directlinks{display:flex;flex-direction:column;gap:12px}
.reachout-directlinks a{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:.92rem;text-decoration:none;transition:color .15s linear}
.reachout-directlinks a span.link-ico{color:#00ADCF;font-size:18px}
.reachout-directlinks a:hover{color:#ffffffb3}
.reachout-statsside{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.reachout-statcard{background:#ffffff1a;border:1px solid #ffffff2e;border-radius:6px;padding:24px 20px;text-align:center;backdrop-filter:blur(4px);transition:background .2s linear}
.reachout-statcard:hover{background:#ffffff29}
.reachout-statcard .stat-num{display:block;color:#fff;font-size:2rem;font-weight:800;line-height:1;margin-bottom:6px}
.reachout-statcard .stat-desc{color:#ffffffbf;font-size:.82rem;line-height:1.4}
.divider-dots{width:100%;overflow:hidden;line-height:0;background:linear-gradient(135deg,#0C0356,#00ADCF)}
.divider-dots svg{display:block;width:100%}
.faqcontact-section{background:#ECEAEA;padding:80px 24px}
.faqcontact-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:64px;align-items:start}
.faqcontact-labelside{position:sticky;top:32px}
.faqcontact-labelside .side-badge{display:inline-block;background:linear-gradient(90deg,#00ADCF,#0C0356);color:#fff;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:5px 14px;border-radius:3px;margin-bottom:20px}
.faqcontact-labelside h3{color:#0C0356;font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:800;margin:0 0 16px;line-height:1.25}
.faqcontact-labelside p{color:#666;font-size:.92rem;line-height:1.7;margin:0 0 28px}
.faqcontact-labelside .gotform-butt{display:inline-flex;align-items:center;gap:8px;background:#0C0356;color:#fff;font-size:.88rem;font-weight:700;padding:12px 24px;border-radius:4px;text-decoration:none;transition:background .2s linear;position:relative;z-index:10}
.faqcontact-labelside .gotform-butt:hover{background:#00ADCF}
.faqcontact-accordion{display:flex;flex-direction:column;gap:0}
.faqitem-wrapper{border-bottom:1px solid #ccc}
.faqitem-wrapper:first-child{border-top:1px solid #ccc}
.faqitem-wrapper input[type="checkbox"]{display:none}
.faqitem-wrapper label.faq-toggle{display:flex;align-items:center;justify-content:space-between;padding:20px 4px;cursor:pointer;color:#0C0356;font-size:.97rem;font-weight:700;transition:color .15s linear;user-select:none}
.faqitem-wrapper label.faq-toggle .faq-arrow{width:28px;height:28px;min-width:28px;background:#fff;border:1.5px solid #d0d0d0;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s linear,border-color .2s linear}
.faqitem-wrapper label.faq-toggle .faq-arrow::after{content:'';width:7px;height:7px;border-right:2px solid #0C0356;border-bottom:2px solid #0C0356;transform:rotate(45deg) translateY(-2px);transition:transform .2s linear;display:block}
.faqitem-wrapper input[type="checkbox"]:checked + label.faq-toggle{color:#00ADCF}
.faqitem-wrapper input[type="checkbox"]:checked + label.faq-toggle .faq-arrow{background:#00ADCF;border-color:#00ADCF}
.faqitem-wrapper input[type="checkbox"]:checked + label.faq-toggle .faq-arrow::after{border-color:#fff;transform:rotate(-135deg) translateY(-2px)}
.faq-body{max-height:0;overflow:hidden;transition:max-height .3s linear}
.faqitem-wrapper input[type="checkbox"]:checked ~ .faq-body{max-height:200px}
.faq-body p{color:#555;font-size:.9rem;line-height:1.7;padding:0 4px 20px;margin:0}
@media (max-width: 1024px) {
.contactcards-grid{grid-template-columns:1fr 1fr}
.formblock-inner{grid-template-columns:1fr;gap:40px}
.formside-info{position:static}
.reachout-inner{grid-template-columns:1fr;gap:48px}
.faqcontact-inner{grid-template-columns:1fr;gap:40px}
.faqcontact-labelside{position:static}
}
@media (max-width: 768px) {
.herocontact-inner{padding:72px 20px 64px}
.contactcards-grid{grid-template-columns:1fr;gap:16px}
.formrow-wrapper{grid-template-columns:1fr;gap:0}
.contact-form-wrap{padding:28px 22px}
.reachout-statsside{grid-template-columns:1fr 1fr}
.formsubmit-wrapper{flex-direction:column;align-items:flex-start;gap:12px}
}
@media (max-width: 480px) {
.herocontact-inner h1{font-size:1.8rem}
.contactinfo-section,.formblock-section,.reachout-section,.faqcontact-section{padding:56px 16px}
.reachout-statsside{grid-template-columns:1fr}
.contact-form-wrap{padding:22px 16px}
}
.aboutwrap{max-width:1140px;margin:0 auto;padding:0 20px}
.titleblock{position:relative;overflow:hidden;padding:90px 0 70px;background:linear-gradient(135deg,#0C0356 0%,#00ADCF 100%)}
.titleblock .aboutwrap{display:flex;flex-direction:row;align-items:center;gap:60px}
.titleblock-text{flex:1 1 55%;position:relative;z-index:2}
.titleblock-text .manifesto-label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#00ADCF;background:#ffffff1f;padding:5px 14px;border-radius:2px;margin-bottom:22px}
.titleblock-text h1{font-size:2.6rem;line-height:1.2;color:#fff;margin:0 0 18px;font-weight:800}
.titleblock-text h1 span{color:#00ADCF}
.titleblock-text .manifesto-body{font-size:1.05rem;line-height:1.7;color:#ffffffd1;margin:0 0 30px;max-width:480px}
.titleblock-text .manifesto-tagline{font-size:.9rem;color:#ffffff8c;border-left:3px solid #00ADCF;padding-left:14px;line-height:1.6}
.titleblock-visual{flex:1 1 40%;position:relative;z-index:2}
.titleblock-visual img{width:100%;height:320px;object-fit:cover;border-radius:4px;display:block;box-shadow:0 16px 48px #00000059}
.titleblock-deco1{position:absolute;top:-60px;right:-60px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,#00adcf2e 0%,transparent 70%);z-index:1}
.titleblock-deco2{position:absolute;bottom:-80px;left:-40px;width:220px;height:220px;background:radial-gradient(circle,#0c03564d 0%,transparent 70%);z-index:1}
.storyblock{padding:80px 0;background:#ECEAEA}
.storyblock-inner{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:1140px;margin:0 auto;padding:0 20px}
.storyblock-img-col{position:relative}
.storyblock-img-col img{width:100%;height:100%;min-height:380px;object-fit:cover;display:block}
.storyblock-img-overlay{position:absolute;bottom:20px;left:20px;background:linear-gradient(135deg,#0C0356,#00ADCF);color:#fff;padding:16px 22px;border-radius:3px;box-shadow:0 8px 24px #0c035666}
.storyblock-img-overlay .ov-num{font-size:2rem;font-weight:800;line-height:1}
.storyblock-img-overlay .ov-label{font-size:.75rem;opacity:.85;margin-top:3px}
.storyblock-text-col{background:#fff;padding:52px 48px;display:flex;flex-direction:column;justify-content:center}
.storyblock-text-col .section-eyebrow{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#00ADCF;margin-bottom:16px}
.storyblock-text-col h2{font-size:1.9rem;color:#0C0356;margin:0 0 18px;font-weight:700;line-height:1.3;position:relative;padding-bottom:16px}
.storyblock-text-col h2::after{content:'';position:absolute;bottom:0;left:0;width:48px;height:3px;background:linear-gradient(90deg,#00ADCF,#0C0356);border-radius:2px}
.storyblock-text-col p{font-size:.95rem;line-height:1.75;color:#444;margin:0 0 14px}
.statsrow{padding:70px 0;background:#fff}
.statsrow .aboutwrap{display:flex;flex-direction:column;gap:44px}
.statsrow-head{text-align:center}
.statsrow-head h2{font-size:1.8rem;color:#0C0356;margin:0 0 10px;font-weight:700}
.statsrow-head p{font-size:.95rem;color:#666;max-width:520px;margin:0 auto;line-height:1.65}
.statsgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:#ECEAEA;border:2px solid #ECEAEA;border-radius:6px;overflow:hidden}
.statcard{background:#fff;padding:36px 24px;text-align:center;transition:background .2s linear}
.statcard:hover{background:linear-gradient(160deg,#0C0356 0%,#00ADCF 100%)}
.statcard:hover .statcard-num{color:#fff}
.statcard:hover .statcard-label{color:#fffc}
.statcard-icon{width:40px;height:40px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;background:#00adcf1a;border-radius:50%}
.statcard-icon span{font-size:18px;color:#00ADCF}
.statcard-num{font-size:2.2rem;font-weight:800;color:#0C0356;line-height:1;margin-bottom:6px;transition:color .2s linear}
.statcard-label{font-size:.82rem;color:#777;line-height:1.4;transition:color .2s linear}
.approachblock{padding:80px 0;background:#0C0356;position:relative;overflow:hidden}
.approachblock::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#00adcf26 0%,transparent 60%);z-index:0}
.approachblock .aboutwrap{position:relative;z-index:1}
.approachblock-header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:24px}
.approachblock-header h2{font-size:2rem;color:#fff;margin:0;font-weight:700;line-height:1.25;max-width:420px}
.approachblock-header h2 span{color:#00ADCF}
.approachblock-header p{font-size:.9rem;color:#fff9;max-width:300px;line-height:1.65;margin:0}
.approach-tabs-wrapper{display:flex;flex-direction:column;gap:0}
.approachtab input[type="radio"]{display:none}
.approachtab{border-bottom:1px solid #ffffff1a}
.approachtab label{display:flex;flex-direction:row;align-items:center;gap:16px;padding:20px 0;cursor:pointer;color:#fff9;font-size:1rem;font-weight:600;transition:color .2s linear}
.approachtab label:hover{color:#00ADCF}
.approachtab label .tab-num{width:32px;height:32px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;flex-shrink:0;transition:background .2s linear}
.approachtab input:checked + label{color:#fff}
.approachtab input:checked + label .tab-num{background:#00ADCF}
.approachtab-content{max-height:0;overflow:hidden;transition:max-height .3s linear}
.approachtab input:checked ~ .approachtab-content{max-height:200px}
.approachtab-content-inner{padding:0 0 20px 48px;font-size:.9rem;color:#ffffffb3;line-height:1.7}
.teamblock{padding:80px 0;background:#ECEAEA}
.teamblock .aboutwrap{display:flex;flex-direction:column;gap:44px}
.teamblock-toprow{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.teamblock-intro h2{font-size:1.85rem;color:#0C0356;font-weight:700;margin:0 0 16px;line-height:1.3;position:relative;padding-left:18px}
.teamblock-intro h2::before{content:'';position:absolute;left:0;top:6px;bottom:6px;width:4px;background:linear-gradient(180deg,#00ADCF,#0C0356);border-radius:2px}
.teamblock-intro p{font-size:.95rem;color:#555;line-height:1.7;margin:0}
.teamprofilecard{background:#fff;border-radius:4px;overflow:hidden;display:flex;flex-direction:row;box-shadow:0 4px 16px #0c03561a}
.teamprofilecard-img{width:160px;flex-shrink:0}
.teamprofilecard-img img{width:160px;height:100%;object-fit:cover;display:block}
.teamprofilecard-info{padding:28px 24px;display:flex;flex-direction:column;justify-content:center}
.teamprofilecard-info .prof-name{font-size:1.1rem;font-weight:700;color:#0C0356;margin-bottom:4px}
.teamprofilecard-info .prof-role{font-size:.8rem;color:#00ADCF;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}
.teamprofilecard-info .prof-bio{font-size:.875rem;color:#666;line-height:1.65;margin:0}
.teamblock-imgrow{display:grid;grid-template-columns:2fr 1fr;gap:4px;border-radius:4px;overflow:hidden;max-height:280px}
.teamblock-imgrow img{width:100%;height:280px;object-fit:cover;display:block}
.teamblock-imgrow-col2{display:flex;flex-direction:column;gap:4px}
.teamblock-imgrow-col2 img{height:138px}
.divider-wave{width:100%;line-height:0;overflow:hidden;margin:0}
.divider-wave svg{display:block;width:100%}
@media (max-width: 1024px) {
.statsgrid{grid-template-columns:repeat(2,1fr)}
.approachblock-header{flex-direction:column;align-items:flex-start}
.approachblock-header p{max-width:100%}
}
@media (max-width: 768px) {
.titleblock .aboutwrap{flex-direction:column}
.titleblock-text h1{font-size:1.9rem}
.titleblock-visual img{height:220px}
.storyblock-inner{grid-template-columns:1fr}
.storyblock-img-col img{min-height:240px;height:240px}
.storyblock-text-col{padding:36px 28px}
.statsgrid{grid-template-columns:1fr 1fr}
.teamblock-toprow{grid-template-columns:1fr;gap:28px}
.teamprofilecard{flex-direction:column}
.teamprofilecard-img{width:100%}
.teamprofilecard-img img{width:100%;height:200px}
.teamblock-imgrow{grid-template-columns:1fr;max-height:none}
.teamblock-imgrow img{height:180px}
.teamblock-imgrow-col2{flex-direction:row}
.teamblock-imgrow-col2 img{height:140px;width:50%}
}
@media (max-width: 480px) {
.titleblock{padding:60px 0 50px}
.titleblock-text h1{font-size:1.6rem}
.statsgrid{grid-template-columns:1fr}
.statsrow,.storyblock,.approachblock,.teamblock{padding:55px 0}
.approachblock-header h2{font-size:1.6rem}
}
.progpage-hero{background:linear-gradient(135deg,#0C0356 0%,#00ADCF 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.progpage-hero::before{content:'';position:absolute;top:-60px;right:-60px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,#00adcf40 0%,transparent 70%);pointer-events:none}
.progpage-hero::after{content:'';position:absolute;bottom:-40px;left:10%;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,#0c03564d 0%,transparent 70%);pointer-events:none}
.herowrapper{max-width:1140px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.herotextside{flex:1 1 55%;display:flex;flex-direction:column;gap:20px}
.herotextside .badge-label{display:inline-block;background:#00adcf33;border:1px solid #00adcf80;color:#a8eaf7;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;padding:5px 14px;border-radius:4px;width:fit-content}
.herotextside h1{color:#fff;font-size:clamp(2rem,4vw,3rem);line-height:1.2;margin:0;font-weight:700}
.herotextside h1 .accentword{color:#00ADCF}
.herotextside .herodesc{color:#ffffffd1;font-size:1.05rem;line-height:1.7;max-width:480px;margin:0}
.herotextside .herocta-wrapper{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;margin-top:8px}
.herocta-primary{display:inline-block;background:#00ADCF;color:#fff;padding:13px 28px;border-radius:4px;text-decoration:none;font-weight:600;font-size:.95rem;transition:background .2s linear,box-shadow .2s linear;position:relative;z-index:2;box-shadow:0 4px 14px #00adcf59}
.herocta-primary:hover{background:#009ab8;box-shadow:0 6px 20px #00adcf80}
.herocta-secondary{display:inline-block;border:2px solid #ffffff73;color:#fff;padding:11px 26px;border-radius:4px;text-decoration:none;font-size:.95rem;transition:border-color .2s linear,background .2s linear;position:relative;z-index:2}
.herocta-secondary:hover{border-color:#00ADCF;background:#00adcf1f}
.heroimageside{flex:1 1 40%;display:flex;flex-direction:column;align-items:flex-end;position:relative}
.heroimageside .imgframe{width:100%;max-width:420px;border-radius:6px;overflow:hidden;box-shadow:12px 12px 0 #00adcf4d 0 8px 32px #00000059;position:relative}
.heroimageside .imgframe img{width:100%;height:320px;object-fit:cover;display:block}
.heroimageside .floatstat{position:absolute;bottom:-18px;left:-24px;background:#fff;border-radius:4px;padding:12px 18px;box-shadow:0 8px 24px #0000002e;display:flex;flex-direction:column;gap:2px}
.heroimageside .floatstat .statnum{font-size:1.5rem;font-weight:700;color:#0C0356;line-height:1}
.heroimageside .floatstat .statlabel{font-size:.72rem;color:#666;text-transform:uppercase;letter-spacing:.08em}
.coursegrid-section{padding:80px 20px;background:#fff}
.coursegrid-wrapper{max-width:1140px;margin:auto}
.sectionheado{text-align:left;margin-bottom:48px}
.sectionheado h2{font-size:clamp(1.6rem,3vw,2.2rem);color:#0C0356;margin:0 0 12px;position:relative;display:inline-block}
.sectionheado h2::after{content:'';display:block;width:48px;height:3px;background:linear-gradient(90deg,#00ADCF,#0C0356);margin-top:10px;border-radius:2px}
.sectionheado p{color:#555;font-size:1rem;line-height:1.65;max-width:560px;margin:0}
.coursegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.coursecard{border:1px solid #ECEAEA;border-radius:6px;padding:28px 24px;display:flex;flex-direction:column;gap:14px;transition:box-shadow .2s linear,transform .2s linear;background:#fff;position:relative;overflow:hidden}
.coursecard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#00ADCF,#0C0356);transform:scaleX(0);transform-origin:left;transition:transform .2s linear}
.coursecard:hover::before{transform:scaleX(1)}
.coursecard:hover{box-shadow:0 12px 32px #00adcf26;transform:translateY(-3px)}
.coursecard .card-ico{width:44px;height:44px;background:linear-gradient(135deg,#00ADCF,#0C0356);border-radius:4px;display:flex;align-items:center;justify-content:center}
.coursecard .card-ico span{color:#fff;font-size:1.25rem}
.coursecard .card-level{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#00ADCF;font-weight:600}
.coursecard h3{font-size:1.08rem;color:#0C0356;margin:0;line-height:1.4}
.coursecard p{font-size:.9rem;color:#666;line-height:1.6;margin:0;flex:1}
.coursecard .card-meta{display:flex;flex-direction:row;gap:16px;border-top:1px solid #ECEAEA;padding-top:14px;margin-top:4px}
.coursecard .card-meta .metaitem{display:flex;flex-direction:row;align-items:center;gap:6px;font-size:.78rem;color:#888}
.coursecard .card-meta .metaitem span.icon{font-size:.9rem;color:#00ADCF}
.coursecard .card-enroll{display:inline-block;background:#0C0356;color:#fff;font-size:.85rem;padding:9px 20px;border-radius:4px;text-decoration:none;text-align:center;transition:background .2s linear;position:relative;z-index:2}
.coursecard .card-enroll:hover{background:#00ADCF}
.coursecard-featured{background:linear-gradient(160deg,#0C0356 0%,#00ADCF 100%);border-color:transparent}
.coursecard-featured .card-level{color:#ffffffb3}
.coursecard-featured h3{color:#fff}
.coursecard-featured p{color:#fffc}
.coursecard-featured .card-meta{border-top-color:#fff3}
.coursecard-featured .card-meta .metaitem{color:#ffffffbf}
.coursecard-featured .card-meta .metaitem span.icon{color:#a8eaf7}
.coursecard-featured .card-enroll{background:#fff;color:#0C0356}
.coursecard-featured .card-enroll:hover{background:#ffffffd9}
.method-section{padding:80px 20px;background:#ECEAEA;position:relative;overflow:hidden}
.method-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,#00ADCF,transparent)}
.method-wrapper{max-width:1140px;margin:auto;display:flex;flex-direction:row;gap:56px;align-items:flex-start}
.method-left{flex:1 1 42%;display:flex;flex-direction:column;gap:24px}
.method-left h2{font-size:clamp(1.5rem,2.8vw,2rem);color:#0C0356;margin:0;line-height:1.3}
.method-left h2 .txt-accent{color:#00ADCF}
.method-left .method-intro{color:#555;font-size:.98rem;line-height:1.7;margin:0}
.method-imgframe{border-radius:6px;overflow:hidden;box-shadow:8px 8px 0 #00ADCF,0 4px 16px #00000026;position:relative}
.method-imgframe img{width:100%;height:260px;object-fit:cover;display:block}
.method-right{flex:1 1 55%;display:flex;flex-direction:column;gap:0}
.method-step{display:flex;flex-direction:row;gap:20px;padding:24px 0;border-bottom:1px solid #0000001a}
.method-step:last-child{border-bottom:none}
.method-step .stepnum{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,#00ADCF,#0C0356);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;font-weight:700}
.method-step .stepcontent{display:flex;flex-direction:column;gap:6px}
.method-step .stepcontent h4{font-size:.95rem;font-weight:700;color:#0C0356;margin:0}
.method-step .stepcontent p{font-size:.88rem;color:#666;line-height:1.6;margin:0}
.testimonial-section{padding:80px 20px 90px;background:#fff}
.testimonial-wrapper{max-width:1140px;margin:auto}
.testimonial-heado{text-align:center;margin-bottom:52px}
.testimonial-heado h2{font-size:clamp(1.5rem,2.8vw,2rem);color:#0C0356;margin:0 0 10px}
.testimonial-heado p{color:#777;font-size:.95rem;max-width:420px;margin:0 auto;line-height:1.6}
.testi-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.testi-bigcard{background:linear-gradient(150deg,#0C0356 0%,#00ADCF 100%);border-radius:6px;padding:40px 36px;display:flex;flex-direction:column;gap:20px;position:relative}
.testi-bigcard .quoteico{font-size:3.5rem;color:#fff3;line-height:1;margin-bottom:-8px}
.testi-bigcard .quotetext{color:#ffffffeb;font-size:1.05rem;line-height:1.75;margin:0}
.testi-bigcard .quoteperson{display:flex;flex-direction:row;align-items:center;gap:14px;margin-top:8px}
.testi-bigcard .quoteperson img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #ffffff59}
.testi-bigcard .quoteperson .persinfo{display:flex;flex-direction:column;gap:2px}
.testi-bigcard .quoteperson .persname{color:#fff;font-weight:600;font-size:.9rem}
.testi-bigcard .quoteperson .persrole{color:#ffffffa6;font-size:.78rem}
.testi-smallstack{display:flex;flex-direction:column;gap:20px}
.testi-smallcard{background:#ECEAEA;border-radius:6px;padding:24px;display:flex;flex-direction:column;gap:14px;border-left:4px solid #00ADCF}
.testi-smallcard .smallquote{font-size:.9rem;color:#444;line-height:1.65;margin:0}
.testi-smallcard .smallperson{display:flex;flex-direction:row;align-items:center;gap:12px}
.testi-smallcard .smallperson img{width:44px;height:44px;border-radius:50%;object-fit:cover}
.testi-smallcard .smallperson .persinfo{display:flex;flex-direction:column;gap:2px}
.testi-smallcard .smallperson .persname{font-size:.85rem;font-weight:700;color:#0C0356}
.testi-smallcard .smallperson .persrole{font-size:.75rem;color:#888}
.testi-statrow{display:flex;flex-direction:row;gap:0;border:1px solid #ECEAEA;border-radius:6px;overflow:hidden;margin-top:8px}
.testi-statitem{flex:1;padding:18px 16px;display:flex;flex-direction:column;align-items:center;gap:4px;border-right:1px solid #ECEAEA}
.testi-statitem:last-child{border-right:none}
.testi-statitem .statval{font-size:1.4rem;font-weight:700;color:#0C0356}
.testi-statitem .statkey{font-size:.72rem;color:#888;text-transform:uppercase;letter-spacing:.08em;text-align:center}
@media (max-width: 1024px) {
.coursegrid{grid-template-columns:repeat(2,1fr)}
.method-wrapper{flex-direction:column;gap:36px}
.method-left{flex:none;width:100%}
.method-right{flex:none;width:100%}
}
@media (max-width: 768px) {
.herowrapper{flex-direction:column;gap:32px}
.heroimageside{align-items:center;width:100%}
.heroimageside .imgframe{max-width:100%}
.coursegrid{grid-template-columns:1fr}
.testi-grid{grid-template-columns:1fr}
.testi-statrow{flex-wrap:wrap}
.testi-statitem{flex:1 1 48%}
.progpage-hero{padding:56px 16px 48px}
.coursegrid-section,.method-section,.testimonial-section{padding:56px 16px}
}
@media (max-width: 480px) {
.herotextside h1{font-size:1.75rem}
.heroimageside .floatstat{position:static;align-self:flex-start;margin-top:12px}
.testi-statitem{flex:1 1 100%;border-right:none;border-bottom:1px solid #ECEAEA}
.testi-statitem:last-child{border-bottom:none}
}
.methodo-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#0C0356 0%,#00ADCF 100%);padding:80px 20px}
.methodo-hero .shapebg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}
.methodo-hero .shapebg circle{opacity:.08}
.methodo-hero .shapebg rect{opacity:.05}
.methodo-herowrapper{max-width:1140px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.methodo-herotext{flex:1 1 50%;display:flex;flex-direction:column;gap:20px}
.methodo-herotext .herobadge{display:inline-block;background:#00adcf40;color:#fff;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:2px;border:1px solid #fff3;width:fit-content}
.methodo-herotext h1{font-size:clamp(28px,4vw,52px);font-weight:800;color:#fff;line-height:1.15;margin:0}
.methodo-herotext h1 .accent-word{color:#00ADCF;position:relative;display:inline-block}
.methodo-herotext h1 .accent-word::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#00ADCF;border-radius:2px}
.methodo-herotext .herodesc{font-size:16px;line-height:1.7;color:#ffffffd9;max-width:480px;margin:0}
.methodo-herotext .herobutt{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#0C0356;font-size:14px;font-weight:700;padding:14px 28px;border-radius:4px;text-decoration:none;width:fit-content;transition:background .2s linear,color .2s linear,transform .2s linear;position:relative;z-index:5}
.methodo-herotext .herobutt:hover{background:#00ADCF;color:#fff;transform:translateY(-2px)}
.methodo-heroimgside{flex:1 1 45%;position:relative}
.methodo-heroimgside .imgframe{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 16px 48px #00000059}
.methodo-heroimgside .imgframe img{width:100%;height:380px;object-fit:cover;display:block;border-radius:6px}
.methodo-heroimgside .imgframe::after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,#00adcf2e 0%,#0c03566b 100%);border-radius:6px}
.methodo-heroimgside .floatcard{position:absolute;bottom:-20px;left:-24px;background:#fff;border-radius:4px;padding:14px 18px;box-shadow:0 8px 24px #0c03562e;display:flex;flex-direction:column;gap:4px;z-index:3}
.methodo-heroimgside .floatcard .fc-num{font-size:22px;font-weight:800;color:#0C0356}
.methodo-heroimgside .floatcard .fc-label{font-size:11px;color:#666;text-transform:uppercase;letter-spacing:1px}
.pillars-section{background:#ECEAEA;padding:80px 20px}
.pillars-wrapper{max-width:1140px;margin:auto}
.pillars-toprow{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:52px}
.pillars-topleft h2{font-size:clamp(22px,3vw,38px);font-weight:800;color:#0C0356;margin:0 0 12px;line-height:1.2;position:relative;padding-left:20px}
.pillars-topleft h2::before{content:'';position:absolute;left:0;top:6px;bottom:6px;width:4px;background:linear-gradient(#00ADCF,#0C0356);border-radius:2px}
.pillars-topleft p{font-size:15px;color:#444;line-height:1.65;margin:0;max-width:440px}
.pillars-topright{display:flex;flex-direction:row;gap:20px;flex-shrink:0}
.pillars-topright .statbox{background:#fff;border-radius:4px;padding:18px 22px;text-align:center;box-shadow:0 2px 8px #00000012;min-width:100px}
.pillars-topright .statbox .snum{font-size:26px;font-weight:800;color:#00ADCF}
.pillars-topright .statbox .slabel{font-size:11px;color:#777;text-transform:uppercase;letter-spacing:1px;margin-top:4px}
.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.pillarcard{background:#fff;border-radius:4px;padding:32px 24px;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;gap:16px;transition:box-shadow .2s linear,transform .2s linear;position:relative;overflow:hidden}
.pillarcard::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#00ADCF,#0C0356)}
.pillarcard:hover{box-shadow:0 12px 32px #00adcf26;transform:translateY(-4px)}
.pillarcard .picon{width:48px;height:48px;background:linear-gradient(135deg,#00ADCF,#0C0356);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pillarcard .picon span{color:#fff;font-size:22px}
.pillarcard h4{font-size:16px;font-weight:700;color:#0C0356;margin:0}
.pillarcard p{font-size:14px;color:#555;line-height:1.65;margin:0}
.pillarcard .ptag{display:inline-block;background:#ECEAEA;color:#0C0356;font-size:11px;font-weight:600;padding:4px 10px;border-radius:2px;width:fit-content;margin-top:auto}
.process-section{background:#fff;padding:80px 20px}
.process-wrapper{max-width:1140px;margin:auto}
.process-headrow{text-align:center;margin-bottom:56px}
.process-headrow h2{font-size:clamp(22px,3vw,38px);font-weight:800;color:#0C0356;margin:0 0 14px}
.process-headrow h2 .hl{color:#00ADCF}
.process-headrow p{font-size:15px;color:#555;max-width:520px;margin:0 auto;line-height:1.65}
.process-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.process-steps{display:flex;flex-direction:column;gap:0}
.step-item{display:flex;flex-direction:row;gap:20px;position:relative}
.step-item:not(:last-child)::after{content:'';position:absolute;left:19px;top:48px;bottom:0;width:2px;background:linear-gradient(#00ADCF,#00adcf1a)}
.step-iconwrap{display:flex;flex-direction:column;align-items:center;flex-shrink:0}
.step-num{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#00ADCF,#0C0356);color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}
.step-body{padding-bottom:36px;flex:1}
.step-body h5{font-size:15px;font-weight:700;color:#0C0356;margin:8px 0}
.step-body p{font-size:14px;color:#555;line-height:1.6;margin:0}
.step-body .steptag{margin-top:10px;display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#00ADCF;font-weight:600}
.step-body .steptag span{font-size:14px}
.process-profileside{display:flex;flex-direction:column;gap:24px}
.process-profilecard{background:#ECEAEA;border-radius:6px;padding:28px;display:flex;flex-direction:row;gap:20px;align-items:flex-start}
.process-profilecard img{width:72px;height:72px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid #00ADCF}
.process-profilecard .pcinfo{display:flex;flex-direction:column;gap:6px}
.process-profilecard .pcinfo .pcname{font-size:15px;font-weight:700;color:#0C0356}
.process-profilecard .pcinfo .pcrole{font-size:12px;color:#00ADCF;font-weight:600;text-transform:uppercase;letter-spacing:1px}
.process-profilecard .pcinfo .pcquote{font-size:14px;color:#444;line-height:1.6;margin:6px 0 0}
.process-metabox{background:linear-gradient(135deg,#0C0356,#00ADCF);border-radius:6px;padding:28px;display:flex;flex-direction:column;gap:18px}
.process-metabox .mb-title{font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1.5px}
.process-metabox .mb-bars{display:flex;flex-direction:column;gap:14px}
.mb-baritem{display:flex;flex-direction:column;gap:6px}
.mb-baritem .barlabel{display:flex;flex-direction:row;justify-content:space-between;font-size:13px;color:#ffffffe6}
.mb-baritem .barlabel .barpct{font-weight:700}
.mb-baritem .bartrack{height:6px;background:#fff3;border-radius:3px;overflow:hidden}
.mb-baritem .barfill{height:100%;background:#fff;border-radius:3px;transition:width .6s linear}
.process-profilecard-2{background:#ECEAEA;border-radius:6px;padding:28px;display:flex;flex-direction:row;gap:20px;align-items:flex-start}
.process-profilecard-2 img{width:72px;height:72px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid #0C0356}
.process-profilecard-2 .pcinfo-2{display:flex;flex-direction:column;gap:6px}
.process-profilecard-2 .pcinfo-2 .pcname-2{font-size:15px;font-weight:700;color:#0C0356}
.process-profilecard-2 .pcinfo-2 .pcrole-2{font-size:12px;color:#0C0356;font-weight:600;text-transform:uppercase;letter-spacing:1px}
.process-profilecard-2 .pcinfo-2 .pcquote-2{font-size:14px;color:#444;line-height:1.6;margin:6px 0 0}
.divcurve{display:block;line-height:0;background:#ECEAEA}
.divcurve svg{display:block;width:100%}
@media (max-width: 1024px) {
.pillars-grid{grid-template-columns:repeat(2,1fr)}
.pillars-toprow{flex-direction:column;align-items:flex-start}
.process-layout{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.methodo-herowrapper{flex-direction:column}
.methodo-heroimgside{width:100%}
.methodo-heroimgside .imgframe img{height:260px}
.methodo-heroimgside .floatcard{left:10px;bottom:10px}
.pillars-grid{grid-template-columns:1fr}
.pillars-topright{flex-direction:row;flex-wrap:wrap}
.process-profilecard{flex-direction:column}
.process-profilecard-2{flex-direction:column}
}
@media (max-width: 480px) {
.methodo-hero{padding:52px 16px}
.pillars-section{padding:52px 16px}
.process-section{padding:52px 16px}
.pillars-topright .statbox{min-width:80px;padding:12px 14px}
}
.successpage-wrapper{width:100%;overflow-x:hidden}
.successhero-wrapper{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:80px 20px}
.successhero-wrapper .herobg-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#0C0356 0%,#00ADCF 60%,#0C0356 100%);z-index:0}
.successhero-wrapper .herobg-geo-1{position:absolute;top:-60px;right:-60px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,#00adcf59 0%,transparent 70%);z-index:1}
.successhero-wrapper .herobg-geo-2{position:absolute;bottom:-80px;left:-40px;width:280px;height:280px;background:radial-gradient(circle,#0c035680 0%,transparent 70%);z-index:1}
.successhero-wrapper .herobg-geo-3{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;border:1px solid #00adcf1f;border-radius:50%;z-index:1}
.successhero-wrapper .herobg-geo-4{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:420px;height:420px;border:1px solid #00adcf14;border-radius:50%;z-index:1}
.successhero-wrapper .herobg-dots{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(#ffffff12 1px,transparent 1px);background-size:32px 32px;z-index:1}
.successhero-content-wrapper{position:relative;z-index:2;text-align:center;max-width:660px;margin:0 auto}
.successhero-content-wrapper .checkmark-wrapper{display:inline-flex;align-items:center;justify-content:center;width:88px;height:88px;border-radius:50%;background:#ffffff1f;border:2px solid #00adcf80;margin-bottom:28px;backdrop-filter:blur(4px)}
.successhero-content-wrapper .checkmark-wrapper svg{width:44px;height:44px}
.successhero-content-wrapper .hero-badge{display:inline-block;padding:6px 16px;background:#00adcf2e;border:1px solid #00adcf66;border-radius:20px;color:#a8eaf7;font-size:13px;letter-spacing:.06em;margin-bottom:20px}
.successhero-content-wrapper .herotitle{font-size:2.6rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:18px;letter-spacing:-.01em}
.successhero-content-wrapper .herotitle span{color:#00ADCF}
.successhero-content-wrapper .herodesc{font-size:1.05rem;color:#ffffffc7;line-height:1.7;margin-bottom:36px}
.successhero-content-wrapper .herobtn-wrapper{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.successhero-content-wrapper .btn-primary-hero{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;background:#00ADCF;color:#fff;font-size:.97rem;font-weight:600;border-radius:4px;text-decoration:none;border:none;cursor:pointer;transition:background .2s linear,transform .15s linear;z-index:3;position:relative}
.successhero-content-wrapper .btn-primary-hero:hover{background:#0097b5;transform:translateY(-2px)}
.successhero-content-wrapper .btn-outline-hero{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;background:transparent;color:#fff;font-size:.97rem;font-weight:600;border-radius:4px;text-decoration:none;border:2px solid #fff6;cursor:pointer;transition:border-color .2s linear,background .2s linear;z-index:3;position:relative}
.successhero-content-wrapper .btn-outline-hero:hover{border-color:#00ADCF;background:#00adcf1a}
.svgdivider-wave{display:block;width:100%;line-height:0;margin-bottom:-2px}
.nextblock-wrapper{background:#ECEAEA;padding:70px 20px 80px}
.nextblock-inner{max-width:1140px;margin:0 auto}
.nextblock-header{max-width:560px;margin-bottom:50px}
.nextblock-header .block-eyebrow{display:inline-flex;align-items:center;gap:8px;color:#00ADCF;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}
.nextblock-header .block-eyebrow::before{content:'';display:inline-block;width:28px;height:2px;background:#00ADCF;border-radius:2px}
.nextblock-header .blocktitle{font-size:1.85rem;font-weight:700;color:#0C0356;line-height:1.25;margin-bottom:14px}
.nextblock-header .blocksubtitle{font-size:1rem;color:#4a4a6a;line-height:1.65}
.nextblock-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}
.nextcard{background:#fff;border-radius:6px;padding:28px 24px;border:1px solid #00adcf1f;box-shadow:0 4px 14px #0c03560f;transition:box-shadow .2s linear,transform .2s linear;display:flex;flex-direction:column;gap:12px}
.nextcard:hover{box-shadow:0 8px 24px #0c03561f;transform:translateY(-3px)}
.nextcard .cardicon-wrap{width:48px;height:48px;border-radius:4px;background:linear-gradient(135deg,#00ADCF,#0C0356);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.nextcard .cardicon-wrap span{color:#fff;font-size:22px}
.nextcard .cardtitle{font-size:1.05rem;font-weight:700;color:#0C0356;line-height:1.3}
.nextcard .carddesc{font-size:.9rem;color:#5a5a7a;line-height:1.6;flex-grow:1}
.nextcard .cardlink{display:inline-flex;align-items:center;gap:6px;color:#00ADCF;font-size:.88rem;font-weight:600;text-decoration:none;transition:gap .15s linear;margin-top:4px}
.nextcard .cardlink:hover{gap:10px}
.nextcard .cardlink span{font-size:14px}
.nextblock-cta-strip{background:linear-gradient(90deg,#0C0356 0%,#00ADCF 100%);border-radius:8px;padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.nextblock-cta-strip .striptext-wrap{flex:1;min-width:220px}
.nextblock-cta-strip .striptitle{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:6px}
.nextblock-cta-strip .stripdesc{font-size:.92rem;color:#ffffffbf;line-height:1.5}
.nextblock-cta-strip .stripbtn-wrapper{display:flex;gap:12px;flex-wrap:wrap;flex-shrink:0}
.nextblock-cta-strip .btn-strip-white{display:inline-flex;align-items:center;gap:7px;padding:13px 26px;background:#fff;color:#0C0356;font-size:.92rem;font-weight:700;border-radius:4px;text-decoration:none;border:none;transition:background .2s linear,color .2s linear}
.nextblock-cta-strip .btn-strip-white:hover{background:#ECEAEA;color:#00ADCF}
.nextblock-cta-strip .btn-strip-outline{display:inline-flex;align-items:center;gap:7px;padding:13px 26px;background:transparent;color:#fff;font-size:.92rem;font-weight:600;border-radius:4px;text-decoration:none;border:2px solid #ffffff80;transition:border-color .2s linear,background .2s linear}
.nextblock-cta-strip .btn-strip-outline:hover{border-color:#fff;background:#ffffff14}
@media (max-width: 1024px) {
.nextblock-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.successhero-content-wrapper .herotitle{font-size:1.9rem}
.successhero-wrapper{min-height:440px;padding:60px 20px}
.nextblock-grid{grid-template-columns:1fr;gap:16px}
.nextblock-cta-strip{flex-direction:column;padding:28px 24px;text-align:center}
.nextblock-cta-strip .stripbtn-wrapper{justify-content:center}
.nextblock-header .blocktitle{font-size:1.5rem}
}
@media (max-width: 480px) {
.successhero-content-wrapper .herotitle{font-size:1.55rem}
.successhero-content-wrapper .herobtn-wrapper{flex-direction:column;align-items:center}
.successhero-content-wrapper .btn-primary-hero,.successhero-content-wrapper .btn-outline-hero{width:100%;max-width:280px;justify-content:center}
.nextblock-wrapper{padding:50px 16px 60px}
}