*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Noto Serif',serif;font-size:16px;line-height:1.6;color:#212A3C;background-color:#fff}
.headerbox{background:linear-gradient(135deg,#212A3C 0%,#2e3d56 100%);border-bottom:3px solid #648EFB;position:relative}
.headerbox .toprow{max-width:1600px;margin:auto;padding:18px 32px 14px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.headerbox .logobrandbox{display:flex;align-items:center;gap:14px;text-decoration:none;flex-shrink:0}
.headerbox .logobrandbox img{width:80px;height:80px;object-fit:contain;border-radius:4px;background:#e6eff41f;padding:4px;box-shadow:0 2px 8px #0000004d}
.headerbox .brandname{font-size:1.55rem;font-weight:700;color:#E6EFF4;letter-spacing:.03em;line-height:1.2}
.headerbox .brandtagline{font-size:.72rem;color:#e6eff4a6;letter-spacing:.06em;text-transform:uppercase;margin-top:3px}
.headerbox .contactnavbox{display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.headerbox .contactinfo{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:flex-end}
.headerbox .contactinfo a{color:#e6eff4cc;text-decoration:none;font-size:.82rem;display:flex;align-items:center;gap:5px;transition:color 400ms ease}
.headerbox .contactinfo a:hover{color:#648EFB}
.headerbox .contactinfo a svg{width:16px;height:16px;fill:#648EFB}
.headerbox .main-nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-end}
.headerbox .main-nav a{color:#e6eff4c7;text-decoration:none;font-size:.85rem;padding:7px 14px;border-radius:3px;transition:background 400ms ease,color 400ms ease;white-space:nowrap;letter-spacing:.02em}
.headerbox .main-nav a:hover{background:#648efb2e;color:#E6EFF4}
.headerbox .main-nav a.nav-active{background:#648efb40;color:#648EFB;font-weight:700}
.footerwrapper{background:#212A3C;color:#e6eff4b8;margin-top:64px}
.footerwrapper .footerinner{max-width:1600px;margin:auto;padding:48px 32px 28px}
.footerwrapper .footergridbox{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:36px;border-bottom:1px solid #648efb33}
.footerwrapper .footerbrandblock .footerlogorow{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.footerwrapper .footerbrandblock .footerlogorow img{width:52px;height:52px;object-fit:contain;background:#e6eff414;border-radius:3px;padding:3px}
.footerwrapper .footerbrandblock .footerbrandname{font-size:1.15rem;font-weight:700;color:#E6EFF4}
.footerwrapper .footerbrandblock p{font-size:.82rem;line-height:1.65;max-width:320px}
.footerwrapper .footerlinkblock h4{font-size:.78rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#648EFB;margin-bottom:16px}
.footerwrapper .footerlinkblock ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.footerwrapper .footerlinkblock ul a{color:#e6eff4a6;text-decoration:none;font-size:.84rem;transition:color 400ms ease}
.footerwrapper .footerlinkblock ul a:hover{color:#648EFB}
.footerwrapper .footercontactblock h4{font-size:.78rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#648EFB;margin-bottom:16px}
.footerwrapper .footercontactblock .contactline{display:flex;align-items:flex-start;gap:8px;margin-bottom:10px;font-size:.83rem;line-height:1.5}
.footerwrapper .footercontactblock .contactline a{color:#e6eff4a6;text-decoration:none;transition:color 400ms ease}
.footerwrapper .footercontactblock .contactline a:hover{color:#648EFB}
.footerwrapper .footercontactblock .contactline svg{width:15px;height:15px;fill:#648EFB;margin-top:2px;flex-shrink:0}
.footerwrapper .footerbottomrow{display:flex;align-items:center;justify-content:space-between;padding-top:22px;flex-wrap:wrap;gap:12px}
.footerwrapper .footerbottomrow .copyrighttext{font-size:.78rem;color:#e6eff466}
.footerwrapper .footerbottomrow .footerpolicynav{display:flex;gap:18px}
.footerwrapper .footerbottomrow .footerpolicynav a{font-size:.78rem;color:#e6eff466;text-decoration:none;transition:color 400ms ease}
.footerwrapper .footerbottomrow .footerpolicynav a:hover{color:#648EFB}
.cookiepanelbox{position:fixed;top:20px;right:20px;width:380px;background:#fff;border:1px solid #E6EFF4;border-radius:5px;box-shadow:0 12px 40px #212a3c2e;z-index:9999;opacity:0;transition:opacity 500ms ease;pointer-events:none}
.cookiepanelbox.cookiepanel-visible{opacity:1;pointer-events:all}
.cookiepanelbox .cookiepanelinner{padding:22px 24px 18px}
.cookiepanelbox .cookietitle{font-size:.95rem;font-weight:700;color:#212A3C;margin-bottom:8px}
.cookiepanelbox .cookiedesctext{font-size:.78rem;color:#4a5568;line-height:1.55;margin-bottom:16px}
.cookiepanelbox .cookiecategorylist{display:flex;flex-direction:column;gap:9px;margin-bottom:18px;border-top:1px solid #E6EFF4;padding-top:14px}
.cookiepanelbox .cookiecategoryitem{display:flex;align-items:flex-start;gap:10px}
.cookiepanelbox .cookiecategoryitem input[type="checkbox"]{margin-top:3px;accent-color:#648EFB;flex-shrink:0}
.cookiepanelbox .cookiecategoryitem label{font-size:.79rem;color:#212A3C;line-height:1.45;cursor:pointer}
.cookiepanelbox .cookiecategoryitem label span{display:block;font-size:.72rem;color:#7a8898;margin-top:1px}
.cookiepanelbox .cookieactionrow{display:flex;gap:18px;align-items:center;border-top:1px solid #E6EFF4;padding-top:14px}
.cookiepanelbox .cookieactionrow .cookiebtnaccept{background:none;border:none;font-family:'Noto Serif',serif;font-size:.82rem;color:#648EFB;text-decoration:underline;cursor:pointer;padding:0;transition:color 400ms ease}
.cookiepanelbox .cookieactionrow .cookiebtnaccept:hover{color:#212A3C}
.cookiepanelbox .cookieactionrow .cookiebtnreject{background:none;border:none;font-family:'Noto Serif',serif;font-size:.82rem;color:#648EFB;text-decoration:underline;cursor:pointer;padding:0;transition:color 400ms ease}
.cookiepanelbox .cookieactionrow .cookiebtnreject:hover{color:#212A3C}
@media (max-width: 1366px) {
.headerbox .toprow{padding:16px 24px 12px}
}
@media (max-width: 768px) {
.headerbox .toprow{flex-direction:column;align-items:flex-start;padding:16px 20px;gap:16px}
.headerbox .contactnavbox{align-items:flex-start;width:100%}
.headerbox .contactinfo{justify-content:flex-start}
.headerbox .main-nav{justify-content:flex-start;gap:2px}
.headerbox .main-nav a{padding:8px 10px;font-size:.82rem}
.footerwrapper .footergridbox{grid-template-columns:1fr;gap:28px}
.cookiepanelbox{width:calc(100vw - 32px);right:16px;top:16px}
}
@media (max-width: 375px) {
.headerbox .brandname{font-size:1.25rem}
.headerbox .main-nav a{font-size:.78rem;padding:7px 8px}
.footerwrapper .footerinner{padding:36px 16px 20px}
}
.legal-text{max-width:860px;margin:0 auto;padding:48px 32px 64px;background:#fff;color:#212A3C;font-size:16px;line-height:1.75;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.legal-text h1{font-size:2.1rem;font-weight:700;line-height:1.25;color:#212A3C;margin:0 0 28px;padding-bottom:16px;border-bottom:3px solid #648EFB;letter-spacing:-.02em}
.legal-text h2{font-size:1.45rem;font-weight:700;line-height:1.3;color:#212A3C;margin:48px 0 16px;padding-left:14px;border-left:4px solid #648EFB}
.legal-text h3{font-size:1.15rem;font-weight:600;line-height:1.35;color:#212A3C;margin:36px 0 12px}
.legal-text h4{font-size:1rem;font-weight:600;line-height:1.4;color:#212A3C;margin:28px 0 10px;text-transform:uppercase;letter-spacing:.04em;font-size:.875rem}
.legal-text h5{font-size:.9rem;font-weight:600;line-height:1.45;color:#3a4a62;margin:22px 0 8px}
.legal-text h6{font-size:.825rem;font-weight:600;line-height:1.5;color:#3a4a62;margin:18px 0 8px;text-transform:uppercase;letter-spacing:.05em}
.legal-text p{margin:0 0 18px;color:#2e3c54}
.legal-text ul{margin:6px 0 22px;padding-left:0;list-style:none}
.legal-text ol{margin:6px 0 22px;padding-left:28px;list-style:decimal}
.legal-text ul li{position:relative;padding-left:22px;margin-bottom:10px;color:#2e3c54;line-height:1.7}
.legal-text ul li::before{content:'';position:absolute;left:0;top:11px;width:7px;height:7px;border-radius:50%;background:#648EFB}
.legal-text ol li{margin-bottom:10px;color:#2e3c54;line-height:1.7;padding-left:6px}
.legal-text ul ul,.legal-text ol ol,.legal-text ul ol,.legal-text ol ul{margin:8px 0 8px 18px}
.legal-text ul ul li::before{width:5px;height:5px;background:none;border:2px solid #648EFB;top:10px}
.legal-text strong,.legal-text b{font-weight:700;color:#212A3C}
.legal-text em,.legal-text i{font-style:italic;color:#3a4a62}
.legal-text a{color:#648EFB;text-decoration:underline;text-decoration-color:#648efb66;text-underline-offset:3px;transition:color 400ms ease,text-decoration-color 400ms ease}
.legal-text a:hover{color:#3a6de0;text-decoration-color:#3a6de0b3}
.legal-text a:visited{color:#4e6bbf}
.legal-text table{width:100%;border-collapse:collapse;margin:28px 0 36px;font-size:.925rem;border-radius:4px;overflow:hidden;box-shadow:0 2px 8px #212a3c14}
.legal-text thead{background:#212A3C}
.legal-text thead th{color:#fff;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;padding:13px 18px;text-align:left;border:none}
.legal-text tbody tr{border-bottom:1px solid #E6EFF4;transition:background 400ms ease}
.legal-text tbody tr:last-child{border-bottom:none}
.legal-text tbody tr:nth-child(even){background:#f7f9fc}
.legal-text tbody tr:hover{background:#648efb0f}
.legal-text td{padding:12px 18px;color:#2e3c54;vertical-align:top;line-height:1.6;border:none}
.legal-text th{padding:13px 18px;text-align:left}
.legal-text hr{border:none;height:1px;background:linear-gradient(90deg,#648EFB 0%,#E6EFF4 60%,transparent 100%);margin:44px 0;opacity:.6}
@media screen and (max-width: 768px) {
.legal-text{padding:32px 20px 48px;font-size:15px}
.legal-text h1{font-size:1.65rem;margin-bottom:22px;padding-bottom:14px}
.legal-text h2{font-size:1.2rem;margin-top:36px;padding-left:12px}
.legal-text h3{font-size:1.05rem;margin-top:28px}
.legal-text table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:.875rem}
.legal-text thead th,.legal-text td{padding:10px 14px}
.legal-text hr{margin:32px 0}
}
@media screen and (max-width: 375px) {
.legal-text{padding:24px 16px 40px;font-size:14.5px}
.legal-text h1{font-size:1.4rem}
.legal-text h2{font-size:1.1rem}
.legal-text ul li{padding-left:18px}
}
@media screen and (min-width: 1366px) {
.legal-text{font-size:16.5px;padding:56px 48px 72px}
}
.contactpage-wrap{max-width:1600px;margin:0 auto;overflow:hidden}
.titleblock-box{position:relative;background:#212A3C;padding:80px 60px;overflow:hidden;display:flex;flex-direction:row;align-items:center;gap:60px;min-height:420px}
.titleblock-box::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#648efb26 0%,#212a3c00 60%);pointer-events:none}
.titleblock-dotscorner{position:absolute;width:90px;height:90px}
.titleblock-dotscorner.topleft{top:20px;left:20px}
.titleblock-dotscorner.bottomright{bottom:20px;right:20px;transform:rotate(180deg)}
.dotpattern-svg{width:90px;height:90px;opacity:.35}
.titleblock-content{flex:1;position:relative;z-index:2;max-width:600px}
.titleblock-content .pagelabel{display:inline-block;font-size:11px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#648EFB;margin-bottom:18px;padding:5px 12px;border:1px solid #648efb66;border-radius:3px}
.titleblock-content h1{font-size:48px;font-weight:700;color:#fff;line-height:1.15;margin:0 0 20px}
.titleblock-content h1 .accent-word{color:#648EFB;position:relative}
.titleblock-content .titledesc{font-size:16px;line-height:1.7;color:#e6eff4c7;margin:0 0 32px;max-width:480px}
.titleblock-cta{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:#648EFB;color:#fff;padding:14px 28px;border-radius:4px;font-size:14px;font-weight:600;text-decoration:none;transition:background 500ms ease,transform 450ms ease;position:relative;z-index:3}
.titleblock-cta:hover{background:#4a74e8;transform:translateX(4px);color:#fff;text-decoration:none}
.titleblock-imageside{flex:0 0 440px;position:relative;z-index:2;height:340px}
.titleblock-imageside img{width:100%;height:100%;object-fit:cover;border-radius:4px;display:block}
.titleblock-imageside::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#212a3c8c 0%,#648efb2e 100%);border-radius:4px;z-index:1}
.titleblock-imageside::after{content:'';position:absolute;top:-8px;left:-8px;right:8px;bottom:8px;border:2px solid #648efb66;border-radius:4px;z-index:0}
.contactmain-section{background:#fff;padding:80px 60px}
.contactmain-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:70px;align-items:start}
.contactinfo-box{position:sticky;top:40px}
.contactinfo-box .sectionlabel{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#648EFB;display:block;margin-bottom:14px}
.contactinfo-box h2{font-size:30px;font-weight:700;color:#212A3C;margin:0 0 16px;line-height:1.25}
.contactinfo-box .infodesc{font-size:15px;line-height:1.7;color:#4a5568;margin:0 0 36px}
.infoitem-list{display:flex;flex-direction:column;gap:0;margin:0 0 36px;border-top:1px solid #E6EFF4}
.infoitem-element{display:flex;flex-direction:row;align-items:flex-start;gap:16px;padding:20px 0;border-bottom:1px solid #E6EFF4;transition:background 400ms ease}
.infoitem-icon{width:40px;height:40px;background:#E6EFF4;border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0;transition:background 400ms ease}
.infoitem-element:hover .infoitem-icon{background:#648EFB}
.infoitem-icon svg{width:20px;height:20px;fill:none;stroke:#212A3C;stroke-width:2;transition:stroke 400ms ease}
.infoitem-element:hover .infoitem-icon svg{stroke:#fff}
.infoitem-text{display:flex;flex-direction:column;gap:3px}
.infoitem-text .label{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#8fa0b8}
.infoitem-text a,.infoitem-text span{font-size:15px;font-weight:500;color:#212A3C;text-decoration:none;line-height:1.45;transition:color 400ms ease}
.infoitem-text a:hover{color:#648EFB}
.signallink-badge{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#E6EFF4;padding:10px 16px;border-radius:4px;font-size:13px;font-weight:600;color:#212A3C;text-decoration:none;transition:background 450ms ease,color 450ms ease}
.signallink-badge:hover{background:#212A3C;color:#fff;text-decoration:none}
.signallink-badge svg{width:18px;height:18px}
.contactform-box{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:44px 40px;box-shadow:0 4px 16px #212a3c12}
.contactform-box .formtitle{font-size:22px;font-weight:700;color:#212A3C;margin:0 0 6px}
.contactform-box .formsubtitle{font-size:14px;color:#6b7a8d;margin:0 0 32px;line-height:1.5}
.formfield-group{margin-bottom:22px}
.formfield-group label{display:block;font-size:13px;font-weight:600;color:#212A3C;margin-bottom:7px;letter-spacing:.3px}
.formfield-group label .required-star{color:#648EFB;margin-left:2px}
.formfield-group input[type="text"],.formfield-group input[type="email"]{width:100%;padding:12px 16px;border:1.5px solid #d1dbe8;border-radius:4px;font-size:15px;color:#212A3C;background:#fafcff;transition:border-color 400ms ease,box-shadow 400ms ease;box-sizing:border-box;outline:none}
.formfield-group input[type="text"]:focus,.formfield-group input[type="email"]:focus{border-color:#648EFB;box-shadow:0 0 0 3px #648efb1f;background:#fff}
.radiogroup-box{display:flex;flex-direction:column;gap:10px;margin-top:4px}
.radiogroup-box .radioitem{display:flex;flex-direction:row;align-items:center;gap:0}
.radiogroup-box .radioitem input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.radiogroup-box .radioitem label{display:flex;flex-direction:row;align-items:center;gap:12px;cursor:pointer;padding:12px 16px;border:1.5px solid #d1dbe8;border-radius:4px;width:100%;margin:0;font-size:14px;font-weight:500;color:#4a5568;background:#fafcff;transition:border-color 450ms ease,background 450ms ease,color 450ms ease}
.radiogroup-box .radioitem label::before{content:'';width:18px;height:18px;border-radius:50%;border:2px solid #d1dbe8;flex-shrink:0;background:#fff;transition:border-color 400ms ease,background 400ms ease}
.radiogroup-box .radioitem input[type="radio"]:checked + label{border-color:#648EFB;background:#648efb0f;color:#212A3C}
.radiogroup-box .radioitem input[type="radio"]:checked + label::before{border-color:#648EFB;background:#648EFB;box-shadow:inset 0 0 0 3px #fff}
.radiogroup-box .radioitem label:hover{border-color:#648EFB;background:#648efb0a}
.privacycheckbox-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin:24px 0 28px;padding:16px;background:#f7f9fc;border-radius:4px;border:1px solid #e2e8f0}
.privacycheckbox-row input[type="checkbox"]{margin-top:2px;flex-shrink:0;width:17px;height:17px;accent-color:#648EFB;cursor:pointer}
.privacycheckbox-row .privacytext{font-size:13px;line-height:1.6;color:#4a5568}
.privacycheckbox-row .privacytext a{color:#648EFB;text-decoration:underline;transition:color 400ms ease}
.privacycheckbox-row .privacytext a:hover{color:#212A3C}
.formsubmit-btn{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;background:#212A3C;color:#fff;padding:15px 36px;border-radius:4px;font-size:15px;font-weight:600;border:none;cursor:pointer;width:100%;transition:background 500ms ease,transform 400ms ease;position:relative;z-index:2}
.formsubmit-btn:hover{background:#648EFB;transform:translateY(-2px)}
.whycontact-section{background:#E6EFF4;padding:80px 60px}
.whycontact-inner{max-width:1200px;margin:0 auto}
.whycontact-header{text-align:center;margin-bottom:56px}
.whycontact-header h2{font-size:34px;font-weight:700;color:#212A3C;margin:0 0 14px;position:relative;display:inline-block}
.whycontact-header h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:48px;height:3px;background:#648EFB;border-radius:2px}
.whycontact-header p{font-size:16px;color:#4a5568;margin:20px 0 0;max-width:540px;margin-left:auto;margin-right:auto;line-height:1.7}
.reasonsgrid-box{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.reason-card{background:#fff;border-radius:5px;padding:32px 28px;box-shadow:0 2px 8px #212a3c0f;transition:box-shadow 500ms ease,transform 450ms ease;position:relative;overflow:hidden}
.reason-card::before{content:'';position:absolute;top:0;left:0;width:3px;height:100%;background:#648EFB;border-radius:2px 0 0 2px}
.reason-card:hover{box-shadow:0 8px 24px #212a3c1f;transform:translateY(-4px)}
.reason-card .cardnum{font-size:42px;font-weight:800;color:#648efb26;line-height:1;margin-bottom:14px;display:block}
.reason-card h4{font-size:17px;font-weight:700;color:#212A3C;margin:0 0 10px}
.reason-card p{font-size:14px;line-height:1.65;color:#5a6a7e;margin:0}
.responseinfo-section{background:#212A3C;padding:56px 60px}
.responseinfo-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px}
.responseinfo-text{flex:1}
.responseinfo-text h3{font-size:26px;font-weight:700;color:#fff;margin:0 0 12px}
.responseinfo-text p{font-size:15px;line-height:1.7;color:#e6eff4bf;margin:0;max-width:520px}
.responsestats-box{display:flex;flex-direction:row;gap:40px;flex-shrink:0}
.responsestat-item{text-align:center;padding:20px 28px;border:1px solid #648efb4d;border-radius:5px;background:#648efb14}
.responsestat-item .statvalue{font-size:32px;font-weight:800;color:#648EFB;display:block;line-height:1;margin-bottom:6px}
.responsestat-item .statlabel{font-size:12px;font-weight:600;color:#e6eff4a6;text-transform:uppercase;letter-spacing:1px}
@media (max-width: 1366px) {
.titleblock-imageside{flex:0 0 360px;height:290px}
.contactmain-grid{gap:50px}
}
@media (max-width: 768px) {
.titleblock-box{flex-direction:column;padding:52px 24px;gap:36px;min-height:auto}
.titleblock-content h1{font-size:32px}
.titleblock-imageside{flex:none;width:100%;height:220px}
.contactmain-section{padding:52px 24px}
.contactmain-grid{grid-template-columns:1fr;gap:40px}
.contactinfo-box{position:static}
.contactform-box{padding:28px 20px}
.whycontact-section{padding:52px 24px}
.reasonsgrid-box{grid-template-columns:1fr;gap:16px}
.responseinfo-section{padding:44px 24px}
.responseinfo-inner{flex-direction:column;gap:36px}
.responsestats-box{gap:16px;width:100%;justify-content:center}
.responsestat-item{padding:16px 20px}
}
@media (max-width: 375px) {
.titleblock-content h1{font-size:26px}
.responsestats-box{flex-direction:column;align-items:center}
.contactform-box{padding:20px 14px}
}
.servicepage-titleblock{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center;justify-content:center}
.servicepage-titleblock .titlebg{position:absolute;inset:0;background-image:url(./project_gallery/OUR-LEFT8.jpg);background-size:cover;background-position:center;filter:blur(6px);transform:scale(1.08);animation:subtlebgpulse 8s ease-in-out infinite alternate}
@keyframes subtlebgpulse {
0%{transform:scale(1.08);filter:blur(6px) brightness(0.7)}
100%{transform:scale(1.13);filter:blur(7px) brightness(0.6)}
}
.servicepage-titleblock .titlebg-overlay{position:absolute;inset:0;background:linear-gradient(160deg,#212a3cb8 0%,#648efb61 100%)}
.servicepage-titleblock .titlebox{position:relative;z-index:2;text-align:center;max-width:720px;margin:0 auto;padding:64px 32px}
.servicepage-titleblock .titlebox .smalllabel{display:inline-block;font-size:12px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#648EFB;background:#648efb21;border:1px solid #648efb52;border-radius:2px;padding:5px 16px;margin-bottom:22px}
.servicepage-titleblock .titlebox h1{font-size:2.9rem;font-weight:700;color:#fff;line-height:1.18;margin:0 0 18px;letter-spacing:-.5px}
.servicepage-titleblock .titlebox .titledesc{font-size:1.08rem;color:#e6eff4e0;line-height:1.7;margin:0 auto 28px;max-width:560px}
.servicepage-titleblock .titlebox .titlecta{display:inline-block;background:#648EFB;color:#fff;font-size:.97rem;font-weight:600;padding:13px 34px;border-radius:3px;text-decoration:none;transition:background 450ms,box-shadow 450ms,transform 450ms;box-shadow:0 4px 18px #648efb47;position:relative;z-index:5}
.servicepage-titleblock .titlebox .titlecta:hover{background:#4a75e8;box-shadow:0 8px 28px #648efb61;transform:translateY(-2px)}
.servicespage-wrap{max-width:1260px;margin:0 auto;padding:0 24px}
.servicelist-section{padding:80px 0 64px;background:#fff}
.servicelist-section .section-intro{display:flex;flex-direction:row;align-items:flex-end;gap:48px;margin-bottom:52px}
.servicelist-section .section-intro .introleft{flex:0 0 320px}
.servicelist-section .section-intro .introright{flex:1}
.servicelist-section .section-intro .sectionlabel{font-size:11px;font-weight:700;letter-spacing:3.5px;text-transform:uppercase;color:#648EFB;margin-bottom:12px;display:block}
.servicelist-section .section-intro h2{font-size:2.1rem;font-weight:700;color:#212A3C;line-height:1.22;margin:0;position:relative;padding-bottom:16px}
.servicelist-section .section-intro h2::after{content:'';position:absolute;bottom:0;left:0;width:48px;height:3px;background:linear-gradient(90deg,#648EFB 0%,#648efb2e 100%);border-radius:2px}
.servicelist-section .section-intro .introright p{font-size:1.02rem;color:#4a5568;line-height:1.75;margin:0}
.servicegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.servicecard{background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:32px 28px 28px;position:relative;transition:box-shadow 500ms,transform 500ms,border-color 500ms;overflow:hidden}
.servicecard::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#648EFB,#648efb4d);transform:scaleX(0);transform-origin:left;transition:transform 500ms ease}
.servicecard:hover::before{transform:scaleX(1)}
.servicecard:hover{box-shadow:0 12px 36px #212a3c1c;transform:translateY(-4px);border-color:#648efb4d}
.servicecard .cardicon{width:48px;height:48px;background:#648efb1a;border-radius:3px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.servicecard .cardicon svg{width:24px;height:24px;stroke:#648EFB;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.servicecard h3{font-size:1.08rem;font-weight:700;color:#212A3C;margin:0 0 10px;line-height:1.3}
.servicecard .carddesc{font-size:.93rem;color:#5a6478;line-height:1.68;margin:0 0 18px}
.servicecard .cardtag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#648EFB;background:#648efb17;border-radius:2px;padding:4px 10px}
.process-section{padding:80px 0;background:#E6EFF4;position:relative;overflow:hidden}
.process-section::before{content:'';position:absolute;top:-60px;right:-60px;width:320px;height:320px;border-radius:50%;background:#648efb14;pointer-events:none}
.process-section .processwrap{max-width:1260px;margin:0 auto;padding:0 24px}
.process-section .processheader{text-align:center;margin-bottom:52px}
.process-section .processheader .sectionlabel{font-size:11px;font-weight:700;letter-spacing:3.5px;text-transform:uppercase;color:#648EFB;margin-bottom:12px;display:block}
.process-section .processheader h2{font-size:2rem;font-weight:700;color:#212A3C;margin:0 0 14px;line-height:1.25}
.process-section .processheader p{font-size:1rem;color:#4a5568;max-width:560px;margin:0 auto;line-height:1.7}
.processtimeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.processtimeline::before{content:'';position:absolute;top:36px;left:calc(12.5%);width:calc(75%);height:2px;background:linear-gradient(90deg,#648EFB 0%,#648efb33 100%);z-index:0}
.processstep{text-align:center;padding:0 16px;position:relative;z-index:1}
.processstep .stepnumber{width:72px;height:72px;border-radius:50%;background:#fff;border:2px solid #648EFB;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.3rem;font-weight:800;color:#648EFB;box-shadow:0 4px 14px #648efb2e;transition:background 450ms,color 450ms}
.processstep:hover .stepnumber{background:#648EFB;color:#fff}
.processstep h4{font-size:.97rem;font-weight:700;color:#212A3C;margin:0 0 8px;line-height:1.3}
.processstep .stepdesc{font-size:.88rem;color:#5a6478;line-height:1.6;margin:0}
.expertise-section{padding:80px 0 72px;background:#fff}
.expertise-section .expertwrap{max-width:1260px;margin:0 auto;padding:0 24px}
.expertise-section .expertgrid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.expertise-section .expertleft .sectionlabel{font-size:11px;font-weight:700;letter-spacing:3.5px;text-transform:uppercase;color:#648EFB;margin-bottom:14px;display:block}
.expertise-section .expertleft h2{font-size:2rem;font-weight:700;color:#212A3C;line-height:1.25;margin:0 0 18px}
.expertise-section .expertleft .expertintro{font-size:1rem;color:#4a5568;line-height:1.75;margin:0 0 28px}
.expertaccordion{border:1px solid #e2e8f0;border-radius:4px;overflow:hidden}
.expertaccordion input[type="radio"]{display:none}
.expertaccordion .accitem{border-bottom:1px solid #e2e8f0}
.expertaccordion .accitem:last-child{border-bottom:none}
.expertaccordion .acclabel{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;font-size:.95rem;font-weight:600;color:#212A3C;background:#fff;transition:background 400ms;user-select:none}
.expertaccordion .acclabel:hover{background:#648efb0f}
.expertaccordion .acclabel .accarrow{width:18px;height:18px;flex-shrink:0;transition:transform 400ms}
.expertaccordion .acccontent{max-height:0;overflow:hidden;transition:max-height 500ms ease,padding 400ms;font-size:.9rem;color:#5a6478;line-height:1.68;background:#e6eff473;padding:0 20px}
.expertaccordion input[type="radio"]:checked + .accitem .acclabel{background:#648efb14;color:#648EFB}
.expertaccordion input[type="radio"]:checked + .accitem .acccontent{max-height:200px;padding:14px 20px}
.expertaccordion input[type="radio"]:checked + .accitem .acclabel .accarrow{transform:rotate(180deg)}
.accgroup{display:flex;flex-direction:column}
.accgroup .accrow{border-bottom:1px solid #e2e8f0}
.accgroup .accrow:last-child{border-bottom:none}
.accgroup .acctoggle{display:none}
.accgroup .acctrigger{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;font-size:.95rem;font-weight:600;color:#212A3C;background:#fff;transition:background 400ms,color 400ms;user-select:none;border:none;width:100%;text-align:left}
.accgroup .acctrigger:hover{background:#648efb0f}
.accgroup .accpanel{max-height:0;overflow:hidden;transition:max-height 500ms ease,padding 400ms;font-size:.9rem;color:#5a6478;line-height:1.68;background:#e6eff473;padding:0 20px}
.accgroup .acctoggle:checked ~ .acctrigger{background:#648efb14;color:#648EFB}
.accgroup .acctoggle:checked ~ .accpanel{max-height:200px;padding:14px 20px}
.accgroup .arrowicon{width:18px;height:18px;flex-shrink:0;transition:transform 400ms}
.accgroup .acctoggle:checked ~ .acctrigger .arrowicon{transform:rotate(180deg)}
.expertise-section .expertright{position:relative}
.expertise-section .expertright .imagesstack{position:relative;height:420px}
.expertise-section .expertright .imgmain{position:absolute;top:0;left:0;width:78%;height:340px;object-fit:cover;border-radius:4px;box-shadow:0 12px 36px #212a3c21}
.expertise-section .expertright .imgsecond{position:absolute;bottom:0;right:0;width:56%;height:220px;object-fit:cover;border-radius:4px;box-shadow:0 8px 24px #212a3c1f;border:4px solid #fff}
.expertise-section .expertright .imgbadge{position:absolute;top:24px;right:6%;background:#212A3C;color:#fff;border-radius:3px;padding:12px 18px;font-size:.8rem;font-weight:600;line-height:1.4;box-shadow:0 6px 18px #212a3c38;z-index:3;max-width:150px}
.expertise-section .expertright .imgbadge span{display:block;font-size:1.5rem;font-weight:800;color:#648EFB;line-height:1.1;margin-bottom:3px}
.profiles-section{padding:80px 0 72px;background:#212A3C;position:relative;overflow:hidden}
.profiles-section::after{content:'';position:absolute;bottom:-80px;left:-80px;width:360px;height:360px;border-radius:50%;background:#648efb12;pointer-events:none}
.profiles-section .profilewrap{max-width:1260px;margin:0 auto;padding:0 24px;position:relative;z-index:1}
.profiles-section .profileheader{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:32px}
.profiles-section .profileheader .headerleft .sectionlabel{font-size:11px;font-weight:700;letter-spacing:3.5px;text-transform:uppercase;color:#648EFB;margin-bottom:12px;display:block}
.profiles-section .profileheader .headerleft h2{font-size:2rem;font-weight:700;color:#fff;margin:0;line-height:1.25}
.profiles-section .profileheader .headerright p{font-size:.97rem;color:#e6eff4bf;line-height:1.7;margin:0;max-width:380px}
.profiles-section .profilesgrid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.profilecard{background:#ffffff0d;border:1px solid #648efb2e;border-radius:4px;overflow:hidden;transition:background 450ms,border-color 450ms,transform 450ms}
.profilecard:hover{background:#648efb17;border-color:#648efb61;transform:translateY(-3px)}
.profilecard .cardinner{display:flex;flex-direction:row;gap:0}
.profilecard .cardimg{width:160px;flex-shrink:0;position:relative;overflow:hidden}
.profilecard .cardimg img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 500ms}
.profilecard:hover .cardimg img{transform:scale(1.04)}
.profilecard .cardbody{padding:28px 24px;flex:1;display:flex;flex-direction:column;justify-content:space-between}
.profilecard .cardbody .profilename{font-size:1.05rem;font-weight:700;color:#fff;margin:0 0 4px}
.profilecard .cardbody .profilerole{font-size:.82rem;color:#648EFB;font-weight:600;letter-spacing:.5px;margin:0 0 14px}
.profilecard .cardbody .profilequote{font-size:.9rem;color:#e6eff4c7;line-height:1.65;margin:0 0 18px;flex:1}
.profilecard .cardbody .profiletags{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px}
.profilecard .cardbody .profiletags .ptag{font-size:11px;color:#e6eff4b3;background:#648efb21;border:1px solid #648efb38;border-radius:2px;padding:3px 9px;font-weight:500}
.cta-strip{padding:56px 0;background:linear-gradient(100deg,#648EFB 0%,#4a6fd4 100%);text-align:center;position:relative;overflow:hidden}
.cta-strip::before{content:'';position:absolute;top:-40px;right:10%;width:200px;height:200px;border-radius:50%;background:#ffffff12;pointer-events:none}
.cta-strip .stripwrap{max-width:720px;margin:0 auto;padding:0 24px;position:relative;z-index:1}
.cta-strip .stripwrap h3{font-size:1.7rem;font-weight:700;color:#fff;margin:0 0 12px;line-height:1.3}
.cta-strip .stripwrap p{font-size:1rem;color:#ffffffd9;margin:0 0 28px;line-height:1.68}
.cta-strip .stripwrap .stripbtns{display:flex;flex-direction:row;gap:14px;justify-content:center;flex-wrap:wrap}
.cta-strip .stripwrap .stripbtns .btnprimary{display:inline-block;background:#212A3C;color:#fff;font-size:.95rem;font-weight:600;padding:13px 32px;border-radius:3px;text-decoration:none;transition:background 450ms,box-shadow 450ms,transform 450ms;box-shadow:0 4px 14px #212a3c40;position:relative;z-index:5}
.cta-strip .stripwrap .stripbtns .btnprimary:hover{background:#161e2d;transform:translateY(-2px);box-shadow:0 8px 22px #212a3c52}
.cta-strip .stripwrap .stripbtns .btnalt{display:inline-block;background:transparent;color:#fff;font-size:.95rem;font-weight:600;padding:12px 32px;border-radius:3px;text-decoration:none;border:2px solid #fff9;transition:background 450ms,border-color 450ms,transform 450ms;position:relative;z-index:5}
.cta-strip .stripwrap .stripbtns .btnalt:hover{background:#ffffff1f;border-color:#fff;transform:translateY(-2px)}
.divider-wave{line-height:0;overflow:hidden}
.divider-wave svg{display:block;width:100%}
@media (max-width: 1366px) {
.servicepage-titleblock .titlebox h1{font-size:2.4rem}
.servicegrid{grid-template-columns:repeat(3,1fr);gap:18px}
.expertise-section .expertgrid{gap:44px}
}
@media (max-width: 768px) {
.servicepage-titleblock{min-height:400px}
.servicepage-titleblock .titlebox h1{font-size:1.8rem}
.servicepage-titleblock .titlebox{padding:48px 20px}
.servicegrid{grid-template-columns:1fr 1fr;gap:16px}
.servicelist-section .section-intro{flex-direction:column;gap:16px}
.servicelist-section .section-intro .introleft{flex:none}
.processtime{grid-template-columns:1fr 1fr}
.processtimeline{grid-template-columns:1fr 1fr;gap:24px}
.processtime::before{display:none}
.processtime .processline{display:none}
.expertise-section .expertgrid{grid-template-columns:1fr;gap:36px}
.expertise-section .expertright .imagesstack{height:300px}
.expertise-section .expertright .imgmain{width:80%;height:240px}
.expertise-section .expertright .imgsecond{width:52%;height:160px}
.profiles-section .profilesgrid{grid-template-columns:1fr;gap:20px}
.profiles-section .profileheader{flex-direction:column;gap:12px;align-items:flex-start}
.profilecard .cardinner{flex-direction:column}
.profilecard .cardimg{width:100%;height:180px}
.processline{display:none}
.processtime::before{display:none}
}
@media (max-width: 375px) {
.servicepage-titleblock .titlebox h1{font-size:1.45rem}
.servicegrid{grid-template-columns:1fr}
.processtime{grid-template-columns:1fr}
.cta-strip .stripwrap h3{font-size:1.3rem}
.processline{display:none}
.processtime::before{display:none}
}
.partner-hero{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.partner-hero .heroimagebox{position:absolute;inset:0;background-image:url(./project_gallery/2026_01_modified.jpg);background-size:cover;background-position:center;z-index:0}
.partner-hero .herooverlay{position:absolute;inset:0;background:#212a3cb8;z-index:1}
.partner-hero .heroshape{position:absolute;right:-80px;top:-60px;width:420px;height:420px;border-radius:50%;background:#648efb21;z-index:2}
.partner-hero .heroshape-alt{position:absolute;left:40px;bottom:-100px;width:260px;height:260px;border:2px solid #648efb2e;border-radius:50%;z-index:2}
.partner-hero .herocontentbox{position:relative;z-index:3;text-align:center;max-width:740px;padding:64px 32px}
.partner-hero .herocontentbox .herotitle{font-size:2.6rem;font-weight:700;color:#E6EFF4;line-height:1.22;margin-bottom:20px;letter-spacing:-.5px}
.partner-hero .herocontentbox .herotitle span{color:#648EFB}
.partner-hero .herocontentbox .herodesc{font-size:1.08rem;color:#e6eff4d1;line-height:1.7;max-width:540px;margin:0 auto 32px}
.partner-hero .herocontentbox .herobadgeline{display:flex;align-items:center;justify-content:center;gap:12px}
.partner-hero .herocontentbox .herobadge{display:inline-flex;align-items:center;gap:6px;background:#648efb2e;border:1px solid #648efb59;color:#E6EFF4;font-size:.82rem;padding:6px 14px;border-radius:3px;letter-spacing:.02em}
.partnershipvaluebox{max-width:1200px;margin:0 auto;padding:80px 32px}
.partnershipvaluebox .sectionlabelline{display:flex;align-items:center;gap:14px;margin-bottom:48px}
.partnershipvaluebox .sectionlabelline .labelaccent{width:40px;height:3px;background:#648EFB;border-radius:2px;flex-shrink:0}
.partnershipvaluebox .sectionlabelline .labeltext{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:#648EFB;font-weight:600}
.partnershipvaluebox .valuegridwrapper{display:grid;grid-template-columns:1fr 1fr;gap:0}
.partnershipvaluebox .valuegrid-left{padding-right:64px;border-right:1px solid #E6EFF4}
.partnershipvaluebox .valuegrid-left .bigtitle{font-size:2rem;font-weight:700;color:#212A3C;line-height:1.25;margin-bottom:20px}
.partnershipvaluebox .valuegrid-left .bigtitle span{color:#648EFB}
.partnershipvaluebox .valuegrid-left .leadparagraph{font-size:1rem;color:#444c5e;line-height:1.75;margin-bottom:28px}
.partnershipvaluebox .valuegrid-left .statrowbox{display:flex;gap:32px;margin-top:32px}
.partnershipvaluebox .valuegrid-left .statrowbox .statcell{flex:1;background:#E6EFF4;border-radius:4px;padding:20px 18px;text-align:center}
.partnershipvaluebox .valuegrid-left .statrowbox .statcell .statnum{font-size:2rem;font-weight:700;color:#648EFB;line-height:1;margin-bottom:6px}
.partnershipvaluebox .valuegrid-left .statrowbox .statcell .statlabel{font-size:.78rem;color:#212A3C;line-height:1.4}
.partnershipvaluebox .valuegrid-right{padding-left:64px}
.partnershipvaluebox .valuegrid-right .benefitlist{list-style:none;padding:0;margin:0}
.partnershipvaluebox .valuegrid-right .benefitlist li{display:flex;align-items:flex-start;gap:16px;padding:18px 0;border-bottom:1px solid #E6EFF4}
.partnershipvaluebox .valuegrid-right .benefitlist li:last-child{border-bottom:none}
.partnershipvaluebox .valuegrid-right .benefitlist .benefiticondot{width:36px;height:36px;min-width:36px;border-radius:50%;background:#648efb1f;display:flex;align-items:center;justify-content:center;margin-top:2px}
.partnershipvaluebox .valuegrid-right .benefitlist .benefiticondot svg{width:18px;height:18px;stroke:#648EFB;fill:none;stroke-width:2}
.partnershipvaluebox .valuegrid-right .benefitlist .benefittextblock .benefittitle{font-size:.95rem;font-weight:600;color:#212A3C;margin-bottom:4px}
.partnershipvaluebox .valuegrid-right .benefitlist .benefittextblock .benefitdesc{font-size:.87rem;color:#5a6478;line-height:1.6}
.partnermodelsection{background:#212A3C;padding:80px 32px}
.partnermodelsection .modelinnerwrap{max-width:1200px;margin:0 auto}
.partnermodelsection .modeltitlerow{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:56px;gap:32px}
.partnermodelsection .modeltitlerow .modeltitle{font-size:1.9rem;font-weight:700;color:#E6EFF4;max-width:480px;line-height:1.3}
.partnermodelsection .modeltitlerow .modeltitle span{color:#648EFB}
.partnermodelsection .modeltitlerow .modeldesc{font-size:.93rem;color:#e6eff4a6;max-width:340px;line-height:1.65;text-align:right}
.partnermodelsection .modelcardsgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.partnermodelsection .modelcardsgrid .modelcard{background:#e6eff40d;border:1px solid #648efb33;border-radius:6px;padding:32px 28px;position:relative;overflow:hidden;transition:background .45s ease,border-color .45s ease;cursor:default}
.partnermodelsection .modelcardsgrid .modelcard:hover{background:#648efb17;border-color:#648efb73}
.partnermodelsection .modelcardsgrid .modelcard .cardnumtag{font-size:2.8rem;font-weight:800;color:#648efb26;position:absolute;top:16px;right:20px;line-height:1;letter-spacing:-2px}
.partnermodelsection .modelcardsgrid .modelcard .cardtypetag{display:inline-block;background:#648efb2e;color:#648EFB;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:2px;margin-bottom:16px}
.partnermodelsection .modelcardsgrid .modelcard .cardheading{font-size:1.12rem;font-weight:700;color:#E6EFF4;margin-bottom:12px;line-height:1.35}
.partnermodelsection .modelcardsgrid .modelcard .cardbody{font-size:.87rem;color:#e6eff49e;line-height:1.65;margin-bottom:24px}
.partnermodelsection .modelcardsgrid .modelcard .cardfeaturelist{list-style:none;padding:0;margin:0;border-top:1px solid #648efb26;padding-top:20px}
.partnermodelsection .modelcardsgrid .modelcard .cardfeaturelist li{font-size:.82rem;color:#e6eff4b8;padding:5px 0;display:flex;align-items:center;gap:8px}
.partnermodelsection .modelcardsgrid .modelcard .cardfeaturelist li::before{content:'';display:inline-block;width:6px;height:6px;min-width:6px;border-radius:50%;background:#648EFB}
.partnerctasection{max-width:1200px;margin:0 auto;padding:80px 32px}
.partnerctasection .ctainnerlayout{display:grid;grid-template-columns:5fr 7fr;gap:64px;align-items:start}
.partnerctasection .ctainnerlayout .ctaleft .ctasectionlabel{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:#648EFB;font-weight:600;margin-bottom:18px}
.partnerctasection .ctainnerlayout .ctaleft .ctamainjheading{font-size:1.85rem;font-weight:700;color:#212A3C;line-height:1.28;margin-bottom:20px}
.partnerctasection .ctainnerlayout .ctaleft .ctamaintext{font-size:.95rem;color:#4d566a;line-height:1.75;margin-bottom:28px}
.partnerctasection .ctainnerlayout .ctaleft .ctaimgwrap{position:relative;border-radius:5px;overflow:hidden;margin-top:28px}
.partnerctasection .ctainnerlayout .ctaleft .ctaimgwrap img{width:100%;height:220px;object-fit:cover;display:block}
.partnerctasection .ctainnerlayout .ctaleft .ctaimgwrap .imgoverlay{position:absolute;inset:0;background:#212a3c59}
.partnerctasection .ctainnerlayout .ctaright .testimonialblock{background:#E6EFF4;border-radius:5px;padding:32px 28px;margin-bottom:24px;position:relative}
.partnerctasection .ctainnerlayout .ctaright .testimonialblock::before{content:'"';position:absolute;top:12px;left:22px;font-size:4rem;color:#648efb38;font-weight:800;line-height:1}
.partnerctasection .ctainnerlayout .ctaright .testimonialblock .testimonialquote{font-size:.93rem;color:#2e3748;line-height:1.7;padding-top:16px;margin-bottom:20px}
.partnerctasection .ctainnerlayout .ctaright .testimonialblock .testimonialauthor{display:flex;align-items:center;gap:14px}
.partnerctasection .ctainnerlayout .ctaright .testimonialblock .testimonialauthor img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid #648EFB}
.partnerctasection .ctainnerlayout .ctaright .testimonialblock .testimonialauthor .authorinfo .authorname{font-size:.88rem;font-weight:600;color:#212A3C}
.partnerctasection .ctainnerlayout .ctaright .testimonialblock .testimonialauthor .authorinfo .authorrole{font-size:.78rem;color:#648EFB}
.partnerctasection .ctainnerlayout .ctaright .partnertestiblock-alt{display:flex;gap:16px;margin-bottom:24px}
.partnerctasection .ctainnerlayout .ctaright .partnertestiblock-alt .testi-portrait{flex-shrink:0}
.partnerctasection .ctainnerlayout .ctaright .partnertestiblock-alt .testi-portrait img{width:54px;height:54px;border-radius:4px;object-fit:cover}
.partnerctasection .ctainnerlayout .ctaright .partnertestiblock-alt .testi-textcell{background:#f5f8fb;border:1px solid #dde6ed;border-radius:4px;padding:16px 18px;flex:1}
.partnerctasection .ctainnerlayout .ctaright .partnertestiblock-alt .testi-textcell .testiname{font-size:.82rem;font-weight:600;color:#212A3C;margin-bottom:4px}
.partnerctasection .ctainnerlayout .ctaright .partnertestiblock-alt .testi-textcell .testitext{font-size:.85rem;color:#5a6478;line-height:1.6}
.partnerctasection .ctainnerlayout .ctaright .ctaformbox{background:#212A3C;border-radius:6px;padding:32px 28px;margin-top:8px}
.partnerctasection .ctainnerlayout .ctaright .ctaformbox .formboxtitle{font-size:1.05rem;font-weight:700;color:#E6EFF4;margin-bottom:6px}
.partnerctasection .ctainnerlayout .ctaright .ctaformbox .formboxsub{font-size:.83rem;color:#e6eff499;margin-bottom:22px}
.partnerctasection .ctainnerlayout .ctaright .ctaformbox .formrow{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}
.partnerctasection .ctainnerlayout .ctaright .ctaformbox .formrow-full{margin-bottom:12px}
.partnerctasection .ctainnerlayout .ctaright .ctaformbox .forminput{width:100%;background:#e6eff412;border:1px solid #648efb38;border-radius:3px;padding:10px 14px;color:#E6EFF4;font-size:.88rem;outline:none;transition:border-color .4s;box-sizing:border-box}
.partnerctasection .ctainnerlayout .ctaright .ctaformbox .forminput:focus{border-color:#648EFB}
.partnerctasection .ctainnerlayout .ctaright .ctaformbox .forminput::placeholder{color:#e6eff461}
.partnerctasection .ctainnerlayout .ctaright .ctaformbox .formtextarea{resize:vertical;min-height:86px}
.partnerctasection .ctainnerlayout .ctaright .ctaformbox .formbtn{width:100%;background:#648EFB;color:#fff;border:none;border-radius:3px;padding:12px 20px;font-size:.92rem;font-weight:600;cursor:pointer;transition:background .45s ease,transform .3s ease;margin-top:8px;position:relative;z-index:10;letter-spacing:.02em}
.partnerctasection .ctainnerlayout .ctaright .ctaformbox .formbtn:hover{background:#4a72e8;transform:translateY(-1px)}
@media (max-width: 1366px) {
.partnershipvaluebox .valuegridwrapper{gap:0}
.partnershipvaluebox .valuegrid-left{padding-right:40px}
.partnershipvaluebox .valuegrid-right{padding-left:40px}
}
@media (max-width: 768px) {
.partner-hero .herocontentbox .herotitle{font-size:1.8rem}
.partner-hero .herocontentbox .herobadgeline{flex-wrap:wrap}
.partnershipvaluebox{padding:52px 20px}
.partnershipvaluebox .valuegridwrapper{grid-template-columns:1fr}
.partnershipvaluebox .valuegrid-left{padding-right:0;border-right:none;border-bottom:1px solid #E6EFF4;padding-bottom:40px;margin-bottom:40px}
.partnershipvaluebox .valuegrid-right{padding-left:0}
.partnershipvaluebox .valuegrid-left .statrowbox{gap:16px}
.partnermodelsection{padding:52px 20px}
.partnermodelsection .modeltitlerow{flex-direction:column;align-items:flex-start;margin-bottom:36px}
.partnermodelsection .modeltitlerow .modeldesc{text-align:left;max-width:100%}
.partnermodelsection .modelcardsgrid{grid-template-columns:1fr}
.partnerctasection{padding:52px 20px}
.partnerctasection .ctainnerlayout{grid-template-columns:1fr;gap:40px}
.partnerctasection .ctainnerlayout .ctaright .ctaformbox .formrow{grid-template-columns:1fr}
}
@media (max-width: 375px) {
.partner-hero .herocontentbox .herotitle{font-size:1.45rem}
.partnershipvaluebox .valuegrid-left .bigtitle{font-size:1.5rem}
.partnermodelsection .modeltitlerow .modeltitle{font-size:1.5rem}
}
.successpage-wrap{max-width:1600px;margin:0 auto;padding:0;overflow-x:hidden}
.confirmblock{min-height:92vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:80px 40px;background:#E6EFF4;overflow:hidden}
.confirmblock::before{content:'';position:absolute;top:-120px;right:-120px;width:480px;height:480px;border-radius:50%;background:#648efb1f;pointer-events:none}
.confirmblock::after{content:'';position:absolute;bottom:-80px;left:-80px;width:320px;height:320px;border-radius:50%;background:#212a3c0f;pointer-events:none}
.confirmblock-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:680px}
.confirm-tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#648EFB;background:#648efb1a;padding:6px 18px;border-radius:2px;margin-bottom:28px}
.confirm-icon-box{width:88px;height:88px;border-radius:50%;background:#212A3C;display:flex;align-items:center;justify-content:center;margin-bottom:36px;position:relative;box-shadow:0 8px 32px #212a3c2e}
.confirm-icon-box svg{width:40px;height:40px}
.confirm-heading{font-size:42px;font-weight:700;color:#212A3C;line-height:1.2;margin:0 0 20px;letter-spacing:-.5px}
.confirm-heading span{color:#648EFB}
.confirm-desc{font-size:17px;line-height:1.75;color:#4a5568;margin:0 0 44px;max-width:540px}
.confirmblock-actions{display:flex;flex-direction:row;gap:14px;align-items:center;flex-wrap:wrap;justify-content:center}
.btn-confirmprimary{display:inline-flex;align-items:center;gap:8px;background:#212A3C;color:#fff;padding:14px 30px;border-radius:4px;text-decoration:none;font-size:14px;font-weight:600;letter-spacing:.3px;transition:background 450ms ease,box-shadow 450ms ease,transform 450ms ease;box-shadow:0 4px 12px #212a3c33;position:relative;z-index:10}
.btn-confirmprimary:hover{background:#648EFB;box-shadow:0 8px 24px #648efb59;transform:translateY(-2px)}
.btn-confirmsecondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#212A3C;padding:13px 28px;border-radius:4px;text-decoration:none;font-size:14px;font-weight:600;border:2px solid #212A3C;transition:border-color 450ms ease,color 450ms ease,transform 450ms ease;position:relative;z-index:10}
.btn-confirmsecondary:hover{border-color:#648EFB;color:#648EFB;transform:translateY(-2px)}
.confirmblock-geo{position:absolute;top:50%;left:6%;transform:translateY(-50%);display:flex;flex-direction:column;gap:16px;opacity:.18;pointer-events:none}
.confirmblock-geo .geo-line{width:3px;height:60px;background:#212A3C;border-radius:2px}
.confirmblock-geo .geo-dot{width:10px;height:10px;border-radius:50%;background:#648EFB;align-self:center}
.confirmblock-geo-right{position:absolute;top:30%;right:6%;opacity:.12;pointer-events:none}
.confirmblock-geo-right .geo-square{width:60px;height:60px;border:3px solid #648EFB;border-radius:3px;transform:rotate(20deg)}
.nextblock{background:#fff;padding:80px 40px;position:relative}
.nextblock-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px}
.nextblock-header{max-width:560px;margin:0 auto 56px;text-align:center}
.nextblock-tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#648EFB;margin-bottom:16px}
.nextblock-title{font-size:32px;font-weight:700;color:#212A3C;margin:0 0 12px;line-height:1.25}
.nextblock-subtitle{font-size:16px;color:#4a5568;line-height:1.65;margin:0}
.nextcard{background:#E6EFF4;border-radius:4px;padding:32px 28px;display:flex;flex-direction:column;gap:14px;transition:transform 450ms ease,box-shadow 450ms ease;position:relative;overflow:hidden}
.nextcard::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:#648EFB;transform:scaleX(0);transform-origin:left;transition:transform 500ms ease}
.nextcard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #212a3c1a}
.nextcard:hover::before{transform:scaleX(1)}
.nextcard-icon{width:46px;height:46px;background:#212A3C;border-radius:3px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.nextcard-icon svg{width:22px;height:22px;stroke:#fff;fill:none}
.nextcard-label{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#648EFB}
.nextcard-title{font-size:18px;font-weight:700;color:#212A3C;margin:0;line-height:1.3}
.nextcard-text{font-size:14px;line-height:1.7;color:#4a5568;margin:0}
.nextcard-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#212A3C;text-decoration:none;margin-top:6px;transition:color 400ms ease,gap 400ms ease}
.nextcard-link:hover{color:#648EFB;gap:10px}
.nextcard-link .arrow-icon{display:inline-block;font-style:normal;font-size:16px;line-height:1}
.nextblock-divider{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:20px;padding:60px 0 0}
.nextblock-divider-line{flex:1;height:1px;background:linear-gradient(to right,transparent,#CBD5E0,transparent)}
.nextblock-divider-dot{width:8px;height:8px;border-radius:50%;background:#648EFB;flex-shrink:0}
.contact-ribbon{max-width:1100px;margin:40px auto 0;background:#212A3C;border-radius:4px;padding:40px 48px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:30px}
.contact-ribbon-text{display:flex;flex-direction:column;gap:8px}
.contact-ribbon-heading{font-size:22px;font-weight:700;color:#fff;margin:0}
.contact-ribbon-sub{font-size:14px;color:#e6eff4bf;margin:0;line-height:1.6}
.contact-ribbon-meta{display:flex;flex-direction:row;gap:32px;flex-wrap:wrap}
.contact-ribbon-item{display:flex;flex-direction:column;gap:4px}
.contact-ribbon-item-label{font-size:10px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:#648efbd9}
.contact-ribbon-item-val{font-size:14px;color:#E6EFF4;text-decoration:none;transition:color 400ms ease}
.contact-ribbon-item-val:hover{color:#648EFB}
@media (max-width: 1366px) {
.confirmblock{min-height:80vh}
.nextblock-container{max-width:920px}
.contact-ribbon{max-width:920px}
}
@media (max-width: 768px) {
.confirmblock{padding:70px 24px;min-height:unset}
.confirm-heading{font-size:30px}
.confirm-desc{font-size:15px}
.confirm-icon-box{width:72px;height:72px}
.confirmblock-geo,.confirmblock-geo-right{display:none}
.nextblock{padding:56px 20px}
.nextblock-container{grid-template-columns:1fr;max-width:500px;margin:0 auto}
.nextblock-title{font-size:26px}
.contact-ribbon{flex-direction:column;padding:32px 24px;align-items:flex-start}
.contact-ribbon-meta{flex-direction:column;gap:18px}
}
@media (max-width: 375px) {
.confirm-heading{font-size:24px}
.confirmblock-actions{flex-direction:column;width:100%}
.btn-confirmprimary,.btn-confirmsecondary{width:100%;justify-content:center}
}
.herobox{position:relative;min-height:92vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:#212A3C}
.herobox .heroimgwrap{position:absolute;inset:0;z-index:0}
.herobox .heroimgwrap img{width:100%;height:100%;object-fit:cover;object-position:center 30%;will-change:transform;transition:transform .1s linear}
.herobox .herooverlay{position:absolute;inset:0;background:linear-gradient(135deg,#212a3ce0 0%,#212a3c8c 60%,#648efb2e 100%);z-index:1}
.herobox .herocontentbox{position:relative;z-index:2;max-width:1600px;margin:0 auto;padding:0 48px;width:100%}
.herobox .hero-eyebrow{display:inline-flex;align-items:center;gap:10px;background:#648efb26;border:1px solid #648efb59;border-radius:3px;padding:6px 16px;margin-bottom:32px}
.herobox .hero-eyebrow span{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#648EFB;font-weight:600}
.herobox .herotitlebox h1{font-size:clamp(36px,5.5vw,72px);font-weight:700;line-height:1.1;color:#fff;margin:0 0 24px;max-width:720px}
.herobox .herotitlebox h1 .accentword{color:#648EFB;position:relative}
.herobox .herotitlebox h1 .accentword::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#648EFB,transparent);border-radius:2px}
.herobox .hero-desc{font-size:18px;line-height:1.65;color:#e6eff4d1;max-width:540px;margin:0 0 44px}
.herobox .herobtngroup{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.herobox .herobtn-primary{display:inline-flex;align-items:center;gap:8px;background:#648EFB;color:#fff;font-size:15px;font-weight:600;padding:14px 32px;border-radius:4px;text-decoration:none;border:none;cursor:pointer;transition:background .4s ease,box-shadow .4s ease,transform .4s ease;box-shadow:0 4px 16px #648efb52;position:relative;z-index:3}
.herobox .herobtn-primary:hover{background:#4d78f0;box-shadow:0 8px 24px #648efb7a;transform:translateY(-2px)}
.herobox .herobtn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#E6EFF4;font-size:15px;font-weight:600;padding:14px 32px;border-radius:4px;text-decoration:none;border:1.5px solid #e6eff459;cursor:pointer;transition:border-color .4s ease,color .4s ease,background .4s ease;position:relative;z-index:3}
.herobox .herobtn-outline:hover{border-color:#648EFB;color:#648EFB;background:#648efb12}
.herofloatnums{position:absolute;bottom:48px;right:48px;z-index:3;display:flex;flex-direction:row;gap:32px}
.herofloatnums .numcard{display:flex;flex-direction:column;align-items:center;background:#212a3cb8;border:1px solid #648efb38;border-radius:6px;padding:18px 28px;backdrop-filter:blur(8px)}
.herofloatnums .numcard .numval{font-size:28px;font-weight:700;color:#648EFB;line-height:1;margin-bottom:4px}
.herofloatnums .numcard .numlabel{font-size:11px;color:#e6eff4b3;text-transform:uppercase;letter-spacing:.08em;text-align:center}
.herobgdot{position:absolute;border-radius:50%;z-index:1;animation:bgpulse 6s ease-in-out infinite}
.herobgdot.dot-a{width:320px;height:320px;background:radial-gradient(circle,#648efb1f 0%,transparent 70%);top:-80px;right:15%;animation-delay:0s}
.herobgdot.dot-b{width:200px;height:200px;background:radial-gradient(circle,#648efb14 0%,transparent 70%);bottom:80px;left:20%;animation-delay:-3s}
@keyframes bgpulse {
0%,100%{transform:scale(1);opacity:.7}
50%{transform:scale(1.15);opacity:1}
}
.problemsbox{background:#f7fafc;padding:96px 0 80px}
.problemsbox .pbinnerwrap{max-width:1600px;margin:0 auto;padding:0 48px}
.problemsbox .pbheadrow{display:flex;flex-direction:row;gap:64px;align-items:flex-end;margin-bottom:64px}
.problemsbox .pbheadrow .pbleft{flex:0 0 auto;max-width:480px}
.problemsbox .pbheadrow .pbright{flex:1 1 auto}
.problemsbox .section-kicker{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#648EFB;margin-bottom:16px;position:relative;padding-left:20px}
.problemsbox .section-kicker::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:2px;background:#648EFB;border-radius:2px}
.problemsbox .pbheadrow h2{font-size:clamp(26px,3.2vw,42px);font-weight:700;color:#212A3C;line-height:1.2;margin:0}
.problemsbox .pbheadrow .pbright p{font-size:16px;line-height:1.7;color:#4a5568;margin:0;max-width:520px}
.pbcardgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:64px}
.pbcardgrid .pbcard{background:#fff;border-radius:6px;border:1px solid #e8edf2;padding:36px 32px;box-shadow:0 2px 8px #212a3c0f;transition:box-shadow .5s ease,transform .5s ease,border-color .5s ease;position:relative;overflow:hidden}
.pbcardgrid .pbcard::before{content:'';position:absolute;top:0;left:0;width:3px;height:0;background:#648EFB;border-radius:0 0 2px 2px;transition:height .5s ease}
.pbcardgrid .pbcard:hover{box-shadow:0 12px 32px #212a3c1f;transform:translateY(-4px);border-color:#c5d4f8}
.pbcardgrid .pbcard:hover::before{height:100%}
.pbcardgrid .pbcard .pbcard-icon{width:48px;height:48px;background:#648efb1a;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.pbcardgrid .pbcard .pbcard-icon svg{width:24px;height:24px;stroke:#648EFB;fill:none;stroke-width:1.8}
.pbcardgrid .pbcard h4{font-size:17px;font-weight:700;color:#212A3C;margin:0 0 12px;line-height:1.3}
.pbcardgrid .pbcard p{font-size:14px;line-height:1.65;color:#5a6882;margin:0 0 20px}
.pbcardgrid .pbcard .pbcard-solution{display:flex;flex-direction:row;align-items:flex-start;gap:8px;background:#648efb0f;border-radius:4px;padding:12px 14px}
.pbcardgrid .pbcard .pbcard-solution .solmark{width:18px;height:18px;background:#648EFB;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1px}
.pbcardgrid .pbcard .pbcard-solution .solmark svg{width:10px;height:10px;stroke:#fff;fill:none;stroke-width:2.5}
.pbcardgrid .pbcard .pbcard-solution span{font-size:13px;line-height:1.55;color:#3a4d6e;font-weight:500}
.pb-splitrow{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.pb-splitrow .pb-imgcol{position:relative;border-radius:6px;overflow:hidden}
.pb-splitrow .pb-imgcol img{width:100%;height:380px;object-fit:cover;display:block}
.pb-splitrow .pb-imgcol .imgoverlay{position:absolute;bottom:0;left:0;right:0;padding:28px;background:linear-gradient(0deg,#212a3ce0 0%,transparent 100%)}
.pb-splitrow .pb-imgcol .imgoverlay .trustbadge{display:inline-flex;align-items:center;gap:8px;background:#648efb33;border:1px solid #648efb66;border-radius:4px;padding:8px 14px}
.pb-splitrow .pb-imgcol .imgoverlay .trustbadge span{font-size:13px;color:#E6EFF4;font-weight:500}
.pb-splitrow .pb-textcol{padding:24px 0}
.pb-splitrow .pb-textcol h3{font-size:clamp(22px,2.4vw,32px);font-weight:700;color:#212A3C;margin:0 0 16px;line-height:1.25}
.pb-splitrow .pb-textcol p{font-size:15px;line-height:1.7;color:#4a5568;margin:0 0 28px}
.methodlist{display:flex;flex-direction:column;gap:14px}
.methodlist .methoditem{display:flex;flex-direction:row;align-items:flex-start;gap:14px}
.methodlist .methoditem .mnumbox{width:32px;height:32px;flex-shrink:0;background:#212A3C;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#648EFB;line-height:1}
.methodlist .methoditem .mtext{font-size:14px;line-height:1.6;color:#4a5568;padding-top:6px}
.methodlist .methoditem .mtext strong{color:#212A3C;display:block;font-size:14px;margin-bottom:2px}
.communitybox{background:#212A3C;padding:96px 0;position:relative;overflow:hidden}
.communitybox::before{content:'';position:absolute;top:-120px;right:-120px;width:480px;height:480px;background:radial-gradient(circle,#648efb1f 0%,transparent 65%);pointer-events:none}
.communitybox::after{content:'';position:absolute;bottom:-80px;left:10%;width:300px;height:300px;background:radial-gradient(circle,#648efb12 0%,transparent 65%);pointer-events:none}
.communitybox .comminnerwrap{max-width:1600px;margin:0 auto;padding:0 48px;position:relative;z-index:2}
.communitybox .commlayout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.communitybox .commleft h2{font-size:clamp(26px,3vw,40px);font-weight:700;color:#E6EFF4;line-height:1.2;margin:0 0 20px}
.communitybox .commleft h2 em{color:#648EFB;font-style:normal}
.communitybox .commleft .comm-desc{font-size:15px;line-height:1.72;color:#e6eff4b8;margin:0 0 40px}
.commimageduo{display:grid;grid-template-columns:3fr 2fr;gap:12px}
.commimageduo .imgprimary img{width:100%;height:260px;object-fit:cover;border-radius:6px;display:block}
.commimageduo .imgsecondary img{width:100%;height:260px;object-fit:cover;border-radius:6px;display:block}
.communitybox .commright{padding-top:8px}
.testimblock{margin-bottom:40px}
.testimblock .testimcard{background:#e6eff40f;border:1px solid #e6eff41f;border-radius:6px;padding:28px;margin-bottom:16px;transition:background .5s ease}
.testimblock .testimcard:hover{background:#e6eff41a}
.testimblock .testimcard .tquote{font-size:14px;line-height:1.68;color:#e6eff4cc;margin:0 0 20px;font-style:italic}
.testimblock .testimcard .tauthor{display:flex;flex-direction:row;align-items:center;gap:12px}
.testimblock .testimcard .tauthor img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #648efb66}
.testimblock .testimcard .tauthor .tname{font-size:14px;font-weight:600;color:#E6EFF4;display:block}
.testimblock .testimcard .tauthor .trole{font-size:12px;color:#e6eff480;display:block}
.commstatsrow{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.commstatsrow .cstat{background:#648efb1a;border:1px solid #648efb33;border-radius:4px;padding:20px 16px;text-align:center}
.commstatsrow .cstat .csval{font-size:26px;font-weight:700;color:#648EFB;line-height:1;display:block;margin-bottom:6px}
.commstatsrow .cstat .cslabel{font-size:11px;color:#e6eff499;text-transform:uppercase;letter-spacing:.08em;line-height:1.4}
.comm-cta-row{margin-top:40px;padding-top:40px;border-top:1px solid #e6eff41a;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.comm-cta-row .ctacopy{font-size:15px;color:#e6eff4b3;max-width:360px;line-height:1.6}
.comm-cta-row .ctabtn{display:inline-flex;align-items:center;gap:8px;background:#648EFB;color:#fff;font-size:14px;font-weight:600;padding:13px 28px;border-radius:4px;text-decoration:none;transition:background .4s ease,box-shadow .4s ease,transform .4s ease;box-shadow:0 4px 14px #648efb47;white-space:nowrap;position:relative;z-index:3}
.comm-cta-row .ctabtn:hover{background:#4d78f0;box-shadow:0 8px 24px #648efb70;transform:translateY(-2px)}
@media (max-width: 1366px) {
.herobox .herocontentbox{padding:0 36px}
.problemsbox .pbinnerwrap{padding:0 36px}
.communitybox .comminnerwrap{padding:0 36px}
.pbcardgrid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 768px) {
.herobox{min-height:80vh}
.herobox .herocontentbox{padding:60px 20px}
.herofloatnums{display:none}
.herobgdot.dot-a{width:200px;height:200px}
.problemsbox{padding:64px 0 56px}
.problemsbox .pbinnerwrap{padding:0 20px}
.problemsbox .pbheadrow{flex-direction:column;gap:16px;margin-bottom:40px}
.pbcardgrid{grid-template-columns:1fr;gap:16px}
.pb-splitrow{grid-template-columns:1fr;gap:28px}
.pb-splitrow .pb-imgcol img{height:240px}
.communitybox{padding:64px 0}
.communitybox .comminnerwrap{padding:0 20px}
.communitybox .commlayout{grid-template-columns:1fr;gap:48px}
.commimageduo{grid-template-columns:1fr}
.commimageduo .imgsecondary{display:none}
.commstatsrow{grid-template-columns:repeat(3,1fr);gap:10px}
.comm-cta-row{flex-direction:column;align-items:flex-start}
}
@media (max-width: 375px) {
.herobox .herotitlebox h1{font-size:30px}
.herobox .hero-desc{font-size:15px}
.herobtngroup{flex-direction:column}
.commstatsrow{grid-template-columns:1fr}
.comm-cta-row .ctabtn{width:100%;justify-content:center}
}