:root{--color-ink:#102a43;--color-text:#4d5a6f;--color-muted:#718096;--color-blue:#1b5fa7;--color-green:#16745f;--color-gold:#c7a45b;--color-red:#ef3b2d;--color-bg:#f4f7fb;--color-border:#dce4ee;--color-white:#fff;--shadow-soft:0 18px 42px #102a4314;color:var(--color-text);background:var(--color-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}button,a{font:inherit}a{color:inherit;text-decoration:none}html{scroll-behavior:smooth}button{cursor:pointer}.site-shell{background:var(--color-bg);min-height:100vh}.site-header{z-index:20;background:#fffffff5;border-bottom:1px solid #dce4eecc;justify-content:space-between;align-items:center;gap:24px;min-height:72px;padding:0 32px;display:flex;position:sticky;top:0;box-shadow:0 8px 20px #102a430a}.brand{color:var(--color-ink);align-items:center;gap:12px;min-width:260px;display:inline-flex}.brand-mark{width:50px;height:50px;color:var(--color-gold);background:var(--color-green);border-radius:8px;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.brand strong,.brand small{display:block}.brand small{color:var(--color-green);margin-top:2px;font-size:13px;font-weight:700}.site-header nav{flex:1;justify-content:flex-end;align-items:center;gap:6px;display:flex}.site-header nav a{min-height:42px;color:var(--color-ink);align-items:center;padding:0 12px;font-size:14px;font-weight:700;display:inline-flex;position:relative}.site-header nav a:hover{color:var(--color-blue)}.site-header nav a.active:after{content:"";background:var(--color-green);height:2px;position:absolute;bottom:4px;left:12px;right:12px}.login-link{border:1px solid var(--color-gold);color:#7b6227;border-radius:6px;margin-left:8px}.nav-action{border:1px solid var(--color-border);min-height:36px;color:var(--color-ink);background:var(--color-white);border-radius:6px;padding:0 12px;font-weight:700}.user-chip{max-width:180px;color:var(--color-green);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;overflow:hidden}.apply-section{width:min(1240px,100%);min-height:calc(100vh - 72px);margin:0 auto;padding-top:34px;padding-bottom:54px}.apply-toolbar{background:var(--color-white);border-radius:8px;justify-content:space-between;align-items:center;gap:20px;min-height:72px;margin-bottom:28px;padding:0 32px;display:flex}.apply-toolbar h2{margin:0;font-size:20px}.apply-toolbar-actions{align-items:center;gap:16px;display:flex}.outline-action,.blue-action{border-radius:2px;min-height:38px;padding:0 18px;font-weight:700}.outline-action{border:1px solid var(--color-border);color:var(--color-text);background:var(--color-white)}.blue-action{color:var(--color-white);background:#2087ff;border:1px solid #2087ff}.blue-action:disabled{cursor:wait;opacity:.65}.apply-form{background:var(--color-white);border-radius:10px;padding:44px 22px}.auth-section,.records-section{width:min(1240px,100%);min-height:calc(100vh - 72px);margin:0 auto;padding-top:54px;padding-bottom:64px}.auth-panel{border:1px solid var(--color-border);background:var(--color-white);width:min(760px,100%);box-shadow:var(--shadow-soft);border-radius:8px;margin:0 auto;padding:34px}.auth-panel h2{margin-bottom:24px;font-size:30px}.auth-form{gap:22px;display:grid}.auth-form>.blue-action{width:max-content;min-width:140px}.auth-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.auth-actions .blue-action,.auth-actions .outline-action{justify-content:center;min-width:140px}.guest-entry{align-items:center;gap:8px;display:flex}.guest-help{border:1px solid var(--color-border);width:22px;height:22px;color:var(--color-blue);cursor:help;border-radius:50%;flex:0 0 22px;place-items:center;font-size:12px;font-weight:800;display:inline-grid;position:relative}.guest-tooltip{z-index:10;border:1px solid var(--color-border);background:var(--color-white);width:220px;box-shadow:var(--shadow-soft);color:var(--color-text);opacity:0;visibility:hidden;pointer-events:none;border-radius:6px;padding:9px 11px;font-size:12px;font-weight:500;line-height:1.5;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-3px)}.guest-help:hover .guest-tooltip,.guest-help:focus-visible .guest-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.auth-links{flex-wrap:wrap;gap:16px;display:flex}.auth-links a{color:var(--color-blue);font-weight:800}.record-empty{border:1px dashed var(--color-border);background:var(--color-white);text-align:center;border-radius:8px;place-items:center;gap:12px;min-height:260px;padding:30px;display:grid}.record-list{gap:16px;display:grid}.record-card,.detail-panel{border:1px solid var(--color-border);background:var(--color-white);border-radius:8px;padding:22px;box-shadow:0 12px 26px #102a430a}.record-card{grid-template-columns:minmax(220px,.7fr) minmax(0,1.4fr) auto;align-items:center;gap:20px;display:grid}.record-card span,.detail-head span{color:var(--color-green);font-size:13px;font-weight:900}.record-card h3,.detail-head h3{color:var(--color-ink);margin:8px 0;font-size:22px}.record-card p,.detail-head p{color:var(--color-text);margin:0}.record-card dl,.detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;display:grid}.record-card dl div,.detail-grid div{min-width:0}.record-card dt,.detail-grid dt{color:var(--color-muted);font-size:12px}.record-card dd,.detail-grid dd{color:var(--color-ink);overflow-wrap:anywhere;margin:4px 0 0;font-weight:800}.record-actions{gap:8px;display:grid}.record-actions a{border:1px solid var(--color-green);min-width:92px;min-height:36px;color:var(--color-green);border-radius:6px;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.record-actions a:last-child{color:var(--color-white);background:var(--color-green)}.pagination-bar{justify-content:center;align-items:center;gap:18px;padding-top:10px;display:flex}.pagination-bar button{border:1px solid var(--color-border);min-height:36px;color:var(--color-ink);background:var(--color-white);border-radius:6px;padding:0 14px;font-weight:800}.pagination-bar button:disabled{cursor:not-allowed;opacity:.45}.detail-head{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;padding-bottom:20px;display:flex}.detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.form-block{margin-bottom:40px}.form-block h3{margin-bottom:24px;padding-left:12px;font-size:16px;position:relative}.form-block h3:before{content:"";background:#2087ff;width:3px;position:absolute;top:2px;bottom:2px;left:0}.form-label{gap:10px;margin-bottom:28px;display:grid}.form-label>span,.form-field>span{color:var(--color-ink);font-size:14px}.label-with-help{align-items:center;gap:6px;width:fit-content;display:inline-flex}.help-tip{color:#536579;cursor:help;border:1px solid #8b99a8;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:11px;line-height:1;display:inline-flex;position:relative}.help-tip:after{content:attr(aria-label);z-index:5;color:#fff;width:max-content;max-width:220px;box-shadow:var(--shadow-card);opacity:0;pointer-events:none;background:#0f2a43;border-radius:4px;padding:7px 10px;font-size:12px;line-height:1.4;transition:opacity .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.help-tip:hover:after,.help-tip:focus:after{opacity:1}.segmented-options{flex-wrap:wrap;gap:12px;display:flex}.segmented-options button{border:1px solid var(--color-border);min-width:104px;min-height:36px;color:var(--color-ink);background:var(--color-white);position:relative}.segmented-options button.selected{color:#2087ff;border-color:#2087ff}.segmented-options button.selected:after{content:"";border-bottom:12px solid #2087ff;border-left:12px solid #0000;width:0;height:0;position:absolute;bottom:0;right:0}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 28px;display:grid}.form-field{gap:10px;display:grid}.form-field.required>span:before{content:"*";color:#e52e2e;margin-right:6px}.form-field input,.form-field select{width:100%;min-height:38px;color:var(--color-ink);background:#f3f5f7;border:1px solid #f0f2f5;border-radius:2px;padding:0 14px}.form-field input::placeholder{color:#8b99a8}.form-field input:focus,.form-field select:focus{background:#fff;border-color:#2087ff;outline:none}.form-field.invalid input,.form-field.invalid select{background:#fff5f5;border-color:#e52e2e}.form-field.invalid input:focus,.form-field.invalid select:focus{border-color:#e52e2e;box-shadow:0 0 0 3px #e52e2e1a}.form-field small{color:#e52e2e;font-size:12px;line-height:1.4}.authorization-purchase-hint{color:#64748b;margin-top:7px;font-size:13px;line-height:1.6}.authorization-buy-button{color:#1677ff;background:#fff;border:1px solid #1677ff;border-radius:5px;width:max-content;min-height:38px;margin-top:2px;padding:0 18px;font-weight:800}.authorization-buy-button:hover{color:#fff;background:#1677ff}.authorization-buy-button:disabled{cursor:wait;opacity:.6}.form-field .authorization-payment-error{color:#b42318}.payment-modal{z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a94;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.payment-card{text-align:center;background:#fff;border-radius:18px;flex-direction:column;align-items:center;width:min(420px,100%);padding:34px;display:flex;position:relative;box-shadow:0 28px 80px #0000003d}.payment-close{color:#64748b;background:0 0;border:0;font-size:30px;position:absolute;top:12px;right:16px}.payment-card>p{color:#1677ff;letter-spacing:.16em;margin:0 0 8px;font-size:13px;font-weight:900}.payment-card h2{margin:0;font-size:26px}.payment-card>span{color:#64748b;margin-top:12px}.payment-card>strong{color:#111827;margin:9px 0 15px;font-size:34px}.payment-card img{border:1px solid #e2e8f0;border-radius:9px;width:230px;height:230px}.payment-card>small{color:#64748b;margin-top:15px;line-height:1.7}.payment-check{color:#fff;background:#1677ff;border:0;border-radius:999px;min-height:42px;margin-top:18px;padding:0 24px;font-weight:800}.form-submit-row{justify-content:center;padding-top:8px;display:flex}.submit-message{border-radius:8px;gap:8px;width:min(620px,100%);margin:0 auto 26px;padding:16px 18px;line-height:1.7;display:grid}.submit-message.error{color:#b52222;background:#fff1f1;border:1px solid #ffc9c9}.submit-message.success{color:var(--color-green);background:#edf8f4;border:1px solid #b8e2d2}.submit-message.success a{width:max-content;min-height:36px;color:var(--color-white);background:var(--color-green);border-radius:4px;padding:0 14px;font-weight:800}.menu-toggle{border:1px solid var(--color-border);min-height:40px;color:var(--color-ink);background:var(--color-white);border-radius:6px;padding:0 14px;font-weight:700;display:none}main>section,.site-footer{padding-left:32px;padding-right:32px}.hero-section{align-items:center;width:min(1240px,100%);min-height:calc(100vh - 72px);margin:0 auto;padding-top:70px;padding-bottom:78px;display:block}.hero-copy{max-width:920px}.eyebrow{color:var(--color-green);letter-spacing:0;text-transform:uppercase;margin:0 0 14px;font-size:14px;font-weight:800}h1,h2,h3,p{margin-top:0}h1{max-width:760px;color:var(--color-ink);letter-spacing:0;margin-bottom:22px;font-size:56px;line-height:1.12}h2{color:var(--color-ink);letter-spacing:0;margin-bottom:14px;font-size:34px;line-height:1.25}h3{color:var(--color-ink);letter-spacing:0}.hero-summary{max-width:690px;color:var(--color-text);margin-bottom:30px;font-size:17px;line-height:1.85}.hero-actions{flex-wrap:wrap;gap:12px;margin-bottom:36px;display:flex}.primary-button,.secondary-button,.solution-grid a{border-radius:8px;justify-content:center;align-items:center;min-height:46px;padding:0 20px;font-weight:800;display:inline-flex}.primary-button{color:var(--color-white);background:var(--color-green);box-shadow:0 14px 30px #16745f2e}.secondary-button{border:1px solid var(--color-blue);color:var(--color-blue);background:var(--color-white)}.proof-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:620px;margin:0;display:grid}.proof-grid div{border:1px solid var(--color-border);background:#ffffffbd;border-radius:8px;padding:18px}.proof-grid dt{color:var(--color-blue);font-size:28px;font-weight:900}.proof-grid dd{color:var(--color-muted);margin:4px 0 0;font-size:14px}.services-section,.products-section,.solutions-section,.news-section{width:min(1240px,100%);margin:0 auto;padding-top:86px;padding-bottom:86px}.section-heading{max-width:760px;margin-bottom:34px}.section-heading.compact{margin-bottom:24px}.section-heading p:not(.eyebrow){color:var(--color-text);font-size:16px;line-height:1.8}.service-grid,.solution-grid,.news-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.service-grid article,.solution-grid article,.news-list article{border:1px solid var(--color-border);background:var(--color-white);border-radius:8px;box-shadow:0 12px 28px #102a430a}.service-grid article{min-height:188px;padding:24px}.service-grid span{width:42px;height:42px;color:var(--color-green);background:#e9f4f0;border-radius:8px;justify-content:center;align-items:center;margin-bottom:18px;font-weight:900;display:inline-flex}.service-grid h3,.solution-grid h3,.news-list h3{margin-bottom:10px;font-size:20px}.service-grid p,.solution-grid p,.news-list p{color:var(--color-text);margin-bottom:0;line-height:1.7}.filter-panel{border:1px solid var(--color-border);background:var(--color-white);border-radius:8px;gap:16px;padding:22px;display:grid;box-shadow:0 12px 26px #102a430a}.filter-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.filter-row span{min-width:72px;color:var(--color-muted);font-size:14px}.filter-row button{min-height:32px;color:var(--color-text);background:0 0;border:1px solid #0000;border-radius:6px;padding:0 12px;font-size:14px;font-weight:700}.filter-row button.active{color:var(--color-green);background:#e9f4f0}.flash-strip{min-height:46px;color:var(--color-red);background:#ffe8dc;border-radius:8px;justify-content:center;align-items:center;gap:22px;margin:22px 0;display:flex}.flash-strip a{background:#fff6f2;border:1px solid #ff7c61;border-radius:999px;align-items:center;min-height:30px;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.product-card{border:1px solid var(--color-border);background:var(--color-white);border-radius:8px;flex-direction:column;gap:14px;padding:16px;display:flex}.product-card.hot{border-color:#ef3b2d66}.product-art{text-align:center;background:linear-gradient(90deg,#0000 8%,#dfca9a38 50%,#0000 92%),#fbfcfe;border:1px solid #e5ebf2;border-radius:8px;place-items:center;min-height:172px;padding:18px;display:grid;position:relative}.product-badge{color:var(--color-white);background:var(--color-green);border-radius:5px;padding:4px 8px;font-size:12px;font-weight:900;position:absolute;top:10px;left:10px}.hot .product-badge{background:var(--color-red);left:auto;right:10px}.flag-chip{width:58px;height:58px;color:var(--color-ink);background:#edf3f8;border:4px solid #fff;border-radius:16px;place-items:center;margin-bottom:14px;font-weight:900;display:inline-grid;box-shadow:0 6px 16px #102a431f}.product-art strong{color:var(--color-green);font-size:20px}.hot .product-art strong{color:var(--color-red)}.product-card p{min-height:52px;color:var(--color-text);margin:0;font-size:14px;line-height:1.65}.price-row{align-items:baseline;gap:8px;margin-top:auto;display:flex}.price-row span{color:var(--color-green);font-size:20px;font-weight:900}.hot .price-row span{color:var(--color-red)}.price-row del{color:#9aa7b5;font-size:13px}.card-actions{grid-template-columns:1fr 42px;gap:8px;display:grid}.card-actions a,.card-actions button{border-radius:6px;justify-content:center;align-items:center;min-height:38px;font-weight:800;display:inline-flex}.card-actions a{color:var(--color-white);background:var(--color-green)}.hot .card-actions a{background:var(--color-red)}.card-actions button{border:1px solid var(--color-green);color:var(--color-green);background:var(--color-white)}.empty-state{border:1px dashed var(--color-border);background:var(--color-white);text-align:center;border-radius:8px;place-items:center;min-height:220px;display:grid}.empty-state strong{color:var(--color-ink);font-size:20px}.empty-state p{margin-bottom:0}.solution-grid article{min-height:240px;padding:28px}.solution-grid a{border:1px solid var(--color-blue);width:max-content;color:var(--color-blue);background:var(--color-white);margin-top:22px}.systems-section{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);grid-template-columns:minmax(0,.85fr) minmax(360px,1fr);align-items:center;gap:42px;width:min(1240px,100%);margin:0 auto;padding-top:72px;padding-bottom:72px;display:grid}.systems-section p{color:var(--color-text);line-height:1.8}.system-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.system-links a{border:1px solid var(--color-border);min-height:86px;color:var(--color-ink);background:var(--color-white);border-radius:8px;padding:20px;font-size:18px;font-weight:900}.system-links a:hover{border-color:var(--color-blue);color:var(--color-blue)}.news-list article{min-height:210px;padding:24px}.news-list span{color:var(--color-green);margin-bottom:18px;font-size:13px;font-weight:900;display:inline-flex}.site-footer{color:#d8e5ef;background:var(--color-ink);grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:48px;margin-top:32px;padding-top:58px;padding-bottom:58px;display:grid}.footer-brand,.footer-links{width:min(1240px,100%)}.footer-brand strong{color:var(--color-white);margin-bottom:14px;font-size:22px;display:block}.footer-brand p{margin-bottom:8px;line-height:1.7}.footer-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.footer-links h3{color:var(--color-white);margin-bottom:14px;font-size:17px}.footer-links a{color:#b9cad7;margin-bottom:9px;display:block}@media (width<=1080px){.site-header{align-items:flex-start;padding:14px 20px}.menu-toggle{align-items:center;display:inline-flex}.site-header nav{border:1px solid var(--color-border);background:var(--color-white);box-shadow:var(--shadow-soft);border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));padding:14px;display:none;position:absolute;top:72px;left:18px;right:18px}.site-header nav.open{display:grid}.site-header nav a.active:after{display:none}.hero-section,.systems-section,.site-footer{grid-template-columns:1fr}.hero-section{min-height:auto}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=820px){main>section,.site-footer{padding-left:18px;padding-right:18px}.site-header{min-height:66px}.apply-toolbar{flex-direction:column;align-items:flex-start;padding:18px}.apply-toolbar-actions{width:100%}.apply-toolbar-actions button{flex:1}.apply-form{padding:28px 18px}.form-grid{grid-template-columns:1fr}.brand{min-width:0}.brand small{display:none}h1{font-size:40px}h2{font-size:28px}.hero-section,.services-section,.products-section,.solutions-section,.news-section{padding-top:54px;padding-bottom:54px}.proof-grid,.service-grid,.solution-grid,.news-list,.product-grid,.record-card,.detail-grid,.apply-panel,.footer-links,.system-links{grid-template-columns:1fr}.record-card dl{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-head{flex-direction:column;align-items:flex-start}.filter-row{flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.filter-row span,.filter-row button{flex:none}.hero-actions a{width:100%}}@media (width<=520px){.site-header nav{grid-template-columns:1fr}.hero-summary{font-size:16px}.flash-strip{flex-direction:column;gap:8px;padding:12px}.record-card dl{grid-template-columns:1fr}.pagination-bar{flex-direction:column}}.hero-section{grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);gap:64px;min-height:auto;padding-top:72px;padding-bottom:64px;display:grid}.hero-copy h1{letter-spacing:-.045em;max-width:700px;font-size:clamp(48px,5vw,72px);line-height:1.08}.hero-copy h1 em{color:var(--color-green);font-style:normal}.hero-summary{max-width:610px;font-size:18px}.hero-trust{color:#637386;align-items:center;gap:10px;font-size:13px;font-weight:700;display:flex}.hero-trust span{background:var(--color-green);width:26px;height:2px}.compliance-visual{background:linear-gradient(145deg,#0b3344,#0e5360 62%,#16745f);border-radius:24px;min-height:520px;position:relative;overflow:hidden;box-shadow:0 28px 70px #09304133}.visual-topline{color:#b6d5d5;letter-spacing:.14em;justify-content:space-between;padding:26px 28px;font-size:11px;display:flex}.visual-topline b{color:#bdf1dd;background:#58e7b124;border-radius:99px;padding:4px 8px;font-size:9px}.world-map{opacity:.72;position:absolute;inset:72px 28px 120px}.world-map:before,.world-map:after{content:"";border:1px solid #ffffff1a;border-radius:50%;position:absolute;inset:0}.world-map:after{inset:12% 0;transform:rotate(90deg)}.continent{background:#b7e0d529;border:1px solid #caede538;border-radius:55% 45% 50% 42%;display:block;position:absolute}.c1{width:25%;height:30%;top:26%;left:8%;transform:rotate(18deg)}.c2{width:14%;height:26%;top:55%;left:28%;transform:rotate(-12deg)}.c3{width:18%;height:24%;top:20%;left:47%}.c4{width:30%;height:30%;top:30%;right:9%;transform:rotate(-10deg)}.c5{width:14%;height:14%;bottom:8%;right:12%}.map-point{background:#62d6a4;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;box-shadow:0 0 0 7px #62d6a429}.p1{top:40%;left:22%}.p2{top:30%;left:51%}.p3{top:39%;left:59%}.p4{top:43%;right:19%}.certificate-card{background:#f7f4ec;border-radius:12px;width:182px;height:228px;padding:24px;position:absolute;top:112px;right:34px;transform:rotate(5deg);box-shadow:0 20px 40px #00000040}.certificate-card small{color:#274653;letter-spacing:.12em;font-family:serif;font-size:11px}.certificate-card strong{color:#b48c35;border:2px solid #c5a65b;border-radius:50%;place-items:center;width:50px;height:50px;margin:26px auto 18px;font-size:24px;display:grid}.certificate-card span{background:#d8d3c7;width:80%;height:3px;margin:10px auto;display:block}.package-card{color:#e9f4f0;background:#a87842;width:160px;height:176px;padding:24px;position:absolute;bottom:72px;left:50px;transform:rotate(-4deg);box-shadow:0 20px 35px #0000003d}.package-card b{border-bottom:1px solid #ffffff73;font-size:18px;display:block}.package-card span{letter-spacing:.12em;margin-top:30px;font-size:10px;display:block}.package-card i{font-size:26px;font-style:normal;font-weight:900;position:absolute;bottom:18px;right:18px}.standard-row{gap:8px;display:flex;position:absolute;bottom:28px;right:24px}.standard-row span{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#082c3aa8;border:1px solid #ffffff38;border-radius:50%;place-items:center;width:54px;height:54px;font-size:12px;font-weight:900;display:grid}.metrics-section{border-bottom:1px solid var(--color-border);grid-template-columns:repeat(3,1fr);width:min(1240px,100%);margin:0 auto;padding-top:20px;padding-bottom:64px;display:grid}.metrics-section>div{border-right:1px solid var(--color-border);align-items:center;gap:20px;padding:10px 42px;display:flex}.metrics-section>div:first-child{padding-left:0}.metrics-section>div:last-child{border:0}.metrics-section strong{color:var(--color-ink);letter-spacing:-.05em;font-size:48px}.metrics-section sup{color:var(--color-green);font-size:24px}.metrics-section p{color:var(--color-ink);margin:0;font-size:13px;font-weight:800;line-height:1.55}.metrics-section p span{color:#798797;font-weight:500}.services-section{padding-top:100px}.services-section>.section-heading{text-align:center;margin-left:auto;margin-right:auto}.home-services article{border-radius:14px;min-height:280px;padding:28px;transition:transform .25s,border-color .25s;position:relative}.home-services article:hover{border-color:#8ebbae;transform:translateY(-5px)}.home-services article>span{border-radius:50%;font-size:13px}.home-services article>small{color:#b3bec7;font-weight:800;position:absolute;top:25px;right:24px}.home-services h3{margin-bottom:7px;font-size:18px}.home-services p{color:var(--color-green);font-weight:800}.home-services em{color:#758392;margin-top:12px;font-size:14px;font-style:normal;line-height:1.6;display:block}.home-services a{color:var(--color-blue);font-size:13px;font-weight:800;position:absolute;bottom:26px;left:28px}.platform-card{color:#fff!important;background:var(--color-ink)!important}.platform-card h3,.platform-card p{color:#fff}.platform-card em{color:#b9cbd4}.platform-card a{color:#7ee1bd}.why-section{background:#eef5f3;border-radius:24px;grid-template-columns:.8fr 1.2fr;gap:80px;width:min(1240px,100%);margin:40px auto 0;padding-top:92px;padding-bottom:92px;display:grid}.why-intro{padding-left:58px}.why-intro>p:not(.eyebrow){color:var(--color-text);line-height:1.8}.why-intro a{margin-top:18px}.why-grid{background:#d6e2e1;grid-template-columns:repeat(2,1fr);gap:1px;padding-right:58px;display:grid}.why-grid article{background:#eef5f3;padding:28px}.why-grid b{color:var(--color-green);font-size:12px}.why-grid h3{margin:22px 0 10px}.why-grid p{color:var(--color-text);font-size:14px;line-height:1.7}.coverage-section{grid-template-columns:.75fr 1.25fr;gap:80px;width:min(1240px,100%);margin:0 auto;padding-top:110px;padding-bottom:110px;display:grid}.coverage-section>div>p:not(.eyebrow){color:var(--color-text);line-height:1.8}.region-list{flex-wrap:wrap;gap:8px;margin-top:28px;display:flex}.region-list span{border:1px solid var(--color-border);color:var(--color-ink);border-radius:99px;padding:9px 12px;font-size:12px;font-weight:800}.coverage-map{background-color:#0d3b4b;background-image:radial-gradient(circle at 25% 45%,#5bc39d99 0 5px,#0000 6px),radial-gradient(circle at 51% 35%,#5bc39d99 0 5px,#0000 6px),radial-gradient(circle at 72% 45%,#5bc39d99 0 5px,#0000 6px),linear-gradient(25deg,#0000 48%,#ffffff14 49% 50%,#0000 51%);border-radius:20px;min-height:340px;position:relative}.coverage-map span{color:#d7ebe6;letter-spacing:.08em;padding:8px;font-size:10px;font-weight:800;position:absolute}.coverage-map span:first-child{top:23%;left:48%}.coverage-map span:nth-child(2){top:35%;left:34%}.coverage-map span:nth-child(3){top:42%;left:12%}.coverage-map span:nth-child(4){top:48%;right:11%}@media (width<=1080px){.hero-section{grid-template-columns:1fr}.compliance-visual{min-height:480px}.metrics-section{padding-left:20px;padding-right:20px}.why-section,.coverage-section{grid-template-columns:1fr}.why-intro{padding-right:58px}.coverage-section{gap:35px}.coverage-map{min-height:300px}}@media (width<=820px){.hero-section{padding-top:42px}.hero-copy h1{font-size:43px}.compliance-visual{min-height:410px}.certificate-card{transform-origin:100% 0;top:90px;right:20px;transform:scale(.82)rotate(5deg)}.package-card{transform-origin:0 100%;bottom:60px;left:28px;transform:scale(.8)rotate(-4deg)}.standard-row span{width:44px;height:44px}.metrics-section{grid-template-columns:1fr;padding-bottom:35px}.metrics-section>div,.metrics-section>div:first-child{border-right:0;border-bottom:1px solid var(--color-border);padding:20px 0}.metrics-section strong{width:120px}.home-services{grid-template-columns:1fr}.why-section{border-radius:0;margin-top:10px}.why-intro{padding:0}.why-grid{grid-template-columns:1fr;padding:0}.coverage-section{padding-top:70px;padding-bottom:70px}}@media (width<=520px){.hero-copy h1{font-size:38px}.compliance-visual{min-height:360px}.standard-row{bottom:16px;right:12px}.standard-row span{width:39px;height:39px;font-size:10px}.metrics-section strong{font-size:40px}.why-grid article{padding:24px}}.user-menu{position:relative}.user-menu-trigger{border:1px solid var(--color-border);color:var(--color-ink);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:4px 6px 4px 4px;display:flex}.user-menu-trigger span{color:#fff;background:var(--color-green);border-radius:50%;place-items:center;width:32px;height:32px;font-size:13px;font-weight:800;display:grid}.user-menu-trigger i{font-style:normal}.user-dropdown{z-index:30;border:1px solid var(--color-border);background:#fff;border-radius:12px;width:190px;padding:10px;display:grid;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 18px 45px #102a4324}.user-dropdown small{border-bottom:1px solid var(--color-border);color:var(--color-muted);text-overflow:ellipsis;padding:9px 10px;overflow:hidden}.user-dropdown a,.user-dropdown button{color:var(--color-ink);text-align:left;font:inherit;background:0 0;border:0;border-radius:7px;padding:11px 10px;font-size:13px;font-weight:700}.user-dropdown a:hover,.user-dropdown button:hover{color:var(--color-green);background:#edf6f3}.site-header nav>a[href="/apply/"]{background:var(--color-green);padding:11px 17px;color:#fff!important;border-radius:8px!important}.site-header nav>a[href="/apply/"]:after{display:none}.compliance-visual{isolation:isolate;background:radial-gradient(circle at 72% 35%,#45b5993b,#0000 28%),linear-gradient(145deg,#071f32,#0a4651 60%,#126353)}.compliance-visual:after{content:"";z-index:-1;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:38px 38px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 85%);mask-image:linear-gradient(#000,#0000 85%)}.network-orbits i{border:1px solid #94dac81f;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.network-orbits i:first-child{width:78%;height:78%}.network-orbits i:nth-child(2){width:58%;height:58%}.network-orbits i:nth-child(3){width:36%;height:36%}.network-lines{position:absolute;inset:0}.line,.coverage-line{transform-origin:0;background:#7ddbbf2e;height:1px;position:absolute;overflow:hidden}.line:after,.coverage-line:after{content:"";background:linear-gradient(90deg,#0000,#8ff0ce,#0000);width:34%;height:100%;animation:9s linear infinite signal-flow;position:absolute}.l1{width:35%;top:42%;left:21%;transform:rotate(-10deg)}.l2{width:28%;top:35%;left:52%;transform:rotate(16deg)}.l3{width:55%;top:43%;left:23%;transform:rotate(4deg)}.l4{width:22%;top:40%;left:57%;transform:rotate(5deg)}.l2:after,.l4:after{animation-delay:-4s}.map-point{animation:3.8s ease-in-out infinite node-pulse}.map-point b{color:#d6f7eb;letter-spacing:.08em;font-size:9px;font-style:normal;position:absolute;top:-10px;left:14px}.p2{animation-delay:-.8s}.p3{animation-delay:-1.6s}.p4{animation-delay:-2.4s}.float-card{animation:9s ease-in-out infinite card-float}.certificate-card{width:160px;height:202px;top:100px;right:30px}.file-card{color:#e7f5f1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#092835b8;border:1px solid #ffffff2e;border-radius:12px;width:178px;padding:17px;animation-delay:-4.5s;position:absolute;bottom:72px;left:35px;box-shadow:0 18px 35px #0000002e}.file-card small{color:#95cbbc;letter-spacing:.14em;font-size:9px;display:block}.file-card b{margin:12px 0 5px;font-size:25px;display:block}.file-card span{color:#adc4c5;font-size:10px}.standard-row span{animation:10s ease-in-out infinite card-float}.standard-row span:nth-child(2){animation-delay:-2s}.standard-row span:nth-child(3){animation-delay:-4s}.standard-row span:nth-child(4){animation-delay:-6s}.metrics-section>div{transition:transform .3s,background .3s}.metrics-section>div:hover{background:#f7faf9;transform:translateY(-4px)}.metrics-section p{letter-spacing:.08em;font-size:12px}.metrics-section p span{letter-spacing:0;font-size:12px}.home-services article{transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s,border-color .35s;overflow:hidden;box-shadow:0 12px 30px #102a430a}.home-services article:before{content:"";border:1px solid #16745f1a;border-radius:50%;width:95px;height:95px;position:absolute;top:-35px;right:-35px}.home-services article:hover{transform:translateY(-8px);box-shadow:0 24px 50px #1046431f}.home-services a{gap:4px;display:inline-flex}.home-services a:first-letter{transition:transform .3s}.home-services article:hover a{letter-spacing:.02em;transform:translate(4px)}.why-section{background-image:linear-gradient(#16745f0b 1px,#0000 1px),linear-gradient(90deg,#16745f0b 1px,#0000 1px);background-size:46px 46px;position:relative;overflow:hidden}.why-section:after{content:"";pointer-events:none;border:1px solid #16745f17;border-radius:50%;width:360px;height:360px;position:absolute;top:-140px;right:-100px}.why-grid{z-index:1;position:relative}.reveal-item{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.2,.8,.2,1);transform:translateY(24px)}.reveal-item:nth-child(2){transition-delay:.1s}.reveal-item:nth-child(3){transition-delay:.2s}.reveal-item:nth-child(4){transition-delay:.3s}.reveal-item.is-visible{opacity:1;transform:none}.region-list button{border:1px solid var(--color-border);color:var(--color-ink);background:#fff;border-radius:99px;padding:9px 12px;font-size:12px;font-weight:800;transition:all .25s}.region-list button:hover,.region-list button.active{border-color:var(--color-green);color:#fff;background:var(--color-green);transform:translateY(-2px)}.coverage-map{isolation:isolate;background:radial-gradient(circle at 45% 40%,#2889744d,#0000 32%),#082f42;overflow:hidden}.coverage-map:before{content:"";border:1px solid #ffffff17;border-radius:50%;position:absolute;inset:12%;box-shadow:0 0 0 55px #ffffff05,0 0 0 110px #ffffff05}.coverage-node{z-index:2;color:#c2d9d8;letter-spacing:.08em;text-align:left;background:0 0;border:0;padding:8px;font-size:9px;font-weight:800;transition:color .3s,transform .3s;position:absolute}.coverage-node:before{content:"";background:#155c62;border:2px solid #9ddccc;border-radius:50%;width:8px;height:8px;animation:4s ease-in-out infinite node-pulse;position:absolute;top:50%;left:-3px;box-shadow:0 0 0 5px #69d6b41f}.coverage-node.active{color:#fff;transform:scale(1.12)}.coverage-node.active:before{background:#86e5c4;box-shadow:0 0 0 10px #69d6b433,0 0 25px #6ad9b5}.n-eu{top:23%;left:48%}.n-uk{top:35%;left:34%}.n-us{top:42%;left:12%}.n-apac{top:48%;right:11%}.cl1{width:36%;top:49%;left:17%;transform:rotate(-24deg)}.cl2{width:17%;top:42%;left:39%;transform:rotate(-29deg)}.cl3{width:34%;top:31%;left:54%;transform:rotate(25deg)}.cl2:after{animation-delay:-3s}.cl3:after{animation-delay:-6s}@keyframes card-float{0%,to{transform:translateY(0) rotate(var(--tilt,0deg))}50%{transform:translateY(-9px) rotate(var(--tilt,0deg))}}@keyframes node-pulse{0%,to{opacity:.72;box-shadow:0 0 0 5px #62d6a41a}50%{opacity:1;box-shadow:0 0 0 10px #62d6a433,0 0 20px #62d6a480}}@keyframes signal-flow{0%{transform:translate(-110%)}to{transform:translate(400%)}}@media (width<=1080px){.site-header nav{align-items:center}.user-dropdown{right:0}.certificate-card{transform-origin:100% 0;transform:scale(.86)}}@media (width<=820px){.user-menu{grid-column:1/-1}.user-dropdown{width:100%;box-shadow:none;position:static}.network-lines{opacity:.75}.file-card{transform-origin:0 100%;bottom:62px;left:20px;transform:scale(.85)}.coverage-node{font-size:8px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.reveal-item{opacity:1;transform:none}.line:after,.coverage-line:after{display:none}}.hero-header{z-index:50;min-height:86px;box-shadow:none;color:#fff;background:linear-gradient(#051d2db8,#0000);border:0;padding:0 max(34px,50vw - 750px);position:absolute;top:0;left:0;right:0}.hero-header .brand{color:#fff;min-width:220px}.hero-header .brand-mark{color:#fff;letter-spacing:-.04em;background:0 0;border-radius:0;width:auto;height:auto;padding:0;font-size:22px}.hero-header .brand>span:last-child strong{font-size:18px}.hero-header .brand small{color:#d9efebb3;letter-spacing:.08em;font-size:10px}.hero-header nav{justify-content:center;gap:24px}.hero-header nav>a{color:#eef8f6d9}.hero-header nav>a[href="/apply/"]{background:#168569;border:1px solid #ffffff2e;margin-left:18px;padding:12px 22px;box-shadow:0 12px 30px #06252233}.hero-header .user-menu-trigger{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border-color:#ffffff42}.home-shell .hero-section{color:#fff;isolation:isolate;background:linear-gradient(118deg,#061d2f 0%,#073b49 48%,#0b5a55 100%);width:100%;max-width:none;height:100svh;min-height:720px;margin:0;padding:0;display:block;position:relative;overflow:hidden}.home-shell .hero-section:before{content:"";z-index:-1;background:radial-gradient(circle at 74% 30%,#49cca938,#0000 25%),radial-gradient(circle at 48% 72%,#2c879338,#0000 35%),linear-gradient(90deg,#02121e73,#0000 56%);position:absolute;inset:0}.home-shell .hero-section:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(#0000 72%,#02111c7a),linear-gradient(90deg,#05172447,#0000 50%);position:absolute;inset:0}.immersive-network{z-index:-1;opacity:0;animation:1.4s .15s forwards hero-fade;position:absolute;inset:0}.network-glow{border:1px solid #b7ecdf12;border-radius:50%;width:62vw;height:62vw;animation:12s ease-in-out infinite map-drift;position:absolute;top:9%;left:43%;box-shadow:0 0 0 100px #8ce6cd05,0 0 0 220px #8ce6cd03}.immersive-map{filter:drop-shadow(0 0 20px #6be5c71f);width:69%;height:70%;animation:12s ease-in-out infinite map-drift;position:absolute;top:12%;left:31%}.immersive-map:after{content:"";opacity:.2;background-image:radial-gradient(circle,#b0eddcbf 0 1.2px,#0000 1.5px);background-size:8px 8px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 20%,#0000 78%);mask-image:radial-gradient(#000 20%,#0000 78%)}.land{clip-path:polygon(8% 20%,29% 5%,48% 17%,67% 9%,94% 30%,85% 52%,67% 63%,60% 87%,38% 74%,25% 93%,14% 65%,0 44%);background-color:#63c2b014;background-image:radial-gradient(circle,#b1ecdb52 0 1px,#0000 1.4px);background-size:7px 7px;border:1px solid #8ce0ca3d;position:absolute}.land-a{width:27%;height:30%;top:17%;left:1%;transform:rotate(8deg)}.land-b{width:16%;height:35%;top:43%;left:21%;transform:rotate(-8deg)}.land-c{width:18%;height:22%;top:19%;left:39%}.land-d{width:40%;height:32%;top:28%;left:49%;transform:rotate(-2deg)}.land-e{width:16%;height:17%;bottom:12%;right:6%;transform:rotate(8deg)}.global-arcs{position:absolute;inset:0}.arc{filter:drop-shadow(0 -2px 3px #56eec92e);transform-origin:0;border-top:1px solid #90e8d257;border-radius:50%;height:180px;position:absolute}.arc:after{content:"";background:#a7f5df;border-radius:50%;width:7px;height:7px;animation:9s linear infinite arc-travel;position:absolute;top:-3px;box-shadow:0 0 15px #65e0bd}.a1{width:30%;top:44%;left:43%;transform:rotate(-14deg)}.a2{width:42%;top:43%;left:44%;transform:rotate(7deg)}.a3{width:23%;height:110px;top:33%;left:63%;transform:rotate(15deg)}.a4{width:22%;height:120px;top:43%;left:42%;transform:rotate(-29deg)}.a5{width:27%;height:90px;top:34%;left:62%;transform:rotate(34deg)}.a2:after{animation-delay:-2s}.a3:after{animation-delay:-4s}.a4:after{animation-delay:-6s}.a5:after{animation-delay:-8s}.hero-node{z-index:2;color:#d8f6ed;letter-spacing:.11em;font-size:10px;position:absolute}.hero-node i{background:#57d8b5;border:2px solid #d6fff3;border-radius:50%;width:10px;height:10px;animation:3.6s ease-in-out infinite immersive-pulse;display:block;box-shadow:0 0 0 8px #57d8b51f,0 0 25px #57d8b58c}.hero-node b{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#072b3485;border:1px solid #bcebde2e;border-radius:7px;padding:6px 9px;position:absolute;top:-7px;left:17px}.node-uk i{animation-delay:-.8s}.node-eu i{animation-delay:-1.6s}.node-apac i{animation-delay:-2.4s}.immersive-copy{z-index:5;max-width:900px;position:absolute;top:50%;left:max(38px,50vw - 750px);transform:translateY(-45%)}.immersive-copy .eyebrow{color:#80dfc1;opacity:0;margin-bottom:20px;animation:.8s cubic-bezier(.2,.8,.2,1) .4s forwards copy-rise}.immersive-copy h1{color:#f4fbf9;letter-spacing:-.055em;text-shadow:0 10px 44px #02131e38;max-width:none;margin:0;font-size:clamp(64px,6.2vw,100px);line-height:1.03}.immersive-copy h1 span{opacity:0;animation:1s cubic-bezier(.16,.84,.2,1) .55s forwards copy-rise;display:block;transform:translateY(44px)}.immersive-copy h1 span:nth-child(2){animation-delay:.7s}.immersive-copy .hero-summary{color:#e5f2f0cc;opacity:0;max-width:490px;margin:30px 0 28px;font-size:17px;line-height:1.85;animation:.9s .95s forwards copy-rise}.immersive-copy .hero-actions{opacity:0;align-items:center;margin:0;animation:.9s 1.1s forwards copy-rise}.immersive-copy .primary-button{background:#168b6c;border:1px solid #ffffff26;border-radius:10px;min-width:150px;height:54px;transition:transform .3s,background .3s;box-shadow:0 14px 36px #03221e40}.immersive-copy .primary-button:hover{background:#1a9a78;transform:translateY(-3px)}.immersive-copy .primary-button span{margin-left:16px}.hero-text-link{color:#d9ece7;align-items:center;gap:10px;padding:14px;font-size:14px;font-weight:700;display:inline-flex}.hero-text-link span{transition:transform .3s}.hero-text-link:hover span{transform:translate(5px)}.floating-compliance-card{z-index:6;color:#fff;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(135deg,#ebfaf629,#d5f2ea12);border:1px solid #d8f6ed2b;border-radius:14px;align-items:center;gap:13px;min-width:218px;padding:14px 17px;animation:8s ease-in-out infinite immersive-float;display:flex;position:absolute;box-shadow:0 18px 50px #00131c38}.floating-compliance-card p{margin:0}.floating-compliance-card small{color:#a9ccc4;letter-spacing:.1em;margin-bottom:4px;font-size:9px;display:block}.floating-compliance-card strong{font-size:14px}.card-status{color:#062c32;background:#72dfbd;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;font-weight:900;display:grid;box-shadow:0 0 20px #68e2bc4d}.card-status.progress{color:#bceadd;background:#65dfbb1f}.card-eu{animation-delay:-1s;top:20%;right:7%}.card-us{animation-delay:-4s;bottom:18%;right:23%}.card-us>i{background:linear-gradient(90deg,#67dfbc 65%,#ffffff1f 65%);width:52px;height:2px;position:absolute;bottom:9px;right:16px}.card-epr{animation-delay:-6s;bottom:31%;right:4%}.hero-standards{z-index:4;gap:9px;display:flex;position:absolute;bottom:42px;left:max(38px,50vw - 750px)}.hero-standards span{color:#e1f4efb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0729333d;border:1px solid #c8ede333;border-radius:50%;place-items:center;width:48px;height:48px;font-size:10px;font-weight:800;display:grid}.scroll-cue{z-index:6;color:#dcf0eb8c;letter-spacing:.14em;align-items:center;gap:12px;font-size:9px;display:flex;position:absolute;bottom:38px;right:max(36px,50vw - 750px)}.scroll-cue i{border:1px solid #d6f1e92e;border-radius:50%;width:34px;height:34px;display:block}.scroll-cue i:after{content:"";border-bottom:1px solid #d9f2eb;border-right:1px solid #d9f2eb;width:5px;height:5px;margin:11px auto;animation:2s ease-in-out infinite scroll-nudge;display:block;transform:rotate(45deg)}@keyframes hero-fade{to{opacity:1}}@keyframes copy-rise{to{opacity:1;transform:translateY(0)}}@keyframes map-drift{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(-12px,8px)scale(1.012)}}@keyframes immersive-pulse{0%,to{opacity:.7;transform:scale(.88)}50%{opacity:1;transform:scale(1.13)}}@keyframes arc-travel{0%{opacity:0;left:0}15%,85%{opacity:1}to{opacity:0;left:100%}}@keyframes immersive-float{0%,to{transform:translate3d(0,var(--card-scroll-shift,0),0) rotate(-.5deg)}50%{transform:translate3d(0,calc(var(--card-scroll-shift,0) - 11px),0) rotate(.5deg)}}@keyframes scroll-nudge{0%,to{opacity:.5;transform:translateY(-2px)rotate(45deg)}50%{opacity:1;transform:translateY(4px)rotate(45deg)}}@media (width<=1080px){.hero-header{padding:0 24px}.hero-header nav{gap:4px}.home-shell .hero-section{min-height:700px}.immersive-copy{left:32px}.immersive-copy h1{font-size:clamp(60px,8vw,82px)}.immersive-map{opacity:.7;width:85%;left:27%}.card-eu{right:3%}.card-epr{bottom:25%;right:3%}.card-us{display:none}}@media (width<=820px){.hero-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#051d2db3;min-height:68px}.hero-header .brand{min-width:0}.hero-header .brand-mark{font-size:18px}.hero-header .brand>span:last-child{display:none}.hero-header nav{background:#05232ff5;border-color:#ffffff1f;top:68px}.home-shell .hero-section{height:100svh;min-height:680px}.immersive-copy{top:42%;left:20px;right:20px;transform:translateY(-42%)}.immersive-copy h1{font-size:clamp(44px,12vw,62px);line-height:1.1}.immersive-copy .hero-summary{font-size:15px}.immersive-copy .hero-actions{flex-direction:column;align-items:flex-start}.immersive-copy .hero-actions a{width:auto}.immersive-map{opacity:.45;width:115%;height:62%;top:22%;left:15%}.hero-node{transform:scale(.85)}.node-us{top:65%;left:23%}.node-uk{top:57%;left:52%}.node-eu{top:62%;left:64%}.node-apac{top:72%;left:85%}.floating-compliance-card{min-width:190px;padding:11px 13px;transform:scale(.85)}.card-eu{top:20%;right:3%}.card-epr{bottom:16%;right:4%}.hero-standards{bottom:24px;left:20px}.hero-standards span{width:40px;height:40px}.scroll-cue{display:none}}@media (width<=520px){.home-shell .hero-section{min-height:650px}.immersive-copy{top:39%}.immersive-copy h1{font-size:42px}.immersive-copy .eyebrow{font-size:11px}.card-eu{opacity:.72;top:17%;right:-32px}.card-epr{opacity:.72;bottom:18%;right:-42px}.hero-text-link{padding-left:0}.hero-standards{gap:6px}.hero-standards span{width:37px;height:37px}}@media (prefers-reduced-motion:reduce){.immersive-network,.immersive-copy .eyebrow,.immersive-copy h1 span,.immersive-copy .hero-summary,.immersive-copy .hero-actions{opacity:1;transform:none}.immersive-map,.network-glow,.hero-node i,.arc:after,.floating-compliance-card,.scroll-cue i:after{animation:none!important}}.home-shell .hero-section{--hero-scroll:0}.immersive-copy{transform:translate3d(0,calc(-45% - (var(--hero-scroll) * 88px)),0);opacity:calc(1 - (var(--hero-scroll) * 1.08));will-change:transform,opacity}.immersive-network{transform:translate3d(0,calc(var(--hero-scroll) * -28px),0);opacity:calc(1 - (var(--hero-scroll) * .48));will-change:transform,opacity}.floating-compliance-card{--card-scroll-shift:calc(var(--hero-scroll) * -54px);opacity:calc(1 - (var(--hero-scroll) * .78));will-change:transform,opacity}.hero-standards{transform:translate3d(0,calc(var(--hero-scroll) * -38px),0);opacity:calc(1 - (var(--hero-scroll) * 1.25));will-change:transform,opacity}.scroll-cue{opacity:calc(1 - (var(--hero-scroll) * 2.4))}.hero-header{--hero-scroll:0;background:linear-gradient(180deg,rgba(5,29,45,calc(.72 + (var(--hero-scroll) * .24))),rgba(5,29,45,calc(var(--hero-scroll) * .82)));box-shadow:0 10px 35px rgba(2,20,30,calc(var(--hero-scroll) * .16));-webkit-backdrop-filter:blur(calc(var(--hero-scroll) * 14px));backdrop-filter:blur(calc(var(--hero-scroll) * 14px));transition:box-shadow .2s linear}@media (width<=820px){.immersive-copy{transform:translate3d(0,calc(-42% - (var(--hero-scroll) * 44px)),0);opacity:calc(1 - (var(--hero-scroll) * 1.04))}.immersive-network{transform:translate3d(0,calc(var(--hero-scroll) * -14px),0)}.floating-compliance-card{--card-scroll-shift:calc(var(--hero-scroll) * -26px)}.hero-standards{transform:translate3d(0,calc(var(--hero-scroll) * -18px),0)}}@media (prefers-reduced-motion:reduce){.immersive-copy,.immersive-network,.floating-compliance-card,.hero-standards,.scroll-cue{opacity:1!important;transform:none!important}.hero-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(#051d2dd1,#051d2d33)}}.home-shell{background:#f7fbff}.hero-header{color:#0b376f;background:rgba(248,252,255,calc(.16 + (var(--hero-scroll) * .78)));box-shadow:0 10px 35px rgba(26,93,163,calc(var(--hero-scroll) * .1));-webkit-backdrop-filter:blur(calc(var(--hero-scroll) * 14px));backdrop-filter:blur(calc(var(--hero-scroll) * 14px))}.hero-header .brand,.hero-header nav>a{color:#0a3978}.hero-header .brand-mark{color:#1262d8;font-size:26px}.hero-header .brand small{color:#2871c6}.hero-header nav>a:hover{color:#0a64d8}.hero-header nav>a[href="/apply/"]{background:#0d8a65;border:0;box-shadow:0 12px 28px #0d8a652e}.hero-header .user-menu-trigger{color:#0b3977;background:#ffffffb8;border-color:#a9c9ef}.hero-header .user-menu-trigger span{background:#0d8a65}.home-shell .hero-section{background:#f5faff url(/static/hero-global-map.png) 50%/cover no-repeat}.home-shell .hero-section:before{background:linear-gradient(90deg,#fffffff5 0%,#ffffffd1 22%,#f4faff21 53%,#e1f0ff1f 100%)}.home-shell .hero-section:after{background:linear-gradient(180deg,transparent 72%,rgba(222,239,255,calc(.12 + (var(--hero-scroll) * .38))))}.immersive-map,.network-glow{display:none}.immersive-network{opacity:calc(1 - (var(--hero-scroll) * .32))}.global-arcs{opacity:.52}.arc{filter:drop-shadow(0 -2px 3px #369af533);border-top-color:#358cf073}.arc:after{background:#39bdea;box-shadow:0 0 15px #45bff0}.hero-node{color:#0b5fc4}.hero-node i{background:#43c6e8;border-color:#fff;box-shadow:0 0 0 8px #3db7e721,0 0 25px #2c9be87a}.hero-node b{color:#0b5fc4;background:#f9fcffd1;border-color:#9fcaf5;box-shadow:0 6px 20px #3780ca1f}.node-us{top:43%;left:43%}.node-uk{top:28%;left:59%}.node-eu{top:38%;left:67%}.node-apac{top:67%;left:83%}.immersive-copy{max-width:780px;top:49%;left:max(58px,50vw - 750px)}.immersive-copy .eyebrow{color:#1a68c2}.immersive-copy h1{color:#0b3473;text-shadow:none;font-size:clamp(68px,5.6vw,92px);line-height:1.08}.immersive-copy .hero-summary{color:#244b7b;letter-spacing:.04em;font-size:18px}.immersive-copy .primary-button{background:#1268ec;border:0;border-radius:999px;min-width:164px;box-shadow:0 16px 32px #1268ec38}.immersive-copy .primary-button:hover{background:#075bd8}.hero-text-link{color:#1d5796}.hero-standards{bottom:48px}.hero-standards span{color:#103f7c;background:#ffffff8a;border-color:#8bbcf3;width:58px;height:58px;font-size:13px;box-shadow:0 8px 24px #337dcc0f}.scroll-cue{color:#4472a4}.scroll-cue i{border-color:#8eb9e5}.scroll-cue i:after{border-color:#377cc3}.floating-compliance-card{color:#0b397b;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(145deg,#fffffff2,#e9f3ffc7);border:1px solid #fffffff5;box-shadow:0 24px 60px #357bc82e,inset 0 0 0 1px #85b7ec2e}.card-eu{transform-origin:50%;border-radius:28px;width:250px;min-width:0;height:330px;padding:28px;animation-name:certificate-float;display:block;top:15%;right:10%}.card-eu>small{letter-spacing:.12em;font-size:17px;font-weight:800;display:block}.certificate-shield{color:#fff;clip-path:polygon(50% 0,90% 15%,85% 70%,50% 100%,15% 70%,10% 15%);filter:drop-shadow(0 12px 14px #3984dd47);background:linear-gradient(160deg,#91c8ff,#3d8ff1);place-items:center;width:82px;height:92px;margin:40px auto 28px;font-size:35px;display:grid}.card-eu>i{background:#bdd7f5;border-radius:99px;width:72%;height:7px;margin:12px auto;display:block}.card-eu>i:nth-of-type(2){width:48%}.card-eu p{background:#ffffffe6;border:1px solid #8fbceb73;border-radius:12px;padding:13px 16px;position:absolute;bottom:-48px;left:20px;right:20px;box-shadow:0 12px 30px #2f71ba1f}.card-eu p b,.card-eu p strong{display:block}.card-eu p b{font-size:9px}.card-eu p strong{color:#13875f;margin-top:3px;font-size:12px}.card-us{min-width:210px;bottom:18%;right:29%}.status-shield{color:#fff;clip-path:polygon(50% 0,90% 15%,85% 70%,50% 100%,15% 70%,10% 15%);background:#4b9af2;place-items:center;width:38px;height:42px;display:grid}.card-us small{color:#4372a8}.card-us strong{color:#12825e}.card-epr{width:310px;padding:19px 22px;display:block;bottom:12%;right:8%}.card-epr>small{font-weight:800}.card-epr>div{align-items:center;gap:13px;margin-top:14px;display:flex}.card-epr p b,.card-epr p strong{display:block}.card-epr p b{font-size:12px}.card-epr p strong{color:#52759a;margin-top:3px;font-size:10px}.card-epr .card-status{color:#fff;background:#4b9af2;width:42px;height:42px}.status-progress{background:linear-gradient(90deg,#1268ec 68%,#b9d8fa 68%);border-radius:99px;width:76%;height:5px;margin:12px 0 0 58px;display:block}@keyframes certificate-float{0%,to{transform:translate3d(0,var(--card-scroll-shift,0),0) rotate(5deg)}50%{transform:translate3d(0,calc(var(--card-scroll-shift,0) - 10px),0) rotate(3.5deg)}}@media (width<=1080px){.immersive-copy{left:34px}.immersive-copy h1{font-size:72px}.card-eu{transform-origin:100% 0;right:4%;transform:scale(.82)}.card-epr{right:3%}.hero-standards{left:34px}}@media (width<=820px){.hero-header{background:#f8fcffe0}.hero-header .brand-mark{font-size:20px}.hero-header nav{background:#f7fbfffa;border-color:#c6dcf3}.home-shell .hero-section{background-position:58%}.home-shell .hero-section:before{background:linear-gradient(90deg,#fffffff7,#ffffffc7 62%,#eef7ff4d)}.immersive-copy{top:43%;left:20px}.immersive-copy h1{font-size:52px}.immersive-copy .hero-summary{color:#254d7d}.hero-node{opacity:.65}.card-eu{opacity:.72;top:17%;right:-55px;transform:scale(.58)}.card-us{display:none}.card-epr{opacity:.7;width:260px;bottom:14%;right:-45px;transform:scale(.72)}.hero-standards{left:20px}.hero-standards span{width:42px;height:42px;font-size:10px}}@media (width<=520px){.immersive-copy h1{font-size:43px}.immersive-copy .hero-summary{font-size:15px}.card-eu{right:-85px}.card-epr{display:none}.hero-standards span{width:38px;height:38px}}@media (prefers-reduced-motion:reduce){.hero-header{color:#0b376f;background:#f8fcffe0}.card-eu{transform:rotate(4deg)!important}}.home-shell .hero-section{background-image:url(/static/assets/hero-global-map.png)}.metrics-section{color:#111;background:#f4f3f0;border:0;width:100%;max-width:none;min-height:90vh;margin:0;padding:clamp(90px,10vh,140px) max(40px,50vw - 740px) 78px;display:block;position:relative;overflow:hidden}.metrics-heading{max-width:900px}.metrics-heading>p{color:#737373;letter-spacing:.04em;margin:0 0 25px;font-size:14px;font-weight:800}.metrics-heading h2{color:#0d0d0d;letter-spacing:-.055em;margin:0;font-size:clamp(42px,4vw,66px);line-height:1.12}.metrics-heading>span{color:#777;margin-top:24px;font-size:16px;display:block}.metrics-track{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:clamp(78px,10vh,125px);display:grid}.metric-item{border-right:1px solid #d4d3cf;min-width:0;padding:0 clamp(22px,2.4vw,42px) 18px;transition:transform .45s cubic-bezier(.2,.8,.2,1);position:relative}.metric-item:first-child{padding-left:0}.metric-item:last-child{border:0;padding-right:0}.metric-high{transform:translateY(-22px)}.metric-low{transform:translateY(28px)}.metric-item:hover{transform:translateY(-8px)}.metric-low:hover{transform:translateY(18px)}.metric-number{white-space:nowrap;align-items:baseline;display:flex}.metric-number strong{color:#050505;letter-spacing:-.075em;font-size:clamp(66px,6.2vw,96px);font-weight:750;line-height:.9;transition:transform .4s cubic-bezier(.2,.8,.2,1)}.metric-number sup{color:#0c0c0c;margin-left:6px;font-size:clamp(22px,2vw,34px);font-weight:800}.metric-item:hover .metric-number strong{transform:translateY(-5px)scale(1.03)}.metric-item h3{color:#111;margin:31px 0 8px;font-size:18px}.metric-item>p{color:#858585;margin:0;font-size:13px;line-height:1.6}.metric-path{height:34px;margin-top:12px;position:relative}.metric-path i{transform-origin:0;background:#d7d6d2;width:100%;height:1px;transition:background .3s;position:absolute;top:16px;left:0;transform:scaleX(0)}.metric-path b{color:#c9c8c4;opacity:0;font-size:26px;font-weight:300;position:absolute;top:2px;right:-1px}.metric-item.is-visible .metric-path i{animation:.9s cubic-bezier(.2,.8,.2,1) .5s forwards path-grow}.metric-item.is-visible .metric-path b{animation:1.2s .72s forwards arrow-travel}.metric-tags{align-items:center;gap:9px;margin-top:3px;transition:gap .4s;display:flex}.metric-tags span{color:#1d1d1d;opacity:0;background:#ffffffb8;border:1px solid #e1e0dc;border-radius:999px;place-items:center;min-width:43px;height:36px;padding:0 12px;font-size:11px;font-weight:800;display:grid;transform:translate(-12px)}.metric-item.is-visible .metric-tags span{animation:.55s forwards tag-in}.metric-item.is-visible .metric-tags span:nth-child(2){animation-delay:.1s}.metric-item.is-visible .metric-tags span:nth-child(3){animation-delay:.2s}.metric-item.is-visible .metric-tags span:nth-child(4){animation-delay:.3s}.metric-item:hover .metric-tags{gap:14px}.metric-tags.pictorial span{color:#393939;background:#e7e5e0;border-color:#d6d5d1;width:46px;min-width:46px;height:46px;padding:0;font-size:18px}.metric-item>small{color:#999;letter-spacing:.03em;margin-top:8px;font-size:9px;display:block}.metrics-track .metric-item:first-child{transition-delay:0s}.metrics-track .metric-item:nth-child(2){transition-delay:.14s}.metrics-track .metric-item:nth-child(3){transition-delay:.28s}.metrics-track .metric-item:nth-child(4){transition-delay:.42s}.metrics-footer{align-items:center;gap:38px;margin-top:clamp(92px,11vh,130px);display:flex}.metrics-footer a{color:#111;background:#fff;border-radius:999px;justify-content:space-between;align-items:center;width:350px;min-height:56px;padding:6px 8px 6px 28px;font-size:14px;font-weight:800;transition:transform .3s,box-shadow .3s;display:flex}.metrics-footer a i{color:#fff;background:#111;border-radius:50%;place-items:center;width:43px;height:43px;font-style:normal;transition:transform .35s cubic-bezier(.2,.8,.2,1);display:grid}.metrics-footer a:hover{transform:translateY(-3px);box-shadow:0 12px 28px #00000014}.metrics-footer a:hover i{transform:translate(3px)rotate(-35deg)}.metrics-footer>span{color:#777;border-left:1px solid #d4d3cf;padding-left:38px;font-size:13px;font-weight:700}.metrics-heading.reveal-item{transition-duration:.85s}.metrics-track .reveal-item{opacity:0}.metrics-track .metric-high.reveal-item{transform:translateY(12px)}.metrics-track .metric-low.reveal-item{transform:translateY(62px)}.metrics-track .metric-high.is-visible{opacity:1;transform:translateY(-22px)}.metrics-track .metric-low.is-visible{opacity:1;transform:translateY(28px)}@keyframes path-grow{to{transform:scaleX(1)}}@keyframes arrow-travel{0%{opacity:0;right:100%}15%{opacity:1}to{opacity:1;right:-1px}}@keyframes tag-in{to{opacity:1;transform:translate(0)}}@media (width<=1100px){.metrics-section{padding-left:28px;padding-right:28px}.metrics-track{grid-template-columns:repeat(2,1fr);row-gap:80px}.metric-item:nth-child(2){border-right:0}.metric-item:nth-child(3){padding-left:0}.metric-high,.metrics-track .metric-high.is-visible{transform:translateY(0)}.metric-low,.metrics-track .metric-low.is-visible{transform:translateY(25px)}.metric-item:hover,.metric-low:hover{transform:translateY(-5px)}}@media (width<=680px){.metrics-section{min-height:auto;padding:80px 20px 72px}.metrics-heading h2{font-size:40px}.metrics-heading>span{font-size:14px;line-height:1.7}.metrics-track{grid-template-columns:1fr;gap:0;margin-top:65px}.metric-item,.metric-item:first-child,.metric-item:nth-child(3){border-bottom:1px solid #d4d3cf;border-right:0;padding:42px 0}.metric-item:last-child{border-bottom:0}.metric-high,.metric-low,.metrics-track .metric-high.is-visible,.metrics-track .metric-low.is-visible{transform:none}.metric-number strong{font-size:74px}.metric-path{display:none}.metrics-footer{flex-direction:column;align-items:flex-start;gap:24px;margin-top:60px}.metrics-footer a{width:100%}.metrics-footer>span{border:0;padding-left:0}}@media (prefers-reduced-motion:reduce){.metrics-track .reveal-item,.metrics-heading.reveal-item,.metrics-footer.reveal-item,.metric-tags span{opacity:1!important;transform:none!important}.metric-path i{transform:scaleX(1)!important}.metric-path b{opacity:1!important;right:-1px!important}.metric-number strong,.metrics-footer a i{transition:none!important}}.metrics-heading{width:100%;max-width:none;display:block!important}.metrics-heading h2{white-space:nowrap;max-width:none;font-size:clamp(30px,4vw,64px);display:block}.metrics-heading>span{width:100%;margin-top:22px;display:block}@media (width<=680px){.metrics-heading h2{letter-spacing:-.045em;font-size:clamp(24px,7vw,36px)}.metrics-heading>span{margin-top:16px}}.metrics-section{background:linear-gradient(#edf6ff 0%,#e7f2fc 100%)}.metrics-track{border-top:1px solid #fffffff2;border-bottom:1px solid #fffffff2;margin-top:clamp(78px,10vh,125px);padding-top:clamp(58px,7vh,88px);padding-bottom:clamp(64px,8vh,96px);box-shadow:inset 0 1px #7eaed81a,inset 0 -1px #7eaed81a}.metric-tags span{background:#ffffffb8;border-color:#97b4cd6b}.metric-tags.pictorial span{background:#ffffff94;border-color:#97b4cd6b}@media (width<=680px){.metrics-track{padding-top:28px;padding-bottom:28px}.metric-item,.metric-item:first-child,.metric-item:nth-child(3){border-bottom-color:#81a2bf4d}}.metrics-track{background:#ffffffe6;min-height:440px;padding-bottom:clamp(110px,13vh,150px);padding-left:clamp(28px,3vw,48px);padding-right:clamp(28px,3vw,48px)}@media (width<=1100px){.metrics-track{min-height:auto;padding-bottom:90px}}@media (width<=680px){.metrics-track{padding:28px 18px 54px}}.home-shell .hero-section:after{background:linear-gradient(#f6f7f500 0%,#f6f7f594 52%,#f6f7f5 100%);height:150px;top:auto}.metrics-section{color:#090909;background:#f6f7f5}.metrics-heading>p{color:#0b8a67}.metrics-heading h2,.metric-number strong,.metric-number sup,.metric-item h3{color:#090909}.metrics-heading>span,.metric-item>p,.metric-item>small{color:#6f7782}.metrics-track{min-height:440px;box-shadow:none;background:0 0;border-top:0;border-bottom:0;padding-bottom:clamp(110px,13vh,150px);padding-left:clamp(28px,3vw,48px);padding-right:clamp(28px,3vw,48px)}.metric-item{border-right-color:#dde2e6}.metric-path i{background:#dde2e6}.metric-path b{color:#c1c8ce}.metric-tags span,.metric-tags.pictorial span{color:#0b8a67;background:0 0;border-color:#dde2e6}.metric-item:hover .metric-path i{background:#0b8a67}@media (width<=680px){.home-shell .hero-section:after{height:110px}.metric-item,.metric-item:first-child,.metric-item:nth-child(3){border-bottom-color:#dde2e6}}.platforms-section{background:#f6f7f5;width:100%;max-width:none;margin:0;padding:48px max(40px,50vw - 740px) 96px;overflow:hidden}.platforms-section>p{color:#0b8a67;letter-spacing:.05em;margin:0 0 42px;font-size:14px;font-weight:800}.platform-marquee{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000);mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000)}.platform-track{will-change:transform;width:max-content;animation:30s linear infinite platform-scroll;display:flex}.platform-marquee:hover .platform-track{animation-play-state:paused}.platform-group{flex:none;align-items:center;gap:clamp(50px,5vw,80px);padding-right:clamp(50px,5vw,80px);display:flex}.platform-logo{flex:none;justify-content:center;align-items:center;width:clamp(150px,12vw,190px);height:58px;display:flex}.platform-logo img{object-fit:contain;opacity:.68;filter:grayscale();width:100%;height:44px;transition:opacity .3s,filter .3s,transform .3s;display:block}@keyframes platform-scroll{to{transform:translate(-50%)}}@media (width<=900px){.platforms-section{padding-bottom:80px;padding-left:24px;padding-right:24px}.platforms-section>p{margin-bottom:34px}.platform-group{gap:42px;padding-right:42px}.platform-logo{width:135px;height:50px}.platform-logo img{height:36px}.platform-track{animation-duration:34s}}@media (width<=520px){.platforms-section{padding:38px 18px 68px}.platforms-section>p{margin-bottom:28px}.platform-group{gap:32px;padding-right:32px}.platform-logo{width:112px;height:42px}.platform-logo img{height:30px}.platform-track{animation-duration:38s}}@media (prefers-reduced-motion:reduce){.platform-marquee{scrollbar-width:thin;overflow-x:auto;-webkit-mask-image:none;mask-image:none}.platform-track{animation:none}.platform-group:nth-child(2){display:none}.platform-logo img{opacity:.78}}.metrics-section{background:#f6f7f5;padding-bottom:64px}.metrics-track{background:0 0;min-height:auto;padding-bottom:70px}.platforms-section{background:#f6f7f5;padding-top:36px;padding-bottom:76px}.platforms-section>p{margin-bottom:30px}.platform-logo img{opacity:.88;filter:none;height:56px}.platform-logo:hover img{opacity:1;filter:none;transform:scale(1.04)}@media (width<=900px){.metrics-section{padding-bottom:54px}.metrics-track{padding-bottom:60px}.platforms-section{padding-top:30px;padding-bottom:68px}.platforms-section>p{margin-bottom:26px}.platform-group{gap:46px;padding-right:46px}.platform-logo{width:155px;height:58px}.platform-logo img{height:44px}}@media (width<=520px){.metrics-section{padding-bottom:42px}.metrics-track{padding-bottom:44px}.platforms-section{padding-top:24px;padding-bottom:56px}.platforms-section>p{margin-bottom:22px}.platform-group{gap:34px;padding-right:34px}.platform-logo{width:128px;height:48px}.platform-logo img{height:32px}}@media (prefers-reduced-motion:reduce){.platform-logo img{opacity:.9;filter:none}}.platforms-section>p{display:none}.platforms-heading{align-items:center;gap:18px;margin-bottom:34px;display:flex}.platforms-heading>p{color:#0b8a67;letter-spacing:.03em;flex:none;margin:0;font-size:20px;font-weight:850}.platforms-heading>i{background:#d6dce0;flex:1;height:1px}.platforms-heading>div{gap:10px;display:flex}.platforms-heading span{color:#0b8a67;border:1px solid #d6dce0;border-radius:50%;place-items:center;width:38px;height:38px;font-size:24px;font-weight:400;display:grid}.platform-logo img{opacity:.92;height:48px}.platform-logo:hover img{opacity:1;transform:scale(1.04)}@media (width<=900px){.platforms-section{padding-top:22px;padding-bottom:64px}.platforms-heading{margin-bottom:28px}.platforms-heading>p{font-size:18px}.platforms-heading span{width:34px;height:34px}.platform-logo{width:142px;height:54px}.platform-logo img{height:40px}}@media (width<=520px){.platforms-section{padding-top:18px;padding-bottom:54px}.platforms-heading{gap:12px;margin-bottom:24px}.platforms-heading>p{font-size:16px}.platforms-heading span{width:30px;height:30px;font-size:20px}.platform-logo{width:120px;height:46px}.platform-logo img{height:32px}}.metrics-section,.metrics-track{padding-bottom:0}.platforms-section{padding-top:0;padding-bottom:48px}.platforms-heading{margin-bottom:34px;padding-top:24px}.platforms-heading>p{font-size:60px;line-height:1}.platform-track{animation-duration:34s}@media (width<=900px){.metrics-section,.metrics-track{padding-bottom:0}.platforms-section{padding-top:0;padding-bottom:42px}.platforms-heading{margin-bottom:26px;padding-top:20px}.platforms-heading>p{font-size:48px}.platforms-heading span{width:48px;height:48px}.platform-group{gap:54px;padding-right:54px}.platform-logo{width:250px;height:140px}.platform-logo img{height:116px}.platform-track{animation-duration:38s}}@media (width<=520px){.metrics-section,.metrics-track{padding-bottom:0}.platforms-section{padding-top:0;padding-bottom:36px}.platforms-heading{margin-bottom:20px;padding-top:18px}.platforms-heading>p{font-size:38px}.platforms-heading span{width:42px;height:42px;font-size:28px}.platform-group{gap:38px;padding-right:38px}.platform-logo{width:210px;height:112px}.platform-logo img{height:92px}.platform-track{animation-duration:42s}}.metrics-section{min-height:0;padding-bottom:0}.metrics-track{margin-bottom:0;padding-bottom:0}.platforms-section{margin-top:0;padding-top:0}.platforms-heading{padding-top:0}.platforms-heading>p{font-size:30px}.platforms-heading span{width:32px;height:32px;font-size:20px}.platforms-heading{margin-bottom:18px}.platform-group{gap:36px;padding-right:36px}.platform-logo{width:150px;height:85px}.platform-logo img{height:72px}.platforms-section{padding-bottom:28px}@media (width<=900px){.platforms-heading>p{font-size:24px}.platforms-heading span{width:28px;height:28px;font-size:17px}.platforms-heading{margin-bottom:15px}.platform-group{gap:27px;padding-right:27px}.platform-logo{width:125px;height:70px}.platform-logo img{height:58px}.platforms-section{padding-bottom:24px}}@media (width<=520px){.platforms-heading>p{font-size:19px}.platforms-heading span{width:25px;height:25px;font-size:15px}.platforms-heading{margin-bottom:12px}.platform-group{gap:20px;padding-right:20px}.platform-logo{width:105px;height:56px}.platform-logo img{height:46px}.platforms-section{padding-bottom:20px}}.home-shell .services-section{background:linear-gradient(#f3f9ff 0%,#edf6fc 100%);width:100%;max-width:none;padding:96px max(40px,50vw - 740px) 110px}.home-shell .services-section>.section-heading{text-align:left;max-width:820px;margin:0 0 38px}.home-shell .services-section>.section-heading .eyebrow{color:#155f3d}.home-shell .services-section>.section-heading h2{color:#0c1116;letter-spacing:-.045em;margin-bottom:12px;font-size:clamp(44px,4vw,62px)}.home-shell .services-section>.section-heading p:not(.eyebrow){color:#6f7782;font-size:17px}.service-showcase{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;display:grid}.showcase-card{background:#ffffffd1;border:1px solid #bdccd68c;border-radius:20px;transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s;overflow:hidden;box-shadow:0 18px 42px #27465914}.showcase-card:hover{transform:translateY(-7px);box-shadow:0 28px 58px #27465921}.showcase-image{height:300px;overflow:hidden}.showcase-image img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.8,.2,1);display:block}.showcase-card:hover .showcase-image img{transform:scale(1.035)}.showcase-copy{padding:27px 28px 24px}.showcase-copy h3{color:#101418;letter-spacing:-.025em;margin:0 0 13px;font-size:27px}.showcase-copy>p{color:#6f7782;min-height:56px;margin:0;font-size:14px;line-height:1.8}.showcase-copy footer{color:#58636c;align-items:center;margin-top:30px;display:flex}.showcase-copy footer>span{color:#155f3d;background:#dfeee5;border-radius:50%;place-items:center;width:35px;height:35px;font-size:17px;display:grid}.showcase-copy footer>b{margin-left:10px;font-size:12px}.showcase-copy footer>i{background:#cdd4d8;width:1px;height:22px;margin-left:auto}.showcase-copy footer>small{color:#6f7782;text-align:right;width:40px;font-size:14px}.showcase-wide{grid-column:1/-1;grid-template-columns:minmax(360px,.82fr) minmax(0,1.3fr);min-height:300px;display:grid}.showcase-wide .showcase-copy{flex-direction:column;justify-content:center;padding:42px 34px;display:flex}.showcase-wide .showcase-copy h3{font-size:32px}.showcase-wide .showcase-copy>p{max-width:520px;min-height:0}.showcase-wide .showcase-copy footer{margin-top:auto}.showcase-wide .showcase-image{height:100%;min-height:300px}.service-showcase .reveal-item:nth-child(2){transition-delay:.12s}.service-showcase .reveal-item:nth-child(3){transition-delay:.24s}.service-showcase .reveal-item:nth-child(4){transition-delay:.34s}@media (width<=1050px){.home-shell .services-section{padding-left:28px;padding-right:28px}.service-showcase{grid-template-columns:repeat(2,1fr)}.showcase-card:nth-child(3){grid-column:1/-1;grid-template-columns:1fr 1fr;display:grid}.showcase-card:nth-child(3) .showcase-image{height:100%}.showcase-wide{grid-template-columns:1fr 1.2fr}.showcase-image{height:270px}}@media (width<=700px){.home-shell .services-section{padding:72px 18px 80px}.home-shell .services-section>.section-heading h2{font-size:40px}.home-shell .services-section>.section-heading p:not(.eyebrow){font-size:15px}.service-showcase{grid-template-columns:1fr}.showcase-card:nth-child(3),.showcase-wide{grid-column:auto;display:block}.showcase-image,.showcase-card:nth-child(3) .showcase-image,.showcase-wide .showcase-image{height:230px;min-height:0}.showcase-copy{padding:23px 22px 21px}.showcase-copy h3,.showcase-wide .showcase-copy h3{font-size:25px}.showcase-wide .showcase-copy{padding:25px 22px;display:block}.showcase-copy>p{min-height:0}.showcase-copy footer,.showcase-wide .showcase-copy footer{margin-top:24px}}.metrics-section .metrics-heading>p,.metrics-section .metric-tags span,.metrics-section .metric-tags.pictorial span{color:#1262d8}.metrics-section .metric-item:hover .metric-path i{background:#1262d8}.platforms-heading>p,.home-shell .services-section>.section-heading .eyebrow{color:#1262d8}.showcase-copy footer>span{color:#1262d8;background:#e8f1ff}.trust-section{color:#10285a;background:#fbfaf8;width:100%;max-width:none;padding:88px max(40px,50vw - 740px) 76px}.trust-top{grid-template-columns:minmax(330px,.72fr) minmax(650px,1.55fr);align-items:stretch;gap:70px;display:grid}.trust-intro{padding:12px 0}.trust-intro .eyebrow{color:#0868ed;margin-bottom:24px}.trust-intro h2{color:#0a285c;letter-spacing:-.035em;margin:0;font-size:clamp(42px,3.4vw,62px);line-height:1.38}.trust-intro>p:not(.eyebrow){color:#354b70;max-width:470px;margin:28px 0 0;font-size:17px;line-height:2}.quote-mark{color:#6da5ff;transform-origin:50%;height:64px;margin-top:24px;font:900 104px/.75 Georgia,serif;display:block;transform:rotate(180deg)}.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.trust-grid article{background:#fff;border:1px solid #e0e6efb3;border-radius:20px;grid-template-columns:92px 1fr;align-items:center;gap:24px;min-height:190px;padding:32px;display:grid;box-shadow:0 15px 38px #193a690e}.trust-icon{color:#0868ed;background:#edf4ff;border-radius:50%;place-items:center;width:74px;height:74px;font-size:38px;display:grid}.trust-grid article>div{border-left:1px solid #ccd6e6;padding-left:26px}.trust-grid b{color:#0868ed;font-size:24px}.trust-grid h3{color:#0b2859;margin:14px 0 7px;font-size:20px}.trust-grid p{color:#415578;margin:0;font-size:14px;line-height:1.75}.testimonial-header{border-top:1px solid #d7dde7;justify-content:space-between;align-items:end;margin-top:62px;padding-top:26px;display:flex}.testimonial-header h3{color:#0b2859;margin:0 0 6px;font-size:30px}.testimonial-header p{color:#536786;margin:0}.testimonial-controls{gap:10px;display:flex}.testimonial-controls button{color:#0868ed;cursor:pointer;background:#fff;border:1px solid #cfdaea;border-radius:50%;place-items:center;width:44px;height:44px;font-size:20px;transition:all .25s;display:grid}.testimonial-controls button:hover{color:#fff;background:#0868ed;border-color:#0868ed}.testimonial-track{overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-color:#8db9f4 #e9eef5;scrollbar-width:thin;gap:24px;margin-top:18px;padding:0 2px 22px;display:flex;overflow-x:auto}.testimonial-card{scroll-snap-align:start;background:#fff;border:1px solid #e0e6efcc;border-radius:18px;width:calc(33.3333% - 16px);min-width:calc(33.3333% - 16px);min-height:350px;padding:26px 28px 24px;box-shadow:0 12px 32px #193a690e}.testimonial-card header{align-items:center;gap:20px;display:flex}.testimonial-card header>div{min-width:0}.testimonial-card h4{color:#0b2859;margin:0 0 5px;font-size:22px}.testimonial-card header p{color:#3d5378;margin:0;font-size:14px}.stars{color:#0870f5;letter-spacing:3px;margin-top:8px;font-size:17px;display:block}.avatar{background-image:url(/static/assets/customer-avatars.png);background-repeat:no-repeat;background-size:400% 400%;border-radius:50%;flex:none;width:94px;height:94px;display:block;box-shadow:inset 0 0 0 1px #14366214}.testimonial-card blockquote{color:#415578;margin:24px 0 0;padding:0 0 0 43px;position:relative}.testimonial-card blockquote>span{color:#6da5ff;font:900 54px/1 Georgia,serif;position:absolute;top:-12px;left:0}.testimonial-card blockquote p{margin:0;font-size:14px;line-height:1.9}.testimonial-card blockquote i{color:#6da5ff;text-align:right;font:900 50px/.65 Georgia,serif;display:block}@media (width<=1100px){.trust-section{padding-left:28px;padding-right:28px}.trust-top{grid-template-columns:1fr}.trust-intro>p:not(.eyebrow){max-width:700px}.testimonial-card{width:calc(50% - 12px);min-width:calc(50% - 12px)}}@media (width<=700px){.trust-section{padding:68px 18px 58px}.trust-intro h2{font-size:38px}.trust-intro>p:not(.eyebrow){font-size:15px}.trust-grid{grid-template-columns:1fr;gap:14px}.trust-grid article{grid-template-columns:68px 1fr;min-height:150px;padding:22px}.trust-icon{width:58px;height:58px;font-size:29px}.trust-grid article>div{padding-left:18px}.testimonial-header{margin-top:48px}.testimonial-header h3{font-size:26px}.testimonial-controls button{width:40px;height:40px}.testimonial-card{width:88%;min-width:88%;min-height:0;padding:22px}.avatar{width:78px;height:78px}.testimonial-card h4{font-size:20px}}.avatar-1{background-position:1% 27%}.avatar-2{background-position:33.5% 27%}.avatar-3{background-position:66.5% 27%}.avatar-4{background-position:99% 27%}.avatar-5{background-position:1% 72%}.avatar-6{background-position:33.5% 72%}.avatar-7{background-position:66.5% 72%}.avatar-8{background-position:99% 72%}.avatar{background-image:url(/static/assets/customer-avatars.png)}.trust-section{isolation:isolate;position:relative;overflow:hidden}.trust-section:before,.trust-section:after{content:"";z-index:-1;pointer-events:none;filter:blur(2px);border-radius:50%;position:absolute}.trust-section:before{background:radial-gradient(circle,#3d89ff1a,#3d89ff00 70%);width:480px;height:480px;animation:9s ease-in-out infinite alternate trust-orb-drift;top:-170px;right:-190px}.trust-section:after{background:radial-gradient(circle,#77acff14,#77acff00 72%);width:420px;height:420px;animation:11s ease-in-out -3s infinite alternate-reverse trust-orb-drift;bottom:-180px;left:-150px}.trust-intro.is-visible .eyebrow{animation:.65s cubic-bezier(.2,.8,.2,1) both trust-copy-in}.trust-intro.is-visible h2{animation:.8s cubic-bezier(.2,.8,.2,1) .1s both trust-copy-in}.trust-intro.is-visible>p:not(.eyebrow){animation:.8s cubic-bezier(.2,.8,.2,1) .22s both trust-copy-in}.trust-intro.is-visible .quote-mark{animation:.9s cubic-bezier(.2,.8,.2,1) .35s both trust-quote-in,3.8s ease-in-out 1.25s infinite trust-quote-float}.trust-grid article{will-change:transform;transition:transform .42s cubic-bezier(.2,.8,.2,1),box-shadow .42s,border-color .42s;position:relative;overflow:hidden}.trust-grid article:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 42%,#68a6ff2b 50%,#0000 58%);transition:transform .75s cubic-bezier(.2,.8,.2,1);position:absolute;inset:-70% -35%;transform:translate(-75%)rotate(7deg)}.trust-grid article:hover{border-color:#b9d4f9;transform:translateY(-8px);box-shadow:0 25px 52px #1953a424}.trust-grid article:hover:after{transform:translate(75%)rotate(7deg)}.trust-grid article:first-child{transition-delay:0s}.trust-grid article:nth-child(2){transition-delay:.12s}.trust-grid article:nth-child(3){transition-delay:.24s}.trust-grid article:nth-child(4){transition-delay:.36s}.trust-grid article.is-visible .trust-icon{animation:.75s cubic-bezier(.2,.8,.2,1) both trust-icon-arrive,3.4s ease-in-out .9s infinite trust-icon-pulse}.trust-grid article:nth-child(2) .trust-icon{animation-delay:.12s,1.02s}.trust-grid article:nth-child(3) .trust-icon{animation-delay:.24s,1.14s}.trust-grid article:nth-child(4) .trust-icon{animation-delay:.36s,1.26s}.trust-grid article:hover .trust-icon{color:#fff;background:#0868ed;animation-play-state:paused;transform:scale(1.08)rotate(-5deg);box-shadow:0 0 0 9px #0868ed17}.trust-grid article>div{z-index:1;position:relative}.trust-grid article h3,.trust-grid article p,.trust-grid article b{transition:transform .35s,color .35s}.trust-grid article:hover h3,.trust-grid article:hover p,.trust-grid article:hover b{transform:translate(4px)}@keyframes trust-copy-in{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:none}}@keyframes trust-quote-in{0%{opacity:0;transform:translateY(18px)rotate(180deg)scale(.72)}to{opacity:1;transform:rotate(180deg)scale(1)}}@keyframes trust-quote-float{0%,to{transform:translateY(0)rotate(180deg)}50%{transform:translateY(-8px)rotate(180deg)}}@keyframes trust-icon-arrive{0%{opacity:0;transform:scale(.68)rotate(-18deg)}to{opacity:1;transform:none}}@keyframes trust-icon-pulse{0%,to{box-shadow:0 0 #0868ed00}50%{box-shadow:0 0 0 8px #0868ed14}}@keyframes trust-orb-drift{0%{transform:translate(-18px,-12px)scale(.95)}to{transform:translate(24px,18px)scale(1.08)}}@media (prefers-reduced-motion:reduce){.trust-section:before,.trust-section:after,.trust-intro.is-visible .eyebrow,.trust-intro.is-visible h2,.trust-intro.is-visible>p:not(.eyebrow),.trust-intro.is-visible .quote-mark,.trust-grid article.is-visible .trust-icon{animation:none!important}.trust-grid article,.trust-grid article:after,.trust-grid article h3,.trust-grid article p,.trust-grid article b,.trust-icon{transition:none!important}.trust-grid article:hover,.trust-grid article:hover .trust-icon{transform:none!important}}.site-footer.cosmic-footer{color:#fff;isolation:isolate;background:#020d23 url(/static/assets/footer-cosmic-bg.png) 50%/cover no-repeat;width:100%;max-width:none;min-height:610px;margin:0;padding:90px max(42px,50vw - 890px) 34px;display:block;position:relative;overflow:hidden}.cosmic-footer:before{content:"";z-index:-1;background:linear-gradient(90deg,#01081685 0%,#010a1d38 48%,#01081714 100%);position:absolute;inset:0}.footer-light{z-index:-1;pointer-events:none;filter:blur(15px);mix-blend-mode:screen;background:linear-gradient(100deg,#0000 8%,#1d80ff08 35%,#3da4ff4d 50%,#1d76ff0a 65%,#0000 92%);width:62vw;height:160px;animation:8s ease-in-out infinite alternate footer-light-sway;position:absolute;transform:rotate(-25deg)}.footer-light-one{top:4%;left:8%}.footer-light-two{opacity:.5;animation-duration:11s;animation-delay:-3s;top:40%;left:28%}.footer-stars{z-index:-1;pointer-events:none;background-image:radial-gradient(circle at 12% 17%,#84c5ffcc 0 1px,#0000 1.5px),radial-gradient(circle at 31% 28%,#84c5ff8c 0 1px,#0000 1.5px),radial-gradient(circle at 53% 12%,#fff9 0 1px,#0000 1.5px),radial-gradient(circle at 72% 32%,#84c5ff99 0 1px,#0000 1.5px);background-size:260px 190px;animation:4.5s ease-in-out infinite alternate footer-stars-twinkle;position:absolute;inset:0}.cosmic-footer-main{grid-template-columns:minmax(440px,1.05fr) minmax(150px,.32fr) minmax(390px,.68fr);align-items:center;gap:72px;min-height:410px;display:grid}.cosmic-brand strong{letter-spacing:.01em;font-size:48px;display:block}.cosmic-slogan{color:#fff;margin:22px 0 24px;font-size:20px}.cosmic-accent{background:linear-gradient(90deg,#579cff,#e9f5ff,#0000);width:90px;height:2px;margin:0 0 44px;animation:2.8s ease-in-out infinite footer-accent-pulse;display:block;box-shadow:0 0 16px #268bff}.cosmic-brand a{color:#fff;align-items:center;gap:16px;width:max-content;max-width:100%;margin-top:22px;font-size:20px;display:flex}.cosmic-brand a span{color:#8bbaff;place-items:center;width:32px;font-size:28px;display:grid}.cosmic-brand a:hover{color:#8fc7ff}.cosmic-nav{border-left:1px solid #ffffff5c;flex-direction:column;gap:23px;padding-left:40px;display:flex}.cosmic-nav a{color:#fff;width:max-content;font-size:21px;transition:color .25s,transform .25s}.cosmic-nav a:hover{color:#73b6ff;transform:translate(6px)}.cosmic-qr-group{justify-content:flex-end;gap:42px;display:flex}.cosmic-qr{text-align:center}.cosmic-qr p{color:#fff;margin:8px 0 0;font-size:17px}.cosmic-qr>b{color:#fff;letter-spacing:-8px;height:29px;margin-top:12px;font-size:25px;display:block}.qr-placeholder{color:#071630;background:repeating-conic-gradient(#071630 0 25%,#fff 0 50%) 0/14px 14px;border:9px solid #fff;border-radius:9px;place-items:center;width:156px;height:156px;display:grid;position:relative;overflow:hidden;box-shadow:0 0 24px #3091ff40}.qr-placeholder:after{content:"";background:#ffffffdb;position:absolute;inset:20px}.qr-placeholder i{z-index:2;background:#fff;border:7px solid #071630;width:35px;height:35px;position:absolute}.qr-placeholder i:first-child{top:8px;left:8px}.qr-placeholder i:nth-child(2){top:8px;right:8px}.qr-placeholder i:nth-child(3){bottom:8px;left:8px}.qr-placeholder span{z-index:3;font-size:16px;font-weight:900;position:relative}.cosmic-footer-bottom{color:#ffffffe6;border-top:1px solid #ffffff59;align-items:center;gap:44px;min-height:76px;display:flex}.cosmic-footer-bottom p{border-right:1px solid #ffffff59;margin:0;padding-right:34px}.cosmic-footer-bottom nav{gap:0;display:flex}.cosmic-footer-bottom nav a{color:#ffffffe6;border-right:1px solid #ffffff59;padding:0 30px}.cosmic-footer-bottom nav a:last-child{border:0}.cosmic-footer-bottom a:hover{color:#76baff}@keyframes footer-light-sway{0%{opacity:.35;transform:translate(-12%,-10px)rotate(-25deg)scaleX(.88)}to{opacity:.95;transform:translate(28%,18px)rotate(-21deg)scaleX(1.18)}}@keyframes footer-stars-twinkle{0%{opacity:.35}to{opacity:.9}}@keyframes footer-accent-pulse{0%,to{opacity:.65;width:82px}50%{opacity:1;width:110px}}@media (width<=1180px){.site-footer.cosmic-footer{padding-left:32px;padding-right:32px}.cosmic-footer-main{grid-template-columns:1fr .34fr .7fr;gap:34px}.cosmic-brand strong{font-size:38px}.cosmic-slogan,.cosmic-brand a,.cosmic-nav a{font-size:17px}.cosmic-qr-group{gap:22px}.qr-placeholder{width:128px;height:128px}}@media (width<=850px){.site-footer.cosmic-footer{background-position:64%;min-height:0;padding:70px 24px 26px}.cosmic-footer:before{background:#010a1cad}.cosmic-footer-main{grid-template-columns:1fr 1fr;align-items:start}.cosmic-brand{grid-column:1/-1}.cosmic-nav{border-left:0;padding-left:0}.cosmic-qr-group{justify-content:flex-start}.cosmic-footer-bottom{flex-direction:column;align-items:flex-start;gap:18px;margin-top:44px;padding-top:24px}.cosmic-footer-bottom p{border:0;padding-right:0}.cosmic-footer-bottom nav{flex-wrap:wrap}.cosmic-footer-bottom nav a:first-child{padding-left:0}}@media (width<=560px){.site-footer.cosmic-footer{background-position:69%;padding:58px 18px 24px}.cosmic-footer-main{display:block}.cosmic-brand strong{font-size:32px}.cosmic-slogan{font-size:15px;line-height:1.7}.cosmic-brand a{gap:10px;font-size:14px}.cosmic-accent{margin-bottom:32px}.cosmic-nav{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:44px;display:grid}.cosmic-nav a{font-size:16px}.cosmic-qr-group{gap:18px;margin-top:42px}.qr-placeholder{width:116px;height:116px}.cosmic-qr p{font-size:14px}.cosmic-footer-bottom{font-size:12px}.cosmic-footer-bottom nav a{padding:0 13px}}@media (prefers-reduced-motion:reduce){.footer-light,.footer-stars,.cosmic-accent{animation:none!important}}.site-header{gap:34px;min-height:86px;padding:0 max(34px,50vw - 750px)}.site-header:not(.hero-header){color:#0b376f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8fcfff5;border-bottom:1px solid #a9c9ef61;box-shadow:0 10px 35px #1a5da312}.site-header .brand{color:#0a3978;flex:none;gap:13px;min-width:220px;overflow:visible}.site-header .brand-mark{color:#1262d8;letter-spacing:-.04em;background:0 0;border-radius:0;width:auto;height:auto;padding:0;font-size:26px}.site-header .brand>span:last-child strong{color:#0a3978;font-size:18px}.site-header .brand small{color:#2871c6;letter-spacing:.04em;font-size:10px}.site-header nav{justify-content:center;gap:24px}.site-header nav>a{color:#0a3978;padding-left:12px;padding-right:12px}.site-header nav>a:hover{color:#0a64d8}.site-header nav>a.active:after{background:#1262d8}.site-header nav>a[href="/apply/"]{background:#0d8a65;border:0;margin-left:18px;padding:12px 22px;box-shadow:0 12px 28px #0d8a652e;border-radius:8px!important}.site-header .user-menu-trigger{color:#0b3977;background:#ffffffc2;border-color:#a9c9ef}.site-header .user-menu-trigger span{background:#0d8a65}@media (width<=1080px){.site-header{padding:0 24px}.site-header nav{gap:4px}.site-header nav>a[href="/apply/"]{margin-left:4px}}@media (width<=820px){.site-header{min-height:68px;padding:0 18px}.site-header .brand{min-width:0}.site-header .brand-mark{font-size:20px}.site-header .brand>span:last-child{display:none}.site-header nav{background:#f7fbfffa;border-color:#c6dcf3;top:68px}.site-header nav>a[href="/apply/"]{margin-left:0}.site-header .mobile-toggle{color:#0b3977;background:#ffffffc7;border-color:#a9c9ef}}.about-hero,.about-history,.about-team{color:#111;background:#f8f8f7;width:100%;max-width:none}.about-hero{padding:72px max(48px,50vw - 710px) 92px}.about-title-row{justify-content:center;align-items:flex-start;gap:20px;display:flex}.about-title-row h1{letter-spacing:-.075em;margin:0;font-size:clamp(66px,7vw,108px);line-height:1}.about-mini-avatars{margin-top:4px;display:flex}.about-mini-avatars span{background-image:url(/static/assets/customer-avatars.png);background-size:400% 400%;border:3px solid #fff;border-radius:50%;width:34px;height:34px;margin-left:-7px;box-shadow:0 3px 12px #0000001f}.about-mini-avatars span:first-child{background-position:1% 27%}.about-mini-avatars span:nth-child(2){background-position:33.5% 27%}.about-mini-avatars span:nth-child(3){background-position:66.5% 27%}.about-story-grid{grid-template-columns:300px 1fr;gap:92px;margin-top:72px;display:grid}.about-founder-head{align-items:center;gap:22px;display:flex}.about-founder-head>b{color:#fff;text-align:center;background:#172234;border-radius:50%;place-items:center;width:106px;height:106px;font-size:27px;line-height:.9;display:grid}.about-founder-head>b small{font-size:14px}.about-founder-head>div{gap:5px;display:grid}.about-founder-head strong{font-size:20px}.about-founder-head span{color:#666}.about-founder>p{margin:32px 0 0;font-size:17px;line-height:1.65}.about-belief h2{max-width:900px;margin:8px 0 42px;font-size:27px;line-height:1.65}.about-belief p{color:#777;margin:0;font-size:21px;line-height:1.7}.about-collaboration{background:#ddd;border-radius:18px;height:470px;margin-top:58px;position:relative;overflow:hidden}.about-collaboration:after{content:"";background:linear-gradient(90deg,#0000001f,#0000 50%,#00000014);position:absolute;inset:0}.about-collaboration img{object-fit:cover;width:100%;height:115%;transition:transform 1.2s cubic-bezier(.2,.8,.2,1);transform:translateY(-4%)}.about-collaboration:hover img{transform:translateY(-7%)scale(1.025)}.about-image-brand{z-index:2;color:#fff;text-shadow:0 4px 24px #00000059;font-size:52px;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-image-brand small{text-align:center;font-size:25px;display:block}.about-collaboration>a{z-index:3;color:#fff;background:#050505;border-radius:999px;align-items:center;gap:17px;padding:7px 8px 7px 20px;font-weight:800;display:flex;position:absolute;bottom:20px;right:22px}.about-collaboration>a span{color:#111;background:#ffd900;border-radius:50%;place-items:center;width:38px;height:38px;font-size:24px;transition:transform .3s;display:grid}.about-collaboration>a:hover span{transform:rotate(-35deg)translate(2px)}.about-history{grid-template-columns:300px 1fr;gap:82px;padding:115px max(48px,50vw - 710px);display:grid}.history-intro{align-self:start;position:sticky;top:120px}.history-intro h2{margin:0;font-size:32px}.history-intro i,.about-team-lead>i{transform-origin:0;background:#111;width:52px;height:2px;margin:28px 0 32px;display:block}.history-intro p{font-size:18px;line-height:1.8}.history-list article{border-bottom:1px solid #d7d7d7;grid-template-columns:230px 1fr;align-items:center;gap:24px;min-height:175px;display:grid}.history-list strong{color:#c7c7c7;letter-spacing:-.055em;font-size:76px;transition:color .6s,transform .6s}.history-list p{margin:0;font-size:18px;font-weight:650;line-height:1.75}.history-list article.is-visible strong{color:#080808;transform:translate(8px)}.history-list article:after{content:"";transform-origin:0;background:#111;height:2px;transition:transform .9s cubic-bezier(.2,.8,.2,1);position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.history-list article{position:relative}.history-list article.is-visible:after{transform:scaleX(1)}.about-team{grid-template-columns:.8fr 1.2fr;gap:72px;padding:110px max(48px,50vw - 710px) 100px;display:grid}.about-team-lead>p{letter-spacing:.24em;margin:18px 0 0;font-size:17px}.about-team-lead h2{margin:0;font-family:Songti SC,STSong,serif;font-size:39px;line-height:1.55}.about-team-lead>span{color:#555;max-width:480px;margin-top:30px;font-size:21px;line-height:1.9;display:block}.about-director{background:#202226;border-radius:17px;height:465px;position:relative;overflow:hidden}.about-director:after{content:"";background:linear-gradient(90deg,#00000052,#0000 46%,#00000014);position:absolute;inset:0}.about-director img{object-fit:cover;width:100%;height:100%;transition:transform 1s cubic-bezier(.2,.8,.2,1)}.about-director:hover img{transform:scale(1.025)}.director-label,.about-director>strong{z-index:2;color:#fff;position:absolute}.director-label{font-size:20px;line-height:1.65;top:205px;left:42px}.about-director>strong{text-align:right;font-size:27px;line-height:1.55;top:205px;right:42px}.about-capabilities{background:#ffffffe0;border-radius:24px;grid-column:1/-1;margin-top:8px;padding:14px 38px;box-shadow:0 18px 50px #0000000b}.about-capabilities article{border-bottom:1px solid #d7d7d7;grid-template-columns:88px 260px 140px 1fr;align-items:center;gap:28px;min-height:126px;transition:transform .35s,background .35s;display:grid}.about-capabilities article:last-child{border:0}.about-capabilities article:hover{background:#fff;transform:translate(8px)}.about-capabilities article>span{background:#f0f0f0;border-radius:50%;place-items:center;width:70px;height:70px;font-size:32px;display:grid}.about-capabilities h3{margin:0;font-size:27px}.about-capabilities b{color:#555;border-left:1px solid #bbb;padding-left:28px;font-size:24px}.about-capabilities p{color:#555;margin:0;line-height:1.7}.about-hero .reveal-item,.about-history .reveal-item,.about-team .reveal-item{transition-duration:.9s}.about-story-grid .reveal-item:nth-child(2),.about-director.reveal-item{transition-delay:.15s}.history-list .reveal-item:nth-child(2){transition-delay:80ms}.history-list .reveal-item:nth-child(3){transition-delay:.16s}.history-list .reveal-item:nth-child(4){transition-delay:.24s}.history-list .reveal-item:nth-child(5){transition-delay:.32s}.about-capabilities .reveal-item:nth-child(2){transition-delay:.12s}.about-capabilities .reveal-item:nth-child(3){transition-delay:.24s}@media (width<=1000px){.about-story-grid,.about-history{grid-template-columns:240px 1fr;gap:50px}.about-team{grid-template-columns:1fr}.about-director{height:500px}.about-capabilities{grid-column:auto}.about-capabilities article{grid-template-columns:75px 1fr 100px}.about-capabilities article p{grid-column:2/-1;padding-bottom:22px}.about-collaboration{height:400px}}@media (width<=700px){.about-hero,.about-history,.about-team{padding-left:20px;padding-right:20px}.about-hero{padding-top:52px;padding-bottom:70px}.about-title-row h1{font-size:58px}.about-mini-avatars span{width:28px;height:28px}.about-story-grid{grid-template-columns:1fr;gap:42px;margin-top:55px}.about-founder-head>b{width:86px;height:86px;font-size:22px}.about-belief h2{font-size:21px}.about-belief p{font-size:17px}.about-collaboration{height:310px;margin-top:44px}.about-image-brand{font-size:38px}.about-image-brand small{font-size:19px}.about-collaboration>a{font-size:12px;bottom:12px;right:12px}.about-history{padding-top:80px;padding-bottom:80px;display:block}.history-intro{margin-bottom:45px;position:static}.history-list article{grid-template-columns:110px 1fr;min-height:150px}.history-list strong{font-size:48px}.history-list p{font-size:14px}.about-team{padding-top:80px;padding-bottom:75px}.about-team-lead h2{font-size:29px}.about-team-lead>span{font-size:17px}.about-director{height:390px}.director-label{font-size:15px;top:auto;bottom:28px;left:24px}.about-director>strong{font-size:20px;top:auto;bottom:28px;right:24px}.about-capabilities{padding:8px 18px}.about-capabilities article{grid-template-columns:58px 1fr 62px;gap:14px;padding:18px 0}.about-capabilities article>span{width:52px;height:52px;font-size:23px}.about-capabilities h3{font-size:20px}.about-capabilities b{padding-left:14px;font-size:16px}.about-capabilities p{font-size:14px}}@media (prefers-reduced-motion:reduce){.about-collaboration img,.about-director img,.history-list strong,.history-list article:after,.about-capabilities article{transition:none!important}.about-collaboration:hover img,.about-director:hover img,.history-list article.is-visible strong,.about-capabilities article:hover{transform:none!important}.history-list article:after{transform:scaleX(1)!important}}.product-hero{background:linear-gradient(120deg,#fff 0%,#f3f9ff 44%,#e4f2ff 100%);grid-template-columns:.85fr 1.15fr;min-height:610px;padding:95px max(44px,50vw - 740px) 80px;display:grid;position:relative;overflow:hidden}.product-hero:after{content:"";border:1px solid #4e99ea24;border-radius:50%;width:850px;height:850px;position:absolute;bottom:-45%;right:-12%;box-shadow:0 0 0 100px #62abf506,0 0 0 220px #62abf505}.product-hero-copy{z-index:3;align-self:center;position:relative}.product-hero-copy>p,.product-section-title>p,.catalogue-heading p{color:#1262d8;letter-spacing:.08em;margin:0 0 22px;font-size:13px;font-weight:900}.product-hero-copy h1{color:#0b3473;letter-spacing:-.055em;margin:0;font-size:clamp(64px,5.5vw,88px);line-height:1.08}.product-hero-copy>span{color:#31547d;max-width:590px;margin-top:28px;font-size:17px;line-height:1.9;display:block}.product-hero-copy>div{align-items:center;gap:26px;margin-top:36px;display:flex}.product-hero-copy a:first-child{color:#fff;background:#1268ec;border-radius:999px;padding:16px 25px;font-weight:800;box-shadow:0 14px 30px #1268ec38}.product-hero-copy a:last-child{color:#1d5796;font-weight:800}.product-hero-visual{z-index:2;min-height:430px;position:relative}.product-orbit{border:1px solid #4792e340;border-radius:50%;animation:16s linear infinite product-orbit-spin;position:absolute}.product-orbit:after{content:"";background:#41c4e9;border:4px solid #fff;border-radius:50%;width:9px;height:9px;position:absolute;box-shadow:0 0 18px #55b8ef}.product-orbit.o1{inset:8% 2% 9% 8%;transform:rotate(-15deg)}.product-orbit.o1:after{top:2%;left:21%}.product-orbit.o2{animation-duration:20s;animation-direction:reverse;inset:24% 10% 1% 22%}.product-orbit.o2:after{top:32%;right:8%}.product-doc{color:#0b397b;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(145deg,#fffffff0,#e1f0ffcc);border:1px solid #ffffffe6;flex-direction:column;justify-content:center;animation:7s ease-in-out infinite product-card-float;display:flex;position:absolute;box-shadow:0 28px 65px #2b74c32e}.doc-main{letter-spacing:.08em;border-radius:28px;width:270px;height:340px;padding:30px;font-size:17px;font-weight:900;top:8%;right:12%;transform:rotate(4deg)}.doc-main b{color:#fff;clip-path:polygon(50% 0,90% 15%,85% 70%,50% 100%,15% 70%,10% 15%);background:linear-gradient(160deg,#91c8ff,#3d8ff1);place-items:center;width:92px;height:105px;margin:38px auto;font-size:42px;display:grid}.doc-main small{font-size:9px}.doc-side{border-radius:17px;width:210px;height:120px;padding:24px;font-size:30px;font-weight:900;animation-delay:-3s;bottom:9%;left:17%}.doc-side small{color:#12825e;margin-top:8px;font-size:12px}.product-node{color:#0b5fc4;background:#fffc;border:1px solid #9fcaf5;border-radius:7px;place-items:center;width:44px;height:30px;font-size:10px;font-weight:900;animation:3s ease-in-out infinite product-node-pulse;display:grid;position:absolute;box-shadow:0 7px 20px #3780ca1f}.pn-eu{top:23%;left:45%}.pn-us{animation-delay:-1s;top:51%;left:6%}.pn-uk{animation-delay:-2s;bottom:20%;right:3%}.product-categories,.modern-products,.product-assurance{width:100%;max-width:none;padding-left:max(44px,50vw - 740px);padding-right:max(44px,50vw - 740px)}.product-categories{background:#f6f7f5;padding-top:95px;padding-bottom:105px}.product-section-title h2,.catalogue-heading h2{color:#101418;letter-spacing:-.045em;margin:0;font-size:clamp(42px,4vw,60px)}.product-section-title>span{color:#6f7782;margin-top:15px;font-size:16px;display:block}.category-showcase{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:45px;display:grid}.category-showcase button{text-align:left;background:#ffffffc2;border:1px solid #dfe5ea;border-radius:17px;min-height:225px;padding:27px;transition:transform .4s,box-shadow .4s,border-color .4s}.category-showcase button:hover{border-color:#a8c9f4;transform:translateY(-7px);box-shadow:0 20px 44px #205b9b1a}.category-showcase button>span{color:#1262d8;background:#e8f1ff;border-radius:50%;place-items:center;width:52px;height:52px;font-size:25px;display:grid}.category-showcase b{color:#102a43;margin-top:24px;font-size:20px;display:block}.category-showcase p{color:#718096;min-height:48px;margin:10px 0 20px;font-size:13px;line-height:1.7}.category-showcase i{color:#1262d8;font-size:12px;font-style:normal;font-weight:800}.modern-products{background:linear-gradient(#eef7ff,#f5f9fc);padding-top:88px;padding-bottom:110px}.catalogue-heading{justify-content:space-between;align-items:end;display:flex}.catalogue-heading p{margin-bottom:15px}.catalogue-heading>strong{color:#1262d8}.modern-filter{z-index:12;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffeb;border:1px solid #bccfe1bf;border-radius:17px;gap:14px;margin:38px 0 30px;padding:18px 22px;display:grid;position:sticky;top:86px;box-shadow:0 14px 35px #21537c14}.modern-filter label,.modern-filter>div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.modern-filter label>span,.modern-filter>div>span{color:#718096;flex:none;width:72px;font-size:12px;font-weight:800}.modern-filter input{background:#f8fbfd;border:1px solid #d8e2ec;border-radius:9px;outline:0;width:min(380px,100%);padding:11px 14px}.modern-filter input:focus{border-color:#75aef2;box-shadow:0 0 0 3px #1268ec14}.modern-filter button{color:#52677b;background:0 0;border:1px solid #0000;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:800}.modern-filter button.active{color:#1262d8;background:#eaf3ff;border-color:#b7d3f6}.modern-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.modern-product-card{background:#fff;border:1px solid #bccfe19e;border-radius:19px;transition:transform .4s,box-shadow .4s;overflow:hidden;box-shadow:0 16px 38px #27465912}.modern-product-card:hover{transform:translateY(-7px);box-shadow:0 26px 52px #27465921}.modern-product-image{height:220px;position:relative;overflow:hidden}.modern-product-image:after{content:"";background:linear-gradient(#0000 48%,#071f386b);position:absolute;inset:0}.modern-product-image img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.modern-product-card:hover img{transform:scale(1.045)}.modern-product-image>span,.modern-product-image>b{z-index:2;border-radius:7px;padding:6px 9px;font-size:11px;position:absolute;top:16px}.modern-product-image>span{color:#fff;background:#1262d8;left:16px}.modern-product-image>b{color:#0b3977;background:#ffffffe0;right:16px}.modern-product-copy{padding:25px}.modern-product-copy>small{color:#12825e;font-weight:850}.modern-product-copy h3{color:#102a43;margin:9px 0 11px;font-size:23px}.modern-product-copy>p{color:#718096;min-height:70px;margin:0;font-size:14px;line-height:1.75}.modern-product-copy>div{border-top:1px solid #e3e9ee;justify-content:space-between;align-items:center;margin-top:25px;padding-top:20px;display:flex}.modern-product-copy>div>strong{color:#1262d8;font-size:20px}.modern-product-copy a{color:#102a43;align-items:center;gap:10px;font-size:13px;font-weight:850;display:flex}.modern-product-copy a span{color:#fff;background:#1262d8;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.modern-products .empty-state{text-align:center;padding:70px}.product-assurance{background:#fbfaf8;padding-top:92px;padding-bottom:105px}.product-assurance>div:last-child{border-top:1px solid #dbe1e5;border-bottom:1px solid #dbe1e5;grid-template-columns:repeat(4,1fr);margin-top:42px;display:grid}.product-assurance article{border-right:1px solid #dbe1e5;min-height:190px;padding:30px}.product-assurance article:last-child{border:0}.product-assurance b{color:#1262d8;font-size:13px}.product-assurance h3{color:#102a43;margin:28px 0 12px;font-size:21px}.product-assurance p{color:#718096;margin:0;font-size:14px}@keyframes product-card-float{0%,to{transform:translateY(0)rotate(4deg)}50%{transform:translateY(-12px)rotate(2deg)}}@keyframes product-orbit-spin{to{transform:rotate(345deg)}}@keyframes product-node-pulse{0%,to{box-shadow:0 7px 20px #3780ca1f}50%{box-shadow:0 0 0 8px #479eea1a,0 7px 20px #3780ca33}}@media (width<=1050px){.product-hero{grid-template-columns:1fr;min-height:0}.product-hero-visual{min-height:440px}.category-showcase,.modern-product-grid,.product-assurance>div:last-child{grid-template-columns:repeat(2,1fr)}.product-assurance article:nth-child(2){border-right:0}.product-assurance article:nth-child(-n+2){border-bottom:1px solid #dbe1e5}}@media (width<=700px){.product-hero,.product-categories,.modern-products,.product-assurance{padding-left:18px;padding-right:18px}.product-hero{padding-top:70px}.product-hero-copy h1{font-size:52px}.product-hero-copy>span{font-size:15px}.product-hero-visual{min-height:360px}.doc-main{width:210px;height:280px;right:4%}.doc-side{width:160px;left:3%}.category-showcase,.modern-product-grid{grid-template-columns:1fr}.category-showcase button{min-height:190px}.modern-filter{margin-left:-8px;margin-right:-8px;padding:14px;top:68px}.modern-filter label>span,.modern-filter>div>span{width:100%}.modern-filter>div{flex-wrap:nowrap;padding-bottom:3px;overflow-x:auto}.modern-filter button{flex:none}.catalogue-heading{flex-direction:column;align-items:flex-start;gap:12px}.modern-product-image{height:210px}.product-assurance>div:last-child{grid-template-columns:1fr}.product-assurance article{border-bottom:1px solid #dbe1e5;border-right:0}.product-assurance article:nth-child(-n+2){border-bottom:1px solid #dbe1e5}}@media (prefers-reduced-motion:reduce){.product-orbit,.product-doc,.product-node{animation:none!important}.modern-product-card,.modern-product-image img,.category-showcase button{transition:none!important}.modern-product-card:hover,.category-showcase button:hover,.modern-product-card:hover img{transform:none!important}}.product-contact{color:#101418;background:#fbfaf8;padding:90px max(44px,50vw - 740px) 100px}.product-contact-intro>p{text-align:center;letter-spacing:-.055em;margin:0;font-size:clamp(54px,6vw,92px);font-weight:900}.product-contact-intro>div{grid-template-columns:125px 210px 1fr;align-items:center;gap:26px;margin-top:58px;display:grid}.contact-avatar{color:#fff;background:linear-gradient(145deg,#1872de,#092e62);border-radius:50%;place-items:center;width:112px;height:112px;font-size:24px;font-weight:900;display:grid}.product-contact-intro strong{font-size:20px}.product-contact-intro strong small{color:#777;margin-top:10px;font-size:15px;font-weight:500;display:block}.product-contact-intro h2{margin:0;font-size:25px;line-height:1.65}.product-contact-details{border-top:1px solid #bbb;grid-template-columns:260px 1fr 1.35fr;align-items:center;gap:40px;margin-top:70px;padding:58px 0 48px;display:grid}.contact-channels{gap:24px;font-size:18px;font-weight:750;display:grid}.product-contact-details>a{color:#101418;grid-template-rows:auto auto;grid-template-columns:62px 1fr;column-gap:18px;display:grid}.product-contact-details i{background:#f0e6d4;border-radius:50%;grid-row:1/3;place-items:center;width:58px;height:58px;font-size:27px;font-style:normal;display:grid}.product-contact-details small{color:#777;font-size:15px}.product-contact-details b{white-space:nowrap;font-size:clamp(22px,2.3vw,36px)}.product-contact-form{grid-template-columns:1.1fr repeat(3,1fr);align-items:end;gap:38px 46px;display:grid}.form-copy h3{margin:0 0 14px;font-size:29px}.form-copy p{color:#777;margin:0}.product-contact-form label{color:#555;gap:13px;display:grid}.product-contact-form input,.product-contact-form textarea{background:0 0;border:0;border-bottom:1px solid #aaa;border-radius:0;outline:0;width:100%;padding:7px 0}.product-contact-form input:focus,.product-contact-form textarea:focus{border-color:#1262d8}.product-contact-form .message-field{grid-column:2/-1}.product-contact-form textarea{resize:vertical;min-height:82px}.form-promise{grid-column:2/3;margin:18px 0 0;font-size:17px;font-weight:750;line-height:1.8}.product-contact-form button{background:#fff;border:0;border-radius:999px;grid-column:3/-1;justify-content:space-between;align-items:center;padding:12px 14px 12px 38px;font-size:19px;font-weight:850;display:flex;box-shadow:0 8px 25px #00000012}.product-contact-form button b{background:#ffd900;border-radius:50%;place-items:center;width:42px;height:42px;font-size:23px;display:grid}.product-contact-form button:disabled{opacity:.6}.inquiry-status{grid-column:2/-1;margin:0;font-size:14px}.inquiry-status.success{color:#16745f}.inquiry-status.error{color:#b42318}@media (width<=1050px){.product-contact-intro>div{grid-template-columns:112px 180px 1fr}.product-contact-details{grid-template-columns:1fr 1fr}.contact-channels{grid-column:1/-1;grid-template-columns:1fr 1fr}.product-contact-form{grid-template-columns:1fr 1fr}.form-copy,.product-contact-form .message-field{grid-column:1/-1}.form-promise{grid-column:1/2}.product-contact-form button{grid-column:2/3}.inquiry-status{grid-column:1/-1}}@media (width<=700px){.product-contact{padding:68px 18px 72px}.product-contact-intro>p{text-align:left;font-size:50px;line-height:1.05}.product-contact-intro>div{grid-template-columns:74px 1fr;gap:18px;margin-top:40px}.contact-avatar{width:72px;height:72px;font-size:16px}.product-contact-intro h2{grid-column:1/-1;margin-top:15px;font-size:20px}.product-contact-details{grid-template-columns:1fr;gap:30px;margin-top:45px;padding-top:38px}.contact-channels{grid-template-columns:1fr 1fr;gap:12px;font-size:15px}.product-contact-details b{font-size:22px}.product-contact-form{grid-template-columns:1fr;gap:28px}.product-contact-form .message-field,.form-promise,.product-contact-form button{grid-column:1}.product-contact-form button{margin-top:2px}.inquiry-status{grid-column:1}}.product-filter-card{opacity:1;animation:.48s cubic-bezier(.2,.8,.2,1) both product-filter-in}.product-filter-card:nth-child(2){animation-delay:40ms}.product-filter-card:nth-child(3){animation-delay:80ms}.product-filter-card:nth-child(4){animation-delay:.12s}.product-filter-card:nth-child(5){animation-delay:.16s}.product-filter-card:nth-child(6){animation-delay:.2s}@keyframes product-filter-in{0%{opacity:0;transform:translateY(18px)scale(.985)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.product-filter-card{opacity:1;animation:none!important}}.representative-hero{background:radial-gradient(circle at 68% 40%,#92c8ff4d,#0000 32%),linear-gradient(125deg,#fff 0%,#f3f8ff 45%,#dcecff 100%);grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;min-height:calc(100vh - 72px);padding:70px max(54px,50vw - 850px);display:grid;position:relative;overflow:hidden}.representative-hero:before{content:"";opacity:.78;background:repeating-radial-gradient(at 55% 100%,#0000 0 42px,#ffffffe6 44px 51px,#0000 54px 78px);height:210px;animation:9s ease-in-out infinite alternate representative-wave;position:absolute;bottom:-45px;left:-4%;right:-8%}.representative-copy{z-index:3;animation:.85s cubic-bezier(.2,.8,.2,1) both representative-enter;position:relative}.representative-copy>p{color:#1768e5;letter-spacing:.08em;background:#ffffffad;border:1px solid #7faeeb40;border-radius:11px;align-items:center;gap:13px;margin:0 0 38px;padding:15px 26px;font-size:20px;display:inline-flex;box-shadow:0 10px 30px #467fc314}.representative-copy>p span{font-size:28px;font-weight:900}.representative-copy h1{color:#0a2f6b;letter-spacing:-.055em;margin:0;font-size:clamp(56px,5.3vw,92px);line-height:1.23}.representative-note{color:#263f68;letter-spacing:.08em;margin:32px 0 45px;padding-left:25px;font-size:24px;position:relative}.representative-note:before{content:"";background:#1768ef;border-radius:5px;width:5px;position:absolute;top:2px;bottom:2px;left:0}.representative-actions{gap:35px;display:flex}.representative-actions a{border-radius:12px;justify-content:center;align-items:center;gap:18px;min-width:260px;min-height:82px;font-size:26px;font-weight:900;transition:transform .35s,box-shadow .35s;display:flex}.representative-actions a:first-child{color:#fff;background:linear-gradient(145deg,#16b980,#008f65);box-shadow:0 18px 36px #00946638}.representative-actions a:last-child{color:#079467;background:#ffffffe0;box-shadow:0 16px 35px #3065971f}.representative-actions a:hover{transform:translateY(-5px)}.representative-cards{z-index:4;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;animation:.9s cubic-bezier(.2,.8,.2,1) .12s both representative-enter;display:grid;position:relative}.representative-card{color:#102f61;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(150deg,#fffffff7,#f6faffdb);border:1px solid #ffffffeb;border-radius:23px;grid-template-columns:86px 1fr;gap:18px;min-height:270px;padding:34px 34px 0;transition:transform .4s,box-shadow .4s;display:grid;position:relative;box-shadow:0 24px 55px #2e67b124}.representative-card:nth-child(2){animation:7s ease-in-out -2s infinite representative-float}.representative-card:nth-child(3){animation:7s ease-in-out -4s infinite representative-float}.representative-card:hover{transform:translateY(-8px);box-shadow:0 32px 65px #2e67b138}.market-flag{background:#fff;border-radius:50%;place-items:center;width:74px;height:74px;font-size:51px;line-height:1;display:grid;overflow:hidden;box-shadow:0 8px 22px #284d7d24}.representative-card small{font-size:17px}.representative-card h2{color:#1764e5;margin:6px 0;font-size:43px;line-height:1}.representative-card p{color:#536987;margin:14px 0 0;font-size:15px}.representative-card>strong{color:#1764e5;grid-column:1/-1;font-size:42px;line-height:1}.representative-card>strong small{color:#60728c;margin-left:7px;font-size:14px;font-weight:600}.representative-card footer{color:#07875c;border-top:1px solid #d8e2ee;grid-column:1/-1;justify-content:space-between;align-items:center;margin-top:4px;padding:18px 0 19px;font-size:19px;font-weight:850;display:flex}.representative-card footer b{font-size:30px}.representative-map{z-index:1;opacity:.37;filter:drop-shadow(0 0 13px #8ec8ff);background:radial-gradient(circle at 20% 35%,#fff 0 3px,#0000 4px),radial-gradient(circle at 52% 58%,#fff 0 5px,#0000 6px),radial-gradient(circle at 75% 24%,#fff 0 4px,#0000 5px);width:39%;height:55%;position:absolute;bottom:12%;left:31%}.representative-map:before{content:"";clip-path:polygon(4% 24%,14% 13%,28% 20%,38% 10%,55% 21%,72% 16%,94% 37%,82% 54%,71% 56%,65% 79%,52% 69%,39% 84%,28% 58%,10% 53%);background-image:radial-gradient(circle,#85b7e9 1.5px,#0000 1.7px);background-size:9px 9px;position:absolute;inset:8% 0}.representative-map:after{content:"";border:1px solid #4d9be88c;border-radius:50%;animation:13s linear infinite representative-orbit;position:absolute;inset:16% 4%;transform:rotate(15deg)}.representative-map i{z-index:2;background:#54b5f0;border:2px solid #fff;border-radius:50%;width:10px;height:10px;animation:2.5s ease-in-out infinite representative-pulse;position:absolute;box-shadow:0 0 0 7px #54b5f029,0 0 18px #fff}.representative-map i:first-child{top:36%;left:18%}.representative-map i:nth-child(2){animation-delay:-.5s;top:45%;left:39%}.representative-map i:nth-child(3){animation-delay:-1s;top:30%;left:58%}.representative-map i:nth-child(4){animation-delay:-1.5s;top:57%;left:71%}.representative-map i:nth-child(5){animation-delay:-2s;top:71%;left:49%}@keyframes representative-enter{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes representative-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes representative-pulse{50%{transform:scale(1.45);box-shadow:0 0 0 13px #54b5f000,0 0 24px #fff}}@keyframes representative-orbit{to{transform:rotate(375deg)}}@keyframes representative-wave{to{transform:translate(35px)skew(-2deg)}}@media (width<=1180px){.representative-hero{grid-template-columns:1fr;gap:55px;min-height:auto;padding-top:80px;padding-bottom:110px}.representative-copy{text-align:center}.representative-copy h1{font-size:68px}.representative-note{display:inline-block}.representative-actions{justify-content:center}.representative-cards{max-width:900px;margin:auto}.representative-map{width:80%;height:50%;bottom:25%;left:10%}}@media (width<=700px){.representative-hero{min-height:auto;padding:52px 18px 82px;display:block}.representative-copy{text-align:left}.representative-copy>p{margin-bottom:25px;padding:11px 15px;font-size:14px}.representative-copy h1{font-size:45px;line-height:1.18}.representative-note{margin:25px 0 30px;padding-left:16px;font-size:16px;line-height:1.7}.representative-actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.representative-actions a{min-width:0;min-height:58px;font-size:17px}.representative-cards{scroll-snap-type:x mandatory;gap:14px;margin-top:52px;padding:4px 2px 25px;display:flex;overflow-x:auto}.representative-card{scroll-snap-align:start;grid-template-columns:68px 1fr;gap:14px;min-width:285px;min-height:250px;padding:27px 25px 0}.market-flag{width:60px;height:60px;font-size:42px}.representative-card h2{font-size:36px}.representative-card>strong{font-size:34px}.representative-card:nth-child(2),.representative-card:nth-child(3){animation:none}.representative-map{opacity:.22;width:100%;bottom:10%;left:0}}@media (prefers-reduced-motion:reduce){.representative-copy,.representative-cards,.representative-card,.representative-map:after,.representative-map i,.representative-hero:before{animation:none!important}.representative-actions a,.representative-card{transition:none!important}.representative-actions a:hover,.representative-card:hover{transform:none!important}}.representative-copy h1{line-height:1.13}.representative-copy h1>span{white-space:nowrap;display:block}.market-flag{font-size:0}.market-flag img{object-fit:cover;width:100%;height:100%}.user-menu-trigger{background:#fffffff5;border-color:#b9d2ee;gap:10px;min-width:142px;min-height:50px;padding:5px 12px 5px 5px;transition:border-color .25s,background .25s,box-shadow .25s,transform .25s;box-shadow:0 7px 20px #1c548b12}.user-menu-trigger:hover,.user-menu-trigger[aria-expanded=true]{background:#f4f9ff;border-color:#72a9e7;transform:translateY(-1px);box-shadow:0 11px 26px #1c548b24}.user-menu-trigger span{flex:none;width:38px;height:38px;font-size:16px}.user-menu-trigger b{color:#183d68;white-space:nowrap;font-size:13px}.user-menu-trigger i{color:#47729f;margin-left:auto;font-size:18px;line-height:1;transition:transform .25s}.user-menu-trigger[aria-expanded=true] i{transform:rotate(180deg)}.user-dropdown{border-radius:16px;width:230px;padding:12px;top:calc(100% + 14px);box-shadow:0 22px 55px #102a432e}.user-dropdown small{padding:11px 12px;font-size:13px}.site-header .user-dropdown a,.user-dropdown button{border-radius:9px;min-height:44px;padding:11px 12px;font-size:14px}.site-header .user-dropdown a:hover,.user-dropdown button:hover{background:#eef6ff}@media (width<=700px){.user-menu-trigger{min-width:0;min-height:48px;padding-right:9px}.user-menu-trigger span{width:36px;height:36px}.user-menu-trigger b{display:none}.user-menu-trigger i{margin-left:0}.user-dropdown{width:min(230px,100vw - 30px);right:-4px}}html,body,#app{max-width:100%;overflow-x:clip}img,svg,video,input,select,textarea,button{max-width:100%}@media (width<=820px){.site-header{align-items:center;height:68px;min-height:68px;padding:0 16px}.brand{max-width:calc(100% - 88px)}.brand-mark{flex:0 0 44px;width:44px;height:44px;font-size:16px}.brand strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.menu-toggle{border:1px solid var(--color-border);min-width:58px;min-height:44px;color:var(--color-ink);background:#fffffff0;border-radius:8px;justify-content:center;padding:0 12px;font-size:14px;font-weight:800}.site-header nav,.hero-header nav{border-radius:12px;grid-template-columns:1fr;gap:4px;max-height:calc(100dvh - 82px);padding:10px;top:68px;left:10px;right:10px;overflow-y:auto}.site-header nav a{border-radius:8px;justify-content:flex-start;width:100%;min-height:46px;padding:0 14px}.site-header nav>a[href="/apply/"]{justify-content:center}.login-link{margin-left:0}.user-menu,.user-menu-trigger{width:100%}.user-menu-trigger{border-radius:9px;justify-content:flex-start}.user-menu-trigger b{display:block}.user-dropdown{width:100%;box-shadow:none;margin-top:6px;position:static}.apply-section,.auth-section,.records-section{min-height:auto;padding:24px 14px 44px}.auth-panel,.record-card,.detail-panel{padding:20px 16px}.apply-toolbar-actions,.auth-actions,.form-submit-row{grid-template-columns:1fr;gap:10px;display:grid}.apply-toolbar-actions>*,.auth-actions>*,.form-submit-row>*{text-align:center;justify-content:center;width:100%}.segmented-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.segmented-options button{min-width:0;min-height:44px;padding:8px}.form-field input,.form-field select,.auth-form input,.auth-form select,.auth-form textarea{min-height:46px;font-size:16px}.record-actions{grid-template-columns:1fr 1fr}.payment-modal{padding:12px}.payment-card{max-height:calc(100dvh - 24px);padding:26px 18px 20px;overflow-y:auto}.payment-card img{aspect-ratio:1;width:min(210px,65vw);height:auto}}@media (width<=560px){main>section:not(.hero-section):not(.representative-hero),.services-section,.products-section,.solutions-section,.news-section{padding-left:16px;padding-right:16px}.home-shell .hero-section{height:auto;min-height:max(620px,100svh)}.immersive-copy{left:16px;right:16px}.immersive-copy h1{overflow-wrap:anywhere;font-size:clamp(38px,11vw,46px)}.immersive-copy .hero-summary br{display:none}.hero-actions{width:100%}.immersive-copy .hero-actions a{justify-content:center;width:100%}.hero-standards{justify-content:space-between;left:16px;right:16px}.section-heading h2,.trust-intro h2,.about-title-row h1{overflow-wrap:anywhere;font-size:clamp(34px,10vw,42px)}.testimonial-header{flex-direction:column;align-items:flex-start;gap:16px}.testimonial-card{width:92%;min-width:92%}.about-title-row{flex-wrap:wrap;justify-content:flex-start}.about-collaboration,.about-director{height:300px}.history-list article{grid-template-columns:82px minmax(0,1fr)}.history-list strong{font-size:42px}.about-capabilities article{grid-template-columns:52px minmax(0,1fr)}.about-capabilities article b,.about-capabilities article p{border-left:0;grid-column:2;padding-left:0}.representative-copy h1>span{white-space:normal}.representative-actions{grid-template-columns:1fr}.cosmic-qr-group{flex-wrap:wrap}.cosmic-footer-bottom nav{grid-template-columns:1fr;gap:12px;display:grid}.cosmic-footer-bottom nav a{border-right:0;padding:0}}
