@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;700&display=swap";
*,::before,::after{box-sizing:border-box}
html{font-size:100%}
body{margin:0;padding:0;min-height:100vh;font-family:'JetBrains Mono',monospace}
.page-header{background:linear-gradient(135deg,#131C32 0%,#21384A 100%);position:relative;padding:40px 20px}
.page-header-mount{max-width:1024px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px}
.brand-shell{flex-shrink:0;display:flex;align-items:center;justify-content:center}
.brand-shell a{display:flex;align-items:center;justify-content:center;border-radius:2px;padding:6px;background-color:#ffffff14;box-shadow:0 2px 6px 1px #131c3214 0 0 0 1px #ffffff1f;text-decoration:none;transition:box-shadow .28s cubic-bezier(0.4,0,0.2,1)}
.brand-shell a:hover{box-shadow:0 6px 20px 1px #131c321c 0 0 0 1px #ffffff38}
.brand-shell a:focus{outline:none;box-shadow:0 6px 20px 1px #131c321c 0 0 0 2px #FFF}
.brand-shell a:focus::before{content:'sākums';position:absolute;top:-22px;left:0;font-family:'JetBrains Mono',monospace;font-size:15px;color:#FFF;background:#131C32;padding:2px 6px;border-radius:2px}
.brand-shell{position:relative}
.brand-logo{display:block;width:56px;height:56px;object-fit:contain}
.primary-menu{display:flex;align-items:center;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0;justify-content:flex-end}
.primary-menu li{display:flex}
.primary-menu a{display:flex;align-items:center;min-height:44px;padding:6px 20px;font-family:'JetBrains Mono',monospace;font-size:15px;font-weight:400;line-height:1.4;color:#ffffffc7;text-decoration:none;border-radius:2px;border:1px solid transparent;transition:color .26s ease-in-out,border-color .26s ease-in-out,background-color .32s cubic-bezier(0.4,0,0.2,1);position:relative}
.primary-menu a:hover{color:#FFF;background-color:#ffffff12;border-color:#ffffff26}
.primary-menu a:focus{outline:none;color:#FFF;border-color:#ffffff80}
.primary-menu a:focus::before{content:attr(data-label);position:absolute;top:-24px;left:50%;transform:translateX(-50%);font-size:15px;color:#FFF;background:#131C32;padding:2px 6px;border-radius:2px;white-space:nowrap;pointer-events:none}
.primary-menu a[aria-current="page"]{color:#FFF;background-color:#ffffff1a;border-color:#fff3;font-weight:700}
.page-footer{background:#FFF;box-shadow:0 -2px 6px 1px #131c3214;padding:40px 20px 20px}
.page-footer-mount{max-width:1024px;margin:0 auto}
.footer-top{display:flex;align-items:flex-start;gap:80px;padding-bottom:40px;border-bottom:1px solid #131c321a}
.footer-brand{flex-shrink:0;display:flex;flex-direction:column;gap:20px;min-width:180px}
.footer-logo-shell{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:2px;background-color:#FFF;box-shadow:0 2px 6px 1px #131c3214 0 0 0 1px #131c321a;padding:6px}
.footer-logo-shell:focus{outline:none;box-shadow:0 2px 6px 1px #131c3214 0 0 0 2px #131C32}
.footer-logo{display:block;width:48px;height:48px;object-fit:contain}
.footer-address{display:flex;flex-direction:column;gap:6px}
.footer-address-text{font-family:'JetBrains Mono',monospace;font-size:15px;line-height:1.6;color:#21384A;font-weight:300;margin:0;padding:0}
.footer-contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}
.footer-contact-list li{font-family:'JetBrains Mono',monospace;font-size:15px;line-height:1.4;color:#21384A;font-weight:300}
.footer-contact-list a{color:#131C32;text-decoration:none;font-weight:400;border-bottom:1px solid #131c3233;transition:border-color .28s ease-in-out,color .28s ease-in-out}
.footer-contact-list a:hover{color:#21384A;border-color:#131c3299}
.footer-contact-list a:focus{outline:none;border-color:#131C32}
.footer-links-shell{flex:1;display:flex;flex-direction:column;gap:12px}
.footer-links-label{font-family:'JetBrains Mono',monospace;font-size:15px;font-weight:700;line-height:1.4;color:#131C32;margin:0;padding:0;padding-bottom:6px;border-bottom:1px solid #131c321f}
.footer-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}
.footer-menu a{display:inline-flex;align-items:center;gap:6px;font-family:'JetBrains Mono',monospace;font-size:15px;font-weight:300;line-height:1.4;color:#21384A;text-decoration:none;min-height:44px;transition:color .26s ease-in-out;position:relative}
.footer-menu a:hover{color:#131C32}
.footer-menu a:focus{outline:none;color:#131C32}
.footer-menu a:focus::before{content:attr(data-label);position:absolute;top:-22px;left:0;font-size:15px;color:#FFF;background:#131C32;padding:2px 6px;border-radius:2px;white-space:nowrap;pointer-events:none}
.footer-menu-arrow{display:inline-block;width:6px;height:6px;border-right:1px solid currentColor;border-top:1px solid currentColor;transform:rotate(45deg);flex-shrink:0;transition:transform .26s ease-in-out}
.footer-menu a:hover .footer-menu-arrow{transform:rotate(45deg) translateX(2px) translateY(-2px)}
.footer-bottom{padding-top:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footer-copy{font-family:'JetBrains Mono',monospace;font-size:15px;font-weight:300;line-height:1.4;color:#131c328c;margin:0;padding:0}
.footer-copy strong{font-weight:400;color:#131c32b3}
@media (max-width: 768px) {
.page-header-mount{flex-direction:column;gap:20px;align-items:flex-start}
.primary-menu{justify-content:flex-start}
.footer-top{flex-direction:column;gap:40px}
.footer-brand{min-width:unset}
.footer-bottom{flex-direction:column;align-items:flex-start}
}
@media (max-width: 480px) {
.page-header{padding:20px 12px}
.primary-menu a{padding:6px 12px}
.page-footer{padding:40px 12px 20px}
}
.cookie-alert{display:none;position:fixed;top:20px;left:0;right:0;margin:0 auto;width:480px;max-width:calc(100vw - 40px);background:#FFF;border-radius:2px;box-shadow:0 8px 52px 1px #131c321f 0 0 0 1px #131c3214;z-index:1500;padding:20px;font-family:'JetBrains Mono',monospace}
.cookie-alert-body{display:flex;align-items:flex-start;gap:12px}
.cookie-alert-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-top:2px}
.cookie-alert-text{font-size:15px;line-height:1.6;color:#21384A;font-weight:300;margin:0;padding:0;flex:1}
.cookie-alert-actions{display:flex;align-items:center;gap:20px;margin-top:12px;padding-top:12px;border-top:1px solid #131c321a;justify-content:flex-end}
.cookie-accept-link{font-family:'JetBrains Mono',monospace;font-size:15px;font-weight:700;color:#131C32;text-decoration:underline;background:none;border:none;cursor:pointer;padding:6px 0;min-height:44px;display:inline-flex;align-items:center;transition:color .26s ease-in-out}
.cookie-accept-link:hover{color:#21384A}
.cookie-accept-link:focus{outline:2px solid #131C32;outline-offset:2px}
.cookie-decline-link{font-family:'JetBrains Mono',monospace;font-size:15px;font-weight:300;color:#131c3299;text-decoration:underline;background:none;border:none;cursor:pointer;padding:6px 0;min-height:44px;display:inline-flex;align-items:center;transition:color .26s ease-in-out}
.cookie-decline-link:hover{color:#131C32}
.cookie-decline-link:focus{outline:2px solid #131C32;outline-offset:2px}
.policy-region-v{max-width:1024px;margin:0 auto;padding:80px 40px;color:#131C32;line-height:1.6;font-size:15px}
.policy-region-v h1{font-size:42px;line-height:1.15;color:#131C32;margin-bottom:40px;margin-top:0;padding-bottom:20px;border-bottom:2px solid #131C32}
.policy-region-v h2{font-size:30px;line-height:1.15;color:#131C32;margin-top:80px;margin-bottom:20px}
.policy-region-v h3{font-size:15px;line-height:1.4;color:#21384A;margin-top:40px;margin-bottom:12px;text-transform:uppercase;letter-spacing:.08em}
.policy-region-v h4,.policy-region-v h5,.policy-region-v h6{font-size:15px;line-height:1.4;color:#131C32;margin-top:40px;margin-bottom:12px}
.policy-region-v p{margin-top:0;margin-bottom:20px;line-height:1.6;font-size:15px;color:#131C32}
.policy-region-v ul,.policy-region-v ol{margin-top:0;margin-bottom:20px;padding-left:40px}
.policy-region-v ul{list-style:none;padding-left:20px}
.policy-region-v ul li{position:relative;padding-left:20px}
.policy-region-v ul li::before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;background-color:#21384A;border-radius:2px}
.policy-region-v ol{list-style:decimal}
.policy-region-v ol li{padding-left:6px}
.policy-region-v li{font-size:15px;line-height:1.6;color:#131C32;margin-bottom:12px}
.policy-region-v li:last-child{margin-bottom:0}
.policy-region-v ul ul,.policy-region-v ol ol,.policy-region-v ul ol,.policy-region-v ol ul{margin-top:12px;margin-bottom:0}
.policy-region-v strong,.policy-region-v b{font-weight:700;color:#131C32}
.policy-region-v em,.policy-region-v i{font-style:italic;color:#21384A}
.policy-region-v hr{border:none;border-top:1px solid #131c3226;margin-top:40px;margin-bottom:40px}
.policy-region-v div{margin-bottom:20px}
.policy-region-v a{color:#21384A;text-decoration:underline;text-underline-offset:3px;transition:color .25s ease-in-out,text-underline-offset .28s cubic-bezier(0.4,0,0.2,1)}
.policy-region-v a:hover{color:#131C32;text-underline-offset:5px}
@media (max-width: 768px) {
.policy-region-v{padding:40px 20px}
.policy-region-v h1{font-size:30px}
.policy-region-v h2{font-size:15px;font-weight:700;margin-top:40px}
.policy-region-v h2,.policy-region-v h3{margin-top:40px}
}
.contact-us-page{background:#fff;overflow-x:clip}
.contact-us-page *,.contact-us-page ::before,.contact-us-page ::after{box-sizing:border-box}
.contact-us-page .page-limiter{max-width:1024px;margin:0 auto;padding:0 20px}
.contact-us-page .reach-block{padding:80px 0 40px;background:#131C32;position:relative}
.contact-us-page .reach-block::after{content:'';display:block;width:100%;height:3px;background:linear-gradient(135deg,#21384A 0%,transparent 100%)}
.contact-us-page .reach-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:40px;align-items:center}
.contact-us-page .reach-visual{position:relative;display:flex;align-items:center;justify-content:center}
.contact-us-page .reach-img-frame{width:100%;max-width:340px;aspect-ratio:3/4;overflow:hidden;clip-path:polygon(0 0,85% 0,100% 15%,100% 100%,15% 100%,0 85%);animation:wipe-reveal .6s cubic-bezier(0.4,0,0.2,1) both;position:relative}
@keyframes wipe-reveal {
from{clip-path:polygon(0 0,0 0,0 15%,0 100%,0 100%,0 85%)}
to{clip-path:polygon(0 0,85% 0,100% 15%,100% 100%,15% 100%,0 85%)}
}
.contact-us-page .reach-img-frame img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.3) brightness(0.8);transition:filter .35s ease-in-out}
.contact-us-page .reach-img-frame:hover img{filter:saturate(1) brightness(0.9)}
.contact-us-page .reach-shape-a{position:absolute;top:-20px;left:-20px;width:80px;height:80px;border:2px solid #ffffff14;border-radius:2px;pointer-events:none}
.contact-us-page .reach-shape-b{position:absolute;bottom:-12px;right:-12px;width:48px;height:48px;border:2px solid #21384a66;border-radius:22px;pointer-events:none}
.contact-us-page .reach-text-zone{display:flex;flex-direction:column;gap:20px}
.contact-us-page .reach-eyebrow{font-size:15px;line-height:1.4;color:#ffffff80;letter-spacing:.08em;text-transform:uppercase}
.contact-us-page .reach-heading{font-size:42px;line-height:1.15;color:#fff;margin:0}
.contact-us-page .reach-heading .accent-word{text-transform:uppercase}
.contact-us-page .reach-detail-list{display:flex;flex-direction:column;gap:12px;list-style:none;padding:0;margin:0}
.contact-us-page .reach-detail-list li{display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.contact-us-page .detail-label{font-size:15px;line-height:1.4;color:#ffffff73;min-width:90px;flex-shrink:0}
.contact-us-page .detail-value{font-size:15px;line-height:1.4;color:#fff}
.contact-us-page .detail-value a{color:#fff;text-decoration:none;position:relative;display:inline-block}
.contact-us-page .detail-value a::after{content:'';position:absolute;left:50%;right:50%;bottom:-2px;height:1px;background:#ffffff80;transition:left .28s cubic-bezier(0.4,0,0.2,1),right .28s cubic-bezier(0.4,0,0.2,1)}
.contact-us-page .detail-value a:hover::after{left:0;right:0}
.contact-us-page .dots-divider{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;padding:40px 0;background:#fff}
.contact-us-page .dots-divider span{display:block;width:5px;height:5px;border-radius:22px;background:#21384A;opacity:.25}
.contact-us-page .form-zone{padding:40px 0 80px;background:#fff}
.contact-us-page .form-layout{display:grid;grid-template-columns:1.1fr 0.9fr;gap:80px;align-items:start}
.contact-us-page .form-description{display:flex;flex-direction:column;gap:20px;padding-top:6px}
.contact-us-page .form-desc-heading{font-size:30px;line-height:1.15;color:#131C32;margin:0}
.contact-us-page .form-desc-heading .accent-word{text-transform:uppercase}
.contact-us-page .form-desc-text{font-size:15px;line-height:1.6;color:#21384A;margin:0;text-indent:20px}
.contact-us-page .pyramid-block{display:flex;flex-direction:column;gap:6px;margin-top:20px}
.contact-us-page .pyramid-layer{display:flex;flex-direction:row;align-items:center;gap:12px;justify-content:center}
.contact-us-page .pyramid-bar{background:#131C32;border-radius:2px;height:32px;display:flex;align-items:center;padding:0 12px;transition:background .25s ease-in-out}
.contact-us-page .pyramid-bar:hover{background:#21384A}
.contact-us-page .pyramid-bar-label{font-size:15px;line-height:1.4;color:#fff;white-space:nowrap}
.contact-us-page .pyramid-layer.tier-one .pyramid-bar{width:220px}
.contact-us-page .pyramid-layer.tier-two .pyramid-bar{width:170px}
.contact-us-page .pyramid-layer.tier-three .pyramid-bar{width:120px}
.contact-us-page .contact-form{display:flex;flex-direction:column;gap:20px;background:#fff;border:1px solid #131c321a;border-radius:2px;padding:40px;box-shadow:0 6px 20px 1px #131c321c}
.contact-us-page .form-field{position:relative;display:flex;flex-direction:column}
.contact-us-page .form-field input[type="email"]{width:100%;padding:20px 12px 6px;font-size:15px;line-height:1.4;color:#131C32;background:transparent;border:none;border-bottom:1.5px solid #131c3233;border-radius:0;outline:none;transition:border-color .28s ease-in-out}
.contact-us-page .form-field input[type="email"]:focus{border-bottom-color:#131C32}
.contact-us-page .form-field .floating-label{position:absolute;top:14px;left:12px;font-size:15px;line-height:1.4;color:#131c3273;pointer-events:none;transition:top .25s cubic-bezier(0.4,0,0.2,1),font-size .25s cubic-bezier(0.4,0,0.2,1),color .25s cubic-bezier(0.4,0,0.2,1)}
.contact-us-page .form-field input[type="email"]:focus + .floating-label,.contact-us-page .form-field input[type="email"]:not(:placeholder-shown) + .floating-label{top:4px;font-size:15px;color:#131C32}
.contact-us-page .form-field input[type="email"]{font-size:15px}
.contact-us-page .checkboxes-group{display:flex;flex-direction:column;gap:12px}
.contact-us-page .checkboxes-label{font-size:15px;line-height:1.4;color:#131c328c;margin-bottom:6px}
.contact-us-page .checkbox-item{display:flex;flex-direction:row;align-items:center;gap:12px;cursor:pointer}
.contact-us-page .checkbox-item input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:1.5px solid #131c3240;border-radius:2px;background:#fff;cursor:pointer;flex-shrink:0;position:relative;transition:border-color .25s ease-in-out,background .25s ease-in-out}
.contact-us-page .checkbox-item input[type="checkbox"]:checked{background:#131C32;border-color:#131C32}
.contact-us-page .checkbox-item input[type="checkbox"]:checked::after{content:'';position:absolute;top:3px;left:6px;width:5px;height:9px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg)}
.contact-us-page .checkbox-item .check-label{font-size:15px;line-height:1.4;color:#131C32}
.contact-us-page .privacy-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px;padding-top:6px}
.contact-us-page .privacy-row input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:1.5px solid #131c3240;border-radius:2px;background:#fff;cursor:pointer;flex-shrink:0;position:relative;margin-top:2px;transition:border-color .25s ease-in-out,background .25s ease-in-out}
.contact-us-page .privacy-row input[type="checkbox"]:checked{background:#131C32;border-color:#131C32}
.contact-us-page .privacy-row input[type="checkbox"]:checked::after{content:'';position:absolute;top:3px;left:6px;width:5px;height:9px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg)}
.contact-us-page .privacy-text{font-size:15px;line-height:1.6;color:#131c3299}
.contact-us-page .privacy-text a{color:#131C32;text-decoration:none;position:relative;display:inline-block}
.contact-us-page .privacy-text a::after{content:'';position:absolute;left:50%;right:50%;bottom:-1px;height:1px;background:#131C32;transition:left .28s cubic-bezier(0.4,0,0.2,1),right .28s cubic-bezier(0.4,0,0.2,1)}
.contact-us-page .privacy-text a:hover::after{left:0;right:0}
.contact-us-page .submit-btn{align-self:flex-start;padding:12px 40px;font-size:15px;line-height:1.4;color:#fff;background:linear-gradient(120deg,#131C32 0%,#21384A 100%);border:none;border-radius:2px;cursor:pointer;transition:background-position .38s cubic-bezier(0.4,0,0.2,1),box-shadow .38s cubic-bezier(0.4,0,0.2,1);background-size:200% 200%;background-position:0 50%;box-shadow:0 2px 6px 1px #131c3214}
.contact-us-page .submit-btn:hover{background-position:100% 50%;box-shadow:0 8px 52px 1px #131c321f}
.contact-us-page .submit-btn:focus{outline:2px solid #131C32;outline-offset:3px}
.contact-us-page .submit-btn:active{box-shadow:0 2px 6px 1px #131c3214}
.contact-us-page .info-strip{background:#131C32;padding:80px 0;position:relative}
.contact-us-page .info-strip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;align-items:start}
.contact-us-page .info-card{display:flex;flex-direction:column;gap:12px;padding:40px 20px;border-radius:2px;background:#ffffff0a;box-shadow:inset 0 1px 2px #131c321f;transition:background .35s ease-in-out,transform .35s ease-in-out;cursor:default}
.contact-us-page .info-card:hover{background:#ffffff17;transform:translateY(-6px)}
.contact-us-page .info-card.tall{padding:60px 20px}
.contact-us-page .info-card.short{padding:20px}
.contact-us-page .info-card-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}
.contact-us-page .info-card-icon svg{width:28px;height:28px;stroke:#fff9;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transition:stroke .28s ease-in-out}
.contact-us-page .info-card:hover .info-card-icon svg{stroke:#fff}
.contact-us-page .info-card-heading{font-size:15px;line-height:1.4;color:#ffffff73;text-transform:uppercase;letter-spacing:.07em;margin:0}
.contact-us-page .info-card-value{font-size:15px;line-height:1.6;color:#fff;margin:0}
.contact-us-page .info-card-value a{color:#fff;text-decoration:none;position:relative;display:inline-block}
.contact-us-page .info-card-value a::after{content:'';position:absolute;left:50%;right:50%;bottom:-1px;height:1px;background:#ffffff80;transition:left .28s cubic-bezier(0.4,0,0.2,1),right .28s cubic-bezier(0.4,0,0.2,1)}
.contact-us-page .info-card-value a:hover::after{left:0;right:0}
.contact-us-page .big-number{font-size:72px;line-height:1.15;color:#ffffff12;position:absolute;bottom:20px;right:20px;pointer-events:none;user-select:none}
@media (max-width: 768px) {
.contact-us-page .reach-grid{grid-template-columns:1fr}
.contact-us-page .reach-visual{display:none}
.contact-us-page .form-layout{grid-template-columns:1fr;gap:40px}
.contact-us-page .info-strip-grid{grid-template-columns:1fr;gap:20px}
.contact-us-page .reach-heading{font-size:30px}
.contact-us-page .contact-form{padding:20px}
}
@media (max-width: 480px) {
.contact-us-page .reach-block{padding:40px 0}
.contact-us-page .submit-btn{width:100%;text-align:center}
}
.support-page{background:#fff;overflow-x:clip;position:relative}
.support-page *,.support-page ::before,.support-page ::after{box-sizing:border-box}
.support-page ::selection{background:#d4d4d4;color:#131C32}
.support-page .rotating-shape{position:absolute;top:80px;right:-120px;width:420px;height:420px;border:1px solid #131c320f;border-radius:22px;animation:shape-rotate 28s linear infinite;pointer-events:none;z-index:0}
.support-page .rotating-shape-inner{position:absolute;top:40px;right:-60px;width:260px;height:260px;border:1px solid #21384a0d;border-radius:22px;animation:shape-rotate 18s linear infinite reverse;pointer-events:none;z-index:0}
@keyframes shape-rotate {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.support-page .page-top{position:relative;background:linear-gradient(160deg,transparent 0%,#131c320a 40%,#131C32 100%);padding:80px 20px;overflow:hidden}
.support-page .page-top-grid{max-width:1024px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:40px;position:relative;z-index:1}
.support-page .page-top-text{flex:1;min-width:0}
.support-page .page-top-image-column{flex:0 0 420px;position:relative;border-radius:22px;overflow:hidden}
.support-page .page-top-image-column img{display:block;width:100%;height:340px;object-fit:cover;border-radius:22px}
.support-page .page-top-image-overlay{position:absolute;inset:0;background:linear-gradient(to right,#131C32 0%,#131c324d 60%,transparent 100%);border-radius:22px}
.support-page .top-eyebrow{font-size:15px;line-height:1.4;color:#fff9;text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px}
.support-page .top-heading{font-size:42px;line-height:1.15;color:#fff;margin:0 0 20px;animation:lift-reveal .55s cubic-bezier(0.4,0,0.2,1) both}
.support-page .top-heading .accent-word{text-transform:uppercase}
@keyframes lift-reveal {
from{opacity:0;transform:translateY(24px)}
to{opacity:1;transform:translateY(0)}
}
.support-page .top-action-link{display:inline-block;font-size:15px;line-height:1.4;color:#fff;background:#ffffff1f;border:1px solid #ffffff40;border-radius:2px;padding:12px 40px;text-decoration:none;transition:background .28s ease-in-out,border-color .28s ease-in-out}
.support-page .top-action-link:hover{background:#ffffff38;border-color:#ffffff80}
.support-page .wave-divider{display:block;width:100%;overflow:hidden;line-height:0;margin-top:-2px}
.support-page .wave-divider svg{display:block;width:100%}
.support-page .gradient-line{height:1px;background:linear-gradient(to right,transparent 0%,#131c322e 30%,#21384a38 50%,#131c322e 70%,transparent 100%);margin:0 auto;max-width:1024px}
.support-page .channels-area{padding:80px 20px;background:#fff;position:relative}
.support-page .channels-inner{max-width:1024px;margin:0 auto}
.support-page .area-label{font-size:15px;line-height:1.4;color:#131c3280;margin-bottom:12px;display:flex;flex-direction:row;align-items:center;gap:12px}
.support-page .area-label-shape{width:16px;height:16px;border-radius:2px;background:#131C32;flex-shrink:0}
.support-page .channels-heading{font-size:30px;line-height:1.15;color:#131C32;margin:0 0 40px;max-width:560px}
.support-page .channels-heading .accent-word{text-transform:uppercase}
.support-page .channels-split{display:flex;flex-direction:row;gap:40px;align-items:stretch}
.support-page .channels-primary{flex:1;display:flex;flex-direction:column;gap:20px}
.support-page .channels-secondary{flex:0 0 300px;background:#131C32;border-radius:22px;padding:40px;display:flex;flex-direction:column;gap:20px;box-shadow:0 8px 52px 1px #131c321f}
.support-page .channel-card{display:flex;flex-direction:row;align-items:flex-start;gap:20px;padding:20px;border-radius:22px;border:1px solid #131c3217;background:#fff;box-shadow:0 2px 6px 1px #131c3214;transition:box-shadow .35s cubic-bezier(0.4,0,0.2,1),transform .35s cubic-bezier(0.4,0,0.2,1);text-decoration:none}
.support-page .channel-card:hover{box-shadow:0 6px 20px 1px #131c321c;transform:translateY(-2px)}
.support-page .channel-icon-ring{flex-shrink:0;width:52px;height:52px;border-radius:50%;border:1px solid #131c3226;display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative}
.support-page .channel-icon-ring svg{display:block}
.support-page .channel-card-text{flex:1;min-width:0}
.support-page .channel-card-label{font-size:15px;line-height:1.4;color:#131c3280;margin-bottom:6px}
.support-page .channel-card-value{font-size:15px;line-height:1.4;color:#131C32;font-weight:600;word-break:break-all}
.support-page .side-label{font-size:15px;line-height:1.4;color:#ffffff8c;margin-bottom:6px}
.support-page .side-heading{font-size:15px;line-height:1.6;color:#fff;font-weight:600}
.support-page .side-divider{height:1px;background:#ffffff1f}
.support-page .side-address{font-size:15px;line-height:1.6;color:#ffffffbf}
.support-page .side-hours-row{display:flex;flex-direction:row;justify-content:space-between;gap:12px}
.support-page .side-hours-label{font-size:15px;line-height:1.4;color:#ffffff8c}
.support-page .side-hours-value{font-size:15px;line-height:1.4;color:#fff}
.support-page .side-link{display:inline-block;font-size:15px;line-height:1.4;color:#fff;border:1px solid #ffffff4d;border-radius:2px;padding:12px 20px;text-decoration:none;text-align:center;transition:background .27s ease-in-out,border-color .27s ease-in-out;margin-top:6px}
.support-page .side-link:hover{background:#ffffff1a;border-color:#ffffff8c}
.support-page .faq-area{padding:80px 20px;background:linear-gradient(135deg,#131c3208 0%,#21384a0d 100%);position:relative}
.support-page .faq-inner{max-width:1024px;margin:0 auto;display:flex;flex-direction:row;gap:80px;align-items:flex-start}
.support-page .faq-column-left{flex:0 0 280px;position:sticky;top:40px}
.support-page .faq-column-right{flex:1;min-width:0}
.support-page .faq-side-heading{font-size:30px;line-height:1.15;color:#131C32;margin:0 0 20px}
.support-page .faq-side-heading .accent-word{text-transform:uppercase}
.support-page .faq-side-text{font-size:15px;line-height:1.6;color:#131c32a6;text-indent:1.5em}
.support-page .faq-image-wrap{margin-top:40px;border-radius:22px;overflow:hidden;box-shadow:0 6px 20px 1px #131c321c}
.support-page .faq-image-wrap img{display:block;width:100%;height:200px;object-fit:cover}
.support-page .faq-list{display:flex;flex-direction:column;gap:6px}
.support-page .faq-item{border-radius:22px;background:#fff;border:1px solid #131c3214;overflow:hidden;box-shadow:0 2px 6px 1px #131c3214}
.support-page .faq-toggle{display:none}
.support-page .faq-question{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;padding:20px;cursor:pointer;font-size:15px;line-height:1.4;color:#131C32;font-weight:600;user-select:none;transition:background .25s ease-in-out}
.support-page .faq-question:hover{background:#131c3208}
.support-page .faq-arrow{flex-shrink:0;width:20px;height:20px;transition:transform .3s cubic-bezier(0.4,0,0.2,1)}
.support-page .faq-toggle:checked + .faq-question .faq-arrow{transform:rotate(180deg)}
.support-page .faq-answer{max-height:0;overflow:hidden;transition:max-height .38s cubic-bezier(0.4,0,0.2,1)}
.support-page .faq-toggle:checked ~ .faq-answer{max-height:300px}
.support-page .faq-answer-inner{padding:0 20px 20px;font-size:15px;line-height:1.6;color:#131c32b3}
.support-page .image-bg-area{position:relative;padding:80px 20px;overflow:hidden}
.support-page .image-bg-photo{position:absolute;inset:0;z-index:0}
.support-page .image-bg-photo img{width:100%;height:100%;object-fit:cover;display:block}
.support-page .image-bg-overlay{position:absolute;inset:0;background:#ffffffe0;z-index:1}
.support-page .image-bg-content{position:relative;z-index:2;max-width:1024px;margin:0 auto}
.support-page .quick-heading{font-size:30px;line-height:1.15;color:#131C32;margin:0 0 40px}
.support-page .quick-heading .accent-word{text-transform:uppercase}
.support-page .quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.support-page .quick-item{background:#ffffffd9;border-radius:22px;padding:20px;border:1px solid #131c321a;box-shadow:0 2px 6px 1px #131c3214}
.support-page .quick-number-ring{width:44px;height:44px;border-radius:50%;position:relative;margin-bottom:12px;display:flex;flex-direction:row;align-items:center;justify-content:center}
.support-page .quick-number-ring svg{position:absolute;inset:0;width:100%;height:100%}
.support-page .quick-number-text{font-size:15px;line-height:1.4;color:#131C32;font-weight:700;position:relative;z-index:1}
.support-page .quick-item-heading{font-size:15px;line-height:1.4;color:#131C32;font-weight:600;margin:0 0 6px}
.support-page .quick-item-text{font-size:15px;line-height:1.6;color:#131c32a6}
@media (max-width: 860px) {
.support-page .page-top-image-column{display:none}
.support-page .faq-inner{flex-direction:column;gap:40px}
.support-page .faq-column-left{flex:none;position:static}
.support-page .faq-image-wrap{display:none}
.support-page .channels-split{flex-direction:column}
.support-page .channels-secondary{flex:none}
.support-page .quick-grid{grid-template-columns:1fr}
.support-page .rotating-shape,.support-page .rotating-shape-inner{display:none}
}
@media (max-width: 560px) {
.support-page .top-heading{font-size:30px}
.support-page .page-top{padding:40px 20px}
.support-page .channels-area,.support-page .faq-area,.support-page .image-bg-area{padding:40px 20px}
}
.about-us-page{background-color:#fff;overflow-x:clip;position:relative}
.about-us-page *,.about-us-page ::before,.about-us-page ::after{box-sizing:border-box}
.about-us-page ::selection{background-color:#d0d0d0;color:#131C32}
.about-us-page .page-lead{background-color:#f5f4f2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23noise)' opacity='0.06'/%3E%3C/svg%3E");padding:80px 20px 40px;text-align:center;position:relative}
.about-us-page .page-lead::before{background:radial-gradient(circle at 0% 0%,#131c3214 0%,transparent 60%);content:"";inset:0;pointer-events:none;position:absolute}
.about-us-page .page-lead-inner{margin:0 auto;max-width:1024px;position:relative}
.about-us-page .page-lead-label{color:#21384A;display:inline-block;font-size:15px;letter-spacing:.08em;line-height:1.4;margin-bottom:20px;text-transform:uppercase}
.about-us-page .page-lead-problem{color:#131C32;font-size:42px;line-height:1.15;margin:0 auto 20px;max-width:720px}
.about-us-page .page-lead-problem em{font-style:normal;text-transform:uppercase}
.about-us-page .page-lead-answer{color:#21384A;font-size:15px;line-height:1.6;margin:0 auto 40px;max-width:560px}
.about-us-page .page-lead-image-frame{border-radius:2px;margin:0 auto;max-width:800px;overflow:hidden;position:relative}
.about-us-page .page-lead-image-frame::before{background-color:#d8d4ce;content:"";display:block;inset:0;position:absolute;z-index:1;transition:opacity .35s cubic-bezier(0.4,0,0.2,1)}
.about-us-page .page-lead-image-frame.loaded::before{opacity:0;pointer-events:none}
.about-us-page .page-lead-image-frame img{display:block;height:420px;object-fit:cover;position:relative;width:100%;z-index:2}
.about-us-page .page-divider{align-items:center;display:flex;gap:6px;justify-content:center;padding:20px 0}
.about-us-page .page-divider-dot{background-color:#131C32;border-radius:50%;flex-shrink:0;height:4px;opacity:.2;width:4px}
.about-us-page .page-divider-dash{background-color:#131C32;border-radius:2px;flex-shrink:0;height:2px;opacity:.15;width:12px}
.about-us-page .story-block{background-color:#fff;padding:80px 20px}
.about-us-page .story-block-inner{display:grid;gap:80px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1024px}
.about-us-page .story-text-column{display:flex;flex-direction:column;gap:20px}
.about-us-page .story-anchor{align-items:center;display:flex;flex-direction:row;gap:12px}
.about-us-page .story-anchor-shape{background-color:#131C32;border-radius:2px;flex-shrink:0;height:20px;width:4px}
.about-us-page .story-heading{color:#131C32;font-size:30px;line-height:1.15;margin:0}
.about-us-page .story-heading em{font-style:normal;text-transform:uppercase}
.about-us-page .story-paragraph{color:#21384A;font-size:15px;line-height:1.6;margin:0;text-indent:1.5em}
.about-us-page .story-stat-block{background-color:#131C32;border-radius:22px;box-shadow:0 6px 20px 1px #131c321c;display:flex;flex-direction:column;gap:12px;margin-top:20px;padding:40px}
.about-us-page .story-stat-number{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-image:radial-gradient(circle at 0% 0%,#fff 0%,#fff9 100%);font-size:72px;line-height:1.15;margin:0}
.about-us-page .story-stat-label{color:#ffffffbf;font-size:15px;line-height:1.4;margin:0}
.about-us-page .story-image-column{position:relative}
.about-us-page .story-image-decor{border:1px dashed #131c3233;border-radius:2px;bottom:-12px;left:-12px;pointer-events:none;position:absolute;right:12px;top:12px;z-index:0}
.about-us-page .story-image-holder{border-radius:2px;overflow:hidden;position:relative;z-index:1}
.about-us-page .story-image-holder::before{background-color:#d8d4ce;content:"";display:block;inset:0;position:absolute;transition:opacity .4s cubic-bezier(0.4,0,0.2,1);z-index:1}
.about-us-page .story-image-holder.loaded::before{opacity:0;pointer-events:none}
.about-us-page .story-image-holder img{display:block;height:480px;object-fit:cover;position:relative;width:100%;z-index:2}
.about-us-page .approach-block{background-color:#131C32;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.055'/%3E%3C/svg%3E");padding:80px 20px;position:relative}
.about-us-page .approach-block::before{background:radial-gradient(circle at 0% 0%,#21384a99 0%,transparent 55%);content:"";inset:0;pointer-events:none;position:absolute}
.about-us-page .approach-inner{margin:0 auto;max-width:1024px;position:relative}
.about-us-page .approach-top{margin-bottom:40px;text-align:center}
.about-us-page .approach-heading{color:#fff;font-size:30px;line-height:1.15;margin:0 auto 12px;max-width:600px}
.about-us-page .approach-heading em{font-style:normal;text-transform:uppercase}
.about-us-page .approach-sub{color:#fff9;font-size:15px;line-height:1.6;margin:0 auto;max-width:480px}
.about-us-page .approach-steps{counter-reset:step-counter;display:flex;flex-direction:column;gap:6px}
.about-us-page .approach-step{align-items:flex-start;border-radius:2px;display:flex;flex-direction:row;gap:20px;padding:20px;transition:background-color .25s ease-in-out}
.about-us-page .approach-step:hover{background-color:#ffffff0f}
.about-us-page .approach-step-number{align-items:center;animation:glow-pulse 2.8s ease-in-out infinite;background-color:transparent;border:1px solid #ffffff4d;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:15px;height:40px;justify-content:center;line-height:1.15;width:40px}
@keyframes glow-pulse {
0%{box-shadow:0 0 0 0 #fff0 0 2px 6px 1px #131c3214}
50%{box-shadow:0 0 0 4px #ffffff1a 0 2px 6px 1px #131c3214}
100%{box-shadow:0 0 0 0 #fff0 0 2px 6px 1px #131c3214}
}
.about-us-page .approach-step-text{display:flex;flex-direction:column;gap:6px}
.about-us-page .approach-step-heading{color:#fff;font-size:15px;line-height:1.4;margin:0}
.about-us-page .approach-step-desc{color:#fff9;font-size:15px;line-height:1.6;margin:0}
.about-us-page .team-block{background-color:#f5f4f2;padding:80px 20px;position:relative}
.about-us-page .team-block::before{border-bottom:1px dashed #131c321f;border-top:1px dashed #131c321f;content:"";inset:40px 0;pointer-events:none;position:absolute}
.about-us-page .team-inner{margin:0 auto;max-width:1024px;position:relative}
.about-us-page .team-layout{display:grid;gap:40px;grid-template-columns:5fr 4fr}
.about-us-page .team-text-side{display:flex;flex-direction:column;gap:20px}
.about-us-page .team-anchor{align-items:center;display:flex;flex-direction:row;gap:12px}
.about-us-page .team-anchor-diamond{background-color:#131C32;flex-shrink:0;height:10px;transform:rotate(45deg);width:10px}
.about-us-page .team-heading{color:#131C32;font-size:30px;line-height:1.15;margin:0}
.about-us-page .team-paragraph{color:#21384A;font-size:15px;line-height:1.6;margin:0;text-indent:1.5em}
.about-us-page .team-cards{display:flex;flex-direction:column;gap:12px}
.about-us-page .team-person{background-color:#fff;border-radius:2px;box-shadow:0 2px 6px 1px #131c3214;display:flex;flex-direction:column;gap:6px;padding:20px;transition:box-shadow .28s cubic-bezier(0.4,0,0.2,1)}
.about-us-page .team-person:hover{box-shadow:0 8px 52px 1px #131c321f}
.about-us-page .team-person-name{color:#131C32;font-size:15px;line-height:1.4;margin:0}
.about-us-page .team-person-role{color:#21384A;font-size:15px;line-height:1.4;margin:0;opacity:.65}
.about-us-page .team-person-note{color:#21384A;font-size:15px;line-height:1.6;margin:0}
.about-us-page .team-image-side{position:relative}
.about-us-page .team-image-border{border:1px solid #131c321f;border-radius:22px;inset:-6px;pointer-events:none;position:absolute;z-index:0}
.about-us-page .team-image-holder{border-radius:22px;overflow:hidden;position:relative;z-index:1}
.about-us-page .team-image-holder::before{background-color:#d8d4ce;content:"";display:block;inset:0;position:absolute;transition:opacity .35s ease-in-out;z-index:1}
.about-us-page .team-image-holder.loaded::before{opacity:0;pointer-events:none}
.about-us-page .team-image-holder img{display:block;height:100%;min-height:360px;object-fit:cover;position:relative;width:100%;z-index:2}
@media (max-width: 768px) {
.about-us-page .page-lead-image-frame{display:none}
.about-us-page .page-lead{padding:40px 20px}
.about-us-page .page-lead-problem{font-size:30px}
.about-us-page .story-block-inner{grid-template-columns:1fr;gap:40px}
.about-us-page .story-image-column{display:none}
.about-us-page .team-layout{grid-template-columns:1fr}
.about-us-page .team-image-side{display:none}
.about-us-page .approach-block{padding:40px 20px}
.about-us-page .story-block{padding:40px 20px}
.about-us-page .team-block{padding:40px 20px}
}
.first{background:#fff;overflow-x:clip;padding:0}
.first .curved-divider{display:block;width:100%;line-height:0}
.first .curved-divider svg{display:block;width:100%}
.first .title-band{background:#131C32;padding:80px 20px 40px;position:relative}
.first .title-band-lines{inset:0;overflow:hidden;pointer-events:none;position:absolute}
.first .title-band-lines svg{height:100%;opacity:.08;width:100%}
.first .title-band-container{align-items:flex-end;display:flex;flex-direction:row;gap:40px;margin:0 auto;max-width:1024px}
.first .title-band-text{flex:1 1 0}
.first .title-band-label{border:1px solid #fff3;border-radius:2px;color:#ffffff8c;display:inline-block;font-size:15px;letter-spacing:.08em;line-height:1.4;margin-bottom:20px;padding:6px 12px;text-transform:uppercase}
.first .title-band-heading{color:#fff;font-size:42px;line-height:1.15;margin:0 0 20px}
.first .title-band-heading .accented-word{color:#fff;font-size:42px;opacity:.45;text-transform:uppercase}
.first .title-band-sub{color:#ffffffa6;font-size:15px;line-height:1.6;margin:0;max-width:480px}
.first .title-band-side{flex:0 0 220px;padding-bottom:6px}
.first .title-stat{border-radius:2px;border-top:2px solid #ffffff2e;padding:20px 0 0}
.first .title-stat-number{color:#fff;font-size:42px;line-height:1.15}
.first .title-stat-desc{color:#ffffff80;font-size:15px;line-height:1.4;margin-top:6px}
.first .proof-band{background:#fff;padding:80px 20px}
.first .proof-container{display:grid;gap:40px;grid-template-columns:1fr 2fr;margin:0 auto;max-width:1024px}
.first .proof-label-col{padding-top:6px}
.first .proof-section-tag{color:#131C32;font-size:15px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.first .proof-section-tag::before{background:#131C32;border-radius:2px;content:"";display:inline-block;height:10px;margin-right:8px;vertical-align:middle;width:4px}
.first .proof-heading{color:#131C32;font-size:30px;line-height:1.15;margin:20px 0 0}
.first .proof-heading .accented-word{font-size:30px;text-transform:uppercase}
.first .proof-right{display:flex;flex-direction:column;gap:20px}
.first .proof-image-wrap{border-radius:22px;overflow:hidden;position:relative}
.first .proof-image-wrap img{display:block;height:300px;object-fit:cover;transition:transform .35s cubic-bezier(0.4,0,0.2,1);width:100%}
.first .proof-image-wrap::after{background:radial-gradient(ellipse at top left,#131c3200 40%,#131c329e 100%);border-radius:22px;content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .28s ease-in-out}
.first .proof-image-wrap:hover::after{opacity:1}
.first .proof-image-wrap:hover img{transform:scale(1.03)}
.first .proof-caption{bottom:20px;color:#fff;font-size:15px;left:20px;line-height:1.4;opacity:0;position:absolute;transition:opacity .28s ease-in-out;z-index:2}
.first .proof-image-wrap:hover .proof-caption{opacity:1}
.first .proof-metrics{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}
.first .proof-metric{background:#f4f5f8;border-radius:22px;box-shadow:0 2px 6px 1px #131c3214;opacity:0;padding:20px;transform:translateY(20px);transition:opacity .38s cubic-bezier(0.4,0,0.2,1),transform .38s cubic-bezier(0.4,0,0.2,1)}
.first .proof-metric.visible{opacity:1;transform:translateY(0)}
.first .proof-metric-num{color:#131C32;font-size:30px;line-height:1.15}
.first .proof-metric-text{color:#21384A;font-size:15px;line-height:1.4;margin-top:6px}
.first .proof-text-group{display:flex;flex-direction:column;gap:0}
.first .proof-paragraph{border-bottom:1px solid #131c3214;color:#21384A;font-size:15px;line-height:1.6;padding:20px 0;text-indent:2em}
.first .proof-paragraph:first-child{padding-top:0}
.first .outcomes-band{background:#131C32;padding:80px 20px;position:relative}
.first .outcomes-pattern{inset:0;overflow:hidden;pointer-events:none;position:absolute}
.first .outcomes-pattern svg{height:100%;opacity:.04;width:100%}
.first .outcomes-container{margin:0 auto;max-width:1024px}
.first .outcomes-top{align-items:flex-end;display:flex;flex-direction:row;gap:40px;margin-bottom:40px}
.first .outcomes-heading-group{flex:1 1 0}
.first .outcomes-tag{color:#ffffff73;font-size:15px;letter-spacing:.06em;text-transform:uppercase}
.first .outcomes-heading{color:#fff;font-size:30px;line-height:1.15;margin:12px 0 0}
.first .outcomes-heading .accented-word{font-size:30px;text-transform:uppercase}
.first .outcomes-side-text{color:#ffffff8c;flex:0 0 320px;font-size:15px;line-height:1.6}
.first .outcomes-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}
.first .outcomes-card{border:1px solid #ffffff1a;border-radius:22px;opacity:0;padding:40px 20px;transform:translateY(24px);transition:opacity .4s cubic-bezier(0.4,0,0.2,1),transform .4s cubic-bezier(0.4,0,0.2,1),border-color .25s ease-in-out}
.first .outcomes-card.visible{opacity:1;transform:translateY(0)}
.first .outcomes-card:hover{border-color:#ffffff47}
.first .outcomes-card-icon{height:28px;margin-bottom:20px;width:28px}
.first .outcomes-card-icon svg{display:block;height:28px;width:28px}
.first .outcomes-card-heading{color:#fff;font-size:15px;font-weight:700;line-height:1.4;margin:0 0 12px}
.first .outcomes-card-text{color:#ffffff8c;font-size:15px;line-height:1.6}
.first .outcomes-image-row{display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:40px}
.first .outcomes-img-wrap{border-radius:22px;overflow:hidden;position:relative}
.first .outcomes-img-wrap img{display:block;height:240px;object-fit:cover;transition:transform .35s cubic-bezier(0.4,0,0.2,1);width:100%}
.first .outcomes-img-wrap::after{background:radial-gradient(ellipse at top left,#131c3200 30%,#131c32b3 100%);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .28s ease-in-out}
.first .outcomes-img-wrap:hover::after{opacity:1}
.first .outcomes-img-wrap:hover img{transform:scale(1.03)}
.first .outcomes-img-caption{bottom:20px;color:#fff;font-size:15px;left:20px;line-height:1.4;opacity:0;position:absolute;transition:opacity .28s ease-in-out;z-index:2}
.first .outcomes-img-wrap:hover .outcomes-img-caption{opacity:1}
.first .support-band{background:#f4f5f8;padding:80px 20px}
.first .support-container{display:flex;flex-direction:column;gap:40px;margin:0 auto;max-width:1024px}
.first .support-top-row{align-items:flex-start;display:grid;gap:80px;grid-template-columns:1fr 1fr}
.first .support-text-col{display:flex;flex-direction:column;gap:20px}
.first .support-tag{color:#131C32;font-size:15px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.first .support-tag::before{background:#131C32;border-radius:2px;content:"";display:inline-block;height:10px;margin-right:8px;vertical-align:middle;width:4px}
.first .support-heading{color:#131C32;font-size:30px;line-height:1.15;margin:0}
.first .support-heading .accented-word{font-size:30px;text-transform:uppercase}
.first .support-paragraph{color:#21384A;font-size:15px;line-height:1.6;margin:0;text-indent:2em}
.first .support-items-col{display:flex;flex-direction:column;gap:6px}
.first .support-item{border-radius:22px;box-shadow:0 2px 6px 1px #131c3214;opacity:0;overflow:hidden;transform:translateX(20px);transition:opacity .36s cubic-bezier(0.4,0,0.2,1),transform .36s cubic-bezier(0.4,0,0.2,1)}
.first .support-item.visible{opacity:1;transform:translateX(0)}
.first .support-item-inner{align-items:flex-start;background:#fff;display:flex;flex-direction:row;gap:20px;padding:20px}
.first .support-item-num{align-items:center;background:#131C32;border-radius:22px;color:#fff;display:flex;flex-direction:row;flex-shrink:0;font-size:15px;font-weight:700;height:36px;justify-content:center;line-height:1;width:36px}
.first .support-item-body{flex:1 1 0}
.first .support-item-heading{color:#131C32;font-size:15px;font-weight:700;line-height:1.4;margin:0 0 6px}
.first .support-item-text{color:#21384A;font-size:15px;line-height:1.6;margin:0}
.first .support-bottom-row{align-items:stretch;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}
.first .support-note{background:#fff;border-radius:22px;box-shadow:0 6px 20px 1px #131c321c;opacity:0;padding:40px 20px;transition:opacity .38s ease-in-out}
.first .support-note.visible{opacity:1}
.first .support-note-icon{height:24px;margin-bottom:12px;width:24px}
.first .support-note-icon svg{display:block;height:24px;width:24px}
.first .support-note-heading{color:#131C32;font-size:15px;font-weight:700;line-height:1.4;margin:0 0 6px}
.first .support-note-text{color:#21384A;font-size:15px;line-height:1.6;margin:0}
.first .fade-up{opacity:0;transform:translateY(16px);transition:opacity .38s cubic-bezier(0.4,0,0.2,1),transform .38s cubic-bezier(0.4,0,0.2,1)}
.first .fade-up.visible{opacity:1;transform:translateY(0)}
@media (max-width: 768px) {
.first .title-band-container{flex-direction:column;gap:20px}
.first .title-band-side{flex:0 0 auto}
.first .title-band-heading{font-size:30px}
.first .title-band-heading .accented-word{font-size:30px}
.first .proof-container{grid-template-columns:1fr}
.first .proof-metrics{grid-template-columns:1fr 1fr}
.first .proof-image-wrap{display:none}
.first .outcomes-top{flex-direction:column;gap:20px}
.first .outcomes-side-text{flex:0 0 auto}
.first .outcomes-grid{grid-template-columns:1fr}
.first .outcomes-image-row{display:none}
.first .support-top-row{gap:40px;grid-template-columns:1fr}
.first .support-bottom-row{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.first .proof-metrics{grid-template-columns:1fr}
.first .title-band{padding:40px 20px}
}
.success-page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;background:#fff}
.success-page .success-wrapper{max-width:1024px;width:100%;display:flex;flex-direction:column;align-items:center;gap:40px}
.success-page .success-icon-ring{width:80px;height:80px;border-radius:22px;background:linear-gradient(135deg,#131C32 0%,#21384A 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 52px 1px #131c321f;flex-shrink:0}
.success-page .success-icon-ring svg{display:block}
.success-page .success-body{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;max-width:560px}
.success-page .success-label{font-size:15px;line-height:1.4;color:#21384A;letter-spacing:0;text-transform:uppercase;opacity:.6}
.success-page .success-heading{font-size:42px;line-height:1.15;color:#131C32;margin:0}
.success-page .success-text{font-size:15px;line-height:1.6;color:#21384A;margin:0;opacity:.82}
.success-page .success-divider{width:40px;height:2px;background:#131C32;border-radius:2px;opacity:.18}
.success-page .success-actions{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;justify-content:center}
.success-page .success-button-primary{display:inline-block;padding:12px 40px;border-radius:2px;background:linear-gradient(120deg,#131C32 0%,#21384A 100%);color:#fff;font-size:15px;line-height:1.4;text-decoration:none;border:none;cursor:pointer;box-shadow:0 6px 20px 1px #131c321c;transition:background .25s cubic-bezier(0.4,0,0.2,1),box-shadow .38s ease-in-out}
.success-page .success-button-primary:hover{background:linear-gradient(200deg,#21384A 0%,#131C32 100%);box-shadow:0 8px 52px 1px #131c321f}
.success-page .success-button-primary:focus{outline:2px solid #131C32;outline-offset:3px}
.success-page .success-button-ghost{display:inline-block;padding:12px 40px;border-radius:2px;background:transparent;color:#131C32;font-size:15px;line-height:1.4;text-decoration:none;border:1px solid #131c3247;cursor:pointer;transition:border-color .28s ease-in-out,color .28s ease-in-out}
.success-page .success-button-ghost:hover{border-color:#131C32;color:#21384A}
.success-page .success-button-ghost:focus{outline:2px solid #131C32;outline-offset:3px}
@media (max-width: 600px) {
.success-page{padding:80px 12px}
.success-page .success-heading{font-size:30px}
.success-page .success-actions{flex-direction:column;align-items:center}
}